@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;
  font-weight: 400;
  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: #739867;
  left: -15px;
  top: 20px;
}

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

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



.first-banner {
  background: url('../img/Mask-Group.png') no-repeat center;
  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: #5f5f5f;
}

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

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 */

.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;
}

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


header .navbar {
  padding-left: 0;
  padding-right: 0;
  padding-top: 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: #739867;
}

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

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

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: 16px;
  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;
}

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

/* banner */

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

.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: 102%;
}

.banner .banner-above-title {
  font-weight: 500;
  font-size: 20px;
  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: #739867;
  border-color: #739867;
}

.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: 450px;
}

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

/* homepage */
/* our-clients */

.our-client .sm-text {
  padding-bottom: 50px;
  line-height: 22px;
}

/* field-service */

.field-service .value-box {
  text-align: center;
  margin-top: 50px;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.08);
}

.field-service .lower-box {
  margin-top: 20px;
}

.field-service h3 {
  font-size: 24px;
  line-height: 33px;
  margin: 14px 0;
  text-transform: capitalize;
}

.field-service .text {
  font-weight: 500;
  color: #5f5f5f;
  margin-bottom: 24px;
}

.field-service .banner-btn {
  background-color: #739867;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  color: #fafafa;
  text-decoration: none;
  padding: 16px 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  margin-bottom: 10px;
}

.field-service .banner-btn:hover {
  background-color: #617958;
}

/* workforce-solutions */


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

.gli-workforce .box {
  border-left: 3px solid #fff;
  padding: 17px 29px;
  position: relative;
}

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

.gli-workforce .box .icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
}

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

.gli-workforce .box .title {
  font-size: 16px;
  line-height: 22px;
  color: #fafafa;
}

/* record-services */

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

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

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

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

.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: #739867;
  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;
}

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

/* client-testimonial */

.client-testimonial .value-box {
  position: relative;
  overflow: clip;
  background: #fff;
  border: 1px solid #739867;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 30px 24px;
  margin-top: 50px;
  text-align: center;
}

.testimonail-slide .slick-prev {
  left: -46px;
  top: 56%;
}

.testimonail-slide .slick-next {
  top: 56%;
}

.testimonail-slide .slick-next:before,
.testimonail-slide .slick-prev:before {
  color: #739867;
  font-size: 30px;
}

.testimonail-slide .slick-next:before,
.testimonail-slide .slick-prev:before {
  font-family: slick;
  border: 0px solid #739867;
}

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

.client-testimonial .value-box::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #739867;
  -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: 24px;
  line-height: 32px;
  text-transform: capitalize;
  color: #173e62;
  margin-left: 32px;
  margin-bottom: 0;
}

.client-testimonial .value-box .icon {
  margin-left: 32px;
  margin-bottom: 13px;
  z-index: 2;
  position: relative;
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
}

.client-testimonial .value-box .text {
  z-index: 2;
  position: relative;
  margin-left: 32px;
  margin-bottom: 13px;
  line-height: 30px;
  font-weight: 500;
  font-style: italic;
  padding-top: 18px;
}

/* mid-bannerBG */

.mid-bannerBG {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

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

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

.mid-bannerBG .text {
  color: #fafafa;
}

.mid-bannerBG .banner-btn {
  background-color: rgba(250, 250, 250, 1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  color: #000;
  text-decoration: none;
  padding: 16px 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  margin-top: 20px;
  border: 1px solid #fff;
}

.mid-bannerBG .banner-btn:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}

/* faq */

.page-template-page-faq .faqs {
  margin-bottom: 50px;
}



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

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

.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: #739867;
  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: 60px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #5f5f5f;
  display: none;
}

.faqs .toggle .toggle-div ul li {
  color: #5f5f5f;
}

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

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

/* Job Para */

.job-para h2 {
  font-size: 24px;
  line-height: 33px;
  font-weight: normal;
  margin-top: 40px;
  text-transform: capitalize;
  color: #739867;
}

.job-para p {
  font-size: 20px;
  line-height: 34px;
  color: #5f5f5f;
  font-weight: 400;
}

.job-para ul {
  margin: 0 25px;
}

.atc-apply {
  padding-top: 0;
}

