@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body {
	font-family: "Open Sans", sans-serif;
}
html {
	scroll-behavior: smooth;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
}

img {
	max-width: 100%;
}

p {
	font-size: 16px;
	color: #000;
	line-height: 24px;
}

p a {
	color: #ea0505;
	text-decoration: none;
}

p a:hover {
	color: #266296;
}

img {
	max-width: 100%;
}

.container {
	max-width: 1170px;
}

ul,
ol {
	list-style: none;
}

#wrapper {
	position: relative;
	width: 100%;
	overflow: clip;
}

.max-container {
	max-width: 1316px;
	margin: 0 auto;
}

#header .max-container {
	position: relative;
	z-index: 2;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 18px;
	background: #fff;
}

#header .max-container::before,
#header .max-container::after {
	position: absolute;
	z-index: -1;
	bottom: 0;
	width: 44px;
	height: 41px;
	content: "";
	pointer-events: none;
}

#header .max-container::before {
	left: -43px;
	background: url('../images/curve-shape-1.png') no-repeat;
}

#header .max-container::after {
	right: -43px;
	background: url('../images/curve-shape-2.png') no-repeat;
}

/* Hero slider */
.slider-area {
	position: relative;
	margin-top: -30px;
	padding: 0 45px;
}

.slider-area .row {
	margin: 0;
}

.slider-area .col-sm-12 {
	padding: 0;
}

.slider-area .hero-carousel {
	position: relative;
}

.slider-area .hero-carousel .animated {
	animation-duration: .9s;
	animation-fill-mode: both;
}

.slider-area .hero-carousel .heroFadeIn {
	animation-name: heroFadeIn;
}

.slider-area .hero-carousel .heroFadeOut {
	animation-name: heroFadeOut;
}

@keyframes heroFadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes heroFadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.slider-area .hero-slide {
	position: relative;
	overflow: hidden;
	border-radius: 0 0 30px 30px;
}

.slider-area .hero-slide>img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1831 / 865;
	object-fit: cover;
	border-radius: 40px;
}

.slider-area .hero-content {
	position: absolute;
	z-index: 2;
	top: 31.7%;
	left: 14.7%;
	width: min(510px, 38%);
	padding: 43px 44px 48px 44px;
	background: #fff;
	border: 2px solid #002d63;
	border-radius: 30px;
	box-shadow: 0 0 0 11px #fff;
}
.slider-area .hero-content :after{
	position: absolute;
	left: 46px;
	top: -3px;
	height: 3px;
	content: '';
	background: #fff;
	width: 100px;
}
.slider-area .hero-kicker {
	margin: 0 0 3px;
	color: #000000;
	font-family: "Montserrat", sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.15;
	text-transform: uppercase;
}

.slider-area .hero-content h1,
.slider-area .hero-content h2{
	margin: 0 0 28px;
	color: #050505;
	font-size: 60px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	line-height: 64px;
	text-transform: uppercase;
}
.slider-area .hero-content .btn-area{
	margin-left: 2px;
}

.slider-area .hero-content h1 .blue,
.slider-area .hero-content h2 .blue{
	color: #002d63;
}
.slider-area .hero-content .btn-area .btn span{
	margin-right: 7px;
}
.slider-area .hero-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 50px;
	padding: 12px 28px;
	border-radius: 7px;
	background: #002d63;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color .25s ease, transform .25s ease;
}

.slider-area .hero-cta:hover,
.slider-area .hero-cta:focus-visible {
	background: #064d91;
	color: #fff;
	transform: translateY(-2px);
}

.slider-area .hero-cta i {
	transition: transform .25s ease;
}

.slider-area .hero-cta:hover i {
	transform: translateX(3px);
}

.slider-area .hero-carousel.owl-carousel .owl-nav {
	position: absolute;
	z-index: 3;
	top: 50%;
	right: -13px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 0;
	padding: 16px 10px;
	background: #fff;
	transform: translateY(-50%);
	border-radius: 30%;
}
.slider-area .hero-carousel.owl-carousel .owl-nav:before,
.slider-area .hero-carousel.owl-carousel .owl-nav:after{
	position: absolute;
	z-index: -1;
	width: 76px;
	height: 105px;
	content: "";
	pointer-events: none;
	right: 12px;
}

.slider-area .hero-carousel.owl-carousel .owl-nav:before{
	top: -37px;
	background: url('../images/curve-shape-3.png') no-repeat;
}

.slider-area .hero-carousel.owl-carousel .owl-nav:after{
	bottom: -39px;
	background: url('../images/curve-shape-4.png') no-repeat;
	height: 130px;
}
.slider-area .hero-carousel.owl-carousel .owl-nav.disabled {
	display: flex;
}

.slider-area .hero-carousel.owl-carousel .owl-nav button.owl-prev,
.slider-area .hero-carousel.owl-carousel .owl-nav button.owl-next {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	margin: 0;
	background: #e7e8ec;
	color: #050505;
	font-size: 26px;
	border-radius: 100%;
	line-height: 1;
	opacity: 1;
	transition: background-color .2s ease, color .2s ease;
}

.slider-area .hero-carousel.owl-carousel .owl-nav button:hover,
.slider-area .hero-carousel.owl-carousel .owl-nav button:focus-visible {
	background: #002d63;
	color: #fff;
}

.slider-area .hero-carousel.owl-carousel .owl-nav button i {
	display: block;
	font-size: 18px;
}

@media (max-width: 991.98px) {
	.slider-area .hero-content {
		left: 8%;
		width: min(330px, 48%);
		padding: 24px;
	}

	.slider-area .hero-content h1,
	.slider-area .hero-content h2 {
		margin-bottom: 16px;
	}

	.slider-area .hero-cta {
		min-height: 44px;
		padding: 10px 20px;
		font-size: 12px;
	}
}

@media (max-width: 767.98px) {
 

	.slider-area {
		margin-top: 10px;
	}

    .slider-area .hero-content { 
        max-width: inherit !important; 
        bottom: 5% !important;
        top: auto !important;
        right: 10% !important;
        left: 10% !important;
    }

	.slider-area .hero-slide {
		min-height: 440px;
		border-radius: 0 0 22px 22px;
	}

	.slider-area .hero-slide>img {
		height: 440px;
		aspect-ratio: auto;
		object-position: 67% center;
	}

 
	.slider-area .hero-content {
		top: auto;
		right: 54px;
		bottom: 38px;
		left: 24px;
		width: auto;
		max-width: 330px;
		padding: 22px;
	}

	.slider-area .hero-content h1,
	.slider-area .hero-content h2 {
		font-size: clamp(28px, 9vw, 42px);
	}

	.slider-area .hero-carousel.owl-carousel .owl-nav {
		top: 42%;
		padding: 10px 7px;
		border-radius: 22px 0 0 22px;
	}

	.slider-area .hero-carousel.owl-carousel .owl-nav button.owl-prev,
	.slider-area .hero-carousel.owl-carousel .owl-nav button.owl-next {
		width: 36px;
		height: 36px;
		font-size: 20px;
	}
}

@media (max-width: 575px) {
.slider-area .hero-slide>img{height: 340px;}
.slider-area .hero-slide{min-height: inherit;}


    .slider-area .hero-content h1, .slider-area .hero-content h2 {
        font-size: 22px;
    }
        .slider-area .hero-kicker {
        font-size: 14px;
    }
    .slider-area .hero-content .btn-area .btn {
        font-size: 14px;
        padding: 12px 18px;
    }
}


@media (max-width: 420px) {
	.slider-area .hero-content {
		right: 30px;
		bottom: 30px;
		left: 18px;
		padding: 18px;
	}

	.slider-area .hero-kicker {
		font-size: 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.slider-area .hero-carousel .animated {
		animation-duration: .01ms;
	}
}


#header .container {
	max-width: 1170px;
}

#header .nav-align {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#header .nav-align .navbar {
	padding: 26px 0;
	width: 100%;
}

#header .nav-align .navbar .navbar-nav .nav-item {
	margin: 0 14px;
}

#header .nav-align .navbar .navbar-nav .nav-link {
	font-size: 18px;
	font-weight: 700;
	color: #0b2138;
	padding: 0;
}

#header .nav-align .navbar .navbar-nav .nav-link:hover,
#header .nav-align .navbar .navbar-nav .nav-link.active {
	color: #f1b209;
}

.close-toggler {
	display: none;
}

.navbar-expand-lg .navbar-nav {
	margin-right: 15px;
}

.headerInfo {
	z-index: 99;
	position: relative;
	margin-bottom: -40px;
}

#header .right-top .info i {
	background: #f1b209;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	line-height: 40px;
	text-align: center;
}

.site-header .navbar-toggler {
	display: none;
}

.header-nav-bar .dropdown-toggle::after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .4em solid !important;
	border-right: .4em solid transparent !important;
	border-bottom: 0;
	border-left: .4em solid transparent !important;
}

#header .right-top .info a {
	font-size: 24px;
}

/* responsive tweaks */
@media (max-width: 991.98px) {
	#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: #000000;
	margin-bottom: 9px;
	font-size: 20px;
	line-height: 1.2;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}

.nav-link:focus-visible {
	box-shadow: none !important;
}

