@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:wght@400;500;600;700;800;900&display=swap');

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Inter Tight', sans-serif;
}

p,
body {
  font-family: 'Inter Tight', sans-serif;
}

.p-rel {
  position: relative;
}

.animateUp {
  opacity: 0;
}

.animate__delay-sm1 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.animate__delay-sm2 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.animate__delay-sm3 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.animate__delay-sm4 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.animate__delay-sm5 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

section {
  padding: 70px 0;
  background-color: #ffffff;
  position: relative;
}

html,
body {
  overflow-x: hidden;
}

main {
  position: relative;
  overflow-x: hidden;
}

.heading {
  font-size: 40px;
  line-height: 50px;
  /* text-transform: capitalize; */
  color: rgba(23, 62, 98, 1);
  position: relative;
  padding-left: 70px;
}

.heading::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  background-color: #a5a737;
  left: -15px;
  top: 20px;
}

.heading.no-dash::before {
  display: none;
}

.heading.no-dash {
  padding-left: 0;
}

.page-template .goals {
  background: none !important;
}

.goals-count-head {
  display: inline-flex;
}



.first-banner {
  /* background: linear-gradient(
    180deg,
    rgba(227, 227, 227, 0) 0%,
    #f1f1f1 100%,
    #f1f1f1 100%
  ); */
  background: url('../img/Map.png') no-repeat center;
  padding: 128px 0px;
  /* background-size: cover; */
  /* background: linear-gradient(180deg, #F1F1F1 0%, rgba(227, 227, 227, 0) 99.99%, #F1F1F1 100%);
  background-size: cover; */

}

.first-banner::before {
  background: linear-gradient(180deg, #F1F1F1 0%, rgba(227, 227, 227, 0) 99.99%, #F1F1F1 100%);
  background-size: cover;
}


/* .a {
   align-items: center; 
  margin: auto;
} */

.b {
  margin: 100px 0;
  align-items: center;
}

.c {
  margin-top: 70px;
}

.d {
  margin-bottom: 30px;
}

.common-space {
  margin-left: 70px;
}

.sm-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #383838;
}

.text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #383838;
}

header {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.6)),
      to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0) 100%);
  z-index: 9;
}

/* header - navbar */

header .navbar {
  padding-left: 0;
  padding-right: 0;
}

header .navbar-nav {
  margin-top: 20px;
}

header .navbar-nav .nav-item {
  margin: auto 16px;
}

header .navbar-nav>.nav-item:last-child {
  border: 1px solid #fafafa;
  margin-left: 20px;
  padding: 8px 16px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .navbar-nav .nav-item .nav-link:hover {
  color: #a5a737;
}

header .navbar-nav .nav-item:last-child:hover {
  background-color: #fafafa;
}

header .navbar-nav .nav-item:last-child:hover .nav-link {
  color: #a5a737;
}

header .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  line-height: 19px;
  color: #fafafa;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* sub-nav */

header .navbar-nav .nav-item .sub-nav {
  display: none;
}

header .navbar-nav .nav-item .sub-nav .nav-link {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
}

header .navbar-nav .nav-item:hover .sub-nav {
  display: block;
  position: absolute;
  background-color: #fff;
  border-top: 4px solid #383838;
}

header .navbar-nav .nav-item:hover .sub-nav ul {
  list-style: none;
}

header .navbar-nav .nav-item .sub-nav .nav-link {
  color: #383838;
}

/* banner */

.banner {
  background-size: cover;
  padding-top: 220px;
  padding-bottom: 130px;
  height: 750px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fafafa;
}

.banner.vid {
  background: #000000;
  padding-top: 0;
  padding-bottom: 0;
}

.banner.vid .banner-vid {
  width: 100%;
  height: 100%;
}

.banner .banner-title {
  font-size: 68px;
  line-height: 82px;
  text-transform: capitalize;
  color: #fafafa;
  width: 89%;
}

.banner .banner-above-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: #fafafa;
}

.banner .banner-btn {
  background: #fafafa;
  border: 1px solid #fafafa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #0e0e0e;
  text-decoration: none;
  padding: 16px 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 40px;
  display: inline-block;
}

.banner .banner-btn:hover {
  background-color: #a5a737;
  border-color: #a5a737;
}

.banner .banner-btn img {
  width: 14px;
  display: inline-block;
}

.side-banner {
  position: absolute;
  top: 213px;
  left: 30px;
}

/* header side logos */

.header-social {
  margin: 20px 0;
  position: relative;
}

.header-social::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 130px;
  background-color: #fafafa;
  left: 19px;
  top: -7px;
}

.header-social-2 {
  margin: 20px 0;
}

.header-social-2 a {
  color: #fafafa;
  text-decoration: none;
  background-color: transparent;
}

.header-left {
  margin-top: 140px;
}

/* page-banner */

.page-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 100%;
  height: 490px;
}

.page-banner .page-title {
  margin-left: 10%;
  margin-top: 12%;
  font-size: 68px;
  line-height: 82px;
  text-transform: capitalize;
  color: #fafafa;
}

/* our-services*/

.services-box {
  margin: 20px 0;
}

.service-box-link:hover {
  text-decoration: none;
}

.services-box .value-box {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
}

.services-box .value-box .heading {
  z-index: 2;
  position: relative;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  text-transform: capitalize;
  transition: all 0.3s;
  transform: translateX(00px);
  width: 81%;
}

.services-box .value-box .sm-text {
  z-index: 2;
  position: relative;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.services-box .heading::after {
  right: -30px;
  position: absolute;
  content: "\25BA";
  color: #a5a737;
  transition: all 0.3s;
}

.services-box:hover .heading::after {
  right: -30px;
}

.services-box:hover .heading {
  transform: translateX(0px);
  color: #a5a737;
  text-decoration: underline;
}

/* goals */

.goals .heading {
  margin-right: 70px;
}

.goals .sm-text {
  margin: 20px 40px 0 70px;
}

.goals .goals-box h2 {
  font-size: 24px;
  line-height: 33px;
  color: #231f20;
}

.goals .goals-box h3 {
  font-size: 16px;
  line-height: 24px;
  color: rgba(95, 95, 95, 1);
  margin-top: 20px;
  text-align: center;
}

.goals .goals-box svg {
  width: 48px;
  height: 48px;
}

.goals .goals-box .box-1 {
  /* background: #FFFFFF; */
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  text-align: center;
  padding: 2px 15px;
}

.goals .goals-box .box-1:hover {
  background-color: #a5a737;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.17);
  border-radius: 5px;
}

.goals .goals-box .box-1:hover .actv {
  fill: #fafafa;
}

.goals .goals-box .box-1:hover h2 {
  color: #fff;
}

/* mid-banner */

.mid-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}

.mid-banner .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(rgba(0, 0, 0, 0.6)),
      to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.mid-banner .heading {
  color: #fafafa;
}

.mid-banner .contact-us {
  background: #fafafa;
  border: 1px solid #fafafa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #0e0e0e;
  text-decoration: none;
  padding: 16px 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}

.mid-banner .mid-banner-btn {
  margin-top: 20px;
  text-align: center;
}

/* our-client */

.our-client .sm-text {
  /* padding-bottom: 50px; */
  font-size: 16px;
  line-height: 22px;
}

/* network  */

.network .a {
  margin: 80px 0;
  align-items: center;
}

.network .a:last-child {
  flex-direction: row-reverse;
}

.network .vector {
  display: inline-block;
  position: relative;
}

.network .vector::before {
  bottom: -5%;
  right: -3%;
  content: "";
  position: absolute;
  width: 222px;
  height: 328px;
  background-color: #a5a737;
  border-radius: 5px;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.network .row:nth-child(2n + 1) .vector::before {
  left: -3%;
  right: auto;
}

.vector img {
  z-index: 2;
  position: relative;
}

/* form */

.information {
  /* background-image: url(https://fusion-me.com/wp-content/uploads/2022/10/Group-29389-1.png); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.tab-pane .our-partners-logo-section img {
  width: 100%;
}

#pills-tabContent {
  width: 100%;
}


.information .heading {
  color: #fafafa;
}

.information .heading::before {
  background-color: #fafafa;
}

.information .sm-text {
  color: #fafafa;
}

.left-info {
  margin: 40px 0 0 0;
}

.info-box-2 {
  margin: 25px 0 18px 0;
  text-align: right;
}

.mid-info {
  margin: 4px 0 10px 0;
}

.left-info .heading {
  font-size: 24px;
  line-height: 33px;
  margin-top: 20px;
}

.right-info .wpcf7 {
  margin-top: 30px;
}

.right-info .col-md-12.right-head {
  padding: 0;
}

.information .left-info .col-sm-2 .col-md-12 {
  padding-left: 45px;
  padding-bottom: 8px;
}

.information h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  /* text-transform: capitalize; */
  color: #FAFAFA;
}

.input-filled {
  margin-bottom: 20px;
}

input.form-control.animateUp.animate__animated.animate__fadeInUp {
  background-color: transparent;
  padding: 22px 10px;
  text-transform: capitalize;
}

textarea#exampleFormControlTextarea1 {
  background-color: transparent;
}

