@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;
}
.top_bar_nav .visuallyhidden {
    color: #393939;
}
/*Typography */
h1 {
	color: #1A1A1A;
	font-family: 'Overlock';
	font-style: italic;
	font-weight: 700;
	font-size: 36px;
	line-height: 48px;
}

h2 {
	color: #1A1A1A;
	font-family: 'Overlock';
	font-style: italic;
	font-weight: 700;
	font-size: 29px;
	line-height: 40px;
}

h3 {
	color: #1A1A1A;
	font-size: 24px;
}

p {
	color: #1A1A1A;
	font-family: 'Mulish', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 28px;

}

a:hover {
	text-decoration: none;
}

header {
	position: relative;
	z-index: 11;
}

.top_bar_nav {
	margin: 20px 0;
	float: right;
}

.top_bar_nav li {
	color: #fff;
	float: left;
	list-style-type: none;
	margin: 0;
	padding-right: 20px;
	font-size: 18px;
	line-height: 21px;
}

.top_bar_nav li:nth-of-type(1)>a {
	color: #1877F2;
}

.top_bar_nav li:nth-of-type(2)>a {
	color: #1877F2;
}



.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: #FF5722;
}

.top_bar_nav li:nth-of-type(6)>a {
	color: #FF1A1A;
}

.top_bar_nav li:nth-child(6) {
	padding-right: 0px;
}

.top_bar_nav li a:hover,
.top_bar_nav li a:focus {
	opacity: .8;
}

.center-logo {
	display: flex;
	align-items: flex-end;
	margin-bottom: 5px;
}

#agency-logo {
	width: 100%;
	max-width: 255px;
}

.logo-size {
	max-width: 420px;
	display: block;
	margin: 0 auto;
}

.navbar-brand {
	display: none;
}

.navbar {
	padding-right: 0px;
	top: 30px;
}

.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: 260px;
	padding: 10px;
	border-radius: 0px;
	margin-top: 10px;

}

.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: #427C36;
	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 #427C36;
	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 #eaeaea;
}

.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: #1A1A1A;
}

.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: #427C36;
	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: #35632c;
	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: #427C36;

	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 #eaeaea;
}

.banners-strip h2 {
	font-family: 'Overlock', cursive;
	font-style: italic;
	font-weight: 700;
	font-size: 32px;
	line-height: 48px;

	color: #000000;
}

.banners-strip p {
	font-family: 'Mulish', sans-serif;
	font-style: italic;
	font-weight: 300;
	font-size: 22px;
	line-height: 38px;

	color: #000000;
}

.lob-content {
	margin: 20px 0;
}

.lob-section .col-md-2 {
	background: #427C36;
	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 #eaeaea;
	padding: 40px;
	text-align: center;
}
.insurance_main_content.no-img {
    padding: 40px 0;
    border:none;
}

.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: #427C36;
}

.testimonials-section .btn-review {
	margin: 20px auto 0;
	text-align: center;
	width: 225px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 36px;
	background: #427C36;
	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: #427C36;
	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: #1A1A1A;

}

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;
}

ul.footer-content li a.active,
ul.footer-content li a:hover,
ul.footer-content li a:focus {
	border-bottom: 3px solid #559644;
	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: #60a24f;
}

.contact-info i {
	color: #60a24f;
	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 li a:hover,
.social_section li a:focus {
	opacity: .7;
}

.contact-info ul li {
	font-size: 17px;
	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: 17px;
	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: #60a24f;
}

.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: #427C36;
}

.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;
	border: 5px solid #427C36;
}

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 #559644;
}

.btn-xs {
	background: #427c36;
	color: #fff !important;
	margin-top: 3px;
	padding: 4px 8px;
	font-size: 12px;
}

.btn-xs:hover,
.btn-xs:focus {
	background: #35632c;
	text-decoration: none !important;
}

.contact-details a {
	color: #1A1A1A;
}

.contact-details a:hover {
	color: #35632c;
}

.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: #427C36;
	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;
}

.flyer-img {
	width: 100%;
}

/* Google Review Widget */
.grw-review-btn,
.grw-view-all-btn {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px;
	background-color: #427C36 !important;
	font-style: normal;
}

.grw-business-footer p {
	line-height: 24px !important;
}

.grw-business-footer p {
	text-align: center !important;
}

.grw-theme-dark .grw-slider-nav a.grw-slide-current {
	background-color: #427C36 !important;
}

.grw-business-name a,
.grw-business-name a:visited,
.grw-author {
	color: #231f20 !important;
}

.grw-business-header {
	border-bottom: 3px solid #427C36 !important;
}

div.grw-review-content{
	text-align: center;
}

div.grw-review-content p{
	text-align: center;
	padding: 0 0 0;
}

.homepg-grw .grw-theme-dark {
	background-color: transparent !important;
}

.homepg-grw .grw-theme-dark .grw-slider-nav a {
	background: transparent;
	border: 2px solid #427C36;
}

.homepg-grw .grw-business-header {
	display: none;
}

.homepg-grw .grw-time-since,
.homepg-grw .grw-theme-dark div.grw-review-content>p,
.homepg-grw div.grw-review-content .rm-link,
.homepg-grw .grw-author {
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
	color: #000 !important;
}

.homepg-grw .grw-theme-dark div.grw-review-content>p {
	line-height: 20px !important;
}

.homepg-grw .grw-theme-light,
.homepg-grw .grw-theme-dark {
	padding: 0 15px 0;
}

.testimonials-caption.homepg-grw h2 {
	margin-bottom: 0px;
}

.homepg-grw .grw-theme-dark .poweredByGoogle {
	background-size: 80% auto;
	background-position: 50%;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.homepg-grw .grw-author-section {
	justify-content: center;
	margin-bottom: 5px;
}


.homepg-grw .grw-wrapper {
	max-width: 100% !important;
}

.homepg-grw .grw-slider .grw-reviews-wrapper {
	width: 100%;
	display: flex;
}

.homepg-grw .grw-slider .grw-reviews-wrapper .grw-review-slide {
	float: none;
	width: 100%;
	flex: 0 0 100%;
	padding: 10px 10px 0px;
}

.homepg-grw .grw-business-footer p {
	margin-bottom: 10px;
}

.nobreak{
	display:inline-block;
}

.quote-content a[href^=tel]{
	color:#fff;
}