

	:root {
    /* Color Variables */
    --primary-color: #2C3E50;
    --secondary-color: #34495E;
    --accent-color: #16A085;
    --light-color: #ECF0F1;
    --dark-color: #1A2530;
    --text-color: #333333;
    --light-bg: #F5F6FA;
    
    /* Typography */
    --heading-font: 'Playfair Display', serif;
    --body-font: 'Poppins', sans-serif;
    
    /* Transitions */
    --transition: all 0.3s ease;
}

/*$ Variables $*/
@font-face {
  font-family: font-metrisch;
  src: url(../fonts/metrisch-2023-11-27-04-50-55-utc/Formika-Studio-Metrisch/Webfonts/metrisch_medium_macroman/Metrisch-Medium-webfont.woff);
}
html {
  overflow-x: hidden;
  
}


body {
  overflow-x: hidden;
  padding: 0;
  box-sizing: border-box;
  font-family: font-metrisch;
  /* common */
}

	html, body {
    margin: 0;
    padding: 0;
}

body .accordion .accordion-item {
  border-radius: 0;
  border: none;
  padding: 0 0.75rem 0.0625rem;
}
body .accordion .accordion-item .accordion-header {
  min-height: 2.5625rem;
  padding: 0;
  background-color: #fff;
  border-bottom: none;
  font-family: "DM Sans", sans-serif;
  height: 100%;
}
body .accordion .accordion-item .accordion-header .accordion-button {
  width: 100%;
  height: 100%;
  text-align: left;
  outline: 0 !important;
  box-shadow: none;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: bold;
  color: #1d1a12;
  padding: 0;
  border-bottom: 1px solid rgba(53, 47, 34, 0.1);
  border-radius: 0;
  position: relative;
  padding-right: 2.5rem;
  min-height: 3.0625rem;
}
body .accordion .accordion-item .accordion-header .accordion-button::after {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 9px;
  font-size: 1rem;
  background-image: none;
}
body .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=false]::after {
  content: "+";
}
body .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  border-bottom: transparent;
  background-color: #fff;
}
body .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true]::after {
  content: "\f068";
}
body .accordion .accordion-item .accordion-header .accordion-button.collapsed,
body .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=false] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: white;
}
body .accordion .accordion-item .accordion-collapse {
  border-bottom: 1px solid rgba(53, 47, 34, 0.1);
  padding: 0.375rem 0.75rem;
}
body .accordion .accordion-item .accordion-collapse ul {
  list-style: none;
  padding-left: 5px;
}
body .accordion .accordion-item .accordion-collapse ul li {
  position: relative;
  padding: 5px;
}
body .accordion .accordion-item .accordion-collapse ul li::after {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  background-color: #f15a29;
  top: 14px;
  left: -10px;
}
body .accordion .accordion-item:last-child {
  padding-bottom: 0;
}
body .accordion .accordion-item:last-child .accordion-collapse {
  border-bottom: none;
}
body section {
  margin-top: 20px;
  padding: 28px 3%;
}
body .wt-separator-outer {
  overflow: hidden;
}
body .wt-separator-outer .wt-separator {
  display: inline-block;
  width: 30px;
  position: relative;
}
body .wt-separator-outer .wt-separator .separator-left,
body .wt-separator-outer .wt-separator .separator-right {
  background-color: #f15a29;
  position: absolute;
  top: 50%;
  width: 70px;
  height: 3px;
  margin-top: -1px;
}
body .wt-separator-outer .wt-separator .separator-left {
  left: -80px;
}
body .wt-separator-outer .wt-separator .separator-right {
  right: -80px;
}
body .wt-separator-outer .wt-separator .style-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
}
body .wt-separator-outer .wt-separator .style-icon i {
  color: black;
}
body .para-width {
  width: 70%;
  text-align: center;
  margin: auto;
  line-height: 19px;
}
@media only screen and (max-width: 767px) {
  body .para-width {
    width: 100%;
  }
}
body .page-banner-area {
  background-image: url(https://images.unsplash.com/photo-1600585154340-be6161a56a0c?q=80&w=1470&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 200px 0 100px;
}
body .page-banner-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  background-color: black;
}
body .page-banner-area .page-banner-content {
  z-index: 1;
}
body .page-banner-area .page-banner-content h2 {
  font-size: 50px;
  font-weight: 900;
  color: #fff;
}
body .page-banner-area .page-banner-content p {
  font-size: 14px;
  color: #fff;
  max-width: 500px;
  line-height: 24px;
  margin-bottom: 15px;
}
body .page-banner-area .breadcrumb-pagination {
  padding: 0;
  margin: 0;
}
body .page-banner-area .breadcrumb-pagination li {
  display: inline-block;
  list-style: none;
  margin: 0 10px;
  font-size: 16px;
  color: #fff;
  position: relative;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 30px;
}
body .page-banner-area .breadcrumb-pagination li a {
  color: #fff;
}
body .page-banner-area .breadcrumb-pagination li a:hover {
  color: rgba(255, 80, 41, 0.05);
}
body .page-banner-area .breadcrumb-pagination li::before {
  position: absolute;
  content: "";
  background: #fff;
  height: 2px;
  width: 4px;
  top: 50%;
  right: -15px;
  z-index: 9;
  margin-top: -1px;
}
body .page-banner-area .breadcrumb-pagination li:last-child::before {
  display: none;
}
body .content-center {
  display: grid;
  place-content: center;
}
body .top-section {
  margin-top: 100px !important;
}
body .theme-btn {
  padding: 10px 28px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 800;
  background: #f15a29;
  color: #fff;
  border-radius: 2px;
}
body .theme-btn:hover {
  background-color: #f15a29;
  color: white;
}
body .outline-btn {
  padding: 10px 28px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 24px;
  font-weight: 800;
  background: #fff;
  color: #000000;
  border: 1px solid black;
  border-radius: 2px;
  display: block;
}
body .outline-btn:hover {
  background-color: #f15a29;
  color: white;
}
body .sm-title {
  color: #f15a29;
  font-size: 15px;
}
body .md-title {
  font-size: 22px;
  font-weight: 700;
  color: black;
}
body .lg-title {
  font-size: 42px;
  font-weight: 700;
  color: #223645;
  font-family: "Poppins", sans-serif;
}
body .regular-para {
  color: #223645;
  margin: 0;
}
body a {
  text-decoration: none;
  color: black;
}
body i {
  line-height: 1.5 !important;
}
body .mat-form .pure-material-textfield-filled {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  padding: 0;
  /* Input, Textarea */
}
body .mat-form .pure-material-textfield-filled input,
body .mat-form .pure-material-textfield-filled textarea {
  display: block;
  box-sizing: border-box;
  margin: 0;
  border: none;
  border-top: solid 27px transparent;
  border-bottom: solid 1px rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
  border-radius: 4px 4px 0 0;
  padding: 0 12px 10px;
  width: 100%;
  height: inherit;
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
  background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.04);
  box-shadow: none; /* Firefox */
  font-size: inherit;
  line-height: inherit;
  caret-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
  transition: border-bottom 0.2s, background-color 0.2s;
  /* Span */
  /* Hover */
}
body .mat-form .pure-material-textfield-filled input + span,
body .mat-form .pure-material-textfield-filled textarea + span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  box-sizing: border-box;
  padding: 7px 12px 0;
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
  font-size: 75%;
  line-height: 18px;
  pointer-events: none;
  transition: color 0.2s, font-size 0.2s, line-height 0.2s;
}
body .mat-form .pure-material-textfield-filled input + span::after,
body .mat-form .pure-material-textfield-filled textarea + span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
  transform-origin: bottom center;
  transform: scaleX(0);
  transition: transform 0.3s;
}
body .mat-form .pure-material-textfield-filled input:hover,
body .mat-form .pure-material-textfield-filled textarea:hover {
  border-bottom-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
  background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.08);
}
body .mat-form .pure-material-textfield-filled input:focus,
body .mat-form .pure-material-textfield-filled textarea:focus {
  outline: none;
}
body .mat-form .pure-material-textfield-filled input:focus + span,
body .mat-form .pure-material-textfield-filled textarea:focus + span {
  color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}
