/*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;
	}
}


/*Olusus-sec*/
.Olusus-sec{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.Olusus-Divn{
	position: relative;
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: 500px 1fr;
	grid-gap: 80px;
}
@media screen and (max-width:1200px){
	.Olusus-sec{
		padding-top: 0px !important;
		margin-top: 90px !important;
	}
	.Olusus-Divn{
		display: block !important;
	}
}

.services-card{
	position: relative;
	width: 100%;
	height: auto;
}
.services-card h2{
	margin-bottom: 30px;
}

.services-card h3{
	font-size: 20px;
	font-weight: 700;
}
.services-card img{
	position: relative;
	width: 100%;
	margin-bottom: 15px;
}
.Olusus-Divn-1{
	position: sticky;
	z-index: 200;
	top: 150px;
	margin-top: 50px;
	height: 100vh;
}
@media screen and (max-width:1200px){
	.Olusus-Divn-1{
		position: relative !important;
		top: 0px !important;
		height: auto !important;
	}
	.Olusus-Divn-2{
		margin-top: 50px !important;
	}
}
.Olusus-Divn-1 .services-card a{
	display: inline-flex;
	align-items: center;
	margin-top: 20px;
	padding: 15px 30px;
	border:1px solid #000;
	border-radius: 30px;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}

.Olusus-Divn-1 .services-card a:hover{
	background-color: #E8E8E8;
}

.Olusus-Divn-2{
	position: relative;
	width: 100%;
	height: auto;
}

.services-card p{
	display: block;
	margin-top: 10px;
}
.services-card h3{
	font-size: 20px;
	font-weight: 700;
	margin: 20px 0px;
}
.services-card ul{
	position: relative;
	display: block;
	width: 100%;
	margin-left: 20px;
	margin-top: 20px;
}
.services-card ul li{
	position: relative;
	width: 100%;
	margin-top: 10px;
	list-style: disc;
}

.Olusus-Divn-2 a{
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	margin-top: 20px;
	color: #5A160D;
	padding: 10px;
}
.Olusus-Divn-2 a i{
	margin-left: 10px;
}


/*service-secO*/
.service-secO{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 100px;
}
.service-secO-header{
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.service-secO-header h2{
	margin-bottom: 20px;
}
.service-secO-header p{
	max-width: 800px;
}

.service-secO-grid{
	position: relative;
	margin-top: 50px;
	width: 100%;
	display: grid;
   grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));
   grid-gap: 30px;
   grid-template-rows:auto;
}
@media screen and (max-width:600px){
	.service-secO-grid{
		display: block !important;
	}
	.service-card{
		margin-top: 30px !important;
	}
	.service-card:first-child{
		margin-top: 0px !important;
	}
}
.service-card{
	position: relative;
	width: 100%;
	height: auto;
	background-color: #fff;
}

.service-card img{
	position: relative;
	max-width: 100%;
}
.service-card-txt{
	position: relative;
	width: 100%;
	padding: 25px;
}
.service-card h3{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}
.service-card p{
	font-size: 15px;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service-card 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){
	.service-card a{
		width: 100% !important;
	}
}
.service-card a:hover{
	background-color: #D6D8D8;
}
.service-card a:before{
	content: "→";
	position: absolute;
	right: 20px;
	font-size: 2em;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}


/*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;
}




/*abts-sec*/
.abts-sec{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 100px;
}

.abts-sec-grid{
	position: relative;
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 70px;
}
@media screen and (max-width:1200px){
	.abts-sec-grid{
		grid-gap: 40px !important;
	}
}
@media screen and (max-width:1000px){
	.abts-sec-grid{
		display: block !important;
	}
	.abts-sec-Img{
		margin-top: 40px !important;
	}
}
.abts-sec-txt{
	position: relative;
	width: 100%;
	height: auto;
}
.abts-sec-txt h2{
	margin-bottom: 30px;
}
.abts-sec-txt p{
	display: block;
	margin-top: 15px;
}
.abts-sec-txt a{
	position: relative;
	display: inline-flex;
	align-items: center;
	margin-top: 50px;
	padding: 15px 20px;
	width: 220px;
	border: 1px solid #600061;
	border-radius: 40px;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
}
@media screen and (max-width:300px){
	.abts-sec-txt a{
		width: 100% !important;
	}
}
.abts-sec-txt a:hover{
	opacity: 0.8;
}
.abts-sec-txt a:before{
	content: "→";
	position: absolute;
	right: 20px;
	font-size: 2em;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.abts-sec-Img{
	position: relative;
	width: 100%;
	height: auto;
}
.abts-sec-Img img{
	position: relative;
	max-width: 100%;
}


/*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;
}




