@import url("https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&display=swap");
@keyframes shape-animaiton1 {
	0% {
		transform: translateY(0);
	}
	to {
		transform: translateY(100px);
	}
}
@keyframes shape-animaiton2 {
	0% {
		transform: translateY(0);
	}
	to {
		transform: translateY(30px);
	}
}
@keyframes shape-animaiton3 {
	0% {
		transform: translateY(0);
	}
	to {
		transform: translateY(10px);
	}
}
@keyframes shape-animaiton4 {
	0% {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(1000deg);
	}
}
@keyframes animate1 {
	0% {
		transform: translateY(0);
	}
	to {
		transform: translateY(-20px);
	}
}
@keyframes animate2 {
	0% {
		transform: translateY(0);
	}
	to {
		transform: translateY(20px);
	}
}
@keyframes animate3 {
	0% {
		transform: translateY(0);
	}
	to {
		transform: translateY(15px);
	}
}
@keyframes animate4 {
	0% {
		transform: translateY(0);
	}
	to {
		transform: translateY(-25px);
	}
}
@keyframes animate5 {
	0% {
		transform: scale(0.5);
	}
	to {
		transform: scale(1);
	}
}
@keyframes animate6 {
	0% {
		transform: scale(1);
	}
	to {
		transform: scale(1.1);
	}
}
.animate1 {
	animation-direction: alternate;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-name: animate1;
	animation-timing-function: ease-in-out;
	position: relative;
}
.animate3 {
	animation-direction: alternate;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-name: animate3;
	animation-timing-function: ease-in-out;
	position: relative;
}
body.body,
html {
	overflow-x: hidden;
}
@media screen and (max-width: 769px) {
	body.body1,
	html {
		overflow-x: hidden;
	}
}
body {
	font-family: Afacad, sans-serif;
	font-size: var(--f-fs-font-fs16);
}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
input,
option,
select,
textarea {
	max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul {
	margin: 0;
	padding: 0;
}
ul {
	list-style: none;
}
p {
	margin: 0;
	padding: 0;
}
img {
	max-height: 100%;
	max-width: 100%;
}
a,
a:focus,
a:hover {
	outline: none;
	text-decoration: none;
}
body.body {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	overflow-x: hidden;
	position: relative;
	z-index: -33;
}
.sp {
	padding: 0;
}
@media (max-width: 768px) {
	.sp {
		padding: 50px 0;
	}
}
.space16 {
	height: 16px;
}
.space20 {
	height: 20px;
}
@media (max-width: 767px) {
	.space20 {
		height: 10px;
	}
}
.space30 {
	height: 30px;
}
@media (max-width: 767px) {
	.space30 {
		height: 15px;
	}
}
.space40 {
	height: 40px;
}
@media (max-width: 767px) {
	.space40 {
		height: 20px;
	}
}
.space50 {
	height: 50px;
}
@media (max-width: 768px) {
	.space50 {
		height: 25px;
	}
	.space60 {
		height: 30px !important;
	}
}
.space60 {
	height: 60px;
}
.padding-bottom {
	padding-bottom: 120px;
}
@media (max-width: 991px) {
	.padding-bottom {
		padding-bottom: 60px;
	}
}
.padding-top {
	padding-top: 120px;
}
@media (max-width: 991px) {
	.padding-top {
		padding-top: 60px;
	}
}
.text-center {
	text-align: center;
}
.mr-2 {
	margin-right: 8px;
}
:root {
	--vtc-text-heading-1: #001518;
	--vtc-text-pera-1: #565858;
	--vtc-text-pera-2: #ccccce;
	--vtc-text-white-1: #fff;
	--vtc-bg-main-1: #2293a7;
	--vtc-bg-main-2: #f69434;
	--vtc-bg-main-3: #1c74f0;
	--vtc-bg-main-4: #8d65ff;
	--vtc-bg-main-5: #fd4a12;
	--vtc-bg-common-1: #99d9d9;
	--vtc-bg-common-2: #d9ecf0;
	--vtc-bg-common-3: #001518;
	--vtc-bg-common-4: #f6f8fa;
	--vtc-bg-common-5: #edf4fe;
	--vtc-bg-common-6: #f9f8fe;
	--vtc-bg-common-7: #f4f1fe;
	--vtc-bg-white: #fff;
	--vtc-border-color-1: #4b2c2c;
	--f-fw-regular: 400;
	--f-fw-medium: 500;
	--f-fw-semibold: 600;
	--f-fw-bold: 700;
	--f-fw-ex-bold: 800;
	--f-ff-font-1: "Figtree", sans-serif;
	--f-fs-font-fs16: 16px;
	--f-fs-font-fs18: 18px;
	--f-fs-font-fs20: 20px;
	--f-fs-font-fs22: 22px;
	--f-fs-font-fs24: 24px;
	--f-fs-font-fs26: 26px;
	--f-fs-font-fs28: 28px;
	--f-fs-font-fs30: 30px;
	--f-fs-font-fs32: 32px;
	--f-fs-font-fs34: 34px;
	--f-fs-font-fs36: 36px;
	--f-fs-font-fs40: 40px;
	--f-fs-font-fs42: 42px;
	--f-fs-font-fs44: 44px;
	--f-fs-font-fs48: 48px;
	--f-fs-font-fs50: 50px;
	--f-fs-font-fs52: 52px;
	--f-fs-font-fs54: 54px;
	--f-fs-font-fs56: 56px;
	--f-fs-font-fs58: 58px;
	--f-fs-font-fs60: 60px;
	--f-fs-font-fs62: 62px;
	--f-fs-font-fs64: 64px;
	--f-fs-font-fs66: 66px;
	--f-fs-font-fs68: 68px;
	--f-fs-font-fs70: 70px;
	--f-fs-font-fs72: 72px;
	--f-fs-font-fs74: 74px;
	--f-fs-font-fs76: 76px;
	--f-fs-font-fs78: 78px;
	--f-fs-font-fs80: 80px;
	--f-fs-font-fs82: 82px;
	--f-fs-font-fs84: 84px;
	--f-fs-font-fs86: 86px;
	--f-fs-font-fs88: 88px;
}
.heading1-w span.span {
	background-color: hsla(0, 0%, 100%, 0.2);
	border-radius: 111px;
	color: var(--03-home-text-colors, #fff);
	display: inline-block;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 16px;
	padding: 8px 14px;
}
.heading1-w span.span img {
	filter: brightness(0) invert(1);
	margin-right: 5px;
	margin-top: -5px;
}
.heading1-w h2 {
	color: var(--vtc-text-white-1);
	font-size: var(--f-fs-font-fs44);
	font-style: normal;
	font-weight: var(--f-fw-semibold);
	line-height: var(--f-fs-font-fs52);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.heading1-w h2 {
		font-size: var(--f-fs-font-fs32);
		line-height: var(--f-fs-font-fs40);
	}
}
@media (max-width: 767px) {
	.heading1-w h2 {
		font-size: var(--f-fs-font-fs32);
		line-height: var(--f-fs-font-fs40);
	}
}
.heading1-w p {
	color: var(--White-colors, hsla(0, 0%, 100%, 0.745));
	font-size: var(--f-fs-font-fs18);
	font-style: normal;
	font-weight: var(--f-fw-regular);
	line-height: var(--f-fs-font-fs24);
}
.heading1 span.span {
	background-color: var(--vtc-bg-common-2);
	border-radius: 111px;
	color: var(--03-home-text-colors, #001518);
	display: inline-block;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 16px;
	padding: 8px 14px;
}
.heading1 span.span img {
	margin-right: 2px;
	margin-top: -5px;
}
.heading1 h2 {
	color: var(--vtc-text-heading-1);
	font-size: var(--f-fs-font-fs44);
	font-style: normal;
	font-weight: var(--f-fw-semibold);
	line-height: var(--f-fs-font-fs52);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.heading1 h2 {
		font-size: var(--f-fs-font-fs32);
		line-height: var(--f-fs-font-fs40);
	}
}
@media (max-width: 767px) {
	.heading1 h2 {
		font-size: var(--f-fs-font-fs32);
		line-height: var(--f-fs-font-fs40);
	}
}
.heading1 h3 {
	font-size: 32px;
	line-height: 40px;
}
.heading1 h3,
.heading1 h4 a {
	color: var(--03-home-text-colors, #001518);
	font-style: normal;
	font-weight: 600;
}
.heading1 h4 a {
	display: inline-block;
	font-size: 24px;
	line-height: 24px;
	padding: 16px 0;
	transition: all 0.4s;
}
.heading1 h4 a:hover {
	color: var(--vtc-bg-main-1);
	transition: all 0.4s;
}
.heading1 h5 a {
	color: var(--03-home-text-colors, #001518);
	display: inline-block;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	transition: all 0.4s;
}
.heading1 h5 a:hover {
	color: var(--vtc-bg-main-1);
	transition: all 0.4s;
}
.heading1 p {
	color: var(--vtc-text-pera-1);
	font-size: var(--f-fs-font-fs18);
	font-style: normal;
	font-weight: var(--f-fw-regular);
	line-height: var(--f-fs-font-fs24);
	transition: all 0.4s;
}
.progress-wrap {
	border-radius: 50px;
	bottom: 30px;
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	display: block;
	height: 56px;
	opacity: 0;
	position: fixed;
	right: 30px;
	transform: translateY(15px);
	transition: all 0.2s linear;
	visibility: hidden;
	width: 56px;
	z-index: 1;
}
.progress-wrap.active-progress {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
	z-index: 999;
}
.progress-wrap:after {
	color: #03256c;
	content: "\f062";
	cursor: pointer;
	display: block;
	font-family: FontAwesome;
	font-size: 18px;
	height: 56px;
	left: 0;
	line-height: 56px;
	position: absolute;
	text-align: center;
	top: 0;
	transition: all 0.2s linear;
	width: 56px;
	z-index: 1;
}
.progress-wrap:hover:after {
	opacity: 0;
}
.progress-wrap:before {
	content: "\f062";
	cursor: pointer;
	display: block;
	font-family: FontAwesome;
	font-size: 18px;
	height: 56px;
	left: 0;
	line-height: 56px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 0;
	transition: all 0.2s linear;
	width: 56px;
	z-index: 2;
}
.progress-wrap:hover:before {
	opacity: 1;
}
.progress-wrap svg path {
	fill: none;
}
.progress-wrap svg.progress-circle path {
	stroke: #03256c;
	stroke-width: 4;
	box-sizing: border-box;
	transition: all 0.2s linear;
}
@keyframes pulse-border {
	0% {
		opacity: 1;
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	}
	to {
		opacity: 0;
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	}
}
.theme-btn1 {
	background-color: #3c55ff;
	border: none;
	border-radius: 25px;
	color: var(--White-colors, #fff);
	display: inline-block;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px;
	padding: 16px 10px 16px 16px;
	transition: all 0.4s;
}
.theme-btn1 span.arrow {
	background-color: var(--vtc-bg-white);
	border-radius: 50%;
	color: var(--vtc-bg-main-1);
	display: inline-block;
	height: 32px;
	line-height: 32px;
	margin-left: 6px;
	text-align: center;
	transform: rotate(-45deg);
	width: 32px;
}
.theme-btn1:hover {
	background-color: #28a8be;
	color: var(--vtc-bg-white);
	transform: translateY(-5px);
	transition: all 0.4s;
}
.theme-btn2 {
	background-color: var(--vtc-bg-white);
	border-radius: 25px;
	color: var(--vtc-text-heading-1);
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px;
	padding: 10px 10px 10px 16px;
}
.theme-btn2,
.theme-btn2 span.arrow {
	display: inline-block;
	transition: all 0.4s;
}
.theme-btn2 span.arrow {
	background-color: rgba(34, 147, 167, 0.22);
	border-radius: 50%;
	color: var(--vtc-bg-main-1);
	height: 32px;
	line-height: 32px;
	margin-left: 6px;
	text-align: center;
	transform: rotate(-45deg);
	width: 32px;
}
.theme-btn2:hover {
	background-color: #28a8be;
	color: var(--vtc-bg-white);
	transform: translateY(-5px);
	transition: all 0.4s;
}
.theme-btn2:hover span.arrow {
	background-color: hsla(0, 0%, 100%, 0.2);
}
.theme-btn2:hover span.arrow,
.theme-btn3 {
	color: var(--vtc-bg-white);
	transition: all 0.4s;
}
.theme-btn3 {
	background: transparent;
	border: 2px solid var(--vtc-bg-white);
	border-radius: 25px;
	display: inline-block;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px;
	margin-left: 12px;
	padding: 9px 10px 9px 16px;
}
.theme-btn3 span.arrow {
	background-color: #fff;
	border-radius: 50%;
	color: var(--vtc-bg-main-1);
	display: inline-block;
	height: 32px;
	line-height: 32px;
	margin-left: 6px;
	text-align: center;
	transform: rotate(-45deg);
	transition: all 0.4s;
	width: 32px;
}
.theme-btn3:hover {
	background-color: #fff;
	color: var(--vtc-text-heading-1);
	transform: translateY(-5px);
	transition: all 0.4s;
}
.theme-btn3:hover span.arrow {
	background-color: var(--vtc-bg-main-1);
	color: var(--vtc-bg-white);
	transition: all 0.4s;
}
@media (max-width: 767px) {
	.theme-btn3 {
		margin-top: 20px;
	}
}
.cta1 {
	background-color: var(--vtc-bg-main-1);
	padding: 80px 0;
	position: relative;
}
.cta1 .cta1-shape1 {
	left: 0;
	position: absolute;
	top: 0;
}
.cta1 .cta1-shape2 {
	bottom: 0;
	left: 0;
	position: absolute;
}
.cta1 .cta1-shape3 {
	position: absolute;
	right: 0;
	top: 0;
}
.cta1 .buttons {
	text-align: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cta1 .buttons {
		padding-top: 24px;
		text-align: start;
	}
}
@media (max-width: 767px) {
	.cta1 .buttons {
		padding-top: 24px;
		text-align: start;
	}
}
.contact-page-sec .form-area {
	background: var(--White-colors, #fff);
	border-radius: 7px;
	box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
	padding: 24px;
}
.contact-page-sec .form-area .single-input {
	margin-top: 20px;
}
.contact-page-sec .form-area .single-input label {
	color: var(--03-home-text-colors, #001518);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
	padding-bottom: 16px;
}
.contact-page-sec .form-area .single-input input,
.contact-page-sec .form-area .single-input textarea {
	border: 1px solid #e5e8e8;
	border-radius: 7px;
	padding: 16px;
	width: 100%;
}
.contact-page-sec .form-area .single-input input::-moz-placeholder,
.contact-page-sec .form-area .single-input textarea::-moz-placeholder {
	color: var(--03-home-paragrapjh, rgba(86, 88, 88, 0.827));
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}
.contact-page-sec .form-area .single-input input::placeholder,
.contact-page-sec .form-area .single-input textarea::placeholder {
	color: var(--03-home-paragrapjh, rgba(86, 88, 88, 0.827));
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}
.contact-page-sec .form-area .single-input input:focus,
.contact-page-sec .form-area .single-input textarea:focus {
	outline: none;
}
.contact-page-sec .heading1 {
	padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.contact-page-sec .heading1 {
		padding-left: 0;
		padding-top: 30px;
	}
}
@media (max-width: 767px) {
	.contact-page-sec .heading1 {
		padding-left: 0;
		padding-top: 30px;
	}
}
.contact-page-sec .heading1 .hours-area {
	padding-top: 20px;
}
.contact-page-sec .heading1 .hours-area ul li {
	color: var(--03-home-paragrapjh, #565858);
	display: inline-block;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	margin-right: 30px;
}
.contact-page-sec .heading1 .hours-area ul li img {
	margin-top: -3px;
}
.contact-page-sec .contact-page-box {
	align-items: start;
	background-color: #99d9d9;
	border-radius: 7px;
	display: flex;
	margin-top: 50px;
	min-height: 150px;
	padding: 32px;
	transition: all 0.4s;
}
.contact-page-sec .contact-page-box .icon img {
	transition: all 0.4s;
}
.contact-page-sec .contact-page-box .heading {
	padding-left: 20px;
}
.contact-page-sec .contact-page-box .heading h5 {
	color: var(--03-home-text-colors, #001518);
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	padding-bottom: 10px;
	transition: all 0.4s;
}
.contact-page-sec .contact-page-box .heading a {
	color: var(--03-home-paragrapjh, #565858);
	display: inline-block;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	transition: all 0.4s;
}
.contact-page-sec .contact-page-box:hover {
	background-color: var(--vtc-bg-main-1);
	transform: translateY(-10px);
	transition: all 0.4s;
}
.contact-page-sec .contact-page-box:hover .icon img {
	filter: brightness(0) invert(1);
	transition: all 0.4s;
}
.contact-page-sec .contact-page-box:hover .heading h5 {
	color: #fff;
	transition: all 0.4s;
}
.contact-page-sec .contact-page-box:hover .heading a {
	color: hsla(0, 0%, 100%, 0.745);
	transition: all 0.4s;
}
.hero-area1 {
	min-height: 950px;
	padding-top: 300px;
	position: relative;
	z-index: 0;
}
.hero-area1 .sec-shape1 {
	left: 0;
	position: absolute;
	top: 0;
	z-index: -1;
}
.hero-area1 .sec-shape2 {
	bottom: 0;
	position: absolute;
	right: 0;
	z-index: -1;
}
.hero-area1 .sec-shape3 {
	position: absolute;
	right: 0;
	top: 100px;
	z-index: -1;
}
.hero-area1 .sec-shape4 {
	bottom: 50px;
	left: 60px;
	position: absolute;
	z-index: -1;
}
.hero-area1 .main-heading {
	position: relative;
}
.hero-area1 .main-heading h1 {
	color: var(--White-colors, #fff);
	font-size: 96px;
	font-style: normal;
	font-weight: 600;
	line-height: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area1 .main-heading h1 {
		font-size: 40px;
		line-height: 48px;
		padding-top: 30px;
	}
}
@media (max-width: 767px) {
	.hero-area1 .main-heading h1 {
		font-size: 40px;
		line-height: 48px;
		padding-top: 30px;
	}
}
.hero-area1 .main-heading .main-image {
	margin-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area1 .main-heading .main-image {
		margin-bottom: 50px;
		margin-left: 0;
	}
}
@media (max-width: 767px) {
	.hero-area1 .main-heading .main-image {
		margin-bottom: 50px;
		margin-left: 0;
	}
}
.hero-area1 .main-heading .shape {
	position: absolute;
	right: -40px;
	top: 140px;
	z-index: -1;
}
.hero-area4 {
	align-items: center;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	min-height: 880px;
}
.hero-area4 .main-heading {
	margin-top: 100px;
	position: relative;
	z-index: 9;
}
.hero-area4 .main-heading span.span {
	background: hsla(0, 0%, 100%, 0.2);
	border-radius: 60px;
	color: var(--White-colors, #fff);
	display: inline-block;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 16px;
	padding: 6px 16px;
}
.hero-area4 .main-heading span.span img {
	filter: brightness(0) invert(1);
	margin-right: 3px;
	margin-top: -3px;
}
.hero-area4 .main-heading h1 {
	color: var(--White-colors, #fff);
	font-size: 64px;
	font-style: normal;
	font-weight: 600;
	line-height: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area4 .main-heading h1 {
		font-size: 40px;
		line-height: 48px;
	}
}
@media (max-width: 767px) {
	.hero-area4 .main-heading h1 {
		font-size: 40px;
		line-height: 48px;
	}
}
.hero-area4 .main-heading p {
	color: var(--White-colors, hsla(0, 0%, 100%, 0.89));
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.hero-area4 .main-heading:after {
	height: 650px;
	left: -80px;
	top: -155px;
	width: 650px;
	z-index: -2;
}
.hero-area4 .main-heading:after,
.hero-area4 .main-heading:before {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background: #0e0401;
	border-radius: 500px;
	content: "";
	opacity: 0.08;
	position: absolute;
}
.hero-area4 .main-heading:before {
	height: 500px;
	left: 0;
	top: -80px;
	width: 500px;
	z-index: -1;
}
.inner-hero {
	align-items: center;
	display: flex;
	min-height: 350px;
	position: relative;
	text-align: center;
}
.inner-hero:after {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -3;
}
.inner-hero .main-heading {
	padding-top: 80px;
	position: relative;
	z-index: 8;
}
.inner-hero .main-heading h1 {
	background-color: #fff;
	color: var(--White-colors, #fff);
	font-size: 76px;
	font-style: normal;
	font-weight: 600;
	line-height: 64px;
}
.inner-hero .main-heading .page-intro {
	padding-top: 24px;
	position: relative;
	z-index: 3;
}
.inner-hero .main-heading .page-intro a {
	color: var(--White-colors, #fff);
	display: inline-block;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}
.inner-hero .main-heading .page-intro span {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	margin: 0 3px;
}
.inner-hero .main-heading .page-intro p {
	color: var(--White-colors, #fff);
	display: inline-block;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
}
.inner-hero .shape1 {
	left: 0;
	position: absolute;
	top: 0;
	z-index: -1;
}
.inner-hero .shape2 {
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: -1;
}
.inner-hero .shape3 {
	bottom: 0;
	position: absolute;
	right: 0;
	z-index: -1;
}
.pricing {
	background-color: #001518;
	position: relative;
}
.pricing .image img {
	width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.pricing .image img {
		height: 300px;
		-o-object-fit: cover;
		object-fit: cover;
	}
}
@media (max-width: 767px) {
	.pricing .image img {
		height: 300px;
		-o-object-fit: cover;
		object-fit: cover;
	}
}
.pricing .sec-shape1 {
	left: 0;
	position: absolute;
	top: 0;
}
.pricing .sec-shape2 {
	position: absolute;
	right: 0;
	top: 0;
}
#preloader {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	position: fixed;
	width: 100%;
}
.preloader1 {
	background-color: #2293a7;
	z-index: 99099;
}
.progress-circle-all {
	height: 150px;
	width: 150px;
}
.circle-inner,
.progress-circle-all {
	align-items: center;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	position: relative;
}
.circle-inner {
	animation: textFade 2s ease-in-out infinite;
	height: 140px;
	overflow: hidden;
	width: 140px;
}
.circle-progress {
	animation: spin 3s linear infinite;
	border-radius: 50%;
	border-right: 5px solid transparent;
	border-top: 5px solid transparent;
	border-color: #fff #fff transparent transparent;
	border-style: solid;
	border-width: 2px 5px 5px;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.fish {
	height: auto;
	width: 80px;
}
.text {
	animation: textFade 2s ease-in-out infinite;
	color: #fff;
	font-family:
		Courier New,
		Courier,
		monospace;
	font-size: 24px;
	letter-spacing: 2px;
	margin-top: 20px;
	text-transform: uppercase;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(1turn);
	}
}
@keyframes textFade {
	0%,
	to {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
}
.footer1 {
	padding-top: 100px;
	position: relative;
}
.footer1 .footer-logo-area {
	padding-right: 60px;
}
.footer1 .footer-logo-area p {
	padding: 24px 0;
}
.footer1 .footer-list h5 {
	color: var(--03-home-text-colors, #001518);
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer1 .footer-list h5 {
		padding-top: 24px;
	}
}
@media (max-width: 767px) {
	.footer1 .footer-list h5 {
		padding-top: 24px;
	}
}
.footer1 .footer-list form input {
	background-color: var(--vtc-bg-common-2);
	border: none;
	border-radius: 30px;
	margin-top: 20px;
	padding: 14px 20px;
	width: 100%;
}
.footer1 .footer-list form input:focus {
	outline: none;
}
.footer1 .footer-list form input::-moz-placeholder {
	color: var(--03-home-paragrapjh, #565858);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}
.footer1 .footer-list form input::placeholder {
	color: var(--03-home-paragrapjh, #565858);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}
.footer1 .footer-list form .button {
	margin-top: 20px;
}
.footer1 .footer-list form .button button {
	width: 100%;
}
.footer1 .footer-list.list ul li a {
	color: var(--03-home-paragrapjh, #565858);
	display: inline-block;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	padding-bottom: 16px;
	transition: all 0.4s;
}
.footer1 .footer-list.list ul li a:hover {
	color: var(--vtc-bg-main-1);
	transform: translateX(5px);
	transition: all 0.4s;
}
.footer1 .footer-border {
	background-color: var(--vtc-bg-common-2);
	height: 1px;
	width: 100%;
}
.footer1 .copyright-area {
	padding: 16px 0;
}
.footer1 .copyright-area a,
.footer1 .copyright-area p {
	color: var(--vtc-text-pera-1);
	font-size: var(--f-fs-font-fs18);
	font-style: normal;
	font-weight: var(--f-fw-regular);
	line-height: var(--f-fs-font-fs24);
}
.footer1 .copyright-area a {
	display: inline-block;
	position: relative;
	transition: all 0.4s;
}
.footer1 .copyright-area a:hover {
	color: var(--vtc-bg-main-1);
	text-decoration: underline;
	transition: 0 0.4s;
}
.footer1 .copyright-area a:first-child {
	padding-right: 20px;
}
.footer1 .copyright-area a:first-child:after {
	background-color: var(--vtc-text-pera-1);
	content: "";
	height: 14px;
	position: absolute;
	right: 8px;
	top: 5px;
	width: 1px;
}
.footer1 .copyright-area.right {
	text-align: end;
}
@media (max-width: 767px) {
	.footer1 .copyright-area.right {
		text-align: start;
	}
}
.footer1 .sec-shape1 {
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: -2;
}
.footer1 .sec-shape2 {
	bottom: 0;
	position: absolute;
	right: 0;
	z-index: -2;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li a.active {
	color: #2293a7;
}
.header-area {
	background: transparent;
	padding: 12px 0;
	position: absolute;
	width: 100%;
	z-index: 99;
}
.site-logo {
	align-items: center;
	display: flex;
	height: auto;
	max-width: 200px;
}
.site-logo a {
	display: inline-block;
	position: relative;
	z-index: 9;
}
.header-area .header-elements {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.header-area1.sticky .header-elements .main-menu-ex {
	padding: 7px 24px;
	position: relative;
}
.main-menu-ex li {
	display: inline-block;
	position: relative;
	z-index: 9;
}
.main-menu-ex li li {
	display: block;
}
.main-menu-ex li > ul {
	opacity: 0;
	right: 0;
	top: 60px;
	transform: translateY(20px) rotateX(45deg);
	transition: all 0.3s;
	visibility: hidden;
}
.main-menu-ex li li > ul {
	left: 100%;
	right: auto;
}
.main-menu-ex li li:hover > ul {
	top: 0;
}
.main-menu-ex li:hover > ul {
	opacity: 1;
	top: 50px;
	transform: translateY(0);
	transition: all 0.3s;
	visibility: visible;
	z-index: 99;
}
.header-area1.sticky {
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-name: fade-in-down;
	background-color: var(--vtc-bg-bg-white);
	background-color: #fff;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.192);
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.068);
	left: 0;
	position: fixed;
	top: 0;
	transform: translateZ(0);
	transition: all 0.3s ease-in-out;
	width: 100%;
	z-index: 111;
	z-index: 999;
}
.header-area1.sticky .header-elements {
	border-bottom: none !important;
	margin-top: 0 !important;
	padding: 0 !important;
}
@keyframes fade-in-down {
	0% {
		transform: translate3d(0, -50px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.header-area.header-area1 .header-elements {
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.192);
	padding: 10px 0 20px;
}
.header-area.header-area1 .header-elements .main-menu-ex {
	padding: 2px 24px;
	position: relative;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.068);
	left: 0;
	padding: 10px;
	position: absolute;
	top: 50px;
	width: 206px;
	z-index: 99;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul:hover > a {
	color: red;
	padding-left: 25px;
	transition: all 0.4s;
}
.header-area.header-area1
	.header-elements
	.main-menu-ex
	ul
	li
	ul:hover
	> a:after {
	background: blue;
	opacity: 1;
	transition: all 0.4s;
	visibility: visible;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul li ul {
	left: 190px;
	top: 10px;
	z-index: 99;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul li a {
	color: var(--qt-text-h-text3);
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul li a:after {
	border-radius: 4px;
	bottom: 0;
	color: var(--qt-text-h-text3);
	content: "";
	height: 100%;
	left: -10px;
	opacity: 1;
	position: absolute;
	transition: all 0.4s;
	width: 0;
	z-index: -1;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul li a:after i {
	font-size: 12px;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li ul li a:hover {
	color: var(--vtc-bg-main-1);
	transition: all 0.4s;
}
.header-area.header-area1
	.header-elements
	.main-menu-ex
	ul
	li
	ul
	li
	a:hover:after {
	background-color: var(--vtc-bg-main-1);
	border-radius: 4px;
	left: -10px;
	opacity: 1;
	width: 5px;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li a {
	color: #064e81;
	display: block;
	font-size: 18px;
	font-weight: 500;
	padding: 8px 25px;
	text-transform: uppercase;
	transition: all 0.3s;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li a i {
	font-size: 12px;
}
.header-area.header-area1 .header-elements .main-menu-ex ul li a:hover {
	color: var(--vtc-bg-main-1);
}
.header-area.header-area1 .login {
	color: var(--Home-Page-3-Color-Text-Color, #070811);
	display: inline-block;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
	margin-right: 20px;
	text-transform: capitalize;
}
.header-area.header-area1 .login img {
	margin-left: 2px;
	margin-top: -2px;
}
.hero-area1 .hero-cta {
	align-items: center;
	background: #3f5dff;
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(63, 93, 255, 0.25);
	color: #b1d4df;
	display: inline-flex;
	font-size: 24px;
	font-weight: 800;
	gap: 12px;
	letter-spacing: 2px;
	padding: 14px 60px;
	text-decoration: none;
	transition:
		transform 0.15s ease,
		box-shadow 0.15s ease,
		opacity 0.15s ease;
}
.hero-area1 .hero-cta:hover {
	box-shadow: 0 14px 28px rgba(63, 93, 255, 0.3);
	transform: translateY(-2px);
}
.hero-area1 .hero-cta:active {
	transform: translateY(0);
}
.hero-area1 .hero-cta-arrow {
	font-size: 1.25em;
	line-height: 1;
}
.input-wrapper {
	display: inline-block;
	position: relative;
	width: 100%;
}
.input-wrapper input {
	padding-right: 45px;
	width: 100%;
}
.input-wrapper button {
	background: none;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
.newsletter-form .input-wrapper {
	position: relative;
}
.newsletter-form .input-wrapper input {
	padding-right: 56px;
	width: 100%;
}
.newsletter-form .theme-btn1 {
	background: transparent;
	border: 2px solid transparent;
	display: grid;
	height: 40px;
	line-height: 1;
	padding: 0;
	place-items: center;
	position: absolute;
	right: 12px;
	top: 65%;
	transform: translateY(-50%);
	width: 40px;
}
.newsletter-form .theme-btn1:active,
.newsletter-form .theme-btn1:hover {
	border-color: inherit;
	outline: none;
	transform: translateY(-50%);
}
.newsletter-form .theme-btn1 .fa-envelope {
	font-size: 18px;
	line-height: 1;
	pointer-events: none;
}
@media screen and (max-width: 769px) {
	.hero-area1 {
		min-height: 950px;
		padding-top: 300px;
		position: relative;
		z-index: 0;
	}
	.mobile-logo {
		width: 160px;
	}
}
@media screen and (max-width: 769px) {
	color: #064e81;
	font-size: 24px;
	margin: 0;
}
@media (max-width: 768px) {
	.fish-image-section {
		min-height: 300px !important;
	}
	.hero-area1 {
		min-height: 750px;
		padding-top: 175px;
		position: relative;
		z-index: 0;
	}
	.hero-area1 .hero-cta {
		font-size: 22px;
		padding: 14px 48px;
	}
	.heading1-w p {
		letter-spacing: 1.7px;
	}
	.hero-area1 .main-heading h1 {
		font-size: 54px;
		line-height: 56px;
	}
	.inner-hero .main-heading {
		padding-bottom: 40px !important;
	}
}
/*# sourceMappingURL=main.clean.css.map */
/*
::::::::::::::::::::::::::
 NAV MENU AREA CSS
::::::::::::::::::::::::::
*//*# sourceMappingURL=main.css.map */
.hero-area1 .hero-cta{
  font-size: 24px;
  letter-spacing: 2px;
  color: #B1D4DF;
  display:inline-flex; align-items:center; gap:12px;
  padding: 14px 60px; border-radius:999px;
  background:#3F5DFF; font-weight:800; text-decoration:none;
  box-shadow:0 10px 24px rgba(63,93,255,.25);
  transition:transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}
.hero-area1 .hero-cta:hover{ transform:translateY(-2px); box-shadow:0 14px 28px rgba(63,93,255,.3); }
.hero-area1 .hero-cta:active{ transform:translateY(0); }
.hero-area1 .hero-cta-arrow{ font-size:1.25em; line-height:1; }
.input-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.input-wrapper input {
  width: 100%;
  padding-right: 45px; /* место под иконку справа */
}

.input-wrapper button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
}
/* только для этой формы */
.newsletter-form .input-wrapper{
  position: relative;
}

.newsletter-form .input-wrapper input{
  width: 100%;
  padding-right: 56px;          /* место под кнопку справа */
}

/* фиксируем кнопку поверх инпута и центрируем иконку */
.newsletter-form .theme-btn1{
  position: absolute;
  right: 12px;
  top: 65%;
  transform: translateY(-50%);  /* строго по центру по вертикали */
  width: 40px;
  height: 40px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 2px solid transparent; /* чтобы на hover не было дёрганья из-за бордера */
  background: transparent;       /* или оставь как у тебя */
  line-height: 1;
}

/* отменяем “прыжок” от глобальных hover/active */
.newsletter-form .theme-btn1:hover,
.newsletter-form .theme-btn1:active{
  transform: translateY(-50%);
  border-color: inherit;         /* если нужна рамка при hover — не меняем толщину */
  outline: none;
}

/* сама иконка — без влияния line-height */
.newsletter-form .theme-btn1 .fa-envelope{
  font-size: 18px;
  line-height: 1;
  pointer-events: none;
}
@media screen and (max-width: 769px) {
  .hero-area1 {
    min-height: 950px;
    position: relative;
    z-index: 0;
    padding-top: 300px;
  }
}
@media screen and (max-width: 769px) {
    margin: 0;
    color: #064E81;
    font-size: 24px;
}
@media screen and (max-width: 769px) {
    .mobile-logo {
        width: 160px;
    }
}
@media (max-width: 768px) {
    .fish-image-section {
        min-height: 300px!important;
    }
}
@media (max-width: 768px) {
    .hero-area1 {
        min-height: 750px;
        position: relative;
          z-index: 0;
          padding-top: 175px;
    }
    .hero-area1 .hero-cta {
      font-size: 22px;
      padding: 14px 48px;
    }
    .heading1-w p {
      letter-spacing: 1.7px;
    }
    .hero-area1 .main-heading h1 { 
      font-size: 54px;
      line-height: 56px;
    }
}
@media (max-width: 768px) {
    .inner-hero .main-heading {
        padding-bottom: 40px!important;
    }
}