body .mat-form .pure-material-textfield-filled input:focus + span::before,
body .mat-form .pure-material-textfield-filled textarea:focus + span::before {
  opacity: 0.12;
}
body .mat-form .pure-material-textfield-filled input:focus + span::after,
body .mat-form .pure-material-textfield-filled textarea:focus + span::after {
  transform: scale(1);
}
body .mat-form .pure-material-textfield-filled > input:not(:focus):-moz-placeholder-shown + span, body .mat-form .pure-material-textfield-filled > textarea:not(:focus):-moz-placeholder-shown + span {
  font-size: inherit;
  line-height: 48px;
}
body .mat-form .pure-material-textfield-filled > input:not(:focus):placeholder-shown + span,
body .mat-form .pure-material-textfield-filled > textarea:not(:focus):placeholder-shown + span {
  font-size: inherit;
  line-height: 48px;
}

*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #f15a29;
  border-radius: 10px;
}

/*$ Variables $*/
/* navbar  */
.nav-1 {
  background-color: #fff;
  z-index: 1111;
  width: 100%;
}

.nav-1 .navbar {
  background-color: #fff;
  padding: 0;
  margin: 0 auto;
  height: 75px;
}

.nav-1 .navbar .navbar-brand img {
  height: 50px;
}
.nav-1 .navbar .navbar-collapse .navbar-nav .nav-item {
  position: relative;
}
.nav-1 .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  padding: 0px 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #000000;
  font-weight: 500;
  position: relative;
  z-index: 1;
  line-height: normal;
  height: 75px;
  font-size: 14px;
  text-transform: uppercase;
}

