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

* html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

:root {
	--blue: #1b4fd8;
	--blue-dk: #1240b8;
	--gold: #f5a623;
	--dark: #111827;
	--gray: #6b7280;
	--light: #f4f6f9;
	--white: #ffffff;
	--border: #e5e7eb;
}

body {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	font-family: "Inter", sans-serif;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}

a {
	-webkit-transition: var(--transition);
	transition: var(--transition);
	color: var(--blackColor);
	text-decoration: none;
	outline: 0 !important;
}

a:hover {
	color: var(--mainColor);
	text-decoration: none;
}

:focus {
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

ul,
ol,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.no-padding {
	padding: 0px;
}

img {
	max-width: 100%;
	height: auto;
}

p:last-child {
	margin-bottom: 0;
}

img {
	max-width: 100%;
}

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

.custom-container {
	max-width: 1700px;
	margin: 0px auto;
	padding: 0px 15px;
}

.cmn-gap {
	padding: 100px 0px;
	margin: 0px;
}

.cmn-butn {
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: -1%;
	text-transform: uppercase;
	padding: 15px 35px;
	margin: 0px;
	box-shadow: 0px 4px 4px 0px #00000040;
	border-radius: 8px;
}

.blue-butn {
	background: #2251b5;

	color: var(--white);
}

.blue-butn:hover {
	background: var(--white);
	color: #2251b5;
}

.white-butn {
	background: var(--white);
	color: #404040;
}

.white-butn:hover {
	background: #2251b5;
	color: var(--white);
}

h6 {
	font-family: Inter;
	font-weight: 600;
	font-size: 24px;
	line-height: 20px;
	letter-spacing: 0%;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px;
}

h2 {
	font-family: Barlow;
	font-weight: 600;

	font-size: 55px;

	line-height: 65px;
	letter-spacing: 0%;
	text-transform: capitalize;

	margin: 0px 0px 30px 0px;
	padding: 0px;
}

p {
	font-family: Inter;
	font-weight: 400;

	font-size: 18px;

	line-height: 28px;
	letter-spacing: 0%;

	margin: 0px 0px 20px 0px;
	padding: 0px;
}

/* =================================== */
/* =============my-css-start===========*/
/* =================================== */

/* =================================== */
/* ===========topbar===========*/
/* =================================== */

.topbar {
	background: #edf2ff;

	padding: 10px 0;
	overflow: hidden;
}

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

.topbar-info {
	font-weight: 300;

	font-size: 16px;

	line-height: 100%;
	letter-spacing: 0%;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

.topbar-info span {
	color: #f29616;
	margin-right: 10px;
}

.topbar a {
	color: var(--gray);
	transition: color 0.2s;
}

.topbar a:hover {
	color: var(--blue);
}

.topbar-icons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #000000;
	font-size: 16px;
	margin-left: 20px;
	transition: all 0.25s;
	font-weight: 300;
}

.topbar-icons a:hover {
	color: #2251b5;
}

.topbar-icons a span {
	padding-left: 6px;
}

/* =================================== */
/* ============topbar===========*/
/* =================================== */

/* =================================== */
/* ============NAVBAR===========*/
/* =================================== */

.header-section {
	background: #ffff;
	padding: 0px;
	position: relative;
	transition: all 0.3s ease;
}

.header-section.scroll {
	background: #f2faf8;
	height: auto;
	padding: 0px;
	transition: background-color 0.5s ease 0s;
	top: 0px;
	animation: slideDown 0.35s ease-out;
	position: fixed;
	transition: all 0.3s ease 0s;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
	z-index: 999;
	width: 100%;
	animation: slideDown 0.35s ease-out;
}

/* Slide-down animation */
@keyframes slideDown {
	from {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
	}
}

.logo {
	width: 280px;
	height: auto;
	margin: 0px;
	transition: all 0.3s ease;
	padding: 0px;
}

.logo img {
	width: auto;
	height: auto;
	object-fit: cover;
	transition: all 0.3s ease;
	/* smooth movement */
}

.header-section.scroll .logo {
	width: 160px;
	height: auto;
	margin: 0px;
	bottom: 0px;
	position: relative;
	z-index: 99;
}

/* =================topbar============*/

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

.nav-row {
	position: relative;
	padding: 5px 0px;
	position: relative;
	z-index: 9;
}

.nav-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.stellarnav {
	width: 100%;
	line-height: normal;
	display: flex;
	justify-content: start;
	align-items: center;
	height: 100%;
}

.stellarnav ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	width: 100%;
}

