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

@font-face {
  src: url(../fonts/DomaineDispNar-Regular.woff) format("woff");
  font-family: "Domaine Display Regular";
}

@font-face {
  src: url(../fonts/DomaineDispNar-Semibold.woff) format("woff");
  font-family: "Domaine Display Semibold";
}

html {
  scroll-behavior: smooth;
}

body {
  overflow: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}

/*Custom Css Changes*/
:root {
  --font-regular: "Domaine Display Regular";
  --font-semibold: "Domaine Display Semibold";
  --font-content: "Poppins", sans-serif;
}

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

section {
  overflow: hidden;
}

html,
body {
  scroll-behavior: smooth;
}

button,
input,
textarea,
select {
  outline: unset !important;
}

ul {
  list-style: none;
}

a {
  text-decoration: unset !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

img {
  width: 100%;
}

.container {
  max-width: 1200px;
}

.row {
  margin: 0 !important;
}

.navbar-toggler {
  display: none;
}

/* header start */
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 15px 0;
  /* border-bottom: 1px solid #c3c3c3; */
}

.brand-logo {
  display: inline-flex;
  width: 250px;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.navbar-nav {
  flex-direction: row;
  gap: 44px;
  justify-content: end;
}

.nav-link {
  font-family: var(--font-content);
  font-size: 18px;
  font-weight: 500;
  color: #fff !important;
  text-transform: capitalize;
  opacity: 0.6 !important;
  transition: all 0.2s ease-in-out;
}

.nav-link:hover,
.nav-link.active,
.current-menu-item .nav-link{
  opacity: 1 !important;
}

.custom-btn {
  border: 1px solid #5788e3;
  background-color: transparent;
  color: #5788e3;
  padding: 5px 20px;
  display: flex;
}

/* Home Banner Start */
.slider-banner {
  /* padding: 110px 0 0; */
  background-image: url(../img/home-page-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  height: 100vh;
  display: flex;
  align-items: center;
}

.slider-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*   background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.5) 100%
  ); */
    background: #086556;
  z-index: 1;
}

.slider-banner .row {
  align-items: center;
}

.slider-content {
  width: 90%;
  z-index: 2;
  position: relative;
	margin-top: 50px;
}

.slider-content h1 {
  font-size: 85px;
    line-height: 105px;
    font-family: var(--font-regular);
    color: #ffffff;
    text-transform: none;
    font-weight: 500;
}

.slider-content h1 span {
/*   border-bottom: 4px solid yellow; */
	    color: #0cdbba;
/* 	color: #0c87db; */
/*     -webkit-text-stroke: 0.5px;
    -webkit-text-stroke-color: #fff; */
}

/* .slider-content h1 span:nth-child(2) {
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
} */

.banner-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

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

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

.owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 15px;
  right: 15px;
}

.owl-nav span {
  color: #ffffff;
  border: 1px solid #ffffff;
  display: flex;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
}

.owl-nav span:hover {
  background-color: #5788e3;
}

.owl-dots {
  position: absolute;
  bottom: 20px;
  display: flex;
  gap: 3px;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
}

.owl-dots button span {
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 20px;
  display: flex;
}

.banner-slider .owl-dots button {
  padding: 2px !important;
  border-radius: 50px;
}

.owl-dots button.active {
  border: 1px solid #ffffff;
}

/* Info Content */
.info-content {
  background-color: #5788e3;
  padding: 50px 0;
  position: relative;
  z-index: 1;
  text-align: center;
}

.inner-content {
  width: 80%;
  margin: 0 auto;
}

.info-content h2 {
  font-size: 30px;
  color: #ffffff;
}

.info-content p {
  color: #ffffff;
  font-size: 24px;
  font-family: var(--headingFont);
  line-height: 30px;
  margin-top: 15px;
}

.info-content::after,
.info-content::before {
  content: "";
  position: absolute;
  top: 50px;
  left: -90px;
  width: 150px;
  height: 150px;
  background: url(../img/info-shap.png) no-repeat center;
  background-size: contain;
}

.info-content::before {
  top: unset;
  left: unset;
  right: -100px;
  bottom: 20px;
  transform: rotate(180deg);
}

/* About us section */
.about-us-content {
  padding: 100px 0 0;
}

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

.about-content {
  text-align: center;
  width: 60%;
}

.about-content h2,
.our-team-heading h2 {
  font-size: 43px;
  color: #222222;
  text-transform: uppercase;
  font-family: var(--headingFont);
  margin-bottom: 15px;
  font-weight: 500;
}

.about-content p,
.our-team-heading p {
  font-size: 16px;
  line-height: 25px;
  font-family: var(--contentFont);
  color: #565656;
  margin-top: 15px;
}