@media only screen and (max-width: 479px) {
  .nav-1 .navbar .navbar-brand {
    margin: 0;
  }
  .nav-1 .navbar .navbar-brand img {
    height: 40px;
  }
}
.nav-1 .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #f15a29;
}
.nav-1 .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #f15a29;
}
.nav-1 .navbar .navbar-toggler {
  border: none;
  padding: 0 0 0 5px;
}
.nav-1 .navbar .navbar-toggler:focus {
  box-shadow: none;
}

.nav-1 .navbar .navbar-collapse {
  width: -webkit-fill-available;
  background-color: #fff;
}

@media (max-width: 1199px) {
  .nav-1 .navbar .navbar-collapse {
    max-height: 100vh;
    overflow-y: auto;
    transition: height 0.35s ease;
  }
}


@media (min-width: 1200px) {
  .main-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
}

@media (max-width: 1199px) {
  .main-nav {
    position: static;
  }
}

.nav-1 .navbar-nav .nav-item {
  position: relative;
}


@media (max-width: 1199px) {
  .nav-1 .navbar-nav .nav-link {
    height: auto;
    line-height: normal;
    padding: 14px 15px;
    border-bottom: 1px solid #eee;
  }
}

/* Dropdown */
.dropdown-menu {
  border-width: 0px;
  border-radius: 5px;
  margin: 0px;
}
.nav-1 .navbar-nav .nav-item {
  position: relative;
}


@media (min-width: 1200px) {
  .nav-1 .navbar-nav .nav-item ul {
    position: absolute;
    border-bottom: #dedede 1px solid;
    width: 250px;
    left: 0;
    top: 80px;
    background-color: #ffffff;
    list-style: none;
    padding: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
  }
}


@media (min-width: 1200px) {
  .nav-1 .navbar-nav .nav-item:hover > ul {
    opacity: 10;
    visibility: visible;
    transform: translateY(0);
  }
}



.nav-1 .navbar-nav .nav-item ul li {
  padding: 5px 15px;
  border-bottom: 1px solid #eee;
}

.nav-1 .navbar-nav .nav-item ul li a {
  padding: 5px 40px;
  line-height: 26px;
  display: block;
  color: #000;
  font-weight: 500;
  font-size: 17px;
}

.nav-1 .navbar-nav .nav-item ul li a:hover {
  color: #f15a29;
}

/* Phone icon */
.nav-1 .fa-phone {
  background-color: #3b5998;
  color: #fff;
  padding: 10px 15px;
  border-radius: 50%;
}

#consultation_modal .popup-form {
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 5px;
}
#consultation_modal .popup-form p {
  text-align: center;
}
#consultation_modal .popup-form form {
  display: flex;
  flex-direction: column;
}
#consultation_modal .popup-form form label {
  width: auto;
}
#consultation_modal .popup-form form label input {
  background-color: white;
}