.stellarnav>ul>li>a {
	font-family: Inter;
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #001a35;
	padding: 10px 25px;
	margin: 0px;
	border-radius: 30px;
	background-color: transparent;
}

.stellarnav>ul>li>a:hover {
	color: #2251b5;
	text-decoration: none;
}

.stellarnav>ul>li>a.active {
	color: #2251b5 !important;
	text-decoration: none;
}

.stellarnav.mobile ul {
	background: #2251b5;
	z-index: 999;
}

.stellarnav ul ul {
	top: auto;
	width: 250px;
	position: absolute;
	z-index: 9900;
	text-align: left;
	display: none;
	background: #fff;
}

.main-nav .stellarnav li li {
	margin: 0px 0px;
	width: 100% !important;
}

.stellarnav li li {
	display: block !important;
	width: 100% !important;
}

.main-nav .stellarnav li li a {
	font-size: 16px;
	padding: 8px 12px;
	color: #000;
	font-weight: 400;
}

.stellarnav.mobile li a {
	border-bottom: 0px solid rgba(255, 255, 255, 0.15);
}

.stellarnav li.has-sub a {
	padding-right: 0px !important;
}

.main-nav .stellarnav li li a:hover {
	background: #f9f9f9;
	color: #1ba291;
}

.main-nav .stellarnav li li a.active {
	background: #f9f9f9;
	color: #1ba291;
}

.stellarnav li.has-sub>a::after {
	content: "\f107";
	margin-right: 20px !important;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #267ec3;
	display: inline-block;
	border: none !important;
	font: normal normal normal 16px/1 FontAwesome;
}

/* adjust value as needed */

.rightlink {
	display: flex;
	align-items: center;
	gap: 1px;
	justify-content: end;
	margin: 0px;
	width: 250px;
}

/* =================================== */
/* ============NAVBAR===========*/
/* =================================== */

/* =================================== */
/* ============banner-section=====*/
/* =================================== */

.hero {
	position: relative;
	min-height: 950px;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.hero-bg {
	position: absolute;
	inset: 0;
	transform-origin: center;
	animation: slowZoom 14s ease-in-out infinite alternate;
}

@keyframes slowZoom {
	from {
		transform: scale(1);
	}

	to {
		transform: scale(1.06);
	}
}

.hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(95deg,
			rgba(8, 18, 46, 0.1) 0%,
			rgba(8, 18, 46, 0.5) 55%,
			rgba(8, 18, 46, 0.18) 100%);
}

.hero .custom-container {
	width: 100%;
}

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

.hero-content h6 {
	font-weight: 400;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: -1.5%;
	color: #fafafa;
	text-shadow: 2px 2px #00000000;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	background: transparent;
	font-family: "Barlow";
}

.hero-content h1 {
	font-family: Righteous;
	font-weight: 400;
	font-size: 85px;
	line-height: 100px;
	letter-spacing: -3%;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	text-shadow: 2px 2px #0000005e;
}

.hero-content h1 span {
	color: #000000;
}

.hero-butn {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 20px;
}

.hero-social {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.hero-social a {
	width: 40px;
	height: 40px;
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.13);
	backdrop-filter: blur(6px);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	font-size: 22px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	transition: all 0.3s;
}

