@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

body *:focus {
  outline: none !important;
}

html body .form-control:focus {
  border-color: transparent;
  box-shadow: none;
}

html,
body {
  font-family: "Montserrat", sans-serif;
}

body a {
  text-decoration: none;
}

.body_wrap {
  overflow: hidden;
  /* max-width: 1444px; */
  margin: 0 auto;
}

img {
  max-width: 100%;
}

a:focus,
img:focus,
input:focus,
textarea:focus,
button:focus {
  outline: none !important;
  box-shadow: none !important;
}

a {
  color: #7c5b35;
  transition: 0.3s;
}

a:hover {
  color: #05374c;
}

p {
  color: #191817;
  font-size: 22.5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  word-wrap: break-word;
}

html body b,
html body strong {
  font-weight: 500;
}

/* header sec */
header {
  position: absolute;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999999999;
  box-shadow: 0px 7px 7px -7px rgba(0, 0, 0, 0.12);
  background: #fff;
}

.logo-wrap {
  padding: 24px 0;
  padding: 10px 0;
  padding: 50px 0;
  padding: 15px 0;
}

/* header.fixed-header .logo-wrap {
  padding: 0px 0;
} */
header.fixed-header {
  /* position: fixed;
  padding: 10px 20px; */
  /* max-width: 1900px; */
  /* margin: 0 auto;
  transition: all 0.3s; */
  /* background-color: #ffffffd9; */
  /* background: rgb(0 0 0 / 75%) !important;
  left: 0;
  right: 0;
  top: 0;
  align-items: center;
  z-index: 11111111111;
  background: linear-gradient( 180deg, rgba(0, 0, 0, 0.9472163865546218) 0%, rgba(255, 255, 255, 0) 100% ) !important; */
}

header.fixed-header .logo-wrap img {
  /* width: 100px;
  margin-left: 12px; */
}

header.fixed-header .hamburger-icon img {
  /* margin: 0;
  margin-right: 12px;
  width: 35px;
  height: 30px; */
}

/* menu */
.hamburger-icon {
  cursor: pointer;
  position: relative;
  z-index: 999;
  display: inline-block;
  right: 43px;
}

.hamburger-icon img {
  transition: 0.3s;
}

.sidebar-menu {
  position: fixed;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  display: flex;
  /* display: none; */
  transform: translateX(100%);
  transition: 0.6s;
  align-items: center;
  padding: 0 50px;
  width: 360px;
  justify-content: center;
  z-index: 9;
  opacity: 0;
  right: -320px;
}

.sidebar-menu.active {
  /* display: flex; */
  /* overflow-y: auto; */
  transform: translateX(0%);
  opacity: 1;
  right: 0;
}

.sidebar-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  max-height: 100vh;
}

.sidebar-menu ul li {
  position: relative;
}

.sidebar-menu ul li:nth-child(1):after {
  content: "";
  position: absolute;
  width: 1px;
  background: rgba(124, 91, 53, 1);
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 1000px;
  top: -1000px;
}


.sidebar-menu .has-submenu ul li:nth-child(1):after,
.sidebar-menu .has-submenu ul li:nth-last-child(1):after {
  display: none;
}



.sidebar-menu ul li:nth-last-child(1):after {
  content: "";
  position: absolute;
  width: 1px;
  background: rgba(124, 91, 53, 1);
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 1000px;
  bottom: -1000px;
}

.sidebar-menu ul:before,
.sidebar-menu ul:after {
  content: "";
  position: absolute;
  width: 1px;
  background: rgba(124, 91, 53, 1);
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 20%;
  display: none;
}

.sidebar-menu ul:after {
  top: auto;
  bottom: 0;
}

.sidebar-menu ul li a {
  color: #fffcfb;
  font-size: 20px;
  /* margin-bottom: 82px; */
  font-weight: 300;
  word-wrap: break-word;
  position: relative;
  padding-bottom: 25px;
  padding-top: 25px;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .sidebar-menu ul li a {
    padding-bottom: 15px;
    padding-top: 15px;
  }
}

.sidebar-menu ul li a:after {
  content: "";
  width: 15px;
  height: 15px;
  background: rgba(124, 91, 53, 1);
  position: absolute;
  bottom: -7.5px;
  transform: translateX(-50%);
  left: 50%;
  opacity: 0;
}

.sidebar-menu ul li:nth-last-child(1) a:after {
  display: none;
}

.sidebar-menu ul li.active a,
.sidebar-menu ul li a:hover,
.sidebar-menu ul li a.active {
  color: #fffcfb;
  font-size: 21px;
  /* font-family: Montserrat; */
  font-weight: 500;
  word-wrap: break-word;
}

.sidebar-menu .has-submenu ul li a {
  /* color: #fffcfb; */
  font-size: 14px !important;
  /* font-family: Montserrat; */
  /* font-weight: 500; */
  /* word-wrap: break-word; */
}

.sidebar-menu .has-submenu .second-submenu li a {
  /* color: #fffcfb; */
  font-size: 12px !important;
  /* font-family: Montserrat; */
  /* font-weight: 500; */
  /* word-wrap: break-word; */
}

.sidebar-menu .has-submenu ul li a:hover {
  /* color: #fffcfb; */
  /* font-size: 16px !important; */
  /* font-family: Montserrat; */
  font-weight: 500;
  /* word-wrap: break-word; */
}

/* banner style */
.banner-sec {
  position: relative;
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-top: 50px;
}

@media (min-width: 992px) {
  .banner-sec {
    height: 80vh;
  }
}

.banner-sec img {
  height: 100%;
  object-fit: cover;
}


.banner-sec .owl-stage-outer,
.banner-sec .owl-carousel .owl-stage,
.banner-sec .owl-carousel .owl-item,
.banner-sec .owl-carousel .owl-item .item {
  height: 100%;
}

.banner-sec .owl-carousel .owl-item img,
.banner-sec img {
  height: 100%;
  object-fit: cover;
}

.banner-sec .owl-theme .owl-dots .owl-dot.active span,
.banner-sec .owl-theme .owl-dots .owl-dot:hover span {
  width: 20px;
  height: 3px;
  background: rgba(124, 91, 53, 1);
  border-radius: 0;
  opacity: 0.7;
}

.banner-sec .owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 3px;
  background: rgba(124, 91, 53, 1);
  border-radius: 0;
  margin: 0 5px;
  opacity: 1;
}

.banner-sec .owl-theme .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0px;
  top: auto;
  width: 100%;
  margin-top: 0;
  bottom: -25px;
}

/* banner style */
/* tagline sec */
.tagline-sec {
  padding: 68px 0;
  padding: 60px 0 40px;
}

section.tagline-sec p,
section.tagline-sec p span,
section.tagline-sec p b,
section.tagline-sec p strong {
  margin-bottom: 0;
  font-size: 20px !important;
}

/* tagline sec */
/* seperator */
.seperator-wrap-inner {
  width: 567px;
  width: 70%;
  height: 1px;
  margin: 10px auto;
  position: relative;
}

.seperator-line {
  background: rgba(124, 91, 53, 1);
  height: 100%;
  width: 100%;
  transition: 1s;
  scale: 0;
}

.seperator-sec.active .seperator-line {
  scale: 1;
}

.seperaor-box {
  width: 15px;
  height: 15px;
  background: rgba(124, 91, 53, 1);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

/* seperator */
/* divisions sec */
.divisions-sec {
  padding: 68px 0 161px;
  padding: 68px 0;
  padding: 15px 0 68px;
}

.divisions-head {
  margin-bottom: 100px;
  margin-bottom: 65px;
}

.general-head h2,
html body .project-two-section.project-arch .divisions-cont-wrap .col-lg-4 .division-cont.div-cont-main h3 {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-bottom: 5px;
}

.general-head h2:after,
.project-two-section.project-arch .divisions-cont-wrap .col-lg-4 .division-cont.div-cont-main h3:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  transition: 0.5s;
  background-color: #7c5b35;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.general-head h2:hover:after,
.project-two-section.project-arch .divisions-cont-wrap .col-lg-4 .division-cont.div-cont-main h3:hover:after {
  width: 100%;
}

.general-head,
.general-head h2 {
  color: #7c5b35;
  font-size: 34.5px;
  font-size: 30px;
  line-height: 150%;
  font-size: 27px;
  font-weight: 200;
  font-weight: 500;
  word-wrap: break-word;
  text-transform: uppercase;
}

.divisions-cont-wrap {
  position: relative;
}

.divisions-cont-wrap .custom-owl-nav {
  top: calc(50% - 5.7px);
  z-index: 9999;
  top: 441px;
  z-index: 9999;
  transform: translateY(0%);
}

.divisions-cont-wrap .custom-prev-button {
  margin-left: -10px;
}

.divisions-cont-wrap .custom-next-button {
  margin-right: -6px;
}

.divisions-cont-wrap .col-lg-3.col-md-6 {
  /* border-right: 1px solid rgba(124, 91, 53, 1); */
}

.divisions-cont-wrap .col-lg-3.col-md-6:nth-last-child(1) {
  /* border-color: transparent; */
}

.division-media {
  /* border-bottom: 1px solid rgba(124, 91, 53, 1); */
}

/* home page lines starts  */
.horizantal-line_one {
  position: absolute;
  width: 50%;
  width: 100%;
  height: 1px;
  background: rgba(124, 91, 53, 1);
  top: 52%;
}

.horizantal-line-two {
  position: absolute;
  width: 50%;
  height: 1px;
  background: rgba(124, 91, 53, 1);
  left: 25%;
  top: 52%;
}

.horizantal-line-three {
  position: absolute;
  width: 50%;
  height: 1px;
  background: rgba(124, 91, 53, 1);
  left: 50%;
  top: 52%;
}

.vertical-lines {
  position: absolute;
  height: 100%;
  width: 100%;
}

.line {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgba(124, 91, 53, 1);
  /* opacity: 0;
  transition: opacity 0.1s; */
}

.vertical-line-one {
  /* position: absolute;
  width: 1px;
  height: 100%;
  background: rgba(124, 91, 53, 1); */
  left: 25%;
}

.vertical-line-two {
  /* position: absolute;
  width: 1px;
  height: 100%;
  background: rgba(124, 91, 53, 1); */
  left: 50%;
}

.vertical-line-three {
  /* position: absolute;
  width: 1px;
  height: 100%;
  background: rgba(124, 91, 53, 1); */
  left: 75%;
}

.box-one {
  position: absolute;
  width: 15px;
  height: 15px;
  background: rgba(124, 91, 53, 1);
  top: 50.9%;
  left: 24.3%;
}

.box-two {
  position: absolute;
  width: 15px;
  height: 15px;
  background: rgba(124, 91, 53, 1);
  top: 50.9%;
  left: 49.3%;
}

.box-three {
  position: absolute;
  width: 15px;
  height: 15px;
  background: rgba(124, 91, 53, 1);
  top: 50.9%;
  left: 74.3%;
}

/* home page line ends  */
.division-media img {
  width: 100%;
  padding: 45px 23px 16px;
  padding: 23px;
}

.division-cont {
  padding: 0 42px 23px;
  text-align: center;
}

.division-cont h3 {
  color: #191817;
  font-size: 19.5px;
  margin-top: 23px;
  font-weight: 500;
  font-weight: 300;
  word-wrap: break-word;
  margin-bottom: 23px;
}

.division-cont p {
  color: #191817 !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  word-wrap: break-word !important;
  margin-bottom: 22px !important;
  line-height: 24px !important;
  /* text-align: justify !important; */
}

.division-cont ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.division-cont ul li {
  color: #191817 !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  word-wrap: break-word !important;
  line-height: 24px !important;
  position: relative;
  padding-left: 10px;
}

.division-cont ul li:after {
  content: '-';
  font-size: 15px !important;
  font-weight: 300 !important;
  color: #191817 !important;
}

.division-cont p:nth-last-child(1) {
  margin-bottom: 0 !important;
}

.division-cont p b,
.division-cont p strong {
  font-weight: 500 !important;
}

/* .divisions-slider .owl-item.active {
  border-right: 1px solid rgba(124, 91, 53, 1);
} */
/* .divisions-slider .owl-item.active:nth-last-child(1) {
  border-right-color: transparent;
} */
.divisions-slider .owl-stage {
  display: flex;
}

.divisions-slider .items {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}

.divisions-slider .div-item-wrap {
  position: relative;
  overflow: hidden;
  /* margin-bottom: 80px; */
  /*This is optional*/
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

/* .divisions-slider .owl-item.active .div-item-wrap:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: rgba(124, 91, 53, 1);
  top: 440.5px;
  left: -7.5px;
} */
/* .divisions-slider .owl-item.active .div-item-wrap:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: rgba(124, 91, 53, 1);
  top: 440.5px;
  right: -7.5px;
} */
/* .divisions-slider .owl-item.active:nth-child(1) .div-item-wrap:before {
  display: none;
} */
/* .divisions-slider .owl-item.active:nth-last-child(1) .div-item-wrap:after {
  display: none;
} */
/* divisions sec */
/* services sec */
.service-head {
  padding: 74px 0 103px;
  padding: 68px 0 40px;
}

.general-head.service-head h2 {
  margin-bottom: 15px !important;
}

.service-cont-wrap .col-lg-4.col-md-12 {
  /* border-right: 1px solid rgba(124, 91, 53, 1); */
}

.service-cont-wrap .col-lg-4.col-md-12:nth-last-child(1) {
  /* border-color: transparent; */
}

.service-media {
  /* border-bottom: 1px solid rgba(124, 91, 53, 1); */
}

.service-media img {
  width: 100%;
  padding: 45px 23px 23px;
  padding: 23px;
  /* height: 270px; */
}

.height-270 {
  height: 270px;
}

.height-270 img {
  height: 270px;
  max-height: 270px;
}

@media (max-width: 767px) {
  .height-270 img {
    height: 270px !important;
    max-height: 220px !important;
    position: relative !important;
    top: 45px !important;
  }
}




.service-cont {
  padding: 23px 42px 23px;
  text-align: center;
}

.service-cont p {
  color: #191817 !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  word-wrap: break-word !important;
  margin-bottom: 22px !important;
  line-height: 24px !important;
  /* text-align: justify !important; */
}

.who-wide-content p {
  color: #191817 !important;
  font-size: 17px !important;
  font-weight: 300 !important;
  word-wrap: break-word !important;
  margin-bottom: 22px !important;
  line-height: 24px !important;
  /* text-align: justify !important; */
}

.service-cont {
  color: #191817;
  font-size: 17px;
  font-weight: 300;
  word-wrap: break-word;
  line-height: 24px;
}

.opportunities-text p:nth-of-type(2) {
  min-height: 150px;
  /* Set your desired height here */
}

@media (max-width: 1395px) {
  .opportunities-text p:nth-of-type(2) {
    min-height: 180px;
  }
}

@media (max-width: 767px) {
  .opportunities-text p:nth-of-type(2) {
    height: auto;
  }
}

.service-cont p:nth-last-child(1) {
  margin-bottom: 0 !important;
}

.bottom-line-servie h3 {
  color: #211f1b;
  font-size: 19.5px;
  font-weight: 300;
  word-wrap: break-word;
  padding: 72px 0 76px;
  margin-bottom: 0;
  padding: 68px 0;
}

.service-slider .owl-item.active {
  /* border-right: 1px solid rgba(124, 91, 53, 1); */
}

.service-slider .owl-item.active:nth-last-child(1) {
  /* border-right-color: transparent; */
}

/* lines of service slider  */
.service-cont-wrap {
  position: relative;
  /* margin: 0 25px; */
}

.service-vertical-lines {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.service-line {
  position: absolute;
  height: 100%;
  width: 1px;
  background: rgba(124, 91, 53, 1);
  top: 0;
}

section.main-prjt-sec-fn.contact-us-section.project-one-section .service-vertical-lines .service-line {
  height: calc(100% - 70px);
  top: 70px;
}

section.main-prjt-sec-fn.contact-us-section.project-one-section .slick-ser-slider .col-lg-4 {
  margin-top: 70px;
}

html body .slick-next,
html body .slick-prev {
  width: 15px;
  height: 15px;
}

section.main-prjt-sec-fn.contact-us-section.project-one-section .slick-ser-slider .slick-next,
section.main-prjt-sec-fn.contact-us-section.project-one-section .slick-ser-slider .slick-prev {
  top: auto;
  bottom: calc(0px - 7.5px);
  transform: translateY(0);
  left: 0;
}

section.main-prjt-sec-fn.contact-us-section.project-one-section .slick-ser-slider .slick-next {
  right: 0;
  left: auto;
}


section.main-prjt-sec-fn.contact-us-section.project-one-section .slick-newspress-slider .col-lg-4 {
  margin-top: 70px;
}

html body .slick-next,
html body .slick-prev {
  width: 15px;
  height: 15px;
}

section.main-prjt-sec-fn.contact-us-section.project-one-section .slick-newspress-slider .slick-next,
section.main-prjt-sec-fn.contact-us-section.project-one-section .slick-newspress-slider .slick-prev {
  top: auto;
  bottom: calc(0px - 7.5px);
  transform: translateY(0);
  left: 0;
}

section.main-prjt-sec-fn.contact-us-section.project-one-section .slick-newspress-slider .slick-next {
  right: 0;
  left: auto;
}

.service-vertical-line-one {
  left: 33.33333%;
  /* height: 100%; */
}

.service-vertical-line-two {
  left: 66.66666%;
}

.service-horizantal-line-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.service-horizantal-line {
  position: absolute;
  height: 1px;
  width: 66.666%;
  background: rgba(124, 91, 53, 1);
  top: 48.7%;
}

.service-horizantal-line-one {}

.service-horizantal-line-two {
  left: 33.33333%;
}

.service-box {
  position: absolute;
  width: 15px;
  height: 15px;
  background: rgba(124, 91, 53, 1);
  top: 47.5%;
}

.service-box-one {
  left: 32.7%;
}

.service-box-two {
  left: 66%;
}

/* lines of service slider  */
/* midline of projectsec  */
.mid-line-projects {
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(124, 91, 53, 1);
  top: 50%;
  width: calc(100% + 20px);
}

/* midline of project sec  */
.service-slider .owl-stage {
  display: flex;
}

.service-slider .items {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}

.service-slider .div-item-wrap {
  position: relative;
  overflow: hidden;
  /* margin-bottom: 80px; */
  /*This is optional*/
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

/* .service-slider .owl-item.active .div-item-wrap:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: rgba(124, 91, 53, 1);
  top: 309px;
  left: -7.5px;
} */
/* .service-slider .owl-item.active .div-item-wrap:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: rgba(124, 91, 53, 1);
  top: 309px;
  right: -7.5px;
} */
/* .service-slider .owl-item.active:nth-child(1) .div-item-wrap:before {
  display: none;
} */
/* .service-slider .owl-item.active:nth-last-child(1) .div-item-wrap:after {
  display: none;
} */
.owl-carousel .owl-item:nth-child(1),
.owl-carousel .owl-item:nth-child(2) {
  /* border: 2px solid red;  */
}

.border-active {
  /* border: 2px solid red;  */
}

/* services sec */
/* projects sec */
.projects-sec {
  background-color: rgba(25, 24, 23, 1);
}

section.projects-sec {
  padding: 84px 0 94px;
  padding: 84px 0;
}

.btn.btn-prim {
  color: #fffbfa;
  font-size: 30px;
  font-weight: 200;
  word-wrap: break-word;
  padding: 18px 25px 22px;
  border: 1px solid rgba(124, 91, 53, 1);
  position: relative;
  text-transform: uppercase;
  transition: 0.3s;
  border-radius: 0;
}

.custom-serv-btn {
  color: #7c5b35 !important;
}

.custom-serv-btn:hover {
  color: #fffbfa !important;
}

.btn.btn-prim span {
  position: relative;
  z-index: 9;
}

.btn.btn-prim:after {
  content: "";
  width: 15px;
  height: 15px;
  background: rgba(124, 91, 53, 1);
  position: absolute;
  bottom: -7.5px;
  transform: translateX(-50%);
  left: 50%;
  transition: 0.3s;
}

.btn.btn-prim:hover:after {
  /* top: -7.5px;
  top: auto;
  bottom: auto;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  bottom: 0; */
}

section.projects-sec .btn.btn-prim {
  margin-top: 74px;
}

section.projects-sec .col-wrap-prjct .prjct-img {
  padding-right: 40px;
  padding-left: 10px;
  position: relative;
}

section.projects-sec .col-wrap-prjct .prjct-img img {
  position: relative;
  z-index: 9;
}

section.projects-sec .col-wrap-prjct .prjct-img:after {
  content: "";
  position: absolute;
  width: calc(100% + 12px);
  background: rgba(124, 91, 53, 1);
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  right: 0;
}

section.projects-sec .col-wrap-prjct .prjct-img:before {
  content: "";
  width: 15px;
  height: 15px;
  background: rgba(124, 91, 53, 1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
}

section.projects-sec .col-wrap-prjct:nth-child(1) .prjct-img {
  padding-left: 40px;
  padding-right: 10px;
}

section.projects-sec .col-wrap-prjct:nth-child(1) .prjct-img:after {
  content: "";
  position: absolute;
  width: calc(100% + 12px);
  background: rgba(124, 91, 53, 1);
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  left: 0;
  right: auto;
}

section.projects-sec .col-wrap-prjct:nth-child(1) .prjct-img:before {
  content: "";
  width: 15px;
  height: 15px;
  background: rgba(124, 91, 53, 1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: auto;
  left: -15px;
}

.prjct-img {
  padding: 0 10px;
}

.prjct-img img {
  width: 100%;
}

/* projects sec */
/* footer section */
.footer-sec {
  padding: 74px 0 45px;
}

/* footer copright */
.footer-menu-wrap ul {
  list-style: none;
  text-align: center;
  position: relative;
}

.footer-menu-wrap ul:after {
  content: "";
  position: absolute;
  width: calc(100% + 110px);
  width: 100%;
  background: rgba(124, 91, 53, 1);
  left: calc(-100% - 34px);
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
}

.footer-menu-wrap ul:before {
  content: "";
  position: absolute;
  width: calc(100% + 110px);
  width: 100%;
  background: rgba(124, 91, 53, 1);
  right: calc(-100% - 34px);
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
}

.footer-menu-wrap ul li {
  display: inline-block;
  padding: 0 57px 0 38px;
  position: relative;
}

.footer-menu-wrap ul li:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: rgba(124, 91, 53, 1);
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.footer-menu-wrap ul li:nth-child(1):after {
  display: none;
}

.footer-menu-wrap ul li a {
  color: #191817;
  font-size: 21px;
  font-weight: 300;
  word-wrap: break-word;
}

.footer-menu-wrap ul li.active a,
.footer-menu-wrap ul li a:hover,
.footer-menu-wrap ul li a.active {
  font-weight: 500;
}

.footer-menu-wrap h5 {
  margin-top: 70px;
  margin-bottom: 75px;
  color: #191817;
  font-size: 16.5px;
  font-weight: 300;
  word-wrap: break-word;
}

/* footer copyright */
.footer-copyright p {
  color: #191817;
  font-size: 15px;
  font-weight: 300;
  word-wrap: break-word;
}

.social-icons ul li {
  display: inline-block;
  margin: 0 12px;
}

.social-icons ul li i {
  font-size: 36px;
  font-size: 24px;
}

/* footer section */
/* about page */
.service-cont-wrap .col-lg-6.col-md-12 {
  /* border-right: 1px solid rgba(124, 91, 53, 1); */
  /* margin-bottom: 90px; */
}

.about-us-section .service-cont-wrap .service-vertical-line-one {
  left: 50%;
}

.about-us-section .service-cont-wrap .service-horizantal-line {
  /* bottom: 0; */
  top: 100%;
  width: 50%;
}

.about-us-section .service-cont-wrap .service-horizantal-line-one {}

.about-us-section .service-horizantal-line-two {
  left: 50%;
}

.about-us-section .service-cont-wrap .service-box-one {
  top: calc(100% - 7.5px);
  left: calc(50% - 7.5px);
}

.about-us-section .vison-mission-sec .service-cont-wrap .service-horizantal-line {
  top: 530px;
}

.about-us-section .vison-mission-sec .service-cont-wrap .service-box-one {
  /* top: 530px; */
  top: calc(530px - 7.5px);
}

.service-sec .service-cont-wrap .service-vertical-line-one {
  left: 50%;
  /* left: calc(50% - 0.5px); */
}

.service-sec .service-cont-wrap .service-horizantal-line {
  top: 482px;
  width: 50%;
  width: 100%;
}

.service-sec .service-cont-wrap .service-horizantal-line-two {
  left: 50%;
}

.service-sec .service-cont-wrap .service-box-one {
  top: calc(482px - 7.5px);
  left: calc(50% - 8px);
}

/* about us page col-lg 6 margin bottom zero  */
.about-us-section .service-cont-wrap .col-lg-6.col-md-12 {
  margin-bottom: 0;
}

/* about us page col-lg 6 margin bottom zero  */
.service-cont-wrap .col-lg-6.col-md-12:nth-last-child(1) {
  border-color: transparent;
}

.general-head.who-head {
  padding: 68px 0 42px;
  padding: 40px 0;
}

/* about us page vission sec general head padding 0  */
.about-us-section .vison-mission-sec .general-head.who-head {
  padding: 0;
}

/* about us page vission sec general head padding 0  */
section.who-sec .service-media img {
  padding: 60px 35px 33px;
  padding: 35px;
}

.who-wide-content {
  padding: 50px 0;
}

/* about us page who wide content spacing  */
.about-us-section .who-wide-content {
  padding: 50px 0;
}

section.about-us-section.abt-pg-fn .service-cont {
  padding: 35px 42px 0;
  text-align: center;
  max-width: 382px;
  padding-left: 0;
  margin: 0 auto;
  padding-right: 0;
}

section.about-us-section.abt-pg-fn .service-media {
  position: relative;
}

section.about-us-section.abt-pg-fn .vison-mission-sec .service-media:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background: rgba(124, 91, 53, 1);
  bottom: calc(0px - 7.5px);
  left: calc(0px - 7.5px);
}

section.about-us-section.abt-pg-fn .vison-mission-sec .col-lg-6.col-md-12:nth-child(1) .service-media:after {
  display: none;
}

section.about-us-section.abt-pg-fn .vison-mission-sec .service-media:before {
  content: '';
  position: absolute;
  height: 1px;
  background: rgba(124, 91, 53, 1);
  bottom: 0;
  width: 100%;
}

/* about us page who wide content spacing  */
.who-wide-content p {
  margin-bottom: 30px !important;
  font-size: 15px !important;
}

.who-wide-content p:nth-last-child(1) {
  margin-bottom: 0 !important;
}

section.about-us-section.abt-pg-fn .service-cont {
  font-size: 15px;
}

.who-wide-content p {
  font-size: 15px !important;
  line-height: 22px !important;
}

.vison-mission-sec {
  padding: 100px 0 135px;
  padding: 70px 0 35px;
}

section.projects-sec.grp-sec {
  padding: 68px 0;
  color: #fff;
}

.general-head.grp-head {
  color: #fff;
  margin-bottom: 30px;
}

section.projects-sec.grp-sec p {
  color: #fff;
  font-size: 19.5px;
  margin-bottom: 70px;
}

section.projects-sec.grp-sec .grp-cont {
  padding: 118px 0 146px;
  padding: 68px 0;
}

section.projects-sec.grp-sec.desk-ver .grp-cont {
  padding-bottom: 0;
}

.head h3 {
  color: #fffaf9;
  font-size: 18px;
  /* font-family: Montserrat; */
  font-weight: 500;
  word-wrap: break-word;
  margin-bottom: 40px;
}

.grp-cont-span {
  padding: 22px 0 20px;
  min-height: 90px;
  height: 100%;
  position: relative;
}

.col-lg-6:nth-child(1) .grp-cont-span:after {
  content: "";
  position: absolute;
  width: 0.5px;
  height: 100%;
  background: #7c5b35;
  right: 0;
  right: -12px;
  top: 0;
}

.grp-span-flx {
  height: 100%;
}

section.about-us-section.abt-pg-fn .grp-cont-span.text-center .d-flex.align-items-center.grp-span-flx {
  justify-content: flex-start;
}

.grp-cont-span .grp-text {
  display: block;
  max-width: 100%;
  flex: 0 0 auto;
  width: calc(100% - 84px);
  width: calc(100% - 160px);
  width: 100%;
  font-weight: 300;
  text-transform: capitalize;
}

section.projects-sec.grp-sec.desk-ver .col-lg-6:nth-child(even) .grp-cont-span .grp-text {
  width: calc(100% - 160px);
}

section.projects-sec.grp-sec.desk-ver .grp-cont-span a.btn.btn-prim {
  width: 100%;
}

.col-lg-6.col-md-6:nth-child(odd) .grp-cont-span .grp-text {
  /* width: 100%; */
}

section.projects-sec.prg-grp-abt-sec.grp-sec.desk-ver .head h3 {
  width: calc(100% - 84px);
}

section.projects-sec.prg-grp-abt-sec.grp-sec.desk-ver .col-lg-6.col-md-6:nth-child(even) .head h3 {
  width: calc(100% - 84px);
  margin-left: auto;
}

section.projects-sec .grp-cont-span a.btn.btn-prim {
  color: #fffaf9;
  font-size: 15px;
  font-weight: 300;
  word-wrap: break-word;
  padding: 13px 22px 17px 22px;
  /* border: 0.56px #7c5b35 solid; */
  border: none;
  margin-top: 0;
}

section.projects-sec .grp-cont-span a.btn.btn-prim span {
  border-bottom: 0.56px #7c5b35 solid;
}

section.projects-sec.grp-sec.desk-ver .grp-cont-span a.btn.btn-prim {
  padding: 13px 22px;
  transition: 0.3s;
}

section.projects-sec.grp-sec.desk-ver .grp-cont-span a.btn.btn-prim:hover {
  background-color: #7c5b35;
  color: #fff;
}

.grp-cont-span a.btn.btn-prim:after {
  width: 0;
  height: 0;
  bottom: 0;
  display: none;
}

.grp-cont-span a.btn.btn-prim:hover:after {
  top: -7.5px;
  top: auto;
  bottom: auto;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  bottom: 0;
}

.grp-cont-span-wrap {
  border-bottom: 0.56px solid #7c5b35;
}

/* about page */
/* recruitment-page */
.rec-sep {
  padding-top: 68px;
}

.general-head.current-head {
  padding: 55px 0;
}

.rec-pg-sec.rec-pg-sec-main.rec-main-page-wrap .general-head.current-head,
section.job-detail.rec-pg-sec-det.det-pg-fn-rec .general-head.current-head,
section.job-detail.contact-us-section .general-head.current-head {
  padding: 40px 0;
}

section.pr-wrap-det.project-detail-section .general-head.current-head.text-center {
  padding-bottom: 68px;
  padding-bottom: 35px;
  padding-top: 45px;
}

.current-sec .service-cont-wrap {}

.recruitment-page-section .current-sec .service-cont-wrap .service-cont h3 {
  margin-bottom: 30px;
}

.recruitment-page-section .current-sec .service-cont-wrap .service-cont .btn.btn-prim {
  margin-top: 60px;
}

/* job detail  work on 8/31/2023 job detail page  */

/* job-detail lines  */
.job-detail .service-sec .service-cont-wrap .service-vertical-line-one {
  left: 50%;
}

.job-detail .service-sec .service-cont-wrap .service-horizantal-line {
  top: 304px;
  width: 50%;
}

.job-detail .service-sec .service-cont-wrap .service-horizantal-line-two {
  left: 50%;
}

.job-detail .service-sec .service-cont-wrap .service-box-one {
  top: calc(304px - 7.5px);
  left: calc(50% - 7.5px);
}

/* job detail lines end  */

.job-detail .service-sec .service-cont-wrap .col-lg-6.col-md-12 {
  /* border-bottom: 1px solid rgba(124, 91, 53, 1); */
  margin-bottom: 0;
}

.job-detail .service-cont {
  padding: 20px 35px 33px;
}

.job-detail .service-cont-wrap {
  position: relative;
}

/* .job-detail .service-cont-wrap::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: rgba(124, 91, 53, 1);
  bottom: -7px;
  left: 49.3%;
} */

.job-detail .service-cont h3 {
  padding-top: 43px;
  padding-bottom: 43px;
}

.job-detail .who-wide-content h3 {
  margin: 30px 0;
}

.job-detail .who-wide-content ul li {
  padding: 12px;
}

.job-detail .projects-sec .grp-head {
  padding-top: 60px;
  padding-bottom: 60px;
}

.job-detail .projects-sec.grp-sec .grp-cont {
  padding-top: 0;
  padding-bottom: 25px;
}

.job-detail .grp-cont-span-wrap:first-child,
.contact-us-section .grp-cont-span-wrap:first-child,
.project-detail-section .grp-cont-span-wrap:first-child {
  border-top: 1px solid #7c5b35;
}

.grp-cont-span-wrap {
  position: relative;
}

.grp-cont-span-wrap::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  /* background: #7c5b35; */
  background: rgba(124, 91, 53, 1);
  /* top: 60%; */
  bottom: -9%;
  left: 48.3%;
  left: calc(50% - 7.5px);
  bottom: -7.5px;
  /* transform: translate(-10%, 9%); */
}

section.projects-sec.prg-grp-abt-sec.grp-sec.desk-ver .grp-cont-span {
  padding-left: 15px;
  padding-right: 15px;
}

.job-detail .grp-cont-span-wrap:first-child::before,
.contact-us-section .grp-cont-span-wrap:first-child::before,
.project-detail-section .grp-cont-span-wrap:first-child::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  /* background: #7c5b35; */
  background: rgba(124, 91, 53, 1);
  left: 48.3%;
  left: calc(50% - 7.5px);
  top: -9%;
  top: -7.5px;
}

.job-detail .projects-sec .grp-cont-span input {
  background: transparent;
  color: #fff6f5;
  /* width: 100%; */
  padding: 10px 10px;
  font-size: 16px;
  border: none;
  /* border: 1px solid #7c5b35; */
}

.country-select {
  appearance: none;
  padding: 10px;
  border: 1px solid #7c5b35;
  background: transparent;
  background-image: url(../images/downarrowselect.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  cursor: pointer;
  padding-left: 30px;
  color: #fff6f5;
}

.country-select::-ms-expand {
  display: none;
}

.upload-file-wrap {
  position: relative;
  display: inline-block;
}

.file-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
}

.upload-button {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #7c5b35;
  border-radius: 0px;
  color: #fff6f5;
  cursor: pointer;
}

.file-name {
  display: block;
  margin-top: 8px;
  margin-left: 8px;
  color: #fff6f5;
  font-weight: 300;
}

.btn.upload-button {
  font-weight: 300;
}

/* job detail work of 8/31/2024 job detail page    */
/* contact us page starts  */
/* .contact-us-section .divisions-cont-wrap .col-lg-4 {
  border-right: 1px solid rgba(124, 91, 53, 1);
} */
/* .contact-us-section .divisions-cont-wrap .col-lg-4:nth-last-child(1) {
  border-color: transparent;
} */
.contact-us-section .divisions-cont-wrap .division-media {
  position: relative;
}

/* .contact-us-section .divisions-cont-wrap . */
/* .contact-us-section .divisions-cont-wrap .division-media:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: rgba(124, 91, 53, 1);

  bottom: -4.5%;
  left: -9.4px;
} */
/* .contact-us-section .divisions-cont-wrap .division-media:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: rgba(124, 91, 53, 1);

  right: -9.4px;
  bottom: -4.5%;
} */
.contact-us-section .divisions-cont-wrap .col-lg-4:nth-child(1) .division-media::before {
  display: none;
}

.contact-us-section .divisions-cont-wrap .col-lg-4:nth-last-child(1) .division-media::after {
  display: none;
}

.horizantal-small-line {
  width: 30px;
  height: 1px;
  background: #7c5b35;
  margin: 23px auto;
}

.contact-us-section .divisions-cont-wrap {
  margin-top: 40px;
  margin-bottom: 70px;
}

.contact-us-section .divisions-cont-wrap .division-cont h3 {
  margin-top: 33px;
  margin-bottom: 43px;
}

.contact-us-section .divisions-cont-wrap .division-cont p {
  margin-bottom: 11px !important;
}

.contact-us-section .grp-cont .grp-cont-span-wrap {
  border-bottom: none;
}

.contact-us-section .grp-cont .grp-cont-span-wrap .col-lg-6 {
  border-bottom: 0.55px solid #7c5b35;
  border-bottom: 1px solid #7c5b35;
  /* display: block; */
  /* height: auto; */
  /* padding-bottom: 22px; */
}

.contact-us-section .grp-sec .grp-cont {
  /* height: 110px; */
  padding: 0;
}

.contact-us-section section.projects-sec.grp-sec .grp-cont {
  padding-top: 0;
  padding-bottom: 0;
}

.contact-us-section .service-horizantal-line-one {
  top: 309px;
  width: 100%;
}

.contact-us-section .service-horizantal-line-two {
  top: 309px;
}

.contact-us-section .service-box {
  top: calc(309px - 7.5px);
}

.contact-us-section .division-media img {
  padding-bottom: 23px;
}

.contact-us-section .service-box-one {
  left: calc(32.9999% - 7.5px);
}

.contact-us-section .service-box-two {
  left: calc(66.9999% - 7.5px);
}

.contact-us-section .service-vertical-line-one {
  left: calc(32.9% + 3px);
}

.contact-us-section .service-vertical-line-two {
  left: 66.9999%;
}

/* .contact-us-section
  .grp-cont
  .grp-cont-span-wrap
  .col-lg-6
  .grp-cont-span
  .grp-span-flx
  .grp-text
  label {
  display: block;
  height: auto;
} */
/* contact us page ends  */

/* project one section starts  */
/* .project-one-section .divisions-cont-wrap .col-lg-4 {
  position: relative;
} */
/* project one section lines  */

.project-one-section .service-horizantal-line {
  top: 335px;
  /* width: 66%; */
}

section.main-prjt-sec-fn.contact-us-section.project-one-section .service-horizantal-line {
  top: auto;
  bottom: 0;
}

section.main-prjt-sec-fn.contact-us-section.project-one-section .service-box-one {
  top: calc(335px - 7.5px);
  top: auto;
  bottom: calc(0px - 7.5px);
  /* left: ; */
}

section.main-prjt-sec-fn.contact-us-section.project-one-section .service-box-two {
  top: calc(335px - 7.5px);
  top: auto;
  bottom: calc(0px - 7.5px);
  /* left: ; */
}

section.main-prjt-sec-fn.contact-us-section.project-one-section .division-media img {
  /* width: 100%; */
  padding: 45px 23px 23px;
  padding-top: 0;
}

/* project one section lines ends  */
.project-one-section .general-head {
  padding-bottom: 100px;
  padding-bottom: 0;
}

.project-one-section .divisions-cont-wrap {
  /* padding-top: 80px; */
  /* padding-bottom: 80px; */
}

.project-one-section .divisions-cont-wrap .col-lg-4 .division-cont {
  position: relative;
  top: -80px;
}

.project-one-section .divisions-cont-wrap .col-lg-4 .division-media img {
  padding-top: 0;
}

.project-one-section .divisions-cont-wrap .col-lg-4 .division-cont h3 {
  margin-bottom: 0;
  color: #7c5b35;
  position: relative;
  display: inline-block;
}

.project-one-section .divisions-cont-wrap .col-lg-4 .division-cont h3:after {
  content: '';
  width: 0;
  height: 1px;
  background: #7c5b35;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
  bottom: -5px;
}

.project-one-section .divisions-cont-wrap .col-lg-4 .division-cont h3:hover:after {
  width: 100%;
}

.project-one-section .divisions-cont-wrap .col-lg-4 .project-empty {
  position: relative;
}

.project-one-section .divisions-cont-wrap .col-lg-4 .project-empty::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: rgba(124, 91, 53, 1);
  /* top: 440.5px; */
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
}

.project-one-section.no-box-prj .divisions-cont-wrap .col-lg-4 .project-empty::before {
  display: none;
}

.project-one-section.no-box-prj .col-lg-4.p-0 {
  border-bottom: 1px solid rgba(124, 91, 53, 1);
  margin-bottom: 0px;
  /* border-right: 1px solid rgba(124, 91, 53, 1); */
  margin-top: 110px;
}

.project-one-section .divisions-cont-wrap .col-lg-4 .project-empty::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60px;
  background: rgba(124, 91, 53, 1);
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
}

/* project one section ends  */
/* project two section  starts   */
.project-two-section .divisions-cont-wrap .col-lg-4 .division-media {
  border-bottom: none;
  position: relative;
  z-index: 9999;
}

.project-two-section .divisions-cont-wrap .col-lg-4 .division-cont {
  padding-top: 30px;
}

.project-two-section .divisions-cont-wrap .col-lg-4 .division-cont h3 {
  /* margin-bottom: 0; */
  /* margin-top: 20px; */
  color: #7c5b35;
}

.project-two-section .divisions-cont-wrap .col-lg-4 .project-empty {
  position: relative;
}

.project-two-section .divisions-cont-wrap .col-lg-4 .project-empty::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: rgba(124, 91, 53, 1);
  /* top: 440.5px; */
  left: 50%;
  /* top: 10px; */
  bottom: -30px;
  transform: translateX(-50%);
}