.banner {
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .banner-form {
  position: absolute;
  top: 10px;
  right: 15px;
  background-color: #fff;
  padding: 15px 20px;
  margin: 30px 40px 0 0;
  width: 300px;
  float: right;
  border-radius: 5px;
}
.banner .banner-form p {
  text-align: center;
}
.banner .banner-form form {
  display: flex;
  flex-direction: column;
}
.banner .banner-form form label {
  width: auto;
}
.banner .banner-form form label input {
  background-color: white;
}

.banner-2 {
  position: relative;
}
.banner-2 .fullscreen-video {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .banner-2 .fullscreen-video {
    position: relative;
    top: 90px;
  }
}
.banner-2 .fullscreen-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-2 .banner-form {
  position: absolute;
  top: 100px;
  right: 0;
  background-color: #fff;
  padding: 15px 20px;
  margin: 30px 40px 0 0;
  width: 300px;
  float: right;
  border-radius: 5px;
  display: block;
}
.banner-2 .banner-form p {
  text-align: center;
}
.banner-2 .banner-form form {
  display: flex;
  flex-direction: column;
}
.banner-2 .banner-form form label {
  width: auto;
}
.banner-2 .banner-form form label input {
  background-color: white;
}
@media only screen and (max-width: 991px) {
  .banner-2 .banner-form {
    display: none;
  }
}

.banner-3 {
  position: relative;
}
.banner-3 #carousel-banner {
  position: relative;
}
.banner-3 #carousel-banner .carousel-inner .carousel-item::before {
  content: "";
  background: black;
  display: block;
  height: 100%;
  width: 100%;
}
.banner-3 #carousel-banner .carousel-inner .carousel-item img {
  height: 100vh;
  -o-object-fit: fill;
     object-fit: fill;
}
.banner-3 #carousel-banner .carousel-inner .carousel-caption {
  position: absolute;
  left: 8%;
  transform: translate(0, -50%);
  width: 100%;
  animation: BottomToTop 1s ease-in-out;
}
.banner-3 #carousel-banner .carousel-inner .carousel-caption h5 {
  font-size: 64px;
  color: #fff;
  font-weight: 500;
  width: 40%;
  text-align: left;
}
@keyframes BottomToTop {
  from {
    top: 100%;
  }
  to {
    top: 57%;
  }
}
.banner-3 #carousel-banner .carousel-control-prev,
.banner-3 #carousel-banner .carousel-control-next {
  top: 50%;
  transform: translate(0, -50%);
  color: #00163b;
  font-size: 26px;
  border: none;
  z-index: 9;
  cursor: pointer;
  padding: 0;
  background: none;
  transition: 0.5s;
  width: 60px;
  height: 60px;
  background: #fff;
  box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin: 0 25px;
}
.banner-3 .banner-form {
  position: absolute;
  top: 100px;
  right: 50px;
  background-color: #fff;
  padding: 15px 20px;
  margin: 30px 40px 0 0;
  width: 300px;
  float: right;
  border-radius: 5px;
  display: block;
}
.banner-3 .banner-form p {
  text-align: center;
}
.banner-3 .banner-form form {
  display: flex;
  flex-direction: column;
}
.banner-3 .banner-form form label {
  width: auto;
}
.banner-3 .banner-form form label input {
  background-color: white;
}
@media only screen and (max-width: 991px) {
  .banner-3 .banner-form {
    display: none;
  }
}

.in-service {
  background-color: rgba(255, 80, 41, 0.05);
  margin: 100px 0 50px;
}
.in-service .in-service-card .img-compo {
  overflow: hidden;
}
.in-service .in-service-card .img-compo img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.in-service .in-service-card .content {
  background-color: #252525;
  border-top: 3px solid #f15a29;
  padding: 10px;
}
.in-service .in-service-card .content p {
  color: #fff;
}
.in-service .in-service-card:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}
.in-service .in-service-card:hover .content {
  background-color: #f15a29;
  transition: 0.3s;
}

.in-why .sub {
  width: 35%;
}
@media only screen and (max-width: 991px) {
  .in-why .sub {
    width: 100%;
  }
}
.in-why .in-why-card {
  background-color: rgba(255, 80, 41, 0.05);
}
.in-why .in-why-card img {
  height: 250px;
  width: 100%;
}
.in-why .in-why-card .content {
  text-align: center;
  padding: 10px;
}

.in-app ul {
  list-style: none;
}
.in-app ul li {
  position: relative;
}
.in-app ul li::before {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  background-color: #f15a29;
  position: absolute;
  left: -17px;
  top: 9px;
}
.in-app .app-img {
  height: 50px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 10px;
}