.heading h2 {
	margin: 0;
	font-weight: bold;
	font-size: 60px;
	line-height: 1.2;
	color: #000;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}
.heading h2 .blue{
	color: #002d62;
}
.header-container {
	width: 100%;
	top: 10px;
	left: 0;
	z-index: 1000;
}

.site-header {
	transition: all 0.3s ease;
	/* position: absolute; */
	top: 20px;
	width: 100%;
}

.header-main-row {
	min-height: 72px;
}

.header-brand {
	flex: 0 0 auto;
}

.header-brand .logo {
	padding: 0;
	text-align: left;
}

.header-brand .logo img {
	display: block;
	width: clamp(210px, 19vw, 337px);
	height: auto;
}

.header-nav-col {
	min-width: 0;
	padding: 0 24px;
}

.header-nav-col .navbar {
	padding: 0;
}

.header-call {
	flex: 0 0 auto;
	min-width: 205px;
	padding: 0 2.5% 0 4%;
}

.site-header .container {
	max-width: 1345px;
}

.menu-capsule .nav-item {
	margin: 0 !important;
	padding: 0px 21px;
}

.menu-capsule .nav-link {
	font-family: "Open Sans", sans-serif;
	font-size: 16px !important;
	font-weight: 600 !important;
	color: rgba(255, 255, 255, 0.85) !important;
	text-transform: none !important;
	padding: 0px !important;
	transition: all 0.25s ease;
	white-space: nowrap;
}

.menu-capsule .nav-link:hover,
.menu-capsule .nav-link.active {
	color: #4dbccb !important;
}


.menu-capsule .nav-link.active {
	color: #4dbccb !important;
}

.navbar-collapse .main-btn a {
	background: none;
	border: 2px solid #fff;
}

.navbar-collapse .main-btn a:hover {
	background: #54b948;
	border-color: #54b948;
}

.btn-book-now:hover i {
	transform: translateX(4px);
}

.site-header .navbar-toggler {
	width: 46px;
	height: 46px;
	border: 2px solid #002d62;
	padding: 0;
	background: #fff;
	color: #002d62;
	font-size: 22px;
	line-height: 1;
}

.site-header .navbar-toggler:focus {
	box-shadow: 0 0 0 3px rgba(0, 45, 98, .18);
}

.header-container .call-now{
	display: flex;
	align-items: center;
	gap: 10px;
}
 
.header-container .call-now .txt .call{
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #002d62;
}
.header-container .call-now .txt a{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	font-family: "Montserrat", sans-serif;
	text-decoration: none;
	transition: all ease 0.5s;
	line-height: 20px;
}
.header-container .call-now .txt a:hover{
	color: #002d62;
}
@media (min-width: 992px) {
	.header-nav-bar .navbar-collapse {
		display: flex !important;
	}

	.site-header .close-toggler {
		display: none;
	}

	.header-nav-bar .dropdown:hover>.dropdown-menu,
	.header-nav-bar .dropdown.show>.dropdown-menu {
		display: block;
	}

	.header-nav-bar .dropdown-menu {
		position: absolute;
	}
}

@media (min-width: 1201px) {
	#header #navbarMain {
		flex-basis: auto;
		flex-grow: 0;
	}
}






@keyframes floatImage {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-12px);
	}
}





.menu-capsule.transparent-menu {
	background-color: transparent !important;
	border: none !important;
}

.menu-capsule.transparent-menu .nav-link {
	font-size: 16px !important;
	font-weight: 700 !important;
	color: #000 !important;
}

.menu-capsule.transparent-menu .nav-link:hover,
.menu-capsule.transparent-menu .nav-link.active {
	color: #01305f !important;
}


.navbar-expand-xl .navbar-collapse {
	gap: 20px;
}









@media only screen and (max-width: 1600px) {
	.navbar-collapse .main-btn a {
		font-size: 16px;
		padding: 16px 18px;
	}

	.menu-capsule .nav-item {
		margin: 0 !important;
		padding: 0px 10px;
	}

}


@media only screen and (max-width: 1440px) {
	.navbar-collapse .main-btn a {
		font-size: 16px;
		padding: 16px 18px;
	}

	.menu-capsule .nav-item {
		margin: 0 !important;
		padding: 0px 10px;
	}

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

}




@media only screen and (max-width: 1199.98px) {
	.header-main-row {
		min-height: 68px;
	}

	.header-nav-col {
		padding: 0;
	}

	.header-brand .logo {
		padding-left: 0;
	}

	.header-brand .logo img {
		width: clamp(190px, 35vw, 245px);
	}

	.headerInfo .logo {
		text-align: left;
		padding-left: 0;
	}

	.site-header .navbar-toggler {
		position: absolute;
		right: 0;
		top: 50%;
		z-index: 999;
		border-radius: 8px;
		transform: translateY(-50%);
	}


	.site-header .navbar-toggler {
		display: block;
	}

	#header .navbar-collapse {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 100%;
		width: min(360px, 86vw);
		height: 100vh;
		height: 100dvh;
		padding: 70px 20px 24px;
		overflow-y: auto;
		visibility: hidden;
		background: linear-gradient(180deg, #040913 0%, #020521 100%);
		transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
		z-index: 10000;
		display: block !important;
		border-left: 1px solid rgba(255, 255, 255, 0.08);
	}

	#header .navbar-collapse.show {
		visibility: visible;
		transform: translateX(-100%);
	}


	.navbar-nav.menu-capsule .nav-item .nav-link {
		padding: 12px 16px !important;
	}

	#header .header-row {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.menu-capsule .nav-item {
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
		width: 100%;
	}

	.menu-capsule.transparent-menu .nav-link {
		border: none;
	}

	#header #navbarMain .menu-capsule .nav-link {
		color: #fff !important;
	}
	#header #navbarMain .menu-capsule .nav-link:hover,
	#header #navbarMain .menu-capsule .nav-link.active{
		color: #002d62 !important;
	}

	#header .header-nav-col {
		display: flex;
		flex: 1 1 auto;
		justify-content: flex-end;
	}

	.menu-capsule .nav-item {
		padding: 0px;
	}

	.menu-capsule .nav-link:hover,
	.menu-capsule .nav-link.active {
		color: #002d62 !important;
		background: #fff !important;
		padding-left: 15px !important;
	}



	.header-nav-bar .navbar-nav {
		gap: 0;
	}

	#header .close-toggler {
		display: block;
		background: none;
		border: none;
		color: #fff;
		font-size: 26px;
		position: absolute;
		top: 12px;
		right: 16px;
		padding: 4px;
		line-height: 1;
		transition: color 0.25s ease;
	}

	#header .header-nav-col .nav-align {
		order: 3;
		width: 70%;
		flex: 0 0 70%;
		justify-content: flex-end;
	}



	.header-utility-col {
		margin: 0;
	}

	.header-nav-bar {
		padding: 0 15px;
	}

	.header-nav-bar .nav-link {
		font-size: 12px;
	}


	#header .header-nav-col .nav-align .navbar {
		padding: 0 0 14px 0;
	}

	#header .nav-align .navbar .navbar-nav .nav-item {
		margin: 0 10px;
	}

	#header .logo {
		justify-content: flex-start;
	}

}

@media only screen and (max-width: 991.98px) {


	.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 .navbar-collapse {
		position: fixed;
		top: 0px;
		bottom: 0;
		left: 100%;
		width: min(360px, 86vw);
		height: 100vh;
		height: 100dvh;
		padding: 70px 20px 24px;
		overflow-y: auto;
		visibility: hidden;
		background: linear-gradient(180deg, #040913 0%, #020521 100%);
		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%);
	}

	#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: #232430;
		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) {
	#header .max-container::before,
	#header .max-container::after {
		bottom: 0;
		width: 50%;
	}

	#header .max-container::before {
		border-bottom-left-radius: 20px;
	}

	#header .max-container::after {
		border-bottom-right-radius: 20px;
	}

	.slider-area {
		margin-top: -20px;
	}

	.header-brand .logo img {
		width: min(210px, 62vw);
	}

	#header .navbar-collapse {
		width: 80%;
	}

}


/* ==========================================================================
   arc Custom Dropdown -- Hover on desktop | Click on mobile sidebar
   ========================================================================== */

/* Wrapper */
.arc-dropdown {
	position: relative;
}

/* Row layout: link + mobile caret button side by side */
.arc-nav-row {
	display: flex;
	align-items: center;
	width: 100%;
}

/* FA chevron caret inside the nav-link (desktop visible) */
.arc-caret {
	margin-left: 5px;
	vertical-align: middle;
	display: inline-block;
	transition: transform 0.25s ease;
}

/* Rotate caret on desktop hover */
.arc-dropdown:hover>.arc-nav-row .arc-caret {
	transform: rotate(180deg);
}

/* Mobile caret button - hidden on desktop */
.arc-caret-btn {
	display: none;
	background: none;
	border: none;
	color: rgba(255, 255, 255, 1);
	font-size: 13px;
	padding: 4px 8px;
	cursor: pointer;
	margin-left: auto;
	line-height: 1;
	transition: color 0.2s ease;
}

/* Dropdown panel */
.arc-dropdown-menu {
	display: none;
	position: absolute;
	left: 100%;
	transform: translateX(-50%) translateY(6px);
	min-width: 230px;
	background: #fff;
	border: none;
	border-radius: 12px;
	padding: 8px 0;
	list-style: none;
	margin: 0;
	z-index: 9999;
	box-shadow: 0 12px 40px rgb(0 0 0 / 21%);
	opacity: 0;
	transition: opacity 0.22s ease, transform 0.22s ease;
	pointer-events: none;
}

/* Desktop: show on hover */
@media (min-width: 1201px) {
	.arc-dropdown:hover>.arc-dropdown-menu {
		display: block;
		opacity: 1;
		transform: translateX(-50%) translateY(0);
		pointer-events: auto;
	}
}


/* Dropdown items */
.arc-dropdown-item {
	display: block;
	padding: 10px 22px;
	font-size: 15px;
	font-weight: 500;
	color: #000;
	text-decoration: none;
	font-family: "Open Sans", sans-serif;
	transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
	white-space: nowrap;
}

.arc-dropdown-item:hover, .arc-dropdown-item.active {
	background: #0e5295;
	color: #fff;
}

/* ==========================================================================
   Mobile sidebar (<=1200px): accordion click-to-open
   ========================================================================== */
