.about-intro{
	padding-top: 239px;
	padding-bottom: 137px;
}
.about-intro .column{
	max-width: 861px;
	flex-direction: column;
}
.about-intro .sub-head {
	display: inline-block;
	color: #28A9D5;
	font-size: 18px;
	font-weight: 700;
	font-family: Hurme,sans-serif;
	line-height: 18px;
	margin: 0 0 27px 0;
}
.about-intro h1{
	font-size: 40px;
	font-weight: 300;
	line-height: 52px;
	margin: 0;
}

.gallery-new.about-gallery-2{
	padding: 0;
}
.gallery-new img{
	border-radius: 5px;
	box-shadow: 0 9px 15px 0 rgba(0,0,0,.1);
}
.about-purpose{
	padding-top: 150px;
	padding-bottom: 48px;
}
.about-purpose .column{
	display: flex;
	flex-wrap: wrap;
}
.purpose-lft{
	width: 38.4%;
	display: inline-flex;
	flex-direction: column;
}
.purpose-lft .sub-head {
	display: inline-block;
	color: #28A9D5;
	font-size: 18px;
	font-weight: 700;
	font-family: Hurme,sans-serif;
	line-height: 18px;
	margin: 0 0 28px 0;
}
.purpose-lft h3{
	line-height: 45px;
	margin: 0;
}
.purpose-rgt{
	width: 61.6%;
	padding: 0 0 0 149px;
}
.purpose-rgt ul{
	display: fle;
	flex-direction: column;
}
.purpose-rgt ul li{
	display: inline-flex;
	flex-direction: column;
	margin: 0;
}
.purpose-rgt ul li + li{
	margin: 20px 0 0 0;
}
.purpose-rgt ul li h6{
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	margin: 0;
}
.purpose-rgt ul li p{
	color: #000;
	font-size: 18px;
	font-weight: 300;
	line-height: 32px;
	margin: 0;
}
.stats-wraper {
    width: 100%;
    padding: 103px 0 139px;
    margin: 0 0 0 0;
    position: relative;
}
.stats-wraper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/alt-mountains-new.svg) no-repeat center;
    background-size: 1256px auto;
    opacity: 0.16;
}
.stats-new{
	justify-content: space-between;
}
.counter-box{
	display: inline-flex;
	flex-direction: column;
	transform: translateY(20px) !important;
	opacity: 0;
	transition: all .3s ease-in-out;
	transition-delay: .1s;
}
.animated .counter-box{
	transform: translateY(0) !important;
	opacity: 1;
}
.counter-box:first-of-type{
	transition-delay: .3s;
}
.counter-box:nth-of-type(2){
	transition-delay: .45s;
}
.counter-box:nth-of-type(3){
	transition-delay: .6s;
}
.counter-box:nth-of-type(4){
	transition-delay: .75s;
}
.counter-box h4{
	font-size: 100px;
	font-weight: 700;
	font-family: Hurme,sans-serif;
	line-height: 101px;
	margin: 0;
}
.counter-box h6{
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	margin: 0;
}

.help-wraper{
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 0 15px;
	margin: -70px 0 0 0;
}
.help-box{
	width: 100%;
	max-width: 1290px;
	background-size: cover !important;
	color: #fff;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0px 10px 30px #00000029;
	padding: 72px 265px;
}
.help-box img{
	max-width: 82px;
	margin: 0 0 34px 0;
}
.help-box .sub-head{
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	font-family: Hurme,sans-serif;
	line-height: 18px;
	margin: 0 0 17px 0;
}
.help-box h3{
	color: #fff;
	font-size: 36px;
	font-weight: 300;
	line-height: 45px;
	margin: 0 0 30px 0;
}
.help-box p{
	font-size: 18px;
	font-weight: 300;
	line-height: 32px;
	margin: 0 0 30px 0;
}
.help-box .animated-link-container .button-text{
	color: #fff;
}
.help-box .animated-link-container:hover .button-text{
	color: #000;
}

