@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|PT+Sans:400,400i,700,700i');
body {
	font-family : 'Open Sans', sans-serif;
	overflow-x: hidden;
	color:#414042;
	background: #fff;
}
header{
background-color: #231f20;
}
/*Navigation*/
.top-menu{
 margin: 0px 20px 0px 20px;
}
.top-menu .navbar .navbar-nav:after { 
content:'';
display:inline-block;
width:100%;
}
.top-menu .navbar .navbar-nav {
    font-size: 0px;
	text-align:justify;
    width: 100%;
}
  _:-ms-fullscreen, :root .top-menu .navbar .navbar-nav {
    font-size: 0.1px;
}
.top-menu .navbar-default {
	background-color: transparent;
	border: transparent;
}
.top-menu .navbar-default .navbar-nav > ul{
width:100%;
}
.top-menu .navbar-default .navbar-nav > li {
 display:inline-block;
}
.top-menu .navbar-default .navbar-nav > li:last-child {
	margin-right: 0px;
	}
.top-menu .navbar-default .navbar-nav > li > a {
    font: bold 11px 'Open Sans', sans-serif;
	color: #fff;
	text-transform: uppercase;
	width:100%;
	margin:0px;
	padding:20px 26px 15px 26px;
}
.top-menu .navbar-default .navbar-nav > .open > a.dropdown-toggle, .top-menu .navbar-default .navbar-nav > .open > a.dropdown-toggle:hover{
border: 0px;
background: none;
}
.top-menu .navbar-default .navbar-nav > .open{
    background:transparent;
}
.top-menu .navbar-default .navbar-nav > li > a:hover, .top-menu .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
	border-bottom: 5px solid #7ec47e;
	transition:.2s;
}
.top-menu .navbar-default .navbar-nav > li > a.active {
    color: #fff; 
	border-bottom: 5px solid #7ec47e;
}
.top-menu .navbar-default .navbar-nav > li > .dropdown-toggle:hover{
    border-radius: 0px;
}
.top-menu .navbar {
	margin: 0px;
	min-height: 50px;
	height:100%;
}
.top-menu .nav .open>a, .top-menu .nav .open>a:hover, .top-menu .nav .open>a:focus {
	background-color: #7ec47e;
	border-color: #7ec47e;
}
.top-menu .dropdown-menu>li>a:hover, .top-menu .dropdown-menu>li>a.active {
	color: #000;
	background-color: #7ec47e;
}
.top-menu .navbar-default .navbar-nav .open .dropdown-menu>li>a.active:hover {
	background-color: #7ec47e;
	color: #000;
}
.top-menu .navbar-default .navbar-nav>.open>a, .top-menu .navbar-default .navbar-nav>.open>a:hover, .top-menu .navbar-default .navbar-nav>.open>a:focus, .top-menu .navbar-default .navbar-nav > li > a:focus {
	color: #fff;
}
.top-menu .navbar-default .navbar-nav>.open>a, .top-menu .navbar-default .navbar-nav>.open>a:hover, .top-menu .navbar-default .navbar-nav>.open>a:focus{
color: #fff!important;
	border-bottom: 5px solid #7ec47e!important;
}
.top-menu .navbar-nav > li{
   float:none;
   text-align:center;
   padding: 0px 5px 0px 5px;
}
.top-menu .top-menu .navbar-default .navbar-toggle, .top-menu .navbar-default .navbar-toggle:hover, .top-menu .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle{
    background-color: #7ec47e;
}
.top-menu .navbar-toggle{
    padding: 9px 6px;
}
.top-menu .navbar-toggle .icon-bar{
    width: 33px;
    height: 4px;
	border-radius: 3px;
	background-color: #231f20;
}
.top-menu .nav .dropdown.open .caret {
    border-bottom: 4px solid #fff;
    border-top: medium none;
}
.navbar-nav .caret{
margin-left: 8px;
}
.top-menu .dropdown-menu a{
	text-transform: uppercase;
}
/*Navigation ends*/