.project-two-section .divisions-cont-wrap .col-lg-4 .project-empty::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60px;
  background: rgba(124, 91, 53, 1);
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
  /* z-index: -1; */
}

.project-two-section .divisions-cont-wrap {
  position: relative;
  z-index: 9999;
  padding-bottom: 30px;
}

.project-two-section .divisions-cont-wrap .horizantal-line-one {
  width: 100%;
}

/* .project-two-section .divisions-cont-wrap::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 1px;
  background: rgba(124, 91, 53, 1);
  top: 45%;
  left: -50%;
  transform: translateY(-50%);

} */
.project-two-section .projects-sec {
  position: relative;
  /* z-index: -999; */
}

/* project two section ends  */
/* project detail section starts  */
.project-detail-section .whole-warp-for-after {
  padding-bottom: 80px;
}

.project-detail-section .divisions-cont-wrap .col-wrap-prjct {
  position: relative;
  z-index: 9;
}

.project-detail-section .divisions-cont-wrap .item,
.projects-slider-wrap .projects-slider .item {
  position: relative;
  z-index: 9;
}

.project-detail-section .divisions-cont-wrap .col-wrap-prjct .prjct-img img,
.projects-slider-wrap .projects-slider .item-img img {
  position: relative;
  z-index: 9;
  height: 335px;
  object-fit: cover;
}

/* fancy */
html body .fancybox-container {
  z-index: 999929999999999999999999999;
}

html body button.fancybox-button.fancybox-button--zoom,
html body button.fancybox-button.fancybox-button--thumbs {
  display: none !important;
}

/* fancy */
.project-detail-section .divisions-cont-wrap .project-detail-slider .col-wrap-prjct .prjct-img img {
  position: relative;
  z-index: 9;
}

.project-detail-section .divisions-cont-wrap .project-detail-slider,
.projects-slider-wrap .projects-slider {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  z-index: 999;
}

/* .project-detail-section .divisions-cont-wrap .project-detail-slider::after,
.projects-slider-wrap .projects-slider::after {
  content: "";
  position: absolute;
  width: calc(100% + 12px);
  background: rgba(124, 91, 53, 1);
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  left: 0;
  right: auto;
  z-index: -1;
} */

.owl-carousel .owl-theme.project-detail-slide {
  width: 100%;
  /* position: relative; */
  /* overflow: hidden; */
}

.project-detail-section .whole-warp-for-after .down-arrow-before,
.projects-slider-wrap .down-arrow-before {
  position: relative;
}

.project-detail-section .whole-warp-for-after .down-arrow-after,
.projects-slider-wrap .down-arrow-after {
  position: relative;
}

.project-detail-section .whole-warp-for-after .down-arrow-before,
.projects-slider-wrap .down-arrow-before {
  /* content: ""; */
  position: absolute;
  /* width: calc(100% + 12px); */
  background: rgba(124, 91, 53, 1);
  /* top: 50%; */
  height: 80px;
  transform: translateX(-50%);
  width: 1px;
  left: 25%;
  /* right: auto; */
  height: calc(100% + 80px);
  top: 0;
}

section.pr-wrap-det.project-detail-section .whole-warp-for-after .down-arrow-after {
  height: calc(100% + 80px);
  top: 0;
}

section.pr-wrap-det.project-detail-section p {
  font-size: 19.50px;
}

section.pr-wrap-det.project-detail-section section.projects-sec.grp-sec {
  padding-top: 150px;
  padding-bottom: 150px;
}

section.pr-wrap-det.project-detail-section section.projects-sec.grp-sec .grp-cont {
  padding-top: 46px;
  padding-bottom: 0;
}

section.pr-wrap-det.project-detail-section section.projects-sec.grp-sec .btn {
  margin-top: 68px;
}

/* .project-detail-section .whole-warp-for-after .down-arrow-before:before */
.project-detail-section .whole-warp-for-after .down-arrow-after,
.projects-slider-wrap .down-arrow-after {
  content: "";
  position: absolute;
  /* width: calc(100% + 12px); */
  background: rgba(124, 91, 53, 1);
  /* top: 50%; */
  height: 80px;
  transform: translateX(-50%);
  width: 1px;
  right: 25%;
  height: calc(100% + 80px);
  top: 0;
  /* right: auto; */
  height: calc(100% + 164px);
  top: -84px;
}

/* custom nav  */
.project-detail-section .divisions-cont-wrap,
.projects-slider-wrap,
.division-cont-wrapwrap {
  position: relative;
}

.custom-owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: translateY(-50%);
  /* text-align: center; */
  /* margin-top: 20px;  */
}

/* Style for the custom previous and next buttons */
.custom-prev-button,
.custom-next-button {
  background-color: rgba(124, 91, 53, 1);
  color: #fff;
  /* padding: 10px 20px; */
  /* margin: 0 10px;  */
  width: 15px;
  height: 15px;
  border: none;
  cursor: pointer;
  z-index: 9999;
  /* position: absolute; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
}

.custom-prev-button {
  /* left: 0; */
  margin-left: -20px;
}

.custom-next-button {
  /* right: 0; */
  margin-right: -25px;
}

/* custom nav ends  */
/* project detail section ends  */
section.service-sec .service-media {
  position: relative;
}

/* .service-cont-wrap .col-lg-6:nth-child(1) .service-media:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #7c5b35;
  right: -7.5px;
  bottom: -7.5px;
} */
.divisions-slider .owl-item {
  display: flex;
  align-items: flex-start;
}

.divisions-slider .owl-item .item {
  height: 100%;
}

.div-item-wrap {
  height: 100%;
}

.btn.btn-prim.btn.btn-prim-invers {
  color: rgba(124, 91, 53, 1);
}

.btn.btn-prim.btn.btn-prim-invers:hover span {
  color: #fff;
}

.current-sec.opp-cur-sec .service-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
  height: 50%;
}

.current-sec.opp-cur-sec .service-cont-wrap {
  margin-bottom: 100px;
}

.country-select option {
  color: #000;
  /* background: #191817; */
}

.country-select option:hover,
.country-select option:focus,
.country-select option:active,
.country-select option:focus-visible,
.country-select option:focus-within {
  color: #fff;
  background: #191817;
}

.country-select option:checked {
  background-color: rgba(124, 91, 53, 1) !important;
  /* Change to the desired background color for the first selected option */
  color: white;
  /* Change to the desired text color for the first selected option */
}

.country-select option:hover {
  background-color: rgba(124, 91, 53, 1) !important;
  /* Change to the desired background color for the first selected option on hover */
  color: white;
  /* Change to the desired text color for the first selected option on hover */
}

/* ul {
  list-style: none;
  padding: 0;
  margin: 0;
  appearance: none;
  padding: 10px;
  border: 1px solid #7c5b35;
  background: transparent;
  background-image: url(../images/downarrowselect.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  cursor: pointer;
  padding-left: 30px;
  color: #fff6f5;
} */

/* custom select */
/*the container must be positioned relative:*/
.custom-select {
  position: relative;
}

.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {
  background-color: #7c5b35;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  /* content: ""; */
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  appearance: none;
  padding: 10px;
  border: 1px solid #7c5b35;
  border: none;
  background-size: 20px;
  cursor: pointer;
  color: #fff6f5;
  background-color: #191817;
  color: #fff6f5;
  font-size: 16px;
  font-weight: 300;
  padding: 0;
}

.select-selected {
  background: transparent;
  background-image: url(../images/downarrowselect.png);
  background-repeat: no-repeat;
  background-position: left center;
  /* min-width: 115px; */
  background-position: left 11px center;
  background-position: right 11px center;
  /* padding-left: 30px; */
  padding-right: 45px;
  /* border: 1px solid #7c5b35; */
  width: 100%;
  text-align: left;
  background-size: 15px;
  color: #fff6f5;
  font-size: 16px;
  font-weight: 300;
  padding: 0;
  text-transform: uppercase;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #7c5b35;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #7c5b35;
  max-height: 50vh;
  overflow: auto;
  overflow-x: hidden;
  width: 115px;
  width: 100%;
  text-align: left;
}

.select-items::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.select-items::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.select-items::-webkit-scrollbar-thumb {
  background: #7c5b35;
  border-radius: 10px;
}

/* Handle on hover */
.select-items::-webkit-scrollbar-thumb:hover {
  background: rgb(124 91 53 / 80%);
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: #7c5b35;
}

/* .divisions-slider .owl-item.active:after,
.service-slider .owl-item.active:after {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  width: 1px;
  background: rgba(124, 91, 53, 1);
  top: 0;
} */
/* .divisions-slider .owl-item.active,
.service-slider .owl-item.active {
  border-right: 1px solid rgba(124, 91, 53, 1);
  border-right: none;
} */
.divisions-cont-wrap .custom-owl-nav,
.divisions-slider .owl-item.active .div-item-wrap:before,
.divisions-slider .owl-item.active .div-item-wrap:after {
  top: 442.5px;
  z-index: 9;
}

html body .owl-carousel .owl-nav button.owl-prev,
html body .owl-carousel .owl-nav button.owl-next,
html body .owl-carousel .owl-nav button:hover,
html body .owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: rgba(124, 91, 53, 1);
  width: 15px;
  height: 15px;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 9999;
  display: inline-block;
  position: absolute;
  color: rgba(124, 91, 53, 1);
  top: 309.5px;
  border-radius: 0;
  margin: 0;
  opacity: 1;
}