.about-clients{
	padding-top: 150px;
	padding-bottom: 130px;
}
.about-clients .column{
	display: flex;
	flex-wrap: wrap;
}
.client-lft{
	width: 53.6%;
	display: inline-flex;
	flex-direction: column;
}
.client-lft h2{
	font-size: 100px;
	font-weight: 700;
	font-family: Hurme,sans-serif;
	line-height: 101px;
	margin: 0 0 73px 0;
}
.client-rgt{
	width: 46.4%;
	padding: 0 0 0 70px;
}
.testimonial-slider{
	padding: 0 0 115px 0;
	position: relative;
}
.testimonial-slider p{
	color: #000;
	font-size: 36px;
	font-weight: 300;
	line-height: 57px;
	margin: 0 0 30px 0;
}
.testimonial-slider h6{
	color: #28A9D5;
	font-size: 18px;
	font-weight: 600;
	font-family: Hurme,sans-serif;
	line-height: 24px;
}
.testimonial-slider .slick-arrow{
	width: 48px;
	height: 48px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-indent: -99999px;
	cursor: pointer;
	border: none;
	padding: 0;
	transition: all .3s ease-in-out;
}
.testimonial-slider .slick-arrow.slick-disabled{
	opacity: 0.5;
}
.testimonial-slider .slick-arrow:not(.slick-disabled):hover{
	opacity: 0.7;
}
.testimonial-slider .slick-arrow.slick-prev{
	background: url('../images/previous-arrow.png') no-repeat center;
	background-size: 100%;
}
.testimonial-slider .slick-arrow.slick-next{
	background: url('../images/next-arrow.png') no-repeat center;
	background-size: 100%;
	left: 68px;
}
.client-rgt ul{
	width: 100%;
	display: block;
	list-style: none;
	columns: 3;
	padding: 0;
	margin: 0;
}
.client-rgt ul li{
	width: 116px;
	height: 116px;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	margin: 0 0 20px 0;
}
.client-rgt ul li img{
	max-width: 100%;
	max-height: 100%;
	filter: grayscale(100);
	transition: all .3s ease-in-out;
}
.client-rgt ul li.active img {
	filter: unset;
}
.client-rgt ul li img:hover{
	filter: grayscale(0);
}
.about-team-row{
	width: 100%;
	background: #FFCC00;
	padding: 146px 0 150px;
}
.team-wraper{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0 135px;
}
.team-wraper-top{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 169px;
	margin: 0 0 75px 0;
}
.team-wraper-top .sub-head{
	font-size: 18px;
	font-weight: 700;
	font-family: Hurme,sans-serif;
	line-height: 18px;
	margin: 0 0 17px 0;
}
.team-wraper-top h3{
	color: #32383D;
	font-size: 36px;
	font-weight: 300;
	line-height: 47px;
	margin: 0 0 16px 0;
}
.team-wraper-top p{
	color: #000;
	font-size: 18px;
	font-weight: 300;
	line-height: 32px;
	margin: 0;
}
.page-template-about #team-modal{
	visibility: hidden;
	left: unset;
	right: 0;
}
.page-template-about #team-modal.active{
	visibility: visible;
}
.page-template-about #team-modal .container {
	background: transparent;
}
.page-template-about #team-modal .container.active {
    background: #32383d;
}
.page-template-about #team-modal .container .content {
    display: none;
}
.page-template-about #team-modal .container.active .content {
	display: flex;
}
.page-template-about .team-members.team-members-new{
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 75px 18px;
	padding: 0;
}
.page-template-about .team-members.team-members-new .column{
	width: calc(33.33% - 12px);
	flex: inherit;
	padding: 0;
	margin: 0;
}
.page-template-about .team-members.team-members-new .relative .photo{
	border-radius: 5px;
	/* box-shadow: none; */
	margin: 0 0 25px 0;
	overflow: hidden;
}
.page-template-about .team-members.team-members-new h3{
	line-height: 37px;
	margin: 0 0 10px 0;
}
.page-template-about .team-members.team-members-new h4{
	color: #000;
	font-family: Hurme,sans-serif;
	margin: 0;
}
/* .page-template-about .team-members.team-members-new .relative:hover .photo{
	transform: none;
}
.page-template-about .team-members.team-members-new .relative:hover .blue-bg{
	transform: none;
} */
.join-us{
	padding-top: 150px;
	padding-bottom: 135px;
}
.join-us .column{
	display: flex;
	flex-wrap: wrap;
}
.join-lft{
	width: 33%;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
}
.join-lft h2{
	font-size: 100px;
	font-weight: 700;
	font-family: Hurme,sans-serif;
	line-height: 101px;
	margin: 0 0 15px 0;
}
.join-lft p{
	color: #000;
	font-size: 18px;
	font-weight: 300;
	line-height: 32px;
	margin: 0 0 40px 0;
}
.join-lft h6{
	font-size: 18px;
	font-weight: 700;
	font-family: Hurme,sans-serif;
	line-height: 32px;
	margin: 0;
}
.join-lft ul{
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0 0 40px 0;
}
.join-lft ul li{
	width: 100%;
	float: left;
	font-size: 18px;
	font-weight: 300;
	line-height: 32px;
	margin: 0;
}
.join-lft ul li a{
	color: #000;
	text-decoration: underline;
}
.join-lft ul li a:hover{
	color: #28a9d5;
}
.join-rgt {
    width: 67%;
    display: flex;
    flex-wrap: wrap;
    gap: 0 105px;
    padding: 12px 0 0 123px;
}
.join-col{
	width: calc(50% - 53px);
}
.join-col ul{
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
.join-col ul li{
	width: 100%;
	display: inline-flex;
	flex-direction: column;
	margin: 0;
}
.join-col ul li + li{
	margin: 40px 0 0 0;
}
.join-col ul li h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin: 0 0 15px 0;
}
.join-col ul li p{
	color: #000;
	font-size: 18px;
	font-weight: 300;
	line-height: 32px;
	margin: 0;
}
.about-slideshow-new{
	padding: 0 0 40px 0;
}
.page-template-about #about-slideshow.about-slideshow-new .slide-photo{
	border-radius: 5px;
	overflow: hidden;
	margin: 0 0 25px 0;
}
.page-template-about #about-slideshow.about-slideshow-new .slick-list .slick-slide .content p{
	color: #000;
	font-size: 18px;
	font-family: Hurme,sans-serif;
	line-height: 22px;
	padding: 0;
}
.page-template-about #about-slideshow.about-slideshow-new .slick-list .slick-slide .content p strong{
	font-weight: 400;
}
.page-template-about-new header nav.main-menu .columns .image-side a img:first-of-type{
	display: block;
}
.page-template-about-new header nav.main-menu .columns .image-side a img:nth-of-type(2){
	display: none;
}
/* .animatied-bg-color {
    background: #f7f7f7;
} */
.animatied-bg-color.transition {
    -webkit-transition: background .6s ease-in-out;
    transition: background .6s ease-in-out;
}
.animatied-bg-color.black-bg {
    background: #000;
}
.service-wraper {
    width: 100%;
    /* background: transparent; */
    padding: 150px 0 220px;
    /* transition: background .6s ease-in-out; */
}
/* .service-wraper:not(.black-bg){
	background: #000;
} */
.service-inner .column{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	color: #fff;
}
.page-template-about-new .site-container {
    overflow: unset;
}
.services-lft {
    width: 38.4%;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    position: sticky;
    top: 200px;
}
.services-lft h2{
	color: #fff;
	font-size: 100px;
	font-weight: 700;
	font-family: Hurme,sans-serif;
	line-height: 101px;
	margin: 0 0 15px 0;
}
.services-lft p{
	font-size: 18px;
	font-weight: 300;
	line-height: 32px;
	margin: 0 0 40px 0;
}
.services-lft .animated-link-container .button-text{
	color: #fff;
}
.services-lft .animated-link-container:hover .button-text{
	color: #000;
}
.service-rgt {
    width: 61.6%;
    padding: 11px 0 0 148px;
}
.service-rgt ul{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px 0;
	list-style: none;
	padding: 0;
	margin: 0;
}
.service-rgt ul li {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    border-radius: 5px;
    position: relative;
    margin: 0;
    transition: background .6s ease-in-out;
}
.service-rgt ul li a {
    padding: 40px 55px 30px 30px;
}
.service-rgt ul li h4{
	color: #F7F7F7;
	font-size: 30px;
	font-weight: 500;
	line-height: 37px;
	opacity: 0.5;
	margin: 0 0 18px 0;
	transition: all .3s ease-in-out;
}
.service-rgt ul li p{
	color: #F7F7F7;
	font-size: 18px;
	font-weight: 300;
	line-height: 32px;
	opacity: 0.5;
	margin: 0;
	transition: all .3s ease-in-out;
}
.service-rgt ul li .arrow-link{
	width: 48px;
	height: 48px;
	background: #FFC800;
	border-radius: 50%;
	position: absolute;
	right: 25px;
	bottom: 30px;
	opacity: 0;
}
.service-rgt ul li .arrow-link:hover{
	background: #fff;
}
.service-rgt ul li:hover{
	background: #1a1a1a;
}
.service-rgt ul li:hover h4{
	opacity: 1;
}
.service-rgt ul li:hover p{
	opacity: 1;
}
.service-rgt ul li:hover .arrow-link{
	opacity: 1;
}