.send-button {
  background-color: #ffffff;
  border-color: #ffffff;
  padding: 10px 0px;
  color: #173e62;
  font-weight: 700;
  border-radius: 0.25rem;
  width: 100%;
}

.input-filled input::placeholder {
  color: #fff;
}

.input-filled textarea::placeholder {
  color: #fff;
}

/* client-testimonial */

.local-corporate-partnership-main .client-testimonial {
  padding: 70px 0 210px 0;
}

.client-testimonial .value-box {
  position: relative;
  overflow: clip;
  background: transparent !important;
  border: 1px solid #a5a737 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 30px 24px;
  /* margin-top: 50px; */
  text-align: center;
  height: unset;
}

/* .client-testimonial .value-box span.content-box {
  position: absolute;
  left: 552px;
  top: 30%;
  width: 100%;
  transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
  transition-duration: 550ms;
} */

/* .client-testimonial .testimonail-slide.slick-initialized .slick-slide:hover .value-box span.content-box {
  left: 60px;
  top:30%;
  transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
  transition-duration: 550ms;
  width: 80%;
  display: inline-block;
} */

.client-testimonial .value-box::before {}

.client-testimonial .testimonail-slide.slick-initialized .slick-slide {
  /* width: 400px !important; */
  /* transition: 0.45s ease; */
  transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
  transition-duration: 550ms;
}

/* .client-testimonial .testimonail-slide.slick-initialized .slick-slide:hover {
  width: 575px !important;
  transition: 0.45s ease;
  transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
  transition-duration: 550ms;
} */

/* .client-testimonial .testimonail-slide.slick-initialized .slick-slide:hover .image-box {
  height: 150%;
  width: 150%;
  -webkit-backdrop-filter: blur(75px);
  backdrop-filter: blur(75px);
  height: 300%;
  opacity: .5;
  width: 95%;
} */

.testimonail-slide .slick-next:before,
.testimonail-slide .slick-prev:before {
  font-family: slick;
  border: 0px solid #A5A737;
  padding: 0 9px 2px 8px;
  border-radius: 20px;
}

.client-testimonial .testimonail-slide.slick-initialized .slick-slide .image-box img {
  min-height: 100%;
  min-width: 92%;
  object-fit: cover;
}

.client-testimonial .testimonail-slide.slick-initialized .slick-slide .image-box {
  height: 100%;
  overflow: hidden;
  position: absolute;
  -webkit-transition: all 550ms cubic-bezier(0.85, 0, 0, 1);
  transition: all 550ms cubic-bezier(0.85, 0, 0, 1);
  width: 100%;
}

/* 
 */

.client-testimonial .value-box::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #a5a737;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}

.client-testimonial .value-box:hover::before {
  top: 98%;
}

.client-testimonial .value-box .head {
  margin-bottom: 15px;
  z-index: 2;
  position: relative;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-transform: capitalize;
  color: #173e62;
  margin-left: 0;
  margin-bottom: 0;
}

.client-testimonial .value-box .icon {
  margin-bottom: 13px;
  /* margin-left: 32px; */
  text-align: center;
  z-index: 2;
  position: relative;
}

.client-testimonial .value-box .icon img {
  display: inline-block;
}

.client-testimonial .value-box .text {
  z-index: 2;
  position: relative;
  /* margin-left: 32px; */
  margin-bottom: 13px;
  line-height: 26px;
  font-weight: 500;
  color: #7E7E7E;
  font-size: 16px;
}

/* faq */

.faqs .heading {
  margin-bottom: 40px;
}

.faqs .toggle {
  padding: 16px;
  margin-top: 20px;
  position: relative;
  border-bottom: 1px solid #c8c8c8;
  background: #fff;
}

.faqs .toggle.active {
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  /* box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1); */
  border-radius: 4px;
}

.faqs .toggle.active .toggler {
  color: #173e62;
}

.faqs .toggle.active .toggler .icons .down {
  opacity: 0;
}

.faqs .toggle.active .toggler .icons .cross {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  z-index: 9;
  position: relative;
}

/* .faqs .toggle.active::before {
    height: 100%;
    opacity: 1;
  } */

.faqs .toggle::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 0%;
  background-color: #a5a737;
  left: -1px;
  top: 0;
  bottom: 0;
  opacity: 0;
  margin: auto;
  -webkit-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}

.faqs .toggle .toggler {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #231f20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  font-family: 'Inter Tight', sans-serif;
}

.faqs .toggle .without-toggler {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #231f20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  font-family: 'Inter Tight', sans-serif;
}

.faqs .toggle .toggler .icons {
  position: relative;
  width: 20px;
}

.faqs .toggle .toggler .icons .icon {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  position: absolute;
}

.faqs .toggle .toggler .icons .cross {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  z-index: -1;
  width: 20px;
  margin: auto;
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}



.faqs .toggle .toggle-div {
  margin-top: 15px;
  margin-right: 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #383838;
  display: none;
}

.faqs .toggle .toggle-div.active {
  display: block;
}

.faq-main .faqs {
  padding: 70px 0 210px 0;
}

/* footer */

.footer-strip {
  position: relative;
  background: linear-gradient(90deg, #A5A737 0%, #231F20 100%);
  padding: 10px 0px;
}

.page-template-about-us {
  margin-top: 80px;
}

.single-services .footer-strip {
  margin-top: 120px;
}

.page-template-faq .footer-strip {
  margin-top: 45px;
}



.footer-strip .heading {
  font-size: 36px;
  line-height: 66px;
  color: #fff;
}

.footer-strip .heading.yes-contact {
  display: none;
}

.page-template-page-contact .footer-strip .heading.no-contact {
  display: none;
}

.page-template-page-contact .footer-strip .heading.yes-contact {
  display: block;
}

.page-template-contact-us .footer-strip .box {
  display: none;
}

.footer-strip .box {
  position: absolute;
  background: linear-gradient(0deg, #231F20 0%, #A5A737 100%);
  width: 261px;
  height: 243px;
  bottom: -110%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -88px;
}

.page-template-page-contact .footer-strip .box .connect-btn {
  display: none;
}

.footer-strip .connect-btn:hover {
  background: #173e62;
  color: white;
  text-decoration: none;
}

.footer-strip .connect-btn:hover img {
  filter: brightness(0) invert(1);
}

.footer-strip .box::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 0px;
  border-top: 78px solid transparent;
  border-right: 36px solid #231f20;
}

footer .sub-footer {
  background: url("../img/footerBG2.jpg") no-repeat left center;
  background-size: cover;
  position: relative;
}

footer .sub-footer .heading {
  font-size: 36px;
  line-height: 66px;
  color: #fff;
  text-align: left;
}

footer .sub-footer .footer-contact-details {
  background: url("../img/footerBG3.png") no-repeat left center;
  background-size: cover;
  width: 260px;
  height: 240px;
  position: absolute;
  right: 0;
  top: -97px;
}

footer .sub-footer .footer-contact-details .banner-btn {
  background: #fafafa;
  border: 1px solid #fafafa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #0e0e0e;
  text-decoration: none;
  padding: 12px 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  position: absolute;
  right: 9px;
  bottom: 36%;
}

footer .footer-main {
  /* background: url("../img/footerBG-11.png") no-repeat left center; */
  background-color: #231f20;
  background-size: cover;
  padding: 90px 0 0px;
}

footer .footer-social .social {
  display: inline-block;
  margin-right: 24px;
  margin-top: 32px;
}

footer .footer-social .social .icon {
  color: #fafafa;
}

footer .footer-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fafafa;
  text-transform: uppercase;
  margin-bottom: 40px;
}

