body {
	font: 16px/26px "Open Sans", sans-serif;
	color: #000;
}



@font-face {
	font-family: 'futura_md_btbold_italic';
	src: url('../webfonts/futura_md_bt_bold_italic-webfont.woff2') format('woff2'),
		url('../webfonts/futura_md_bt_bold_italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}


@font-face {
	font-family: 'futura_md_btbold';
	src: url('../webfonts/futura_md_bt_bold-webfont.woff2') format('woff2'),
		url('../webfonts/futura_md_bt_bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}




@font-face {
	font-family: 'futura_md_btmedium_italic';
	src: url('../webfonts/futura_md_bt_medium_italic-webfont.woff2') format('woff2'),
		url('../webfonts/futura_md_bt_medium_italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}




@font-face {
	font-family: 'futura_md_btmedium';
	src: url('../webfonts/futura_md_bt_medium-webfont.woff2') format('woff2'),
		url('../webfonts/futura_md_bt_medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;

}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Roboto:wght@100;300;400;500;700;900&display=swap');


img {
	max-width: 100%;
}

ul,
ol {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'futura_md_btbold';
}

#wrapper {
	position: relative;
	width: 100%;
	padding: 12px 50px 25px 50px;
}

#header .logo img {
	display: block;
	max-width: 100%;
	height: auto;
}

.navbar {
	margin-bottom: 0;
	padding-bottom: 0;
}

#header .nav-align {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#header .nav-align .navbar {
	padding-right: 0;
}

#header .nav-align .navbar .navbar-nav .nav-item {
	margin: 0 12px;
}

#header .nav-align .navbar .navbar-nav .nav-link {
	font-size: 16px;
	font-weight: 700;
	color: #0b2138;
	font-family: 'futura_md_btbold';
}

#header .nav-align .navbar .navbar-nav .nav-link:hover,
#header .nav-align .navbar .navbar-nav .nav-link.active {
	color: #333399;
}

.close-toggler {
	display: none;
}

/* header right actions (cart, account, phone) */
.header-actions {
	gap: 18px;
	margin-left: 15px;
	margin-left: 15px;
	background-color: #333399;
	width: 500px;
	border-top-left-radius: 100px;
	border-top-right-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	color: white;
	padding-left: 10px;
	box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.05);
	padding: 20px 32px;
}

.cart-link {
	color: #007c96;
	font-size: 24px;
	text-decoration: none;
	margin-right: 12px;
	border-left: 1px solid #dbdbdb;
	padding-left: 25px;
}

.cart-link .cart-count {
	position: absolute;
	top: -11px;
	right: -11px;
	background: #00c9d9;
	color: #fff;
	font-size: 11px;
	width: 21px;
	height: 21px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-account {
	border-radius: 999px;
	padding: 10px 24px;
	border: none;
	background: #fff;
	color: #000;
	font-weight: 600;
	font-size: 16px;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.btn-account:hover {
	color: #fff;
	background: #000;
}

.header-phone .phone-label {
	font-size: 14px;
	color: #fff;
	line-height: 1.2;
}

.header-phone .phone-number {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

.header-phone .phone-number:hover {
	color: #cecece;
}

/* responsive tweaks */
@media (max-width: 991.98px) {
	#wrapper {
		padding: 24px 16px;
	}

	#header .nav-align {
		justify-content: flex-end !important;
	}

	.header-actions {
		margin-top: 8px;
	}
}


.heading {
	text-align: center;
	margin: 0 0 46px;
}

.heading .title {
	display: block;
	color: #333399;
	margin-bottom: 2px;
	font-size: 18px;
	line-height: 1.2;
	font-family: 'futura_md_btbold';
}

.heading h2 {
	margin: 0;
	font-weight: bold;
	font-size: 32px;
	line-height: 1.2;
	color: #04273a;
	font-family: 'futura_md_btbold';
}

.heading h2 span {
	display: block;
}





.clientlogos {
	padding: 15px 0;
	background: #fff;
	border-radius: 30px;
	z-index: 99;
	position: relative;
	text-align: center;
	max-width: 1090px;
	margin: -45px auto 0 auto;
}

.clients-heading:before,
.clients-heading:after {
	content: "";
	position: absolute;
	top: 50%;
	width: 35%;
	height: 3px;
	background: #2d4d3a;
}

.clients-heading:before {
	left: 0;
}

.clients-heading:after {
	right: 0;
}



.owl-carousel .item {
	justify-content: center;
	align-items: center;
}

.owl-carousel .item img {
	width: auto;
	object-fit: contain;
	transition: 0.3s;
}

.owl-carousel .item img:hover {
	opacity: 1;
	transform: scale(1.05);
}

.service-card:hover {
	background: #333399;
}

.sliderbanner {
	position: relative;
}

.sliderbanner:before {
	content: "";
	background: #333399;
	width: 100%;
	height: 130px;
	position: absolute;
	bottom: -130px;
	border-radius: 0 0 100px 100px;
}



/*********************************************
	About Area
**********************************************/
.about-area {
	padding: 80px 0 40px 0;
}

.about-area p {
	font-size: 16px;
	line-height: 30px;
	color: #08405f;
}


.holder p {
	margin-bottom: 34px;
}

.holder .heading {
	text-align: left;
	margin: 0 0 22px;
}

.holder h3 {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
	font-family: 'futura_md_btbold';
}


.about-area .feature-list {
	list-style: none;
	margin-bottom: 40px;
	padding: 0;
}

.about-area .feature-list li {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 15px;
	font-size: 16px;
	color: #222;
	font-weight: 500;
	line-height: 20px;
}

.about-area .feature-list li i {
	color: #333399;
	font-size: 16px;
}









/* primary CTA button: "Start Your Upgrade" */
.btn-area {
	margin-top: 10px;
}

.btn-area .btn-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 18px 32px;
	border-radius: 999px;
	background: #333399;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	border: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn-area .btn-primary .ico i {
	font-size: 14px;
	transition: transform 0.3s ease;
}

