/*site-header*/
.site-header{
	position: relative;
	width: 100%;
	height: auto;
	background-color: #000;
	color: #fff;
}
.f-slider-owl{
	position: relative;
	width: 100%;
	height: auto;
}

.banner-slider{
	position: relative;
	width: 100%;
	height: auto;
}
.banner-slider img{
	position: relative;
	width: 100%;
	height: 70vh;
	object-fit: cover;
	object-position:right center;
}
.banner-Dlt{
	position: absolute;
	z-index: 19;
	width: 100%;
	min-height: 100px;
	z-index: 10;
	padding: 30px 0px;
	color: #fff;
	padding-bottom: 10px;
}
.banner-Dlt-Img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -100;
	display: flex;
	align-content: flex-end;
	background-color: #600061;
	opacity: 0.8;
}
.banner-Dlt-Img img{
	position: absolute;
	width: 100%;
	object-fit: cover;
	object-position: center;
	bottom: -45px;
}
@media screen and (max-width:1350px){
	.banner-Dlt-Img img{
		bottom: -30px !important;
	}
}
@media screen and (max-width:900px){
	.banner-Dlt-Img img{
		bottom: -20px !important;
	}
}
@media screen and (max-width:650px){
	.banner-Dlt-Img img{
		bottom: -10px !important;
	}
}

.banner-Dlt-Main{
	max-width: 50%;
	overflow: hidden;
}
@media screen and (max-width:700px){
.banner-Dlt-Main{
	max-width: 100% !important;
}
}
.banner-Dlt-Main h2{
   margin-bottom: 15px;
   display: block;
   transition: all 0.5s ease-in-out;
   transform: translateY(100px);
   opacity: 0;
   animation: 0.5s GenAnim ease forwards;
}


@keyframes GenAnim{
	from{
		transform: translateY(100px);
   opacity: 0;
	}
	to{
		transform: translateY(0px);
		opacity: 1;
	}
}



/*couser-CC-seso*/
.couser-CC-seso{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 50px;
}
.Course_Sec_Dlt_top{
	position: relative;
	width: 100%;
	height: auto;
}

.Course_Sec_Dlt_top h2{
	font-size: 20px;
	font-weight: 700;
}

/*courses-main-box*/
.courses-main-box{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 30px;
}

.course-card{
	position: relative;
	width: 100%;
	height: auto;
	background-color: #fff;
	padding: 30px;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 30px;
	margin-top: 20px;
	border: 1px solid #efefef;
    border-radius: 10px;
    -webkit-box-shadow: 0 8px 13px rgba(230, 230, 230, 0.3);
    -moz-box-shadow: 0 8px 13px rgba(230, 230, 230, 0.3);
    box-shadow: 0 8px 13px rgba(230, 230, 230, 0.3);
}
.course-card:first-child{
	margin-top: 0px !important;
}
@media screen and (max-width:800px){
	.course-card{
		display: block !important;
	}
	.course-card-L{
		margin-bottom: 20px !important;
	}
}

.course-card-L{
	position: relative;
	width: auto;
	height: 100%;
}