.hero-social a:hover {
	background: var(--blue);
	border-color: var(--blue);
	color: #fff;
	transform: scale(1.12);
}

/* =================================== */
/* ============banner-section=====*/
/* =================================== */

/* =================================== */
/* ============stats-bar=====*/
/* =================================== */

.stats-bar {
	background: #000000a3;
	padding: 30px 0;
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.stat-item {
	text-align: center;
	padding: 0 20px;
	position: relative;
}

.stat-item::after {
	content: "";
	position: absolute;
	right: 0;
	top: 10%;
	bottom: 10%;
	width: 1px;
	background: rgba(255, 255, 255, 0.1);
}

.stat-item:last-child::after {
	display: none;
}

.stat-num {
	font-family: Barlow;
	font-weight: 600;
	font-size: 55px;
	line-height: 55px;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #fff;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.stat-num span {
	color: var(--gold);
}

.stat-label {
	font-family: Barlow;
	font-weight: 400;
	font-size: 25px;
	line-height: 35px;
	letter-spacing: 0%;
	text-transform: capitalize;
	color: #fff;
	margin: 0px;
	padding: 0px;
}

/* =================================== */
/* ============stats-bar=====*/
/* =================================== */

/* =================================== */
/* ============about-section=====*/
/* =================================== */

.about-section {
	background: #2251b5;
	padding: 100px 0px 0px 0px;
	margin: 0px;
	overflow: hidden;
}

.about-img-wrap {
	height: 100%;
	min-height: 700px;
	overflow: hidden;
	border-radius: 0px 20px 0px 0px;
}

.about-img-wrap img {
	width: 100% !important;
	height: 700px !important;
	object-fit: cover;
	transition: transform 0.7s ease;
	overflow: hidden;
}

.about-img-wrap:hover img {
	transform: scale(1.05);
}

.about-carousel .owl-dots {
	display: none;
}

.about-content {
	padding: 0px 120px 76px 58px;
	margin: 0px;
}

.about-content h6 {
	color: #6797ff;
	text-transform: uppercase;
	position: relative;
}

.about-content h6::after {
	content: "";
	position: absolute;
	top: 20px;
	width: 100px;
	height: 2px;
	background: #6797ff;
	left: 115px;
}

.about-content h2 {
	color: #ffff;
	max-width: 80%;
}

.about-content p {
	color: #fff;
	margin-bottom: 60px;
}

.about-feature-box {
	background: #f5f7fa;
	border: 1.5px solid var(--border);
	border-radius: 20px 0px 20px 0px;
	padding: 40px 30px;
	margin-top: 30px;
	box-shadow: 0 4px 22px rgba(0, 0, 0, 0.05);
}

.about-feature-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 0.86rem;
	font-weight: 500;
	padding: 7px 0;
	border-bottom: 1px solid var(--border);
}

.about-feature-item:last-child {
	border: none;
	padding-bottom: 0;
}

.about-feature-box p span i {
	color: var(--blue);
	flex-shrink: 0;
	margin-right: 10px;
}

.about-feature-box p {
	font-family: Inter;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #353535;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.about-carousel .owl-dots {
	display: flex;
	gap: 6px;
	justify-content: center;
	margin-top: 0;
	z-index: 999;
	position: absolute;
	bottom: 22px;
	left: 0px;
	right: 0px;
}

.about-carousel .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	transition: all 0.25s;
}

.about-carousel .owl-dots .owl-dot.active {
	background: #2251b5;
	width: 40px;
	border-radius: 15px;
}

/* =================================== */
/* ============about-section=====*/
/* =================================== */

/* =================================== */
/* ============gallery-section=====*/
/* =================================== */

.gallery-section {
	background: var(--light);
}

.section-header-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
	flex-wrap: wrap;
	gap: 14px;
}

.section-header-rowLeft h6 {
	color: #676767;
	position: relative;
}