.btn-area a:hover {
	color: #fff;
	background: #000;
}

.btn-area .btn-primary:active {
	transform: translateY(0);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.btn-area a:hover i {
	transform: translateX(4px);
}


/*********************************************
	Custom slider options
**********************************************/
.tp-banner-container {
	position: relative;
	z-index: 1;
	padding: 0;
	width: 100%;
}

.tp-banner {
	position: relative;
	width: 100%;
}

.tp-caption {
	line-height: normal !important
}

.tp-caption a {
	color: inherit !important;
}

.tp-bullets.simplebullets.round .bullet {
	border: 3px #fff solid;
	border-radius: 50%;
	background-image: none !important;
}

.tparrows {
	width: auto !important;
	height: auto !important;
	background-image: none !important;
}

.tp-arr-allwrapper {
	margin: 0 10px;
	width: 50px;
	height: 60px;
	background: rgba(255, 255, 255, 0.5);
}

.tp-arr-allwrapper:hover .tp-arr-iwrapper {
	color: #fff;
}

.tp-leftarrow .tp-arr-allwrapper {}

.tp-rightarrow .tp-arr-allwrapper {}

.tp-arr-iwrapper {
	color: #000;
	text-align: center;
	font-size: 30px;
	font-family: FontAwesome;
	line-height: 60px;
}

.tp-leftarrow .tp-arr-iwrapper {}

.tp-leftarrow .tp-arr-iwrapper:before {
	content: "\f104";
}

.tp-rightarrow .tp-arr-iwrapper:before {
	content: "\f105";
}

.tp-rightarrow .tp-arr-iwrapper {}

.slide-h1 {
	margin: 5px 0 !important;
	padding: 0 0 10px !important;
	padding-bottom: 5px !important;
	color: #444;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 57px;
}

.slide-h2 {
	margin: 5px 0 !important;
	padding: 0 0 10px !important;
	padding-bottom: 5px !important;
	color: #555;
	font-weight: bold;
	font-size: 55px;
	line-height: 100%;
}

.big-font {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 60px;
}

.large-desc {
	font-size: 16px;
}

.slide-h3 {
	color: #fff;
	font-size: 31px;
	line-height: 100%;
}

.slide-h3 span {
	text-transform: uppercase;
	font-weight: bold;
}

.slide-head {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 30px;
}

.slide-desc {
	font-size: 22px;
	line-height: 150%;
}

.main-title {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 70px;
}

.icon-cont {
	padding: 15px 40px;
	border-radius: 10px;
	text-align: center;
}

.icon-cont:after {
	position: absolute;
	bottom: -10px;
	left: 40%;
	z-index: 5;
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 10px 10px 0 10px;
	border-style: solid;
	content: "";
}

.icon-cont i {
	margin-bottom: 10px;
	color: #fff;
	font-size: 50px;
}

.icon-cont span {
	display: block;
	padding: 0 0 5px;
	color: #fff;
	text-align: center;
	font-size: 18px;
}

a.wit-btn {
	background: #fff;
	color: #333 !important;
	text-transform: uppercase;
}

.wit-line {
	width: 5%;
	height: 1px;
	background: #fff;
}

.vert-line {
	min-height: 270px;
	width: 1px;
	background: #fff;
}

.subTxt {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
	color: #333;
}

.large-title {
	color: #222;
	font-size: 60px;
	font-weight: 800;
	text-transform: uppercase !important;
}

.large-light-title {
	color: #787878 !important;
	font-size: 70px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 2px
}

.large-text {
	font-size: 20px;
	color: #000;
	font-weight: lighter;
}

.larger-text {
	font-size: 24px;
	font-weight: lighter;
	text-transform: uppercase;
}

.witTxt {
	color: #fff !important;
}

.light-font {
	font-weight: lighter !important;
	font-size: 50px;
}

.black-bg {
	background: rgba(0, 0, 0, .63);
	color: #a8a8a8;
	text-transform: none;
}

.lft-list {
	padding: 10px;
	font-size: 18px;
	color: #fff;
}

.wit-border {
	border: 1px #fff solid;
	padding: 15px 60px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}

.rounded-bord {
	margin-right: 15px;
	border: 1px #fff solid;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	border-radius: 50%;
}

#vertical-ticker {
	height: 120px;
	overflow: hidden;
}

#vertical-ticker li {
	padding: 15px 20px;
	display: block;
	text-align: center;
}

.to-bottom i.fa {
	font-size: 30px;
	border: 2px #a8a8a8 solid;
	padding: 20px 22px;
	border-radius: 50%;
	-webkit-animation: bounce 2s infinite linear;
	animation: bounce 2s infinite linear;
}



.slidertext1 {
	color: #fff;
	font-size: 62px;
	line-height: 70px !important;
	font-weight: bold !important;
	padding: 15px 0;
	text-transform: none !important;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	font-family: 'futura_md_btbold';
	text-align: left;
}