html body .owl-carousel .owl-nav button.owl-prev {
  left: 0;
}

html body .owl-carousel .owl-nav button.owl-next {
  right: 0;
}

.service-slider .owl-item.active .div-item-wrap:before,
.service-slider .owl-item.active .div-item-wrap:after {
  top: 309.5px;
}

/* header.fixed-header {
  background: rgb(255 255 255 / 85%) !important;
  background: linear-gradient( 180deg, rgba(0, 0, 0, 0.7472163865546218) 0%, rgba(255, 255, 255, 0) 100% ) !important;
} */



/* yasir's css */
.footer-sec {
  overflow: hidden;
}

/* btn-wrap */
.btn-holder * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* body {
      font-family: "Roboto", sans-serif;
      color: rgb(85, 75, 85);
      background-color: rgb(255, 255, 255);
    }
    h1 {
      padding: 50px 0;
      font-size: 45px;
      text-align: center;
      color: rgb(54, 56, 55);
    } */
.btn-holder :active,
.btn-holder :hover,
.btn-holder :focus {
  outline: 0 !important;
  outline-offset: 0;
}

.btn-holder ::before,
.btn-holder ::after {
  position: absolute;
  content: "";
}

.btn-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: initial;
  margin: 0 auto;
  position: relative;
}

.btn-holder .btn {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0px 25px 15px;
  min-width: 150px;
}

.btn-holder .btn span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
  transition: 0.5s;
}

/*--- btn-4 ---*/
.btn-holder .btn-4 span {
  color: rgba(124, 91, 53, 1);
  background-color: rgb(245, 245, 245);
}

.btn-holder .btn-4 span:hover {
  color: #fff;
}

.btn-holder .btn-4::before,
.btn-holder .btn-4::after {
  width: 9px;
  width: 0px;
  height: 1px;
  background-color: rgba(124, 91, 53, 1);
  z-index: 2;
}

/* 17. hover-border-7 */
.btn-holder .btn.hover-border-7::before,
.btn-holder .btn.hover-border-7::after {
  bottom: 0;
  transition: width 0.3s 0.5s ease-out;
}

.btn-holder .btn.hover-border-7::before {
  right: 50%;
}

.btn-holder .btn.hover-border-7::after {
  left: 50%;
}

.btn-holder .btn.hover-border-7:hover::before,
.btn-holder .btn.hover-border-7:hover::after {
  /* width: 50%; */
  transition: width 0.3s ease-in;
}

.btn-holder .btn.hover-border-7 span::before,
.btn-holder .btn.hover-border-7 span::after {
  width: 0%;
  height: 0%;
  background: transparent;
  opacity: 0;
  z-index: 2;
  transition: width 0.3s ease-in, height 0.25s 0.3s linear,
    opacity 0s 0.5s;
}

.btn-holder .btn.hover-border-7 span::before {
  bottom: 0;
  left: 0;
  border-left: 1px solid rgba(124, 91, 53, 1);
  border-top: 1px solid rgba(124, 91, 53, 1);
}

.btn-holder .btn.hover-border-7 span::after {
  bottom: 0;
  right: 0;
  border-right: 1px solid rgba(124, 91, 53, 1);
  border-top: 1px solid rgba(124, 91, 53, 1);
}

.btn-holder .btn.hover-border-7 span:hover::before,
.btn-holder .btn.hover-border-7 span:hover::after {
  width: 50%;
  height: 96%;
  height: 100%;
  /* opacity: 1; */
  transition: height 0.3s 0.3s ease-in, width 0.3s 0.6s linear,
    opacity 0s 0.3s;
}

/* updated */
.btn-holder .btn {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0px 25px 15px;
  min-width: 150px;
  color: #fffbfa;
  font-size: 30px;
  font-weight: 200;
  word-wrap: break-word;
  border: 1px solid rgba(124, 91, 53, 1);
  border: none;
  position: relative;
  text-transform: uppercase;
  transition: 0.3s;
  border-radius: 0;
  margin: 0;
  margin-top: 74px;
  padding: 0;
}

html body .btn-holder .btn.hover-border-7:after {
  content: '';
  width: 0;
  background: rgba(124, 91, 53, 1);
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}

html body .btn-holder .btn.hover-border-7:hover:after {
  width: 100%;
}

.btn-holder.btn-24 .dots-square {
  display: none;
}

.btn-holder .dots-square {
  display: none;
}

.btn-holder .btn-4 span {
  color: rgb(28, 31, 30);
  background-color: rgb(245, 245, 245);
  position: relative;
  z-index: 9;
  padding: 0;
  background: transparent;
  color: #fff;
  color: #fffbfa;
  font-size: 30px;
  font-weight: 400;
  word-wrap: break-word;
  position: relative;
  padding: 18px 25px 22px;
}

.btn-holder .btn {
  transition: 0.3s;
}

.btn-holder .btn:hover {
  border-color: transparent;
}

.dots-square {
  width: 15px;
  height: 15px;
  background: rgba(124, 91, 53, 1);
  position: absolute;
  bottom: -7.5px;
  transform: translateX(-50%);
  left: 50%;
  transition: 0.3s;
}

/* btn-wraps */

/* projects detail page */
.project-two-section .divisions-cont-wrap .col-lg-4 {
  position: relative;
}

.project-two-section .divisions-cont-wrap .col-lg-4:nth-child(1n)::before {
  content: "";
  position: absolute;
  width: 1800%;
  height: 1px;
  background: rgba(124, 91, 53, 1);
  top: 45%;
  left: -950%;
  transform: translateY(-50%);
  /* z-index: -1; */
  height: 0.1px;
}

.project-two-section .divisions-cont-wrap .col-lg-4:nth-child(n + 1),
.project-two-section .divisions-cont-wrap .col-lg-4:nth-child(n + 2),
.project-two-section .divisions-cont-wrap .col-lg-4:nth-child(n + 3) {
  margin-top: 50px;
}

.project-two-section .divisions-cont-wrap .col-lg-4:nth-child(6n + 4),
.project-two-section .divisions-cont-wrap .col-lg-4:nth-child(6n + 5),
.project-two-section .divisions-cont-wrap .col-lg-4:nth-child(6n + 6) {
  background-color: rgba(25, 24, 23, 1);
  background-color: transparent;
  padding-top: 60px !important;
  margin-top: 30px;
}

.project-two-section .divisions-cont-wrap .col-lg-4:nth-child(6n + 4)::after,
.project-two-section .divisions-cont-wrap .col-lg-4:nth-child(6n + 5)::after,
.project-two-section .divisions-cont-wrap .col-lg-4:nth-child(6n + 6)::after {
  content: '';
  background-color: rgba(25, 24, 23, 1);
  position: absolute;
  width: 1600%;
  height: 100%;
  top: 1px;
  left: -750%;
  z-index: -1;
}

.project-two-section .divisions-cont-wrap .col-lg-4:nth-child(6n + 4) .division-cont h3,
.project-two-section .divisions-cont-wrap .col-lg-4:nth-child(6n + 5) .division-cont h3,
.project-two-section .divisions-cont-wrap .col-lg-4:nth-child(6n + 6) .division-cont h3 {
  color: #FFFBFA;
}

/* .project-two-section .divisions-cont-wrap .col-lg-4:nth-child(3n+7),
.project-two-section .divisions-cont-wrap .col-lg-4:nth-child(3n+8),
.project-two-section .divisions-cont-wrap .col-lg-4:nth-child(3n+9){
  background-color: #fff;
  padding-top: 0 !important;
      margin-top: 0;
}
.project-two-section .divisions-cont-wrap .col-lg-4:nth-child(3n+7)::after,
.project-two-section .divisions-cont-wrap .col-lg-4:nth-child(3n+8)::after,
.project-two-section .divisions-cont-wrap .col-lg-4:nth-child(3n+9)::after {
content: '';
background-color: #fff;
position: absolute;
width: 1600%;
height: 100%;
top: 0;
left: -750%;
z-index: -1;
} */
.project-two-section .divisions-cont-wrap::before {
  display: none;
}

.project-two-section .divisions-cont-wrap .col-lg-4:nth-child(6n + 4) h3,
.project-two-section .divisions-cont-wrap .col-lg-4:nth-child(6n + 5) h3,
.project-two-section .divisions-cont-wrap .col-lg-4:nth-child(6n + 6) h3 {
  margin-bottom: 30px;
}

/* projects detail page */

/* recruitment sec */
.rec-sec-main .service-cont-wrap .col-lg-6.col-md-12:nth-child(odd) .service-horizantal-line-wrap,
.rec-sec-main .service-cont-wrap .col-lg-6.col-md-12:nth-child(odd) .service-vertical-lines,
.rec-sec-main .service-cont-wrap .col-lg-6.col-md-12:nth-child(odd) .service-box.service-box-one {
  display: none;
}

.service-sec .service-cont-wrap .col-lg-6.col-md-12:nth-child(even) .service-horizantal-line-wrap .service-horizantal-line-one,
.service-sec .service-cont-wrap .col-lg-6.col-md-12:nth-child(even) .service-horizantal-line-wrap .service-horizantal-line-two {
  width: 100%;
  left: -100%;
}

.service-sec .service-cont-wrap .col-lg-6.col-md-12:nth-child(even) .service-horizantal-line-wrap .service-horizantal-line-two {
  width: 100%;
  left: 0%;
}

.rec-sec-main .service-cont-wrap .col-lg-6.col-md-12:nth-child(even) .service-vertical-lines .service-vertical-line-one.service-line {
  height: 100%;
  left: 0;
}

.service-sec .service-cont-wrap .service-box-one {
  left: calc(0% - 7.5px);
}

.rec-sec-main .service-cont-wrap .col-lg-6.col-md-12 {
  margin-bottom: 70px;
}

.active img.hmbr-crs {
  display: inline-block !important;
}

.active .hambr-icons {
  display: none !important;
}

.btn.btn-prim {
  font-size: 16px;
  padding: 16px 25px 18px;
  font-weight: 300;
}

.job-detail .btn.btn-prim,
.projects-sec .btn.btn-prim {
  font-size: 30px;
  padding: 18px 30px 20px;
}

.pr-wrap-det.project-detail-section .whole-warp-for-after {
  position: relative;
}

.divisions-cont-wrap .custom-owl-nav {
  top: 50%;
  transform: translateY(-50%);
}

section.pr-wrap-det.project-detail-section .mid-line-projects {
  width: 100%;
}






/* new css by yasir */
.div-for-col .horizantal-line_one,
.div-for-col .horizantal-line-two,
.div-for-col .horizantal-line-three {
  top: 450px;
}

.div-for-col .box-one,
.div-for-col .box-two,
.div-for-col .box-three {
  top: calc(450px - 7.5px);
  opacity: 0;
  display: none;
  z-index: -9;
}

.div-for-col .box-one {
  left: 24.15%;
  left: calc(25% - 7.5px);
}

.div-for-col .box-two {
  left: 49.15%;
  left: calc(50% - 7.5px);
}

.div-for-col .box-three {
  left: 74.15%;
  left: calc(75% - 7.5px);
}

.div-for-col .vertical-line-one {
  left: 24.85%;
  left: 25%;
}

.div-for-col .vertical-line-two {
  left: 49.85%;
  left: 50%;
}

.div-for-col .vertical-line-three {
  left: 74.85%;
  /* left: 75%; */
}

.div-for-col .divisions-cont-wrap .custom-owl-nav,
.div-for-col .divisions-slider .owl-item.active .div-item-wrap:before,
.div-for-col .divisions-slider .owl-item.active .div-item-wrap:after {
  top: calc(450px - 7.5px);
  z-index: 9;
  top: 450px;
}

/* three-clums */
.service-sec .ser-sec-three-items .service-horizantal-line {
  top: 318px;
  top: 319px;
  top: 297px;
}

.service-sec .ser-sec-three-items .service-box {
  top: calc(297px - 7.5px);
}

.service-sec .ser-sec-three-items .service-vertical-line-one {
  left: calc(33.7% - 1px);
}

.service-sec .ser-sec-three-items .service-box-one {
  left: calc(33.7% - 7.5px);
}

.service-sec .ser-sec-three-items .service-vertical-line-two {
  left: 66.1%;
  left: 66.4%;
}

.service-sec .ser-sec-three-items .service-box-two {
  left: calc(66.4% - 7.5px);
}

.service-cont-wrap.ser-sec-three-items .owl-carousel .owl-nav.disabled {
  display: block;
}

html body .service-cont-wrap.ser-sec-three-items .owl-carousel .owl-nav button.owl-next {
  right: -20px;
  top: calc(297px - 7.5px);
}

html body .service-cont-wrap.ser-sec-three-items .owl-carousel .owl-nav button.owl-prev {
  left: -20px;
  top: calc(297px - 7.5px);
}

section.contact-us-section.project-one-section section.projects-sec.grp-sec .btn.btn-prim {
  margin-top: 0;
}

section.contact-us-section.project-one-section section.projects-sec.grp-sec {
  padding-top: 128px;
  padding-bottom: 135px;
}

section.project-two-section .general-head.current-head.text-center {
  padding-bottom: 47px;
  padding-bottom: 0;
}

.project-two-section .divisions-cont-wrap .col-lg-4 .division-cont h3 {
  font-weight: 300;
}

section.pr-wrap-det.project-detail-section section.projects-sec.grp-sec {
  padding: 63px 0 86px;
}

section.project-two-section section.projects-sec.grp-sec .btn {
  margin-top: 0;
}

section.pr-wrap-det.project-detail-section .grp-sec .general-head h2 {
  color: rgba(255, 244, 243, 1);
  font-weight: 200;
}

.rec-pg-sec .service-sec .service-cont-wrap .service-horizantal-line {
  top: 425px;
}

.rec-pg-sec .service-sec .service-cont-wrap .service-box-one {
  top: calc(425px - 7.5px);
  top: calc(425px - 7.5px);
}

.rec-pg-sec section.projects-sec.grp-sec .general-head h2 {
  color: #FFF4F3;
}

.rec-pg-sec section.projects-sec.grp-sec {
  padding-bottom: 68px;
  padding-bottom: 30px;
}

.btn.btn-prim {
  font-weight: 200;
}

.rec-pg-sec-det .general-head h2 {
  color: #7c5b35;
}

.rec-cur-sec h3 {
  color: #191817;
  font-size: 19.50px;
  font-weight: 500;
  word-wrap: break-word
}

section.current-sec.rec-cur-sec p {
  color: #191817;
  font-size: 16.50px;
  font-weight: 300;
  word-wrap: break-word;
}

.job-detail .rec-det-inner-pg .who-wide-content ul li {
  padding: 12px;
  color: black;
  font-size: 16.50px;
  font-weight: 300;
  word-wrap: break-word;
}

.country-select {
  min-width: 115px;
  background-position: left 11px center;
  padding-left: 45px;
}

.job-detail form .btn.btn-prim {
  color: #FFF6F5;
  font-size: 24px;
  font-weight: 200;
  word-wrap: break-word
}

section.job-detail.rec-pg-sec-det section.projects-sec.grp-sec .general-head h2 {
  color: rgba(255, 244, 243, 1);
}

.rec-pg-sec-main .service-sec .service-cont-wrap .service-horizantal-line {
  top: 460px;
}

.rec-pg-sec-main .service-sec .service-cont-wrap .service-box-one {
  top: calc(460px - 7.5px);
}

.rec-pg-sec-main .job-detail .btn.btn-prim {
  font-size: 24px;
}

section.job-detail.contact-us-section .projects-sec .general-head h2 {
  color: rgba(255, 244, 243, 1);
}

.contact-us-section.job-detail .btn.btn-prim {
  font-size: 24px;
}

/* slick slider */


.slick-slide {
  opacity: .3;
  transition: opacity .5s ease-in-out;
}

.slick-current {
  opacity: 1;
  transition: opacity .5s ease-in-out;
}

.slick-active {
  opacity: 1;
  transition: opacity .5s ease-in-out;
}

/* projects slider */
.projects-slider-slick .slick-slide {
  opacity: 1 !important;
  transition: opacity .5s ease-in-out;
}

.projects-slider-slick .slick-current {
  opacity: 1 !important;
  transition: opacity .5s ease-in-out;
}

.projects-slider-slick .slick-active {
  opacity: 1 !important;
  transition: opacity .5s ease-in-out;
}

.projects-slider-slick .slick-slide img {
  opacity: 0.3;
  transition: opacity 1s ease-in-out;
}

.projects-slider-slick .slick-current img {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

.projects-slider-slick .slick-active img {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

.projects-slider-slick .item-img,
.projects-slider-slick .prjct-img {
  position: relative;
}

.projects-slider-slick .item-img img,
.projects-slider-slick .prjct-img img {
  position: relative;
  z-index: 9;
  width: 100%;
}

.projects-slider-slick .item-img:after,
.projects-slider-slick .prjct-img:after {
  content: '';
  position: absolute;
  width: calc(100% - 20px);
  width: 90%;
  height: 100%;
  z-index: 99;
  background: rgba(25, 24, 23, 1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
}

html body .projects-sec .projects-slider-wrap.projects-slider-wrap-home .slick-slide img {
  max-width: 90%;
}

.projects-slider-slick .prjct-img:after {
  background-color: #fff;
  max-width: 90%;
}

.project-detail-section .divisions-cont-wrap .col-wrap-prjct .prjct-img img {
  max-width: 90%;
  margin: 0 auto;
}

section.pr-wrap-det.project-detail-section .prjct-img {
  padding: 0;
  margin: 0 10px;
  cursor: pointer;
}

/* projects slider onhover style removed*/
/* button.slick-next,
button.slick-next:hover,
button.slick-next:focus {
  background: #7c5b35;
  right: -15px;
} */

button.slick-next:before,
button.slick-next:hover:before,
button.slick-next:focus:before {
  opacity: 0;
}

/* button.slick-prev,
button.slick-prev:hover,
button.slick-prev:focus {
  background: #7c5b35;
  left: -15px;
} */

button.slick-prev:before,
button.slick-prev:hover:before,
button.slick-prev:focus:before {
  opacity: 0;
}

/* projects slider */
.item-img {
  margin: 0 20px;
}

html body .projects-sec .slick-next {
  right: -25px;
  z-index: 2;
}

html body .projects-sec .slick-prev {
  left: -25px;
  z-index: 2;
}

.projects-slider-wrap-home .lines-wrapper-prj-det .box-prct-left {
  left: -25px;
  z-index: 1;
}

.projects-slider-wrap-home .lines-wrapper-prj-det .box-prct-right {
  right: -25px;
  z-index: 1;
}

html body .projects-sec .slick-slide {
  opacity: 0.5;
  transition: opacity .5s ease-in-out;
}

html body .projects-sec .slick-current {
  opacity: 1;
  transition: opacity .5s ease-in-out;
}

html body .projects-sec .slick-active {
  opacity: 1;
  transition: opacity .5s ease-in-out;
}

.projects-sec .projects-slider-wrap .down-arrow-before {
  height: calc(100% + 164px);
  top: -84px;
}

.projects-sec .projects-slider-wrap .mid-line-projects {
  width: calc(100% + 20px);
  left: -10px;
}

.div-for-col .horizantal-line_one,
.div-for-col .horizantal-line-two,
.div-for-col .horizantal-line-three {
  top: 460px;
  top: 437px;
}

.div-for-col .box-one,
.div-for-col .box-two,
.div-for-col .box-three {
  top: calc(460px - 7.5px);
  top: calc(437px - 7.5px);
}

.div-for-col button.slick-next,
.div-for-col button.slick-prev {
  top: calc(460px);
  top: calc(437px);
}

.div-for-col button.slick-next:after,
.div-for-col button.slick-prev:after {
  color: #7c5b35;
}

.service-cont-wrap.ser-sec-three-items .slick-next,
.service-cont-wrap.ser-sec-three-items .slick-prev {
  top: calc(319px);
  top: calc(297px);
}

.service-cont-wrap.ser-sec-three-items .slick-prev:after,
.service-cont-wrap.ser-sec-three-items .slick-next:after {
  color: #7c5b35;
}

.btn-holder.btn-24 span {
  font-size: 24px;
}

.mob-sep {
  display: none;
}

section.contact-us-section.project-one-section section.projects-sec.grp-sec.prjcts-pg-form-area {
  padding-top: 64px;
}

.project-two-section.categ-page-fn .divisions-cont-wrap {
  padding-bottom: 0;
}

.project-two-section.categ-page-fn .divisions-cont-wrap h3 {
  padding-bottom: 20px;
}

.project-two-section section.projects-sec.grp-sec.prg-cat-pg-fomr-sec {
  padding-top: 83px;
  padding-bottom: 86px;
}

.project-two-section section.projects-sec.grp-sec.prg-cat-pg-fomr-sec .btn {
  margin-top: 0;
}

html body section.pr-wrap-det.project-detail-section .slick-next,
html body section.pr-wrap-det.project-detail-section .slick-prev {
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}

html body section.pr-wrap-det.project-detail-section .mid-line-projects {
  z-index: -1;
}

html body section.pr-wrap-det.project-detail-section .whole-warp-for-after .down-arrow-before,
html body section.pr-wrap-det.project-detail-section .whole-warp-for-after .down-arrow-after {
  z-index: -1;
}

html body section.pr-wrap-det.project-detail-section .whole-warp-for-after .mid-line-projects {
  width: calc(100% + 40px);
  left: -20px;
}

html body section.pr-wrap-det.project-detail-section .slick-prev {
  left: -35px;
}

html body section.pr-wrap-det.project-detail-section .slick-next {
  right: -35px;
}

.lines-wrapper-prj-det .box-prct-left {
  width: 15px;
  height: 15px;
  background: rgba(124, 91, 53, 1);
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translateY(-50%);
  z-index: -1;
}

.lines-wrapper-prj-det .box-prct-right {
  width: 15px;
  height: 15px;
  background: rgba(124, 91, 53, 1);
  position: absolute;
  top: 50%;
  right: -35px;
  transform: translateY(-50%);
  z-index: -1;
}

html body section.pr-wrap-det.project-detail-section section.projects-sec.grp-sec {
  padding-top: 150px;
  padding-bottom: 110px;
  padding-top: 68px;
  padding-bottom: 68px;
}

section.pr-wrap-det.project-detail-section section.projects-sec.grp-sec .grp-cont {
  padding-top: 38px;
}

.btn-holder.btn-16 .btn {
  margin-top: 0;
}

.btn-holder.btn-16 .btn span {
  color: rgba(124, 91, 53, 1);
  font-size: 16px;
  padding: 16px 25px 18px;
  margin-top: 0;
}

section.job-detail.rec-pg-sec-det.det-pg-fn-rec .service-sec .service-cont-wrap .service-horizantal-line {
  top: 100%;
}

section.job-detail.rec-pg-sec-det.det-pg-fn-rec .service-sec .service-cont-wrap .service-box-one {
  top: calc(100% - 7.5px);
}

section.about-us-section.abt-pg-fn .service-sec .service-cont-wrap .service-horizantal-line {
  top: 100%;
}

section.about-us-section.abt-pg-fn .service-sec .service-cont-wrap .service-box.service-box-one {
  left: calc(50% - 7.5px);
}

section.about-us-section.abt-pg-fn .service-sec .service-cont-wrap .service-box-one {
  top: calc(100% - 7.5px);
}

.loader-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999999999999999999999999999999999999999999999999;
}

.grp-cont-span-wrap textarea {
  padding: 10px;
}

select#country-dropdown+input {
  border-radius: 0px .25rem .25rem 0px;
}

.mob-ver {
  display: none !important;
}

html body .projects-sec .slick-slide img {
  max-width: 95%;
  margin: 0 auto;
}

.shad-banner {
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.947216) 0%, rgba(255, 255, 255, 0) 100%);
  height: 20vh;
  position: fixed;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7472163865546218) 0%, rgba(255, 255, 255, 0) 100%);
  height: 27vh;
  max-height: 160px;
  z-index: 9;
  opacity: 0;
}

/* frontend editor */
.admin-logged-in {
  padding-top: 33px;
}

.admin-logged-in header {
  top: 34px;
}

.toolbar-wrap-edit {
  background: rgba(124, 91, 53, 1);
  z-index: 9999999999;
  opacity: 1;
  position: fixed;
  width: 100%;
  padding: 5px 0;
  color: #fff;
  top: 0;
  display: none;
}

.admin-logged-in .toolbar-wrap-edit {
  display: block;
}

.toolbar-wrap-edit a {
  color: #fff;
  cursor: pointer;
}

.toolbar-wrap-edit img {
  max-width: 15px;
  filter: invert(1);
  margin: 0 5px 0 25px;
}

.section-editor-sidebar {
  position: fixed;
  left: 0;
  top: 34px;
  z-index: 9999999999;
  height: calc(100vh - 34px);
  background: rgba(255, 255, 255, 1);
  width: 350px;
  left: -350px;
  transform: translateX(-100%);
  display: flex;
  transition: 0.3s;
}

.section-editor-sidebar.active {
  left: 0;
  transform: translateX(0%);
}

.section-editor-sidebar ul {
  list-style: none;
  padding: 50px 15px;
  margin: 0;
  width: 100%;
}

