@charset "utf-8";
/* CSS Document */
/*
COLOR PALETTE
Headings : #0055bc
Secondary color : #005abb
*/
/* DEFAULT STYLES */
body, .TitleStyle1, .TitleStyle2, .TitleStyle3, .TitleStyle4, .TitleStyle5, input, button, select, textarea, p, ul, li, a {
	
	font-family: 'Mulish', sans-serif;
	line-height: 25px;
}
body {
	background-color: #FFF;
}
body, figure {
	margin: 0;
	padding: 0;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*Typography */
h1{
	color: #4e4e4e;
	font-family: 'Overlock';
font-style: italic;
font-weight: 700;
font-size: 36px;
line-height: 48px;
}
h2{
	color: #4e4e4e;
	font-family: 'Overlock';
font-style: italic;
font-weight: 700;
font-size: 29px;
line-height: 40px;
}
h3{
	color: #4e4e4e;

}
      
p, .insurance_main_content ul li {
	color: #393939;
font-family: 'Mulish', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 18px;
line-height: 28px;
	
}

.insurance_main_content ul {
	padding-left: 30px;
}
a:hover{
	text-decoration: none;
}
header{
	position: relative;
	z-index: 9;
}

.top_bar_nav{
	margin: 20px 0;
	float: right;
}

.top_bar_nav li {
	color: #fff;
	float: left;
	list-style-type: none;
	margin: 0;
	padding-right: 10px;
	font-size: 18px;
	line-height: 21px;
}
.top_bar_nav li:nth-of-type(1) > a{
	color: #3B5998;
}
.top_bar_nav li:nth-of-type(2) > a{
	color: #1DA1F2;
}
.top_bar_nav li:nth-of-type(3) > a{
	color: #0E76A8;
}
.top_bar_nav li:nth-of-type(4) > a{
	color: #FF0000;
}
.top_bar_nav li:nth-of-type(5) > a{
	color: #C41200;
}
.top_bar_nav li:nth-child(5) {
	padding-right: 0px;
}

.top_bar_nav li:hover {
	opacity: 0.9;
}
.banner-area {
    align-items:center;
}
.center-logo {
	display: flex;
	align-items: flex-end;
	margin-bottom: 5px;
}
.logo-size{
	max-width: 420px;
	display: block;
	margin: 0 auto;
}

.navbar-brand{
	display: none;
}
.navbar{
	padding-right: 0px;
}
.navbar-nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  
}
.navbar-nav .nav-link{
	font-family: 'Mulish';
font-style: normal;
font-weight: 300;
font-size: 17px;
line-height: 28px;
display: flex;
	align-items: center;
color: #1A1A1A !important;
padding-bottom: 0px;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
  width: 230px;
  padding: 10px;
  border-radius: 0px;
  margin-top: 22px;
 
}
.navbar-expand-md .navbar-nav .dropdown-menu a {
  padding: 3px 12px !important;
  line-height: 25px;
  font-style: normal;
}
.navbar-expand-md  .navbar-nav .dropdown-menu a:hover, .navbar-expand-md  .navbar-nav .dropdown-menu a.active {
  background: #6c212b;
  color: #fff !important;
  border-bottom: transparent;

}

.navbar-custom .nav-item.dropdown:hover .dropdown-menu .nav-link {
	border-bottom: none;
}


.navbar-dark .navbar-nav .nav-link.active,
.navbar-custom .nav-item.active .nav-link, 
.navbar-custom .nav-item:hover .nav-link,
.navbar-dark .navbar-nav .nav-link:focus {
  border-bottom: 3px solid #6c212b;
  width: 100%;
  transition: .2s;
}

.quote-banner{
	margin: 20px auto;
	
}
.image-container {
  position: relative;
}

/*.image-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(195, 215, 217, 0.6) 0%, rgba(195, 215, 217, 0.4) 100%);
background-blend-mode: color;
  z-index: 1;
}

.image-container.main-z:before {
  background: none;
}*/
#myImage {
  filter: grayscale(100%);
  /*transition: filter 1s;*/
  
}

/*#myImage.color {
  filter: none;
}*/
#myImage2 {
  filter: grayscale(100%);
  transition: filter 2s;
}

#myImage2.color {
  filter: grayscale(100%);
}

/*
.image-container img{
	overflow: hidden;
	 -webkit-filter: grayscale(100%); 
    filter: grayscale(100%) !important;
}
.image-container img.main-z{
	overflow: hidden;
	 -webkit-filter: grayscale(1%); 
    filter: grayscale(1%);
}
/*.zoom-img-main{
	animation: zoomimg 2s ease 0s 0 normal;
}


@keyframes zoomimg {
	0% {
		transform: scale(1);
		
	}

	100% {
		transform: scale(1);
		filter: grayscale(1%);
  -webkit-filter: grayscale(1%);
  -moz-filter: grayscale(1%);
	}
}
*/
.image-container img {
  display: block;
  width: 100%;
  height: auto;
  z-index: 0;
}