.slidertext1 span {
	display: block;
}

.slidertext2 {
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	padding: 15px 0;
	text-transform: none !important;
	font-family: 'futura_md_btmedium';
	text-align: left;
	line-height: 46px !important;
}

.slidertext2 span {
	display: block;
}

.slidertext3 span {
	display: block;
	margin-top: 12px;
}

.slidertext4 a {
	color: #fff !important;
	font-size: 16px;
	border-radius: 0px;
	box-shadow: 0px 11px 19px rgb(0 0 0 / 32%);
	font-weight: 700;
	padding: 18px 50px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase !important;
	text-align: left;
	background: #1d96b3;
}

.slidertext4 a:hover {
	background: #fff;
	color: #000 !important;
	border-color: #ffc501;
}

a.slidebtn {
	background: #e76ba9;
	color: #fff !important;
	padding: 15px 30px;
	font-size: 16px;
	font-weight: normal !important;
	text-transform: none !important;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
}

a.slidebtn i {
	margin-left: 10px;
}

.slidertext5 a {
	border: none;
	background: #c00a27;
	padding: 20px 50px;
}

.slidertext5 a:hover {
	background: #ffc501;
	color: #000 !important;
}




@-webkit-keyframes bounce {
	0% {
		transform: translateY(0%);
	}

	50% {
		transform: translateY(-30%);
	}

	100% {
		transform: translateY(0);
	}
}

/* Mozilla Firefox 15 below */
@-moz-keyframes bounce {
	0% {
		transform: translateY(0%);
	}

	50% {
		transform: translateY(-30%);
	}

	100% {
		transform: translateY(0);
	}
}

/* Opera 12.0 */
@-o-keyframes bounce {
	0% {
		transform: translateY(0%);
	}

	50% {
		transform: translateY(-30%);
	}

	100% {
		transform: translateY(0);
	}
}

/* W3, Opera 12+, Firefox 16+ */
@keyframes bounce {
	0% {
		transform: translateY(0%);
	}

	50% {
		transform: translateY(-30%);
	}

	100% {
		transform: translateY(0);
	}
}



/* Slider responsive text sizing */
@media (max-width: 1199.98px) {
	.slidertext1 {
		font-size: 64px;
		line-height: 70px !important;
	}

	.slidertext1,
	.slidertext2,
	.slidertext4,
	.telebtn {
		margin-left: 60px !important;
	}

	.sliderbanner {
		height: auto !important;
	}
}

@media (max-width: 991.98px) {
	.slidertext1 {
		font-size: 48px !important;
		line-height: 52px !important;
	}

	.slidertext2,
	.slidertext2 span {
		font-size: 15px !important;
		line-height: 24px !important;
	}
}

@media (max-width: 767.98px) {
	.slidertext1 {
		font-size: 30px !important;
		line-height: 1.15em !important;
	}

	.slidertext2,
	.slidertext2 span {
		font-size: 12px !important;
		line-height: 20px !important;
	}

	.slidertext4 a {
		font-size: 16px;
		padding: 10px 26px;
	}
}

@media (max-width: 480px) {
	.slidertext1 {
		font-size: 14px !important;
		line-height: 1.15em !important;
	}

	.slidertext2,
	.slidertext2 span {
		font-size: 8px !important;
		line-height: 10px !important;
	}



	.slidertext1,
	.slidertext2,
	.slidertext4 {
		margin-left: 20px !important;
	}

	.sliderbanner .slidertext4 {
		margin-top: 0px !important;
	}

}




/****************************************************
		SLider Start
****************************************************/
.sliderbanner {
	height: 700px;
	background: #000;
}

.clientlogos .owl-dots {
	display: none;
}

.pr-0 {
	padding-right: 0 !important;
}

@media only screen and (max-width: 1200px) {
	.sliderbanner:before {
		border-radius: 0 0 50px 50px;
		bottom: -110px;
		height: 110px;
	}

	.header-container .logo {
		text-align: center;
		border-bottom: 1px solid #bababa;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.clientlogos img {
		width: 170px;
	}

	#header .nav-align .navbar .navbar-nav .nav-item {
		margin: 0;
	}

}

