/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


/* @import url('https://fonts.cdnfonts.com/css/helvetica-neue-55'); */
@import url('https://fonts.cdnfonts.com/css/arial-2');

h1, h2, h3, h4, h5, h6{
	/* 	font-family: 'Helvetica Neue', sans-serif !important; */
	/* 	font-family: 'Arial', sans-serif !important; */
}

/* Header start */

.header-main {
	height: 0 !important;	
}

/* .nav-dropdown-has-arrow.nav-dropdown-has-border li.has-dropdown::before{
	display: none;
} */

.sticky-jump .header-main {
	height: 0 !important
}


.header-main .header-nav li.menu-item-design-default.active a {
	border-bottom: 2px solid #FEC30E;
}

.sticky-jump .header-inner{
	height: 70px !important;
}

.header-inner{
	height: 90px !important;
	max-width: 1720px !important;
}

.header-main a.button{
	font-size :18px;
	border-radius: 8px;
	padding: 3px 56px 3px 20px;
	position: relative;
	color: #222 !important;
	letter-spacing: 1px;
	transition: 0.3s ease-in-out;
}

.header-main a.button:hover{
	padding: 3px 20px 3px 56px;
	transition: 0.3s ease-in-out;
}

.header-main .header-nav{
	justify-content: center;
}

.header-main .header-nav li.menu-item-design-default{
	margin: 0 18px;
}

.header-main .header-nav .sub-menu{
	padding: 7px !important;
	border-radius: 11px !important; 
	border: none;
	box-shadow: none;
}
.header-main .header-nav .sub-menu li a{
	color: #222;
	font-weight:500;
}

.header-main .header-nav .sub-menu li a:hover{
	color: #fdc30f;
	width: fit-content;

}

.header-main .header-nav a.nav-top-link{
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.5px;	
	text-transform: capitalize;
}

.header-main .header-nav a.nav-top-link:hover{
/* 	color: #FEC208 !important; */
	color: #fff !important;
}

.header-main .has-dropdown .icon-angle-down {
	font-size: 24px;
    margin-left: 4px;
    opacity: 1;
/*     margin-top: 4px; */
}

a.button{
	box-shadow: none !important;
}

/* Header end */

/* hero section start */

.heroSec{
	padding-top: 200px !important;
	padding-bottom: 140px !important; 	
	position: relative;
	z-index: 1;
	overflow: visible !important;
}

.heroSec .row{
	max-width: 1720px !important;
}