.about-img {
  width: 38%;
  margin-left: auto;
  height: 300px;
}

.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-row.custom-row-sec {
  flex-direction: row-reverse;
}

.how-we-operate .about-content {
  text-align: left;
}

.how-we-operate .about-img {
  margin-right: auto;
  margin-left: unset;
}

.tabs-outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nav_tabs {
  flex-direction: column;
  display: flex;
  width: 25%;
}

.nav_tabs span {
  font-family: var(--contentFont);
  color: #6f6f6f;
  font-size: 17px;
  cursor: pointer;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
  padding: 10px 0;
  padding-left: 20px;
}

.nav_tabs span.active {
  color: #222222;
}

.nav_tabs span::after {
  width: 13px;
  height: 13px;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #dfdfdf;
  transform: translateY(-50%);
  border-radius: 50px;
  border: 1px solid #ddd;
}

.nav_tabs span::before {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #dfdfdf;
  position: absolute;
  bottom: 0;
  top: 17px;
  left: 4px;
}

.nav_tabs span:nth-last-child(1)::before {
  display: none;
}

.nav_tabs span.active::after {
  background-color: #5788e3;
}

.tab-content {
  width: 70%;
}

.tab-content p {
  line-height: 30px;
  font-size: 18px;
  color: #222222;
  margin: 0;
}

.our-team {
  padding: 100px 0;
}

.our-team-heading {
  margin-bottom: 50px;
  width: 80%;
}

.our-team-client-logo {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}

.our-team-client-logo img {
  width: 120px;
  height: 40px;
  object-fit: contain;
  margin: 0 auto;
}

.criteria-section {
  background-color: #5788e3;
  padding: 50px 0;
}

.criteria-section .our-team-heading {
  text-align: center;
  width: 100%;
}

.criteria-section .our-team-heading h2 {
  color: #ffffff;
}

.custom-criteria-row {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.criteria-col {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  background-color: #2958ae;
  border-radius: 10px;
  width: calc(100% / 2 - 15px);
}

.criteria-col span {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 5px;
}

.criteria-col ul {
  width: 100%;
}

.criteria-content {
  width: 80%;
  margin-left: auto;
}

.criteria-content h3 {
  color: #fff;
  font-family: var(--headingFont);
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 25px;
}

.criteria-content p:nth-child(3) {
  margin-top: 20px;
}

.criteria-content p,
.criteria-col ul li {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 25px;
  font-family: var(--contentFont);
  font-weight: 600;
}

.criteria-col ul {
  padding: 0;
  margin-top: 15px;
}

.criteria-col ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 25px;
  margin-top: 5px;
}

.criteria-col ul li::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  background-color: #ffffff;
}

.custom-section {
  padding: 110px 0 100px;
}

.simplifying-section {
  background-color: #fff;
}

.section-title {
  /* width: 45%; */
  margin-bottom: 50px;
}

.section-title h2 {
/*   color: #DE7055; */
   color: #086556;
    font-size: 65px;
    font-family: var(--font-regular);
    line-height: 80px;
    font-weight: 500;
    text-transform: capitalize;
}
.section-title h2 span{
	color: #202020;
}

.section-row {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-left: 0;
}

.image-col {
  width: 450px;
  height: 300px;
/*     display: none; */
}

.image-col img {
  width: 100%;
  height: 100%;
	object-fit: contain;
	opacity: 0.5;
}

.section-content {
  width: 56%;
    margin-left: auto;
}

.section-content p {
  font-size: 18px;
  line-height: 32px;
  color: #545454;
  font-family: var(--font-content);
  font-weight: 500;
  margin-bottom: 50px;
}
.section-content p a{
	color: #086556;
}

