/*
CTC Separate Stylesheet
Updated: 2024-09-22 10:45:17
*/
@font-face {
  font-family: 'Bliss Pro';
  src: url('/wp-content/themes/alfiras-child/assets/fonts/BlissPro-ExtraBold.woff2') format('woff2'),
    url('/wp-content/themes/alfiras-child/assets/fonts/BlissPro-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bliss Pro';
  src: url('/wp-content/themes/alfiras-child/assets/fonts/BlissPro-Bold.woff2') format('woff2'),
    url('/wp-content/themes/alfiras-child/assets/fonts/BlissPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bliss Pro';
  src: url('/wp-content/themes/alfiras-child/assets/fonts/BlissPro-Heavy.woff2') format('woff2'),
    url('/wp-content/themes/alfiras-child/assets/fonts/BlissPro-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

section.innerherro {
  height: 750px;
  display: flex;
  align-items: end;
  padding-bottom: 121px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
  position: relative;
}

.innerherro::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: 700px;
  height: 100%;
  margin-left: auto;
  background-image: url(./assets/images/inner-banner-lines.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  pointer-events: none;
}

section.innerherro .hero_p {
  margin-top: 30px;
  margin-bottom: 0;
}

.hero_p p {
  font-size: 24px;
  font-weight: 400;
  line-height: 29.3px;
}

section.aboutus {
  background-color: #fbf4e8;
  position: relative;
}

.aboutus__wave_svg {
  position: absolute;
  left: 0;
  bottom: -8px;
  pointer-events: none;
}


section.aboutus .bn_sec_top_row {
  margin-bottom: 60px;
}

section.aboutus .oneLine_title__sub {
  margin-bottom: 32px;
}

/* .aboutus .bn_sec_top_row > div:first-child {
  max-width: 702px;
}
.aboutus .bn_sec_top_row > div:nth-child(2) {
  max-width: 401px;
  margin-left: auto;
} */

section.aboutus .oneLine_title__h .h2 {
  text-transform: capitalize;
}

.tr_desc p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #000000B2;
}

.tr_desc p+a {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--btn-bg);
}

.spacetop-btm {
  padding: 100px 0;
}

.au_si_main {
  height: 700px;
  display: flex;
  align-items: end;
  padding: 0 76px 62px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
}

.au_si_main .aim_row {
  width: 100%;
}

.au_si_main .aim_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.aim_row__counter_separator {
  width: 1.22px;
  height: 121.28px;
  background-color: #FFFFFFE5;
}

.aim_row__counter_separator:last-child {
  display: none;
}

.au_si_main .aim_row * {
  color: #fff;
  text-align: center;
  font-family: var(--Walkway-Font);
}

.au_si_main .aim_row .ar-h2 {
  font-size: 56.34px;
  /* font-weight: 400; */
  line-height: 73.24px;
  letter-spacing: 0.1em;
}

.au_si_main .aim_row p.ar-p {
  font-size: 26.94px;
  font-weight: 400;
  line-height: 37.72px;
}

section.our-mission .centerclm {
  width: 100%;
  height: 880px;
  overflow: hidden;
  position: relative;

}

section.our-mission .centerclm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.our-mission .centerclm object {
  position: absolute;
  bottom: 0;
  width: 781px;
  /* opacity: 1;
  display: block; */
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

section.our-mission .row>div:first-child,
section.our-mission .row>div:last-child {
  display: flex;
  align-items: center;
}

section.our-mission .rightclm {
  display: flex;
  flex-direction: column;
  gap: 87px;
}

section.our-mission .rightclm .rc-i-heading {
  margin: 13.85px 0;
}

section.our-mission .rightclm .rc-i-desc p {
  font-weight: 400;
  color: #666666;
}

section.our-mission h2.h2 {
  font-size: 47px;
  line-height: 49.49px;
}

.rc-inner .rc-i-icon span {
  background-color: #fbf4e8;
  padding: 8px;
}


.rc-inner .rc-i-icon span {
  background-color: #fbf4e8;
  padding: 8px;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-radius: 50px; */
  transition: 0.3s ease;
}

section.our-mission .rc-inner:last-child .rc-i-icon span {
  border-radius: 50px;
}

.rc-inner:hover .rc-i-icon span {
  background-color: var(--btn-bg);
}

.mfm-rightclm img {
  width: 444px;
  height: 520px;
  object-fit: cover;
}

.mfm-rightclm {
  display: flex;
  justify-content: end;
}

.mfm-leftclm {
  padding-top: 83px;
  padding-right: 110px;
  position: relative;
}

.mfm-leftclm:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: -15px;
  background-image: url(/wp-content/uploads/2024/09/msgquote.png);
  height: 162px;
  width: 176px;
  background-size: contain;
  background-repeat: no-repeat;
}

.mfl-l-inner .h4 {
  margin-bottom: 20px;
  font-size: 34px;
  line-height: 35.8px;
  color: var(--black);
}

.mfl-l-inner p {
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;

  color: #666666;

  /* margin-bottom: 30px; */
}

.mfl-l-inner p+a {
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  color: var(--btn-bg);
}

.mfm-rightclm img {
  width: 444px;
  height: 520px;
}

.item-timeline {
  padding: 12px 0;
}

.item-timeline .it_inner {
  text-align: center;
}

.timeline_slider_btns {
  margin-top: 60px;
}

.item-timeline .it_inner .it_i_middle .it_i_m_activedot span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #f0d8b1;
  border-radius: 50px;
  margin: 16px 0;
  position: relative;
}

.item-timeline .it_inner .it_i_middle .it_i_m_activedot {
  display: flex;
  justify-content: center;
}

.item-timeline .it_inner .it_i_middle .it_i_m_activedot span:before {
  width: 22px;
  height: 22px;
  background: #f0d8b1;
  border-radius: 50px;
  content: '';
}

.item-timeline .it_inner .it_i_middle:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #A8A8A8;
  display: block;
  position: absolute;
  margin: auto;
}

.item-timeline .it_inner .it_i_middle {
  align-items: center;
  display: flex;
  justify-content: center;
}

.first_two_active .owl-stage,
#timeline-slider .owl-stage:has(.owl-item.center:first-child),
#timeline-slider .owl-stage:has(.owl-item.center:nth-child(2)) {
  transform: translate3d(0px, 0px, 0px) !important;
}

.first_timelineactive .item-timeline .it_inner .it_i_middle .it_i_m_activedot span {
  border: 3px solid #DA8E1B;
}

.first_timelineactive .item-timeline .it_inner .it_i_middle .it_i_m_activedot span:before {
  background: #DA8E1B;
}

.first_timelineactive .item-timeline .it_inner .it_i_top img {
  /* opacity: 1; */
}

.it_i_top,
.it_i_m_activedot {
  cursor: pointer;
}

.item-timeline .it_inner .it_i_top img {
  opacity: 0;
}

div#timeline-slider .owl-stage .owl-item:nth-child(even) .item-timeline .it_inner {
  display: flex;
  flex-direction: column-reverse;
}

div#timeline-slider.first_two_active .owl-stage-outer:after,
#timeline-slider .owl-stage-outer:has(.owl-item.active:first-child)::after,
#timeline-slider .owl-stage-outer:has(.owl-item.center:first-child)::after,
#timeline-slider .owl-stage-outer:has(.owl-item.center:nth-child(2))::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #A8A8A8;
  display: block;
  position: absolute;
  margin: auto;
  left: 0px;
  top: 287px;
  border-radius: 50px;
}

.item-timeline .it_inner .it_i_top,
.item-timeline .it_inner .it_i_bottom {
  height: 245px;
}

div#timeline-slider .owl-stage .owl-item:nth-child(even) .item-timeline .it_inner .it_i_top {
  flex-direction: column-reverse;
}

.item-timeline .it_inner .it_i_top {
  display: flex;
  gap: 17px;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 70px;
}

.item-timeline .it_inner .it_i_top img {
  width: 100%;
  height: 130px;
}

.item-timeline .it_inner .it_i_top .it_i_year h4 {
  font-family: 'Bliss Pro';
  font-style: normal;
  font-weight: 800;
  font-size: 34px;
  line-height: 40px;
  color: #EAD7B9;
}

.first_timelineactive .item-timeline .it_inner .it_i_top .it_i_year h4 {
  color: #DA8E1B;
}

div#timeline-slider .owl-stage .owl-item:nth-child(even) .item-timeline .it_inner .it_i_bottom {
  flex-direction: column-reverse;
}

.item-timeline .it_inner .it_i_bottom {
  display: flex;
  /* gap: 10px; */
  gap: 17px;
  /* justify-content: space-between; */
  flex-direction: column;
  padding: 0 49px;
}

.item-timeline .it_inner .it_i_bottom .it_i_b_heading p {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: var(--black);
}

.item-timeline .it_inner .it_i_bottom .it_i_b_heading {
  margin-bottom: 13px;
}

.item-timeline .it_inner .it_i_bottom .it_i_b_description p {
  color: #666666;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
}

section.timeline-section {
  background-color: #fbf4e8;
  overflow: hidden;
}

section.timeline-section .container {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 60px;
}

.timeline-section .oneLine_title__h .h2 {
  font-size: 42px;
  line-height: 54.6px;
}

.it_i_b_content {
  background-color: #fff;
  padding: 20px 32px;
  /* border-radius: 12px; */
  border-radius: 24px;
  max-width: 291px;
}

div#timeline-slider .owl-nav {
  margin-top: 60px;
}

div#awards-slider .owl-nav {
  position: absolute;
  top: -114px;
  right: 0;
}

.owl-nav button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px !important;
  min-width: 56px !important;
  background-color: transparent !important;
  border: 1px solid #DA8E1B !important;
  border-radius: 50% !important;
  margin: 0 !important;
}

.owl-nav button.owl-prev img {
  transform: rotate(180deg);
}

.owl-nav {
  display: flex;
  gap: 18.67px;
}

.awards-sec .oneLine_title__sub_line {
  display: none;
}

.awards-sec .oneLine_title__sub_title {
  line-height: 21.97px;
  color: var(--sec-clr);
  font-family: var(--Calibri-Font);
  font-weight: 400;
}

.awards-sec .bn_sec_top_row {
  margin-bottom: 60px;
}

.awards-sec .oneLine_title__h .h2 {
  font-size: 42px;
  line-height: 54.6px;
  letter-spacing: 0.1em;
}

.awardscard {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.ac-img {
  height: 360px;
  overflow: hidden;
}

.ac-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.awardscard .ac-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.awardscard .ac-content .h4 {
  color: #3E3E3E;
}

.awardscard .ac-content p {
  color: #909090;
  font-weight: 400;
}

.ac-line {
  display: block;
  height: 1px;
  width: 100%;
  background: #1E1E1E33;
}

section.awards-sec,
section.msg-from-md {
  background-color: #f7f6f5;
}

section.msg-from-md .container {
  position: relative;
}

.msg__wave_svg {
  position: absolute;
  bottom: -100px;
  right: -51px;
  z-index: 2;
  /* width: 100%;
 height: 342px; */
  pointer-events: none;
}


.cu-leftclm img {
  width: 100%;
}

.cu-leftclm .cul-inner {
  padding-right: 15.67px;
}

.cu-rightclm {
  padding-left: 150px;
}


.cu-rightclm .form_row {
  gap: 20px 31.24px;
}

.cu-rightclm .form_text {
  padding-top: 49px;
  margin-bottom: 40px;
}

section.contact-us .top-row {
  margin-bottom: 70px;
}

.ucu-leftclm {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.ucu-leftclm .contactinfo {
  display: flex;
  flex-direction: column;
  gap: 21px;
}

.ucu-rightclm {
  display: flex;
  flex-direction: column;
  gap: 116px;
}

.ucu-rightclm>div h2 {
  margin-bottom: 16px;
}


/* 9-30-24  */
.ucu-leftclm h2 {
  font-size: 38px;
  line-height: 40px;
  color: #3F3F3F;
}

.ucu-rightclm .ucurc-top p,
.ucu-rightclm .ucurc-top p a {
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 400;
  line-height: 18.4px;
  color: #3E3E3E;
}

.ucu-rightclm .ucurc-top p a {
  -moz-background-size: 100% 2px;
  background-size: 100% 2px;
}

.ucu-rightclm .ucurc-top p a:hover {
  background-size: 0 2px;
}

.ucu-leftclm .contactinfo a:not(:last-child) {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.97px;
  color: #3F3F3F;
}

.ucu-rightclm .ucurc-top h2 {
  font-size: 38px;
  line-height: 40px;
  color: #3F3F3F;
}

.ucu-rightclm .ucurc-bottom {
  display: flex;
  gap: 47px;
}

.ucu-rightclm .ucurc-bottom>a {
  background-color: #FFFFFF;
  padding: 24px 17px;
  font-size: 24px;
  line-height: 25.27px;
  color: #3F3F3F;
  font-family: var(--Walkway-Font);
  font-weight: 900;
  letter-spacing: 0.09em;
  display: flex;
  align-items: center;
  gap: 24px;
  min-width: 277px;
  max-width: 277px;
  transition: 0.3s ease;
  background-image: none;
}

.ucu-rightclm .ucurc-bottom>a:hover {
  background-color: var(--btn-bg);
  color: var(--white);
}

.ucu-rightclm .ucurc-bottom>a:nth-child(2) {
  padding-left: 24px;
  padding-right: 41px;
}

.ucu-rightclm .ucurc-bottom img,
.ucu-rightclm .ucurc-bottom svg {
  width: 24px;
  height: 24px;
  padding: 6px;
}

.btn_fsubmit input {
  border: 1.1px solid #3F3F3F;
  border-radius: 63.8px;
  font-weight: 400;
  font-size: 17.6px;
  line-height: 20.24px;
  font-family: 'Arial';
  padding: 13px 26px;
  color: #3F3F3F;
}

.wpcf7-form-control,
.cf-msg textarea {
  border: none;
  border-bottom: 1.1px solid #9E896A;
  outline: none;
  padding: 0.5rem 0;
  transition: border-bottom-color 0.3s;
}

.wpcf7-form-control:focus,
.cf-msg textarea:focus {
  border-bottom: 1.1px solid #9E896A;
}

.page-template-contact-us-template .custom-cursor,
.page-template-template-support-forms-template .custom-cursor {
  display: none;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap select,
.cf-msg textarea {
  font-size: 17.6px;
  font-family: 'Arial';
}

.undercontact-us {
  width: 100%;
  height: auto;
  background-image: url('https://alfiras.com/wp-content/uploads/2024/10/Frame-1.png');
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  padding: 78px 0;
  background-color: #fbf4e8;
}

.contact-us {
  width: 100%;
  height: auto;
  padding-top: 54px;
  padding-bottom: 124px;
  position: relative;
}

.contact-us::before {
  content: '';
  position: absolute;
  inset: 0;
  margin-right: auto;
  width: 100%;
  max-width: 781px;
  height: auto;
  background-image: url('https://alfiras.com/wp-content/uploads/2024/10/Frame-1-1.png');
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
  pointer-events: none;
}

.page-template-contact-us-template button input,
.page-template-template-support-forms-template button input {
  transition: 0.3s ease;
  width: 107.8px;
  min-height: 46.4px;
  height: 46.4px;
}

.page-template-contact-us-template button input:hover,
.page-template-template-support-forms-template button input:hover {
  background-color: var(--btn-bg);
  color: var(--white);
  border-color: var(--btn-bg);
}

/* .page-template-contact-us-template .btn_fsubmit:hover, */
.page-template-template-support-forms-template .btn_fsubmit:hover {
  background-color: unset;
  padding: 0;
}

.cu-rightclm .h2 {
  font-size: 37.4px;
  line-height: 39.38px;
  letter-spacing: 0.1em;
  color: #3F3F3F;
  padding-bottom: 66px;
}

.ucu-leftclm .contactinfo a,
.ucu-rightclm .ucurc-top p a {
  width: max-content;
  font-weight: 400 !important;
}

.ucu-leftclm .contactinfo a:hover:not(.btn),
.ucu-rightclm .ucurc-top p a:hover {
  color: var(--btn-bg);
}

.contact-us .form_text p {
  font-size: 18px;
  line-height: 21.97px;
  color: #717171;
}

.contact-us .form_text p span,
.contact-us .form_text p a {
  color: #000000;
}

.contact-us .form_text p a:hover {
  color: var(--btn-bg);
}


@media only screen and (max-width: 1023px) and (min-width: 768px) {

  .ucu-leftclm h2,
  .ucu-rightclm .ucurc-top h2 {
    font-size: 30px;
  }
}

.page-template-services-template {
  background-color: #FBF4E8;
}

section.servicespost .container-fluid {
  /* padding: 0px 20px; */
  max-width: 1558px;
}

.services-list {
  margin: 24px 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.services-list .row:nth-child(odd)>div:last-child::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(./assets/images/service-right-line.svg);
  background-size: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  width: 100%;
  height: 310px;
}

.services-list .row:nth-child(even)>div:last-child::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(./assets/images/service-left-line.svg);
  background-size: 100%;
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 100%;
  height: 310px;
}

.services-list .row img {
  height: 916px;
  object-fit: cover;
}

.services-list .row .col-md-6 {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
}

.services-list .row:nth-child(even) {
  flex-direction: row-reverse;
}

.servicesinneercontent {
  padding: 179px 116px 0;
}

.servicesinneercontent h2 {
  font-size: 42px;
  text-transform: uppercase;
  margin-bottom: 16px;
  line-height: 44.23px;
  color: var(--black);
}

.servicesinneercontent .contents p,
.servicesinneercontent .repeater-field p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: var(--black);
}

.servicesinneercontent .repeater-field p {
  color: #666666;
}

.servicesinneercontent .repeater-field {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 30px;
}

.services-list .row>div:nth-child(2) {
  padding: 0;
}

.servicesinneercontent .custom-field p {
  font-size: 24px;
  font-weight: 400;
  color: var(--black);
}

.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  gap: 13px;
  margin-top: 13px;
}