.section-editor-sidebar li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 10px 10px;
}

.section-editor-sidebar li h4 {
  color: #191817;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  word-wrap: break-word;
  cursor: pointer;
}

.section-editor-sidebar li img {
  max-width: 15px;
  cursor: pointer;
}

.section-editor-sidebar li img.hided-icon {
  display: none;
}

.modals-section-editor .btn-success {
  color: #7c5b35;
  font-size: 15px;
  font-weight: 300;
  word-wrap: break-word;
  padding: 10px 20px;
  border: 0.56px #7c5b35 solid;
  margin-top: 0;
  background: #fff;
  margin-top: 20px;
}

.modals-section-editor .btn-success:hover,
.modals-section-editor .btn-success:focus,
.modals-section-editor .btn-success:active {
  background-color: rgba(124, 91, 53, 1);
  color: #fff;
}

.modals-section-editor .form-group label {
  margin-bottom: 5px;
  margin-top: 5px;
}

.modals-section-editor .upload-button {
  color: rgba(124, 91, 53, 1);
}

.modals-section-editor .file-name {
  color: rgba(124, 91, 53, 1);
}

.modals-section-editor .modal {
  z-index: 999999999999;
}

.modals-section-editor .modal .modal-dialog {
  max-width: 700px;
}

.slick-prev:after {
  content: 'Previous';
  color: #fff;
  position: absolute;
  font-size: 14px;
  transform: rotate(-90deg) translateY(-50%);
  right: 5px;
  top: 50%;
  text-transform: uppercase;
  font-weight: 400;
}

.slick-next:after {
  content: 'Next';
  color: #fff;
  position: absolute;
  font-size: 14px;
  transform: rotate(90deg);
  top: 10px;
  text-transform: uppercase;
  font-weight: 400;
  left: 20px;
}

/* new changes */
section.main-prjt-sec-fn.contact-us-section.project-one-section .service-vertical-line-one {
  left: 33.3%;
}

section.main-prjt-sec-fn.contact-us-section.project-one-section .service-vertical-line-two {
  left: 66.6%;
}

section.contact-us-section.project-one-section section.projects-sec.grp-sec.prjcts-pg-form-area {
  padding-top: 59px;
}

section.main-prjt-sec-fn.contact-us-section.project-one-section .slick-next:after,
section.main-prjt-sec-fn.contact-us-section.project-one-section .slick-prev:after,
section.pr-wrap-det.project-detail-section .slick-next:after,
section.pr-wrap-det.project-detail-section .slick-prev:after {
  color: rgba(124, 91, 53, 1);
}

.prg-grp-abt-sec .general-head h2 {
  color: #fff;
}

.project-one-section.contact-us-section .divisions-cont-wrap {
  margin-bottom: 100px;
}

section.main-prjt-sec-fn.contact-us-section.project-one-section.no-box-prj .service-vertical-line-one {
  left: calc(33.3% - 3px);
}

section.main-prjt-sec-fn.contact-us-section.project-one-section.no-box-prj .service-vertical-line-two {
  left: calc(66.6% + 3px);
}

.cont-wrap-ser-text h3 {
  color: #191817;
  font-size: 19.5px;
  font-weight: 300;
  word-wrap: break-word;
}

.project-two-section.project-arch .divisions-cont-wrap .col-lg-4 .division-cont h3 {
  display: none;
}

.project-two-section.project-arch .divisions-cont-wrap .col-lg-4 .division-cont.div-cont-main h3 {
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
}

.project-two-section.project-arch .divisions-cont-wrap .col-lg-4 .project-empty::before {
  bottom: -25px;
}

section.job-detail.p-0 .grp-cont-span,
section.projects-sec.grp-sec .grp-cont-span.text-center {
  padding-left: 15px;
  padding-right: 15px;
}

#galleryModal .modal-dialog {
  max-width: 90%;
}

#galleryModal .modal-dialog .modal-content {
  background: transparent;
  border: none;
  box-shadow: none;
}

#galleryModal.modal {
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999999999;
}

#galleryModal .modal-dialog .btn-close {
  filter: invert(1);
  opacity: 1;
}

#galleryModal .modal-dialog .modal-header {
  border: none;
  box-shadow: none;
}

#galleryModal .modal-dialog button.slick-next,
#galleryModal .modal-dialog button.slick-next:hover,
#galleryModal .modal-dialog button.slick-next:focus,
#galleryModal .modal-dialog button.slick-prev,
#galleryModal .modal-dialog button.slick-prev:hover,
#galleryModal .modal-dialog button.slick-prev:focus {
  background: #fff;
}

#galleryModal .modal-dialog .slick-prev:after,
#galleryModal .modal-dialog .slick-next:after {
  color: #fff;
}

/* #galleryModal.modal.fade .modal-dialog{
  top: 50%;
  transform: translateY(-50%);
}
#galleryModal.modal.show .modal-dialog {
  transform: translateY(-50%);
} */
/* #galleryModal.modal.show .modal-dialog .prjct-img img {
  max-width: 800px;
  height: 80vh;
  object-fit: contain;
  width: 95%;
} */
html body .fancybox-image,
html body .fancybox-spaceball {
  /* width: 100%;
  left: 50%;
  transform: translateX(-50%);
  object-fit: contain;
  max-height: 80vh; */
}

/* frontend editor */
/* contact phone */
html body .iti__country-list::-webkit-scrollbar {
  width: 5px;
}

/* Track */
html body .iti__country-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
html body .iti__country-list::-webkit-scrollbar-thumb {
  background: rgb(152 124 85 / 100%);
  border-radius: 10px;
}

/* Handle on hover */
html body .iti__country-list::-webkit-scrollbar-thumb:hover {
  background: rgb(152 124 85 / 80%);
}

html body .iti.iti--allow-dropdown.iti--separate-dial-code {
  display: flex;
}

html body input#phone {
  padding: 10px !important;
}

html body .iti__selected-flag {
  padding-left: 45px;
  padding-left: 15px;
  padding-right: 15px;
}

html body .iti__arrow {
  display: none;
}

html body .iti__flag-container {
  background: transparent;
  /* background-image: url(../images/downarrowselect.png); */
  background-repeat: no-repeat;
  background-position: left center;
  /* min-width: 115px; */
  background-position: left 11px center;
  border: 1px solid #7c5b35;
  position: unset;
  /* width: 115px; */
}

html body .iti__country-list {
  /* width: 115px; */
  left: 0;
  background-color: #191817;
  border-color: #7c5b35;
}

html body .iti__country {
  transition: 0.3s;
}

html body .iti__country:hover,
html body .iti__country.iti__preferred.iti__active {
  background-color: #7c5b35;
}

html body li.iti__divider {
  display: none;
}

.d-inline-block.custom-select {
  display: none !important;
}

.projects-slider-slick .col-wrap-prjct:after {
  content: '';
  position: absolute;
  width: calc(100% - 20px);
  width: 90%;
  height: 100%;
  z-index: 99;
  background: rgba(25, 24, 23, 1);
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 335px;
  top: 25px;
}

/* contact phone */
.rec-pg-sec.rec-pg-sec-main.rec-main-page-wrap .current-sec.opp-cur-sec .service-cont {
  height: auto;
  height: 40%;
}

.rec-pg-sec.rec-pg-sec-main.rec-main-page-wrap .cont-wrap-ser-text h3 {
  margin-top: 10px;
}

.rec-pg-sec.rec-pg-sec-main.rec-main-page-wrap .cont-wrap-ser-btn {
  margin-top: 10px;
}

.rec-pg-sec.rec-pg-sec-main.rec-main-page-wrap .current-sec.opp-cur-sec .service-cont-wrap {
  margin-bottom: 0;
}

.project-two-section .divisions-cont-wrap .col-lg-4:nth-child(6n + 4) .division-cont,
.project-two-section .divisions-cont-wrap .col-lg-4:nth-child(6n + 5) .division-cont,
.project-two-section .divisions-cont-wrap .col-lg-4:nth-child(6n + 6) .division-cont {
  /* padding-bottom: 0; */
}

/* .project-two-section.project-arch .divisions-cont-wrap .col-lg-4 .division-cont.div-cont-main h3{
  margin-bottom: 23px;
}
.project-two-section .divisions-cont-wrap .col-lg-4:nth-child(6n + 4) .division-cont.div-cont-main h3,
.project-two-section .divisions-cont-wrap .col-lg-4:nth-child(6n + 5) .division-cont.div-cont-main h3,
.project-two-section .divisions-cont-wrap .col-lg-4:nth-child(6n + 6) .division-cont.div-cont-main h3{
  margin-bottom: 0;
} */
section.pr-wrap-det.project-detail-section .whole-warp-for-after .down-arrow-after,
section.pr-wrap-det.project-detail-section .whole-warp-for-after .down-arrow-before {
  height: calc(100% + 55px);
  top: 25px;
}

/* projects imgssssss heighhhhttt */
section.categ-page-fn.project-two-section.project-arch .division-media img {
  height: 310px;
  object-fit: cover;
}

span.iti__country-name {
  color: #fff;
}

section.job-detail.contact-us-section .grp-cont-span .grp-text label {
  text-transform: uppercase;
}

section.job-detail.contact-us-section .divisions-cont-wrap .division-cont p a,
section.job-detail.contact-us-section .divisions-cont-wrap .division-cont a {
  text-decoration: none !important;
}

.project-two-section .divisions-cont-wrap .col-lg-4:nth-child(6n + 4),
.project-two-section .divisions-cont-wrap .col-lg-4:nth-child(6n + 5),
.project-two-section .divisions-cont-wrap .col-lg-4:nth-child(6n + 6) {
  margin-top: 0;
}

.project-two-section .divisions-cont-wrap .col-lg-4 .division-cont {
  margin-bottom: 50px;
}

.project-two-section .divisions-cont-wrap .col-lg-4:nth-child(6n + 4) .division-cont,
.project-two-section .divisions-cont-wrap .col-lg-4:nth-child(6n + 5) .division-cont,
.project-two-section .divisions-cont-wrap .col-lg-4:nth-child(6n + 6) .division-cont {
  /* margin-bottom: 0; */
}

.file-name {
  text-transform: uppercase;
}

.grp-cont-span-wrap textarea {
  resize: none;
}

/* new changes 13-11 */
html body .fancybox-navigation .fancybox-button {
  opacity: 1;
  visibility: visible;
}

html body .projects-sec .slick-next,
html body .service-cont-wrap.ser-sec-three-items .slick-next,
html body .div-for-col button.slick-next,
html body section.pr-wrap-det.project-detail-section .slick-next,
html body .cliffs-slider-slick .slick-next,
html body .fancybox-navigation .fancybox-button--arrow_right {
  right: -50px;
  z-index: 2;
  background: url(../images/arrow-next.png);
  width: 32px;
  height: 64px;
  width: 20px;
  height: 40px;
  background-size: contain;
}

html body .fancybox-navigation .fancybox-button--arrow_right {
  right: 25px;
}

html body .projects-sec .slick-prev,
html body .service-cont-wrap.ser-sec-three-items .slick-prev,
html body .div-for-col button.slick-prev,
html body section.pr-wrap-det.project-detail-section .slick-prev,
html body .cliffs-slider-slick .slick-prev,
html body .fancybox-navigation .fancybox-button--arrow_left {
  left: -50px;
  z-index: 2;
  background: url(../images/arrow-prev.png);
  width: 32px;
  height: 64px;
  width: 20px;
  height: 40px;
  background-size: contain;
}

@media (min-width: 768px) {
  html body .newspress-slider button {
    position: absolute !important;
    top: -8% !important;
    left: 100% !important;
  }
}

html body .newspress-slider button.slick-prev,
html body .newspress-slider button.slick-next {
  background-size: contain !important;
  /* Ensure the entire image fits inside the button */
  background-repeat: no-repeat !important;
  /* Prevent image tiling */
  background-position: center !important;
  /* Center the background image */
  width: 23px !important;
  height: 23px !important;
  border: none;
  /* Remove default border */
  outline: none;
  /* Remove focus outline */
  cursor: pointer;
}

html body .newspress-slider button.slick-prev {
  background: url(../images/left-icon.png) !important;
  left: 97% !important;
  /* Adjust as needed */
}

html body .newspress-slider button.slick-next {
  background: url(../images/right-icon.png) !important;
  right: 4% !important;
  /* Corrected positioning for the next button */
}

@media (max-width: 767px) {

  html body .newspress-slider button {
    position: absolute !important;
    left: 55% !important;
  }


  html body .newspress-slider button.slick-prev {
    left: 38% !important;
    /* Adjust as needed */
    top: 100% !important;
  }

  html body .newspress-slider button.slick-next {
    top: 100% !important;
    right: 55% !important;
    /* Corrected positioning for the next button */
  }
}


html body .fancybox-navigation .fancybox-button--arrow_left {
  left: 25px;
}

.fancybox-navigation {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999999;
  /* background: #ff0; */
  width: 100%;
  height: 50px;
}

html body .projects-sec .slick-next:before,
html body .projects-sec .slick-next:after,
html body .projects-sec .slick-prev:after,
html body .projects-sec .slick-prev:before,
.service-cont-wrap.ser-sec-three-items .slick-next:before,
.service-cont-wrap.ser-sec-three-items .slick-next:after,
.service-cont-wrap.ser-sec-three-items .slick-prev:after,
.service-cont-wrap.ser-sec-three-items .slick-prev:before,
.div-for-col button.slick-prev:before,
.div-for-col button.slick-prev:after,
.div-for-col button.slick-next:before,
.div-for-col button.slick-next:after,
html body section.pr-wrap-det.project-detail-section .slick-next:before,
html body section.pr-wrap-det.project-detail-section .slick-prev:before,
html body section.pr-wrap-det.project-detail-section .slick-prev:after,
html body section.pr-wrap-det.project-detail-section .slick-next:after,
.fancybox-navigation .fancybox-button--arrow_right:after,
.fancybox-navigation .fancybox-button--arrow_right:before,
html body .fancybox-navigation .fancybox-button--arrow_right svg,
.fancybox-navigation .fancybox-button--arrow_left:after,
.fancybox-navigation .fancybox-button--arrow_left:before,
.fancybox-navigation .fancybox-button--arrow_left svg {
  display: none;
}

.projects-slider-wrap-home .lines-wrapper-prj-det .box-prct-left,
.projects-slider-wrap-home .lines-wrapper-prj-det .box-prct-right,
.service-sec .ser-sec-three-items .service-box-one,
.service-sec .ser-sec-three-items .service-box-two,
.rec-pg-sec-main .service-sec .service-cont-wrap .service-box-one,
.seperaor-box,
.grp-cont-span-wrap::after,
.footer-menu-wrap ul li:after,
.contact-us-section .service-box-one,
.contact-us-section .service-box-two,
.contact-us-section .service-horizantal-line-one,
.job-detail .grp-cont-span-wrap:first-child::before,
.contact-us-section .grp-cont-span-wrap:first-child::before,
.project-detail-section .grp-cont-span-wrap:first-child::before,
section.about-us-section.abt-pg-fn .service-sec .service-cont-wrap .service-box.service-box-one,
section.about-us-section.abt-pg-fn .vison-mission-sec .service-media:after,
section.seperator-sec,
section.job-detail.rec-pg-sec-det.det-pg-fn-rec .service-sec .service-cont-wrap .service-box-one,
.rec-pg-sec-main .service-sec .service-cont-wrap .service-horizantal-line,
html body section.pr-wrap-det.project-detail-section .whole-warp-for-after .mid-line-projects,
html body section.pr-wrap-det.project-detail-section .whole-warp-for-after .down-arrow-before,
html body section.pr-wrap-det.project-detail-section .whole-warp-for-after .down-arrow-after,
.lines-wrapper-prj-det,
.project-empty,
.project-two-section .divisions-cont-wrap .col-lg-4:nth-child(1n)::before,
.service-horizantal-line-wrap,
section.about-us-section.abt-pg-fn .vison-mission-sec .service-media:before,
.div-for-col .horizantal-line_one,
.div-for-col .horizantal-line-two,
.div-for-col .horizantal-line-three,
.projects-sec .projects-slider-wrap .mid-line-projects {
  display: none;
}

.btn-holder .btn {
  min-width: initial;
}

.btn-holder.btn-16 .btn span,
.btn-holder .btn-4 span {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 5px;
}

.project-one-section.no-box-prj .col-lg-4.p-0 {
  border-bottom: none;
  margin-top: 50px;
}

.project-one-section .divisions-cont-wrap .col-lg-4 .division-cont {
  top: 0;
}

.grp-cont-span .grp-text {
  /* width: 100%; */
}

.b-tp {
  border-top: 0.56px solid #7c5b35;
}

.banner-sec .owl-theme .owl-dots .owl-dot span,
.banner-sec .owl-theme .owl-dots .owl-dot.active span,
.banner-sec .owl-theme .owl-dots .owl-dot:hover span {
  height: 2px;
}

.project-one-section .divisions-cont-wrap .col-lg-4 .division-cont {
  padding: 0 42px 23px;
}

.project-one-section .divisions-cont-wrap .col-lg-4 .division-cont h3 {
  text-transform: uppercase;
}

.project-two-section .divisions-cont-wrap .col-lg-4 .division-cont {
  padding-top: 0;
}

.project-two-section.project-arch .divisions-cont-wrap .col-lg-4 .division-cont.div-cont-main h3 {
  text-transform: uppercase;
}

/* terms and conditions */
section.banner-sec-text {
  padding: 185px 0 130px;
}

.cont-wrap-inner-pol {
  max-width: 965px;
  margin: 0 auto;
}

section.banner-sec-text h1 {
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: 300;
  word-wrap: break-word;
  color: #7c5b35;
}

section.banner-sec-text p {
  color: #000;
  font-size: 17px;
  font-weight: 200;
  word-wrap: break-word;
  margin-bottom: 22px;
  line-height: 24px;
  margin-bottom: 0;
}

section.pol-sec-text {
  background-color: rgba(25, 24, 23, 1);
  padding: 80px 0;
}

section.pol-sec-text h2 {
  color: #fff;
  font-size: 17px;
  font-weight: 200;
  word-wrap: break-word;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 20px;
}

section.pol-sec-text p {
  color: #fff;
  font-size: 17px;
  font-weight: 200;
  word-wrap: break-word;
  margin-bottom: 35px;
  line-height: 25px;
}

section.pol-sec-text hr {
  max-width: 890px;
  background: #7c5b35;
  margin: 72px auto;
}

.prj-bnr-sec-alt {
  margin-top: 100px;
}

.proj-tabs-wrap {
  padding-top: 70px;
}

.proj-tabs-wrap .nav-tabs {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.proj-tabs-wrap .nav-tabs .nav-item.show .nav-link,
.proj-tabs-wrap .nav-tabs .nav-item .nav-link.active,
.proj-tabs-wrap .nav-tabs .nav-item .nav-link:focus,
.proj-tabs-wrap .nav-tabs .nav-item .nav-link:hover {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.proj-tabs-wrap .nav-tabs .nav-item,
.proj-tabs-wrap .nav-tabs .nav-item .nav-link {
  color: #7c5b35;
  font-size: 18px;
  font-weight: 200;
  word-wrap: break-word;
  text-transform: uppercase;
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.proj-tabs-wrap .nav-tabs .nav-item .nav-link:before {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  transition: 0.5s;
  background-color: #7c5b35;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.proj-tabs-wrap .nav-tabs .nav-item.show .nav-link:before,
.proj-tabs-wrap .nav-tabs .nav-item .nav-link.active:before,
.proj-tabs-wrap .nav-tabs .nav-item .nav-link:hover:before {
  width: 100%;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.d-flex.align-items-center.grp-span-flx.custom-select .select-items div {
  padding: 5px 10px;
}

.btn-holder.btn-24 span {
  font-weight: 300;
}

section.service-sec .general-head.service-head p,
section.service-sec .general-head.service-head p span,
section.service-sec .general-head.service-head p b,
section.service-sec .general-head.service-head p strong,
.bottom-line-servie h3,
.bottom-line-servie h3 span,
.bottom-line-servie h3 b,
.bottom-line-servie h3 strong {
  font-size: 20px !important;
  text-transform: initial;
}

.grp-cont-span .grp-text a {
  color: #FFF;
}

.logo-wrap img {
  width: 150px;
  /* width: 175px; */
}

html body .fancybox-button svg path {
  stroke: #7c5b35;
}

html body .fancybox-infobar,
html body .fancybox-infobar span {
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  color: #7c5b35 !important;
}

section.group-hero {
  position: relative;
  top: 1px;
}

html body .upload-file-wrap {
  align-items: center;
}

html body .upload-file-wrap .file-name {
  margin-top: 0;
}

.grp-cont-span-wrap-f {
  border-top: 0.56px solid #7c5b35;
}

.contact-us-section .grp-cont-span-wrap.grp-cont-span-wrap-ff {
  border-top: none;
}

.contact-us-section .grp-cont-span-wrap.grp-cont-span-wrap-ff .col-lg-6 {
  border-top: 0.56px solid #7c5b35;
}

.owl-theme .owl-dots .owl-dot {
  position: relative;
}

.banner-sec .owl-theme .owl-dots .owl-dot span,
.banner-sec .owl-theme .owl-dots .owl-dot:hover span,
.banner-sec .owl-theme .owl-dots .owl-dot.active span {
  width: 30px;
  height: 2px;
  margin: 5px 7px;
  margin: 0;
  background: #7c5b35;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
  opacity: 1;
}

.progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #7c5b35;
  border-radius: 30px;
  transition: width .2s ease;
  /* opacity: 0.1; */
  background-color: #d7cdc2;
  background-color: #7c5b35;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}

.banner-sec .owl-theme .owl-dots .owl-dot.active .progress-bar {
  background-color: #d7cdc2;
}

.banner-sec .owl-theme .owl-dots .owl-dot {
  margin: 0 5px;
  height: 10px;
}

button.fancybox-button.fancybox-button--close svg path {
  stroke: #7c5b35 !important;
  fill: #7c5b35 !important;
}

html body section.tagline-sec p,
html body section.tagline-sec p span,
html body section.tagline-sec p b,
html body section.tagline-sec p strong,
html body section.service-sec .general-head.service-head p,
html body section.service-sec .general-head.service-head p span,
html body section.service-sec .general-head.service-head p b,
html body section.service-sec .general-head.service-head p strong,
html body .bottom-line-servie h3,
html body .bottom-line-servie h3 span,
html body .bottom-line-servie h3 b,
html body .bottom-line-servie h3 strong {
  font-size: 18.5px !important;
}

.alert-success,
.alert-success h5 {
  color: #7c5b35;
  background-color: #d1e7dd;
  border-color: #badbcc;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 2px auto;
  font-weight: 500;
}

.alert-danger,
.alert-danger h5 {
  color: #7c5b35;
  background-color: #f8d7da;
  border-color: #f5c2c7;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-align: center;
  margin: 2px auto;
  font-weight: 500;
}

html body .banner-sec {
  position: relative;
}

html body .alert-success {
  color: #0e3035;
  background-color: #fff;
  border-color: #fff;
  border-radius: 0;
}

html body .banner-sec .alert-success {
  position: absolute;
  right: 0;
  bottom: 15px;
  z-index: 1000;
  max-width: 85%;
  transition: 1s linear;
}

body.fade-out-msg .banner-sec .alert-success {
  transform: translateX(200%);
}

.social-icons ul li a img {
  height: 24px;
}

button.js-cookie-consent-decline.cookie-consent__decline.cursor-pointer.flex.items-center.justify-center.px-4.py-2.rounded-md.text-sm.font-medium.text-yellow-800.bg-yellow-400.cookie-consent__d_decline {
  background: #fff !important;
  border-color: #fff !important;
  color: #7c5b35;
  border-radius: 0;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.g-recaptcha>div {
  margin: 15px auto 0;
  text-align: center;
}

html body input#phone::placeholder {
  opacity: 0;
}

.slick-slide:nth-child(1) .division-cont p {
  line-height: 28px !important;
}

section.projects-sec.grp-sec.desk-ver .grp-cont-span a.btn.btn-prim {
  border: none;
  text-transform: capitalize;
  font-size: 14px;
}

section.projects-sec.grp-sec.desk-ver .grp-cont-span a.btn.btn-prim:hover {
  background: transparent;
  color: #7c5b35;
}

section.projects-sec.prg-grp-abt-sec.grp-sec.desk-ver .grp-cont-span a.btn.btn-prim span {
  border-bottom: 0.56px #7c5b35 solid;
  padding-bottom: 3px;
}

section.projects-sec.grp-sec.prjct-abt-mob a.btn.btn-prim:hover {
  background: #7c5b35;
}

section.projects-sec.grp-sec.prjct-abt-mob a.btn.btn-prim span {
  /* border: none; */
  padding-bottom: 3px;
}

footer.footer-sec hr {
  display: none;
}

.footer-menu-wrap h5 span {
  font-style: normal;
  font-weight: 500;
  font-size: 19.5px;
  line-height: 24px;
  color: #262a2b;
  margin: 0;
  display: block;
  margin-bottom: 5px;
}

/* .g-recaptcha > div {
    width: 200px !important;
    height: auto !important;
}
.rc-anchor-normal{
  width: 196px !important;
} */
.modal-backdrop {
  z-index: 999999999;
}

div#sliderModal {
  z-index: 9999999999;
  height: 100vh;
  /* display: block; */
}

div#sliderModal .modal-dialog {
  height: 100vh;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

div#sliderModal .modal-content {
  height: 100vh;
  background: transparent;
}

div#sliderModal .modal-body {
  padding: 0;
  height: 100vh;
  overflow: hidden;
}

div#sliderModal .slick-slider .slick-list,
div#sliderModal .slick-slider .slick-track,
div#sliderModal .slick-slider {
  height: 100vh;
}

div#sliderModal button.btn-close {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 24px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 24px;
  position: fixed;
  right: 0;
  top: 0;
  opacity: 1;
  z-index: 9999999999999999;
}

