@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

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

*:focus {
	outline: none;
}

:root {
	--card-height: 40vw;
	--card-margin: 4vw;
	--card-top-offset: 1em;
	--numcards: 4;
	--outline-width: 0px;
}

html {
	width: 100%;
	scroll-behavior: smooth;
	background-color: #FFFFFF;
}

/*Text*/
body {
	padding: 138px 0 0 0;
	margin: 0;
	font-size: 16px;
	color: #314264;
	font-family: "Inter", sans-serif;
	line-height: 28px;
	letter-spacing: 0px;
	font-weight: 400;
	background: #FFFFFF;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea,
button {
	outline: none !important;
}

.text-400 {
	font-weight: 400 !important;
}

/*Link*/
a {
	display: inline-block;
	outline: none !important;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a:hover,
a:focus,
select:focus,
button:focus {
	outline: none;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #473CFF;
}

/*Input*/
input,
textarea {
	font-family: "Inter", sans-serif;
	transition: all 0.2s ease-out;
}

::-webkit-input-placeholder {
	color: #6D7B8C;
}

::-moz-placeholder {
	color: #6D7B8C;
}

:-ms-input-placeholder {
	color: #6D7B8C;
}

:-moz-placeholder {
	color: #6D7B8C;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

/* Heading CSS */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 400;
	text-transform: none;
	color: #020617;
}

.lg-title h1 {
	font-size: 38px;
	font-weight: 700;
	line-height: 54px;
	letter-spacing: 0.2px;
	margin-bottom: 25px;
}

h1 {
	font-size: 38px;
	font-weight: 700;
	line-height: 52px;
	letter-spacing: 0.2px;
	margin-bottom: 30px;
}

h2 {
	font-size: 34px;
	font-weight: 700;
	line-height: 48px;
	letter-spacing: 0.19px;
	color: #020617;
	margin-top: 20px;
	margin-bottom: 30px;
}

.lg-title h4 {
	font-size: 24px;
	font-weight: 600;
}

.lg-title h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 48px;
	letter-spacing: 0px;
	color: #020617;
	margin-bottom: 25px;
}

h3 {
	font-size: 26px;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: 0.39px;
	color: #020617;
	text-align: center;
	margin-bottom: 25px;
}

h4 {
	font-size: 26px;
	font-weight: 600;
	line-height: 32px;
	color: #473CFF;
	letter-spacing: 0.39px;
	margin-bottom: 25px;
}

h5 {
	font-size: 22px;
	line-height: 30px;
	color: #020617;
	font-weight: 700;
	letter-spacing: 0.11px;
	margin-bottom: 22px;
}

.h-20 {
	font-size: 20px;
	line-height: 34px;
	color: #020617;
	font-weight: 700;
	letter-spacing: 0.3px;
	margin-bottom: 32px;
}

h6 {
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	color: #473CFF;
	text-transform: uppercase;
	letter-spacing: 1.13px;
	margin-bottom: 20px;
}

.p-18 {
	font-size: 18px;
	line-height: 34px;
	margin-bottom: 38px;
}

.p-16 {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 38px;
	color: #314264;
}

.p-15 {
	font-size: 15px;
	line-height: 27px;
}

.p-14 {
	font-size: 14px;
	line-height: 28px;
}

.h5-24 {
	font-size: 24px;
	font-weight: 700;
	line-height: 40px;
	color: #020617;
	text-align: center;
	margin-bottom: 10px;
}

.h4-20 {
	font-size: 18px;
	line-height: 32px;
	font-weight: 700;
	color: #020617;
	letter-spacing: 0px;
}

.z-1 {
	z-index: 1;
	position: relative;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left !important;
}

.text-white {
	color: #fff !important;
}

.text-primary {
	color: #473CFF !important;
}

/*Buttons css*/
.btn{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 600;
	height: 50px;
	padding: 0px 30px;
	background-color: #473CFF;
	border-radius: 15px;
	transition: all .2s ease-in-out;
	border: none;
	cursor: pointer;
}
.form-box .gform-theme .gform-footer .gform_button, .gform-page-footer .button {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	height: 50px !important;
	padding: 0px 30px !important;
	background-color: #473CFF !important;
	border-radius: 15px !important;
	transition: all .2s ease-in-out !important;
	border: none;
	cursor: pointer !important;
	width: 100% !important;
}
.form-box .gform-theme .gform-footer .gform_button:hover, .gform-page-footer .button:hover{
	background-color: #261ce9 !important;
}
.btn img {
	margin-left: 8px;
	position: relative;
	transform: scale(1);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.btn:hover img {
	transform: scale(1.2);
}

.btn.btn-primary {
	background-color: #473CFF;
	color: #fff !important;
	text-decoration: none !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus{
	background-color: #261ce9;
}

.btn.btn-sm img {
	margin-left: 0;
}

.btn.btn-secondary {
	border: 3px solid #0F0F0F;
	background: #fff;
	letter-spacing: 0.16px;
	color: #000000;
	gap: 15px;
}
.gform-page-footer .button.gform_previous_button {
	border: 3px solid #0F0F0F !important;
	background: #fff !important;
	letter-spacing: 0.16px !important;
	color: #000000 !important;
}
.gform-page-footer .button.gform_previous_button:hover{ 
	border-color: #473CFF !important;
	color: #473CFF !important;
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus{
	border-color: #473CFF;
	color: #473CFF;
}

.btn.btn-secondary img {
	margin-left: 0;
}

.rounded-12 {
	border-radius: 12px !important;
}

/* Listing css */
ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
}

img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
}

.container {
	max-width: 1218px;
	padding: 0 24px;
	margin: 0 auto;
	position: relative;
}

.container-sm {
	max-width: 720px;
	margin: 0 auto;
	position: relative;
}

.container-lg {
	max-width: 1288px;
	padding: 0 24px;
	margin: 0 auto;
	position: relative;
}

.container-xl {
	max-width: 1388px;
	padding: 0 24px;
	margin: 0 auto;
	position: relative;
}

.img-fluid {
	width: 100%;
	height: auto;
}

.blogs-grid .img-fluid,
.blog-list .img-fluid {
    width: 100%;
    height: revert-layer;
    object-fit: cover;
}

/* Start Header css */
.header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background: #fff;
	width: 100%;
	transition: all 0.2s ease-out;
	opacity: 1;
}

.header.header-none {
	opacity: 0;
	pointer-events: none;
}

.header-top {
	padding: 15px 0;
}

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

.logo a {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 20px;
	font-weight: 600;
	color: #020617 !important;
}

.spark-icon {
	-webkit-animation: mover 1s infinite alternate;
	animation: mover 1s infinite alternate;
}

@keyframes mover {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-10px);
	}
}

.navbar>ul {
	display: flex;
	align-items: center;
}

.navbar>ul>li {
	margin: 0 21px;
	position: relative;
}

.navbar>ul>li>a,
.navbar>ul>li>.accordion-header>a {
	font-size: 15px;
	font-weight: 500;
	color: #020617;
}

.navbar>ul>li>.accordion-header img {
	margin-left: 5px;
}

.navbar>ul>li>a:hover,
.navbar>ul>li.active>a,
.navbar>ul>li.active>.accordion-head>a,
.navbar>ul>li:hover>.accordion-head>a {
	color: #473CFF;
}

.right-header {
	display: flex;
	align-items: center;
}

.phone-btn {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-right: 65px;
	letter-spacing: 0.16px;
	color: #000000;
	font-size: 16px;
	font-weight: 700;
}

.phone-btn img,
.callus img,
.contact-link .shake-animation {
	animation: 3s infinite phoneAnimation;
}

.drop-menu {
	position: absolute;
	left: calc(50% - 140px);
	top: 27px;
	width: 280px;
	padding-top: 27px;
	opacity: 0;
	visibility: hidden;
	transform: translate(0px, -10px);
	transition: all 0.2s ease-out;
}