.pagination a,
.pagination span {
  padding: 8px 12px;
  border: 1px solid #D79632;
  color: #D79632;
  text-decoration: none;
  border-radius: 0;
  height: 42.88px;
  width: 42.88px;
  display: flex;
  align-items: center;
  justify-content: center;

  /* font-family: 'Inter'; */
  font-size: 12.06px;
  font-weight: 800;
  line-height: 14.6px;

}

.pagination a:hover {
  background-color: #D79632;
  color: #fff;
  border: 1px solid #D79632;
}

.pagination .disabled {
  color: #999;
  background-color: #f9f9f9;
  border-color: #ccc;
  pointer-events: none;
  /* Prevent clicking */
}

.pagination .current {
  background-color: #D79632;
  color: #fff;
  border: 1px solid #D79632;
}

a.next.page-numbers,
a.prev.page-numbers {
  display: none;
}

.post-list .row:first-child {
  padding-top: 0;
}

section.newspost .post-list .row img {
  height: 427px;
  width: 554px;
}

.newspost .post-meta>span,
.newspost .post-category>a {
  color: var(--black);
  line-height: 22.4px;
}

.post-list .row .col-md-7 {
  padding: 0 29px;
}

.post-list .row .postinneercontent {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.postinneercontent h2 {
  font-size: 48px;
  line-height: 50.54px;
  color: #3E3E3E;
}

.postinneercontent .postinfo p {
  font-size: 18px;
  line-height: 28px;
  color: #000000B2;
  font-weight: 400;
}

.postinneercontent .postinfo {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.postinneercontent .post-meta span {
  border: 1px solid #DA8E1B4D;
  padding: 10px;
  border-radius: 25px;
}

.postinneercontent .post-meta {
  display: flex;
  gap: 16px;
}

.postinneercontent .post-meta span {
  border: 1px solid #DA8E1B4D;
  padding: 3px 10px;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.post-list {
  display: flex;
  flex-direction: column;
}

.post-list .row {
  margin-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #666666;
}

.newspost .pagination {
  margin: 60px 0;
}

div#categories-list ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 80px;
}

div#categories-list ul li {
  padding: 18px 32px;
  font-size: 24px;
  font-weight: 400;
  border: 1px solid #00000045;
  color: #3E3E3E4D;
  font-family: arial;
  background-color: #fff;
  border-radius: 50px;
  cursor: pointer;
}

div#categories-list ul li.active,
div#categories-list ul li:hover {
  border: 1px solid #da8e1b;
  color: #fff;
  background-color: #da8e1b;
}

div#project-category-posts div#posts-list {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  gap: 67.13px 30px;
}

div#project-category-posts div#posts-list .project-post {
  width: 31.79%;
}

section.projectspost {
  padding: 72px 0 80px;
}

.projectspost div#project-category-posts div#posts-list .project-post .post-thumbnail img {
  width: 100%;
  height: 237px;
  object-fit: cover;
}

.pagination span.current-page {
  border: 1px solid #D79632;
  color: #fff;
  background-color: #D79632;
}

div#project-category-posts div#posts-list .project-post h3 {
  font-size: 24px;
  font-family: arial;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 27px;
  margin-top: 24px;
}

div#project-category-posts div#posts-list .pagination {
  width: 100%;
}

div#project-category-posts div#posts-list .project-post h3 a {
  color: #3E3E3E;
}

div#project-category-posts div#posts-list .project-post h3 a:hover {
  color: var(--btn-bg);
}

.servicesinneercontent .contents {
  margin-bottom: 60px;
}

section.clientspost div#categories-list ul {
  justify-content: center;
  margin-bottom: 49px;
}

section.clientspost {
  padding-top: 49px;
  padding-bottom: 100px;
  background-color: #f7f6f5;
}

.clientspost .pagination {
  display: none;
}

section.clientspost div#posts-list .project-post .post-thumbnail * {
  cursor: auto !important;
}


section.clientspost div#posts-list .project-post .post-thumbnail {
  transition: 0.3s ease;
}


section.clientspost div#posts-list .project-post .post-thumbnail:hover {
  transform: translateY(-10px);
}

.page-template-client-template .custom-cursor {
  display: none !important;
}

section.clientspost div#posts-list {
  gap: 8px !important;
}

section.clientspost div#posts-list .project-post {
  width: calc(25% - 6px) !important;
  background-color: #fff;
}

section.clientspost div#posts-list .project-post * {
  display: none;
}

section.clientspost div#posts-list .project-post .post-thumbnail {
  display: flex !important;
  align-items: center;
  justify-content: center;
  /* padding: 45px; */
  height: 318px;
}

section.clientspost div#posts-list .project-post .post-thumbnail a:hover {
  background-size: 0;
}

section.clientspost div#posts-list .project-post .post-thumbnail * {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

section.clientspost div#posts-list .pagination {
  padding-top: 45px;
}

section.clientspost div#posts-list .project-post .post-thumbnail img {
  width: 100%;
  height: auto;
  max-width: 220px;
}

/* @media (min-width: 1324px) {
  .timeline-section .container-fluid {
    width: calc((100% - 1300px) / 2 + 1315px);
    margin: 0 0 0 auto;
  }
} */

@media only screen and (min-width: 1300px) {
  section.our-mission .row>div:nth-child(2) {
    max-width: 496px;
  }

  section.our-mission .row {
    justify-content: space-between;
  }
}

@media only screen and (max-width: 600px) {
  div#project-category-posts div#posts-list .project-post {
    width: 100%;
  }

  .postinneercontent h2 {
    font-size: 30px;
    line-height: 33.54px;
    text-align: left;
  }
}

@media only screen and (max-width: 1100px) {
  .servicesinneercontent {
    padding: 80px 30px 0;
  }

  .servicesinneercontent .repeater-field {
    gap: 10px;
    margin-top: 20px;
  }

  .servicesinneercontent .contents {
    margin-bottom: 30px;
  }

  .services-list .row img {
    height: 700px;
    object-fit: cover;
  }

  div#project-category-posts div#posts-list .project-post {
    width: 47.79%;
  }
}

section.projectsect {
  --pd: 50px;
  padding: var(--pd) 0;
  position: relative;
}

.projectsect::after {
  content: '';
  position: absolute;
  inset: 0;
  top: calc(((var(--pd) * 2) + 40px) * -1);
  width: 100%;
  max-width: 717px;
  height: auto;
  margin-left: auto;
  background-image: url(./assets/images/proj-details-lines.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
}

.vdo-iframe,
.vdo-iframe iframe {
  width: 100%;
  height: 100%;
}


div#project-gallery .owl-item .vdo-iframe,
div#project-gallery .owl-item img {
  height: 743px;
  object-fit: cover;
}

section.projectsect .contenttab {
  /* height: 823px; */
  background-color: #fbf4e8;
  padding: 65px 56px;
  width: 102%;
  margin-left: -13px;
  margin-top: 60px;
  z-index: 9;
  position: relative;
}

.gallerytab {
  width: 102.5%;
}

.gallerytab div#project-gallery {
  position: relative;
}

.gallerytab div#project-gallery .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 43px;
  display: flex;
  gap: 7px;
  align-items: center;
}

.gallerytab div#project-gallery .owl-dots button.owl-dot {
  display: block;
  min-width: unset;
}

.gallerytab div#project-gallery .owl-dots button.owl-dot span {
  width: 16px;
  height: 16px;
  margin: 0;
  background: #fff;
  display: block;
}

.gallerytab div#project-gallery .owl-dots button.owl-dot.active span {
  width: 21px;
  height: 21px;
  border: 1px solid #ffffff;
  border-radius: 50px;
  background: transparent;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallerytab div#project-gallery .owl-dots button.owl-dot.active span:before {
  content: " ";
  height: 16px;
  width: 16px;
  background: #ffffff;
  position: absolute;
  border-radius: 50px;
}

.pageherarchy {
  display: flex;
  gap: 7px;
}

.projectsect__pagherarchy {
  margin-bottom: 50px;
}

.pageherarchy>a,
.pageherarchy>span {
  font-family: 'Arial';
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.pageherarchy a {
  color: #666666;
}

.pageherarchy span {

  color: #3E3E3E;
}

section.projectsect .contenttab h2.h2 {
  font-size: 46px;
  line-height: 48.44px;
  margin-bottom: 14px;
  color: #3E3E3E;
}

.contenttab .ct-meta {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 60px;
}

section.tc_sec .container .row {
  background-color: #fbf4e8;
  padding: 58px 81px;
}

.contenttab .ct-meta .icon {
  background-color: #f0e7d8;
  padding: 4px;
  height: 29px;
  width: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contenttab .ct-meta .icon img {
  width: 19px;
  height: 19px;
  object-fit: cover;
}

.ct-meta:hover .icon,
.contenttab .ct-meta .icon img {
  transition: all 0.3s ease;
}

.ct-meta:hover .icon {
  background: var(--btn-bg);
  transform: scale(1.1);
}

.contenttab .ct-meta:hover .icon img {
  filter: brightness(100);
}

.contenttab .ct-meta .ct-metatext {
  font-family: 'Arial';
  font-size: 24px;
  font-weight: 400;
  line-height: 27.6px;
  color: #3E3E3E;
}

.contenttab .ct_inner .ct_customcontent {
  padding-left: 44px;
  border-left: 1px solid #000;
  display: flex;
  flex-direction: column;
  gap: 47px;
}

.contenttab .ct_inner .ct_customcontent .ct-cc-flex {
  display: flex;
  align-items: center;
  gap: 76px;
}

.contenttab .ct_inner .ct_customcontent .ct-cc-flex span.acf-ct-head {
  width: 27%;
  color: #3E3E3E99;
}

.contenttab .ct_inner .ct_customcontent .ct-cc-flex span {
  font-size: 20px;
  line-height: 24px;
}

.contenttab .ct_inner .ct_customcontent .ct-cc-flex span.acf-ct-cc {
  color: #3E3E3E;
      width: 60%;
}

.ct_virtualtourbtn a {
  background-color: #da8e1b;
  border: 1px solid #da8e1b;
  padding: 18px 24px;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  line-height: 25.2px;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 48px;
  transition: 0.3s ease;
}

.ct_virtualtourbtn a:hover svg path {
  fill: #da8e1b;
}

.ct_virtualtourbtn a:hover {
  background-size: 0;
  border: 1px solid #da8e1b;
  background-color: #fff;
  color: #da8e1b;
}

.ct_virtualtourbtn {
  display: flex;
  margin-top: 60px;
}

.project-post .ct_virtualtourbtn {
  margin-top: 30.81px;
}

.relatedprocard .ct_virtualtourbtn {
  margin-top: 24px;
}



.project-post .ct_virtualtourbtn a,
.relatedprocard .ct_virtualtourbtn a {
  background-color: transparent;
  font-size: 15.33px;
  font-weight: 400;
  line-height: 21.46px;
  color: var(--btn-bg);
  padding: 6.81px 20.44px;
  height: 40.87px;
  gap: 10px;
}

.relatedprocard .ct_virtualtourbtn a {
  width: 145px;
  height: 40px;
  padding: 6.81px 17.44px;
}

.project-post .ct_virtualtourbtn a:hover,
.relatedprocard .ct_virtualtourbtn a:hover {
  color: var(--white);
  background-color: var(--btn-bg);
}

.project-post .ct_virtualtourbtn a:hover svg path,
.relatedprocard .ct_virtualtourbtn a:hover svg path {
  fill: var(--white);
}

section.relatedprojects .reletedtopflex {
  gap: 15px 0;
  align-items: center;
  margin-bottom: 60px;
}

section.relatedprojects .reletedtopflex h1 {
  font-size: 50px;
  line-height: 52.65px;
  color: #000;
}

.reletedtopflex_r_col>a {
  margin-left: auto;
  font-weight: 400 !important;
}

section.relatedprojects {
  padding: 70px 0;
  background-color: #f7f6f5;
}

.relatedprocards {
  gap: 30px;
}

.related-post-thumbnail>a {
  height: 237.74px;
  overflow: hidden;
  display: block;
  cursor: none;
}

.related-post-thumbnail>a img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: unset !important;
  object-fit: cover;
  object-position: center;
}

.related-post-title {
  font-family: 'Arial';
  font-size: 24px;
  font-weight: 400;
  line-height: 27.6px;
  margin-top: 25px;
}

.related-post-title>a {
  color: #3E3E3E;
}


@media (min-width:991px) {
  .contact-us {
    min-height: calc(100vh - 415px);
  }

}

@media (min-width:1200px) {
  .aboutus .oneLine_title__h {
    padding-right: 80px;
  }
}

@media only screen and (min-width: 1350px) {
  .relatedprocards .relatedprocard {
    /* max-width: 31.796% !important; */
    /* max-width: 31.795% !important; */
    max-width: calc(33.33% - 20px);
  }

  .aim_row__content {
    min-width: 262px;
  }

  .aim_row__content_wrapper:nth-child(5) .aim_row__content {
    min-width: 362px;
  }

  .undercontact-us_con {
    max-width: 1066px !important;
  }

  /* .aim_row__content_wrapper:nth-child(5) .aim_row__content {
    display: flex;
  } */
}

@media (min-width:1400px) {

  .aboutus .bn_sec_top_row>div:first-child {
    max-width: 800px;
  }

  .aboutus .bn_sec_top_row>div:nth-child(2) {
    max-width: 500px;
    flex: 500px;
  }
}

@media (min-width:1600px) {

  div#categories-list ul li {
    height: 64px;
  }


  section.innerherro .ih_content .h1 {
    height: 91.76px;
  }

  .aboutus .bn_sec_top_row>div:first-child {
    max-width: 702.87px;
  }

  .aboutus .oneLine_title__h {
    padding-right: 0;
  }

  .aboutus .bn_sec_top_row>div:nth-child(2) {
    max-width: 481px;
    flex: 481px;
    margin-left: auto;
  }

  section.newspost {
    max-width: 1442px;
    margin: 0 auto;
  }

  section.newspost .container {
    max-width: 100%;
  }

  .post-list .row {
    padding: 60px 68.5px;
  }

  .post-list .row .col-md-5 {
    max-width: 555px;
    flex: 555px;
  }

  .post-list .row .col-md-7 {
    padding: 0;
    max-width: 721px;
    flex: 721px;
    margin-left: auto;
  }
}

@media (max-width:1400px) {
  .cu-rightclm {
    padding-left: 80px;
  }

  .cu-rightclm .h2 {
    padding-bottom: 30px;
  }
}

