@charset "utf-8";
/* CSS Document */
body, html {
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    width: 100%;
	color:#2c2c2c;
}
a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}
h1 {
	color: #2c2c2c;
	font-size: 34px;
	font-weight: 800;
	line-height: 42px;
	margin-bottom: 20px;
}
h2 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 600;
}

h3 {
	font-size: 24px;
	color: #2c2c2c;
	font-weight: 600;
	margin-bottom: 20px;
}
.main-content ul{
	
	padding-left:35px;
}

.main-content p, .main-content ul li{
	font-size:23px;
	color:#2c2c2c;
	line-height: 36px;
    margin-bottom: 20px;
    font-weight: 500;
    text-align: left;
}

.main-content ul li {
    line-height: 30px !important;
    margin-bottom: 15px;
}

.main-content ul {
    margin-bottom: 30px;
}


.section-heading {
	color: #fff;
	font-size:60px;
	font-weight:700;
}


/* Header */
.main-header {
    background: #fff;
    min-height: 150px;
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
	padding:30px 0px 80px;
}

.top-nav-section {
	float: right;
	width: auto;
	
}
.top-social {
	list-style: none;
	width: 90px;
	float: right;
	display: flex;
	padding: 0;
	margin-bottom: 0;
	justify-content: space-around;
	font-size: 28px;
}
.fab.fa-facebook-f {
    color: #527acf;
}
.fab.fa-twitter {
    color:  #00acee;
}
.fab.fa-linkedin-in {
    color: #0077b5;
}
.fab.fa-youtube {
	color: #db4437;
}
.top-social a:hover {
	opacity:0.8;
}

.logo-part {
	display: flex;
}
.top-phone {
	list-style: none;
	float: left;
margin-bottom: 0;
	padding: 0 10px 0 0;
}
.top-phone span {

	font-size: 30px;
	font-weight: 600;
}


.logo-section {
    display: flex;
    align-items: center;
    justify-content: left;
}

.top-nav {
	display: flex;
	justify-content: end;
	align-items: center;
	margin-top: 5px;
}

.top-navigation {
	justify-content: flex-end;
	width: 100%; 
	display: flex;
	 flex-direction: row; 
	margin: 0;
	list-style: none;
	font-size: 24px;
	color: #8ac0d9;
	font-weight: 600;
}
.top-navigation li {
	background: #80bbd6;
	margin: 0 5px;
	border-radius: 22px;
	 padding: 5px 10px; 
}
.top-navigation li:hover, .top-navigation li:focus {
	background: #71a5bd;
}
.top-navigation li:last-child {
	margin-right: 0;
	margin-left: 40px;
	
}

.top-navigation li a{
text-decoration: none;
color:#fff;
text-shadow: 1px 1px 1px #2c2c2c;
}
.top-navigation .dropdown-menu li {
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
}
.top-navigation .dropdown-menu {
	min-width: 100%;
	text-align: center;
}
.top-navigation .dropdown-menu li a {
	text-align: left;
	font-size: 16px;
}


.agency-logo {
    max-width: 100%;
    width: 100%;
}
/* navigation part*/
.navbar-default {
    background: transparent;
    border: 0;
    margin-bottom: 0;
    min-height: 0;
    width: 100%;
}
.navigation-container {
	position: relative;
	
}
.nav-portion {
	display: flex;
	justify-content: space-around;
	align-content: center;
	align-items: center;
	background: #004080;
	padding: 15px 0px;

	top: 0;
	z-index: 1;
	width: 100%;
	opacity: 0.inherit;
}

.nav-section {
    padding: 0;
    margin: 0;
    list-style: none;
  display: flex;
   justify-content: center;
    align-content: center;
    width: 100%;	
}
.nav-menu {
	display:flex;
	justify-content: center;
    align-items:center;
}

.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 > a {
	color: #fff;

	font-size: 24px;
	font-weight: 600;
	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: #90d1f0;
	opacity:1;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background:none;
	color:#90d1f0;
}

