/*@import url('assets/css/testimonial.css');*/

:root {
	--pink-color: #ff6666;
	--yellow-color: #ffe47a;
	--grey-color: #231f1e;
	--blue-color: #395e74;
	--green-color: #33cccc;
	--accent-color: #193177;
}

* {
	font-family: "poppins", sans-serif;
	box-sizing: border-box;
}


body {
    /* background-color: var(--site-design-color); */
    background-color:#fff;
}

html {
	line-height: 1.5em;
}

.wrapper {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 25px;
}

a { color: var(--accent-color); }
.cta-button { background-color: var(--accent-color); }
.hero__title { border-bottom-color: var(--accent-color); }

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.15em;
	margin: 0 0 15px 0;
}

h1 {
	font-size: 50px;
	font-weight: 600;
}
h2 {
	font-size: 40px;
	font-weight: 500;
}
h3 {
	font-size: 28px;
	font-weight: 500;
}
h4 {
	font-size: 22px;
	font-weight: 500;
}
h5 {
	font-size: 18px;
	font-weight: 500;
}
h6 {
	font-size: 16px;
	font-weight: 500;
}

blockquote {
	background: #f9f9f9;
	border-left: 12px solid #123d8c;
	border-right: 1px solid #123d8c;
	margin: 25px 40px;
	padding: 20px 10px;
	quotes: "\201C""\201D""\2018""\2019";
	width: 80%;
	line-height: 22px;
}
blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
blockquote p {
	display: inline;
}

.sub-page {
	padding: 35px 0;
	min-height: calc(100vh - 771px);
	max-width:1000px;
	margin: 0 auto;
}

.single-page {
	padding: 35px 0;
	min-height: calc(100vh - 771px);
	max-width:1000px;
	margin: 0 auto;
}

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

.center {
	text-align: center;
}

.single-post {
	border-bottom: 1px solid #ccc;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.single-post a {
	color: inherit;
	text-decoration: none;
}

.published {
	font-size: 13px;
	color: #7d7d7d;
}

.next {
	float: right;
}

.prev {
	float: left;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	background-color: #fff;
    z-index:9999;
}

.customize-support .header {
	top: 32px;
}

.header-push {
	height: 77.13px;
}

.header-push.small-header {
	height: 50px;
}

.header-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: space-between;
    margin:10px 50px 0 50px;
    border-bottom:1px solid #005E96;
}

.header .header-logo {
	max-width: 200px;
}

