* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Poppins-300";
  src: url("./fonts/Poppins-Light.ttf");
}
@font-face {
  font-family: "Poppins-400";
  src: url("./fonts/Poppins-Regular.ttf");
}
@font-face {
  font-family: "Poppins-500";
  src: url("./fonts/Poppins-Medium.ttf");
}
@font-face {
  font-family: "Poppins-600";
  src: url("./fonts/Poppins-SemiBold.ttf");
}
@font-face {
  font-family: "Poppins-700";
  src: url("./fonts/Poppins-Bold.ttf");
}
@font-face {
  font-family: "Poppins-800";
  src: url("./fonts/Poppins-ExtraBold.ttf");
}
@font-face {
  font-family: "SpaceGrotesk-300";
  src: url("./fonts/SpaceGrotesk-Light.ttf");
}
@font-face {
  font-family: "SpaceGrotesk-400";
  src: url("./fonts/SpaceGrotesk-Regular.ttf");
}
@font-face {
  font-family: "SpaceGrotesk-500";
  src: url("./fonts/SpaceGrotesk-Medium.ttf");
}
@font-face {
  font-family: "SpaceGrotesk-600";
  src: url("./fonts/SpaceGrotesk-SemiBold.ttf");
}
@font-face {
  font-family: "SpaceGrotesk-700";
  src: url("./fonts/SpaceGrotesk-Bold.ttf");
}
@font-face {
  font-family: "Inter-300";
  src: url("./fonts/Inter_18pt-Light.ttf");
}
@font-face {
  font-family: "Inter-400";
  src: url("./fonts/Inter_18pt-Regular.ttf");
}
@font-face {
  font-family: "Inter-500";
  src: url("./fonts/Inter_18pt-Medium.ttf");
}
@font-face {
  font-family: "Roboto-300";
  src: url("./fonts/Roboto-Light.ttf");
}
@font-face {
  font-family: "Roboto-400";
  src: url("./fonts/Roboto-Regular.ttf");
}
.txtDecNone {
  text-decoration: none;
}

header .bottomHeader .customNav {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 9%;
  transition: ease 0.4s;
}
@media screen and (max-width: 768px) {
  header .bottomHeader .customNav {
    top: 6%;
  }
}
header .bottomHeader .customNav .navbar-toggler-iconn svg {
  color: black;
}
@media screen and (max-width: 575px) {
  header .bottomHeader .customNav .mobileHeadLogo {
    padding-left: 12px;
  }
}
@media screen and (max-width: 990px) {
  header .bottomHeader .customNav .togglerCust {
    outline: none;
    border: none;
    padding: 0;
    display: grid;
    place-items: center;
    padding-right: 12px;
  }
}
header .bottomHeader .customNav .navbar-brandOpacity {
  display: none;
}
header .bottomHeader .customNav .navbar-brandOpacity .mobileLogo {
  width: 0px;
}
@media screen and (max-width: 990px) {
  header .bottomHeader .customNav .navbar-brandOpacity {
    display: block;
    opacity: 0;
    scale: 0;
  }
}
header .bottomHeader .customNav .navbar-brand {
  display: none;
}
header .bottomHeader .customNav .navbar-brand .mobileLogo {
  width: 150px;
}
@media screen and (max-width: 990px) {
  header .bottomHeader .customNav .navbar-brand {
    display: block;
  }
}
header .bottomHeader .customNav .collapseCust {
  border-bottom: 1px solid white;
  padding-bottom: 10px;
}
header .bottomHeader .customNav .collapseCust .SamalBuildconLogo {
  width: 208px;
}
@media screen and (max-width: 1400px) {
  header .bottomHeader .customNav .collapseCust .SamalBuildconLogo {
    width: 155px;
  }
}
@media screen and (max-width: 992px) {
  header .bottomHeader .customNav .collapseCust .SamalBuildconLogo {
    width: 208px;
  }
}
@media screen and (max-width: 768px) {
  header .bottomHeader .customNav .collapseCust .SamalBuildconLogo {
    width: 208px;
  }
}
header .bottomHeader .customNav .collapseCust .headerMainWrap {
  align-items: center;
}
@media screen and (max-width: 992px) {
  header .bottomHeader .customNav .collapseCust .headerMainWrap {
    align-items: start;
  }
}
header .bottomHeader .customNav .collapseCust .closeDiv {
  display: none;
}
@media screen and (max-width: 990px) {
  header .bottomHeader .customNav .collapseCust .closeDiv {
    display: block;
    text-align: right;
  }
  header .bottomHeader .customNav .collapseCust .closeDiv .cls {
    border: none;
    outline: none;
    background: transparent;
    padding: 25px;
  }
  header .bottomHeader .customNav .collapseCust .closeDiv .cls .iconn {
    color: black;
    font-size: 20px;
  }
}
header .bottomHeader .customNav .collapseCust .nav-item .nav-link {
  padding: 22px 18px;
  color: white;
  font-family: "Poppins-400";
  font-size: 16px;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  header .bottomHeader .customNav .collapseCust .nav-item .nav-link {
    padding: 22px 12px;
    font-size: 14px;
  }
}
header .bottomHeader .customNav .collapseCust .nav-item .nav-link:hover {
  color: #da7a41;
}
header .bottomHeader .customNav .collapseCust .nav-item .nav-link.active {
  -webkit-text-decoration: underline 2px;
          text-decoration: underline 2px;
  text-underline-offset: 12px;
}
@media screen and (max-width: 990px) {
  header .bottomHeader .customNav .collapseCust {
    display: block;
    background: white;
    padding-left: 50px;
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transform: translateX(-100%);
    opacity: 0;
    transition: all 0.4s;
    overflow-x: scroll;
  }
  header .bottomHeader .customNav .collapseCust.show {
    transform: translateX(0%);
    opacity: 1;
  }
  header .bottomHeader .customNav .collapseCust .nav-item .nav-link {
    padding: 12px 10px;
    font-size: 16px;
    line-height: normal;
    color: black;
  }
  header .bottomHeader .customNav .collapseCust .nav-item .nav-link.active {
    -webkit-text-decoration: underline 2px;
            text-decoration: underline 2px;
    text-underline-offset: 7px;
  }
}

.navLinkBlackColor .onHov {
  color: black;
}
.navLinkBlackColor .bottomHeader .customNav .collapseCust .nav-item .nav-link {
  color: black;
}
.navLinkBlackColor .bottomHeader .customNav .collapseCust {
  border-bottom: 1px solid #da7a41;
}

.onHov {
  background: none;
  border: none;
  padding: 22px 18px;
  color: white;
  font-family: "Poppins-400";
  font-size: 16px;
  line-height: normal;
}
@media screen and (max-width: 1200px) {
  .onHov {
    padding: 22px 12px;
    font-size: 14px;
  }
}
@media screen and (max-width: 990px) {
  .onHov {
    padding: 12px 10px;
    font-size: 16px;
    line-height: normal;
    color: black;
  }
}
.onHov svg {
  font-size: 12px;
}

.onHov:hover,
.onHov:active,
.urNav:hover {
  color: #da7a41;
  border: none;
}

.onHov .expro-downArrow {
  transition: transform 0.2s ease-in-out;
}

.dis {
  background: transparent;
  position: absolute;
  display: none;
  padding: 0;
}
.dis li {
  padding: 0 20px;
  list-style: none;
}
.dis li a {
  color: white;
  font-family: "Poppins-400";
  font-size: 16px;
  line-height: normal;
  padding: 8px 0;
}
@media screen and (max-width: 1200px) {
  .dis li a {
    font-size: 14px;
  }
}
.dis li:last-child {
  border-bottom: none;
}

.hoverMe:hover {
  cursor: pointer;
}
@media (max-width: 768px) {
  .hoverMe:hover .hoverMe[data-dropdown-id=aboutDropdown] .menu {
    display: block !important;
  }
}

.menu.dis {
  display: none;
  position: absolute;
  z-index: 1024;
  background: #da7a41;
  padding: 10px 5px;
  transition: 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .hoverMe:hover .menu.dis {
    display: block !important;
  }
  .hoverMe:hover .expro-downArrow {
    transform: rotate(180deg);
  }
}
.hoverMe .expro-downArrow {
  transition: transform 0.3s ease-in-out;
}

.hoverMe.active .menu.dis {
  display: block;
}

.hoverMe.active .expro-downArrow {
  transform: rotate(180deg);
}

@media (max-width: 992px) {
  .onHov {
    padding-left: 10px;
  }
  .hoverMe:hover {
    cursor: pointer;
  }
  .fa-bars::before,
  .fa-navicon::before {
    content: "\f0c9";
    border: 1px solid #da7a41;
    border-radius: 50%;
    padding: 6px 8px;
    background: #da7a41;
  }
  .collapseCust ul {
    align-items: start !important;
  }
}
.afterScrollHeader {
  background: #efe9e0;
  top: 0% !important;
  height: 60px;
}
.afterScrollHeader .collapseCust {
  border-bottom: 0 !important;
}
.afterScrollHeader .nav-link,
.afterScrollHeader .onHov {
  color: black !important;
}
.afterScrollHeader .SamalBuildconLogo {
  padding-top: 7px;
}

.sticknavbar {
  background: #ffffff;
  top: 0% !important;
  height: 104px;
}
@media screen and (max-width: 768px) {
  .sticknavbar {
    height: 90px;
  }
}
.sticknavbar .collapseCust {
  border-bottom: 0 !important;
}
.sticknavbar .nav-link,
.sticknavbar .onHov {
  color: black !important;
}
.sticknavbar .SamalBuildconLogo {
  padding-top: 7px;
}