.in-project .project-card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: block;
}
.in-project .project-card .img-compo {
  position: relative;
}
.in-project .project-card .img-compo img {
  height: 200px;
  width: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.in-project .project-card .img-compo p {
  position: absolute;
  top: 5px;
  left: 5px;
  background: rgba(0, 0, 0, 0.3215686275);
  color: white;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 3px;
  margin: 0;
}
.in-project .project-card .content {
  padding: 0.5rem 0.75rem;
  background-color: #fff;
}
.in-project .project-card .content h4,
.in-project .project-card .content p {
  margin-bottom: 5px;
}
.in-project .project-card:hover .content {
  background-color: #f15a29;
}
.in-project .project-card:hover .content h4,
.in-project .project-card:hover .content p {
  color: #fff;
}

.in-package {
  background-color: rgba(255, 80, 41, 0.05);
  margin: auto;
}
.in-package .package-card {
  width: 350px;
  background-color: #fff;
  margin: auto;
}
.in-package .package-card .title {
  color: #fff;
  background-color: #f15a29;
  font-size: 0.8rem;
  margin-bottom: 0;
  padding: 0.8rem;
  text-align: left;
}
.in-package .package-card .accordion .accordion-item {
  border-radius: 0;
  border: none;
  padding: 0 0.75rem 0.0625rem;
}
.in-package .package-card .accordion .accordion-item .accordion-header {
  min-height: 2.5625rem;
  padding: 0;
  background-color: #fff;
  border-bottom: none;
  font-family: "DM Sans", sans-serif;
  height: 100%;
}
.in-package .package-card .accordion .accordion-item .accordion-header .accordion-button {
  width: 100%;
  height: 100%;
  text-align: left;
  outline: 0 !important;
  box-shadow: none;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: bold;
  color: #1d1a12;
  padding: 0;
  border-bottom: 1px solid rgba(53, 47, 34, 0.1);
  border-radius: 0;
  position: relative;
  padding-right: 2.5rem;
  min-height: 3.0625rem;
}
.in-package .package-card .accordion .accordion-item .accordion-header .accordion-button::after {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 9px;
  font-size: 1rem;
  background-image: none;
}
.in-package .package-card .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=false]::after {
  content: "+";
}
.in-package .package-card .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  border-bottom: transparent;
  background-color: #fff;
}
.in-package .package-card .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true]::after {
  content: "\f068";
}
.in-package .package-card .accordion .accordion-item .accordion-header .accordion-button.collapsed,
.in-package .package-card .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=false] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: white;
}
.in-package .package-card .accordion .accordion-item .accordion-collapse {
  border-bottom: 1px solid rgba(53, 47, 34, 0.1);
  padding: 0.375rem 0.75rem;
}
.in-package .package-card .accordion .accordion-item .accordion-collapse ul {
  list-style: none;
  padding-left: 5px;
}
.in-package .package-card .accordion .accordion-item .accordion-collapse ul li {
  position: relative;
  padding: 5px;
}
.in-package .package-card .accordion .accordion-item .accordion-collapse ul li::after {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  background-color: #f15a29;
  top: 14px;
  left: -10px;
}
.in-package .package-card .accordion .accordion-item:last-child {
  padding-bottom: 0;
}
.in-package .package-card .accordion .accordion-item:last-child .accordion-collapse {
  border-bottom: none;
}

.in-customer .customer-card .img-compo iframe {
  height: 250px;
  width: 100%;
}
.in-customer .customer-card .content {
  position: relative;
}
.in-customer .customer-card .content i {
  color: #f15a29;
  position: absolute;
  top: -15px;
  left: 7px;
  font-size: 21px;
}
.in-customer .customer-card .content p {
  margin-top: 10px;
}
.in-customer .customer-card .content h6 {
  margin-top: 20px;
}

.in-bank {
  background-color: rgba(255, 80, 41, 0.05);
}
.in-bank img {
  height: 100px;
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

.in-partner .item .partner-img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100px;
}