.header .header-logo a {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.dev-group {
	padding: 25px 0;
	text-align: center;
	color: #b6b6b6;
}

.dev-group a {
	color: inherit;
}

.cta-button {
	font-size: 16px;
	border: none !important;
	box-sizing: border-box !important;
	border-radius: 50px !important;
	padding: 10px 20px !important;
	text-decoration: none !important;
	text-align: center !important;
	font-weight: 400 !important;
	-webkit-appearance: none;
	display: inline-block;
	background-color: #123d8c !important;
	color: #fff !important;
}

.table {
	border: 1px solid #ccc;
	width: 100%;
	border-collapse: collapse;
}

.table td {
	border: 1px solid #ccc;
	padding: 5px 10px;
}

.desktop-menu {
}

.desktop-menu ul {
	margin: 0;
	padding: 0;
}

.desktop-menu ul li {
	list-style-type: none;
	display: inline-block;
	position: relative;
}

.desktop-menu ul li a {
	display: inline-block;
	padding: 11px 15px;
	text-decoration: none;
	color: #000;
	font-size: 15px;
	/* font-weight: 600; */
	/* text-transform: uppercase; */
}

.desktop-menu .menu-item-has-children > a::after {
	content: "\25BF ";
	font-size: 17px;
	padding: 0 0 0 6px;
	color: #6c6c6c;
}

.desktop-menu
.menu-item-has-children
.sub-menu
.menu-item-has-children
.sub-menu a::after {
	content: "\25BF";
	font-size: 17px;
	padding: 0 0 0 6px;
	color: #fff;
}

.desktop-menu
	.menu-item-has-children
	.sub-menu
	.menu-item-has-children
	.sub-menu
	a::after {
	content: "";
}

/* ── Mega dropdown panel ── */
.desktop-menu .sub-menu {
	display: none;
	position: absolute;
	top: calc(100%);
	left: 50%;
	transform: translateX(-50%);
	min-width: 220px;
	background-color: #fff;
	border: 1px solid #e0e4ee;
	border-top: 3px solid var(--accent-color);
	border-radius: 0 0 10px 10px;
	z-index: 999;
	box-shadow: 0 8px 24px rgba(0,0,0,0.12);
	padding: 8px 0 12px;
}

.desktop-menu ul li:hover > .sub-menu {
	display: block;
}

/* No nested flyouts — sub-sub-menus are shown inline as groups */
.desktop-menu .sub-menu .sub-menu {
	display: block;
	position: static;
	transform: none;
	box-shadow: none;
	border: none;
	border-radius: 0;
	padding: 0;
	min-width: 0;
    margin-left:15px;
}

/* Group label (parent of nested sub-menu) */
.desktop-menu .sub-menu > .menu-item-has-children > a {
	display: block;
	padding: 14px 20px 6px;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: var(--accent-color) !important;
	pointer-events: none;
	cursor: default;
}
.desktop-menu .sub-menu > .menu-item-has-children > a::after {
	display: none;
}

/* Regular top-level items (no sub-group) */
.desktop-menu .sub-menu > li {
	display: block;
	white-space: nowrap;
	border-bottom: none;
}

/* Links inside the panel */
.desktop-menu .sub-menu li a {
	display: block;
	padding: 9px 20px;
	font-size: 0.95rem;
	font-weight: 400;
	color: #222;
	white-space: normal;
	min-width: 180px;
}
.desktop-menu .sub-menu li a:hover {
	background-color: #f0f4fb;
	color: var(--accent-color);
}

/* Active item highlight */
.desktop-menu .sub-menu li.current-menu-item > a {
	background-color: #f0f4fb;
}

.desktop-menu ul li.current-menu-item > a,
.desktop-menu ul li:hover > a,
.mobile-menu ul li.current-menu-item > a,
.sub-menu > .current-menu-item > a,
.sub-menu > .sun-menu .current-menu-item > a {
	color: var(--accent-color);
}

.mobile-menu-btn {
	display: none;
	position: absolute;
	top: 23px;
	right: 15px;
	font-size: 30px;
	color: #000;
}

/*.mobile-menu {
	display:none;
}*/

.mobile-menu {
	position: fixed;
	overflow: scroll;
	right: 0;
	top: 0;
	bottom: 0;
	width: 300px;
	margin-right: -300px;
	background-color: #fff;
	transition: all 0.25s ease-in-out;
	border-left: 1px solid #ccc;
	z-index: 9999;
}
.customize-support .mobile-menu {
	top: 32px;
}

.mobile-menu ul {
	margin: 0;
	padding: 0;
}

.mobile-menu ul li {
	list-style-type: none;
	line-height: 50px;
	font-size: 20px;
	border-bottom: 1px solid #ededed;
	/*padding-left:35px;*/
}

.mobile-menu ul li a {
	color: inherit;
	text-decoration: none;
	margin-left: 25px;
}

.close-menu {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 30px;
}

.mobile-menu .sub-menu {
	margin-left: 0;
	padding-left: 0;
}

.mobile-menu .sub-menu li a {
	display: block;
	padding-left: 25px;
}
.mobile-menu .sub-menu li .sub-menu li a {
	display: block;
	padding-left: 50px;
}

.mobile-menu .menu-item-has-children {
	margin-left: 0;
}

.mobile-menu .menu-item-has-children a {
	display: block;
}

.mobile-menu .menu-item-has-children > a::after {
	content: "\25BF ";
	font-size: 17px;
	padding: 0 0 0 6px;
	color: #6c6c6c;
}

.mobile-menu .menu-item-has-children li:first-child {
	border-top: 1px solid #ededed;
}

.mobile-menu .menu-item-has-children li:last-child {
	border-bottom: 0;
}

/*.mobile-menu .menu-item-has-children a {
	padding-left:35px;
}*/

.btn {
	border: 0;
	padding: 10px 35px;
	border-radius: 5px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
    text-decoration: none;
}
.header-button .btn {
	padding: 6px 25px;
    font-size: 15px;
}
.btn:hover {
	box-shadow: 10px 10px 5px -5px rgba(0, 0, 0, 0.25);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.btn-large {
	font-size: 24px;
	padding: 12px 45px;
}

.btn.btn-rounded {
	border-radius: 50px;
}
.btn.btn1 {
	background-color: #126090;
}
.btn.btn2 {
	background-color: #FFF;
    border:1px solid #126090;
    color:#126090;
}

.abutton {
	text-decoration: none;
}

.form-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0 15px;
	align-items: center;
}

.form-column {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.input1,
.textarea1 {
	width: 100%;
	margin-bottom: 10px;
	border: 0;
	outline: 0;
	background-color: #fff;
	padding: 10px;
}

.footer-new {
	background-color: #0e2244;
	color: #c8d8e8;
	font-size: 14px;
	line-height: 1.6;
}
.footer-new ul {
    list-style-type:none;
    margin:0;
    padding:0;
}
.footer-new li {
    margin-bottom:10px;
}
.footer-new a {
    text-decoration: none;
    color:inherit;
}

.footer-new__inner {
	display: flex;
	gap: 50px;
    padding:80px;
	align-items: flex-start;
}

.footer-new__logo-col {
	flex: 0 0 220px;
}

.footer-new__logo {
	max-width: 200px;
	height: auto;
	display: block;
}

.footer-new__cols {
	display: flex;
	flex: 1;
	gap: 30px;
}

.footer-new__col {
	flex: 1;
}

.footer-new__heading {
	color: #126090;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin: 0 0 16px 0;
	padding-bottom: 12px;
	/* border-bottom: 1px solid rgba(255,255,255,0.2); */
    /* background: linear-gradient(90deg, #00A7FF 0%, #002648 100%); */
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #00A7FF, #002648) 1;
}

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

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

.footer-new__list a {
	color: #c8d8e8;
	text-decoration: none;
	transition: color 0.2s;
}

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

.footer-new__list--contact li {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	margin-bottom: 18px;
}

.footer-new__list--contact li i {
	flex-shrink: 0;
	margin-top: 3px;
	color: #7aaed4;
	font-size: 15px;
}

.footer-new__list--contact a {
	color: #c8d8e8;
	text-decoration: none;
}

.footer-new__list--contact a:hover {
	color: #fff;
}

.footer-new__bottom {
	border-top: 1px solid rgba(255,255,255,0.15);
	padding: 20px 0;
	text-align: center;
	font-size: 13px;
	color: #8aaac4;
}

.footer-new__bottom p {
	margin: 4px 0;
}

.gform-theme--foundation .gform_fields {
	grid-row-gap: 10px !important;
	/* Adjust the value as needed */
}

/* Change Gravity Forms Submit Button Color */
.gform_wrapper input[type="submit"] {
	background-color: #ffffff !important;
	color: #000000 !important;
	border: none !important;
	padding: 10px 20px;
	border-radius: 2px;
}

/* Hover effect */
.gform_wrapper input[type="submit"]:hover {
	background-color: var(--green-color-hover) !important;
	cursor: pointer;
}

@media only screen and (max-width: 1200px) {
	.desktop-menu ul li a {
		/* font-size: 15px; */
	}
}


@media (max-width: 1024px) {
	.footer-new__inner {
		flex-direction: column;
	}
	.footer-new__logo-col {
		flex: none;
	}
}


@media only screen and (max-width: 1023px) {
	.desktop-menu {
		display: none;
	}
	.mobile-menu-btn {
		display: block;
	}
}

@media only screen and (max-width: 900px) {
	#wp-admin-bar-new-content,
	#wp-admin-bar-gform-forms {
		display: none !important;
	}
}
@media only screen and (max-width: 800px) {
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 34px;
	}
}

@media only screen and (max-width: 782px) {
	.customize-support .mobile-menu {
		top: 46px;
	}
	.customize-support .header {
		top: 46px;
	}

	.header .header-logo {
		max-width: 150px;
	}

	.mobile-menu-btn {
		top: 15px;
	}
}


@media (max-width: 768px) {
	.footer-new__cols {
		flex-wrap: wrap;
	}
	.footer-new__col {
		flex: 0 0 calc(50% - 15px);
	}
}

@media only screen and (max-width: 700px) {
	h1 {
		font-size: 35px;
	}
	h2 {
		font-size: 29px;
	}
	h3 {
		font-size: 26px;
	}
}

@media only screen and (max-width: 600px) {
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 21px;
	}
}

@media only screen and (max-width: 500px) {
	h1 {
		font-size: 25px;
	}
	h2 {
		font-size: 19px;
	}
	h3 {
		font-size: 16px;
	}
}


@media (max-width: 480px) {
	.footer-new__col {
		flex: 0 0 100%;
	}
}

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