@import url(../css/aos.css);
@import url(../css/animate.css);
@import url(../css/swiper.min.css);
@import url(../css/default.css);
@import url(../css/fancybox.css);
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  /* Colors: */
  --color-ef7d18: #ef7d18;
  --color-000000: #000000;
  --color-272625: #272625;
  --color-f5f5f5: #f5f5f5;
  --color-ffffff: #ffffff;
  --font-family-montserrat: "montserrat", sans-serif;

  --font-family-poppins: "Poppins", sans-serif;
  --font-style-normal: normal;
  --font-size-14: 14px;
  --font-size-15: 15px;
  --font-size-16: 16px;
  --font-size-18: 18px;
  --font-size-20: 20px;
  --font-size-22: 22px;
  --font-size-25: 25px;
  --font-size-35: 35px;

  --font-size-40: 40px;
  --font-size-65: 65px;
  --font-size-85: 85px;

  --character-spacing-0: 0px;
  --line-height-inherit: inherit;
  --font-weight-Thin: 100;
  --font-weight-ExtraLight: 200;
  --font-weight-Light: 300;
  --font-weight-Regular: 400;
  --font-weight-Medium: 500;
  --font-weight-SemiBold: 600;
  --font-weight-Bold: 700;
  --font-weight-ExtraBold: 800;
  --font-weight-Black: 900;
  --font-weight-normal: normal;
}


* {
  outline: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-family-poppins);
  font-style: var(--font-style-normal);
  font-size: var(--font-size-18);
  color: var(--color-000000);
  font-weight: var(--font-weight-Regular);
  margin: 0;
  padding: 0;
  line-height: normal;
}

.clr {
  width: 100%;
  float: left;
}

.img {
  width: 100%;
}

a,
.btn,
button {
  color: var(--color-000000);
  outline: none;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}

.btn:hover,
a:hover,
button:hover {
  color: var(--color-c18d02);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: normal;
  margin-bottom: 15px;
  font-family: var(--font-family-montserrat);
}