@media (max-width: 1199.98px) {

	.arc-dropdown {
		position: static;
		width: 100%;
	}

	.arc-nav-row {
		position: relative;
	}

	.arc-caret-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
		border-radius: 6px;
		background: #fff;
		color: #000;
		font-size: 13px;
		transition: background 0.2s ease, color 0.2s ease;
		position: absolute;
		top: 7px;
		right: 0;
	}

	.arc-nav-row {
		display: block;
	}



	.arc-dropdown.secr-open .arc-caret-btn i {
		transform: rotate(180deg);
		transition: transform 0.25s ease;
	}

	.arc-caret {
		display: none;
	}

	.arc-dropdown-menu {
		position: static !important;
		transform: none !important;
		left: auto;
		top: auto;
		background: rgba(255, 255, 255, 0.05);
		border: none;
		border-top: 1px solid rgba(255, 255, 255, 0.06);
		border-radius: 0;
		padding: 0;
		box-shadow: none;
		overflow: hidden;
		max-height: 0;
		opacity: 0;
		display: block !important;
		pointer-events: none;
		transition: max-height 0.3s ease, opacity 0.3s ease;
	}

	.arc-dropdown.secr-open>.arc-dropdown-menu {
		max-height: 300px;
		opacity: 1;
		pointer-events: auto;
	}

	.arc-dropdown-menu::before {
		display: none;
	}

	.arc-dropdown-item {
		padding: 11px 32px;
		font-size: 15px;
		color: rgba(255, 255, 255, 0.70);
		border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	}


}

/* Float animation */
@keyframes floatAnim {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-12px);
	}

	100% {
		transform: translateY(0px);
	}
}

.floating-img {
	animation: floatAnim 4s ease-in-out infinite;
}

.top-text-area{
	padding-top: 20px;
	padding-bottom: 20px;
}
.top-text-area .heading{
	text-align: left;
	padding-right: 8%;
}
.top-text-area .img-holder{
	padding-left: 56px;
}
.btn-primary{
	background: #002d62;
	font: bold 18px/1.2 "Montserrat", sans-serif;
	text-transform: uppercase;
	padding: 21px 40px;
	border: 0;
	border-radius: 10px;
}
.btn-primary:hover{
	background: #000;
}
.top-text-area{
	padding: 66px 0 55px;
	position: relative;
}
.top-text-area:before{
	position: absolute;
	left: 0;
	top: -95px;
	background: url('../images/bg-lights.png') no-repeat;
	width: 1108px;
	height: 1186px;
	content: '';
	pointer-events: none;
}
.top-text-area .img-holder .img.top-radius{
	border-radius: 100% 100% 0 0;
	overflow: hidden;
	position: relative;
	top: 10px;
}
.top-text-area .heading p{
	color: #686868;
	margin: 0 0 24px;
}
.top-text-area .heading .btn-area{
	padding-top: 3px;
}
.top-text-area .heading .btn-area .btn span{
	margin-right: 8px;
}
.top-text-area .img-holder img{
	display: block;
	max-width: 100%;
	width: 100%;
	overflow: hidden;
}
.top-text-area .img-holder .img.sec{
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding-bottom: 2px;
}
.top-text-area .img-holder .img.sec .ico,
.top-text-area .img-holder .img.sec .ico2{
	width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
	top: 163px;
	left: -1px;
	pointer-events: none;
}
.top-text-area .img-holder .img.sec .ico2{
	left: 50%;
	top: auto;
	bottom: 0;
	margin-left: -13px;
}
.top-text-area .img-holder .img.sec .ico:before,
.top-text-area .img-holder .img.sec .ico2:before{
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	    width: 80px;
    height: 98px;
    border-radius: 50%;
    box-shadow: -42px 63px 0 0 #fff;
}
.top-text-area .heading h2{
	line-height: 1;
	margin-bottom: 21px;
}
.top-text-area .heading .title{
	margin-bottom: 9px;
}
.top-text-area .img-holder .img.bottom{
	margin-top:-160px;
	border: 20px solid #fff;
	border-radius: 30px;
	position: relative;
	z-index: 2;
}
.top-text-area .img-holder .txt{
	background: #002d62;
	margin-top: 20px;
	margin-right: 10px;
	text-align: center;
	color: #fff;
	padding: 30px 40px 70px;
	border-radius: 0 0 100% 100%;
}
.top-text-area .img-holder .txt .num{
	font: bold 60px/1.2 "Montserrat", sans-serif;
}
.top-text-area .img-holder .txt span{
	text-transform: uppercase;
	font: 600 18px/1.2 "Montserrat", sans-serif;
	display: block;
}


/* =====================================
   Services Section
===================================== */

.services-area {
	position: relative;
	padding: 70px 0 88px;
	background: url('../images/bg-services.jpg') no-repeat;
	background-size: cover;
}

.services-area .heading {
	margin-bottom: 45px;
	text-align: center;
}

.services-area .heading h2 {
	margin: 0;
	color: #fff;
	font: 700 48px/1.1 "Montserrat", sans-serif;
	text-transform: uppercase;
}

.services-area .service-frame {
	position: relative;
	height: 100%;
	padding-bottom: 53px;
}


/* =====================================
   SVG Image
===================================== */

.services-area .service-image {
	position: relative;
	width: 100%;
	height: 420px;
}

.services-area .service-image svg {
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
}

.services-area .service-image image {
	width: 100%;
	height: 100%;
	transition: transform 0.5s ease;
	transform-origin: center;
	object-fit: cover;
}

.services-area .service-frame:hover .service-image image {
	transform: scale(1.025);
}

.services-area .service-link {
	position: absolute;
	top: 0;
	right: 3px;
	z-index: 5;

	width: 55px;
	height: 55px;

	border-radius: 50%;
	background: #fff;

	color: #111;
	text-decoration: none;

	display: flex;
	align-items: center;
	justify-content: center;

	font-size: 18px;
	line-height: 1;

	transition:
		background-color 0.3s ease,
		color 0.3s ease,
		transform 0.3s ease;
}

.services-area .service-link:hover {
	background: #37a6db;
	color: #fff; 
}

.services-area .service-link i {
	display: block;
	transition: transform 0.3s ease;
}

 

.services-area .service-caption a{
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	z-index: 4;
text-decoration: none;
	min-height: 90px;
	padding: 0 15px 18px;

	border-radius: 15px;
	background: #fff;

	text-align: center;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}

.services-area .service-icon {
	width: 71px;
	height: 71px;

	margin: -35px auto 16px;

	border: 2px solid #0478e1;
	border-radius: 50%;
	background: #fff;

	display: flex;
	align-items: center;
	justify-content: center;
}

.services-area .service-icon img {
	display: block;
	width: auto;
	height: auto;
	max-width: 42px;
	max-height: 42px;
	object-fit: contain;
}