.banner-image-container {
  position: relative;
  height: 100vh; /* set height to full viewport height */
}

.banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}


.banner-image.zoomed {
  transform: translate(-50%, -50%) scale(0.5);
}
.banner-bottom-strip img{
	object-fit: cover;
	height: 100%;
	
}
.image-info img{
	object-fit: cover;
	height: 100%;
}
.quote-strip{
	
	border: 8px solid #4e4e4e;
}
.quote-text{
	padding: 70px 30px !important;
}
.quote-text h2{
	font-family: 'Overlock';
font-style: italic;
font-weight: 700;
font-size: 48px;
line-height: 59px;

text-align: center;

/* Title Black */

color: #4e4e4e;
}
.quote-text p{
	font-family: 'Mulish';
font-style: italic;
font-weight: 300;
font-size: 24px;
line-height: 38px;
margin: 40px auto;
text-align: center;

/* Title Black */

color: #1A1A1A;
}
.quote-box form{
  
  display: flex;
  
}
.quote-box select
{
	height: 40px;
padding: 0 10px;
background: #FFFFFF;
/* Smoke Black */

border: 1px solid #262625;
border-radius: 40px;
}
#Type {
  position: relative;
}

#Type {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.type-of-insurance::after {
	position: absolute;
	content: "\25BC";
	color: #333333;
	font-size: 18px;
	pointer-events: none;
   right: 50px;
	line-height: 29px;
	font-size: 18px;
	line-height: 40px;
	height: 40px;
}

.type-of-insurance {
  position: relative;
}
.quote-box #ZipCode
{
	height: 40px;
padding: 0 10px;
background: #FFFFFF;
/* Smoke Black */

border: 1px solid #262625;
border-radius: 40px;
width: 100%;
}
.submit-btn {
  width: 225px;
height: 40px;
border: none;

background: #6c212b;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
border-radius: 40px;
font-family: 'Mulish';
font-style: italic;
font-weight: 300;
font-size: 18px;
line-height: 23px;

text-align: center;

color: #FFFFFF;
}
button.submit-btn a{
	color: #fff;
	display: block;
}
button.submit-btn a:hover{
	text-decoration: none;
}
.submit-btn:hover, .testimonials-section .btn-review:hover{
	background: #521921;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	bordr: none;
}
.zip-box #Type{
	width: 100%;
	
}
.quote-btn{
	text-align: center;
	display: block;
	margin: 20px auto 0;
}
.quote-content{
	background: #6c212b;
	
	padding: 20px 0;
}
.quote-content h3{
	color: #fff;
	font-family: 'Mulish';
font-style: italic;
font-weight: 300;
font-size: 24px;
line-height: 38px;
text-align: center;
}

.banners-strip{
	padding: 20px 30px !important;
	border: 8px solid #4e4e4e;
}
.banners-strip h2{
	font-family: 'Overlock', cursive;
	font-style: italic;
font-weight: 700;
font-size: 32px;
line-height: 48px;

color: #4e4e4e;
}
.banners-strip p{
	font-family: 'Mulish', sans-serif;
	font-style: italic;
font-weight: 300;
font-size: 22px;
line-height: 38px;

color: #393939;
}
.lob-content{
	margin: 20px 0;
}
.lob-section .col-md-2 {
background: #6c212b;
padding: 35px 45px;
color: #fff;
max-width: 17.66%;
flex: 17.66%;
}

.lob-section i{
	font-size: 56px;
	line-height: 36px;
	display: block;
	margin-bottom: 35px;
	color: #fff;
}
.lob-section a span {
	font-family: 'Overlock', cursive;
	font-style: italic;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	text-align:center;
	color: #fff;
}
.lob-section a span:hover{
	text-decoration: none;
}
.insurance_main_content hr{
	border-top: 1px solid #ccc;
margin-top: 2rem;
margin-bottom: 2rem;
}
.insurance_main_content{
border: 8px solid #4e4e4e;
padding: 40px;
text-align: center;
}
.insurance_main_content h2, .insurance_main_content h3, .insurance_main_content h4 {
    margin-top: 30px;
    margin-bottom: 10px;
}
.insurance_main_content ul {
    margin: 20px 0;
    padding-left: 20px;
}
.insurance_main_content ul li {
    margin-bottom: 10px;
}
.insurance_main_content ul li::marker {
    color: #6c212b;
}
.insurance_main_content ul li strong {
    font-weight: 700;
}
.insurance_main_content ul.index-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.insurance_main_content ul.index-list li {
    flex-basis: 33.33%;
}
.ins-nslider h3{
		font-family: 'Overlock';
font-style: italic;
font-weight: 700;
font-size: 36px;
line-height: 48px;
}