.section-header-rowLeft h6::after {
	content: "";
	position: absolute;
	top: 20px;
	width: 100px;
	height: 2px;
	background: #676767;
	left: 160px;
}

.section-header-rowLeft h2 {
	color: #000000;
}

.section-header-rowLeft h2 span {
	color: #5c5c5c;
}

.section-header-row .cmn-butn.blue-butn span {
	margin-left: 10px;
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 300px 300px;
	gap: 14px;
}

.g-tall {
	grid-row: span 2;
}

.gallery-item {
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.gallery-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
	display: block;
}

.gallery-item::after {
	content: "";
	position: relative;
	inset: 0;
	background: linear-gradient(180deg,
			transparent 40%,
			rgba(27, 79, 216, 0.65) 100%);
	opacity: 0;
	transition: opacity 0.3s;
}

.gallery-item:hover::after {
	opacity: 1;
}

.gallery-item:hover img {
	transform: scale(1.08);
}

.gallery-zoom {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s;
}

.gallery-item:hover .gallery-zoom {
	opacity: 1;
}

.gallery-zoom-btn {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.92);
	color: var(--blue);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
	transform: scale(0.8);
	transition: transform 0.3s;
}

.gallery-item:hover .gallery-zoom-btn {
	transform: scale(1);
}

/* extra row under grid */
.gallery-extra {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	margin-top: 14px;
}

.gallery-extra .gallery-item {
	height: 196px;
}

/* =================================== */
/* ==========gallery-section=====*/
/* =================================== */

/* =================================== */
/* ==========services-section=====*/
/* =================================== */

.services-section {
	background: #eaeaea;
	overflow: hidden;
}

.services-header-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0px 0px 50px 0px;
}

.services-header-rowLeft {
	width: 60%;
}

.services-header-rowLeft h6 {
	color: #676767;
	position: relative;
}

.services-header-rowLeft h6::after {
	content: "";
	position: absolute;
	top: 20px;
	width: 100px;
	height: 2px;
	background: #676767;
	left: 160px;
}

.services-header-rowLeft h2 {
	color: #000000;
}

.services-header-rowLeft h2 span {
	color: #676767;
}

.services-header-rowLeft p {
	color: #404040;
}

.services-header-row .cmn-butn.blue-butn span {
	margin-left: 10px;
}

.service-card {
	border-radius: 30px;
	border: 1px solid #2251b5;
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 0px 9.4px 0px #00000012;
	transition: all 0.35s;
	cursor: pointer;
	height: 100%;
	padding: 0px 30px;
}

.service-card:hover {
	border-color: var(--blue);
	transform: translateY(-8px);
	box-shadow: 0 22px 55px rgba(27, 79, 216, 0.14);
}

.service-img-wrap {
	overflow: hidden;
	padding: 0px;
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
	margin: 0px 0px 30px 0px;
}

.service-img-wrap img {
	width: 100%;
	height: 225px;
	object-fit: cover;
	transition: transform 0.5s;
}

.service-card:hover .service-img-wrap img {
	transform: scale(1.06);
}

.service-body {
	padding: 15px 0px;
}

.service-body h4 {
	font-family: Inter;
	font-weight: 600;

	font-size: 28px;

	line-height: 100%;
	letter-spacing: 0%;
	color: #000000;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

.service-card:hover .service-body h4 {
	color: var(--blue);
}

.service-body p {
	font-family: Inter;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0%;
	color: #4d4d4d;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

/* =================================== */
/* ========services-section=====*/
/* =================================== */

/* =================================== */
/* ========projects-section=====*/
/* =================================== */

.projects-section {
	background: var(--light);
	overflow: hidden;
}

.projects-header-row {
	margin-bottom: 40px;
}

.projects-header-row h6 {
	color: #676767;
	position: relative;
}

.projects-header-row h6::after {
	content: "";
	position: absolute;
	top: 20px;
	width: 100px;
	height: 2px;
	background: #676767;
	left: 225px;
}

.projects-header-row h2 {
	color: #000000;
}

.projects-header-row h2 span {
	color: #404040;
}

.projects-header-row p {
	color: #404040;
	max-width: 80%;
}

.project-card {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	transition:
		transform 0.35s,
		box-shadow 0.35s;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	margin: 20px 0px;
}

.project-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.16);
}