@media (max-width:1350.98px) {
  div#project-category-posts div#posts-list .project-post {
    width: calc(33.33% - 20px);
  }

  .cu-rightclm {
    padding-left: 0;
  }

  .contact-us_from_row.align-items-center {
    align-items: flex-start !important;
  }

  .contact-us {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  section.contact-us .form_row {
    margin-bottom: 24px;
  }

  section.contact-us .form_text {
    margin-bottom: 24px;
  }

  .undercontact-us_con {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .undercontact-us {
    padding: 50px 0;
  }

  .relatedprocards {
    padding-left: 15px;
    padding-right: 15px;
  }

  .relatedprocards .relatedprocard {
    flex: 1;
    padding: 0;
  }

  section.relatedprojects {
    padding: 50px 0;
  }

  .projectsect__details_row>div:first-child {
    padding-right: 0;
  }

  .projectsect__details_row>div:last-child {
    padding-left: 0;
  }

  .servicesinneercontent h2 {
    font-size: 35px;
    line-height: 38.23px;
  }

  section.relatedprojects .reletedtopflex {
    margin-bottom: 40px;
  }

  .contenttab .ct_inner .ct_customcontent .ct-cc-flex span.acf-ct-head,
  .contenttab .ct_inner .ct_customcontent .ct-cc-flex span.acf-ct-cc {
    flex: 1;
  }
}

@media (max-width:1200.98px) {
  .au_si_main .aim_row .ar-h2 {
    font-size: 40px;
    line-height: 52px;
  }

  .au_si_main .aim_row p.ar-p {
    font-size: 22px;
    line-height: 30px;
  }

  .postinneercontent h2 {
    font-size: 40px;
    line-height: 42px;
  }

  section.contact-us .top-row {
    margin-bottom: 40px;
  }

  .ucu-rightclm .ucurc-bottom {
    gap: 24px;
  }

  .ucu-rightclm .ucurc-bottom>a {
    padding: 18px 10px;
    font-size: 20px;
    line-height: 21px;
    min-width: unset;
    gap: 20px;
  }

  .ucu-rightclm .ucurc-bottom>a:nth-child(2) {
    padding-left: 15px;
    padding-right: 25px;
  }

  .aboutus .oneLine_title__h {
    padding-right: 0;
  }

  .bn_sec_top_row>div:first-child {
    max-width: 60%;
    flex: 1;
  }

  .bn_sec_top_row>div:last-child {
    max-width: 40%;
    flex: 1;
  }

  .item-timeline .it_inner .it_i_bottom {
    padding: 0 30px;
  }
}

@media (max-width:1024.98px) {
  .bn_sec_top_row>div:first-child {
    max-width: 58%;
  }

  .bn_sec_top_row>div:last-child {
    max-width: 42%;
  }

  .contenttab .ct_inner .ct_customcontent {
    padding-left: 18px;
  }
}

@media (max-width:991.98px) {
  .au_si_main {
    padding: 0 30px 50px;
  }

  .au_si_main .aim_row .ar-h2 {
    font-size: 30px;
    line-height: 39px;
  }

  .au_si_main .aim_row p.ar-p {
    font-size: 18px;
    line-height: 25px;
  }

  section.innerherro {
    height: 650px;
  }

  section.projectspost {
    padding: 50px 0 50px;
  }

  div#categories-list ul {
    margin-bottom: 50px;
  }

  section.clientspost {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  section.clientspost div#posts-list .project-post {
    width: calc(33.33% - 8px) !important;
  }

  div#project-category-posts div#posts-list .project-post {
    width: calc(50% - 15px);
  }

  .post-list .row {
    margin-top: 40px;
    padding-bottom: 40px;
  }

  section.newspost .post-list .row img {
    height: 300px;
  }

  .post-list .row .col-md-7 {
    padding: 0 15px;
  }

  .postinneercontent h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .postinneercontent .postinfo p {
    font-size: 16px;
    line-height: 24px;
  }

  .newspost .pagination {
    margin: 40px 0;
  }

  .contact-us_from_row>div:first-child {
    order: 2;
  }

  .contact-us_from_row>div:last-child {
    order: 1;
    margin-bottom: 30px;
  }

  .cu-rightclm {
    padding-left: 0;
  }

  .cu-leftclm .cul-inner {
    padding-right: 0;
    height: 500px;
    overflow: hidden;
  }

  .cu-leftclm img {
    object-position: center;
    object-fit: cover;
    height: 100%;
  }

  .ucu-rightclm {
    gap: 20px;
  }

  .ucu-rightclm .ucurc-top p,
  .ucu-rightclm .ucurc-top p a {
    font-size: 14px;
    line-height: 16px;
  }

  .ucu-rightclm .ucurc-bottom {
    gap: 20px;
    flex-wrap: wrap;
  }

  .ucu-rightclm .ucurc-bottom>a {
    min-width: 225px;
  }

  .relatedprocards {
    gap: 10px;
  }

  .related-post-title {
    font-size: 20px;
    line-height: 23.6px;
    margin-top: 15px;
  }

  .projectsect__pagherarchy {
    margin-bottom: 24px;
  }

  section.projectsect .contenttab {
    padding: 40px 36px;
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }

  .gallerytab {
    width: 100%;
  }

  .projectsect__details_row>div:first-child {
    padding-right: 15px;
  }

  .projectsect__details_row>div:last-child {
    padding-left: 15px;
  }

  .aboutus__wave_svg object {
    width: 100%;
  }

  .bn_sec_top_row>div:first-child:not(.awards-sec .bn_sec_top_row>div:first-child),
  .bn_sec_top_row>div:last-child:not(.awards-sec .bn_sec_top_row>div:last-child) {
    max-width: 100%;
    flex: 100%;
  }

  .aboutus .oneLine_title__h {
    margin-bottom: 15px;
  }

  .contact-us::before {
    bottom: 0;
    top: unset;
    margin-right: auto;
    max-height: 600px;
    height: 100%;
    background-position: left bottom;
  }
}

@media (max-width:767.98px) {
  .item-timeline .it_inner .it_i_bottom {
    align-items: center;
  }

  section.innerherro .hero_p {
    margin-top: 10px;
  }

  section.servicespost .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .services-list .row {
    margin: 0;
  }

  .servicesinneercontent {
    padding: 0;
    /* padding-top: 24px; */
    padding-bottom: 24px;
  }

  .services-list .row {
    /* flex-direction: column-reverse !important; */
  }

  .services-list .row img {
    height: 500px !important;
    object-fit: cover;
  }

  .servicesinneercontent .contents {
    margin-bottom: 20px;
  }

  .servicesinneercontent .repeater-field {
    margin-top: 10px;
    gap: 10px;
  }

  .au_si_main .aim_row {
    flex-direction: column;
    gap: 25px;
  }

  .aim_row__counter_separator {
    width: 262px;
    height: 1.22px;
  }

  section.innerherro {
    height: 550px;
  }

  section.clientspost div#posts-list .project-post .post-thumbnail {
    padding: 20px;
    height: 200px;
  }

  div#categories-list ul li {
    padding: 18px 18px;
    font-size: 20px;
  }

  div#project-category-posts div#posts-list {
    gap: 15px;
  }

  div#project-category-posts div#posts-list .project-post {
    width: calc(50% - 8px);
  }

  .pagination {
    margin-top: 24px;
  }

  section.newspost .post-list .row img {
    height: auto;
    margin-bottom: 24px;
  }

  .postinneercontent .post-meta {
    margin-top: 24px;
  }

  section.contact-us .top-row {
    margin-bottom: 24px;
  }

  .ucu-leftclm {
    align-items: center;
    gap: 20px;
  }

  .ucu-leftclm .contactinfo {
    align-items: center;
    gap: 5px;
  }

  .ucu-rightclm .ucurc-top h2 {
    text-align: center;
    font-size: 30px;
    margin-top: 16px;
  }

  .ucu-rightclm {
    text-align: center;
  }

  .ucu-rightclm .ucurc-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .ucu-rightclm {
    gap: 42px;
  }

  .ucu-leftclm h2 {
    font-size: 30px;
  }

  .relatedprocards {
    gap: 24px;
  }

  .relatedprocards .relatedprocard {
    flex: auto;
  }

  .contenttab .ct-meta {
    margin-bottom: 40px;
  }

  .contenttab .ct_inner .ct_customcontent {
    padding-left: 24px;
    gap: 24px;
  }

  .contenttab .ct_inner .ct_customcontent .ct-cc-flex {
    gap: 50px;
  }

  .ct_virtualtourbtn {
    margin-top: 40px;
  }

  div#project-gallery .owl-item .vdo-iframe,
  div#project-gallery .owl-item img {
    height: 550px;
  }

  section.projectsect .contenttab h2.h2 {
    font-size: 40px;
    line-height: 46.44px;
  }

  section.relatedprojects .reletedtopflex h1 {
    font-size: 45px;
    line-height: 47.65px;
  }

  .awards-sec .bn_sec_top_row>div:first-child,
  .awards-sec .bn_sec_top_row>div:last-child {
    max-width: 100%;
    flex: 100%;
  }

  section.relatedprojects .reletedtopflex {
    margin-bottom: 24px;
  }

  #timeline-slider .owl-item.active .item-timeline .it_inner .it_i_middle .it_i_m_activedot span {
    border: 3px solid var(--btn-bg);
  }

  #timeline-slider .owl-item.active .item-timeline .it_inner .it_i_middle .it_i_m_activedot span:before {
    background: var(--btn-bg);
  }

  #timeline-slider .owl-item.active .item-timeline .it_inner .it_i_top .it_i_year h4 {
    color: var(--btn-bg);
  }

  div#timeline-slider .owl-stage .owl-item:nth-child(even) .item-timeline .it_inner {
    display: block;
  }

  div#timeline-slider .owl-stage .owl-item:nth-child(even) .item-timeline .it_inner .it_i_top {
    flex-direction: column;
  }

  div#timeline-slider .owl-stage .owl-item:nth-child(even) .item-timeline .it_inner .it_i_bottom {
    flex-direction: column;
  }

  .it_i_t_img {
    display: none;
  }

  .item-timeline .it_inner .it_i_top {
    padding: 0;
    height: auto;
  }

  div#timeline-slider.first_two_active .owl-stage-outer:after,
  #timeline-slider .owl-stage-outer:has(.owl-item.active:first-child)::after,
  #timeline-slider .owl-stage-outer:has(.owl-item.center:first-child)::after,
  #timeline-slider .owl-stage-outer:has(.owl-item.center:nth-child(2))::after {
    top: 81px;
  }

  .timeline_slider_btns {
    margin-top: 24px;
  }
}

@media (max-width:575.98px) {
  .item-timeline .it_inner .it_i_bottom {
    padding: 0 24px;
  }

  .it_i_b_content {
    padding: 15px 15px;
  }

  .servicesinneercontent h2 {
    font-size: 35px;
    line-height: 36.2px;
    margin-bottom: 15px;
  }

  section.clientspost {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  section.clientspost div#posts-list .project-post {
    width: calc(50% - 4px) !important;
  }

  section.clientspost div#posts-list .project-post .post-thumbnail {
    padding: 10px;
    height: 180px;
  }

  section.clientspost div#categories-list ul {
    justify-content: center;
    margin-bottom: 30px;
  }

  section.projectspost {
    padding: 30px 0 30px;
  }

  div#categories-list ul {
    gap: 10px;
    margin-bottom: 30px;
  }

  div#categories-list ul li {
    padding: 5px 15px;
    font-size: 16px;
  }

  .contact-us {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .cu-rightclm .h2 {
    padding-bottom: 14px;
  }

  .contact-us .cu-rightclm .h2 {
    padding-bottom: 24px;
  }

  .contact-us_from_row>div:last-child {
    margin-bottom: 14px;
  }

  .undercontact-us_con {
    padding-left: 25px !important;
    padding-right: 26px !important;
  }

  .undercontact-us {
    padding: 24px 0;
  }

  .ucu-leftclm h2,
  .ucu-rightclm .ucurc-top h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .ucu-rightclm {
    gap: 30px;
  }

  section.projectsect .contenttab h2.h2 {
    font-size: 30px;
    line-height: 36.44px;
  }

  section.relatedprojects {
    padding: 24px 0;
  }

  section.projectsect {
    padding: 24px 0;
  }

  section.projectsect .contenttab {
    padding: 24px;
    margin-top: 24px;
  }

  div#project-gallery .owl-item .vdo-iframe,
  div#project-gallery .owl-item img {
    height: 450px;
  }

  .contenttab .ct_inner .ct_customcontent .ct-cc-flex {
    gap: 10px;
    flex-wrap: wrap;
  }

  .contenttab .ct_inner .ct_customcontent .ct-cc-flex * {
    width: 100%!important;
    display: block;
  }

  section.relatedprojects .reletedtopflex h1 {
    font-size: 32px;
    line-height: 34px;
  }

  .reletedtopflex_r_col>a {
    margin-left: 0;
  }

  .contenttab .ct_inner .ct_customcontent .ct-cc-flex span.acf-ct-head,
  .contenttab .ct_inner .ct_customcontent .ct-cc-flex span.acf-ct-cc {
    flex: unset;
  }
}

@media (max-width:460.98px) {
  .aim_row__counter_separator {
    width: 100%;
  }

  div#project-category-posts div#posts-list .project-post {
    width: 100%;
  }

  .post-list .row {
    margin-top: 24px;
    padding-bottom: 24px;
  }

  .newspost .pagination {
    margin: 24px 0;
  }
}

@media (max-width:420.98px) {
  div#categories-list ul li {
    padding: 5px 12px;
    font-size: 13px;
  }
}

@media (max-width:360.98px) {
  .services-list .row img {
    height: 450px !important;
  }

  .servicesinneercontent h2 {
    font-size: 30px;
    line-height: 31px;
  }

  .postinneercontent h2 {
    font-size: 22px;
    line-height: 24px;
  }

  .postinneercontent .postinfo {
    gap: 16px;
  }

}

/* ctc-style file ends */