ul,
ol {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

header,
footer,
section {
  width: 100%;
  float: left;
}

p {
  font-size: var(--font-size-16);
  line-height: normal;
  font-weight: var(--font-weight-Regular);
  margin-bottom: 20px;
  font-family: var(--font-family-poppins);
}

.main-heading {
  font-size: var(--font-size-85);
  font-family: var(--font-family-montserrat);

}

.section-heading {
  font-size: var(--font-size-40);
  font-weight: var(--font-weight-Bold);
  font-family: var(--font-family-montserrat);

}

.sub-heading {
  font-size: var(--font-size-35);
  font-family: var(--font-family-montserrat);


}

.sub-heading-two {
  font-size: var(--font-size-25);
  font-weight: var(--font-weight-Bold);
  font-family: var(--font-family-montserrat);



}

.small-heading {
  font-size: var(--font-size-22);
  color: var(--color-ef7d18);
}

.common-btn {
  padding: 0.1rem 1rem !important;
  border: 0.2rem solid var(--color-ef7d18);
  text-transform: capitalize;
  border-radius: 0.2rem;
  background-color: var(--color-ffffff);
  color: var(--color-000000) !important;
  font-size: var(--font-size-16);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 0.2rem !important;
  overflow: hidden;
  border-radius: 0.5rem;
}

.common-btn:hover {
  color: var(--color-ffffff) !important;
  background-color: var(--color-ef7d18);
  padding: 0.5rem 0.8rem;
  border-radius: 2rem;
}

.common-btn .arrow {
  border: 0.5rem solid var(--color-ef7d18);
  text-transform: capitalize;
  border-radius: 0.2rem;
  background-color: var(--color-ef7d18);
  color: var(--color-ffffff);
  width: 2rem;
  height: 2rem;
  margin: 0.2rem;
  margin-left: 1rem;
}

.common-btn:hover .arrow {
  background-color: var(--color-ffffff);
  border: 0.5rem solid var(--color-ffffff);
  border-radius: 4rem;

}

.common-btn i {
  transform: rotate(-45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: ease all 0.5s;
}

.common-btn:hover i {
  transform: rotate(0deg);

}

.common-btn:hover i {
  color: var(--color-000000);

}

.link-arrow {
  font-size: var(--font-size-16);
  font-weight: 500;
  position: relative;
  text-align: left;
  /* text-decoration: underline; */
  text-transform: capitalize;
  border-bottom: 1px solid;
  display: inline-flex;
}

.link-arrow:hover {
  color: var(--color-ffffff);
}

.link-arrow:hover .arrow {
  rotate: 45deg;
  top: 3px;
  position: relative;
}

.link-arrow .arrow {
  width: 22px !important;
  height: 22px;
  object-fit: contain;
  rotate: -45deg;
  margin-left: 5px;
  transition: rotate 0.3s ease;
  display: flex;
  align-items: center;
  position: relative;
  top: -2px;
}





.offcanvas-active {
  overflow: hidden;
}

.offcanvas-header {
  display: none;
}

.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  transition: opacity .2s linear, visibility 0.2s, width 2s ease-in;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: var(--color-ffffff);
  background-color: var(--color-ef7d18);
  border-radius: 2rem;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link.active {
  color: var(--color-ffffff);
  background-color: var(--color-ef7d18);
      padding: 0.5rem 0.8rem;
  border-radius: 2rem;

}

.navbar-expand-lg {
  padding: 0;
}

.navbar-expand-lg .navbar-nav {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    position: relative;
    width: fit-content;
    top: 0;
    right: 0;
    align-items: center;
}

.navbar-dark .navbar-nav .nav-link {
  color: var(--color-ffffff);
  font-size: var(--font-size-15);
  font-weight: var(--font-weight-Medium);
  padding: 0.6rem;
  margin-left: 2rem;
}

.screen-darken.active {
  z-index: 10;
  transition: opacity .3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
  z-index: 9;
}

.menu-btn {
  width: 50px;
  height: 50px;

  position: absolute;
  border: 1px solid #686868;
  right: 30px;
}

.offcanvas-header .btn-close {
  position: absolute;
  right: 30px;
}

.menu-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

section {
  overflow: hidden;
}

header {
  width: 100%;
  background-color: #06121a;
}

.brand img {
  position: relative;
  width: 250px;
  left: 0;
  top: 0;
  object-fit: contain;
  z-index: 9;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  padding: 1rem 0;
}


.g_header {
  top: 0%;
  left: 0;
  width: 100%;
  z-index: 99;
  background: var(--color-000000);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  align-items: center;
  justify-content: center;
  display: flex;
}

.main-header.g_shrink {
  top: 0%;
  position: fixed;
  background: var(--color-f68e1f);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: 999;
}





.main-header.g_shrink .main-nav .logo-bg {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

ul.top-social li {
  float: left;
}


.social-icon li i {
  color: var(--color-ffffff);
}

ul.top-social li i {
  /* color: var(--color-ffffff); */
  font-size: var(--font-size-16);
  margin-left: 20px;
  transition: 0.5s;
}

ul.top-social li i:hover {
  color: var(--color-ef7d18);
}

ul.info-header {
  margin-left: 12%;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

ul.info-header li a:hover {
  color: var(--color-ef7d18);
}

.top-social {
  padding-bottom: 0.5rem;
  display: flex;
  justify-content: flex-end;
}

.main-header.g_shrink .top-social {
  top: 0;
  display: none;
}

.info-header a {
  color: var(--color-ffffff);
  font-size: var(--font-size-14);
}

.info-header li i {
  margin-right: 15px;
}

@media screen and (max-width: 991px) {
  .dropdown-toggle.show::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }

  .inner-banner::before {
    opacity: 0.8;
  }
}


.main-header.g_shrink.g_header {
  padding: 10px 0;
  background-color: var(--color-000000);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink.g_header .brand img {
  width: 150px;
  padding: 0;
}

.main-header.g_shrink.g_header .top-social {
  padding-bottom: 0;

}

.main-header.g_shrink.g_header .top-header {
  display: none;
}

.main-header.g_shrink.g_header .navbar {
  padding: 0;
}

.main-header.g_shrink.g_header .brand img {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink .navbar-expand-lg .navbar-nav {
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  border: none;
}

.main-header.g_shrink .line {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.mobile {
  display: none;
}

/* .main-header.g_shrink .navbar-expand-lg .navbar-nav {
    position: absolute;
    top: 15px;
    right: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
} */


/* ============ mobile view ============ */
@media all and (max-width: 991px) {
.main-header.g_shrink .navbar-expand-lg .navbar-nav {
        top: 39px !important;
        padding: 2rem;
    }
.navbar-expand-lg .navbar-nav {
        margin-left: 0 !important;
        width: 100%;
        margin: auto;
        text-align: center;
        padding-top: 3rem;
    
    }

 .offcanvas-header .btn-close {
        position: absolute;
        right: 15px;
        top: 15px;
        filter: invert(1);
        font-size: 1.5rem;
    }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .banner .container {
    padding: 0;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: var(--color-ffffff);
    font-size: 16px;
    padding: 8px 15px;
    margin-bottom: 1rem;
    margin-top: 1rem;
    transition: ease all 0.5s;
  }

  .offcanvas-header {
    display: block;
  }

  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1200;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
    padding: 2rem;
  }
.mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0);
        background-color: #000000eb;
    }

  .mobile-offcanvas .container,
  .mobile-offcanvas .container-fluid {
    display: block;
  }

}

@media (max-width: 1024px) {
  .navbar-dark .navbar-nav .nav-link {
    font-size: 14px;
    padding-right: 20px !important;
  }
}


.main-nav {
  background: transparent;
  padding: 30px 0px;
  width: 100%;
  float: left;
}

.main-nav .navbar {
  padding: 0;
  width: 100%;
  float: left;
}

.main-nav .navbar-expand-lg .navbar-brand {
  position: absolute;
  top: -20px;
  margin-right: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-nav .navbar-expand-lg .navbar-brand img,
.main-nav .navbar-expand-lg .navbar-brand .svg {
  width: 160px;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  display: block;
  font-size: var(--font-size-19);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-SemiBold);
  line-height: var(--line-height-inherit);
  padding: 8px 10px;
  text-transform: uppercase;
}

.main-nav .navbar-nav .nav-item {
  padding-left: 40px;
}

.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-0e1f45);
}

.main-nav .navbar-nav .nav-item .nav-link.show,
.main-nav .navbar-nav .nav-item .show>.nav-link {
  color: var(--color-f68e1f);
}

/* dropdown-menu */
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:focus,
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:hover {
  background-color: transparent;
}

.main-nav .navbar-nav .dropdown .dropdown-menu {
  min-width: 200px;
  width: 200px;
  margin: 0;
  top: 100%;
  padding: 0px;
  background-color: var(--color-ffffff);
  border: none;
  box-shadow: 0px 0px 10px -4px #0000009d;
  z-index: 9;
}

.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  float: left;
  font-size: var(--font-size-16);
  color: var(--color-000000);
  background-color: var(--color-ffffff);
  padding: 10px 10px;
  text-transform: uppercase !important;
}