footer .footer-links {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fafafa;
  margin-bottom: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
}

footer .footer-links:hover {
  color: #a5a737;
}

footer .info-box {
  margin-bottom: 20px;
}

footer .info-box .sub-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #a5a737;
  margin-bottom: 0;
}

footer .info-box .info {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fafafa;
}

footer .info-box .info a {
  color: #fafafa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

footer .info-box .info a:hover {
  color: #a5a737;
}

.footer-contact ul li {
  list-style: none;
}

/* global-leader */

.global-leader .heading {
  margin-bottom: 24px;
}

.global-leader .global-1 .sm-text {
  margin-bottom: 24px;
  padding-left: 70px;
}

.global-leader .global-space {
  /* padding-left: 70px; */
}

.global-4 .heading {
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 10px;
}

.global-leader .experience .heading {
  font-size: 24px;
  line-height: 33px;
  font-weight: 400;
  text-transform: capitalize;
  color: #231f20;
}

.global-leader .exp-img {
  margin: 10px 0;
}

.global-leader .experience .side-space {
  text-align: right;
}

/* development */

.development {
  padding-top: 0;
}

.development .sm-text {
  margin-top: 16px;
  margin-left: 0px;
}

.development .head-content {
  margin-left: 70px;
}

.d-left {
  margin-top: 20px;
}

.development .d-left .heading {
  font-size: 24px;
  line-height: 33px;
  margin-left: 0;
}

.d-left .num {
  position: relative;
  top: 0%;
  height: 0px;
  border-radius: 50%;
  background-color: #a5a737;
  color: #a5a737;
  text-align: start;
  line-height: 25px;
  left: 0%;
  font-weight: 600;
  margin-bottom: 32px;
}

.content-center-steps {
  text-align: start;
  background: #FAFAFA;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  padding: 16px;
}

#sticky__section {
  position: relative;
}

/* record-services */

.record-services .heading {
  margin-bottom: 30px;
}

.record-services .text {
  margin-bottom: 0px;
}

.record-services .sm-text {
  color: #231f20;
  margin-right: 10px;
  margin-bottom: 10px;
}

.record-services svg {
  width: 20px;
  height: auto;
}

.record-services .sm-text {
  color: #231f20;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}

.record-services .vector {
  display: inline-block;
  position: relative;
}

.record-services .vector::before {
  bottom: -3%;
  right: -3%;
  content: "";
  position: absolute;
  width: 410px;
  height: 480px;
  background-color: #a5a737;
  border-radius: 5px;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.record-services .row:nth-child(2n + 1) .vector::before {
  right: -3%;
  left: auto;
}

.vector img {
  z-index: 2;
  position: relative;
}

/* contact-us */

.contact-info {
  margin-bottom: 40px;
}

.contact-info .title {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #a5a737;
  margin-bottom: 18px;
}

.contact-info .info {
  font-size: 20px;
  line-height: 28px;
  color: #173e62;
}

.contact-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-attachment: fixed;
  margin-bottom: -10px;
}

.contact-banner .info {
  font-size: 24px;
  line-height: 34px;
  color: #fafafa;
  margin-top: 20px;
  margin-bottom: 70px;
}

.send {
  width: 15%;
  background: #a5a737;
  border-radius: 5px;
  font-weight: bold;
  text-transform: capitalize;
  text-decoration: none;
  color: #fff;
}

.send:hover {
  background-color: #fafafa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #a5a737;
  border-color: #a5a737;
}

.social a {
  color: rgba(23, 62, 98, 1);
  margin-right: 10px;
}

.get-in-tch {
  padding-top: 0;
  background: linear-gradient(180deg,
      rgba(227, 227, 227, 0) 0%,
      rgba(241, 241, 241, 0.4) 100%,
      rgba(241, 241, 241, 0.4) 100%);
}

.touch {
  background-color: #F7F2EE;
  padding: 70px 0px;

}

/* blogs-page */

.homepage-main .blogs {
  padding: 0 0 90px 0;
}

.blog-main .blogs {
  padding: 70px 0 210px 0;
}

.blogs .blog-box {
  margin-top: 60px;
  position: relative;
}

.blogs .blog-box img {
  width: 100%;
}

/* .blogs .blog-box:hover .come-in {
  -webkit-transform: translateY(-28px);
  transform: translateY(-28px);
} */

.blogs .blog-box .content {
  position: relative;
  width: 100%;
  height: 100px;
  /* overflow: hidden; */
  background: #ffffff;
  left: 0;
  bottom: 40px;
  padding: 16px 0;
  cursor: pointer;
  width: 85%;
  height: unset;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10);
  top: 85%;
  padding: 20px 12px;
  cursor: pointer;
}

.blogs .blog-box .content .date {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 14px;
  color: #a5a737;
}

.blogs .blog-box .content .come-in {
  background-color: #ffffff;
  /* -webkit-transition: all 0.3s; */
  transition: all 0.3s;
}

.blogs .blog-box .content .come-in .title {
  text-decoration: none;
}

.blogs .blog-box .content .come-in .title h4 {
  font-size: 18px;
  line-height: 25px;
  color: #231f20;
  margin-bottom: 14px;
  border-bottom: 0px !important;
}

.blogs-pages .row>div .blog-box img,
.blog-box img {
  border-radius: 12px;
}

.blogs .blog-box .content .come-in .read-more {
  color: #A5A737;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 2px;
  padding: 12px 0;
  background-color: #fff;
  border-color: #fff;
  /* text-decoration-line: underline; */
  text-transform: uppercase;
  position: relative;
}

