@charset "utf-8";

/* CSS Document */
body,
html {
	font-family: 'Open Sans', sans-serif;
	height: 100%;
	width: 100%;
	color: #393939;
}

.TitleStyle1 {
	color: #2c2c2c;
	font-size: 40px;
	font-weight: 600;
	line-height: 45px;
	margin-bottom: 30px;
}

.TitleStyle2 {
	font-size: 30px;
	color: #2c2c2c;
	margin-bottom: 20px;
}

.sub-head {
	color: #2c2c2c;
}

a {
	color: #007991;
}

a:hover,
a:focus {
	color: #007991;
}

/* Index Screen Height CSS */

/* Header */
header {
	-webkit-box-shadow: -2px 5px 10px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: -2px 5px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow: -2px 5px 10px 0px rgba(0, 0, 0, 0.3);
	z-index: 2;
	position: relative;
}
header.no-img {
    box-shadow:none;
    border-bottom: 1px solid #ccc;
}
.main-header {
	background: #fff;
	min-height: 150px;
	display: flex;
	justify-content: space-around;
	align-content: center;
	align-items: center;
	padding: 20px 0px;
}

.top-nav-section {
	float: right;
	width: auto;
}

.top-phone {
	list-style: none;
	float: right;
	padding: 0 55px 0 0;
	margin-bottom: 0;
	border-left: solid 1px #333;
	padding-left: 15px;
}

.top-phone li {
	line-height: 22px;
	float: left;
}

.top-phone span {
	color: #393939;
	background-color: transparent;
	padding: 5px 15px 5px 8px;
	border-radius: 20px;
	font-size: 20px;
}
.top-phone span a {
    color: #393939;
}
.top-phone .fas {
	color: #57a4be;
	font-size: 17px;
}

.top-social {
	list-style: none;
	width: 200px;
	float: right;
	display: flex;
	padding: 0 10px 0 0;
	margin-bottom: 0;
	justify-content: space-around;
	font-size: 16px;
}

.top-social a:hover {
	opacity: 0.8;
}

.fab.fa-facebook-f {
	color: #3b5998;
}

.fab.fa-twitter {
	color: #00acee;
}

.fab.fa-linkedin-in {
	color: #0077b5;
}

/* Logo and Navigation Section */
.nav-section {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	justify-content: center;
	align-content: center;
	width: 100%;
}

.logo-section {
	display: flex;
	align-items: center;
	justify-content: left;
}

.agency-logo {
	max-width: 100%;
	width: 100%�/;
}

.nav-menu {
	display: flex;
	justify-content: center;
	align-items: center;
}

.navbar-default {
	background: transparent;
	border: 0;
	margin-bottom: 0;
	min-height: 0;
	width: 100%;
}

.navbar .navbar-nav {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	margin: 0;
	padding: 0;
	float: none;
	width: 100%;
}

.navbar-default .navbar-nav>li {
	list-style: none;
	text-align: center;
}

.navbar-default .navbar-nav>li>a {
	color: #393939;
	display: block;
	font-size: 18px;
	font-weight: 500;
	padding: 0;
	margin: 0;
	width: 100%;
}

.navbar-default .navbar-nav>li a:hover,
.navbar-default .navbar-nav>li a:focus,
.navbar-default .navbar-nav>li a.active {
	color: #393939;
    text-decoration: underline 3px #57a4be;
    text-underline-position: under;
}

.navbar-nav>li>.dropdown-menu {
	border-radius: 0;
	box-shadow: none;
	padding: 0px;
	border: 1px solid #007991;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a.active {
	background: #007991;
	color: #fff !important;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background: none;
	color: #007991;
}

.dropdown.open .caret {
	border-bottom: 4px solid;
	border-top: 0px;
}

/* Get A Quote Section */
.get-quote-section {
	background: #d5f0f5;
	text-align: center;
	margin: 0 auto;
	-webkit-box-shadow: -2px 5px 10px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: -2px 5px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow: -2px 5px 10px 0px rgba(0, 0, 0, 0.3);
	position: relative;
	z-index: 1;
	padding: 40px 0 45px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.get-quote-section .TitleStyle2 {
	color: #284557;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: 'Open Sans', sans-serif;
	margin-top: 0px;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 55px;
}

.get-quote-section p {
	color: #000;
	font-size: 22px;
}

.quote-box {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	padding: 20px 20px 0px;
}

.fixed-size {
	flex: 1;
	margin: 0 15px;
}

#Type,
#ZipCode {
	color: #2c2c2c;
	border-radius: 5px;
	border: 1px solid #fff;
	background: #fff;
	width: 100%;
	padding: 0px 5px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
	height: 40px !important;
}