.section-space {
  padding-top: 5rem;
  padding-bottom: 5rem;

}

/* dropdown-menu */

.about-section {
  position: relative;
}

.about-page-left {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-banner {
  background-position: center;
  background-size: cover;
  height: 100%;
  background-image: url(../images/banner/about-banner.jpg);


}

.about-page-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.about-section .arrow-up {
  position: absolute;
  top: 0;
  z-index: -1;
}

.about-left {
  position: relative;
  padding-right: 3rem;
}

.about-left h4 {
  text-transform: capitalize;
}

.about-right {
  display: flex;
  position: relative;
}

.about-right::after {
  position: absolute;
  content: '';
  width: 120%;
  height: 400px;
  background-color: var(--color-c18d02);
  left: -40px;
  z-index: -1;
}

.project-section {
  background-image: url(../images/wave-bg.jpg);
  background-position: center;
  background-repeat: repeat;
  background-attachment: fixed;
  background-color: var(--color-ededed);
  background-blend-mode: soft-light;

}

.nav-pills .nav-link {
  color: #888888;
  font-weight: 600;
  position: relative;
  border-radius: 0;
  padding: 0.5rem 1rem;
  background: none;
  transition: color 0.3s ease;
}

.nav-pills .nav-link.active {
  color: #c28a0f;
  background-color: transparent;
}

.nav-pills .nav-link::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 4px;
  background-color: #c28a0f;
  border-radius: 2px;
  transition: width 0.3s ease;
}

.nav-pills .nav-link.active::after {
  width: 100%;
}

.residential-project-section .nav {
  justify-content: center;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.19);
  margin-bottom: 50px;
  padding-top: 0;
  z-index: 99;
}

/* main-banner */
.banner img {
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
}

.banner-slider {
  position: relative;
  /* z-index: -9; */
}

/* .banner .swiper-slide::before {
  width: 50%;
  position: absolute;
  content: '';
  background-color: #000000cc;
  height: 100%;
  top: 0;
  z-index: 9;
} */

.swiper-pagination-bullet {
   
    background: var(color);
   
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--color-000000);
  border: 1px solid var(--color-c18d02);
}

.banner {
  width: 100%;
  height: 100%;
  position: relative;
}

.carousel-caption {
  color: var(--color-ffffff);
  text-align: left;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  z-index: 99;
  align-items: flex-start;
  left: 0;
  position: absolute;
  left: 10%;
}

.carousel-caption h1 {

  font-size: var(--font-size-65);
}

.main-slider .swiper-pagination.banner-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  width: fit-content;
  left: 85%;
  display: flex;
  bottom: 100px;
}




/* .about-us */
.contact-section {
  background: var(--color-272625);
  overflow: visible;
  font-family: var(--font-family-montserrat)
}

.contact-section.section-space.footer-inside {
  padding: 1.5rem 0;
}

.contact-banner {
  background-position: center;
  background-size: cover;
  height: 100%;
  background-image: url(../images/banner/contact-banner.jpg);


}

.contact-section .container {
  background-color: var(--color-c18d02);
  overflow: hidden;
  position: relative;
  z-index: 99;
  transform: none;
}

.contact-right {
  padding: 3rem;
  text-align: center;
  background-color: var(--color-ffffff);
  border-radius: 2rem;
  text-align: left;
}

.contact-left {
  width: 100%;
  color: var(--color-ffffff);
}

.contact-left p {
  color: var(--color-ffffff);
  font-family: var(--font-family-montserrat);

}

.contact-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-section hr {
  color: #ffffff;
  margin: 5rem 0;

}

.contact-left .small-heading {
  font-size: var(--font-size-18);
}

.contact-box {
  margin-bottom: 3rem;
}

.contact-box a {
  color: var(--color-ffffff);

}

.contact-box a:hover {
  color: var(--color-ef7d18);

}

label {
    color: var(--color-272625);
    font-size: var(--font-size-16);
    margin-bottom: 0.3rem;
}

.form-control {
    background-color: #e9ebec;
    padding: 0.7rem;
    border: transparent;
    margin-bottom: 1rem;
}
.form-control:focus {
  background-color: var(--color-f5f5f5);
}

.inner-banner {
  position: relative;
}

.inner-banner .banner-img {
  object-position: center;
  object-fit: cover;
  height: 100%;
}

.inner-banner .banner-img img {
  object-position: center;
  object-fit: cover;
  height: 100%;

}

.inner-banner-content {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 30%;
  height: 100%;
  text-align: left;
  color: var(--color-ffffff);
}

.inner-banner-content h1 {
  color: var(--color-ffffff);

}

.inner-banner-content p {
  color: var(--color-ffffff);
}

.breadcrumb-inner {
  position: relative;
  height: 800px;
  background-size: cover;
  padding-bottom: 50px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
}

/* 
.inner-banner::before {
  position: absolute;
  background: #0f2851;
  height: 800px;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  content: "";
} */

.breadcrumb-inner .title {
  color: var(--color-ffffff);
  /* margin: 0; */
  font-size: 50px;
  font-weight: lighter;
}

.inner-banner .breadcrumb {
  padding: 0;
  margin: 0;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
}

.breadcrumb-item.active {
  color: var(--color-ffffff);
}

.inner-banner .breadcrumb .breadcrumb-item a,
.inner-banner .breadcrumb .breadcrumb-item {
  color: var(--color-ffffff);
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--color-ffffff);
}



/* testinomal */

.testinomal {
  width: 100%;
  float: left;
  background: url(../images/testimonial-bg.jpg) center no-repeat;
  overflow: hidden;
}