@media only screen and (max-width: 991.98px) {
	.header-container .logo {
		text-align: left;
		border: none;
		padding-bottom: 0px;
		margin-bottom: 0px;
		padding-top: 5px;
	}

	.about-area .feature-list {
		margin-bottom: 0;
	}

	.header-container {
		padding: 5px 0px;
	}

	.dropdown-toggle::after {
		float: right;
		margin-top: 11px;
	}

	#header .dropdown-submenu .dropdown-toggle::after {
		display: inline-block;
		margin-left: .255em;
		vertical-align: .255em;
		content: "";
		border-top: .3em solid;
		border-right: .3em solid transparent;
		border-bottom: 0;
		border-left: .3em solid transparent;
	}

	#header .nav-align .navbar .navbar-nav .nav-link {
		color: #fff;
	}

	.header-actions {
		margin-left: 0;
	}

	.cart-link {
		border: none;
	}

	#wrapper {
		padding: 0 20px 20px 20px;
	}

	.header-phone .phone-number,
	.header-phone .phone-label {
		color: #fff;
	}

	#header .nav-align .navbar {
		padding: 0;
	}

	#header .navbar-toggler {
		background: #f0f0ff;
	}

	#header .navbar-collapse {
		position: fixed;
		top: 0px;
		bottom: 0;
		left: 100%;
		width: 60%;
		padding-right: 1rem;
		padding-left: 1rem;
		overflow-y: auto;
		visibility: hidden;
		background-color: rgba(0, 0, 0, 0.8);
		transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out, visibility .3s ease-in-out;
		transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		z-index: 10000;
	}

	#header .navbar-collapse.show {
		visibility: visible;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	.navbar-nav {
		padding-top: 70px;
	}

	#header .nav-align .navbar .navbar-nav .nav-link:hover,
	#header .nav-align .navbar .navbar-nav .nav-link.active {
		color: #fff !important;
		background: #0000b3;
		padding-left: 16px;
	}

	#header .nav-align .navbar .navbar-nav .nav-item {
		margin: 0;
	}

	.navbar-light .navbar-nav .nav-link {
		color: #fff;
		padding: 10px 0;
		transition: transform 0.3s ease;
	}

	#header .close-toggler {
		background: none;
		color: #fff;
		padding: 5px;
		border: none;
		margin-top: 10px;
		font-size: 24px;
		position: absolute;
		top: 0;
		right: 15px;
		display: block;
	}

	#header .nav-align .navbar .navbar-nav .nav-link {
		text-transform: uppercase;
	}

	#header .navbar .dropdown-menu {
		background: #4e4e4e;
		padding: 0;
		border: 0;
	}

	#header .navbar .dropdown-menu li {
		border-bottom: 1px solid #777777;
	}

	#header .navbar .dropdown-menu li:last-child {
		border: none;
	}

	#header .navbar .dropdown-menu .dropdown-item {
		color: #fff;
		text-transform: uppercase;
		white-space: normal;
		padding: 10px 16px;

	}

	#header .navbar .dropdown-menu .dropdown-item:focus,
	#header .navbar .dropdown-menu .dropdown-item:hover {
		background: transparent;
		color: #04dcf7;
	}

	#header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu .dropdown-item {
		padding-left: 32px;
		padding-right: 32px;
	}

}

@media only screen and (max-width: 767.98px) {
	.management-team-card {
		margin: 0 auto;
	}

	.clientlogos {
		box-shadow: 0 0 20px 0px rgb(0 0 0 / 30%);
	}

	.cta-section {
		padding: 0;
	}

	.gallery-section {
		padding: 50px 0;
	}

	.header-actions {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}

	.header-phone {
		width: 100%;
		justify-content: flex-start;
	}

	.btn-account {
		margin-top: 20px;
	}

	.header-actions {
		display: inline-block !important;
		margin-bottom: 40px;
		background: none;
		padding: 0;

	}

	#header .navbar-collapse {
		width: 80%;
	}

}


@media (max-width: 767.98px) {

	.heading h2 {
		font-size: 24px;
	}

	.heading h2 span {
		display: inline;
	}


	.social-links {
		justify-content: center;
	}

	.footer-bottom .copyright,
	.footer-bottom .credits {
		text-align: center;
	}

	.footer-bottom .credits {
		margin-top: 10px;
	}
}

@media (max-width: 480px) {


	.heading h2 {
		font-size: 24px;
	}

	.heading h2 span {
		display: inline;
	}

	.footer-bottom {
		text-align: center
	}



	.header-phone .phone-number {
		font-size: 16px;
	}
}

/*********************************************
	Mobile Cart Icon
**********************************************/
.mobile-cart-link {
	display: none;
	color: #08405f;
	font-size: 22px;
	text-decoration: none;
	margin-right: 10px;
}

.mobile-cart-link .cart-count {
	position: absolute;
	top: -8px;
	right: -10px;
	background: #333399;
	color: #fff;
	font-size: 10px;
	min-width: 18px;
	height: 18px;
	line-height: 18px;
	padding: 0 5px;
}

@media (max-width: 991.98px) {
	.mobile-cart-link {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin-right: 25px;
	}

	/* Hide the cart link inside the toggle menu on mobile */
	.header-actions .cart-link {
		display: none !important;
	}
}





/* --- SERVICES SECTION --- */
.services-section {
	position: relative;
	border-radius: 50px;
	overflow: hidden;
}


.services-section .section-inner {
	position: relative;
	z-index: 2;
}

.services-section .section-header {
	text-align: center;
	margin-bottom: 50px;
	gap: 20px;
}

.services-section .section-header h2 {
	font-size: 50px;
	line-height: 1.15;
	margin-top: 12px;
	font-weight: 700;
}

.services-section .nav-buttons {
	display: flex;
	gap: 18px;
	margin-top: 10px;
}

.services-section .nav-buttons button {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	transition: 0.3s ease;
}

.services-section .nav-buttons button:hover {
	background: #e10217;
	border-color: #e10217;
}



.services-section .card {
	position: relative;
	border-radius: 0;
	background: #fff;
	transition: 0.3s ease;
	border: none;
}

.services-section .card:hover {
	transform: translateY(-6px);
}

.services-section .card>img {
	width: 100%;
	object-fit: cover;
	display: block;
	border-radius: 20px 20px 0 0;
}


.services-section .card-footer {
	position: relative;
	background: #fff;
	padding: 22px 22px;
	box-shadow: 0px 9px 15px rgb(0 0 0 / 6%);


}