.atc-apply .banner-btn {
  background: #739867;
  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;
}

.atc-intro .text {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #739867;
  text-transform: capitalize;
}

.atc-apply .atc-social {
  text-align: right;
}

.atc-apply .sm-text {
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  color: #231f20;
  margin-right: 15px;
  margin-bottom: 0;
}

.atc-apply .atc-social .a-social {
  font-size: 30px;
  line-height: 30px;
}

.atc-apply .atc-social .social {
  display: inline-block;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 20px;
  color: #739867;
}

/* footer */

.page-template-page-about footer .sub-footer {
  margin-top: 50px;
}

.single-jobs footer .sub-footer {
  margin-top: 50px;
}

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

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

.page-template-page-contact footer .sub-footer .heading.yes-contact {
  display: block;
  text-align: center;
}

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

footer .sub-footer .footer-contact-details {
  position: absolute;
  background: linear-gradient(0deg, #231F20 0%, #739867 100%);
  width: 261px;
  height: 233px;
  bottom: -110%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -88px;
}

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

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;
}

footer .sub-footer .footer-contact-details .banner-btn:hover {
  background: rgba(0, 0, 0, 0);
  color: #fff;
}

footer .footer-main {
  /* background: url("../img/footerBG-11.png") no-repeat left center;
  background-size: cover; */
  background-color: #231F20;
  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: #739867;
}

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

footer .info-box .sub-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #739867;
  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: #739867;
}

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

/* about-us page */
/* best-solutions */

.best-solutions h3 {
  font-size: 24px;
  line-height: 33px;
  text-transform: capitalize;
}

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

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

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

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

/* certification */

.certificate-box {
  padding: 16px;
  border: 3px solid #739867;
  background: #173e62;
  display: inline-block;
  margin-top: 56px;
}

.certificate-box img {
  cursor: pointer;
}

.certifications .view-certificate {
  background-color: #739867;
  border-radius: 5px;
  padding: 16px 24px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  margin-top: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.08);
}

/* 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: 16px;
  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);
} */

/* leadership */

.leadership .leader-box {
  margin-top: 50px;
  display: flex;
  background: #FFFFFF;
  border: 1px solid #D8DBE3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

.leadership .leader-box-img {
  width: 40%;
}

.leadership .leader-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leadership .leader-box .overlay {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.65) 100%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.leadership .leader-box .info {
  width: 60%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

.leadership .leader-box .desig {
  font-size: 16px;
  line-height: 24px;
  color: #231F20;
  text-transform: capitalize;
}


.leadership .leader-box .info .profile-links a {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  color: black;
  margin-right: 10px;
  position: relative;
}

.leadership .leader-box .info .profile-links a::before {
  content: "";
  width: 30px;
  height: 30px;
  background: linear-gradient(to top, #739867, #231F20);
  border-radius: 50%;
  position: absolute;
  top: -1.5px;
  left: -1px;
  z-index: 1;
}

.leadership .leader-box .info .profile-links a .icon {
  z-index: 2;
  position: relative;
  background: #fff;
  width: 27px;
  height: 27px;
  padding: 6px;
  border-radius: 50%;
}




/* corporate pro services page */
.corporate-pro-services-main .client-testimonial {
  padding: 70px 0 140px 0;
}

/* corporate-best-solutions */
.corporate-best-solutions .heading {
  margin-bottom: 30px;
}

.corporate-best-solutions .common-space .box .sm-text {
  display: inline-block;
  color: #5f5f5f;
}

.corporate-best-solutions {
  padding-bottom: 0;
}

.corporate-best-solutions .box svg {
  width: 21px;
  height: auto;
  flex: 0 0 21px;
  margin-right: 5px;
  margin-top: 2px;
}

/* general pro services page */

.general-pro-services-main .client-testimonial {
  padding: 70px 0 140px 0;
}

/* contact us page */

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

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

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

.contact-info .info a {
  color: #173e62;
}

.contact-info .info a:hover {
  color: rgb(115, 152, 103);
}

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

.page-template-page-contact footer .sub-footer .row {
  justify-content: center;
}

.page-template-page-contact footer .sub-footer .col-md-3 {
  display: none;
}


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

.send {
  background: #739867;
  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: #739867;
  border-color: #739867;
}

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

section#map {
  height: 350px;
}

/* blogs-page */

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

.page-template-blogs .blogs-pages {
  padding: 70px 0 110px 0;
}

.filter-tab-content {
  padding-top: 45px;
}

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

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

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

.blogs .blog-box .content {
  position: absolute;
  width: 80%;
  height: 100px;
  overflow: hidden;
  background: #ffffff;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
  left: 0;
  bottom: -40px;
  padding: 16px;
  cursor: pointer;
}

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

.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: 5px;
}

.blogs .blog-box .content .come-in .read-more {
  font-weight: bold;
  font-size: 12px;
  line-height: 26px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blogs .blog-box .content .come-in .read-more:hover {
  color: #739867;
}

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

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

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

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

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

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

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

.post,
.post .video-box,
.post .blog-box {
  display: none;
}

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

.page-template-blogs .homepage-main .blogs {
  padding-bottom: 30px;
}

.post.active,
.post .video-box.active,
.post .blog-box.active {
  display: block;
}

/* blog-detail page */

.blog-detail-main .blog-detail {
  padding: 70px 0 140px 0;
}
.page-template-blogs .homepage-main .blog-box {
  padding-bottom: 0;
} 

.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: #739867;
  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: #173e62;
}

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

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

.blog-detail .recent-posts hr {
  background-color: #383838;
  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: #383838;

}

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

/* privacy-policy page */

.privacy-policy .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: #739867;
}