.project-card img {
	width: 100%;
	height: 370px;
	object-fit: cover;
	display: block;
	transition: transform 0.55s;
}

.project-card:hover img {
	transform: scale(1.05);
}

.project-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg,
			transparent 35%,
			rgba(8, 18, 46, 0.85) 100%);
}

.project-meta {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 28px 26px;
	transform: translateY(6px);
	transition: transform 0.35s;
}

.project-card:hover .project-meta {
	transform: translateY(0);
}

.project-meta h4 {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
}

.project-meta span {
	color: rgba(255, 255, 255, 0.65);
	font-size: 0.8rem;
}

.project-arrow {
	position: absolute;
	right: 22px;
	bottom: 24px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--blue);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.85rem;
	opacity: 0;
	transform: scale(0.75);
	transition: all 0.3s 0.08s;
}

.project-card:hover .project-arrow {
	opacity: 1;
	transform: scale(1);
}

/* custom owl nav */
/* .owl-nav-wrap { display: flex; gap: 10px; }
    .owl-btn {
      width: 42px; height: 42px; border-radius: 50%;
      border: 1.5px solid var(--border); background: #fff;
      display: flex; align-items: center; justify-content: center;
      font-size: .88rem; color: var(--dark); cursor: pointer;
      transition: all .25s;
    }
    .owl-btn:hover { background: var(--blue); border-color: var(--blue); color: #fff; transform: scale(1.05); } */

.projects-carousel .owl-nav {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 15px;
	margin: 30px 0px 0px 0px;
}

/* =================================== */
/* ========projects-section=====*/
/* =================================== */

/* =================================== */
/* ========quote-section=====*/
/* =================================== */

.quote-section {
	position: relative;
	text-align: center;
	overflow: hidden;
}

.quote-bg {
	position: absolute;
	inset: 0;
	background: url("../images/get-quote-bg.png") center center / cover no-repeat;
}

.quote-overlay {
	position: absolute;
	inset: 0;
	background: #2251b56b;
}

.quote-content {
	position: relative;
	z-index: 2;
}

.quote-content h2 {
	font-family: Inter;
	font-weight: 500;

	font-size: 60px;

	line-height: 60px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;

	color: #fff;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.quote-content p {
	font-family: Inter;
	font-weight: 400;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0%;
	text-align: center;
	color: #ebebeb;
	margin: 0px auto;
	padding: 0px 0px 50px 0px;
	max-width: 70%;
}

.quote-content-butn {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.btn-gold {
	background: #ffa353;
	color: #000000;
}

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

/* =================================== */
/* ========quote-section=====*/
/* =================================== */

/* =================================== */
/* ========quote-section=====*/
/* =================================== */

.footer {
	background: #000000;
	padding: 70px 0px 30px;
	overflow: hidden;
}

.footer-logo img {
	width: 250px;
	margin-bottom: 20px;
	height: auto;
}

.footer-contact {
	margin: 0px;
	padding: 0px;
}

.footer-contact p {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #d2d2d2;
	display: flex;
	align-items: flex-start;
	gap: 9px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.footer-contact i {
	color: #1f56d2;
	margin-top: 3px;
	flex-shrink: 0;
}

.footer-contact p a {
	color: #d2d2d2;
}

.footer-contact p a:hover {
	color: #1f56d2;
}

.footer-socials {
	display: flex;
	gap: 10px;
	margin-top: 25px;
}

.footer-socials a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.07);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	transition: all 0.28s;
}

.footer-socials a:hover {
	background: #1f56d2;
	color: #fff;
}