/* Walkway Font */
@font-face {
  font-family: "Walkway Condensed";
  src: url("./assets/fonts/walkway/WalkwayCondensed.woff2") format("woff2"),
    url("./assets/fonts/walkway/WalkwayCondensed.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Walkway";
  src: url("./assets/fonts/walkway/WalkwayBlack.woff2") format("woff2"),
    url("./assets/fonts/walkway/WalkwayBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Walkway";
  src: url("./assets/fonts/walkway/WalkwayBold.woff2") format("woff2"),
    url("./assets/fonts/walkway/WalkwayBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Walkway Condensed";
  src: url("./assets/fonts/walkway/WalkwayCondensedBold.woff2") format("woff2"),
    url("./assets/fonts/walkway/WalkwayCondensedBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Walkway Black RevOblique";
  src: url("./assets/fonts/walkway/WalkwayBlackRevOblique.woff2") format("woff2"),
    url("./assets/fonts/walkway/WalkwayBlackRevOblique.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Walkway Condensed";
  src: url("./assets/fonts/walkway/WalkwayCondensedSemiBold.woff2") format("woff2"),
    url("./assets/fonts/walkway/WalkwayCondensedSemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Walkway Bold RevOblique";
  src: url("./assets/fonts/walkway/WalkwayBoldRevOblique.woff2") format("woff2"),
    url("./assets/fonts/walkway/WalkwayBoldRevOblique.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Walkway Rounded";
  src: url("./assets/fonts/walkway/WalkwayRounded.woff2") format("woff2"),
    url("./assets/fonts/walkway/WalkwayRounded.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Walkway Oblique";
  src: url("./assets/fonts/walkway/WalkwayObliqueSemiBold.woff2") format("woff2"),
    url("./assets/fonts/walkway/WalkwayObliqueSemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Walkway Expand";
  src: url("./assets/fonts/walkway/WalkwayExpandBlack.woff2") format("woff2"),
    url("./assets/fonts/walkway/WalkwayExpandBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Walkway Expand";
  src: url("./assets/fonts/walkway/WalkwayExpandBold.woff2") format("woff2"),
    url("./assets/fonts/walkway/WalkwayExpandBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Walkway RevOblique";
  src: url("./assets/fonts/walkway/WalkwayRevOblique.woff2") format("woff2"),
    url("./assets/fonts/walkway/WalkwayRevOblique.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Walkway Oblique";
  src: url("./assets/fonts/walkway/WalkwayOblique.woff2") format("woff2"),
    url("./assets/fonts/walkway/WalkwayOblique.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Walkway SemiBold RevOblique";
  src: url("./assets/fonts/walkway/WalkwaySemiBoldRevOblique.woff2") format("woff2"),
    url("./assets/fonts/walkway/WalkwaySemiBoldRevOblique.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Walkway Expand RevOblique";
  src: url("./assets/fonts/walkway/WalkwayExpandRevOblique.woff2") format("woff2"),
    url("./assets/fonts/walkway/WalkwayExpandRevOblique.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Walkway Expand";
  src: url("./assets/fonts/walkway/WalkwayExpandUltraBold.woff2") format("woff2"),
    url("./assets/fonts/walkway/WalkwayExpandUltraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Walkway Oblique";
  src: url("./assets/fonts/walkway/WalkwayObliqueBlack.woff2") format("woff2"),
    url("./assets/fonts/walkway/WalkwayObliqueBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Walkway Oblique";
  src: url("./assets/fonts/walkway/WalkwayObliqueUltraBold.woff2") format("woff2"),
    url("./assets/fonts/walkway/WalkwayObliqueUltraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Walkway Expand";
  src: url("./assets/fonts/walkway/WalkwayExpandSemiBold.woff2") format("woff2"),
    url("./assets/fonts/walkway/WalkwayExpandSemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Walkway Oblique";
  src: url("./assets/fonts/walkway/WalkwayObliqueBold.woff2") format("woff2"),
    url("./assets/fonts/walkway/WalkwayObliqueBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Walkway Oblique Expand";
  src: url("./assets/fonts/walkway/WalkwayObliqueExpand.woff2") format("woff2"),
    url("./assets/fonts/walkway/WalkwayObliqueExpand.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Walkway Expand";
  src: url("./assets/fonts/walkway/WalkwayExpand.woff2") format("woff2"),
    url("./assets/fonts/walkway/WalkwayExpand.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Walkway";
  src: url("./assets/fonts/walkway/WalkwaySemiBold.woff2") format("woff2"),
    url("./assets/fonts/walkway/WalkwaySemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Walkway UltraCondensed";
  src: url("./assets/fonts/walkway/WalkwayUltraCondensedBold.woff2") format("woff2"),
    url("./assets/fonts/walkway/WalkwayUltraCondensedBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Walkway UltraCondensed";
  src: url("./assets/fonts/walkway/WalkwayUltraCondensed.woff2") format("woff2"),
    url("./assets/fonts/walkway/WalkwayUltraCondensed.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Walkway UltraCondensed Semi";
  src: url("./assets/fonts/walkway/WalkwayUltraCondensedSemi.woff2") format("woff2"),
    url("./assets/fonts/walkway/WalkwayUltraCondensedSemi.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Walkway UltraExpand";
  src: url("./assets/fonts/walkway/WalkwayUltraExpand.woff2") format("woff2"),
    url("./assets/fonts/walkway/WalkwayUltraExpand.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Walkway UltraExpand";
  src: url("./assets/fonts/walkway/WalkwayUltraExpandBold.woff2") format("woff2"),
    url("./assets/fonts/walkway/WalkwayUltraExpandBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Walkway UltraExpand";
  src: url("./assets/fonts/walkway/WalkwayUltraExpandSemiBold.woff2") format("woff2"),
    url("./assets/fonts/walkway/WalkwayUltraExpandSemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Walkway";
  src: url("./assets/fonts/walkway/WalkwayUltraBold.woff2") format("woff2"),
    url("./assets/fonts/walkway/WalkwayUltraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Walkway UltraBold RevOblique";
  src: url("./assets/fonts/walkway/WalkwayUltraBoldRevOblique.woff2") format("woff2"),
    url("./assets/fonts/walkway/WalkwayUltraBoldRevOblique.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Calibri Font */
@font-face {
  font-family: "Calibri";
  src: url("./assets/fonts/calibri/Calibri.woff2") format("woff2"),
    url("./assets/fonts/calibri/Calibri.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Calibri";
  src: url("./assets/fonts/calibri/Calibri-Italic.woff2") format("woff2"),
    url("./assets/fonts/calibri/Calibri-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Calibri";
  src: url("./assets/fonts/calibri/Calibri-BoldItalic.woff2") format("woff2"),
    url("./assets/fonts/calibri/Calibri-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Calibri";
  src: url("./assets/fonts/calibri/Calibri-Bold.woff2") format("woff2"),
    url("./assets/fonts/calibri/Calibri-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --black: #000;

  --primary-clr: #564a3b;
  --sec-clr: #635548;

  /* Headings */
  --h-light: #010101;

  /* Buttons */
  --btn-bg: #da8e1b;

  --err-clr: #e5252a;

  --Walkway-Font: "Walkway";
  --Calibri-Font: "Calibri";

  --menu-height: 132px;
  --sidebar-width: 573px;
}

* {
  -webkit-text-size-adjust: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--Calibri-Font);
  background-color: var(--white);
  overflow-x: hidden;
}

ul,
li,
ol,
table,
thead,
tbody,
tr,
td,
span,
div,
section,
article {
  font-family: var(--Calibri-Font);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--Walkway-Font);
  font-style: normal;
  margin-bottom: 0;
}

/* Scrollbar */
/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--btn-bg);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  opacity: 0.8;
}

/* Common */

@media (min-width: 576px) {
  /* .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 550px;
    } */
}

@media (min-width: 768px) {
  /* .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 750px;
    } */
}

@media (min-width: 992px) {
  /* .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 960px;
    } */
}

@media (min-width: 1200px) {
  /* .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1140px;
    } */
}

@media (min-width: 1400px) {
  /* .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1380px;
    } */
}

@media (min-width: 1350px) {
  /* .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1600px;
    }

    .container-sm {
        max-width: 966px;
    }

    .container-md {
        max-width: 1200px;
    }

    .container-lg {
        max-width: 1500px;
    } */

  .container {
    max-width: 1300px;
  }
}

.reset_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* cursor animation */
.pe-none {
  pointer-events: none;
}

.pe-all,
a,
.slider_arrows,
.form_field,
input,
textarea,
.form-control,
select {
  pointer-events: all;
}

.content_wrapper,
footer,
header {
  position: relative;
  z-index: 2;
}

/* no contianer space */
.no-cSpace {
  padding: 0;
  overflow: hidden;
}

/* Buttons */
button,
.button,
.btn,
a.btn {
  --border-clr: #ffffff4d;
  font-family: var(--Calibri-Font);

  font-size: 18px;
  line-height: 25.2px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--white);
  padding: 0;
  /* border: 1px solid transparent; */
  /* border-radius: 8px; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;

  width: max-content;
  min-width: 176px;
  min-height: 48px;
  pointer-events: all;
  text-decoration: none;

  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn__sm,
a.btn__sm {
  min-width: unset;
  padding-right: 79px;
}

a.btn__brand,
.btn__brand {
  --border-clr: #da8e1b4d;
  color: var(--btn-bg);
}

.btn_rounded,
a.btn_rounded {
  justify-content: center;
  min-width: 154px;
  border: 1px solid #ffffff4d;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.53px;
}

.btn_rounded:hover,
a.btn_rounded:hover {
  border-color: var(--btn-bg);
}

.btn__close,
a.btn__close {
  background: transparent;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--black);
  min-width: unset;
  min-height: unset;
  border: 0;
}

.btn__close:hover,
a.btn__close:hover {
  color: var(--btn-bg);
  background: transparent;
  border-radius: 0;
  transform: rotate(180deg);
  padding-left: unset;
  padding-right: unset;
}

.btn .btn_svg_wrapper {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--border-clr);
  border-radius: 100px;
  transition: all 0.3s;
}

button:hover,
.btn:hover,
.button:hover {
  --border-clr: transparent;
  /* justify-content: center; */
  border-radius: 100px;
  background-color: var(--btn-bg);
  color: var(--white);

  padding-left: 20px;
  padding-right: 20px;
}

button:hover .btn_svg_wrapper,
.btn:hover .btn_svg_wrapper,
.button:hover .btn_svg_wrapper {
  width: auto;
  height: auto;
}

button:hover .btn_svg_wrapper svg,
.btn:hover .btn_svg_wrapper svg,
.button:hover .btn_svg_wrapper svg {
  /* color: var(--btn-bg); */
  color: var(--white);
  /* animation: colorFadeIn 0.3s 0.5s forwards; */
}

@keyframes colorFadeIn {
  0% {
    color: var(--btn-bg);
  }

  100% {
    color: var(--white);
  }
}

button:focus,
.button:focus,
.btn:focus {
  box-shadow: none;
  /* outline: 1px solid var(--black); */
}

.btn a {
  color: inherit;
  background: inherit;
}

.btn_arrow,
a.btn_arrow {
  min-width: unset;
  min-height: unset;
  width: 56px;
  height: 56px;
  border: 0.56px solid var(--btn-bg);
  color: var(--btn-bg);
  align-items: center;
  justify-content: center;
  background: transparent;
  transition: 0.3s ease;
  border-radius: 100px;
}

.btn_arrow_white,
a.btn_arrow_white {
  border-color: #ffffff4d;
  color: var(--white);
}

.btn_arrow:hover,
a.btn_arrow:hover {
  border-color: var(--btn-bg);
  padding-left: 0;
  padding-right: 0;
}

.btn_lg {
  min-width: 280px;
}

.btn_md {
  min-width: 175px;
}

.btn_sm {
  min-width: 145px;
}

.btn_transparent,
.btn-transparent {
  border-color: var(--white);
  color: var(--white);
  background: transparent;
}

/* Links */

.rtl a[href^="tel"] {
  direction: ltr;
  display: inline-block;
}

a {
  background-image: -webkit-gradient(linear,
      left top,
      left bottom,
      from(currentColor),
      to(currentColor));
  background-image: -webkit-linear-gradient(currentColor, currentColor);
  background-image: -moz-linear-gradient(currentColor, currentColor);
  background-image: -o-linear-gradient(currentColor, currentColor);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  -moz-background-size: 0 2px;
  background-size: 0 2px;
  -webkit-transition: background-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: background-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: background-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    -moz-background-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: background-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955),
    -moz-background-size 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

a:hover,
.link_overlay:hover+a {
  -moz-background-size: 100% 2px;
  background-size: 100% 2px;
  color: var(--btn-bg);
  text-decoration: none;
}

a.btn {
  background-image: none;
}

/* Headings */

h1,
.h1 {
  font-size: 70px;
  font-weight: 900;
  line-height: 133.27px;
  letter-spacing: 0.1em;
  color: var(--white);
}

h2,
.h2 {
  font-size: 36px;
  font-weight: 900;
  line-height: 46.8px;
  letter-spacing: 0.1em;
  color: var(--h-light);
}

.h2-white {
  color: var(--white);
}

h3,
.h3 {
  font-size: 42px;
  font-weight: 900;
  line-height: 54.6px;
  letter-spacing: 0.1em;
  color: var(--h-light);
}

h4,
.h4 {
  font-family: "Walkway Rounded";
  font-size: 32px;
  font-weight: 400;
  line-height: 35.2px;
  letter-spacing: 0.06em;
}

.hero_h {
  font-size: 60px;
  font-weight: 900;
  /* font-weight: 400; */
  line-height: 78px;
  letter-spacing: 0.1em;
  color: var(--white);
  margin-bottom: 0;
}

/* Text */
p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--menu-text-color);
}

/* Paragraph */
p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}

p:last-child {
  margin-bottom: 0;
}

.hero_p p,
.hero_p {
  font-size: 24px;
  font-weight: 400;
  line-height: 29.3px;
  color: var(--white);
}

.hero_p {
  margin-top: 16px;
  margin-bottom: 16px;
}

/* Form Fields */
.form_row {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
}

.form_text {
  margin-bottom: 32px;
}

.form_field {
  width: 100%;
}

.form_text p,
.form_text p a,
.form_text p span {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #00000080;
}

.h_form .wpcf7-form-control,
input,
textarea,
.form-control {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: var(--Calibri-Font);
  color: var(--white);
  border: 0;
  border: 1px solid #0000001a;
  padding: 15px 12px;
  min-height: 60px;
  height: 60px;
  border-radius: 0;
  background: transparent;
  width: 100%;
  color: var(--black);
  resize: none;
}

.form_row_full__textarea>div {
  --h: 131px;
  height: var(--h);
}

textarea,
.h_form textarea.wpcf7-form-control {
  height: var(--h);
}

input::placeholder,
textarea::placeholder {
  color: #00000080;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
}

.h_form .wpcf7-form-control:focus,
input:focus,
textarea:focus,
.form-control:focus {
  border-color: var(--black);
  box-shadow: none;
  outline: none;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: var(--err-clr);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7-not-valid-tip {
  color: var(--err-clr);
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
  border-color: green;
  color: green;
}

form .wpcf7-response-output {
  animation: fadeOut 3s forwards;
}

.wpcf7-form.submitting .wpcf7-response-output {
  display: none !important;
}

/* Define the fadeOut animation */
@keyframes fadeOut {
  0% {
    display: block;
  }

  100% {
    display: none;
  }
}

button[type="submit"] br {
  display: none;
}

svg.loading-svg {
  display: none !important;
}

.wpcf7-form .processing_text {
  display: none;
}

.wpcf7-form.submitting .processing_text {
  display: inline-block;
}

.wpcf7-form.submitting svg.loading-svg {
  display: inline-block !important;
}

.wpcf7-form.submitting .sub_text {
  display: none;
}

.wpcf7-form.submitting .btn_svg_wrapper {
  display: none;
}

.wpcf7-form.submitting .btn_fsubmit_rounded,
.wpcf7-form.submitting button[type="submit"] {
  width: auto !important;
  pointer-events: none;
}

.wpcf7-not-valid-tip+.wpcf7-not-valid-tip {
  display: none;
}

.intl-tel-input ul.country-list {
  z-index: 222;
}

/* Scroll Direction Change */
.scrolling-area {
  overflow: auto;
  direction: rtl;
}

.scrolling-element-inside {
  direction: ltr;
}

/* Classes */

.mb-lg-v {
  display: none !important;
}

.mb-v {
  display: none !important;
}

.text-primary {
  color: var(--h-light) !important;
}

.full_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.img_wrapper {
  width: 100%;
  height: 100%;
}

.img_con_hover {
  overflow: hidden;
  position: relative;
}

.img_con_hover img,
.img_con_hover_sm img,
.img_hover {
  transition: transform 0.3s ease;
}

.img_con_hover::before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  pointer-events: none;
}

.img_con_hover:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/* .img_con_hover:hover img,
.img_hover:hover {
  transform: scale(1.1);
} */

.img_con_hover_sm:hover img {
  transform: scale(1.03);
}


.container-fluid.gap_m_left .row>div {
  padding: 0;
}

#page {
  overflow-x: hidden;
}


/* CSS FOR ADMIN */
#wpadminbar+#page header {
  margin-top: 32px;
}

#wpadminbar+#page .side_nav {
  margin-top: 32px;
}

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  /* height: 60px; */
  text-align: left;
  z-index: 22;
  /* max-width: 1300px;
    margin: 0 auto; */
  padding-top: 28px;
  padding-bottom: 48px;
  height: var(--menu-height);
  transition: all 0.3s ease;
}

.floatingNav {
  background: var(--primary-clr);
  transition: all 0.3s ease;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 100px;
}

.header__bg {
  background: var(--primary-clr);
  transition: all 0.3s ease;
}

.header__bg+#content {
  margin-top: var(--menu-height);
}

.hide__header {
  transform: translateY(-100%);
}

#primary-navigation {
  padding: 0;
}

.navigation__container {
  display: block;
}

.navigation__container>div,
.navigation__container>div>div {
  width: 100%;
}

.navigation__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;

  align-items: flex-end;
}

#navbarPrimary {
  height: 100%;
  justify-content: center;
}

#primary-menu-list {
  gap: 20px 40px;
  height: 100%;
  /* margin-top: 23px !important; */
  margin-top: 28px !important;
  position: relative;
  top: 8px;
}

.floatingNav #primary-menu-list {
  margin-top: 32px;
}

#primary-menu-list li {
  display: flex;
  align-items: center;
}

#primary-menu-list li,
#primary-menu-list li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.97px;
  color: var(--white);
  padding: 0;
  height: 100%;
}

#primary-menu-list li a {
  display: flex;
  align-items: center;
  gap: 12px;
  height: auto;
  padding-bottom: 10px;
}

#primary-menu-list .dropdown-menu li a {
  color: var(--btn-bg);
  color: #3E3E3E;
  width: max-content;
}

.link_overlay {
  position: absolute;
  text-decoration: none;
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  line-height: 21.97px;
  padding: 0 !important;
  opacity: 0;
}

#primary-menu-list li a:hover,
#primary-menu-list li .link_overlay:hover+a {
  background-color: transparent;
  color: var(--white);
}
.menu-item ul.dropdown-menu li a:hover{
  color: var(--black)!important;
}
#primary-menu-list li a {
  background-image: linear-gradient(var(--btn-bg), var(--btn-bg));
}


#primary-menu-list .dropdown-item:focus {
  background-color: transparent;
}

.dropdown-toggle::after {
  border: 0;
  width: 12px;
  height: 6px;
  background-image: url("./assets/images/carret.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#primary-menu-list li .dropdown-toggle:hover::after,
#primary-menu-list li .link_overlay:hover+.dropdown-toggle::after {
  background-image: url("./assets/images/carret-brand.svg");
}

.navbar-nav .dropdown-menu {
  top: 100%;
}

.menu-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  /* margin-top: 25px; */
  /* margin-top: -15px; */
  margin-top: 0;
  transition: all 200ms linear;
  padding: 30px 20px;
  padding-bottom: 20px;
  min-width: 266px;
  border-radius: 16px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: 0;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 30px 30px 0 rgba(29, 10, 81, .1);
  border-radius: 5px;
  max-width: 307px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  /* overflow: hidden; */
  padding: 20px;
  padding-bottom: 10px;
  background-color: #FBF4E8;
}

.menu-item .dropdown-menu:after {
  content: " ";
  position: absolute;
  top: -10px;
  border-top: none;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #FBF4E8;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}

.menu-item .dropdown-menu:after {
  left: 30px;
}

.nav-link.show+.dropdown-menu,
.menu-item.show .dropdown-menu {
  /* opacity: 1;
    visibility: visible; */
  max-height: 999px;
  transform: translate3d(0, 0px, 0);
}

.dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0px, 0);
}

.nav_right_side {
  display: flex;
  align-items: center;
  gap: 8px;

  height: 44px;
}

.nav_right_side__btn {
  margin-right: 8px;
}

.nav_right_side__btn .btn {
  min-height: 44px;
}

.nav_right_side__user {
  display: flex;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  transition: 0.3s ease;
  cursor: pointer;
  background-image: none;
  text-decoration: none;
}

.nav_right_side__user svg,
.nav_right_side__user object {
  width: 100%;
}

.nav_right_side__user:hover {
  background-color: var(--btn-bg);
}

.nav_right_side__burger {
  display: flex;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: 0.3s ease;
  cursor: pointer;
  background: transparent;
  min-width: unset;
  min-height: unset;
  border: 0;
}

.nav_right_side__burger svg,
.nav_right_side__burger object {
  width: 100%;
}

.nav_right_side__burger:hover {
  background-color: var(--btn-bg);
  padding-left: 0;
  padding-right: 0;
}

/* side_nav */

.side_nav {
  --padLR: 47px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: var(--sidebar-width);
  background-color: var(--white);

  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */

  padding: 56px var(--padLR);
  padding-top: 39px;

  transition: all 0.5s;

  visibility: hidden;
  opacity: 0;
  pointer-events: none;

  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);

  overflow-y: auto;
  overflow-x: hidden;
}

.side_nav__wave_svg {
  position: absolute;
  right: 0;
  bottom: 0;
  /* width: 588.64px;
    height: 328px; */
}

.side_nav__wave_svg object {
  width: 100%;
}

.side_nav_open {
  overflow: hidden;
  transition: 0.3s ease;
}

.side_nav_open::before {
  content: "";
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  background: #2b2b2b;
  opacity: 0.8;
  width: calc(100% - var(--sidebar-width));
  height: 100%;
  z-index: 99;
  transition: 0.3s ease;
  opacity: 0;

  animation: fadeInOp 1.5s forwards;
}

@keyframes fadeInOp {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 0.8;
  }
}

.sidenav__header {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.sidenav__header_line {
  content: "";
  width: 0;
  height: 1px;
  border: 1px solid #d9d9d9;
  background-color: #d9d9d9;
  position: absolute;
  left: calc(var(--padLR) * -1);
  top: 50%;
  transform: translateY(-50%);
}

.sidenav__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-top: 68px;
}

.side_nav__top {
  --gap: 31px;
  margin-bottom: 80px;
}

.side_nav__top ul {
  display: flex;
  flex-direction: column;
  /* gap: var(--gap); */
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.side_nav__top ul li:not(:last-child) {
  margin-bottom: var(--gap);
}

.side_nav__top_main_nav {
  margin-bottom: var(--gap);
}

.side_nav__top a {
  color: var(--black);
  font-family: var(--Walkway-Font);
  font-size: 31.16px;
  font-weight: 900;
  line-height: 32.82px;
  letter-spacing: 0.1em;
  width: max-content;
  position: relative;
  padding: 0;
  /* padding-bottom: 15px; */
}

.side_nav__top a::after {
  content: "";
  transition: all 0.3s ease;
  transition-delay: 0.28s;
  opacity: 0;
  transform: translate(-15px, 15px);
  margin-left: 27px;
}

.side_nav__top a:hover::after {
  opacity: 1;
  width: 16px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 width%3D%2216%22 height%3D%2217%22 viewBox%3D%220%200%2016%2017%22 fill%3D%22none%22%3E%3Cpath d%3D%22M1.52386%2015.2668L15.0568%201.73389M15.0568%201.73389H6.03484M15.0568%201.73389V10.7558%22 stroke%3D%22%23DA8E1B%22 stroke-width%3D%221.55821%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  background-size: cover;
  display: inline-block;
  transition: all 0.3s ease;
  transform: translate(0);
}

.side_nav__top a:hover {
  color: var(--btn-bg);
  background-color: transparent;
  padding-bottom: 15px;
}

.sidenav_contact {
  display: flex;
}

.sidenav_contact__box {
  flex: 1;
}

.sidenav_contact__box:nth-child(2) {
  display: flex;
  justify-content: flex-end;
}

.sidenav_contact__box__title {
  font-family: var(--Walkway-Font);
  font-size: 22px;
  font-weight: 900;
  line-height: 34.63px;
  letter-spacing: 0.1em;
  margin-bottom: 38px;
  color: var(--black);
}

.sidenav_contact__box__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sidenav_contact__box__list li>span {
  display: flex;
  align-items: center;
  gap: 15px;
  width: max-content;
}

.sidenav_contact__box__list a,
.sidenav_contact__box__list p {
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.18px;
  color: #3e3e3e;
}

.sidenav_contact__box__list svg {
  color: var(--sec-clr);
  transition: 0.3s ease;
}

.sidenav_contact__box__list .marker_pin_svg {
  color: #626262;
}

.sidenav_contact__box__list a:hover,
.sidenav_contact__box__list li>span:hover svg,
.sidenav_contact__box__list li>span:hover .marker_pin_svg {
  color: var(--btn-bg);
}

.sidenav_contact__box__social_list {
  display: flex;
}

.sidenav_contact__box__social_list .social_icons__list {
  flex-direction: column;
  align-items: center;
  opacity: 1;
  gap: 17px;
  justify-content: flex-end;
}

.sidenav_contact__box__social_list .social_icons__list svg {
  width: 100%;
  height: 100%;
}

.sidenav_contact__box__social_list .social_icons__list li:nth-child(1) svg {
  width: 8.64px;
  height: 17.65px;
}

.sidenav_contact__box__social_list .social_icons__list li:nth-child(3) svg {
  width: 18.29px;
  height: 18.37px;
}

.sidenav_contact__box__social_list .social_icons__list li:nth-child(4) svg {
  width: 19.6px;
  height: 18.23px;
}

.hide-cursor {
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  transform: 0.3s ease;
}

.landmark_card_img_wrapper.custom-cursor-hide {
  cursor: auto !important;
}

.sidenav_contact__box__social_list .social_icons__list li:nth-child(5) svg {
  width: 22.17px;
  height: 16.67px;
}

.sidenav_contact__box__social_list .social_icons__list li:nth-child(2) {
  display: none;
}

.sidenav_contact__box__social_list a {
  color: #3e3e3e;
  display: block;
  line-height: 0;
}

/* Effect 1: Slide in on top */
.st-effect-1.st-menu-open {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Footer */

.footer_section {}

.footer_sec_top {
  padding-top: 55px;
  padding-bottom: 73px;
  background-color: var(--primary-clr);
  background-image: url("./assets/images/Buildings-footer.svg");
  background-repeat: no-repeat;
  background-position: bottom;
}

.footer_menu_heading {
  font-family: "Walkway Rounded";
  font-size: 22px;
  font-weight: 400;
  line-height: 24.2px;
  letter-spacing: 0.06em;
  color: var(--white);
  margin-bottom: 21px;
}

.footer_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;

  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer_menu ul a,
.footer_menu ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.53px;
  color: #ffffffb2;
}

.footer_menu ul a {
  background-image: linear-gradient(var(--btn-bg), var(--btn-bg));
}


.footer_sec_bottom {
  padding-top: 16px;
  padding-bottom: 16px;
  background: url("./assets/images/footer-bottom-bg.svg");
  /* background: linear-gradient(0deg, var(--primary-clr), var(--primary-clr)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)); */
  /* background-image: linear-gradient(0deg, #564A3B, #564A3B),linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)); */
  background-size: cover;
  background-color: var(--primary-clr);
}

/* .reveal img {
    height: 0;
} */

.footer_sec_bottom p {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.53px;
  color: #ffffffb2;
  text-align: center;
}



/* Homepage */
/* hero_sec */
.hero_sec {
  --min-h: 900px;
  /* display: flex;
    flex-wrap: wrap;
    min-height: var(--min-h); */
  overflow: hidden;
  position: relative;
  height: var(--min-h);
}

.svg-object {
  opacity: 0;
}

.svg_visible {
  opacity: 1;
}

.hero_sec__wave_svg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -76px;
  margin: 0 auto;
  width: 890px;
  height: 564px;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;

  /* 
    width: 100%;
    height: 100%;
    background-image: url('./assets/images/header-lines.svg');
    background-size: 890px 564px;
    background-repeat: no-repeat;
    background-position: center bottom;
    pointer-events: none;*/
}

.hero_sec__wave_svg object {
  width: 100%;
}

.hero_prev,
.hero_next {
  width: 40px;
  height: 40px;
}

.hero_slider {
  position: relative;
  width: 100%;
  height: var(--min-h);
  min-height: var(--min-h);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 1.2s ease;
}

.hero_slider__caption,
.hero_slider .slick-slide::before,
.hero_slider .slick-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hero_slider .slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero_slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.hero_slider .slick-slide {
  position: relative;
  /* height: 38vw; */
  min-height: var(--min-h);
}

.hero_slider .slick-slide::before {
  background-color: #000;
  opacity: 0.3;
  z-index: 1;
}

.hero_slider .slick-slide video {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}

.hero_slider .slick-slide iframe {
  position: relative;
  pointer-events: none;
}

.hero_slider .slick-slide figure {
  position: relative;
  height: 100%;
}

.hero_slider .slick-slide .slide-image {
  height: var(--min-h);
  background-size: cover;
  background-position: center;
  transition: all 0.8s ease;
}

.hero_slider .slick-slide .slide-image.show {
  opacity: 1;
}

.hero_slider .slick-slide .image-entity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.hero_slider .slick-slide .loading {
  position: absolute;
  top: 44%;
  left: 0;
  width: 100%;
}

.hero_slider .slick-slide .slide-media {
  -webkit-animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
  animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.hero_slider .slick-slide.slick-active {
  z-index: 1;
}

.hero_slider .slick-slide.slick-active .slide-media {
  -webkit-animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
  animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.hero_slider .slick-slide.slick-active .hero_slider__caption {
  opacity: 1;
  transform: translateX(-50%) translateY(calc(-50%));
  transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

.hero_slider__caption {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  margin: 0;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
  transform: translateX(-50%) translateY(calc(-50% + 100px));
  width: 100%;
  max-width: 752px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@-webkit-keyframes slideIn {
  from {
    filter: blur(15px);
  }

  to {
    filter: blur(0);
  }
}

@keyframes slideIn {
  from {
    filter: blur(15px);
  }

  to {
    filter: blur(0);
  }
}

@-webkit-keyframes slideOut {
  from {
    filter: blur(0);
  }

  to {
    filter: blur(15px);
  }
}

@keyframes slideOut {
  from {
    filter: blur(0);
  }

  to {
    filter: blur(15px);
  }
}

/* hero bottom */
.hero_sec_bottom_container {
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
}

.hero_sec_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #ffffff1a;
  padding-left: 48px;
  padding-right: 48px;
  min-height: 100px;
}

/* hero nav */
.hero_sec_bottom__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.hero_sec_bottom__dots .slick-dots {
  text-align: center;
  position: relative;
  inset: 0;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero_sec_bottom__dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  color: var(--white);
  width: unset;
  height: unset;

  /* font-family: Calibri; */
  font-size: 14px;
  font-weight: 300;
  line-height: 19.6px;
}

.hero_sec_bottom__dots li:not(:first-child):not(:last-child) {
  display: none;
}

.hero_sec_bottom__dots li:nth-child(2) {
  display: block !important;
  font-size: 0;
  width: 54px;
  height: 1px;
  background-color: var(--white);
  pointer-events: none;
}

/* hero social */
.hero_sec_bottom__social ul li:nth-child(2) {
  display: none;
}

.social_icons__list {
  display: flex;
  gap: 19px;
  opacity: 0.8;
}

.social_icons__list_link {
  color: var(--white);
  background-image: none;
  transition: 0.3s ease;
}

.social_icons__list_link:hover {
  color: var(--btn-bg);
}

/* hero mouse */

@-webkit-keyframes scroll-inner {
  from {
    margin-top: 4px;
  }

  to {
    margin-top: 12px;
  }
}

@keyframes scroll-inner {
  from {
    margin-top: 4px;
  }

  to {
    margin-top: 12px;
  }
}

.hero_sec_bottom__mouse {
  position: relative;
  left: -44px;
}

.mouse-container {
  position: relative;
  display: block;
  background-image: none;
}

.mouse-container:hover,
.mouse-container:focus {
  background: none;
}

.mouse {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 18.36px;
  height: 26.22px;
  border: solid 2px var(--white);
  border-radius: 25px;

  display: flex;
  align-items: flex-start;
  justify-content: center;
  transition: 0.3s ease;
}

.mouse-container:hover .mouse {
  border-color: var(--btn-bg);
}

.mouse span.scroll-down {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /* width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%; */
  color: var(--white);
  margin: 4px auto auto auto;
  -webkit-animation: scroll-inner 1.5s;
  animation: scroll-inner 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  transition: 0.3s ease;
}

.mouse-container:hover span.scroll-down {
  color: var(--btn-bg);
}

/* home about */
.home_about {
  --pdt: 100px;
  padding-top: var(--pdt);
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}

.home_about__wave_svg {
  position: absolute;
  /* top: calc((var(--pdt) + 50px) * -1); */
  top: calc((var(--pdt) + 0px) * -1);
  right: 0;
  width: 687px;
  /* width: 717.62px; */
  /* height: 476.88px; */
  overflow: hidden;
  z-index: -1;
  /* background-image: url(./assets/images/home-about-lines.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    width: 100%;
    height: 100%;
    right: 0;
    z-index: -1;*/
}

.home_about__wave_svg object {
  width: 100%;
}

.oneLine_title__sub {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.oneLine_title>div:first-child {
  max-width: 250px;
}

.oneLine_title__sub_line {
  display: block;
  width: 32px;
  height: 2px;
  background-color: var(--btn-bg);
}

.oneLine_title__sub_title {
  font-family: var(--Walkway-Font);
  font-size: 18px;
  font-weight: 900;
  line-height: 25.2px;
  letter-spacing: 0.1em;
  color: var(--primary-clr);
}

.oneLine_title>div:last-child {
  max-width: 698px;
}

.home_about__content_top {
  margin-top: 48px;
}

.home_about__mb_img {
  display: none;
}

.home_about__content_img_wrapper {
  height: 451px;
  max-width: 350px;
}

.home_about__content_text {
  max-width: 474.1px;
}

.home_about__content_text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
  opacity: 0.7;
  margin: 0;
  margin-top: 45px;
}

.home_about__content_text .btn {
  margin-top: 32px;
}

.home_about__content_text .btn:hover {
  padding-left: 32px;
  padding-right: 32px;
}

.home_about__counter_h span {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}

.home_about__counter_text {
  font-size: 22px;
  font-weight: 400;
  line-height: 30.8px;
  color: var(--sec-clr);
}

.home_about__bottom_img_wrapper {
  width: 282px;
  height: 343.78px;
  margin-left: 15px;
}

.home_about__content_bottom {
  align-items: flex-end;
  justify-content: space-between;
  margin-top: -203px;
}

.home_about__content_bottom>div:first-child {
  max-width: 939px;
}

.home_about__counter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.home_about__counter_separator {
  width: 1px;
  height: 77px;
  background-color: #0000001a;
}

.home_about__counter_separator:last-child {
  display: none;
}

.home_about__counter_text {
  font-size: 22px;
  font-weight: 400;
  line-height: 30.8px;
  color: var(--sec-clr);
}

/* Moving Buildings */
.marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.marquee-content {
  display: flex;
  animation: marquee 20s linear infinite;
  height: 160px;
  /* Adjust duration for speed */
}

.marquee-content img {
  width: 100%;
  /* Make sure images align well */
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* services_sec */
.services_sec {
  padding-top: 100px;
  background: #da8e1b1a;
  overflow: hidden;
  position: relative;
}

.services_sec::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 168px;
  width: 100%;
  background-color: var(--white);
  z-index: 1;
}

.services_sec_top_row {
  align-items: flex-end;
  padding-bottom: 64px;
}

.services_sec_top_row h2 {}

.slider_above {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 10px 48px;
}

.slider_btns {
  display: flex;
  align-items: center;
  gap: 18px;
}

.services_sec .btn_arrow svg,
.services_sec a.btn_arrow svg {
  width: 20px;
  height: 20px;
}

.services_slider {
  z-index: 2;
  max-width: 1920px;
}

.services_slider .slick-list {
  padding: 0 9.5% 0 0 !important;
  overflow: unset;
}

.services_slider .slick-slide {
  margin: 0;
  margin-right: 32px;
}

.service_card {
  position: relative;
  height: 568px;
  overflow: hidden;
  background: none;
  display: block;
}

.service_card_img_wrapper {
  position: absolute;
  inset: 0;
  display: block;
  background-image: none;
}

.service_card_img_wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 37.21%,
      rgba(0, 0, 0, 0.6) 77.27%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  z-index: 1;
}

.service_card_img_wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--primary-clr);
  opacity: 0;
  z-index: 2;
  transition: 0.3s ease;
}

.service_card:hover .service_card_img_wrapper::before {
  opacity: 0.9;
}

.service_card_content_link {
  position: absolute;
  inset: 0;
  display: block;
  background-image: none;
}

.service_card_content_h {
  text-transform: uppercase;
  color: var(--white);
}

.service_card_content {
  position: absolute;
  bottom: -186px;
  padding: 32px;
  z-index: 3;
  transition: 0.3s ease;
}

.service_card:hover .service_card_content {
  bottom: 0;
  animation: bounceBack 0.7s;
}

.service_card_hover_shape {
  position: absolute;
  transform: scale(0);
  bottom: -100px;
  right: -100px;
  transition: 0.3s ease-in-out;
  transform-origin: bottom right;
  z-index: 2;
}

.service_card:hover .service_card_hover_shape {
  transform: scale(1, 1);
  bottom: 0;
  right: 0;
  animation: bounceBackScale 0.7s;
}

@keyframes bounceBack {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes bounceBackScale {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(1.05, 1.05);
  }

  100% {
    transform: scale(1, 1);
  }
}

.service_card_content_text {
  margin-top: 16px;
  margin-bottom: 24px;
  opacity: 0;
  transition: opacity 0.3s ease 0.2s;
  pointer-events: none;
  /* Delay applied only on hover-out */
}

.service_card:hover .service_card_content_text {
  opacity: 1;
  transition-delay: 0s;
  /* No delay when hovering */
}

.service_card_content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--white);
  opacity: 0.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}

/* landmark_sec */
/* CURSOR STYLES */
.landmark_card_img_wrapper,
.project-post .post-thumbnail>a {
  cursor: none;
  /* Hide the default cursor when hovering over the wrapper */
}

.landmark_card_img_wrapper::before,
.landmark_card_img_wrapper::after {
  content: unset !important;
}

.custom-cursor {
  position: fixed;
  /* Use fixed positioning to avoid movement issues when scrolling */
  background-color: var(--white);
  border-radius: 50%;
  pointer-events: none;
  /* Ensure it doesn't interfere with interactions */
  z-index: 10000;
  /* Ensure it's above other elements */
  transform: translate(-50%, -50%);
  /* Center the cursor */
  width: 0;
  height: 0;
  opacity: 0;
  transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease,
    font-size 0.3s ease;

  display: flex;
  align-items: center;
  justify-content: center;
}

.page-template-our-projects-template .custom-cursor,
.single-projects .custom-cursor {
  background-color: #FBF4E8;
}

.page-template-our-projects-template .custom-cursor .view,
.single-projects .view {
  font-family: 'Arial';
  font-size: 10.41px;
  font-weight: 400;
  line-height: 11.96px;
}

.landmark_card_img_wrapper_hover {
  width: 100px;
  height: 100px;
  background-color: var(--white);
  font-size: 16px;
  /* Change font size on hover */
  transition: width 0.3s ease, height 0.3s ease, background-color 0.3s ease,
    font-size 0.3s ease;
}

.landmark_sec {
  padding-top: calc(100px + 73px);
  padding-bottom: 126px;
  /* padding-bottom: calc(126px + 126px); */
  position: relative;

  overflow: hidden;
}

.landmark_sec__wave_svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  max-width: 1420px;
  height: 711px;
  margin: 0 auto;
  overflow: hidden;
  /* background-image: url('./assets/images/landmark-lines.svg');
    background-repeat: no-repeat;
    background-position: top; */
}

.landmark_sec__wave_svg object {
  width: 100%;
}

.landmark_sec_top_row {
  align-items: flex-end;
}

.landmark_slider__wrapper {
  /* height: 100vh; */
  /* Full viewport height */
  display: flex;
  justify-content: center;
  /* Horizontal center */
  align-items: center;
  /* Vertical center */
  position: relative;
  /* overflow: hidden; */
  margin-top: calc(50px + 0px);
  /* No margin since it's centered now */
}

.landmark_slider__wrapper,
.landmark_slider__wrapper .row,
.landmark_slider__wrapper .row>div {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.horizontal-scoll-wrapper {
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
  position: relative;
}

.landmark_slider {
  display: flex;
  /* gap: 236px; */
  gap: 249px;
  width: 100%;
  height: 100%;
  position: relative;
  /* left: 50%; */
  left: 10%;
  /* transform: rotate(-12deg) translateY(-100px); */
  height: 100%;
}

.landmark_slider__wrapper_hidden {
  /* overflow: hidden; */
  padding-top: 31px;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}
.landmark_slider_btns {
  /* position: absolute;s */
  bottom: 0;
  right: 0;
}

.landmark_slider__wrapper_desk {
  max-width: 1473px;
}

.landmark_slider__wrapper_desk .landmark_slider {
  height: auto;
  left: 0;
  display: block;
  /* left: -180px; */
}

.landmark_slider_item {
  width: 500px;
  flex-shrink: 0;
}

.landmark_slider__wrapper_desk .landmark_slider_item {
  /* width: 500px !important; */
  width: auto;
  flex-shrink: 0;
}

.landmark_slider__wrapper_desk .slick-slide {
  margin: 0;
  margin-right: 32px;
}

.landmark_slider__wrapper_desk .slick-list {
  /* padding: 0 20.5% 0 0 !important; */
  overflow: visible;
}

.landmark_card {
  /* transform: rotate(12deg); */
}

.landmark_card_img_wrapper {
  width: 100%;
  height: 574.15px;
  display: block;
}

.landmark_card_img_wrapper img {
  transition: 0.5s ease-in;
  transform-origin: top right;
}

.landmark_card_img_wrapper img:hover {
  transform: scale(1.05);
}

.landmark_card_navigation {
  margin-top: 20px;
}

.landmark_card_navigation_list {
  display: flex;
  align-items: center;
  gap: 12px;
}

.landmark_card_navigation_list li {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: #00000066;
}

.landmark_card_navigation_list .space {
  width: 166px;
  height: 1px;
  background-color: #00000066;
  /* border: 1px solid #00000066 */
}

.landmark_card_content_h {
  font-size: 34px;
  font-weight: 400;
  line-height: 35.8px;
  letter-spacing: 0.1em;
  margin-top: 20px;
  color: var(--primary-clr);
}

/* blog & news sec */

.bn_sec {
  padding-top: 64px;
  padding-bottom: 100px;
  background-color: #fbf4e8;
  position: relative;
  overflow: hidden;
}

.bn_sec__wave_svg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 852px;
  height: 456px;
  overflow: hidden;
  /* 
    width: 852px;
    height: 456px;
    background-image: url('./assets/images/blog-news-sec-lines.svg');
    background-size: 852px 456px;
    background-repeat: no-repeat;
    pointer-events: none; */
}

.bn_sec__wave_svg object {
  width: 100%;
}

.bn_sec_top_row {
  margin-bottom: 48px;
  align-items: flex-end;
}

.bn_sec_top_row.full-text {
  align-items: flex-start;
}

.bn_sec_bottom_row .slider_btns {
  justify-content: flex-end;
  margin-top: -40px;
  position: relative;
  z-index: 1;
}

.bn_slider {
  height: 607px;
}

.bn_card {
  background: none;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
}

.bn_card:hover {
  text-decoration: none;
}

.bn_card_img_wrapper {
  height: 200px;
  /* Default image height */
  transition: 0.3s ease;
}

.bn_card_content {
  margin-top: 24px;
}

.bn_card_content_date {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.53px;
  color: var(--primary-clr);
}

.bn_card_content_h {
  font-family: "Walkway Rounded";
  font-size: 30px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: 0.06em;
  margin: 12px 0;
  color: #050505;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bn_card_content_text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--black);
  opacity: 0.6;
}

.bn_slider_item .bn_card_content_text {
  visibility: hidden;
  width: 0;
  height: 0;
  transition: 0.1s ease;
  transition-delay: 0s;
}

/* Owl-specific slider adjustments */
.bn_slider .owl-item.active {
  /* width: 306px !important; */
  /* Default width for active items */
  /* transition: width 0.5s ease-in-out;  */
}

.bn_slider .owl-item.first-active {
  width: 618px !important;
  /* transform-origin: top right;
    animation: slideGrow 0.5s ease-in-out forwards;
    position: relative;
    z-index: 2; */
}

.bn_slider .owl-item.secondthird-active {
  width: 308px !important;
}

/* Adjust the height for the first-active item */
.bn_slider .owl-item.first-active .bn_card_img_wrapper {
  height: 384px;
  /* transition: height 0.5s ease-in-out; */
}

.bn_slider .owl-item.first-active .bn_card_content_text {
  visibility: visible;
  width: auto;
  height: 100px;
  overflow: hidden;
}

/* Bounce-back effect for previous slides */
.bn_slider .owl-item.active:not(.first-active) {
  /* transition: width 0.5s ease-in-out; */
  /* Smooth width transition */
}
.postfeaturimg img {
    width: 100%;
    margin-bottom: 50px;
}

/* Keyframes for slide growth with bounce effect */
@keyframes slideGrow {
  0% {
    transform: translateX(100%) scale(0.52);
    /* Start position and scale */
  }

  100% {
    transform: translateX(0) scale(1);
    /* End position */
  }
}

/* client_logo_sec */
.client_logo_sec {
  padding-top: 100px;
  padding-bottom: 100px;
}

.client_logo_sec_top_row {
  align-items: flex-end;
}

.client_logo_sec .oneLine_title__sub_title {
  line-height: 21.97px;
  color: var(--sec-clr);
}

.client_logo_sec__wrapper,
.client_logo_sec__wrapper .row,
.client_logo_sec__wrapper .row>div {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.client_logo_sec_bottom_row {
  margin-top: 64px;
}

.clientLogos_img_wrapper {
  /* overflow: unset; */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  height: 120px;
}

.clientLogos_img_wrapper img:hover {
  transform: scale(1.1);
}

.clientLogos_img_wrapper::before,
.clientLogos_img_wrapper::after {
  content: unset !important;
}

.clientLogos_img {
  /* height: auto;
  width: auto;
  margin: 0 auto; */
  object-fit: contain;
}

.clientLogos_slider {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
}

.client_logo_sec_bottom_row>div>.clientLogos_slider>.slick-list>.slick-track {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
}

.clientLogos_slider .slick-slide {
  margin: 0;
/*   margin-right: 50px; */
}


.row_one,
.row_two {
  float: none !important;
  width: 100% !important;
  height: 115px;
  box-sizing: content-box;
}

.row_one {
  padding-top: 24px;
  padding-bottom: 32px;
  border-top: 1px solid #0000001a;
}

.row_two {
  padding-top: 32px;
  padding-bottom: 24px;
  border-top: 1px solid #0000001a;
  border-bottom: 1.5px solid #0000001a;

  transform: rotate(180deg) scaleY(-1);
}

.row_two .clientLogos_img_wrapper {
  transform: rotate(180deg) scaleY(-1);
}


/* .clientLogos_img {
    height: 120px;
}

.clientLogos_img[src$="united-arab-logo.svg"] {
    height: 350px;
    width: 125px;
}

.clientLogos_img[src$="seha-logo.svg"] {
    height: 196px;
    width: 100px;
}

.clientLogos_img[src$="crown-logo.svg"] {
    height: 120px;
    width: 120px;
}

.clientLogos_img[src$="musanada-logo.svg"] {
    height: 164px;
    width: 84px;
}

.clientLogos_img[src$="united-arab-eng-logo.svg"] {
    height: 207px;
    width: 104px;
} */

/* contact_sec */
.contact_sec {
  background-color: #f7f6f5;
  padding-top: 100px;
  padding-bottom: 119px;
  overflow: hidden;
}

.contact_sec .oneLine_title__sub_title {
  line-height: 21.97px;
  color: var(--sec-clr);
}

.oneLine_title__sub_ex {
  margin-top: 49px;
}

.contact_sec_top_row>div:last-child {
  padding-top: 65px;
}

.contact_sec_bottom_row {
  margin-top: 64px;
  justify-content: space-between;
}

.contact_box_wrapper {
  width: auto;
  flex: unset;
  max-width: unset;
}

.contact_box_wrapper_separator {
  display: block;
  width: 1px;
  height: 102px;
  background-color: #0000001a;
}

.contact_box_wrapper_separator:last-child {
  display: none;
}

.contact_box_wrapper:first-child>div,
.contact_box_wrapper:nth-child(3)>div {
  min-width: 128px;
}

.contact_box_wrapper:nth-child(5)>div {
  min-width: 202px;
}

.contact_box_wrapper:nth-child(7)>div {
  min-width: 120px;
}

.contact_box_h_wrapper {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.contact_box_h_icon {
  width: 24px;
  height: 24px;
}

.contact_box_h {
  font-family: "Walkway Rounded";
  font-size: 24px;
  font-weight: 400;
  line-height: 26.4px;
  letter-spacing: 0.06em;
  color: var(--sec-clr);
}

.contact_box_links_wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 12px;
}

.contact_box_links_wrapper ul li:last-child {
  display: none;
}

.contact_box_link,
.contact_box_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: #00000080;
  width: max-content;
}

.contact_box .social_icons__list_link {
  color: #00000080;
}

.contact_box .social_icons__list_link:hover {
  color: var(--btn-bg);
}

/* 404 page */

.error-404 {
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-404 h1 {
  font-family: var(--Calibri-Font);
  font-size: 250px;
  line-height: normal;
  letter-spacing: none;
}

/* Plicy Guidelines */

.page-template-policy-guidelines-template {
  position: relative;
}

.page-template-policy-guidelines-template::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: 650px;
  height: 624px;
  margin-left: auto;
  background-image: url(./assets/images/policy-lines.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
}


.policy_guidelines {
  padding-top: 43.09px;
  padding-bottom: 89.91px;
}

.policy_guidelines__top_row {
  margin-bottom: 30.92px;
}

.policy_guidelines_content {
  padding: 58.98px 79.28px 73.17px 81px !important;
  background-color: #FBF4E8;
}

.policy_guidelines_content h2 {
  font-size: 32px;
  line-height: 35.04px;
  letter-spacing: 0.1em;
  color: #3E3E3E;
  margin-bottom: 18px;
}

.policy_guidelines_content h3 {
  font-size: 24px;
  line-height: 26.28px;
  letter-spacing: 0.1em;
  color: #3E3E3E;
  margin-bottom: 18px;
}

.policy_guidelines_content p {
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #666666;
}

.policy_guidelines_content ul {
  padding-left: 0;
  list-style: inside;
  margin-top: 53px;
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.policy_guidelines_content ul:last-child {
  margin-bottom: 0;
}

.policy_guidelines_content li {
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #666666;
}

/* Vendor page */
.cf-check p {
  display: flex;
  gap: 19px;
}

.cf-check .wpcf7-checkbox,
.cf-check .wpcf7-list-item {
  margin: 0;
  padding: 0;
  border: 0;
}

.cf-check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.cf-check p {
  height: 21px;
}

.cf-check .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  font-family: 'Arial';
  font-size: 18px;
  font-weight: 400;
  line-height: 20.7px;
  color: #717171;
}

.cf-check .wpcf7-list-item-label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #717171;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 7px;
}

.cf-check input:checked+.wpcf7-list-item-label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 6px;
  width: 5px;
  height: 11px;
  border: solid #717171;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.btn_fsubmit_rounded {
  min-width: unset;
  width: 107.8px;
  height: 46.4px;
  padding: 13.2px 26.4px 13.2px 26.4px;
  border: 1.1px solid #3F3F3F;
  border-radius: 100px;
  font-family: 'Arial';
  font-size: 17.6px;
  font-weight: 400;
  line-height: 20.24px;
  color: #3F3F3F;
}

.btn_fsubmit_rounded br {
  display: none;
}

.btn_fsubmit_rounded:hover {
  padding: 13.2px 26.4px 13.2px 26.4px;
  border-color: var(--btn-bg)
}

.page-vendor-registration .cu-rightclm .form_text {
  padding-top: 40px;
  margin-bottom: 40px;
}

.form_field>p {
  line-height: normal;
}

.form_text+p {
  margin-bottom: 0;
}

.page-vendor-registration .wpcf7-form-control,
.page-project-estimate .wpcf7-form-control {
  height: 30px;
  padding: 0;
  padding-bottom: 12px;
  min-height: unset;
  line-height: 20.24px;
}

.page-project-estimate select.wpcf7-form-control {
  padding-bottom: 9px;
}

.page-vendor-registration .wpcf7-form-control::placeholder,
.page-project-estimate .wpcf7-form-control::placeholder,
.pe-placeholder.wpcf7-form-control {
  color: #D6D2D2;
}

.pe-placeholder.wpcf7-form-control option {
  color: var(--black);
}

.page-vendor-registration textarea.wpcf7-form-control,
.page-contact-us textarea.wpcf7-form-control {
  height: 108px;
}

.page-project-estimate textarea.wpcf7-form-control {
  min-height: 78px;
}

.page-vendor-registration .form_row {
  margin-bottom: 59px;
}


.page-project-estimate .form_row {
  margin-bottom: 40px;
}

.page-project-estimate section.contact-us .top-row {
  margin-bottom: 54px;
}

.page-project-estimate .contact-us {
  padding-bottom: 55.53px;
}

.page-project-estimate .cu-rightclm .h2 {
  padding-bottom: 16px;
  font-size: 34.03px;
  line-height: 35.83px;
  color: var(--black);
}

.page-project-estimate .form_text p {
  font-family: 'Arial';
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #666666;
}

.page-project-estimate .cu-rightclm .h2+p {
  margin-bottom: 54px;
  font-family: 'Arial';
  font-size: 17.56px;
  font-weight: 400;
  line-height: 20.2px;
  color: #666666;
}

.page-project-estimate .cu-rightclm .form_text {
  padding-top: 14px;
  margin-bottom: 32px;
}

.page-vendor-registration .contact-us {
  padding-bottom: 94.6px;
}

.page-vendor-registration .form_row.cf-msg {
  margin-bottom: 60px;
}

.page-vendor-registration .cf-check {
  margin-bottom: 0;
}

.cf-check br {
  display: none;
}

.form_row_half {
  width: 50%;
}

.page-vendor-registration .wpcf7-form-control {
  font-size: 16px;
  line-height: 18.4px;
}

.page-vendor-registration .contact-us_from_row,
.page-project-estimate .contact-us_from_row {
  align-items: flex-start !important;
}

.pe-select {
  width: 100%;
}

.pe-select option:first-child {
  display: none;
}

.cul-inner {
  position: relative;
}

.cul-inner_text {
  position: absolute;
  bottom: 30.28px;
  z-index: 1;
  padding: 0 39.5px;
}



.h3.cul-inner_text_h {
  font-size: 29.84px;
  line-height: 31.42px;
  color: var(--white);
  margin-bottom: 17.44px;
}

p.cul-inner_text_p {
  font-family: Arial;
  font-size: 13.29px;
  font-weight: 400;
  line-height: 15.28px;
  color: var(--white)
}

/* Pagination */

.page-arrow.disabled {
  pointer-events: none;
  color: #BCBCBC;
  background: transparent;
}


/* responsive file style */

/* Responsiveness all screens */

.mobile-topbar{
	display:none;
}


@media only screen  and (min-width: 426px) and (max-width: 600px){

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

}
@media only screen  and (min-width: 370px) and (max-width: 375px){

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

}

@media only screen and (min-width: 376px) and (max-width: 425px){

}
.site .button:focus, button:focus, input[type=submit]:focus, input[type=reset]:focus, .wp-block-search .wp-block-search__button:focus, .wp-block-button .wp-block-button__link:focus, .wp-block-file a.wp-block-file__button:focus {
    outline-offset: 0;
    outline: none;
}
@media only screen and (max-width: 997px){
    #site-navigation ul.sub-menu li, #site-navigation ul.sub-menu {
        background-color: transparent;
        width: 100%;
    }
    #site-navigation ul.sub-menu {
        display: none;
    }
        .primary-navigation .primary-menu-container > ul > .menu-item {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
    }
}
@media only screen and (max-width: 767px){
	.main-fonts.centerfonts {
    margin-bottom: 50px;
}
	.line-btm-heading svg{
		    width: 80%;
	}
	.awardssec li.productscards .tt_innercontent p {
    font-size: 16px;
    line-height: 25px;
}
	.awardssec li.productscards .tt_innercontent {
    padding: 0px 10px;
}
	.tl_tabs ul{
		gap: 5px;
	}
	.tl_tabs ul a{
		font-size: 14px !important;
	}
	.assershistory p {
    line-height: 22px;
    font-size: 17px;
}
	.assershistory h1 {
    font-size: 50px;
}
.assershistory h3{
	    font-size: 24px;
}
	.assershistory .row {
    padding: 50px 0;
}
	.bottombar {
    margin-top: -14px !important;
}
	.timeline-section .container-fluid {
    width: 100%;
    padding: 0;
}
section.assershistory.section-space {
    margin-bottom: 30px;
}
section.timeline-section.section-space {
    margin-bottom: 30px;
}
	#mapdiv{
    width: 100% !important;
    height: 300px !important;
	}
	.site-header1.menu{
		height: 90px;
	}
	#site-navigation ul.sub-menu li a {
    color: #fff;
}
	#site-navigation ul.sub-menu li, #site-navigation ul.sub-menu {
    background-color: transparent;
    width: 100%;
}
	.primary-navigation .primary-menu-container > ul > .menu-item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
}
	.has-logo.has-title-and-tagline .menu-button-container #primary-mobile-menu[aria-expanded*=true] .dropdown-icon.close {
    color: #fff;
    opacity: 1;
}
	/* .primary-navigation-open .menu-button-container , .primary-menu-container{
    background-color: #282828 !important;
} */
	.site-footer1 {
    padding: 50px 0px 0px;
}
	body:not(.no-js) .animating img {
    width: 100%;
}
	.copyright {
    text-align: center;
}
	footer#colophon .quicklinksdiv, .ourportfoliodiv, .contactdetaildiv {
    width: 100% !important;
    margin-right: 0px !important;
	        margin-left: 15px;
}
	.site-logo {
    /* text-align: center; */
}
	footer#colophon .logodiv {
    width: 100%;
    margin-right: auto;
}
	.main-fonts p {
    font-size: 16px;
    line-height: 23px;
}
	section.core_value_section .inner_right_content {
    margin-bottom: 15px;
}
	section.core_value_section .inner_right_content h4 {
    font-size: 25px;
    line-height: 30px;
}
	.core_value_section {
    padding: 5px 0px 50px !important;
}
	.innerbanner {
    padding-top: 150px;
    padding-bottom: 150px;
}
	.menu-button-container #primary-mobile-menu .dropdown-icon.open .svg-icon {
    color: #fff;
}
	.mobile-v .col-lg-3.col-md-3{
	width:40%;	
	}
	.mobile-v .col-lg-9.col-md-9{
	width:55%;		
	}
	.mobile-v{
		    align-items: stretch !important;
			    justify-content: space-between;
	}
	.site-logo .custom-logo {
    max-width: 110px;
}
	.desktop-topbar{
		display:none;
	}