.testimonial-items {
  border-radius: 1rem;
  text-align: center;
  transform: scale(1.5);
}

.testimonial-items .quote {
  font-size: var(--font-size-35);
}

.testimonial-items .quote i {
  color: var(--color-ef7d18);
  font-size: 3rem;
  margin-top: 2rem;
}

.testimonial-text {
  font-size: var(--font-size-25);
  font-style: italic;
}

/* Container tweak */
.testimonial-wrapper {
  padding: 2rem 0;
  overflow: visible;
}

/* Each slide item */
.testimonial-items {
  transition: transform 0.3s ease, opacity 0.3s ease;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

/* Faded side slides */
.testimonial-wrapper .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.4;
  transform: scale(0.92);
  filter: blur(1px);
}

/* Center slide: full opacity and scale */
.testimonial-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  filter: none;
  padding: 3rem;
}
.testimonial-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: var(--color-ef7d18);

}
.testimonial-wrapper .swiper-pagination-bullet{
  background: var(--color-272625);
}
.swiper-slide.swiper-slide-active .testimonial-items {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  background: #fff;
}
.testimonial-wrapper .swiper-slide-active .testimonial-items {
  border: 2px solid transparent;
  background-image: linear-gradient(#fff, #fff),
                    linear-gradient(90deg, #E2C479, #AF9146);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  -webkit-background-clip: padding-box, border-box;
    padding: 2rem;

}
.testimonial-slider {
  overflow: hidden;
  margin-top: 30px;
  padding-bottom: 100px;
}

.testinomal button {
  border-radius: 0;
  padding: 20px 60px;
  font-weight: var(--font-weight-Bold);
}

img.img-testinomal {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-top: -50px;
  margin-left: 40px;
  border: 6px solid var(--color-c18d02);
  z-index: 99;
  position: absolute;
}

.testinomal-para {
  height: 80%;
  padding-right: 200px;
  padding-bottom: 50px;
  padding-top: 120px;
  background: var(--color-f2f7fa);
  padding-left: 60px;
  margin-top: 1.5%;
  position: relative;
  border-radius: 0 0 180px 0;
  z-index: 9;
}

.testinomal-para:before {
  content: "";
  width: 100%;
  height: auto;
  position: absolute;
  background: url(../images/icons/“.png) center no-repeat;
  top: 0;
  left: -280px;
  bottom: 160px;
  z-index: 999;
}

.review-stars svg {
  width: 9rem;
  margin-bottom: 1.5rem;
}

.testinomal-center {
  flex-direction: column-reverse;
}
.testimonial-section .swiper-slide .small-heading {
    font-size: var(--font-size-16);
    font-weight: var(--font-weight-Black) !important;
    margin-top: 1rem;
    font-family: var(--font-family-poppins);
}
.testimonial-section .swiper-slide .small-heading strong{ 
color: var(--color-000000);
    font-weight: var(--font-weight-Black) !important;

}
.testinomal-para p {
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-000000);
}

.testinomal-para h5 {
  font-size: var(--font-size-19);
  font-weight: var(--font-weight-Bold);
  text-transform: uppercase;
  font-family: var(--font-family-montserrat);
  margin-bottom: 0;
  padding: 0;
  margin-top: 40px;
}




.testimonial-section .swiper-container>.swiper-slide__content {
  position: absolute;
  top: 0;
}

.testimonial-section {
  overflow: hidden;
}

.testimonial-section .swiper-slide {
  position: relative;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms linear;
  flex-direction: column;
  filter: opacity(0.5);
}

.testimonial-section .swiper-slide.swiper-slide-active {
  transform: scale(1);
  filter: opacity(1);
  border: 1px solid var(--color-ef7d18);
}

.testimonial-section .swiper-slide__content {
  position: absolute;
  top: 0;
  height: 300px;
}

/* footer */

.footer {
  width: 100%;
  background-color: var(--color-000000);
  overflow: hidden;
  padding-top: 80px;
  position: relative;
}

.contact-top-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer-links{
  margin-bottom: 1rem;
}
.footer-links a {
  color: var(--color-ffffff);
  margin-right: 2rem;
}
.footer-inside .copy-right{
  position: relative;
}
.footer-links a:hover {
  color: var(--color-ef7d18);
  margin-right: 2rem;
}


.footer-logo img {
  width: 250px;
}

.footer-arrow {
  position: absolute;
  right: 0;
  bottom: 80px;
  width: 20%;
}

.footer-box {
  width: 15%;
  margin-bottom: 50px;
}

.heading-footer i {
  font-size: 20px;
  border-radius: 50%;
  color: var(--color-c18d02);
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.heading-footer h3 {
  margin-bottom: 0;
  color: var(--color-c18d02);
  font-size: var(--font-size-19);
  font-family: var(--font-family-poppins);

}

.heading-footer {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff63;
  margin-bottom: 20px;
}

.footer-contact p span {
  display: block;
}

.footer-contact p {
  padding-right: 100px;
  font-size: var(--font-size-14);
}

.footer-contact a {
  color: var(--color-ffffff);
  display: block;
}

.footer-contact a:hover {
  color: var(--color-c18d02);
}

.footer-social ul {
  display: flex;
  margin-top: 80px;
}

.footer-social ul li {
  float: left;
  margin-right: 30px;
}

.footer-social ul li i {
  font-size: 24px;
  border-radius: 50%;
  color: var(--color-c18d02);
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.footer-social ul li i:hover {
  color: var(--color-c18d02);
}

.footer-menu ul li {
  margin: 10px 0;
}

.footer-menu ul li a:hover i {
  color: var(--color-c18d02);
}

.footer-menu ul li a:hover {
  color: var(--color-c18d02);
}

.footer-menu ul li i {
  font-size: 14px;
  margin-right: 10px;
  color: var(--color-ffffff);
  transition: 0.5s;
}

.footer-menu ul li a {
  color: var(--color-014b7e);
  display: flex;
  font-weight: var(--font-weight-SemiBold);
  align-items: center;
  font-size: 16px;
}

.footer-contact ul li i {
  font-size: 25px;
  color: var(--color-c18d02);
  margin-right: 20px;
}

.footer-contact ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.footer-contact ul li a,
.footer-contact ul li p {
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Regular);
  font-size: var(--font-size-16);
  display: block;
  margin-bottom: 0;
}

.footer-contact ul li a:hover {
  color: var(--color-c18d02);
}

.social-links ul {
  display: flex;

}

.social-links i {
  font-size: var(--font-size-20);
  color: var(--color-ef7d18);
  padding-right: 1rem;

}

.footer-links ul {
  display: flex;
}

/* copy-right  */

.copy-right {
  width: 85%;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
}

.copy-right p,
.copy-right p a {
  color: var(--color-ffffff);
  margin-bottom: 0;
  font-family: var(--font-family-montserrat);

}

.copy-right p a {
  font-weight: var(--font-weight-Bold);

}

.copy-right a:hover {
  color: var(--color-ef7d18);
}

.copy-right ul {
  display: flex;
  flex-direction: row;
  gap: 15px;
  font-size: 16px;
}

.copy-right ul li a {
  color: var(--color-ffffff);
}



.nav-tabs {
  border-bottom: none;
}

.sidenav,
.mobile-toggle {
  display: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1540px;
}

/* calculator */





button.calculator-btn {
  background-color: var(--color-c18d02);
  margin-bottom: 30px !important;
}

.cursor {
  cursor: pointer;
}

.calculator {
  position: relative;
  overflow: hidden;
}

.calculator-ans {
  background-color: var(--color-014b7e) !important;
  padding: 30px !important;
  color: var(--color-ffffff) !important;
  margin: 10px 0;
  height: 60px !important;
  font-weight: var(--font-weight-SemiBold);


}


.calculator input,
.calculator select {
  height: 60px;
  padding: 15px !important;
  color: var(--color-000000);
  border: 1px solid #efefef;
}

.calculator-img img {
  width: 80%;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.calculator-flex {
  align-items: center;
}

.calculator-img {
  box-shadow: rgba(99, 99, 99, 0.455) 0px;

  position: absolute;
  right: -22%;
  top: 30%;
}

/* calculator */







/* back to top */

#button {
  display: inline-block;
  background-color: var(--color-272625);
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 0;
  position: fixed;
  bottom: 23px;
  right: 35px;
  border-radius: 50%;
  transition: background-color .3s, opacity .5s, visibility .5s;
  visibility: hidden;
  z-index: 1000;
  border: 2px solid var(--color-ffffff);
  text-decoration: none;
  opacity: 0;
}

#button i {
  font-style: normal;
  font-size: var(--font-size-20);
  line-height: 50px;
  color: var(--color-ffffff);
  text-decoration: none;
  border: 0;
}

#button:hover {
  cursor: pointer;
  border: 2px solid var(--color-c18d02);
  background-color: var(--color-ef7d18);
}

