.fullmenu-container{
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 5%;
}
.section{padding-top: 100px;padding-bottom: 100px}
.strategic-card-content-home-two{background: #eaf4f4; padding: 30px; border-radius: 10px; box-shadow: 0 10px 15px rgba(0,0,0,0.1);}	
.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: 220px;}
.ak-slider-hero-1 .swiper-slide .ak-hero.ak-style1::before {
	content: "";
	position: absolute;
	inset: 0px;
	z-index: 1;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(240, 240, 240, 0));
}
.others-options{ position: relative; gap: 30px;}
.others-options .callus, .others-options .srcbar{  max-width: 40px; position: relative;}

.others-options .callus, .others-options .srcbar{ filter: invert(0%) hue-rotate(0deg) brightness(0); /* Example for a darker, greenish tint */}
.common-btn.Hslider-btn {
	/* background-color: var(--black-color); */
	background-color: rgb(17, 173, 189);
	/* 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: #000;
}
.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: 22px;
	font-weight: 700;
	/* line-height: normal; */
	color: #0e6ab0;
	line-height: 50px;
	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;
	color: #fff;
}

.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: #fff;

}
.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: 26px;
	line-height: 1.6em;
	margin: 0;
	color: #0b99a8;
	text-align: left;
	font-weight: 500;
}
.ak-footer.style-1 .footer-content .linek-all {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	flex-direction: column;
	gap: 1px;
	list-style: none;
	padding-left: 0;
	color: #000;
}
.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: 30px;
	color: #0e6ab0;
	font-weight: 700;
	padding-bottom: 10px;
	/* border-left: 4px solid #0e6ab0; */
	padding-left: 16px;
	position: relative;
}
.newsSection .newssingle .blog-info .despdate::after {
	content: "";
	width: 2px;
	height: 30px;
	background: #0e6ab0;
	position: absolute;
	left: 4px;
	top: -2px;
}
body {
	position: relative;
	background-position: top center;
	background-attachment: fixed;
	background-size: cover;
	color: #333;
	padding: 80px 32px;
	position: relative;
}

body::before {
	content: "";
	background-image: url(./../img/Bastion-bg.png);
	opacity: 0.1;
	position: fixed;
	top: 0;
	bottom: 0;
	/* right: 0; */
	left: -200px;
	width: 700px;
	height: 700px;
	z-index: 0;
	background-size: cover;
	transform: rotate(30deg);
}

.testmonialbg {
	background-image: url(./../img/vacuum-cleaner-tackling.webp);
	background-position: top center;
	background-attachment: fixed;
	background-size: cover;
	color: #fff;
	padding: 80px 32px;
	position: relative;
	-webkit-filter: blur(0);
	filter: blur(0);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
	transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
	/* transition-delay: 0s; */
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	z-index: 90;
	background-color: #0d96a4;
}
.testmonialbg::after{
 content: "";
	background-color: rgba(0, 0, 0, 0.5);
	background-size: cover;
	position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: -1;

}

/* .MessageSec {
	background-image: url(./../img/hong-kong-panorama-night.webp);
	background-position: top center;
	background-attachment: fixed;
	background-size: cover;
	color: #ffffff;
	padding: 80px 32px;
	text-align: center;
	position: relative;
} */

