@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: 40px;
	font-weight: 800;
	line-height: 42px;
	margin-bottom: 20px;
}
h2 {
	font-size: 30px;
	color: #2c2c2c;
	margin-bottom: 20px;
	font-weight: 600;
}

h3 {
	font-size: 30px;
	color: #2c2c2c;
	font-weight: 600;
	margin-bottom: 20px;
}
.main-content ul{
	
	padding-left:0;
}

.main-content p, .main-content ul li{
	font-size:23px;
	color:#2c2c2c;
	line-height: 36px;
    margin-bottom: 20px;
    list-style: none;
    font-weight: 500;
    text-align: left;
}


.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: 250px;
	float: right;
	display: flex;
	padding: 0;
	margin-bottom: 0;
	justify-content: space-around;
	font-size: 28px;
}
.fab.fa-facebook-f {
    color: #3b5998;
}
.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: flex-end;
	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: #115700;
	font-weight: 600;
}
.top-navigation li {
	background: #007599;
	color: #fff;
	margin: 0 5px;
	border-radius: 22px;
	 padding: 5px 10px; 
}
.top-navigation li:last-child {
	margin-right: 0;
	margin-left: 40px;
	
}

.top-navigation li a{
text-decoration: none;
color:#fff;
}
.top-navigation .dropdown-menu li {
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
	background: #fff;
}
.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: #115700;
	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: #ffbe00;
	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:#ffbe00;
}

.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:#115700;
	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 #115700;
	margin-top:-1px;
}

.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(48, 46, 46, 0.9)43%, rgba(93, 91, 91, 0.8)60%, rgb(46 ,45, 45)100% );

}
.banner, .simple-banner{
	background:#115700;
}
@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(48, 46, 46, 0.9)43%, rgba(93, 91, 91, 0.8)60%, rgb(46 ,45, 45)100% );

}
}

.simple-banner img {
	width: 100%;
	object-fit: cover;
	background: #115700;
	padding-bottom: 0px;
	height:500px;
}

.main-banner img {
	width: 100%;
	object-fit: cover;
	background: #115700;
	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: center;

}
.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;
	margin-bottom: 35px;
}

.styleOption {

	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 320px;
	margin: 0 auto;
	padding: 20px 20px 0px;
	flex-direction: column;
}

#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;
    text-shadow: 1px 1px 1px #000;
    font-size: 21px;
    font-weight: 600;
    border: none;
    background: #007599;
    height: 40px !important;
    padding: 4px 5px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    border-radius: 17px;
}
.qte-btn-body {
	margin: 30px 0 0px;
	display: flex;
	justify-content: center;
}
.qte-btn-body a {
	width: 200px;
	color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-size: 21px;
    font-weight: 600;
    border: none;
    background: #007599;
    height: 40px !important;
    padding: 4px 5px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    border-radius: 17px;
	text-align: center;
}
.qte-btn-body a:hover, .qte-btn-body a:focus {
	background: #006280;
}
.qte-btn:hover, .qte-btn:focus {
	background:#006280;
	color: #fff;
	}

.fixed-size {
	margin: 0 0 15px;
}

/*content part*/
.main-content {
	padding: 50px 0;
	border-bottom: 1px solid #c4c4c4;
}

/*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: #115700;
	padding: 150px 0;
}

.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: #ffbe00;
	
}



.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%;
}

.inner-our-service .fa-angle-double-right {
	color: #ffbe00;
	font-weight: 900;
	font-size: 24px;
	margin-right: 10px;
	line-height: 40px;
}

.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: #ffbe00;	
}

/*simple section*/
.simple-caption h2 {
    font-weight: 800;
	margin-top: 0px;
}
.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;
  
}
.main-banner .qte-btn {
	padding: 5px 50px;
}
.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: #0c3d00;
}

/* Footer */
footer {
	background:#0c3d00;

}

.footer-content {
	background: #115700;
	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: 24px;
	font-weight: 600;
	
}

.footer-nav li a:hover, .footer-nav li a:focus, .footer-nav li a.active {
	color:#ffbe00;
	text-decoration:none;
	background:none;
}
.footer-nav li.dropdown .dropdown-menu {

	top: 45px;
}
.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: #115700;
}


.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:#ffbe00;
}
.footer-social {
    width: 35%;
    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: #ffbe00;
    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;
}
.top-navigation .dropdown-menu li a:hover, .top-navigation .dropdown-menu li a:focus, .top-navigation .dropdown-menu li a.active {
	background: #007599;
}
.jotform {
    background: #115700;
}

.jot-iframe,.contact-form {
	width: 75%;
	border: none;
	margin: 0 auto;
	display: flex;
	height: 370px !important;
}
.cont-info {
    list-style-type: none;
    padding-left: 0px;
}
.cont-info li a {
	color: #2c2c2c;
}
.cont-info li a:hover, .cont-info li a:focus {
	color: #115700;
}
.content-section h2 {
    color: #115700;
}
.jot-iframe.contact-form{
    height: 340px !important;
}
.main-content ul.cont-info li {
	margin-bottom: 0;
}
.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: #2c2c2c;
	font-size: 23px;
	
}
.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: #007599;
	border: 1px solid #007599;
	border-radius: 30px;
	color: #fff;
	font-size: 14px;
	height: auto;
	margin: 5% 0 0;
	padding: 3px 14px;
	width: 100%;
	line-height: 30px;
}
.carriers-box a.btn-customer:hover, .carriers-box a.btn-customer:focus {
	background: #006280;
}
.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(48, 46, 46, 0.6)41%, rgba(93, 91, 91, 0.2)60%, rgb(46 ,45, 45)100% );
}


}



/* Ada compliance fixes beings */ 
.skip-to-content-link {
  background: #115700; /* 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 */

.gmap {
	width:100%;
	height:400px!important;
	border: none;
}

.top-phone a[href^=tel]{
  color: inherit ;
}

h4, .h4 {
  color: #2c2c2c;
  font-weight: 600;
  font-size:22px;
}
.carousel-inner p {
	font-size: 30px;
}
.clients-btn {
	border: 2px solid #007599;
    margin: 30px auto 0;
	display: block;
	width: 480px;
    border-radius: 22px;
    padding: 5px 10px;
	color: #fff;
	font-size: 24px;
	background: #007599;
	text-align: center;
}
.clients-btn:hover, .clients-btn:focus {	
	color: #fff;
	background: #006280;
	border: 2px solid #006280;
}
.agents {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ind-agent {
	flex-basis: 33.33%;
}
.main-content .ind-agent li {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}
.main-content .ind-agent li:first-of-type {
	font-weight: bold;
	font-size: 24px;
}
.contact-contain {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.contact-location {
	flex-basis: 50%;
	padding: 0 50px 0 0;
}

.index ul li{
	list-style:disc;
}

.is-cms .banner::before {
    z-index: -1;
}

.index{
	padding:0;
}

.index-carrier .carrier-section {
  padding: 20px 0px;
}

