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

:root {
	--orange-color: #f58025;
}

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

html {
	line-height: 1.5em;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5em;
	margin: 0 0 15px 0;
}
a {
    color: var(--orange-color);
}
h1 {
	font-size: 60px;
	font-weight: 900;
}
h2 {
	font-size: 50px;
	font-weight: 700;
}
h3 {
	font-size: 28px;
	font-weight: 700;
}
h4 {
	font-size: 22px;
	font-weight: 700;
}
h5 {
	font-size: 18px;
	font-weight: 700;
}
h6 {
	font-size: 16px;
	font-weight: 700;
}

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 - 437px);
	margin: 0 auto;
}

.single-page {
	padding: 35px 0;
	min-height: calc(100vh - 547px);
	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;
    margin-bottom:15px;
}

.prev {
    float: left;
    margin-bottom:15px;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	background: linear-gradient(to right, #f8b474, #f58025, #f58025);
    color:#fff;
	padding: 10px 0 5px 0;
    z-index: 9999;
}

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

.header-push {
	height: 89px;
}

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

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

.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: 5px 15px;
	text-decoration: none;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
}

.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: 32px;
	left: 10px;
	background-color: #fff;
	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: -1px;
	left: 154px;
}

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

.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: #0c6ca0; */
}

.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-weight: bold;
	font-size: 18px;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
    line-height: 1em;
}
.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: var(--orange-color);
}
.btn.btn2 {
	background-color: #09835e;
}

.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 {
	background-color: var(--orange-color);
	color: #fff;
	padding: 50px 0;
}

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

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

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

.footer-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 45px;
	/* align-items : center; */
}

.footer-col1 {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.footer-col2 {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.footer-col3 {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
    font-size: 14px;
}

.footer-col1 img {
	margin-bottom: 25px;
    max-width:100px;
}

.footer-col1 p {
	margin: 0;
}

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

.fc2-group {
    margin-bottom: 25px;
}
.fc2-group h5 {
    margin:0;
}

.footer-clia {
    max-width:167px;
    margin-top: 45px;
}

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

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

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

@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;
	}
    .footer-container {
        flex-direction: column;
    }
}
@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 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 only screen and (max-width: 400px) {
}