.heroCol h1{
	font-size: 110px;
	line-height: 1;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.heroCol h1 span{
	display: block;
	text-transform: uppercase;
}

.spanBlock{
	display: block;
}

.heroCol h1 .span1{
	color: #FEC208;
}

.heroCol h1 .span2{
	color: #C4C4C4;
}

.heroCol h1 .span3{
	color: #C56723;
}

.heroCol p{
	font-size: 24px;
	color: #fff;
	letter-spacing: 0.7px;
	max-width: 670px;
	font-weight: 600;
	line-height: 1.4;
}

.heroCol p span{
	color: #FEC30E;
}
.mobile-sidebar .header-button a,
.btn{
	font-size: 18px;
	padding: 2px 56px 2px 20px;
	font-weight :700;
	letter-spacing: 1px;
	border-radius: 8px;
	color: #222 !important;
	border: 1px solid #fdc30f;
	position: relative;
	transition: .3s ease-in-out;
}

.mobile-sidebar .header-button a{
	font-size:14px;
}

.mobile-sidebar .header-button a:hover,
.btn:hover,
.btn2:hover{
	transition: .3s ease-in-out;
	padding: 2px 20px 2px 56px;
}

.header-main a.button:hover{
	padding: 3px 20px 3px 56px;
	transition: .3s ease-in-out;
}

.mobile-sidebar .header-button a:hover::after,
.btn:hover::after,
.btn2:hover::after,
.header-main a.button:hover::after{
	right: calc(100% - 33px);
}
.mobile-sidebar .header-button a::after,
.btn::after,
.btn2::after,
.header-main a.button::after{
	content: "";
	position: absolute;
	background: url("/wp-content/uploads/2026/08/Arrow.png") no-repeat;
	width: 17px;
	height: 17px;
	background-size: 17px;
	right: 20px;
	top: 3px;
	bottom: 0;
	margin: auto;
	transition: right .3s ease-in-out;
}

.btn2{
	font-size: 18px;
	padding: 2px 56px 2px 20px;
	font-weight :700;
	border-radius: 8px;
	letter-spacing: 1px;
	background: transparent;
	border-color: #fff;
	transition: .3s ease-in-out;

}

.btn2:after{
	filter: brightness(0) invert(1);	
}

/* hero section end */

/* footer start */

.footer{
	padding-top: 70px !important;
	padding-bottom: 50px !important;
	position: relative;
}

.footer::after{
	position: absolute;
	content: "";
	background: url("/wp-content/uploads/2026/08/footer-vector.webp") no-repeat;
	width: 500px;
	height: 400px;
	background-size: 500px;
	left: 0;
	bottom: -32px;
	z-index: 999;
	pointer-events: none;
}

.topWrap{
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 2px;
	color: #C56723;
	font-weight :700;
	margin-bottom: 6px;
    display: block;
}

.footerTextRow .topWrap{
	letter-spacing: 3.2px !important;
}

.headWrap{
	font-family: Helvetica;
	font-size: 46px;
	letter-spacing: 1px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.2;
}

.spanYellow{
	color: #FDC30F;	
}

.footerTextRow{
	background: #FAF8F5;
	border-radius: 20px;
	padding: 50px 25px;
	margin-bottom: 60px !important;
	max-width: 1490px !important;
	position: relative;
	z-index: 99;
}

.footerTextRow::after{
  content: "";
  position: absolute;
  background: url("/wp-content/uploads/2026/08/Footer-vectoe-2.webp") no-repeat;
    background-size: auto;
  width: 200px;
  height: 156px;
  background-size: 202px;
  right: 0;
  bottom: 0;
  top: auto;
  border-radius: 0 0 20px 0;
  z-index: -9;
}

.reaserchBtmRow,
.frameTextRow{
	max-width: 1490px !important;
	margin-left: auto !important;
    margin-right: auto !important;
}

.reaserchBtmRow {
	padding-left: 20px !important;
    padding-right: 20px !important;
}

.footerTextRow .col{
	padding-bottom: 0 !important;
}

.footerTextRow a.button{
	margin: 0;
}

.footerTextRow p{
	font-size: 18px;
	max-width: 560px;
	line-height: 1.5;
}

.footerTextRow h2{
	margin-bottom: 0;
}

.footerCol4 p{
	color: #FFFFFF99;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform:capitalize;
}

.footerCol h3{
	color: #C56723;
	letter-spacing: 1px;
	font-size: 24px;
	text-transform: uppercase;
}

.footerCol1 .col-inner {
	padding-right:64px;	
}

.footerCol1 img{
	max-width: 250px;
	padding-bottom: 20px;
}

.footerCol1 p{
	color: #FFFFFF99;
	font-size: 20px;
	font-weight: 500;
}

.footerCol .ux-menu-link{
	width: fit-content;
}

.footerCol .ux-menu-link a{
	border-bottom: none;
	color: #FFFFFF99;
	border-width: 0;
	font-size: 20px;
	letter-spacing: 1px;
	padding-bottom: 0;
	min-height: 2em;
	font-weight: 500;
}

.footerCol .ux-menu-link a:hover{
	width: fit-content;
	color: #FEC30E !important;
}

.footerCol1 .social-icons a{
	border-color: #fdc30f !important;
	margin-right: 12px;
	min-width: 52px;
	min-height: 52px;
	align-content: center;
	border-width: 1px;
}

.footerCol1 .social-icons a i{
	color: #fdc30f !important;
	font-size: 23px;
}

.absolute-footer {
	padding: 0;	
	background: #0A0A0A;
}

.absolute-footer .container{
	position: relative;	
	padding: 0 15px 10px;
}

.absolute-footer .container::before{
	position: absolute;
	content: "";
	background: #FFFFFF33;
	width: 98%;
	height: 1px;
	left: 0;
	right: 0;
	margin: auto;
	top: -10px;
}

.absolute-footer .copyright-footer p{
	margin-bottom: 0;
	color: #FFF9;
	font-size: 20px;
}
.absolute-footer .copyright-footer p a:hover{
	color: #FDC30F;
}
.footer-text p{
	margin-bottom: 0;
}

.footer-text p a{
	letter-spacing: 1px;
	font-size: 20px;
	color: #FFFFFF99;
}

.footer-text p a:hover{
	color: #FDC30F;
}

.footer-text p a:last-child{
	position: relative;
	padding-left: 20px;
}

.footer-text p a:last-child::before{
	position: absolute;
	content: "";
	background: #FFFFFF99;
	height: 15px;
	width: 1px;
	left: 9px;
	top: 0;
	bottom: 0;
	margin: auto;

}

.footer-secondary{
	padding: 0;	
}

/* footer end */

/* contact sec start */

.homeConSec{
	padding-bottom: 50px !important;
}

.contactForm .wpcf7-spinner{
	top: -52px;
}

.contactCol1 .img-inner {
	padding-left:24px;
} 

.contactCol1 img{ 
	max-width: 430px;
}

.contactCol1 p{ 
	max-width: 600px;
	font-size: 18px;
}

.nameRow{
	display :flex;
	gap: 13px;
}

.nameRow div{
	width: 100%; 
}

.contactForm{
	border: 1px solid #e7e7e7;
	padding: 50px;
	border-radius: 20px;
	background: #fff;
}

.contactForm input{
	background: #ECECEC !important;
	border-radius: 8px;
	height: 62px;
}

.wpcf7-response-output{
	width: fit-content;
	margin: auto !important;
	margin-top: auto;
	margin-top: 20px !important;
	text-align:center;
	font-size: 14px;
}

.wpcf7-not-valid-tip{
	background: transparent !important;
	top: -6px;
	padding-left: 0 !important;
}

.wpcf7-not-valid-tip:after{
	display: none;	
}

.contactForm textarea{
	background: #ECECEC !important;
	border-radius: 8px;
}

.contactForm .wpcf7-submit{
	background: #FDC30F !important;
	color: #222 !important;
	width: 100%;
	height: 52px;
/* 	position: relative; */
}
.formBtn {
    width: 100%;
}

.formBtn p {
    position: relative;
    margin: 0;
    width: 100%;
}

.formBtn input[type="submit"] {
    width: 100%;
    padding-right: 0;
}

.formBtn p::after {
    content: "";
    position: absolute;
    background: url('/wp-content/uploads/2026/08/Arrow.png') no-repeat center;
    background-size: 17px;
    width: 17px;
    height: 17px;
    left: calc(50% + 76px);
    top: 52%;
    transform: translateY(-50%);
    pointer-events: none;
}


.formBtn{
 margin-top: 6px;	
}

.formBtn p{
	height: 52px;
}

input, textarea{
	box-shadow: none !important;
}


.contactForm h2{
	font-size: 32px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}

.contactForm label{
	letter-spacing: 0.8px;
	font-size: 18px;
	font-weight :500;
	line-height : 1.4;
	text-transform:uppercase;
}

#main{
	background: #F9F9F9 !important;
}