.services-area .service-caption h3 {
	margin: 0;
	color: #111;
	font: 700 20px/1.2 "Montserrat", sans-serif;
}
.services-area .service-caption a:hover h3{color: #002d62;}

/* =====================================
   Large Laptop
===================================== */

@media (max-width: 1399px) {

	.services-area .service-image {
		height: 460px;
	}

	.services-area .service-caption h3 {
		font-size: 18px;
	}

}

@media (max-width: 1199px) {

	.services-area .heading h2 {
		font-size: 42px;
	}

	.services-area .service-image {
		height: 500px;
	}

	.services-area .service-frame {
		margin-bottom: 30px;
	}

}

@media (max-width: 991px) {

	.services-area {
		padding: 60px 0;
	}

	.services-area .heading h2 {
		font-size: 36px;
	}

	.services-area .service-image {
		height: 580px;
	}

	.services-area .service-link {
		width: 70px;
		height: 70px;
		font-size: 22px;
	}

}

@media (max-width: 767px) {

	.services-area {
		padding: 50px 0;
	}

	.services-area .heading {
		margin-bottom: 30px;
	}

	.services-area .heading h2 {
		font-size: 30px;
	}

	.services-area .service-frame {
		max-width: 430px;
		margin: 0 auto 30px;
		padding-bottom: 65px;
	}

	.services-area .service-image {
		height: 540px;
	}

	.services-area .service-link {
		width: 65px;
		height: 65px;
		font-size: 20px;
	}

}

@media (max-width: 480px) {

	.services-area .heading h2 {
		font-size: 27px;
	}

	.services-area .service-image {
		height: 480px;
	}

	.services-area .service-caption {
		left: 15px;
		right: 15px;
	}

}

.why-choose{
	padding: 68px 0 85px;
}
.why-choose .heading{
	max-width: 75%;
	margin: 0 auto 51px;
}
.why-choose .heading h2{
	margin-bottom: 20px;
	font-size: 42px;
	max-width: 900px;
	margin: 0 auto 13px;
}
.why-choose .img-box{
	border-radius: 100%;
	overflow: hidden;
	border: 2px solid #002d62;
	max-width: 510px;
	margin: 0 auto;
	animation: floatImage 2s ease-in-out infinite;
}
.why-choose .img-box img{
	display: block;
	width: 100%;
	padding: 15px;
	border-radius: 100%;
	overflow: hidden;
}
.why-choose .text-box{
	overflow: hidden;
	padding: 14px 0;
}
.why-choose .text-box .icon{
	float: left;
	width: 80px;
	height: 80px;
	background: #002d62;
	border-radius: 100%;
	margin-right: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.why-choose .text-box .txt{
	overflow: hidden;
}
.why-choose .text-box .txt p{
	color: #585858;
}
.why-choose .text-box h3{
	margin: 0 0 3px;
	padding-right: 32px;
	font: bold 20px/1.2 "Montserrat", sans-serif;
}

.our-process{
	background: url('../images/our-process-bg.png') no-repeat;
	background-size: cover;
	padding: 47px 0 80px;
	color: #fff;
}
.our-process .heading{
	margin-bottom: 28px;
}
.our-process .heading h2{
	color: #fff;
	text-transform: uppercase;
	font-size: 48px;
}
.our-process .frame{
	--process-frame-bg: #002d62;
	background: transparent;
	padding: 21px 25px 0;
	padding-right: 75px;
	position: relative;
	height: 100%;
	isolation: isolate;
}
.our-process .frame.grey{
	--process-frame-bg: #0d2236;
}
.our-process .process-frame-shape{
	position: absolute;
	z-index: 0;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	overflow: visible;
	pointer-events: none;
	shape-rendering: geometricPrecision;
}
.our-process .process-frame-shape path{
	fill: var(--process-frame-bg);
	stroke: #8d95af;
	stroke-width: 1.25;
	stroke-linecap: round;
	stroke-linejoin: round;
	vector-effect: non-scaling-stroke;
}
.our-process .frame h3{
	position: relative;
	z-index: 2;
	margin:0 0 8px;
	font: bold 24px/1.2 "Montserrat", sans-serif;
}
.our-process .frame p{
	position: relative;
	z-index: 2;
	color: #fff;
}
.our-process .frame .num{
	width: 54px;
	height: 54px;
	background: #fff;
	border-radius: 100%;
	color: #06488e;
	font: 600 18px/54px "Montserrat", sans-serif;
	text-align: center;
	display: block;
	position: absolute;
	z-index: 3;
	right: 3px;
	top: 5px;
}
.our-process .frame.grey .num{
	top: auto;
	bottom: 5px;
}

.cta-area{
	background: url('../images/cta-bg.png') no-repeat;
	background-size: cover;
	padding: 74px 0;
	margin: 57px 44px 0;
	border-radius: 40px;
}
.cta-area .text-box{
	background: #fff;
	border-radius: 30px;
	padding: 13px;
}
.cta-area .text-box .txt{
	border: 3px solid #002d62;
	border-radius: 30px;
	padding: 40px 40px 45px;
	position: relative;
}
.cta-area .text-box .txt:before{
	position: absolute;
	left: 40px;
	top: -3px;
	height: 3px;
	content: '';
	background: #fff;
	width: 100px;
}
.cta-area .text-box h3{
	font: 700 30px/1.2 "Montserrat", sans-serif;
	text-transform: uppercase;
	margin: 0 0 12px;
}
.cta-area .text-box h3 .blue{
	color: #002d62;
}
.cta-area .text-box p{
	color: #686868;
	margin: 0 0 35px;
}
.cta-area .text-box .btn-holder{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cta-area .text-box .btn-holder .btn span{
	margin-right: 10px;
}
.cta-area .text-box .call-now{
	display: flex;
	gap: 17px; 
}
  
.cta-area .text-box .call-now .call{
	display: block;
	color: #002d62;
	font: 700 16px/1.2 "Montserrat", sans-serif;
	display: block;
}
.cta-area .text-box .call-now .tel a{
	text-decoration: none;
	color: #000;
	display: block;
	font: 700 20px/1.2 "Montserrat", sans-serif;
	transition: all ease 0.5s;
}
.cta-area .text-box .call-now .tel a:hover{
	color: #002d62;
}

.our-projects{
	padding: 63px 0 59px;
}
.our-projects .heading{
	margin-bottom: 31px;
}
.our-projects .heading h2{
	font: 700 48px/1.2 "Montserrat", sans-serif;
}
.our-projects .image{
	margin-bottom: 25px;
}
.our-projects .image a{
	text-decoration: none;
	display: block;
	position: relative;
}
.our-projects .project-image-svg{
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
}
.our-projects .project-image-svg image{
	-webkit-clip-path: var(--project-normal-clip);
	clip-path: var(--project-normal-clip);
	transition: transform .5s ease;
	transform-origin: center;
}
.our-projects .image a:hover .project-image-svg image,
.our-projects .image a:focus-visible .project-image-svg image{
	-webkit-clip-path: var(--project-hover-clip);
	clip-path: var(--project-hover-clip);
}
@supports (d: path("M 0 0 H 1")) {
	.our-projects .project-image-svg image,
	.our-projects .image a:hover .project-image-svg image,
	.our-projects .image a:focus-visible .project-image-svg image{
		-webkit-clip-path: var(--project-hover-clip);
		clip-path: var(--project-hover-clip);
	}

	.our-projects .project-clip-shape{
		transition: d .48s cubic-bezier(.22, .61, .36, 1);
	}

	.our-projects .project-image-svg--small .project-clip-shape{
		d: path("M 30 0 H 276 C 294 0 306 12 306 30 C 306 30 306 30 306 30 H 306 C 306 30 306 30 306 30 V 280 C 306 298 298 310 280 310 H 30 C 12 310 0 298 0 280 V 30 C 0 12 12 0 30 0 Z");
	}

	.our-projects .image a:hover .project-image-svg--small .project-clip-shape,
	.our-projects .image a:focus-visible .project-image-svg--small .project-clip-shape{
		d: path("M 30 0 H 218 C 234 0 242 8 242 24 C 242 50 258 64 282 64 H 286 C 298 64 306 73 306 85 V 280 C 306 298 298 310 280 310 H 30 C 12 310 0 298 0 280 V 30 C 0 12 12 0 30 0 Z");
	}

	.our-projects .project-image-svg--large .project-clip-shape{
		d: path("M 30 0 H 612 C 630 0 642 12 642 30 C 642 30 642 30 642 30 H 642 C 642 30 642 30 642 30 V 614 C 642 632 634 644 616 644 H 30 C 12 644 0 632 0 614 V 30 C 0 12 12 0 30 0 Z");
	}

	.our-projects .image a:hover .project-image-svg--large .project-clip-shape,
	.our-projects .image a:focus-visible .project-image-svg--large .project-clip-shape{
		d: path("M 30 0 H 554 C 570 0 578 8 578 24 C 578 50 594 64 618 64 H 622 C 634 64 642 73 642 85 V 614 C 642 632 634 644 616 644 H 30 C 12 644 0 632 0 614 V 30 C 0 12 12 0 30 0 Z");
	}
}
.our-projects .image .ico{
	position: absolute;
	right: 0;
	top: 0;
	width: 54px;
	height: 54px;
	border-radius: 100%;
	background: #002d62;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 21px;
	opacity: 0;
	transform: scale(.3) rotate(-14deg);
	transition: opacity .15s ease, transform .18s ease;
	pointer-events: none;
}
.our-projects .image a:hover .ico,
.our-projects .image a:focus-visible .ico{
	opacity: 1;
	transform: scale(1) rotate(0);
	transition:
		opacity .18s ease .48s,
		transform .36s cubic-bezier(.34, 1.56, .64, 1) .48s;
}
@media (prefers-reduced-motion: reduce) {
	.our-projects .project-clip-shape,
	.our-projects .project-image-svg image,
	.our-projects .image .ico,
	.our-projects .image a:hover .ico,
	.our-projects .image a:focus-visible .ico{
		transition: none;
	}
}
.our-projects .btn{
	margin-top: 11px;
}
.our-projects .btn span{
	margin-right: 9px;
}
.fancybox__container .fancybox__content img{
	border-radius: 30px;
}
.testimonials{
	padding: 75px 0 62px;
	background: url('../images/testimonial-bg.jpg') no-repeat;
	background-size: cover;
}
.testimonials .heading{
	margin-bottom: 20px;
}
.testimonials h2{
	text-transform: uppercase;
	margin-bottom: 36px;
	font-size: 48px;
}
.testimonials .tetimonial-carousel .owl-stage{
	display: flex;
}
.testimonials .tetimonial-carousel .owl-item{
	display: flex;
	height: auto;
}
.testimonials .testimonials-slide,
.testimonials .testimonials-slide .frame{
	display: flex;
	width: 100%;
}
.testimonials .blockquote{
	background: transparent;
	width: 100%;
	margin: 0;
	padding: 38px 62px 40px 50px;
	position: relative;
}
.testimonials .blockquote .testimonial-card-shape{
	display: block;
	position: absolute;
	z-index: 0;
	inset: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
	pointer-events: none;
}
.testimonials .blockquote .testimonial-card-shape path{
	fill: #fff;
}
.testimonials .blockquote > :not(.testimonial-card-shape){
	position: relative;
	z-index: 1;
}
.testimonials .blockquote .ratings{
	margin: 0 0 13px;
	padding: 0;
	list-style: none;
	display: flex;
	color: #ffd800;
	font-size: 18px;
	gap: 3px;
}
.testimonials .blockquote q{
	font: italic 18px/26px "Open Sans", sans-serif;
	display: block;
	margin-bottom: 20px;
	quotes: none;
	min-height: 130px;
}
.testimonials .blockquote cite{
	display: flex;
	align-items: center;
}
.testimonials .blockquote cite .img{
	display: block;
	width: 62px;
	margin-right: 15px;
}
.testimonials .blockquote cite .img img{
	display: block;
	max-width: 100%;
	height: auto;
}
.testimonials .blockquote cite .name{
	display: block;
	color: #000;
	font: bold 20px/24px "Open Sans", sans-serif;
}
.testimonials .blockquote cite .occupation{
	color: #a1a1a1;
	font: 16px/20px "Open Sans", sans-serif;
	display: block;
}
.testimonials .blockquote .ico{
	width: 62px;
	height: 62px;
	background: #002d62;
	border-radius: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
}
.testimonials .tetimonial-carousel .owl-dots{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-top: 61px;
}
.testimonials .tetimonial-carousel .owl-dot{
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #fff;
	transition: background-color .25s ease, transform .25s ease;
}
.testimonials .tetimonial-carousel .owl-dot:hover,
.testimonials .tetimonial-carousel .owl-dot.active{
	background: #002d62;
	transform: scale(1.05);
}
.testimonials .tetimonial-carousel .owl-dot:focus-visible{
	outline: 2px solid #002d62;
	outline-offset: 3px;
}
.get-in-touch{
	position: relative;
	padding: 61px 0 34px;
	margin-bottom: 40px;
}
.get-in-touch:before{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 525px;
	content: '';
	background-size: cover;
	background: url('../images/bg-get-in-touch.jpg') repeat-x;
	z-index: -1;
}
.get-in-touch .top-box{
	display: flex;
	justify-content: space-between;
	margin: 0 0 28px;
}
.get-in-touch .heading{
	text-align: left;
	flex-basis: 63%;
	margin: 0;
}
.get-in-touch .top-box .heading h2{
	font-size: 48px;
}
.get-in-touch .heading .title,
.get-in-touch .heading h2,
.get-in-touch .text-t p{
	color: #fff;
}
.get-in-touch .heading .title{
	font-weight: 600;
	margin-bottom: 5px;
}
.get-in-touch .text-t p{
	font-size: 18px;
}
.get-in-touch .text-t{
	flex-basis: 37%;
}
.get-in-touch .form-wrap{
	background: #eff7ff;
	border-radius: 30px;
	overflow: hidden;
	padding: 69px 69px 74px;
}
.get-in-touch .form-wrap .holder{
	display: flex;
	gap: 30px;
	margin-bottom: 56px;
}
.get-in-touch .form-holder{
	padding: 50px 45px 29px;
	border: 2px solid #93b6d9;
	border-radius: 20px;
	flex-basis: 58.5%;
}
.get-in-touch .form-wrap .holder .img-holder{
	flex-basis: 39%;
}
.get-in-touch .form-wrap .holder .img-holder img{
	display: block;
	width: 100%;
	border-radius: 20px;
	overflow: hidden;
	height: 100%;
	object-fit: cover;
}
.get-in-touch .form-holder .form-control,
.get-in-touch .form-holder .form-select{
	height: 58px;
	border: 1px solid #93b6d9;
	color: #141414;
	font: 16px/1.2 "Open Sans", sans-serif;
	padding-left: 19px;
}
.get-in-touch .form-holder .form-control::placeholder {
  color: #141414; 
  opacity: 1;   
}
.get-in-touch .form-holder textarea.form-control{
	height: 134px;
	resize: none;
	padding-top: 15px;
}
.get-in-touch .form-holder .btn-submit{
	width: 100%;
	padding: 19px 10px;
	margin-top: -5px;
}
.get-in-touch .form-holder .btn-submit span{
	margin-right: 8px;
}
.get-in-touch .form-wrap .btn-area{
	margin: 0;
}
.get-in-touch .form-wrap .btn-area .btn-box{
	background: #002d62;
	max-width: 738px;
	margin: 0 auto;
	border-radius: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 18px 49px;
}
.get-in-touch .form-wrap .btn-area .phone-box,
.get-in-touch .form-wrap .btn-area .email-box{
	display: flex;
	gap: 16px;
	flex-basis: 45%;
	position: relative;
	align-items: center;
}
.get-in-touch .form-wrap .btn-area .email-box{
	flex-basis: 55%;
}
.get-in-touch .form-wrap .btn-area .phone-box:before{
	background: #335781;
	top: 0;
	bottom: 0;
	width: 1px;
	content: '';
	position: absolute;
	right: 29px;
	
}
.get-in-touch .form-wrap .btn-area .phone-box .ico,
 
 
.get-in-touch .form-wrap .btn-area .phone-box .label,
.get-in-touch .form-wrap .btn-area .email-box .label{
	display: block;
	font: bold 16px/1.2 "Open Sans", sans-serif;
	color: #fff;
}
.get-in-touch .form-wrap .btn-area .phone-box .link{
	font: bold 24px/1.2 "Montserrat", sans-serif;
	text-decoration: none;
	color: #fff;
	text-decoration: none;
	transition: all ease 0.5s;
}
.get-in-touch .form-wrap .btn-area .email-box .link{
	font: 500 18px/1.2 "Montserrat", sans-serif;
	text-decoration: none;
	color: #fff;
	text-decoration: none;
	transition: all ease 0.5s;
}
.get-in-touch .form-wrap .btn-area .phone-box .link:hover,
.get-in-touch .form-wrap .btn-area .email-box .link:hover{
	opacity: 0.7;
}

@media screen and (max-width: 767px){
	.testimonials .blockquote{
		padding: 30px 72px 30px 28px;
	}
	.testimonials .blockquote .ico{
		width: 62px;
		height: 62px;
		right: 0;
		bottom: 0;
		font-size: 30px;
	}
}
#footer{
	background: url('../images/bg-footer.jpg') no-repeat;
	background-size: cover;
	padding: 43px 0 7px;
	margin: 0 44px 25px;
	border-radius: 30px;
}
#footer .max-container{
	max-width: 1092px;
}
#footer .footer-t{
	padding-bottom: 26px;
}
#footer .logo{
	display: block;
	background: #fff;
	max-width: 260px;
	border-radius: 30px;
	overflow: hidden;
	text-align: center;
	padding: 20px 20px 14px;
}
#footer h3{
	font: 700 18px/1.2 "Montserrat", sans-serif;
	margin: 0 0 8px;
	color: #fff;
}
#footer .links{
	margin: 0;
	padding: 0 0 0 73px;
	list-style: none;
}
#footer .links li{
	padding-bottom: 6px;
}
#footer .links a{
	text-decoration: none;
	color: #fff;
	font: 14px/1.2 "Open Sans", sans-serif;
	transition: all ease 0.5s;
}
#footer .links a:hover{
	opacity: 0.7;
}
#footer .info{
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer .info li{
	position: relative;
	padding-left: 62px;
	padding-bottom: 31px;
}
#footer .info li .txt{
	padding-top: 8px;
}
#footer .info .ico{  
	position: absolute;
	left: 0;
	top: 10px;
}
#footer .info .label{
	display: block;
	color: #fff;
	font: bold 16px/1.2 "Open Sans", sans-serif;
}
#footer .info a{
	text-decoration: none;
	color: #fff;
	transition: all ease 0.5s;
	font: 16px/1.2 "Open Sans", sans-serif;
}
#footer .info .tel{
	font-size: 20px;
	font-weight: bold;
}
#footer .info a:hover{
	opacity: 0.7;
}
#footer .social{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 15px;
}
#footer .social a{
	text-decoration: none;
	color: #fff;
	font-size: 28px;
	transition: all ease 0.5s;
}
#footer .social a:hover{
	opacity: 0.8;
}
#footer .footer-b .row{
	position: relative;
	padding-top: 20px;
}
#footer .footer-b .row:before{
	position: absolute;
	left: 12px;
	right: 12px;
	top: 0;
	content: '';
	height: 1px;
	background: #335781;
}
#footer p{
	color: #fff;
	font-size: 14px;
}
#footer p a{
	text-decoration: none;
	color: #fff;
	transition: all ease 0.5s;
}
#footer p a:hover{
	opacity: 0.7;
}
@media only screen and (max-width: 1599px){
	.slider-area{
		padding: 0 30px;
	}
	.cta-area {
		margin-left: 30px;
		margin-right: 30px;
	}
}
@media only screen and (max-width: 1430px){
	.cta-area .text-box{
		margin-right: 25px;
	}
	.cta-area .text-box .txt{
		padding: 25px 20px;
	}
}
@media only screen and (max-width: 1399px){
	.max-container{
		padding-left: 20px;
		padding-right: 20px;
	}
	.headerInfo{
		margin-bottom: 0;
	}
	.slider-area{
		margin-top: 0;
	}
	.slider-area .hero-content{
		top: 25%;
		padding: 30px;
	}
	.slider-area .hero-kicker{
		font-size: 20px;
	}
	.slider-area .hero-content h1,
	.slider-area .hero-content h2{
		line-height: 1.2;
		font-size: 45px;
	}
	.our-process .frame .num{
		right: 0;
	}
	.top-text-area .img-holder .img.bottom{
		margin-left: -24px;
	}
	.top-text-area:before{
		display: none;
	}
 
	.cta-area .text-box .call-now{
		gap: 10px;
		padding-right: 0;
	}
	#footer{
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 1199px){
	.slider-area .hero-content{
		top: 20%;
		padding: 30px 15px;
	}
	.testimonials .blockquote .testimonial-card-shape {
        display: none;
    }
        .testimonials .blockquote { 
        background: #fff;
        border-radius: 10px;
    }

	.btn-primary{
		padding: 15px 25px;
	}
	.top-text-area .img-holder .txt{
		margin-right: 0;
		padding: 15px 20px 50px;
		margin-top: 10px;
	}
	.top-text-area .img-holder .txt .num{
		font-size: 40px;
	}
	.top-text-area .img-holder .txt span{
		font-size: 14px;
	}
	.why-choose .text-box .icon{
		width: 60px;
		height: 60px;
		margin-right: 14px;
	}
	.why-choose .text-box .icon img{
		width: 30px;
	}
	.why-choose .text-box h3{
		padding-right: 0;
		font-size: 16px;
	}
	.why-choose .text-box .txt p{
		font-size: 14px;
		line-height: 1.2;
	}
	.why-choose .text-box{
		padding-bottom: 0;
	}
	.our-process .frame{
		padding: 21px 12px 0;
    	padding-right: 55px;
	}
	.our-process .frame h3{
		font-size: 18px;
		min-height: 44px;
	}
	.our-process .frame p{
		font-size: 14px; 
	}
	.our-process .frame .num {
        right: -10px;
    }
	.cta-area .text-box .btn-holder{
		flex-direction: column;
		max-width: 300px;
		margin: 0 auto;
	}
	.cta-area .text-box .call-now{
		justify-content: center;
		margin-top: 20px;
	}
	.cta-area .text-box p{
		margin-bottom: 20px;
	}
	.testimonials .blockquote{
		padding: 30px 35px;
	}
	.testimonials .blockquote .ico{
		width: 50px;
		height: 50px; 
	}
	.get-in-touch .form-wrap{
		padding: 30px;
	}
	.testimonials .blockquote .ico{bottom: 30px; right: 20px;}
	.services-area .service-caption a{bottom: 20px;}
}
@media only screen and (max-width: 991px){
	.slider-area .hero-content h1,
	.slider-area .hero-content h2{
		font-size: 30px;
	}
	.slider-area .hero-kicker{
		font-size: 16px;
	}
	.slider-area .hero-content{
		top: 15%;
	}
	.slider-area .hero-content .btn-area .btn{
		font-size: 16px;
	}
	.heading h2{
		font-size: 40px;
	}
	.top-text-area .img-holder{
		padding-left: 0;
	}
	.top-text-area .img-holder .img.top-radius{
		border-radius: 20px;
		position: static;
		overflow: hidden;
	}
	.top-text-area .img-holder .img.bottom{
		margin-top: 0;
		border: 0;
	}
	.top-text-area .img-holder .img.sec .ico,
	.top-text-area .img-holder .img.sec .ico2{
		display: none;
	}
	.top-text-area .img-holder .img.sec{
		height: 100%;
		border-radius: 20px;
		padding-bottom: 0;
	}
	.top-text-area .img-holder img{
		height: 100%;
		object-fit: cover;
	}
	.top-text-area .img-holder .txt{
		margin-top: 15px;
		height: calc(100% - 15px);
		display: flex;
        justify-content: center;
        flex-direction: column;
	}
	.top-text-area .img-holder .img.bottom{
		margin-left: 0;
		margin-top: 15px;
	}
	.why-choose .heading{
		max-width: 100%;
	}
	.why-choose .heading h2{
		font-size: 35px;
	}
	.why-choose .img-box{
		max-width: 400px;
		margin: 0 auto;
	}
	.our-process{
		padding: 47px 0 40px;
	}
	.our-process .frame{
		min-height: 140px;
		height: inherit;
		margin-bottom: 25px;
	}
	.cta-area {
		margin-left: 20px;
		margin-right: 20px;
	}
	.cta-area .text-box {
        margin-right: 0;
        max-width: 430px;
        margin: 0 auto;
    }
	.our-projects .heading h2{
		font-size: 30px;
	}
	.testimonials .blockquote q{
		font-size: 15px;
		line-height: 20px;
	}
	.testimonials .blockquote cite .name{
		font-size: 16px;
	}
	.testimonials .blockquote cite .occupation{
		font-size: 14px;
	}
	.testimonials .blockquote .ico{
		font-size: 22px;
		width: 40px;
		height: 40px;
	}
	.get-in-touch .heading{
		flex-basis: 40%;
	}
	.get-in-touch .top-box .heading h2{
		font-size: 30px;
	}
	.get-in-touch .text-t{
		flex-basis: 60%;
	}
	.get-in-touch .form-wrap{
		padding: 15px 15px 30px;
	}
	.get-in-touch .form-holder{
		padding: 30px 15px 20px;
	}
	.get-in-touch .form-wrap .holder{
		margin-bottom: 20px;
	}
	.get-in-touch .form-wrap .btn-area .btn-box{
		padding: 18px 20px;
	}
 
	#footer .links{
		padding-left: 0;
	}
 
	#footer .info .tel {
    	font-size: 16px;
	}
	#footer .info a{
		word-break: break-all;
	}
	.why-choose {
    padding: 68px 0 40px;
}
}
@media only screen and (max-width: 767px){
	.slider-area{
		padding: 0;
		border-radius: 20px;
		overflow: hidden;
	}

	.slider-area .hero-carousel.owl-carousel .owl-nav button.owl-prev,
	.slider-area .hero-carousel.owl-carousel .owl-nav button.owl-next{
		margin-right: 8px;
	}
	.slider-area .hero-carousel.owl-carousel .owl-nav:before,
	.slider-area .hero-carousel.owl-carousel .owl-nav:after{
		display: none;
	}
	.slider-area .hero-content{
		bottom: auto;
	}
	.why-choose .heading h2{
		font-size: 25px;
	}
	.our-process .frame{
		border: 1px solid #fff;
		border-radius: 20px;
		background: #002d62;
		min-height: inherit;
		padding: 21px 20px 0;
	} 
	.our-process .frame h3{
		min-height: inherit;
	}
	.our-process .frame svg{
		display: none !important;
	}
	.our-process .frame .num{
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
	}
	.our-process .frame.grey .num{
		bottom: auto;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
	}
	.cta-area {
		margin-left: 0;
		margin-right: 0;
	}
	.heading h2{
		font-size: 30px;
	}
	.testimonials .blockquote{
		margin-left: 10px;
		margin-right: 10px;
	}
	.get-in-touch .text-t p{
		font-size: 16px;
	}
	.get-in-touch .heading,
	.get-in-touch .text-t{
		flex-basis: 50%;
	}
	.get-in-touch .heading .title{
		font-size: 18px;
	}
	.get-in-touch .form-wrap .holder .img-holder{
		display: none;
	}
	.get-in-touch .form-holder{
		flex-basis: 100%;
	}
	.get-in-touch .form-wrap .btn-area .btn-box{
		flex-direction: column;
	}
	.get-in-touch .form-wrap .btn-area .phone-box{
		margin-bottom: 20px;
	}
	.get-in-touch .form-wrap .btn-area .phone-box:before{
		display: none;
	}
  
	#footer{
		border-radius: 20px; 
		background-position: center;
	}
	#footer .logo{
		display: block;
		margin: 0 auto 30px;
	}
	#footer .links{
		padding-bottom: 15px;
	}
 
	#footer .info li{
		padding-left: 60px;
	}
	#footer .footer-b{
		text-align: center;
	}
	#footer .footer-b p{
		margin-bottom: 10px;
	}
	.cta-area, .slider-area{margin-left: 10px; margin-right: 10px;}
}
@media only screen and (max-width: 575px){
	 
	.slider-area .hero-content{ 
		padding: 20px 27px;
	}
.our-process .frame{padding: 21px 19px 0;}
.our-process .frame .num {
        right: 18px;}
.cta-area{padding: 50px 0;}
.our-projects .heading {
    margin-bottom: 20px;
}

.slider-area .hero-content { 
        max-width: inherit !important; 
        bottom: 6% !important;
        top: auto !important;
        right: 20% !important;
        left: 10% !important;
    }
        .slider-area .hero-content h1, .slider-area .hero-content h2 {
        font-size: 18px;
    }
        .slider-area .hero-kicker {
        font-size: 14px;
    }
        .slider-area .hero-content .btn-area .btn {
        font-size: 12px;
    }

    .slider-area .hero-content h1, .slider-area .hero-content h2 {
        margin-bottom: 10px;
    }
	.cta-area .btn-primary{
		padding:14px 10px;
	}
	.slider-area .hero-content .btn-area .btn{
		font-size: 14px;	
	}
	.top-text-area{
		padding: 30px 0 40px;
	}
	.top-text-area .img-holder .img.top-radius{
		margin-bottom: 10px;
	}
	.top-text-area .img-holder .txt{
		border-radius: 20px;
		padding: 30px;
	}
	.our-process{
		border-radius: 20px;
	}
	.our-process .frame{
		padding-right: 70px;
	}
	.why-choose .heading h2,
	.cta-area .text-box h3{
		font-size: 20px;
	}
	.our-process .heading h2{
		font-size: 28px;
	}
	.cta-area{
		border-radius: 20px;
		background-position: center;
	}
	.cta-area .text-box .txt{
		padding-left: 15px;
		padding-right: 15px;
	}
	.cta-area .text-box .btn-holder .btn{
		font-size: 14px;
	}
	.our-projects .btn{
		font-size: 16px; 
	}
	.testimonials{padding-top: 50px;}
	.testimonials .blockquote{
		padding: 15px;
		background: #fff;
		border-radius: 10px;
	}
	.testimonials .blockquote .testimonial-card-shape{
		display: none;
	}
	.testimonials .blockquote .ico{
		right: 15px;
		bottom: 15px;
	}
	.get-in-touch .top-box{
		flex-direction: column;
	}
	.get-in-touch .form-wrap .btn-area .phone-box .link{
		font-size: 18px;
	}
	.get-in-touch .form-wrap .btn-area .email-box .link{
		font-size: 13px;
		word-break: break-all;
	}
	.get-in-touch .form-wrap .btn-area .btn-box{align-items: flex-start;}
	.get-in-touch{
		margin-bottom: 0;
	}
	.get-in-touch .form-holder{
		padding-bottom: 0;
	}
	#footer .logo{
		margin-left: 0;
	}
	.testimonials{
		padding-bottom: 30px;
	}
	.testimonials .tetimonial-carousel .owl-dots{
		margin-top: 30px;
	}
}