div#sliderModal button.btn-close svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
  stroke: #7c5b35 !important;
  fill: #7c5b35 !important;
}

span.pagingInfo {
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  color: #7c5b35 !important;
  letter-spacing: 3px;
  position: fixed;
  left: 15px;
  top: 15px;
  z-index: 9999999999999999;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.project-detail-section .divisions-cont-wrap div#sliderModal .col-wrap-prjct img {
  width: auto;
  height: auto;
  max-width: 80vw;
  max-height: 75vh;
}

.project-detail-section .divisions-cont-wrap div#sliderModal .col-wrap-prjct {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

html body section.pr-wrap-det.project-detail-section div#sliderModal .slick-next {
  top: 50%;
  right: 15px;
  width: 50px;
  height: 120px;
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 15px 30px;
}

html body section.pr-wrap-det.project-detail-section div#sliderModal .slick-prev {
  top: 50%;
  left: 15px;
  width: 50px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: 15px 30px;
}

div#sliderModal .slick-slide img {
  opacity: 0;
  visibility: hidden;
}

div#sliderModal .slick-slide.slick-active img {
  opacity: 1;
  visibility: visible;
}

div#sliderModal .slick-slide {
  opacity: 0.85;
  transition: opacity .5s ease-in-out;
}

div#sliderModal .slick-active {
  opacity: 1;
  transition: opacity .5s ease-in-out;
}

.about-sec-pg {
  background: rgba(25, 24, 23, 1);
  color: #fff;
  padding: 64px 0;
}

.about-cont-pg {
  max-width: 910px;
}

.about-sec-pg h2 {
  color: #fff;
  font-size: 34.5px;
  font-size: 30px;
  font-size: 27px;
  font-weight: 200;
  font-weight: 400;
  word-wrap: break-word;
  text-transform: uppercase;
  margin-bottom: 64px;
}

.about-cont-pg img {
  max-width: 500px;
  margin-bottom: 64px;
}