.in-news .in-news-card {
  padding: 10px;
  border: 2px solid rgba(255, 80, 41, 0.05);
  border-radius: 5px;
}
.in-news .in-news-card img {
  height: 50px;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.in-news .in-news-card p {
  font-style: italic;
  margin-top: 20px;
}

/*********************/
/*  COST ESTIMATOR   */
/*********************/
.cost-page .cal form label {
  width: 400px;
  margin: auto;
}
@media only screen and (max-width: 568px) {
  .cost-page .cal form label {
    width: 300px;
  }
}
.cost-page .talk {
  border: 1px solid black;
  border-radius: 10px;
  padding: 30px;
}
.cost-page .talk form label {
  width: 400px;
  margin: auto;
}
@media only screen and (max-width: 568px) {
  .cost-page .talk form label {
    width: 300px;
  }
}
.cost-page .hire .section-title {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .cost-page .hire .section-title {
    width: 100%;
  }
}
.cost-page .hire .hire-card {
  width: 130px;
}
.cost-page .hire .hire-card .d-flex i,
.cost-page .hire .hire-card .d-flex p {
  color: #f15a29;
  font-size: 23px;
  margin: 0;
}
.cost-page .hire .hire-card .regular-para {
  font-size: 18px;
  line-height: 17px;
}
.cost-page .hire .lets-build__illustration img {
  max-width: 100%;
  width: 100%;
  vertical-align: top !important;
  transition: transform 0.2s ease;
}

/*********************/
/***** ABOUT  US *****/
/*********************/
.about-page .wefocus .focus-card {
  padding: 10px;
}
.about-page .wefocus .focus-card i {
  font-size: 22px;
  color: #f15a29;
}
.about-page .leadership .leader-card img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.about-page .leadership .leader-card .sm-title {
  margin: 10px 0 5px;
  font-size: 18px;
  font-weight: 700;
}
.about-page .vision {
  background-color: rgba(255, 80, 41, 0.05);
}
.about-page .vision .vision-card {
  margin-top: 10px;
}
.about-page .vision .vision-card img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.about-page .vision .vision-card .sm-title {
  margin: 10px 0 5px;
  font-size: 18px;
  font-weight: 700;
}
.about-page .hire .section-title {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .about-page .hire .section-title {
    width: 100%;
  }
}
.about-page .hire .hire-card {
  width: 130px;
}
.about-page .hire .hire-card .d-flex i,
.about-page .hire .hire-card .d-flex p {
  color: #f15a29;
  font-size: 23px;
  margin: 0;
}
.about-page .hire .hire-card .regular-para {
  font-size: 18px;
  line-height: 17px;
}
.about-page .hire .lets-build__illustration img {
  max-width: 100%;
  width: 100%;
  vertical-align: top !important;
  transition: transform 0.2s ease;
}

/*********************/
/*****  CAREERS  *****/
/*********************/
.career-page .quote {
  width: 70%;
  text-align: center;
}
.career-page .quote i {
  color: #f15a29;
}
.career-page .wefocus .focus-card {
  padding: 10px;
}
.career-page .wefocus .focus-card i {
  font-size: 22px;
  color: #f15a29;
}
.career-page .opportunities {
  background-color: rgba(255, 80, 41, 0.05);
}
.career-page .opportunities .opp-card {
  background: white;
  padding: 15px;
  width: 350px;
}
.career-page .opportunities .opp-card .d-flex .md-title {
  font-size: 20px;
  font-weight: 500;
}
.career-page .opportunities .opp-card .d-flex p {
  font-size: 13px;
}
.career-page .opportunities .opp-card .d-flex p i {
  color: rgba(136, 136, 136, 0.5333333333);
  font-size: 10px;
  margin: 0 5px;
}
.career-page .opportunities .opp-card .fa-chevron-right {
  color: #f15a29;
}
.career-page .opportunities .opp-card:hover .d-flex .md-title {
  color: #f15a29;
  text-decoration: underline;
}
.career-page .hire .section-title {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .career-page .hire .section-title {
    width: 100%;
  }
}
.career-page .hire .hire-card {
  width: 130px;
}
.career-page .hire .hire-card .d-flex i,
.career-page .hire .hire-card .d-flex p {
  color: #f15a29;
  font-size: 23px;
  margin: 0;
}
.career-page .hire .hire-card .regular-para {
  font-size: 18px;
  line-height: 17px;
}
.career-page .hire .lets-build__illustration img {
  max-width: 100%;
  width: 100%;
  vertical-align: top !important;
  transition: transform 0.2s ease;
}

/*******************/
/* faq page  */
/******************/
.faq-page .accordion .accordion-item {
  border: 1px solid #d6d6d6;
  border-radius: 0;
  margin: 10px 0;
}
.faq-page .accordion .accordion-item .accordion-header button {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  font-size: 19px;
  padding: 19px 70px 19px 25px;
}
.faq-page .accordion .accordion-item .accordion-header button.accordion-button[aria-expanded=true]::after {
  content: "-";
  transform: rotate(0) translate(0, -50%);
  width: 0;
  font-size: 30px;
}
.faq-page .accordion .accordion-item .accordion-header button.accordion-button[aria-expanded=false]::after {
  content: "2b";
  transform: rotate(0) translate(0, -50%);
  width: 0;
  font-size: 30px;
}

.gallery-page .gallery-card {
  cursor: pointer;
}
.gallery-page .gallery-card img {
  border-radius: 5px;
}
.gallery-page .gallery-card:hover {
  transition: 3s;
}
.gallery-page .gallery-card:hover img {
  filter: brightness(0.5);
}
.gallery-page .gallery-card:hover .middle {
  opacity: 1;
}
.gallery-page .gallery-card .middle {
  transition: 0.3s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.gallery-page .gallery-card .middle i {
  color: white;
  font-size: 50px;
  font-weight: 100;
}
.gallery-page .owl-nav {
  position: absolute;
  top: 0;
  margin: 0 !important;
  height: 100%;
  width: 100%;
}
.gallery-page .owl-nav button {
  font-size: 30px !important;
  color: white !important;
  display: grid !important;
  place-content: center !important;
  height: 100%;
  margin: 0 !important;
  background: rgba(0, 0, 0, 0.3019607843) !important;
}
.gallery-page .owl-nav button span {
  padding: 0 20px !important;
}
.gallery-page .owl-nav .owl-next {
  position: absolute;
  top: 0;
  right: 0;
}

/*******************/
/*  Contact page  */
/******************/
.contact-page .mat-form label {
  width: 400px;
  margin: auto;
  margin-bottom: 10px;
}
.contact-page .mat-form label.text-area {
  width: 800px;
  background-color: white;
}
.contact-page .mat-form label.text-area:hover {
  background-color: white;
}
@media only screen and (max-width: 767px) {
  .contact-page .mat-form label {
    width: 290px;
  }
  .contact-page .mat-form label textarea {
    width: 290px;
  }
}
.contact-page .mat-form p a {
  color: #f15a29;
}
.contact-page .mat-form .btn {
  width: 200px;
}
.contact-page .address {
  background-color: rgba(255, 80, 41, 0.05);
}
.contact-page .address .md-title {
  font-size: 18px;
}
.contact-page .address ul {
  list-style: none;
  padding: 0;
}
.contact-page .address ul li {
  position: relative;
}
.contact-page .address ul li::before {
  position: absolute;
  left: -18px;
  top: 5px;
  content: "";
  background-color: #f15a29;
  height: 8px;
  width: 8px;
}
.contact-page .address ul li h6 {
  margin: 0;
}
.contact-page .address ul li p {
  color: #f15a29;
  margin-bottom: 5px;
}
.contact-page .address .office-card {
  position: relative;
}
.contact-page .address .office-card::before {
  position: absolute;
  left: -18px;
  top: 5px;
  content: "";
  background-color: #f15a29;
  height: 8px;
  width: 8px;
}
.contact-page .address .office-card a {
  color: #f15a29;
  margin-top: 10px;
  display: block;
}

footer {
  background-color: #1d1a12;
  padding: 40px 0 10px;
}
footer .footer-links .footer-links-title,
footer .footer-links .footer-link-main {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.75rem;
  color: #fff;
  text-decoration: none;
}
footer .footer-links .footer-links__main,
footer .footer-links .get-in-touch {
  padding-bottom: 0.25rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.2);
  margin-bottom: 1rem;
}
footer ul {
  list-style: none;
  margin-bottom: 2.4375rem;
  padding: 0;
}
footer ul li a {
  display: block;
  padding: 0.375rem 0;
  font-size: 0.875rem;
  line-height: 1.29;
  color: #fff;
  opacity: 0.7;
}
footer ul li:hover a {
  opacity: 1;
  text-decoration: underline;
  transition: 0.3s;
}
footer .copy {
  background-color: #4c4c4c;
  margin-top: 30px;
  padding: 10px 0;
}
footer .copy img {
  height: 50px;
}
footer .copy .social {
  display: flex;
  gap: 10px;
}
footer .copy .social i {
  color: white;
  padding: 3px 7px;
  background: #f15a29;
  border-radius: 50%;
}

.cookies {
  background-color: #252525;
  color: white;
  z-index: 1111;
}
.cookies .para {
  align-self: center;
}

.icons-container {
  position: fixed;
  bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
  z-index: 999;
}
.icons-container .icon {
  width: 50px;
  height: 50px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.icons-container .icon.phone-icon {
  background-color: #f15a29;
  margin-right: 10px;
}
.icons-container .icon.phone-icon i {
  color: #000000;
}
.icons-container .icon.pulse {
  animation: pulse 2s infinite;
}
.icons-container .icon i {
  color: #fff;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.download-enquiry {
  display: flex;
  height: 0px;
  width: 85px;
  position: fixed;
  right: 0;
  top: 60%;
  z-index: 1000;
  transform: rotate(-90deg);
}
.download-enquiry #feedback1,
.download-enquiry #feedback2 {
  display: block;
  height: 52px;
  padding: 10px 20px 0;
  text-align: center;
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 17px;
  font-weight: bold;
}
.download-enquiry #feedback1 a,
.download-enquiry #feedback2 a {
  color: #000000;
}
.download-enquiry #feedback1 {
  background: #f15a29;
}
.download-enquiry #feedback2 {
  background-color: #f15a29;
}

