@charset "utf-8";
/* CSS Document */

body,
.TitleStyle1,
.TitleStyle2,
.TitleStyle3,
.TitleStyle4,
.TitleStyle5,
.TitleStyle6,
p,
a,
button,
li,
span {
	font-family: 'Ek Mukta', sans-serif;
}

.TitleStyle1,
p {
	color: #2c2c2c;
}

.TitleStyle1 {
	font-size: 44px;
	font-weight: 400;
	line-height: 1.1
}

.TitleStyle2 {
	font-size: 32px;
	color: #2c2c2c;
}

.TitleStyle3 {
	font-size: 24px;
	font-weight: 500;
}

.agency {
	display: block;
	font-size: 26px;
	margin-bottom: 0px;
	margin-top: 15px;
	font-weight: 600;
}

a {
	color: #2d4393;
}

.main ul {
	padding-left: 20px;
}
.main ul li {
	margin-bottom: 10px;
}
.cu-det .main ul {
	padding-left: 0;
}

/*Header*/
header {
	background: #fff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fff 0%, #fff 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #fff));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #fff 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff 0%, #fff 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #fff 0%, #fff 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fff', 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: 60px 0 40px;
}

.logo {
	display: inline-block;
}

/*Navigation*/
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
	margin-bottom: 20px;
	
}

.navbar .navbar-collapse {
	text-align: center !important;
}

.navbar-default {
	background-color: transparent;
	border: transparent;
}

.navbar-default .navbar-nav>li>a {
	color: #000;
	padding-bottom: 0px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 2px 20px;
	margin: 8px 30px;
	font-size: 16px;
}

.navbar-default .navbar-nav>li>a.active,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #000;
}

.navbar-default .navbar-nav>li>a:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0%;
	height: 4px;
	background: transparent;
	background-position: 100% 50%;
}

.navbar-default .navbar-nav>li>a.active:before,
.navbar-default .navbar-nav>li>a:hover:before,
.navbar-default .navbar-nav>li>a:focus:before,
.navbar-default .navbar-nav>.open>a:before,
.navbar-default .navbar-nav>.active>a:before,
.navbar-default .navbar-nav>.active>a:hover:before,
.navbar-default .navbar-nav>.active>a:focus:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #2c4393, #972e3b);
	transition: .2s;
	background-position: 100% 50%;
}

.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: -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: #fff;
	font-size: 24px;
	opacity: .8;
}

.caption a:hover,
.caption a:focus {
	color: #fff;
	opacity: 1;
}

.inside-page .caption a {
	color: #fff;
	opacity: .8;
}

.selected a {
	color: #fff !important;
	opacity: 1 !important;
}

.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: #2c2c2c;
	height: 165px;
	margin-top: -110px;
	position: relative;
	z-index: -1;
}

.nav-bg {
	background: #fff;
}

/*Banner Ends*/
/*Header ends*/
/*Main Content*/
.content-area {
	background: #fff;
	border-bottom: 1px solid #fff;
}

.quoter {
	background: #d9d9d9;
	width: 70%;
	float: right;
	padding: 20px;
	margin: 20px 0px;
	border-radius: 8px;
}

.quoter .TitleStyle5 {
	color: #2c2c2c;
	font-size: 39px;
	font-weight: bold;
	line-height: 0px;
}

.quoter .TitleStyle6 {
	color: #2c2c2c;
	font-weight: 400;
	font-size: 52px;
}

.jot-quote .TitleStyle5 {
	text-align: center !important;
	color: #2c2c2c !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;
	padding: 0px;
	line-height: 20px;
	font-size: 18px;
}

.zip {
	background: #fff;
	border: 1px solid #000;
	padding: 6px 0 6px 6px;
	width: 98%;
	margin-bottom: 10px;
	color: #2c2c2c;
}

.align-inner-img {
	margin-right: 10px;
}

.btn {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
	background: #933040;
	border: 1px solid #933040;
	padding: 10px 40px;
	font-size: 28px;
	font-weight: bold;
	white-space: unset;
}

.btn:hover,
.btn:focus {
	border: 1px solid #2c4393;
	background: #2c4393;
	transition: .2s;
}

.testimonial {
	width: 70%;
	float: right;
}

.testimonial .TitleStyle2 {
	color: #305685;
}

.testimonial .TitleStyle3 {
	color: #2c2c2c;
}

.testimonial .TitleStyle4 {
	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: #2c2c2c;
	padding-top: 20px;
}