@media only screen and (max-width: 480px){
.get-in-touch .form-wrap .btn-area .email-box .ico img, .get-in-touch .form-wrap .btn-area .phone-box .ico img{width: 36px}
.slider-area .hero-content { 
        max-width: inherit !important; 
        bottom: 10% !important;
        top: auto !important;
        right: 20% !important;
        border-radius: 12px;
        left: 10% !important;
    }
        .slider-area .hero-content h1, .slider-area .hero-content h2 {
        font-size: 14px;
    }
        .slider-area .hero-kicker {
        font-size: 11px;
    }
        .slider-area .hero-content .btn-area .btn {
        font-size: 11px;
    }
    .slider-area .hero-slide>img {
        height: 275px;
    }
    .slider-area .hero-content h1, .slider-area .hero-content h2 {
        margin-bottom: 10px;
    }
        .slider-area .hero-content {
        padding: 14px 10px;
    }

}








/* ==========================================================================
   Page Title Section
   ========================================================================== */
.page-title-section {
	padding: 100px 0 50px 0;
	position: relative;
	background: url(../images/pagetitle-bg.jpg) no-repeat center;
	background-size: cover;
}

.breadcrumb-list li i {
	font-size: 10px;
	opacity: 0.7;
}

.about-signoff {
	font-weight: 600;
	font-style: italic;
}