.testimonials-section{
	margin: 20px auto;
	text-align: center;
}

.testimonials-section:after{
    width:15px;
    background:#fff;
    content:"";
    height:100%;
    position:absolute;
    top:0;
    right:0px;
    z-index:7;
}

.carousel-indicators li {
	background: #c3d7d9;
	border: 1px solid #08443C;
	width: 10px;
	height: 10px;

	border-radius: 10px;
}
.carousel-indicators .active {
	background:#08443C;
}

.testimonials-section.active{
	transform: scale(1);
	position:relative;
	-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}


.testimonials-section p{
	color: #1A1A1A;
font-family: 'Mulish', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 18px;
line-height: 28px;
padding: 20px 50px 0;
text-align: left;
}
.testimonials-section p.client-name{
	text-align: right;
	padding-top: 0px;
	color: #6c212b;
}
.testimonials-section .btn-review{
	margin: 20px auto 0;
	text-align: center;
	width: 225px;
	display: flex;
	justify-content: center;
	align-items: center;
height: 36px;
background: #6c212b;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
border-radius: 40px;
font-family: 'Mulish';
font-style: italic;
font-weight: 300;
font-size: 18px;
line-height: 23px;

text-align: center;

color: #FFFFFF;
}
.f-cta-section .col-sm-4{
	background: #6c212b;
 padding: 35px;
  max-width: 30%;
  height: auto;
 color: #fff;
padding: 90px 20px;
}

.f-cta-section i{
	font-weight: 900;
font-size: 56px;
line-height: 48px;
	display: block;
	margin-bottom: 20px;
}
.f-cta-section a span{
	font-family: 'Overlock';
font-style: italic;
font-weight: 700;
font-size: 36px;
line-height: 48px;
color: #fff;
}
.f-cta-section a span:hover{
	text-decoration: none;
}
footer{
	
padding: 40px 115px;


/* Title Black */

background: #4e4e4e;

}
footer h3{
	font-family: 'Overlock';
font-style: italic;
font-weight: 700;
font-size: 36px;
line-height: 48px;
/* identical to box height, or 133% */

display: flex;
align-items: center;
text-align: center;

color: #FFFFFF;
margin-bottom: 20px;
}
ul.footer-content  {
  list-style-type: none;
  padding: 0;
}
ul.footer-content li{
	margin-bottom: 20px;
}
ul.footer-content li a{
font-family: 'Mulish', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 18px;
line-height: 28px;
color: #fff;
border-color: #6c212b;
}
ul.footer-content li a.active,
ul.footer-content li a:hover, ul.footer-content li a:focus {
  border-bottom: 3px solid #6c212b;
  text-decoration: none;
  transition: .2s;
}
.contact-info ul.footer-content li a:hover, .contact-info ul.footer-content li a:focus
{
  border-bottom: none;
  text-decoration: none;
  color: #e5dadc;
}
.contact-info i {
  color: #6c212b;
  float: left;
  font-size: 17px;
  line-height: 20px;
  margin-right: 5px;
  margin-top: 1px;
  width: 18px;
}
.contact-info i.fa-location-pin{
	line-height: 24px;
}
.social_section i{
	color: #fff;
}

.social_section i:hover {
	opacity: 0.9;
}

.contact-info ul li {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  color: #fff;
  display: flex;
  text-align: left;
  margin-bottom: 20px;
}
.contact-info ul li a {
  font-family: 'Mulish', sans-serif;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.09px;
}
.copyright {
  padding:30px 0 30px;
  text-align: center;
}

.copy-ul {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

.copy-ul li a, .copy-ul li {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  line-height: 21px;
  font-weight: 400;
}
.copy-ul li a:hover, .copy-ul li a:focus {
	color: #e5dadc;
}
.carriers-image {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.row-list {
  display: flex;
  justify-content: center;
}

.row-list img {
  width: 200px; /* Adjust the width as needed */
  height: auto;
  margin: 10px; /* Adjust the margin as needed */
}
/* Carrier Carousal */

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
    margin-top: 15px 0 50px 0;
}
.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%;
}
.inner_content{
	text-align: left;
}
.inner-cqte h2{
	text-align: center;
	margin: 60px 0;
}
 ul.insurance-savings {
	list-style-type: none;
	text-align: center;
	padding-left: 0px;
}
ul.insurance-savings li{
	text-align: center;
	margin-bottom: 60px;
}
ul.insurance-savings span {
    
	font-family: 'Overlock';
font-style: italic;
font-weight: 700;
font-size: 21px;
line-height: 28px;
margin-left: 17px;

color: #1A1A1A;
}

