.section{padding-top: 100px;padding-bottom: 100px}
.whitebg{background: #fff;}
.perlbg{background: #fdfbf7;}
.graybg{background: #ececec;}
.p-t-100{ padding-top: 100px !important;}
.p-b-100{ padding-bottom: 100px !important;}
.p-t-50{ padding-top: 50px !important;}
.p-b-50{ padding-bottom: 50px !important;}
.pb-0{ padding-bottom: 0px !important;}
.ak-main-header-left{ max-width: 180px;}
.ak-slider-hero-1 .swiper-slide .ak-hero.ak-style1::before {
	content: "";
	position: absolute;
	inset: 0px;
	z-index: 1;
	background: linear-gradient(to right, rgb(10, 71, 132), rgb(4, 60, 85));
	width: 50%;
}
.others-options{ position: relative; gap: 30px;}
.others-options .callus, .others-options .srcbar{  max-width: 40px; position: relative;}
.common-btn.Hslider-btn {
	/* background-color: var(--black-color); */
	background-color: rgb(252, 177, 21);
	/* border: 1px solid #fff; */
	border-radius: 50px;
	backdrop-filter: blur(5.5px);
	box-shadow: 0 10px 8px -6px rgba(0,0,0,0.7);
}
.others-options .callus::before {
	position: absolute;
	right: -15px;
	top: 0;
	width: 1px;
	content: "";
	height: 32px;
	background-color: #dadada;
}
.funfact-counter {
	padding-top: 40px;
	margin-top: 40px;
}
.funfact-counter .funfact-inner {
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.funfact-counter .funfact-title-content {
	max-width: 300px;
	font-size: 30px;
	line-height: 100%;
}
.funfactmagic{position: relative;}

.funfactmagic .funfactmagicstyle {
	padding: 20px;
	position: absolute;
	right: -85px;
	top: -89px;
	/* background: aquamarine; */
	background: rgb(0, 69, 123,0.9);
	-webkit-backdrop-filter: blur(2.5px);
	backdrop-filter: blur(5.5px);
	z-index: 99;
	border-radius: 15px;
}

.funfact.style1{ padding-bottom:15px;}
.ak-section-heading.ak-style-1 .ak-section-title {
	font-size: 45px;
	font-style: normal;
	font-weight: 900;
	/* line-height: normal; */
	color: #0e6ab0;
	line-height: 45px;
	padding-bottom: 20px;
}
.ak-section-heading.ak-style-1 .ak-section-desp {
	margin-top: 15px;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #333;
	padding-right: 50px;
}
.testmonial-content .swiper-slide .testmonial-slider .testmonial-info .testmonial-title {
	transform: translateY(40px);
	opacity: 0;
	transition: all 0.5s;
	font-size: 24px;
	line-height: 34px;
	font-weight: 400;
}

.swiper-pagination-bullet {
	width: 15px;
	height:5px;
	display: inline-block;
	 border-radius: 0% !important; 
	/* border-radius: 50%; */
	background: #fff;
	
}

.swiper-pagination-bullet.swiper-pagination-bullet-active-main{
width: 15px;
	height:5px;
	display: inline-block;
	 border-radius: 0%; 
	/* border-radius: 50%; */
	background: #383bec;

}
.swiper-wrapper .swiper-button-next, .swiper-wrapper .swiper-button-prev {
	position: absolute;
	top: 50%;
	opacity: 0.2;
	transition: all 0.3s;
	color: #fff;
}

.swiper-wrapper:hover .swiper-button-next, .swiper-wrapper:hover .swiper-button-prev {
	position: absolute;
	top: 50%;
	opacity: 1;
}
.footer-link blockquote {
	/* margin: 0 15px; */
	font-style: italic;
	font-size: 24px;
	line-height: 1.6em;
	margin: 0;
	color: #006fbd;
	text-align: left;
	font-weight: 500;
}
.ak-footer.style-1 .footer-content .linek-all {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	flex-direction: column;
	gap: 1px;
	list-style: none;
	padding-left: 0;
}
.ak-footer.style-1 .footer-content .linek-all {
	list-style: none;
	font-size: 14px;
}
.newsSection .newssingle {
	background: #fff;
	
}
.newsSection .newssingle .blog-info {
padding: 15px;
}
.newsSection .newssingle .blog-info .despdate {
	font-size: 24px;
	color: #0e6ab0;
	font-weight: 500;
}

body {
	background-image: url(./../img/EBL-Logo-bg.webp);
	background-position: top center;
	background-attachment: fixed;
	background-size: cover;
	color: #333;
	padding: 80px 32px;

	position: relative;
}


/* hero-slider-section */
.about-us-content .image-content {

	top: 0px;
	left: -9px;
}


@media screen and (max-width: 768px) {
.funfact-counter .funfact-inner {
	display: block;
	align-content: center;
	justify-content: center;
	align-items: center;
}	
  .funfact-counter .auto-counter-section {
	display: flex;
	gap: 30px;
	justify-content: flex-start;
	align-items: flex-end;
	flex-wrap: wrap;
	flex-grow: 1;
}
.funfactmagic .funfactmagicstyle {
	padding: 20px;
	position: relative;
	right: 0px;
	top: 20px;
	/* background: aquamarine; */
	background: rgb(0, 69, 123,0.9);
	-webkit-backdrop-filter: blur(2.5px);
	backdrop-filter: blur(5.5px);
	z-index: 99;
	border-radius: 15px;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
}/*# sourceMappingURL=style.css.map */