.service-rgt ul li.active{
	background: #1a1a1a;
}
.service-rgt ul li.active h4{
	opacity: 1;
}
.service-rgt ul li.active p{
	opacity: 1;
}
.service-rgt ul li.active .arrow-link {
	opacity: 1;
}


/********** Purpose Page *************/
.purpose-intro .column {
    display: flex;
    justify-content: center;
    padding-top: 180px;
    padding-bottom: 72px;
}
.purpose-intro-content{
	width: 495px;
	max-width: 100%;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.purpose-intro-content figure {
    width: 130px;
    height: 130px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 50%;
    padding: 7px;
    box-shadow: 0px 0px 40px #00000010;
    margin: 0 0 50px 0;
}
.purpose-intro-content img{
	max-width: 100%;
	max-height: 100%;
}
.purpose-intro-content .sub-head {
    display: inline-block;
    color: #28A9D5;
    font-size: 18px;
    font-weight: 700;
    font-family: Hurme, sans-serif;
    line-height: 18px;
    margin: 0 0 28px 0;
}
.purpose-intro-content h1{
	font-size: 40px;
	font-weight: 300;
	line-height: 52px;
	margin: 0;
}
.purpose-top{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.purpose-top .purpose-top-img{
	width: 100%;
	max-width: 1256px;
}
.purpose-content-wraper{
	width: 100%;
	padding: 0 0 75px 0;
	margin: 100px 0 0 0;
}
.purpose-content-wraper img{
	height: 605px;
	position: absolute;
	top: 0;
	right: -85px;
}
.purpose-content{
	width: 100%;
	max-width: 826px;
}
.purpose-content p{
	color: #000;
	font-size: 24px;
	font-weight: 300;
	line-height: 40px;
	margin: 0 0 40px 0;
}
.purpose-content p strong{
	font-weight: 500;
}
.purpose-content p:last-child{
	margin: 0;
}
.featured-wraper{
	width: 100%;
	display: flex;
	justify-content: center;
	padding: 0 16px;
}
.featured-box{
	width: 100%;
	max-width: 1160px;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: 5px;
	box-shadow: 0px 10px 25px #00000026;
	overflow: hidden;
}
.featured-lft{
	width: 50.68%;
	display: flex;
	flex-wrap: wrap;
}
.featured-lft h6{
	width: 62px;
	background: #FFC800;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	writing-mode: vertical-rl;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 36px 0;
	transform: rotate(-180deg);
}
.featured-content{
	width: calc(100% - 62px);
	padding: 52px 32px 36px;
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
}
.featured-content img{
	max-height: 58px;
	margin: 0 0 20px 0;
}
.featured-content h4{
	font-size: 36px;
	font-weight: 300;
	line-height: 43px;
	margin: 0 0 20px 0;
}
.featured-content p{
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: 32px;
}
.featured-content p:last-child{
	margin: 0;
}
.featured-rgt{
	width: 49.31%;
}
.featured-rgt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.featured-btn-wraper{
	width: 100%;
	background: #000000A3;
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: flex-end;
	padding: 26px 61px;
}
.featured-btn-wraper .animated-link-container .button-text{
	color: #fff;
	font-size: 14px;
}
.featured-btn-wraper .animated-link-container:hover .button-text{
	color: #000;
}
.purpose-box-wraper{
	padding: 150px 0 80px;
}
.purpose-box-wraper .column{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.purpose-box-wraper h3{
	width: 100%;
	max-width: 768px;
	font-size: 36px;
	font-weight: 300;
	line-height: 48px;
	text-align: center;
	margin: 0 0 75px 0;
}
.purpose-box-wraper ul{
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 101px 114px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.purpose-box-wraper ul li{
	width: calc(50% - 57px);
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 0;
}
.purpose-box-wraper ul li .sub-head{
	display: inline-block;
	color: #28A9D5;
	font-size: 18px;
	font-weight: 700;
	font-family: Hurme,sans-serif;
	line-height: 18px;
	margin: 0 0 20px 0;
}
.purpose-box-wraper ul li h4{
	font-size: 36px;
	font-weight: 700;
	line-height: 43px;
	margin: 0 0 20px 0;
}
.purpose-box-wraper ul li p{
	color: #000;
	font-size: 18px;
	line-height: 32px;
	margin: 0 0 30px 0;
}
.purpose-box-wraper ul li .animated-link-container .button-text{
	font-size: 16px;
}
.help-box-wraper{
	width: 100%;
	padding: 215px 0 120px;
	position: relative;
}
.help-box-wraper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/alt-mountains-new.svg) no-repeat top center;
    background-size: 1440px auto;
    opacity: 0.16;
}
.help-box-wraper .column{
	display: flex;
	justify-content: center;
}
.purpose-help-box{
	width: 100%;
	max-width: 686px;
	background: #fff;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0px 20px 30px #00000029;
	padding: 0 75px 50px;
}
.purpose-help-box figure{
	width: 130px;
	height: 130px;
	background: #FFC800;
	border-radius: 50%;
	padding: 8px;
	margin: -65px 0 42px;
}
.purpose-help-box figure img{
	width: 100%;
	height: 100%;
	float: left;
}
.purpose-help-box h3{
	font-size: 36px;
	font-weight: 300;
	line-height: 44px;
	margin: 0 0 25px 0;
}
/* .purpose-help-box p{
	line-height: 31px;
} */
.purpose-help-box p:last-child{
	margin: 0;
}
.purpose-help-box p a {
    color: #28A9D5;
    text-decoration: underline;
}
.purpose-help-box p a:hover{
	color: #000;
}
.page-template-about.page-template-about-new header .new-animated-link::before{
	border: 2px solid #fc0 !important;
}
.page-template-about.page-template-about-new header .new-animated-link .button-animation-2{
	background: #fc0 !important;
}
.page-template-about.page-template-about-new header.fixed-menu .new-animated-link{
	background: #fff !important;
}
.page-template-about.page-template-about-new header.fixed-menu .new-animated-link:after{
	background: #fc0 !important;
}
.page-template-about.page-template-about-new header.fixed-menu .new-animated-link:hover:after{
	background: #fff !important;
}
body footer h4.subhead {
    font-weight: 700 !important;
    color: #28A9D5 !important;
}
#about-page-new.black-bg .purpose-lft h3, #about-page-new.black-bg .purpose-rgt ul li h6, #about-page-new.black-bg .purpose-rgt ul li p, #about-page-new.black-bg .counter-box h4, #about-page-new.black-bg .counter-box h6 {
    color: #FFF;
}
#about-page-new.black-bg .stats-wraper::before {
	filter: brightness(1) invert(1);
    opacity: 0.4;
}
#about-page-new.transition {
    -webkit-transition: background .6s ease-in-out;
    transition: background .6s ease-in-out;
}
#about-page-new.black-bg {
    background: #000;
}
#about-page-new .purpose-lft h3, #about-page-new .purpose-rgt ul li h6, #about-page-new .purpose-rgt ul li p, #about-page-new .counter-box h4, #about-page-new .counter-box h6 {
    transition: color .6s ease-in-out;
}
#about-page-new .hero-area, .about-slideshow-parent {
    overflow: hidden;
}