.about-sec-pg p {
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  word-wrap: break-word !important;
  margin-bottom: 22px !important;
  line-height: 24px !important;

  /* text-align: justify !important;
}
@media (min-width:1200px) and (max-width: 1440px) {
  .slick-next:after{
    left: 10px;
  }
  .slick-prev:after{
    right: -5px;
  }
  html body .projects-sec .slick-next{
    right: 0;
  }
  html body .projects-sec .slick-prev {
    left: 0;
}
.projects-sec .projects-slider-wrap .mid-line-projects {
  width: calc(100% + 0px);
  left: 0;
}
.projects-slider-wrap-home .lines-wrapper-prj-det .box-prct-left {
  left: 0;
}
.projects-slider-wrap-home .lines-wrapper-prj-det .box-prct-right {
  right: 0;
}
/* html body section.pr-wrap-det.project-detail-section .slick-prev,
.lines-wrapper-prj-det .box-prct-left {
  left: 0;
}
html body section.pr-wrap-det.project-detail-section .slick-next,
.lines-wrapper-prj-det .box-prct-right {
  right: 0;
}
html body section.pr-wrap-det.project-detail-section .whole-warp-for-after .mid-line-projects {
  width: calc(100%);
  left: 0;
} */
  section.pr-wrap-det.project-detail-section .whole-warp-for-after {
    position: relative;
    max-width: 95%;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .btmns-tabs {
    display: none;
  }
}

@media (max-height: 550px) {
  .sidebar-menu {
    overflow-y: auto;
  }

  .sidebar-menu ul li:nth-child(1):after,
  .sidebar-menu ul li:nth-last-child(1):after {
    display: none;
  }
}

@media (min-width: 1399px) {
  .footer-menu-wrap ul:before {
    right: calc(-100% - -130px);
  }

  .footer-menu-wrap ul:after {
    left: calc(-100% - -130px);
  }
}

@media (max-width: 1399px) {

  /* new slick */
  .div-for-col button.slick-next,
  .div-for-col button.slick-prev {
    top: calc(371px);
  }

  .service-cont-wrap.ser-sec-three-items .slick-next,
  .service-cont-wrap.ser-sec-three-items .slick-prev {
    top: calc(257px);
  }

  .service-sec .ser-sec-three-items .service-horizantal-line {
    top: calc(257px);
  }

  .service-sec .ser-sec-three-items .service-box {
    top: calc(257px - 7.5px);
  }

  /* new slick */
  .rec-pg-sec-main .service-sec .service-cont-wrap .service-horizantal-line {
    top: 400px;
  }

  .rec-pg-sec-main .service-sec .service-cont-wrap .service-box-one {
    top: calc(400px - 7.5px);
  }

  .contact-us-section .service-horizantal-line-one,
  .contact-us-section .service-horizantal-line-two {
    top: 270px;
  }

  .contact-us-section .service-box {
    top: calc(270px - 7.5px);
  }

  .job-detail .rec-det-inner-pg .service-sec .service-cont-wrap .service-box-one {
    top: calc(100% - 7.5px);
  }

  .job-detail .rec-det-inner-pg .service-sec .service-cont-wrap .service-horizantal-line {
    top: 100%;
  }

  section.contact-us-section.project-one-section .service-box-one,
  section.contact-us-section.project-one-section .service-box-two {
    top: calc(304px - 7.5px);
  }

  /* .project-one-section .service-horizantal-line{
    top: 304px;
  } */
  .footer-menu-wrap ul:before {
    right: calc(-100% - 0px);
  }

  .footer-menu-wrap ul:after {
    left: calc(-100% - 0px);
  }

  .sidebar-menu ul:before,
  .sidebar-menu ul:after {
    height: 10%;
  }

  .division-cont h3 {
    font-size: 19px;
  }

  .div-for-col .horizantal-line_one,
  .div-for-col .horizantal-line-two,
  .div-for-col .horizantal-line-three {
    top: 371px;
  }

  .div-for-col .box-one,
  .div-for-col .box-two,
  .div-for-col .box-three,
  .div-for-col .divisions-cont-wrap .custom-owl-nav,
  .div-for-col .divisions-slider .owl-item.active .div-item-wrap:before,
  .div-for-col .divisions-slider .owl-item.active .div-item-wrap:after {
    top: calc(371px - 7.5px);
  }

  .div-for-col .divisions-cont-wrap .custom-owl-nav {
    top: 371px;
  }

  .division-cont {
    padding: 0 20px;
  }

  .service-horizantal-line {
    top: 278px;
  }

  .service-box {
    top: calc(278px - 7.5px);
  }

  .footer-menu-wrap ul:before {
    right: calc(-100% - -60px);
  }

  .footer-menu-wrap ul:after {
    left: calc(-100% - -50px);
  }
}

@media (max-width: 1199px) {

  /* terms and conditions */
  section.banner-sec-text {
    padding: 150px 0 50px;
  }

  section.banner-sec-text h1 {
    margin-bottom: 25px;
    font-size: 20px;
  }

  section.banner-sec-text p {
    font-size: 15px;
  }

  section.pol-sec-text {
    padding: 40px 0;
  }

  section.pol-sec-text p {
    font-size: 15px;
    margin-bottom: 25px;
  }

  section.pol-sec-text hr {
    margin: 40px auto;
  }

  section.pol-sec-text h2 {
    margin-bottom: 25px;
  }

  /* terms and conditions */
  html body .projects-sec .slick-next,
  .projects-slider-wrap-home .lines-wrapper-prj-det .box-prct-right {
    right: 0px !important;
    left: auto !important;
  }

  html body .projects-sec .slick-prev,
  .projects-slider-wrap-home .lines-wrapper-prj-det .box-prct-left {
    left: 0px !important;
    right: auto !important;
  }

  .projects-sec .projects-slider-wrap .mid-line-projects {
    width: 100% !important;
    left: 0px !important;
  }

  html body section.pr-wrap-det.project-detail-section section.projects-sec.grp-sec {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  html body section.pr-wrap-det.project-detail-section .slick-next {
    right: -15px;
  }

  html body section.pr-wrap-det.project-detail-section .slick-prev {
    left: -15px;
  }

  .lines-wrapper-prj-det .box-prct-left {
    width: 15px;
    height: 15px;
    background: rgba(124, 91, 53, 1);
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
  }

  .lines-wrapper-prj-det .box-prct-right {
    width: 15px;
    height: 15px;
    background: rgba(124, 91, 53, 1);
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
  }

  html body section.pr-wrap-det.project-detail-section .whole-warp-for-after .mid-line-projects {
    width: calc(100% + 20px);
    left: -10px;
  }

  section.main-prjt-sec-fn.contact-us-section.project-one-section .service-box-one,
  section.main-prjt-sec-fn.contact-us-section.project-one-section .service-box-two {
    top: calc(251px - 7.5px);
    top: auto;
    bottom: calc(0px - 7.5px);
  }

  section.contact-us-section.project-one-section section.projects-sec.grp-sec.prjcts-pg-form-area {
    padding-top: 0;
    padding-bottom: 74px;
  }

  .btn-holder.btn-24 .btn-4 span {
    font-size: 20px;
  }

  .footer-menu-wrap ul:after {
    left: calc(-100% - -50px);
  }

  .footer-menu-wrap ul:before {
    right: calc(-100% - -50px);
  }

  /* slick new slider */
  /* home division */
  html body .slick-next,
  html body .slick-prev {
    top: calc(320px - 7.5px);
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
  }

  html body .div-for-col button.slick-next,
  html body .div-for-col button.slick-prev {
    top: calc(320px - 7.5px);
  }

  html body .division-cont h3 {
    font-size: 16px;
  }

  html body .projects-sec .slick-next {
    right: -15px;
  }

  html body .projects-sec .slick-prev {
    left: -15px;
  }

  .projects-slider-wrap-home .lines-wrapper-prj-det .box-prct-left {
    left: -15px;
  }

  .projects-slider-wrap-home .lines-wrapper-prj-det .box-prct-right {
    left: -15px;
  }

  .btn-holder .btn-4 span {
    font-size: 24px;
  }

  /* home service slider */
  html body .service-sec .ser-sec-three-items .slick-next,
  html body .service-sec .ser-sec-three-items .slick-prev {
    top: calc(217px - 7.5px);
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
  }

  .service-sec .ser-sec-three-items .service-horizantal-line {
    top: 217px;
  }

  .service-sec .ser-sec-three-items .service-box {
    top: calc(217px - 7.5px);
  }

  /* home projects slider */
  html body .projects-sec .slick-next,
  html body .projects-sec .slick-prev {
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
  }

  /* slick new slider */
  .contact-us-section .service-horizantal-line-one,
  .contact-us-section .service-horizantal-line-two {
    top: 230px;
  }

  .contact-us-section .service-box {
    top: calc(230px - 7.5px);
  }

  .rec-pg-sec-main .service-sec .service-cont-wrap .service-horizantal-line {
    top: 340px;
  }

  .rec-pg-sec-main .service-sec .service-cont-wrap .service-box-one {
    top: calc(340px - 7.5px);
  }

  .tagline-sec {
    padding: 35px 0;
  }

  p {
    font-size: 18px;
  }

  /* old */
  .division-cont h3 {
    font-size: 19px;
    margin: 23px 0;
  }

  .div-for-col .horizantal-line_one,
  .div-for-col .horizantal-line-two,
  .div-for-col .horizantal-line-three {
    top: 309px;
  }

  .div-for-col .box-one,
  .div-for-col .box-two,
  .div-for-col .box-three,
  .div-for-col .divisions-cont-wrap .custom-owl-nav,
  .div-for-col .divisions-slider .owl-item.active .div-item-wrap:before,
  .div-for-col .divisions-slider .owl-item.active .div-item-wrap:after {
    top: calc(309px - 7.5px);
  }

  .div-for-col .box-one {
    left: calc(24.85% - 7.5px);
  }

  .div-for-col .box-two {
    left: calc(49.85% - 7.5px);
  }

  .div-for-col .box-three {
    left: calc(75% - 7.5px);
  }

  .division-cont {
    padding: 0 20px;
  }

  .service-horizantal-line {
    top: 245px;
  }

  .service-box {
    top: calc(245px - 7.5px);
  }

  .service-cont {
    padding: 24px 20px 0;
    text-align: center;
  }

  .footer-menu-wrap ul li a {
    font-size: 16px;
  }

  .footer-menu-wrap ul li {
    padding: 0 40px 0 32px;
  }

  /* new ser slider */
  .div-for-col .horizantal-line_one,
  .div-for-col .horizantal-line-two,
  .div-for-col .horizantal-line-three {
    top: 417px;
  }

  .div-for-col .box-one,
  .div-for-col .box-two,
  .div-for-col .box-three,
  .div-for-col .divisions-cont-wrap .custom-owl-nav,
  .div-for-col .divisions-slider .owl-item.active .div-item-wrap:before,
  .div-for-col .divisions-slider .owl-item.active .div-item-wrap:after {
    top: calc(417px - 7.5px);
  }

  .div-for-col .vertical-line-one {
    left: 33.5%;
  }

  .div-for-col .vertical-line-two {
    left: 67%;
  }

  html body .div-for-col .box-one {
    left: calc(33.5% - 7.5px);
  }

  .div-for-col .box-two {
    left: calc(67% - 7.5px);
  }

  html body .div-for-col button.slick-next,
  html body .div-for-col button.slick-prev {
    top: calc(417px - 7.5px);
  }

  .slick-next:after {
    left: 10px;
  }

  .slick-prev:after {
    right: -5px;
  }

  .div-for-col .vertical-line-three,
  .div-for-col .box-three {
    display: none;
  }

  /* new service slider */
  /* new responsive */
  .division-content-wraparap.div-for-col,
  .service-cont-wrap {
    width: 95%;
    margin: 0 auto;
  }

  .div-for-col .horizantal-line_one,
  .div-for-col .horizantal-line-two,
  .div-for-col .horizantal-line-three {
    top: 396px;
  }

  .div-for-col .box-one,
  .div-for-col .box-two,
  .div-for-col .box-three,
  .div-for-col .divisions-cont-wrap .custom-owl-nav,
  .div-for-col .divisions-slider .owl-item.active .div-item-wrap:before,
  .div-for-col .divisions-slider .owl-item.active .div-item-wrap:after {
    top: calc(396px - 7.5px);
  }

  html body .div-for-col button.slick-next,
  html body .div-for-col button.slick-prev {
    top: calc(396px - 7.5px);
  }

  .service-sec .ser-sec-three-items .service-horizantal-line {
    top: 208px;
  }

  .service-sec .ser-sec-three-items .service-box,
  html body .service-sec .ser-sec-three-items .slick-next,
  html body .service-sec .ser-sec-three-items .slick-prev {
    top: calc(208px - 7.5px);
  }

  .projects-slider-wrap.projects-slider-wrap-home,
  .pr-wrap-det.project-detail-section .whole-warp-for-after {
    width: 95%;
    margin: 0 auto;
  }

  .rec-pg-sec-main .service-sec .service-cont-wrap .service-horizantal-line {
    top: 323px;
  }

  .rec-pg-sec-main .service-sec .service-cont-wrap .service-box-one {
    top: calc(323px - 7.5px);
  }
}

@media (max-width: 991px) {
  html body .fancybox-image {
    width: 80%;
  }

  html body .fancybox-navigation .fancybox-button--arrow_right {
    right: 5px;
  }

  html body .fancybox-navigation .fancybox-button--arrow_right {
    width: 20px;
    height: 40px;
    padding: 0;
  }

  html body .fancybox-navigation .fancybox-button--arrow_left {
    left: 5px;
  }

  html body .fancybox-navigation .fancybox-button--arrow_left {
    width: 20px;
    height: 40px;
    padding: 0;
  }

  .fancybox-navigation .fancybox-button {
    top: 50%;
    transform: translateY(-50%);
  }

  .proj-tabs-wrap .nav-tabs {
    z-index: 99999999;
  }

  html body .proj-tabs-wrap .nav-tabs li.nav-item {
    display: block;
  }

  .proj-tabs-wrap .nav-tabs .nav-item .nav-link:before {
    display: none;
  }

  html body .proj-tabs-wrap .tab-content>.active {
    min-height: 250px;
  }

  html body .proj-tabs-wrap .dropdown-menu {
    width: 100%;
    border: 1px solid #7c5b35 !important;
    left: -5px !important;
  }

  html body .proj-tabs-wrap .dropdown-menu .dropdown-item {
    color: #7c5b35;
    padding: 10px 15px;
  }

  html body .proj-tabs-wrap .dropdown-item.active,
  html body .proj-tabs-wrap .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #7c5b35;
  }

  html body .proj-tabs-wrap .nav-tabs .nav-item .nav-link {
    width: 100%;
    text-align: left;
    font-weight: 400;
  }

  .shad-banner {
    max-height: 135px;
  }

  html body section.current-sec.current-sec-main-pr .general-head.current-head {
    padding: 20px 0 15px;
  }

  html body .divisions-cont-wrap .division-slider .division-cont {
    padding-top: 20px;
  }

  html body div section.no-padd-mob {
    padding: 0 !important;
  }

  html body div section.no-padd-mob .container {
    padding: 0;
  }

  html body div section.no-padd-mob .container .wrap-ul {
    margin-left: 15px;
    margin-right: 15px;
  }

  html body div section.no-padd-mob .container .col-lg-4.p-0 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  html body .tagline-sec {
    padding-bottom: 0;
  }

  html body .projects-sec .projects-slider-wrap .slick-next {
    right: -30px !important;
  }

  html body .projects-sec .projects-slider-wrap .slick-prev {
    left: -30px !important;
  }

  .wrap-ul {
    position: relative;
  }

  /* width */
  html body .proj-tabs-wrap .nav-tabs::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }

  /* Track */
  html body .proj-tabs-wrap .nav-tabs::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }

  /* Handle */
  html body .proj-tabs-wrap .nav-tabs::-webkit-scrollbar-thumb {
    background: red;
    border-radius: 10px;
  }

  /* Handle on hover */
  html body .proj-tabs-wrap .nav-tabs::-webkit-scrollbar-thumb:hover {
    background: #b30000;
  }

  .btmns-tabs div {
    display: inline-block;
  }

  .btmns-tabs div img {
    max-width: 10px;
  }

  .project-one-section .divisions-cont-wrap .col-lg-4 .division-cont {
    padding-bottom: 15px;
  }

  .mobile-tabs .nav-item {
    display: none;
  }

  .mobile-tabs .nav-item.active {
    display: block;
  }

  .proj-tabs-wrap {
    overflow: hidden;
    position: relative;
    padding-top: 30px;
  }

  .proj-tabs-wrap .nav-tabs {
    position: relative;
  }

  div#slideLeft {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }

  div#slideRight {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }

  .proj-tabs-wrap .nav-tabs {
    margin: 10px 20px;
  }

  .proj-tabs-wrap .nav-tabs .nav-item {
    display: inline-block;
  }

  html body .proj-tabs-wrap .nav-tabs {
    /* overflow-x: auto;
  overflow-y: hidden;
  text-wrap: nowrap; */
    display: block;
    /* border: none !important; */
    margin: 10px 0px;
  }

  html body .proj-tabs-wrap .nav-tabs li.nav-item {
    /* display: block; */
  }

  .division-cont h3 {
    margin: 0;
  }

  .nav-tabs.mobile-tabs .nav-item.active>a:before {
    /* content: "\e259"; */
    position: absolute;
    bottom: 0;
    /* right: 15px; */
    display: inline-block;
    /* font-family: 'Glyphicons Halflings'; */
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    display: none;
  }

  .proj-tabs-wrap .nav-tabs {
    display: block;
    border: 1px solid #7c5b35 !important;
    margin: 10px 0;
    padding: 5px 0;
  }

  /* terms and conditions */
  section.banner-sec-text {
    padding: 125px 0 40px;
  }

  section.banner-sec-text h1 {
    margin-bottom: 25px;
    font-size: 20px;
  }

  section.banner-sec-text p {
    font-size: 15px;
  }

  section.pol-sec-text {
    padding: 40px 0;
  }

  section.pol-sec-text p {
    font-size: 15px;
    margin-bottom: 25px;
  }

  section.pol-sec-text hr {
    margin: 25px auto;
  }

  section.pol-sec-text h2 {
    margin-bottom: 25px;
  }

  /* terms and conditions */
  .select-selected,
  html body .upload-file-wrap {
    border-radius: 0.25rem;
  }

  html body .rec-pg-sec.rec-pg-sec-main.rec-main-page-wrap .btn-holder {
    margin-top: 40px;
  }

  .project-two-section .divisions-cont-wrap .col-lg-4:nth-child(odd) {
    background-color: transparent;
    padding-top: 30px !important;
    margin-top: 30px;
    margin-top: 0;
  }

  .project-two-section .divisions-cont-wrap .col-lg-4:nth-child(even) {
    margin-top: 0;
  }

  .project-two-section .divisions-cont-wrap .col-lg-4 .division-cont {
    margin-bottom: 30px;
  }

  .project-two-section .divisions-cont-wrap .col-lg-4:nth-child(even) .division-cont {
    margin-bottom: 15px;
  }

  .project-two-section.project-arch .divisions-cont-wrap .col-lg-4:nth-child(odd) .division-cont.div-cont-main h3 {
    color: #7c5b35;
  }

  .project-two-section.project-arch .divisions-cont-wrap .col-lg-4:nth-child(even) .division-cont.div-cont-main h3 {
    color: #FFFBFA;
  }

  html body .banner-sec .owl-theme .owl-dots {
    margin-bottom: 0;
    bottom: 15px;
    /* bottom: -20px; */
  }

  html body .fancybox-image,
  html body .fancybox-spaceball {
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
  }

  section.projects-sec .btn-holder a.btn {
    margin-top: 10px;
  }

  .project-one-section.no-box-prj .col-lg-4.p-0 {
    margin-top: 15px;
    border-bottom: none;
  }

  .current-sec.opp-cur-sec .service-cont .cont-wrap-ser-btn {
    /* margin-bottom: 30px; */
  }

  .btn-holder.btn-24 .dots-square {
    display: none;
  }

  section.group-hero {
    margin-top: 25px;
  }

  html body section.who-sec .vison-mission-sec .col-lg-6:nth-last-child(1) .service-media img,
  html body section.who-sec .service-media img {
    padding-bottom: 20px;
  }

  .mob-none {
    display: none !important;
  }

  .mx-w {
    max-width: 100% !important;
    margin: 15px auto !important;
  }

  .head-rec-dt {
    margin: 30px auto 15px !important;
  }

  section.main-prjt-sec-fn.contact-us-section.project-one-section .slick-ser-slider .col-lg-4 {
    margin-top: 0;
  }

  section.main-prjt-sec-fn.contact-us-section.project-one-section .slick-newspress-slider .col-lg-4 {
    margin-top: 0;
  }

  section.about-us-section.abt-pg-fn .service-cont {
    max-width: 100%;
  }

  section.main-prjt-sec-fn.contact-us-section.project-one-section .service-box-one {
    display: block;
    left: 50%;
    transform: translateX(-50%);
  }

  section.main-prjt-sec-fn.contact-us-section.project-one-section .service-vertical-lines {
    display: block;
  }

  section.main-prjt-sec-fn.contact-us-section.project-one-section .service-vertical-lines .service-line {
    display: block;
  }

  section.main-prjt-sec-fn.contact-us-section.project-one-section .service-vertical-lines .service-vertical-line-one.service-line {
    height: calc(100% - 145px);
    top: 145px;
    left: 50%;
  }

  section.main-prjt-sec-fn.contact-us-section.project-one-section .service-vertical-lines .service-vertical-line-two.service-line {
    display: none;
  }

  section.main-prjt-sec-fn.contact-us-section.project-one-section .service-horizantal-line-wrap {
    display: block;
  }

  section.main-prjt-sec-fn.contact-us-section.project-one-section .service-horizantal-line-wrap .service-horizantal-line-one.service-horizantal-line {
    display: block;
    width: 100%;
  }

  .service-cont {
    padding: 24px 20px 0;
    text-align: center;
  }

  section.about-us-section.abt-pg-fn .vison-mission-sec .service-media:after,
  section.about-us-section.abt-pg-fn .vison-mission-sec .service-media:before,
  section.about-us-section.abt-pg-fn .vison-mission-sec .service-media:before {
    display: none;
  }

  section.about-us-section.abt-pg-fn section.projects-sec .grp-cont-span a.btn.btn-prim {
    padding: 8px 12px 8px 12px;
    font-size: 13px;
  }

  section.about-us-section.abt-pg-fn .head h3 {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .grp-cont-span .grp-text {
    /* width: 100%; */
    font-size: 13px;
  }

  .btn-holder .btn-4 span {
    font-size: 18px;
    padding: 12px 25px 15px;
  }

  .project-detail-section .whole-warp-for-after .down-arrow-before,
  .projects-slider-wrap .down-arrow-before {
    height: 100%;
  }

  .project-one-section .divisions-cont-wrap .col-lg-4 .division-cont {
    padding-bottom: 80px;
    top: 0;
  }

  .div-for-col .vertical-line-one,
  .div-for-col .vertical-line-three {
    display: none;
  }

  .div-for-col .box-one,
  .div-for-col .box-two,
  .div-for-col .box-three {
    display: none;
  }

  html body .owl-theme .owl-dots .owl-dot.active span,
  html body .owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(124, 91, 53, 1);
  }

  .owl-dots {
    margin-bottom: 30px;
    position: relative;
    top: 45px;
  }

  .div-for-col .horizantal-line_one,
  .div-for-col .horizantal-line-two,
  .div-for-col .horizantal-line-three {
    display: none;
  }

  .service-horizantal-line,
  .service-box {
    display: none;
  }

  .service-vertical-line-one {
    left: 50%;
  }

  .service-vertical-line-two {
    display: none;
  }

  .service-cont-wrap .owl-dots {
    margin-bottom: 30px;
    position: relative;
    top: 80px;
  }

  .footer-menu-wrap ul:after {
    display: none;
  }

  .logo-wrap {
    padding: 33px 0;
    padding: 15px 0;
  }

  .job-detail .btn.btn-prim,
  .projects-sec .btn.btn-prim {
    font-size: 18px;
    padding: 12px 25px 14px;
  }

  .rec-sec-main .service-cont-wrap .col-lg-6.col-md-12 {
    margin-bottom: 30px;
  }

  .country-select {
    padding-left: 30px;
    /* margin-left: 15px; */
  }

  section.projects-sec.grp-sec {
    padding: 60px 0 60px;
  }

  .job-detail .service-cont h3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .who-wide-content {
    padding: 0px 0 15px
  }

  section.current-sec h3+.py-5 {
    padding: 10px 0 !important;
  }

  /* top media */

  .banner-sec .owl-theme .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0px;
    top: auto;
    width: 100%;
  }

  section.job-detail.rec-pg-sec-det.det-pg-fn-rec .service-cont {
    padding: 0;
  }

  html body section.pr-wrap-det.project-detail-section section.projects-sec.grp-sec {
    padding-top: 74px;
    padding-bottom: 60px;
  }

  .project-two-section .divisions-cont-wrap .col-lg-4:nth-child(6n + 4),
  .project-two-section .divisions-cont-wrap .col-lg-4:nth-child(6n + 5),
  .project-two-section .divisions-cont-wrap .col-lg-4:nth-child(6n + 6) {
    background-color: transparent;
    padding-top: 30px !important;
    margin-top: 30px;
  }

  .project-two-section .divisions-cont-wrap .col-lg-4:nth-child(6n + 4)::after,
  .project-two-section .divisions-cont-wrap .col-lg-4:nth-child(6n + 5)::after,
  .project-two-section .divisions-cont-wrap .col-lg-4:nth-child(6n + 6)::after {
    content: '';
    background-color: rgba(25, 24, 23, 1);
    position: absolute;
    width: 1600%;
    height: 100%;
    top: 1px;
    left: -750%;
    z-index: -1;
    display: none;
  }

  .project-two-section .divisions-cont-wrap .col-lg-4:nth-child(even)::after {
    content: '';
    background-color: rgba(25, 24, 23, 1);
    position: absolute;
    width: 1600%;
    height: 100%;
    top: 0;
    left: -750%;
    display: block;
    z-index: -1;
  }

  .project-two-section .divisions-cont-wrap .col-lg-4:nth-child(even) {
    background-color: rgba(25, 24, 23, 1);
    padding-top: 30px !important;
    margin-top: 30px;
    padding-bottom: 30px !important;
  }

  .project-two-section .divisions-cont-wrap .col-lg-4:nth-child(even) .division-cont h3 {
    color: #FFFBFA;
  }

  .grp-cont-span .grp-text label {
    font-size: 14px;
  }

  .upload-button {
    font-size: 14px;
  }

  .sidebar-menu ul:before,
  .sidebar-menu ul:after {
    height: 23%;
  }

  section.tagline-sec p,
  section.tagline-sec p * {
    font-size: 18px !important;
  }

  .pr-wrap-det.project-detail-section .whole-warp-for-after .down-arrow-after {
    display: none;
  }

  .grp-cont-span {
    padding: 22px 0 0px;
    min-height: 60px;
  }

  .grp-cont-span:nth-last-child(1) {
    padding: 0 0 0;
  }

  .project-detail-section .whole-warp-for-after .down-arrow-before,
  .projects-slider-wrap .down-arrow-before {
    left: 50%;
    height: calc(100% + 40px);
  }

  .custom-prev-button {
    margin-left: 0;
  }

  .custom-next-button {
    margin-right: 0;
  }

  .mid-line-projects {
    width: 100%;
  }

  .project-detail-section .whole-warp-for-after .down-arrow-before,
  .projects-slider-wrap .down-arrow-after {
    display: none;
  }

  .hamburger-icon {
    right: 0;
  }

  .logo-wrap img {
    max-width: 85px;
    max-width: 150px;
    max-width: 125px;
  }

  .hamburger-icon img {
    max-width: 25px;
  }

  .banner-sec {
    height: 100vh;
  }

  .seperator-wrap-inner {
    width: 100%;
  }

  p {
    font-size: 18px;
  }

  .tagline-sec {
    padding: 25px 0 35px;
  }

  .divisions-sec {
    padding: 35px 0;
  }

  .divisions-cont-wrap .custom-owl-nav,
  .divisions-slider .owl-item.active .div-item-wrap:before,
  .divisions-slider .owl-item.active .div-item-wrap:after {
    display: none;
  }

  .divisions-slider .owl-item.active:after,
  .service-slider .owl-item.active:after {
    display: none;
  }

  .divisions-head {
    margin-bottom: 0;
  }

  .footer-menu-wrap ul:before {
    display: none;
  }

  .footer-menu-wrap ul {
    text-align: left;
  }

  .btn.btn-prim {
    padding: 12px 25px 12px;
    font-size: 20px;
  }

  .service-horizantal-line-wrap,
  .service-vertical-lines,
  .service-sec .service-cont-wrap .service-box-one {
    display: none;
  }

  /* header.fixed-header {
    padding: 5px 0px;
  } */
  .service-head {
    padding: 35px 0 0px;
  }

  /* new contact file style by yasir */
  .rec-sep {
    /* padding-top: 35px; */
  }

  .general-head.current-head {
    padding: 35px 0 35px;
  }

  .contact-us-section .divisions-cont-wrap {
    margin-top: 0;
    margin-bottom: 35px;
  }

  .contact-us-section .divisions-cont-wrap .division-media:before,
  .contact-us-section .divisions-cont-wrap .division-media:after {
    display: none;
  }

  .contact-us-section .divisions-cont-wrap .col-lg-4 {
    border-right: none;
  }

  .grp-cont-span .grp-text {
    /* width: 100%; */
  }

  .footer-menu-wrap ul li a {
    font-size: 14px;
  }

  .footer-menu-wrap ul li:after {
    width: 15px;
    height: 15px;
    left: -10px;
  }

  .footer-menu-wrap ul li {
    padding: 0 30px 0 15px;
  }

  .footer-menu-wrap ul {
    text-align: center;
  }

  .footer-copyright p {
    font-size: 11px;
  }

  .social-icons ul li i {
    font-size: 24px;
  }

  .footer-menu-wrap h5 {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 15px;
  }

  section.projects-sec {
    padding: 70px 0 55px;
  }

  .bottom-line-servie h3 {
    padding: 35px 0;
  }

  .job-detail .projects-sec .grp-head {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .select-selected {
    padding-left: 35px;
    background-size: 20px;
    border-radius: 0.25rem 0 0 0.25rem;
    border-right: none;
    font-size: 13px;
    font-weight: 200;
    min-width: 105px;
    width: auto;
    color: #fff6f5;
    font-size: 16px;
    font-weight: 300;
    padding: 0;
    width: 100%;
  }

  .rec-pg-sec.rec-pg-sec-main .grp-cont .grp-cont-span-wrap input[type="tel"],
  .contact-us-section .grp-cont .grp-cont-span-wrap input[type="tel"],
  section.current-sec.rec-cur-sec.rec-det-inner-pg .grp-cont .grp-cont-span-wrap input[type="tel"] {
    border-radius: 0 0.25rem 0.25rem 0;
    border-left: none;
  }

  section.job-detail h3+.py-2.mt-4.mb-5 {
    margin-bottom: 10px !important;
  }

  .col-lg-6.col-md-12.p-0 {
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
  }

  .project-one-section.contact-us-section .divisions-cont-wrap {
    margin-bottom: 50px;
  }

  .contact-us-section .divisions-cont-wrap .division-cont h3 {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .general-head.current-head {
    padding: 10px 0 35px;
  }

  .project-two-section section.projects-sec.grp-sec.prg-cat-pg-fomr-sec {
    padding-top: 50px;
    padding-bottom: 56px;
  }

  section.pr-wrap-det.project-detail-section .general-head.current-head.text-center {
    padding-bottom: 25px;
  }

  .project-detail-section .whole-warp-for-after {
    padding-bottom: 50px;
  }

  section.pr-wrap-det.project-detail-section section.projects-sec.grp-sec .btn {
    margin-top: 40px;
  }

  html body .rec-sec-main .service-cont-wrap .col-lg-6.col-md-12 {
    margin-bottom: 0;
  }

  .cont-wrap-ser-text {
    margin-top: 15px;
  }

  section.projects-sec .btn-holder .btn {
    margin-top: 0;
  }

  section.current-sec.rec-cur-sec.rec-det-inner-pg section.mob-sep {
    padding-bottom: 40px !important;
  }

  section.job-detail.rec-pg-sec-det.det-pg-fn-rec .btn-holder {
    margin: 30px auto 0;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  html body section.projects-sec.grp-sec.desk-ver .col-lg-6:nth-child(even) .grp-cont-span .grp-text {
    width: calc(100% - 110px);
  }

  html body section.projects-sec.grp-sec.desk-ver .grp-cont-span a.btn.btn-prim {
    width: 110px;
  }

  html body .rec-pg-sec.rec-pg-sec-main.rec-main-page-wrap .btn-holder {
    margin-top: 40px;
    margin-bottom: 25px;
  }

  section.divisions-sec .general-head.divisions-head {
    padding-bottom: 25px;
  }

  /* slick new */
  html body section.divisions-sec .slick-next,
  html body section.divisions-sec .slick-prev {
    top: calc(464px - 7.5px);
  }

  section.divisions-sec .div-for-col .box-two {
    display: block;
    top: calc(464px - 7.5px);
  }

  html body section.divisions-sec .div-for-col .horizantal-line_one {
    top: 464px;
  }

  /* service slider */

  html body .service-sec .ser-sec-three-items .slick-next,
  html body .service-sec .ser-sec-three-items .slick-prev {
    top: calc(239px - 7.5px);
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
  }

  html body .service-sec .ser-sec-three-items .service-horizantal-line {
    top: 239px;
  }

  html body .service-sec .ser-sec-three-items .service-box-one {
    top: calc(239px - 7.5px);
  }

  /* projects slider */
  .projects-sec .projects-slider-wrap .down-arrow-before {
    display: none;
  }

  /* slick new */
  .div-for-col .horizantal-line_one {
    display: block;
    left: 0;
    width: 100%;
    top: 475px;
  }

  .div-for-col .divisions-cont-wrap .custom-owl-nav {
    display: flex;
    left: 0;
    width: 100%;
    top: 475px;
  }

  .service-cont-wrap.ser-sec-three-items .service-horizantal-line-wrap {
    display: block;
  }

  .service-sec .ser-sec-three-items .service-horizantal-line-one,
  .service-sec .ser-sec-three-items .service-box {
    display: block;
  }

  .service-sec .ser-sec-three-items .service-vertical-lines {
    display: block;
  }

  .service-sec .ser-sec-three-items .service-horizantal-line {
    top: 270px;
    width: 100%;
  }

  html body .service-sec .ser-sec-three-items .owl-carousel .owl-nav button.owl-prev,
  html body .service-sec .ser-sec-three-items .owl-carousel .owl-nav button.owl-next,
  html body .service-sec .ser-sec-three-items .owl-carousel .owl-nav button:hover,
  html body .service-sec .ser-sec-three-items .owl-theme .owl-nav [class*="owl-"]:hover {
    top: calc(270px - 7.5px);
  }

  html body .owl-carousel .owl-nav button.owl-next {
    right: -20px;
  }

  html body .owl-carousel .owl-nav button.owl-prev {
    left: -20px;
  }

  .service-sec .ser-sec-three-items .service-vertical-line-one {
    left: calc(50% - 3px);
  }

  .service-sec .ser-sec-three-items .service-box-two {
    display: none;
  }

  .service-sec .ser-sec-three-items .service-box-one {
    left: calc(50% - 12.5px);
    top: calc(270px - 7.5px);
  }

  section.pr-wrap-det.project-detail-section .custom-owl-nav {
    display: flex;
  }

  section.projects-sec.grp-sec .grp-cont {
    padding: 40px 0 0;
  }

  section.current-sec p {
    font-size: 16px;
  }

  .general-head,
  .general-head h2 {
    font-size: 26px;
  }

  .current-sec.opp-cur-sec .service-cont {
    height: auto;
  }

  section.about-us-section.abt-pg-fn .who-wide-content {
    padding: 15px 0 0;
  }

  section.about-us-section.abt-pg-fn .vison-mission-sec {
    padding: 0;
  }

  section.about-us-section.abt-pg-fn .general-head.who-head {
    padding: 48px 0 33px;
  }

  section.about-us-section.abt-pg-fn .general-head.who-head {
    padding: 35px 0;
  }

  section.about-us-section.abt-pg-fn .about-us-section .who-wide-content {
    padding: 30px 0px;
  }

  section.about-us-section.abt-pg-fn section.who-sec section.service-sec {
    padding: 0 !important;
  }

  section.who-sec .service-media img {
    padding: 10px 0px;
  }

  section.job-detail.rec-pg-sec-det.det-pg-fn-rec .service-cont h3 {
    /* max-width: 500px; */

  }

  .div-for-col .vertical-line-two {
    left: 50%;
  }

  section.divisions-sec .div-for-col .box-two {
    left: calc(50% - 7.5px);
    top: calc(440px - 7.5px);
  }

  html body section.divisions-sec .slick-next,
  html body section.divisions-sec .slick-prev {
    top: calc(440px - 7.5px);
  }

  html body section.divisions-sec .div-for-col .horizantal-line_one {
    top: 440px;
  }

  html body .service-sec .ser-sec-three-items .service-horizantal-line {
    top: 230px;
  }

  html body .service-sec .ser-sec-three-items .service-box-one,
  html body .service-sec .ser-sec-three-items .slick-next,
  html body .service-sec .ser-sec-three-items .slick-prev {
    top: calc(230px - 7.5px);
  }

  section.projects-sec {
    padding: 40px 0 20px;
  }

  section.service-sec+section.projects-sec {
    padding: 40px 0 35px;
  }

  .project-detail-section .divisions-cont-wrap .col-wrap-prjct .prjct-img img,
  .projects-slider-wrap .projects-slider .item-img img {
    height: 250px;
  }

  .mob-sep {
    display: block;
  }

  .desk-sep {
    display: none;
  }

  section.main-prjt-sec-fn.contact-us-section.project-one-section .service-vertical-lines .service-vertical-line-one.service-line,
  section.main-prjt-sec-fn.contact-us-section.project-one-section .service-box-one {
    display: none;
  }

  .project-two-section section.projects-sec.grp-sec.prg-cat-pg-fomr-sec {
    /* padding-top: 20px;
  padding-bottom: 20px; */
  }

  section.categ-page-fn.project-two-section.project-arch .division-media img {
    height: auto;
  }

  .rec-pg-sec.rec-pg-sec-main.rec-main-page-wrap .cont-wrap-ser-text h3 {
    margin-top: 0;
  }

  .rec-pg-sec.rec-pg-sec-main.rec-main-page-wrap .cont-wrap-ser-text {
    margin-top: 0;
  }

  .rec-pg-sec section.projects-sec.grp-sec {
    padding-top: 20px;
    margin-top: 30px;
  }

  .rec-sep {
    padding-top: 40px;
  }

  section.job-detail.contact-us-section .division-cont {
    margin: 0px 0 50px;
  }

  section.about-us-section.abt-pg-fn .general-head.who-head {
    padding: 35px 0 15px;
  }

  section.about-us-section.abt-pg-fn .service-cont {
    padding: 0px 42px 0;
  }

  .who-wide-content p:nth-last-child(1) {
    margin-bottom: 0 !important;
  }

  section.about-us-section.abt-pg-fn .general-head.who-head.mis-head {
    padding-top: 10px;
  }

  .service-sec .ser-sec-three-items .service-vertical-line-one {
    left: calc(50%);
  }

  .service-sec .ser-sec-three-items .service-box-one {
    left: calc(50% - 7.5px);
  }

  section.main-prjt-sec-fn.contact-us-section.project-one-section.no-box-prj section.projects-sec.grp-sec.prjcts-pg-form-area {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  section.job-detail.contact-us-section .btn-holder.btn-24 {
    margin-top: 50px;
  }

  html body section.pr-wrap-det.project-detail-section .slick-prev,
  .lines-wrapper-prj-det .box-prct-left {
    left: 0;
    left: -10px;
  }

  html body section.pr-wrap-det.project-detail-section .slick-next,
  .lines-wrapper-prj-det .box-prct-right {
    right: 0;
    right: -10px;
  }

  html body section.pr-wrap-det.project-detail-section .whole-warp-for-after .mid-line-projects {
    width: calc(100%);
    left: 0;
  }

  html body .contact-us-section .divisions-cont-wrap {
    margin-bottom: 0;
  }

  html body section.divisions-sec .slick-next,
  html body section.divisions-sec .slick-prev {
    top: calc(420px);
  }

  html body section.divisions-sec .div-for-col .horizantal-line_one,
  html body .service-sec .ser-sec-three-items .service-horizantal-line {
    display: none !important;
  }

  /*
html body .service-sec .ser-sec-three-items .service-horizantal-line{
  top: 225px;
} */
  html body .service-sec .ser-sec-three-items .service-box-one {
    display: none;
  }

  html body .service-sec .ser-sec-three-items .slick-next,
  html body .service-sec .ser-sec-three-items .slick-prev {
    top: calc(210px);
  }

  section.projects-sec.grp-sec.desk-ver .grp-span-flx {
    flex-wrap: nowrap;
    flex-wrap: wrap;
  }

  .col-lg-6:nth-child(even) .grp-cont-span .grp-text {
    width: 100%;
  }

  section.projects-sec.grp-sec.desk-ver .grp-cont-span a.btn.btn-prim {
    padding: 5px 12px;
    font-size: 11px;
    margin-bottom: 0;
    margin-left: 20px;
    width: 100%;
    margin: 5px 0 10px;
  }

  section.projects-sec.grp-sec.desk-ver .grp-cont-span {
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .about-sec-pg {
    padding: 40px 0;
  }

  .about-cont-pg img {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .about-cont-pg h2 {
    margin-bottom: 40px;
    font-size: 22px;
  }

  html body .rec-pg-sec.rec-pg-sec-main.rec-main-page-wrap .grp-cont .btn-holder {
    margin-top: 10px;
    top: 0;
  }

  html body .footer-menu-wrap h5 {
    margin: 20px auto;
    max-width: 300px;
  }

  .footer-menu-wrap h5 span {
    font-size: 16.5px;
  }

  footer.footer-sec hr {
    display: block;
    opacity: 1;
    background: #7c5b35;
  }

  html body .footer-menu-wrap h5 {
    margin-top: 0;
    margin-bottom: 0;
  }

  html body .tagline-sec {
    margin-top: 20px;
  }

  section.banner-sec .owl-theme .owl-nav.disabled+.owl-dots {
    position: unset;
    margin-top: 0;
  }

  html body section.about-us-section.abt-pg-fn .general-head.who-head {
    padding-bottom: 17px;
  }

  section.main-prjt-sec-fn.contact-us-section.project-one-section.no-box-prj .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    position: unset;
  }

  section.main-prjt-sec-fn.contact-us-section.project-one-section.no-box-prj section.current-sec.current-sec-main-pr .general-head.current-head {
    margin-top: 30px;
    padding-bottom: 0;
  }

  section.about-us-section.abt-pg-fn .service-media img {
    padding-top: 0;
  }

  html body .rec-pg-sec.rec-pg-sec-main.rec-main-page-wrap .btn-holder {
    top: -15px;
  }

  .current-sec.opp-cur-sec .service-cont .cont-wrap-ser-btn {
    margin-top: 0;
  }

  .current-sec.opp-cur-sec .service-cont .cont-wrap-ser-btn .btn-4 span {
    padding-top: 0;
  }

  .alert-success,
  .alert-success h5,
  .alert-danger,
  .alert-danger h5 {
    font-size: 14px;
  }

  html body section.tagline-sec p,
  html body section.tagline-sec p span,
  html body section.tagline-sec p b,
  html body section.tagline-sec p strong,
  html body section.service-sec .general-head.service-head p,
  html body section.service-sec .general-head.service-head p span,
  html body section.service-sec .general-head.service-head p b,
  html body section.service-sec .general-head.service-head p strong,
  html body .bottom-line-servie h3,
  html body .bottom-line-servie h3 span,
  html body .bottom-line-servie h3 b,
  html body .bottom-line-servie h3 strong,
  section.tagline-sec p * {
    font-size: 16px !important;
  }

  html body .fancybox-navigation .fancybox-button {
    top: calc(50% - 0px);
  }

  .grp-cont-span-wrap-f,
  .contact-us-section .grp-cont-span-wrap.grp-cont-span-wrap-ff .col-lg-6 {
    border-top: none;
  }

  html body .banner-sec {
    background-position: center;
  }

  html body .division-cont {
    padding: 0;
  }

  html body .service-cont {
    padding: 0;
  }

  .project-one-section .divisions-cont-wrap .col-lg-4 .division-cont {
    padding-bottom: 10px;
  }

  html body .rec-pg-sec.rec-pg-sec-main.rec-main-page-wrap .general-head.current-head {
    padding-bottom: 0;
  }

  html body .project-detail-section .divisions-cont-wrap .col-wrap-prjct .prjct-img img,
  html body .projects-slider-wrap .projects-slider .item-img img {
    height: 200px;
  }

  html body .projects-sec .slick-next,
  html body .service-cont-wrap.ser-sec-three-items .slick-next,
  html body .div-for-col button.slick-next,
  html body section.pr-wrap-det.project-detail-section .slick-next,
  html body .fancybox-navigation .fancybox-button--arrow_right {
    width: 15px;
    height: 30px;
  }

  html body .projects-sec .slick-prev,
  html body .service-cont-wrap.ser-sec-three-items .slick-prev,
  html body .div-for-col button.slick-prev,
  html body section.pr-wrap-det.project-detail-section .slick-prev,
  html body .fancybox-navigation .fancybox-button--arrow_left {
    width: 15px;
    height: 30px;
  }

  /* terms and conditions */
  section.banner-sec-text {
    padding: 125px 0 40px;
  }

  section.banner-sec-text h1 {
    margin-bottom: 25px;
    font-size: 20px;
  }

  section.banner-sec-text p {
    font-size: 15px;
  }

  section.pol-sec-text {
    padding: 40px 0;
  }

  section.pol-sec-text p {
    font-size: 15px;
    margin-bottom: 25px;
  }

  section.pol-sec-text hr {
    margin: 25px auto;
  }

  section.pol-sec-text h2 {
    margin-bottom: 25px;
  }

  /* terms and conditions */
  .select-selected {
    max-width: 90%;
    border: 1px solid rgb(124 91 53 / 100%) !important;
    padding: 10px 10px;
    font-size: 12px;
  }

  .select-items {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .select-items div {
    padding: 10px 10px;
    font-size: 12px;
  }

  html body .upload-file-wrap.d-flex.w-100 {
    max-width: 90%;
  }

  html body .upload-file-wrap {
    padding: 5px;
    justify-content: flex-start;
    align-items: center;
  }

  .upload-button {
    padding: 5px 20px;
  }

  .file-name {
    margin-top: 0;
    font-size: 12px;
  }

  html body .iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
  }

  html body .rec-pg-sec.rec-pg-sec-main.rec-main-page-wrap .btn-holder {
    margin-top: 0;
  }

  .rec-pg-sec.rec-pg-sec-main.rec-main-page-wrap section.projects-sec.grp-sec {
    margin-top: 40px;
  }

  section.categ-page-fn.project-two-section.project-arch .division-media img {
    height: auto;
  }

  section.projects-sec.grp-sec p {
    font-size: 14px;
  }

  section.job-detail.p-0 .grp-cont-span,
  section.projects-sec.grp-sec .grp-cont-span.text-center {
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-sec {
    height: 60vh;
    /* margin-bottom: 15px; */
  }

  .loader-mask {
    /* display: none !important; */
  }

  .job-detail .projects-sec .grp-cont-span input {
    font-size: 13px;
    font-weight: 200;
  }

  section.main-prjt-sec-fn.contact-us-section.project-one-section .division-media img {
    padding: 0px 0 23px;
  }

  html body .projects-sec .projects-slider-wrap.projects-slider-wrap-home .slick-slide img,
  .project-detail-section .divisions-cont-wrap .col-wrap-prjct .prjct-img img {
    max-width: 100%;
  }

  .projects-slider-slick .item-img:after,
  .projects-slider-slick .prjct-img:after,
  .projects-slider-slick .item-img:after,
  .projects-slider-slick .prjct-img:after {
    max-width: 100%;
  }

  section.main-prjt-sec-fn.contact-us-section.project-one-section .service-vertical-lines,
  section.main-prjt-sec-fn.contact-us-section.project-one-section .service-box-one,
  section.main-prjt-sec-fn.contact-us-section.project-one-section .service-horizantal-line-wrap {
    display: none;
  }

  section.projects-sec.grp-sec.projects-sec.grp-sec-det-prj .grp-cont-span.text-center {
    border-bottom: 0.56px solid #7c5b35;
    border: none;
  }

  section.projects-sec.grp-sec.projects-sec.grp-sec-det-prj .grp-cont-span-wrap {
    border-top: none;
    border-bottom: 1px solid #7c5b35;
  }

  section.projects-sec.grp-sec.projects-sec.grp-sec-det-prj .grp-cont-span .grp-text {
    /* width: 100%; */
    font-size: 11px;
    text-align: left;
  }

  .lines-wrapper-prj-det {
    display: none;
  }

  .general-head p {
    font-size: 16px;
  }

  .desk-ver {
    display: none !important;
  }

  .mob-ver {
    display: block !important;
  }

  section.projects-sec.prjct-abt-mob .grp-cont-span {
    min-height: initial;
    height: auto;
    border: 0.56px solid #7c5b35;
    margin-bottom: 15px;
    border-radius: 0.25rem;
    padding-top: 0;
  }

  section.projects-sec.prjct-abt-mob .grp-cont-span .grp-text {
    width: calc(100% - 64px);
    font-size: 12px;
    width: 100%;
  }

  section.projects-sec.prjct-abt-mob .btn.btn-prim {
    margin-top: 40px;
  }

  section.projects-sec.grp-sec.prjct-abt-mob {
    padding: 60px 10px 45px !important;
  }

  section.projects-sec.prjct-abt-mob .grp-span-flx {
    flex-wrap: nowrap;
    flex-wrap: wrap;
  }

  section.about-us-section.abt-pg-fn section.projects-sec.prjct-abt-mob .grp-cont-span a.btn.btn-prim {
    padding: 5px 12px;
    font-size: 11px;
    margin-bottom: 0;
    margin-left: 20px;
    width: 100%;
    margin: 5px 0 10px;
  }

  .division-content-wraparap.div-for-col .slick-slide .division-media img {
    padding: 45px 0 16px;
  }

  .divisions-sec {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  section.service-sec .slick-slide .service-media img {
    padding: 45px 0px 23px;
  }

  section.service-sec {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  section.projects-sec .slick-slide .item-img {
    margin: 0;
  }

  section.projects-sec .projects-slider-wrap .line-wrapper {
    display: none;
  }

  section.projects-sec .projects-slider-wrap .slick-dots li button:before {
    color: #fff;
  }

  section.projects-sec .projects-slider-wrap .slick-dots li.slick-active button:before {
    color: #7c5b35;
  }

  html body section.pr-wrap-det.project-detail-section .whole-warp-for-after .mid-line-projects {
    display: none;
  }

  section.pr-wrap-det.project-detail-section .prjct-img {
    margin: 0;
  }

  section.about-us-section.abt-pg-fn .service-media:after {
    display: none;
  }

  .grp-cont-span .grp-text {
    width: 100%;
  }

  .grp-span-flx {
    height: 100%;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0;
    height: auto;
  }

  section.projects-sec .grp-span-flx a.btn.btn-prim {
    display: block;
    margin-bottom: 10px;
    padding: 5px 16px;
    font-size: 16px;
  }

  section.projects-sec .grp-cont-span {
    min-height: initial;
  }

  .empty-grp {
    display: none;
  }

  .rec-pg-sec.rec-pg-sec-main .grp-cont-span,
  section.current-sec.rec-cur-sec.rec-det-inner-pg .grp-cont-span {
    border: none;
  }

  section.about-us-section.abt-pg-fn .who-wide-content {
    padding: 0;
  }

  section.about-us-section.abt-pg-fn .vison-mission-sec {
    padding: 0;
  }

  section.about-us-section.abt-pg-fn .general-head.who-head {
    padding: 48px 0 33px;
  }

  section.about-us-section.abt-pg-fn .general-head.who-head {
    padding: 35px 0;
  }

  section.about-us-section.abt-pg-fn .about-us-section .who-wide-content {
    padding: 30px 0px;
  }

  section.about-us-section.abt-pg-fn section.who-sec section.service-sec {
    padding: 0 !important;
  }

  section.who-sec .service-media img {
    padding: 10px 0px;
  }

  section.job-detail.rec-pg-sec-det.det-pg-fn-rec .service-cont h3 {
    max-width: 500px;

  }

  .pt-mob-0 {
    padding-top: 0;
  }

  .desk-sep {
    display: none;
  }

  .mob-sep {
    display: block;
  }

  .rec-sep {
    padding-top: 40px;
  }

  section.contact-us-section.project-one-section section.projects-sec.grp-sec.prjcts-pg-form-area {
    padding-top: 0;
    padding-bottom: 74px;
    padding-top: 50px;
    padding-bottom: 45px;
  }

  .btn-holder.btn-24 span {
    font-size: 16px;
  }

  /* new slick slider */
  section.projects-sec .line-wrapper {
    display: block;
  }

  .projects-sec .projects-slider-wrap .mid-line-projects {
    /* display: none; */
  }

  html body .slick-dots li {
    margin: 0;
  }

  html body .slick-dots li button {
    padding: 2px;
    width: 10px;
    height: 10px;
  }

  html body .slick-dots li.slick-active button:before {
    color: #7c5b35;
  }

  html body .slick-dots li.active button:before {
    color: #7c5b35;
    opacity: 0;
  }

  .projects-sec .projects-slider-wrap .down-arrow-before {
    height: calc(100% + 125px);
    top: -70px;
  }

  /* new slick slider */
  .sidebar-menu ul:before,
  .sidebar-menu ul:after {
    height: 10%;
  }

  .grp-cont-span {
    border-bottom: 0.56px solid #7c5b35;
    border: none;
  }

  section.pr-wrap-det.project-detail-section section.current-sec p {
    margin-top: 10px;
    font-size: 15px;
  }

  section.pr-wrap-det.project-detail-section section.current-sec h2 {
    font-size: 20px;
  }

  section.projects-sec.grp-sec .grp-cont {
    padding: 40px 0 15px;
  }

  .grp-cont-span {
    border-bottom: 0.56px solid #7c5b35;
  }

  .form-wrap-all .grp-cont-span {
    border: none;
  }

  .contact-us-section .grp-cont .grp-cont-span-wrap .col-lg-6,
  .contact-us-section .grp-cont-span-wrap:first-child,
  .rec-pg-sec.rec-pg-sec-main .grp-cont .grp-cont-span-wrap .col-lg-6,
  .rec-pg-sec.rec-pg-sec-main .grp-cont-span-wrap:first-child {
    border: none;
  }

  .contact-us-section .grp-cont .grp-cont-span-wrap input,
  .contact-us-section .grp-cont .grp-cont-span-wrap textarea,
  .rec-pg-sec.rec-pg-sec-main .grp-cont .grp-cont-span-wrap input,
  .rec-pg-sec.rec-pg-sec-main .grp-cont .grp-cont-span-wrap textarea,
  section.current-sec.rec-cur-sec.rec-det-inner-pg .grp-cont .grp-cont-span-wrap input,
  section.current-sec.rec-cur-sec.rec-det-inner-pg .grp-cont .grp-cont-span-wrap textarea {
    border: 1px solid rgb(124 91 53 / 100%) !important;
    width: 90%;
    margin: 0 auto;
  }

  html body .upload-file-wrap.d-flex.w-100 {
    border: 1px solid rgb(124 91 53 / 100%) !important;
  }

  div#phone-container {
    width: 90% !important;
    margin: 0 auto;
  }

  .country-select {
    border: 0.1px solid rgb(124 91 53 / 50%) !important;
  }

  .country-select {
    margin-left: 0;
  }

  .grp-cont-span-wrap {
    border-bottom: none;
  }

  .general-head,
  .general-head h2 {
    font-size: 22px;
    margin-bottom: 0;
  }

  .cont-wrap-ser-text h3 {
    font-size: 18px;
  }

  .job-detail .service-cont {
    padding: 20px 25px 0px;
  }

  section.job-detail h3 {
    font-size: 18px;
    text-align: center;
  }

  .divisions-cont-wrap .custom-prev-button {
    margin-left: 0;
  }

  .divisions-cont-wrap .custom-next-button {
    margin-right: 0;
  }

  section.pr-wrap-det.project-detail-section .divisions-cont-wrap .custom-owl-nav {
    display: flex;
  }

  .upload-file-wrap {
    justify-content: center;
    /* margin-bottom: 15px; */
  }

  .col-lg-6:nth-child(1) .grp-cont-span:after {
    display: none;
  }

  .job-detail .grp-cont-span-wrap:first-child::before,
  .contact-us-section .grp-cont-span-wrap:first-child::before,
  .project-detail-section .grp-cont-span-wrap:first-child::before,
  .job-detail .grp-cont-span-wrap:first-child::before,
  .contact-us-section .grp-cont-span-wrap:first-child::before,
  .project-detail-section .grp-cont-span-wrap:first-child::before,
  .grp-cont-span-wrap::after {
    display: none;
  }

  .social-icons ul li i {
    font-size: 24px;
  }

  .footer-menu-wrap ul li a {
    font-size: 14px;
  }

  .footer-menu-wrap ul li {
    padding: 5px 20px 5px 32px;
  }

  .footer-menu-wrap ul li:nth-child(1):after {
    display: block;
  }

  .footer-menu-wrap ul li:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: rgba(124, 91, 53, 1);
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .footer-sec {
    padding: 45px 0 25px;
  }

  .footer-menu-wrap h5 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .footer-copyright p {
    text-align: center;
  }

  .social-icons {
    margin: 15px 0;
  }

  .footer-menu-wrap ul li {
    padding: 5px 0;
    display: block;
  }

  .footer-menu-wrap ul li a {
    text-align: center;
    display: block;
  }

  .footer-menu-wrap ul li:nth-child(1):after,
  .footer-menu-wrap ul:after,
  .footer-menu-wrap ul li:after {
    display: none;
  }

  .line-wrapper,
  .lines-wrapper {
    display: none;
  }

  .service-cont-wrap .owl-dots {
    margin-bottom: 0;
    position: relative;
    top: 0;
  }
}

@media (max-width: 575px) {
  .project-detail-section .divisions-cont-wrap div#sliderModal .col-wrap-prjct {
    height: 90vh;
    padding-top: 10vh;
  }

  .project-detail-section .divisions-cont-wrap div#sliderModal .col-wrap-prjct img {
    max-width: 80vw;
  }

  html body section.pr-wrap-det.project-detail-section div#sliderModal .slick-prev {
    width: 50px;
    background-position: left center;
    left: 0;
  }

  html body section.pr-wrap-det.project-detail-section div#sliderModal .slick-next {
    width: 50px;
    background-position: right 15px center;
    right: 0;
  }

  html body .fancybox-image {
    width: 80%;
  }

  html body .fancybox-navigation .fancybox-button--arrow_right {
    right: 5px;
  }

  html body .fancybox-navigation .fancybox-button--arrow_right {
    width: 20px;
    height: 40px;
    padding: 0;
  }

  html body .fancybox-navigation .fancybox-button--arrow_left {
    left: 5px;
  }

  html body .fancybox-navigation .fancybox-button--arrow_left {
    width: 20px;
    height: 40px;
    padding: 0;
  }

  .fancybox-navigation .fancybox-button {
    top: 50%;
    transform: translateY(-50%);
  }

  .proj-tabs-wrap .nav-tabs .nav-item,
  .proj-tabs-wrap .nav-tabs .nav-item .nav-link {
    font-size: 15px;
  }

  html body div section.banner-sec {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  section.who-sec .col-lg-6:nth-last-child(1) .service-media img {
    padding-bottom: 20px;
  }

  .who-wide-content p {
    margin-bottom: 20px !important;
  }

  section.about-us-section.abt-pg-fn .general-head.who-head {
    padding: 25px 0 10px;
  }

  section.about-us-section.abt-pg-fn .service-cont {
    padding: 10px 0 20px;
  }

  section.who-sec .vison-mission-sec .col-lg-6:nth-last-child(1) .service-media img {
    padding-bottom: 10px;
  }

  section.about-us-section.abt-pg-fn .col-lg-6:nth-last-child(1) .service-cont {
    padding-bottom: 0;
  }

  section.about-us-section.abt-pg-fn section.projects-sec.grp-sec p {
    margin-bottom: 30px;
  }

  section.about-us-section.abt-pg-fn section.projects-sec.grp-sec .btn-holder .btn {
    margin-top: 30px;
  }

  section.who-sec.p-0 {
    padding-top: 20px !important;
  }

  .general-head.service-head.text-center p {
    padding: 0px 20px 0;
  }

  section.mob-sep {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .current-sec.opp-cur-sec .service-cont-wrap {
    margin-bottom: 30px;
  }

  section.current-sec.rec-cur-sec p,
  .job-detail .rec-det-inner-pg .who-wide-content ul li {
    font-size: 13px;
  }

  .country-select {
    min-width: 90px;
  }

  .job-detail .who-wide-content h3 {
    margin: 30px 0 10px !important;
  }

  .col-lg-6.col-md-12.p-0 .service-cont h3+div {
    margin-bottom: 25px !important;
    padding-bottom: 15px !important;
  }

  section.current-sec h3+.py-5 {
    padding: 10px 0 !important;
    margin-bottom: 20px !important;
  }

  .col-lg-6.col-md-12.p-0:nth-child(2) .service-cont h3+div {
    margin-bottom: 0 !important;
  }

  .country-select {
    padding-left: 40px;
    margin-left: 0;
  }

  .upload-file-wrap.d-flex.w-100 {
    border: 0.1px solid rgb(124 91 53 / 50%) !important;
    max-width: 90%;
    margin: 0 auto;
    padding: 5px 10px;
    border-radius: 0.25rem;
    justify-content: flex-start;
  }

  .upload-button {
    font-size: 12px;
    padding: 5px 20px;
    margin: 5px 0;
  }

  form .btn-holder .btn {
    margin-top: 40px;
  }

  html body section.pr-wrap-det.project-detail-section .whole-warp-for-after .mid-line-projects {
    width: calc(100% + 30px);
    left: -15px;
  }

  html body section.pr-wrap-det.project-detail-section .slick-prev {
    left: -25px;
  }

  html body section.pr-wrap-det.project-detail-section .slick-next {
    right: -25px;
  }

  .lines-wrapper-prj-det .box-prct-left {
    width: 15px;
    height: 15px;
    background: rgba(124, 91, 53, 1);
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
  }

  .lines-wrapper-prj-det .box-prct-right {
    width: 15px;
    height: 15px;
    background: rgba(124, 91, 53, 1);
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
  }

  html body div section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .footer-menu-wrap h5 {
    font-size: 13px;
  }

  .footer-sec {
    padding: 25px 0 25px;
  }

  .footer-menu-wrap h5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  html body .projects-sec .slick-next {
    right: -15px;
  }

  html body .projects-sec .slick-prev {
    left: -15px;
  }

  .projects-slider-wrap-home .lines-wrapper-prj-det .box-prct-left {
    left: -15px;
  }

  .projects-slider-wrap-home .lines-wrapper-prj-det .box-prct-right {
    left: -15px;
  }

  .division-media img {
    padding: 45px 10px 16px;
  }

  .service-cont {
    padding: 0px 20px 0;
  }

  .service-media img {
    padding: 45px 10px 23px;
  }
}

.js-cookie-consent.cookie-consent.fixed.bottom-0.inset-x-0 {
  position: fixed;
  background: rgba(25, 24, 23, 1);
  z-index: 9999999999;
  left: 0;
  width: 100%;
}

p.ml-3.text-black.cookie-consent__message {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  word-wrap: break-word;
  margin-bottom: 15px;
  line-height: 24px;
}

button.js-cookie-consent-agree.cookie-consent__agree {
  background: #987c55;
  border-color: #987c55 !important;
  color: #fff;
}


.slider-btn-alignment {
  position: absolute;
  left: 50%;
  bottom: 5%;
  background-color: #00000066;
  transform: translateX(-50%);
  font-size: 14px;
  width: max-content;
  font-family: montserrat;
  font-weight: 500 !important;
  color: #fff !important;
  border: 1px solid white !important;
  cursor: pointer;
}

.slider-btn-alignment:hover {
  color: white;
}

.has-submenu ul li a {
  padding-bottom: 0px !important;
}

.has-submenu .submenu {
  display: block;
  /* Always keep display block to make max-height transition work */
  max-height: 0;
  /* Collapsed state */
  overflow: hidden;
  /* Prevent content overflow */
  min-width: 100%;
  /* Same width as parent item */
  z-index: 10;
  opacity: 0;
  transform: translateY(-10px);
  transition: max-height 0.7s ease, padding 0.7s ease;
  /* Smooth transition */
}

.has-submenu .submenu a {
  color: #fffcfb;
  font-size: 14px;
  font-weight: 300;
  word-wrap: break-word;
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
}


.has-submenu:hover .submenu {
  max-height: 200px;
  /* Adjust based on the expected submenu height */
  padding: 10px 0;
  /* Add padding for content visibility */
  opacity: 1;
}

.has-submenu:hover a {
  padding-bottom: 0px;
}

.press-text {
  font-size: 22px;
  color: #7c5b35;
  text-transform: uppercase;
  font-weight: 300;
  margin-left: 7px;
}

@media (max-width: 767px) {
  .press-text {
    margin-left: 0px;
  }

}

.latest-news {
  font-size: 22px;
  color: #7c5b35;
  text-transform: uppercase;
  font-weight: 300;
  margin-left: 7px;
}

@media (max-width: 767px) {
  .press-text {
    font-size: 18px;
    text-align: center;
  }

  .latest-news {
    font-size: 18px;
    /* margin-left: 5px; */
    text-align: center;
    position: relative;
    top: 40px;
    margin-left: 0;
  }
}

.newspress-title h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #7c5b35;
  font-weight: 400;
  height: 60px;
  line-height: 20px;
  margin-left: 12px;
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .newspress-title h3 {
    height: auto;
    margin-left: 0px;
    margin-top: 40px !important;
  }
}

@media (max-width: 767px) {
  .margin-bottom-mobile {
    margin-bottom: 70px;
  }
}


.press-subtitle h3 {
  font-size: 16px;
  text-transform: uppercase;
  color: #7c5b35;
  font-weight: 500;
  margin-left: 12px;
  text-align: left;
  padding-left: 20px;
  width: 75%;
  margin-top: 20px;
}




.press-date h4 {
  font-size: 12px;
  text-transform: capitalize;
  color: #000;
  font-weight: 300;
  margin-left: 12px;
  text-align: left;
  padding-left: 20px;
  width: 75%;
  margin-top: 12px;
}

.press-title h2 {
  font-size: 20px;
  text-transform: capitalize;
  color: #000;
  font-weight: 300;
  margin-left: 12px;
  text-align: left;
  padding-left: 20px;
  width: 75%;
  margin-top: 12px;
}

.press-title-rtl h2 {
  font-size: 22px !important;
  width: 92% !important;
  text-align: right !important;
}

@media (max-width: 767px) {
  .press-title-rtl h2 {
    width: 90%;
    padding-left: 0px;
    font-size: 18px;
    text-align: right !important
  }
}

.news-press-content {
  padding: 20px 0;
}

.newspress-description {
  font-size: 15px;
  padding: 15px 42px 0;
  text-align: center;
  max-width: 382px;
  height: 106px;
  padding-left: 0;
  margin: 0 auto;
  padding-right: 0;
}

@media (max-width: 767px) {
  .newspress-description {
    height: 140px;
    max-width: 95% !important;
  }
}

.press-description {
  padding: 15px 32px 0;
  text-align: left;
  max-width: 450px;
  height: 120px;
  padding-left: 40;
  padding-right: 0;
}

.press-description p {
  font-weight: 300;
  font-size: 14px;
}

.press-description-rtl {
  max-width: 98% !important;
  text-align: right !important
}

.press-description-rtl p {
  font-size: 16px !important;
  text-align: right !important
}

.newspress-readmore {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  margin-left: 12px;
  text-align: center;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .newspress-readmore {
    margin-left: 0px;
    margin-bottom: 10px;
    margin-top: 0px;
  }

  .slick-dots {
    right: 20px !important;
  }
}



.newspress-readmore a {
  color: #000;
  font-weight: 600;
}

.press-readmore {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  margin-left: 0px;
  text-align: left;
  position: relative;
  bottom: 0px;
}

.press-readmore a {
  color: #000;
  font-weight: 600;
}

.news-press-line {
  height: 85%;
  top: 10%;
}


.newspress-title-horizontal-line {
  width: 30%;
  text-align: center;
  margin: auto;
  position: relative;
  bottom: 6px;
  height: 1px;
  background-color: #7c5b35;
  margin-top: 14px;
}

.newspress-heading {
  padding: 60px 40px 0px 40px;
  font-weight: 400 !important;
  color: #7c5b35;
  font-size: 34.5px;
  font-size: 30px;
  font-size: 27px;
  font-weight: 200;
  word-wrap: break-word;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .newspress-heading {
    font-size: 22px;
    padding: 30px 40px 0px 40px;
  }
}

.the-cliffs-heading {
  padding: 25px 40px 0px 40px;
  font-weight: 400 !important;
  color: #7c5b35;
  font-size: 34.5px;
  font-size: 30px;
  font-size: 27px;
  font-weight: 200;
  word-wrap: break-word;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .the-cliffs-heading {
    font-size: 20px;
    padding: 30px 5px 0px 5px;
  }
}

.cliffs-bg {
  /* background-image: url(../images/banner.png); */
  background-size: cover;
  width: 100%;
  /* min-height: 821px; */
  height: 100vh;
  object-position: top;
  height: calc(100vh - 126px);
}

.cliffs-bg img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.theCliffs-heading {
  padding: 60px 40px 0px 40px;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 275;

  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #7c5b35;
  word-wrap: break-word;
  text-transform: uppercase;
}

.theCliffs-para {
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 300;

  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

@media (max-width: 767px) {
  .theCliffs-para {
    font-size: 14px;
    width: 94%;
    margin: auto;
  }
}

.cliffs-sec {
  background-color: rgba(25, 24, 23, 1);
}


.moreInfo-cliffs {
  background-color: transparent;
  color: white;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 275;
  margin-bottom: 40px;
  text-align: center;
  text-underline-position: auto;
  text-decoration-skip-ink: none;
}

@media (max-width: 767px) {
  .moreInfo-cliffs {
    font-size: 20px;
  }
}

.cliffs-media img {
  width: 100%;
  padding: 45px 23px 23px;
  padding: 23px;
  height: 70%;
}

@media (max-width: 767px) {
  .cliffs-media img {
    padding: 0px;
  }
}

.button-custom {
  background-color: transparent;
  color: white;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 275;
  border: 1px solid white;
  text-align: left;
  text-underline-position: auto;
  text-decoration-skip-ink: none;
  padding: 10px 18px;
}

.button-custom:hover {
  background-color: white;
  color: #7c5b35;
}

.slick-press-slider .slick-list .slick-track .slick-slide {
  border: 1px solid #7c5b35;
  margin: 20px;
  padding: 10px;
  position: relative;
}

/* @media (max-width: 767px) {
  .slick-press-slider .slick-list .slick-track .slick-slide{
    border: 1px solid #7c5b35;
    margin: 20px 20px 20px 10px;
    padding: 10px;
    width: 316px;
    position: relative;
  }
} */

.in-the-press {
  width: fit-content;
  padding: 10px 14px;
  border: 1px solid #7c5b35;
  position: absolute;
  right: 30px;
  background: white;
  top: -18px;
}

.in-the-press h5 {
  font-size: 12px;
  color: rgba(124, 91, 53, 1);
  margin: 0;
}


.press-margin-top {
  padding-top: 80px;
}

.press-slider .slick-list .slick-track .slick-slide {
  height: 338px !important;
}

@media (max-width: 767px) {
  .press-slider .slick-list .slick-track .slick-slide {
    height: 420px !important;
  }
}

@media (max-width: 767px) {
  .press-margin-top {
    padding-top: 0px;
  }

  .press-subtitle h3 {
    padding-left: 0px;
    font-size: 16px;
  }

  .press-title h2 {
    width: 90%;
    font-size: 18px;
    padding-left: 0px;
  }

  .press-date h4 {
    width: 90%;
    padding-left: 0px;
  }

  .press-description {
    padding: 15px 10px 0;
  }
}

.border-left-aboutus-new {
  border-left: 1px solid rgba(124, 91, 53, 1);
}

.about-us-new-description {
  text-align: left;
  max-width: 382px;
  height: 28px;
  padding-left: 18px;
  margin: 0 auto;
  padding-right: 0;
}

.about-us-new-description p {
  font-size: 15px;
}


.about-us-new-title h3 {
  font-size: 38px;
  text-transform: uppercase;
  color: #7c5b35;
  font-weight: 300;
  margin-left: 18px;
  text-align: left;
  margin-top: 32px;
}


.about-us-new-wide {
  padding: 30px 0;
}


.about-us-new-mb {
  margin-bottom: 55px;
}


.about-us-new-mb .slick-dots {
  bottom: -45px !important;
}



.about-us-new-desc {
  width: 80%;
  margin: auto;
}

@media (max-width: 767px) {
  .about-us-new-desc {
    width: 100%;
  }

}

.font-weight-400 {
  font-weight: 400 !important;
}


.leading-with-excellence {
  margin-top: 40px;
  margin-bottom: 40px;
}

.leading-with-excellence h2 {
  color: #7c5b35;
  font-size: 34.5px;
  font-size: 30px;
  font-size: 27px;
  font-weight: 400;
  word-wrap: break-word;
  text-transform: uppercase;
}

@media (min-width: 1400px) {
  .aboutus-new-container {
    max-width: 1120px;
  }
}



@media (min-width: 1400px) {
  .news-new-container {
    max-width: 1460px;
  }
}

.newspress-slider .slick-list .slick-track .slick-slide {
  padding: 42px 10px 0px 10px !important;
}


@media (max-width: 767px) {

  .about-us-new-wide {
    padding: 0px 0;
  }

  .about-us-new-title h3 {
    font-size: 32px;
    text-transform: uppercase;
    color: #7c5b35;
    font-weight: 300;
    margin-left: 0px;
    text-align: center;
    margin-top: 0px;
  }

  .about-us-new-description {
    text-align: center;
    padding-left: 0px;
  }

  .border-left-aboutus-new {
    /* border-left: none; */
    margin-bottom: 20px;
  }

  .leading-with-excellence h2 {
    font-size: 22px;
  }
}

.has-second-submenu .second-submenu {
  display: block;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 0;
}

.has-second-submenu:hover .second-submenu {
  max-height: 100px;
  /* Adjust based on your content height */
  opacity: 1;
  padding: 5px 0;
}

/* Style for second submenu items */
.second-submenu a {
  font-size: 8px !important;
  padding: 6px 15px 6px 25px !important;
  transition: all 0.3s ease;
}

.second-submenu a:hover {
  color: #fffcfb !important;
  font-weight: 500 !important;
}

/* Add arrow indicator for second submenu parent */
.has-second-submenu>a {
  position: relative;
  /* padding-right: 25px !important; */
}

.has-second-submenu>a:after {
  content: '›';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.has-second-submenu:hover>a:after {
  transform: translateY(-50%) rotate(90deg);
}

/* Mobile adjustments */
@media (max-width: 767px) {
  .second-submenu a {
    font-size: 10px !important;
    padding: 4px 15px 4px 25px !important;
  }
}


.color-black {
  color: #000;
}

.cliffs-slider-slick {
  margin-top: 40px;
}

.cliffs-slider-slick .slick-prev {
  left: -25px;
}

.cliffs-slider-slick .slick-next {
  right: -25px;
}

.cliffs-slider-slick .item {
  padding: 0 15px;
  height: 500px;
  /* Adjust this value based on your needs */
}

.cliffs-slider-slick .slick-list {
  margin: 0 -15px;
}

.cliffs-slider-slick .cliffs-media {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.cliffs-slider-slick .cliffs-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cliffs-container {
  padding: 0 15px;
  max-width: 1100px;
}

.cliffs-slider-slick .slick-dots {
  right: 5px !important;
}


/* @font-face {
  font-family: 'LyonDisplay';
  src: url('https://thecliffsresidences.com/wp-content/themes/cliffs/assets/fonts/LyonDisplay-Light.woff2') format('woff2');
} */

@font-face {
  font-family: 'SackersGothicStd';
  src: url('../css/fonts/SackersGothicStd-Light.woff2') format('woff2');
}

@font-face {
  font-family: 'LyonDisplay-Italic';
  src: url('https://thecliffsresidences.com/wp-content/themes/cliffs/assets/fonts/LyonDisplay-LightItalic.woff2') format('woff2');
}


.cliffs-fonts {
  font-family: 'SackersGothicStd' !important;
}

.cliffs-fonts-italic {
  font-family: 'LyonDisplay-Italic' !important;
}


.cliffs-fonts {
  font-family: 'SackersGothicStd' !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-size-24px {
  font-size: 24px !important;
}

@media (max-width: 767px) {
  .font-size-24px {
    font-size: 18px !important;
  }
}


.cliffs-font-color {
  color: #3D4B47 !important;
}



.general-head .cliffs-font-color:after,
.project-two-section.project-arch .divisions-cont-wrap .col-lg-4 .division-cont.div-cont-main h3:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  transition: 0.5s;
  background-color: #3D4B47 !important;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}


.display-none-desktop {
  display: none !important;
}

.display-none-mobile {
  display: block !important;
}


@media (max-width: 767px) {
  .display-none-desktop {
    display: block !important;
  }

  .display-none-mobile {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .projects-slider-slick .slick-dots {
    display: none !important;
  }
  
  .projects-slider-slick button.slick-prev,
  .projects-slider-slick button.slick-next {
    display: block !important;
    width: 40px;
    height: 40px;
    z-index: 9;
  }

  .projects-slider-slick button.slick-prev {
    left: 15px;
  }

  .projects-slider-slick button.slick-next {
    right: 15px;
  }

  .projects-slider-slick button.slick-prev:after,
  .projects-slider-slick button.slick-next:after {
    width: 40px;
    height: 40px;
  }

  .services-prov-slider {
    margin-bottom: 70px !important;
  }

  .services-prov-slider .slick-dots {
    bottom: -60px !important;
  }
}


/* AYA Page*/
@font-face {
	font-family: 'Area Extended';
	font-display: swap;
	src: url("/uploads/aya/Area Extended-Light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Area Extended';
	font-display: swap;
	src: url("/uploads/aya/Area Extended-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Area Extended';
	font-display: swap;
	src: url("/uploads/aya/Area Extended-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
}

@font-face {
  font-family: 'Area Extended';
  font-display: swap;
  src: url("/uploads/aya/Area Extended-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
	font-family: 'PP Hatton';
	font-display: swap;
	src: url("/uploads/aya/PPHatton-UltralightItalic.woff2") format("woff2");
	font-weight: 200;
	font-style: normal;
}

.aya-hero,
.aya-form-page {
  width: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.aya-hero__bg {
  width: 100%;
  height: 100vh;
  position: relative;
}

.aya-form-page__bg {
  position: relative;
  height: 100%;
  width: 100%;
}

.aya-form-page {
  display: flex;
  flex-direction: column;
}

.aya-form-page .aya-form-page__bg {
  position: absolute;
}

@media (min-width: 768px) {
  .aya-hero .aya-hero__img {
    padding-top: 60px;
  }
}

@media (min-width: 992px) {
  .aya-hero .aya-hero__img {
    padding-top: 66px;
  }
}

.aya-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

.aya-hero__logo-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 259px;
  height: auto;
  z-index: 2;
  pointer-events: none;
}

.aya-hero__logo-img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.aya-hero__logo-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0;
  font-family: 'Area Extended', sans-serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 3px;
  font-weight: 600;
}

.aya-location-list__info {
  color: #493222;
}

.aya-location-list__info .aya-slogan__accent-text {
  display: block;
  margin-top: 10px;
}

.aya-location-list__desc p {
  color: #493222;
}

.aya-location-list__desc {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .aya-hero__logo-img {
    margin-bottom: 36px;
  }

  .aya-hero__logo-text {
    flex-direction: row;
    gap: 6px;
    font-weight: 400;
  }

  .aya-location-list__info .aya-info-block__title {
    margin-bottom: 0;
  }

  .aya-location-list__info .aya-info-block__slogan {
    margin-bottom: 20px;
  }
}

.aya-info-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #1a1a1a;
  color:#fff;
}

.aya-info-block_white {
  background-color: #fff;
  color: #000;
}

.aya-info-block_white .aya-info-block__slogan {
  color: #7c5b35;
}

.aya-info-block_beige {
  background: rgba(201, 190, 181, 0.5);
  color: #000;
}

.aya-info-block_beige .aya-info-block__slogan {
  color: #493222;
}

.aya-info-block__body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 90px 0;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .aya-info-block__body {
    padding: 100px 0;
  }
}

.aya-info-block_first .aya-info-block__body {
  max-width: 758px;
}

.aya-info-block_third .aya-info-block__body {
  max-width: 865px;
}

.aya-info-block_fourth .aya-info-block__body {
  padding: 90px 0 60px;
}

@media (min-width: 768px) {
  .aya-info-block_fourth .aya-info-block__body {
    padding: 170px 0 100px;
  }
}

.aya-info-block_fifth .aya-info-block__body {
  max-width: 600px;
}

.aya-info-block_seventh .aya-info-block__slogan {
  margin-bottom: 40px;
}

.aya-info-block_row .aya-info-block__body {
  max-width: 514px;
  padding: 90px 25px 104px;
}

/* .aya-img-block__carousel .owl-dots {
  display: none;
} */

@media (min-width: 768px) {
  .aya-info-block_row .aya-info-block__body {
    max-width: 514px;
    padding: 24px;
  }

  .aya-info-block_seventh .aya-info-block__slogan {
    margin-bottom: 76px;
  }
}

.aya-section-title {
  font-family: 'Area Extended', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.aya-section-title_center {
  text-align: center;
}

.aya-info-block__title {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .aya-info-block__title {
    padding: 24px 0;
    margin-bottom: 20px;
  }

  .aya-section-title {
    font-size: 18px;
  }
}

.aya-info-block__slogan {
  margin-bottom: 40px;
}

.aya-slogan {
  font-family: 'Area Extended', sans-serif;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 1.8px;
  font-weight: 600;
}

.aya-slogan__accent-text {
  font-family: 'PP Hatton', serif;
  font-size: 38px;
  font-weight: 200;
  letter-spacing: normal;
}

@media (min-width: 768px) {
  .aya-info-block__slogan {
    margin-bottom: 50px;
  }

  .aya-slogan {
    line-height: 1;
    font-size: 36px;
  }

  .aya-slogan__accent-text {
    font-size: 48px;
  }
}

.aya-text-block {
  font-family: 'Area Extended', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.aya-img-block {
  width: 100%;
  aspect-ratio: 22 / 25;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.aya-img-block.aya-img-block__carousel-wrap {
  overflow: visible;
}

.aya-img-block__carousel-wrap .owl-theme .owl-dots .owl-dot {
    margin: 0 5px;
    height: 10px;
}

.aya-img-block__carousel-wrap .owl-theme .owl-dots .owl-dot span,
.aya-img-block__carousel-wrap .owl-theme .owl-dots .owl-dot:hover span,
.aya-img-block__carousel-wrap .owl-theme .owl-dots .owl-dot.active span {
    width: 30px;
    height: 2px;
    margin: 5px 7px;
    margin: 0;
    background: #d7cdc2;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    opacity: 1;
}

.aya-img-block__carousel-wrap .owl-theme .owl-dots .owl-dot.active .progress-bar {
    background-color: #7c5b35;
}

.aya-img-block__carousel-wrap .owl-carousel .owl-item img {
  max-height: 1058px;
  object-fit: cover;
}

.aya-img-block__carousel-wrap .owl-dots {
  top: 0;
}

@media (max-width: 767px) {
  html body div section.aya-highlights {
      padding-left: 25px !important;
      padding-right: 25px !important;
  }

  html body div section.aya-info-block {
    padding: 0 !important;
  }

  html body div section.aya-info-block .container {
    padding: 0 25px;
  }
}

@media (min-width: 768px) {
  .aya-img-block {
    aspect-ratio: 1.8 / 1;
  }
}

.aya-img-block__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.aya-highlights {
  padding: 90px 0 115px;
  text-align: center;
}

@media (min-width: 768px) {
  .aya-highlights {
    padding: 60px 0;
  }
}

.aya-highlights__body {
  max-width: 900px;
  margin: 0 auto;
}

.aya-highlights__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 850px;
}

@media (min-width: 768px) {
  .aya-highlights__items {
    flex-direction: row;
  }
}

.aya-highlights__item {
  /* flex: 1 1 0; */
  display: flex;
  align-items: center;
  width: 100%;
  padding: 42px 38px;
  gap: 64px;
  font-family: 'Area Extended', sans-serif;
  font-weight: 300;
  border-top: 1px solid #7c5b35;
}

.aya-highlights__item:last-child {
  border-bottom: 1px solid #7c5b35;
}

.aya-highlights__number {
  font-size: 60px;
  line-height: 1;
  white-space: nowrap;
  color: #7c5b35;
}

.aya-highlights__desc {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}

.aya-highlights__title {
  max-width: 220px;
  margin: 0 auto 40px;
}

@media (min-width: 768px) {
  .aya-highlights__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 34px 95px 34px 40px;
    width: auto;
    gap: 0;
    min-width: 200px;
    border-top: none;
    border-left: 1px solid #7c5b35;
  }

  .aya-highlights__item:last-child {
    border-bottom: none;
  }

  .aya-highlights__number {
    margin-bottom: 10px;
    line-height: 88px;
    font-size: 96px;
  }

  .aya-highlights__desc {
    font-size: 24px;
    line-height: 31px;
  }

  .aya-highlights__title {
    max-width: 100%;
    margin: 0 auto 20px;
  }
}

.aya-highlights__slogan {
  margin: 0 auto 40px;
  max-width: 220px;
  color: #7c5b35;
}

@media (min-width: 768px) {
  .aya-highlights__slogan {
    max-width: 100%;
    margin: 0 auto 35px;
  }
}

.aya-img-block.aya-img-block_with-list {
  display: flex;
  flex-direction: column;
  aspect-ratio: auto;
  background-color: #e9e5e2;
}

.aya-img-block.aya-img-block_with-list .aya-img-block__img {
  aspect-ratio: 22 / 25;
}

.aya-location-list {
  padding: 25px 0;
  font-family: 'Montserrat', sans-serif;
}

.aya-img-block.aya-img-block_with-list picture {
  order: -1;
}

.aya-img-block.aya-img-block_with-list .container {
  padding: 0 25px;
}

@media (min-width: 768px) {
  .aya-location-list {
    position: absolute;
    top: 32px;
    left: 0;
    padding: 0;
    width: 100%;
    /* max-width: 415px; */
    z-index: 2;
    display: flex;
    gap: 20px;
  }

  .aya-location-list__info {
    flex: 1;
  }

  .aya-img-block.aya-img-block_with-list picture {
    order: 0;
  }

  .aya-img-block.aya-img-block_with-list .aya-img-block__img {
    aspect-ratio: auto;
  }
}

@media (min-width: 1400px) {
  .aya-location-list {
    flex-direction: column;
    gap: 0;
    max-width: 415px;
  }
}

.aya-location-list__title {
  margin-bottom: 20px;
  font-size: 12px;
  color: #3e2d21;
}

@media (min-width: 768px) {
  .aya-location-list__title {
    margin-bottom: 8px;
  }
}

.aya-location-list__items {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 415px;
}

.aya-location-list__items li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  font-size: 18px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .aya-location-list__items li {
    padding-bottom: 20px;
    line-height: 1;
  }

  .aya-location-list__items li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.aya-slogan__essential {
  position: absolute;
  left: 50%;
  bottom: 90px;
  width: 100%;
  max-width: 300px;
  text-align: center;
  transform: translateX(-50%);
  color: #fff;
}

@media (min-width: 768px) {
  .aya-slogan__essential {
    top: 50%;
    bottom: unset;
    max-width: 100%;
    transform: translate(-50%, -50%);
  }

  .aya-location-list__items li { 
    margin-bottom: 10px;
  }

  .aya-location-list__wrap {
    flex: 1;
  }
}

@media (min-width: 1300px) {
  .aya-location-list__items li { 
    margin-bottom: 20px;
  }

  .aya-location-list {
    top: 64px;
  }
}

@media (min-width: 1400px) {
  .aya-location-list__desc {
    margin-bottom: 10px;
  }
}

@media (min-width: 1584px) {
  .aya-location-list__desc {
    margin-bottom: 20px;
  }
}

.aya-location-list__time {
  font-size: 24px;
  text-align: right;
  margin-right: 16px;
}

.aya-location-list__place {
  font-size: 15px;
  color: #000;
}

.aya-button-custom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  background-color: transparent;
  padding: 8px 42px;
  font-family: 'Area Extended', sans-serif;
  font-size: 14px;
  line-height: 32px;
  font-weight: 600;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
}

.aya-button-custom:hover {
  background-color: #fff;
  color: #000;
}

.aya-slick-slider-wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  padding: 0 0 50px 0;
  background: #fff;
  overflow: visible;
}

@media (min-width: 768px) {
  .aya-slick-slider-wrapper {
    padding: 0 0 60px 0;
  }
}

.aya-slick-slider .slick-list {
  margin: 0 -30px;
}

.slick-slider.aya-slick-slider {
  display: block;
}

.aya-slick-slider .slick-slide {
  opacity: 1;
  margin: 0 30px;
}

@media (max-width: 767px) {
  html body div section.aya-slider-section {
    padding: 0 !important;
  }

  .aya-slick-slider .slick-list {
    margin: 0 -10px;
  }
  .aya-slick-slider .slick-slide {
    margin: 0 10px;
  }
}

.aya-slick-img {
  display: block;
  width: 100%;
  height: 432px;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.aya-slick-caption {
  background: #ececec;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 5px;
  text-align: left;
  padding: 38px 20px;
  font-family: 'Area Extended', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.aya-slick-progress-bar {
  width: calc(100% - 50px);
  height: 2px;
  margin: 50px auto 0 auto;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  padding: 20px 0;
}

.aya-slick-progress-bar::after {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(192, 192, 192, 0.5);
  transition: all 0.3s ease 0s;
}

.aya-slick-progress-bar::before {
  content: '';
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: -20px;
  right: -20px;
}

@media (min-width: 768px) {
  .aya-slick-caption {
    padding: 38px;
  }

  .aya-slick-progress-bar {
    width: 32%;
    margin: 80px auto 0 auto;
  }
}

.aya-slick-progress {
  position: absolute;
  top: 20px;
  z-index: 1;
  height: 2px;
  /* height: 100%; */
  /* width: 0; */
  background: #606060;
  transition: width 0.3s ease 0s, background 0.3s ease 0s;
}

.aya-slick-progress-bar:hover::after {
  background: rgba(192, 192, 192, 0.8);
}

.aya-slick-progress-bar:hover .aya-slick-progress {
  background: #404040;
}

@media (min-width: 992px) {
  .aya-slick-slider-wrapper {
      padding: 0 0 80px 0;
  }
}

.aya-form-wrap {
  padding: 100px 0;
  width: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.aya-form-page__logo {
  width: 259px;
  height: auto;
}

.aya-form-page__body {
  max-width: 468px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  margin: 0 auto;
  padding: 0 25px;
  width: 100%;
}

@media (min-width: 768px) {
  .aya-form-page__body {
    padding: 0;
  }
}

.aya-form {
  width: 100%;
}

.aya-form {
  background: transparent;
  border: none;
  padding: 0;
}

.aya-form .form-group,
.aya-form .form-row {
  margin-bottom: 15px;
}

.aya-form input,
.aya-form select,
.aya-form .custom-select {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  padding: 8px 0;
  outline: none;
  border-radius: 0;
  appearance: none;
  font-weight: 500;
  letter-spacing: 3px;
  text-align: center;
  font-family: 'Area Extended', sans-serif;
}

.aya-form .select-selected {
  font-size: 14px;
  font-weight: 500;
  background-image: none;
  text-align: center;
}

.aya-form input::placeholder,
.aya-form select:invalid {
  color: #fff;
  opacity: 1;
  text-transform: uppercase;
  letter-spacing: 3px;
}

html body .aya-form input#phone {
  padding: 8px 0 !important;
}

html body .aya-form input#phone::placeholder {
  opacity: 1;
}

.aya-form .custom-select {
  position: relative;
}

.aya-form .custom-select select {
  cursor: pointer;
  background: transparent;
}

.aya-form .custom-select:after {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  will-change: transform;
}

.aya-form input[type='checkbox'] {
  width: 23px;
  height: 23px;
  accent-color: #fff;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 0;
  margin: 0;
  vertical-align: middle;
  cursor: pointer;
}

.aya-form .form-check-label {
  color: #fff;
  font-size: 12px;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 10px;
}

.aya-form .form-control {
  background: transparent !important;
  color: #fff;
  box-shadow: none;
}

.aya-form .form-control:focus {
  border-bottom: 1px solid #fff;
}

.aya-form .form-control:focus::placeholder {
  color: transparent;
}

.aya-form__btn {
  display: block;
  margin: 0 auto;
  width: 215px;
  letter-spacing: 3px;
}

.aya-form .form-check {
  margin: 28px 0 35px;
  padding-left: 0;
  font-family: 'Area Extended', sans-serif;
}

.aya-form .form-check .form-check-input {
  margin-left: 0;
}

.aya-form-thankyou {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-height: 70vh;
  font-family: 'Area Extended', sans-serif;
  color: #fff;
}

.aya-form-thankyou__message {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 4px;
}

.aya-form-thankyou__desc {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

@media (max-width: 767px) {
    .aya-form .select-selected {
        max-width: 100%;
        border: none !important;
        padding: 0;
        font-size: 14px;
    }

    .aya-form .select-items {
      max-width: 100%;
    }
}

.aya-form .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.aya-form .select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #fff;
  width: 100%;
  height: 38px;
  background: transparent;
  box-sizing: border-box;
  font-family: 'Area Extended', sans-serif;
}

.aya-form .select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  text-transform: uppercase;
  padding: 8px 0;
  color: #fff;
  line-height: 23px;
  letter-spacing: 3px;
  text-align: center;
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease 0s;
  box-sizing: border-box;
  cursor: pointer;
}

.aya-form__country-select,
.aya-form__type-select {
  height: 38px;
}

.aya-form .select-styled:focus,
.aya-form .select-styled.active {
  outline: none;
}

.aya-form .select-styled::after {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  will-change: transform;
}

.aya-form .select-styled.active::after {
  transform: rotate(-135deg);
}

.aya-form .select-options {
  display: none;
  position: absolute;
  top: 38px;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 20px 30px 20px 20px;
  max-height: 200px;
  list-style: none;
  background-color: #d9d9d9;
}

.aya-form .aya-form__country-select .select-options::after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  right: 17px;
  pointer-events: none;
  transform: translateY(-50%);
  height: calc(100% - 32px);
  width: 1px;
  background-color: #191919;
}

.aya-form .select-options li {
  padding: 0 10px;
  text-transform: uppercase;
  text-decoration: underline;
  background-color: #d9d9d9;
  color: #000;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 32px;
  transition: all 0.3s ease 0s;
}

.aya-form .select-options li:hover,
.aya-form .select-options li.is-selected {
  background: #fff;
  position: relative;
}

.aya-form .select-options li[rel='hide'] {
  display: none;
}

.aya-form .select-label {
  position: absolute;
  top: 14px;
  left: 16px;
  font-size: 1rem;
  color: #c5c5c5;
  pointer-events: none;
  transition: all 0.3s ease 0s;
  z-index: 2;
}

.aya-form .simplebar-track.simplebar-vertical {
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  height: calc(100% - 32px);
  width: 14px;
  background-color: transparent;
}

.aya-form .simplebar-scrollbar {
  border-radius: 7px;
  /* height: 20px !important; */
  background: rgba(236, 236, 236, 0.9);
}

.aya-form .simplebar-scrollbar:before {
  /* left: 0px; */
  opacity: 0;
  /* width: 14px; */
  /* background: rgba(236, 236, 236, 0.9); */
}

.banner-slider .aya-slider-img {
  object-position: top;
}

.project-aya-logo {
  width: auto;
  height: 16px;
  flex-shrink: 0;
  fill: #7c5b35;
}

.project-detail-section .project-aya-logo {
  height: 24px;
}

@media (max-width: 1199px) {
    html body .division-cont h3 .project-aya-logo {
        width: 42px;
        height: 14px;
    }
}

@media (max-width: 991px) {
    .project-two-section.project-arch .divisions-cont-wrap .col-lg-4:nth-child(even) .division-cont.div-cont-main h3 .project-aya-logo {
        fill: #fffbfa;
    }
}

@media (max-width: 767px) {
    .project-detail-section .project-aya-logo {
      height: 18px;
    }
}

.aya-progress-bar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
  gap: 10px;
}

.aya-progress-bar-container .item {
  width: 30px;
  height: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.aya-progress-bar {
  width: 100%;
  height: 2px;
  background: #d7cdc2;
  overflow: hidden;
  position: relative;
  display: block;
}

.aya-progress-bar .in-progress {
  height: 100%;
  background: #7c5b35;
  width: 0%;
  transition: width 0.2s linear;
  position: absolute;
  left: 0;
  top: 0;
}