@charset "utf-8";

/* CSS Document */
/*
COLOR PALETTE
Headings : #2d87b8
Secondary color : #272727
*/
/* DEFAULT STYLES */
body,
.TitleStyle1,
.TitleStyle2,
.TitleStyle3,
.TitleStyle4,
.TitleStyle5,
input,
button,
select,
textarea,
p,
ul,
li,
a {
	font-family: 'Open Sans', sans-serif;
}

body {
	background-color: #FFF;
}

body,
figure {
	margin: 0;
	padding: 0;
}

/* Typography */
.TitleStyle1,
h1 {
	color: #000;
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 10px;
}

h1 a:link {
	color: #000;
}

.TitleStyle2,
h2 {
	color: #000;
	font-size: 24px;
	line-height: 36px;
}

.TitleStyle3,
h3 {
	color: #000;
	font-size: 20px;
	line-height: 30px;
}

.TitleStyle4,
h4 {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	font-weight: 400;
}

.right-text .TitleStyle4,
.right-text .TitleStyle3 {
	margin-bottom: 10px;
}

p,
#main-content ul li {
	color: #666;
	line-height: 26px;
	margin-bottom: 15px;
}

a {

	text-decoration: none;
}

a:hover, a:focus{
	text-decoration: underline;

}
header {
    background: #000;
}
.main-header {
    padding-bottom: 20px;
}
/*Logo*/
.brand {
	margin-top: 20px !important;
}

/*Social Icons*/
.social {
	float: right;
	margin: 10px 0 0 0;
}

.social>li {
	list-style-type: none !important;
	float: left;
	margin-right: 10px;
}

#social #social-nav>ul {
	padding: 0;
	margin: 0;
}

.social img:hover {
	background-color: #272727;
}

.social li a .fab {
	font-size: 22px;
}

.fab.fa-facebook-square {
	color: #fff;
}

.fab.fa-twitter-square {
	color: #00acee;
}

.fab.fa-linkedin {
	color: #0077b5;
}

.social li a:hover,
.social li a:focus {
	opacity: 0.8;
}

.sociald {
	float: left;
	margin: 250px 0 0 20px;
}

.sociald>li {
	list-style-type: none !important;
	float: left;
	margin-left: 10px;

}

#sociald #sociald-nav>ul {
	padding: 0;
	margin: 0;
}

.sociald>li>a:focus,
.sociald>li>a:hover {
	background: #407ba9;
}


/*Main Navbar*/
.nav-section {
	position: relative;
	z-index: 99;
}

.nav-menu .navbar {
	background: #fff;
	min-height: 26px;
	line-height: 26px;
	padding-left: 0px;
	padding-right: 0px;
	border: 1px solid #ccc;
    background: #fff;
    border-radius: 8px;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-top: 0px;
	margin-bottom: 20px;

}

.navbar-default {
	background: transparent;
	border: 0;
	margin-bottom: 0;
	min-height: 0;
	width: 100%;
}

.navbar {}

.navbar .nav {
	width: 100%;
	left: 0px;
	background: #fff;
	border-radius: none !important;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	margin: 0px;
	padding: 0px;
	float: none;
	align-content: center;
	align-items: center;
	height: 50px;
}