.qte-btn {
	width: 100%;
	color: #fff;
	font-size: 21px;
	font-weight: 600;
	border: none;
	background: #284557;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
	padding: 4px 5px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}

.qte-btn:hover,
.qte-btn:focus {
	background: #205e6e;
	transition: 0.3s;
	color: #fff;
}

/* Index Page banner Section */

.banner-stars .fa-star {
	color: #ffcf45;
	font-size: 40px;
	letter-spacing: 10px;
}

.banner-stars {
	text-align: center;
	margin-bottom: 30px;
}

.banner-heading {
	font-size: 55px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.banner-sub-heading {
	font-size: 38px;
	color: #fff;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}

.banner-text {
	top: 40%;
	transform: translateY(-40%);
	position: absolute;
}

/* Inner Page banner Section */
.inner-banner-section {
	background: -webkit-linear-gradient(left, #284557 30%, #3f6d8a 100%);
	background: linear-gradient(to right, #284557 30%, #3f6d8a 100%);
	background: -webkit-linear-gradient(left, #284557 30%, #3f6d8a 100%);
	background: -ms-linear-gradient(to right, #284557 30%, #3f6d8a 100%);
	height: 500px;
    border-bottom: 5px solid #57a4be;
}

.inner-banner-inside {
	position: relative;
	height: 500px;
}

.inner-banner-text {
	top: 40%;
	transform: translateY(-40%);
}

.inner-banner-image {
	position: absolute;
	height: 100%;
	right: 0;
}

#inner-banner {
	position: absolute;
	height: 95%;
	bottom: 0;
	right: 0;
}

.nobreak {
	display: inline-block;
}

/* LOB Box Section */
.ins-boxes1 {
	display: flex;
	align-content: flex-start;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	box-sizing: border-box;
	justify-content: space-between;
	position: relative;
	margin-bottom: 40px;
}

.service-area a {
	font-size: 24px;
	color: #006478;
	background-color: #ffcf45;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	margin: 0;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
	position: relative;
	outline: none;
	margin-top: -100px;
}

.service-area a:hover,
.service-area a:focus {
	text-decoration: none;
	background: #ffca2b;
	transition: all ease .2s;
	color: #006478;
}

.aligner {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

.aligner i {
	font-size: 33px;
}

.aligner .TitleStyle3 {
	line-height: 25px;
}

/* Main Content */
.main-content p,
.main-content ul li {
	font-size: 18px;
	color: #393939;
	line-height: 36px;
	margin-bottom: 20px;
	list-style: disc;
	font-weight: 500;
	text-align: left;
}

#index-cont {
	margin-bottom: 30px;
}

#main-cont ul li span {
	color: #007991;
	font-weight: 600;
}

#main-cont,
#index-cont {
	margin: 30px 0px;
}

/* Footer */
.footer-section {
	padding-top: 45px;
	background-color: #284557;
    border-top: 5px solid #57a4be;
}

.footer-pad-fix {
	padding-left: 0;
}

.footer-content .TitleStyle2 {
	color: #d5f0f5;
	font-size: 47px;
	font-weight: 600;
}

.footer-nav {
	display: flex;
	padding-left: 0;
	flex-wrap: wrap;
}

.footer-nav li {
	display: flex;
	margin-bottom: 15px;
	flex-basis: 50%;
}

.footer-nav .fa-angle-double-right {
	color: #d5f0f5;
	font-weight: 900;
	font-size: 19px;
	margin-right: 10px;
	line-height: 30px;
}

.footer-content ul li a {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
}

.footer-content ul li a:hover,
.footer-content ul li a:focus,
.footer-content ul li a.active {
	color: #d5f0f5;
	text-decoration: none;
}

.contact-info ul {
	padding-left: 0px;
}

.contact-info ul li {
	font-size: 18px;
	color: #fff;
	padding: 0 0 15px;
	display: flex;
}

.contact-info ul li a {
	font-size: 18px;
	line-height: 25px;
}

.contact-info i {
	color: #d5f0f5;
	float: left;
	font-size: 18px !important;
	margin-right: 10px;
	line-height: 25px;
	width: 20px;
}

.copyright {
	padding: 50px 0 20px;
	text-align: center;
}

.copy-ul {
	list-style-type: none;
	padding: 0;
	text-align: center;
}

.copy-ul li {
	display: inline-block;
}

.copy-ul li a,
.copy-ul li {
	color: #fff;
	font-size: 18px;
}

/* Iframes */
#cpIframe {
	height: 1800px;
	width: 100%;
	border: none;
}

.ccframe {
	height: 1600px;
	width: 100%;
	border: none;
}

.gmap {
	height: 400px;
	width: 100%;
	border: none;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sms_txt {
	cursor: none;
	pointer-events: none;
}