@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
}

:root {
	--primary: #015f60;
	--theme-color: #7a5757;
	--white-color: #fff;
}



body {
	font-family: "Orbitron", sans-serif;
	font-family: "Manrope", sans-serif;
	background-color: #00b4d8;
	/* background-color: #41A6EF; */
}

a {
	text-decoration: none;
}

.loader-content {
	height: 100vh;
	display: block;
	align-items: center;
	z-index: 9999999;
	position: absolute;
	top: 0;
	background-image: linear-gradient(#000, #015f60);
	background-image: linear-gradient(#000, #556B2F);
	right: 0;
	left: 0;
}

.loader-content h1 {
	text-align: center;
	color: #fff;
}

.loader-content.hide {
	display: none;
}

.loader {
	width: 70px;
	height: 70px;
	margin: 20% auto 0;
	position: relative;
}

.loader:before,
.loader:after {
	content: "";
	width: 100%;
	height: 100%;
	border: 10px solid transparent;
	border-top-color: yellow;
	border-bottom-color: yellow;
	position: absolute;
	top: 0px;
	left: 0px;
	animation: animate 2.5s ease-in-out infinite;
}

.loader:after {
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-left-color: #f3004b;
	border-right-color: #f3004b;
	animation: 2.5s animate_1 ease-in-out infinite;
}

@keyframes animate {
	0% {
		transform: rotateY(0) rotateX(0);
	}

	25% {
		transform: rotateY(180deg) rotateX(0);
	}

	50% {
		transform: rotateY(360deg) rotateX(360deg);
	}

	75% {
		transform: rotateY(0) rotateX(180deg);
	}

	100% {
		transform: rotateY(0) rotateX(0);
	}
}

@keyframes animate_1 {
	0% {
		transform: rotateY(0) rotateX(0);
	}

	25% {
		transform: rotateY(-180deg) rotateX(0);
	}

	50% {
		transform: rotateY(360deg) rotateX(360deg);
	}

	75% {
		transform: rotateY(-180deg) rotateX(0);
	}

	100% {
		transform: rotateY(0) rotateX(0);
	}
}

header .top-header {
	padding: 6px 0;
	background: #0075b5;
	font-size: 0.688vw;
	position: relative;
}

.top-row {
	display: flex;
	align-items: center;

}

header .top-header .top-header_left ul {
	list-style: none;
	display: flex;
	justify-content: start;
	padding: 0;
	margin: 0;
}

header .top-header .top-header_left ul li span {
	margin-right: 5px;
	font-size: 0.813vw;
}

header .top-header a {
	color: #fff;
}

header .top-header .top-header_left ul li {
	margin-right: 10px;
}

header .top-header .top-header_left ul li a {
	color: var(--theme-color);
}

header .top-header .top-header_right {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .top-header .top-header_right ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}

header .top-header .top-header_right ul li:nth-child(2) {
	margin-left: 5px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #ffffff;
}

.nic_logo {
	width: 100%;
	height: 50px;
}

.font-control Li {
	color: #fff;
	margin-left: 5px;
	font-size: 0.813vw;
	cursor: pointer;
}

.lang ul li {
	background-color: orange;
	margin-left: 5px;
	padding: 5px 4px;
	border-radius: 3px;
	width: 50px;
	text-align: center;
}

header .top-header .top-header_right {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.dropdown {
	position: relative;
}

.dropdown .dropbtn {
	color: white;
	border: none;
	cursor: pointer;
}

.dropdown:focus-within>.dropdown-content,
.dropdown.show>.dropdown-content {
	display: block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: var(--white-color);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
	z-index: 9999;
	right: 0;
	padding: 15px;
	max-width: 300px;
	width: 300px;
}

.dropdown-content button {
	border: none;
	display: block;
	background-color: #c9c9c9;
	padding: 7px 10px;
	border-radius: 3px;
	color: var(--dark-theme);
	margin: 1px;
}

.dropdown-content a {
	color: black;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	background-color: #ddd;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	background-color: #575757;
}

.dropdown-content {
	display: none;
}

.dropdown.active .dropdown-content {
	display: block;
}

/* .logo a img {
	width: 20%;
} */
.aisanlaap_logo img {
	width: 13% !important;

}

.logo a h1 {
	color: #ff9100;
	font-weight: 700;
	/* font-family: "Orbitron", sans-serif; */
	font-family: "Montserrat", sans-serif;
	margin: 0;
	font-size: 50px;
	margin-left: 6px;
	margin-right: 40px;
}

nav {
	z-index: 99;
	width: 100%;
	background-color: #fff;
}

nav .wrapper {
	position: relative;
	max-width: 1300px;
	/* padding: 0px 10px; */
	height: 70px;
	/* line-height: 70px; */
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.wrapper .logo a {
	color: #f2f2f2;
	font-size: 30px;
	font-weight: 600;
	text-decoration: none;
	justify-content: end;
}

.wrapper .nav-links {
	display: inline-flex;
	margin: 0;
}

.nav-links li {
	list-style: none;
}

.nav-links li a {
	background-color: #d2700c;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	padding: 9px 15px;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.nav-links li a.active {
	background: #ec7701;
}

.nav-links li a:hover {
	background: #3a3b3c29;
	color: #000;
}

.nav-links .mobile-item {
	display: none;
}

.nav-links .drop-menu {
	position: absolute;
	background: #242526;
	width: 180px;
	line-height: 45px;
	top: 85px;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
	transition: all 0.3s ease;
	top: 70px;
	opacity: 1;
	visibility: visible;
	z-index: 9;
}

.drop-menu li a {
	width: 100%;
	display: block;
	padding: 0 0 0 15px;
	font-weight: 400;
	border-radius: 0px;
}

.mega-box {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0 30px;
	top: 85px;
	opacity: 0;
	visibility: hidden;
}

.mega-box .content {
	background: #242526;
	padding: 25px 20px;
	display: flex;
	width: 100%;
	justify-content: space-between;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .row {
	width: calc(25% - 30px);
	line-height: 45px;
}

.content .row img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content .row header {
	color: #f2f2f2;
	font-size: 20px;
	font-weight: 500;
}

.content .row .mega-links {
	margin-left: -40px;
	border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
	padding: 0 20px;
}

.row .mega-links li a {
	padding: 0px;
	padding: 0 20px;
	color: #d9d9d9;
	font-size: 17px;
	display: block;
}

.row .mega-links li a:hover {
	color: #f2f2f2;
}

.wrapper .btn {
	color: #000;
	font-size: 20px;
	cursor: pointer;
	display: none;
}

.wrapper .btn.close-btn {
	position: absolute;
	right: 30px;
	top: 10px;
	color: #fff;
}

@media screen and (max-width: 970px) {
	.wrapper .btn {
		display: block;
	}

	.wrapper .nav-links {
		position: fixed;
		height: 100%;
		width: 100%;
		max-width: 350px;
		top: 0;
		left: -100%;
		background: #242526;
		display: block;
		padding: 50px 10px;
		line-height: 50px;
		overflow-y: auto;
		box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
		transition: all 0.3s ease;
		z-index: 2;
		bottom: 0;
	}

	/* custom scroll bar */
	::-webkit-scrollbar {
		width: 10px;
	}

	::-webkit-scrollbar-track {
		background: #242526;
	}

	::-webkit-scrollbar-thumb {
		background: #3A3B3C;
	}

	#menu-btn:checked~.nav-links {
		left: 0%;
	}

	#menu-btn:checked~.btn.menu-btn {
		display: none;
	}

	#close-btn:checked~.btn.menu-btn {
		display: block;
	}

	.nav-links li {
		margin: 15px 10px;
	}

	.nav-links li a {
		padding: 0 20px;
		display: block;
		font-size: 20px;
	}

	.nav-links .drop-menu {
		position: static;
		opacity: 1;
		top: 65px;
		visibility: visible;
		padding-left: 20px;
		width: 100%;
		max-height: 0px;
		overflow: hidden;
		box-shadow: none;
		transition: all 0.3s ease;
	}

	#showDrop:checked~.drop-menu,
	#showMega:checked~.mega-box {
		max-height: 100%;
	}

	.nav-links .desktop-item {
		display: none;
	}

	.nav-links .mobile-item {
		display: block;
		color: #f2f2f2;
		font-size: 20px;
		font-weight: 500;
		padding-left: 20px;
		cursor: pointer;
		border-radius: 5px;
		transition: all 0.3s ease;
	}

	.nav-links .mobile-item:hover {
		background: #3A3B3C;
	}

	.drop-menu li {
		margin: 0;
	}

	.drop-menu li a {
		border-radius: 5px;
		font-size: 18px;
	}

	.mega-box {
		position: static;
		top: 65px;
		opacity: 1;
		visibility: visible;
		padding: 0 20px;
		max-height: 0px;
		overflow: hidden;
		transition: all 0.3s ease;
	}

	.mega-box .content {
		box-shadow: none;
		flex-direction: column;
		padding: 20px 20px 0 20px;
	}

	.mega-box .content .row {
		width: 100%;
		margin-bottom: 15px;
		border-top: 1px solid rgba(255, 255, 255, 0.08);
	}

	.mega-box .content .row:nth-child(1),
	.mega-box .content .row:nth-child(2) {
		border-top: 0px;
	}

	.content .row .mega-links {
		border-left: 0px;
		padding-left: 15px;
	}

	.row .mega-links li {
		margin: 0;
	}

	.content .row header {
		font-size: 19px;
	}
}

nav input {
	display: none;
}

/* Nav end */

/* Banner start */

.banner {
	background: linear-gradient(45deg, #01146c, #556B2F);
	min-height: 100%;
	width: 100%;
	position: relative;
	background-color: #0f0f0f;
	/* height: 100vh; */
	transition: all 0.4s ease;
	overflow: hidden;
	/* margin-top: 100px; */
}

.banner:hover {
	box-shadow: 0 0 30px #00ffff55;
	transition: box-shadow 0.3s ease;
}

.banner h1 {
	color: #ffdc62;
	font-size: 60px;
	width: 100%;
	font-weight: 700;
	/* font-family: "Orbitron", sans-serif; */
	font-family: "Montserrat", sans-serif;
}

.banner p {
	color: #f2f2f2;
	font-size: 20px;
	width: 100%;
	margin-top: 20px;

}

.banner-btn {
	border: 2.2px solid #fff;
	position: relative;
	background-color: #fff;
	padding: 12px 20px;
	color: #000;
	border-radius: 0;
	margin-top: 20px;
	transition: 0.3s;
	font-weight: bold;
}

.banner-btn:after {
	content: '';
	position: absolute;
	border: 1px solid #fff;
	right: -2px;
	top: -12px;
	height: 10px;
}

.banner-btn:before {
	content: '';
	position: absolute;
	border: 1px solid #fff;
	width: 10px;
	right: -12px;
	top: -2px;
}

.banner-btn:hover {
	background-color: transparent;
	color: #fff;
}


/* /*  */
.banner-container {
	/* position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
	width: 100%;
	margin-top: 10%;
}

.rightSide-banner {
	/* margin-top: 50px; */
	position: relative;
	border-radius: 15px;
}


.rightSide-banner-icon {
	width: 100%;
	position: absolute;
	top: 0%;
	padding: 10px;
}

.rightSide-banner-icon ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/* align-items: center; */
	padding-left: 0;

}

.rightSide-banner-icon ul li {
	background-color: #fff;
	border-radius: 10px;
	width: 48%;
	display: flex;
	align-items: center;
	padding: 10px;
	font-size: 14px;
	margin: 5px;
	font-weight: 600;
}

.rightSide-banner-icon ul li img {
	width: 50px;
	margin-right: 10px;
}

video {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

.banner-title-middle {
	color: #d16d06;
	font-weight: 700;
	font-size: 45px;
}

.rightSide-banner-image {
	height: 465px;
}

/* 
.wrap,
.shape {
	width: 500px;
	height: 400px;
	transform-style: preserve-3d;
}

.wrap {
	margin: 10% 2%;
	display: inline-block;
}

.shape {
	position: absolute;
	animation: rotate 15s infinite linear;
}

.shape-2 {
	animation: rotatef 15s infinite linear;
}

.circle {
	position: absolute;
	width: 500px;
	height: 500px;
	border: 1px solid rgba(255, 69, 0, .3);
	border-radius: 50%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.circle:before,
.circle:after {
	content: '';
	position: absolute;
	display: block;
	width: 75%;
	height: 75%;
	border-radius: 50%;
	border: 1px solid rgba(25, 69, 0, .4);
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.shape-2 .circle:before,
.shape-2 .circle:after {
	border: 1px solid rgba(255, 213, 0, 0.35);
}

.shape-2 .circle {
	width: 500px;
	height: 500px;
	border: 1px solid rgba(0, 255, 255, 0.2);
}

.n-1 {
	transform: rotateX(22.5deg);
}

.n-2 {
	transform: rotateX(-22.5deg);
}

.n-3 {
	transform: rotateX(45deg);
}

.n-4 {
	transform: rotateX(-45deg);
}

.n-5 {
	transform: rotateX(67.5deg);
}

.n-6 {
	transform: rotateX(-67.5deg);
}

.n-7 {
	transform: rotateX(90deg);
}

.n-8 {
	transform: rotateY(90deg);
}

.n-9 {
	transform: rotateY(67.5deg);
}

.n-10 {
	transform: rotateY(-67.5deg);
}

.n-11 {
	transform: rotateY(45deg);
}

.n-12 {
	transform: rotateY(-45deg);
}

.n-13 {
	transform: rotateY(-22.5deg);
}

.n-14 {
	transform: rotateY(22.5deg);
}

@keyframes rotate {
	100% {
		transform: rotateX(360deg);
	}
}

@keyframes rotatef {
	100% {
		transform: rotateY(360deg);
	}
}

.banner-title-middle {
	color: #d2700c;
	font-weight: 700;
	font-size: 45px;
	font-family: "Orbitron", sans-serif;
}

.banner-content {
	position: absolute;
} */

.about-btn {
	border: 2.2px solid #fff;
	position: relative;
	padding: 12px 20px;
	color: #fff;
	border-radius: 0;
	margin-top: 20px;
	transition: 0.3s;
	font-weight: bold;
	background: #d2700c;
}

.about-btn:after {
	content: '';
	position: absolute;
	border: 1px solid #fff;
	right: -2px;
	top: -12px;
	height: 10px;
}

.about-btn:before {
	content: '';
	position: absolute;
	border: 1px solid #fff;
	width: 10px;
	right: -12px;
	top: -2px;
}

.about-btn:hover {
	background-color: #fff;
	color: #000;
}

.about {
	margin: 80px 0;
}

.about .title {
	font-size: 40px;
	color: #16213E;
	text-align: left;
	font-weight: 700;
	position: relative;
	/* font-family: "Orbitron", sans-serif; */
	font-family: "Montserrat", sans-serif;
}

.about .title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 30px;
	height: 2px;
	background: #d16d06;
}

.about p {
	color: #fff;
	text-align: left;
	font-weight: 600;
	width: 90%;
	margin-top: 30px;
}

.about ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.about ul li {
	color: #f2f2f2;
	text-align: left;
	margin-bottom: 10px;
}

.about-image img {
	width: 100%;
	border-radius: 10px;
}

.fa-check {
	color: aqua;
	margin-right: 8px;
}

.feature {
	width: 100%;
	height: 100%;
	padding-bottom: 50px;
	background: #03045e;
	--gap: 5em;
	--line: 1px;
	--color: rgba(255, 255, 255, 0.2);
	background-image: linear-gradient(-90deg,
			transparent calc(var(--gap) - var(--line)),
			var(--color) calc(var(--gap) - var(--line) + 1px),
			var(--color) var(--gap)),
		linear-gradient(0deg,
			transparent calc(var(--gap) - var(--line)),
			var(--color) calc(var(--gap) - var(--line) + 1px),
			var(--color) var(--gap));
	background-size: var(--gap) var(--gap);
}

.feature-content {
	position: relative;
	z-index: 2;
	padding: 20px 0;
}

.feature .title {
	font-size: 40px;
	color: #f2f2f2;
	text-align: left;
	font-weight: 700;
	margin-bottom: 30px;
	margin-top: 100px;
	/* letter-spacing: 1px; */
	background: linear-gradient(45deg, #3498db, #2ecc71);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	/* font-family: "Orbitron", sans-serif; */
	font-family: "Montserrat", sans-serif;
}

.feature .title:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 30px;
	height: 2px;
	background: #d16d06;
}

.feature-body {
	border: 1px solid #f0f0f030;
	padding: 20px 25px;
	background: #2b538b;
	border-radius: 10px;
	transition: 0.3s;
	height: 115px;
}

.feature-body:hover {
	box-shadow: 1px 2px 5px #000;
	transform: translateY(-5px);
}

.technical-support {
	width: 80%;
}

.card-title {
	color: #fff;
	font-weight: 700;
	font-size: 24px;
}

.feature-body p {
	color: #fff;
}

.feature-body a {
	color: #ff8100;
	text-decoration: none;
	font-weight: 600;
}

.footer {
	background: linear-gradient(to right, #002147, #002147);
	color: #ffffff;
	padding: 10px 0 0px;
	position: relative;
	overflow: hidden;
	margin-top: 50px;
}

.footer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(to right, #d2700c, #d2700c);
}

.footer-logo {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 20px;
	color: #d2700c;
	font-family: "Orbitron", sans-serif;
}

.footer-about {
	color: #a4b5c6;
	margin-bottom: 25px;
	line-height: 1.6;
}

.footer h5 {
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 25px;
	position: relative;
}

.footer h5::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 30px;
	height: 2px;
	background: #3498db;
}

.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-links li {
	margin-bottom: 12px;
}

.footer-links a {
	color: #a4b5c6;
	text-decoration: none;
	transition: all 0.3s ease;
	display: inline-block;
}

.footer-links a:hover {
	color: #3498db;
	transform: translateX(5px);
}

.social-links {
	display: flex;
	gap: 15px;
	margin-top: 20px;
}

.social-icon {
	width: 35px;
	height: 35px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
}

.social-icon:hover {
	background: #3498db;
	transform: translateY(-3px);
	color: #fff;
}

.footer-newsletter {
	position: relative;
	margin-top: 20px;
}

.footer-newsletter input {
	padding: 12px 15px;
	border-radius: 25px;
	border: none;
	width: 100%;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	outline: none;
	padding-right: 50px;
}

.footer-newsletter input::placeholder {
	color: #a4b5c6;
}

.newsletter-btn {
	position: absolute;
	right: 5px;
	top: 5px;
	bottom: 5px;
	width: 40px;
	border-radius: 50%;
	background: #3498db;
	border: none;
	color: #fff;
	transition: all 0.3s ease;
}

.newsletter-btn:hover {
	background: #2980b9;
}

.footer-bottom {
	/* margin-top: 50px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.1); */
	text-align: center;
	color: #a4b5c6;
}

.footer-bottom-links {
	list-style: none;
	padding: 0;
	margin: 15px 0;
	display: flex;
	justify-content: center;
	gap: 20px;
}

.footer-bottom-links a {
	color: #a4b5c6;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-bottom-links a:hover {
	color: #3498db;
}



.back-to-top {
	color: #3498db;
	font-weight: 600;
	cursor: pointer;
	position: fixed;
	z-index: 999999;
	bottom: 0;
	background: #ffffff;
	width: 45px;
	height: 45px;
	right: 0;
	font-size: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

.color-theme {
	margin-top: 20px;
	display: flex;
	align-items: center;
	gap: 20px;
}

.color-theme input {
	width: 30px;
	height: 30px;
	border: 2px solid #fff;
}

.communication {
	margin-top: 50px;
	/* margin-left: 40px; */
}

.communication h2 {
	font-size: 38px;
	color: #16213E;
	text-align: left;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	margin-top: 100px;
	/* font-family: "Orbitron", sans-serif; */
}

.communication p:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 50px;
	height: 2px;
	background: #d16d06;
}

.communication p {
	font-size: 18px;
	font-weight: 600;

	color: #dee2e6;
	position: relative;
}

.communication-txt {
	margin-bottom: 80px;
}

.communication .container-title {
	text-align: center;
	padding: 0 !important;
	margin-bottom: 40px;
	font-size: 40px;
	color: #fff;
	font-weight: 600;
	line-height: 60px;
}

.container-card {
	position: relative;
	background-clip: padding-box;
	border-radius: 6px;
	padding: 10px 31px;
	margin-bottom: 30px;
	/* background: linear-gradient(25deg, #002147, #003878, #001226); */
	background: #005f73;
}

.bg-yellow-box {
	position: relative;
	transition: 0.3s;
	display: flex;
	align-items: center;
	height: 95px;
}

.bg-yellow-box:hover {
	background: linear-gradient(352deg, #004041, #147576, #00494a);
	transition: 0.3s;
}

.bg-yellow-box::after {
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	content: "";
	z-index: -1;
	border-radius: 45px;
}

.card-title {
	font-weight: 500;
	color: white;
	font-size: 15px;

}

.card-description {
	font-weight: 600;
	line-height: 32px;
	color: hsla(0, 0%, 100%, 0.5);
	font-size: 16px;
	max-width: 470px;
}

.communication-image img {
	width: 100%;
}

.container-card img {
	width: 15%;
	margin-right: 15px;
}

.modules h2 {
	font-size: 40px;
	color: #16213E;
	text-align: left;
	font-weight: 700;
	margin-top: 100px;
	font-family: "Montserrat", sans-serif;
	/* font-family: "Orbitron", sans-serif; */
}

.modules p:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 50px;
	height: 2px;
	background: #d16d06;
}

.modules p {
	font-size: 18px;
	color: #dee2e6;
	position: relative;
}

.ailab-logo {
	width: 200px;
	height: 60px;
}

.feature-content .row .col-md-4 {
	margin-bottom: 5px;
}

.banner-actions ul {
	display: flex;
	padding: 0;
	margin-top: 30px;
}

.banner-actions ul li:nth-child(1) {
	background: linear-gradient(180deg, #7abeff 0%, #2171be 100%);
	border-radius: 36px 0px 0px 36px;
	padding: 7px 13px 7px 26px;
	border-right: 1px solid blue;
}

.banner-actions ul li:nth-child(1) {
	color: #fff;
	display: block;
	font-size: 1.5em;
	line-height: 45px;
	font-weight: 600;
	border-right: 2px solid #000;
	text-shadow: 1px 1px 1px #000;
}

.banner-actions ul li:nth-child(2) {
	    background: linear-gradient(180deg, #ffdc62 0%, #cea000 100%);
	border-radius: 0 360px 360px 0;
	padding: 7px 26px 7px 13px;
}

.banner-actions ul li:nth-child(2) {
	color: #2171be;
	display: block;
	font-size:1.5em;
	line-height: 45px;
	font-weight: 600;
	width: 105px;
	border: 1px solid #8b8a8a;
}

.banner-actions ul li:nth-child(1) a {
	color: #fff !important;
}

.banner-actions ul li:nth-child(2) a {
	color: #000;
}

/* Responsive CSS start */
@media only screen and (max-width: 1199px) {
	.rightSide-banner-icon ul li {
		width: 100%;
	}

	.banner {
		height: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	.ailab-logo {
		width: 200px;
	}

	.nic_logo {
		width: 200px !important;
		height: auto;
	}

	.feature-body {
		height: 100%;
	}

	.rightSide-banner-image {
		height: auto;
	}

	.rightSide-banner-icon {
		height: 100%;
	}

	.rightSide-banner-icon ul {
		height: 100%;
		overflow-y: scroll;
	}

	.rightSide-banner-icon ul::scroll-marker {
		scrollbar-width: none;
	}

	.banner {
		height: 100%;
	}

	.nav-links li a {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.footer-section {
		margin-bottom: 40px;
	}

	.bg-yellow-box {
		height: 100%;
	}
}

@media only screen and (max-width: 480px) {
	.rightSide-banner {
		margin-top: 50px;
	}

	.rightSide-banner-icon ul::-webkit-scrollbar {
		scrollbar-width: thin;
	}

	.rightSide-banner-icon ul {
		height: 150px;
		overflow-x: scroll;
		margin-top: 30px;
		flex-wrap: nowrap;
		overflow-y: hidden;
	}

	.rightSide-banner-icon ul li span {
		width: 150px;
	}

	.banner-btn {
		margin-top: 0;
	}

	.aisanlaap_logo img {
		width: 15% !important;
	}

	.nic_logo {
		width: 95px !important;
		height: auto !important;
	}

	.banner-container {
		margin-top: 0;
	}

	.main {
		overflow-x: hidden;
	}

	.communication {
		margin-left: 0;
	}

	.banner h1 {
		font-size: 40px;
	}

	.shape-2 .circle {
		width: 300px;
		height: 300px;
	}

	.wrap,
	.shape {
		width: 300px;
		height: 250px;
	}

	.circle {
		width: 300px;
		height: 300px;
	}

	.banner h1 {
		margin: 0;

	}

	.top-row {
		padding: 0;
	}

	.top-header_right {
		font-size: 8px;
	}

	.footer {
		padding: 0;
	}
}

/* Responsive CSS end */

/* animated */
.animate-circle {
	position: absolute;
	border: 2px solid #00ffff;
	border-radius: 50%;
	animation: ripple 1.5s infinite;
	opacity: 0;
}

@keyframes ripple {
	0% {
		transform: scale(0.1);
		opacity: 1;
	}

	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

/* Responsive */

@media only screen and (max-width: 480px) {
	.main {
		overflow-x: hidden;
	}

	.communication {
		margin-left: 0;
	}

	.rightSide-banner-icon ul li {
		width: 100%;
	}

	.banner h1 {
		font-size: 35px;
	}

	.banner {
		overflow: visible;
		height: auto;
	}

	.banner-container {
		position: relative;
		top: auto;
		left: auto;
		transform: unset;
		width: 100%;
	}

	.rightSide-banner-image {
		display: none;
	}

	.rightSide-banner-icon {
		position: relative;
		padding: 0;
	}

	.technical-support {
		width: 100%;
	}

	.rightSide-banner-icon ul li {
		margin-left: 0;
	}

	header .top-header a {
		font-size: 9px;
	}

	.top-row {
		padding: 0;
	}

	.banner p {
		font-size: 14px;
	}

	.communication {
		margin: 0 !important;
		padding: 0;
	}

	.modules h2 {
		margin: 0;
	}

	.feature .title {
		margin-top: 0;
	}

	.bg-yellow-box {
		height: 100%;
	}

	.feature-content .row .col-md-4 {
		margin-bottom: 5px;
	}
}