.course-card-Icon{
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 10px;
	background-color: #600061;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.course-card-Icon span{
	position: relative;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.course-card-Icon span i{
	font-size: 45px;
}

.course-card-R{
	position: relative;
	width: 100%;
	height: auto;
}
.course-card-Dlts{
	position: relative;
	width: 100%;
	height: auto;
}
.course-card-Dlts h4{
	position: relative;
	display: inline-flex;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 600;
}
.course-card-Dlts h4 i{
	margin-right: 10px;
	color: #43B02A;
	font-size: 20px;
}
.course-card-Dlts h3{
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	margin-bottom: 15px;
}
.course-card-Dlts h4{
	position: relative;
	display: inline-flex;
	align-items: center;
	margin-top: 20px;
}
@media screen and (max-width:450px){
	.course-card-Dlts h4{
		display: block !important;
	}
	.course-card-Dlts h4 span:last-child{
	margin-left: 0px !important;
	margin-top: 10px !important;
}

}
.course-card-Dlts h4 span{
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 10px 20px;
	background-color: #F9FAFB;
	 border-radius: 30px;
	 font-size: 12px;
	 text-transform: uppercase;
	 font-weight: 500;
}
.course-card-Dlts h4 span i{
	margin-right: 8px;
}
.course-card-Dlts h4 span:last-child{
	margin-left: 15px;
}

.course-card-btns{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 10px;
}



.course-card-btns a{
	position: relative;
	display: inline-flex;
	align-items: center;
	margin-top: 20px;
	padding: 10px 20px;
	width: 200px;
	background-color: #E8E9E9;
	border-radius: 40px;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
}
@media screen and (max-width:300px){
	.course-card-btns a{
		width: 100% !important;
	}
}
.course-card-btns a:hover{
	background-color: #D6D8D8;
}
.course-card-btns a:before{
	content: "→";
	position: absolute;
	right: 20px;
	font-size: 2em;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}


/*service-secO*/
.service-secO{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 100px;
}


/*getti-Sec*/
.getti-Sec{
	position: relative;
	width: 100%;
	height: auto;
	padding: 40px 30px;
	background-color: #600061;
	margin-top: 50px;
	border-radius: 30px;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 1;
}
.ooo-Img{
	position:absolute;
	text-align: left;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0px 30px;
	height: 100%;
	z-index: -100;
}
.ooo-Img img{
	max-width: 200px;
}
@media screen and (max-width:300px){
	.ooo-Img img{
	max-width:100% !important;
}
}
.getti-Sec h3{
	font-size: 30px;
	font-weight: 600;
}
.getti-Sec ul{
	display: inline-flex;
	align-items: center;
	margin-top: 30px;
	gap: 20px;
	grid-gap: 20px;
}

@media screen and (max-width:850px){
	.getti-Sec ul{
		flex-direction: column !important;
	}
}
.getti-Sec ul li{
	text-align: left;
	padding: 10px 20px;
	background-color: rgba(255,255,255,0.25);
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 20px;
}
@media screen and (max-width:850px){
	.getti-Sec ul li,
	.getti-Sec ul{
		width: 100%;
	}
}
.getti-Sec ul li span{
	position: relative;
	width: auto;
	height: auto;
}
.getti-Sec ul li span i{
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border:1px solid rgba(255,255,255,0.3);
}
@media screen and (max-width:400px){
	.getti-Sec ul li{
		grid-gap: 10px !important;
	}
.getti-Sec ul li span i{
	width: auto !important;
	height: auto !important;
	border:none !important;
}
}
.getti-Sec ul h4{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}



/*partners-sec*/
.partners-sec{
	position: relative;
	width: 100%;
	height: auto;
}

.parts-Main{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.parts-grid{
	position: relative;
	margin-top: 30px;
}
@media screen and (max-width:1250px){
	.parts-Main{
		display: block !important;
	}
.parts-grid{
	width: 100% !important;
	overflow-x: auto !important;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.part-card{
	width: 100% !important;
	padding: 10px 20px !important;
}
}
.part-card{
	position: relative;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 10px 10px;
	border: 1px solid #efefef;
    border-radius: 10px;
    -webkit-box-shadow: 0 8px 13px rgba(230, 230, 230, 0.3);
    -moz-box-shadow: 0 8px 13px rgba(230, 230, 230, 0.3);
    box-shadow: 0 8px 13px rgba(230, 230, 230, 0.3);
    width: 200px;
    height: auto;
    padding: 10px 0px;
    background-color: #fff;
}

.parts-grid img{
	max-width: 150px;
	max-height: 100px;
	margin-bottom: 10px;
	/* -webkit-filter: grayscale(100%);
	 -moz-filter: grayscale(100%);
	 filter: grayscale(100%);*/
}
.parts-grid p{
	font-size: 16px;
}