.megamenu {
	position: fixed;
	left: 0;
	top: 53px;
	width: 100%;
}

.navbar>ul>li:hover .drop-menu {
	opacity: 1;
	visibility: visible;
	transform: translate(0px, 0px);
}

.drop-menu-inn {
	padding: 35px 45px;
	background: #FFFFFF;
	box-shadow: 0px 10px 40px #C9C9C940;
	border: 1px solid #F2F2F2;
}

.drop-menu-inn ul li:last-child {
	border-bottom: none;
}

.drop-menu-inn ul li a {
	position: relative;
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 0px 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 38px;
	color: #212121;
}

.drop-menu-inn ul li a::before {
	content: "";
	height: 10px;
	width: 12px;
	background: url(../images/chev-right.svg) no-repeat 0 0;
	background-size: 6px;
}

.drop-menu-inn ul li a::after {
	content: "";
	height: 18px;
	width: 18px;
	background: url(../images/menu-arrow.svg) no-repeat 0 0;
	background-size: 18px;
	transition: all 0.2s ease-out;
	opacity: 0;
}

/* .drop-menu-inn ul li a img {transition: all 0.2s ease-out;opacity: 0;} */
.drop-menu-inn ul li a:hover:after,
.drop-menu-inn ul li.active a:after {
	opacity: 1;
}

.submenu-arrow {
	position: absolute;
	right: 0;
	top: calc(50% - 8px);
	transition: all 0.2s ease-out;
	opacity: 0;
}

.drop-menu-inn ul li a:hover,
.drop-menu-inn ul li.active a {
	color: #473CFF;
}

.drop-menu-inn ul li a:hover .submenu-arrow,
.drop-menu-inn ul li.active a .submenu-arrow {
	opacity: 1;
}

.drop-menu-inn ul li a span {
	position: relative;
}

.mega-box {
	background: #FFFFFF;
	box-shadow: 0px 10px 40px #C9C9C940;
	border: 1px solid #F2F2F2;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 3px solid #0F0F0F;
	min-height: 350px;
}

.mega-links-box {
	padding: 50px 75px;
}

.mega-links-box-border {
	border-right: 1px solid #E7E7E7;
}

.mega-links-box .drop-menu-inn {
	padding: 0;
	border: none;
	box-shadow: none;
}

.mega-info-box {
	background: transparent linear-gradient(180deg, #ebefff 0%, #f9fcff 30%);
	border-radius: 20px;
	padding: 25px 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.mega-info-box h4 {
	font-size: 15px;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 0.23px;
	color: #020617;
	margin-top: 15px;
	margin-bottom: 15px;
}

.mega-info-box p {
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.23px;
	color: #314264;
	margin-bottom: 20px;
	max-width: 200px;
	text-align: center;
}

.mega-info-box a {
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0px;
	color: #473CFF;
	text-decoration: underline;
}

.mega-info-box a:hover {
	color: #020617;
}

.right-header {
	display: flex;
	align-items: center;
}

.toggle-button {
	position: relative;
	height: 40px;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 36px;
	border: none;
	background: transparent;
}

.toggle-button::before,
.toggle-button::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 2px;
	background: #000000;
	border-radius: 5px;
	left: calc(50% - 15px);
	transition: all 0.2s ease-out;
}

.toggle-button::before {
	top: 10px;
}

.toggle-button.show::before {
	top: 18px;
	transform: rotate(-45deg);
}

.toggle-button::after {
	top: 27px;
}

.toggle-button.show::after {
	top: 18px;
	transform: rotate(45deg);
}

.toggle-button span {
	width: 30px;
	height: 2px;
	background: #000000;
	border-radius: 5px;
	transition: all 0.2s ease-out;
}

.toggle-button.show span {
	opacity: 0;
}

.header-bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0F0F0F;
	padding: 15px 24px;
	transition: all 0.2s ease-out;
	overflow: hidden;
	height: 59px;
}

.header.at-top .header-bottom,
.header.header-none .header-bottom,
.header.scrolling-up .header-bottom {
	height: 0px;
	padding: 0;
}

.header.at-top .header-bottom {
	height: 59px;
	padding: 15px 24px;
}

.header .bh-left {
	font-size: 15px;
	letter-spacing: 0.5px;
}

.bh-left {
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	border-right: 1px solid #fff;
	padding-right: 28px;
	letter-spacing: 0.5px;
}

.bh-center {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	padding-left: 20px;
	letter-spacing: 0.25px;
}

.header .bh-right a {
	font-size: 15px;
	letter-spacing: 0.5px;
}

.bh-right {
	padding-left: 20px;
}

.bh-right a {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-decoration: underline;
}

.bh-right a:hover {
	color: #473CFF;
}

@keyframes phoneAnimation {
	from {
		transform: rotate3d(0, 0, 1, 0deg)
	}

	20%,
	32%,
	44%,
	56%,
	68% {
		transform: rotate3d(0, 0, 1, 0deg)
	}

	23%,
	35%,
	47%,
	59%,
	71% {
		transform: rotate3d(0, 0, 1, 15deg)
	}

	26%,
	38%,
	50%,
	62%,
	74% {
		transform: rotate3d(0, 0, 1, 0deg)
	}

	29%,
	41%,
	53%,
	65%,
	77% {
		transform: rotate3d(0, 0, 1, -15deg)
	}

	80% {
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

.btn-animation {
	position: relative;
	transform: rotate(0deg);
	animation: btn-animation 7s linear 0s infinite forwards;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .2);
	overflow: hidden;
}

@keyframes btn-animation {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, .2);
		transform: rotate(0deg) scale(1)
	}

	2% {
		transform: rotate(2deg) scale(1.1)
	}

	4% {
		box-shadow: 0 5px 10px 5px rgba(0, 0, 0, .2);
		transform: rotate(-2deg) scale(1.1)
	}

	6% {
		transform: rotate(2deg) scale(1.1)
	}

	8% {
		transform: rotate(-2deg) scale(1.1)
	}

	10% {
		transform: rotate(2deg) scale(1.1)
	}

	12% {
		transform: rotate(-2deg) scale(1.1);
		box-shadow: 0 5px 10px 5px rgba(0, 0, 0, .2)
	}

	14% {
		transform: rotate(2deg) scale(1.1)
	}

	16% {
		transform: rotate(-2deg) scale(1.1)
	}

	18% {
		transform: rotate(2deg) scale(1.1)
	}

	20% {
		transform: rotate(0deg) scale(1);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, .2)
	}

	100% {
		transform: rotate(0deg) scale(1)
	}
}

.gass-animation::before {
	content: "";
	display: block;
	position: absolute;
	top: -30px;
	left: -35px;
	width: 20px;
	height: 95px;
	background: #fff;
	opacity: .2;
	transform: rotate(25deg);
	animation: button-glass 7s ease-in-out 0s infinite forwards;
}

@keyframes button-glass {
	0% {
		left: -35px
	}

	10% {
		left: 100%
	}

	20% {
		left: -35px
	}

	100% {
		left: -35px
	}
}