.services-section .card-footer a {
	text-decoration: none;
	color: #1c2434;
	font-weight: 600;
	font-size: 22px;
	font-family: 'futura_md_btbold';
}

.services-sectionWrp {
	padding: 60px 0 30px 0;
}

.services-sectionWrp .owl-carousel .item {
	padding: 52px 15px 15px 15px;
}

.services-sectionWrp .section-header h2 {
	text-align: center;
	font-weight: bold;
	font-size: 56px;
	margin-bottom: 30px;
}


.services-section .arrow-btn {
	position: absolute;
	bottom: 48px;
	right: 20px;
	width: 48px;
	height: 48px;
	background: #333399;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 24px;
	cursor: pointer;
	transition: 0.3s ease;
	z-index: 1;
	padding-bottom: 3px;
}

.services-section .arrow-btn:before {
	content: "";
	background: url(../images/btn-before.png) no-repeat;
	background-size: cover;
	background-position: center;
	width: 20px;
	height: 24px;
	position: absolute;
	top: 0;
	left: -19px;
}

.services-section .arrow-btn:hover {
	background: #3c3ccc;
}

@media (max-width: 1300px) {}

@media (max-width: 768px) {


	.services-section .section-header {
		flex-direction: column;
		gap: 25px;
	}

	.services-section .section-header h2,
	.mv-content h2 {
		font-size: 24px;
	}

}







.social-icons, .footer-nav{list-style: none;}

/* ================= FOOTER CONTAINER ================= */
.footer-wrap{padding: 12px 50px 25px 50px;}
.footer-section {
	/* Gradient Background / Image */
	background: url(../images/footer-bg.jpg) no-repeat center center/cover;
	border-radius: 20px;
	padding: 34px 40px;
	text-align: center;
	color: #ffffff;
	position: relative;
	overflow: hidden;
}

/* Background Pattern (Sparkles/Lines simulation) */
.footer-bg-pattern {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image:
		radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.2) 1px, transparent 1px),
		radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
	background-size: 50px 50px;
	opacity: 0.3;
	pointer-events: none;
}

/* Subtle Curves (Optional visual flair from screenshot) */
.footer-bg-pattern::after {
	content: '';
	position: absolute;
	top: -50%;
	right: -10%;
	width: 600px;
	height: 600px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
}

.footer-bg-pattern::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -10%;
	width: 600px;
	height: 600px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
}

.footer-content {
	position: relative;
	z-index: 2;
}

/* ================= LOGO ================= */


.footer-logo i {
	font-size: 32px;
}

.logo-text {
	text-align: left;
	line-height: 1;
}

.logo-main {
	font-size: 32px;
	font-weight: 800;
	display: block;
	letter-spacing: 1px;
}

.logo-sub {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1px;
	opacity: 0.9;
}

/* ================= SOCIAL ICONS ================= */
.social-icons {
	display: flex;
	gap: 20px;
}

.social-icons a {
	color:#fff;
	font-size: 18px;
	transition: 0.3s;
	opacity: 0.9;
}

.social-icons a {
	width: 45px;
	height: 45px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

.social-icons a:hover {
	opacity: 1;
	transform: translateY(-3px);
	background-color: #fff;
	color: #212666;
}

/* ================= NAVIGATION LINKS ================= */
.footer-nav {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-nav a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	opacity: 1;
	transition: 0.3s;
}

.footer-nav a:hover {
	opacity: 1;
	color: #d1d5ea;
}

/* ================= COPYRIGHT ================= */
.copyright {
	font-size: 16px;
	line-height: 1.8;
	color: #fff;
}

.credits {
	font-size: 16px;
	line-height: 1.8;
	color: #fff;
}

.credits a {
	text-decoration: none;
	color: #fff;
	transition: 0.3s;
}

.credits a:hover {
	color: #d1d5ea;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 600px) {
	.footer-nav {
		flex-direction: column;
		gap: 15px;
	}
}

/* ================= CTA SECTION ================= */
.cta-section {
	padding: 50px 0 0px;
}

.cta-wrapper {
	background: #081363 url(../images/cta-bg.jpg) no-repeat center center;
	background-size: cover;
	border-radius: 20px;
	padding: 50px 60px;
	color: #fff;
}

.cta-content h2 {
	color: #fff;
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.2;
}

.cta-content p {
	font-size: 18px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.9);
}

.cta-contact {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 40px;
}

.cta-contact .contact-item {
	display: flex;
	align-items: center;
	gap: 15px;
}

.cta-contact .contact-item .icon img {
	width: 45px;
	height: auto;
}

.cta-contact .contact-item .info {
	display: flex;
	flex-direction: column;
}

.cta-contact .contact-item .info span {
	font-size: 18px;
	color: #d1d5ea;
	line-height: 1.2;
}

.cta-contact .contact-item .info strong {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	margin-top: 4px;
	font-family: 'Open Sans', sans-serif;
}

.cta-contact .contact-item .info strong a {
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
}

.cta-contact .contact-item .info strong a:hover {
	color: #d1d5ea;
}

.cta-contact .divider {
	width: 1px;
	height: 60px;
	background-color: rgb(255 255 255 / 28%);
}

@media (max-width: 1440px) {
	.cta-contact {
		gap: 15px;
	}

	.cta-wrapper {
		padding: 50px 45px;
	}
}