.mobile-topbar{
        display: flex;
        justify-content: center;
}
}
@media only screen and (max-width: 425px) {

}
@media only screen and (min-width: 768px) and (max-width: 991px){
.desktop-topbar{
		display:none;
	}
.mobile-topbar{
        display: flex;
        justify-content: center;
}
	.menu-button-container #primary-mobile-menu .dropdown-icon.open .svg-icon {
    color: #fff;
}
	.mobile-v .col-lg-3.col-md-3{
	width:40%;	
	}
	.mobile-v .col-lg-9.col-md-9{
	width:55%;		
	}
	.mobile-v{
		    align-items: stretch !important;
			    justify-content: space-between;
	}
	.site-logo .custom-logo {
    max-width: 140px;
}
footer#colophon .logodiv img {
    width: 140px;
}
}

@media only screen and (min-width: 426px) and (max-width: 580px){
	
}

@media only screen and (min-width: 426px) and (max-width: 767px){
	
}

@media (max-width: 768px){

}

@media only screen and (min-width: 768px) and (max-width: 991px){

}


@media only screen and (min-width: 992px) and (max-width: 1024px){

}

@media only screen and (min-width: 1025px) and (max-width: 1199px){

}

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

    .animated {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
}


@media only screen and  (min-width: 1024px){

}
@media only screen and (min-width: 768px) and (max-width: 1024px){

}
@media only screen and (min-width: 1025px) and (max-width: 1399px){
    
}

