@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, p, a, button, li, span {
	font-family: 'Ek Mukta', sans-serif;
}
h1, p {
	color: #2C2C2C;
}
h1 {
	font-size: 44px;
	font-weight: 400;
}
h2 {
	font-size: 32px;
	color: #062143;
}
.agency {
	display: block;
	font-size: 26px;
	margin-bottom: 0px;
	margin-top: 15px;
	font-weight: 600;
	color: #fff;
}
a {
	color: #305685;
}
.main ul {
	padding-left: 25px;
}
/*Header*/
header{
	background: #fff;
	position: relative;
	z-index:2;
}
.main-banner {
	position: relative;
}
.center-block {
	padding: 11px 0;
}
.logo-section{
width:100%;
text-align:center;
}
.logo{
display:inline-block;
}
/*Navigation*/
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.navbar .navbar-collapse {
	text-align: center;
}
.navbar-default {
	background-color: transparent;
	border: transparent;
}
.navbar-default .navbar-nav > li > a {
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
}
.navbar-default .dropdown-menu > li > a {
	color: #000;
}
.navbar-default .navbar-nav > li > a.active{
color:#b70100;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
color:#b70100;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #b70100;
}
.navbar-default .dropdown-menu > li > a:hover, .navbar-default .dropdown-menu > li > a:focus, .navbar-default .dropdown-menu > li > a.active {
	color:#fff;
	background:#a30202;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
color: #b70100;
background:none;
}
.navbar {
	margin: 0px;
	min-height: 1px;
}
/*Navigation ends*/
/*Banner*/

.banner-caption {
	position: absolute;
	left: 100px;
	top: 12px;
	width: 80%;
}
.carousel-control.left {
	background-image: none;
	left: -75px;
	filter: none;
}
.carousel-control.right {
	right: -45px;
	background-image: none;
	filter: none;
}
.carousel-control {
	bottom: 0;
	left: -75px;
	opacity: 1;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	top: 75px;
	width: 0;
}
.thumbnail {
	background: none;
	border: none;
}
.caption {
	text-align: center;
}
.caption a {
	font-weight: 100;
	color: #ccc;
	font-size: 24px;
}
.inside-page .caption a {
	color: #ccc;
}
.selected a, .inside-page .caption a:hover, .inside-page .caption a:focus, .caption a:hover, .caption a:focus {
	color: #fff !important;
	text-decoration: underline;
	text-decoration-color: #b70100;
	text-decoration-thickness: 2px;
	text-underline-position: under;
}
.inside-page img {
	opacity: 0.4;
}
.inside-page img:hover {
	opacity: 1;
}
.carousel-inner img.active {
	opacity: 1;
}
.fnt-style {
	font-weight: 600;
}
.shadow {
	-webkit-box-shadow: -2px 25px 66px -10px rgba(0,0,0,1);
	-moz-box-shadow: -2px 25px 66px -10px rgba(0,0,0,1);
	box-shadow: -2px 25px 66px -10px rgba(0,0,0,1);
}
.thumb-banner {
	background: #1a1a1a;
	height: 165px;
	 margin-top: -110px;
    position: relative;
    z-index: -1;
}