.footer h6 {
	color: #fff;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

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

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

.footer-links a {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: #d2d2d2;
	transition: all 0.25s;
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.footer-links a:hover {
	color: #1f56d2;
	padding-left: 5px;
}

.footer-map-wrap {
	border-radius: 10px;
	overflow: hidden;
	border: 1.5px solid rgba(255, 255, 255, 0.08);
}

.footer-map-wrap iframe {
	display: block;
	width: 100%;
	height: 158px;
	border: none;
}

.footer-text {
	margin: 30px 0px 0px 0px;
	padding: 0px;
}

.footer-text p {
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	color: #979797;
	padding: 0px;
	margin: 0px;
	text-align: right;
}

.footer-text p a {
	color: #979797;
}

.footer-text p a:hover {
	color: #fff;
}

.newsletter-form {
	display: flex;
	max-width: 100%;
	margin: 0px 0px 30px 0px;
	border-radius: 30px;
	overflow: hidden;
	gap: 10px;
}

.newsletter-form input {
	flex: 1;
	background: #fff;
	border: none;
	color: #fff;
	padding: 15px 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0%;
	text-align: left;
	color: #222222;
	outline: none;
	width: 700px;
	border-radius: 40px;
}

.newsletter-form input::placeholder {
	color: #222222;
}

.newsletter-form button {
	background: #1f56d2;
	border: none;
	color: #fff;
	padding: 0 40px;
	font-style: Bold;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	cursor: pointer;
	transition: background 0.2s;
	border-radius: 30px;
}

.newsletter-form button span {
	margin-left: 10px;
}

/* =================================== */
/* ========footer-section=====*/
/* =================================== */

/*================================================
Go Top CSS
=================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 50%;
	background-color: #2251b5;
	color: #ffffff;
	z-index: 999;
	width: 50px;
	text-align: center;
	height: 50px;
	opacity: 0;
	visibility: hidden;
	font-size: 25px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.go-top:hover {
	color: #ffffff;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	background-color: #000;
	border: 1px solid #000;
}

.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 25px;
	-webkit-animation: top-bottom 5s infinite linear;
	animation: top-bottom 5s infinite linear;
}

/*================================================
Go Top CSS
=================================================*/

.float-anim {
	animation: floatY 4s ease-in-out infinite;
}

button.sub-menu-toggle {
	display: none;
}

.stellarnav .icon-close {
	margin-right: 10px;
}

.inner-banner-section {
	padding: 0px;
	margin: 0px;
	position: relative;
	height: 400px;
}

.inner-banner-section .hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(95deg,
			rgba(8, 18, 46, 0.76) 0%,
			rgba(8, 18, 46, 0.5) 55%,
			rgba(8, 18, 46, 0.18) 100%);
}

.inner-banner-section img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.inner-banner-text {
	position: absolute;
	top: 55%;
	left: 0px;
	right: 0px;
	color: #fff;
	z-index: 9;
	text-align: center;
}

.inner-banner-text h1 {
	font-family: Righteous;
	font-weight: 400;
	font-size: 60px;
	line-height: 60px;
	letter-spacing: -3%;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	text-shadow: 2px 2px #0000005e;
}

.inner-about-page {
	background: #fff;
	overflow: hidden;
}

.inner-about-page-img {
	width: 100%;
	height: 560px;
	overflow: hidden;
	border-radius: 20px;
}

.inner-about-page-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s;
}

.inner-about-page-img:hover img {
	transform: scale(1.06);
}

.inner-about-page .about-content h2 {
	color: #000;
}

.inner-about-page .about-content p {
	color: #404040;
}

.inner-contact-page {
	background: #fff;
	overflow: hidden;
}

.contact-page-left {
	padding: 0px;
	margin: 0px;
}

.contact-page-left p {
	font-family: Inter;
	font-weight: 600;
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 0%;
	margin: 0px 0px 23px 0px;
	padding: 10px 0px;
	color: #676767;
}

