/* Import the font style */
@import url(../font/fonts.css);

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

html,
body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.4;
  color: #000;
  background-color: #fff;
}

/*Header*/
.header-wrap {
    padding: 2rem 0 2rem;
	position: relative;
	z-index: 1;
}
.header-wrap img.logo-img {
    max-width: 15.25rem;
}
.logo-align-bottom{
    display: flex;
    align-items: end;
}
.header-menu-withbtn-wrap{
    align-items: center;
    height: 100%;
}
.menu-header-menu-container .menu {
    display: flex;
    list-style: none;
    justify-content: space-between;
    margin: 0;
}
.menu-header-menu-container .menu .menu-item-has-children,
.menu-header-menu-container .menu .menu-item-has-children a{
  position: relative;
}

.menu-header-menu-container .menu li a {
    color: #000;
    text-decoration: none;
    font-size: 1.5625rem;
    line-height: 2.3125rem;
    font-weight: 500;
    position: relative;
}
.menu-header-menu-container .menu > li:hover > a,
.menu-header-menu-container .menu > li.current-menu-item > a,
.menu-header-menu-container .menu > li.menu-item-has-children.current-menu-ancestor > a {
    color: #0b3a75;
}

.menu-header-menu-container .menu .menu-item-has-children > ul.sub-menu > li > a {
    padding: 0.625rem 1.5625rem;
    display: block;
}
.menu-header-menu-container .menu .menu-item-has-children > ul.sub-menu > li > a:hover,
.menu-header-menu-container .menu .menu-item-has-children.current-menu-ancestor > ul.sub-menu > li.current-menu-item > a {
    background-color: #eef6fc;
}

.btn-contact {
    background: #ED037C !important;
    border-radius: 1.8125rem;
    padding: 0.5rem  2.8rem 0.5rem 1.375rem;
    font-weight: 500;
    border-color: #ED037C !important;
    color: #fff !important;
    font-size: 1.5625rem;
    line-height: 1.6;
    min-width: 13rem;
    position: relative;
   
}
.btn-contact:after {
  background: url('../images/header-button-arrow.png');
  height: 24px;
  width: 34px;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 9;
  background-size: 50%;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.custom-trigger-wrap {
    display: none;
}

/* Navbar End */


/* Hero */
.hero-wrapper {
  position: relative;
  z-index: 1;
  padding: 5px 0;
}

.inner-hero-banner-wrapper {
    position: relative;
   height: calc(100vh - 400px);
    overflow: hidden;
/*    background: linear-gradient(to right, rgba(18, 45, 75, 0.95) 35%, rgba(18, 45, 75, 0.5) 65%, rgba(18, 45, 75, 0) 100%);*/
    border-bottom-right-radius: 400px;
}

.inner-hero-banner-wrapper img.hero-banner-img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center ;
    height: 100%;
    z-index: 0;
}
.inner-hero-banner-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to right, rgba(18, 45, 75, 0.95) 35%, rgba(18, 45, 75, 0.5) 65%, rgba(18, 45, 75, 0) 100%); */
    background: linear-gradient(45deg, #7c499df0, #003473f2);
/*    z-index: 1;*/
    opacity: 0.35;
    transform: translate(0, -50%);
}