.blogs .blog-box .content .come-in .read-more::after {
  content: '';
  position: absolute;
  top: 37%;
  right: -18px;
  width: 12px;
  height: 12px;
  background-image: url('https://fusion-me.com/wp-content/uploads/2023/09/Group-29392.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.blogs .blog-box .content .come-in .read-more:hover {
  color: #a5a737;
  text-decoration: none;
}

.blogs-pages .row>div .blog-box {
  margin-bottom: 60px;
}

.item-filter .heading {
  margin-bottom: 60px;
}

.filter-tabs .sort {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  text-transform: capitalize;
  color: #383838;
  text-decoration: none;
  margin-left: 32px;
  position: relative;
}

.filter-tabs .sort:first-child {
  margin-left: 0;
}

.filter-tabs .sort.active {
  color: #a5a737;
}

.filter-tabs .sort.active::before {
  content: "";
  position: absolute;
  right: -20px;
  top: -5px;
  background-color: #a5a737;
  width: 45px;
  height: 1px;
}

.filter-tabs .sort.active::after {
  content: "";
  position: absolute;
  right: -10px;
  top: -15px;
  background-color: #a5a737;
  width: 1px;
  height: 30px;
}

.post {
  display: none;
}

.post.col {
  width: 20%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.post.active {
  display: block;
}

/* privacy-policy */

.privacy-policy-main .privacy-policy-services {
  padding: 70px 0 140px 0;
}

.privacy-policy-services .heading {
  font-size: 24px;
  line-height: 33px;
  color: #173e62;
  padding-top: 30px;
  padding-bottom: 24px;
}

.privacy-policy-services .heading:hover {
  text-decoration: underline;
}

.privacy-policy-services .heading:first-child {
  padding-top: 0;
}

.privacy-policy-services .sm-text {
  font-size: 20px;
  line-height: 34px;
  color: #231f20;
}

.privacy-policy-services p a {
  color: #a5a737;
}

/* blog-detail page */

.blog-detail-main .blog-detail {
  padding: 70px 0 140px 0;
}

.blog-detail.blogs {
  padding-bottom: 220px;
}

.blog-detail h2 {
  font-size: 44px;
  line-height: 60px;
  color: #173e62;
}

.blog-detail .b-img {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.blog-detail .b-img img {
  margin-top: 0;
}

.blog-detail .b-img p {
  margin-bottom: 0;
  padding-left: 10px;
  color: #a5a737;
  font-size: 18px;
  line-height: 21px;
}

.blog-para p {
  font-size: 18px;
  line-height: 34px;
  color: #000000;
}

.blog-para img {
  margin-top: 50px;
}

.blog-para h3 {
  font-size: 36px;
  line-height: 49px;
  margin-top: 50px;
  color: #231f20;
}

.blog-detail .recent-posts {
  border: 1px solid #a5a737;
  border-radius: 4px;
  height: 100%;
  padding: 24px;
  margin-top: 20px;
}

.blog-detail h4 {
  font-size: 24px;
  line-height: 33px;
  color: #231f20;
}

.blog-detail .recent-posts hr {
  background-color: #231f20;
}

.blog-detail p {
  font-size: 16px;
  line-height: 26px;
  color: #231f20;
}

/* leadership */

.about-us-main .leadership {
  padding: 70px 0 210px 0;
}

.leadership .leader-box {
  margin-top: 50px;
  border: 1px solid #d8dbe3;
  position: relative;
  overflow: clip;
}

.leadership .leader-box .name {
  font-size: 16px;
  line-height: 24px;
  color: #231f20;
  text-transform: capitalize;
  font-weight: 800;
  margin-top: 10px;
  margin-bottom: 0;
}

.leadership .leader-box .desig {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: capitalize;
  color: #231f20;
}

.outerBox {
  margin-bottom: 1rem;
}

.innerBox {
  display: flex;
}

.innerBox .innerBoxIcon {
  background-color: #fff;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  background-image: linear-gradient(180deg, #231f20 0%, #a5a737 100%);
  border-radius: 100%;
  padding: 1.5px;
  position: relative;
}

.innerBox .innerBoxIcon a {
  background: #fff;
  width: 26px;
  border-radius: 100%;
  height: 26px;
  display: block;
  color: #000;
  text-align: center;
  line-height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.innerBox .innerBoxIcon:first-child {
  margin-right: 10px;
}

.innerBox .icon {
  font-size: 12px;
}

.leadership .leader-box img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.leadership .leader-box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* career Page */

.career-main .career-box {
  padding: 70px 0 140px 0;
}

.career h3 {
  font-size: 30px;
  line-height: 42px;
  font-weight: 400;
}

.career .text {
  color: #5f5f5f;
}

.career .vector {
  position: relative;
  display: inline-block;
}

.career .vector img {
  z-index: 2;
  position: relative;
}

.career .vector::before {
  bottom: -5%;
  left: -3%;
  content: "";
  position: absolute;
  width: 222px;
  height: 328px;
  background-color: #a5a737;
  border-radius: 5px;
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.career-growth {
  background-color: #173e62;
  margin-top: 30px;
}

.career-growth .heading {
  color: #fafafa;
  font-weight: 400;
}

.career-growth .text {
  color: #fafafa;
}

.career-growth .vector {
  position: relative;
  display: inline-block;
}

.career-growth .vector img {
  z-index: 2;
  position: relative;
}

.career-growth .vector::before {
  bottom: -5%;
  left: -3%;
  content: "";
  position: absolute;
  width: 222px;
  height: 328px;
  background-color: #a5a737;
  border-radius: 5px;
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.career-growth .row:nth-child(2n) .vector::before {
  right: -3%;
  left: auto;
}

.career-box .text {
  color: #5f5f5f;
}

.career-panel {
  padding: 30px 23px;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  display: inline-block;
  border: 3px solid #a5a737;
  margin-bottom: 30px;
}

.career-panel h3 {
  font-size: 24px;
  line-height: 33px;
  color: #231f20;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.career-panel h6 {
  font-size: 12px;
  line-height: 15px;
  color: #5f5f5f;
  margin-bottom: 0;
}

.career-panel h6 span {
  width: 3px;
  height: 3px;
  display: inline-block;
  border-radius: 100%;
  background-color: #5f5f5f;
  line-height: 3px;
  margin: 0 3px;
}

.career-panel:hover {
  background-color: #a5a737;
  color: #fff;
}

.career-box .career-panel a {
  text-decoration: none;
}

/* CV Page */

.cv-main .career-cv {
  padding: 70px 0 140px 0;
}

.cv-form .form-group {
  margin-top: 30px;
}

.cv-form .form-control {
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  background: #e5e2ed;
  height: 50px;
}

.cv-form h3 {
  font-family: 'Inter Tight', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #231f20;
}

.file-upload-wrapper {
  position: relative;
}

.file-upload-wrapper:after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  display: block;
  pointer-events: none;
  width: calc(100% - 86px);
  z-index: 20;
  color: #999;
  padding: 17px 16px;
  font-size: 14px;
  line-height: 22px;
  background: #e5e2ed;
  border-radius: 0 0.2rem 0.2rem 0;
  height: 50px;
}

.file-upload-wrapper:before {
  content: "Browse";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  z-index: 25;
  padding: 15px 15px;
  pointer-events: none;
  border-radius: 5px 0 0 5px;
  background: #a5a737;
  font-family: 'Inter Tight', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  height: 50px;
}

.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

.cv-form.form-group .textarea-control {
  width: 100%;
  height: 200px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
}

.cv-1 {
  padding: 0;
}

.cv-form .cv-1 span {
  border-radius: 0;
}

.cv-1 .input-group span {
  background-color: #fff;
  color: #a5a737;
  padding: 0.275rem 0.75rem;
  cursor: pointer;
}

.cv-1 .input-group span.active {
  background-color: #a5a737;
  color: #fff;
}

.cv-1 .input-group span:hover {
  background-color: #a5a737;
  color: #fff;
}

.cv-row-3 {
  margin: 30px 0;
}

.cv-row-3 .form-check .form-check-label {
  font-weight: normal;
}

label {
  font-weight: bold;
}

.form-control-sm {
  height: calc(1.5em + 1.5em + -6px);
}

.cv-form .send {
  padding: 12px 24px;
  background-color: #a5a737;
  display: inline-block;
  border: none;
  color: #fff;
  margin-top: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #a5a737;
  border-radius: 4px;
  width: 100%;
  font-weight: bold;
}

/*  */



.connect-btn {
  background: #fff;
  overflow: hidden;
  border-radius: 5px;
  padding: 16px 24px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  text-decoration: none;
  color: #0e0e0e;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.connect-btn:hover {
  background: #173E62;
  color: white;
  text-decoration: none;
}

.reflect-btn::after {
  content: "";
  position: absolute;
  left: -200%;
  width: 200%;
  height: 100%;
  top: 0;
  transform: skewX(-20deg);
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
}

.reflect-btn:hover::after {
  left: 200%;
  transition: all 1.2s ease;
}


/* WORDPRESS DROPDOWN */

.main-header-menu .sub-menu {
  width: 240px;
  background: #fff;
  left: -999em;
  position: absolute;
  top: 100%;
  z-index: 99999;
  box-shadow: 0 4px 10px -2px rgb(0 0 0 / 10%);
  list-style: none;
  border-radius: 5px;
}

.main-header-menu .sub-menu li {
  margin: 0;
}

.main-header-menu .sub-menu li a {
  color: #231f20;
}

.main-header-menu ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.menu-item:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  transition: opacity ease-in-out .3s;
  right: auto;
  left: 0;
  padding: 10px;
}

.main-header-menu .menu-item {
  position: relative;
}

.main-header-menu>.menu-item {
  line-height: 70px;
}

.main-header-menu .menu-link,
.main-header-menu>a {
  text-decoration: none;
  padding: 0 1em;
  display: inline-block;
  transition: all .2s linear;
}

.menu-item-has-children>.menu-link:after {
  content: "\e900";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: .6rem;
  font-weight: bold;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  line-height: normal;
}

.main-header-menu .sub-menu .menu-link {
  padding: .9em 1em;
  display: block;
  word-wrap: break-word;
}

.main-header-menu .menu-link,
.main-header-menu>a {
  text-decoration: none;
  padding: 0 1em;
  display: inline-block;
  transition: all .2s linear;
}

.main-header-menu .menu-item .sub-menu .nav-link {
  color: #231f20;
  font-weight: 500;
  font-size: 14px;
}

.footer-contact .page_item a {
  color: #fff;
}

.footer-contact .page_item a:hover {
  color: #a5a737;
}


.backText h2 {
  font-size: 24px;
  line-height: 33px;
  color: #173e62;
  padding-top: 30px;
  padding-bottom: 24px;
}

.backText p,
.backText ul,
.backText ol {
  font-size: 20px;
  line-height: 34px;
  color: #231f20;
}

.contact-form {
  margin-top: 30px;
}

.contact-form .group {
  padding-top: 30px;
  border-top: 3px solid rgba(183, 152, 84, 0.17);
}

.contact-form .form-group {
  margin-bottom: 30px;
}

.contact-form .form-group .form-control {
  padding: 0px 16px;
  font-size: 14px;
  line-height: 22px;
  color: #231f20;
  border: none;
}

.contact-form .form-group .form-control::placeholder,
.contact-form .form-group textarea::placeholder {
  color: #231f20;
}

.contact-form .form-group .textarea-control {
  width: 100%;
  height: 200px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  color: #231f20;
  border: none;
}

.contact-form .send {
  padding: 16px 24px;
  background-color: #a5a737;
  display: inline-block;
  border: none;
  color: #fff;
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #a5a737;
  width: auto !important;
}

.contact-form .send:hover {
  background-color: #fff;
  color: #a5a737;
  border: 2px solid #b79854;
}

.contact-form .head {
  font-size: 20px;
  line-height: 22px;
  color: #231F20;
}

#map {
  width: 100%;
  height: 500px;
}

.career-growth .a:last-child {
  flex-direction: row-reverse;
  margin-top: 60px;
}


.first-banner ul {
  margin-left: 22px;
}

.our-client ul {
  margin-left: 18px;
}

.our-client {
  padding: 40px 0 70px 0;
}

.our-client .partner-slide .partner-logo {
  padding: 0 10px;
}

/* 404 Page Css  */

.page-banner-1 {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 100%;
  position: relative;
  height: 947px !important;
}

.page-banner-1 .page-title {
  font-size: 288px;
  line-height: 317px;
  text-transform: capitalize;
  color: #fafafa;
  box-shadow: 0px 15px rgb(0 0 0 / 15%);
  margin-top: 100px;
  text-align: center;

}

.page-banner-1 .text {
  font-size: 40px;
  line-height: 48px;
  color: #fafafa;
  margin-top: 20px;
}


.page-banner-1 .sm-text {
  font-size: 24px;
  line-height: 38px;
  color: #fafafa;
  margin: 40px 0;
  padding: 0 25%;
}

.page-banner-1 .banner-btn {
  background: #fafafa;
  border: 1px solid #fafafa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #0e0e0e;
  text-decoration: none;
  padding: 16px 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}

.contact-form .form-group .wpcf7-list-item-label {
  font-weight: 400;
  margin-left: 10px;
}

.animated-slider {
  padding-top: 30px;
}

.client-testimonial {
  padding-bottom: 90px;
}

.development {
  padding-bottom: 0px;
}

.homepage-main .blogs {
  padding-top: 50px !important;
}

/* 
.homepage-main .sm-text{
  margin-left: 70px;
} */


/* Home page our service section CSS */

.key-services .with-vector-3 .num {
  background: rgba(165, 167, 55, 0.12);
  border: 1px solid #A5A737;
  box-sizing: border-box;
  border-radius: 500px;

  /* Inside auto layout */

  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 16px 0px;

  font-family: 'Inter Tight', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  /* identical to box height, or 144% */

  text-align: center;

  /* fme green */

  color: #A5A737;
  padding: 2px 10px;
}

.key-services .with-vector-3 {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  height: 100%;
}

.key-services .value-box ul {
  padding-left: 16px;
}

.key-services .value-box ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #383838;
}

.with-vector-3:hover::before {
  left: -20px;
  bottom: -20px;
  opacity: 1;
}


.with-vector-3::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 320px;
  background-color: #A5A737;
  bottom: 10px;
  left: 10px;
  z-index: 1;
  border-radius: 0 0 75px 0;
  transition: all 0.3s;
  opacity: 0;
}

.key-services .value-box:hover {
  border: none;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.key-services .value-box {
  position: relative;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  z-index: 3;
  box-sizing: border-box;
  border-radius: 5px;
  /* padding: 32px; */
  padding-right: 18px;
  padding-top: 20px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.key-services .value-box .head {
  margin-bottom: 24px;
  z-index: 2;
  position: relative;
  font-size: 24px;
  line-height: 32px;
  text-transform: capitalize;
  color: #173e62;
  margin-top: 30px;
}

.key-services .value-box .text,
.key-services .value-box .our-companies .company-box .learn-more,
.our-companies .company-box .key-services .value-box .learn-more {
  z-index: 2;
  position: relative;
  margin-bottom: 0;
}

.text,
.our-companies .company-box .learn-more {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #383838;
}

.key-services .read-btn {
  border-radius: 5px;
  padding: 16px 24px;
  padding-right: 10px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 20px 0 0 0px;
  background: #fafafa;
  color: #A5A737;
  border: 1px solid #a5a737;
}

.value-box:hover .read-btn {
  color: #fafafa;
  background: #a5a737;
}


/* Blog page recent post css starts here */


.blog-detail .recent-posts {
  border: 1px solid #a5a737;
  border-radius: 4px;
  height: 100%;
  padding: 24px;
  margin-top: 20px;
}

.blog-detail h4 {
  font-size: 24px;
  line-height: 33px;
  color: #231f20;
}

.blog-detail .recent-posts hr {
  background-color: #231f20;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.blog-detail p {
  font-size: 16px;
  line-height: 26px;
  color: #231f20;

}

.blog-detail .recent-posts .recent ul {
  font-size: 16px;
  line-height: 26px;
  color: #231f20;
}


.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: number;
  padding-left: 15px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-top: 20px;
}

.wp-block-latest-posts.wp-block-latest-posts__list a {
  color: #231f20;
}

.services-template-default .sub-footer {
  margin-top: 100px;
}

/* Blog page recent post css ends here */

.homepage-main .blogs-pages {
  padding: 0 0 110px 0;
}

.blogs {
  background: none;
}


.bread-crumb-work {

  font-family: 'Inter Tight', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  /* identical to box height, or 140% */
  color: #767676;
  /* Inside auto layout */

  flex: none;
  order: 2;
  flex-grow: 0;
  /* margin: 0px 14px; */
  margin-top: 24px;
  margin-bottom: -12px;
}

.bread-crumb-work a {
  color: #a5a737;
  margin-right: 14px;
}

.bread-crumb-work .breadcrumb_last {
  margin: 0px 14px;
}


.header-email {
  align-items: center;
  padding-top: 12px;
  padding-right: 15px;
  display: flex;
  justify-content: end;
}

.header-email .social {
  color: #fff;
}

.navbar-brand img {
  width: 90%;
}

.header-email .social:hover {
  color: #a5a737;
}

.header-email .social svg {
  margin-right: 6px;
}

.header-email .social:hover svg path {
  fill: #a5a737;
}

.header-email .social .icon {
  margin-right: 12px;
}

.page-template-page-about .footer-strip {
  margin-top: 70px;
}


.banner-slide .slick-dots {
  bottom: 36px;
}

.banner-slide .slick-dots li.slick-active button:before {
  color: #a5a737;
}

.banner-slide .slick-dots li button::before {
  font-size: 16px;
  color: #fff;
  opacity: 1;
}

.new-development-section {
  padding: 30px 0;
}

.banner-strip {
  background: none;
  padding: 40px 0px 0px 0px;
}

.banner-strip .banner-strip-heading {
  font-style: italic;
  color: rgba(23, 62, 98, 1);
  font-size: 33px;
  margin-bottom: 0px;
  display: inline-block;
}

.banner-strip-box {
  position: relative;
  /* border-bottom: 2px solid #a5a737; */
  overflow: hidden;
  display: inline-block;
}

.animate__type.banner-strip-box {
  animation: animate 4s linear forwards;
}


@keyframes animate {
  0% {
    width: 0px;
    height: 0px;
  }

  40% {
    width: 20px;
    height: 60px;
  }

  99% {
    width: 99%;
    height: 60px;
  }

  100% {
    width: auto;
    height: 60px;
  }

}


.first-banner {
  padding: 30px 0px 30px;
}

.banner-strip .banner-strip-heading {
  font-style: normal;
}

.first-banner .sm-text {
  font-size: 18px;
  margin: 12px;
}

.banner .banner-above-title {
  font-size: 24px;
}


/* why-fos  */

.why-fusion {
  background: linear-gradient(180deg,
      rgba(227, 227, 227, 0) 0%,
      #f1f1f1 100%,
      #f1f1f1 100%);
}

.why-fusion h2 {
  margin-bottom: 23px;
}

.why-fusion .sm-text {
  margin: 0 0 23px 70px;
}

.why-fusion .connect-btn {
  background: #A5A737;
  border-radius: 5px;
  padding: 16px 24px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}




.vision .img {
  position: relative;
  z-index: 2;
}

.vision .img::before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: 200px;
  height: 300px;
  background-color: #A5A737;
  border-radius: 5px;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.connect-fusion {
  margin-left: 70px;
}

.vision .img:hover:before {
  left: 10px;
  bottom: 10px;
}

.vision .top-head {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #dd8831;
  margin-bottom: 24px;
}

.vision .head {
  font-size: 32px;
  line-height: 50px;
  color: #173e62;
}

.vision .row:nth-child(2) {
  margin-top: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.vision .row:nth-child(2) .img {
  text-align: right;
}

.vision .row:nth-child(2) .img::before {
  left: auto;
  right: -20px;
}

.vision .row:nth-child(2) .img:hover:before {
  right: 10px;
  bottom: 10px;
}


.modal .modal-dialog {
  max-width: 400px;
}

.modal img {
  width: 500px;
}


.with-vector {
  position: relative;
  display: inline-block;
  border-radius: 5px;
}

.with-vector img {
  z-index: 2;
  position: relative;
  border-radius: 5px;
}

.with-vector::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 320px;
  background-color: #A5A737;
  bottom: -20px;
  z-index: 1;
  border-radius: 5px;
}

.vision-pb {
  margin-bottom: 80px;
}


.vision .row:nth-child(2n) {
  flex-direction: row-reverse;
}

.vision .row:nth-child(n+2) {
  margin-top: 80px
}

.vision .row .with-vector::before {
  right: -20px;
}

.vision .row:nth-child(2n) .with-vector::before {
  left: -20px;
}


.bg-grad {
  background: linear-gradient(92.12deg, #A5A737 -2.2%, #173E62 102.19%);
  border-radius: 5px;
  padding: 36px 42px;
  border-radius: 5px;
  margin-top: 30px;
  margin-left: 70px;
  width: 100%
}

.bg-grad .icon {
  margin: 0px 8px;
}

.goals .box {
  border-left: 3px solid #fff;
  padding: 8px 16px;
  position: relative;
}

.goals .box::before {
  content: "";
  position: absolute;
  left: -3px;
  top: 0;
  width: 3px;
  height: 8px;
  background-color: #231f20;
  border-radius: 10px;
}

.custom-center {
  justify-content: center;
}

.box span {
  font-size: 40px;
  line-height: 52px;
  color: #fafafa;
  font-family: 'Inter Tight', sans-serif;
}

.box .title {
  font-size: 16px;
  line-height: 22px;
  color: #fafafa;
  text-align: center;
}

.js-is-fixed {
  position: fixed;
  top: 150px;
}

.js-is-fixed-stuck {
  top: auto;
  bottom: 0;
  position: absolute;
}

#sticky__section {
  position: relative;
}

.timeline .box {
  margin-top: 60px;
  padding-left: 40px;
  position: relative;
  opacity: 0;
  transition: all 0.1s;
}

.timeline .box:first-child {
  margin-top: 35px;
}

.timeline .box::after {
  content: "";
  width: 16px;
  height: 16px;
  background: #a5a737;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 50%;
  z-index: 5;
}

.timeline .box.active {
  opacity: 1;
  /* border-right: 1px solid #000; */
}

.line-holder {
  position: absolute;
  z-index: 1;
  display: inline-block;
  left: 0;
  top: 0;
  height: 100%;
}

.global-space .line-holder .draw-Line {
  height: 0%;
  width: 1px;
  border-left: 1px solid #05194b;
}

.privacy-policy-services {
  padding: 0px;
}

.cookie-btn {
  position: fixed;
  left: 5px;
  bottom: 15px;
  z-index: 103;
  color: #000;
  border-radius: 0 11px 13px 0;
  padding: 8px 16px;
  display: block;
}

.cookie-btn img {
  width: 60px;
}



.banner {
  background: #fafafa url("../img/bannerBG.jpg") no-repeat center;
  background-size: cover;
  padding-top: 220px;
  padding-bottom: 130px;
}

.banner.vid {
  background: #000000;
  padding-top: 0;
  padding-bottom: 0;
}

.banner.vid .banner-vid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner.vid::before {
  content: '';
  background-color: #000;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}


.banner-slide .banner .header-content {
  position: absolute;
  top: 32%;
  left: 20%;
  z-index: 999;
  bottom: 0;
  right: 0;
}

.record-services .row h3.head {
  font-family: 'Inter Tight', sans-serif;
  font-size: 18px;
  padding-left: 16px;
  font-weight: bolder;
  line-height: 26px;
  padding-left: 16px;
}


.banner-slide .banner .header-content p {
  font-size: 24px !important;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: #fafafa;
}


.banner-slide .banner .header-content h1 {
  font-size: 68px;
  line-height: 82px;
  text-transform: capitalize;
  color: #fafafa;
  width: 50%;
}



.development .row ul {
  padding-left: 86px;
}

/* .development .content-center-steps {
  padding-left: 70px;
} */

.menu-item-has-children::before {
  content: "\f078";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  right: -18px;
  top: -18px;
  font-weight: 900;
  color: #fff;
  font-size: 18px;
  transition: all 0.45s ease;
}


.menu-item-has-children:hover::before {
  color: #a5a737;
  transform: rotate(180deg);
  transition: all 0.45s ease;
}

.record-services .row:nth-child(2) {
  padding: 0px 16px;
}

.our-client .slick-prev {
  left: -40px;
}

.our-client .slick-next:before,
.our-client .slick-prev:before {
  color: #a5a737;
  font-size: 30px;
}

.tagline {
  color: #fff;
  font-size: 16px;
  width: 60%;
  text-align: center;
  margin-top: 20px;
  margin-left: -12px;
}

.footer-logo-certified {
  display: block;
  margin-top: 20px;
}

.page-template .calendly-badge-widget {
  bottom: 96px;
}

.blogs .blog-box .content .date {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 14px;
  color: #a5a737;
}

.blog-detail h4 {
  font-size: 44px;
  line-height: 60px;
  color: #173E62;
  border-bottom: 1px solid #173E62 !important;
}

.blogs .blog-box .content .come-in .title p {
  font-size: 14px;
  line-height: 22px;
  color: #5F5F5F;
  margin-bottom: 18px;
}

/* .client-testimonial .value-box .icon {
  overflow: hidden;
  transform: translate(50px, 50px);   
}
.client-testimonial .value-box .icon img{
  overflow: hidden;
  transform: translateY(-50px);  
}
.client-testimonial .value-box .text {
  transform: translatex(-650px);  
  overflow: hidden;
}
.client-testimonial .value-box .content-box {
  transform: translateX(110%);  
  overflow: hidden;
  display: block;
}

.client-testimonial .slick-prev {
  left: -44px;
} */

.client-testimonial .value-box .content-box {
  font-family: 'Inter Tight', sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #252525;
  padding-top: 18px;
}

.client-testimonial .value-box .svg-box {
  padding: 20px 0 16px 0;
}

.client-testimonial .heading {
  padding-bottom: 24px;
}







/* body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: radial-gradient(circle at center, #555, #222);
  font-family: 'Acme';
  perspective: 600px;
}
body * {
  transform-style: preserve-3d;
  backface-visibility: hidden;
} */
/* .newTestimonail *:before, .newTestimonail *:after {
  transform-style: preserve-3d;
  backface-visibility: hidden;
} */
.newTestimonail #wrapper {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.25);
}

.newTestimonail #wrapper.flash {
  animation: bend 2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1 forwards;
}

@keyframes bend {
  0% {
    transform: rotateY(0deg);
  }

  20% {
    transform: rotateY(2.5deg);
  }

  50% {
    transform: rotateY(0deg);
  }

  100% {
    transform: rotateY(0deg);
  }
}

.newTestimonail #wrapper #trigger {
  position: absolute;
  width: 20px;
  height: 20px;
  box-shadow: 0 0 0 1px #ccc, 0 0 0 1px #ccc;
  z-index: 999;
  border-radius: 100%;
  left: calc(12.5% - 12.5px);
  top: calc(50% - 12.5px);
  transition: background 0.2s ease-in-out, opacity 0.2s ease-in-out;
  cursor: pointer;
}

.newTestimonail #wrapper #trigger:hover {
  background: #ccc;
}