.enquiry-form img {
  height: 100%;
  width: 100%;
}
.enquiry-form .btn-close {
  position: relative;
  left: 88%;
  top: 12px;
}
.enquiry-form .form {
  padding: 10px 20px;
}

.social-widget {
  position: fixed;
  top: 50%;
  left: 0%;
}
.social-widget ul {
  list-style: none;
  padding: 0;
}
.social-widget ul li {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0px 0;
  cursor: pointer;
}
.social-widget ul li.facebook {
  background: #3b5998;
}
.social-widget ul li.facebook .slider {
  background: #627aac;
}
.social-widget ul li.twitter {
  background: #00aced;
}
.social-widget ul li.twitter .slider {
  background: #7fd5f6;
}
.social-widget ul li.instagram {
  background: #bc2a8d;
}
.social-widget ul li.instagram .slider {
  background: #dd94c6;
}
.social-widget ul li.google {
  background: #dd4b39;
}
.social-widget ul li.google .slider {
  background: #eea59c;
}
.social-widget ul li.whatsapp {
  background: #4dc247;
}
.social-widget ul li.whatsapp .slider {
  background: #82d47e;
}
.social-widget ul li .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #fff;
}
.social-widget .slider {
  content: "";
  position: absolute;
  top: 0;
  left: 31px;
  width: 0px;
  height: 31px;
  background: #eebb5c;
  border-radius: 3px;
  transition: all 0.5s 0.3s ease;
}
.social-widget .slider p {
  font-family: arial;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 31px;
  opacity: 0;
  transition: all 0.6s ease;
}
.social-widget ul li:hover .slider {
  width: 180px;
  transition: all 0.5s ease;
}
.social-widget ul li:hover .slider p {
  opacity: 1;
  transition: all 1s 0.2s ease;
}/*# sourceMappingURL=style.css.map */
}/*#custom Asraaz */
.more-menu {
    display: none;
    padding-left: 15px;
}