.page-title-heading {
	font-size: 52px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.breadcrumb-list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px;
	margin-top: 15px;
}

.breadcrumb-list a {
	color: #ffffff;
	text-decoration: none;
	transition: color 0.3s ease;
}

.breadcrumb-list a:hover {
	color: #31a4d8;
}

@media (max-width:480px) {
	.page-title-section {
		padding: 36px 0;
	}

	.page-title-heading {
		font-size: 32px;
	}
}

/* ==========================================================================
   About Section
   ========================================================================== */
.section-subtitle {
	color: #002d62;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 10px;
}

.about-image-container {
	position: sticky;
	top: 0;
}

.section-title {
	font-size: 38px;
	color: #000;
	margin-bottom: 20px;
	line-height: 1.25;
}

.section-title span {
	color: #002d62;
}

.about-image-container {
	padding-right: 30px;
	padding-bottom: 30px;
}

.about-image-container::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 85%;
	height: 85%;
	border: 6px solid #002d62;
	border-radius: 8px;
	z-index: 1;
}

.about-image-wrapper {
	position: relative;
	z-index: 2;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.about-image-wrapper img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.5s ease;
}

.about-image-wrapper:hover img {
	transform: scale(1.03);
}

.experience-badge {
	position: absolute;
	left: -20px;
	bottom: 50px;
	background: #002d62;
	color: #ffffff;
	padding: 20px 25px;
	border-radius: 8px;
	z-index: 3;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
	text-align: center;
}