ul.insurance-savings .fa-circle-check {
    font-style: normal;
font-weight: 900;
font-size: 18px;
line-height: 31px;
text-align: center;
color: #6c212b;
}
.jotform-qte h2{
	margin: 40px 0;
}
.jot-box{
	text-align: center;
}
.jot-form-section{
	border-top: 1px solid #ccc;
	text-align:center;
	margin: 40px 0 0 0;
}
.jot-form-section h2{
	text-align: center;
	margin: 40px 0;
}
.jotform-lob {
	width:67%;
	border: none;
	text-align: center;
	margin: 0 auto;
	/* height: 534px !important; */
}
.contact-page{
	margin-top: 20px;
}
.gmap{
	width: 100%;
	height: 300px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
    border:none;
}
iframe.ccframe {
  height: 1600px;
  width: 100%;
border: 0;
}
#cpIframe {
    height: 1600px!important;
width: 100%;
border: 0;
background: transparent;
}
/* Carriers*/

.contact-list h2 {
    color: #2c2c2c;
    padding-bottom: 20px;
    font-size: 24px;
}

.contact-list p {
    font-size: 15px;
	margin-bottom: 10px;
}

.contact-list-bdr {
    border-bottom: 1.5px dotted #ccc;
}

.btn-xs {
    background: #6c212b;
	color: #fff !important;
	margin-top: 3px;
    padding: 4px 8px;
    font-size: 12px;
}

.btn-xs:hover, .btn-xs:focus {
    background: #521921;
	text-decoration:none!important;
}
.contact-details a{
	color: #1A1A1A;
}
.contact-details a:hover {
	color: #521921;
}

.contact-details  a[href^=tel]{
  color: inherit;
}



.contact-form-section{
	text-align: center;
	border-left: 1px solid #ccc;
	padding: 0 0px 0 40px;
}
.inner-banner-section {
	overflow: hidden;
}
.inner-banner-section img{
	overflow: hidden;
	 -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
}
.zoom-img{
	
	animation: zoomimg .8s ease-in 0s 0.7 normal forwards;
}

@keyframes zoomimg {
	0% {
		transform: scale(1);
		
	}

	100% {
		transform: scale(1.3);
		filter: grayscale(20%);
  -webkit-filter: grayscale(20%);
  -moz-filter: grayscale(20%);
	}
}

.zoom-img-t{
	animation: zoomimg 1s forwards;
	transform-origin: top left;
}

@keyframes zoomimg {
	0% {
		transform: scale(2);
		
	}

	100% {
		transform: scale(1);
		filter: grayscale(1%);
  -webkit-filter: grayscale(1%);
  -moz-filter: grayscale(1%);
	}
}
.zoom-img-l{
	animation: zoomimg 1s forwards;
	transform-origin: bottom left;
}

@keyframes zoomimg {
	0% {
		transform: scale(1.5);
		
	}

	100% {
		transform: scale(1);
		filter: grayscale(1%);
  -webkit-filter: grayscale(1%);
  -moz-filter: grayscale(1%);
	}
}

.no-strip{
	border: 0;
}
.lob-content .fa-solid{
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/*.lob-section .fa-solid, .lob-content .fa-solid { transition: all .2s ease-in-out; }
.lob-section .fa-solid:hover,  .lob-content .fa-solid:hover { transform: scale(1.28); }*/

.lob-content a{transition: all .2s ease-in-out;}
/*.lob-content div:hover .fa-solid{animation: lobAnim 300ms ease-in-out 0s 1 normal forwards;}*/
.lob-content a:hover .fa-solid{transform: scale(1.3);}
.lob-content a .fa-solid{transition: all .2s ease-in-out;}


.color-transition {
  animation: colorize 4s;
}
@keyframes colorize {
  0% {
    filter: grayscale(100%);
  }
  100% {
    filter: grayscale(0%);
  }
}



@keyframes lobAnim {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.4);
	}
}

ul.main-dropdown-menu{
	padding-left: 0px;
}
.main-dropdown-menu li{
	list-style-type: none;
}


.contact_j_form{
	height: 690px !important;
	border: none;
	width: 100%;
}
/* Skip to Content */

.skip-to-content-link {
    background: #6c212b;
    color: #fff;
    height: 30px;
    right: 0%;
    padding: 7px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.4s;
    z-index: 10;
	font-size: 15px;
line-height: 16px;
}

.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;
}
a.sms_txt{
	cursor: none;
	pointer-events: none;
}

.home-content {
	text-align: left;
}