.contact-info-box {
	border-top: 4px solid #fff;
	border-radius: 15px;
	padding: 30px;
	margin: 0px 0px 20px 0px;
	width: 400px;
	display: flex;
	justify-content: start;
	align-items: center;
	height: 120px;
	background: #fff;
	box-shadow: 0 20px 60px rgba(37, 99, 235, 0.14);
}

.contact-info-box:hover {
	border-top: 4px solid #1f56d2;
}

.contact-info {
	border-top: 4px solid #1f56d2;
	padding: 30px 0px;
	margin: 0px;
}

.contact-info h3 {
	font-family: Barlow;
	font-weight: 600;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 0%;
	text-transform: capitalize;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	color: #000;
}

.contact-page-left .contact-info p {
	font-family: Inter;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0%;
	margin: 0px;
	padding: 10px 0px;
	color: #676767;
}

.contact-page-left .contact-info p i {
	color: #1f56d2;
	margin-top: 3px;
	flex-shrink: 0;
	margin-right: 10px;
}

.contact-page-left .contact-info p a {
	color: #676767;
}

.contact-page-left .contact-info p a:hover {
	color: #1f56d2;
}

.contact-form-card {
	background: #fff;
	border-radius: 16px;
	padding: 40px 36px;
	box-shadow: 0px 0px 14.2px 0px #2576bf40;
	border: 1px solid #a4e7ff;
	height: 100%;
	margin-left: 80px;
}

.contact-form-card h3 {
	font-family: Barlow;
	font-weight: 600;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 0%;
	text-transform: capitalize;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	color: #000;
}

.form-field-row {
	margin-bottom: 20px;
}

.cf-input {
	width: 100%;
	border: 1.5px solid var(--border);
	border-radius: 6px;
	padding: 14px 16px;
	font-size: 18px;
	outline: none;
	color: var(--text);
	background: var(--cream2);
	transition: border-color 0.25s;
}

.cf-input::placeholder {
	color: var(--text);
}

.contact-form-card .cmn-butn.blue-butn {
	border: none;
	margin-top: 25px;
}

.about-middle {
	padding: 0px 40px 25px 40px;
}


/*================================================
end M.B CSS
=================================================*/

textarea.wpcf7-form-control.wpcf7-textarea.cf-input {
	height: 120px;
}

.service-content-inner h1 {
	color: #6797ff;
	text-transform: uppercase;
	position: relative;
	font-size: 25px;
	line-height: 20px;
	margin-bottom: 35px;
}

.service-content-inner h1::after {
	content: "";
	position: absolute;
	top: 28px;
	width: 100px;
	height: 2px;
	background: #6797ff;
	left: 27px;
}

.service-content-inner ul li {
	font-family: Inter;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0%;
	/* margin: 0px 0px 20px 0px; */
	padding: 0px;
	list-style-type: disclosure-closed;
}

.service-content-inner ul {
	margin-left: 30px;
}

.service-image-inner img {
	width: 100%;
}


.service-content ul li {
	font-family: Inter;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0%;
	/* margin: 0px 0px 20px 0px; */
	padding: 0px;
	list-style-type: disclosure-closed;
}

.service-content {
	padding: 0px 20px 18px 20px;
	height: 200px;
}

.service-box {
	margin-bottom: 25px;
}


.inner-about-page .about-content {
	padding: 0px 80px 0px 0px;
	margin: 0px;
}

.inner-about-page .about-middle {
	padding: 0px;
}


main {
	column-count: 1;
	break-inside: avoid;
	gap: 0.5rem;
	padding: 0.5rem;

	& img {
		width: 100%;
		margin-bottom: 0.25rem;
	}
}

@media (width > 700px) {
	main {
		column-count: 2;
	}
}

@media (width > 1000px) {
	main {
		column-count: 3;
	}
}

@media (width > 1300px) {
	main {
		column-count: 4;
	}
}