.experience-badge h3 {
	font-size: 32px;
	margin: 0;
	font-weight: 800;
	color: #31a4d8;
}

.experience-badge p {
	margin: 0;
	font-size: 12px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.2;
}

/* ==========================================================================
   Core Values Section
   ========================================================================== */
.values-section {
	background-color: #f8f9fa;
	padding: 80px 0;
}

.value-card {
	background: #ffffff;
	border-radius: 8px;
	padding: 40px 30px;
	text-align: center;
	height: 100%;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
	border: 1px solid rgba(8, 64, 95, 0.05);
	transition: all 0.3s ease;
}

.value-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 35px rgba(8, 64, 95, 0.08);
	border-color: rgba(8, 64, 95, 0.15);
}

.value-icon {
	width: 70px;
	height: 70px;
	background-color: rgba(8, 64, 95, 0.05);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 25px;
	color: #002d62;
	font-size: 28px;
	transition: all 0.3s ease;
}

.value-card:hover .value-icon {
	background-color: #002d62;
	color: #ffffff;
}

.value-card h4 {
	font-size: 20px;
	color: #002d62;
	margin-bottom: 15px;
	font-weight: 600;
}

.value-card p {
	font-size: 15px;
	margin-bottom: 0;
	line-height: 1.6;
}

/* ==========================================================================
   CTA Section
   ========================================================================== */
.cta-banner-section .cta_cont{
	position: relative;
	background: linear-gradient(135deg, #002d62 0%, #042335 100%);
	padding: 50px;
	color: #ffffff;
	z-index: 1;
	overflow: hidden;
	border-radius: 40px;
	margin-bottom: 40px;
}

.cta-banner-section::after {
	content: '';
	position: absolute;
	top: -50%;
	right: -20%;
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(0, 195, 218, 0.12) 0%, transparent 70%);
	z-index: -1;
	border-radius: 50%;
}

.cta-banner-section h2 {
	font-size: 42px;
	line-height: 1.2;
}

.cta-banner-section p {
	color: rgba(255, 255, 255, 0.85); 
}

.cta-card {
	background: #002d62;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 12px;
	padding: 35px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

.cta-item {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cta-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.cta-item-icon {
	width: 54px;
	height: 54px;
	background-color: rgba(0, 195, 218, 0.15);
	border: 1px solid rgba(0, 195, 218, 0.3);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #31a4d8;
	font-size: 20px;
	flex-shrink: 0;
	transition: all 0.3s ease;
}

.cta-item:hover .cta-item-icon {
	background-color: #31a4d8;
	color: #042335;
	transform: scale(1.05);
}

.cta-item-details span {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
}

.cta-item-details a {
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	transition: color 0.3s ease;
}

.cta-item-details a:hover {
	color: #31a4d8;
}

.btn-cta {
	background-color: #fff;
	color: #002d62;
	font-weight: 600;
	padding: 14px 30px;
	border-radius: 6px;
	border: none;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	transition: all 0.3s ease;
	text-decoration: none;
	box-shadow: 0 4px 15px rgba(0, 102, 204, 0.3);
}

.btn-cta:hover {
	background-color: #fff;
	color: #002d62;
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 195, 218, 0.4);
}

/* Utility styles */
.text-primary-color {
	color: #002d62 !important;
}

.text-secondary-color {
	color: #0066cc !important;
}

.bg-light-color {
	background-color: #f8f9fa !important;
}

@media (max-width: 1200px) {
	.cta-item-details a {
		font-size: 18px;
	}


}


@media (max-width: 991.98px) {
	.about-image-container {
		padding-right: 0;
		padding-bottom: 0;
		margin-bottom: 40px;
	}

	.about-image-container::before {
		display: none;
	}

	.experience-badge {
		left: 20px;
		bottom: 20px;
		padding: 15px 20px;
	}

	.experience-badge h3 {
		font-size: 26px;
	}

	.section-title {
		font-size: 32px;
	}

	.cta-banner-section h2 {
		font-size: 34px;
		margin-bottom: 20px;
	}

	.cta-card {
		margin-top: 40px;
	}
}

/* ==========================================================================
   Contact Page Styles
   ========================================================================== */
.contact-section {
	padding: 90px 0;
	background-color: #f4f7f9;
}

.contact-intro-header {
	max-width: 700px;
	margin: 0 auto 60px;
}

.contact-intro-header .section-title {
	font-size: 42px;
	margin-bottom: 15px;
}

.contact-card-info {
	background-color: #ffffff;
	border: 1px solid #eef2f5;
	border-radius: 16px;
	padding: 30px;
	margin-bottom: 24px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.02);
	display: flex;
	align-items: center;
	gap: 20px;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	text-decoration: none;
}

.contact-card-info:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(0, 45, 98, 0.08);
	border-color: rgba(0, 45, 98, 0.15);
	text-decoration: none;
}

.contact-card-icon {
	width: 60px;
	height: 60px;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	flex-shrink: 0;
	transition: all 0.3s ease;
}

/* Color codes */
.icon-phone-green {
	background-color: rgba(37, 211, 102, 0.1);
	color: #25d366;
}

.contact-card-info:hover .icon-phone-green {
	background-color: #25d366;
	color: #ffffff;
}

.icon-email-blue {
	background-color: rgba(49, 164, 216, 0.1);
	color: #31a4d8;
}

.contact-card-info:hover .icon-email-blue {
	background-color: #31a4d8;
	color: #ffffff;
}

.icon-facebook-blue {
	background-color: rgba(24, 119, 242, 0.1);
	color: #1877f2;
}

.contact-card-info:hover .icon-facebook-blue {
	background-color: #1877f2;
	color: #ffffff;
}

.icon-instagram-gradient {
	background-color: rgba(214, 36, 159, 0.1);
	color: #d6249f;
}

.contact-card-info:hover .icon-instagram-gradient {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
	color: #ffffff;
}

.contact-card-content {
	flex-grow: 1;
}

.contact-card-title {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #002d62;
	margin-bottom: 6px;
}

.contact-card-detail {
	font-size: 18px;
	color: #333333;
	font-weight: 600;
	margin: 0;
	word-break: break-all;
}

/* Spacious Form Panel */
.contact-form-card {
	background-color: #ffffff;
	border: 1px solid #eef2f5;
	border-radius: 20px;
	padding: 50px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.03);
}

.contact-form-label {
	font-weight: 600;
	color: #000000;
	font-size: 14px;
	margin-bottom: 8px;
}

.contact-form-control {
	border: 1px solid #ced4da;
	border-radius: 8px;
	padding: 14px 18px;
	font-size: 15px;
	color: #333;
	background-color: #fff;
	transition: all 0.25s ease-in-out;
	width: 100%;
}

.contact-form-control::placeholder {
	color: #adb5bd;
	font-size: 14px;
}

.contact-form-control:focus {
	border-color: #002d62;
	outline: none;
	box-shadow: 0 0 0 3px rgba(0, 45, 98, 0.1);
}

.contact-select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 18px center;
	background-size: 12px 12px;
	padding-right: 40px;
}

.btn-send-premium {
	background-color: #002d62;
	color: #ffffff;
	font-weight: 700;
	padding: 15px 35px;
	border: none;
	border-radius: 8px;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
	width: 100%;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	cursor: pointer;
	box-shadow: 0 5px 15px rgba(0, 45, 98, 0.2);
}

.btn-send-premium:hover {
	background-color: #0066cc;
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(0, 102, 204, 0.35);
}

@media (max-width: 991.98px) {
	.contact-form-card {
		padding: 30px;
		margin-top: 40px;
	}

	.contact-intro-header .section-title {
		font-size: 32px;
	}
}

/* ==========================================================================
   Gallery Page Styles
   ========================================================================== */
.gallery-section {
	padding: 80px 0;
	background-color: #f4f7f9;
}
 
.gallery-item {
	position: relative;
	display: block;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 8px 30px rgba(0, 45, 98, 0.08);
	transform: translateZ(0); /* Forces GPU compositing to prevent image scaling outside radius */
}