/* career page */


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

.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: #739867;
  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: #739867;
  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 #739867;
  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: #739867;
  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: 16px;
  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: 16px;
  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: #739867;
  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: 16px;
  line-height: 22px;
}

.cv-1 {
  padding: 0;
}

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

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

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

.cv-1 .input-group span:hover {
  background-color: #739867;
  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: #739867;
  display: inline-block;
  border: none;
  color: #fff;
  margin-top: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #739867;
  border-radius: 4px;
  width: 100%;
  font-weight: bold;
}

.page-template-page-contact .sub-footer .no-contact,
.page-template-page-contact .sub-footer .footer-contect-details {
  display: none;
}

.get-in-tch {
  background: #F7F2EE;
}

.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: 16px;
  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: 16px;
  line-height: 22px;
  color: #231f20;
  border: none;
}

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

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

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



/* end */

/* 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;
}

.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: 16px;
}

/* NEW CHANGES */

.common-space .box {
  display: flex;
  align-items: flex-start;
}

.common-space .box {
  display: flex;
  align-items: flex-start;
}

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

.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: -2px;
}

.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: #739867;
  margin-right: 14px;
}

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

.page-template-front-page .mid-bannerBG {
  background-size: 100% 102%;
  padding: 100px 0px;
}

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

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





.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;
}

.tagline-certified a:hover {
  text-decoration: none;
}


.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: #739867;
}

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

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

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



/* 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: 14px;
  font-weight: 600;
  fill: #739867;
  color: #fff;
  background-color: #739867;
  text-decoration: none;
  border-radius: 5px;
  display: block;
  width: 14%;
  margin: 0px auto;
  transition: 0.5s all ease;
}





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

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

.blogs .blog-box .content .come-in .title h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #231F20;
  margin-bottom: 5px;
  border-bottom: none;
  margin-bottom: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 20px;
  max-height: 73px;
  max-width: 443px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 2px !important;

}

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

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

.blogs .blog-box .content .come-in .read-more {
  color: #dd8831;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 2px;
  padding: 0px 0;
  background-color: #fff;
  border-color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  transition: 0.45s all ease;
}

.blogs .blog-box:hover .content .come-in .read-more {
  text-decoration: underline;
  transition: 0.45s all ease;
}

.blogs .blog-box .content .come-in .read-more:hover {
  color: #739867;
  border: 0 !important;
}


.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 {
  margin-top: 20px;
}

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

.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;
  min-height: 50px;
}

.blogs .blog-box .content .come-in .read-more {
  color: #739867;
  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;
}

.menu-item-has-children::before {
  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;
  content: "\f106";
  font-size: 24px;
}

.menu-item-has-children:hover::before {
  color: #739867;
  transform: rotate(180deg);
  transition: all 0.45s 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;
}

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

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

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

.banner {
  height: 750px;
}

.first-banner .tab-content .tab-pane {
  padding-left: 70px;
}

.first-banner #pills-tab {
  padding-left: 70px;
  /* display: flex; */
  /* width: 70%; */
  /* justify-content: center; */
}

