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

:root {
  --red-color: #b42323;
}


* {
	font-family: 'Montserrat', sans-serif;
	box-sizing: border-box;
}

body, p, li, label {
    font-size: 18px;
    line-height: 1.5em;
}

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

h1, h2, h3, h4, h5, h6 {
    line-height: 1.25em;
}

h1 {
	font-size: 54px;
	margin:0;
}

h2 {
	font-size: 40px;
	margin:0;
}

h3 {
	font-size: 24px;
	margin:0;
}

h4 {
	font-size: 20px;
	margin:0;
}

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

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

.red-text {
    color:var(--red-color);
}

.bold {
    font-weight: bold;
}

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

.center {
	text-align: center;
}

.single-post {
	/*border-bottom: 1px solid #ccc;*/

}

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

.next {
	float:right;
}

.prev {
	float:left;
}

.header {
	position: relative;
	color:#FFF;
    /* position: fixed; */
	/* margin-bottom:35px; */
}

.header .header-logo {
	float:left;
	padding-top:15px;
}

.header .header-logo img {
	max-height:82px;
}

.header .header-email {
	float:right;
	color:#000;
	padding:55px 25px 0 0 ;
}
.header .header-email .far {
	color:red;
}

.dev-group {
    background-color:#000;
	padding:15px 0;
	text-align: center;
	color:#FFF;
}

.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 {
	float:right;
}

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

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

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

.desktop-menu ul li.current-menu-item a {
    background-color:var(--red-color);
    color:#fff;
}

.desktop-menu ul li.header-btn a {
    background-color:var(--red-color);
    color:#fff;
    padding:9px 20px;
    border-radius: 25px;
}
.desktop-menu ul li.header-btn.phone a::before {
    font-family: "Font Awesome 5 Free";
    content: '\f879';
    padding-right:10px;
}




.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 a {
	display: block;
}
.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:107px;
	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;

}

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

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

.mobile-menu {
	display:none;
}

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

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

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

.mobile-menu .menu-item-has-children a {
	display: inline-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;
	display: inline-block;
	color:#FFF;
	background-color: #fff;
	font-weight: bold;
	font-size: 18px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    text-align: center;
	cursor: pointer;
}
.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-block {
    display: block;
}

.btn-xl {
	font-size: 40px;
	padding:12px 50px;
}

.btn-red {
    background-color:var(--red-color);
    color:#fff;
}
.btn-white {
    background-color:#FFF;
    color:#000;
}
.btn-red-border {
    border:1px solid var(--red-color);
    color:#000;
}
.btn-white-border {
    border:1px solid #fff;
    color:#fff;
	background-color: transparent;
}

.btn-black {
    background-color:#000;
    color:#fff;
}

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

.footer {
    padding:65px 0 25px 0;
}
.footer p,
.footer li {
    font-size: 15px;
}

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

.footer-col1 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	min-width: 270px;
	max-width: 270px;
}

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

.fc2-container1 {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	align-items : center;
	margin-bottom:25px;
}