.row.hero-banner-content {
    background: linear-gradient(45deg, #7c499df0, #003473f2);
    width: auto;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
/*    z-index: 1;*/
    left: 0;
    padding: 0rem 2rem 0 6rem;
}
.row.hero-banner-content .col-md-6{width: 100%;}


.hero-banner-content h1 {
  color: #ffffff;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

.hero-banner-content h1 span {
  font-weight: 200;
}

.hero-banner-img {
  width: 100%;
  height: 18.75rem;
  object-fit: cover;
}
.hero-banner-blue-bg {
  background-color: #eef7fc;
}
.hero-banner-white-bg {
  background-color: #fff;
}
.icon-title-wrapper {
    margin-bottom: 22px;
    min-height: 120px;
}
.feature-card .feature-text {
  font-size: 1.375rem;
  line-height: 1.5;
  color: #707070;
  margin-bottom:0;
}
/* -------WhoweAreCard Section---------- */
.section-bottom-spacing {
  padding-bottom: 3.125rem;
}

.section-title{
  font-size: 2.25rem;
  font-weight: 400;
  color: #003473;
  margin-bottom: 0.625rem;
  line-height: 1.2;
  padding-bottom: 1rem;
}

.highlight-text {
  
  font-weight: 700;
}

.info-text,
.menu-sitemap-container ul li a,
.site-content article p {
  margin-bottom: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5;
  color: #707070;
}

.info-card {
  padding: 4.5rem 3.8rem 4.5rem 4.5rem;
  border-radius: 3.125rem 0 3.125rem 0;
}
.card-img-wrap {
    height: 100%;
    width: 100%;
}
.card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.withbg {
    background: #f0f7fd;
    border-radius: 3.125rem 0 3.125rem 0;
}
.whoweare-content-inner > div:nth-child(even) {
    padding-left: 45px;
}

.whoweare-content-inner > div:nth-child(odd) {
    padding-right: 45px;
}

.whoweare-content-inner > div {
    margin: 0 0 42px;
}

/* -------WhoweAreBottom Section---------- */
.whoweare-bottom-image {
  position: relative;
  height: 400px;
}

.whoweare-bottom-image:after {
  content: "";
  /*background: linear-gradient(to right,
      rgba(18, 45, 75, 0.95) 35%,
      rgba(18, 45, 75, 0.5) 65%,
      rgba(18, 45, 75, 0) 100%);*/
    background: #0034738c;
    mix-blend-mode: multiply;
    opacity: 0.71;    
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.whoweare-bottom-image.image-overlay-whoweare:after{
     background: #0034738c;
    opacity: 0.89;
}
.whoweare-bottom-image.image-overlay-ourcredential:after{
    opacity: 1;
    background: linear-gradient(to right, #003473 0%, rgba(0, 52, 115, 0.7) 50%, rgba(0, 52, 115, 0) 100%);
}
.whoweare-bottom-image.image-overlay-career:after{
    background: transparent linear-gradient(89deg, #003473 0%, #001A3A00 100%) 0% 0% no-repeat padding-box;
    opacity: 0.91;
}
.whoweare-bottom-image-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 2;
    /* padding: 2.5rem 0; */
    right: 0;
}

.whoweare-bottom-image-content p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1.8rem;
}

.card-image {
  border-radius: 3.125rem 0 3.125rem 0;
}

/* -------Footer-------------- */

.footer-top {
    background-color: #eef7fc;
    padding: 40px 0;
}
.page-template-template-careers .footer-top{
    background-color: #fff;
}

.footer-top h2 {
    font-weight: 700;
    color: #0b3a75;
    margin-bottom: 0.25rem;
    font-size: 1.375rem;
    line-height: 1.5;
}
.footer-top h2 a{
   color: #0b3a75;
   text-decoration: none;
   color: #0b3a75;
}
.footer-links ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}
.footer-links a {
    text-decoration: none;
    color: #000;
    margin-right: 2rem;
/*    font-weight: 500;*/
    font-size: 14px;
    line-height: 1.5;
}

.footer-links a:hover {
    color: #0b3a75;
}

.footer-logo img {
  max-width: 140px;
}

.footer-bottom {
    background-color: #013473;
    padding: 15px 0;
    color: #fff;
}

.footer-copyright p {
    margin: 0;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.5;
}

/*------------------------------------------------
# Carousel Components
------------------------------------------------*/
.sec-padding {
  padding: 3rem 0;
}

.carousel-wrapper {
  position: relative;
}

.single-carousel {
  background-color: #eff7fc;
  padding: 2rem 6rem;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
  justify-content: center;
/*  max-width: 950px;*/
min-height: 300px;
  margin: 0 auto;
  transition: all 300ms ease;
}

.owl-item.active.center .single-carousel {
  opacity: 1;
}

.owl-item.active.center .single-carousel:hover {
  background-color: #e10069;
  color: #fff;
}

.single-carousel .testimonial-text {
  margin: 0;
  font-size: 1.375rem;
}

.name-job-title-wrapper {
  display: flex;
  align-items: center;
  gap: .25rem;
  font-size: 1.375rem;
  flex-direction: column;
}

/* Carousel Nav */

.carousel-wrapper .owl-nav .owl-prev,
.carousel-wrapper .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0 !important;
  height: 70px;
  width: 40px;
  border: 2px solid transparent !important;
  color: #C9C9C9 !important;
}

.carousel-wrapper .owl-nav .owl-prev {
  left: calc(50% - 535px);
}

.carousel-wrapper .owl-nav .owl-next {
  left: calc(50% + 535px);
}

.carousel-wrapper .owl-nav .owl-prev span,
.carousel-wrapper .owl-nav .owl-next span {
  padding: 10px;
  border-style: solid;
  transform: rotate(45deg);
  position: relative;
}

.carousel-wrapper .owl-nav .owl-prev span {
  border-width: 0px 0px 4px 4px;
  
}

.carousel-wrapper .owl-nav .owl-next span {
  border-width: 4px 4px 0 0;
  left: 0px;
}

.carousel-card-white .single-carousel{
  background-color: #fff;
}
.carousel-sec-bg{
  background-color: #eef7fc;
}
/* -----------------Credential Page Begin---------------- */
.crd-award-winning-section {
    text-align: center;
    background: #eef7fc;
}
.crd-logo-wrap {
    position: relative;
    /* height: 200px; */
    background: #eef7fc;
    padding: 10px;
    width: 23.3%;
    position: relative;
    height: 200px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.crd-logo-wrap img {
    width: 150px;
    height: 100%;
    object-fit: contain;
}

.crd-team-logo-wrapper{
  margin:1.9rem 0 0;
  gap: 47px;
}
.award-title {
    position: absolute;
    top: 50%;
    height: 100%;
    width: 100%;
    background: #ed037c;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    transition: all 0.5s ease;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1rem;
    line-height: 1.2;
    padding: 0 1rem;
    opacity:0;
    visibility:hidden;
    font-weight: 500;
    justify-content: center;
}
.crd-logo-wrap:hover .award-title{
    opacity:1;
    visibility:visible;
/*        white-space: break-spaces;*/
}
.award-title p{
    margin:0;white-space: normal;
}

.on-image-title {
    color: #fff;
/*    margin-bottom: 30px;*/
}
.carousel-section-title-wrap p {
    font-size: 1.25rem;
    line-height: 1.5;
    color:#555;
    margin-bottom: 0;
    padding-bottom: 2.4rem;
}

.carousel-section-title-wrap {
    margin: 0 0 2.875rem;
}
.crd-title-wrap {
    max-width: 85%;
    margin: 0 auto;
}
.crd-title-wrap .section-title {
    padding-bottom: 1.5rem;
}
/* -----------------Credential Page End---------------- */

/* Careers Begin */
.view-vacancy-button a {
    text-decoration: none;
    display: inline-block;
}
.view-vacancy-button button {
  border-radius: 19px;
  background: #03336F;
  border-color: #03336F;
  font-size: 1.625rem;
  padding: 0.34rem 1rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.view-vacancy-button button img {
    margin-left: 10px;
    height: 24px;
    width: 29px;
}
.view-vacancy-button button:hover {
    background: #EEF7FC;
    border-color: #03336F;
    color: #03336F;
}
/* Careers End */

/* Your Benifits Begin */
.benefits-section {
    background: #eef7fc;
}

.section-title span {
/*    color: #5AADE0;*/
    font-weight: 700;
}
.sec-padding-120 {
    padding: 7.5rem 0;
}
.benefit-card-title{
    
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    margin: 0;
}
/* Card */
.benefit-card {
    background: #fff;
    border-radius: 3.125rem 0 3.125rem 0;
    padding: 73px 35px;
    text-align: center;
    transition: all 0.4s ease;
    height: 100%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.benefit-card:hover {
    background: #ED037C;
    color: #fff;
}

.benefit-card:hover .icon-circle {
    border-color: #fff;
    color: #fff;
}

/* Icon Circle */
.icon-circle {
    width: 191px;
    height: 191px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 38px;
    color: #143E6E;
    transition: 0.3s ease;
}

/* Active Pink Card */
.benefit-card.active {
    background: #E6007E;
    color: #fff;
}
.benefit-card.active .icon-circle {
    border-color: #fff;
    color: #fff;
}

/* Hover Effect */

.hover-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    opacity: 0;
    color: #ffffff;
    transition: 0.4s ease;
}
.hover-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}
.benefit-card:hover .card-main {
    opacity: 0;
}

.benefit-card:hover .hover-content {
    opacity: 1;
}

/* Your Benifits End */

.container {
 max-width: 1600px;
}
/* Contact Begin */
.contact-info .contact-icon {
  max-width: 49px;
  margin-right: 1rem;
}
.contact-info a {
  text-decoration: none;
  color: #003473;
  overflow-wrap: anywhere;
}
.contact-info {
  font-size:1.375rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 1.8125rem;
}
.contact-info a strong {
    font-weight: normal;
}
.contact-title-wrap {
margin-bottom: 2rem;
}

.contact-map-wrap iframe {
  width: 100%;
  height: 30rem;
  border: 0;
}
.contact-top-space{
  padding-top: 8.6875rem;
}

.contact-info-card {
    padding-right: 24.5px;
}
.contact-map-wrap {
    padding-left: 24.5px;
}
/* Contact End */

/*Home begin*/
.trusted-partner-section {
    padding: 82px 0;
}
.icon-wrapper {
    margin-right: 1rem;
}
.feature-title {
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.5;
  color: #003473;
}
.feature-text-wrapper {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 200px;
}
.view-vacancy-button {
    margin-top: 2rem;
}
.home-vedio-wrapper {
    padding: 0;
    overflow: hidden;
    border-bottom-right-radius: 300px;
    position: relative;
    height:calc(100dvh - 200px);
}
.home-vedio-wrapper video {
    width: 100%;
}
.home-vedio-wrapper::before {
 
   
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #7C499D, #003473);
    
    opacity: 0.3;
}
.page-template-template-home .hero-banner-img {
    width: 100%;
    height: calc(100vh - 200px);
    object-fit: cover;
}
.vedio-hero-wrapper {
    position: absolute;
    z-index: 1;
    top: 0;
    right: auto;
    padding: 2rem 4rem 3rem 5rem;
    width: 600px;
    right: 0;
    margin-right: auto;
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    bottom: 0;
    background: linear-gradient(45deg, #7c499de3, #003473e0);
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    justify-content: center;
}
.vedio-hero-wrapper h1 {
    color: #ffffff;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0;
}
.vedio-hero-wrapper h2 {
    color: #fff;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1;
}
.vedio-hero-wrapper p {
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    margin: 2rem 0 0;
}
.vedio-hero-wrapper p span {
    font-weight: 700;
}
/*.section-title span.highlight-dark-blue {
    color: #003473;
}*/
.your-potential-bottom-title{
  margin-top:5.75rem;
}
.home-sec-padding {
    padding: 9.063rem 0;
}
.award-winning-para-wrap .view-vacancy-button button:hover {
    background: #487dab;
    border-color: #487dab;
}
/*Our People Begin*/
.our-people-top-section{
  padding:8.125rem 0;
}
.sec-padding-130,
.site-content{
  padding:8.125rem 0;
}

.leadership-section{
    background: #fff;
}



/* Card */
.leadership-card {
    background: #eef7fc;
    border-radius: 3.125rem 0 3.125rem 0;
    padding: 30px 25px;
    text-align: center;
    transition: all 0.4s ease;
    min-height: 300px;
    position: relative;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}


/* Icon Circle */
.leadership-icon-circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: 0.3s ease;
    overflow: hidden;
}
.leadership-icon-circle img {
    width: 100%;
    height: 100%;
    text-align: center;
    object-fit: cover;
    color: transparent;
    text-indent: 10000px;
}

.team-name {
    color: #013371;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin: 0;
}

.team-designation {
    font-weight: 300;
    color: #707070;
    font-size: 22px;
    line-height: 32px;
    margin: 0;
}
.leadership-title-wrap p {
    font-size: 22px;
    line-height: 32px;
    color: #707070;
}
.leadership-title-wrap p strong {
    font-weight: 600;
}
.leadership-title-wrap h2 {
    padding-bottom: 28px;
}
.leadership-title-wrap {
    max-width: 80%;
    margin: 0 auto;
}
/*Our People End*/

/*Career Begin*/
.career-info-card {
    padding-right: 150px;
}
.career-info-card {
    margin-bottom: 0.9375rem;
    font-size: 22px;
    line-height: 1.5;
    color: #707070;
}
.career-info-card h2.section-title {
    padding-bottom: 1rem;
}
.career-bottom-hero .section-title {
    line-height: 1.3;
}
/*Career End*/


.mobile-close-icon {
    display: none;
}
.crd-logo-wrap ul {
    padding: 0 0 0 15px;
    text-align: left;
}
.page-template-template-our-credentials .award-title p {
    margin: 0;
    flex: 0 0 100%;
    white-space: break-spaces;
}
.section-diff .crd-logo-wrap {
    background: #fff !important;
}
.page-template-template-our-credentials .crd-logo-wrap ul {
    padding: 0 0 0 15px;
    text-align: left;
    margin: 0;
}
.page-template-template-our-credentials .award-title{
    display: flex;
    align-items: center;
    
    flex-wrap: wrap;
}

.page-template-template-our-credentials .crd-logo-wrap {
    background: #eef7fc;
    padding: 10px;
    width: 23.3%;
    position: relative;
    height: 200px;
    align-items: center;
    display: flex;
    background: #fff;
}
.page-template-template-home .crd-logo-wrap {
    background: #eef7fc;
    padding: 10px;
    width: 23.3%;
    position: relative;
    height: 200px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.page-template-template-home .bg-white-home .crd-logo-wrap {
    width: 13.3%;
}
.no-image-bg .whoweare-bottom-image {
    min-height: 900px;
}
.menu-sitemap-container ul li a {
    text-decoration: none;
}
.menu-sitemap-container ul li:not(:last-child){
    padding: 0 0 10px;
}

.menu-sitemap-container ul li ul.sub-menu {
    margin: 12px 0 0;
}
.menu-sitemap-container ul li a:hover {
    color: #0b3a75;
}
/*.site-content {
    padding: 130px 0;
}*/

.site-content article {
    margin-bottom: 0 !important;
}
.site-content article h2 {
  font-size: 3.75rem;
  font-weight: 400;
  color: #003473;
  margin-bottom:0.5rem;
  line-height: 1.2;
}
.error-heading {
    font-size: 1.8rem;
    font-weight: 500;
    color: #003473;
    margin-bottom: 0.625rem;
    line-height: 1.2;
}

img.error-img {
    margin-bottom: 2rem;
}

.error-heading-wrap p {
    line-height: 1.5;
    color: #707070;
    font-size: 1.2rem;
    text-align: center;
}

.error-heading-wrap a {
    background: #ED037C;
    border-radius: 1.8125rem;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    border-color: #ED037C;
    color: #fff;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    
}
.vedio-wrap {
    height: 100%;
}
.vedio-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.menu-sitemap-container span.submenu-toggle {
    display: none;
}

.page-template-template-our-services .hero-banner-white-bg {
    background-color: #eef7fd;
}
.page-template-template-our-services .bg-blue h5 {
    font-size: 30px;
    font-weight: 700;
    color: #003473;
}
.page-template-template-our-services .bg-blue .benefit-card:hover {
    background: #fff;
    color: #003473;
}
.page-template-template-our-services .bg-blue .benefit-card {
        padding: 40px 5px;
}
.bg-blue{background: #003473;}

.bg-blue .section-title{color: #fff}
.bg-blue .benefit-card:hover .card-main {
    opacity: 1;
}
.page-template-template-our-services .crd-logo-wrap{
    width: calc(15% - 47px);
    display: flex;
}
.page-template-template-our-services .marquee-track{    gap: 46px;}
.data-delivering .col-lg-3 {
        flex: 0 0 auto;
        width: 22%;
    }
    .data-delivering .hover-content{
        width: 98%;
    }

    .data-delivering .benefit-card{
        padding: 73px 10px;
    }
.data-delivering .benefit-card-title{
        font-size: 16px;
}

.number-count {
    display: flex;
    align-items: center;
    gap: 3px;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
    color: #003473;
}
.number-count h5{margin: 0;}




.marquee-container {
  height: 220px;
  overflow: hidden;
  line-height: 30px;
}
/*  .marquee {
    top: 0;
    left: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    animation: marquee 20s linear infinite;
  }*/

/*  .marquee2 {
    animation-delay: 10s;
  }
  b {
    padding-left: 10px;
  }
}*/

.marquee-track{
    height: 100%;
    width: fit-content;
    align-items: center;
    display: flex;
    position: relative;
    animation: marquee 50s linear infinite;
    will-change: transform;
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}


.page-template-template-home .bg-white-home{background: #fff;}
.page-template-template-home .single-carousel{
    justify-content: center;        min-height: 430px;
}

.page-template-template-home .carousel-section-title-wrap {
    margin: 0 0 2.875rem;
    margin: 0 auto;
    text-align: center;
}
.values-align {
    margin: 0rem 0 5rem;
}
.values-align h2{color: #fff;font-weight: 700;padding: 0;}
.values-align .our-people-title-wrap {
    background: #013371;
    color: #fff;
    padding: 2rem;
    border-radius: 20px;
    max-width: 100%;
}
.our-people-title-wrap button:hover{background: #e10169;border-color: #e10169}
.credentials-accre .crd-logo-wrap {
    width: 13.3%;
}


.leadership-section  .carousel-wrapper .owl-nav .owl-prev {
    left: 0;
}
.leadership-section .carousel-wrapper .owl-nav .owl-next {
    left: inherit;
    right: -43px;
}
.whoweare-bottom-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.crd-logo-wrap {
    position: relative;
    height: 200px;
}



p.info-text a {
    text-decoration: none;color: #013473;
}
p.info-text a:hover {
    text-decoration: underline;
    text-underline-offset:0.25rem ;
}

html, body {
    height: 100%;
}
body{
        display: flex;
    flex-direction: column !important;
}
footer{
    margin-top: auto;
}



.privacy-policy p{color: inherit !important;}
.privacy-policy span.s1 {
    text-decoration: underline;
    font-weight: 500;
    text-underline-offset: 0.25rem;
    margin-bottom: 0.75rem;
    display: block;
}
.privacy-policy table.t1 {border-collapse: collapse;margin-bottom: 2rem;}
.privacy-policy tr.tableheader td{ background: #eef7fc}
.privacy-policy td.td1 {
    border-style: solid; border: 1px solid #bfbfbf; padding: 10px}
   .privacy-policy table ul.ul1 {
    list-style-type: disc;
    padding-left: 1rem;
    margin: 0;
}
.privacy-policy ul.ul1 {
    list-style-type: disc;
    padding-left: 2rem;
    margin: 0;
}
.privacy-policy ul li a {
    text-decoration: none;
    color: #033371;
}
.privacy-policy a{
     color: #033371;
}
.privacy-policy ul li{margin-bottom: 1rem;}
.privacy-policy ol li{margin-bottom: 1rem;}
.content-wrap-policy {
    border: 1px solid #dedede;
   
    margin-bottom: 4rem;
}
.content-wrap-policy li {
    border-bottom: 1px solid #dedede;
    padding: 0 1rem 1rem;
    list-style: none;
}
.content-wrap-policy ul {
    padding-left: 0 !important;
}
.content-wrap-policy li:last-child {
    border: none;
    padding-bottom: 0;
}
.content-wrap-policy p.p1 {
    background: #eef7fd;
    padding: 10px;
    font-weight: 700;
}
.our-people-title-wrap button {
    background: #fff;
    color: #013371;
    font-weight: 700;
}





.marquee-sample {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.marquee-track {
  display: flex;
  width: max-content;
  gap: 16px;
  animation: scroll 25s linear infinite;
  will-change: transform;
}

.marquee-track img {
  height: auto;
  width: 120px; /* mobile default */
  flex-shrink: 0;
  border-radius: 8px;
}


.marquee-sample:hover .marquee-track {
  animation-play-state: paused;
}


@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


.page-template-template-our-credentials .carousel-section-title-wrap {
    margin: 0 0 2.875rem;
    margin: 0 auto;
    text-align: center;
}

.page-template-template-our-credentials .carousel-section-title-wrap p{text-align: center;}
.page-template-template-our-credentials .carousel-section-title-wrap .section-title{   text-align: center;}
.lets-wrk-button button {
    background: #013372;
     border-color: #03336F;
}
.lets-wrk-button button:hover {
    background: #EEF7FC;
    border-color: #03336F;
    color: #03336F;
    font-weight: 600;
}



.page-template-template-our-credentials .crd-logo-wrap img{margin: 0 auto;}

.company_info {
    font-size: 14px;
}
.company_info p{
    margin-bottom: 0rem;
}
a.footer-fcc-logo {
    display: block;
    width: 140px;
    margin-left: auto;
}
.footer-fcc-logo img {
    display: block;
    margin-left: auto;
    margin-bottom: 0.5rem
}

p.ofiice_tag {
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.25rem;
}

.eq_box_img img {
   width: 100%;
    border-radius: 20px;
    margin-bottom: 1rem;

}




.marquee {
  width: 100%;
  height: 12rem;
  pointer-events: none;
margin-top:1rem;
  overflow: hidden;
 
}

.marquee__inner-wrap {
  height: 100%;
  width: 100%;
}


.marquee__img {
  width: max(8rem, 9vw);
/*  height: 8rem;*/
 
}

.marquee__inner {
  height: 100%;
  width: fit-content;
  align-items: center;
  display: flex;
  position: relative;
  animation: marquee 20s linear infinite;
  will-change: transform;
  gap: 40px;
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

.privacy-policy p{font-size: 1rem}
.privacy-policy article h2 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 0.5rem;
}


#truste-consent-track{z-index: 1;}
#trustarc-banner-overlay{background-color: #000000 !important   ;}
#truste-consent-track{background-color:inherit !important   ;}
.truste-banner{height: inherit !important;    padding: 50px 32px 20px 32px !important; }

.privacy-policy article h3 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 0.5rem;
} 
.privacy-policy ul {
    word-wrap: break-word;
}

.truste-consent-footer{margin-top: 0.5rem;}