.navbar .nav>li {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

.navbar .nav>li>a {
	color: #333;
	text-shadow: none;
	line-height: 26px;
	font-size: 17px;
	font-weight: 400;
	padding: 5px 10px;
	border-radius: 13px;
}

.navbar .nav>li>a:focus,
.navbar .nav>li>a:hover {
	color: #fff;
	text-decoration: none;
	background: #c4202c;
    background: linear-gradient(180deg, #ea2027, #761e27);
    text-shadow: 1px 1px 1px #000;
}

.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
	color: #fff;
	text-decoration: none;
	background: #D31F29;
}

.navbar .nav>li>a.active {
	color: #fff;
	text-decoration: none;
	background: #c4202c;
    background: linear-gradient(180deg, #ea2027, #761e27);
    text-shadow: 1px 1px 1px #000;
}

.navbar-inner {
	background: #fff;
	border: 0px 0px;
	min-height: 26px;
	line-height: 26px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
	border-radius: none;
	border-left: none;
	border-right: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


.btn-navbar {
	background: #fff !important;
	float: right;
	height: 30px;
	width: 30px;
	margin: 0 !important;
	border: none;
	border-radius: 0px;
}

.nav-collapse {
	background: #fff;
	border-bottom: none !important;
}

/*Banner*/

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	color: #fff;
	text-decoration: none;
	background: #D31F29;
}

.navbar-default .navbar-nav .dropdown-menu>li>a:hover,
.navbar-default .navbar-nav .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .dropdown-menu>li>a.active {
	color: #fff;
	text-decoration: none;
	background-color: #D31F29;
}

.banner-bg {
	width: auto;
	height: 300px;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 219, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(219, 219, 219, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 219, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 219, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 219, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(219, 219, 219, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dbdbdb', GradientType=0);
	border-bottom: 1px solid #b0b0b0;

}
.banner-bg .container {
    height: 100%;
    display: flex;
    align-items:center;
    justify-content: space-between;
}
.banner-bg .container .row {
        display: flex;
    align-items:center;
}
.mid-section {
	position: relative;
}

.qt-box {
	position: absolute;
	top: 75%;
	transform: translateY(-75%);
	right: 20px;
	z-index: 99;
}

.banner {
	position: relative;
	height: auto;
	margin: 0px 0 0 0px;
	z-index: 1;
}

.slide {

	height: auto;
}

.slide .img {
	margin-top: 30px;

}

.banner-image {
	margin-left: 0px;
	padding-top: 0px;
	width: 100%;
	max-width: 500px;
	height: 245px;
	border-radius: 30px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
	object-fit: cover;
	margin-top: 0px;
}

/*Quotebox*/

.quote-search {
	float: right;
	width: 350px;
	height: 140px;
	z-index: 100;
	position: relative;
	border: 2px solid #000;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #000;
	background: -moz-linear-gradient(top, #2c2c2c 0%, #000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2c2c2c), color-stop(100%, #000));
	background: -webkit-linear-gradient(top, #2c2c2c 0%, #000 100%);
	background: -o-linear-gradient(top, #2c2c2c 0%, #000 100%);
	background: -ms-linear-gradient(top, #2c2c2c 0%, #000 100%);
	background: linear-gradient(to bottom, #2c2c2c 0%, #000 100%);
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.cta-side {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	height: 240px;
}

.quote-box {
	margin-top: 0px;
	color: #2c2c2c;

}

.quote-box-header {
	font-size: 23px;
	line-height: 26px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #2c2c2c;
	text-align: right;
}

.quote-box-text {
	margin-top: 10px !important;
	font-size: 21px;
	line-height: 24px;
	padding-left: 0px;
	font-weight: bold;
	text-align: right;
}

.quote-box-text i {
	font-size: 22px;
	font-weight: normal;
}

.quote-search input {
	margin-left: 0px;
	height: 30px;
	font-weight: normal;
	font-size: 14px;
	padding: 0 0px 0px 8px;
}

.quote-search select {
	margin-left: 0px;
	height: 30px;
	font-weight: normal;
	font-size: 14px;
	padding: 0 0px 0px 4px;
}

.start-here .TitleStyle5 {
	color: #FFF;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	margin-bottom: 10px;
}

.start-here p {
	color: #FFF;
}

.search-type {
	padding: 0 12px;
	display: flex;
	align-items: end;
}

.search-location-inside {
	float: left;
	margin-top: 2px;
	padding: 0px 5px;
}

.type {
	margin-top: 0px;
	margin-left: 40px;
}

.primarybutton {
	text-decoration: none;
	background: #c4202c;
    background: linear-gradient(180deg, #ea2027, #97212c);
    text-shadow: 1px 1px 1px #000;
	height: 30px;
	color: #fff;
	padding: 0px;
	width: 100%;
}

.primarybutton:hover, .primarybutton:focus {
	background: #97212c;
    background: linear-gradient(0deg, #ea2027, #97212c);
    color: #fff;
}

/*Content*/
.left-text {
	padding: 0px 20px 20px 10px;
}

.right-text {
	padding-left: 20px;
}

.flex-cont {
	margin-top: 20px;
	display: flex;
}

.divider {
	border-right: 1px solid #b0b0b0;
	padding-right: 20px;
}

.divider-next {
	border-top: 1px solid #fff;
}

.contact .TitleStyle3 {
	margin: 0px 10px 20px 0px;
	color: #000;
}

.about .TitleStyle3 {
	margin: 20px 10px 20px 0px;
	color: #000;
}

.about p {
	margin-left: 0px;
}

#main-text {
	margin-top: 20px !important;
}

address {
	padding-top: 0px;
	margin-right: 0px;
	text-align: left;
	color: #333;
	padding: 10px 20px 0px 0px;
	font-size: 16px;
	line-height: 26px;
}

.li-text {
	line-height: 26px;
}

/* FOOTER */
.footer-bg {
	border-top: 1px solid #b0b0b0;
	background: rgb(197, 197, 197);
	background: -moz-linear-gradient(top, #e5e5e5 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5e5e5), color-stop(100%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(top, #e5e5e5 0%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(top, #e5e5e5 0%, rgba(255, 255, 255, 1) 100%);
	background: -ms-linear-gradient(top, #e5e5e5 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, #e5e5e5 0%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c5c5c5', endColorstr='#ffffff', GradientType=0);
	margin-top: 50px;
}

footer {
	font-size: 11px;
	width: 100%;
	padding-top: 10px;
	height: 100%;
	paddin-bottom: 0px !important;
	margin-bottom: 0px !important;
}

.footer li a {
	font-size: 14px;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	text-align: center !important;
}

.footer a:hover,
.footer a:focus,
.footer a.active {
	color: #c4202c;
	text-decoration: underline;
}

.footer_nav {
	padding-top: 0px;
	text-decoration: none !important;
	font-size: 14px;
	line-height: 20px;
	text-align: center !important;
	margin-bottom: 10px;
}

.footer_nav a {
	white-space: nowrap;
}

.footer_address {
	text-align: center;
	font-size: 14px;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 10px;

}

.footer_address li {
	display: inline-block;
	white-space: nowrap;
	font-size: 14px;
	color: #333;
	line-height: 24px;
}

.footer_address li a {
	color: #333;
	font-size: 14px;
}

.foot-addr {
	text-align: center;
	font-size: 14px;
}

/* iframe */

iframe {
	height: 500px;
	width: 100%;
	frameborder: 0px inset !important;
}

iframe:not([seamless]) {
	border: 0px inset;
	border-image: initial;
}

.frame-fix {
	height: 1500px !important;
}

.copy-ul {
	list-style-type: none;
	margin-top: 15px;
	padding: 0px;
	text-align: center;
}

.copy-ul li {
	font-size: 14px;
	color: #333;
	display: inline-block;
}

.footer-links ul {
	list-style-type: none;
	padding-left: 0px;
	text-align: center;

}

.footer-links ul li {
	display: inline-block;
	margin: 0;
}

.footer-links ul li a {
	display: inline-block;
	margin: 0px 10px;
	padding: 2px 10px;
	border-radius: 8px;
}

.footer-links ul li a:hover,
.footer-links ul li a:focus,
.footer-links ul li a.active,
.footer-links .dropup .dropdown-menu li a:hover,
.footer-links .dropup .dropdown-menu li a:focus,
.footer-links .dropup .dropdown-menu li a.active {
	color: #fff;
	text-decoration: none;
	background: #c4202c;
    background: linear-gradient(180deg, #ea2027, #761e27);
    text-shadow: 1px 1px 1px #000;
}

.footer-links .dropup .dropdown-menu li {
	width: 100%;
}

.footer-links .dropup .dropdown-menu li a {
	display: block;
	border-radius: 0px;
}

.footer-links ul li::after {
	border-right: 1px solid #333;
	content: "";
	font-size: 10px;
}

.footer-links ul li:last-child::after {
	border: 0px;
}

.footer-links li.dropdown ul li::after {
	border: 0px;
}

.footer-links li.dropdown ul li a {
	padding: 5px 0px;
	margin: 0px;
}

.footer-links li.dropdown ul li a:hover,
.footer-links li.dropdown ul li a:focus,
.footer-links li.dropdown ul li a.active {
	background: none;
	color: #2d87b8;
}

.dropdown.open .caret {
	border-bottom: 4px solid;
	border-top: 0px;
}

.dropup.open .caret {
	border-top: 4px solid;
	border-bottom: 0px;
}

.gmap {
	width: 100%;
	height: 400px;
	border: 0px;
}

.cnt-info {
	padding-left: 0px;
	list-style-type: none;
}

.cnt-info li {
	margin-bottom: 0px !important;
}

.ccframe {
	height: 1600px !Important;
}

#cpIframe {
	height: 1800px !important;
}

.contct-section .fa {
	margin-right: 8px;
	color: #d31f29;
}

.contct-section a {
	color: #2c2c2c;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

a.sms-txt {
	cursor: none;
	pointer-events: none;
}

.cnt-info a.sms-txt {
	color: #666;
}

.logo-section a {
	max-width: 180px;
	display: block;
	margin-left: 15px;
}

.logo-section img {
	max-width: 180px;
}

.nobreak {
	display: inline-block;
}

.contct-section a:hover, .contct-section a:focus{
	color: #c4202c;
}