.section-content p:nth-last-child(1) {
  margin-bottom: 0;
}
.patner-section {
  background-color: #fff;
  padding: 100px 0;
}
.patner-section hr {
  margin: 60px 0 70px;
  border-color: #fff;
}
.container.container-scond {
  max-width: 1300px;
  width: 100%;
}
.section-column-row {
  display: flex;
  gap: 24px;
}
.box-col {
  padding: 40px 25px;
    background: rgba(255, 255, 255, .04);
    width: 316px;
    border-radius: 8px;
}
.box-col span {
  font-size: 25px;
  font-family: var(--font-content);
  color: #fff;
  border-bottom: 1px solid #086556;
  font-weight: 500;
}
.box-col h3 {
  font-family: var(--font-regular);
    color: #fff;
    font-size: 28px;
    text-transform: capitalize;
    margin: 30px 0 25px;
    font-weight: 400;
    line-height: 32px;
    min-height: 65px;
}
.box-col p {
  font-family: var(--font-content);
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

footer {
  background-color: #086556;
  padding-top: 80px;
}
.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-logo {
  width: 255px;
}
.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.get-touch-form {
  width: 445px;
	text-align: right;
}
.get-touch-form h2 {
  font-family: var(--font-regular);
  font-weight: 400;
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 0;
  text-transform: capitalize;
}
.get-touch-form a{
	display: flex;
    justify-content: end;
    font-size: 20px;
    color: #fff;
    margin: 10px 0;	
}

.form-input {
  display: flex;
  border-bottom: 1px solid #fff;
  align-items: center;
  justify-content: space-between;
}
.form-input input {
  background-color: transparent;
  border: unset;
  padding: 10px;
  color: #fff;
  width: 100%;
}
.submit-button{
    background-color: transparent;
    border: unset;
    color: #fff;
    font-size: 25px;
}
.copywright{
    margin-top: 50px;
    padding: 15px 0;
    border-top: 1px solid #FFFFFF24;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copywright p,
.copywright a{
    color: #FFFFFFBF;
    font-size: 13px;
    font-family: var(--contentFont);
    line-height: 26px;
}
.copywright a{
	font-size: 23px;
}
.section-content.section-content-sec{
  width: 80%;
  margin: 0 auto;
}
.section-content.section-content-sec p {
    font-size: 20px;
    line-height: 35px;
    text-align: center;
}
.ourClients-section.patner-section{
  background-color: #fff;
}
.section-content.section-contebt-third{
  width: 80%;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}
.section-content.section-contebt-third p{
  margin: 0;
}
.team-logos-outer {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
/*     row-gap: 20px; */
/*     column-gap: 30px; */
    align-items: center;
    width: 100%;
    text-align: center;
}
/* .logo-col {
    width: 100%;
    height: 85px;
    object-fit: contain;
    margin: 0 auto;
    padding: 8px 0px;
} */
.logo-col {
    width: 100%;
    height: 115px;
    object-fit: contain;
    margin: 0 auto;
    padding: 20px 25px;
}
/* .logo-col:nth-child(even) {
    background-color: #0865563b;
} */
.logo-col img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}


.empower-section {
    padding: 100px 0;
    background: #fff;
}
.empower-section .empower-title{
    width: 50%;
    margin: 0 auto;
    margin-bottom: 70px;
    text-align: center;
}
.slider-content-box {
    margin: 0 0 50px;
    position: relative;
}
.empowerSliderOuter {
    position: relative;
    width: 70%;
    margin: 0 auto;
}
.slider-line {
    width: 2px;
    background-color: #c3c3c3;
    position: absolute;
    top: 2px;
    left: 0;
    bottom: 0;
/*    overflow: hidden;*/
/*    transform: translateX(-50%);*/
    border-radius: 50px;
    z-index: 1;
}
.slider-line-progress {
    width: 100%;
    height: 20%;
    background-color: #086556;
}
.card-pointer {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-50%);
    z-index: 1;
}
.pointer {
    height: 45px;
    width: 45px;
    border: 1px solid rgba(255, 255, 255, .33);
    border-radius: 50%;
    background-color: #202020;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-family: var(--wp--preset--font-family--albert-sans);
    color: rgba(255, 255, 255, .33);
    font-size: 18px;
    transition: all 0.5s ease-in-out;
}
.js-ag-active .pointer {
    color: #fff;
/*    background-color: #2958AE;*/
background-color: #086556;
    height: 60px;
    width: 60px;
    font-size: 25px;
}
.ag-timeline-card_meta-box {
    display: inline-block;
}
.empower-content-col {
    display: flex;
    width: 100%;
    opacity: 0;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto !important;
    flex-wrap: wrap;
}
.slider-content-box.js-ag-active .empower-content-col {
    margin: 0;
    opacity: 1;
}

.empoer-img {
    width: 380px;
    text-align: right;
}
.empoer-img img{
    width: 150px;
}
.empoer-content{
    width: 100%;
}
.empoer-content h2{
    font-size: 40px;
    font-family: var(--font-semibold);
    margin-bottom: 15px;
    text-transform: capitalize;
    color: #086556;
}
.empoer-content p, .empoer-content ul li {
    font-size: 18px;
    line-height: 28px;
    color: #202020;
    font-family: var(--font-content);
    font-weight: 400;
}
.empoer-content ul {
    list-style: auto;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 20px 0;
    background-color: #202020;
    padding: 25px 25px 25px 45px;
    width: 80%;
    border-radius: 20px;
    box-shadow: 0 0 15px #0000;
}
.slider-line-progress{
    position: relative;
}
/*.slider-line-progress:after {
    content: '\F14A';
    position: absolute;
    left: 50%;
    width: 40px;
    height: 40px;
    background-color: #249D57;
    transform: translateX(-50%) rotate(135deg);
    bottom: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-family: 'bootstrap-icons';
    color: #fff;
    font-size: 20px;
    z-index: 99;
}*/