#button:hover:after {
  color: var(--color-f26b28);
}

#button:active {
  border: 2px solid var(--color-f26b28);
  background-color: var(--color-ffffff);
}

#button.show {
  opacity: 1;
  visibility: visible;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;

}


.whatsapp-btn {
  position: fixed;
  bottom: 90px;
  right: 35px;
  z-index: 999;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #25D366;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: var(--color-ffffff);
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
  line-height: 0px;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.quality-circle {
  position: absolute;
  left: 29%;
  top: 10%;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.quality-circle .arrow-img img {
  position: absolute;
  z-index: 9999;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  /* height: 100%; */
  top: 39%;
  left: 40%;

}

.quality-circle .arrow-img::after {
  position: absolute;
  /* float: right; */
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  /* margin-right: 50px; */
  /* margin-top: -50px; */
  z-index: 99;
  background-color: var(--color-ef7d18);
  /* padding: 2.5rem; */
  border-radius: 5rem;
  content: '';
  width: 100px;
  height: 100px;
  content: '';
  left: 51px;
  top: 49px;
}

.emblem {

  margin: 0 auto;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  /* font-weight: bold; */
  color: var(--color-f5f5f5);
  animation: spinZ 20s linear infinite;
  text-align: center;
  z-index: 2;
  background-color: #0000008a;
}

.emblem span {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 1rem;
  font-weight: var(--font-weight-SemiBold);
  font-size: var(--font-size-16);
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);

}

@keyframes spinZ {
  0% {
    transform: rotateZ(360deg);
  }

  100% {
    transform: rotateZ(0deg);
  }
}



.project-box {
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
  height: 500px;
}

.project-box p {
  font-weight: var(--font-weight-Medium);
  text-transform: uppercase;
}

.project-box i {
  margin-right: 10px;
}

.project-box img {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-content {
  background-color: #000000a3;
  padding: 2rem;
  position: absolute;
  bottom: 0;
  color: var(--color-ffffff);
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.project-content h3 {
  color: var(--color-ffffff);
}

.project-content p {
  color: var(--color-ffffff);
}

.commercial {
  position: relative;
}

.commercial:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/commercial-bg.jpg);
  top: 0;
}

.commercial .nav-pills .nav-link.active {
  color: var(--color-ffffff);
}

.commercial .nav-pills .nav-link.active::after {
  background: var(--color-ffffff);
}

.commercial .nav-pills .nav-link, .commercial .project-content h3, .commercial .project-content p {
  color: var(--color-ffffff);
}

.commercial .project-content {
  background: #000000cc;
}

/* lets-connect */
.lets-connect {
  position: relative;
  background: var(--color-000000);
}

/* 
.lets-connect:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  background: var(--color-d2a800);
  bottom: 0;
  left: 0%;
  z-index: -9;
} */
.contact-page-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}