.newTestimonail #wrapper #trigger:hover:before {
  color: #222;
}

.newTestimonail #wrapper #trigger.flash {
  transition: box-shadow 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition-delay: 0s, 0.2s;
  box-shadow: 0 0 0 1px #ccc, 0 0 0 10px transparent;
  opacity: 0;
  pointer-events: none;
}

.newTestimonail #wrapper #trigger:before {
  content: '→';
  position: absolute;
  color: #ccc;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s ease-in-out;
}

.newTestimonail #wrapper.fade {
  opacity: 0.25;
}

.newTestimonail #wrapper .card {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
  z-index: 0;
  transition: transform 0.4s ease-in-out;
}

.newTestimonail #wrapper .card .content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background: linear-gradient(to bottom, transparent calc(50% - 1px), rgba(0, 0, 0, 0.05) calc(50% - 1px), rgba(0, 0, 0, 0.05) 50%, transparent 50%), linear-gradient(to right, transparent calc(56% - 1px), rgba(0, 0, 0, 0.05) calc(56% - 1px), rgba(0, 0, 0, 0.05) 56%, transparent 56%), #ccc;
  background-size: 100%, 100% 50%, 100%;
  background-repeat: no-repeat;
  background-position: 50%, 50% 100%, 50%;
}

.newTestimonail #wrapper .card .content h1 {
  opacity: 1;
  position: absolute;
  left: calc(25% + 40px);
  top: 20px;
  font-size: 120px;
  margin: 0px;
  color: rgba(0, 0, 0, 0.175);
  text-transform: uppercase;
}