.gmap {
	width:100%;
	height:400px;
}
/*Banner Ends*/
/*Header ends*/
/*Main Content*/
.content-area {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.quoter {
	background: #dddddd;
	width: 70%;
	float: right;
	padding: 20px;
	margin-top: 20px;
	border-radius: 8px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
.quoter h5 {
	color: #2c2c2c;
	font-size: 39px;
	font-weight: bold;
	line-height: 0px;
}
.quoter h6 {
	color: #2c2c2c;
	font-weight: 400;
	font-size: 52px;
}
.jot-quote h5 {
	text-align: center!important;
	color: #2c2c2c!important;
	font-size: 36px!important;
	font-weight: bold!important;
	line-height: 37px!important;
}
.jot-other {
	height: 770px!important;
	width: 100%!important;
}
.checkbox label {
	color: #2c2c2c;
	padding: 0px;
	line-height: 20px;
	font-size: 18px;
}
.quick-cnt-form {
	width:100%!important;
	height:635px!Important;
}
.zip {
	background: #FFF; 
	border: 1px solid #000;
	padding: 6px 0 6px 3px;
	width: 98%;
	margin-bottom: 10px;
	color: #2c2c2c;
}
.align-inner-img {
	margin-right: 10px;
}
.btn {
	background: #b70100; /* Old browsers */
	background: -moz-linear-gradient(top, #b70100 0%, #8a0101 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b70100), color-stop(100%, #8a0101)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b70100 0%, #8a0101 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b70100 0%, #8a0101 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b70100 0%, #8a0101 100%); /* IE10+ */
	background: linear-gradient(to bottom, #b70100 0%, #8a0101 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b70100', endColorstr='#8a0101', GradientType=0 ); /* IE6-9 */
	border: 1px solid #8a0101;
	padding: 10px 40px;
	font-size: 28px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #5b0000;
}
.btn:hover {
	border: 1px solid #8a0101;
	background: #8a0101; /* Old browsers */
	background: -moz-linear-gradient(top, #8a0101 0%, #b70100 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8a0101), color-stop(100%, #b70100)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8a0101 0%, #b70100 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8a0101 0%, #b70100 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8a0101 0%, #b70100 100%); /* IE10+ */
	background: linear-gradient(to bottom, #8a0101 0%, #b70100 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a0101', endColorstr='#b70100', GradientType=0 ); /* IE6-9 */
}
.testimonial {
	width: 70%;
	float: right;
}
.testimonial h2 {
	color: #305685;
}
.testimonial h3 {
	color: #2C2C2C;
}
.testimonial h4 {
	color: #293141;
}
.case {
 text-transform: uppercase;
 font-weight: bold;
}
.content-area .col-md-8 {
	width: 61%;
}
hr {
	margin-bottom: 1px;
	margin-top: 2px;
}
/*Main Content ends*/
/*Footer*/
footer {
	border-top: 1px solid #fff;
	background: #1a1a1a;
	padding-top: 10px;
	margin-top: 30px;
}
footer ul {
	margin-left: 15%;
}
footer ul li {
	padding-left: 0px !important;
	margin-bottom: 10px;
}
footer ul li a, footer ul li {
	color: #ccc;
	font-weight: 600;
}
footer ul li a:hover, footer ul li a:focus, footer p a:hover, footer p a:focus {
	color: #fff;
	text-decoration: underline;
    text-decoration-color: #b70100;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}
footer ::marker {
	color: #b70100;
}
footer p, footer p a {
	color:#ccc;
}
footer ul li a.active {
	color: #fff;
	text-decoration: underline;
    text-decoration-color: #b70100;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}
.social_section {
	padding-left:0px;
	list-style-type:none;
}
.social_section li {
	display:inline-block;
	margin:5px 10px;
}
address {
	margin-top: -20px;
	margin-bottom: 0px;
	float: right;
	text-align: right;
	margin-right: 15%;
	font-weight: 600;
}
.copyright p {
	text-align: center;
}
/*Footer ends*/
/*iframer*/
iframe {
	height: 500px;
	width: 100%;
	border: 0;
}
.frame-fix {
	height: 1800px!important;
}
/*iframe ends*/
.quote-error {
	color: #fff;
	padding-bottom: 10px;
}
.quote-hide {
	display: none;
}
.quote-show {
	display: block;
}
/* Customer service carrier */
.top-space {
	margin-top: 10px;
}
.contact-list h2 {
	color: #19278a;
	font-weight: 400;
	padding-bottom: 10px;
	font-size: 1.5em !important;
}
.contact-list-bdr {
	border-bottom: 1.5px dotted #19278a;
}
.contact-list a {
	color: black;
}
.contact-list img {
	width: auto!important;
	height: auto!important;
}
.clist {
	height: 310px;
}
.btn-xs {
	background: #a30202; /* Old browsers */
	color: #fff!important;
}
.btn-xs:hover, .btn-xs:focus {
	background: #8a0101; /* Old browsers */
	text-decoration: none;
	color: #fff;
}
/* check box custom style */
.checkbox-group {
	display: block;
	width: 100%;
}
.checkbox {
	padding-left: 20px;
}
.checkbox label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 5px;
}
.checkbox label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #000;
	border-radius: 3px;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	-o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
	margin-left: -20px;
	padding-left: 3px;
	padding-top: -3px;
	font-size: 11px;
	color: #555555;
}
.checkbox input[type="checkbox"] {
	opacity: 0;
	z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after {
	font-family: 'FontAwesome';
	content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label {
	opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
	background-color: #eeeeee;
	cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
	border-radius: 50%;
}
.checkbox.checkbox-inline {
	margin-top: 0;
}
.checkbox-primarybox input[type="checkbox"]:checked + label::before {
	background-color: #afc6d6;
	border-color: #428bca;
}
.checkbox-primarybox input[type="checkbox"]:checked + label::after {
	color: #000;
}
.radio, .checkbox {
	margin-bottom: 13px;
}
.logo-blck{
	z-index: 9999;}
	
	#frame {height:1600px;}
		.anc-jmp-fnt img {padding-right:10px;border:none;}
	
	 .mar-top {margin-top:10px;}
	 a.anc-jmp-fnt::hover {color:#000!important;}
	 
.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: #9e8d78; /* 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 */ 
.clist img {
	background:#fff;
}
.boat-form {
	height:3300px !important;
}
.bt-fix {
	text-align:center;
	 }
	 .bt-btn {
		 background:#2b4496;
		 border: 1px solid #2b4496;
		 color:#fff;
		 padding:10px 20px;
font-size: 28px;
font-weight: bold;
width:100%;
	 }
	 .bt-btn:hover, .bt-btn:focus {
		 color:#fff;
		 opacity:0.8;
	 }
.top-phone {
	font-size: 24px;
	line-height: 28.13px;
	font-weight: 500;
	color: #000;
	margin-top:20px;
}	 
.top-phone a{
	color: #000;
}
.unline {
  text-decoration: underline;
}

.thumb-banner.no-img {
  margin-top: 0px;
  height: 1px;
}

.privcy-policy {
  min-height: 330px;
}