.mobile-more.open .more-menu {
    display: block;
}

.mobile-more i {
    transition: transform .3s ease;
}

.mobile-more.open i {
    transform: rotate(180deg);
}

@media (max-width: 1199px) {

  /* Force navbar into vertical layout */
  .navbar-nav {
      display: flex !important;
      flex-direction: column !important;
      align-items: stretch !important;
  }

  .navbar-nav > .nav-item {
      width: 100% !important;
      position: static !important;
  }

  /* HARD RESET submenu */
  .mobile-more > .more-menu {
      position: static !important;
      display: none !important;
      width: 100% !important;
      height: auto !important;
      max-height: none !important;
      overflow: hidden  !important;
      visibility: visible !important;
      opacity: 1 !important;
      flex-direction: column !important;
      background: transparent !important;
      padding: 8px 0 8px 22px !important;
      margin: 0 !important;
      border: 0 !important;
      transform: none !important;
  }

  .mobile-more.open > .more-menu {
      display: block !important;
  }

  .mobile-more > .more-menu li {
      display: block !important;
      padding: 8px 0 !important;
  }

  .mobile-more > .more-menu a {
      display: block !important;
      font-size: 15px !important;
      color: #000 !important;
      text-decoration: none !important;
  }

  /* Allow collapse to grow */
  .navbar-collapse {
      max-height: calc(100vh - 75px); /* subtract header height */
      overflow-y: auto !important;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
  }
   .navbar-collapse {
      scrollbar-width: none;       /* Firefox */
      -ms-overflow-style: none;    /* IE & Edge */
  }
    .navbar-collapse::-webkit-scrollbar {
      display: none;               /* Chrome, Safari */
  }
}

/* ================= MOBILE FOOTER BAR ================= */

.mobile-footer {
  display: none;
}

@media (max-width: 768px) {

  .mobile-footer {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #b81f24; /* builder red */
    z-index: 9999;
    box-shadow: 0 -4px 16px rgba(0,0,0,0.25);
  }

  .mf-item {
    flex: 1;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }

  .mf-item i {
    font-size: 20px;
  }

  .mf-item.call {
    background: #a3181c;
  }
  
    .mf-item.chat {
    background: #712b2d;
  }

  .mf-item.visit {
    background: #8f1417;
  }

  /* prevent footer covering content */
  body {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 479px) {



    /* Consultation button auto reduce */
    .nav-1 .theme-btn {
        padding: 6px 10px;
        font-size: 12px;
        line-height: 1.2;
        min-height: auto;
    }

    /* Navbar toggler smaller */
    .nav-1 .navbar-toggler {
        padding: 4px 8px;
        font-size: 14px;
    }

    /* Reduce icon size if needed */
    .nav-1 .navbar-toggler-icon {
        width: 30px;
        height: 30px;
    }
}
