
@font-face {
    font-family: 'Raleway Bold';
    src: url('../fonts/Raleway-ExtraBold.eot');
    src: url('../fonts/Raleway-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-ExtraBold.woff2') format('woff2'),
        url('../fonts/Raleway-ExtraBold.woff') format('woff'),
        url('../fonts/Raleway-ExtraBold.ttf') format('truetype'),
        url('../fonts/Raleway-ExtraBold.svg#Raleway-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item{
	line-height: normal !important;
}
.menucontact span.menu-text,
.ast-primary-sticky-header-active .menucontact span.menu-text{
    background: #215a85;
    padding: 10px 30px;
    border-radius: 20px;
    color: #fff !important;
}
.entry-content ul, .entry-content ol
{
	font-size: 20px;
	line-height: 28px;
}
.desciptpara
{
	margin-top: 50px;
}
h2 strong
{
	font-family: 'Raleway Bold';
}
.menucontact span.menu-text:hover{
	background: #fff;
	color: #215a85 !important;
}
.ast-primary-sticky-header-active .menucontact span.menu-text:hover,.ast-primary-sticky-enabled .menucontact span.menu-text:hover{
background: #0a73c3;	
	color: #fff !important;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item.lang-item,.footer-widget-area .menu li.lang-item{ display: none !important;}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item .sub-menu .menu-item .menu-link {
    color: #215a85;
}
footer#colophon {
    position: relative;
}
.site-above-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-full.ast-builder-grid-row-tablet-full.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack {
    width: 70%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -100px;
    background: transparent;
    border-radius: 6px;
}
.site-above-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-full.ast-builder-grid-row-tablet-full.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack  .site-footer-above-section-1.site-footer-section.site-footer-section-1{
	 background: #215a85;
	 border-radius: 6px;
	 padding:20px 30px;
}
.site-above-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-full.ast-builder-grid-row-tablet-full.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack h3 {
    color: #fff;
}
.footer-widget-area.widget-area.site-footer-focus-item.ast-footer-html-4 {
    display: inline-block; 
}
.interexcoexpertises li {
    list-style: none;
    line-height: 68px;
    position:relative;
	
}
.interexcoexpertises h3 a{
	font-size: 36px;
    font-weight: 400;
    color: #0f1f2b;
	text-decoration: none !important;
}
.interexcoexpertises h3:hover a,
.interexcoexpertises h3.active a{
	color : #215a85;
}
.interexcoexpertises
{
	padding-left:0;
	width: 83%;
	margin: 0 auto;
	margin-top: 15px;
}
.interexcoexpertises h3{     
	line-height: 50px;
    margin-bottom: 20px;
    position: relative;}
