/*site-header*/
.site-header{
	position: relative;
	width: 100%;
	height: auto;
	background-color: #000;
	color: #fff;
}
.f-slider-owl{
	position: relative;
	width: 100%;
	height: auto;
}
.f-slider-owl .item{
	position: relative;
	width: 100%;
	height: auto;
}
.banner-slider{
	position: relative;
	width: 100%;
	height: auto;
}
.banner-slider img{
	position: relative;
	width: 100%;
	height: 100vh;
	object-fit: cover;
	object-position: 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;
}
.banner-Dlt-Main p{
	transition: all 0.5s 0.1s ease-in-out;
   transform: translateY(100px);
   opacity: 0;
}
.banner-Dlt-Main a{
	position: relative;
	display: inline-flex;
	align-items: center;
	margin-top: 30px;
	padding: 15px 20px;
	width: 220px;
	border: 1px solid rgba(255,255,255,0.6);
	border-radius: 40px;
	font-size: 16px;
	transition: all 0.5s 0.2s ease-in-out;
   transform: translateY(100px);
   opacity: 0;
}
@media screen and (max-width:300px){
	.banner-Dlt-Main a{
		width: 100% !important;
	}
}
.owl-item.active .banner-Dlt-Main p,
.owl-item.active .banner-Dlt-Main h2,
.owl-item.active .banner-Dlt-Main a{
  transform: translateY(0px);
  opacity: 1;
}
.banner-Dlt-Main a:hover{
	background-color: rgba(255,255,255,0.2);
}
.banner-Dlt-Main a:before{
	content: "→";
	position: absolute;
	right: 20px;
	font-size: 2em;
	height: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}


/*top-Ask-sec*/
.top-Ask-sec{
	position: relative;
	width: 100%;
	height: auto;
	padding: 20px 0px;
	background-color: #E8E9E9;
}
.top-Ask-sec-main{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media screen and (max-width:900px){
.top-Ask-sec-main{
	display: block !important;
}
.top-Ask-btns{
	margin-top: 30px !important;
	gap: 20px !important;
	grid-gap: 20px !important;
}
.top-Ask-btns a{
	margin-left: 0px !important;
}
}
.top-Ask-sec-main p{
	font-weight: 600;
}
.top-Ask-btns{
	position: relative;
	display: inline-flex;
	align-items: center;
}
@media screen and (max-width:500px){
	.top-Ask-sec-main{
		text-align: center !important;
	}
	.top-Ask-btns{
		flex-direction: column !important;
		justify-content: center !important;
		width: 100% !important;
		gap: 10px !important;
		grid-gap: 10px !important;
	}
}
.top-Ask-btns a{
	position: relative;
	margin-left: 10px;
	padding: 17px 25px;
	border:1px solid #600061;
	border-radius: 50px;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
}
@media screen and (max-width:300px){
	.top-Ask-btns a{
		width: 100% !important;
	}
}
.top-Ask-btns a:last-child{
	background-color: #600061;
	color: #fff;
	margin-left: 20px;
}

/*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%;
}


/*obaiis-sec*/
.obaiis-sec{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 100px;
	padding: 200px 0px;
	z-index: 1;
	background-color:#600061;
	color: #fff;
}
.obaiis-sec:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #600061;
	z-index: -50;
	opacity: 0.6;
	-webkit-mix-blend-mode: multiply;
	-moz-mix-blend-mode: multiply;
	mix-blend-mode: multiply;
}

.obaiis-sec-vid{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position:top center;
	z-index: -100;
}

.obaiis-sec-main{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
}
.obaiis-sec-main-txt{
	position: relative;
	max-width: 1000px;
}
@media screen and (max-width:700px){
	.obaiis-sec-main-txt{
		max-width: 100% !important;
	}
}
.obaiis-sec-main-txt h2{
	margin-bottom: 15px;
}
.obaiis-sec-main-txt a{
	position: relative;
	display: inline-flex;
	align-items: center;
	margin-top: 50px;
	padding: 15px 20px;
	width: 250px;
	border: 1px solid #fff;
	border-radius: 40px;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
}
@media screen and (max-width:300px){
	.obaiis-sec-main-txt a{
		width: 100% !important;
	}
}
.obaiis-sec-main-txt a:hover{
	background-color: rgba(255,255,255,0.2);
}
.obaiis-sec-main-txt 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;
}
.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: 1fr 1fr 1fr;
	grid-gap: 30px;
}
@media screen and (max-width:1000px){
	.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;
}

/*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;
}



/*bvvas-sbtn*/
.bvvas-sbtn{
	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.bvvas-sbtn a{
	position: relative;
	padding: 20px 25px;
	border:1px solid #600061;
	color: #600061;
	font-size: 18px;
	font-weight: 500;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
}
.bvvas-sbtn a:hover{
	background: #600061;
	color: #fff;
}