footer ul {
	margin-left: 15%;
}

footer ul li {
	padding-left: 0px !important;
	margin-bottom: 15px;
}

footer ul li a {
	color: #fff;
	font-weight: 600;
	background-image: linear-gradient(90deg, #2c4393, #972e3b);
	background-size: 0% 4px;
	background-repeat: no-repeat;
	background-position: left bottom;
	transition: background-size 200ms ease;
	padding-bottom: 4px;
	line-height: 24px;
}

.social_section a:hover,
.social_section a:focus {
	background: none;
	color: #fff;
	opacity: .8;
}

footer ul li a.active,
footer ul li a:hover,
footer ul li a:focus {
	color: #fff;
	background-size: 100% 4px;
}

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;
}

/*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 .TitleStyle2 {
	color: #8e3146;
	font-weight: 400;
	padding-bottom: 10px;
	font-size: 1.5em !important;

}

.TitleStyle3.carrier-list {
	color: #2c2c2c;
	font-weight: 400;
	padding-bottom: 10px;
	font-size: 1.5em !important;
	border-bottom: 1.5px dotted #ccc;
}

.contact-list-bdr {
	border-bottom: 1.5px dotted #8e3146;
}

.contact-list a {
	color: black;
}

.contact-list img {
	width: auto !important;
	height: auto !important;
}

.clist {
	height: 310px;
}

.btn-xs {
	background: #2c4393;
	color: #fff !important;
}

.btn-xs:hover,
.btn-xs:focus {
	background: #933040;
	transition: .2s;
	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;
	color: #2c2c2c;
}

.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;
}

#agency-address ul {
	margin-left: 0px;
	padding-left: 0;
}

#agency-address ul li {
	list-style-type: none;
	color: #fff;
}

.cntact-section ul li {
	list-style-type: none;
}

.gmap {
	width: 100%;
	border: none;
	height: 300px;
}


.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%;
}

ul.social_section {
	padding-left: 10px;
}

ul.social_section li {
	list-style-type: none;
	display: inline;
	margin: 5px 10px;

}

.site-info {
	text-align: center;
	margin-bottom: 45px;

}

.site-info ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 30px;
}

.site-info ul li {
	display: inline;
	list-style-type: none;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	color: #000;
	background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #000;
	background-color: transparent;
}

.dropdown-menu>li>a {
	background: transparent;
	background-size: 0% 100%;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a.active {
	color: #fff;
	background: linear-gradient(90deg, #2c4393, #972e3b);
	transition: .2s;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

/* Ada compliance fixes beings */
.skip-to-content-link {
	background: #2d4393;
	/* 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 */

.quick-cnt-form {
	height: 320px !important;
}

footer ul li {
	color: #fff;
}

footer ul li a:hover,
footer ul li a:focus {
	color: #fff;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #962f3b;
}

.inside-page .caption a:hover,
.inside-page .caption a:focus {
	color: #fff;
	opacity: 1 !important;
}

#agency-logo {
	max-width: 320px;
	width:100%;
}

#agency-address a[href^=tel],
.cntact-section a[href^=tel],
.carrier-cols-content a[href^=tel] {
	color: inherit;
}

.cnt-jot {
	height: 400px !important;
	width: 100%;
	border: 0;
}


.cntact-section a:hover,
.cntact-section a:focus {
	text-decoration: none;
	color: #8e3146;
}

.abt-video {
	width: 100% !important;
	height: 400px !Important;
}

.cnt-meet .TitleStyle3 {
	font-size: 18px;
}

#myCarouse1 .TitleStyle5 {
	line-height: 21px;
}

.btn-new {
	padding: 10px;
	color: #fff;
	margin-top: 10px;
	white-space: unset;
}

.btn-new:hover,
.btn-new:focus {
	color: #fff !important;
}

#main-content .btn-new {
	width: auto;
	font-size: 16px;
}

.top-bar {
	background: #962f3b;
}

.bottom-bar {
	background: #2a4190;
}

.top-bar p {
	font-size: 25px;
	color: #fff;
	text-align: center;
	padding: 10px 0px 0px;
}

.bottom-bar p {
	font-size: 25px;
	color: #fff;
	text-align: center;
	padding: 20px 10px;
	font-style: italic;
}

.nobreak{
	display:inline-block;
}
#main-content {
	padding-top: 30px;
}
.index-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.index-list li {
	flex-basis: 33%;
}