.newTestimonail #wrapper .card .content p {
  position: absolute;
  width: 22.5%;
  height: 40%;
  display: inline-block;
  bottom: 0;
  left: calc(25% + 40px);
  line-height: 1.5;
  font-family: "Montserrat";
  font-size: 14px;
  color: #555;
  padding: 5px;
  box-sizing: border-box;
  transition: 0.3s ease-in-out;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.newTestimonail #wrapper .card .content h3 {
  position: absolute;
  right: -200px;
  top: 20px;
  font-size: 80px;
  margin: 0;
  color: transparent;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.175);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0s ease-in-out, right 0.4s ease-in-out;
  transition-delay: 0.6s, 0s;
  padding: 0 10px;
}

.newTestimonail #wrapper .card .content h3:before {
  content: attr(data-text);
  color: transparent;
  -webkit-text-stroke: 0.25px rgba(0, 0, 0, 0.25);
  position: absolute;
  transform: translateY(125%) skewY(45deg);
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-delay: 0.4s;
  left: 10px;
  top: 0;
}

.newTestimonail #wrapper .card .content:before {
  opacity: 0;
  z-index: 2;
  transition: 0.2s ease-in-out;
}

.newTestimonail #wrapper .card .content:before,
.newTestimonail #wrapper .card .content:after,
.newTestimonail #wrapper .card .content .inner {
  content: '';
  position: absolute;
  width: 112.5%;
  height: 100%;
  left: 12.5%;
  top: 0;
  background-size: cover;
  transition: 0.5s ease-in-out;
}