/* Mid Section */
.mid-section{
position:relative;
}
.mid-section .banner-section img{
    width: 100%;
	height: 650px;
	object-fit: cover;
    margin: 0 auto;
	z-index: 1;
}
.mid-section .banner-section img {
	opacity: .3;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.mid-section .inner-banner-section {
	background: rgb(255, 255, 255);
}
.ie-overlay.container-fit {
    background-size: cover;
    background-position: top center;
}
.ie-overlay.container-fit img {
    opacity: 0;
}
.container-fit img{
opacity:0!important;
}
 /* Inside Page Banner Section */
.mid-section .inner-banner-section img{
    width: 100%;
	height: 500px;
	object-fit: cover;
    margin: 0 auto;
	z-index: 1;
}
.mid-section .banner-section {
	background: rgb(255, 255, 255);
}
.mid-section .inner-banner-section img {
	opacity: .3;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
/* Carousel CSS Starts*/
  .mid-section .carousel-inner > .item > img,
  .mid-section .carousel-inner > .item > a > img {
      width: 100%;
      margin: 0 auto;
}
/* Carousel CSS Ends*/
 
/* Logo Section */
.logo-section {
	position: absolute;
	top: 70px;
	width: 100%;
	z-index: 10;
}
.inside-page .logo-section{
top: 40px;
}
.jot-form-page .logo-section{
top: 40px!important;
}
.logo-section .logo{
 height: 150px;
}
.logo-section .logo img{
    display: inline-block;
    max-width: 330px;
    max-height: 100%;
}
.logo-section .social{
 text-align: center;
 float: right;
}
.logo-section .social ul{
padding-left: 0px;
float: right;
margin-bottom: 0px;
}
.logo-section .social ul li{
display: inline-block;
list-style-type: none;
padding-left: 18px;
}
.social .fa{
    background-color: #231f20;
    border-radius: 30px;    
    height: 33px;
    line-height: 33px;
    width: 33px;
	font: 17px;
    font-size: 17px;
    text-align: center;
	color: rgba(255, 255, 255, 0.75);
}
.social .fa:hover{
background-color: #231f20;
}
.social a {
  color:transparent;
  background-color:transparent;
}
.social #top-phone, .social #top-phone a{
font: bold 28px 'Open Sans', sans-serif;
color: #000;
float: right;
}
/* Quote Box */
.mid-section .form-control{
color: #000;
}
.mid-section .form-inline .form-control{
width: 260px;
}
.qoute-box form .col-md-4{
margin-top: 10px;
}
.mid-section .qoute-box{
background: rgba(0,0,0,0.8);
padding: 10px 45px 30px 45px;
margin-top: -304px;
z-index: 4;
position: relative;
text-align: center;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.mid-section .qoute-box h3{
color: #fff;
font-size: 41px;
margin-top: 10px;
text-shadow: 1px 3px 0px #000;
}
.jot {
  border: 0;
  width: 100%;
  height: 2900px !important;
}
.mid-section .quote-btn{
background-color: #7ec47e;
width: 100%;
height: 35px;
color:#000;
font: bold 20px/21px 'Open Sans', serif;
float: left;

border: 1px solid #7ec47e;
}
.mid-section .quote-btn:hover{
background-color: #231f20;
color: #7ec47e;
border: 1px solid #7ec47e;
transition:.2s;
}
/* Inside Pages Quote Box */
.mid-section .inner-banner-section .qoute-box{
margin-top: -140px;
}
/* Quote Box Css Ends*/
/* Jot Section */
.jot-section form .col-md-4{
margin-top: 10px;
}
.mid-section .jot-section h3{
color: #fff;
font-size: 37px;
margin-top: 3px;
text-shadow: 1px 3px 0px #000;
}
.mid-section .jot-section{
background: rgba(0,0,0,0.8);
padding: 10px 15px 5px 15px;
margin-top: -314px;
z-index: 4;
position: relative;
text-align: center;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.mid-section .jot-section .other-jot{
height: 221px!important;
width: 100%;
border: none;
}
.mid-section .inner-banner-section .jot-section{
margin-top: -295px;
}
/* Lob Boxes */
.lob-section{
background: #666;
padding: 15px 15px 0px 15px;
margin-top: -164px;
z-index: 4;
position: relative;
text-align: center;
border-bottom: 10px solid #231f20;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
.lob-section .lob-heading{
	 background-color: #231f20;
	 border-top-left-radius: 5px;
	 border-top-right-radius: 5px;
}
.lob-section .lob-heading h3{
font: 600 18px/28px 'Open Sans', serif;
color:#fff;
margin-top:0px;
	margin-bottom: 0px;
	text-transform: uppercase;
	padding: 19px 5px;
	height: auto!important;
}
.lob-section .lob-snippets i{
    font-size: 5.9em;
    width: 175px;
    text-align: center;
    line-height: 168px;
    color: #231f20;
	background: #7ec47e;
    border-radius: 50%;
    height: 175px;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	box-shadow: 0 9px 9px rgba(49,50,54,0.8);
}
.lob-section .lob-snippets .fa-university{
padding-left: 8px;
}
.lob-section .lob-snippets .fa-truck{
padding-right: 5px;
}
.lob-section .lob-snippets .fa-home{
font-size: 7.5em;
}
/* Mid Section Ends*/
.lob-section .lob-snippets {
    background: url('../img/noise-pattern.png') repeat #000;
    height: 100%;
    text-align: center;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}
.lob-section .space-fix{
 position: relative;
}
.transition-hover-content {
    opacity:0;   
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -o-transition:.5s;
    -ms-transition:.5s;
    transition:.5s;
	background:rgba(0, 0, 0, 0.65);
	color: #fff;
	bottom: 0;
    margin-top: 0;
    right: 0;
	top: 0;
	width: 100%;
    height: 100%;
	padding: 15px;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.transition-hover-content p{
       margin-bottom: 0px;
	}
.lob-snippets a, .lob-snippets a:hover{
color: #fff;
text-decoration: none;
}
.flex-box:hover .transition-hover-content {
    opacity:0.8;
}
#main {
    width: 100%;
	height: 100%;
    display: -webkit-flex; /* Safari */
    display: flex;
}
#main .flex-box {
    -webkit-flex: 1;  /* Safari 6.1+ */
    -ms-flex: 1;  /* IE 10 */    
    flex: 1;
	overflow: hidden;
}
/* Content Section */
.content-section{
text-align: center;
margin-bottom: 40px;
margin-top: 40px;
}
.content-section h1{
color: #231f20;
font: 600 40px 'PT Sans', sans-serif;
text-transform: uppercase;
margin-bottom: 20px;
}
.content-section h2{
color: #231f20;
font: 500 31px/36px 'PT Sans', sans-serif;
}
.content-section p {
color: #000;
font: 400 16px/24px 'Open Sans', sans-serif;
margin-bottom: 15px;
margin-top: 15px;
}

.phone-no a{
color: #111!important;
}
section #inside-content{
text-align: left;
}
.bottom-image-section{
background: url('../img/bottom-section-image.jpg');
background-size: cover;
height: 700px;
width: 100%;
}
.bottom-banner{
position: relative;
}
_:-ms-fullscreen, :root .bottom-banner-section:before{
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  content: ' ';
  background-color: rgba(225,239,239,.75);
}
.bottom-banner-section{
  background-color: rgb(255,255,255);
}
 .bottom-banner-section img{
    width: 100%;
	height: 700px;
	object-fit: cover;
    margin: 0 auto;
	z-index: 1;
}
.bottom-banner-section img{
 	opacity: .3;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
 }
.bottom-banner .bottom-banner-section .bottom-banner-overlay {
    height: 500px;
    width: 500px;
    z-index: 9;
    padding-left: 0px;
    background: url(../img/noise-pattern-footer.png) repeat #231f20;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 5px 9px rgba(49,50,54,0.8);
	text-align: center;
}
.bottom-banner .bottom-banner-section .bottom-banner-overlay ul{
position: relative;
padding-left: 0px;
text-align: center;
display: inline-block;
top: 50%;
-webkit-transform: translateY(-50%);
}
 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
 .bottom-banner .bottom-banner-section .bottom-banner-overlay ul{
 top: 50%;
 transform: translateY(-50%);
 }
}
.bottom-banner-overlay ul li:before{
  content: '\f00c';
  font-family: 'FontAwesome';
  color: #7ec47e;
  z-index: 9;
  font-weight: 300;
  margin-right: 10px;
}
.bottom-banner .bottom-banner-overlay ul li{
    font: 600 30px/41px 'Open Sans', sans-serif;
    color: #fff;
    z-index: 9;
    list-style-type: none;
    text-align: justify;
    text-shadow: 1px 2px 0 #313236;
	text-transform: uppercase;
}
/* Inside Page Bottom BG Section */
.inside-bottom{
background-color: #231f20;
padding: 35px 20px;
margin: 0px;
}
.inside-bottom .inside-overlay {
	background: rgb(255, 255, 255);
	display: inline-block;
}
.inside-bottom .inside-overlay img {
	opacity: .6;
}
.inside-bottom h3{
margin-top: 0px;
font: bold 21px 'Open Sans', sans-serif;
color: #fff;
}
.insurance-details ul{
padding-left: 0px;
}
.insurance-details ul li{
list-style-type: none;
font: 700 15px/30px 'Open Sans', sans-serif;
color: #fff;
}
.insurance-details ul li a {
   color: #fff;     
}
.insurance-details ul li a:hover, .insurance-details ul li a:focus {
   color: #7ec47e;
   text-decoration: none;
}
.insurance-details ul li:before {
  content: '\f0a9';
  font-family: 'FontAwesome';
  float: left;
  margin-right: 10px;
  color: #7ec47e;
}
.insurance-details ul span{
    display: block;
    overflow: hidden;
}
.contact-details ul {
    padding: 0px;
    margin: 0px;
}
.contact-details ul li {
    list-style-type: none;
    padding: 0px;
	font: 700 15px/30px 'Open Sans', sans-serif;
	color: #fff;
}
.contact-details figure {
    margin: 0px;
    padding: 0px;
}
.contact-details span {
    display: block;
    overflow: hidden;
}
.contact-details li a {
    display: inline;
    color: #fff;
}
.contact-details li a:hover, .contact-details li a:focus {
    color: #7ec47e;
    text-decoration: none;
}
.contact-details i {
    float: left;
    margin-right: 5px;
    margin-top: 0px;
    width: 18px;
    vertical-align: middle;
    line-height: 30px;
	color: #7ec47e;
}

/* Blog */
.rssfeed-home a{
color: #774b02;
}
/* logo carasoul */
.ins-nslider {
	padding: 0 15px 0 15px;
	width: 100%;
	margin-top: 30px;
}
.carrier {
margin: 0px;
}
.carrier h5{
    font: bold 33px/46px 'Open Sans', sans-serif;
    text-align: center;
    color: #000000;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
	margin-top: 30px;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 100%;
	margin: 0;
	height:120px;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: default;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item img {
	cursor: default;
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 100%;
}
/*Footer Navigation*/
 .footer-nav .navbar-default {
	background-color: #231f20;
    /*box-shadow: 0 9px 9px rgba(49,50,54,0.8);*/
	border: none;
	border-bottom: 1px solid #2c2c2c;
	border-radius: 0px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
.footer-nav .navbar .navbar-nav:after { 
content:'';
display:inline-block;
width:100%;
}
.footer-nav .navbar .navbar-nav {
    font-size:0.1px;
	text-align:justify;
    width: 100%;
}
.footer-nav .navbar-default .navbar-nav > ul{
width:100%;
}
.footer-nav .navbar-default .navbar-nav > li {
	display:inline-block;
}
.footer-nav .navbar-default .navbar-nav > li > a {
    font: bold 13px 'Open Sans', sans-serif;
	color: #fff;
	text-transform: uppercase;
	width:100%;
	margin:0px;
	padding-left: 20px;
	padding-right: 20px;
}
.footer-nav .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
	border-top: 5px solid #7ec47e;
	transition:.2s;
}
.footer-nav .navbar-default .navbar-nav > li > a.active {
    color: #fff; 
	border-top: 5px solid #7ec47e;
}
.footer-nav .navbar-default .navbar-nav > li > .dropdown-toggle:hover{
    border-radius: 0px;
}
.footer-nav .navbar {
	padding-left: 20px;
    padding-right: 20px;
}
.footer-nav .navbar-default .navbar-nav .dropdown-toggle{
padding-left: 3px;
padding-right: 3px;
}
.footer-nav .nav-top{
    height:100%;
}
.footer-nav .navbar-collapse.collapse{
height:100% !important;
}
.footer-nav .nav .dropdown.open .caret {
    border-bottom: 4px solid #fff;
    border-top: medium none;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: #7ec47e;
	border-color: #7ec47e;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a.active {
	color: #000;
	background-color: #7ec47e;
}
.footer-nav .dropdown-menu a{
	text-transform: uppercase;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a.active:hover {
	background-color: #7ec47e;
	color: #000;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav > li > a:focus {
	color: #fff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
background-color: transparent;
color: #fff!important;
border-top: 5px solid #7ec47e;
}
.navbar-nav > li{
   float:none;
   text-align:center;
}
.navbar .open>.dropdown-menu {
    text-align: center;
	min-width: 100%;
}
/*Footer Navigation ends*/
footer{
background: url(../img/noise-pattern-footer.png) repeat #231f20;
color: #fff;
}
.footer-agency-details{
margin-left: 15px;
margin-right: 15px;
}
.footer-agency-details li a:hover{
color: #7ec47e;
text-decoration: none;
}
.footer-agency-details .fa-phone{
}
.footer-agency-details .fa-fax{
}
.footer-agency-details ul li{
    list-style-type: none;
    display: inline-block;
	line-height: 30px;
}
address ,address p{
margin-bottom: 0px;
text-align:center;
color:#fff;
font-size:19px;
font-weight: bold;
font-family: 'Open Sans', sans-serif;
}
address ul{
padding: 35px 10px 10px 10px;
margin: 0 auto;
text-align: center;
}
.fa-phone,.fa-fax,.fa-envelope {margin-right:4px;}
.footer-agency-details li a{
color: #fff;
}

.site-info {
    text-align: center;
    padding-bottom: 25px;
}
.site-info ul li, .site-info ul li a {
    color: #fff;
    font: 600 15px/30px 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.site-info ul {
padding: 0px;
}
.site-info ul li{
padding: 0px 3px;
}
.site-info ul li span{
 text-transform: none;
 }
  /* Customer service carrier */
  .top-space {
	margin-top: 10px;
}
.contact-list h2 {
	color: #1e2a36;
	font-weight: 400;
	padding-bottom:10px;
	font-size: 1.5em !important;
}
.contact-list-bdr {
	border-bottom: 1.5px dotted #1e2a36;
}

.contact-list img {
	width: auto!important;
	height: auto!important;
}
.clist {
	height: 310px;
}
.btn-xs {
    background: #231f20;
	border: 1px solid #231f20;
	color: #fff;
}
.btn-xs:hover, .btn-xs:focus {
    background: #7ec47e;
	color: #000;
	transition:.2s;
}
.btn-xs:focus {
	background: #7ec47e; /* Old browsers */
	color: #000;
}
  /*Fixes */
  .gmap{
  width: 100%;
  height: 350px;
  }
  .quick-contact{
  width: 100%;
  height: 360px!important;
  border: 0px;
  }
  #cs-frame{
  height: 1600px;
  width: 100%;
  border: none;
  }
    #cq-frame{
  height: 1800px;
  width: 100%;
  border: none;
  }
 .is-cms .transition-hover-content{
 opacity:1;
 }
 
 .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Ada compliance fixes beings */ 
.skip-to-content-link {
  background: #504e4c; /* 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;
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
  
}
#cpIframe {
  height: 1800px;
  width: 100%;
  border: none;
}
/* Ada compliance fixes end */ 
.col-wrap {
	min-height:200px;
}

.stf-wrap {
  border: 1px solid;
  
  padding: 15px;
}
.underline, .underline:hover, .underline:focus {
  text-decoration: underline;
}
.our-service.inner-service.jotform {
  padding: 60px 0;
  border-bottom: 1px solid #7ec47e;
  margin-bottom: 0px;
}
.jotform {
  background: #231f20;
}
.our-service h2#jump-quote {
  margin-bottom: 40px;
}
.our-service h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 100px;
  margin-top: 0;
}

.quote-link {
    text-align: center;
}

.quote-link a {
    color: #000;
    background-color: #6db06d;
    padding: 12px 20px;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    font-weight: bold;
	font-size: 20px;
}

.quote-link a:hover {
    background-color: #7ec47e;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
    color: #000;
    transform: translateY(-7px);
}