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

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


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

html {
	line-height: 1.5em;
}

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

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

h1 {font-size: 60px;}
h2 {font-size: 42px;}
h3 {font-size: 28px;}
h4 {font-size: 22px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}

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 - 158px);
	/*max-width:900px;*/
	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;
	color:#FFF;
	width:100%;
	z-index: 999;
	background-color: #fff;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.header-push {
	/* height: 106px; */
}

.super-header {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	align-items : center;
	background: linear-gradient(to right, #0072AE, #75B3D3, #FFFFFF);
	padding:5px 15px;
	justify-content: space-around;
	color:#000;
}
.header-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	align-items : center;
	justify-content: space-between;
}
.header-buttons {
	min-width:345px;
}
.hb-phone {
	padding:0 10px;
	display:inline-block;
}
.hb-phone a {
	color:#000;
	text-decoration: none;
}
.hb-phone i {
	transform: rotate(90deg);
}
.header-logo {
	padding-top:15px;
	max-width:110px;
}
.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:5px 15px;
	text-decoration: none;
	color:#000;
	/*font-size: 18px;*/
	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: "";
}

.desktop-menu .sub-menu {
	display:none;
	position: absolute;
	top:30px;
	left:10px;
	background-color:#fff;
	border-radius: 10px;
	min-width: 250px;
	padding:20px 0;
	/* border:1px solid #EDEDED; */
	/*border-top:3px solid #0072D3;*/
	z-index: 999;
	/* box-shadow: 2px 2px 5px rgba(0,0,0,0.2); */
}


.desktop-menu .sub-menu .sub-menu{
	top: -2px;
	left: -150px;
	/*min-width:200px;*/
}


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

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

.desktop-menu ul li .sub-menu li:hover .sub-menu {
	display: block;
	top:0px;
	left:157px;
}

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

.desktop-menu .sub-menu li {
	display:block;
	white-space: nowrap;
	/* border-bottom:1px solid #EDEDED; */
}

.desktop-menu .sub-menu li:last-child {
	border-bottom:none;
}

.desktop-menu .sub-menu li a {
	padding:5px 15px;
	font-weight: 400;
}

.desktop-menu ul li.current-menu-item > a,
.desktop-menu ul li.current-menu-parent > a,
.mobile-menu ul li.current-menu-item > a,
.mobile-menu ul li.current-menu-parent > a {
	color:#34338C;
}
.desktop-menu ul li .sub-menu li.current-menu-item > a {
	color:#57CBAB;
}

.mobile-menu-btn {
	display:none;
	position: absolute;
	top: 72px;
    right: 20px;
	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 {
	/*background-color: #975629;*/
	border:0;
	padding:10px 15px;
	border-radius: 4px;
	display: inline-block;
	color:#FFF;
	font-weight: bold;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
	margin:5px;
}
.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.btn1 {
	background-color: #0073E6;
	border: 1px solid #0073E6;
	color:#fff;
}
.btn.btn2 {
	background-color: #57CBAB;
	border: 1px solid #57CBAB;
	color:#17487B;
}

.btn.btn3 {
	background-color: #FFF;
	color:#12477B;
	border: 1px solid #57CBAB;
}

.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;
}


.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: #008AFC !important; 
	color: #ffffff !important; 
	border: none !important; 
	padding: 10px 20px !important; 
	border-radius: 6px !important;
}
/* Hover effect */
.gform_wrapper input[type="submit"]:hover {
	background-color: #008AFC !important;
	cursor: pointer !important; 
}
.gform_wrapper input[type="text"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="email"],
.gform_wrapper textarea {
    border-color: #CCC !important; 
}

.footer {
	background-color: #063765;
	color:#fff;
	padding:75px 0;
}
.footer ul {
	margin: 0;
	padding: 0;
}
.footer ul li {
	list-style-type: none;
}
.footer a {
	color:inherit;
	text-decoration: none;
}
.footer-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 75px;
	justify-content: space-between;
	align-items : center;
}
.fc-col1,
.fc-col2,
.fc-col3,
.fc-col4 {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.fc-col2,
.fc-col3,
.fc-col4 {
	/* padding-top: 45px; */
}
.fc-col1 h5 {
	font-weight: normal;
}
.fc-col1 p {
	font-size: 14px;
}
.fc-col2 {
	padding-left:10%;
}
.fcc4-section {
	margin:0 0 25px 0;
}
.footer-logo img {
	margin:0 0 25px 0;
}

.footer-bottom {
	background-color: #063765;
	color:#D9D9D9;
	text-align: center;
}
.footer-bottom p {
	padding:0;
	margin: 0;
}
.footer-bottom a {
	color:inherit;
	text-decoration: none;
	cursor: pointer;
}
.footer-bottom a:hover {
	opacity: 0.8;
}

ul.ul-check {
	margin:0 0 0 20px;
	padding:0;
}

ul.ul-check li {
	list-style-type:none;
	padding-left: 29px;
	padding-bottom:5px;
	background-image: url(../images/check.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 20px;
}

@media only screen and (max-width:1200px) {
	.desktop-menu ul li a {
		font-size: 15px;
	}
	.fc-col2 {
		padding-left:3%;
	}
}

@media only screen and (max-width:1023px) {
	.desktop-menu {
		display:none;
	}
	.mobile-menu-btn {
		display:block;
	}
	.header-buttons {
		margin-right:40px;
	}
	.footer-container {
		flex-direction: column;
	}
	.fc-col1,
	.fc-col2,
	.fc-col3,
	.fc-col4 {
		min-width:500px;
		max-width:500px;
		margin:0 auto;
		padding:0;
		text-align: center;
	}
}

@media only screen and (max-width:900px) {
	#wp-admin-bar-customize {
		display: none !important;
	}
}
@media only screen and (max-width:850px) {
	.super-header {
		display: none;
	}
	.mobile-menu-btn {
		top: 34px;
	}
}

@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;
	}
}


@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;
	}
	.fc-col1, .fc-col2, .fc-col3, .fc-col4 {
        min-width: 100%;
        max-width: 100%;
    }
	
}

@media only screen and (max-width:550px) {
	.header-buttons {
		display:none;
	}
	.header-logo {
		padding-top: 5px;
		max-width: 70px;
	}
	.mobile-menu-btn {
        top: 17px;
    }
}
@media only screen and (max-width:500px) {

	h1 {
		font-size: 25px;
	}
	h2 {
		font-size: 19px;
	}
	h3 {
		font-size: 16px;
	}
	
}

@media only screen and (max-width:400px) {
	#wp-admin-bar-wpseo-menu {
		display: none !important;
	}
	ul.ul-check {
		margin: 0 0 0 10px;
	}
}