.slider-content-outer {
    margin-bottom: 100px;
}
.empoer-content ul li {
    font-weight: normal;
    color: #fff;
    font-size: 16px;
}
.slider-banner.inner-banner{
  height: 70vh;
}
.inner-banner:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #086556;
  z-index: -1;
  top: unset;
  transform: unset;
  opacity: 0.8;
}
.inner-banner .banner-slider{
  top: 150px;
  left: 100px;
  right: 100px;
  width: auto;
  height: auto;
  bottom: 100px;
}
/*.inner-banner .slider-content h1{
  width: fit-content;
  padding: 20px 50px;
  background-color: #fff;
  border-radius: 50px;
  color: #222;
}*/

/*Contact Us Page*/
.contact-form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.form-content {
    width: 40.5%;
}
.contact-form {
    width: 50%;
    margin-left: auto;
    background-color: #fff;
    padding: 20px;
}
.contact-form-row .contact-form input[type=email], .contact-form-row .contact-form input[type=tel], .contact-form-row .contact-form input[type=text], .contact-form-row .contact-form input[type=url]{
  width: 100%;
  padding: 10px 10px;
  margin-bottom: 10px;
}
.form-content h2{
  color: #fff;
  font-size: 47px;
  font-family: var(--font-semibold);
  line-height: 64.86px;
  font-weight: 600;
  text-transform: capitalize;
}

.form-content p {
    font-size: 15px;
    line-height: 28px;
    color: #f3f3f3;
    font-family: var(--font-content);
    font-weight: 500;
    margin: 20px 0 35px;
}
.info-col {
    background-color: #333;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 15px;
}
.contact-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 35px;
    margin-right: 15px;
}

.contact-details h5 {
    font-family: var(--font-semibold);
    color: #fff;
    font-size: 19px;
}
.contact-details p {
    margin: 0;
    color: #c3c3c3;
    line-height: normal;
    margin-top: 10px;
}
.contact-form br{
  display: none;
}
.contact-form label{
  margin-bottom: 5px;
  font-family: var(--font-semibold);
  font-size: 16px;
  color: #202020;
}
.custom-btn {
  font-family: var(--font-content);
  border: 1px solid #202020;
  background-color: transparent;
  color: #202020;
  padding: 10px 20px;
  font-size: 18px;
  width: fit-content;
  display: flex !important;
  margin: 15px auto 0;
  cursor: pointer;
}
.custom-btn:hover{
  background-color: #202020;
  color: #fff;
}
.wpcf7-spinner{
  margin: 15px auto 0 !important;
  display: none !important;
}
@media screen and (max-width: 600px){
  .slider-content-outer:nth-child(2) .slider-content-box .pointer{
  color: #fff;
/*    background-color: #2958AE;*/
background-color: #086556;
    height: 60px;
    width: 60px;
    font-size: 25px;
}
.slider-content-outer:nth-child(2) .slider-content-box .empower-content-col{
  margin: 0;
    opacity: 1;
}
}
.container-third{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.container-third .section-title{
  width: 20%;
}
.container-third .section-column-row{
  width: 70%;
  margin-left: auto;
}
.container-third .box-col{
  width: calc(100% / 3);
}
.container-third .box-col p{
    margin-top: 40px;
}

.owl-carousel .owl-item img{
    display: none;
}
.patnerSec-section{
    background-color: #2f2f2f;
    padding: 100px 0 150px;
}
.patnerSec-section .section-title h2{
    color: #fff;
}
/* section.slider-banner:before {
    content: '';
    background-image: url(https://staging-779c-exuberantnetwork4.wpcomstaging.com/wp-content/uploads/2024/07/Group-89.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    position: absolute;
    bottom: 0;
    right: -250px;
    width: 500px;
    height: 100%;
    background-size: contain;
    z-index: 2;
    opacity: 0.3;
} */
section.empower-section.contact-us-section {
    background-color: #202020;
}

.whiteBackground{
	position: relative;
	z-index: 1;
}
.whiteBackground:after{
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .02;
	background-image: url(https://staging-779c-exuberantnetwork4.wpcomstaging.com/wp-content/uploads/2024/07/noise.c2e8b1e1.gif);
	background-repeat: repeat;
}

.page-template-about-us .slider-content h1,
.page-template-criteria .slider-content h1{
	font-size: 71px;
    line-height: 95px;
}
.criteria-heading{
	width: 75%;
	margin: 0 auto 50px;
}
@media screen and (max-width: 600px){
	.criteria-heading{
		width: 100%;
	}
}
.logo-col:nth-child(15) {
    grid-column-start: 2;
}
.our_process_outer .box-col h3{
	min-height: 100px;
}