.first-banner #pills-tab .nav-item {
  /* padding-right: 12px; */
  /* width: 100%; */
  margin-right: 16px;
}

.first-banner .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: transparent;
  border: 3px solid #739867;
  color: #000;
  width: 100%;
  padding: 8px 0px;
  border-radius: 1px;
  border-right: 0px;
  border-top: 0;
  border-left: 0;
  color: #173e62;
}

.first-banner .nav-pills .nav-link {
  background-color: transparent;
  border: 3px solid #173e62;
  width: 100%;
  padding: 8px 16px;
  border-radius: 1px;
  border-right: 0px;
  border-top: 0;
  border-left: 0;
  font-size: 24px;
  color: #173e62;
}

.first-banner .tab-content {
  display: flex;
  align-items: center;
}



.page-template-page-about .our-journey {
  margin-bottom: 00px;
}

.our-journey .heading {
  margin-bottom: 50px;
}

.our-journey .journey-box {
  float: left;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.our-journey .journey-box::before {
  content: "";
  top: 0;
  left: 0;
  right: 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));
  position: absolute;
  z-index: 1;
}

.our-journey .journey-box img {
  width: 101%;
  height: 90vh;
  -o-object-fit: cover;
  object-fit: cover;
  mix-blend-mode: luminosity;
}

.our-journey .journey-box .mid-head {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 45%;
  left: 0;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}

.our-journey .journey-box .sm-text {
  text-align: center;
  position: absolute;
  top: 55%;
  left: 10%;
  width: 80%;
  height: 0%;
  overflow: hidden;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  z-index: -9;
}

.our-journey .journey-box:hover img {
  mix-blend-mode: normal;
}

.our-journey .journey-box:hover .mid-head {
  top: 25%;
}

.our-journey .journey-box:hover .sm-text {
  opacity: 1;
  top: 35%;
  z-index: 2;
  height: auto;
  overflow: auto;
}

.our-journey .d-flex .journey-box {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.our-journey .d-flex .journey-box:hover {
  -webkit-box-flex: 5;
  -ms-flex-positive: 5;
  flex-grow: 5;
}



@media only screen and (max-width: 576px) {
  .our-journey {
    display: none;
  }

  .our-journey .d-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .our-journey .journey-box {
    width: 100vw;
  }

  .our-journey .journey-box img {
    height: 25vh;
  }

  .our-journey .journey-box:hover .mid-head {
    top: 20%;
  }
}

/* .video-box video {
  width: 100%;
height: 100%;
} */

/* 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;
}


.information .heading {
  color: #fafafa;
}

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

.information .sm-text {
  color: #fafafa;
}
.information .left-info .right-info .col-md-12{
  padding-left: 15px;
  padding-bottom: 8px;
}

.information h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  /* text-transform: capitalize; */
  color: #FAFAFA;
}
textarea#exampleFormControlTextarea1 {
	color: #fafafa;
  background: transparent;
}
textarea#exampleFormControlTextarea1::placeholder {
  color: #fff;
}
.information form input.form-control {
  color: #fff;
}

input.form-control.animateUp.animate__animated.animate__fadeInUp {
  background-color: transparent;
  padding: 22px 10px;
  text-transform: capitalize;
  color: #fff;
  border-color: #fff;
}
input.form-control.animateUp.animate__animated.animate__fadeInUp::placeholder {
  color: #fff;
} 
.information form input.form-control {
  color: #fff;
}
.right-info .wpcf7 {
  margin-top: 30px;
}
.information .left-info .right-info {
  width: 100%;
  max-width: 100%;
}
.send-button {
  background-color: #ffffff;
  border-color: #ffffff;
  padding: 10px 0px;
  color: #173e62;
  font-weight: 700;
  border-radius: 0.25rem;
  width: 100%;
}
.information .left-info .col-md-6.col-sm-2 {
  width: 100%;
}
.information .left-info .right-info .col-md-12.right-head {
  padding:  0;
}