/*-----------Footer----------*/
footer{
	background: var(--color-primary);
}
.footer{
	padding-top:100px;
	padding-bottom:60px;
	border-bottom:1px solid #5F5F5F;
}
.footer-boxes-wrap{
	display:flex;
	justify-content: space-between;
}
.footer-box h4{
	font-size: 16px;
	line-height: 24px;
	color: var(--color-white);
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.footer-menu{
	width:100%;
	margin-bottom: 0px;
	max-width:170px;
}
.footer-menu li{
	width:100%;
	margin-bottom:5px;
}
.footer-menu li:last-child{
	margin-bottom: 0px;
}
.footer-menu li a,
.footer-box p,
.footer-box p a{
	color: var(--color-white);
	font-size: 14px;
	line-height: 21px;
	font-weight:400;
}
.footer-menu li a:hover{
	color:var(--color-hover-1);
}
.footer-box p{
	margin-bottom:10px;
}
.footer-box h4:nth-of-type(2){
	margin-top:30px;
}
.footer-box p a:hover{
	color:var(--color-hover-1);
}
.social-media{
	display: flex;
	column-gap: 25px;
	margin-bottom: 0px;
}
.social-media li a{
	color:var(--color-white);
	font-size: 20px;
}
.social-media li a:hover{
	color:var(--color-hover-1);
}
.iso-logo li{
	display: flex;
	align-items: center;
	column-gap: 20px;
	padding:15px;
	border:1px solid #5F5F5F;
	border-radius: 13px;
	margin-bottom: 25px;
}
.iso-logo li:last-child{
	margin-bottom: 0px;
}
.iso-logo li p{
	margin-bottom:0px;
	font-size: 14px;
	line-height:15px;
	font-weight:400;
}
.iso-logo li p span{
	display: block;
	font-size: 13px;
	line-height:14px;
}
.iso-icon{
	min-width:61px;
	height:54px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.copy-right-wrap{
	padding:25px 0px;
}
.copy-right-inner p{
	margin-bottom: 0px;
	color:var(--color-white);
	font-size: 13px;
	line-height: 22px;
}
.copy-right-inner{
	display: flex;
	align-items: center;
}
.copy-right-inner ul{
	margin-left: auto;
	display: flex;
	align-items: center;
	column-gap:25px;
}
.copy-right-inner ul li a{
	color: var(--color-white);
	font-size: 13px;
	line-height:19px;
	text-decoration: underline;
}
.copy-right-inner ul li a:hover{
	color:var(--color-hover-1);
}

/*--------Home------*/
.hm-slider-wrap{
	position: relative;
}
.line-slider{
	position: absolute;
	bottom: 65px;
	width:1px;
	height:36px;
	background:#fff;
	left: 50%;
    transform: translateX(-50%);
    z-index: 11;
}
.slider-txt{
	font-family: var(--font-primary) !important;
	letter-spacing:0.5px !important;
}
.tp-bullet.selected{
	background:#039F84 !important;
}
.tp-bullet-title{
	display: none !important;
}
.sliding-text-wrap{
	width:100%;
	display: flex;
	align-items: center;
	height:100px;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 4px 4px 0px #0000000D;
}
.sliding-text-box{
	display:flex;
	gap:115px;
    animation:marquee 12s linear infinite running
}
@keyframes marquee {
    0%{
    	transform: translateX(0);	
    }
    
  100%{
  	transform: translate(-50%);
  }
    
}
.sliding-text-inner{
	display:inline-flex;
	align-items:center;
	min-width:1030px;
}
.sliding-text-inner span{
	font-weight: 700;
	font-size: 15px;
	line-height: 14.4px;
	letter-spacing: 0.5px;
	color:#009AB5;
	text-transform: uppercase;
}
.sliding-text-inner ul{
	display: flex;
	align-items: center;
	margin-bottom: 0px;
	margin-left: 20px;
}
.sliding-text-inner ul li{
	color: #393939;
	font-weight: 300;
	line-height: 14.4px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing:0.5px;
	padding:0px 20px;
	position: relative;
}
.sliding-text-inner ul li:before{
	content: "";
	position: absolute;
	top:50%;
	transform: translateY(-50%) rotate(20deg);
	left:0px;
	width:1px;
	height:14px;
	background:#606060;
}
.sliding-text-inner ul li.changed{
	color: #09BB45;
	padding-right:40px;
}
.sliding-text-inner ul li.changed:after{
	content: "";
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right:20px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 6px solid var(--color-five);
}
.p-b-130{
	padding-bottom: 130px;
}
.p-tb-100{
	padding:100px 0px;
}
.hm-first-content-sec{
	background: linear-gradient(180deg, #FFFFFF 19.3%, rgba(255, 255, 255, 0) 87.3%),
	linear-gradient(180deg, rgba(228, 242, 242, 0) 26.71%, rgba(228, 242, 242, 0.64) 100%);

}
.hm-first-content-inner{
	display: flex;
}
.hm-first-content-inner h1{
	margin-bottom: 0px;
	max-width:575px;
	background:var(--bg-gradient-1);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.first-right-content{
	max-width:632px;
	margin-left: auto;
	margin-right:090px;
}
.first-right-content .al-btn-link{
	margin-top:30px;
}
.hm-video-wrap{
	border-radius: 15px;
	overflow: hidden;
	height:537px;
	position: relative;
	background: linear-gradient(0deg, #D9D9D9, #D9D9D9),
	linear-gradient(270deg, rgba(0, 0, 0, 0) 36.64%, rgba(0, 0, 0, 0.5) 100%);
}
.hm-video-wrap video{
	width:100%;
	height:100%;
	object-fit: cover;
}
.hm-video-wrap h2{
	position: absolute;
	bottom:55px;
	left:70px;
	max-width:610px;
	margin-bottom: 0px;
	color:var(--color-white);
}
.hm-video-wrap h2 strong{
	font-weight:500;
	color: var(--color-secondary);
}
#playVideo{
	width:100px;
	height:100px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom:55px;
	right:70px;
	border: 0px;
	cursor: pointer;
	background:var(--color-white);
}
#playVideo i{
	color:#009AAF;
	font-size: 20px;
}
#playVideo.active{
	background: var(--bg-gradient);
}
#playVideo.active i{
	color: #fff;
}
.platform-numbers{
	display: flex;
	justify-content: space-between;
	margin-top:60px;
	margin-bottom: 0px;
}
.platform-numbers li{
	display: flex;
	width:32%;
	flex-direction: column;
	padding:30px;
	gap:50px;
	justify-content: center;
	background:var(--color-white);
	border-radius:15px;
	height:186px;
	border:1px solid transparent;
	transition: var(--transition);
}
.platform-numbers li:hover{
	border-color: var(--color-seven);
}
.platform-numbers li span{
	font-size: 40px;
	line-height:51.2px;
	font-weight:300;
	color: var(--color-seven);
}
.platform-numbers li p{
	font-size: 17px;
	line-height:22px;
	letter-spacing:var(--letter-space);
	color:#434343;
}
.p-tb-130{
	padding:130px 0px;
}
.hm-second-content{
	border-bottom: 1px solid #CDCDCD;
}
.help-student-wrap{
	margin-bottom: 100px;
}
.help-student-wrap h3{
	font-size:55px;
	line-height:70px;
}
.for-help-student{
	display: flex;
	justify-content: space-between;
}
.for-help-student li{
	width:49.33%;
	height:574px;
	background: linear-gradient(120.06deg, #03A080 5.2%, #009AB5 93.18%);
	position: relative;
	padding:30px;
	border-radius: 15px;
	overflow: hidden;
	transition:all 1s ease-in-out;
}
.for-help-student li img{
	position: absolute;
	bottom: 0px;
	right: 0px;
	height:100%;
}
.for-help-student li h4{
	color: var(--color-white);
	line-height:37px;
	font-weight: 700;
	transition:var(--transition);
}
.for-help-student li .al-btn-link{
	position: absolute;
	bottom: 30px;
	left:30px;
	background: #E4F2F2;
	z-index:1;
	color:#393939;
}
.for-help-student li .al-btn-link i{
	color:#019C9D;
}
.for-help-student li .al-btn-link:hover i,
.for-help-student li .al-btn-link:hover{
	color:#fff;
}
.for-help-student li:last-child img{
	height:455px;
}
.for-help-student li:hover{
	background: #E4F2F2;
}
.for-help-student li:hover h4{
	color:#393939;
}
.for-help-student li:hover .al-btn-link{
	background: var(--bg-gradient);
	color:var(--color-white);
}
.for-help-student li:hover .al-btn-link i{
	color:var(--color-white);
}
.globel-presence-wrap{
	display: flex;
	align-items: center;
}
.sub-heading{
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing:1px;
	color:#000;
	display: block;
	margin-bottom: 20px;
}
.globel-presence-heading{
	max-width:440px;
	z-index:1;
}
.globel-presence-heading .sub-heading{
	text-transform: uppercase;
	color:#606060;
}
.globel-presence-heading h3{
	font-size:80px;
	line-height: 82px;
	font-weight: 700;
	margin-bottom: 0px;
	background: linear-gradient(90deg, #009AB5 0%, #039F84 52.47%);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.globel-presence-heading h3 span{
	background:#979797;
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.globel-presence-map-wrap{
	margin-left:-20px;
	padding-top:100px;
}
.globel-presence-map{
	position: relative;
}
.country-flag{
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius:50%;
	width:60px;
	height:60px;
	background:#fff;
	box-shadow: 0px 14px 34px 0px #0000001A;
	position: absolute;
}
.country-flag-1{
	top:150px;
	left:150px;
}
.country-flag-2{
	top:220px;
	left:41%;
}
.country-flag-3{
	top:240px;
	left:60%;
}
.country-flag-4{
	top:330px;
	right:135px;
}
.latest-feature-wrap .sub-heading,
.latest-feature-wrap h3{
	text-align: center;
}
.latest-feature-wrap h3{
	margin-bottom: 50px;
}
.feature-image{
	border:3px solid #44494A;
	box-shadow: 0px 20px 80px 0px #8C9C9E80;
	border-radius:37px;
	overflow: hidden;
	width:690px;
	height:500px;
}
.feature-image img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.latest-feature-slide{
	position: relative;
	display: flex;
	justify-content: center;
}
.feature-text-box{
	position: absolute;
	width:242px;
	min-height:228px;
	padding:25px 20px;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0px 25px 50px 0px #2B2C2D26;
	background: linear-gradient(134.17deg, #B4B6FF 9.09%, #8689F6 92.98%);
}
.feature-text-box-1{
	top:125px;
	left:200px;
}
.feature-icon{
	width:52px;
	height:52px;
	margin:0px auto 15px;
	border-radius: 7px;
	border:0.5px solid #fff;
	background:rgba(255,255,255,0.15);
	display: flex;
	align-items: center;
	justify-content: center;
}
.feature-text-box h4{
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	margin-bottom:10px;
	color:var(--color-white);
}
.feature-text-box p{
	font-size:12px;
	line-height: 14.50px;
	color:var(--color-white);
	margin-bottom: 0px;
	text-align: center;
}
.feature-text-box-2{
	background: #60D8D2;
	bottom: 45px;
	right:215px;
}
.latest-feature-wrap{
	overflow: hidden;
}
.latest-feature-slider{
	padding-bottom:50px;
}
.latest-feature-slider .slick-list{
	overflow: visible;
}
.slick-dots li button:before{
	font-size:12px !important;
}
.slick-dots li{
	width:15px !important;
	height:15px !important;
}
.slick-dots li button:before{
	content: "" !important;
    opacity: 1 !important;
    background: #48A6B7 !important;
    border-radius: 50%;
    width: 12px !important;
    height: 12px !important;
    border: 1px solid transparent;
}
.slick-dots li.slick-active button:before{
	background:#fff !important;
	border: 1px solid #009AB5 !important;
}
.busines-partner-wrap .sub-heading{
	font-size: 18px;
	color:#101010;
	line-height: 23px;
	margin-bottom: 30px;
}
.logo-slide{
	display: flex;
	align-items: center;
	justify-content: center;
	padding:15px;
	background-color:#F8F8F8;
	height:197px;
	border-radius: 15px;
}
.logo-slider .slick-list{
	margin:0px -4px;
}
.logo-slider .slick-slide{
	margin: 0px 4px;
}
.slick-arrow{
	width:56px !important;
	height:56px !important;
	background:#fff !important;
	border-radius: 50% !important;
	z-index:1;
	top:50% !important;
	transition:var(--transition);
}
.slick-arrow:before{
	opacity:1 !important;
	content: "" !important;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	width:16px !important;
	height:13px !important;
}
.slick-arrow:hover,
.slick-arrow:focus{
	background-color:#fff !important;
	box-shadow: 0px 14px 34px 0px #0000001A;
}
.slick-next{
	right:-25px !important;
}
.slick-prev{
	left:-25px !important;
}
.slick-next:before{
	background:url(../images/arrow-right.png) no-repeat !important;
}
.slick-prev:before{
	background:url(../images/arrow-left.png) no-repeat !important;
}
.logo-slider,
.latest-feature-slider,
.testimonial-slider,
.media-center-slider{
	opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.slick-initialized.slick-slider {
    visibility: visible;
    opacity: 1;
}
.testimonail-wrap{
	padding:80px 95px;
	background: linear-gradient(95.94deg, #263442 9.44%, #3D4C5B 87.44%);
	border-radius: 15px;
	display: flex;
}
.testimonial-icon{
	display: flex;
	align-items: center;
	gap:10px;
	margin-bottom: 25px;
}
.testimonial-icon .sub-heading{
	font-size: 16px;
	color: var(--color-white);
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 0px;
}
.testimonial-content-box{
	max-width: 340px;
}
.testimonial-content-box h3{
	font-size:55px;
	line-height: 55px;
	color: var(--color-white);
}
.testimonial-content-box p{
	font-size:16px;
	line-height: 25px;
	font-weight: 300;
	color: var(--color-white);
	margin-bottom: 35px;
	letter-spacing:0.5px;
	opacity:0.70;
}
.customer-satisfy{
	display: flex;
	align-items: center;
}
.customer-satisfy h4{
	font-size: 45px;
	margin-bottom: 0px;
	line-height: 54px;
	color: var(--color-white);
	font-weight:300;
	margin-right:25px;
}
.customer-satisfy span{
	display: block;
	font-weight:500;
	font-size:16px;
	line-height:20px;
	letter-spacing:0.8px;
	color: var(--color-white);
	position: relative;
	padding-left:12px;
}
.customer-satisfy span:before{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left:0px;
	height:34px;
	width:1px;
	background:rgba(255,255,255,0.60) ;
}
.testimonial-slider-box{
	width:696px;
	margin-left: auto;
}
.tesimonial-slide{
	background:#F5F5F5;
	border-radius:15px;
	overflow: hidden;
	display: flex;
}
.tesimonial-slide-image{
	width:303px;
	min-width: 303px;
	height:379px;
}
.tesimonial-slide-image img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.tesimonial-slide-content{
	padding:45px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.star-rating{
	background:#EF991F;
	width:100px;
	border-radius: 50px;
	height:22px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap:5px;
	margin-bottom:20px;
}
.star-rating li{
	margin-top: -2px;
}
.tesimonial-slide-content p{
	font-size: 15px;
	line-height:23px;
	font-style: italic;
	letter-spacing: 0.2px;
	margin-bottom: 30px;
}
.tesimonial-slide-content h5{
	font-weight: 700;
	line-height: 22px;
	font-size: 18px;
	color:#000;
	margin-bottom: 10px;
}
.tesimonial-slide-content span{
	display: block;
	color:#C0C0C0;
	font-size: 14px;
	line-height: 17px;
	font-weight: 300;
}
.p-tb-120{
	padding:120px 0px;
}
.awerds-sec{
	background:#F3F9F9;
}
.awerds-sec .sub-heading{
	font-size: 18px;
	color: #101010;
    line-height: 23px;
    margin-bottom: 30px;
}
.awerds-sec .logo-slide{
	background:#fff;
}
.awerds-sec .slick-arrow{
	background:#F3F9F9 !important;
}
.heading-button-wrap{
	display: flex;
	align-items: center;
	margin-bottom:20px;
}
.heading-button-wrap h3{
	margin-bottom: 0px;
	font-size: 55px;
	line-height:70px;
}
.heading-button-wrap .al-btn-link{
	margin-left:auto;
}
.media-center-slide{
	border-radius: 15px;
	box-shadow: 0px 4px 15px 0px #0000000D;
	overflow: hidden;
} 
.media-slide-image{
	width:100%;
	height:260px;
}
.media-slide-image img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.media-slide-content{
	padding:40px 35px;
	min-height:230px;
	position: relative;
}
.date-wrap{
	display: flex;
	align-items: center;
	margin-bottom:20px;
}
.date-wrap li{
	font-size:15px;
	line-height: 24px;
	color: #A4A4A4;
	letter-spacing: 0.31px;
	padding-right:10px;
	margin-right: 10px;
	position: relative;
}
.date-wrap li:before{
	content: "";
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	right:0px;
	height:15px;
	width:1px;
	background:#A4A4A4;
}
.date-wrap li:last-child{
	margin-right: 0px;
	padding-right: 0px;
}
.date-wrap li:last-child:before{
	content: none;
}
.media-slide-content h4{
	font-size: 20px;
	line-height: 24px;
	letter-spacing:0.31px;
	color: #4A4A4A;
	font-weight:300;
}
.media-slide-content a{
	font-size: 13px;
	line-height: 24px;
	color:#606060;
	font-weight:300;
	position: absolute;
	bottom:40px;
}
.media-slide-content a i{
	margin-left:5px;
	color:#292D32;
	opacity:0.80;
}
.media-slide-content a:hover,
.media-slide-content a:hover i{
	color:var(--color-hover-1);
}
.media-center-slider .slick-list{
	margin: 0px -8px;
	padding-bottom:15px;
}
.media-center-slider .slick-slide{
	margin:0px 8px;
}
.media-center-slider .slick-arrow{
	top:27% !important;
}