/* End Header css */
/* Start Footer css */
.top-footer {
	padding-top: 90px;
	padding-bottom: 30px;
	background: transparent linear-gradient(180deg, #f8fcff 61%, #e8eefe 100%);
	border-radius: 0 0 80px 80px;
}

.footer-row {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 0 90px;
}

.left-f-info {
	width: calc(31.2% - 45px);
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	padding-bottom: 35px;
	margin-bottom: 35px;
}

.right-f-info {
	width: calc(68.8% - 45px);
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	padding-bottom: 35px;
	margin-bottom: 35px;
}

.b-b-none {
	border-bottom: none;
}

.left-f-info .logo {
	margin-bottom: 38px;
}

.left-f-info h4 {
	font-size: 16px;
	font-weight: 600;
	color: #473CFF;
	margin-bottom: 30px;
	line-height: 20px;
}

.left-f-info p {
	font-size: 15px;
	font-weight: 400;
	color: #314264;
	line-height: 27px;
	margin-bottom: 21px;
	display: -webkit-box;
	max-width: 100%;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.read-more {
	font-size: 16px;
	font-weight: 700;
	color: #020617;
	line-height: 24px;
}

.read-more:hover {
	color: #473CFF;
}

.acc-content {
	display: none;
}

.right-f-info .acc-btn {
	border: none;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	font-weight: 600;
	color: #473CFF;
	line-height: 20px;
	margin-bottom: 39px;
	padding-top: 1px;
	width: 100%;
}

.right-f-info .acc-btn span {
	background: #ffffff;
	height: 25px;
	width: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.right-f-info .acc-btn.active span {
	background: #473CFF;
}

.right-f-info .acc-btn.active span img {
	filter: invert(1) brightness(100);
}

.footer-grid {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(3, minmax(0px, 1fr));
}

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

.footer-links li a {
	font-size: 15px;
	line-height: 28px;
	font-weight: 400;
	color: #020617;
	white-space: nowrap;
	display: flex;
	align-items: center;
	gap: 3px;
	position: relative;
}

.footer-links li a::after {
	content: "";
	height: 18px;
	width: 18px;
	background: url(../images/footer_arrow.svg) no-repeat 0 0;
	background-size: 18px;
	transition: all 0.2s ease-out;
	opacity: 0;
}

/* .drop-menu-inn ul li a img {transition: all 0.2s ease-out;opacity: 0;} */
.footer-links li a:hover:after,
.footer-links li.active a:after {
	opacity: 1;
}

.footer-links li a .f-hover-arrow {
	top: 0px;
	width: auto;
	left: 2px;
	opacity: 0;
	transition: all 0.2s ease-out;
}

.footer-links li a:hover .f-hover-arrow {
	opacity: 1;
}

.footer-links li a:hover {
	font-weight: 600;
}

.footer-links li a span {
	transition: all 0.2s ease-out;
	opacity: 0;
	left: -2px;
	position: relative;
}

.footer-links li a:hover span {
	opacity: 1;
	left: 2px;
}

.contact-link {
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: 16px;
	font-weight: 600;
	color: #020617;
	margin-bottom: 20px;
}

.social-links {
	display: flex;
	align-items: center;
	gap: 20px;
	padding-top: 30px;
}

.social-links a {
	opacity: 0.4;
}

.social-links a:hover {
	opacity: 1;
}

.right-f-row {
	border-top: 1px solid rgba(0, 0, 0, 0.10);
	padding-top: 35px;
	margin-top: 35px;
}

.bottom-footer {
	padding-top: 60px;
	padding-bottom: 80px;
}

.bf-row {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 20px;
}

.payment-info {
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 35px;
}

.payment-info span {
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	color: #020617;
	opacity: 0.4;
}

.location-info {
	padding-bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 35px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	width: 100%;
}

.address-info {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	font-weight: 600;
	color: #020617;
}

.address-info span {
	font-weight: 400;
}

.f-bottom-text {
	display: flex;
	align-items: center;
}

.f-bottom-text p {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	color: rgb(20 20 20 / 40%);
	border-right: 1px solid rgba(0, 0, 0, 0.10);
	padding: 0 30px;
	text-align: center;
	margin-bottom: 0;
}

.f-bottom-text p:last-child {
	border-right: none;
}

/* End Footer css */
/* Start Hero Section */
.hero-section {
	background: url(../images/hero-bg.jpg) no-repeat right 0;
	background-size: cover;
	min-height: 700px;
	padding-top: 110px;
	padding-bottom: 120px;
}

.hero-row {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 0 90px;
	justify-content: space-between;
}

.hero-left {
	width: calc(51.2% - 45px);
}

.hero-left p {
	max-width: 490px;
	font-size: 18px;
	line-height: 34px;
	margin-bottom: 38px;
}

.hero-right {
	width: calc(48.8% - 45px);
}

.common-list li {
	display: flex;
	align-items: flex-end;
	margin-bottom: 25px;
	gap: 12px;
}

.common-list li:last-child {
	margin-bottom: 0;
}
.common-list-hover li:last-child{margin-bottom: 12px;}
.common-list li,
.common-list li a {
	font-size: 15px;
	font-weight: 500;
	line-height: 26px;
	color: #020617;
	position: relative;
}

.common-list li::before {
	content: "";
	height: 24px;
	width: 21px;
	background: url(../images/list-icon.svg) no-repeat 0 0;
	background-size: 21px;
}

.common-list li img {
	position: relative;
	top: -5px;
}

.common-list li .hover-arrow {
	top: 0px;
	width: auto;
	left: 2px;
	opacity: 0;
	transition: all 0.2s ease-out;
}

.common-list li a:hover .hover-arrow {
	opacity: 1;
}

.common-list li a:hover {
	color: #473CFF;
}

.rate-box {
	display: flex;
	align-items: center;
	gap: 0px;
	margin-top: 54px;
	font-weight: 600;
	letter-spacing: 0.32px;
	color: #020617;
	padding-bottom: 10px;
}

.rate-box .ti-widget {
	width: auto !important;
}

.form-shadow {
	background: #FFFFFF;
	box-shadow: 0px 10px 40px #C9C9C940;
	border: 1px solid #F2F2F2;
	border-radius: 12px;
}
.gform_fields {row-gap: 0 !important;}
.form-shadow .form-box {
	left: -5px;
	top: -5px;
}

.form-box {
	background: #FFFFFF;
	box-shadow: 0px 10px 40px #C9C9C940;
	border: 1px solid #F2F2F2;
	border-radius: 12px;
	padding: 70px 58px;
	position: relative;
}

.form-box p {
	text-align: center;
	margin-bottom: 28px;
	font-size: 16px;
	line-height: 28px;
	color: #314264;
}

.form-action+p {
	text-align: center !important;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 0;
}
.gf_browser_chrome+iframe+script+p {
	text-align: center !important;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 0;
	margin-top: 20px;
}
.form-group, .form-box .gfield {
	position: relative;
	margin-bottom: 20px;
}

.form-control, .form-box .gfield .ginput_container input, .form-box .gfield .ginput_container textarea{
	border: none;
	background: #F5F7FA;
	box-shadow: 0 1px 0px 1px #D8D8D8;
	border-radius: 8px;
	width: 100%;
	height: 58px;
	padding: 0 20px;
	font-size: 16px;
	font-weight: 500;
	color: #020617;
}

.form-control:focus, .form-box .gfield .ginput_container input:focus, .form-box .gfield .ginput_container textarea:focus {
	box-shadow: 0px 0.03rem 0px 0.07rem #020617;
}

textarea.form-control, .form-box .gfield .ginput_container textarea{
	padding: 20px;
	height: 130px;
	resize: none;
}
.form-box .gfield .ginput_container input::-webkit-input-placeholder {color: #757983;}
.form-box .gfield .ginput_container input::-moz-placeholder {color: #757983;}
.form-box .gfield .ginput_container input:-ms-input-placeholder {color: #757983;}

.form-box .gfield .ginput_container textarea::-webkit-input-placeholder {color: #757983;}
.form-box .gfield .ginput_container textarea::-moz-placeholder {color: #757983;}
.form-box .gfield .ginput_container textarea:-ms-input-placeholder {color: #757983;}
::-webkit-input-placeholder {
	color: #757983;
}

::-moz-placeholder {
	color: #757983;
}

:-ms-input-placeholder {
	color: #757983;
}

:-moz-placeholder {
	color: #757983;
}

.form-action {
	padding-top: 17px;
	margin-bottom: 20px;
}

.form-action .btn {
	width: 100%;
}

/* End Hero Section */
/* Start Our Services css */
.py-120 {
	padding-top: 120px;
	padding-bottom: 120px;
}

.our-services {
	background: transparent linear-gradient(180deg, #e9eeff 3%, #f9fcff 18%);
	position: relative;
}

.spark-icon {
	position: absolute;
	left: 10%;
	top: -184px;
}

.two-coll-row {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, minmax(0px, 1fr));
}

.two-coll-row h2 {
	max-width: 508px;
}

.mx-515 {
	max-width: 508px;
}

.text-col {
	padding-top: 40px;
}

.text-col p {
	margin-bottom: 30px;
}

.tabs-nav {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.tabs-head {
	position: relative;
	z-index: 1;
	bottom: -1px;
}

.tabs-nav li a {
	background: #FFFFFF;
	box-shadow: 10px 10px 20px #00000005;
	border: 1px solid #EAEBEF;
	border-radius: 10px 10px 0px 0px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
	color: #020617;
	letter-spacing: 0.09px;
	height: 70px;
	padding: 0 30px;
	min-width: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: none !important;
}

.tabs-nav li a:hover,
.tabs-nav li.active a {
	color: #FFFFFF;
	background: #020617;
	border-color: #020617;
}

.white-box {
	background: #FFFFFF;
	box-shadow: 10px 10px 20px #00000005;
	border: 1px solid #F0F0F0;
	border-radius: 0px 20px 20px 20px;
	display: flex;
	/*   align-items: flex-start; */
	flex-wrap: wrap;
	overflow: hidden;
}

.white-box-left {
	width: 39.4%;
}

.white-box-right {
	width: 60.6%;
}

.white-box-info {
	padding: 53px 50px;
	border-right: 1px solid rgb(49 66 100 / 10%);
	min-height: 100%;
}

.white-box-info p {
	margin-bottom: 22px;
	font-size: 15px;
	line-height: 27px;
}

.white-box-info a {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #020617;
	text-decoration: underline !important;
}

.white-box-info a:hover {
	color: #473CFF;
}

.read-more-link {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #020617;
	text-decoration: underline !important;
}

.white-box-right {
	padding: 74px;
}

.white-box-right h5 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #020617;
	letter-spacing: 0.1px;
	margin-bottom: 32px;
}

.wb-grid {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(2, minmax(0px, 1fr));
}

.common-list-sm li {
	margin-bottom: 12px;
}

.common-list-sm li img {
	width: 15px;
}

.common-list-sm li::before {
	background-size: 16px;
	height: 21px;
}

.common-list-sm li,
.common-list-sm li a {
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
}

.free-quote {
	background: #FFFFFF;
	border: 2px solid #FFFFFF;
	border-radius: 10px;
	height: 45px;
	padding: 5px 30px;
	font-size: 18px !important;
	color: #473CFF !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700 !important;
	text-decoration: none !important;
}

.free-quote:hover {
	background: #473CFF;
	color: #fff !important;
}

.get-qoute-section {
	height: auto;
}

/* End Our Services css */
/* Start Why Choose Us css */
.why-choose-us .two-coll-row h6 {
	margin-bottom: 0;
}

.why-choose-us .two-coll-row .text-col p {
	max-width: 490px;
	margin-left: auto;
}

.why-choose-slider {
	padding-top: 20px;
	position: relative;
}

.disable-arrow .slick-arrow {
	display: none !important;
}

.slider-box {
	background: #fff;
	box-shadow: 0px 5px 20px #C9C9C940;
	border: 1px solid #F2F2F2;
	border-radius: 12px;
	padding: 44px 42px;
}

.slider-box-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}

.slider-box-head span {
	font-size: 15px;
	font-weight: 400;
	color: #000000;
}

.slider-box h5 {
	font-size: 20px;
}

.slider-box p {
	font-size: 15px;
}

.whychoose-slider .slick-list .slick-slide {
	margin: 0 15px;
}

.whychoose-slider {
	padding: 0 30px;
}

.whychoose-sliderv2 {
	padding: 0 !important;
	margin: 0 -15px;
}

.whychoose-slider .slick-list {
	padding: 40px 0px 20px 0px;
}

.slider-controll button {
	padding: 0;
	background: transparent;
	border: none;
	cursor: pointer;
	position: absolute;
	bottom: 52%;
	left: -24px;
}

.slider-controll button img {
	transition: all 0.2s ease-out;
	transform: scale(1);
}

.slider-controll button img:hover {
	transform: scale(1.08);
}

.slider-controll button.next-btn {
	left: auto;
	right: -24px;
}

.slider-controll button.slick-disabled {
	opacity: 0.5;
}

.slider-bottom {
	background: linear-gradient(180deg, #f3f5fe 0%, #fafcfe 61%, #f3f5fe 100%);
	border-radius: 20px;
	padding: 190px 30px 45px 265px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	margin-top: -145px;
}

.sldr-info {
	border-left: 1px solid #EFEFEF;
	padding-left: 25px;
	margin-left: 20px;
}

.sldr-info h4 {
	margin-top: -6px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 32px;
	font-weight: 700;
	color: #020617;
	letter-spacing: 0px;
}

.sldr-info p {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 34px;
}

.sldr-info a {
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	color: #473CFF;
	margin-bottom: -3px;
	display: inherit;
	text-decoration: underline !important;
}

.sldr-info a:hover {
	color: #020617;
}

.user-img {
	position: absolute;
	left: 40px;
	bottom: 0;
}

.logo-slide {
	padding: 95px 0 20px 0;
}

.lg-sd-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.logo-box {
	min-height: 50px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.lg-sd-box h6 {
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	color: #020617;
	margin-bottom: 0;
	margin-top: 20px;
	text-transform: inherit;
}

/* End Why Choose Us css */
/* Start Testimonials css */
.testimonials-section {
	background: transparent radial-gradient(closest-side at 50% 50%, #473CFF 0%, #473CFF 100%);
	border-radius: 50px 50px 0px 0px;
	min-height: 100vh;
	position: relative;
	padding-top: 0 !important;
}

.hero-left-white h6,
.hero-left-white h2,
.hero-left-white p {
	color: #fff !important;
}

.mt-120 {
	margin-top: 120px;
}

.hero-left-white a {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	color: #fff;
}

.hero-left-white a:hover {
	color: #020617;
}

.hero-left-white p {
	max-width: 520px;
	margin-bottom: 30px;
}

.ts-slider {
	border-radius: 12px;
	margin-top: 55px;
	position: relative;
}

.ratings-box {
	background: #FFFFFF;
	box-shadow: 0px 10px 99px #00000026;
	border-radius: 12px;
	padding: 45px 40px;
}

.ratings-box-top {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 20px;
}

.ratings-box p {
	color: #314264 !important;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 38px;
}

.ratings-box h6 {
	font-size: 15px;
	line-height: 27px;
	font-weight: 600;
	color: #000000 !important;
	margin-bottom: 0;
	text-transform: inherit;
}

/* .testimonials-slider .slick-track .slick-slide{padding-bottom: 150px;} */
.testimonials-slider .slick-track .slick-current {
	margin-bottom: -150px;
	padding-bottom: 0;
}

.testimonials-slider .slick-track .slick-slide:first-child.slick-current {
	margin-bottom: 0;
}

.google-icon {
	float:right;
}

.form-box-primary {
	box-shadow: 0px 36px 120px #C9C9C94D;
}

.tick-icon {
	position: absolute;
	left: calc(50% - 40px);
	top: -40px;
}

.form-box-primary .form-control:focus {
	box-shadow: 0px 0.03rem 0px 0.07rem #473CFF;
}

/* End Testimonials css */
/* Start Our Process css */
.center-title {
	margin-bottom: 65px;
}

.center-title p {
	max-width: 858px;
	margin: 0 auto;
}

.mx-830 {
	max-width: 858px;
	margin: 0 auto;
}

.three-col-grid {
	display: grid;
	gap: 70px;
	grid-template-columns: repeat(3, minmax(0px, 1fr));
}

.three-col-grid-item h5 {
	font-size: 24px;
	font-weight: 700;
	line-height: 40px;
	color: #020617;
	text-align: center;
	margin-bottom: 10px;
}

.three-col-grid-item {
	position: relative;
}

.three-col-grid-item a {
	color: #473CFF;
}

.pro-icon {
	margin-bottom: 20px;
}

.curved-arrow {
	position: absolute;
	right: -70px;
	top: 40px;
}

/* End Our Process css */
/* Start Our Location css */
.our-location-bg {
	background: transparent linear-gradient(180deg, #f3f4ff 0%, #fbfdff 40%, #f5f6ff 100%);
	border-radius: 60px;
}

.blog-news-section .our-location-bg {
	border-radius: 80px 80px 0 0;
}

.blog-news-section .our-location-bg {
	background: transparent linear-gradient(180deg, #f3f4ff 0%, #f9fcff 40%, #f9fcff 100%);
	padding-bottom: 40px;
}

.our-location-section .spark-icon {
	left: calc(50% - 71px);
}

.our-location-section .text-col {
	padding-top: 30px;
}

.our-location-section .two-coll-row {
	padding-bottom: 40px;
}

.white-box-info h5 {
	color: #020617;
	margin-bottom: 15px;
}

.white-box-info-v2 h5 {
	color: #473CFF !important;
	font-size: 18px;
	line-height: 34px;
}

.white-box-info .contact-link {
	color: #546078;
}

.white-box-info .contact-link:hover {
	color: #473CFF;
}

.white-box-info .contact-link img {
	opacity: 0.6;
}
.common-list-hover ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0px, 1fr));
	gap: 0px;
}
.common-list-hover li a {
	display: flex;
	align-items: center;
	gap: 3px;
}

.common-list-hover li a::after {
	content: "";
	height: 18px;
	width: 18px;
	background: url(../images/menu-arrow.svg) no-repeat 0 0;
	background-size: 18px;
	transition: all 0.2s ease-out;
	opacity: 0;
}

/* .drop-menu-inn ul li a img {transition: all 0.2s ease-out;opacity: 0;} */
.common-list-hover li a:hover:after {
	opacity: 1;
}

.common-list-hover li a span {
	transition: all 0.2s ease-out;
	width: 0px;
	display: inline-block;
	overflow: hidden;
	font-size: 18px;
}

.common-list-hover li a:hover span {
	width: 18px;
}

.common-list-hover li a:hover {
	text-decoration: underline !important;
}

/* End Our Location css */
/* Start Process css */
.pro-info-img {
	border-radius: 20px;
	margin-bottom: 40px;
}

.pro-info-box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.pro-info-box h5 {
	font-size: 24px;
	font-weight: 700;
	line-height: 40px;
	color: #020617;
	margin-bottom: 10px;
	text-align: left;
}

.pro-info-box p {
	color: #020617;
	font-size: 18px;
	line-height: 34px;
	margin-bottom: 38px;
}

.process-slider-box {
	max-width: 1060px;
	margin: 0 auto -50px auto;
}

.process-slider-box .slider-controll button {
	left: -55px;
	top: 18%;
}

.process-slider-box .slider-controll button.next-btn {
	left: auto;
	right: -55px;
}

/* End Process css */
/* Start Blogs and News css */
.blogs-grid {
	display: grid;
	gap: 35px;
	grid-template-columns: repeat(3, minmax(0px, 1fr));
	padding-top: 20px;
}

.news-box {
	background: #FFFFFF;
	box-shadow: 0px 10px 40px #C9C9C940;
	border: 1px solid #F2F2F2;
	border-radius: 12px;
	overflow: hidden;
	min-height: 100%;
}

.news-info {
	padding: 35px 30px 33px 40px;
}

.news-info h4,
.news-info p {
	margin-bottom: 20px;
}

.news-info h4 {
	font-size: 18px;
	line-height: 32px;
	font-weight: 700;
	color: #020617;
	letter-spacing: 0px;
}

.news-info p {
	font-size: 15px;
	line-height: 27px;
}

/* End Blogs and News css */
/* Start Faq css */
.faq-section {
	padding-top: 560px;
	padding-bottom: 120px;
	background: transparent linear-gradient(180deg, #f9fcff 0%, #fbfdff 40%, #fbfdff 100%);
	border-radius: 80px 80px 0px 0px;
	margin-top: -470px;
}

.faq-row {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: space-between;
}

.faq-row-left {
	width: 34.2%;
}

.faq-row-right {
	width: 54.7%;
}

.primary-link {
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	color: #473CFF;
}

.primary-link:hover {
	color: #020617;
}

.faq-row-left p {
	margin-bottom: 30px;
}

.accordian-list {
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: flex-start;
	justify-content: flex-start;
}

.accordian-list li {
	background: #FFFFFF;
	border-radius: 12px;
	width: 100%;
	font-weight: 400;
	color: #314264;
}

.accordian-list .acc-btn {
	position: relative;
	padding: 25px 55px 25px 25px;
	background: transparent;
	border: none;
	cursor: pointer;
	color: #020617;
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
	width: 100%;
	text-align: left;
	letter-spacing: 0.2px;
}

.accordian-list .acc-btn::before {
	content: "";
	position: absolute;
	right: 39px;
	top: calc(50% - 7px);
	width: 2px;
	background: rgb(20 20 20 / 40%);
	border-radius: 2px;
	height: 14px;
	transition: all 0.2s ease-out;
	opacity: 1;
}

.accordian-list .acc-btn::after {
	content: "";
	position: absolute;
	right: 33px;
	top: calc(50% - 1px);
	width: 14px;
	background: rgb(20 20 20 / 40%);
	border-radius: 2px;
	height: 2px;
	transition: all 0.2s ease-out;
	opacity: 1;
}

.accordian-list .acc-btn.active::before {
	opacity: 0;
}

.accordian-list .acc-btn.active::after {
	background: #473CFF;
}

.acc-body {
	padding: 0 25px 25px 25px;
}

.acc-text {
	max-width: 680px;
	margin-bottom: 0;
	font-size: 15px;
}

.acc-text a {
	color: #473CFF;
}

/* End Faq css */
/* Start Help Css */
.help-section {
	background: transparent linear-gradient(180deg, #fbfdff 0%, #f8fcff 100%);
}

.help-box {
	background: #473CFF url(../images/help-bg.jpg) no-repeat 82% top;
	border-radius: 60px;
	padding: 60px 28px 60px 80px;
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	overflow: hidden;
}

.help-box h5 {
	font-weight: 400;
	color: #fff;
}

.help-box h2 {
	margin-bottom: 18px;
	margin-top: 0;
	font-size: 32px;
	color: #fff;
}

.help-box p {
	max-width: 530px;
	margin-bottom: 35px;
	color: #fff;
	font-size: 18px;
	line-height: 34px;
}

.help-box .free-quote img {
	position: relative;
	top: 1px;
	margin-left: 5px;
}

.help-box .free-quote::after {
	content: "";
	height: 20px;
	width: 20px;
	background: url(../images/chev-right-v2.svg) no-repeat 0 0;
	background-size: 20px;
	transition: all 0.2s ease-out;
}

.help-box .free-quote:hover::after {
	filter: invert(1) brightness(100);
}

.help-img {
	position: absolute;
	right: 20px;
	bottom: 0;
}

.help-section .free-quote {
	padding: 25px 30px;
}

/* End Help Css */
/* Start About Us css */
.common-hero-section {
	padding-top: 110px;
	padding-bottom: 150px;
	background: transparent linear-gradient(180deg, #f1f3ff 3%, #FFF 18%);
}

.c-hero-left p {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 34px;
}

.c-hero-left-v2 p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 38px;
	color: #314264;
}

.c-hero-left h2 {
	margin-top: -12px;
}

.c-hero-left .rate-box {
	margin-top: 30px;
}

.c-hero-left {
	width: calc(54% - 45px);
}

.c-hero-right {
	width: calc(42% - 45px);
}

.hero-row-lg {
	gap: 60px;
}

.hero-row-lg .c-hero-left {
	width: calc(50% - 30px);
}

.hero-row-lg .c-hero-right {
	width: calc(50% - 30px);
}

.hero-img {
	border-radius: 20px;
}

.c-hero-action {
	display: flex;
	align-items: center;
	gap: 30px;
	padding-top: 30px;
}

.common-c-block {
	position: relative;
	background: transparent linear-gradient(180deg, #e9eeff 3%, #f9fcff 18%);
}

.common-c-block .spark-icon {
	left: calc(50% - 71px);
	top: -70px;
}

.mx-500 {
	max-width: 500px;
}

.common-three-col-grid {
	display: grid;
	gap: 45px;
	grid-template-columns: repeat(3, minmax(0px, 1fr));
}

.pt-50 {
	padding-top: 50px;
}

.common-d-section .c-hero-left .c-hero-action {
	padding-top: 15px;
}

.hero-row-v2 {
	padding-top: 130px;
}

/* End About Us css */
/* Start Owner Css */
.c-hero-left h6 {
	color: #314264;
	margin-top: 25px;
	margin-bottom: 35px;
	font-size: 18px;
	line-height: 32px;
	font-weight: 700;
	letter-spacing: 0px;
}

.owner-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.owner-info h5 {
	font-size: 19px;
	line-height: 28px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0px;
	color: #020617;
	margin-top: 30px;
	margin-bottom: 15px;
}

.owner-info h5 span {
	font-weight: 500;
}

.owner-info .rate-box {
	margin-top: 10px !important;
}

.mx-275 {
	max-width: 275px;
}

/* End Owner Css */
/* Start Our Brands css */
.about-common-section {
	background: transparent linear-gradient(180deg, #ecf1ff 3%, #f8fbff 18%);
	padding-top: 100px;
	padding-bottom: 120px;
}

.about-common-section .text-center p {
	max-width: 775px;
	margin-left: auto;
	margin-right: auto;
}

.about-common-section .text-center img {
	margin-bottom: 20px;
}

.blog-page {
	background: transparent linear-gradient(180deg, #ecf1ff 3%, #fbfdff 18%);
}

.brands-grid {
	display: grid;
	gap: 60px 45px;
	grid-template-columns: repeat(3, minmax(0px, 1fr));
	padding-top: 80px;
}

.slider-box .read-more {
	font-size: 15px;
	line-height: 28px;
	margin-top: 25px;
}

/* End Our Brands css */
/* Start Faq Css */
.common-grid {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 40px;
	padding-top: 95px;
}

.common-grid-left {
	width: calc(30.8% - 20px);
}

.common-grid-right {
	width: calc(69.2% - 20px);
}

.white-box-rounded {
	background: #FFFFFF;
	box-shadow: 0px 10px 40px #C9C9C940;
	border: 1px solid #F2F2F2;
	padding: 50px;
	border-radius: 12px;
}

h4.faq-title {
	font-size: 20px;
	line-height: 34px;
	font-weight: 700;
	letter-spacing: 0.3px;
	color: #020617;
	text-decoration: underline;
}

.faq-buttons {
	padding: 0;
	background: transparent;
	box-shadow: none;
	border: none;
}

.faq-buttons li {
	border-bottom: 1px solid #0000001A;
}

.faq-buttons li:last-child {
	border-bottom: none;
}

.faq-buttons ul li a {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	padding: 15px 0;
	color: #0F1323;
	letter-spacing: 0px;
	cursor: pointer;
}

.pb-40 {
	padding-bottom: 40px;
}

/* End Faq Css */
/* Start Privacy Policy css */
.privacy-content {
	background: #FFFFFF;
	box-shadow: 10px 20px 99px #FAFAFA;
	border: 1px solid #F2F2F2;
	border-radius: 15px;
	padding: 70px 67px;
}

.privacy-content h5 {
	margin-bottom: 20px;
}

.privacy-content h4 {
	font-size: 20px;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #473CFF;
	margin-bottom: 20px;
	text-transform: inherit;
}

.privacy-content ul {
	margin-top: 30px;
}

.privacy-content li {
	margin-bottom: 20px;
}

.privacy-content h6,
.blog-d-box h6 {
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: 0.09px;
	color: #020617;
	margin-bottom: 20px;
	text-transform: inherit;
	padding-top: 30px;
}

.prvc-links {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-bottom: 15px;
}

.prvc-links a {
	position: relative;
	font-size: 16px;
	line-height: 34px;
	font-weight: 400;
	letter-spacing: 0px;
	color: #473CFF;
	margin-bottom: 3px;
	display: flex;
	align-items: center;
	gap: 18px;
}

.prvc-links a:hover,
.prvc-links a.active {
	color: #020617;
}

.prvc-links a::before,
.privacy-content li::before {
	content: "";
	width: 18px;
	height: 13px;
	background: url(../images/bullet.svg) no-repeat 0 0;
	background-size: 18px;
	min-width: 18px;
}

.privacy-content li {
	display: block;
	position: relative;
	padding-left: 30px;
}

.privacy-content li::before {
	position: absolute;
	left: 0;
	top: 7px;
}

.cntct-box p {
	margin-bottom: 5px;
}

.cntct-box a {
	color: #473CFF;
}

.cntct-box a.email-a {
	color: #314264;
	text-decoration: underline;
}

.cntct-box a.email-a:hover {
	color: #473CFF;
}

.blog-news-section-v2 .our-location-bg {
	background: transparent;
	padding-top: 0 !important;
}

.blog-news-section-v2 {
	background: transparent linear-gradient(180deg, #f8fbff 3%, #fbfdff 18%);
	padding-bottom: 100px;
}

.sidebar-common li a {
	position: relative;
	text-align: center;
	background: #fff;
	box-shadow: 0px 10px 40px #C9C9C940;
	border: 1px solid #F2F2F2;
	border-radius: 12px;
	padding: 14px 20px;
	font-size: 17px;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: 0.09px;
	color: #020617;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sidebar-common li a:hover {
	color: #473CFF;
}

.sidebar-common li a::after {
	content: "";
	height: 16px;
	width: 16px;
	background: url(../images/arrow-up.svg) no-repeat 0 0;
	background-size: 16px;
	filter: invert(1) grayscale(1) brightness(0.2);
}

.sidebar-common li a:hover::after {
	filter: invert(0) grayscale(0) brightness(1);
}

.sidebar-common li a::before {
	content: "";
	height: 35px;
	width: 35px;
	background: url(../images/slider-icon.svg) no-repeat 0 0;
	background-size: 35px;
}

.sidebar-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.primary-box {
	background: #473CFF;
	box-shadow: 0px 10px 40px #C9C9C940;
	border: 1px solid #F2F2F2;
	border-radius: 15px;
	margin-top: 60px;
	padding: 10px;
	position: relative;
}

.primary-box-inn {
	background: #473CFF;
	box-shadow: 0px 10px 40px #C9C9C940;
	border: 1px solid #F2F2F2;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 25px 35px;
	text-align: center;
}

.primary-box-inn p,
.primary-box-inn h5 {
	color: #fff;
}

.primary-box-inn h5 {
	margin: 20px 0;
	text-align: center;
	font-size: 20px;
	line-height: 34px;
	font-weight: 700;
	letter-spacing: 0.3px;
}

.primary-box-inn .btn-secondary {
	background: transparent;
	border: 2px solid #FFFFFF;
	border-radius: 15px;
	color: #fff;
	margin-top: 30px;
}

.primary-box-inn .btn-secondary:hover {
	background: transparent;
	border-color: #b1adf7;
	color: #b1adf7;
}

/* End Privacy Policy css */
/* Start Service Overview css */
.domestic-list {
	display: grid;
	gap: 40px 45px;
	grid-template-columns: repeat(3, minmax(0px, 1fr));
	padding-top: 80px;
}

.ygradiant-section-inn {
	padding: 100px 90px;
	background: linear-gradient(180deg, #f2f3ff 0%, #fbfdff 20%, #fbfdff 80%, #f2f3ff 100%);
	border-radius: 60px;
	position: relative;
	margin-top: 50px;
}

.ygradiant-section-inn .spark-icon {
	left: calc(50% - 71px);
	top: -70px;
}

.service-overview-page .top-footer,
.locations-list-page .top-footer {
	background: linear-gradient(180deg, rgba(234, 238, 255, 1) 0%, rgba(250, 252, 255, 1) 20%, rgba(248, 250, 255, 1) 80%, rgba(234, 238, 255, 1) 100%);
	border-radius: 80px;
	padding-top: 300px;
}

.service-overview-page .help-section,
.locations-list-page .help-section {
	margin-bottom: -210px;
}

/* End Service Overview css */
/* Start Blog Css */
.mt-50 {
	margin-top: 50px;
}

.most-viewed-list {
	padding: 16px 35px;
	background: #fff;
	box-shadow: 0px 10px 40px #C9C9C940;
	border: 1px solid #F2F2F2;
	border-radius: 12px;
}

.most-viewed-list li a {
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #0000001A;
	font-size: 15px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 0.07px;
	color: #020617;
}

.most-viewed-list li a:hover {
	color: #473CFF;
}

.most-viewed-list li:last-child a {
	padding: 20px 0;
	border-bottom: none;
}

.blog-list {
	display: grid;
	gap: 50px 35px;
	grid-template-columns: repeat(2, minmax(0px, 1fr));
}

/* End Blog Css */
/* Start Blog Details css */
.blog-page .text-center h1 {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.blog-p-info {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 38px;
	margin-bottom: 25px;
}

.author-d {
	display: flex;
	align-items: center;
	gap: 15px;
	letter-spacing: 0.09px;
	color: #020617;
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
}

.blog-d-box {
	background: #FFFFFF;
	box-shadow: 10px 20px 99px #FAFAFA;
	border: 1px solid #F2F2F2;
	border-radius: 15px;
	padding: 0 42px 60px 42px;
}

.blog-d-box img {
	border-radius: 15px;
	margin-bottom: 40px;
}
.blog-d-box p img {margin-bottom: 0px;}
.blog-main-img {
	margin-top: -50px;
}

.blog-container {
	padding-top: 145px;
}

.blog-d-box h2 {
	margin-top: 0;
	font-size: 26px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0px;
	color: #020617;
	margin-bottom: 20px;
}

.blog-d-box h3 {
	font-size: 22px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0px;
	color: #020617;
	margin-bottom: 20px;
	text-align: left;
}

.blog-d-box h4 {
	font-size: 20px;
	font-weight: 500;
	line-height: 40px;
	letter-spacing: 0px;
	color: #020617;
	margin-bottom: 20px;
}

.blog-d-box h5 {
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: 0px;
	color: #473CFF;
	margin-bottom: 20px;
}

.blog-d-box a {
	color: #473CFF;
}

.blog-d-box p {
	margin-bottom: 40px;
}

.blog-d-box h6 {
	padding-top: 0px;
}

.blog-d-box .prvc-links {
	padding-bottom: 30px;
}

.plain-section {
	padding-bottom: 120px;
	background: transparent linear-gradient(180deg, #fbfdff 3%, #fbfdff 18%);
}

.plain-section .ygradiant-section-inn {
	margin-top: 0 !important;
	background: #fff;
}

/* End Blog Details css */
/* Start Contact Css */
.white-box-contact {
	background: #fff;
	box-shadow: 0px 10px 40px #C9C9C940;
	border: 1px solid #F2F2F2;
	border-radius: 12px;
	padding: 50px 42px;
}

.relative {
	position: relative;
}

.common-grid-left-sticky {
	position: sticky;
	top: 0;
}

.form-box-v2 h3,
.form-box-v2 p {
	text-align: left;
}

.white-box-contact h4 {
	font-size: 20px;
	line-height: 30px;
	color: #020617;
	font-weight: 700;
	letter-spacing: 0.3px;
	margin-bottom: 20px;
}

.white-box-contact p {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.white-box-contact a {
	color: #473CFF;
}

.white-box-contact a:hover {
	color: #020617;
}

.form-two-col {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(2, minmax(0px, 1fr));
}

.primary-box-inn .tick-svg {
	position: absolute;
	left: calc(50% - 30px);
	top: -30px;
}

.form-box-v2 {
	padding-top: 54px;
	padding-bottom: 54px;
}

.our-location-section-v2 {
	background: transparent linear-gradient(180deg, #f8fbff 3%, #f8fbff 18%);
}

.locations-tabs {
	margin-top: 30px;
}

.locations-tabs .tabs-container {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.locations-tabs .tabs-container .tabs-head {
	width: 32.5%;
}

.locations-tabs .tabs-container .tabs-content {
	width: 67.5%;
}

.tabs-nav-v2 li a {
	cursor: pointer;
	padding: 45px;
	display: block;
	background: #FFFFFF;
	border: 1px solid #F2F2F2;
}

.tabs-nav-v2 li:first-child a {
	border-radius: 12px 0 0 0;
}

.tabs-nav-v2 li:last-child a {
	border-radius: 0 0 0 12px;
}

.tabs-nav-v2 li a h5 {
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0.09px;
	color: #020617;
	margin-bottom: 18px;
}

.tabs-nav-v2 li a p {
	margin-bottom: 18px;
	color: #546078;
}

.available-box {
	display: flex;
	align-items: center;
	gap: 30px;
}

.available-box p {
	margin-bottom: 0 !important;
}

.tabs-nav-v2 li.active a {
	background: #0F0F0F;
}

.tabs-nav-v2 li.active a h5,
.tabs-nav-v2 li.active a p {
	color: #fff;
}

.pulse-ring {
	width: 14px;
	height: 14px;
	background-color: #1EBF00;
	border-radius: 50%;
	position: relative;
	border: 1px solid #F9FCFF;
	box-shadow: 0 0 7px #1EBF00;
}

.pulse-ring::before,
.pulse-ring::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	background: #1EBF00;
	animation: pulse 2s infinite;
}

.pulse-ring::after {
	animation-delay: 1s;
}

@keyframes pulse {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0.6;
	}

	100% {
		transform: translate(-50%, -50%) scale(3.5);
		opacity: 0;
	}
}

/* End Contact Css */
.card {
	position: sticky;
	top: 0;
}

.card__inner {
	will-change: transform;
	transform-origin: center top;
}

.cards {
	width: 100%;
	margin: 0 auto;
}

.sticky-testimonials {
	position: sticky;
	top: 0;
	min-height: 100vh;
	z-index: 1;
}

.hero-right-sticky {
	position: sticky;
	top: 60px;
	padding-top: 40px;
}

.pin-wrapper {
	min-height: 300vh;
	position: relative;
}

/**/
/* Start Service details css */

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

.our-services-v2 {
	padding-bottom: 165px;
	margin-bottom: -45px;
}

.servic-d-hero {
	background: transparent linear-gradient(180deg, #ecf1ff 3%, #f8fbff 18%);
}

.service-list {
	gap: 55px 45px;
	grid-template-columns: repeat(3, minmax(0px, 1fr));
	padding-top: 50px;
}

.service-list .news-info h4 {
	letter-spacing: 0.1px;
	font-size: 20px;
	line-height: 30px;
}

.service-list .news-info .read-more-link {
	opacity: 0;
	visibility: hidden;
}

.service-list .news-box:hover .read-more-link {
	opacity: 1;
	visibility: visible;
	color: #473CFF;
}

.pt-20 {
	padding-top: 20px !important;
}

/* End Service details css */
/* Start Locations css */
.locations-section {
	background: transparent linear-gradient(180deg, #ecf1ff 1%, #ffffff 10%);
}

.location-list {
	margin-top: 150px;
}

.location-list .spark-icon {
	left: calc(50% - 71px);
}

.single-coll-row {
	grid-template-columns: repeat(1, minmax(0px, 1fr));
}

.location-list .two-coll-row h2 {
	max-width: 100%;
}

.location-list .two-coll-row p {
	max-width: 1050px;
	margin-bottom: 60px;
}

.location-list .white-box {
	border-radius: 20px;
}

.pt-120 {
	padding-top: 120px;
}

.bg-transparent {
	background: transparent !important;
}

.load-more-block {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 60px;
}

.help-section-v2 {
	background: transparent linear-gradient(180deg, #f9fcff 0%, #f8fcff 100%);
	padding-top: 480px;
	border-radius: 80px 80px 0 0;
	margin-top: -400px;
}

/* End Locations css */
/* Start Booking css */
.tick-iconv2 {
	margin-bottom: 20px;
}

.form-area {
	max-width: 940px;
	margin: 50px auto 50px auto;
}

.rouded-section {
	background: linear-gradient(180deg, rgba(232, 238, 254, 1) 0%, rgba(248, 252, 255, 1) 20%, rgba(244, 248, 255, 1) 90%, rgba(232, 238, 254, 1) 100%);
	border-radius: 0 0 80px 80px;
}

.form-area h4 {
	font-size: 20px;
	line-height: 30px;
	color: #020617;
	font-weight: 700;
	letter-spacing: 0.1px;
	margin-bottom: 32px;
}
.form-area .form-box .gfield:first-child {margin-bottom: 0px;}
.form-area .form-box .gfield {margin-bottom: 30px;}
.form-area .form-box .gfield label {font-size: 16px; font-weight: 600; line-height: 26px;color: #020617;margin-bottom: 8px;}
.second-form {margin-bottom: 0 !important;}
.second-form h4 {margin-top: 20px !important;margin-bottom: 20px !important;}
.form-area .form-box .upload-box label {font-size: 16px;font-weight:700; line-height: 28px;color: #314264;margin-bottom: 20px !important;}
/* End Booking css */
.hidden {
	display: none;
}

/* 404 page */
.not-found {
	margin-top: 100px;
	margin-bottom: 164px;
}

.not-found h1{
	font-size: 38px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0.2px;
    margin-bottom: 30px;
}

.not-found p{
	max-width: 690px;
    font-size: 18px;
    line-height: 34px;
    
	margin:0 auto;
	margin-bottom: 38px;
}

.not-found .btn-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 30px; /* optional spacing */
}

.not-found .btn.btn-primary{
	max-width: 200px;
	padding: 20px;
	font-size: 20px;
}

.not-found .container-main {
	 max-width: 1218px;
    padding: 0 35px;
    margin: 0 auto;
    position: relative;
    line-height: 38px;
}


/* single blog page */
a.active-category {
	background-color: #6c63ff !important;
	color: #fff !important;
}
.sidebar-common li a.active-category::before {
	filter: brightness(0) invert(1); /* makes the SVG white-like if it's black */
}
.sidebar-common li a.active-category::after {
	filter: brightness(0) invert(1); /* makes the SVG white-like if it's black */
}

/* testimonials*/
.pt40{
	padding-top: 40px;
}
.gform_wrapper {
	display: block !important;
}

/* li bullet points */
.hero-row li{
	font-size: 18px !important;
	font-weight: 400;
    color: inherit;
}
.hero-row ul{
	margin-bottom: 20px;
}

/* archive page pagination style */
.navigation.pagination {
  text-align: center; /* Center align the whole pagination */
  	margin: 20px 0;
	margin-top: 60px;
}

.navigation.pagination .nav-links {
  display: inline-flex;
  gap: 8px;
  font-family: Arial, sans-serif;
}

.navigation.pagination .page-numbers,
.navigation.pagination .prev,
.navigation.pagination .next {
  background: #FFFFFF;
  color: #333;
  padding: 8px 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
  text-decoration: none;
  font-weight: 600;
  min-width: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s, color 0.3s;
}

.navigation.pagination .page-numbers:hover,
.navigation.pagination .prev:hover,
.navigation.pagination .next:hover { 
  background-color: #0073e6;
  color: white;
  border-color: #0073e6;
  cursor: pointer;
}

.navigation.pagination .current {
  background-color: #0073e6;
  color: white;
  border-color: #005bb5;
  cursor: default;
}

.navigation.pagination .prev::before,
.navigation.pagination .next::after {
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: inherit;
}

.navigation.pagination .prev::before {
  margin-right: 6px;
}

.navigation.pagination .next::after {
  margin-left: 6px;
}

/* single post style */

body.single ul li {
	display: flex;
	align-items: flex-end;
	margin-bottom: 25px;
	gap: 12px;
}

body.single ul li:last-child {
	margin-bottom: 0;
}

/* Optional if you want hover effects too */

/* .common-list-wrap ul li::before {
	content: "";
	height: 24px;
	width: 21px;
	background: url(../images/list-icon.svg) no-repeat 0 0;
	background-size: 21px;padding-right: 20px;
}
 */
/* .common-list-wrap ul li img {
	position: relative;
	top: -5px;
}
 */

.common-list-wrap ul li {
    position: relative;
    padding-left: 20px;
	padding-bottom: 5px;
}

.common-list-wrap ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #000;
    font-size: 18px;
}

.common-list-wrap ul {
	margin-bottom: 40px;
}

.common-list-wrap ol {
    margin: 0px 0px 50px 30px;
}





/* File upload field container - adds gap between the two columns */
.gfield--type-fileupload {
  padding: 0 10px !important;
}

.ginput_container_fileupload {
  position: relative !important;
}

.ginput_container_fileupload input[type="file"] {
  width: 100% !important;
  padding: 12px 16px 12px 48px !important;
  border: 2px dashed #d1d5db !important;
  border-radius: 8px !important;
  background-color: #f5f5f5 !important;
  cursor: pointer !important;
  font-size: 14px !important;
  color: #757983 !important;
  transition: border-color 0.2s ease, background-color 0.2s ease !important;
	height: 65px !important;
}

.ginput_container_fileupload input[type="file"]:hover {
  border-color: #6366f1 !important;
	background-color: #f5f5f5 !important;
}

.ginput_container_fileupload::before {
  content: "🖼️" !important;
  position: absolute !important;
  left: 16px !important;
  top: 42% !important;
  transform: translateY(-65%) !important;
  font-size: 30px !important;
  pointer-events: none !important;
  z-index: 1 !important;
}

.gfield_description.gform_fileupload_rules {
  display: block !important;
  margin-top: 6px !important;
  font-size: 12px !important;
  color: #6b7280 !important;
}

.container p a {
	display: contents;
}

/* ai summary section footer style start*/
.ai-summary-section {
    padding-bottom: 10px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ai-summary-section span {
	font-size: 15px;
	margin-bottom: 20px;
	font-weight: 500;
	line-height: 24px;
	color: #020617;
	opacity: 0.4;
}


.ai-summary-section .ai-icons {
	display: flex;
	align-items: center;
	gap:20px;
}
/* ai summary section footer style end*/