@media screen and (max-width: 1284px) {
	.help-wraper{
		padding: 0 16px;
	}
	.about-intro{
		padding-bottom: 100px;
	}
	.help-box-wraper::before {
		background-size: 100% auto;
	}
	.stats-wraper::before {
		background-size: 100% auto;
	}
	.about-slideshow-new {
		padding: 0 16px;
	}
}

@media screen and (max-width: 1200px) {
	.purpose-intro .column{
		padding-top: 220px;
	}
}

@media screen and (max-width: 1179px) {
	.about-intro{
		padding-top: 200px;
	}
	.about-purpose {
		padding-top: 100px;
		padding-bottom: 40px;
	}
	.purpose-lft{
		width: 40%;
	}
	.purpose-rgt {
		width: 60%;
		padding: 0 0 0 100px;
	}
	.stats-wraper{
		padding: 100px 0 130px;
		margin: 0 0 70px 0;
	}
	.service-wraper{
		padding: 120px 0 170px;
	}
	.services-lft h2{
		font-size: 80px;
		line-height: 80px;
	}
	.services-lft{
		width: 40%;
	}
	.service-rgt {
		width: 60%;
		padding: 0 0 0 100px;
	}
	.help-box{
		padding: 70px 150px;
	}
	.about-clients {
		padding-top: 120px;
		padding-bottom: 70px;
	}
	.client-lft h2{
		font-size: 80px;
		line-height: 80px;
		margin: 0 0 25px 0;
	}
	.client-lft{
		width: calc(100% - 520px);
	}
	.testimonial-slider p{
		font-size: 33px;
		line-height: 50px;
	}
	.testimonial-slider{
		padding: 0 0 100px 0;
	}
	.client-rgt{
		width: 520px;
	}
	.about-team-row{
		padding: 120px 0;
	}
	.team-wraper{
		padding: 0 50px;
	}
	.team-wraper-top{
		margin: 0 0 50px 0;
	}
	.join-us {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.join-lft h2{
		font-size: 80px;
		line-height: 80px;
	}
	.join-lft{
		width: 35%;
	}
	.join-rgt{
		width: 65%;
		gap: 0 50px;
		padding: 0 0 0 100px;
	}
	.join-col {
		width: calc(50% - 25px);
	}
	.join-col ul li h6{
		margin: 0 0 15px 0;
	}
	.join-col ul li + li {
		margin: 30px 0 0 0;
	}


	.purpose-intro .column {
		padding-top: 170px;
		padding-bottom: 70px;
	}
	.purpose-intro-content figure{
		margin: 0 0 40px 0;
	}
	.purpose-intro-content .sub-head{
		margin: 0 0 27px 0;
	}
	.purpose-content-wraper{
		margin: 80px 0 0 0;
	}
	.featured-content{
		padding: 35px 30px 35px;
	}
	.purpose-box-wraper {
		padding: 120px 0 70px;
	}
	.purpose-box-wraper h3{
		margin: 0 0 60px 0;
	}
	.purpose-box-wraper ul{
		gap: 70px 100px;
	}
	.purpose-box-wraper ul li{
		width: calc(50% - 50px);
	}
	.help-box-wraper{
		padding: 200px 0 100px;
	}
	.purpose-box-wraper ul li .sub-head{
		margin: 0 0 15px 0;
	}
	.purpose-box-wraper ul li h4{
		margin: 0 0 15px 0;
	}
}

@media screen and (max-width: 1023px) {
	.about-intro {
		padding-top: 150px;
		padding-bottom: 70px;
	}
	.about-intro .sub-head {
		margin: 0 0 15px 0;
	}
	.about-purpose {
		padding-top: 70px;
		padding-bottom: 30px;
	}
	.purpose-lft {
		width: 47%;
	}
	.purpose-lft .sub-head{
		margin: 0 0 15px 0;
	}
	.purpose-rgt {
		width: 53%;
		padding: 0 0 0 30px;
	}
	.stats-wraper {
		padding: 70px 0 70px;
		margin: 0 0 50px 0;
	}
	.service-wraper {
		padding: 90px 0 140px;
	}
	.services-lft h2 {
		font-size: 70px;
		line-height: 70px;
	}
	.service-rgt{
		padding: 0 0 0 50px;
	}
	.service-rgt ul li{
		padding: 30px 55px 30px 30px;
	}
	.service-rgt ul li h4{
		margin: 0 0 15px 0;
	}
	.help-wraper{
		margin: -50px 0 0 0;
	}
	.help-box {
		padding: 60px 40px;
	}
	.about-clients {
		padding-top: 90px;
		padding-bottom: 50px;
	}
	.client-lft h2 {
        font-size: 70px;
        line-height: 70px;
        margin: 0 0 50px 0;
    }
	.client-lft {
		width: calc(100% - 450px);
	}
	.client-rgt {
		width: 450px;
		padding: 0 0 0 50px;
	}
	.client-lft h2 {
		font-size: 71px;
		line-height: 70px;
	}
	.testimonial-slider {
		padding: 0 0 80px 0;
	}
	.testimonial-slider p {
		font-size: 28px;
		line-height: 40px;
		margin: 0 0 15px 0;
	}
	.testimonial-slider .slick-arrow{
		width: 40px;
		height: 40px;
	}
	.testimonial-slider .slick-arrow.slick-next{
		left: 60px;
	}
	.about-team-row {
		padding: 90px 0;
	}
	.team-wraper {
		padding: 0 30px;
	}
	.team-wraper-top{
		padding: 0 70px;
		margin: 0 0 40px 0;
	}
	.page-template-about .team-members.team-members-new .relative .photo{
		margin: 0 0 15px 0;
	}
	.page-template-about .team-members.team-members-new{
		gap: 40px 18px;
	}
	.join-us {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.join-lft h2 {
		font-size: 70px;
		line-height: 70px;
	}
	.join-lft {
		width: 40%;
	}
	.join-rgt {
		width: 60%;
		gap: 0 30px;
		padding: 0 0 0 50px;
	}
	.join-lft ul li{
		line-height: 28px;
	}
	.join-lft ul li + li{
		margin: 10px 0 0 0;
	}
	.join-col ul li h6{
		margin: 0 0 12px 0;
	}
	.join-col {
		width: calc(50% - 15px);
	}


	.purpose-intro .column {
		padding-top: 150px;
		padding-bottom: 60px;
	}
	.purpose-intro-content .sub-head {
		margin: 0 0 15px 0;
	}
	.purpose-content-wraper {
		margin: 60px 0 0 0;
	}
	.purpose-content{
		max-width: 100%;
	}
	.purpose-content-wraper img{
		height: 500px;
	}
	/* .purpose-content p{
		font-size: 20px;
		line-height: 35px;
		margin: 0 0 30px 0;
	} */
	.featured-lft{
		width: 100%;
	}
	.featured-rgt {
		width: 100%;
	}
	.featured-rgt img {
		height: auto;
		object-fit: cover;
		aspect-ratio: 16/9;
	}
	.featured-lft h6{
		width: 100%;
		writing-mode: inherit;
		justify-content: flex-start;
		text-align: center;
		padding: 20px 30px;
		transform: none;
	}
	.featured-content{
		width: 100%;
	}
	.featured-btn-wraper{
		justify-content: center;
	}
	.purpose-box-wraper {
		padding: 90px 0 50px;
	}
	.purpose-box-wraper h3 {
		margin: 0 0 50px 0;
	}
	.purpose-box-wraper ul {
		gap: 50px 50px;
	}
	.purpose-box-wraper ul li {
		width: calc(50% - 25px);
	}
	.purpose-box-wraper ul li p{
		margin: 0 0 20px 0;
	}
	.help-box-wraper {
		padding: 180px 0 90px;
	}
}

@media screen and (max-width: 920px) {
	.page-template-about #team-modal .container.active .content {
		display: block;
	}
}
@media screen and (max-width: 840px) {
	/* .about-intro .sub-head {
		text-align: center;
	}
	.about-intro h1{
		text-align: center;
	} */
	.about-intro{
		padding-bottom: 50px;
	}
	.about-purpose{
		padding-top: 60px;
	}
	.purpose-lft {
		width: 100%;
	}
	.purpose-rgt {
		width: 100%;
		padding: 30px 15% 0;
	}
	.purpose-rgt ul li{
		width: 100%;
	}
	.stats-wraper {
        padding: 50px 0 90px;
        margin: 0 0 30px 0;
    }
	.stats-new{
		display: flex;
		flex-wrap: wrap;
		gap: 30px 0;
	}
	.counter-box {
        width: 100%;
        text-align: center;
        margin: 0 0 50px;
    }
	.counter-box:last-child {
		margin: 0;
	}
	.service-wraper {
        padding: 100px 0 110px;
    }
	.services-lft {
		width: 100%;
		padding: 0;
	}
	.services-lft h2 {
		font-size: 60px;
		line-height: 60px;
	}
	.services-lft p{
		margin: 0 0 30px 0;
	}
	.service-rgt{
		width: 100%;
		padding: 50px 0 0 0;
	}
	.service-rgt ul{
		gap: 20px 0;
	}
	/* .service-rgt ul li{
		background: #1a1a1a;
	} */
	.service-rgt ul li h4{
		opacity: 1;
	}
	.service-rgt ul li p{
		opacity: 1;
	}
	.service-rgt ul li .arrow-link{
		opacity: 1;
	}
	.help-box {
		padding: 40px 30px;
	}
	.help-box img{
		margin: 0 0 25px 0;
	}
	.help-box .sub-head{
		margin: 0 0 10px 0;
	}
	/* .help-box h3{
		font-size: 33px;
		line-height: 40px;
		margin: 0 0 25px 0;
	} */
	.about-clients {
        padding-top: 100px;
        padding-bottom: 100px;
    }
	.client-lft {
		width: 100%;
	}
	.client-lft h2 {
		font-size: 60px;
		line-height: 60px;
	}
	.testimonial-slider{
		width: 100%;
	}
	/* .testimonial-slider .slick-arrow {
		width: 35px;
		height: 35px;
		left: 46%;
		transform: translateX(-50%);
	}
	.testimonial-slider .slick-arrow.slick-next {
		left: auto;
		right: 46%;
		transform: translateX(50%);
	} */
	.about-clients .column{
		justify-content: center;
	}
	.client-rgt {
		width: 500px;
		padding: 50px 0 0 0;
	}
	.client-rgt ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 15px;
	}
	.client-rgt ul li{
		width: calc(25% - 12px);
		height: 100px;
		margin: 0;
	}
	.about-team-row {
		padding: 100px 0;
	}
	.team-wraper {
		padding: 0;
	}
	.team-wraper-top {
		padding: 0 10%;
	}
	.page-template-about .team-members.team-members-new {
		gap: 40px 15px;
	}
	.page-template-about .team-members.team-members-new .column{
		width: calc(50% - 8px);
	}
	.page-template-about .team-members.team-members-new .relative .photo {
		margin: 0 0 10px 0;
	}
	.join-us {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.join-lft {
		width: 100%;
	}
	.join-lft h2 {
		font-size: 60px;
		line-height: 60px;
	}
	.join-lft p{
		margin: 0 0 30px 0;
	}
	/* .join-lft ul li{
		text-align: center;
	} */
	.join-lft ul{
		margin: 0 0 30px 0;
	}
	.join-rgt {
        width: 100%;
        padding: 75px 0 0 0;
    }
	/* .join-col ul li{
		text-align: center;
	} */
	.join-col ul li + li {
        margin: 50px 0 0 0;
    }
	.join-col + .join-col {
        margin: 50px 0 0 0;
    }
	.purpose-content-wraper {
		margin: 30px 0 0 0;
	}
	/* .purpose-content p{
		font-size: 18px;
		line-height: 32px;
		text-align: center;
	} */
	/* .featured-content{
		align-items: center;
	} */
	/* .featured-content p, .featured-content h4 {
        text-align: center;
    } */
	.featured-content h4 {
		font-size: 34px;
	}
	.purpose-box-wraper {
		padding: 70px 0 30px;
	}
	.purpose-box-wraper ul {
		gap: 50px 0;
	}
	.purpose-box-wraper ul li {
		width: 100%;
		/* align-items: center;
		text-align: center; */
	}
	/* .purpose-help-box{
		padding: 0 40px 40px;
	} */
	/* .purpose-help-box figure{
		margin: -65px 0 25px;
	} */
	.help-box-wraper {
		padding: 150px 0 70px;
	}
	.featured-lft h6{
		justify-content: center;
	}
	.site-container {
		overflow-x: hidden;
	}
	.services-lft {
		position: static;
	}
}

@media screen and (max-width: 600px) {
	/* .about-intro{
		padding-top: 130px;
	} */
	.purpose-rgt {
        padding: 50px 0 0;
    }
	.purpose-rgt ul li + li {
		margin: 40px 0 0 0;
	}
	.about-purpose {
        padding-top: 100px;
        padding-bottom: 0;
    }
	.counter-box h4 {
		font-size: 80px;
		line-height: 70px;
	}
	/* .stats-new{
		gap: 20px 0;
	} */
	.stats-wraper {
		margin: 0 0 10px 0;
	}
	.services-lft h2 {
        font-size: 40px;
        line-height: 48px;
    }
	.help-box {
		padding: 30px 20px;
	}
	/* .help-box p{
		line-height: 30px;
	} */
	.about-clients {
        padding-top: 100px;
        padding-bottom: 100px;
    }
	.client-lft h2 {
		font-size: 50px;
		line-height: 50px;
	}
	.testimonial-slider p {
		font-size: 26px;
		line-height: 37px;
	}
	.testimonial-slider {
		padding: 0 0 70px 0;
	}
	/* .testimonial-slider .slick-arrow{
		left: 45%;
	}
	.testimonial-slider .slick-arrow.slick-next{
		right: 45%;
	} */
	.about-team-row {
        padding: 100px 0;
    }
	.team-wraper-top {
		padding: 0;
	}
	.page-template-about .team-members.team-members-new h3{
		font-size: 26px;
		line-height: 35px;
	}
	.page-template-about .team-members.team-members-new{
		justify-content: center;
	}
	.join-us {
        padding-top: 100px;
        padding-bottom: 100px;
    }
	.join-lft h2 {
		font-size: 50px;
		line-height: 50px;
	}
	.join-lft p{
		line-height: 30px;
	}
	.join-col ul li p{
		line-height: 30px;
	}
	.page-template-about #about-slideshow.about-slideshow-new .slick-list .slick-slide .content p{
		line-height: 24px;
	}
	.page-template-about #about-slideshow.about-slideshow-new .slide-photo{
		margin: 0 0 15px 0;
	}
	.service-wraper {
        padding: 100px 0 100px;
    }
	.purpose-intro .column {
        padding-bottom: 75px;
    }
	.purpose-intro-content figure{
		width: 120px;
		height: 120px;
		margin: 0 0 30px 0;
	}
	.purpose-content-wraper {
        padding: 0 0 100px 0;
        margin: 75px 0 0 0;
    }
	.purpose-content p{
		margin: 0 0 50px 0;
	}
	.purpose-content-wraper img {
		height: 400px;
	}
	.featured-content {
        padding: 50px 24px;
    }
	.featured-btn-wraper{
		padding: 20px;
	}
	.purpose-box-wraper {
        padding: 100px 0 30px;
    }
	/* .purpose-help-box figure{
		width: 120px;
		height: 120px;
		margin: -60px 0 20px;
	} */
	/* .purpose-help-box {
		padding: 0 30px 30px;
	} */
	/* .purpose-help-box p {
		font-size: 16px;
		line-height: 28px;
	} */
	.help-box-wraper {
		padding: 150px 0 60px;
	}
	.animated-link-container-parent.left-fix, .animated-link-container.left-fix, .new-animated-link.left-fix {
		/* left: -20px; */
		transition: all .3s ease-in-out;
	}
	.animated-link-container-parent.left-fix:hover, .animated-link-container.left-fix:hover, .new-animated-link.left-fix:hover {
		left: 0;
	}
}