.navbar-nav > li > .dropdown-menu {
	border-radius: 4px;
	box-shadow: none;
	padding: 0px;
	border: 1px solid #2c2c2c;
	top: 35px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a.active {
	background:#004080;
	color:#fff!important;
	opacity: 1;
}

.dropdown.open .caret {
	border-bottom:4px solid;
	border-top:0px;
}

.dropdown-menu > li > a,.footer-nav .dropdown-menu > li > a {
	color: #2c2c2c;
	font-size: 16px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	color: #2c2c2c;
	
}
/* Banner */


.banner, .simple-banner {
	position: relative;
	border-bottom: 15px solid #004080;
	margin-top:-1px;
}
.simple-banner {
	border-bottom: none;
}
.banner::before,.simple-banner::before {
	height: 100%;
	width: 100%;
	position: absolute;
	content: "";
	mix-blend-mode: multiply;
	background:linear-gradient(to left, rgba(106, 105, 105, 1)0%, rgba(101, 99, 99, 0.9)43%, rgba(93, 91, 91, 0.8)60%, rgb(46 ,45, 45)100% );

}
.banner, .simple-banner{
	background:#004080;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-resolution:.001dpcm) {
    .banner::before,.simple-banner::before {
	height: 100%;
	width: 100%;
	position: absolute;
	content: "";
	mix-blend-mode: multiply;
	background:linear-gradient(to left, rgba(106, 105, 105, 1)0%, rgba(101, 99, 99, 0.9)43%, rgba(93, 91, 91, 0.8)60%, rgb(46 ,45, 45)100% );

}
}

.simple-banner img {
	width: 100%;
	object-fit: cover;
	background: #8ac0d9;
	padding-bottom: 0px;
	height:500px;
}

.main-banner img {
	width: 100%;
	object-fit: cover;
	background: #8ac0d9;
	padding-bottom: 0px;
	height: 500px;
	
}



.idx-carousel-caption,.simple-caption {
	padding: 0;
	text-shadow: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: left;

}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.simple-caption{
	top: 50%;
}
.idx-carousel-caption h3 {
	color: #fff;
	font-weight: normal;
}

.styleOption {

	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 320px;
	margin: 0 auto;
	padding: 20px 0px 0px;
	flex-direction: column;
	float: left;
}

#Type, #ZipCode {
	margin-bottom: 40px;
	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: 13px;
    height: 40px !important;
	text-transform: uppercase;
}
#Type {
	-webkit-appearance: none;
	-moz-appearance: none;
}

.qte-btn {
	width: 100%;
	color: #fff;
	font-size: 21px;
	font-weight: 600;
	border: none;
	background: #80bbd6;
	  height: 40px !important;
	padding: 4px 5px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	border-radius: 17px;
	text-shadow: 1px 1px 1px #2c2c2c;
}
.qte-btn:hover, .qte-btn:focus {
	background:#71a5bd;

	color:#fff;
}

.fixed-size {
	margin: 0 0 15px;
}

/*content part*/
.main-content {
	padding: 50px 0;
	border-bottom: 1px solid #c4c4c4;
}
.main-content h2 {
	color:#2c2c2c;
	font-size:26px;
}
/*parter-carriers*/
.carrier-section h2 {
	font-weight: 800;
	font-size: 36px;
	color: #2c2c2c;
	margin-top: 40px;
	margin-bottom: 0;
}

.nbs-flexisel-container {
	max-width:100%;
	position:relative;
}
.nbs-flexisel-container {
	max-width:100%;
	position:relative;
}
.nbs-flexisel-ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	text-align:left;
	width:9999px;
}
.nbs-flexisel-inner {
	float:left;
	margin:18px 0;
	overflow:hidden;
	width:100%;
}
.nbs-flexisel-item {
	cursor:default;
	float:left;
	line-height:0;
	margin:0;
	padding:0;
	position:relative;
}
.nbs-flexisel-item img {
	cursor:default;
	margin-bottom:10px;
	margin-right:10px;
	margin-top:0;
	max-width:100%;
	position:relative;
}
.nbs-flexisel-nav-left,.nbs-flexisel-nav-right {
	cursor:default;
	height:22px;
	position:absolute;
	width:22px;
	z-index:100;
}

/*our-services*/

.our-service {
	background: #80bbd6;
	padding: 80px 0;
	text-shadow: 1px 1px 1px #2c2c2c;
}

.our-service h2 {
	color: #fff;
	font-size: 60px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 100px;
	margin-top: 0;
}
.our-service h2#jump-quote {
	margin-bottom: 40px;
}
.our-service.inner-service.jotform {
    padding: 60px 0;
}