@media only screen and (max-width: 1350px) and (min-width: 768px){
	
}

@media only screen and (max-width: 1024px) and (min-width: 768px){

}
@media (min-width: 1200px) and (max-width: 1599px){

	
}

@media only screen and (min-width: 1400px) and (max-width: 1600px){

}
@media only screen and (min-width: 1601px) and (max-width: 1800px){
	
}

@media only screen and (min-width: 1025px) and (max-width: 1439px){
 
}
@media only screen and (min-width: 1680px) and (max-width: 1800px){
   
}
@media only screen and (min-width: 1801px) and (max-width: 2000px){
	
}
@media only screen and (min-width: 1650px){

}
@media only screen and (min-width: 2000px){


}
@media only screen and (min-width: 2001px) and (max-width: 2500px){
  
}
@media only screen and (min-width: 2501px) and (max-width: 3500px){
  
}
@media only screen and (min-width: 3501px) {
	
}

/* firefox media query  */

@-moz-document url-prefix() { 
 
}



_::-webkit-full-page-media, _:future, :root .safari_only {
   
}


@media not all and (min-resolution:.001dpcm) { 
     @supports (-webkit-appearance:none) {
        
     }
}

/*  new css 5-28-24  */
.mission_section {
    background: #F2F3F3;
    padding: 17px 0px 46px;
}
.mission_section .card {
    border: 0;
    text-align: center;
    padding: 110px 22px 62px 24px;
    border-radius: 30px;
}
.mission_section .inner_text h3 {
    padding-bottom: 51px;
    text-transform: capitalize;
}
.mission_section .bottom-design-brnd {
    left:  20px;
    position: absolute;
    margin-top: -2%;
    z-index: 1;
    width: 90%;
    right: 15px;

}
.mission_section .single_item {
    position: relative;
}
.mission_section .single_item .top-icon-mission {
    position: absolute;
    top: -62px;
    left: 34%;
    width: 123px;
    z-index: 1;
    height: 123px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 17px solid #f2f3f3;
}
body:not(.no-js) .reveal .image-wrap {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    visibility: visible;
    transform: skewY(0);
}