@media screen and (max-width: 479px) {
	.service-rgt ul li {
		padding: 20px 55px 20px 20px;
	}
	.service-rgt ul li .arrow-link{
		width: 38px;
		height: 38px;
		right: 10px;
		bottom: 20px;
	}
	.help-box {
        padding: 60px 20px;
    }
	/* .help-box h3 {
		font-size: 28px;
		line-height: 38px;
		margin: 0 0 20px 0;
	} */
	/* .help-box p{
		font-size: 16px;
		line-height: 28px;
		margin: 0 0 20px 0;
	} */
	.testimonial-slider p {
		font-size: 22px;
		line-height: 33px;
	}
	.testimonial-slider {
		padding: 0 0 60px 0;
	}
	.testimonial-slider .slick-arrow{
		width: 30px;
		height: 30px;
		/* left: 42%; */
	}
	/* .testimonial-slider .slick-arrow.slick-next {
		right: 42%;
	} */
	.client-rgt {
        width: 100%;
        padding: 50px 0 0 0;
    }
	.client-rgt ul li {
		width: calc(33.33% - 10px);
		height: 90px;
	}
	/* .team-wraper-top p{
		line-height: 30px;
	} */
	.team-wraper-top{
		margin: 0 0 30px 0;
	}
	.page-template-about .team-members.team-members-new .column {
		width: 100%;
	}
	.page-template-about .team-members .relative .photo{
		height: auto;
	}
	.page-template-about .team-members.team-members-new h3{
		line-height: 30px;
		text-align: center;
	}
	.page-template-about .team-members.team-members-new h4{
		text-align: center;
	}
	.join-col {
		width: 100%;
	}
	.join-col + .join-col{
		margin: 20px 0 0 0;
	}
	.join-col ul li p{
		font-size: 16px;
		line-height: 28px;
	}
	.purpose-content-wraper img {
		height: 350px;
		top: auto;
		right: -20px;
		bottom: 0;
	}
	.featured-lft h6{
		padding: 15px;
	}
	/* .featured-content {
		padding: 20px 15px;
	} */
	.featured-btn-wraper {
		padding: 20px 0;
	}
	.featured-btn-wraper .animated-link-container .button-text {
		font-size: 13px;
		padding-left: 0;
		padding-right: 10px;
	}
	.purpose-box-wraper ul li .sub-head {
		margin: 0 0 10px 0;
	}
	.purpose-intro-content figure {
		width: 100px;
		height: 100px;
		margin: 0 0 25px 0;
	}
	.purpose-help-box figure {
        width: 125px;
        height: 125px;
        margin: -62.5px 0 40px;
    }
	.purpose-help-box {
        padding: 0 20px 40px;
    }
	.help-box-wraper {
		padding: 100px 0;
	}
}