.skyflextextgradient {
	text-align: center;
	background: linear-gradient(to right, #fff 20%, #feab3a 40%, #feab3a 60%, #fff 80%);
	background-size: 200% auto;
	color: #fff;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: shine 5s linear infinite;
}
@-webkit-keyframes shine {
    to {
      background-position: 200% center;
    }
  }

/* hero-slider-section */


section.hero-section {
  position: relative;
  background-color: #fff;
  /* background: linear-gradient(90deg,rgb(42, 123, 155) 0%, rgb(24, 142, 73) 40%, rgb(219, 174, 40) 100%); */
}
@media (min-width: 992px) {
  section.hero-section {
    flex-direction: row-reverse;
    display: flex;
  }
}
section.hero-section .text-wrapper {
	background-color: #0461B9;
	background: linear-gradient(90deg,rgb(42, 123, 155) 0%, rgb(24, 142, 73) 40%, rgb(219, 174, 40) 100%);
	position: relative;
	margin: auto;
	padding: 35px 32px 75px;
}

@media (min-width: 992px) {
  section.hero-section .text-wrapper {
    width: 50%;
    margin: 0;
    padding: 0;
  }
}
section.hero-section .text-wrapper .swiper-container {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  section.hero-section .text-wrapper .swiper-container {
	display: block;
	margin-left: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	padding: 15%;
}
}
@media screen and (min-width: 1401px) {
  section.hero-section .text-wrapper .swiper-container {
    margin-left: calc((100vw - 1400px)/2 + 20px);
    min-width: 300px;
  }
}
section.hero-section .text-wrapper .swiper {
  width: 100%;
}
section.hero-section .text-wrapper .swiper-slide {
  height: fit-content;
  margin: auto;
}
section.hero-section .text-wrapper .slider-content {
  color: #ffffff;
  margin: auto;
}
section.hero-section .text-wrapper .slider-content h1, section.hero-section .text-wrapper .slider-content h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #ffffff;
}
@media (min-width: 992px) {
  section.hero-section .text-wrapper .slider-content h1, section.hero-section .text-wrapper .slider-content h2 {
    font-size: 2rem;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 1199px) {
  section.hero-section .text-wrapper .slider-content h1, section.hero-section .text-wrapper .slider-content h2 {
    font-size: 2.375rem;
  }
}
section.hero-section .text-wrapper .slider-content p {
  font-size: 0.9375rem;
}
section.hero-section .text-wrapper .brand-logo {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 992px) {
  section.hero-section .text-wrapper .brand-logo {
    display: none;
  }
}
section.hero-section .logo-shape {
  display: none;
  pointer-events: none;
}
@media (min-width: 992px) {
  section.hero-section .logo-shape {
    display: block;
    position: absolute;
    left: calc(40% - 220px);
    z-index: 1;
    height: 100%;
  }
}
@media (min-width: 992px) {
  section.hero-section .img-wrapper {
    width: 50%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
section.hero-section .img-wrapper .swiper-slide {
  height: auto;
  min-height: 300px;
}
@media (min-width: 992px) {
  section.hero-section .img-wrapper .swiper-slide {
    max-height: min(70vh, 815px);
    min-height: 700px;
  }
}
section.hero-section .img-wrapper img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 992px) {
  section.hero-section .img-wrapper img {
    aspect-ratio: auto;
  }
}
section.hero-section .swiper-pagination {
  position: static;
  text-align: center;
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  section.hero-section .swiper-pagination {
    margin-top: 65px;
    text-align: center;
    margin-bottom: 0;
  }
}
section.hero-section .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #0A2850;
  opacity: 1;
}
@media (min-width: 992px) {
  section.hero-section .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
}
section.hero-section .swiper-pagination-bullet-active {
  background-color: #FADC28;
}

@media screen and (max-width: 768px) {
.brand-logo {
	display: flex;
	width: 48%;
	height: 208px;
	flex: 2 2 50%;
	justify-content: center;
	align-items: center;
	border-right: 1px solid #e7e7e7;
}
.ak-main-header-left {
	width: 220px;
	height: 60px;
	z-index: 999;
	margin-top: 10px;
}	
 section.hero-section .text-wrapper .swiper-container .slider-content h2{ line-height: normal !important;
 }

section.hero-section .text-wrapper {
	background-color: #0461B9;
	background: linear-gradient(90deg,rgb(42, 123, 155) 0%, rgb(24, 142, 73) 40%, rgb(219, 174, 40) 100%);
	position: relative;
	margin: auto;
	padding: 25px 15px 25px;
}
section.hero-section .swiper-pagination {
	position: static;
	text-align: center;
	margin-bottom: 15px;
}
.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;
}
.ak-nav .ak-nav_list {
	
	background-color: #fff;
}
section.hero-section {
	padding-top: 70px;
}
}
/*# sourceMappingURL=style.css.map */