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

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

p, li {
	line-height: 1.5em;
	font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {margin: 0;}
h1 {font-size: 40px;}
h2 {font-size: 35px;}
h3 {font-size: 30px;}
h4 {font-size: 25px;}
h5 {font-size: 18px;}
h6 {font-size: 14px;}

a {
	color:inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color:#666;
}

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 - 553px);
	/*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;
	z-index: 999;
	top:0;
	right:0;
	left:0;
	width:100%;
	color:#FFF;
	/*margin-bottom:35px;*/
	background-color: #fff;
}

.header-push {
	height:149px;
}

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

.super-header {
	background-color: #000;
	color:#fff;
	text-align: center;
	padding:10px 0;
}
.super-header p {
	margin:0;
}
.super-header a {
	text-decoration: none;
	color:inherit;
}

.header-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	align-items : center;
	position: relative;
}

.header .header-logo {
	padding:15px 0 11px 0;
	min-width:247px;
	max-width:247px;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}



.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 {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding:6px 0 0 0;
	text-align: center;
}

.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:7px 10px;
	text-decoration: none;
	color:#000;
	font-size: 16px;
	font-weight: 400;
}

.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: unset;
	font-size: unset;
	padding: unset;
	color: unset;
}

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

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


.desktop-menu .sub-menu .sub-menu {
	position: relative;
	border:0;
	top:unset;
	left:unset;
	border-radius: unset;
	padding:0 0 0 13px;
	box-shadow:unset;
	/*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:25px;
	left:112px;*/
}

.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:4px 15px;
}

.desktop-menu ul li.current-menu-item > a,
.mobile-menu ul li.current-menu-item > a,
.sub-menu > .current-menu-item > a,
.sub-menu > .sun-menu .current-menu-item > a {
	color:#0c6ca0;
}

.header-btns {
	margin-left:auto;
}

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

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

.mobile-menu {
	position: fixed;
	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;
	overflow:auto;
}
.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;*/
	font-size: 16px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
	text-align: center;
}
.btn:hover {
    box-shadow: 10px 10px 5px -5px rgba(0,0,0,0.25);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.btn.btn-rounded {
	border-radius: 100px;
}

.btn-large {
	font-size: 20px;
	padding:25px 55px;
	border-radius: 10px;
}

.btn.btn-blue-outline {
	border:1px solid #0072AE;
	background-color: #fff;
	color:#0072AE;
}
.btn.btn-blue-outline:hover {
	/*border:1px solid #0072AE;*/
	background-color: #0072AE24;
	/*color:#0072AE;*/
}

.btn.btn-white-outline {
	border:1px solid #FFF;
	background-color: transparent;
	color:#FFF;
}

.btn.btn-blue1 {
	background-color:#0072AE;
	border: 1px solid #0072AE;
	color:#FFFFFF;
}
.btn.btn-blue1:hover {
	background-color:#00577D;
	/*border: 1px solid #0072AE;*/
	/*color:#FFFFFF;*/
}

.btn.btn-blue2 {
	background-color:#34338C;
	opacity: 0.85;
	border: 1px solid #34338C;
	color:#FFFFFF;
}

.btn.btn-white {
	background-color:#FFFFFF;
	border: 1px solid #FFFFFF;
	color:#1E1D4B;
}

.btn.btn-yellow {
	border:1px solid #FFD700;
	background-color: #FFD700;
	color:#006A99;
}

.btn.btn-yellow-outline {
	border:1px solid #FFD700;
	background-color: transparent;
	color:#FFD700;
}

.abutton {
	text-decoration: none;
}


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

.form-column {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-bottom:10px;
	min-width:300px;
}

.form-column p {
	margin:0 0 10px 0;
}

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

.input2,
.textarea2 {
	width:100%;
	border:1px solid #A9A9A9;
	outline:0;
	padding:10px;
	background-color: #FAFAFA;
}
.textarea2 {
	height:100px;
}


.footer {
	background-color: #006A99;
	color:#fff;
	padding:50px 0;
}

.dev-group {
	background-color: #006A99;
	color:#80B5CC;
	padding:25px 0;
	text-align: center;
	font-size: 14px;
}

.dev-group a {
	color:inherit;
	text-decoration: none;
}
.footer ul {
	margin: 0 0 0 15px;
	padding: 0;
}

.footer ul li {
	margin:0 0 5px 0;
}

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

.footer-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 50px;
	flex-wrap: wrap;
}

.fc-col1,
.fc-col2,
.fc-col3,
.fc-col4,
.fc-col5 {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.fc-col1 {
	text-align: center;
}

.footer-container h5 {
	margin:0 0 25px 0;
}

.fc-col5 a {
	text-decoration: underline;
}

.footer-social i {
	margin:0 5px 0 0;
}

.fcc1-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 75px;
	align-items : center;
	flex-direction: column;
}

.iframe-video {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}

.iframe-video iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}


.staff-single {
	max-width:900px;
	margin:0 auto;
	padding:50px 0;
}

.single-staff-photo {
	float:right;
	margin:0 0 30px 30px;
}
.single-staff-photo img {
	border-radius: 999px;
}


@media only screen and (max-width:1200px) {
	.desktop-menu ul li a {
		font-family: 15px;
	}
	.fc-col1 {
		min-width:100%;
		border-bottom:1px solid #FFFFFF30;
		padding-bottom:25px;
	}
	.fcc1-container {
		flex-direction: row;
		gap: 35px;
		align-items : center;
	}
	.fcc1-col1 img {
		max-width:200px;
	}
	.fcc1-col2 {
		margin-left:auto
	}
	.footer {
		padding:25px 0;
	}

}

@media only screen and (max-width:1100px) {
	.desktop-menu {
		display:none;
	}
	.mobile-menu-btn {
		display:block;
	}
	.header-btns {
		padding-right:30px;
	}
}

@media only screen and (max-width: 1023px) {
	.image_and_content_columns {
		min-width:100%;
		max-width:100%;
	}
}

@media only screen and (max-width: 900px) {
    .footer-container {
		gap:50px 0;
	}
	.fc-col1 {
		margin-bottom:25px;
	}

	.fc-col2,
    .fc-col3,
    .fc-col4,
    .fc-col5 {
		min-width:50%;
	}
}

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


@media only screen and (max-width:700px) {
	
	h1 {
		font-size: 35px;
	}
	h2 {
		font-size: 29px;
	}
	h3 {
		font-size: 26px;
	}
	.footer-container {
		flex-direction: column;
		gap:35px 0;
	}
	.fc-col1 {
		margin-bottom: 0;
	}
	.fc-col2,
	.fc-col3,
	.fc-col4 {
		border-bottom: 1px solid #FFFFFF30;
		padding-bottom:20px;
	}
}

@media only screen and (max-width:600px) {
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 21px;
	}
	.header-btns {
		display: none;
	}
	.customize-support .header {
		top:0;
	}
	.header-push {
		height:79px;
	}
	.header .header-logo {
		min-width: 150px;
		max-width: 150px;
	}
	.mobile-menu-btn {
		top: 24px;
	}

	
}

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

	h1 {
		font-size: 25px;
	}
	h2 {
		font-size: 19px;
	}
	h3 {
		font-size: 16px;
	}
	#wpadminbar {
		display: none;
	}

	.fcc1-container {
		flex-direction: column;
	}
	.fcc1-col2 {
		margin-left: unset;
	}

	
}

@media only screen and (max-width:400px) {
	.header-push {
		height: 103px;
	}
}

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

	.fcc1-col1 img {
		max-width: 80%;
	}
}