@import url("https://fonts.googleapis.com/css2?family=BioRhyme:wght@200..800&family=Calistoga&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
h1,
h2,
h3,
h4,
h5,
h6,
button,
a,
p,
li {
	font-family: "Poppins", sans-serif;
	text-decoration: none;
}
body {
	overflow-x: hidden;
}
.site-navbar-wrap {
	/* position: absolute; */
	z-index: 99;
	width: 100%;
	left: 0;
}

.site-navbar-wrap a {
	color: #fff;
}
.site-navbar-wrap .site-navbar-top {
	font-size: 0.8rem;
	background-color: #3483C0;
}

.site-navbar-top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.rotate-left {
	transform: rotate(-8deg);
}
.rotate-right {
	transform: rotate(8deg);
}

.content_banner h5 {
	color: white;
	font-size: 42px;
	line-height: 50px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 3px;
	margin-bottom: 30px;
}
.img-social {
	gap: 8px;
}
.img-social img {
	width: 20px;
}
.content_banner h5 span {
	color: rgba(250, 185, 0, 1);
	text-decoration: underline;
}
.says {
	/* background: linear-gradient(180deg, #fff5e5 60%, transparent 49%); */
}
.bg-img1 {
	/* background-image: url("../images/bg-img.png"); */
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	/* height: 232px; */
	width: 96%;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}
.bg-img2 {
	/* background-image: url("../images/bg-img2.png"); */
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	/* height: 232px; */
	width: 96%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}
.bg-img3 {
	/* background-image: url("../images/bg-img3.png"); */
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	/* height: 232px; */
	width: 96%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}
.bg-img4 {
	/* background-image: url("../images/bg-img4.png"); */
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	/* height: 232px; */
	width: 96%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}
.testimonial_content {
	text-align: center;
}
.testimonial_content h5 {
	font-weight: 600;
	text-align: center;
}
.testimonial_content p {
	text-align: center;
}

.hero {
	background-color: #D3E0E9 !important;
	background-position: bottom center;
	background-size: 55%;
	/* background-image: url("../images/banner_group.png"); */
	background-repeat: no-repeat;
	display: flex;
	/* align-items: center; */
	position: relative;
	/* padding: 70px 0px; */
	overflow: hidden;
}
.hero .img {
	position: absolute;
	right: 0;
	top: 0;
	width: 36.5%;
	z-index: 0;
}
.hero .group_img {
	position: absolute;
	bottom: 0px;
	left: 200px;
	z-index: 999;
}
.hero .group_img img {
	/* position: absolute; */
	bottom: 0;
	display: block;
	width: 70%;
	height: 100%;
	margin-top: -73px;
	object-fit: cover;
	z-index: 999;
}

.hero .carousel {
	width: 100%;
	min-height: calc(100vh - 90px);
	padding: 0;
	margin: 0;
	background-color: #3b4654;
	position: relative;
}
.hero .carousel-item {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.navbar {
	background-color: #054E7F !important;
}
.logo-nav {
	width: 80px;
}
.nav-link {
	color: white;
	font-size: 16px;
}

.nav-link:hover {
	color: rgb(250, 183, 0) !important;
}
.btn-ou {
	background-color: white;
	color: #0a1f44;
	font-weight: 500;
}
.btn-ou:hover {
	background-color: transparent;
	color: rgb(250, 183, 0);
	border: 1px solid rgb(250, 183, 0);
}
.navbar-nav {
	justify-content: center;
	gap: 20px;
}
.form_btn_nav {
	justify-content: end;
}
.hero .banner_content h1 {
	font-size: 52px;
	line-height: 42px;
	/* font-weight: 600; */
	color: #054E7F;
	font-family: "Calistoga", serif;
}
.hero .banner_content {
	/* padding-top: 90px; */
}
.hero .banner_content p {
	color: black;
	margin-bottom: 50px;
}
.hero .banner_content .btn_banner {
	background-color: #090d6a;
	border: 1px solid #090d6a;
	border-radius: 6px;
	color: white;
	font-size: 18px;
	padding: 6px 30px;
	margin-top: 10px;
}
.hero .banner_content h4 {
	font-size: 17px;
	/* text-align: center; */
	font-weight: 600;
	animation: fadeInDown 1s both;
	color: #3ad3d3;
	/* width: 60%; */
}
.hero .banner_content h4 span {
	color: #090d6a;
}

.h5 {
	font-size: 22px;
	font-weight: 600;
}
.hero .btn-get-started {
	color: white;
	background: gold;
	font-family: var(--heading-font);
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 32px;
	border-radius: 4px;
	transition: 0.5s;
	margin: 10px;
	animation: fadeInUp 1s both 0.4s;
}
.hero .carousel-item:before {
	content: "";
	background: color-mix(in srgb, #21262c, transparent 15%);
	position: absolute;
	inset: 0;
	z-index: 2;
}

.hero .content_banner {
	position: absolute;
	inset: 90px 64px 64px 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 3;
}
.hero p {
	animation: fadeInDown 1s both 0.2s;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	color: #090d6a;
	font-family: "Montserrat", sans-serif;
	/* text-align: center; */
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.carousel-indicators li::marker {
	display: none;
}
.section-2 {
	padding: 30px 0;
	background-color: #D3E0E9;
}
.custom-shadow {
	box-shadow: 0 5px 20px 0 rgba(210, 210, 245, 0.5);
}
.rounded-custom {
	border-radius: 1rem;
}
.promo-icon {
	margin-bottom: 32px;
}
.card-p {
	color: #737373;
}
.dot-shape-bg {
	left: -40px;
	top: -40px;
	z-index: -1;
}
.dot-shape-b {
	right: -40px;
	bottom: -40px;
	z-index: -1;
}
.content_banner p {
	font-size: 18px;
}
.content_banner {
	width: 70%;
	margin: auto;
}
.explore_courses {
	background-color: rgba(250, 185, 0, 1);
	border: 1px solid white;
	color: rgb(255, 255, 255);
	padding: 12px 40px;
	font-size: 16px;
	font-weight: 500;
	transition: 0.5s;
	display: flex;
	align-items: center;
	border-radius: 10px;
	margin-top: 15px;
}
.explore_courses:hover {
	background-color: rgba(250, 183, 0, 0);
	border: 1px solid rgba(250, 185, 0, 1);
	color: rgba(250, 185, 0, 1);
}
.descover_more {
	background-color: rgba(250, 183, 0, 0.088);
	border: 1px solid white;
	color: rgb(255, 255, 255);
	padding: 12px 40px;
	font-size: 16px;
	font-weight: 500;
	transition: 0.5s;
	display: flex;
	align-items: center;
	border-radius: 10px;
	margin-top: 15px;
}
.carousel-caption {
	bottom: 50px;
}
.descover_more:hover {
	background-color: white;
	color: black;
}
.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 15px;
	height: 15px;
	border-radius: 100px;
	border-top: 0px solid transparent;
	border-bottom: 0px solid transparent;
}
.carousel-indicators .active {
	background-color: rgba(250, 185, 0, 1);
}
.carousel-indicators {
	bottom: 10px;
}
/* .courses_offer */
.courses_offer {
	padding: 50px 0px;
	background-color: #D3E0E9;
}
.about_left_35 {
	width: 33%;
}
.about_right_35 {
	width: 33%;
}
.about_center_30 {
	width: 32%;
	text-align: center;
}
.about_left_35 .about_cont h5 {
	font-size: 19px;
	font-weight: 600;
	margin-top: 5px;
}
.about_left_35 .about_cont p {
	font-size: 15px;
}
.about_right_35 .about_cont p {
	font-size: 15px;
}
.about_right_35 .about_cont h5 {
	font-size: 19px;
	font-weight: 600;
	margin-top: 5px;
}
.About_us {
	padding: 50px 0px;
}
.about_center_30 img {
	width: 90%;
}

.headin_content h3 {
	font-size: 36px;
	font-weight: 600;
	color: rgb(0, 0, 0);
}
.headin_content h3 span {
	color: rgba(212, 179, 12, 1);
}

.headin_content p {
	font-size: 17px;
	color: #b50642;
	font-family: "BioRhyme", serif;
	font-weight: 600;
	margin-bottom: 0px;
}
.solution_cards_box {
	margin-top: 15%;
}
.our_solution_category {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.our_solution_category .solution_cards_box {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.solution_cards_box .solution_card {
	flex: 0 50%;
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2),
		0 5px 15px 0 rgba(37, 44, 97, 0.15);
	border-radius: 15px;
	margin: 8px;
	padding: 10px 15px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	min-height: 265px;
	transition: 0.7s;
}

.solution_cards_box .solution_card:hover {
	background: #6d6e70;
	/* color: #fff; */
	transform: scale(1.1);
	z-index: 9;
}

.solution_cards_box .solution_card:hover::before {
	background: #ffc10721;
}

.solution_cards_box .solution_card:hover .solu_title h3,
.solution_cards_box .solution_card:hover .solu_description p {
	color: #fff;
}
.solution_cards_box .solution_card:hover .solu_title h4,
.solution_cards_box .solution_card:hover .solu_description p {
	color: #fff;
}
.so_top_icon h4 {
	margin-bottom: 0px;
}
.so_top_icon h3 {
	margin-bottom: 0px;
}
.solution_cards_box .solution_card:before {
	content: "";
	position: absolute;
	background: rgb(85 108 214 / 5%);
	width: 170px;
	height: 400px;
	z-index: -1;
	transform: rotate(42deg);
	right: -56px;
	top: -23px;
	border-radius: 35px;
}

.solution_cards_box .solution_card:hover .solu_description button {
	background: #fff !important;
	color: #309df0;
}

.solution_card .so_top_icon h3:hover {
	color: black;
}

.solution_card .solu_title h3 {
	color: #212121;
	font-size: 1.3rem;
	margin-top: 13px;
	margin-bottom: 13px;
}

.solution_card .solu_description p {
	font-size: 15px;
	margin-bottom: 15px;
}

.solution_card .solu_description button {
	border: 0;
	border-radius: 15px;
	background: linear-gradient(
		140deg,
		#42c3ca 0%,
		#42c3ca 50%,
		#42c3cac7 75%
	) !important;
	color: #fff;
	font-weight: 500;
	font-size: 1rem;
	padding: 5px 16px;
}
.Why-choose-92 {
	background: linear-gradient(140deg, #62c5ef 0%, #62c5ef 50%, #62c5ef 75%);
}
.coose-head-1 {
	padding: 80px 25px 65px 40px;
	height: 100%;
}
.coose-head-1 .lead-choose {
	color: white;
	font-size: 4rem !important;
	font-weight: 700;
	width: fit-content;
	border-bottom: 3px solid white;
}
.coose-head-2 {
	padding: 60px 25px 65px 40px;
	height: 100%;
}
.our_solution_content h1 {
	text-transform: capitalize;
	margin-bottom: 1rem;
	font-size: 2.5rem;
}
.our_solution_content p {
}

.hover_color_bubble {
	position: absolute;
	background: rgb(54 81 207 / 15%);
	width: 100rem;
	height: 100rem;
	left: 0;
	right: 0;
	z-index: -1;
	top: 16rem;
	border-radius: 50%;
	transform: rotate(-36deg);
	left: -18rem;
	transition: 0.7s;
}

.solution_cards_box .solution_card:hover .hover_color_bubble {
	top: 0rem;
	display: none;
}
.solution_cards_box .solution_card:hover .so_top_icon {
	background: rgba(0, 48, 146, 1);
	/* border-radius: 50%; */
	color: #ffffff;
}
.solution_cards_box .solution_card .so_top_icon {
	width: 60px;
	height: 60px;
	margin-bottom: 15px;
	border-radius: 10%;
	background: rgba(0, 48, 146, 1);
	overflow: hidden;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
}

.solution_cards_box .solution_card .so_top_icon img {
	width: 20px;

	/* object-fit: contain; */
}

/*start media query*/
@media only screen and (min-width: 1324px) {
	.laz {
		height: 1025px !important;
	}
}

@media screen and (min-width: 320px) {
	.sol_card_top_3 {
		position: relative;
		top: 0;
	}

	.our_solution_category {
		width: 100%;
		margin: 0 auto;
	}

	.our_solution_category .solution_cards_box {
		flex: auto;
	}
}
@media only screen and (min-width: 768px) {
	.our_solution_category .solution_cards_box {
		flex: 1;
	}
}
@media only screen and (min-width: 1024px) {
	.sol_card_top_3 {
		position: relative;
		top: -3rem;
	}
	.our_solution_category {
		width: 50%;
		margin: 0 auto;
	}
}
/* discover */
.discover_trendings {
	padding: 60px 0px;
	background-color: #f7f6f6;
	background-image: url(../images/Untitled\ design.png);
	background-size: cover;
	height: 100%;
	background-position: center;
}
.article-img {
	position: relative;
	overflow: hidden;
}
.article-img img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 11rem;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
}
.single-article:hover {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-shadow: 0 11px 18px -8px rgba(0, 0, 0, 0.16);
	box-shadow: 0 11px 18px -8px rgba(0, 0, 0, 0.16);
}
.single-article:hover .article-img:before {
	background: rgba(0, 0, 0, 0);
}
.article-img:before {
	content: "";
	display: block;
	background: rgba(0, 0, 0, 0.25);
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.single-article:hover .article-img img {
	-webkit-transform: rotate(3deg) scale(1.1);
	transform: rotate(3deg) scale(1.1);
}
.single-article {
	position: relative;
	overflow: hidden;
	padding: 11px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #f1f1f1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.article-category a {
	font-weight: 600;
	font-family: "Poppins", sans-serif;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.681);
}
.single-article a {
	text-decoration: none;
	display: block;
	color: black;
	font-weight: 600;
}
.article-title {
	color: #b50642;
}
.heart_box {
	background-color: #090d6a;
	color: white;
	display: flex;
	align-items: center;
	padding: 7px;
	border-radius: 5px;
}
.hert_btn {
	background-color: #090d6a;
	border-radius: 6px;
	color: white;
	border: 1px solid #090d6a;
	padding: 6px 20px;
}
.limit-2-line-text {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	font-size: 15px;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.rounded-custom {
	border-radius: 1rem;
}

.testimonial-section {
	padding: 50px 0;
}
.testimonial-text h2 {
	font-weight: bold;
	color: rgba(0, 48, 146, 1);
}
.testimonial-text p {
	font-size: 16px;
	color: #555;
}
.btn-custom {
	background-color: rgba(0, 48, 146, 1) !important;
	color: #fff;
	padding: 10px 20px;
	border-radius: 25px;
	border: none;
}

.text-wh {
	background-color: transparent !important;
	font-size: 12px;
}
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* background: #fff; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	background-color: #090d6a;
	/* z-index: -1 !important; */
	border-radius: 100px;
	height: 40px;
	width: 40px;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	background-color: #090d6a;
	/* z-index: -1 !important; */
	border-radius: 100px;
	height: 40px;
	width: 40px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 20px;
	color: white;
}
.testimonial-card {
	height: 50%;
	background: white;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	max-width: 400px;
	position: absolute !important;
	bottom: 0px;
	left: 76px;
	width: 100%;
	/* padding: 57px !important; */
	padding-left: 45px;
	border-left: 9px solid red;
}
.star-rating {
	color: #f4a51c;
}
h6.text-uppercase {
	/* font-family: Nunito Sans; */
	font-weight: 500;
	font-size: 20px;
	line-height: 27.28px;
	letter-spacing: 20%;
}
.testimonial-text h2 {
	font-weight: bold;
	/* color: #f4a51c; */
	/* font-family: Nunito Sans; */
	font-weight: 600;
	font-size: 45px;
	letter-spacing: 0%;
}
.testimonial-text p {
	font-size: 20px;
	color: #555;
	/* font-family: Poppins; */
	font-weight: 400;
	/* font-size: 26px; */
	line-height: 41.6px;
	color: #696984;
}
.btn-custom {
	background-color: rgba(0, 48, 146, 1) !important;
	color: #fff;
	padding: 10px 20px;
	border-radius: 25px;
	border: none;
	font-family: Poppins;
	font-weight: 400;
	font-size: 20px;
	line-height: 35.2px;
	letter-spacing: 2%;
}
i.fa-solid.fa-arrow-right {
	/* height: 48px; */
	border: 1px solid;
	/* width: 64px; */
	text-align: center;
	align-items: center;
	padding: 16px;
	border-radius: 50%;
	border: 2px solid rgba(0, 48, 146, 1) !important;
	color: rgba(0, 48, 146, 1) !important;
	font-size: 18px;
}
.end-upper {
	gap: 42px;
}

p.thanks {
	width: 300px;
	text-align: left;
	font-family: Nunito Sans;
	font-weight: 400;
	font-size: 16px;
	line-height: 33.01px;
	letter-spacing: 2%;
	/* padding: 20px; */
}

p.rw {
	font-family: Nunito Sans;
	font-weight: 600;
	font-size: 15.01px;
	letter-spacing: 2%;
	color: #80819a;
	margin-bottom: 0px;
	text-align: left;
}
p.goriya {
	font-family: Nunito Sans !important;
	/* margin-bottom: 20px; */
	font-family: Nunito Sans !important;
	font-weight: 300;
	font-size: 20.01px;
	color: #5f5f7e;
	margin-bottom: 7px;
}
.FAQs {
	padding: 60px 0;
}
.faq-accordion .accordion-item {
	margin-bottom: 15px;
	border-radius: 1rem;
}
.faq-accordion .accordion-item button.accordion-button {
	border-radius: 1rem;
}
.faq-accordion .accordion-item button {
	border-radius: 1rem 1rem 0 0;
	border: none;
	padding: 1.5rem;
	font-weight: 600;
}
.section-heading h2 {
	font-size: 43px;
	color: rgba(0, 48, 146, 1);
}
.contact-us-form {
	background: linear-gradient(
			45deg,
			#f4a51c 0,
			#f4a51c 29%,
			#f4a51c 50%,
			#947be1 73%,
			#5cc2ed
		),
		url(images/contact-us-bg.svg) no-repeat center bottom;
	padding-top: 60px;
	padding-bottom: 120px;
}
.st23 {
	fill: #ffc253;
}
.section-heading h2 {
	font-weight: 600;
}
.form .register-form {
	border: 1px solid white;
	padding: 20px;
	border-radius: 10px;
}
.form .register-form {
	border: 1px solid white;
	padding: 20px;
	border-radius: 10px;
}
/* footer */
.bg-grey {
	background: #054E7F;
}
.logo-footer {
	margin-bottom: 40px;
	width: 30% !important;
}
footer {
	color: grey;
}
footer p,
a {
	font-size: 15px;
	color: rgb(255, 255, 255);
	/* font-family: "Roboto", sans-serif; */
}
footer h6 {
	/* font-family: "Playfair Display", serif; */
	/* margin-bottom: 40px; */
	font-size: 20px;
	position: relative;
	font-weight: 700;
	color: rgb(255, 255, 255) !important;
}

.btn-footer {
	color: rgb(255, 255, 255);
	background-color: rgb(0, 0, 0);
	text-decoration: none;
	border: 1px solid rgb(0, 0, 0);
	border-radius: 43px;
	font-size: 13px;
	padding: 9px 30px;
	line-height: 47px;
}
.bg-blue {
	background-color: #3483C0;
	color: white;
	border-top: 1px solid white;
	padding: 30px 0px;
	text-align: center;
}
.btn-footer:hover {
	text-decoration: none;
}
.form-footer {
	display: flex;
}
.last_picutre_img {
	width: 25%;
	display: flex;
	/* align-items: end; */
	justify-content: space-between;
}
.bg-gre {
	background-color: #054E7F !important;
	color: white !important;
}

.last_picutre_img input {
	background-color: white;
	padding: 10px;
	width: 100%;
	border-radius: 10px;
	border: 1px solid rgb(67, 68, 66);
}
.last_picutre_img img {
	width: 100%;
}
.form-footer input {
	width: 200px;
}
.form-footer input[type="text"] {
	outline: none;
	padding: 10px;
}
::placeholder {
	font-size: 14px;
	padding-left: 10px;
	font-style: italic;
}
.form-footer input[type="button"] {
	border: none;
	background: rgb(0, 0, 0);
	margin-left: -5px;
	width: 65px;
	color: #ffffff;
	outline: none;
	border-radius: 0 16px 16px 0;
	padding: 14px;
}
.social .fa {
	color: grey;
	font-size: 22px;
	padding: 10px 15px;
	background: #3c3c3c;
}
footer ul li {
	list-style: none;
	display: block;
}
footer ul {
	padding-left: 0;
}
footer ul li a {
	text-decoration: none;
	text-align: center;
	color: rgb(255, 255, 255);
	font-family: "Montserrat", sans-serif;
	line-height: 39px;
	font-size: 15px;
	text-decoration: none;
}

.logo1 img {
	width: 178px;
}
.logo2 img {
	width: 68px;
}
.logo3 img {
	width: 550px;
}
.footer_top_logos {
	background-color: #D3E0E9;
	padding: 10px 30px;
}
a:hover {
	text-decoration: none;
}
.logo-part {
	border-right: 1px solid grey;
	height: 100%;
}
.newsletter_submit {
	background-color: #090d6a;
	border-radius: 10px;
	color: white;
	padding: 6px 25px;
	border: 1px solid #090d6a;
	margin-top: 10px;
}
.swiper-button-next1,
.swiper-button-prev1 {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next1 i {
	height: 30px !important;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.5 !important;
	border-radius: 50% !important;
	background-color: var(--suva-grey) !important;
	fill: var(--freshair) !important;
	box-shadow: rgb(0 0 0 / 30%) 0px 4px 12px 0px !important;
	color: var(--freshair) !important;
}
.swiper-button-prev1 i {
	height: 30px !important;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.5 !important;
	border-radius: 50% !important;
	background-color: var(--suva-grey) !important;
	fill: var(--freshair) !important;
	box-shadow: rgb(0 0 0 / 30%) 0px 4px 12px 0px !important;
	color: var(--freshair) !important;
}

.w-15 {
	width: 15%;
}


.nav-link:focus, .nav-link:hover {
    color: white !important;
}

@media (min-width: 992px) {
	.w-lg-13 {
		width: 13%;
	}
}

@media (max-width: 1200px) {
	.nav-link {
		color: white;
		font-size: 15px;
		height: fit-content;
	}
	.navbar-nav {
		justify-content: center;
		gap: 10px;
	}
}

@media (max-width: 990px) {
	.hero {
		padding: 70px 0px;
	}
	.fot_link {
		justify-content: center !important;
	}
	.offcanvas {
		background-color: #054E7F;
	}
	.form_btn_nav {
		width: 100% !important;
	}
	.btn-ou {
		color: #090d6a !important;
	}
	.form_btn_nav {
		justify-content: start !important;
		margin-top: 10px;
	}
	.btn-close {
		background-color: white;
		padding: 5px;
		border-radius: 5px;
	}
	.hero .banner_content h1 {
		font-size: 42px;
	}
	.headin_content h3 {
		font-size: 32px;
	}
}

@media screen and (max-width: 767px) {
	.hero {
		display: none;
	}
	.hero_mobile {
		display: block !important;
		background-image: linear-gradient(
				4deg,
				rgba(53, 157, 255, 0.95) 14.96%,
				rgba(40, 188, 188, 0.75) 44.82%,
				rgba(25, 44, 87, 0) 58.93%,
				rgba(25, 44, 87, 0) 65.32%,
				rgba(25, 44, 87, 0) 84.12%,
				rgba(110, 233, 108, 0) 92.51%
			),
			url(../images/banner_im.png);
		background-position: center;
		background-size: cover;
		height: 360px;
		padding-top: 150px;
	}
	.hero .banner_content h1 {
		text-align: center;
	}
	.hero .banner_content p {
		text-align: center;
		color: white;
		margin-bottom: 4px;
	}
	.hero .banner_content h4 {
		text-align: center;
		color: white;
	}
	.hero .banner_content h4 span {
		color: white !important;
	}
	.banner_content {
		text-align: center;
	}
	.single-article {
		width: 72%;
		margin: auto;
	}
	.testimonial_content {
		width: 70%;
	}
	.bg-img1 {
		margin-top: 10px !important;
		padding: 20px;
	}
	.bg-img2 {
		margin-top: 10px !important;
		padding: 20px;
	}
	.bg-img3 {
		margin-top: 10px !important;
		padding: 20px;
	}
	.bg-img4 {
		margin-top: 10px !important;
		padding: 20px;
	}
	.fot_link {
		display: block !important;
	}
	.last_picutre_img {
		width: 70%;
		gap: 40px;
	}
	.mobile_nonr {
		display: none;
	}
	.pxx_mobilr {
		padding: 0px 20px;
	}
	.swiper {
		width: 96%;
	}
	.bg-gre {
		background-color: #054E7F !important;
	}
	footer h6 {
		color: white !important;
	}
	footer .sd h4 {
		color: white !important;
	}
	footer ul li a {
		color: white !important;
	}
	footer p,
	a {
		color: white !important;
	}
	.bg-gre {
		padding: 0px 20px;
	}
	.newsletter_submit {
		background-color: white !important;
		border: 1px solid white !important;
		color: #090d6a;
	}

	.last_picutre_img {
		width: 100%;
		gap: 40px;
		padding: 10px 40px;
		border-radius: 12px;
	}
	.link_cont {
		display: block !important;
		gap: 20px;
	}
	.link_cont a {
		margin-bottom: 10px;
	}
	.img-social {
		justify-content: start !important;
		margin-left: -5px;
	}
	.last_picutre_img {
		display: block;
	}
	.link_con {
		gap: 10px !important;
	}
	.site-navbar-top {
		padding: 10px 10px;
	}
	.footer_top_logos {
		display: block;
	}
}
@media (max-width: 600px){
    .logo2 img {
        width : 55px;
    }
}
@media (max-width: 550px){
    .logo2 img {
        width : 45px;
    }
}
@media (max-width: 450px){
    .logo2 img {
        width : 40px;
    }
}