.ins-boxes{
	display: flex;
	justify-content: center;
}
.box {
    text-align: center;
    margin: 0 auto;
}
.box i {
    color: #fff;
    font-size: 118px;
}

.box a {
	text-decoration: none !important;
}
.box a:hover .fas, .box a:hover h3 {
    color: #004080;
	text-shadow: initial;
	
}



.ins-boxes h3 {
	color: #fff;
	margin-top: 25px;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	text-transform: lowercase;
	line-height: 30px;
	font-size: 36px;
	font-weight: 800;
}
.inner-our-service li {
    display: flex;
    margin-bottom: 35px;
    flex-basis: 33%;
	justify-content: center;
}

.inner-our-service .fa-angle-double-right {
	color: #004080;
	font-weight: 900;
	font-size: 24px;
	margin-right: 10px;
	line-height: 40px;
	text-shadow: initial;
}

.inner-our-service {
	display: flex;
	padding-left: 0;
	flex-wrap: wrap;
	width: 100%;
}
.inner-our-service a, .inner-our-service li {
    color: #fff;
    font-size: 30px;
    line-height: 35px;
}
.inner-our-service a:hover, .inner-our-service a:focus {
	color: #004080;	
	text-shadow: initial;
}

/*simple section*/
.simple-caption h2 {
    font-weight: 800;
	margin-top: 0px;
	text-align: center;
}
.get-started {
	width: 81%;
	margin: 0 auto;
}
.get-started h4 {
	font-size: 30px;
	color: #fff;
	line-height: 48px;
}

.get-started .qte-btn {
    width: 250px;
    margin: 40px auto 0px;
    text-align: center;
}

.get-started .qte-btn a {
	color: #fff;
	line-height: 33px;
}


/*testinomial*/
.testinomial-sec {
	background: #fff;
	padding: 100px 0;
}
.testimonials-heading h2 {
	color: #2c2c2c;
	font-size: 60px;

	text-align: center;
	margin-top: 0;
		font-weight: 700;
	
}
.testinomial-content{
width:85%;
	margin:0 auto;
	text-align:center;
}
.testinomial-content h5,.client-name strong {
	font-size: 30px;
	text-align: center;
	line-height: 40px;
}
.testinomial-content .item {
	font-style:italic;
}

.inner-our-service.savings-count li {
	color: #2c2c2c;
	width: auto;
	display: inherit;
	flex-basis: auto;
	text-align: center;
	margin: 15px auto;
}
.inner-our-service.savings-count.inner-our-service .fa-angle-double-right {
	color: #80bbd6;
}

/* Footer */
footer {
	background:#004080;

}

.footer-content {
	background: #80bbd6;
	padding: 15px 0px;
}
.footer-nav {
	list-style: none;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 0;
	padding-left: 0px;
}
.footer-nav li a {
	color: #fff;
	font-size: 21px;
	font-weight: 600;
	text-shadow: 1px 1px 1px #2c2c2c;
}

.footer-nav li a:hover, .footer-nav li a:focus, .footer-nav li a.active {
	color:#004080;
	text-decoration:none;
	background:none;
	text-shadow: initial;
}
.footer-nav li.dropdown .dropdown-menu {
	border: 1px solid #2c2c2c;
	top: 45px;
}
.footer-nav li.dropdown .dropdown-menu li a {
	text-shadow: initial;
	font-weight: 400;
}
.footer-nav li.dropdown .dropdown-menu li a:hover ,.footer-nav li.dropdown .dropdown-menu li a.active,.footer-nav li.dropdown .dropdown-menu li a:focus{
    background: #004080;
}


.address-section {
	margin-top:60px;
	text-align:center;
}

.footer-address li {
	display: flex;
	color: #fff;
	font-size: 18px;
	justify-content: center;
	align-items: center;
font-weight:600;
	line-height:30px;
		
}
.address-section ul li a {
	color:#fff;
	font-weight:600;
	
}
.address-section ul li a:hover,
.copy-ul li a:hover {
	color: #90d1f0;
}
.footer-social {
    width: 10%;
    margin: 30px auto;
}
.address-section ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 0;
	flex-wrap: wrap;
}
.footer-social {
	padding-left:0px;
}
.footer-address li i {
    color: #80bbd6;
    margin-right: 5px;
}
.footer-social li {
    margin-right: 10px;
    display: flex;
    font-size: 17px;
    flex-basis: auto;
    justify-content: center;
}
.footer-social li .fab {
	font-size: 24px;
}
.copyright-section {
	margin-top: 0;
	padding-bottom: 60px;
}
.copy-ul {
	padding:0;
	list-style-type:none;
	text-align:center;
}
.copy-ul li {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}
.copy-ul li a {
	color:#fff;
}