@media (max-width: 1300px) {
	.cta-content {
		text-align: center;
	}

	.cta-contact {
		justify-content: center;
		margin-top: 20px;
	}

	.cta-wrapper .row .col-xl-7,
	.cta-wrapper .row .col-xl-5 {
		width: 100%;
	}

	.cta-wrapper .row {
		display: block !important;
	}
}

@media (max-width: 1199.98px) {
	.cta-contact {
		gap: 20px;
	}
}

@media (max-width: 991.98px) {
	.cta-contact {
		margin-top: 30px;
	}
}

@media (max-width: 767.98px) {
	.cta-wrapper {
		padding: 40px 30px;
	}

	.cta-content p {
		font-size: 16px;
	}

	.cta-content h2 {
		font-size: 28px;
	}

	.cta-contact {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	.cta-contact .divider {
		display: none;
	}
}

/* ================= GALLERY SECTION ================= */
.gallery-section {
	padding: 50px 0 80px;
	overflow: hidden;
	background: #fff;
}

.gallery-carousel .item {
	position: relative;
	transition: all 0.5s ease-in-out;
	transform: scale(0.85) perspective(220px) rotateY(10deg);
	opacity: 0.4;
	overflow: hidden;
}


.gallery-carousel .owl-item.center~.owl-item .item {
	transform: scale(0.85) perspective(220px) rotateY(-10deg);
}

.gallery-carousel .owl-item.center .item {
	transform: scale(1) perspective(220px) rotateY(0deg);
	opacity: 1;
	z-index: 2;

}



.gallery-carousel .owl-item.center {
	/* margin: 0 -20px 0 20px !important; */

}

.maintitle {
	margin-bottom: 40px;
}

.maintitle h2 {
	font-size: 48px;
}

.gallery-carousel .item {
	border-radius: 12px;
}

.gallery-carousel .item img {
	width: 100%;
	object-fit: cover;
	border-radius: 12px;
}

.gallery-popup-btn {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 50px;
	height: 50px;
	background: #fff;
	color: #000;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	text-decoration: none;
	opacity: 0;
	transition: 0.3s;
	z-index: 2;
}

.gallery-popup-btn:hover {
	background: #333399;
	color: #fff;
}

.gallery-carousel .owl-item.center .gallery-popup-btn {
	opacity: 1;
}

.gallery-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 40px 30px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
	color: #fff;
	opacity: 0;
	transition: 0.3s;
	text-align: left;
}

.gallery-carousel .owl-item.center .gallery-caption {
	opacity: 1;
}

.gallery-caption h3 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 12px;
	color: #fff;
	line-height: 1.2;
}

.gallery-caption p {
	font-size: 15px;
	margin-bottom: 0;
	color: #e0e0e0;
}

.gallery-carousel .owl-nav {
	text-align: center;
	margin-top: 40px;
}

.gallery-carousel .owl-nav button.owl-prev,
.gallery-carousel .owl-nav button.owl-next {
	width: 50px;
	height: 50px;
	background: #ebebeb !important;
	border-radius: 50% !important;
	color: #000 !important;
	font-size: 20px !important;
	margin: 0 10px;
	transition: 0.3s;
}

.gallery-carousel .owl-nav button:hover {
	background: #333399 !important;
	color: #fff !important;
}

@media (max-width: 991.98px) {
	.about-area .img {
		text-align: center;
	}

	.gallery-caption h3 {
		font-size: 22px;
	}
}

@media (max-width: 767.98px) {
	.gallery-carousel .item {
		transform: scale(0.9) perspective(1000px) rotateY(0deg) !important;
	}

	.gallery-carousel .owl-item.center .item {
		transform: scale(1) perspective(1000px) rotateY(0deg) !important;
	}



	.gallery-caption {
		padding: 20px;
	}
}

@media (max-width: 480px) {
	.cta-content h2 {
		font-size: 20px;
	}

	.maintitle h2 {
		font-size: 32px;
	}

	.maintitle,
	.services-section .section-header {
		margin-bottom: 16px;
	}

	.about-area {
		padding: 46px 0 20px 0;
	}

	.clientlogos img {
		width: 115px;
		margin: 10px 0;
	}

}