.newTestimonail #wrapper .card .content:after {
  background: transparent;
  transition: 0.5s ease-in-out;
}

.newTestimonail #wrapper .card .content:before,
.newTestimonail #wrapper .card .content .inner:after {
  filter: saturate(0);
}

.newTestimonail #wrapper .card .content .inner {
  width: 40%;
  height: 45%;
  left: auto;
  right: 0%;
  z-index: 999;
  top: auto;
  bottom: 0;
  transform-origin: left;
  transform: scaleX(0);
  overflow: hidden;
}

.newTestimonail #wrapper .card .content .inner:before,
.newTestimonail #wrapper .card .content .inner:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #222;
  left: 0;
  top: 0;
  z-index: 2;
  transform: scaleX(1);
  transform-origin: right;
}

.newTestimonail #wrapper .card .content .inner:after {
  background-size: cover;
  z-index: 1;
  transform-origin: 50% 50%;
  transform: scale(1.5);
}

.newTestimonail #wrapper .card.card1 .content:before,
.newTestimonail #wrapper .card.card1 .content .inner:after {
  background-image: url('https://images.unsplash.com/photo-1558845530-c8963f0c26fa?ixlib=rb-1.2.1&auto=format&fit=crop&w=1650&q=80');
}

.newTestimonail #wrapper .card.card2 .content:before,
.newTestimonail #wrapper .card.card2 .content .inner:after {
  background-image: url('https://images.unsplash.com/photo-1558848369-839e86bc7f84?ixlib=rb-1.2.1&auto=format&fit=crop&w=1650&q=80');
}

.newTestimonail #wrapper .card.card3 .content:before,
.newTestimonail #wrapper .card.card3 .content .inner:after {
  background-image: url('https://images.unsplash.com/photo-1558775723-1f9ca54bb7cd?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2767&q=80');
}

.newTestimonail #wrapper .card.card4 .content:before,
.newTestimonail #wrapper .card.card4 .content .inner:after {
  background-image: url('https://images.unsplash.com/photo-1558848618-ce2c2e7bb671?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1650&q=80');
}

.newTestimonail #wrapper .card:first-of-type {
  pointer-events: all;
  left: 0;
  animation: scaleIn 1s ease-in-out 1 forwards;
  animation-delay: 0s;
  transform: translateX(-100%);
  z-index: 11;
}

@keyframes scaleIn {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(-75%);
  }
}

.newTestimonail #wrapper .card:first-of-type .content:before {
  opacity: 0.25;
  animation: scaleDown 0.75s ease-in-out 1 forwards;
  animation-delay: 0.25s;
  transform: translateX(6.75%);
}

@keyframes scaleDown {
  to {
    transform: translateX(0);
  }
}

.newTestimonail #wrapper .card:first-of-type .content:after {
  background: #222;
}

.newTestimonail #wrapper .card:nth-of-type(2) {
  z-index: 10;
  animation: scaleIn2 1s ease-in-out 1 forwards;
  will-change: transform;
}

@keyframes scaleIn2 {
  from {
    transform: translateX(-75%);
  }

  to {
    transform: translateX(0%);
  }
}

.newTestimonail #wrapper .card:nth-of-type(2) .content p {
  transition-delay: 1.85s;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.newTestimonail #wrapper .card:nth-of-type(2) .content:after {
  transition-delay: 0.5s;
}

.newTestimonail #wrapper .card:nth-of-type(2) .content h3 {
  transition: transform 0.2s ease-in-out;
  right: 20px;
  transform: scaleX(1);
  transition-delay: 2s;
}

.newTestimonail #wrapper .card:nth-of-type(2) .content h3:before {
  transform: translateY(0%);
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-delay: 2.25s;
}

.newTestimonail #wrapper .card:nth-of-type(2) .content h1 {
  right: 100px;
}

.newTestimonail #wrapper .card:nth-of-type(2) .content .inner {
  animation: scaleIn4 0.5s ease-in-out 1 forwards;
  animation-delay: 1.35s;
  will-change: transform;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

@keyframes scaleIn4 {
  to {
    transform: scaleX(1);
  }
}

.newTestimonail #wrapper .card:nth-of-type(2) .content .inner:after {
  animation: scaleUp 1s ease-in-out 1 forwards;
  animation-delay: 1.9s;
  will-change: transform;
}

@keyframes scaleUp {
  to {
    transform: scale(1);
  }
}

.newTestimonail #wrapper .card:nth-of-type(2) .content .inner:before {
  animation: scaleIn5 0.35s ease-in-out 1 forwards;
  animation-delay: 1.75s;
  will-change: transform;
}

@keyframes scaleIn5 {
  to {
    transform: scaleX(0);
  }
}

.newTestimonail #wrapper .card:nth-of-type(2) .content:before {
  animation: scaleIn3 1.5s ease-in-out 1 forwards;
  animation-delay: 0.15s;
  opacity: 1;
  will-change: transform;
}