.contact-page-left {
  margin-left: 3rem;

}

.contact-flex {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  margin-top: 50px;
}


.contact-form {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.form-row {
  display: flex;
}

input,
textarea {
  background-color: transparent;
  border: 1px solid #27262533;
  padding: 20px;
  font-weight: var(--font-weight-SemiBold);
  color: var(--color-272625);
  width: 100%;
  font-size: var(--font-size-16);
  font-style: italic;

}

textarea {
  min-height: 120px;
  resize: none;
}

.submit-box {
  text-align: right;
}

.submit-box button {
  background: transparent;
  border: 1px solid var(--color-d2a800);
  color: var(--color-d2a800);
  padding: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: var(--font-size-20);
  width: 100%;
  margin-top: 1.3rem;
}

.submit-box button:hover {
  /* box-shadow: inset 10em 0 0 0 var(--color-d2a800), inset -10em 0 0 0 var(--color-d2a800); */
  border-color: var(--color-d2a800);
  color: black;
  background-color: var(--color-d2a800);

}



.dropdown-menu.show {
  -webkit-animation: fadeIn 0.3s alternate;
  /* Safari 4.0 - 8.0 */
  animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
  position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
  width: 90%;
  top: auto;
  left: 5%;
}

.navbar-toggler {
  border: none;
  padding: 0;
  outline: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  z-index: 11;
  float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
  position: absolute;
  transform: translate(-50%, -50%) rotate(0deg);
  left: 50%;
  top: 50%;
  width: 50%;
  height: 50%;
  pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
  width: 100%;
  height: 4px;
  position: absolute;
  background: #333;
  border-radius: 2px;
  z-index: 1;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
  left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
  top: 10%;
  transform-origin: 50% 50%;
  transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
  top: 50%;
  transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
  left: 0px;
  top: auto;
  bottom: 10%;
  transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
  position: absolute;
  margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
  top: 45%;
  transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
  left: 50%;
  width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
  top: 45%;
  transform: rotate(-45deg);
}

/* Basic dropdown hover behavior */
.navbar-nav .dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown-menu {
  margin-top: 0;
}

/* Multilevel (submenu) positioning */
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
  display: none;
  position: absolute;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
  background-color: var(--color-ffffff);
  -webkit-transition: all .5s, 2s .5s linear;
  transition: all .5s, 2s .5s linear;



}

.dropdown-menu {
  transition: all 0.2s ease-in-out;
  background-color: var(--color-ffffff);
  padding: 0;


}

.dropdown-item {
  padding: 0.5rem;
  overflow: hidden;
}

.dropdown-item:hover {
  padding: 0.5rem;
  background-color: var(--color-c18d02);
  color: var(--color-ffffff);

}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  width: 12rem;
}


.service-strip {
  padding: 2rem 0;
  background-color: var(--color-ef7d18);
}

.about-img {
  border-radius: 2rem;
  width: 50%;
  height: 615px;
  object-fit: cover;
  /* min-height: 800px; */
  overflow: hidden;
}

.about-img.about-img-one {
  margin-right: 2rem;
}

.about-img.about-img-one img {
  margin-top: 25%;
}

.about-img img {
  width: 100%;
  height: 80%;
  object-fit: cover;
  border-radius: 3rem;
}




.feature-section {
  background-color: var(--color-ef7d18);
  color: var(--color-ffffff);

}

/* counter */
.counter {
  width: 100%;
  height: auto;
  float: left;
  background: var(--color-f2f7fa);
}

.count-line {
  display: flex;
  flex-direction: row;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ffc8998f;
  margin-bottom: 2rem;
  align-items: center;
}

.count-line .icon {
  margin-right: 1rem;
}

.count-head {
  font-weight: var(--font-weight-SemiBold);
  font-size: var(--font-size-20);
}

.count-digit {
  font-size: var(--font-size-85);
  font-weight: var(--font-weight-Bold);
  font-family: var(--font-family-montserrat);

}

.count-name {
  font-size: var(--font-size-85);
  font-weight: var(--font-weight-Bold);
  font-family: var(--font-family-montserrat);

}

.count-area-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--color-ffffff);
  padding-right: 9rem;
}

.count-area-content .icon img {
  width: auto;
}

.count-area-content p {
  color: var(--color-ffffff);

}