.core_value_section {
    padding: 36px 0px 134px;
}

.core_value_section .image-brand-right {
    text-align: right;
    display: flex;
    justify-content: start;
}
.core_value_section .image-brand-right .i_b_inner {
    overflow: hidden;
    width: 80%;
}

.core_value_section .left-image {
    margin-left: 53%;
}
.core_value_section .right_image {
    position: absolute;
    z-index: 1;
    bottom: 29%;
    margin-left: 53%;
    margin-top: -87%;
    overflow: visible;
}
.core_value_section .bottom-design-brnd{
    width: 80%;
    left: 0;
}
.core_value_section h4 {
 text-transform: capitalize;
}
.diversity_us_section{
    padding: 100px 0px 36px;
}
.sustainability_us_section, .why_work{
    padding: 100px 0px;
}
.event_section {
    padding: 46px 0px 00px 0px;
    margin-bottom: 140px;
}
.community-section {
    background: #F2F3F3;
    padding: 60px 0px;
}
.life_us_section{
    background: #F2F3F3;
    padding: 60px 0px 28px;
}
.life_us_section .col-content .main-fonts {
    margin-right: 0;
    margin-left: 70px;
}
#community-slider .item {
    position: relative;
}
#community-slider .shadow-bg {
    position: absolute;
    bottom: 34px;
    padding: 5px;
    color: #fff;
    text-align: center;
}
#community-slider .bottom-design1 {
    margin-top: -12px;
}
#community-slider  .owl-dots {
    bottom: -4%;
     left: unset; 
    right: -268px !important;
}
#community-slider  .owl-dots button.owl-dot {
    border: 1px solid rgba(204, 51, 51, 1) !important;
}
#community-slider  .owl-dots .owl-dot span {
  background: rgba(204, 51, 51, 1) !important ;
}

/* #event-slider  {

}

#event-slider .item {
    position: relative;
}
#event-slider .shadow-bg {
    position: absolute;
    bottom: 34px;
    padding: 5px;
    color: #fff;
    text-align: center;
}
#event-slider .bottom-design1 {
    margin-top: -17px;
}
#event-slider .owl-dots {
    bottom: 9%;
    left: -496px;
    
}
#event-slider  .owl-dots button.owl-dot {
    border: 1px solid rgba(204, 51, 51, 1) !important;
}
#event-slider  .owl-dots .owl-dot span {
  background: rgba(204, 51, 51, 1) !important ;
} */
.main-event-detail {
    padding-top: 64px;
    margin-bottom: 61px;
}
.inner-description {
    padding-top: 53px;
}
.main-event-detail p{
    margin-bottom: 0;
}
.contenttop {
    margin-bottom: 39px;
}
.contentbottom {
    margin-top: 39px;
}
.event_social_icon {
    padding-top: 29px;
    margin-top: 13px;
}
.contentleft ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}
.contentleft ul li{
    padding-left: 38px;
    position: relative;
}

.contentleft ul li:before {
    content: ' ';
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/wp-content/uploads/2024/06/check.svg);
    background-size: cover;
    background-repeat: no-repeat;
    color: transparent;
    position: absolute;
    left: 0;
    top: 0;
}
div#relatedevents li.productscards {
    list-style: none;
    width: 100%;
}
p , li {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #4D4D4D;
}
.event_inner_detail .left-text li {
    list-style: none;
    padding-bottom: 20px;
    /* display: flex;
    align-items: center; */
}
.event_inner_detail .left-text li:before {
    content: '';
    background-image: url(/wp-content/uploads/2024/05/Vector-19.png);
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}
.event_inner_detail .bottom-description {
    padding-top: 39px;
}
.life_us_section .left-image {
    margin-right: 0%;
    right:0;
 
}

.life_us_section .image-brand {
        justify-content: start;
}
.life_us_section .bottom-design-brnd {
    left:0;
}
.svg-bottom {
  rotate: 180deg;
}

.team-details .team-image img{
  border-radius: 20px;
}

.main-event-detail .backbtn {
    padding-bottom: 24px;
}
.main-event-detail h1 {
    font-weight: 700;
    font-size: 54px;
    line-height: 66px;
    margin: 0;
    padding-bottom: 24px;
    color: #111;
}
 .backbtn a.b-d-back {
    color: #e1251b;
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 18px;
    font-weight: 500;
}
.undertitle {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 48px;
}
.undertitle p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

.team-details .icon_btn {
	padding-bottom: 48px;
}
.main-event-detail .row-center .main_ft_img{
    position: relative;
}