.interexcoexpertises h3:hover:before,
.interexcoexpertises h3.active:before{
	position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    background: url(../images/path.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    left: -35px;
    top: 12px;
}	

.faq-item.hidden {
    display: none;
}
.faq-item.shown {
    display: block;
}
.faq-load-more {
    font-weight: 600;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-right: 35px;
    color: #ffffff;
  	width: 250px !important;
	background-color: #215a85;
	border-radius: 40px;
}
.faq-load-more:hover {
    background-color: #0a73c3;
}


.expertisesectionright {
  color: #fff;
  padding: 65px 30px 40px 30px; /*65px 70px 40px 66px*/
  display:none;	
}
.categorypageexpertises .expertisesectionright {
    padding-top: 18px;
}
.expertisesectionright.showfirst {
    display: block;
}
.catnosexpertise .expertisecatgories {
    padding-top: 20px;
}
.expertise_posts {
  padding: 0 !important;
}
.expertise_posts li{ list-style:none; position:relative;padding-left: 20px;}
.expertise_posts li:before{
		position: absolute;
		content: "";
		height: 15px;
		width: 15px;
		background: url(../images/whitepath.svg);
		background-size: 50%;
		background-repeat: no-repeat;
		background-position: center;
		left: 0px;
		top: 7px;
	}
.expertise_posts li a {
  text-decoration: none !important;
    color: #fff;
}
.loadingwheel{
	  height: 75px;
	  width: 75px !important;
	  background: url("../images/loadingring.svg");
	  background-size: 100%;
	  background-repeat: no-repeat;
	  background-position: center;
	  position: absolute !important;
	  left: 0;
	  right: 0;
	  margin: 0 auto;
	  margin-top: 100px;
	  display:none;
	}
.btn.roundwhite {
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 19px;
  border-radius: 50px;
  text-decoration: none !important;
  margin-top: 50px;
  display: inline-block;
}
.btn.roundwhite:hover{
	border: 1px solid #fff;
  	color: #215a85;
	background: #fff;
}
.billets-de-nos-posts .uagb-post__text .uagb-post__taxonomy.highlighted
{
	display:none;
}
.billets-de-nos-posts .uagb-post__text .uagb-post__taxonomy.highlighted:first-child
{
	display:block;
	background:none;
	position:relative;
	padding-left:15px;
	margin-bottom:8px;
}
.billets-de-nos-posts .uagb-post__text .uagb-post__taxonomy.highlighted a
{
	color:#000;
	font-size: 18px;
	font-weight: 400;
}
.billets-de-nos-posts .uagb-post__text .uagb-post__taxonomy.highlighted:first-child:before
{
	position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    background: url(../images/path.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 6px;
}
.billets-de-nos-posts.uagb-post-grid .uagb-post__date
{
	color:#bcbcbc;
	font-size:18px;
}
.billets-de-nos-posts.uagb-post-grid .uagb-post__title
{
	padding-bottom:10px;
}
.billets-de-nos-posts.uagb-post-grid
{
	padding:0;
	padding-bottom:30px;
}
.uagb-post__arrow-outside.uagb-post-grid.billets-de-nos-posts .slick-prev
{
	top: -69px;
  right: 61px;
  left: auto;
}
.uagb-post__arrow-outside.uagb-post-grid.billets-de-nos-posts .slick-next
{
	right: 10px;
  top: -69px;
}
.uagb-slick-carousel.billets-de-nos-posts button.slick-arrow
{
	box-shadow:none;
}
ul.expertise_posts {
    margin-left: 0;
    margin-top: 20px;
}
/*Category Page*/
body.archive.category .site-content .ast-container,
body.single.single-prestation .site-content .ast-container,
body.single.single-post .site-content .ast-container{
	    max-width: 100%;
    	padding: 0 !important;
	}
body.archive.category .site-content .categorydescription {
    width: 75% !important;
    display: block;
	margin-top: 0;
}
h1.has-text-align-center.categorytitle.wp-block-query-title.has-text-color.has-white-color {
    font-weight: 500;
    font-size: 51px;
	margin-bottom: 0px;
}
.categorydescription p {
    line-height: 23px;
}
p.has-text-align-center.categorybreadcrumb.has-white-color.has-text-color.has-link-color {
    margin-bottom: 0;
}
h2.categorytitle {
    text-align: center;
	    font-size: 66px;
	    line-height: 79px;
	    font-weight: 500;
}

.catdescr.col2,.advantageswrap{
	 display:grid;
	 grid-template-columns: repeat(2, 1fr);
	  gap: 65px 100px;
	  grid-auto-rows: minmax(100px, auto);
	}
.desciptpara .column,.desciptpara .column p{
		color:#000000;
		font-size:18px;
	}	
.advancecolums {
    text-align: center;
}
.categoryicon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 50%;
    background-size: 65% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}	
.advancecolums h3 {
    font-size: 36px;
    font-weight: bold;
	    line-height: 40px;
    margin-bottom: 27px;
}
.advancecolums .description {
    font-size: 18px;
    color: #000;
	    line-height: 24px;
}
.articlepresentation article.uagb-post__inner-wrap{
	position:relative;
	min-height:220px;
	}
.articlepresentation .uagb-post__text.uagb-post__cta.wp-block-button{
	position:absolute;
	right:0px;
	bottom:0px;
	}
.articlepresentation .uagb-post__text.uagb-post__cta.wp-block-button a.wp-block-button__link.uagb-text-link	{
	border:1px solid;
	font-size:0px !important;
	height: 15px;
	width: 15px;
	background: url(../images/whitepath.svg)!important;
	background-size: 20%!important;
	background-repeat: no-repeat!important;
	background-position: center!important;
	
	}
.articlepresentation button.slick-prev.slick-arrow {
    position: absolute;
    right: 145px !important;
    top: 0;
    left: auto !important;
	box-shadow: none !important
}
.articlepresentation button.slick-next.slick-arrow {
    position: absolute;
    right: 115px !important;
    top: 0;
    left: auto !important;
	box-shadow: none !important
}	
.articlepresentation button.slick-next.slick-arrow svg path,
.articlepresentation button.slick-prev.slick-arrow svg path{
	display:none;
	}
.articlepresentation button.slick-next.slick-arrow svg {
	height: 25px;
    width: 25px;
    background: url(../images/path-next.svg) !important;
    background-size: 50% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	}
.articlepresentation button.slick-next.slick-arrow svg:hover {
	  background: url(../images/path-next-hover.svg) !important;
    background-size: 50% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	}	
.articlepresentation button.slick-prev.slick-arrow svg {
	height: 25px;
    width: 25px;
    background: url(../images/path-prev.svg) !important;
    background-size: 50% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	}	
.articlepresentation button.slick-prev.slick-arrow svg:hover{
	background: url(../images/path-prev-hover.svg) !important;
    background-size: 50% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	}		
h2.categorytitle.alignleft {
    text-align: left;
    margin-left: 110px;
}	
.articlewrapper{
	width: 100%; display: 
	inline-block; 
	height: 220px;
	background: #215a85;
    text-align: left;
	padding: 20px;
    color: #fff;
	position: relative;
	    border-radius: 6px;

}
.articlewrapper h4,.articlewrapper a p{color: #fff;}
.articlewrapper:hover{
	background: #fff;	
}
.articlewrapper:hover h4 ,.articlewrapper:hover p,.articlewrapper:hover .readmore svg path{
	 color: #0f1f2b;
	 fill:#0f1f2b;
}
.categoryarticles .slick-slider .slick-slide,
.category_expertises .slick-slider .slick-slide{
  padding: 0 10px;
}
.articlewrapper h4 {color:#fff;}
.articlewrapper h4{margin-bottom: 20px;    font-size: 30px;    font-style: italic;}
.articlewrapper .readmore {
    position: absolute;
    right: 35px;
    bottom: 15px;
}
.categoryarticles{
	display: block;
	
}
.categoryarticles button.slick-prev.slick-arrow {
    position: absolute;
    top: -82px;
    right: 140px;
    text-indent: -9999px;
    height: 30px;
    width: 30px;
    background: transparent url(../images/path-prev.svg) !important;
    background-size: 15px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    box-shadow: none;
}
.categoryarticles button.slick-prev.slick-arrow:hover{
	background: transparent url(../images/path-prev-hover.svg) !important;
	height: 30px;
    width: 30px;
	background-repeat: no-repeat !important;
    background-position: center !important;
	
}
.categoryarticles button.slick-next.slick-arrow {
    position: absolute;
    top: -82px;
    right: 100px;
    text-indent: -9999px;
 	height: 30px;
    width: 30px;
    background: transparent url(../images/path-next.svg) !important;
    background-size: 15px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	box-shadow: none;
}
.categoryarticles button.slick-next.slick-arrow:hover {
	background: transparent url(../images/path-next-hover.svg) !important;
	height: 30px;
    width: 30px;
	background-repeat: no-repeat !important;
    background-position: center !important;
}
.expertiseloop.slick-slider{ display: block;width: 100%;}
h2.expertisecategorytitle {
    margin-bottom: 25px;
    font-size: 66px;
    padding-left: 10px;
	font-weight: 500;
}
.expertisewrapper a{text-decoration: none!important; }
.expertisewrapper .categoryname{ margin-top: 10px; color: #0f1f2b;font-size: 18px;}
.catbeforeicon{
	background: transparent url(../images/path.svg);
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    background-size: 10px;
    vertical-align: middle;
    margin-top: -7px;
    background-size: 50%;
}

.expertisewrapper h4.uagb-post__title {
    font-size: 21px;
    margin-top: 15px;
	    margin-bottom: 0;
}
.publishdate {
    color: #bcbcbc;
    font-size: 18px;
    margin-top: 0px;
}

.category_expertises button.slick-prev.slick-arrow {
    position: absolute;
    top: -75px;
    right: 140px;
    text-indent: -9999px;
    height: 30px;
    width: 30px;
    background: transparent url(../images/path-prev.svg) !important;
    background-size: 15px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    box-shadow: none;
	    padding: 0;
}
.category_expertises button.slick-prev.slick-arrow:hover{
	background: transparent url(../images/path-prev-hover.svg) !important;
	height: 30px;
    width: 30px;
	background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 15px !important;

	
}
.category_expertises button.slick-next.slick-arrow {
    position: absolute;
    top: -75px;
    right: 100px;
    text-indent: -9999px;
 	height: 30px;
    width: 30px;
    background: transparent url(../images/path-next.svg) !important;
    background-size: 15px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
	box-shadow: none;
	    padding: 0;
}
.category_expertises button.slick-next.slick-arrow:hover {
	background: transparent url(../images/path-next-hover.svg) !important;
	height: 30px;
    width: 30px;
	background-repeat: no-repeat !important;
    background-position: center !important;
	background-size: 15px !important;
}
.catrelatedsection{ padding-left: 16.5%!important;}
.categorypresenntation {
    padding-left: 17.5% !important;
}
.catrelatedsection.homepage {
    padding-left: 25% !important;
}
.categorypresenntation p {
    display: none;
}
.categorypresenntation .articlesloop .uagb-post__text.uagb-post__excerpt p{ display:block !important;}
.ast-builder-layout-element.site-footer-focus-item.ast-footer-button-3 ast-custom-button-link:hover{ background: transparent !important; border:1px solid #fff;}

.yoast-breadcrumbs.aligncenter a,.yoast-breadcrumbs.aligncenter span{color:#fff; text-decoration: none;}


.teamwraper{
	 display:grid;
	 grid-template-columns: repeat(2, 1fr);
	  gap: 40px 75px;
	  grid-auto-rows: minmax(75px, auto);
	}
.prfilepicture{display: block; width: 100%;    margin-bottom: 22px;}
.prfilepicture img{display: block; width: 127px; margin: 0 auto; border-radius: 50%;}

team.profilewraper{
	box-shadow: #ededef 10px 10px 20px 0px;
	padding: 40px;
	text-align: center;
	    background: #fff;
	transition: transform .3s ease;
}
.profilename {
    font-size: 22px;
    color: #0f1f2b;
    text-align: center;
	    line-height: 27px;
}
designation {
    display: block;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
linkedin {
    text-align: center;
    display: block;
    margin-top: 5px;
    margin-bottom: 31px;
}
.profilewraper .contact {
    display: block;
    margin-top: 40px;
}

.profilewraper .contact a{
	padding: 7px 32px;
    background: #215a85;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
	font-size: 15px;
}
.profilewraper .contact a:hover
{
	background: #0a73c3;
}
team.profilewraper:hover
{
	transform: scale(1.05);
}
.ast-primary-header-bar.ast-sticky-active
{
	background-color:#fff;
}
.site-header-focus-item.ast-sticky-active .menu-text
{
	color:#0f1f2b;
}
body:not(.home) .site-header .menu-text
{
	color:#000;
}
body:not(.home) .ast-header-button-1 .ast-custom-button
{
	color: #ffffff;
  background: #215a85;
}
p.breadcrumb-in-pages,
p.breadcrumb-in-pages a
{
	margin-bottom:0;
	color:#fff;
	text-decoration:none !important;
}
.partenaires_de_votre p
{
	margin-bottom:24px;
	color:#000;
	font-size:16px;
	line-height: 23px;
}

.blue-bg-icon .wp-block-uagb-image__figure
{
	background-color: #215a85;
  padding: 16px;
  border-radius: 50px;
}
.footer-widget-area.widget-area.site-footer-focus-item.ast-footer-html-4 p
{
	line-height: 24px;
  margin-top: 2px;
  font-size: 18px;
}
.footer-widget-area.widget-area.site-footer-focus-item.ast-footer-html-4
{
	margin-bottom:0;
}
.site-above-footer-wrap.ast-builder-grid-row-container.site-footer-focus-item.ast-builder-grid-row-full.ast-builder-grid-row-tablet-full.ast-builder-grid-row-mobile-full.ast-footer-row-stack.ast-footer-row-tablet-stack.ast-footer-row-mobile-stack h3
{
	font-size:28px;
	font-weight: 400;
}
.ast-builder-layout-element.site-footer-focus-item.ast-footer-button-3 div.ast-custom-button,
.ast-builder-layout-element.site-footer-focus-item.ast-footer-button-1 div.ast-custom-button
{
	font-size: 14px;
}
.ast-builder-layout-element.site-footer-focus-item.ast-footer-button-3 {
    display: inline-block;
    width: auto;
    margin-right: 20px;
}
.site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-inline .site-footer-section {
    display: inline-block;
    margin-bottom: 0;
    text-align: right;
}
.ast-builder-layout-element.site-footer-focus-item.ast-footer-button-1 {
    display: inline-block;
    width: auto;
}
.alignjustify p{ text-align: justify;}
.financialanalysis {
		display:grid;
	    grid-template-columns: repeat(2, 1fr);
	    gap: 40px 75px;
	    grid-auto-rows: minmax(75px, auto);
}
.financeana {
  text-align: center;
}
.financeana h3 {
  font-weight: 700;
  width: 65%;
  margin: 0 auto;
    margin-bottom: 0px;
  display: block;
  margin-bottom: 27px;
	font-size: 36px;
}
.presetatationdescription {
  color: #fff;
  text-align: center;
}
.financialanalysis .description p {
    font-size: 18px;
	margin-bottom: 28px;
}
.prestationheaderdescription p{ display:none;}
.prestationheaderdescription .presetatationdescription p{ display:block;margin-bottom: 0;}

.single.single-post  .ast-narrow-container .site-content > .ast-container {
        max-width: 100% !important;
        padding: 0;
    }

.postmeta {
  display: block;
  width: 80% !important;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding-top: 15px;
}
.userpic img {
  display: inline-block;
  width: 50px;
  vertical-align: top;
}
.userpic {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.userpic span {
  display: inline-block;
  color: #fff;
  padding-top: 00px;
  padding-left: 10px;
	font-weight: bold;
}

.postdate {
  display: inline-block;
  color: #fff;
  padding-top: 10px;
}
.postdate span {
    font-weight: 600;
}
.lh24 {
    line-height: 24px;
}
.uagb-position__sticky{z-index: 11 !important;}
.testimonials button.slick-prev.slick-arrow,
.testimonials button.slick-next.slick-arrow{
    display: none !important;
}
.testimonials ul.slick-dots li {
    display: inline-block;
    text-align: center;
}

.testimonials ul.slick-dots li button {
    border: 1px solid #d8d8d8 !important;
    height: 10px;
    width: 10px;
    padding: 0;
    margin-right: 7px;
    background: #d8d8d8;
    text-indent: -9999px;
	    border-radius: 50%;
}
.testimonials ul.slick-dots li button:hover {
    border: 1px solid #727272 !important;
    background: #727272;
    text-indent: -9999px;
}
.tmwraper {
    text-align: center;
}
.tmpic {
    text-align: center;
    width: 50px;
    margin: 0 auto;
    margin-bottom: 10px;
}
ul.slick-dots {
    text-align: center;
    width: 100%;
    margin-left: 0;
}
.testimonials{
    border: 1px solid #d8d9db;
    border-radius: 6px;
	       padding: 20px 10px;
}
.tmwraper .tmcontent {
    text-align: center;
    border: 1px solid #d8d9db;
    padding: 50px 20px 20px;
    border-radius: 6px;
    position: relative;
    margin-bottom: 14px;
    background: url(../images/quotesvg.svg);
    background-repeat: no-repeat;
    background-position: center 18px;
    background-size: 40px;

}
.tmwraper .tmcontent:before, .tmwraper .tmcontent:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;

}
.tmwraper .tmcontent:before {
    border-color: rgba(0, 0, 0, 0);
    border-width: 12px;
    border-top-color: #d8d9db;
    margin-left: -12px;
}
.tmwraper .tmcontent:after {
    border-color: rgba(0, 0, 0, 0);
    border-width: 10px;
    border-top-color: white;
    margin-left: -10px;
}
.unksticky{
	position: sticky !important;
	top: 130px;
	z-index: 1;
	
}
.singlepostcontent h2, .singlepostcontent p, .singlepostcontent ul,.singlepostcontent ol {
    padding-left: 70px;
}
.mbzero h1.uagb-heading-text{
	margin-bottom: 0px !important;
}
.mbzero p.uagb-desc-text{
	 line-height: 25px;
}
.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4;
    width: 200px !important;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: #393d3f;
    color: #b2b2b2;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
	border-radius: 0;
}
.contactformgrid{
		display:grid;
	    grid-template-columns: repeat(2, 1fr);
	    gap: 20px 20px;
	    grid-auto-rows: minmax(20px, auto);
	
}
.cfitem p,.contactformmessage p { margin-bottom:0px !important; }
.wpcf7-form input,.wpcf7 textarea.wpcf7-form-control,
.wpcf7-form input:focus,.wpcf7 textarea.wpcf7-form-control:focus{
	    background: #eeeeee;
		resize: none;
		border: 0 none !important;
		padding: 23px 23px !important;
		color: #b2b2b2 !important; 
	    font-size: 16px;
		font-weight: 600;
	}

.wpcf7-form input::placeholder,.wpcf7 textarea.wpcf7-form-control::placeholder{
	color: #b2b2b2; opacity: 1; font-weight: 600;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #215a85;
    padding: 12px 45px !important;
    color: #fff !important;
    border-radius: 20px;
    font-weight: 600;
}
input.wpcf7-form-control.wpcf7-submit:hover{
	background: transparent;
	color: #215a85 !important;
	border:1px solid #215a85 !important;
}

.wpcf7-response-output {
    border: 0px none !important;
	    font-size: 18px !important;
	    text-align: center;
}
span.wpcf7-spinner{ position:absolute;}
.pll-switcher-select,
.ast-theme-transparent-header.ast-primary-sticky-header-active .pll-switcher-select{
     appearance: none;
    border: 0;
    box-shadow: none;
    font-size: 16px;
    font-weight: bold;
	color:#0f1f2b;
	background: transparent;
}
.pll-switcher-select:focus{
	background: transparent!important;
}
body.ast-theme-transparent-header .pll-switcher-select{
	font-size: 16px;
    font-weight: bold;
	color:#fff;
	background: transparent;
}
.widget_polylang{
	position: relative;
	padding-left: 15px;
	height: 32px;
    padding-top: 0;
    line-height: 0;
	    top: -5px;
	display: none;
}

.ast-theme-transparent-header.ast-primary-sticky-header-active .widget_polylang:before,
.ast-primary-sticky-enabled .widget_polylang:before{
	content: "";
    width: 20px;
    display: inline-block;
    height: 20px;
    position: absolute;
    left: 0;
    top: 10px;
	background: url(../images/glob.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 36px;
    background-size: 20px;
        z-index: -111;
}

.ast-theme-transparent-header .widget_polylang:before,.ast-theme-transparent-header .widget_polylang:before{
	content: "";
    width: 20px;
    display: inline-block;
    height: 20px;
    position: absolute;
    left: 0;
    top: 10px;
	background: url(../images/glob-white.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 36px;
    background-size: 20px;
    z-index: -111;
    
}
/*.ast-primary-sticky-header-active .widget_polylang:before,.ast-theme-transparent-header.ast-primary-sticky-header-active .widget_polylang:before{
	top: 18px;
}*/

.pll-switcher-select option{
	background: #ffffff!important;
	color:#0f1f2b!important;
}
.wp_mapit_multipin_map {
    z-index: 0;
}
.leaflet-control-attribution.leaflet-control {
    display: none;
}
.ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-html-1 p {
    display: none;
}
.contactheaderbtn a {
    background: #215a85;
    padding: 10px 30px;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
}
.contactheaderbtn a:hover{
	 background: #fff;
	 color: #215a85;
}

.ast-builder-footer-grid-columns.site-below-footer-inner-wrap.ast-builder-grid-row {
    border-top: 1px solid #8d97a0;
}

.footercol3{ 
	displa:block;
	width: 100%;
}
.footercol3 .ftcl3image {
    width: 20%;
	display: inline-block;
}
.footercol3  .ftcl3text{
	width: 75%;
    display: inline-block;
    vertical-align: top;
    line-height: 21px;
	
}
.site-footer-primary-section-2.site-footer-section.site-footer-section-2,
.site-footer-primary-section-3.site-footer-section.site-footer-section-3{
	margin-top: 58px;
}

footer .textwidget, footer .textwidget a {
    color: #fff;
}
.ast-builder-html-element p:first-child {
  margin-top: -4px;
}
input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required {
    padding: 0 !important;
    background: #eeeeee;
    resize: none;
    border: 0 none !important;
    padding: 12px 15px !important;
    color: #b2b2b2 !important;
    font-size: 16px;
    font-weight: 600;
}
.engagementrse p{    margin-block-start: 8px;    line-height: 24px;text-align: justify;}
.wp-block-uagb-faq-child.uagb-faq-child__outer-wrap:hover {
    border-color: #D2D2D2 !important;
}
.mobilecarasoule button.slick-prev.slick-arrow {
    position: absolute;
    left: -165px !important;
    top: 50%;
	text-indent: -999px;
	height: 30px;
    width: 30px!important;
    background: transparent url(../images/path-prev.svg) !important;
    background-size: 50%;
    background-repeat: no-repeat !important;
    background-position: center!important;
	box-shadow: none;
	z-index: 1111;
}
.mobilecarasoule button.slick-next.slick-arrow {
    position: absolute;
    right: -165px !important;
    top: -33%;
	text-indent: -999px;
	height: 30px;
    width: 30px!important;
    background: transparent url(../images/path-next.svg) !important;
    background-size: 50%;
    background-repeat: no-repeat !important;
    background-position: center!important;
	box-shadow: none;
}




.faq-item {
    background-color: transparent;
    border-top-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-color: rgb(210, 210, 210);
	border-style: solid;
	margin-bottom: 10px;
        }
.question {
		padding:15px;
		cursor: pointer;
		color: rgb(0, 0, 0);
		font-size: 18px;
		font-weight: 400;
		font-family: 'Raleway', sans-serif;
		line-height: 1.3em;
	position: relative;
}
        .answer {
            display: none;
            padding-top: 0px;
			padding-bottom: 15px;
			padding-right: 15px;
			padding-left: 15px;
			    color: #000000;
			font-weight: 400;
        }
.answer p:last-child{ margin-bottom: 0px;}
.opencloseicons {
    position: absolute;
    right: 10px;
    top: 16px;
	line-height: 13px;
}

span.uagb-icon.uagb-faq-icon-wrap svg,span.uagb-icon-active.uagb-faq-icon-wrap svg{
	width: 20px;
    height: 20px;
    font-size: 20px;
    fill: rgb(188, 188, 188);
}
.question:hover .opencloseicons svg {
    fill: var(--ast-global-color-0);
}
.opencloseicons.active span.uagb-icon.uagb-faq-icon-wrap,span.uagb-icon-active.uagb-faq-icon-wrap {
    display: none;
}
.opencloseicons.active span.uagb-icon-active.uagb-faq-icon-wrap{
	display: block;
}
.question span {
    width: 90%;
    display: inline-block;
}
.hideptag p {
    display: none;
}
/*Team Paralax*/
@import "https://unpkg.com/normalize.css";
:root {
  --card-aspect-ratio: 2 / 3;
}


/* Define the scroll timeline */
@scroll-timeline verticalScroll {
  source: auto;
  orientation: block;
  scroll-offsets: start 0, end 100%;
}

.grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
 
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  padding: 1rem;
  overflow: hidden;
  position: relative;
  background:#000;
}

.column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  animation: parallax linear;
  animation-timeline: verticalScroll;
  animation-range: 0% 100%;
  transition: transform 0.5s ease-out;
}

@keyframes parallax {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(calc(var(--speed) * -100vh));
  }
}



/* The distance is the number of cards minus 100vh */

.column:is(:nth-of-type(1)) {
	--origin: calc(var(--gap) * -2);
	/*--destination: calc(var(--card-height) * 3.4 + var(--gap));*/
}
.column:is(:nth-of-type(2)){
	--origin: calc(var(--gap) * -20);
	/*--destination: calc(var(--card-height) * 1.5 + var(--gap));*/
}

.column:is(:nth-of-type(3)){
	--origin: calc(var(--gap) * -3);
	/*--destination: calc(var(--card-height) * 1.5 + var(--gap));*/
}

.column:is(:nth-of-type(4)){
	--origin: calc(var(--gap) * -20);
	/*--destination: calc(var(--card-height) * 1.5 + var(--gap));*/
}

.column:is(:nth-of-type(5)){
	--origin: calc(var(--gap) * -1);
	/*--destination: calc(var(--card-height) * 3.4 + var(--gap));*/
}

.desciptpara .column:first-child,
.desciptpara .column:nth-child(2) {
    --origin: 0;
    --destination: 0;
}
@keyframes scale {
	0% {
		transform: translateY(var(--origin, 0%));
	}
	100% {
		transform: translateY(var(--destination, -50%));
	}
}
.start-bottom {
  transform: translateY(-100vh);
}

.grid .column img {
	max-width: 100%;
	border: 0;
	padding: 0;
	max-height: 100%;
	width: 100%;
	/*aspect-ratio: 5 / 7;*/
	}

.grid::before {
   content: "";
    position: absolute;
    pointer-events: none;
    top: -0px;
    left: -0px;
    width: calc(100% + 0px + 0px);
    height: calc(100% + 0px + 0px);
    border-color: inherit;
    background: #032440;
    opacity: 0.8;
    z-index: 9;
}

.paralaxcontent {
    position: absolute !important;
    top: 30%;
    color: #fff;
    z-index: 11;
    width: 500px !important;
    left: 17%;
}

.paralaxcontent h2{ 
	color:#ffff;    
	font-weight: 500;
    font-size: 66px;
	font-family: 'Raleway', sans-serif;
    line-height: 1.3em;
}
.paralaxcontent .parabtn a{ 
    font-weight: 400;
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 28px;
    padding-right: 28px;
    color: #ffffff;
    border: 1px solid #fff;
	border-radius: 30px;
	text-decoration: none;
	margin-top: 50px;
	display: inline-block;
}
.paralaxcontent .parabtn a:hover{
	background: #ffffff!important;
	color:#0f1f2b!important;
}


.catrelatedsection {
    margin-top: 60px;
    padding-top: 50px !important;
	    padding-bottom: 50px !important;
}
figcaption.wp-element-caption {
    text-align: left;
}