/* counter */
.service-banner {

  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-box {
  padding: 3rem;
  /* border-radius: 3rem; */
  border-top: 0.01rem solid var(--color-000000);
  display: flex;
  align-items: center;
  transition: ease all 0.5s;
  position: relative;
      transition: ease all 0.5s;


}

.service-box:hover .number {
  width: 5%;
}

.service-box1:hover {
  background-image: url(../images/services/bulk-recuirtment-home.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7rem;
  border-top: transparent;
  color: var(--color-ef7d18);
  border-bottom: transparent;
  background-position: center;

}

.service-box2:hover {
  background-image: url(../images/services/executive-search-home.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7rem;
  border-top: transparent;
  color: var(--color-ef7d18);
  border-bottom: transparent;
  background-position: center;

}

.service-box3:hover {
  background-image: url(../images/services/turnkey-home.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7rem;
  border-top: transparent;
  color: var(--color-ef7d18);
  border-bottom: transparent;
  background-position: center;

}

.service-box4:hover {
  background-image: url(../images/services/contract-staffing-home.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7rem;
  border-top: transparent;
  color: var(--color-ef7d18);
  border-bottom: transparent;
  background-position: center;

}

.service-box5:hover {
  background-image: url(../images/services/startup-home.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7rem;
  border-top: transparent;
  color: var(--color-ef7d18);
  border-bottom: transparent;
  background-position: center;

}

.service-box6:hover {
  background-image: url(../images/services/project-based-home.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7rem;
  border-top: transparent;
  color: var(--color-ef7d18);
  border-bottom: transparent;
  background-position: center;

}

.service-box img {
  margin-right: 1rem;
}

.service-box .number {
  width: 30%;
}

.service-box .content {
  width: 50%;
}

.service-box .button {
  width: 20%;
  position: absolute;
  right: 0;
}

.value-section {
  background-color: var(--color-ef7d18);
  color: var(--color-ffffff);

}

.value-section .small-heading {
  color: var(--color-ffffff);

}

.value-img {
  border-radius: 2rem;
  overflow: hidden;
}

.value-content {
  padding: 1.5rem;
  color: var(--color-ffffff) !important;

}

.value-box {
  padding: 1rem;
}

.value-content p {
  color: var(--color-ffffff);
  margin-bottom: 0;
}

.why-section {
  background-image: url(../images/why-bg.jpg);
  background-size: cover;
}

.why-box {
  padding: 2rem;
  border-radius: 1rem;
  border: 0.1rem solid var(--color-ef7d18);
  margin-top: 2rem;
  background-color: var(--color-ffffff);
  color: var(--color-272625);
  line-height: normal;
  min-height: 8rem;
}

.why-box.orange {
  background-color: var(--color-ef7d18) !important;
  color: var(--color-ffffff);

}

.why-left-img {
  border-radius: 1rem;
  width: 100%;
  object-fit: cover;
  height: 100%;
  overflow: hidden;

}

.why-left-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.why-right-content {
  color: var(--color-ffffff);
  padding-left: 3rem;
}

.why-right-content p {
  color: var(--color-ffffff);
  margin-bottom: 0;
}



.inside-banner-space {
  background-color: var(--color-d4d7d7);
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
  overflow: hidden;
  position: relative;
  height: 90vh;
}

.inside-banner-space img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.inside-banner-space h3 {
  font-size: var(--font-size-150);
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: auto;
  color: aliceblue;
  justify-items: center;
  width: 100%;
}

.inside-banner-space .container {
  z-index: 9;
}



.about-first-section {
  background-color: var(--color-f5f5f5);
}


.about-right-page {
  padding: 3rem;
}

.about-right-page p {
  color: var(--color-272625);
}


.philosophy-section {
  position: relative;
  background-color: var(--color-ef7d18);
  background-image: url(../images/about/philosophy-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}

.philosophy-section .row {
  display: flex;
  align-items: center;
}

.philosophy-section li img {
  width: 2rem;
}


.philosophy-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* justify-content: center; */
  height: 100%;
}

.philosophy-head h3 {
  margin-bottom: 0;
}

.philosophy-head li {
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid var(--color-ffffff);
}

.history-section {
  position: relative;
  background-color: var(--color-ffffff);
}

.history-left {
  position: relative;
  z-index: 9;
}

.about-left-page {
  object-fit: cover;
  width: 50%;
  height: 100%;
  position: absolute;
}

.about-left-page img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-right-page .section-heading {
  display: flex;
  align-items: center;
}


.contact-page-form {
  padding: 3rem;
  border-radius: 1rem;
  background-color: var(--color-ffffff);
  text-align: left;
}


.map-section iframe {
  border-radius: 1rem;
  filter: grayscale(1);
}



.contact-page-left .contact-box a {
  color: var(--color-272625);

}


.service-page .service-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 3rem;
  justify-content: center;
}

.service-page .service-content strong {
  font-size: 25px;
  font-weight: 200;
  margin-bottom: 1rem;
}


.service-page.bg-dark .service-content {
  color: var(--color-ffffff);
}

.service-page1 {
  position: relative;
}

.service-page1::after {
  position: absolute;
  width: 30%;
  height: 100%;
  content: '';
  top: 0;
  background-color: var(--color-f5f5f5);
  z-index: -1;
}

.service-page2 {
  position: relative;
}

.service-page2::after {
  position: absolute;
  width: 30%;
  height: 100%;
  content: '';
  top: 0;
  right: 0;
  background-color: var(--color-ef7d18);
  z-index: 0;
}

.service-left {
  position: relative;
  z-index: 9;
}

.industry-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  /* justify-content: center; */
  border-bottom: 1px solid var(--color-272625);
  padding-bottom: 1rem;
}

.industry-list li p {
  margin-top: 0.5rem;
}

.industry-slider {
  overflow: hidden;
  position: relative;
}

.industry-slider .swiper-slide img {
  width: 100%;
  height: 700px;
    border-radius: 1rem;

  object-fit: cover;
}

.industry-left-content {
  color: var(--color-000000);
  margin-right: 3rem;
}



.industries-section {
  height: 100%;
  align-items: center;
  justify-items: center;
}


.industry-list li .icon {
    width: 80px;
    background-color: var(--color-ef7d18);
    padding: 1rem;
    border-radius: 4rem;
    margin-right: 2rem;
    height: 80px;
    display: flex
;
    align-items: center;
    justify-content:center;
}
.industry-list li img {
  position: relative;
  filter: invert(1);
  width: 3rem;
}

.industry-list li img::after {
  padding: 1rem;
  background-color: var(--color-ef7d18);
  border-radius: 1rem;
  width: 5rem;
  position: absolute;
  content: '';
}

.industry-list li {
  font-weight: 600;
}


.what-about-section {
  background-image: url(../images/what-bg.jpg);
  background-size: cover;
}

.philosophy-right img {
  width: 3rem;
}

.story-box img {
  width: 3rem;
  margin-right: 2rem;
}

.philosophy-right img {
  width: 3rem;
  margin-right: 2rem;
}

.sectors-section {
  background-color: var(--color-ef7d18);
}


.process-section {
  background-color: var(--color-272625);
}

.process-right {
  margin-left: 2rem;
  color: var(--color-ffffff);

}

.process-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  overflow: hidden;
}

.process-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.process-right img {
  width: 2rem;
}

.process-right .accordion {
  color: var(--color-ef7d18);
}

.process-right .accordion-item {
  margin-bottom: 1rem;
  background-color: transparent;
  border: transparent;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
  margin-top: 1rem;
}

.process-right .accordion-item img {
  width: 3rem;
  margin-right: 3rem;
}

.process-right .accordion-button {
  background-color: transparent !important;
  padding: 0;
  border-bottom: none;
  color: var(--color-ffffff) !important;
  box-shadow: transparent !important;

}

.accordion-button:not(.collapsed) {
  color: var(--color-ffffff) !important;

}

.process-right .accordion-header .sub-heading-two:hover {
  color: var(--color-ef7d18) !important;
}

.process-right .accordion-header .accordion-button {
  box-shadow: none !important;
}

.process-right .accordion-body {
  color: var(--color-ffffff) !important;

}

.process-right .accordion-body p {
  color: var(--color-ffffff) !important;
  padding-left: 5rem;
  margin-bottom: 0;
}

.service-page-box {
  background-color: var(--color-f5f5f5);
  padding: 2rem;
  border-radius: 2rem;
  margin-bottom: 3rem;
  color: var(--color-000000);
}

.service-content p {
  color: var(--color-000000);

}

.service-content .sub-heading {
  font-weight: var(--font-weight-Bold) !important;
  line-height: normal;
}

.sub-heading.content img {
  margin-right: 1rem;

}

.service-page-box .row {

  display: flex;
  align-items: center;
  height: 100%;
}

.service-page-box.orange {
  background-color: var(--color-ef7d18);
  color: var(--color-ffffff);
}

.service-page-box p {
  color: var(--color-000000);
}

.service-page-box.orange p {
  color: var(--color-ffffff);
}

.service-page-box .service-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service-page-box .service-img img {
  object-fit: cover;
  width: 100%;
  height: 300px;
  border-radius: 1rem;
}

.service-page-box .service-content {
  padding: 2rem
}



.map-container {
  padding: 3.2rem 0.8rem;
  position: relative;
  display: inline-block;
}

.map-container img {
  width: 100%;
  filter: grayscale(1);
}

.map-container .point {
  cursor: pointer;
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  background-color: var(--color-ef7d18);
  border-radius: 50%;
  transition: all 0.3s ease;
  will-change: transform, box-shadow;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 rgba(121, 48, 0, 0.4);
  animation: pulse 3s infinite;
}

.map-container .point:hover {
  animation: none;
  transform: translate(-50%, -50%) scale3D(1.35, 1.35, 1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.map-container .india {
  top: 45%;
  left: 69%;
}

.map-container .maldives {
  top: 55%;
  left: 70%;
}

.map-container .singapore {
  top: 55%;
  left: 78%;
}

.map-container .uae {
  top: 47%;
  left: 60%;
}

.map-container .saudiarabia {
  top: 43%;
  left: 57%;
}

.map-container .qatar {
  top: 42%;
  left: 60%;
}

.map-container .uk {
  top: 27%;
  left: 44%;
}

.map-container .portugal {
  top: 34%;
  left: 42%;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 72, 0, 0.5);
  }

  70% {
    box-shadow: 0 0 0 25px rgba(0, 172, 193, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 172, 193, 0);
  }
}

.dogras-world-map span {
  padding: 0.8rem;
  margin: 0.8rem;
  border-radius: 0.5rem;
  background-color: var(--color-ef7d18);
  color: var(--color-ffffff);
  line-height: 4rem;
}

.map-container {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.point {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
  cursor: pointer;
}

/* Tooltip style */
.point::after {
  content: attr(title);
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px 8px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  z-index: 10;
}

.point:hover::after {
  opacity: 1;
}


.vision-mission-section .row {
  display: flex;
  align-items: center;
}


.banner .swiper-pagination {
  position: absolute;
  text-align: left;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  bottom: 21px;
  margin-bottom: 3%;
  left: 10% !important;
}

.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 50px;
    overflow-x: hidden;
    display: flex
;
    align-items: center;
    background-color: var(--color-ef7d18);
        color: var(--color-ffffff);
font-size: var(--font-size-16);
}
.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 32s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-10%); }
}
.marquee__seperator{
  margin-right: 2rem;
  position: relative;
}

.marquee__seperator::after {
    margin-right: 2rem;
    position: absolute;
    content: '';
    top: 8px;
    left: -21px;
    border-radius: 3rem;
    width: 4px;
    height: 4px;
    background-color: #ffff;
}