.main-event-detail .row-center .main_ft_img img {
	object-fit: cover;
    max-width: 100%;
    width: 100%;
}
.event_section  .cat-text h2 {
	font-size: 30px;
}
.event_section .top-date {
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(204, 51, 51, 1);
    height: 84px;
    width: 84px;
    border-radius: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.event_section .top-date p {
    font-size: 38px;
    margin: 0;
    line-height: 0.5;
    color: #fff;
}
    
.event_section .top-date span {
    font-size: 12px;
    opacity: 0.7;
    color: #fff;
}

.event_section .cat-text p:first-child::before {
  content: '';
  background-image: url('/wp-content/uploads/2024/05/fozwl9.tif.png');
  display: inline-block; 
  width: 16px; 
  height: 16px; 
  background-size: contain; 
  background-repeat: no-repeat; 
  margin-right: 8px; 
  color: #fff;
}
.event_section .cat-text p:nth-child(2)::before {
  content: '';
  background-image: url('/wp-content/uploads/2024/05/Vector.png');
  display: inline-block; 
  width: 16px; 
  height: 16px; 
  background-size: contain; 
  background-repeat: no-repeat; 
  margin-right: 8px;  
  color: #fff;
}
.event_section .cat-text p {
	opacity: 1;
}
@media (max-width: 767px) {
	.event_inner_detail .left-text ul {
		padding: 0;
	}
	.team-leadership .tl_teams ul {
		    flex-direction: column;
	}
	.team-leadership .tl_teams .productscards {
		width: 100%;
	}
}
section.core_value_section .inner_right_content {
    display: flex;
    width: 100%;
    gap: 15px;
}
section.core_value_section .inner_right_content .icon {
    width: 20%;
}
.iconinner {
    width: 60px;
    height: 60px;
    background-color: #cc3333;
    padding: 10px;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
}
.iconinner img{
    filter: invert(100%) sepia(0%) saturate(7489%) hue-rotate(427deg) brightness(106%) contrast(108%);
    position: relative;
    z-index: 99;
}
.iconinner:before{
    content: '';
    display: block;
    width: 90%;
    height: 17px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
section.core_value_section .inner_right_content:hover .iconinner:before{
  transform: translate(0%, 0%) scale(7);
      /* background: #01549B; */
      background-image: linear-gradient(to right, #004180, #008ad1);
}


/* responsive file style ends */
/* 7/16/2025 */
.clientLogos_slider_item.slick-slide {
/*  width: auto !important;*/
  /* max-width: 220px; */
/*  max-width: 250px;*/
}

.clientLogos_img_wrapper img:hover {
  transform: scale(1.04);
}

/* img[src*="/Seha.jpg"],
img[src*="/Lifecare-Hospital.jpg"] {
  height: 80% !important;
} */


/* Media Query */

/* Min Query */
@media (min-width: 393px) {}

@media (min-width: 420px) {}

@media (min-width: 480px) {}

@media (min-width: 557px) {}

@media (min-width: 575px) {}

@media (min-width: 767px) {}

@media (min-width: 768px) {
  .hide-desk-item {
    display: none;
  }
}

@media (min-width: 991px) {

  .container .row,
  .container-fluid .row {
    width: 100%;
  }
}

@media (min-width: 992px) {}

@media (min-width: 1024px) {}

@media (min-width: 1200px) {
  .side_nav__top_main_nav {
    display: none;
  }
}

@media (min-width: 1400px) {}

@media (min-width: 1350px) {
  .no_mr_pd {
    padding-left: 0;
    padding-right: 0;
  }

  .no_mr_pd .row {
    margin-left: 0;
    margin-right: 0;
  }

  .no_mr_pd .row>div {
    padding-left: 0;
    padding-right: 0;
  }

  .contact_sec_top_row>div:first-child {
    max-width: 613px;
  }

  .contact_sec_top_row>div:last-child {
    max-width: 567px;
    margin-left: auto;
  }

  .home_about__content_text {
    margin-left: 36px;
  }

  .home_about__counter_col_content {
    min-width: 214px;
  }

  .footer_sec_top__row {
    justify-content: space-between;
  }

  .footer_sec_top__row>div {
    width: auto;
    flex: unset;
    max-width: unset;
  }

  .footer_sec_top__row>div:first-child {
    flex: 480.5px;
    max-width: 480.5px;
  }
}

@media (min-width: 1440px) {
  .home_about__content_img_wrapper {
    width: 391px;
    max-width: 100%;
  }

  .home_about__bottom_img_wrapper {
    width: 282px;
    margin-left: auto;
  }
}

@media (min-width: 1600px) {
  #primary-menu-list {
    width: 578px;
    margin: 0 auto;
  }


  .hero_slider__caption {
    margin-top: -18px;
  }

  .item.image .hero_slider__caption {
    margin-top: -25px;
  }

  .btn__close {
    position: relative;
    left: 22px;
  }

  /* .sidenav_contact__box__list a,
  .sidenav_contact__box__list p {
    height: 17.46px;
  } */
}

@media (min-width:1700px) {}

@media (min-width: 1920px) {
  .landmark_slider__wrapper_hidden {
    overflow: hidden;
  }
}

/* Max Query */
@media (max-width: 1920.98px) {}

@media (max-width: 1600.98px) {}

@media (max-width: 1500.98px) {
  .landmark_slider_item {
    width: 480px;
  }

  .landmark_card_img_wrapper {
    height: 520px;
  }

  .landmark_card_content_h {
    font-size: 28px;
    line-height: 30.8px;
    margin-top: 15px;
  }
}

@media (max-width: 1440.98px) {}

@media (max-width: 1400.98px) {}

@media (max-width: 1350.98px) {
  .home_about__bottom_img_wrapper {
    width: 100%;
  }

  .bn_slider .owl-item.first-active {
    width: calc(14.5% - 32px) !important;
  }

  .bn_slider .owl-item.secondthird-active {
    width: calc(7.5% - 32px) !important;
  }

  .landmark_slider_item {
    width: 430px;
  }

  .landmark_card_img_wrapper {
    height: 470px;
  }

  section.our-mission h2.h2 {
    font-size: 35px;
    line-height: 40.49px;
  }

  section.our-mission .centerclm {
    height: 100%;
  }

  section.our-mission .rightclm {
    gap: 50px;
    padding: 24px 0;
  }

  .page-vendor-registration .contact-us {
    padding-bottom: 50px;
  }
}

@media (max-width: 1200.98px) {
  .navigation__container>div {
    width: auto;
  }
.menu-item .dropdown-menu {
    max-height: unset;
}
  .navbar-expand-lg>.container {
    display: block;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  h1,
  .h1 {
    font-size: 60px;
    line-height: 75.27px;
  }

  .desk-lg-v {
    display: none !important;
  }

  .mb-lg-v {
    display: block !important;
  }

  #navbarPrimary {
    display: none !important;
  }

  span.drop-plus {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 35px;
    line-height: normal;
    cursor: pointer;
  }

  .menu-item .dropdown-menu {
    transform: unset;
    visibility: visible;
    opacity: 1;
    padding: 20px;
    border-radius: 0;
    border: 0;
    max-width: 100%;
    position: relative;
    box-shadow: none;
    display: none;
    padding: 0;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .menu-item .dropdown-menu:after {
    display: none;
  }

  .menu-item .dropdown-menu a {
    font-size: 25px;
  }

  .home_about {
    --pdt: 60px;
  }

  .home_about__wave_svg {
    top: 20%;
    width: 400px;
  }

  .home_about__content_text {
    max-width: 374.1px;
  }

  .home_about__content_text p {
    margin-top: 16px;
  }

  .clientLogos_slider .slick-slide {
    margin: 0;
/*     margin-right: 59px; */
  }

  .clientLogos_slider .slick-slide img {
    width: 100%;
    height: 115px;
    object-fit: contain;
  }

  .landmark_sec {
    padding-top: 48px;
    padding-bottom: 48px;
    overflow: hidden;
  }

  .landmark_sec__wave_svg {
    display: none;
  }

  .landmark_slider__wrapper {
    height: auto;
    margin-top: 24px;
  }

  .landmark_slider {
    left: 0;
  }

  .horizontal-scoll-wrapper {
    height: auto;
  }

  .landmark_sec .slick-list {
    padding: 0 9.5% 0 0 !important;
  }

  .landmark_sec .slick-slide {
    margin: 0;
    margin-right: 32px;
  }

  .landmark_slider {
    display: block;
    transform: unset;
    height: auto;
  }

  .landmark_card {
    transform: unset;
  }

  .horizontal-scoll-wrapper {
    padding-left: 15px;
  }

  .policy_guidelines {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mfm-leftclm {
    padding-top: 20px;
    padding-right: 0;
  }

  .mfm-leftclm:before {
    top: -20px;
    height: 100px;
    width: 100px;
  }

  .spacetop-btm {
    padding: 50px 0;
  }

  .msg__wave_svg {
    bottom: -50px;
    right: -10px;
  }

  section.aboutus .bn_sec_top_row,
  .awards-sec .bn_sec_top_row {
    margin-bottom: 40px;
  }

  .timeline-section .oneLine_title__h {
    margin-bottom: 18px;
  }

  .landmark_slider__wrapper_hidden {
    padding-top: 0;
  }
}

@media (max-width: 1024.98px) {

  h2,
  .h2,
  h3,
  .h3 {
    font-size: 36px;
    line-height: 42px;
  }

  .hero_sec__wave_svg {
    bottom: -120px;
    width: 768px;
    height: auto;
  }

  .hero_sec_bottom {
    padding-left: 20px;
    padding-right: 20px;
    min-height: 80px;
  }

  .hero_sec {
    --min-h: 654px;
  }

  .contact_sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact_sec_bottom_row {
    margin-top: 50px;
  }

  .oneLine_title__sub_ex {
    height: 317px;
    overflow: hidden;
  }

  .oneLine_title__sub_ex img {
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
  }

  .item-timeline .it_inner .it_i_bottom {
    padding: 0 15px;
  }

  .sidenav_contact {
    padding-bottom: 15px;
  }

}

@media (max-width: 992.98px) {}

@media (max-width: 991.98px) {

  section.our-mission .rightclm .rc-i-icon {
    display: inline-block;
  }

  section.our-mission .rightclm .rc-i-heading {
    display: inline-block;
    margin: 0;
    margin-left: 15px;
    position: relative;
    top: -10px;
  }

  section.our-mission .rightclm {
    padding: 0;
  }

  .slider_btns {
    gap: 10px;
  }

  .btn_arrow,
  a.btn_arrow {
    width: 40px;
    height: 40px;
  }

  .btn_arrow svg,
  a.btn_arrow svg {
    width: 15px !important;
    height: auto !important;
  }

  .home_about__wave_svg {
    display: none;
  }

  .home_about__content_top {
    margin-top: 30px;
  }

  .home_about__content_text {
    max-width: 100%;
  }

  .home_about__content_text .btn {
    margin-top: 16px;
  }

  .home_about__content_bottom {
    margin-top: 30px;
  }

  .home_about__content_top__imgs {
    display: flex;
    gap: 12px;
  }

  .home_about__content_img_wrapper {
    width: 100%;
  }

  .home_about__desktop_img {
    display: none;
  }

  .home_about__mb_img {
    display: block;
    max-width: unset;
    margin-left: 0;
    width: 100%;
    height: 100%;
  }

  .contact_sec_bottom_row {
    gap: 49px 0;
  }

  .contact_box_wrapper {
    width: calc(50% - 1px);
  }

  .contact_box_wrapper_separator:nth-child(4) {
    display: none;
  }

  .contact_box {
    width: max-content;
    margin: 0 auto;
    min-width: 202px !important;
  }

  .footer_sec_top {
    padding-top: 42px;
    padding-bottom: calc(136px + 28px);
    margin-bottom: -5px;
  }

  .footer_logo_brand {
    margin-bottom: 56px;
  }

  .footer_logo_brand>a {
    width: 184px;
    height: 105.87px;
  }

  .footer_col_4 {
    margin-top: 49.41px;
  }

  .footer_col_5 {
    margin-top: 54px;
  }

  .policy_guidelines_content {
    padding: 50px !important;
  }

  .policy_guidelines_content ul {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  section.our-mission {
    padding: 50px 0;
  }

  section.our-mission .centerclm {
    margin: 24px 0;
    height: 650px;
  }

  section.our-mission .rightclm {
    gap: 24px;
  }

  .mfm-leftclm {
    margin-bottom: 24px;
  }

  .mfm-rightclm img {
    width: 100%;
    height: auto;
  }

}

@media (max-width: 768.98px) {}

@media (max-width: 767.98px) {
  :root {
    --menu-height: 102px;
    --sidebar-width: 100%;
  }
    .menu-item .dropdown-menu a {
        font-size: 19px;
        padding-bottom: 4px;
    }

  .desk-v {
    display: none;
  }

  .mb-v-flex {
    display: flex !important;
  }

  .mb-v-block {
    display: block !important;
  }

  h1,
  .h1 {
    font-size: 45px;
    line-height: 60.27px;
  }

  h2,
  .h2,
  h3,
  .h3 {
    font-size: 24px;
    line-height: 31.2px;
  }

  h4,
  .h4 {
    font-size: 21.72px;
    line-height: 23.9px;
  }

  button:not(.btn_arrow),
  .button:not(.btn_arrow),
  .btn:not(.btn_arrow),
  a.btn:not(.btn_arrow) {
    font-size: 13.7px;
    line-height: 19.55px;
    min-width: 135.41px;
    min-height: 37.24px;
  }

  .btn.btn_fsubmit_rounded {
    min-width: unset;
    min-height: unset;
  }

  .btn.btn_fsubmit {
    font-size: 18px;
  }

  .btn_arrow,
  a.btn_arrow {
    width: 35.09px;
    height: 35.09px;
    min-width: unset;
    min-height: unset;
  }

  button.btn__close {
    min-width: unset;
    min-height: unset;
  }

  .side_nav {
    --padLR: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .sidenav__body {
    margin-top: 24px;
  }

  .side_nav__top {
    --gap: 10px;
    margin-bottom: 50px;
  }

  .side_nav__top a {
    font-size: 24.16px;
    line-height: 24.82px;
    padding-bottom: 10px;
  }

  .side_nav__top a:hover {
    padding-bottom: 10px;
  }

  .side_nav__bottom {
    padding-bottom: 24px;
  }

  .oneLine_title__sub {
    margin-bottom: 18px;
  }

  header,
  .floatingNav {
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto;
  }

  .navbar .navigation__container {
    justify-content: center;
  }

  .site-logo .custom-logo {
    max-width: 108px;
    max-height: 38px;
  }

  .nav_right_side {
    gap: 2px;
  }

  .nav_right_side__btn {
    display: none;
  }

  .nav_right_side__user {
    justify-content: center;
    width: 38px;
    height: 38px;
  }

  .nav_right_side__user svg {
    width: 13.57px;
    height: 19px;
  }

  .nav_right_side__burger {
    justify-content: center;
    width: 42.8px;
    height: 42.8px;
    min-width: unset !important;
    min-height: unset !important;
  }

  .nav_right_side__burger svg {
    width: 23.11px;
    height: 14.27px;
  }

  .hero_sec__wave_svg {
    bottom: 0;
    left: 50%;
    width: 548px;
    height: auto;
    transform: translateX(-50%);
  }

  .hero_slider__caption {
    top: calc(50% - 27px);
    max-width: 480px;
  }

  .hero_h {
    font-size: 50px;
    line-height: 65px;
  }

  .hero_p {
    margin-top: 15px;
    margin-bottom: 46px;
  }

  .hero_p p,
  .hero_p {
    font-size: 18px;
    line-height: 21px;
  }

  .hero_sec_bottom__mouse {
    display: none;
  }

  .hero_sec_bottom {
    flex-direction: column;
    background: transparent;
    min-height: 110.48px;
    margin-bottom: 25.52px;
  }

  .hero_sec_bottom__social .social_icons__list {
    gap: 24px;
  }

  .hero_sec_bottom__social .social_icons__list_link svg {
    height: 14px;
  }

  .home_about {
    --pdt: 32px;
    padding-bottom: 0;
  }

  .home_about__content_top {
    margin-top: 23px;
  }

  .home_about__content_img_wrapper {
    height: 298px;
    max-width: unset;
  }

  .home_about__content_top__imgs {
    flex-wrap: wrap;
  }

  .home_about__mb_img {
    height: 195px;
  }

  .home_about__content_text {
    margin-top: 23px;
  }

  .home_about__content_text p {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 12px;
  }

  .home_about__content_text .btn {
    margin-top: 0;
    min-height: 48px;
  }

  .home_about__content_bottom {
    margin-top: 36px;
  }

  .home_about__counter {
    flex-direction: column;
    gap: 34px;
  }

  .home_about__counter_h {
    font-size: 36px;
    line-height: 46.8px;
  }

  .home_about__counter_separator {
    width: 232px;
    height: 1px;
    background-color: #0000001a;
  }

  .services_sec {
    padding-top: 36px;
    padding-bottom: 27px;
  }

  .services_sec::after {
    content: unset;
  }

  .services_sec_top_row {
    padding-bottom: 24px;
  }

  .services_slider .slick-list {
    padding: 0px 18.8% 0 0 !important;
  }

  .services_slider .slick-slide {
    margin-right: 18px;
  }

  .service_card {
    height: 385px;
  }

  .service_card_content {
    padding: 21.72px;
    bottom: -142px;
  }

  .service_card_content_text {
    margin-top: 10px;
    /* margin-bottom: 24px; */
  }

  .service_card_content p {
    font-size: 10.86px;
    line-height: 16.29px;
  }

  .service_cta {
    margin-top: 24px;
  }

  .landmark_card_img_wrapper {
    height: 315.93px;
  }

  .landmark_card_content_h {
    font-size: 18.71px;
    line-height: 19.7px;
    margin-top: 11px;
  }

  .landmark_sec .slick-list {
    padding: 0px 22.5% 0 0 !important;
  }

  .landmark_sec .slick-slide {
    margin-right: 17.48px;
  }

  .landmark_slider__cta {
    margin-top: 24px;
  }

  .bn_sec {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .bn_sec__wave_svg {
    display: none;
  }

  .bn_sec_top_row,
  section.aboutus .bn_sec_top_row,
  .awards-sec .bn_sec_top_row {
    margin-bottom: 24px;
  }

  .bn_sec_bottom_row>div {
    padding-right: 0;
  }

  .bn_slider .owl-item.first-active {
    width: calc(21.5% - 16px) !important;
  }

  .bn_slider {
    height: 320px;
  }

  .bn_slider .owl-item.active {
    visibility: visible;
  }

  .bn_slider .owl-item {
    visibility: hidden;
  }

  .bn_card_img_wrapper {
    height: 108px;
  }

  .bn_slider .owl-item.first-active .bn_card_img_wrapper {
    height: 202px;
  }

  .bn_card_content {
    margin-top: 12px;
  }

  .bn_card_content_date {
    font-size: 8.46px;
    line-height: 10.32px;
  }

  .bn_card_content_h {
    margin: 6.34px 0;
    font-size: 15.86px;
    line-height: 20.61px;
  }

  .bn_card_content_text p {
    font-size: 9.51px;
    line-height: 13.74px;
  }

  .bn_sec_cta {
    margin-top: 40px;
    z-index: 3;
    position: relative;
  }

  .client_logo_sec {
    padding-top: 65.06px;
    padding-bottom: 64.57px;
  }

  .client_logo_sec_bottom_row {
    margin-top: 21px;
  }

  .row_one,
  .row_two {
    height: 79.84px;
  }

  .row_one {
    padding-top: 16px;
    padding-bottom: 22px;
  }

  .row_two {
    padding-bottom: 16px;
    padding-top: 22px;
  }

  .clientLogos_slider .slick-slide img {
    height: 79.84px;
  }

  .contact_sec {
    padding-bottom: 0;
  }

  .form_row {
    gap: 24px;
    margin-bottom: 24px;
    flex-wrap: wrap;
  }

  .h_form .wpcf7-form-control {
    border: 0;
    border-bottom: 0.5px solid #80786d;
    height: 39px;
    padding: 0;
  }

  .form_row_full__textarea>div {
    --h: 39px;
    margin-bottom: 24px;
  }

  .h_form textarea {
    border: 0;
    border-bottom: 0.5px solid #80786d;
    padding: 0;
    overflow: hidden;
  }

  .contact_sec_top_row>div:last-child {
    padding-top: 24px;
  }

  .contact_sec_top_row_right_col {
    padding-left: 0;
    padding-right: 0;
  }

  .oneLine_title__sub_ex {
    margin-top: 24px;
  }

  .contact_sec_top_row_right_col .h_form {
    padding-right: 15px;
    padding-left: 15px;
  }

  .contact_sec_bottom_row {
    margin-top: 0;
    padding: 31px 0;
  }

  .policy_guidelines {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .policy_guidelines_content {
    padding: 35px !important;
  }

  .policy_guidelines__top_row {
    margin-bottom: 24px;
  }

  .mfl-l-inner .h4 {
    margin-bottom: 10px;
  }

  .mfl-l-inner p {
    font-size: 16px;
    line-height: 24px;
  }

  .msg__wave_svg {
    bottom: -24px;
    right: 0;
  }

  .msg__wave_svg object {
    width: 100%;
  }

  .footer_sec_bottom {
    padding-top: 8px;
    padding-bottom: 4px;
    height: 27px;
  }

  .footer_sec_bottom p {
    font-size: 11.15px;
    line-height: 13.61px;
  }

  section.our-mission .centerclm {
    height: 450px;
  }

  /* .landmark_sec,
    .home_about {
        display: none;
    } */
}

@media (max-width: 575.98px) {

  .side_nav__top a {
    font-size: 20.16px;
    line-height: 20.82px;
  }

  .side_nav__top a:hover::after {
    width: 13px;
    height: 13px;
  }

  .container-fluid.gap_m_left {
    padding-left: 30px;
  }

  .container,
  .navbar-expand-lg>.container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact_box_wrapper {
    width: 100%;
  }

  .contact_box_wrapper_separator {
    display: none;
  }

  .contact_box_h_wrapper {
    justify-content: center;
  }

  .contact_box_links_wrapper {
    align-items: center;
  }

  .services_sec .container-fluid,
  .landmark_sec .container-fluid {
    padding-left: 15px !important;
  }

  .horizontal-scoll-wrapper {
    padding-left: 0;
  }

  .error-404 {
    min-height: 350px;
  }

  .error-404 h1 {
    font-size: 150px;
    line-height: 150px;
  }

  .error-404 h1+p {
    font-size: 14px;
  }

  .policy_guidelines {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .policy_guidelines_content {
    padding: 24px !important;
  }

  .policy_guidelines_content h2 {
    font-size: 25px;
    line-height: 30.04px;
    margin-bottom: 10px;
  }

  .policy_guidelines_content h3 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
  }

  .spacetop-btm {
    padding: 24px 0;
  }

  section.our-mission {
    padding: 24px 0;
  }

  section.our-mission h2.h2 {
    font-size: 25px;
    line-height: 30.49px;
  }

  section.our-mission .centerclm {
    height: 550px;
  }

  .mfm-leftclm:before {
    left: -10px;
    top: -5px;
    height: 70px;
    width: 70px;
  }

  .page-vendor-registration .contact-us {
    padding-bottom: 24px;
  }

  .cu-rightclm .h2,
  .page-project-estimate .cu-rightclm .h2 {
    font-size: 25px;
    line-height: 27.38px;
  }

  .policy_guidelines_content ul {
    list-style: outside;
    padding-left: 15px;
  }
}

@media (max-width: 557.98px) {}

@media (max-width: 480.98px) {
  .hero_slider__caption {
    max-width: 261px;
  }

  .hero_h {
    font-size: 36px;
    line-height: 48px;
  }

  .hero_p p,
  .hero_p {
    font-size: 16px;
    line-height: 19px;
  }

  .bn_slider .owl-item.first-active .bn_card_content_text {
    height: 80px;
    overflow: hidden;
}

}

@media (max-width: 460.98px) {
  .contact_sec_bottom_row {
    border: 24px solid #fff;
    border-right-width: 15px;
    border-left-width: 15px;
  }
}

@media (max-width: 420.98px) {}

@media (max-width: 343.98px) {
      .menu-item .dropdown-menu a {
        font-size: 15px;
        padding-bottom: 0px;
    }
}