.homeSliderWrap {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .homeSliderWrap .container {
    padding: 0px;
  }
}
@media screen and (max-width: 768px) {
  .homeSliderWrap {
    margin-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .homeSliderWrap {
    margin-top: 50px;
  }
}
.homeSliderWrap .homeSlider .slideImage {
  width: 100%;
  height: auto;
  aspect-ratio: 3.02;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1400px) {
  .homeSliderWrap .homeSlider .slideImage {
    margin-top: 0px;
    width: 100%;
    height: auto;
    aspect-ratio: 3.02;
  }
}
@media screen and (max-width: 768px) {
  .homeSliderWrap .homeSlider .slideImage {
    margin-top: 60px;
    width: 100%;
    height: auto;
    aspect-ratio: 3.02;
  }
}
@media screen and (max-width: 576px) {
  .homeSliderWrap .homeSlider .slideImage {
    margin-top: 60px;
    width: 100%;
    height: auto;
    aspect-ratio: 3.02;
  }
}
.homeSliderWrap .homeSlider .slideImageRespo {
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(100vh - 104px);
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .homeSliderWrap .homeSlider .slideImageRespo {
    margin-top: 0px;
    width: 100%;
    height: auto;
    aspect-ratio: 2.1;
  }
}
@media screen and (max-width: 1200px) {
  .homeSliderWrap .homeSlider .slideImageRespo {
    margin-top: 0px;
    width: 100%;
    aspect-ratio: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .homeSliderWrap .homeSlider .slideImageRespo {
    width: 100%;
    aspect-ratio: 2;
  }
}
@media screen and (max-width: 576px) {
  .homeSliderWrap .homeSlider .slideImageRespo {
    width: 100%;
    aspect-ratio: 1.78;
  }
}
.homeSliderWrap .homeSlider .owl-nav {
  margin-top: 0;
}
.homeSliderWrap .homeSlider .owl-nav .owl-next {
  border-radius: 0;
  position: absolute;
  right: 3%;
  bottom: 27%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .homeSliderWrap .homeSlider .owl-nav .owl-next {
    bottom: 37%;
  }
}
@media screen and (max-width: 768px) {
  .homeSliderWrap .homeSlider .owl-nav .owl-next {
    right: 2%;
  }
}
@media screen and (max-width: 575px) {
  .homeSliderWrap .homeSlider .owl-nav .owl-next {
    right: 4%;
  }
}
.homeSliderWrap .homeSlider .owl-nav .owl-next:hover {
  background: none;
}
.homeSliderWrap .homeSlider .owl-nav .owl-next svg {
  padding: 10px 12px;
  color: rgb(0, 0, 0);
  font-size: 22px;
}
@media screen and (max-width: 575px) {
  .homeSliderWrap .homeSlider .owl-nav .owl-next svg {
    font-size: 20px;
    padding: 8px 10px;
  }
}
.homeSliderWrap .homeSlider .owl-nav .owl-prev {
  border-radius: 0;
  position: absolute;
  left: 3%;
  bottom: 27%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .homeSliderWrap .homeSlider .owl-nav .owl-prev {
    bottom: 37%;
  }
}
@media screen and (max-width: 768px) {
  .homeSliderWrap .homeSlider .owl-nav .owl-prev {
    left: 2%;
  }
}
@media screen and (max-width: 575px) {
  .homeSliderWrap .homeSlider .owl-nav .owl-prev {
    left: 4%;
  }
}
.homeSliderWrap .homeSlider .owl-nav .owl-prev:hover {
  background: none;
}
.homeSliderWrap .homeSlider .owl-nav .owl-prev svg {
  padding: 10px 12px;
  color: rgb(0, 0, 0);
  font-size: 22px;
}
@media screen and (max-width: 575px) {
  .homeSliderWrap .homeSlider .owl-nav .owl-prev svg {
    font-size: 20px;
    padding: 8px 10px;
  }
}

.industryParkwrap {
  background: rgba(227, 165, 120, 0.9);
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .industryParkwrap {
    padding: 10px;
  }
}
@media screen and (max-width: 576px) {
  .industryParkwrap {
    padding: 10px;
  }
}
.industryParkwrap .industryParkMain {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .industryParkwrap .industryParkMain {
    flex-wrap: wrap;
  }
}
.industryParkwrap .industryParkMain .parkLeft .bannerHead {
  font-family: "SpaceGrotesk-400";
  font-size: 28px;
  text-align: center;
  line-height: normal;
  color: white;
}
@media screen and (max-width: 1200px) {
  .industryParkwrap .industryParkMain .parkLeft .bannerHead {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .industryParkwrap .industryParkMain .parkLeft .bannerHead {
    font-size: 20px;
  }
}
.industryParkwrap .industryParkMain .parkLeft .bannerDesc {
  font-family: "Poppins-300";
  font-size: 16px;
  text-align: left;
  line-height: normal;
  color: white;
}
.industryParkwrap .industryParkMain .parkRight {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.industryParkwrap .industryParkMain .parkRight .bannerBtn {
  border: 1px solid white;
  width: 190px;
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  font-family: "Poppins-300";
  font-size: 15px;
  line-height: normal;
  color: white;
  background-color: transparent;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 1200px) {
  .industryParkwrap .industryParkMain .parkRight .bannerBtn {
    font-size: 14px;
    width: 155px;
  }
}
.industryParkwrap .industryParkMain .parkRight .bannerBtn:hover {
  background-color: white;
  color: black;
}

.commonHead {
  font-family: "SpaceGrotesk-400";
  font-size: 34px;
  line-height: normal;
  color: black;
}
@media screen and (max-width: 1200px) {
  .commonHead {
    font-size: 30px;
  }
}

.homeServiceSec {
  padding: 80px 0px 140px;
}
@media screen and (max-width: 992px) {
  .homeServiceSec {
    padding: 50px 0px 130px;
  }
}
@media screen and (max-width: 576px) {
  .homeServiceSec {
    padding: 50px 12px 120px;
  }
}
.homeServiceSec .seviceDesc {
  font-family: "Roboto-400";
  font-size: 20px;
  margin-top: 30px;
  line-height: normal;
  color: black;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .homeServiceSec .seviceDesc {
    font-size: 18px;
  }
}

.pinkBg {
  background: #fff5eb;
  padding: 100px 0;
}
@media screen and (max-width: 576px) {
  .pinkBg {
    padding: 100px 0px 60px;
  }
}
.pinkBg .serviceCardMain {
  margin-top: -223px;
}
.pinkBg .mobile-category {
  padding: 0px 12px;
}
.pinkBg .mobile-category .mobile-category-btn {
  background-color: #ffffff;
  border: 1px solid #da7a41;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.pinkBg .mobile-category .mobile-category-btn .txtWrap .serviceCardHead {
  font-size: 18px;
  color: #000000;
  line-height: 23px;
  text-align: center;
  font-family: "SpaceGrotesk-400";
}
.pinkBg .mobile-category .mobile-category-btn:hover {
  background: #e3a578;
  color: white;
}
.pinkBg .mobile-category .mobile-category-btn:hover .serviceCardHead {
  color: rgb(0, 0, 0);
}
.pinkBg .mobile-category .mobile-category-btn:hover .arrowIcon {
  color: rgb(0, 0, 0);
}
.pinkBg .serviceCardWrap {
  padding: 30px 10px;
  color: black;
  border: 1px solid #da7a41;
  background: white;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .pinkBg .serviceCardWrap {
    padding: 50px 28px 20px;
  }
}
.pinkBg .serviceCardWrap:hover {
  background: #e3a578;
  color: white;
}
.pinkBg .serviceCardWrap:hover .serviceCardHead {
  color: rgb(0, 0, 0);
}
.pinkBg .serviceCardWrap:hover .arrowIcon {
  color: rgb(0, 0, 0);
}
.pinkBg .serviceCardWrap .industryIcon {
  font-size: 50px;
}
.pinkBg .serviceCardWrap .txtWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.pinkBg .serviceCardWrap .txtWrap .serviceCardHead {
  font-family: "SpaceGrotesk-400";
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0;
  height: 50px;
}
.pinkBg .serviceCardWrap .txtWrap .arrowIcon {
  font-size: 25px;
}
.pinkBg .serviceCardWrap .svg-img {
  width: 60px;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}

.homeHistoryImgSec {
  margin-top: 104px;
}
@media screen and (max-width: 768px) {
  .homeHistoryImgSec {
    margin-top: 90px;
  }
}

.homeHistorySec {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff5eb;
}
@media screen and (max-width: 992px) {
  .homeHistorySec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 576px) {
  .homeHistorySec {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.homeHistorySec .genrHead {
  font-family: "SpaceGrotesk-400";
  font-size: 46px;
  line-height: normal;
  color: black;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .homeHistorySec .genrHead {
    font-size: 30px;
  }
}
.homeHistorySec .genrHead span {
  color: #da7a41;
}

.homeHistoryMainSec {
  background: #fff5eb;
  margin-top: 100px;
  padding-top: 100px;
}
@media screen and (max-width: 992px) {
  .homeHistoryMainSec {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .homeHistoryMainSec {
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 50px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .homeHistoryMainSec .row {
    display: flex;
    flex-direction: column-reverse;
  }
}
.homeHistoryMainSec .historyLeft .historyTitle {
  font-family: "SpaceGrotesk-400";
  font-size: 48px;
  line-height: normal;
  color: #da7a41;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .homeHistoryMainSec .historyLeft .historyTitle {
    font-size: 30px;
  }
}
@media screen and (max-width: 992px) {
  .homeHistoryMainSec .historyLeft .historyTitle {
    margin-bottom: 30px;
  }
}
.homeHistoryMainSec .historyLeft .historyDesc {
  font-family: "Roboto-400";
  font-size: 20px;
  line-height: normal;
  color: rgb(0, 0, 0);
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .homeHistoryMainSec .historyLeft .historyDesc {
    font-size: 18px;
  }
}
.homeHistoryMainSec .historyLeft .our-img {
  padding-top: 15px;
  height: 432px;
  width: auto;
}
@media screen and (max-width: 1400px) {
  .homeHistoryMainSec .historyLeft .our-img {
    height: 430px;
    width: auto;
  }
}
@media screen and (max-width: 1200px) {
  .homeHistoryMainSec .historyLeft .our-img {
    height: 400px;
  }
}
@media screen and (max-width: 992px) {
  .homeHistoryMainSec .historyLeft .our-img {
    height: 330px;
  }
}
@media screen and (max-width: 768px) {
  .homeHistoryMainSec .historyLeft .our-img {
    width: 100%;
    height: auto;
  }
}

.homeProjSec {
  padding: 100px 0px;
  background: #ffffff;
}
@media screen and (max-width: 992px) {
  .homeProjSec {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 576px) {
  .homeProjSec {
    padding: 50px 12px;
  }
}
.homeProjSec .borderBott {
  border-bottom: 3px solid #da7a41;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .homeProjSec .borderBott {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .homeProjSec .tabBorderBott {
    border-bottom: 3px solid #da7a41;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .homeProjSec .tabBorderBott {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
.homeProjSec .counterWrap {
  text-align: center;
  max-width: 560px;
}
@media screen and (max-width: 1400px) {
  .homeProjSec .counterWrap {
    max-width: 490px;
  }
}
@media screen and (max-width: 1200px) {
  .homeProjSec .counterWrap {
    max-width: 420px;
  }
}
@media screen and (max-width: 992px) {
  .homeProjSec .counterWrap {
    max-width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .homeProjSec .counterWrap {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 576px) {
  .homeProjSec .counterWrap {
    max-width: 310px;
  }
}
.homeProjSec .counterWrap .counter {
  font-family: "SpaceGrotesk-400";
  font-size: 74px;
  line-height: normal;
  color: #da7a41;
}
@media screen and (max-width: 992px) {
  .homeProjSec .counterWrap .counter {
    font-size: 58px;
  }
}
@media screen and (max-width: 576px) {
  .homeProjSec .counterWrap .counter {
    font-size: 45px;
  }
}
.homeProjSec .counterWrap .label {
  font-family: "SpaceGrotesk-400";
  font-size: 34px;
  line-height: normal;
  color: black;
}
@media screen and (max-width: 992px) {
  .homeProjSec .counterWrap .label {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  .homeProjSec .counterWrap .label {
    font-size: 22px;
  }
}

.homePresenceSec {
  padding: 100px 0px 100px;
}
@media screen and (max-width: 992px) {
  .homePresenceSec {
    padding: 50px 0px 40px;
  }
}
@media screen and (max-width: 576px) {
  .homePresenceSec {
    padding: 50px 12px 40px;
  }
}
.homePresenceSec .homePresenceLeft {
  height: 3px;
  background: #da7a41;
}
.homePresenceSec .homePresenceRight .ourPresenceTitle {
  font-family: "Roboto-400";
  color: black;
  font-size: 42px;
  line-height: normal;
  text-align: end;
}
@media screen and (max-width: 1400px) {
  .homePresenceSec .homePresenceRight .ourPresenceTitle {
    font-size: 36px;
  }
}
@media screen and (max-width: 1200px) {
  .homePresenceSec .homePresenceRight .ourPresenceTitle {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .homePresenceSec .homePresenceRight .ourPresenceTitle {
    font-size: 19px;
  }
}
.homePresenceSec .mapWrap {
  padding: 90px 0px;
}
@media screen and (max-width: 992px) {
  .homePresenceSec .mapWrap {
    padding: 50px 0px;
  }
}
.homePresenceSec .homeTrustedSec .TrustSecLine {
  height: 2px;
  background: #da7a41;
}
.homePresenceSec .homeTrustedSec .trustedTitle {
  font-family: "SpaceGrotesk-400";
  font-size: 24px;
  line-height: normal;
  color: black;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .homePresenceSec .homeTrustedSec .trustedTitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .homePresenceSec .homeTrustedSec .trustedTitle {
    font-size: 19px;
  }
}
@media screen and (max-width: 576px) {
  .homePresenceSec .homeTrustedSec .trustedTitle {
    font-size: 16px;
  }
}
.homePresenceSec .homeTrustedSec .seemore {
  text-decoration: none;
}
.homePresenceSec .homeTrustedSec .seemorebtn {
  border: 1px solid #da7a41;
  padding: 10px 10px;
  text-align: center;
  font-family: "Inter-400";
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  color: #da7a41;
  background-color: white;
  transition: background-color 0.3s, color 0.3s;
}
.homePresenceSec .homeTrustedSec .seemorebtn:hover {
  background-color: #da7a41;
  color: white;
}
@media screen and (max-width: 768px) {
  .homePresenceSec .homeTrustedSec .seemorebtn {
    font-size: 14px;
    padding: 7px 0px;
  }
}
.homePresenceSec .homeTrustedSec .constrPartnerLogoMain {
  margin-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .homePresenceSec .homeTrustedSec .constrPartnerLogoMain {
    margin-top: 40px;
    padding-bottom: 10px;
  }
}
.homePresenceSec .homeTrustedSec .constrPartnerLogoMain .owl-carousel-wrapper {
  overflow: hidden;
  position: relative;
}
.homePresenceSec .homeTrustedSec .constrPartnerLogoMain .constrPartnerLogoCarousel .owl-stage-outer {
  align-items: center;
}
@media screen and (max-width: 992px) {
  .homePresenceSec .homeTrustedSec .constrPartnerLogoMain .constrPartnerLogoCarousel .owl-stage-outer {
    padding-bottom: 25px;
  }
}
.homePresenceSec .homeTrustedSec .constrPartnerLogoMain .constrPartnerLogoCarousel .owl-stage-outer .owl-item {
  padding-right: 20px;
}
@media screen and (max-width: 567px) {
  .homePresenceSec .homeTrustedSec .constrPartnerLogoMain .constrPartnerLogoCarousel .owl-stage-outer .owl-item {
    margin-right: 70px;
  }
}
.homePresenceSec .homeTrustedSec .constrPartnerLogoMain .constrPartnerLogoCarousel .owl-stage-outer .item {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homePresenceSec .homeTrustedSec .constrPartnerLogoMain .constrPartnerLogoCarousel .owl-dots {
  margin-top: -16px !important;
  text-align: start !important;
}
.homePresenceSec .homeTrustedSec .constrPartnerLogoMain .constrPartnerLogoCarousel .owl-dots .owl-dot span {
  width: 120px;
  height: 11px;
  margin: 10px 0px 0px;
  background: white;
  border-radius: 0px;
}
@media screen and (max-width: 992px) {
  .homePresenceSec .homeTrustedSec .constrPartnerLogoMain .constrPartnerLogoCarousel .owl-dots .owl-dot span {
    width: 50px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .homePresenceSec .homeTrustedSec .constrPartnerLogoMain .constrPartnerLogoCarousel .owl-dots .owl-dot span {
    width: 30px;
    height: 10px;
  }
}
@media screen and (max-width: 576px) {
  .homePresenceSec .homeTrustedSec .constrPartnerLogoMain .constrPartnerLogoCarousel .owl-dots .owl-dot span {
    width: 22px;
    height: 10px;
  }
}
.homePresenceSec .homeTrustedSec .constrPartnerLogoMain .constrPartnerLogoCarousel .owl-dots .owl-dot.active span {
  background: #da7a41 !important;
  opacity: 1 !important;
  background-color: #da7a41 !important;
}
.homePresenceSec .homeTrustedSec .logosWrap {
  display: flex;
  -moz-column-gap: 100px;
       column-gap: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .homePresenceSec .homeTrustedSec .logosWrap {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}
@media screen and (max-width: 992px) {
  .homePresenceSec .homeTrustedSec .logosWrap {
    flex-wrap: wrap;
    row-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 576px) {
  .homePresenceSec .homeTrustedSec .logosWrap {
    row-gap: 20px;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.homePresenceSec .homeTrustedSec .divder {
  height: 1px;
  background: black;
  position: relative;
}
.homePresenceSec .homeTrustedSec .divder .bar {
  width: 156px;
  height: 8px;
  background: #da7a41;
  position: absolute;
  top: -4px;
  left: 45%;
}
@media screen and (max-width: 1200px) {
  .homePresenceSec .homeTrustedSec .divder .bar {
    width: 140px;
    left: 44%;
  }
}
@media screen and (max-width: 992px) {
  .homePresenceSec .homeTrustedSec .divder .bar {
    left: 42%;
  }
}

.footerWrap {
  background: #fff5eb;
  padding: 80px 0px;
}
.footerWrap .foRow .left .foLogoo {
  width: 180px;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .footerWrap .foRow .left .foLogoo {
    width: 150px;
  }
}
.footerWrap .foRow .left .foofterLine {
  margin-top: 30px;
  max-width: 400px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.footerWrap .foRow .left .socialWrap {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 15px;
       column-gap: 15px;
  font-size: 22px;
}
.footerWrap .foRow .left a {
  text-decoration: none;
}
.footerWrap .foRow .left .Backtotop {
  display: block;
  border: 1px solid #d76b2d;
  padding: 6px 20px;
  color: white;
  background: #da7a41;
  margin-top: 35px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 570px) {
  .footerWrap .foRow .left .Backtotop {
    display: none;
  }
}
.footerWrap .foRow .left .Backtotop:hover {
  background-color: white;
  color: #000;
}
.footerWrap .foRow .rightt .labHead {
  color: #da7a41;
  font-size: 20px;
  font-weight: 500;
}
.footerWrap .foRow .rightt .foLIst {
  margin-top: 20px;
  list-style: none;
  padding-left: 0px;
}
.footerWrap .foRow .rightt .foLIst li {
  margin-bottom: 10px;
}
.footerWrap .foRow .rightt .foLIst li a {
  text-decoration: none;
  color: black;
  font-family: "Roboto-400";
  font-size: 17px;
}
.footerWrap .foRow .rightt .foLIst li a.active {
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .footerWrap {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 576px) {
  .footerWrap {
    padding: 50px 12px;
  }
}
.footerWrap .footerHead {
  font-family: "Inter-400";
  color: black;
  font-size: 22px;
  line-height: normal;
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #da7a41;
}
@media screen and (max-width: 1200px) {
  .footerWrap .footerHead {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footerWrap .footerHead {
    font-size: 16px;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}
.footerWrap .borBottNone {
  border-bottom: none;
}
.footerWrap .footerList {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footerWrap .footerList li {
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  .footerWrap .footerList li {
    margin-bottom: 10px;
  }
}
.footerWrap .footerList .footerLink {
  text-decoration: none;
  font-family: "Inter-400";
  font-size: 16px;
  line-height: normal;
  color: black;
}
@media screen and (max-width: 768px) {
  .footerWrap .footerList .footerLink {
    font-size: 14px;
  }
}
.footerWrap .contactList .infoHead {
  font-family: "Inter-400";
  font-size: 18px;
  line-height: normal;
  color: black;
  margin-bottom: 15px;
}
@media screen and (max-width: 576px) {
  .footerWrap .contactList .infoHead {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.footerWrap .contactList .info {
  font-family: "Inter-400";
  font-size: 16px;
  line-height: normal;
  color: black;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .footerWrap .contactList .info {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .footerWrap .contactList .info {
    margin-bottom: 10px;
  }
}
.footerWrap .contactList .socialWrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.footerWrap .contactList .socialWrap .socialIcon {
  color: #da7a41;
  font-size: 20px;
}
.footerWrap .formWrap .footerForm .inputWrap {
  margin-bottom: 15px;
}
.footerWrap .formWrap .footerForm .inputWrap .inputBox {
  border: 1px solid #da7a41;
  outline: none;
  width: 100%;
  padding: 10px 15px;
  font-family: "Inter-400";
  font-size: 14px;
  line-height: normal;
  color: black;
}
.footerWrap .formWrap .footerForm .submitBtn {
  border: 1px solid #da7a41;
  padding: 10px 10px;
  text-align: center;
  font-family: "Inter-400";
  font-size: 16px;
  line-height: normal;
  color: white;
  background-color: #da7a41;
  transition: background-color 0.3s, color 0.3s;
}
.footerWrap .formWrap .footerForm .submitBtn:hover {
  background-color: white;
  color: black;
}

.aboutBannerSec {
  padding-top: 230px;
  background: url(../images/aboutBanerBackground.webp);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 992px) {
  .aboutBannerSec {
    padding-top: 160px;
  }
}
@media screen and (max-width: 576px) {
  .aboutBannerSec {
    padding-top: 130px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.aboutBannerSec .aboutBannerContent .aboutBannerLeft {
  padding-right: 30px;
}
@media screen and (max-width: 1200px) {
  .aboutBannerSec .aboutBannerContent .aboutBannerLeft {
    padding-right: 20px;
  }
}
@media screen and (max-width: 992px) {
  .aboutBannerSec .aboutBannerContent .aboutBannerLeft {
    padding-right: 2px;
  }
}
.aboutBannerSec .aboutBannerContent .aboutBannerRight {
  padding-left: 20px;
}
@media screen and (max-width: 992px) {
  .aboutBannerSec .aboutBannerContent .aboutBannerRight {
    padding-left: 0px;
  }
}
.aboutBannerSec .aboutBannerContent .aboutBannerRight .aboutBannerHead {
  font-family: "SpaceGrotesk-400";
  font-size: 30px;
  line-height: normal;
  color: #da7a41;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #da7a41;
}
@media screen and (max-width: 1200px) {
  .aboutBannerSec .aboutBannerContent .aboutBannerRight .aboutBannerHead {
    font-size: 26px;
  }
}
@media screen and (max-width: 992px) {
  .aboutBannerSec .aboutBannerContent .aboutBannerRight .aboutBannerHead {
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  .aboutBannerSec .aboutBannerContent .aboutBannerRight .aboutBannerHead {
    font-size: 20px;
  }
}
.aboutBannerSec .aboutBannerContent .aboutBannerRight .name {
  font-family: "Inter-400";
  color: black;
  font-size: 22px;
  line-height: normal;
  margin-bottom: 5px;
}
@media screen and (max-width: 992px) {
  .aboutBannerSec .aboutBannerContent .aboutBannerRight .name {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .aboutBannerSec .aboutBannerContent .aboutBannerRight .name {
    font-size: 16px;
  }
}
.aboutBannerSec .aboutBannerContent .aboutBannerRight .founderTxt {
  font-family: "Inter-400";
  color: black;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 12px;
}
@media screen and (max-width: 576px) {
  .aboutBannerSec .aboutBannerContent .aboutBannerRight .founderTxt {
    font-size: 14px;
  }
}
.aboutBannerSec .aboutBannerContent .aboutBannerRight .year {
  font-family: "Inter-400";
  color: #da7a41;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 70px;
}
@media screen and (max-width: 1200px) {
  .aboutBannerSec .aboutBannerContent .aboutBannerRight .year {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 576px) {
  .aboutBannerSec .aboutBannerContent .aboutBannerRight .year {
    font-size: 12px;
    margin-bottom: 35px;
  }
}

.aboutPageHistory {
  padding: 100px 0px;
  overflow-x: scroll;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.aboutPageHistory::-webkit-scrollbar {
  width: 2px;
}
.aboutPageHistory::-webkit-scrollbar-track {
  background: rgba(241, 241, 241, 0);
}
.aboutPageHistory::-webkit-scrollbar-thumb {
  background: rgba(136, 136, 136, 0);
  height: 0px;
  width: 0px;
}
.aboutPageHistory::-webkit-scrollbar-thumb:hover {
  background: rgba(85, 85, 85, 0);
}
@media screen and (max-width: 992px) {
  .aboutPageHistory {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 576px) {
  .aboutPageHistory {
    padding: 50px 12px;
  }
}
.aboutPageHistory .owl-carousel-wrapper-about {
  overflow: hidden;
  position: relative;
}
.aboutPageHistory .marquee-carousel-about .owl-stage {
  display: flex;
  overflow: scroll;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.aboutPageHistory .aboutPageHistoryHead {
  font-family: "SpaceGrotesk-400";
  font-size: 40px;
  line-height: normal;
  color: #da7a41;
}
@media screen and (max-width: 992px) {
  .aboutPageHistory .aboutPageHistoryHead {
    font-size: 35px;
  }
}
@media screen and (max-width: 576px) {
  .aboutPageHistory .aboutPageHistoryHead {
    font-size: 26px;
  }
}
.aboutPageHistory .historyCarousel {
  display: flex;
  width: 6000px;
}
.aboutPageHistory .historyCarousel .item {
  width: 1200px;
}
.aboutPageHistory .historyCarousel .owl-stage-outer {
  padding-top: 80px;
  border-bottom: 1px solid black;
  padding-bottom: 90px;
}
@media screen and (max-width: 992px) {
  .aboutPageHistory .historyCarousel .owl-stage-outer {
    padding-bottom: 50px;
    padding-top: 30px;
  }
}
.aboutPageHistory .historyCarousel .owl-item img {
  width: auto;
}
.aboutPageHistory .historyCarousel .owl-dots {
  margin-top: -16px !important;
  text-align: start !important;
}
.aboutPageHistory .historyCarousel .owl-dots .owl-dot span {
  width: 120px;
  height: 11px;
  margin: 10px 0px 0px;
  background: white;
  border-radius: 0px;
}
@media screen and (max-width: 992px) {
  .aboutPageHistory .historyCarousel .owl-dots .owl-dot span {
    width: 50px;
    height: 10px;
    margin: 11px 0px 0px;
  }
}
@media screen and (max-width: 768px) {
  .aboutPageHistory .historyCarousel .owl-dots .owl-dot span {
    width: 30px;
    height: 10px;
  }
}
@media screen and (max-width: 576px) {
  .aboutPageHistory .historyCarousel .owl-dots .owl-dot span {
    width: 22px;
    height: 10px;
  }
}
.aboutPageHistory .historyCarousel .owl-dots .owl-dot.active span {
  background: #da7a41 !important;
  opacity: 1 !important;
  background-color: #da7a41 !important;
}
.aboutPageHistory .historyCarousel .timlineContnet {
  position: relative;
}
@media screen and (max-width: 768px) {
  .aboutPageHistory .historyCarousel .timlineContnet .columRev {
    flex-direction: column-reverse;
    display: inline-flex;
  }
}
.aboutPageHistory .historyCarousel .timlineContnet .downArrowImg {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .aboutPageHistory .historyCarousel .timlineContnet .downArrowImg {
    display: none;
  }
}
.aboutPageHistory .historyCarousel .timlineContnet .timeline-point {
  position: relative;
  background-color: white;
  border: 4px solid #e2965f;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  z-index: 2;
  top: -14px;
}
.aboutPageHistory .historyCarousel .timlineContnet .timeline-point:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #5c2c14;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .aboutPageHistory .historyCarousel .timlineContnet .timeline-point {
    display: none;
  }
}
.aboutPageHistory .historyCarousel .timlineContnet .timeline-point2 {
  position: relative;
  background-color: white;
  border: 4px solid #e2965f;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  z-index: 2;
  top: 175px;
}
.aboutPageHistory .historyCarousel .timlineContnet .timeline-point2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #5c2c14;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.aboutPageHistory .historyCarousel .timlineContnet .timeline-year {
  font-family: "SpaceGrotesk-600";
  font-size: 62px;
  line-height: 55px;
  color: #da7a41;
  border-bottom: 3px solid #da7a41;
  padding-bottom: 72px;
}
@media screen and (max-width: 1200px) {
  .aboutPageHistory .historyCarousel .timlineContnet .timeline-year {
    font-size: 50px;
    line-height: 57px;
    padding-bottom: 59px;
  }
}
@media screen and (max-width: 768px) {
  .aboutPageHistory .historyCarousel .timlineContnet .timeline-year {
    border-bottom: 0;
    text-align: center;
    padding-bottom: 5px;
    font-size: 40px;
    line-height: 40px;
  }
}
.aboutPageHistory .historyCarousel .timlineContnet .borderBottom2 {
  border-bottom: 3px solid #da7a41;
  padding-bottom: 43px;
}
@media screen and (max-width: 1200px) {
  .aboutPageHistory .historyCarousel .timlineContnet .borderBottom2 {
    padding-bottom: 47px;
  }
}
@media screen and (max-width: 768px) {
  .aboutPageHistory .historyCarousel .timlineContnet .borderBottom2 {
    border-bottom: 0;
    padding-bottom: 0px;
  }
}
.aboutPageHistory .historyCarousel .timlineContnet .timeline-yearSmall {
  font-family: "SpaceGrotesk-600";
  font-size: 32px;
  line-height: 30px;
  color: #da7a41;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .aboutPageHistory .historyCarousel .timlineContnet .timeline-yearSmall {
    padding-bottom: 5px;
    text-align: center;
    padding-top: 15px;
    font-size: 28px;
    line-height: 28px;
  }
}
.aboutPageHistory .historyCarousel .timlineContnet .height200 {
  height: 200px;
}
@media screen and (max-width: 1200px) {
  .aboutPageHistory .historyCarousel .timlineContnet .height200 {
    height: 190px;
  }
}
@media screen and (max-width: 768px) {
  .aboutPageHistory .historyCarousel .timlineContnet .height200 {
    height: auto;
  }
}
.aboutPageHistory .historyCarousel .timlineContnet .timeline-text {
  font-family: "SpaceGrotesk-600";
  font-size: 20px;
  line-height: normal;
  color: #6e3c1f;
  padding-left: 40px;
  padding-right: 80px;
  padding-top: 35px;
  margin-left: 10px;
  border-left: 2px dashed #da7a41;
  margin-top: -15px;
}
@media screen and (max-width: 1400px) {
  .aboutPageHistory .historyCarousel .timlineContnet .timeline-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .aboutPageHistory .historyCarousel .timlineContnet .timeline-text {
    padding-left: 30px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .aboutPageHistory .historyCarousel .timlineContnet .timeline-text {
    border-left: 0;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    text-align: center;
    padding-top: 25px;
  }
}
@media screen and (max-width: 576px) {
  .aboutPageHistory .historyCarousel .timlineContnet .timeline-text {
    font-size: 16px;
  }
}
.aboutPageHistory .historyCarousel .timlineContnet .timeline-text2 {
  margin-bottom: 11px;
  padding-bottom: 46px;
}
.aboutPageHistory .historyCarousel .timlineContnet .highlight {
  color: #da7a41;
}

.CompanyLeadershipSec {
  padding: 100px 0px 480px;
  background: #fff5eb;
}
@media screen and (max-width: 1400px) {
  .CompanyLeadershipSec {
    padding: 100px 0px 408px;
  }
}
@media screen and (max-width: 992px) {
  .CompanyLeadershipSec {
    padding: 50px 0px 480px;
  }
}
@media screen and (max-width: 576px) {
  .CompanyLeadershipSec {
    padding: 50px 12px 553px;
  }
}
.CompanyLeadershipSec .leadershipHead {
  font-family: "SpaceGrotesk-400";
  font-size: 40px;
  line-height: normal;
  color: #da7a41;
  margin-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .CompanyLeadershipSec .leadershipHead {
    font-size: 30px;
    margin-bottom: 50px;
  }
}

.leaderMainWrap {
  margin-top: -498px;
}
@media screen and (max-width: 1400px) {
  .leaderMainWrap {
    margin-top: -438px;
  }
}
@media screen and (max-width: 992px) {
  .leaderMainWrap {
    margin-top: -500px;
  }
}
@media screen and (max-width: 576px) {
  .leaderMainWrap {
    margin-top: -581px;
  }
}
.leaderMainWrap .leadershipCardWrap .imgWrap {
  position: relative;
  border: #da7a41 1px solid;
  border-bottom: none;
}
.leaderMainWrap .leadershipCardWrap .imgWrap .lindinIcon {
  position: absolute;
  font-size: 34px;
  right: 24px;
  bottom: 24px;
  color: white;
}
.leaderMainWrap .leadershipCardWrap .contentWrap {
  border: #da7a41 1px solid;
  background: #ffffff;
  color: rgb(0, 0, 0);
  padding: 30px 30px 40px;
}
.leaderMainWrap .leadershipCardWrap .contentWrap.hide .jugP {
  display: none;
}
.leaderMainWrap .leadershipCardWrap .contentWrap:hover {
  background: #e3a578;
  transition: all 0.3s;
  color: black;
}
.leaderMainWrap .leadershipCardWrap .contentWrap:hover .leaderBorder:after {
  background-color: white;
}
.leaderMainWrap .leadershipCardWrap .contentWrap:hover .leaderName {
  color: #fff;
}
.leaderMainWrap .leadershipCardWrap .contentWrap:hover .leaderInfo {
  color: #fff;
}
.leaderMainWrap .leadershipCardWrap .contentWrap:hover .redMoreBtn {
  color: #fff;
}
.leaderMainWrap .leadershipCardWrap .contentWrap:hover .jugP {
  color: white;
}
.leaderMainWrap .leadershipCardWrap .contentWrap:hover .content {
  color: white;
}
.leaderMainWrap .leadershipCardWrap .contentWrap:hover .add-read-more {
  color: white;
}
.leaderMainWrap .leadershipCardWrap .contentWrap:hover .read-more {
  color: white;
}
.leaderMainWrap .leadershipCardWrap .contentWrap:hover .read-less {
  color: white;
}
@media screen and (max-width: 576px) {
  .leaderMainWrap .leadershipCardWrap .contentWrap:hover {
    background: #ffffff !important;
    color: #000 !important;
  }
  .leaderMainWrap .leadershipCardWrap .contentWrap:hover .leaderName {
    color: #da7a41 !important;
  }
  .leaderMainWrap .leadershipCardWrap .contentWrap:hover .leaderInfo {
    color: #da7a41 !important;
  }
  .leaderMainWrap .leadershipCardWrap .contentWrap:hover .redMoreBtn {
    color: #000000 !important;
  }
  .leaderMainWrap .leadershipCardWrap .contentWrap:hover .jugP {
    color: #000000 !important;
  }
  .leaderMainWrap .leadershipCardWrap .contentWrap:hover .content {
    color: #000000 !important;
  }
  .leaderMainWrap .leadershipCardWrap .contentWrap:hover .add-read-more {
    color: #000000 !important;
  }
  .leaderMainWrap .leadershipCardWrap .contentWrap:hover .read-more {
    color: #da7a41 !important;
  }
  .leaderMainWrap .leadershipCardWrap .contentWrap:hover .read-less {
    color: #da7a41 !important;
  }
}
.leaderMainWrap .leadershipCardWrap .contentWrap .leaderBorder {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 18px;
}
.leaderMainWrap .leadershipCardWrap .contentWrap .leaderBorder:after {
  content: "";
  width: 76px;
  height: 3px;
  position: absolute;
  background-color: rgb(0, 0, 0);
  bottom: -8px;
  left: 0;
}
.leaderMainWrap .leadershipCardWrap .contentWrap .leaderName {
  font-family: "SpaceGrotesk-400";
  font-size: 22px;
  line-height: normal;
  padding-bottom: 15px;
  color: #da7a41;
}
.leaderMainWrap .leadershipCardWrap .contentWrap .leaderInfo {
  font-family: "Inter-300";
  font-size: 16px;
  line-height: 24px;
  color: #da7a41;
}
.leaderMainWrap .leadershipCardWrap .contentWrap .content {
  font-family: "Inter-400";
  font-size: 18px;
  line-height: 26px;
}
.leaderMainWrap .leadershipCardWrap .contentWrap .commonHeight {
  height: 130px;
}
@media screen and (max-width: 1400px) {
  .leaderMainWrap .leadershipCardWrap .contentWrap .commonHeight {
    height: 156px;
  }
}
@media screen and (max-width: 1200px) {
  .leaderMainWrap .leadershipCardWrap .contentWrap .commonHeight {
    height: 186px;
  }
}
@media screen and (max-width: 992px) {
  .leaderMainWrap .leadershipCardWrap .contentWrap .commonHeight {
    height: auto;
  }
}
.leaderMainWrap .leadershipCardWrap .contentWrap .redMoreBtn {
  font-family: "Inter-400";
  font-size: 18px;
  line-height: normal;
  color: #000000;
  padding: 0;
  margin-bottom: 20px;
}
.leaderMainWrap .leadershipCardWrap .contentWrap .redMoreBtn:hover {
  color: #ffffff;
}
.leaderMainWrap .leadershipCardWrap .contentWrap .redMoreBtn:active {
  border: 0;
  border-color: transparent;
  outline: none;
}

.visionSec {
  padding-top: 130px;
  padding-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .visionSec {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 576px) {
  .visionSec {
    padding: 50px 12px 40px;
  }
}
.visionSec .borderRight {
  border-right: 2px solid #da7a41;
}
@media screen and (max-width: 992px) {
  .visionSec .borderRight {
    border-right: 0;
    border-bottom: 2px solid #da7a41;
  }
}
@media screen and (max-width: 992px) {
  .visionSec .borderNone {
    border-bottom: 0;
  }
}
.visionSec .visionWrap {
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 35px;
}
@media screen and (max-width: 992px) {
  .visionSec .visionWrap {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.visionSec .visionWrap:hover .visionTitle {
  border-bottom: 7px solid #da7a41;
  transition: all 0.3s;
  width: 245px;
}
@media screen and (max-width: 1200px) {
  .visionSec .visionWrap:hover .visionTitle {
    width: 215px;
  }
}
@media screen and (max-width: 992px) {
  .visionSec .visionWrap:hover .visionTitle {
    width: 170px;
    border-bottom: 5px solid #da7a41;
  }
}
.visionSec .visionWrap .visionTitle {
  border-bottom: 7px solid #da7a41;
  width: 245px;
  font-family: "SpaceGrotesk-500";
  font-size: 42px;
  line-height: normal;
  color: black;
  padding-bottom: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .visionSec .visionWrap .visionTitle {
    font-size: 36px;
    width: 170px;
    border-bottom: 5px solid #da7a41;
  }
}
@media screen and (max-width: 992px) {
  .visionSec .visionWrap .visionTitle {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.visionSec .visionWrap .info {
  font-family: "Inter-400";
  font-size: 20px;
  line-height: normal;
  color: black;
  margin-bottom: 0;
  padding-bottom: 25px;
}
@media screen and (max-width: 992px) {
  .visionSec .visionWrap .info {
    font-size: 18px;
    padding-bottom: 20px;
  }
}

.csrSec {
  padding: 100px 0px;
  background: #fff5eb;
}
@media screen and (max-width: 992px) {
  .csrSec {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 576px) {
  .csrSec {
    padding: 50px 12px;
  }
}
.csrSec .csrSecLine {
  height: 2px;
  background: #da7a41;
}
.csrSec .csrTitle {
  font-family: "SpaceGrotesk-400";
  font-size: 50px;
  line-height: normal;
  margin-bottom: 0;
  color: #da7a41;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .csrSec .csrTitle {
    font-size: 44px;
  }
}
@media screen and (max-width: 1200px) {
  .csrSec .csrTitle {
    font-size: 36px;
  }
}
@media screen and (max-width: 992px) {
  .csrSec .csrTitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  .csrSec .csrTitle {
    font-size: 22px;
  }
}
.csrSec .csrMain {
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .csrSec .csrMain {
    margin-top: 40px;
  }
}
.csrSec .csrMain .csrCarousel .owl-stage-outer {
  border-bottom: 1px solid black;
  padding-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .csrSec .csrMain .csrCarousel .owl-stage-outer {
    padding-bottom: 50px;
  }
}
.csrSec .csrMain .csrCarousel .owl-dots {
  margin-top: -16px !important;
  text-align: start !important;
}
.csrSec .csrMain .csrCarousel .owl-dots .owl-dot span {
  width: 120px;
  height: 11px;
  margin: 10px 0px 0px;
  background: #fff5eb;
  border-radius: 0px;
}
@media screen and (max-width: 992px) {
  .csrSec .csrMain .csrCarousel .owl-dots .owl-dot span {
    width: 50px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .csrSec .csrMain .csrCarousel .owl-dots .owl-dot span {
    width: 30px;
    height: 10px;
  }
}
@media screen and (max-width: 576px) {
  .csrSec .csrMain .csrCarousel .owl-dots .owl-dot span {
    width: 22px;
    height: 10px;
  }
}
.csrSec .csrMain .csrCarousel .owl-dots .owl-dot.active span {
  background: #da7a41 !important;
  opacity: 1 !important;
  background-color: #da7a41 !important;
}
.csrSec .csrMain .csrCarousel .hover-card {
  overflow: hidden;
  position: relative;
}
.csrSec .csrMain .csrCarousel .hover-card .overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #d76b2d;
  color: white;
  padding: 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.csrSec .csrMain .csrCarousel .hover-card:hover .overlay-text {
  transform: translateY(0);
}
.csrSec .csrMain .csrCarousel .hover-card .title {
  font-family: "Inter-400";
  font-size: 20px;
  line-height: normal;
  color: white;
}
.csrSec .csrMain .csrCarousel .hover-card .iconWrap {
  background: white;
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
  justify-content: center;
}
.csrSec .csrMain .csrCarousel .hover-card .iconWrap .plus-icon {
  color: #d76b2d;
  font-size: 30px;
  font-family: "Inter-400";
  text-align: center;
  margin-top: -3px;
}

.awardSec {
  padding: 100px 0px;
}
@media screen and (max-width: 992px) {
  .awardSec {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 576px) {
  .awardSec {
    padding: 50px 12px;
  }
}
.awardSec .awardSecLine {
  height: 2px;
  background: #da7a41;
}
.awardSec .awardTitle {
  font-family: "SpaceGrotesk-400";
  font-size: 50px;
  line-height: normal;
  margin-bottom: 0;
  color: black;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .awardSec .awardTitle {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .awardSec .awardTitle {
    font-size: 36px;
  }
}
@media screen and (max-width: 992px) {
  .awardSec .awardTitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  .awardSec .awardTitle {
    font-size: 22px;
  }
}
.awardSec .awardMain {
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .awardSec .awardMain {
    margin-top: 40px;
  }
}
.awardSec .awardsImgWrap {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .awardSec .awardsImgWrap {
    margin-top: 40px;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.awardSec .awardsImgWrap .awardImg {
  width: 10%;
}

.portfolioBannerSec {
  padding-top: 320px;
  padding-bottom: 129px;
  background: url(../images/projBaner.webp);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 992px) {
  .portfolioBannerSec {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 576px) {
  .portfolioBannerSec {
    padding-top: 160px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.portfolioBannerSec .portfolioLeft .PortfolioHead {
  font-family: "SpaceGrotesk-400";
  font-size: 37px;
  line-height: normal;
  color: white;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .portfolioBannerSec .portfolioLeft .PortfolioHead {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  .portfolioBannerSec .portfolioLeft .PortfolioHead {
    font-size: 22px;
  }
}

.careerBanerSecTxt {
  background: #e3a578 !important;
}

.buildProj {
  background: #e3a578;
  padding: 40px 0px;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .buildProj {
    padding: 40px 12px;
  }
}
.buildProj .buildProjMain {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .buildProj .buildProjMain {
    flex-wrap: wrap;
    row-gap: 25px;
  }
}
.buildProj .buildProjMain .buildProjLeft .bannerDesc {
  font-family: "Inter-300";
  font-size: 22px;
  line-height: normal;
  color: white;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .buildProj .buildProjMain .buildProjLeft .bannerDesc {
    font-size: 20px;
  }
}
.buildProj .buildProjMain .buildProjRight {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.buildProj .buildProjMain .buildProjRight .bannerBtn {
  border: 1px solid white;
  width: 165px;
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  font-family: "Poppins-400";
  font-size: 15px;
  line-height: normal;
  color: white;
  background-color: transparent;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 1200px) {
  .buildProj .buildProjMain .buildProjRight .bannerBtn {
    font-size: 14px;
    width: 140px;
  }
}
.buildProj .buildProjMain .buildProjRight .bannerBtn:hover {
  background-color: white;
  color: black;
}

.completedProjSec {
  padding: 100px 0px 130px;
}
@media screen and (max-width: 992px) {
  .completedProjSec {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 576px) {
  .completedProjSec {
    padding: 50px 12px;
  }
}
.completedProjSec .completedProjMain {
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .completedProjSec .completedProjMain {
    margin-top: 40px;
  }
}
.completedProjSec .completedProjMain .ProjectsCarousel .owl-stage-outer {
  padding-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .completedProjSec .completedProjMain .ProjectsCarousel .owl-stage-outer {
    padding-bottom: 50px;
  }
}
.completedProjSec .completedProjMain .ProjectsCarousel .projCardWrap {
  padding: 40px 20px 20px;
  color: black;
  border: 1px solid gray;
  border-radius: 0px;
  background: white;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.completedProjSec .completedProjMain .ProjectsCarousel .projCardWrap:hover {
  background: #e3a578;
  border: 1px solid #da7a41;
  color: white;
}
.completedProjSec .completedProjMain .ProjectsCarousel .projCardWrap:hover .serviceCardHead {
  color: white;
}
.completedProjSec .completedProjMain .ProjectsCarousel .projCardWrap:hover .arrowIcon {
  color: white;
}
.completedProjSec .completedProjMain .ProjectsCarousel .projCardWrap.active {
  background: #e3a578;
  border: 1px solid #da7a41;
  color: white;
}
.completedProjSec .completedProjMain .ProjectsCarousel .projCardWrap.active .serviceCardHead {
  color: white;
}
.completedProjSec .completedProjMain .ProjectsCarousel .projCardWrap.active .arrowIcon {
  color: white;
}
.completedProjSec .completedProjMain .ProjectsCarousel .projCardWrap .industryIcon {
  font-size: 50px;
}
.completedProjSec .completedProjMain .ProjectsCarousel .projCardWrap .projTxtWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 33px;
}
.completedProjSec .completedProjMain .ProjectsCarousel .projCardWrap .projTxtWrap .projCardHead {
  font-family: "SpaceGrotesk-400";
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0;
  min-height: 70px;
  color: #000;
}
@media screen and (max-width: 1400px) {
  .completedProjSec .completedProjMain .ProjectsCarousel .projCardWrap .projTxtWrap .projCardHead {
    font-size: 15px;
  }
}
.completedProjSec .completedProjMain .mobile-category .mobile-category-btn {
  background-color: #ffffff;
  border: 1px solid #da7a41;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.completedProjSec .completedProjMain .mobile-category .mobile-category-btn .txtWrap .serviceCardHead {
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  text-align: center;
  font-family: "SpaceGrotesk-400";
}
.completedProjSec .completedProjMain .mobile-category .mobile-category-btn:hover {
  background: #e3a578;
  color: white;
}
.completedProjSec .completedProjMain .mobile-category .mobile-category-btn:hover .serviceCardHead {
  color: rgb(0, 0, 0);
}
.completedProjSec .completedProjMain .mobile-category .mobile-category-btn:hover .arrowIcon {
  color: rgb(0, 0, 0);
}
.completedProjSec .completedProjMain .mobile-category .mobile-category-btn.active {
  background: #e3a578;
  border: 1px solid #da7a41;
  color: white;
}
.completedProjSec .completedProjMain .mobile-category .mobile-category-btn.active .serviceCardHead {
  color: white;
}
.completedProjSec .completedProjMain .mobile-category .mobile-category-btn.active .arrowIcon {
  color: white;
}
.completedProjSec .projNameCardMain {
  padding-top: 80px;
}
@media screen and (max-width: 992px) {
  .completedProjSec .projNameCardMain {
    padding-top: 50px;
  }
}
.completedProjSec .projNameCardMain .projNameCardWrap {
  position: relative;
  display: flex;
  flex-direction: column;
}
.completedProjSec .projNameCardMain .projNameCardWrap .projNameWrap {
  position: relative;
  z-index: 3;
  border: #da7a41 1px solid;
}
.completedProjSec .projNameCardMain .projNameCardWrap .projectimg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.64;
  height: auto;
  border: #da7a41 1px solid;
  border-bottom: none;
}
.completedProjSec .projNameCardMain .projNameCardWrap .projName {
  font-family: "Inter-400";
  font-size: 21px;
  line-height: normal;
  color: black;
  background: #ffffff;
  padding-left: 25px;
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 10px;
  margin-bottom: 0;
  min-height: 111px;
}
@media screen and (max-width: 1200px) {
  .completedProjSec .projNameCardMain .projNameCardWrap .projName {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .completedProjSec .projNameCardMain .projNameCardWrap .projName {
    font-size: 18px;
    padding-top: 20px;
  }
}
.completedProjSec .projNameCardMain .projNameCardWrap:hover .projName {
  color: rgb(0, 0, 0);
  background: #e3a578;
  transition: all 0.3s;
}
.completedProjSec .projNameCardMain .projNameCardWrap .clientName {
  font-family: "Inter-400";
  font-size: 16px;
  line-height: normal;
  color: black;
  background: #ffffff;
  padding-left: 25px;
  padding-top: 8px;
  padding-right: 25px;
  padding-bottom: 10px;
  margin-bottom: 0;
  height: 37px;
}
@media screen and (max-width: 992px) {
  .completedProjSec .projNameCardMain .projNameCardWrap .clientName {
    font-size: 14px;
  }
}
.completedProjSec .projNameCardMain .projNameCardWrap:hover .clientName {
  background: #e3a578;
  transition: all 0.3s;
  color: rgb(0, 0, 0);
}
.completedProjSec .projNameCardMain .projNameCardWrap .clientNamesecond {
  min-height: 50px;
}
.completedProjSec .projNameCardMain .projNameCardWrap .clientaddress {
  font-family: "Inter-400";
  font-size: 16px;
  line-height: normal;
  color: white;
  background: black;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .completedProjSec .projNameCardMain .projNameCardWrap .clientaddress {
    font-size: 14px;
  }
}
.completedProjSec .projNameCardMain .projNameCardWrap:hover .clientaddress {
  background: #da7a41;
  transition: all 0.3s;
}
.completedProjSec .projNameCardMain .projNameCardWrap .gallery {
  position: relative;
  z-index: 1;
  aspect-ratio: 1.64;
  overflow: hidden;
  width: 100%;
}
.completedProjSec .projNameCardMain .projNameCardWrap .gallery:hover .hover-carousel {
  display: block !important;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.completedProjSec .projNameCardMain .projNameCardWrap .gallery:hover .static-image-link {
  display: none;
}
.completedProjSec .projNameCardMain .projNameCardWrap .gallery-mobile {
  position: relative;
  z-index: 1;
  aspect-ratio: 1.64;
  overflow: hidden;
  width: 100%;
}
.completedProjSec .projNameCardMain .projNameCardWrap .gallery-mobile .hover-carousel-mobile {
  display: block !important;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.completedProjSec .projNameCardMain .projNameCardWrap .gallery-mobile .static-image-link {
  display: none;
}
.completedProjSec .projNameCardMain .projNameCardWrap .hover-carousel-mobile {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.clienteleBannerSec .industrialParkBanner {
  height: 80vh;
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 576px) {
  .clienteleBannerSec .industrialParkBanner {
    height: 65vh;
  }
}

.contactBannerSec .contactBanner {
  height: 90vh;
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 576px) {
  .contactBannerSec .contactBanner {
    height: 65vh;
  }
}

.industrialParkBannSec .industrialParkBanner {
  height: 90vh;
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 576px) {
  .industrialParkBannSec .industrialParkBanner {
    height: 80vh;
  }
}

.industryParkInfowrap {
  background: #fff5eb;
  padding: 40px 0px;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .industryParkInfowrap {
    padding: 40px 12px;
  }
}
.industryParkInfowrap .industryParkInfoMain {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .industryParkInfowrap .industryParkInfoMain {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.industryParkInfowrap .industryParkInfoMain .industparkLeft .bannerHead {
  font-family: "SpaceGrotesk-400";
  font-size: 36px;
  line-height: normal;
  color: rgb(0, 0, 0);
}
@media screen and (max-width: 1200px) {
  .industryParkInfowrap .industryParkInfoMain .industparkLeft .bannerHead {
    font-size: 30px;
  }
}
.industryParkInfowrap .industryParkInfoMain .industparkLeft .bannerDesc {
  font-family: "Poppins-300";
  font-size: 16px;
  line-height: normal;
  color: rgb(0, 0, 0);
}
.industryParkInfowrap .industryParkInfoMain .industparkRight {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
@media screen and (max-width: 384px) {
  .industryParkInfowrap .industryParkInfoMain .industparkRight {
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
}
.industryParkInfowrap .industryParkInfoMain .industparkRight .bannerBtn {
  border: 1px solid rgb(0, 0, 0);
  width: 190px;
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  font-family: "Poppins-300";
  font-size: 15px;
  line-height: normal;
  color: rgb(0, 0, 0);
  background-color: transparent;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 1200px) {
  .industryParkInfowrap .industryParkInfoMain .industparkRight .bannerBtn {
    font-size: 14px;
    width: 155px;
  }
}
@media screen and (max-width: 384px) {
  .industryParkInfowrap .industryParkInfoMain .industparkRight .bannerBtn {
    font-size: 13px;
    width: 143px;
  }
}
.industryParkInfowrap .industryParkInfoMain .industparkRight .bannerBtn:hover {
  background-color: white;
  color: black;
}

.industryParkDetailSec {
  padding: 160px 0px;
}
@media screen and (max-width: 992px) {
  .industryParkDetailSec {
    padding: 90px 0px;
  }
}
@media screen and (max-width: 576px) {
  .industryParkDetailSec {
    padding: 50px 12px;
  }
}
.industryParkDetailSec .industryParkDetailLeft .nameRentWrap {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .industryParkDetailSec .industryParkDetailLeft .nameRentWrap {
    margin-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .industryParkDetailSec .industryParkDetailLeft .nameRentWrap {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.industryParkDetailSec .industryParkDetailLeft .nameRentWrap .indutParkHead {
  font-family: "SpaceGrotesk-400";
  font-size: 30px;
  line-height: normal;
  color: black;
  margin-bottom: 15px;
}
@media screen and (max-width: 1200px) {
  .industryParkDetailSec .industryParkDetailLeft .nameRentWrap .indutParkHead {
    font-size: 26px;
  }
}
.industryParkDetailSec .industryParkDetailLeft .nameRentWrap .locWrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.industryParkDetailSec .industryParkDetailLeft .nameRentWrap .locWrap .locationIcon {
  font-size: 20px;
  color: black;
}
.industryParkDetailSec .industryParkDetailLeft .nameRentWrap .locWrap .location {
  margin-bottom: 0;
  font-family: "Inter-400";
  font-size: 18px;
  line-height: normal;
}
.industryParkDetailSec .industryParkDetailLeft .nameRentWrap .rentTxt {
  font-family: "SpaceGrotesk-400";
  font-size: 20px;
  line-height: normal;
  color: black;
  text-align: end;
}
.industryParkDetailSec .industryParkDetailLeft .wareHouseWrap {
  padding-top: 30px;
}
.industryParkDetailSec .industryParkDetailLeft .wareHouseWrap .wareHouseBox {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  align-items: center;
  border: 1px solid #da7a41;
}
.industryParkDetailSec .industryParkDetailLeft .wareHouseWrap .wareHouseBox .imgBox {
  display: flex;
  align-items: center;
  background: #fff5eb;
  padding: 18px 15px;
}
.industryParkDetailSec .industryParkDetailLeft .wareHouseWrap .wareHouseBox .imgBox .industryIconn {
  color: black;
  font-size: 20px;
}
.industryParkDetailSec .industryParkDetailLeft .wareHouseWrap .wareHouseBox .textBox .wareHouseHead {
  font-family: "Inter-400";
  font-size: 18px;
  line-height: normal;
  color: black;
  margin-bottom: 0;
  padding-right: 10px;
}
@media screen and (max-width: 1400px) {
  .industryParkDetailSec .industryParkDetailLeft .wareHouseWrap .wareHouseBox .textBox .wareHouseHead {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .industryParkDetailSec .industryParkDetailLeft .wareHouseWrap .wareHouseBox .textBox .wareHouseHead {
    font-size: 16px;
  }
}
.industryParkDetailSec .industryParkDetailLeft .descripSecWrap {
  padding-top: 60px;
}
@media screen and (max-width: 992px) {
  .industryParkDetailSec .industryParkDetailLeft .descripSecWrap {
    padding-top: 40px;
  }
}
.industryParkDetailSec .industryParkDetailLeft .descripSecWrap .descripRight {
  height: 1px;
  background: #da7a41;
}
.industryParkDetailSec .industryParkDetailLeft .descripSecWrap .descripLeft .ourPresenceTitle {
  font-family: "SpaceGrotesk-400";
  color: #da7a41;
  font-size: 32px;
  line-height: normal;
}
@media screen and (max-width: 1400px) {
  .industryParkDetailSec .industryParkDetailLeft .descripSecWrap .descripLeft .ourPresenceTitle {
    font-size: 26px;
  }
}
@media screen and (max-width: 576px) {
  .industryParkDetailSec .industryParkDetailLeft .descripSecWrap .descripLeft .ourPresenceTitle {
    font-size: 22px;
  }
}
.industryParkDetailSec .industryParkDetailLeft .descripSecWrap .contentWrap {
  margin-top: 35px;
}
.industryParkDetailSec .industryParkDetailLeft .descripSecWrap .contentWrap .descripText {
  font-family: "Inter-400";
  font-size: 16px;
  line-height: normal;
  color: black;
  margin-bottom: 16px;
}
.industryParkDetailSec .industryParkDetailLeft .descripSecWrap .contentWrap .keyFeat {
  font-family: "Roboto-400";
  color: black;
  font-size: 22px;
  line-height: normal;
  margin-bottom: 18px;
}
.industryParkDetailSec .industryParkDetailLeft .descripSecWrap .contentWrap .keyFeatList {
  padding-left: 20px;
}
.industryParkDetailSec .industryParkDetailLeft .descripSecWrap .contentWrap .keyFeatItem {
  font-family: "Inter-400";
  font-size: 16px;
  line-height: normal;
  color: black;
  margin-bottom: 16px;
}
.industryParkDetailSec .industryParkDetailLeft .propertyAttacWrap {
  padding-top: 50px;
}
@media screen and (max-width: 992px) {
  .industryParkDetailSec .industryParkDetailLeft .propertyAttacWrap {
    padding-top: 30px;
  }
}
.industryParkDetailSec .industryParkDetailLeft .propertyAttacWrap .propertyAttacRight {
  height: 1px;
  background: #da7a41;
}
.industryParkDetailSec .industryParkDetailLeft .propertyAttacWrap .propertyAttacLeft .ourPresenceTitle {
  font-family: "SpaceGrotesk-400";
  color: #da7a41;
  font-size: 31px;
  line-height: normal;
}
@media screen and (max-width: 1400px) {
  .industryParkDetailSec .industryParkDetailLeft .propertyAttacWrap .propertyAttacLeft .ourPresenceTitle {
    font-size: 26px;
  }
}
@media screen and (max-width: 576px) {
  .industryParkDetailSec .industryParkDetailLeft .propertyAttacWrap .propertyAttacLeft .ourPresenceTitle {
    font-size: 22px;
  }
}
.industryParkDetailSec .industryParkDetailLeft .propertyAttacWrap .pdfSecWrap {
  padding-top: 50px;
}
.industryParkDetailSec .industryParkDetailLeft .propertyAttacWrap .pdfSecWrap .pdfBox {
  display: flex;
  align-items: center;
  -moz-column-gap: 22px;
       column-gap: 22px;
  border: 1px solid #da7a41;
  padding: 20px;
}
.industryParkDetailSec .industryParkDetailLeft .propertyAttacWrap .pdfSecWrap .pdfBox .pdfIconWrap .pdfIcon {
  font-size: 45px;
  color: #e31e24;
}
.industryParkDetailSec .industryParkDetailLeft .propertyAttacWrap .pdfSecWrap .pdfBox .pdfTextWrap .pdfHead {
  font-family: "Inter-400";
  font-size: 18px;
  line-height: normal;
  color: black;
  margin-bottom: 0;
}
.industryParkDetailSec .industryParkDetailLeft .AmenitiesWrap {
  padding-top: 50px;
}
@media screen and (max-width: 992px) {
  .industryParkDetailSec .industryParkDetailLeft .AmenitiesWrap {
    padding-top: 40px;
  }
}
.industryParkDetailSec .industryParkDetailLeft .AmenitiesWrap .AmenitiesRight {
  height: 1px;
  background: #da7a41;
}
.industryParkDetailSec .industryParkDetailLeft .AmenitiesWrap .AmenitiesLeft .ourPresenceTitle {
  font-family: "SpaceGrotesk-400";
  color: #da7a41;
  font-size: 32px;
  line-height: normal;
}
@media screen and (max-width: 1400px) {
  .industryParkDetailSec .industryParkDetailLeft .AmenitiesWrap .AmenitiesLeft .ourPresenceTitle {
    font-size: 26px;
  }
}
@media screen and (max-width: 576px) {
  .industryParkDetailSec .industryParkDetailLeft .AmenitiesWrap .AmenitiesLeft .ourPresenceTitle {
    font-size: 22px;
  }
}
.industryParkDetailSec .industryParkDetailLeft .AmenitiesWrap .AmenitiesListWrap {
  padding-top: 50px;
}
@media screen and (max-width: 992px) {
  .industryParkDetailSec .industryParkDetailLeft .AmenitiesWrap .AmenitiesListWrap {
    padding-top: 40px;
  }
}
.industryParkDetailSec .industryParkDetailLeft .AmenitiesWrap .AmenitiesListWrap .custom-list {
  list-style: none;
  padding-left: 0;
}
.industryParkDetailSec .industryParkDetailLeft .AmenitiesWrap .AmenitiesListWrap .custom-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  color: black;
  font-family: "Inter-400";
  font-size: 16px;
  line-height: normal;
}
@media screen and (max-width: 1400px) {
  .industryParkDetailSec .industryParkDetailLeft .AmenitiesWrap .AmenitiesListWrap .custom-list li {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .industryParkDetailSec .industryParkDetailLeft .AmenitiesWrap .AmenitiesListWrap .custom-list li {
    font-size: 18px;
  }
}
.industryParkDetailSec .industryParkDetailLeft .AmenitiesWrap .AmenitiesListWrap .custom-list li .circle-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border: 4px solid #da7a41;
  border-radius: 50%;
  display: inline-block;
  margin-right: 25px;
  position: relative;
}
.industryParkDetailSec .industryParkDetailLeft .AmenitiesWrap .AmenitiesListWrap .custom-list li .circle-icon:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #6e3c1f;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.industryParkDetailSec .floorPlansWrap {
  padding-top: 50px;
}
@media screen and (max-width: 992px) {
  .industryParkDetailSec .floorPlansWrap {
    padding-top: 30px;
  }
}
.industryParkDetailSec .floorPlansWrap .floorPlansRight {
  height: 1px;
  background: #da7a41;
}
.industryParkDetailSec .floorPlansWrap .floorPlansLeft .ourPresenceTitle {
  font-family: "SpaceGrotesk-400";
  color: #da7a41;
  font-size: 32px;
  line-height: normal;
}
@media screen and (max-width: 1400px) {
  .industryParkDetailSec .floorPlansWrap .floorPlansLeft .ourPresenceTitle {
    font-size: 26px;
  }
}
@media screen and (max-width: 576px) {
  .industryParkDetailSec .floorPlansWrap .floorPlansLeft .ourPresenceTitle {
    font-size: 22px;
  }
}
.industryParkDetailSec .floorPlansWrap .floorPlansBoxWrap {
  padding-top: 60px;
}
@media screen and (max-width: 992px) {
  .industryParkDetailSec .floorPlansWrap .floorPlansBoxWrap {
    padding-top: 40px;
  }
}
.industryParkDetailSec .floorPlansWrap .floorPlansBoxWrap .floorPlansBox {
  border: 1px solid #da7a41;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .industryParkDetailSec .floorPlansWrap .zoomable-img {
    pointer-events: none;
  }
}
.industryParkDetailSec .viewLocWrap {
  padding-top: 50px;
}
@media screen and (max-width: 992px) {
  .industryParkDetailSec .viewLocWrap {
    padding-top: 40px;
  }
}
.industryParkDetailSec .viewLocWrap .viewLocRight {
  height: 1px;
  background: #da7a41;
}
.industryParkDetailSec .viewLocWrap .viewLocLeft .ourPresenceTitle {
  font-family: "SpaceGrotesk-400";
  color: #da7a41;
  font-size: 32px;
  line-height: normal;
}
@media screen and (max-width: 1400px) {
  .industryParkDetailSec .viewLocWrap .viewLocLeft .ourPresenceTitle {
    font-size: 26px;
  }
}
@media screen and (max-width: 576px) {
  .industryParkDetailSec .viewLocWrap .viewLocLeft .ourPresenceTitle {
    font-size: 22px;
  }
}
.industryParkDetailSec .viewLocWrap .viewLocBoxWrap {
  padding-top: 60px;
}
@media screen and (max-width: 992px) {
  .industryParkDetailSec .viewLocWrap .viewLocBoxWrap {
    padding-top: 40px;
  }
}
.industryParkDetailSec .industryParkDetailRight .rightImgWrap {
  margin-bottom: 60px;
}
.industryParkDetailSec .industryParkDetailRight .rightImgWrap img {
  width: 100%;
  aspect-ratio: 1;
}
@media screen and (max-width: 1400px) {
  .industryParkDetailSec .industryParkDetailRight .rightImgWrap img {
    height: 360px;
  }
}
@media screen and (max-width: 1200px) {
  .industryParkDetailSec .industryParkDetailRight .rightImgWrap img {
    height: 301px;
    aspect-ratio: 1;
  }
}
.industryParkDetailSec .industryParkDetailRight .rightImagesWrap {
  margin-top: 60px;
  margin-bottom: 60px;
}
.industryParkDetailSec .industryParkDetailRight .interestedBoxWrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .industryParkDetailSec .industryParkDetailRight .interestedBoxWrap {
    margin-top: 40px;
  }
}
.industryParkDetailSec .industryParkDetailRight .interestedBoxWrap .interestedBox {
  border: 1px solid #da7a41;
  padding: 25px;
  margin-left: 45px;
}
@media screen and (max-width: 1400px) {
  .industryParkDetailSec .industryParkDetailRight .interestedBoxWrap .interestedBox {
    margin-left: 36px;
  }
}
@media screen and (max-width: 1200px) {
  .industryParkDetailSec .industryParkDetailRight .interestedBoxWrap .interestedBox {
    margin-left: 10px;
  }
}
@media screen and (max-width: 992px) {
  .industryParkDetailSec .industryParkDetailRight .interestedBoxWrap .interestedBox {
    margin-left: 0px;
  }
}
.industryParkDetailSec .industryParkDetailRight .interestedBoxWrap .titleTxt {
  font-family: "SpaceGrotesk-400";
  font-size: 24px;
  line-height: normal;
  color: black;
  margin-bottom: 35px;
}
@media screen and (max-width: 1400px) {
  .industryParkDetailSec .industryParkDetailRight .interestedBoxWrap .titleTxt {
    font-size: 21px;
  }
}
@media screen and (max-width: 576px) {
  .industryParkDetailSec .industryParkDetailRight .interestedBoxWrap .titleTxt {
    font-size: 22px;
  }
}
.industryParkDetailSec .industryParkDetailRight .interestedBoxWrap .btnsWrap .btnLink .btnWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 30px;
  background: #da7a41;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .industryParkDetailSec .industryParkDetailRight .interestedBoxWrap .btnsWrap .btnLink .btnWrap {
    padding: 12px 18px;
  }
}
@media screen and (max-width: 992px) {
  .industryParkDetailSec .industryParkDetailRight .interestedBoxWrap .btnsWrap .btnLink .btnWrap {
    width: 42%;
  }
}
@media screen and (max-width: 768px) {
  .industryParkDetailSec .industryParkDetailRight .interestedBoxWrap .btnsWrap .btnLink .btnWrap {
    width: 55%;
  }
}
@media screen and (max-width: 576px) {
  .industryParkDetailSec .industryParkDetailRight .interestedBoxWrap .btnsWrap .btnLink .btnWrap {
    width: 100%;
  }
}
.industryParkDetailSec .industryParkDetailRight .interestedBoxWrap .btnsWrap .btnLink .btnWrap .rightArroww {
  font-size: 20px;
  color: white;
}
.industryParkDetailSec .industryParkDetailRight .interestedBoxWrap .btnsWrap .btnLink .btnWrap .txt {
  font-family: "Inter-400";
  font-size: 18px;
  line-height: normal;
  color: white;
}
@media screen and (max-width: 1400px) {
  .industryParkDetailSec .industryParkDetailRight .interestedBoxWrap .btnsWrap .btnLink .btnWrap .txt {
    font-size: 18px;
  }
}

.testimonialsPageSec {
  padding: 150px 0px 30px;
}
@media screen and (max-width: 992px) {
  .testimonialsPageSec {
    padding: 180px 0px 20px;
  }
}
@media screen and (max-width: 576px) {
  .testimonialsPageSec {
    padding: 150px 12px 10px;
  }
}
.testimonialsPageSec .testimonialTxt {
  font-family: "Inter-400";
  font-size: 22px;
  line-height: normal;
  margin-bottom: 24px;
  color: black;
  text-align: center;
}
.testimonialsPageSec .testimonialHead {
  font-family: "SpaceGrotesk-400";
  font-size: 36px;
  line-height: normal;
  margin-bottom: 28px;
  color: #da7a41;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .testimonialsPageSec .testimonialHead {
    font-size: 32px;
  }
}
@media screen and (max-width: 576px) {
  .testimonialsPageSec .testimonialHead {
    font-size: 30px;
    margin-bottom: 26px;
  }
}
.testimonialsPageSec .testimonialcontent {
  font-family: "Inter-400";
  font-size: 18px;
  line-height: normal;
  padding-bottom: 80px;
  color: black;
  text-align: center;
  max-width: 684px;
  display: block;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .testimonialsPageSec .testimonialcontent {
    padding-bottom: 60px;
    max-width: auto;
  }
}
@media screen and (max-width: 576px) {
  .testimonialsPageSec .testimonialcontent {
    padding-bottom: 40px;
    font-size: 16px;
  }
}
.testimonialsPageSec .testimonialsPageCardsWrap .testimonialsCardWrap {
  border: 1px solid #da7a41;
}
.testimonialsPageSec .testimonialsPageCardsWrap .testimonialsCardWrap .orangSec {
  padding: 50px 0px;
  background: #e3a578;
}
.testimonialsPageSec .testimonialsPageCardsWrap .testimonialsCardWrap .infoMain {
  margin-top: -95px;
}
.testimonialsPageSec .testimonialsPageCardsWrap .testimonialsCardWrap .infoWrap {
  display: block;
  margin: auto;
  padding: 50px 35px;
}
@media screen and (max-width: 1400px) {
  .testimonialsPageSec .testimonialsPageCardsWrap .testimonialsCardWrap .infoWrap {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 1400px) {
  .testimonialsPageSec .testimonialsPageCardsWrap .testimonialsCardWrap .infoWrap {
    padding: 50px 25px;
  }
}
.testimonialsPageSec .testimonialsPageCardsWrap .testimonialsCardWrap .infoWrap .testimonialImg {
  border: 1px solid #da7a41;
  display: block;
  height: 150px;
  width: 150px;
  margin: auto;
}
.testimonialsPageSec .testimonialsPageCardsWrap .testimonialsCardWrap .infoWrap .testimonialDesc {
  font-family: "Inter-400";
  font-size: 16px;
  line-height: normal;
  color: black;
  text-align: center;
}
.testimonialsPageSec .testimonialsPageCardsWrap .testimonialsCardWrap .infoWrap .testimonialName {
  font-family: "SpaceGrotesk-400";
  font-size: 24px;
  line-height: normal;
  margin-bottom: 5px;
  padding-top: 30px;
  color: #da7a41;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .testimonialsPageSec .testimonialsPageCardsWrap .testimonialsCardWrap .infoWrap .testimonialName {
    font-size: 22px;
  }
}
.testimonialsPageSec .testimonialsPageCardsWrap .testimonialsCardWrap .infoWrap .testimonialDesignation {
  font-family: "Inter-300";
  font-size: 16px;
  line-height: normal;
  margin-bottom: 25px;
  color: #da7a41;
  font-style: italic;
  text-align: center;
}

.clienteleLogosSec {
  padding: 120px 0px;
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .clienteleLogosSec {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 576px) {
  .clienteleLogosSec {
    padding: 50px 12px;
  }
}
.clienteleLogosSec .clienteleLogosWrap {
  display: flex;
}
.clienteleLogosSec .clienteleLogosWrap .clienteleLogoImgWrapp {
  padding: 40px;
  align-content: center;
  width: 20%;
  border-right: 1px solid #da7a41;
  border-bottom: 1px solid #da7a41;
}
.clienteleLogosSec .clienteleLogosWrap .clienteleLogoImgWrapp:last-child {
  border-right: none;
}
@media screen and (max-width: 1200px) {
  .clienteleLogosSec .clienteleLogosWrap .clienteleLogoImgWrapp {
    padding: 30px;
  }
}
@media screen and (max-width: 992px) {
  .clienteleLogosSec .clienteleLogosWrap .clienteleLogoImgWrapp {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .clienteleLogosSec .clienteleLogosWrap .clienteleLogoImgWrapp {
    padding: 15px;
  }
}
@media screen and (max-width: 576px) {
  .clienteleLogosSec .clienteleLogosWrap .clienteleLogoImgWrapp {
    padding: 10px;
    width: 25%;
  }
}
.clienteleLogosSec .clienteleLogosWrap .clienteleLogoImgWrapp .clienteleLogoImg {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.clienteleLogosSec .clienteleLogosWrap .borderBottomNone {
  border-bottom: none;
}

.careerBannerSec {
  padding-top: 320px;
  padding-bottom: 129px;
  background: url(../images/CareerBaner.webp);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 992px) {
  .careerBannerSec {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 576px) {
  .careerBannerSec {
    padding-top: 160px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.careerBannerSec .portfolioLeft .PortfolioHead {
  font-family: "SpaceGrotesk-400";
  font-size: 46px;
  line-height: normal;
  color: black;
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .careerBannerSec .portfolioLeft .PortfolioHead {
    font-size: 40px;
  }
}
@media screen and (max-width: 992px) {
  .careerBannerSec .portfolioLeft .PortfolioHead {
    font-size: 35px;
  }
}
@media screen and (max-width: 576px) {
  .careerBannerSec .portfolioLeft .PortfolioHead {
    font-size: 26px;
  }
}

.careerDetailWrap {
  padding: 60px 0px;
}
@media screen and (max-width: 992px) {
  .careerDetailWrap {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 576px) {
  .careerDetailWrap {
    padding: 50px 12px;
  }
}
.careerDetailWrap .careerTabs .nav-tabs {
  display: flex;
  -moz-column-gap: 65px;
       column-gap: 65px;
  padding-bottom: 50px;
  border-bottom: 1px solid gray;
}
@media screen and (max-width: 1400px) {
  .careerDetailWrap .careerTabs .nav-tabs {
    -moz-column-gap: 69px;
         column-gap: 69px;
  }
}
@media screen and (max-width: 1200px) {
  .careerDetailWrap .careerTabs .nav-tabs {
    -moz-column-gap: 51px;
         column-gap: 51px;
  }
}
@media screen and (max-width: 992px) {
  .careerDetailWrap .careerTabs .nav-tabs {
    -moz-column-gap: 32px;
         column-gap: 32px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .careerDetailWrap .careerTabs .nav-tabs {
    flex-wrap: wrap;
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  .careerDetailWrap .careerTabs .nav-tabs {
    -moz-column-gap: 15px;
         column-gap: 15px;
    row-gap: 20px;
  }
}
.careerDetailWrap .careerTabs .nav-tabs .nav-link {
  border: 1px solid gray;
  color: black;
  font-family: "Inter-400";
  font-size: 22px;
  line-height: normal;
  width: 100%;
  padding: 15px 70px;
  text-align: center;
  border-radius: 0;
}
@media screen and (max-width: 1400px) {
  .careerDetailWrap .careerTabs .nav-tabs .nav-link {
    padding: 15px 40px;
  }
}
@media screen and (max-width: 1200px) {
  .careerDetailWrap .careerTabs .nav-tabs .nav-link {
    padding: 15px 28px;
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .careerDetailWrap .careerTabs .nav-tabs .nav-link {
    padding: 14px 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .careerDetailWrap .careerTabs .nav-tabs .nav-link {
    width: 230px;
  }
}
@media screen and (max-width: 576px) {
  .careerDetailWrap .careerTabs .nav-tabs .nav-link {
    padding: 12px 10px;
    font-size: 14px;
  }
}
.careerDetailWrap .careerTabs .nav-tabs .nav-link:hover {
  color: #ffffff;
  background-color: #da7a41;
  border-radius: 0px;
  border: 1px solid #da7a41;
}
.careerDetailWrap .careerTabs .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #da7a41;
  border-radius: 0px;
  border: 1px solid #da7a41;
}
.careerDetailWrap .careerTabs .nav-tabs .careerTabs .nav-item {
  width: 150px; /* Adjust the width as needed */
  text-align: center; /* Optional: centers text inside the button */
}
.careerDetailWrap .tab-content {
  padding-top: 50px;
}
@media screen and (max-width: 992px) {
  .careerDetailWrap .tab-content {
    padding-top: 40px;
  }
}
.careerDetailWrap .tab-content .careerTabContentMain {
  border-bottom: 1px solid gray;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.careerDetailWrap .tab-content .careerTabContentMain:last-child {
  border-bottom: none;
}
@media screen and (max-width: 992px) {
  .careerDetailWrap .tab-content .careerTabContentMain {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.careerDetailWrap .tab-content .careerTabContentMain .careerLeftSec .noNameWrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
  padding-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .careerDetailWrap .tab-content .careerTabContentMain .careerLeftSec .noNameWrap {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.careerDetailWrap .tab-content .careerTabContentMain .careerLeftSec .noNameWrap .num {
  display: flex;
  align-items: center;
  background: #000;
  padding: 15px;
  font-family: "Inter-500";
  font-size: 24px;
  line-height: normal;
  color: white;
}
@media screen and (max-width: 992px) {
  .careerDetailWrap .tab-content .careerTabContentMain .careerLeftSec .noNameWrap .num {
    font-size: 20px;
    padding: 12px;
  }
}
@media screen and (max-width: 576px) {
  .careerDetailWrap .tab-content .careerTabContentMain .careerLeftSec .noNameWrap .num {
    font-size: 18px;
  }
}
.careerDetailWrap .tab-content .careerTabContentMain .careerLeftSec .noNameWrap .careertitle {
  font-family: "SpaceGrotesk-500";
  font-size: 34px;
  line-height: normal;
  color: #da7a41;
}
@media screen and (max-width: 992px) {
  .careerDetailWrap .tab-content .careerTabContentMain .careerLeftSec .noNameWrap .careertitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 576px) {
  .careerDetailWrap .tab-content .careerTabContentMain .careerLeftSec .noNameWrap .careertitle {
    font-size: 26px;
  }
}
.careerDetailWrap .tab-content .careerTabContentMain .careerLeftSec .overviewHead {
  font-family: "SpaceGrotesk-500";
  font-size: 32px;
  line-height: normal;
  color: black;
  border-bottom: 2px solid #da7a41;
  margin-bottom: 35px;
  padding-bottom: 35px;
}
@media screen and (max-width: 992px) {
  .careerDetailWrap .tab-content .careerTabContentMain .careerLeftSec .overviewHead {
    font-size: 26px;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 9576px) {
  .careerDetailWrap .tab-content .careerTabContentMain .careerLeftSec .overviewHead {
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.careerDetailWrap .tab-content .careerTabContentMain .careerLeftSec .expriWrap .elements {
  display: flex;
  align-items: center;
  -moz-column-gap: 22px;
       column-gap: 22px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid gray;
}
@media screen and (max-width: 1200px) {
  .careerDetailWrap .tab-content .careerTabContentMain .careerLeftSec .expriWrap .elements {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
@media screen and (max-width: 576px) {
  .careerDetailWrap .tab-content .careerTabContentMain .careerLeftSec .expriWrap .elements {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.careerDetailWrap .tab-content .careerTabContentMain .careerLeftSec .expriWrap .elements:last-child {
  border-bottom: none;
}
.careerDetailWrap .tab-content .careerTabContentMain .careerLeftSec .expriWrap .elements .elem1 {
  font-family: "Inter-500";
  font-size: 22px;
  line-height: normal;
  color: black;
  width: 140px;
}
@media screen and (max-width: 1200px) {
  .careerDetailWrap .tab-content .careerTabContentMain .careerLeftSec .expriWrap .elements .elem1 {
    font-size: 20px;
    width: 120px;
  }
}
@media screen and (max-width: 576px) {
  .careerDetailWrap .tab-content .careerTabContentMain .careerLeftSec .expriWrap .elements .elem1 {
    font-size: 18px;
    width: 100px;
  }
}
.careerDetailWrap .tab-content .careerTabContentMain .careerLeftSec .expriWrap .elements .elem2 {
  font-family: "Inter-400";
  font-size: 22px;
  line-height: normal;
  color: black;
}
@media screen and (max-width: 1200px) {
  .careerDetailWrap .tab-content .careerTabContentMain .careerLeftSec .expriWrap .elements .elem2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .careerDetailWrap .tab-content .careerTabContentMain .careerLeftSec .expriWrap .elements .elem2 {
    font-size: 16px;
  }
}
.careerDetailWrap .tab-content .careerTabContentMain .clickBtnWrap {
  padding-top: 25px;
}
@media screen and (max-width: 576px) {
  .careerDetailWrap .tab-content .careerTabContentMain .clickBtnWrap {
    padding-top: 20px;
  }
}
.careerDetailWrap .tab-content .careerTabContentMain .clickBtnWrap .clickTOAppltBtn {
  background: #da7a41;
  color: white;
  padding: 18px;
  text-align: center;
  width: 100%;
  font-family: "Inter-500";
  font-size: 22px;
  line-height: normal;
  border: 1px solid #da7a41;
  transition: all 0.4s;
}
.careerDetailWrap .tab-content .careerTabContentMain .clickBtnWrap .clickTOAppltBtn:hover {
  background: white;
  color: #da7a41;
}
@media screen and (max-width: 992px) {
  .careerDetailWrap .tab-content .careerTabContentMain .clickBtnWrap .clickTOAppltBtn {
    font-size: 20px;
    padding: 16px;
  }
}
@media screen and (max-width: 576px) {
  .careerDetailWrap .tab-content .careerTabContentMain .clickBtnWrap .clickTOAppltBtn {
    font-size: 18px;
    padding: 14px;
  }
}
.careerDetailWrap .tab-content .careerTabContentMain .careerLeftRight {
  border: 1px solid #da7a41;
  padding: 40px;
}
@media screen and (max-width: 1400px) {
  .careerDetailWrap .tab-content .careerTabContentMain .careerLeftRight {
    padding: 30px;
  }
}
@media screen and (max-width: 1400px) {
  .careerDetailWrap .tab-content .careerTabContentMain .careerLeftRight {
    padding: 20px;
  }
}
.careerDetailWrap .tab-content .careerTabContentMain .careerLeftRight .jobDescHead {
  font-family: "SpaceGrotesk-500";
  font-size: 32px;
  line-height: normal;
  color: black;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .careerDetailWrap .tab-content .careerTabContentMain .careerLeftRight .jobDescHead {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 576px) {
  .careerDetailWrap .tab-content .careerTabContentMain .careerLeftRight .jobDescHead {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.careerDetailWrap .tab-content .careerTabContentMain .careerLeftRight .jobDesContent {
  font-family: "Inter-400";
  font-size: 15px;
  line-height: normal;
  color: black;
}
@media screen and (max-width: 1400px) {
  .careerDetailWrap .tab-content .careerTabContentMain .careerLeftRight .jobDesContent {
    font-size: 14px;
  }
}

.comapanyPolicicesSec {
  background: #fff5eb;
  padding: 100px 0;
}
@media screen and (max-width: 992px) {
  .comapanyPolicicesSec {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 576px) {
  .comapanyPolicicesSec {
    padding: 50px 12px;
  }
}
.comapanyPolicicesSec .companyHead {
  font-family: "SpaceGrotesk-400";
  font-size: 40px;
  line-height: normal;
  color: black;
  margin-bottom: 45px;
}
@media screen and (max-width: 992px) {
  .comapanyPolicicesSec .companyHead {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .comapanyPolicicesSec .companyHead {
    font-size: 26px;
  }
}
.comapanyPolicicesSec .comapPoliCardSec .comapPolicyCard {
  padding: 40px;
  color: black;
  border: 1px solid #da7a41;
  background: white;
  transition: all 0.3s;
}
@media screen and (max-width: 1400px) {
  .comapanyPolicicesSec .comapPoliCardSec .comapPolicyCard {
    padding: 30px;
  }
}
@media screen and (max-width: 576px) {
  .comapanyPolicicesSec .comapPoliCardSec .comapPolicyCard {
    padding: 40px;
  }
}
.comapanyPolicicesSec .comapPoliCardSec .comapPolicyCard:hover {
  background: #e3a578;
  color: white;
}
.comapanyPolicicesSec .comapPoliCardSec .comapPolicyCard:hover .serviceCardHead {
  color: white;
}
.comapanyPolicicesSec .comapPoliCardSec .comapPolicyCard:hover .arrowIcon {
  color: white;
}
.comapanyPolicicesSec .comapPoliCardSec .comapPolicyCard:hover .policydocBtnLink {
  background: white !important;
  color: black !important;
}
.comapanyPolicicesSec .comapPoliCardSec .comapPolicyCard .comapPolicyIcon {
  font-size: 50px;
}
.comapanyPolicicesSec .comapPoliCardSec .comapPolicyCard .txtWrap {
  margin-top: 30px;
}
.comapanyPolicicesSec .comapPoliCardSec .comapPolicyCard .txtWrap .serviceCardHead {
  font-family: "SpaceGrotesk-400";
  font-size: 20px;
  line-height: normal;
  margin-bottom: 18px;
}
.comapanyPolicicesSec .comapPoliCardSec .comapPolicyCard .txtWrap .policydocBtnLink {
  display: block;
  text-align: center;
  background: #e3a578;
  color: white;
  font-family: "Inter-400";
  font-size: 16px;
  line-height: normal;
  padding: 14px;
}
@media screen and (max-width: 768px) {
  .comapanyPolicicesSec .comapPoliCardSec .comapPolicyCard .txtWrap .policydocBtnLink {
    width: 215px;
  }
}

.homePageTeamSec {
  background: #da7a41;
  padding: 80px 0;
}
@media screen and (max-width: 992px) {
  .homePageTeamSec {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 576px) {
  .homePageTeamSec {
    padding: 50px 12px;
  }
}
.homePageTeamSec .headingg {
  font-family: "SpaceGrotesk-400";
  font-size: 30px;
  line-height: normal;
  margin-bottom: 45px;
  color: white;
}
@media screen and (max-width: 992px) {
  .homePageTeamSec .headingg {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .homePageTeamSec .headingg {
    font-size: 26px;
  }
}
.homePageTeamSec .homePageTeamMain {
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .homePageTeamSec .homePageTeamMain {
    margin-top: 40px;
  }
}
.homePageTeamSec .homePageTeamMain .homePageTeamCarousel .owl-stage-outer {
  border-bottom: 1px solid white;
  padding-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .homePageTeamSec .homePageTeamMain .homePageTeamCarousel .owl-stage-outer {
    padding-bottom: 50px;
  }
}
.homePageTeamSec .homePageTeamMain .homePageTeamCarousel .owl-dots {
  margin-top: -16px !important;
  text-align: start !important;
}
.homePageTeamSec .homePageTeamMain .homePageTeamCarousel .owl-dots .owl-dot span {
  width: 120px;
  height: 11px;
  margin: 10px 0px 0px;
  background: #da7a41;
  border-radius: 0px;
}
@media screen and (max-width: 992px) {
  .homePageTeamSec .homePageTeamMain .homePageTeamCarousel .owl-dots .owl-dot span {
    width: 50px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .homePageTeamSec .homePageTeamMain .homePageTeamCarousel .owl-dots .owl-dot span {
    width: 30px;
    height: 10px;
  }
}
@media screen and (max-width: 576px) {
  .homePageTeamSec .homePageTeamMain .homePageTeamCarousel .owl-dots .owl-dot span {
    width: 22px;
    height: 10px;
  }
}
.homePageTeamSec .homePageTeamMain .homePageTeamCarousel .owl-dots .owl-dot.active span {
  background: white !important;
  opacity: 1 !important;
  background-color: white !important;
}
.homePageTeamSec .homePageTeamMain .homePageTeamCarousel .teamCarouselCard {
  border: 1px solid white;
  padding: 35px;
}
@media screen and (max-width: 576px) {
  .homePageTeamSec .homePageTeamMain .homePageTeamCarousel .teamCarouselCard {
    padding: 25px;
  }
}
.homePageTeamSec .homePageTeamMain .homePageTeamCarousel .teamCarouselCard .teamSecLeft {
  position: relative;
}
.homePageTeamSec .homePageTeamMain .homePageTeamCarousel .teamCarouselCard .teamSecLeft .teamlindinIcon {
  position: absolute;
  font-size: 22px;
  right: 16px;
  bottom: 16px;
  color: white;
}
@media screen and (max-width: 992px) {
  .homePageTeamSec .homePageTeamMain .homePageTeamCarousel .teamCarouselCard .teamSecLeft .clientImg {
    display: block;
    margin: auto;
  }
}
.homePageTeamSec .homePageTeamMain .homePageTeamCarousel .teamCarouselCard .teamSecRight .testimonialDesc {
  font-family: "Inter-400";
  font-size: 16px;
  line-height: normal;
  padding-top: 60px;
  color: white;
}
@media screen and (max-width: 1200px) {
  .homePageTeamSec .homePageTeamMain .homePageTeamCarousel .teamCarouselCard .teamSecRight .testimonialDesc {
    padding-top: 35px;
  }
}
@media screen and (max-width: 992px) {
  .homePageTeamSec .homePageTeamMain .homePageTeamCarousel .teamCarouselCard .teamSecRight .testimonialDesc {
    text-align: center;
    padding-top: 25px;
  }
}
.homePageTeamSec .homePageTeamMain .homePageTeamCarousel .teamCarouselCard .teamSecRight .testimonialName {
  font-family: "SpaceGrotesk-400";
  font-size: 28px;
  line-height: normal;
  margin-bottom: 5px;
  color: white;
}
@media screen and (max-width: 1200px) {
  .homePageTeamSec .homePageTeamMain .homePageTeamCarousel .teamCarouselCard .teamSecRight .testimonialName {
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  .homePageTeamSec .homePageTeamMain .homePageTeamCarousel .teamCarouselCard .teamSecRight .testimonialName {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .homePageTeamSec .homePageTeamMain .homePageTeamCarousel .teamCarouselCard .teamSecRight .testimonialName {
    font-size: 22px;
  }
}
.homePageTeamSec .homePageTeamMain .homePageTeamCarousel .teamCarouselCard .teamSecRight .testimonialDesignation {
  font-family: "Inter-300";
  font-size: 20px;
  line-height: normal;
  margin-bottom: 0;
  color: white;
  font-style: italic;
}
@media screen and (max-width: 992px) {
  .homePageTeamSec .homePageTeamMain .homePageTeamCarousel .teamCarouselCard .teamSecRight .testimonialDesignation {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .homePageTeamSec .homePageTeamMain .homePageTeamCarousel .teamCarouselCard .teamSecRight .testimonialDesignation {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .testimonialsPageCardsWraphome {
    margin-top: 50px;
  }
}
.testimonialsPageCardsWraphome .owl-carousel .owl-stage {
  display: flex !important;
}
.testimonialsPageCardsWraphome .owl-carousel .owl-item {
  display: flex !important;
  height: auto !important;
}
.testimonialsPageCardsWraphome .item {
  display: flex !important;
  height: 100% !important;
}
.testimonialsPageCardsWraphome .headinggtest {
  font-family: "SpaceGrotesk-400";
  font-size: 30px;
  line-height: normal;
  margin-bottom: 45px;
  color: rgb(0, 0, 0);
}
@media screen and (max-width: 992px) {
  .testimonialsPageCardsWraphome .headinggtest {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .testimonialsPageCardsWraphome .headinggtest {
    font-size: 26px;
  }
}
.testimonialsPageCardsWraphome .testimonialsCardWrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid #da7a41;
  margin: 0px 2px;
}
.testimonialsPageCardsWraphome .testimonialsCardWrap .orangSec {
  padding: 50px 0px;
  background: #e3a578;
}
.testimonialsPageCardsWraphome .testimonialsCardWrap .infoMain {
  margin-top: -95px;
}
.testimonialsPageCardsWraphome .testimonialsCardWrap .infoWrap {
  display: block;
  margin: auto;
  padding: 50px 35px;
}
@media screen and (max-width: 1400px) {
  .testimonialsPageCardsWraphome .testimonialsCardWrap .infoWrap {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 1400px) {
  .testimonialsPageCardsWraphome .testimonialsCardWrap .infoWrap {
    padding: 50px 25px;
  }
}
.testimonialsPageCardsWraphome .testimonialsCardWrap .infoWrap .testimonialImg {
  border: 1px solid #da7a41;
  display: block;
  height: 150px;
  width: 150px;
  margin: auto;
}
.testimonialsPageCardsWraphome .testimonialsCardWrap .infoWrap .testimonialDesc {
  font-family: "Inter-400";
  font-size: 16px;
  line-height: normal;
  color: black;
  text-align: center;
}
.testimonialsPageCardsWraphome .testimonialsCardWrap .infoWrap .testimonialName {
  font-family: "SpaceGrotesk-400";
  font-size: 24px;
  line-height: normal;
  margin-bottom: 5px;
  padding-top: 30px;
  color: #da7a41;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .testimonialsPageCardsWraphome .testimonialsCardWrap .infoWrap .testimonialName {
    font-size: 22px;
  }
}
.testimonialsPageCardsWraphome .testimonialsCardWrap .infoWrap .testimonialDesignation {
  font-family: "Inter-300";
  font-size: 16px;
  line-height: normal;
  margin-bottom: 25px;
  color: #da7a41;
  font-style: italic;
  text-align: center;
}

.testmonial {
  padding-bottom: 90px;
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .testmonial {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.testmonial .TrustSecLine {
  height: 2px;
  background: #da7a41;
}
.testmonial .trustedTitle {
  font-family: "SpaceGrotesk-400";
  font-size: 24px;
  line-height: normal;
  color: black;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .testmonial .trustedTitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .testmonial .trustedTitle {
    font-size: 19px;
  }
}
@media screen and (max-width: 576px) {
  .testmonial .trustedTitle {
    font-size: 16px;
  }
}
.testmonial .seemore {
  text-decoration: none;
}
.testmonial .seemorebtn {
  border: 1px solid #da7a41;
  padding: 10px 10px;
  text-align: center;
  font-family: "Inter-400";
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  color: #da7a41;
  background-color: white;
  transition: background-color 0.3s, color 0.3s;
}
.testmonial .seemorebtn:hover {
  background-color: #da7a41;
  color: white;
}
@media screen and (max-width: 768px) {
  .testmonial .seemorebtn {
    font-size: 14px;
    padding: 7px 0px;
  }
}

.homepagetestimonialsCards {
  background-color: #da7a41;
}
.homepagetestimonialsCards .owl-carousel .owl-stage {
  display: flex !important;
}
.homepagetestimonialsCards .owl-carousel .owl-item {
  display: flex !important;
  height: auto !important;
}
.homepagetestimonialsCards .item {
  display: flex !important;
  height: 100% !important;
}
.homepagetestimonialsCards .headinggtest {
  font-family: "SpaceGrotesk-400";
  font-size: 30px;
  line-height: normal;
  padding-top: 30px;
  margin-bottom: 45px;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 992px) {
  .homepagetestimonialsCards .headinggtest {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .homepagetestimonialsCards .headinggtest {
    font-size: 26px;
  }
}
.homepagetestimonialsCards .item {
  border: 1px solid #da7a41;
}
.homepagetestimonialsCards .item .testimonialsCardWrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid #fcfbfb;
}
.homepagetestimonialsCards .item .testimonialsCardWrap .orangSec {
  padding: 50px 0px;
  background: #e3a578;
}
.homepagetestimonialsCards .item .testimonialsCardWrap .infoMain {
  margin-top: -95px;
}
.homepagetestimonialsCards .item .testimonialsCardWrap .infoWrap {
  display: block;
  margin: auto;
  padding: 50px 30px;
}
@media screen and (max-width: 1400px) {
  .homepagetestimonialsCards .item .testimonialsCardWrap .infoWrap {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 1400px) {
  .homepagetestimonialsCards .item .testimonialsCardWrap .infoWrap {
    padding: 50px 25px;
  }
}
.homepagetestimonialsCards .item .testimonialsCardWrap .infoWrap .testimonialImg {
  display: block;
  margin: auto;
}
.homepagetestimonialsCards .item .testimonialsCardWrap .infoWrap .testimonialDesc {
  font-family: "Inter-400";
  font-size: 16px;
  line-height: normal;
  color: rgb(255, 254, 254);
  text-align: center;
}
.homepagetestimonialsCards .item .testimonialsCardWrap .infoWrap .testimonialName {
  font-family: "SpaceGrotesk-400";
  font-size: 24px;
  line-height: normal;
  margin-bottom: 5px;
  padding-top: 30px;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .homepagetestimonialsCards .item .testimonialsCardWrap .infoWrap .testimonialName {
    font-size: 22px;
  }
}
.homepagetestimonialsCards .item .testimonialsCardWrap .infoWrap .testimonialDesignation {
  font-family: "Inter-300";
  font-size: 16px;
  line-height: normal;
  margin-bottom: 25px;
  color: #ffffff;
  font-style: italic;
  text-align: center;
}

.teamSec {
  padding: 80px 0;
}
@media screen and (max-width: 992px) {
  .teamSec {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 576px) {
  .teamSec {
    padding: 50px 12px;
  }
}
.teamSec .headingg {
  font-family: "SpaceGrotesk-400";
  font-size: 30px;
  line-height: normal;
  margin-bottom: 45px;
}
@media screen and (max-width: 992px) {
  .teamSec .headingg {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .teamSec .headingg {
    font-size: 26px;
  }
}
.teamSec .teamMain {
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .teamSec .teamMain {
    margin-top: 40px;
  }
}
.teamSec .teamMain .teamCarousel .owl-stage-outer {
  border-bottom: 1px solid black;
  padding-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .teamSec .teamMain .teamCarousel .owl-stage-outer {
    padding-bottom: 50px;
  }
}
.teamSec .teamMain .teamCarousel .owl-dots {
  margin-top: -16px !important;
  text-align: start !important;
}
.teamSec .teamMain .teamCarousel .owl-dots .owl-dot span {
  width: 120px;
  height: 11px;
  margin: 10px 0px 0px;
  background: white;
  border-radius: 0px;
}
@media screen and (max-width: 992px) {
  .teamSec .teamMain .teamCarousel .owl-dots .owl-dot span {
    width: 50px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .teamSec .teamMain .teamCarousel .owl-dots .owl-dot span {
    width: 30px;
    height: 10px;
  }
}
@media screen and (max-width: 576px) {
  .teamSec .teamMain .teamCarousel .owl-dots .owl-dot span {
    width: 22px;
    height: 10px;
  }
}
.teamSec .teamMain .teamCarousel .owl-dots .owl-dot.active span {
  background: #da7a41 !important;
  opacity: 1 !important;
  background-color: #da7a41 !important;
}
.teamSec .teamMain .teamCarousel .teamCarouselCard {
  border: 1px solid #da7a41;
  padding: 35px;
}
@media screen and (max-width: 576px) {
  .teamSec .teamMain .teamCarousel .teamCarouselCard {
    padding: 25px;
  }
}
.teamSec .teamMain .teamCarousel .teamCarouselCard .teamSecLeft {
  position: relative;
}
.teamSec .teamMain .teamCarousel .teamCarouselCard .teamSecLeft .teamlindinIcon {
  position: absolute;
  font-size: 22px;
  right: 16px;
  bottom: 16px;
  color: white;
}
@media screen and (max-width: 992px) {
  .teamSec .teamMain .teamCarousel .teamCarouselCard .teamSecLeft .clientImg {
    display: block;
    margin: auto;
  }
}
.teamSec .teamMain .teamCarousel .teamCarouselCard .teamSecRight .testimonialDesc {
  font-family: "Inter-400";
  font-size: 16px;
  line-height: normal;
  padding-top: 60px;
}
@media screen and (max-width: 1200px) {
  .teamSec .teamMain .teamCarousel .teamCarouselCard .teamSecRight .testimonialDesc {
    padding-top: 35px;
  }
}
@media screen and (max-width: 992px) {
  .teamSec .teamMain .teamCarousel .teamCarouselCard .teamSecRight .testimonialDesc {
    text-align: center;
    padding-top: 25px;
  }
}
.teamSec .teamMain .teamCarousel .teamCarouselCard .teamSecRight .testimonialName {
  font-family: "SpaceGrotesk-400";
  font-size: 28px;
  line-height: normal;
  margin-bottom: 5px;
  color: #da7a41;
}
@media screen and (max-width: 1200px) {
  .teamSec .teamMain .teamCarousel .teamCarouselCard .teamSecRight .testimonialName {
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  .teamSec .teamMain .teamCarousel .teamCarouselCard .teamSecRight .testimonialName {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .teamSec .teamMain .teamCarousel .teamCarouselCard .teamSecRight .testimonialName {
    font-size: 22px;
  }
}
.teamSec .teamMain .teamCarousel .teamCarouselCard .teamSecRight .testimonialDesignation {
  font-family: "Inter-300";
  font-size: 20px;
  line-height: normal;
  margin-bottom: 0;
  color: #da7a41;
  font-style: italic;
}
@media screen and (max-width: 992px) {
  .teamSec .teamMain .teamCarousel .teamCarouselCard .teamSecRight .testimonialDesignation {
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .teamSec .teamMain .teamCarousel .teamCarouselCard .teamSecRight .testimonialDesignation {
    font-size: 18px;
  }
}

.addressSec {
  padding: 80px 0;
}
@media screen and (max-width: 992px) {
  .addressSec {
    padding: 50px 0px;
  }
}
@media screen and (max-width: 576px) {
  .addressSec {
    padding: 50px 12px;
  }
}
.addressSec .samalTitle {
  font-family: "SpaceGrotesk-500";
  font-size: 36px;
  line-height: normal;
  color: black;
  margin-top: 45px;
  margin-bottom: 45px;
}
@media screen and (max-width: 992px) {
  .addressSec .samalTitle {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .addressSec .samalTitle {
    font-size: 26px;
  }
}
.addressSec .addressWrapper {
  border-bottom: 1px solid gray;
  padding-bottom: 65px;
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .addressSec .addressWrapper {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.addressSec .addressWrapper .sendEmail {
  text-decoration: none;
  cursor: pointer;
}
.addressSec .addressWrapper .contactCard {
  border: 1px solid gray;
  color: black;
  height: 100%;
  transition: all 0.3s;
}
@media screen and (max-width: 550px) {
  .addressSec .addressWrapper .contactCard {
    border: 1px solid #da7a41;
  }
}
.addressSec .addressWrapper .contactCard:hover {
  background: #e3a578;
  color: rgb(0, 0, 0);
  border: 1px solid #da7a41;
}
@media screen and (max-width: 550px) {
  .addressSec .addressWrapper .contactCard:hover {
    background: white;
  }
}
.addressSec .addressWrapper .contactCard:hover .contactName {
  color: rgb(0, 0, 0);
}
.addressSec .addressWrapper .contactCard:hover .contactName {
  color: rgb(0, 0, 0);
}
.addressSec .addressWrapper .contactCard:hover .endBox {
  background: #fff5eb !important;
  color: black !important;
}
.addressSec .addressWrapper .contactCard:hover .contactArrow {
  color: #000000 !important;
}
.addressSec .addressWrapper .contactCard .contactStart {
  padding: 50px;
}
@media screen and (max-width: 1400px) {
  .addressSec .addressWrapper .contactCard .contactStart {
    padding: 26px;
  }
}
@media screen and (max-width: 1200px) {
  .addressSec .addressWrapper .contactCard .contactStart {
    padding: 14px;
  }
}
.addressSec .addressWrapper .contactCard .contactName {
  font-family: "Inter-500";
  font-size: 24px;
  line-height: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .addressSec .addressWrapper .contactCard .contactName {
    font-size: 20px;
  }
}
.addressSec .addressWrapper .contactCard .contactInfo {
  font-family: "Inter-400";
  font-size: 18px;
  line-height: normal;
  padding-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .addressSec .addressWrapper .contactCard .contactInfo {
    font-size: 16px;
  }
}
.addressSec .addressWrapper .contactCard .endBox {
  background: #ffffff;
  color: white;
  border-top: #000 1px solid;
  padding: 15px 25px 15px 50px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  .addressSec .addressWrapper .contactCard .endBox {
    padding: 15px 25px 15px 26px;
  }
}
@media screen and (max-width: 1200px) {
  .addressSec .addressWrapper .contactCard .endBox {
    padding: 15px 15px 15px 14px;
  }
}
@media screen and (max-width: 550px) {
  .addressSec .addressWrapper .contactCard .endBox {
    background: #fff5eb !important;
  }
}
.addressSec .addressWrapper .contactCard .endBox .view {
  font-family: "Inter-500";
  font-size: 20px;
  line-height: normal;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .addressSec .addressWrapper .contactCard .endBox .view {
    font-size: 18px;
  }
}
.addressSec .addressWrapper .contactCard .endBox .contactArrow {
  font-size: 26px;
  transform: rotate(-45deg);
  color: #000;
}
@media screen and (max-width: 1200px) {
  .addressSec .addressWrapper .contactCard .endBox .contactArrow {
    font-size: 22px;
  }
}
.addressSec .addressWrapper .contactCard .endBox:hover .contactCard {
  background-color: #fff;
}
.addressSec .getInTouchSec .getInTouch {
  font-family: "SpaceGrotesk-400";
  font-size: 34px;
  line-height: normal;
  color: black;
  margin-bottom: 45px;
}
@media screen and (max-width: 992px) {
  .addressSec .getInTouchSec .getInTouch {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .addressSec .getInTouchSec .getInTouch {
    font-size: 26px;
  }
}
.addressSec .getInTouchSec .getInTouchLeft .contactForm .inputWrap {
  margin-bottom: 20px;
}
.addressSec .getInTouchSec .getInTouchLeft .contactForm .inputWrap .inputBox {
  border: 1px solid #e3a578;
  outline: none;
  width: 100%;
  padding: 20px 15px;
  font-family: "Inter-400";
  font-size: 16px;
  line-height: normal;
  color: black;
}
@media screen and (max-width: 576px) {
  .addressSec .getInTouchSec .getInTouchLeft .contactForm .inputWrap .inputBox {
    padding: 18px 15px;
  }
}
.addressSec .getInTouchSec .getInTouchLeft .contactForm .ContactbtnWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: white;
  background-color: #da7a41;
  padding: 10px 25px;
  width: 40%;
  margin-top: 22px;
}
.addressSec .getInTouchSec .getInTouchLeft .contactForm .ContactbtnWrap .submitBtn {
  border: none;
  background-color: #da7a41;
  text-align: center;
  font-family: "Inter-500";
  font-size: 18px;
  line-height: normal;
  color: white;
}
.addressSec .getInTouchSec .getInTouchLeft .contactForm .ContactbtnWrap .submitArrow {
  font-size: 26px;
  transform: rotate(-45deg);
}

.carrerModal .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
}
.carrerModal .modal-dialog .modal-content .modal-body {
  padding: 30px;
}
.carrerModal .modal-dialog .modal-content .modal-body .carrerModalWrap .carrerForm .jobTitle {
  font-family: "SpaceGrotesk-500";
  font-size: 20px;
  line-height: normal;
  color: black;
  margin-bottom: 22px;
}
.carrerModal .modal-dialog .modal-content .modal-body .carrerModalWrap .carrerForm .inputWrap {
  margin-bottom: 22px;
}
.carrerModal .modal-dialog .modal-content .modal-body .carrerModalWrap .carrerForm .inputWrap .inputBox {
  border: 1px solid #e3a578;
  outline: none;
  width: 100%;
  padding: 15px;
  font-family: "Inter-400";
  font-size: 16px;
  line-height: normal;
  color: black;
}
@media screen and (max-width: 576px) {
  .carrerModal .modal-dialog .modal-content .modal-body .carrerModalWrap .carrerForm .inputWrap .inputBox {
    padding: 18px 15px;
  }
}
.carrerModal .modal-dialog .modal-content .modal-body .carrerModalWrap .carrerForm .ContactbtnWrap {
  margin-top: 16px;
}
.carrerModal .modal-dialog .modal-content .modal-body .carrerModalWrap .carrerForm .ContactbtnWrap .submitBtn {
  border: 1px solid #da7a41;
  background-color: #da7a41;
  text-align: center;
  padding: 10px 25px;
  font-family: "Inter-500";
  font-size: 18px;
  line-height: normal;
  color: white;
  transition: all 0.4s;
}
.carrerModal .modal-dialog .modal-content .modal-body .carrerModalWrap .carrerForm .ContactbtnWrap .submitBtn:hover {
  background: white;
  color: #da7a41;
}
@media screen and (max-width: 576px) {
  .carrerModal .modal-dialog .modal-content .modal-body .carrerModalWrap .carrerForm .ContactbtnWrap .submitBtn {
    font-size: 16px;
  }
}

.orangeHead {
  font-size: 48px;
  color: #da7a41;
}
@media screen and (max-width: 1200px) {
  .orangeHead {
    font-size: 30px;
  }
}

.owl-dots .owl-dot.active span {
  background: #da7a41 !important;
}
.owl-dots .owl-dot span {
  background: #ffe7ce !important;
}

.mfp-counter {
  display: none;
}

.testHeadingMap {
  color: black !important;
  padding-bottom: 20px;
  font-size: 34px;
}

.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
  display: none;
}

.add-read-more.show-more-content .read-more {
  display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
  font-weight: bold;
  margin-left: 2px;
  color: #da7a41;
  cursor: pointer;
}

.add-read-more {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
}

@media screen and (max-width: 550px) {
  .spectRat {
    aspect-ratio: 2.03;
    height: auto !important;
    margin-top: 90px;
  }
}

.yearImg {
  height: 150px !important;
  width: 150px !important;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0px;
  left: 130px;
}

.mobJorneyDiv {
  margin-top: 50px;
  height: 75vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.mobJorneyDiv .row.alter {
  flex-direction: row-reverse;
}
.mobJorneyDiv .row.alter .leftYea .YearTxt {
  text-align: right;
}
.mobJorneyDiv .row.alter .leftYea .yImag {
  display: block;
  margin-left: auto;
}
.mobJorneyDiv .row.alter .leftYea::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -13px;
  right: unset;
  width: 4px;
  background: #da7a41;
}
.mobJorneyDiv .row.alter .rightYea .texttt {
  text-align: left;
  padding-left: 0px;
  padding-right: 10px;
}
.mobJorneyDiv .row.alter .rightYea .texttt::after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #5c2c14;
  right: -18px;
  left: unset;
  bottom: -5px;
  outline: 4px solid #e2965f;
}
.mobJorneyDiv .row .leftYea {
  height: 100%;
  position: relative;
  padding-bottom: 20px;
}
.mobJorneyDiv .row .leftYea .YearTxt {
  color: #da7a41;
  font-size: 40px;
  line-height: 40px;
  font-family: "SpaceGrotesk-600";
}
.mobJorneyDiv .row .leftYea .YearTxt.sm {
  font-size: 24px;
  line-height: 26px;
}
.mobJorneyDiv .row .leftYea .yImag {
  height: 130px;
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.mobJorneyDiv .row .leftYea::after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: -15px;
  width: 4px;
  background: #da7a41;
}
.mobJorneyDiv .row .rightYea .texttt {
  color: #6e3c1f;
  font-family: "SpaceGrotesk-600";
  line-height: normal;
  font-size: 16px;
  text-align: right;
  padding-left: 10px;
  border-top: 2px dashed #da7a41;
  padding-bottom: 10px;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 20px;
  position: relative;
}
.mobJorneyDiv .row .rightYea .texttt::after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #5c2c14;
  left: -16px;
  top: -5px;
  outline: 4px solid #e2965f;
}
.mobJorneyDiv .row .rightYea .texttt span {
  color: #da7a41;
}

.jugP {
  margin-bottom: 0px;
  font-size: 18px;
  margin-bottom: -40px;
}

.pswp__container {
  background-color: #ffffff !important;
}

.expro-downArrow {
  transition: transform 0.3s ease;
  margin-left: 8px;
}

.expro-downArrow.rotated {
  transform: rotate(180deg);
}

.menu {
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.menu.dis {
  padding-left: 15px;
}/*# sourceMappingURL=style.css.map */