@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: #003f70;
}
h1 {
	font-size: 44px;
	font-weight: 400;
}
h2 {
	font-size: 27px;
	color: #062143;
}
.agency {
	display: block;
	font-size: 26px;
	margin-bottom: 0px;
	margin-top: 15px;
	font-weight: 600;
}
a {
	color: #305685;
}
.main ul {
	/*padding-left: 12px;*/
}
/*Header*/
header{
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #cccccc 100%, #cccccc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#cccccc 100%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#cccccc 100%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',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;
}
.logo {
    width: 100%;
    text-align: center;
}
/*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: #747474;
	padding-bottom: 0px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
}
.navbar-default .navbar-nav > li > a.active{
color:#cc142b;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
color:#cc142b;
}
.navbar-default .navbar-nav > li > a:hover {
	color:#cc142b;
}
.navbar {
	margin: 0px;
	min-height: 50px;
}
.nav > li > a {
    margin: 15px 15px 15px 15px;
    display: inline-block;
    padding: 0px 0 0 0px;
        padding-bottom: 0px;
}
/*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;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color:#cc142b;
}
.thumbnail {
	background: none;
	border: none;
}
.caption {
	text-align: center;
}
.caption a {
	font-weight: 100;
	color: #fff;
	font-size: 24px;
}
.inside-page .caption a {
	color: #0966ae;
}
.selected a {
	color: #fff !important;
}
.inside-page img {
	opacity: 0.4;
	border-radius: 5px;
}
.thumbnail > img, .thumbnail a > img {

	border-radius: 5px;
}
.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: #003f70;
	height: 165px;
	 margin-top: -110px;
    position: relative;
    z-index: -1;
}
.nav-bg {
	background: #757575;
}
/*Banner Ends*/
/*Header ends*/
/*Main Content*/
.content-area {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.quoter {
	background: #003f70;
	width: 70%;
	float: right;
	padding: 20px;
	margin-top: 20px;
	border-radius: 8px;
}
.quoter h5 {
	color: #fff;
	font-size: 39px;
	font-weight: bold;
	line-height: 0px;
}
.quoter h6 {
	color: #fff;
	font-weight: 400;
	font-size: 52px;
}
.jot-quote h5 {
	text-align: center!important;
	color: #fff!important;
	font-size: 36px!important;
	font-weight: bold!important;
	line-height: 37px!important;
}
.jot-other {
	height: 343px!important;
	width: 103%!important;
}
.checkbox label {
	color: #fff !important;
	padding: 0px;
	line-height: 20px;
	font-size: 18px;
}
.zip {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%, #cccccc 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#cccccc 100%,#cccccc 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#cccccc 100%,#cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
    border: 1px solid #cc142b;
    padding: 6px 0 6px 3px;
    width: 98%;
    margin-bottom: 10px;
}
.align-inner-img {
	margin-right: 10px;
}
.btn {
    background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #cccccc 100%, #cccccc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#cccccc 100%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#cccccc 100%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
color: #cc142b;
border: 1px solid #846d45;
padding: 10px 40px;
font-size: 28px;
font-weight: bold;
}
.btn:hover, .btn:focus {
    border: 1px solid #846d45;
	background: #cccccc; /* Old browsers */
background: -moz-linear-gradient(top,  #cccccc 0%, #cccccc 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #cccccc 0%,#cccccc 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #cccccc 0%,#cccccc 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
color: #cc142b;
  
}
.testimonial {
	width: 70%;
	float: right;
}
.testimonial h2 {
	color: #305685;
}
.testimonial h3 {
	color: #003f70;
}
.testimonial h4 {
	color: #293141;
}
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: #003f70; /* Old browsers */
	background: -moz-linear-gradient(top, #003f70 0%, #074e85 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003f70), color-stop(100%, #074e85)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #003f70 0%, #074e85 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #003f70 0%, #074e85 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #003f70 0%, #074e85 100%); /* IE10+ */
	background: linear-gradient(to bottom, #003f70 0%, #074e85 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003f70', endColorstr='#074e85', GradientType=0 ); /* IE6-9 */
	padding-top: 10px;
}
footer ul {
	margin-left: 15%;
}
footer ul li {
	padding-left: 0px !important;
	color: #fff;
}
footer ul li a {
	color: #fff;
	font-weight: 600;
}
footer ul li a.active {
	color: #0966ae !important;
}
address {
	margin-top: -20px;
	margin-bottom: 0px;
	float: right;
	text-align: right;
	margin-right: 15%;
	font-weight: 600;
}
#agency-address p, #agency-address a { color:#fff!important;}
.copyright p ,.copyright p a{
   color:#fff;
}
.phone-automate a, .fax-automate a {
	
color:#fff!important;
}
.cnt-ul li .phone-automate a, .cnt-ul li .fax-automate a {
	color:#333!important;
}
footer ul li a:hover, footer ul li a:focus, #agency-address a:hover, #agency-address a:focus, .copyright a:hover, .copyright a:focus {
    color: #0966ae !important;
    text-decoration: none;
}

.cpy-nobreak {
display: inline-block;	
}
.copyright p {
	text-align: center;
}
/*Footer ends*/
/*iframer*/
iframe {
	height: 500px;
	width: 100%;
	border: 0;
}
.frame-fix {
	height: 1800px;
}
/*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: #003f70;
	font-weight: 400;
	padding-bottom: 10px;
	font-size: 1.5em !important;
}
.contact-list-bdr {
	border-bottom: 1.5px dotted #846d45;
}
.contact-list a {
	color: black;
}
.contact-list img {
	width: auto!important;
	height: auto!important;
}
.clist {
	height: 310px;
}
.btn-xs {
	background: #cc142b;
	color: #fff!important;
}
.btn-xs:hover {
	background: #e82f46;
	text-decoration: none;
	color: #fff;
}
.carrier-ph {
    float: right;
}
/* 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;
}
.brk-fix {
	display:inline-block;
}
.cnt-ul {
	list-style-type:none;
	padding-left:0px;
}
.cnt-gmap {
	height:400px;
}
.cnt-frame {
	height:350px!important;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cc142b;
    border-radius: 3px;
    background-color: #ffffff;
    -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: #cc142b;
}
.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: #ffffff ;
	border-color: #cab298;
}
.checkbox-primarybox input[type="checkbox"]:checked + label::after {
	color: #cc142b;
}
.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:#cc142b!important;}
	 
	 
	 
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
		background: transparent;
	} 
	.dropdown-menu > li > a:hover {
    background: #cc142b;
    color: #fff;
} 
	 
	 .dropdown-menu > li > .active {
    color: #fff;
    background: #cc142b;
}

#cs-frame{
	height:1600px;
}
.social a:hover{
	opacity: 0.7;
}

.logo-img {
    display: inline-block;
    margin: 5px 0;
}

.new-btn{
	background-color: #003f70;
  border: none;
  color: white;
  padding: 5px 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  border-radius: 100px;
  
}
.new-btn:hover, .new-btn:focus {
	text-decoration: none;
	color: #fff;
	opacity: 0.8;
}

.staff-content {
	
	margin-top: 25px;
	margin-bottom: 25px;
}

.staff-info h3 {
	margin-top: 10px;
}

.staff-info .staff-sub {
	font-size: 18px;
}

.staff-info .ph-nm {
	font-size: 18px;
	color: #333;
}

.staff-content img {
	border: solid 3px #acacac;
	border-radius: 2px;
}