.gallery-item img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	display: block;
	transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gallery-item-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 45, 98, 0.75) 0%, rgba(0, 45, 98, 0.2) 50%, transparent 100%);
	opacity: 0;
	transition: opacity 0.4s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.gallery-plus-btn {
	width: 54px;
	height: 54px;
	background-color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #002d62;
	font-size: 22px;
	font-weight: 700;
	transform: scale(0.7) rotate(-45deg);
	transition: transform 0.35s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.35s ease;
	opacity: 0;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
	line-height: 1;
}

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

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

.gallery-item:hover .gallery-plus-btn {
	transform: scale(1) rotate(0deg);
	opacity: 1;
}

@media (max-width: 767.98px) {
	.gallery-item img {
		height: 220px;
	}
}

/* ==========================================================================
   Services Listing Page Styles
   ========================================================================== */

/* CTA strip at the bottom */
.services-cta-strip {
	background: linear-gradient(135deg, #002d62 0%, #0066cc 100%);
	border-radius: 20px;
	padding: 60px 50px;
	text-align: center;
	margin-top: 20px;
}

.services-cta-strip h3 {
	color: #ffffff;
	font-size: 30px;
	margin-bottom: 14px;
}

.services-cta-strip p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 16px;
	max-width: 560px;
	margin: 0 auto 30px;
}

.btn-white {
	background-color: #ffffff;
	color: #002d62;
	font-weight: 700;
	padding: 14px 34px;
	border-radius: 6px;
	border: 2px solid #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	transition: all 0.3s ease;
	text-decoration: none;
}

.btn-white:hover {
	background-color: transparent;
	color: #ffffff;
	transform: translateY(-2px);
}

@media (max-width: 767.98px) {
	.services-cta-strip {
		padding: 40px 24px;
	}

	.services-cta-strip h3 {
		font-size: 24px;
	}

	.service-card-img-wrap img {
		height: 230px;
	}
}


/* ==========================================================================
   Services Grid  
   ========================================================================== */
.srv-grid-section {
	padding: 90px 0 60px;
	background-color: #f4f7f9;
}

/* Card wrapper — full link, flex column */
.svc-card {
	display: flex;
	flex-direction: column;
	border-radius: 18px;
	overflow: hidden;
	text-decoration: none;
	height: 100%;
	box-shadow: 0 10px 40px rgba(0, 45, 98, 0.10);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.svc-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 22px 55px rgba(0, 45, 98, 0.18);
}

/* --- Photo Half --- */
.svc-card-photo {
	position: relative;
	overflow: hidden;
	height: 270px;
	flex-shrink: 0;
}

.svc-card-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.svc-card:hover .svc-card-photo img {
	transform: scale(1.08);
}

/* Ghost number on photo */
.svc-card-num {
	position: absolute;
	top: 14px;
	left: 18px;
	font-family: "Montserrat", sans-serif;
	font-size: 48px;
	font-weight: 900;
	color: rgba(255, 255, 255, 0.30);
	line-height: 1;
	transition: color 0.3s ease;
}

.svc-card:hover .svc-card-num {
	color: rgba(255, 255, 255, 0.55);
}

/* --- White Panel --- */
.svc-card-panel {
	background-color: #ffffff;
	padding: 48px 24px 30px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	position: relative;
	border: 1px solid #e8edf3;
	border-top: none;
}

/* Floating icon circle — sits at the top of the panel, bridging photo/panel */
.svc-icon-bridge {
	position: absolute;
	top: -26px;
	left: 50%;
	transform: translateX(-50%);
	width: 52px;
	height: 52px;
	background-color: #002d62;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid #ffffff;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.20);
	transition: background-color 0.3s ease, transform 0.3s ease;
}

.svc-card:hover .svc-icon-bridge {
	background-color: #31a4d8;
	transform: translateX(-50%) scale(1.12);
}

.svc-icon-bridge i {
	font-size: 19px;
	color: #ffffff;
}

/* Title */
.svc-card-title {
	font-family: "Montserrat", sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: #002d62;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.3;
}

/* Short text */
.svc-card-text {
	font-size: 13.5px;
	color: #615e59;
	text-align: center;
	line-height: 1.7;
	margin-bottom: 20px;
	flex-grow: 1;
}

/* CTA link at bottom */
.svc-card-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #002d62;
	padding-top: 14px;
	border-top: 1px solid #e8edf3;
	transition: gap 0.3s ease, color 0.3s ease;
}

.svc-card:hover .svc-card-cta {
	gap: 14px;
	color: #31a4d8;
}

@media (max-width: 767.98px) {
	.svc-card-photo {
		height: 230px;
	}
}

/* ==========================================================================
   Service Detail Page
   ========================================================================== */
.srv-detail-section {
	padding: 80px 0 90px;
	background-color: #f4f7f9;
}

/* Main content area */
.srv-detail-main-img {
	width: 100%;
	height: 420px;
	object-fit: cover;
	border-radius: 14px;
	display: block;
	margin-bottom: 36px;
}

.srv-detail-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: linear-gradient(135deg, #002d62, #0066cc);
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding: 7px 16px;
	border-radius: 30px;
	margin-bottom: 18px;
}

.srv-detail-title {
	font-family: "Montserrat", sans-serif;
	font-size: 34px;
	font-weight: 700;
	color: #002d62;
	line-height: 1.25;
	margin-bottom: 20px;
}

.srv-detail-body p {
	font-size: 15.5px;
	color: #555;
	line-height: 1.85;
	margin-bottom: 18px;
}

/* Feature checklist */
.srv-detail-features {
	list-style: none;
	padding: 0;
	margin: 28px 0 36px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 20px;
}

.srv-detail-features li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14.5px;
	color: #333;
	line-height: 1.5;
}

.srv-detail-features li i {
	color: #002d62;
	font-size: 14px;
	margin-top: 2px;
	flex-shrink: 0;
}

/* Why choose us strip */
.srv-why-strip {
	background: #ffffff;
	border-radius: 14px;
	padding: 40px 36px;
	margin-top: 40px;
	border: 1px solid #e8edf3;
}

.srv-why-strip h4 {
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #002d62;
	margin-bottom: 24px;
}

.srv-why-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.srv-why-item {
	text-align: center;
}

.srv-why-icon {
	width: 54px;
	height: 54px;
	background: #002d62;
	border-radius: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 14px;
}

.srv-why-icon i {
	font-size: 20px;
	color: #002d62;
}

.srv-why-item h6 {
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 700;
	color: #002d62;
	margin-bottom: 6px;
}

.srv-why-item p {
	font-size: 13px;
	color: #777;
	line-height: 1.6;
	margin: 0;
}

/* ---- Sidebar ---- */
.srv-sidebar {
	position: sticky;
	top: 30px;
}

/* Category widget */
.srv-sidebar-widget {
	background: #ffffff;
	border-radius: 14px;
	border: 1px solid #e8edf3;
	overflow: hidden;
	margin-bottom: 24px;
}

.srv-widget-header {
	background: #002d62;
	padding: 18px 24px;
}

.srv-widget-header h5 {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

/* Category list links */
.srv-cat-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.srv-cat-list li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 24px;
	font-size: 14px;
	font-weight: 600;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #f0f4f8;
	transition: background 0.25s ease, color 0.25s ease, padding-left 0.25s ease;
}

.srv-cat-list li a i {
	font-size: 12px;
	color: #b0bec5;
	transition: color 0.25s ease;
}

.srv-cat-list li a:hover {
	background-color: #f4f7f9;
	color: #002d62;
	padding-left: 30px;
}

.srv-cat-list li a:hover i {
	color: #31a4d8;
}

/* Active (current page) category */
.srv-cat-list li.active a {
	background: linear-gradient(to right, #e8f4ff, #f4f7f9);
	color: #002d62;
	font-weight: 700;
	border-left: 3px solid #31a4d8;
	padding-left: 21px;
}

.srv-cat-list li.active a i {
	color: #31a4d8;
}

.srv-cat-list li:last-child a {
	border-bottom: none;
}

/* Contact CTA widget */
.srv-cta-widget {
	background: linear-gradient(135deg, #002d62 0%, #0066cc 100%);
	border-radius: 14px;
	padding: 34px 28px;
	text-align: center;
}

.srv-cta-widget i.big-icon {
	font-size: 36px;
	color: rgba(255, 255, 255, 0.30);
	margin-bottom: 16px;
	display: block;
}

.srv-cta-widget h5 {
	font-family: "Montserrat", sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 10px;
}

.srv-cta-widget p {
	font-size: 13.5px;
	color: rgba(255, 255, 255, 0.75);
	margin-bottom: 22px;
	line-height: 1.6;
}
.breadcrumb-list{padding: 0;}

@media (max-width: 990.98px) {
.page-title-section {
    padding: 50px 0 25px 0;}
.page-title-section h1{font-size: 30px;}
#footer{margin: 0 10px;}
.contact-section{padding: 50px 0;}
#footer .logo{margin-bottom: 40px; margin: 0 auto 40px auto;}

}

@media (max-width: 767.98px) {
	.srv-detail-main-img {
		height: 260px;
	}
.srv-grid-section{padding: 50px 0;}
	.srv-detail-features {
		grid-template-columns: 1fr;
	}

	.srv-why-grid {
		grid-template-columns: 1fr;
	}




@media (max-width: 575px) {
.cta-banner-section .cta_cont{padding: 50px 20px;}
    .cta-item-details a {
        font-size: 14px; font-weight: 600;
    }
    #footer .footer-t {
    padding: 15px;
}
    .page-title-section {
    padding: 30px 0 15px 0;}
.page-title-section h1{font-size: 24px;}
    .cta-card{padding: 18px;}
.breadcrumb-list{margin-top: 5px;}
}