@keyframes scaleIn3 {
  0% {
    transform: translateX(0%);
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
  }

  50% {
    transform: translateX(-12.5%);
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
  }

  100% {
    transform: translateX(-12.5%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}

.newTestimonail #wrapper .card:nth-of-type(3) {
  z-index: 3;
}

.newTestimonail #wrapper .card:nth-of-type(3) .content:before,
.newTestimonail #wrapper .card:nth-of-type(3) .content:after {
  opacity: 0;
  transition: 0s;
  transition-delay: 0s;
}

.newTestimonail #wrapper .card:nth-of-type(3) .content .inner {
  transform: scaleX(1);
  transition: 0.5s ease-in-out;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.newTestimonail #wrapper .card:nth-of-type(3) .content .inner:before {
  display: none;
}

.newTestimonail #wrapper .card:nth-of-type(3) .content .inner:after {
  transform: scale(1);
}


.our-partners {
  margin-top: 50px;
}

/* .grad-BG .map-BG {
  padding: 120px 0 280px;
} */

.our-partners-network h2 {
  font-size: 30px;
  line-height: 50px;
  color: #173e62;
}

.map-BG {
  background: url(https://fusion-me.com/wp-content/uploads/2023/06/mapBG-1.png) no-repeat center;
  background-size: cover;
  padding: 120px 0 280px;
}

#counter .ox-scrl {
  justify-content: space-between;
}

#counter .col.a {
  display: inline-block;
  width: auto;
  flex: none;
}

.num h2 {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 0.6px;
  color: #a5a737;
  padding-bottom: 20px;
}

.our-partners p {
  padding-left: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px !important;
}

.our-partners .our-partners-network .text-content h3 {
  font-size: 24px;
  color: #173E62;
}

.our-partners .our-partners-network .text-content p {
  padding-bottom: 0px;
  font-size: 14px;
  line-height: 24px;
}

.our-partners-network {
  margin-top: -150px;
}

.our-partners {
  margin-top: 50px;
}

.grad-BG {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(227, 227, 227, 0)), color-stop(100%, #f1f1f1), to(#f1f1f1));
  background: linear-gradient(180deg, rgba(227, 227, 227, 0) 0%, #f1f1f1 100%, #f1f1f1 100%);
}

.meet-partners .nav-tabs .nav-item {
  position: relative;
  font-size: 15px;
}

.meet-partners .nav-tabs {
  border: 0px;
}

.meet-partners .heading {
  margin-bottom: 40px;
}

.meet-partners .nav-tabs .nav-link {
  background: transparent;
  border-color: #fff;
}

.meet-partners .nav-tabs .nav-item .nav-link.active {
  color: #a5a737;
}

.meet-partners .nav-tabs .nav-link {
  background: transparent;
  border-color: #fff;
}

.meet-partners .nav-tabs .nav-item .nav-link.active::before {
  content: "";
  position: absolute;
  right: -6px;
  top: 4px;
  background-color: #a5a737;
  width: 45px;
  height: 1px;
}

.meet-partners .nav-tabs .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  right: 6px;
  top: -8px;
  background-color: #a5a737;
  width: 1px;
  height: 30px;
}

.partner-logo-col {
  margin-bottom: 30px;
}

.our-partners-logo-section {
  padding-top: 48px;
}

.our-partners .our-partners-network .with-vector-2 {
  visibility: hidden;
}




.tagline {
  color: #fff;
  font-size: 16px;
  width: 100%;
  text-align: left;
  margin-top: 32px;
  /* margin-left: -18px; */
}

.tagline-certified {
  color: #fff;
  font-size: 16px;
  width: 115%;
  text-align: left;
  margin-top: 20px;

  margin-left: -16px;
}

.footer-logo-certified {
  display: block;
  margin-top: 20px;
}

.tagline-certified a {
  color: #fff;
}

footer .footer-padding-box {
  width: 50%;
  padding-left: 36px;
}

.footer-padding-right {
  display: flex;
}

textarea#exampleFormControlTextarea1 {
  color: #fafafa;
}

.information form input.form-control {
  color: #fff;
}








/* thank you page css  */


.page-template-page-thankyou {
  font-family: 'Inter Tight', sans-serif;
  background-color: #739867;
  overflow-x: hidden;
}

.header-row {
  padding-bottom: 100px;
}

section.thank-you {
  padding: 12px 0 250px 0;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  background-color: transparent;
  overflow-y: hidden;
}

.thank-you a.read-btn {
  margin-bottom: 20px;
  display: block;
  text-align: left;
}

.thank-you:before,
.header-logo:before {
  content: "";
  background-color: #000;
  opacity: .72;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}

.thank-you .row {
  position: relative;
}

.thank-you h2 {
  color: #fff;
  font-size: 100px;
  font-weight: 600;
  font-family: 'Inter Tight', sans-serif;
  margin: 0px 0px 20px;
}

.thank-you p {
  color: #fff;
  font-size: 19px;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 40px;
}

.thank-you a.btn-class {
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 600;
  fill: #a5a737;
  color: #fff;
  background-color: #a5a737;
  text-decoration: none;
  border-radius: 5px;
  display: block;
  width: 18%;
  margin: 0px auto;
  transition: 0.5s all ease;
}

.copiright {
  text-align: center;
  display: block;
  width: 100%;
}

.copiright p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
}

.first-footer-row {
  padding-bottom: 50px;
}




/* Landing page css  */


.main-btn {
  width: 100%;
  margin: 32px 0px 0 0;
}

.main-btn .valid-btn {
  padding: 16px 23px;
  background: #A5A737;
  color: #FFF;
  text-transform: capitalize;
  text-decoration: none;
  display: inline-block;
  transition: 0.5s !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  color: #FFF;
  line-height: normal;
  border: 1px solid #a5a737;
}

/* .main-btn input.valid-btn {
  border: none;
  background: none;
  width: auto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  color: #FFF;
  padding: 0px;
  line-height: normal;
} */

.main-btn i.fa-solid.fa-arrow-right-long {
  font-size: 24px;
  margin-left: 8px;
}

.main-btn a:hover {
  background-color: #f9501e;
}

.production-section {
  padding: 48px 0px;
}

.production-section h2 {
  color: #173E62;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 1px;
  /* text-transform: capitalize; */
  margin-bottom: 32px;
}

.production-main .row .image-box {
  background: #FFF;
  box-shadow: 4px 4px 24px 0px rgba(0, 0, 0, 0.16);
  border: 18px solid #fff;
  height: 100%;
}

.production-four ul {
  padding-left: 16px;
}

.production-main .row .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.production-mid {
  padding: 48px;
  background: #F7F2EE;
}

form.production-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.form-group {
  width: 48%;
  margin-bottom: 16px;

}

.production-form input {
  width: 100%;
  border: none;
  padding: 16px 24px;
}

.production-form-mid h6 {
  color: #231F20;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0px;
}

.production-form-mid label {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  text-transform: capitalize;
  /* margin-left: 8px; */
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.production-mid .wpcf7-list-item-label {
  margin-left: 5px;
}

.production-mid .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0;
}

.production-form-mid {
  padding: 16px 24px;
  background-color: #fff;
  display: block;
  width: 100%;
}

.production-form-mid div {
  display: flex;
  align-items: center;
}

.production-form-mid input {
  width: auto;
}

.production-mid p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  /* text-transform: capitalize; */
  margin-bottom: 0;
}

.production-mid p a {
  color: #173E62;
  font-weight: 500;
}

.production-three {
  margin-top: 40px;
  margin-bottom: 24px;
}

.production-three h3 {
  color: #173E62;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
}

.production-four h4 {
  color: #383838;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* text-transform: capitalize; */
  margin-bottom: 24px;
}

.production-four ul li {
  color: #383838;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* text-transform: capitalize; */
}

@media screen and (max-width: 991px) {
  .production-mid {
    margin-top: 40px;
  }
}

@media screen and (max-width: 575px) {
  .production-section {
    padding: 32px 0px;
  }

  .production-section h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 1px;
    margin-bottom: 24px;
  }

  .production-main img {
    border: 8px solid #fff;
  }

  .production-mid {
    padding: 16px;
    margin-top: 24px;
  }

  .form-group {
    width: 100%;
    margin-bottom: 8px;
  }

  .production-three {
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .production-three h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
  }

  .production-four h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }

  .production-four ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
  }

}
.page-template-landing-page2-php .production-three {
  margin-top: 0;
}