@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: #273140;
}
h1 {
	font-size: 44px;
	font-weight: 400;
}
h2 {
	font-size: 32px;
	color: #062143;
	line-height: 32px;
}
h3, h4 {
	color: #062143;
}
.main h2, .main h3, .main h4 {
	margin-top: 30px;
	margin-bottom: 10px;
}
.agency {
	display: block;
	font-size: 26px;
	margin-bottom: 0px;
	margin-top: 15px;
	font-weight: 600;
}
a {
	color: #53555c;
}
.main ul {
	padding-left: 20px;
}
.main ul li::marker {
	color: #435b7b;
}
.main {
	padding-bottom: 30px;
}
/*Header*/
header{
	background: #435b7b; /* Old browsers */
	background: -moz-linear-gradient(top, #435b7b 0%, #273140 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #435b7b), color-stop(100%, #273140)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #435b7b 0%, #273140 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #435b7b 0%, #273140 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #435b7b 0%, #273140 100%); /* IE10+ */
	background: linear-gradient(to bottom, #435b7b 0%, #273140 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#435b7b', endColorstr='#273140', GradientType=0 ); /* IE6-9 */
	position: relative;
	z-index:2;
}
.main-banner {
	position: relative;
}
.center-block {
	padding: 11px 0;
}
.logo-section{
width:100%;
text-align:center;
padding: 20px 0 20px;
}
.logo{
display:inline-block;
background:#fff;
padding:30px;
box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}
/*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: #fff;
	padding: 15px 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.navbar-default .navbar-nav > li > a.active{
color:#fff;
text-decoration: underline 3px #e3b96f;
text-underline-position: under;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
color:#fff;
text-decoration: underline 3px #e3b96f;
text-underline-position: under;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color:#fff;
text-decoration: underline 3px #e3b96f;
text-underline-position: under;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus  {
	color:#fff;
text-decoration: underline 3px #e3b96f;
text-underline-position: under;
background: transparent;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: -15px;
}
.nav .dropdown .dropdown-menu li a.active, .nav .dropdown .dropdown-menu li a:hover, .nav .dropdown .dropdown-menu li a:focus {
	color:#262626;
text-decoration: underline 3px #435b7b;
text-underline-position: under;
background: transparent;
}
.navbar {
	margin: 0px;
	min-height: 50px;
}
/*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: -65px;
	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: #273140;
	font-size: 24px;
}
.caption.selected a {
	text-decoration:underline 2px #435b7b;
	text-underline-position: under;
}
.inside-page .caption a {
	color: #273140;
}
.selected a {
	color: #273140!important;
}
.caption a:hover, .caption a:focus {
	text-decoration:underline 2px #435b7b;
	text-underline-position: under;
}
.inside-page img {
	opacity: 0.3;
}
.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: #9e8d78;
	height: 165px;
	 margin-top: -110px;
    position: relative;
    z-index: -1;
}
.nav-bg {
	background: #384a64;
}
/*Banner Ends*/
/*Header ends*/
/*Main Content*/
.content-area {
	background: #d9d0c4;
	border-bottom: none;
}
.quoter {
	background: #4f1e1d;
	width: 70%;
	float: right;
	padding: 20px;
	margin-top: 20px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
.quoter h5 {
	color: #e3b96f;
	font-size: 39px;
	font-weight: bold;
	line-height: 0px;
}
.quoter h6 {
	color: #e3b96f;
	font-weight: 400;
	font-size: 52px;
}
.jot-quote h5 {
	text-align: center!important;
	color: #e3b96f!important;
	font-size: 36px!important;
	font-weight: bold!important;
	line-height: 37px!important;
}
.jot-other {
	height: 360px!important;
	width: 103%!important;
}
.checkbox label {
	color: #fff;
	padding: 0px;
	line-height: 20px;
	font-size: 18px;
}
.zip {
	background: #fff;
	border: 1px solid #000;
	padding: 6px 0 6px 3px;
	width: 98%;
	margin-bottom: 10px;
	color: #1a1a1a;
}
.align-inner-img {
	margin-right: 10px;
}
.btn {
	background: #cea866; /* Old browsers */
	background: -moz-linear-gradient(top, #cea866 0%, #846d45 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cea866), color-stop(100%, #846d45)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cea866 0%, #846d45 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cea866 0%, #846d45 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cea866 0%, #846d45 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cea866 0%, #846d45 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cea866', endColorstr='#846d45', GradientType=0 ); /* IE6-9 */
	border: 1px solid #7d7e85;
	padding: 10px 40px;
	font-size: 28px;
	font-weight: bold;
	text-shadow: none;
	color: #1a1a1a;
}
.btn:hover, .btn:focus {
	border: 1px solid #846d45;
	background: #846d45; /* Old browsers */
	background: -moz-linear-gradient(top, #846d45 0%, #cea866 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #846d45), color-stop(100%, #cea866)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #846d45 0%, #cea866 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #846d45 0%, #cea866 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #846d45 0%, #cea866 100%); /* IE10+ */
	background: linear-gradient(to bottom, #846d45 0%, #cea866 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#846d45', endColorstr='#cea866', GradientType=0 ); /* IE6-9 */
 color: #1a1a1a;
}
.testimonial {
	width: 70%;
	float: right;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	padding: 20px;
	margin-bottom: 30px;
}
.grw-theme-dark div.grw-review-content > p {
	width:200px!important;
}
.testimonial h2 {
	color: #2c2e35;
}
.testimonial h3 {
	color: #2c2e35;
	font-weight: 800;
}
.testimonial h4 {
	color: #2c2e35;
}
.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 #273140;
	background: #ac9e8b; /* Old browsers */
	background: -moz-linear-gradient(top, #ac9e8b 0%, #c8baa8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ac9e8b), color-stop(100%, #c8baa8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ac9e8b 0%, #c8baa8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ac9e8b 0%, #c8baa8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ac9e8b 0%, #c8baa8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ac9e8b 0%, #c8baa8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac9e8b', endColorstr='#c8baa8', GradientType=0 ); /* IE6-9 */
	padding-top: 30px;
}
footer ul {
	margin-left: 15%;
}
footer ul li {
	padding-left: 0px !important;
	margin-bottom: 10px;
}
footer ul li::marker {
	color: #435b7b;
}
footer ul li a {
	color: #273140;
	font-weight: 600;
}
footer ul li a:hover, footer ul li a:focus, footer ul li a.active {
	color: #273140;
	text-decoration: underline 3px #435b7b;
	text-underline-position: under;
}
.copyright p, .copyright p a {
	color: #273140;
}
.brk-fix {
	display:inline-block;
}
#agency-address p, #agency-address p a {
	color:#273140;
}
address {
	margin-top: -20px;
	margin-bottom: 0px;
	float: right;
	text-align: right;
	margin-right: 15%;
	font-weight: 600;
}
address a:hover, address a:focus {
	color: #fff;
}
.copyright p {
	text-align: center;
}
.copyright a:hover, .copyright a:focus {
	color: #273140;
}
/*Footer ends*/
/*iframer*/
iframe {
	height: 500px;
	width: 100%;
	border: 0;
}
.frame-fix {
	height: 1500px;
}
/*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: #2c2e35;
	font-weight: 400;
	padding-bottom: 10px;
	font-size: 1.5em !important;
}
.contact-list-bdr {
	border-bottom: 1.5px dotted #2c2e35;
}
.contact-list a {
	color: black;
}
.contact-list img {
	width: auto!important;
	height: auto!important;
}
.clist {
	height: 310px;
}
.btn-xs {
	background: #2c2e35; /* Old browsers */
	background: -moz-linear-gradient(top, #2c2e35 0%, #4e5058 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2c2e35), color-stop(100%, #4e5058)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2c2e35 0%, #4e5058 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2c2e35 0%, #4e5058 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2c2e35 0%, #4e5058 100%); /* IE10+ */
	background: linear-gradient(to bottom, #2c2e35 0%, #4e5058 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2e35', endColorstr='#4e5058', GradientType=0 ); /* IE6-9 */
	color: #fff!important;
}
.btn-xs:hover {
	background: #4e5058; /* Old browsers */
	background: -moz-linear-gradient(top, #4e5058 0%, #2c2e35 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e5058), color-stop(100%, #2c2e35)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4e5058 0%, #2c2e35 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4e5058 0%, #2c2e35 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4e5058 0%, #2c2e35 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4e5058 0%, #2c2e35 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e5058', endColorstr='#2c2e35', GradientType=0 ); /* IE6-9 */
	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: #94b9d4;
	-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: #fff;
	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: #2c2e35; /* 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 */ 

.social_section {
	padding-left:0px;
	text-align:right;
	margin:0px;
}
.social_section li {
	list-style-type:none;
}
.social_section li a {
	color:#fff;
	font-size:20px;
}
.social_section li a .fa-facebook {
	color:#2a63ae;
}
.social_section li a:hover, .social_section li a:focus {
	opacity:0.8;
}
.quick-form {
	height:430px!important;
}
#cs-frame {
	height:1600px!important;
	background: #fff;
	padding: 20px;
}
#cpIframe {
	height:1800px!important;
	background: #fff;
	padding: 20px;
}
.staff-info h3 {
	margin-bottom:5px; 
	margin-top:5px;
	font-size:20px;
}
.staff-info {
	margin:20px auto 0;
	text-align: center;
	display: block;
}
.staff-info img {
	margin:0px auto 10px;
	display: block;
}
.grw-review-btn {
	background-color:#4f1e1d!important;
}
.grw-review-btn:hover, .grw-review-btn:focus {
	background-color:#361414!important;
	opacity:1!important;
	color:#fff!important;
}
.grw-view-all-btn {
	background-color:#4f1e1d!important;
}
.grw-view-all-btn:hover, .grw-view-all-btn:focus {
	background-color:#361414!important;
	opacity:1!important;
    color:#fff!important;
}
.grw-business-header {
    border-bottom: 3px solid #435b7b!important;
}
.grw-theme-dark .grw-slider-nav a.grw-slide-current {
	background-color:#2c2e35!important;
}
.grw-author {
	color:#2c2e35!important;
}
.grw-business-name a, .grw-business-name a:visited {
	color:#2c2e35!important;
}
.grw-theme-dark {
    box-shadow: 1px 1px 3px rgba(0,0,0,0.8)!important;
}