.fc2-container1 .fc2-col1 {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.fc2-container1 .fc2-col2 {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 263px;
}

.fc2-container2 {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	align-items : center;
	margin-bottom:25px;
}

.fc2-container2 .fc2-col1 {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.fc2-container2 .fc2-col2 {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 439px;
}

.fc2-col1 ul {
	margin:0;
	padding:0;
}

.fc2-col1 ul li {
	list-style-type:none;
	display: inline-block;
}

.fc2-col1 ul li.current-menu-item a {
	text-decoration: underline;
}

.fc2-col1 ul li a {
	font-size: 19px;
	display: inline-block;
	margin:0 10px;
}

.footer-col2 .far {
	color:var(--red-color);
}

.free-quote-zone {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
	align-items : center;
	background-color: #000;
	color:#FFF;
	border-radius: 35px;
}

.fqz-dark {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding:8px 5px;
}

.fqz-button {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: var(--red-color);
	padding:8px 5px;
	border-radius: 35px;
	text-align: center;
}



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

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

.form-column input[type=text],
.form-column input[type=tel],
.form-column input[type=email],
.form-column textarea {
	width:100%;
}

.input1 {
	border:1px solid var(--red-color);
	padding:10px;
	border-radius:7px;
	outline:0;
}

.textarea1 {
	border:1px solid var(--red-color);
	padding:10px;
	border-radius:7px;
    height:100px;
	outline:0;
}

.input2,
.textarea2 {
	border:1px solid #BBBBBB;
	padding:10px;
	border-radius:3px;
	outline:0;
}

.textarea2 {
	height:125px;
}

.form-footer {
	text-align: center;
}



.general-form {
	padding:75px 0;
}

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

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

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

.general-form h2 {
	color:var(--red-color);
}
.general-form h3 {
	font-weight:normal;
	margin:15px 0;
}

.required {
	color:var(--red-color);
}




/* BLOG */

.single-post img {
	margin:25px 0;
}

.blog-container {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 35px;
	margin:50px 0;
}

.blog-main {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.blog-sidebar {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left:45px;
	min-width: 350px;
	max-width: 350px;
	border-left:1px solid #ccc;
}

.single-post .published {
	margin:0 0 20px 0;
}

.blog-sidebar ul {
	margin:15px 0;
	padding:0;
}
.blog-sidebar li {
	font-size: 16px;
	list-style-type: none;
	margin-bottom:10px;
}
.searchform input[type=text] {
	max-width:66%;
	border:1px solid #ccc;
	padding:9px;
}
.searchform #searchsubmit {
	border:0;
	padding:10px 15px;
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	text-align: center;
	cursor: pointer;
	background-color:var(--red-color);
	color:#fff;
	margin-left:-5px;
}

.sidebar-section {
	margin-top:25px;
}

.navigation {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 75px;
	align-items : center;
	margin-top:50px;
}

.navigation .nav-left {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.navigation .nav-right {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right;
}






@media only screen and (max-width: 1400px) {
	.header-email {
		display:none;
	}
}

@media only screen and (max-width: 1250px) {
	.footer-container {
		flex-direction:column;
	}
	.footer-col2 {
		text-align: left;
	}
	.fc2-col1 ul li a {
		margin: 0 20px 0 0;
	}
	.fc2-container2 .fc2-col2 {
		max-width: 435px;
		text-align: center;
	}
}

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

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

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

	.footer-col1 {
		min-width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.fc2-container1 {
		max-width:600px;
		margin:0 auto 33px auto;
	}
	.gf-container {
		flex-direction:column;
	}
	.gf-col1 {
		text-align: center;
	}
	.fc2-container2 {
		flex-direction: column;
	}
	.fc2-container2 .fc2-col2 {
		min-width: 500px;
		max-width: 500px;
	}
	.fc2-col1 {
		text-align: center;
	}
}

@media only screen and (max-width:800px) {
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 34px;
	}
}


@media only screen and (max-width:700px) {
	
	h1 {
		font-size: 35px;
	}
	h2 {
		font-size: 29px;
	}
	h3 {
		font-size: 26px;
	}
	.fc2-container1 {
		flex-direction: column;
		gap:20px;
	}
	.fc2-container2 {
		gap: 30px;
	}
}

@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) {
	.wrapper {
	    padding: 0 12px;
	}
	
	h1 {
		font-size: 25px;
	}
	h2 {
		font-size: 19px;
	}
	h3 {
		font-size: 16px;
	}

	.gf-col1 .btn {
		display: block;
		margin-bottom: 10px;
	}
	.free-quote-zone {
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		padding:10px;
	}

	.fc2-container2 .fc2-col2 {
		min-width: 100%;
		max-width: 100%;
	}

	.fqz-dark {
		 padding: 0;
	}

	.fqz-button {
		padding:10px 20px;
	}

	.free-quote-zone {
		flex-direction:column;
	}
	
}