.pagetitle {
	background: url(../images/pagetitle-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 40px 0;
	border-radius: 0 0 30px 30px;
}

.pagetitle h1 {
	color: #08405f;
	font-size: 40px;
	text-align: center;
	margin-bottom: 0;
}

/* ================= MODERN CONTACT PAGE ================= */
.modern-contact-section {
	padding: 80px 0;
}

.contact-wrapper {
	background: #fff;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06) !important;
}

.info-panel {
	background: linear-gradient(135deg, #08405f 0%, #333399 100%);
}

.info-panel .bg-pattern {
	background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
	background-size: 30px 30px;
}

.icon-circle {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
	width: 45px;
	height: 45px;
}

.icon-circle i {
	color: #08405f;
	font-size: 18px;
}

.tracking-wider {
	letter-spacing: 1px;
}

.hover-opacity {
	transition: opacity 0.3s ease;
}

.hover-opacity:hover {
	opacity: 0.8;
}

.modern-form .form-control {
	border: 2px solid #edf1f7;
	border-radius: 12px;
	background-color: #fbfdff;
	transition: all 0.3s ease;
}

.modern-form .form-control:focus {
	border-color: #333399;
	box-shadow: 0 0 0 0.25rem rgba(51, 51, 153, 0.1);
	background-color: #fff;
}

.modern-form .form-floating label {
	color: #6c757d;
}

.modern-form .btn-modern-submit {
	background-color: #333399;
	/* Using the red from the theme */
	border: none;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.modern-form .btn-modern-submit:hover {
	background-color: #333399;
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgb(51 51 153 / 32%) !important;
}

.map-wrapper {
	border: 8px solid #fff;
}

@media (max-width: 991.98px) {
	.modern-contact-section {
		padding: 50px 0 0;
	}

	.contact-wrapper {
		border-radius: 16px;
	}

	.info-panel {
		padding: 40px 30px !important;
	}

	.form-panel {
		padding: 40px 30px !important;
	}
}

@media (max-width: 480px) {
	.contact-details li {
		position: relative;
		padding-left: 68px;
	}

	.contact-details li div a strong {
		font-size: 16px !important;
	}

	.icon-circle {
		position: absolute;
		top: 3px;
		left: 0;
	}
}

/* ================= WORK GALLERY PAGE ================= */
.work-item {
	cursor: pointer;
	height: 280px;
}

.work-item img {
	height: 100%;
	object-fit: cover;
}

.transition-transform {
	transition: transform 0.4s ease;
}

.work-item:hover .transition-transform {
	transform: scale(1.05);
}

.work-overlay {
	background-color: rgba(8, 64, 95, 0.85);
	/* Theme blue color with opacity */
	opacity: 0;
	transition: opacity 0.4s ease;
}

.work-item:hover .work-overlay {
	opacity: 1;
}

.work-overlay i {
	transform: scale(0.5);
	transition: transform 0.4s ease;
}

.work-item:hover .work-overlay i {
	transform: scale(1);
}

/* ================= ABOUT PAGE ================= */
.about-overview-heading {
	border-color: #333399 !important;
}



.about-lead-text {
	font-size: 1.25rem;
}

.about-capabilities {
	background-color: #f8f9fc;
	border-radius: 30px;
}

.capability-card {
	border-color: transparent !important;
}

.capability-card i {
	color: #333399;
}

.about-products p,
.about-products li span {
	font-size: 1.1rem;
}

.about-products h5,
.capability-card h5,
.about-products h6 {
	font-family: "Open Sans", sans-serif;
}

.product-item-card {
	border-color: #333399 !important;
	border-left-color: #333399 !important;
}

.product-item-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05) !important;
}

.product-item-icon {
	color: #333399;
}

/* ================= CAREERS PAGE ================= */
.max-w-600 {
	max-width: 600px;
}

.text-1-1rem {
	font-size: 1.1rem;
}

.careers-cta-card {
	border-radius: 20px;
	overflow: hidden;
}

.careers-cta-bg {
	background-color: #333399;
	opacity: 0.03;
}

.icon-gradient-bg {
	width: 80px;
	height: 80px;
	background: linear-gradient(135deg, #08405f 0%, #333399 100%);
}

.careers-divider {
	border-color: #333399;
}

.font-futura {
	font-family: 'futura_md_btmedium';
}

.btn-gradient-blue {
	background: #333399;
	color: white !important;
	border: none;
	letter-spacing: 0.5px;
}

.btn-gradient-blue:hover {
	background: #000;
	color: #fff;
}

.careers-hero-img {
	height: 550px;
	object-fit: cover;
}

.careers-img-backdrop {
	width: 80%;
	height: 80%;
	background-color: #f8f9fc;
	z-index: -1;
	border: 2px solid #e2e5f3;
}

.text-theme-red {
	color: #d70b1c !important;
}

.text-theme-blue {
	color: #333399 !important;
}

.subtitle-letter-spacing {
	letter-spacing: 2px;
}

.culture-card {
	background-color: #f8f9fc;
	border-left: 5px solid #333399;
}

.culture-icon-wrapper {
	width: 70px;
	height: 70px;
}



@media (max-width: 480px) {
	.capability-card h5 {
		font-size: 16px;
	}

	.about-lead-text {
		font-size: 16px;
		line-height: 26px !important;
	}

	.pagetitle {
		padding: 20px 0;
	}

	.pagetitle h1 {
		font-size: 26px;

	}

	.careers-cta .card-body {
		padding: 20px 10px !important;
	}

	.btn-gradient-blue {
		padding: 10px 20px !important;
		font-size: 16px;
	}
}



/***********************************************
		Service details
************************************************/
.service-details-section {
	background-color: #fff;
}

/* Sidebar Service Menu */
.service-menu-widget {
	background-color: #f8f9fa;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.service-menu li {
	margin-bottom: 10px;
}

.service-menu li:last-child {
	margin-bottom: 0;
}

.service-menu li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
	background-color: #fff;
	color: #444;
	font-weight: 600;
	text-decoration: none;
	border-radius: 5px;
	transition: all 0.3s ease;
	border: 1px solid #eee;
}

.service-menu li a:hover,
.service-menu li.active a {
	background-color: #0056b3;
	color: #fff;
	border-color: #0056b3;
}

.service-menu li a i {
	font-size: 0.85rem;
	transition: transform 0.3s ease;
}

.service-menu li a:hover i,
.service-menu li.active a i {
	transform: translateX(5px);
}

/* Contact Widget */
.contact-widget-inner {
	border-radius: 8px;
}

/* Download Widget */
.download-widget .pdf-btn {
	transition: all 0.3s ease;
}

.download-widget .pdf-btn:hover {
	background-color: #cc0000;
	color: #fff;
	border-color: #cc0000;
}

/* Feature List */
.department-feature-list {
	list-style: none;
	padding: 0;
}

.department-feature-list li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 15px;
	font-size: 1.05rem;
	color: #555;
	font-weight: 500;
}