/* contact sec end */

/* slide start */

.homeSlideSec{
	padding-top: 50px !important;	
}

.marquee {
	overflow: hidden;
	width: 100%;
}

.marquee__track {
	display: flex;
	width: max-content;
	animation: marquee 30s linear infinite;
	will-change: transform;
}


.marquee__container {
	display: flex;
	gap: 100px;
	padding-right: 100px;
}

.marquee__container img {
	height: 52px;
}

.logoRow{
	max-width: 100% !important;	
}

@keyframes marquee{

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

/* slide end */


/* program start */

.programsRow .col .col-inner{
	padding: 30px;	
	height: 100%;
	border-radius :20px;
}

.programsRow .icon-box-img{
	width: 100px !important;
	height: 100px !important;
}

.programsRow .icon-box-img img{
	height: 100px;
	width: auto;
}

.programsRow .col h3{
	color: #fff;
	font-size: 44px;
	margin-bottom :0;
	line-height: 1.4;
}

.programsRow .col p{
	color: #fff;
	font-size: 22px;
	margin-bottom: 48px;
	line-height: 1.4;
	font-weight: 500;
}

.programsRow  .icon-box-text{
	text-align: center;	
}

.programsRow .col a{
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 0.8px;
	font-weight: 700;
	position: absolute;
	bottom: 28px;
	left: 0;
	right: 0;
	width: 150px;
	text-align: start;
	margin: auto;
	white-space: nowrap;
	transition: .3s ease-in-out;
}
.programsRow .col a::after{
	content: "";
	position: absolute;
	background: url("/wp-content/uploads/2026/08/Arrow.png") no-repeat;
	width: 17px;
	height: 17px;
	background-size: 17px;
	right: 3px;
	top: 2px;
	bottom: 0;
	margin: auto;
	filter: brightness(0) invert(1);
	transition: right .3s ease-in-out;
}

.programsRow .col a:hover {
	transition: .3s ease-in-out;
	padding: 0px 20px 0px 34px;
}

.programsRow .col a:hover::after{
	right: calc(100% - 21px);
}

.programsRow .col:first-child .col-inner{
	background: #F8BE11;
}

.programsRow .col:nth-child(2) .col-inner{
	background: #A7A6A6;
}

.programsRow .col:last-child .col-inner{
	background: #BF6322;
}

/* program end */

/* Research start */

.homeReserchSec{
	padding-bottom: 70px !important;
}

.researchCol .col-inner{
	border: 1px solid #e7e7e7;
	border-radius: 20px;
	padding: 20px;
	height: 100%;
	align-content: center;
}

.researchTextRow .researCol{
	padding-bottom: 40px !important;
}

.researCol p{
	font-size: 18px;
	max-width: 870px;
	margin: auto;
}

.researchCol .col-inner p{
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 500;
}
.researchCol .col-inner h4{
	font-size: 36px;
	color: #FEC30E;
	margin-bottom: 0;
	line-height: 1;
}

.researchCol3 .col-inner h4,
.researchCol5 .col-inner h4{
	color: #C56723 !important;
}

.contentFlex{
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.researchCol4 .contentFlex{
	justify-content: end !important;
}

.researchCol .col-inner span{
	text-align: right;
	display: block;
	font-size: 14px;
	white-space: nowrap;
}

.researchCol .icon-box-img{
	width: 90px !important;
	background: #FEF4DF;
	height: fit-content;
	/*   padding: 10px; */
	border-radius: 8px;
}

.researchCol .icon-box-img img{
	padding-top: 0 !important;
}

.researchCol2 .icon-box-img{
	background: #EFEFEF !important;
}

.researchCol3 .icon-box-img{
	background: #FCEFE1 !important;
}

.researchCol3 .icon-box-img{
	background: #FCEFE1 !important;
}

.researchCol5 .icon-box-img{
	background: #EFEFEF !important;
}

.researchCol6 .icon-box-img{
	background: #FCEFE1 !important;
}

.researchCol .icon{
	padding: 15px;
	height: 90px;
    align-content: center;
}

.researchCol .icon-box-text{
	border-left: 2px solid #FEC30E;
	padding-left: 25px !important;
	margin-left: 29px;
}
.researchCol .icon-box{
	align-items: center;
}

.icon-box-img{
	padding-top: 0 !important;
}

.reaserchBtmRow{
	background: #0A0A0A;
	border-radius: 20px;
	padding: 30px;
}

.reaserchBtmRow .col{
	padding-bottom: 0 !important;
	align-content: center;
}

.reaserchBtmRow .icon-box-img{
	width: 80px !important;
}

.reaserchBtmRow .icon-box-img img{
	filter: brightness(0) invert(1);
}

.reaserchBtmRow .icon{
	border: 1px solid white;
	border-radius: 100%;
	padding: 15px 17px 17px;	
}

.reaserchBtmRow .icon-box{
	align-items: center;	
}

.reaserchBtmRow h3{
	color: #fff;
	font-size: 24px;
	line-height: 1.3;
}

/* Research end */

/* review sec start */

.reviewSec{
	padding: 0 20px;
}

.reviewSec .section-content{
	background: #0A0A0A !important;
	padding: 100px 0 90px !important;
	border-radius: 20px !important;
}

.reviewSec .section-content::after{
	content: "";
	position: absolute;
	background: url("/wp-content/uploads/2026/08/Review-vector.webp") no-repeat;
	width: 400px;
	height: 363px;
	background-size: 400px;
	right: 0px;
	bottom: 0px;
}

.reviewCol1 p{
	color: #fff;
	font-size: 18px;
	max-width: 600px;
}

.reviewCol1 h2{
	color: #fff;
}

.reviewSlider .row{
	opacity: 1 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.reviewSlider .flickity-page-dots{
	bottom: -33px;
	left: 16px;
	right: auto;
}
.reviewSlider .flickity-page-dots .dot.is-selected{
	width: 50px;
	border-radius: 8px;
	background: linear-gradient(to right , #FDC30F, #C56723 );
	border: none;	
}

.reviewSlider .flickity-page-dots .dot{
	background: #fff;
	width: 30px;
	border-radius: 8px;
	margin: 0 6px 0 0;
}

.reviewSlider .icon-box-text p{
	color: #fff;
	font-size: 32px;
	padding-top: 0;
	font-style: normal;
	line-height: 1.3;
	font-weight: 500;
	height: 189px;
	overflow: auto;
	margin-bottom: 26px;
}

.reviewSlider .testimonial-company{
	color: #C56723;
	font-size: 24px;
	font-weight: 500;
	position: absolute;
	bottom: 24px;
}

/* .reviewSlider .flickity-viewport{
	height: 370px !important;
} */

.reviewSlider .row .col-inner{
	padding: 30px;	
	border: 1px solid #FFF3;
	position: relative;
	border-radius :20px;
	background: #FFFFFF0D;
	height: 100%;
	padding-top:110px;
}

.reviewSlider .col-inner::after {
	content: "";
	position: absolute;
	background: url("/wp-content/uploads/2026/08/quote.webp") no-repeat;
	width: 60px;
	height :60px;
	background-size :60px;
	left: 30px;
	top: 30px;
}

.reviewRow .icon-box-text p{
	color: #222 !important;
}

.reviewRow .col .col-inner{
	background: #fff;
	border-radius: 20px;
	padding: 50px;
	height: 100%;
}

.reviewRow .col-inner::after{
  left: 50px;
  top: 50px;
}

/* review sec end */

/* home about sec start */

.homeAboutSec{
	padding-top: 110px !important; 
}

.homeAboutCol1 img{
	max-width: 690px;
	border-radius: 20px;
}

.homeAboutCol1 h2{
	padding-right: 70px;	
}

.homeAboutCol2 .col-inner{
	padding-left: 60px !important;
}

.homeAboutCol2 p{
	font-size: 18px;
	margin-bottom :15px;
}

.homeAboutCol2 p strong {
	font-weight: 600;
}

.homeAboutText{
	background: #EEEDE9;
	border-left: 2px solid #C56723;
	padding: 20px;
	border-radius :20px;
	margin-bottom: 32px;
	margin-top: 25px;
}

.homeAboutText strong{
	font-size :20px;
	margin-bottom: 8px;
	display: block;
}

.homeAboutText p{
	margin-bottom: 0;
}

.doubleImgCol{
	padding-bottom: 0 !important;
	margin-top: 10px;
}

.doubleImgCol .col-inner{
	position: relative;
}

.featuredImg{
	position: absolute;
	top: -58px;
	right: -28px;
	max-width: 200px;
}

.multiImgSec{
	position: relative;
	padding: 0 20px;
}

.multiImgSec .section-content::after{
	position: absolute;
	content: "";
	background: url('/wp-content/uploads/2026/08/Logo_For_the_website-3.webp') no-repeat;
	background-size: auto;
	right: 0;
	bottom: 0;
	width: 180px;
	height: 170px;
	background-size: 190px;
	z-index: -9;
}

.multiImgSec .section-content{
	background: #EBEBEB !important;
	padding: 110px 0 90px !important;
	border-radius: 20px !important;
}

.aboutWhyCol2 .col-inner{
	padding-left: 50px;	
}

.aboutWhyCol2 .btn {
	margin-top:20px;
}

/* home about sec end */

/* resources sec start */

.resouSec{
	padding-top: 50px !important;	
}

.resouSec h2{
	max-width: 650px;
	margin: auto;
}

.resourceIconRow .col .col-inner{
	border: 1px solid #2223;
	border-radius: 20px;
	padding: 25px;
}
.resourceIconRow .col .icon-box-img{
	height: 70px;	
}

.resourceIconRow .col h3{
	font-size: 40px;
	letter-spacing: 0.5px;
	margin-bottom: 0;
}

.resourceIconRow .col p{
	font-size: 20px;
	margin-bottom: 24px;	
	font-weight: 500;
}

.resourceIconRow .col a{	
	position: relative;
	font-size: 18px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	font-weight: 700;
}

.resourceIconRow .col a::after{
	content: "";
	position: absolute;
	background: url(/wp-content/uploads/2026/08/Arrow.png) no-repeat;
	background-size: auto;
	width: 15px;
	height: 15px;
	background-size: 15px;
	right: -23px;
	top: 3px;
	bottom: 0;
	margin: auto;
}

.resourceBtnRow .col{
	padding-bottom: 0 !important;
}

/* resources sec end */

/* gold page start */

.goldHeroSec h1 {
	font-size:72px !important;
	margin-top:18px;
}

.goldHeroSec p{
	max-width: 100%;
	margin: auto;
	font-size: 18px !important;
	font-weight: 400;
}

.frameSec {
	padding-top: 80px !important;
}

.frameSec .programsRow .col p{
	margin-bottom: 0;
}

.frameSec .programsRow .col h3{
	font-size: 44px;	
}

.frameTextRow h3{
	font-size: 32px;
	color: #FDC30F;
	line-height: 1.3;
}

.frameTextRow p{
	font-size: 18px;	
	color: #fff;
	margin-bottom: 0;
}

.paddingCol {
	padding: 0 !important;
}

.frameTextRow{
	background: #222;
	border-radius: 20px;
	padding: 30px;
	margin-left:auto !important;
	margin-right:auto !important;
	
}

.frameTextRow .col{
	padding-bottom: 0;	
}

.applySec{
	padding-top: 60px !important;
	padding-bottom: 40px !important;
}

/* gold page end */

/* client page start */

.clientLogoSec{
  padding-top: 90px !important;
  padding-bottom: 40px !important;
}

.clientReviewRow1 p{
  font-size: 18px;
  max-width: 1100px;
  margin: auto;
}


.clientReviewSec .testimonial-text p{
	height:auto;
	margin-top: 90px !important;
}


.clientReviewSec{
	padding-bottom: 60px !important;
}

.clientLogoRow .col .col-inner{
  border: 1px solid #C56723;
  border-radius: 12px;
  padding: 15px 0px;
  text-align: center;
  height: 190px;
  align-content: center;
}

.clientLogoRow .col img{
	height: 100%;
	padding: 0 20px;
}

.lientContacSec{
 padding-top: 
}

.resoSec2 h2 {
	max-width: 600px;
	margin: auto;
}

.reviewCol2 {
    position: relative;
}

.reviewCol2 .reviewSlider .flickity-prev-next-button {
    position: absolute;
    top: 250px;
    transform: translateY(-50%);
    z-index: 10;
}

.homeProgramSec {
	padding-bottom :60px !important;
}

/* Desktop */

.reviewCol2 .reviewSlider .flickity-prev-next-button.previous {
    left: -104%;
    right: auto;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent url('/wp-content/uploads/2026/08/left_arrow-up.png') center center / 32px 32px no-repeat;
    opacity: 1;
}

.reviewCol2 .reviewSlider .flickity-prev-next-button.next {
    left: calc(-100% + 6%);
    right: auto;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent url('/wp-content/uploads/2026/08/right_arrow-up.png') center center / 32px 32px no-repeat;
    opacity: 1;
}

.reviewCol2 .reviewSlider .flickity-prev-next-button .flickity-button-icon {
    display: none;
}

.reviewCol2 .reviewSlider .flickity-prev-next-button:hover,
.reviewCol2 .reviewSlider .flickity-prev-next-button:focus {
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: transparent;
    opacity: 1;
    box-shadow: none;
}

.reviewCol2 .reviewSlider .flickity-prev-next-button.previous:hover {
    background-image: url('/wp-content/uploads/2026/08/left_arrow-up.png');
    background-size: 32px 32px;
    background-position: center;
    background-repeat: no-repeat;
}

.reviewCol2 .reviewSlider .flickity-prev-next-button.next:hover {
    background-image: url('/wp-content/uploads/2026/08/right_arrow-up.png');
    background-size: 32px 32px;
    background-position: center;
    background-repeat: no-repeat;
}
.formBtn p input.wpcf7-submit {
    text-indent: 0;
    transition: text-indent .3s ease;
}

.formBtn p input.wpcf7-submit:hover {
    text-indent: 20px;
}

.formBtn p::after {
    transition: .3s ease;
}

.formBtn p:hover::after {
    left: calc(50% - 76px);
}

.impact-stats-row .icon-box-text p{
	font-weight:500;
}

.nav-dropdown-has-arrow li.has-dropdown:after,
.nav-dropdown-has-arrow li.has-dropdown:before,
.nav-dropdown-has-arrow li.current-menu-item.has-dropdown:after,
.nav-dropdown-has-arrow li.current-menu-item.has-dropdown:before {
    display: none !important;
}

.footer .section-content {
    padding-left: 15px;
    padding-right: 15px;
}



/* /////////////////////////////// */

/* @media(max-width:1520px){
	.reviewSlider .icon-box-text p {
		font-size:28px;
	}
} */



@media(max-width:1480px){
	
	.reviewCol2 .reviewSlider .flickity-prev-next-button.next {
		left: calc(-100% + 7%) ;

	}
	
/* 	.reviewSlider .flickity-viewport {
		height: 340px !important;
	}
	 */
	.header-main a.button{
		font-size: 16px;
	}
	
	.header-main .header-nav a.nav-top-link{
		font-size: 18px;
	}
	.mobile-sidebar .header-button,
	.btn, .btn2{
	  font-size: 16px;	
	}
	
	.reviewRow .col-inner::after{
		left: 30px;
		top: 30px;
	}

	.multiImgSec .section-content::after{
		width: 110px;
		height: 98px;
		background-size: 110px;
	}
	
	.reviewRow .col .col-inner{
		padding: 30px;
	}

	.eviewRow .col-inner::after {
		left: 30px;
		top: 30px;
	}
	
	.clientLogoRow .col .col-inner{
		height: 173px;
	}
	
	.researchCol .icon{
		height: 70px;
	}
	
	.multiImgSec .section-content{
		padding: 80px 0 53px !important;
	}

	.applycard .para{
		font-size: 18px !important;
	}
	.innerHeroSec h1 {
		font-size: 66px !important;
	}
	.frameTextRow h3 {
		font-size: 28px;
	}
	.frameSec .programsRow .col h3{
		font-size: 38px;	
	}
	.footer-text p a,
	.absolute-footer .copyright-footer p{
		font-size: 18px;
	}
	.row.footerTextRow, .row.reaserchBtmRow, .row.frameTextRow{
		max-width: 1300px !important;
	}
	.researchCol .icon-box-img{
		width: 70px !important;
	}

	.topWrap{
		font-size: 16px;
	}

	.featuredImg{
		max-width: 160px;
	}
	.contactForm input{
		height: 52px;
	}
	.row, .container{
		max-width: 1300px !important;
		margin: auto;
	}
	.heroCol h1{
		font-size: 80px;
	}
	.heroCol p {
		font-size: 22px;
	}

	.heroSec {
		padding-top: 152px !important;
		padding-bottom: 85px !important;
	}

	.homeAboutCol2 p {
		font-size: 17px;
	}
	.homeAboutCol2 .col-inner {
		padding-left: 00px !important;
	}

	.programsRow .col h3{
		font-size: 36px;
	}

	.programsRow .col p{
		font-size: 20px;
	}

	.programsRow .col a{
		font-size: 16px;	
	}
	.headWrap {
		font-size: 38px;
	}
	.researchCol .col-inner p,
	.contactForm label{
		font-size: 17px;
	}
	.researchCol .col-inner h4 {
		font-size: 30px;
	}

	.reaserchBtmRow h3{
		font-size: 22px;
	}
	.reviewSlider .icon-box-text p{
		font-size: 24px;
	}

	.reviewSlider .testimonial-company{
		font-size: 20px;	
	}

	.contactForm h2 {
		font-size: 26px;
	}
	.footerCol h3{
		font-size: 20px;
	}

	.footerCol .ux-menu-link a,
	.footerCol4 p,
	.resourceIconRow .col p{
		font-size: 18px;
	}

	.footerCol1 p{
		font-size: 18px;
		max-width: 350px;
	}
	.resourceIconRow .col h3{
		font-size: 32px;
	}
	.resourceIconRow .col a{
		font-size: 16px;
	}
	.programsRow .icon-box-img img{
		height: 80px;
	}

	.programsRow .icon-box-img {
		width: 80px !important;
		height: 80px !important;
	}
	.contactForm{
		padding: 30px;
	}
	
	.impact-stats-row p {
		font-size: 20px;
	}

}


@media(max-width: 1280px) {
	.impact-stats-row .icon-box-img {
		width: 70px !important;
	}

	.footSecRow {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
}


@media(max-width: 1240px){

	.reviewCol2 .reviewSlider .flickity-prev-next-button.previous {
		left: -105%;
		width: 50px;
		height: 50px;
	}

	.reviewCol2 .reviewSlider .flickity-prev-next-button.next {
		width: 50px;
		height: 50px;

	}
	
/* 	.reviewSlider .flickity-viewport {
		height: 330px !important;
	} */
	
	.impact-stats-row p{
		font-size: 16px !important;
	}
	
	.innerHeroSec h1 {
		font-size: 50px !important;
	}
	
	.clientLogoRow .col{
		max-width: 20% !important;
		flex-basis: 20% !important;
	}
	.applycard .col-inner{
		padding: 20px 15px;
	}

	.applycard .para{
		font-size: 18px;
	}

	.programsRow .col h3 {
		font-size: 30px;
	}

	.programsRow .col p {
		font-size: 18px;
	}

	.aboutWhyCol2 .col-inner {
		padding-left: 20px;
	}
	.contentFlex{
		flex-direction: column;
	}
	.researchCol .col-inner span{
		white-space: normal;
	}

}

@media(max-width:1200px){
/* 	.reviewSlider .flickity-viewport {
		height: revert-rule !important;
	} */
}


@media(max-width:1024px){
	
	
	.footer::after{
		width: 350px;
		height: 300px;
		background-size: 350px;
		bottom: -66px;
	}
	
	.reviewSec .section-content::after {
		width: 350px;
		height: 350px;
		background-size: 350px;
		bottom: -24px;
	}
	
	.clientLogoRow .col {
		max-width: 25% !important;
		flex-basis: 25% !important;
	}
	
	.header-main .header-nav li.menu-item-design-default {
		margin: 0 8px;
		margin-left: 8px;
	}
	
	.header-main .header-nav a.nav-top-link{
		font-size: 16px;
	}
	
	.spanBlock{
		display: inline !important;	
	}

	.footerCol1{
		max-width: 100% !important;
		flex-basis: 100% !important;
	} 

	.footerCol2, .footerCol3,
	.footerCol4{
		max-width: 30% !important;
		flex-basis: 30% !important;
	} 

	.footerCol4{
		max-width: 40% !important;
		flex-basis: 40% !important;
	} 
	
	.reaserchBtmRow h3 {
		font-size: 20px !important;
	}
		
	.reviewCol2 .reviewSlider .flickity-prev-next-button.previous {
		left: -107% !important;
	}
}


@media(max-width: 992px){
	
	.reviewSlider .icon-box-text p{
		font-size: 20px;
	}

	.reviewCol2 .reviewSlider .flickity-prev-next-button {
		top: 240px;
	}

	.header-main .header-nav li.menu-item-design-default{
	   margin: 0 6px;	
	}
	
	.header-main .header-nav a.nav-top-link {
		font-size: 15px;
	}

	.frameSec .programsRow .col .col-inner{
		padding: 20px !important;
	}

	.frameSec .programsRow .col h3 {
		font-size: 28px;
	}

	.headWrap {
		font-size: 34px;
	}

	.homeAboutCol1 h2 {
		padding-right: 0;
	}

	.heroCol h1 {
		font-size: 60px;
	}
	.heroCol p {
		font-size: 20px;
	}
	.resourceIconRow .col h3 {
		font-size: 26px;
	}
	.footerCol .ux-menu-link a, .footerCol4 p, .resourceIconRow .col p{
		font-size: 16px;
	}
	.resourceIconRow .col a {
		font-size: 15px;
	}

}

@media(max-width: 849px){
	
	.home .heroSec .section-bg::after {
		content: "";
		position: absolute;
		inset: 0;
		background: rgba(0, 0, 0, 0.48);
		z-index: 1;
		pointer-events: none;
	}

	.home .heroSec .section-content {
		position: relative;
		z-index: 2;
	}
	div.spacRCol .col-inner {
		padding-left: 0 !important;
	}
	
	.reaserchBtmRow {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}


	.reviewSlider .icon-box-text p {
		height:130px;
		padding-right: 14px;
	}
	
	.clientReviewSec .testimonial-text p{
		font-size:16px !important;
		height:auto !important;
		margin-top: 80px !important;
	}

	.reviewCol2 .reviewSlider .flickity-prev-next-button {
		top: -70px;
	}
	.reviewCol2 .reviewSlider .flickity-prev-next-button.previous {
		left:0px !important;
		height:40px !important;
		width:40px !important;
		background-size:22px;
	}

	.reviewCol2 .reviewSlider .flickity-prev-next-button.next {
		left: 46px !important;
		height:40px !important;
		width:40px !important;
		background-size:22px !important;

	}

	.reviewCol1 p {
		margin-bottom: 60px;
	}	

	.mfp-content{
	  background: #fff !important;	
	}
	
	.contactCol1 .img-inner {
		text-align: center;	
		padding-left:0 !important;
	}
	
	
	.footerTextRow .col:first-child {
		padding-bottom: 13px !important;
	}

	.doubleImgCol .img{
		margin-bottom: 0 !important;	
	}
	.nav-icon a{
		color: #fff !important;
	}
	.homeAboutCol1 img{
		max-width: 100%;
	}
	.aboutWhyCol2 .col-inner{
		padding-left :0;
	}
	.reaserchBtmRow .col:first-child{
		margin-bottom: 26px;
	}

	.contactCol1 .col img{
		text-align: center;	
	}

	.homeReserchSec {
		padding-bottom: 40px !important;
	}
	section.resoSec2 {
		padding-bottom: 34px !important;
	}
	

	.homeAboutSec{
		padding-top: 60px !important;
		padding-bottom: 0 !important;
	}

	.clientContacSec{
		padding-top: 0 !important;
		padding-bottom: 15px !important;
	}	
	.homeSlideSec {
		padding-top: 30px !important;
		padding-bottom: 0 !important;
	}
	
		.homeProgramSec{
		padding-top: 0 !important;	
		padding-bottom: 0 !important;
	}

	.homeConSec {
		padding-top: 24px !important;
		padding-bottom: 16px !important;
	}
	
	.reviewSec .section-content{
		padding: 64px 0 44px !important;
	}

	.reviewSlider .flickity-page-dots {
		bottom: -4px !important;
	}
	
	.resouSec{
		padding-top: 30px !important;
		padding-bottom: 20px !important;
	}


}

@media(max-width: 768px){
	.footerCol2, .footerCol3 {
		max-width: 50% !important;
		flex-basis: 50% !important;
	}

	.footerCol4 {
		max-width: 100% !important;
		flex-basis: 100% !important;
	}
	.clientLogoRow .col {
		max-width: 33.33% !important;
		flex-basis: 33.33% !important;
	}

}


@media(max-width: 640px){
	
	.footer::after{
		width: 250px;
		height: 220px;
		background-size: 250px;
		bottom: -56px;
	}
	
	.reviewSec .section-content::after {
		width: 220px;
		height: 220px;
		background-size: 220px;
		bottom: -24px;
	}

	.footerCol1 .social-icons a{
		margin-right: 9px;
		min-width: 40px;
		min-height: 40px;
	}
	
	.footerCol1 .social-icons a i {
		font-size: 18px;
	}
	
	.clientLogoSec {
		padding-top: 60px !important;
		padding-bottom: 10px !important;
	}
	
	.clientReviewSec {
		padding-bottom: 60px !important;
	}
	
	.reviewRow .col-inner::after{
		left: 20px;
		top: 20px;
	}
	
	  .reviewRow .col .col-inner {
    padding: 20px;
  }
	
	.clientLogoRow .col .col-inner{
		padding: 0;
	}

	.footerTextRow::after{
		width: 150px;
		height: 116px;
		background-size: 150px;
	}
	
	.frameSec {
		padding-top: 60px !important;
	}
	
	.applySec {
		padding-top: 40px !important;
		padding-bottom: 25px !important;
	}
	.frameSec .programsRow .col h3 {
		font-size: 30px;
	}

	.footerCol h3 {
		font-size: 18px;
	}

	.contactForm label{
		font-size: 16px;
	}

	.footer-text p a,
	.absolute-footer .copyright-footer p{
		font-size: 16px;
	}

	.footerCol{
		max-width: 100% !important;
		flex-basis: 100% !important;
	}

	.reviewSlider .testimonial-company {
		font-size: 16px;
	}

	.researchCol .col-inner h4 {
		font-size: 24px;
	}

	.reaserchBtmRow {
		padding: 30px 12px;
	}

	.researchCol .icon-box-text {
		padding-left: 20px !important;
		margin-left: 20px;
	}

	.marquee__container{
		gap: 60px;
	}

	.featuredImg{
		max-width: 100px;
		top: -40px;
		right: -19px;
	}

	.mobile-sidebar .header-button a,
	.btn{
		font-size: 15px;
	}
	
	.footerTextRow{
		padding: 26px 10px 30px;
	}

	.homeSlideSec{
		padding-bottom: 0 !important;
	}

	.marquee__container img {
		height: 36px;
	}

	.homeSlideSec {
		padding-top: 20px !important;
	}

	.multiImgSec .section-content::after{
		width: 94px;
		height: 84px;
		background-size: 93px;
	}



	.multiImgSec .section-content{
		padding: 60px 0 40px !important;
	}


	.contactForm {
		padding: 20px;
	}
	.nameRow{
		flex-direction: column;
		gap: 0;
	}
	.heroCol h1 {
		font-size: 50px;
	}
	.heroSec {
		padding-top: 122px !important;
		padding-bottom: 100px !important;
	}
	.headWrap {
		font-size: 28px;
	}
	.topWrap{
		font-size :15px;
	}
	
	.reviewSlider .col-inner::after {
		width: 40px;
		height: 40px;
		background-size: 40px;

	}
	
	.clientReviewSec .testimonial-text p{
		margin-top:55px !important;
	}


}

@media(max-width:549px){
	
	.reviewSlider .row .col {
		padding-left:3px;
		padding-right:3px;
	}
	
	.applycard {
		padding: 0 15px 12px !important;
	}	
	
	.clientLogoRow .col {
		max-width: 50% !important;
		flex-basis: 50% !important;
	}
	
		.reaserchBtmRow h3 {
		font-size: 18px !important;
	}
	
	.slider-wrapper .flickity-prev-next-button {
		display: block !important;
	}
	
	.reviewSlider .icon-box-text p {
		font-size: 18px !important;
		line-height: 1.4;
		padding-bottom: 40px;
		height: 154px;
	}
	.clientReviewSec .testimonial-text p{
		font-size:16px !important;
		height:auto !important;
		margin-top:60px !important;
	}
	
}

@media (max-width: 430px) {
    .clientLogoRow .col .col-inner {
        height: 150px !important;
    }

 	.reviewSlider .icon-box-text p {
		font-size: 16px !important
	} 
	
		.clientReviewSec .testimonial-text p{
		height:auto !important;
	}
}