/* Iframes */
#cpIframe {
	height:1800px;
	width:100%;
	border:none;
}
.cc-frame {
	height:1600px;
	width:100%;
	border:none;
}
.cnt-gmap {
	height:400px;
	width:100%;
	border:none;
}

.top-navigation li a.active {
	
	color: #fff;
}
.jotform {
    background: #004080;
}

.jot-iframe,.contact-form {
	width: 75%;
	border: none;
	margin: 0 auto;
	display: flex;
	height: 380px !important;
}

.custom-iframe {
	width: 75%;
	border: none;
	margin: 0 auto;
	display: flex;
	min-height: 200px;
	height: auto;
}

.cont-info {
    list-style-type: none;
    padding-left: 0px;
	padding-left: 5px !important;
}
.cont-info li a {
	color: #2c2c2c;
}
.cont-info li a:hover, .cont-info li a:focus {
	color: #004080;
}
.content-section h2 {
    color: #004080;
	font-size:30px;
}
.jot-iframe.contact-form{
    height: 340px !important;
}
.main-content ul.cont-info li {
	line-height: 35px !important;
	margin-bottom: 10px;
}
.carrier-section {
	padding: 50px 0px;
}
.carriers-box {
	background: #fff;
	color: #2c2c2c;
	border: 1px solid #c4c4c4;
	margin: 15px 0;
	min-height: 150px;
	padding: 10px;
}


.carriers-box h3 {
	color: #043d7d;
	font-size: 24px;
	
}
.carriers-box p {
	color: #fff;
	text-align: left;
	font-size: 14px;
	margin-bottom: 0px;
	line-height: 35px;
	color: #2c2c2c;
}

.carriers-box a.btn-customer {
	background: #80bbd6;
	border: 1px solid #80bbd6;
	border-radius: 30px;
	color: #fff;
	font-size: 14px;
	height: auto;
	margin: 5% 0 0;
	padding: 3px 14px;
	width: 100%;
	line-height: 30px;
	text-shadow: 1px 1px 1px #2c2c2c;
}
.carriers-box a.btn-customer:hover, .carriers-box a.btn-customer:focus {
	background: #71a5bd;
}
.carriers-fix h2 {
	color: #2c2c2c;
}
@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
	.ins-boxes {
      justify-content: inherit;
    
}
.banner::before, .simple-banner::before{
	background:linear-gradient(to left, rgba(106, 105, 105, 1)0%, rgba(101, 99, 99, 0.6)41%, rgba(93, 91, 91, 0.2)60%, rgb(46 ,45, 45)100% );
}


}



/* Ada compliance fixes beings */ 
.skip-to-content-link {
  background: #8ac0d9; /* change the bgcolor based on the template color*/
  color: #fff;
  height: 30px;
  right: 0%;
  padding: 7px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.4s;
  z-index:10;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
  color: #fff;
}
a:focus,.dropdown-toggle:focus{
	outline: auto 2px Highlight;
    outline: auto 5px -webkit-focus-ring-color;
}
/* This will require, if "form-control" class not present on "quote box from fields" */

button:focus, input:focus, optgroup:focus, select:focus, textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
/* Ada compliance fixes end */


.team-meet h3 {
	font-size:25px;
	line-height:20px;
	margin-top:0px;
	margin-bottom: 10px;
}

.team-meet p{
	margin-bottom: 10px;
}
.team-meet img{
border: 3px solid #0d397b;
margin-right:10px;
margin-top: 5px;
}


.team-meet {
	margin-left: 0px;
	margin-right: 0px;
}

.team-meet .col-md-4 {
	padding-left: 0px;
}

.stff img{
	width: 100%;
	max-width: 350px;
	margin-top: 5px;
}
.stff h3 span{
	font-style: italic;
	font-weight:400;
	font-size:20px;
}

.member {
	clear: both;
	margin: 0px 0px 50px;
}

.our-staff{
	margin-bottom: 20px;
}
.fb-feed iframe {
	display: block;
	margin: 30px auto;
}

.is-cms .banner::before {
    z-index: -1;
}