.department-feature-list li i {
	position: absolute;
	left: 0;
	top: 3px;
	color: #cc0000;
	/* Red accent */
	font-size: 1.2rem;
}

/* Accordion Custom Styles */
.custom-accordion .accordion-button {
	background-color: #f8f9fa;
	color: #333;
	box-shadow: none !important;
}

.custom-accordion .accordion-button:not(.collapsed) {
	background-color: #0056b3;
	color: #fff;
}

.custom-accordion .accordion-button::after {
	filter: grayscale(1);
}

.custom-accordion .accordion-button:not(.collapsed)::after {
	filter: brightness(0) invert(1);
}

.custom-accordion .accordion-body {
	background-color: #fff;
	border-top: 1px solid #eee;
}






/* Service Details Layout Styles */
.service-details-section {
	background-color: #fff;
}

/* Sidebar Service Menu */
.service-menu-widget {
	background-color: #f8f9fa;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.service-menu li {
	margin-bottom: 10px;
}

.service-menu li:last-child {
	margin-bottom: 0;
}

.service-menu li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 20px;
	background-color: #fff;
	color: #444;
	font-weight: 600;
	text-decoration: none;
	border-radius: 5px;
	transition: all 0.3s ease;
	border: 1px solid #eee;
}

.service-menu li a:hover,
.service-menu li.active a {
	background-color: #333399;
	color: #fff;
	border-color: #333399;
}

.service-menu li a i {
	font-size: 0.85rem;
	transition: transform 0.3s ease;
}

.service-menu li a:hover i,
.service-menu li.active a i {
	transform: translateX(5px);
}

/* Contact Widget */
.contact-widget-inner {
	border-radius: 8px;
}

/* Download Widget */
.download-widget .pdf-btn {
	transition: all 0.3s ease;
}

.download-widget .pdf-btn:hover {
	background-color: #cc0000;
	color: #fff;
	border-color: #cc0000;
}

/* Feature List */
.department-feature-list {
	list-style: none;
	padding: 0;
}

.department-feature-list li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 15px;
	font-size: 1.05rem;
	color: #555;
	font-weight: 500;
}

.department-feature-list li i {
	position: absolute;
	left: 0;
	top: 3px;
	color: #cc0000;
	/* Red accent */
	font-size: 1.2rem;
}

/* Accordion Custom Styles */
.custom-accordion .accordion-button {
	background-color: #f8f9fa;
	color: #333;
	box-shadow: none !important;
}

.custom-accordion .accordion-button:not(.collapsed) {
	background-color: #333399;
	color: #fff;
}

.custom-accordion .accordion-button::after {
	filter: grayscale(1);
}

.custom-accordion .accordion-button:not(.collapsed)::after {
	filter: brightness(0) invert(1);
}

.custom-accordion .accordion-body {
	background-color: #fff;
	border-top: 1px solid #eee;
}

/* Job Listings Styles */
.job-listings {
	padding: 70px 0;
}

.section-title {
	color: #04273a;
	font-family: 'futura_md_btbold', sans-serif;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.job-card {
	border-radius: 12px;
	transition: all 0.3s ease;
	border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.job-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1) !important;
}

.job-card .card-title {
	color: #333399;
	font-family: 'futura_md_btbold', sans-serif;
}

.job-card .badge {
	font-weight: 600;
	letter-spacing: 0.5px;
}

.job-card .bg-primary {
	background-color: #333399 !important;
}

.apply-btn {
	border-color: #333399;
	color: #333399;
	border-radius: 8px;
	transition: all 0.3s ease;
}

.apply-btn:hover {
	background-color: #333399;
	color: #fff;
	border-color: #333399;
}

.apply-btn i {
	transition: transform 0.3s ease;
}

.apply-btn:hover i {
	transform: translateX(5px);
}

/* Pagination Styles */
.custom-pagination .page-item .page-link {
	color: #333399;
	border: none;
	margin: 0 5px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	transition: all 0.3s ease;
}

.custom-pagination .page-item.active .page-link,
.custom-pagination .page-item .page-link:hover {
	background-color: #333399;
	color: #fff;
	box-shadow: 0 4px 10px rgba(51, 51, 153, 0.3);
}

/* Contact Page Redesign */
.contact-overlap-container {
	margin-top: -150px;
	position: relative;
	z-index: 10;
}

.contact-map-header {
	border-radius: 30px;
	margin-top: 70px;
}

.contact-map-header iframe {
	border-radius: 30px;
}

.contact-info-card {
	border-radius: 20px;
	transition: all 0.3s ease;
}

.contact-info-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
}

.contact-info-card .icon-box {
	transition: all 0.3s ease;
}

.contact-info-card:hover .icon-box {
	transform: scale(1.1);
	background-color: #04273a !important;
}

.contact-form-modern .form-control {
	border-radius: 12px;
}

.contact-form-modern .form-control:focus {
	box-shadow: 0 0 0 0.25rem rgba(51, 51, 153, 0.25);
	background-color: #fff !important;
	border: 1px solid #333399 !important;
}

.send-btn {
	transition: all 0.3s ease;
}

.send-btn:hover {
	background-color: #04273a !important;
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(51, 51, 153, 0.3) !important;
}