@charset "utf-8";

/* CSS Document */

body,
html {
	font-family: "Roboto", sans-serif;
	height: 100%;
	width: 100%;
	background: #cecece;
}

/* Typography */

h1 {
	color: #000;
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 20px;
	font-family: Yeseva One;
	line-height: 38px;
}

h2 {
	color: #000;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
	font-family: Yeseva One;
	line-height: 24px;
}

h3 {
	font-family: Yeseva One;
	color: #000;
	font-size: 18px;
	font-weight: 400;
}

h4 {
	font-family: Yeseva One;
	color: #000;
	font-size: 17px;
}

p,
.content-section ul li {
	color: #000;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
	font-weight: 300;
}

a {
	color: #000;
	display: inline-block;
}

a {
	outline: none;
	border: 0;
}

a:hover {
	text-decoration: none;
	color: #16660A;
	outline: none;
}

a:focus {
	text-decoration: none;
}

a:focus,
.dropdown-toggle:focus {
	outline: none !important;
}

hr {
	border-top: 1px solid #ccc;
}

.wrapper {
	display: block;
	overflow-x: hidden;
}

.skip-to-content-link {
	background: #2ac114;
	color: #fff;
	height: 30px;
	right: 0%;
	padding: 7px;
	position: absolute;
	transform: translateY(-100%);
	transition: transform 0.4s;
	z-index: 10;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*header*/

header {
	position: relative;
	margin-bottom: 0px;
}

.top-bar {
	background: #000;
	width: 100%;
	border-radius: 20px 20px 0px 0px;
	display: flex;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
	margin-top: 40px;
}

.top_info_line {
	display: flex;
	float: right;
	justify-content: center;
	text-align: center;

}

.top_info_line ul li i {
	width: 15px;
}

.top_info_line ul {
	margin: 0;
	padding: 0;
}

.top_info_line ul li {
	color: #fff;
	float: left;
	list-style-type: none;
	margin: 0;
	padding-right: 20px;
	font-size: 18px;
	line-height: 21px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.top_info_line ul li.phone-automate {
	color: #fff;
	float: none;
	list-style-type: none;
	display: inline-block;

	font-size: 24px;
	line-height: 28.13px;
	font-weight: 200;

}

.top_info_line ul li a {
	color: #fff;
}


.logo_area {
	padding: 40px;
	background: #fff;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
}

.navigation_container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.navigation_items {
	display: flex;
	align-items: center;
	padding: 0;
}

nav.navbar-default {
	float: right;
	margin-bottom: 0px;
	background-color: transparent;
	border-color: transparent;
	width: 100%;
	min-height: 0px;
}

ul.navbar-nav {
	float: none;
	margin: 7.5px -25px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

ul.navbar-nav li {
	flex: auto;
	text-align: center;
}

ul.navbar-nav li ul li {
	text-align: left;
}

.navbar-default .navbar-nav>li>a {
	color: #000;
	font-size: 18px;
	line-height: 21.809px;
	font-weight: 400;
	padding: 0;
	display: inline-block;
	text-decoration: underline;
	text-decoration-color: transparent;
	text-decoration-thickness: 2px;
	text-underline-position: under;
}

.navbar-default .navbar-nav>li>a.active,
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #000;
	text-decoration: underline;
	text-decoration-color: #2ac114;
	text-decoration-thickness: 2px;
	text-underline-position: under;
	transition: .2s;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	color: #000;
	text-decoration: underline;
	text-decoration-color: #2ac114;
	text-decoration-thickness: 2px;
	text-underline-position: under;
	background-color: transparent;
}

.dropdown-menu {
	border: 1px solid #c4c4c4;
	box-shadow: none;
	border-radius: 0;
	font-size: 16px;
	line-height: 25.6px;
	font-weight: 400;
	min-width: 190px;
	text-align: left !important;
}

.dropdown-menu>li>a {
	font-size: 16px;
	line-height: 25.6px;
	font-weight: 400;
	padding: 3px 10px;
	color: #000;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a.active {
	color: #000;
	text-decoration: none;
	background-color: #2ac114;
	transition: .2s;
}

.main_banner_sections {

	width: 100%;
	position: relative;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #666;
	mix-blend-mode: overlay;
}

#myCarousel img {
	min-height: 100%;
	height: 310px;
	width: 100%;
	object-fit: cover;
	object-position: 50% 0;
	opacity: .4;
	filter: grayscale(30%);
}

.carousel-caption h2 {
	color: #fff;
	font-size: 48px;
	line-height: 44px;
	margin-bottom: 20px;
	margin-top: 10px;
	font-family: Yeseva One;
	font-weight: 400;
}

.carousel-caption {
	position: absolute;
	z-index: 100;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}

.carousel-caption p {
	color: #fff;
	font-size: 24px;
	line-height: 28.8px;
	font-weight: 200;
	font-style: normal;
	font-family: "Roboto", sans-serif;
	margin-bottom: 0;
}

.quote-box {
	padding: 47px 0;
	background: #000;
	text-align: center;
	border-radius: 0px 0px 20px 20px;
	margin-top: -1px;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
}

.quote-box-cen {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 0px;
	width: 79%;
	margin: 0 auto;
}

.fixed-size {
	flex: 1;
	padding: 0 15px;
}

.get-a-quote {
	color: #fff;
	text-align: center;
}

#Type,
#ZipCode {
	width: 388px;
	height: 40px;
	border-radius: 0px;
	color: #000;
	padding-left: 30px;
	font-size: 18px;
	line-height: 21px;
	border: 1px solid #000;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	background: #fff;
}

#Type {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.select-ins {
	position: relative;
}

.select-ins::after {
	position: absolute;
	content: "\25BC";
	color: #000;
	font-size: 15px;
	pointer-events: none;
	top: 0;
	right: 32px;
}

.btn.btn-quote-it {
	background: #2AC114;
	color: #000;
	width: 388px;
	height: 40px;
	font-size: 18px;
	line-height: 21px;
	margin: 0 15px;
	border-radius: 0;
}

.btn.btn-quote-it:hover, .btn.btn-quote-it:focus {
	background: #25a811;
	transition: .2s;
}

.services-wrap {
	display: flex;
	margin-top: 40px;
}

.serviceBox {
	flex-basis: 20%;
	margin-right: 20px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 45.31%, #fff 100%), #fff;
	border-radius: 20px;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
	overflow: hidden;
}

/*
.service-icon {
  text-align: center;
  background: #2ac114;
  font-size: 36px;
  color: #fff;
  border-radius: 20px 20px 0px 0px;
height:110px;
  line-height: 110px;
  transition:  1s;
  -webkit-transition: 1s;
  box-shadow: 4px 0 8px rgba(0, 0, 0, 0.25);
}
*/

.service-icon {
	text-align: center;
	background: #2ac114;
	font-size: 36px;
	color: #000;
	border-radius: 20px 20px 0px 0px;
	height: 110px;
	line-height: 110px;
	position: relative;
	-webkit-transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-ms-transition: all 1.2s ease;
	transition: all .5s ease;
	transition-timing-function: ease-in;


	box-shadow: 4px 0 8px rgba(0, 0, 0, 0.25);
}

.service-content {
	position: relative;
	text-align: center;

	padding: 20px 17px 0;

	overflow: hidden;

}

.title {
	font-family: Yeseva One;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	letter-spacing: -0.032em;
	margin-top: 0;
	color: #2c2c2c;
}


.description {

	position: relative;
	color: #2c2c2c;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	margin-bottom: 0;

	background: linear-gradient(to bottom, #2C2C2C 0%, #FFFFFF 86%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;


}


.serviceBox:last-child {
	margin-right: 0;
}

.serviceBox:hover .service-icon {
	height: 60px;
	line-height: 60px;
}

.serviceBox:hover .service-content,
.serviceBox:hover .serviceBox {
	height: auto;
}


.serviceBox:hover .description,
.serviceBox:hover .title {
	color: #000;
}

.serviceBox:hover .description {
	background: linear-gradient(to bottom, #000 0%, #000 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}


.description-more {
	margin-bottom: 0;
}


.description-more a {
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
	color: #000;
	text-decoration: underline;
	text-decoration-color: #2ac114;
	text-underline-position: under;
	font-weight: 500;
	letter-spacing: -0.032em;

	display: none;
}

.description-more a:hover,.description-more a:focus {
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
	color: #000;
	font-weight: 500;

	letter-spacing: -0.032em;
}

.serviceBox:hover .description-more a {
	display: block;
}

.fa-house-user::before {
	content: "\e065";
}

.content-section {
	display: flex;
	justify-content: center;
	box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	margin-bottom: 40px;
	margin-top: 40px;
	background: #fff;
}

.left-content {
	background: #fff;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	padding-right: 0;
}

.left-content.side-fix {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.main-content {
	padding: 40px 20px 20px;
}
.main-content h3, .main-content h2 {
	color: #000000;
}
.ins-nslider {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}

.left-content h2 {
	font-weight: 300;
	font-size: 24px;
	line-height: 28.13px;
	margin-top: 0;
	margin-bottom: 12px;
	font-family: "Roboto", sans-serif;
}

.left-content h1 {
	margin-top: 0;
	color: #000;
	text-decoration:underline;
	text-decoration-color: #2ac114;
	text-decoration-thickness: 2px;
	text-underline-position: under;
}

.leftimg {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .6;
	filter: grayscale(30%);
}

.right-content {
	position: relative;
	padding: 0;
	margin-left: 15px;
}

.right-content.inner-right ul li {
	margin-bottom: 10px;
}

/* Carrier Slider */

.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}

.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: 70px;
}

.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: 0;
	margin-right: 10px;
	margin-bottom: 0;
	max-width: 100%;
}

.right-content .testimonials-slide h2:first-child {

	margin-top: 0px;
}

.right-content .testimonials-slide h2 {

	font-family: Yeseva One;
	font-size: 36px;
	line-height: 41px;
	color: #fff;
	margin-top: 40px;
}

.right-content .testimonials-slide .carousel-inner {
	color: #fff;
}

.right-content .testimonials-slide ul li a:hover, .right-content .testimonials-slide ul li a:focus {
	color: #fff;
	text-decoration: underline;
	text-decoration-color: #2ac114;
	text-decoration-thickness: 2px;
	text-underline-position: under;
	
}

.right-content .testimonials-slide {
	top: 0;
	padding: 40px;
	z-index: 1;
	position: absolute;
	height: 100%;
	width: 100%;
	text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
}

.right-content .testimonials-slide h5,
.right-content .testimonials-slide ul li,
.right-content .testimonials-slide ul li a {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 36px;
	color: #fff;
}

.client-name {
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	font-weight: 400;
}

.content-section ul {
	padding-left: 5px;
}

.content-section ul li {
	list-style: none;
}

.content-section ul li::before {
	content: "\f111";
	font-family: 'Font Awesome\ 5 Free';
	display: inline-block;
	width: auto;
	color: inherit;
	font-weight: 900;
	font-size: 5px;
	margin-right: 10px;
}
.left-content ul li::before {
	content: none;
}
.left-content ul {
	padding-left: 20px;
}
.left-content ul li {
	list-style-type: disc;
}
.left-content .nbs-flexisel-ul {
	padding-left: 0px;
}
.left-content .nbs-flexisel-ul li {
	list-style-type: none;
}
.content-section .left-content .ins-nslider ul li::before {
	content: none;
}

.content-section .right-content ul li {
	display: flex;
}

.testimonials-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #666;
	mix-blend-mode: multiply;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.save-section {
	box-shadow: 4px 4px 8px rgb(0 0 0 / 25%);
	border-radius: 20px;
}

.save-big,
.piggybag-and-content-wrap {
	width: 100%;
	position: relative;
	text-align: center;
}

.piggybag-and-content-wrap .img-responsive,
.save-big .overlay {
	border-radius: 20px 20px 0px 0px;
}

.piggybag-and-content-wrap .piggy-content {
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	height: auto;
}

.piggybag-and-content-wrap .piggy-content h2 {
	color: #fff;
	font-family: Yeseva One;
	font-style: normal;
	font-weight: normal;
	font-size: 64px;
	line-height: 72px;
	margin: 60px 0;
	text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
}

.piggybag-and-content-wrap .img-responsive {
	height: 200px;
	object-fit: cover;
	opacity: .4;
	filter: grayscale(30%);
}

.piggybag-and-content-wrap .piggy-content h2 i {
	font-size: 84px;
	line-height: 84px;
	margin: 0 84px 0 60px;
}

.save-content {
	background: #fff;
	text-align: center;
	padding: 60px 0 40px;
	border-radius: 0 0 20px 20px;
	margin-bottom: 40px;
}

.save-content h2 {
	margin-top: 0;
	font-family: Yeseva One;
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 42px;
	text-align: center;
	color: #000;
	text-decoration:underline;
	text-decoration-color: #2ac114;
	text-decoration-thickness: 2px;
	text-underline-position: under;
}

.save-content p {
	margin-top: 0;
	font-style: normal;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	color: #000;
	font-weight: 300;
	padding: 0 114px;
}

.save-content a.btn.btn-quote-it {
	margin-top: 30px;

}

.btn.btn-quote-it a {
	height: 40px;
	line-height: 40px;
}

a.btn.btn-quote-it {
	padding: 10px 12px;
}

.footer-section {
	background: #000;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	display: flex;
	margin-bottom: 40px;
}

.footer-content {
	padding: 0 68px 0 88px;
}

.footer-content h2 {
	font-family: Yeseva One;
	color: #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 42px;
	margin-top: 60px;
}

.footer-content ul {
	list-style-type: none;
	padding: 0;
}

.footer-content .arrow-front ul li {
	margin-bottom: 24px;
}

.footer-content .arrow-front ul li:last-child {
	margin-bottom: 0;
}

.footer-content ul .fa.fa-angle-double-right {
	color: #2ac114;
	font-weight: 900;
	font-size: 17px;
	margin-right: 5px;
	line-height: 20.7px;
}

.footer-content ul li a {
	font-family: "Roboto", sans-serif;
	color: #fff;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 21.09px;
}

.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: 24px;
}

.contact-info i {
	color: #2ac114;
	float: left;
	font-size: 17px;
	line-height: 20px;
	margin-right: 5px;
	margin-top: 1px;
	width: 18px;
}

.footer-cnt {
	padding: 0;
}

.social_section {
	display: flex;
}

.social_section li {
	list-style-type: none;
	float: left;
	margin: 0 40px 0 0;
	width: 15px;
}

.social_section i {
	color: #fff;
	font-size: 17px;
	line-height: 20px;
	margin-right: 0px;
	width: 15px;
}

.top_info_line ul li a:hover,
.social_section i:hover,
.social_section li a:hover {
	color: #2ac114;
	transition: .2s;
}

.copyright {
	padding: 60px 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;
}

.contact-info ul.social_section li {
	margin-bottom: 0;
}

.footer-content ul li a:hover,
.footer-content ul li a:focus,
.footer-content ul li a.active {
	color: #2ac114;
	transition: .2s;
}

.copy-ul li a:hover,
.copy-ul li a:focus {
	color: #2ac114;
	transition: .2s;
}

.jotform-lob {
	width: 67%;
	border: none;
	text-align: center;
	margin: 0 auto;
	height: 590px !important;
}

.cc-frame {
	height: 1600px;
	width: 100%;
	border: none;
}

.carriers-box {
	background: #fff;
	filter: drop-shadow(2px 3px 3px #1a1a1a);
	border: 1px solid #333;
	margin: 15px 0;
	min-height: 150px;
	padding: 10px;
	text-align: center;
}

.carriers-box img {
	margin: 0 auto;
}

.carriers-box h2 {
	color: #2c2c2c;
	font-family: Yeseva One;
}

.carriers-box p {

	text-align: left;
	font-size: 18px;
	margin-bottom: 0px;
	line-height: 40px;
	color: #2c2c2c;
}

.ph-fix,
.ph-fix a {
	color: #2c2c2c !important;
}

.carriers-box a.btn-customer {
	background: #2ac114;
	border: 1px solid #2ac114;
	border-radius: 0;
	color: #000;
	font-size: 14px;
	height: auto;
	margin: 5% 0 0;
	padding: 3px 14px;
	width: 100%;
	line-height: 16px;
}

.carriers-box a.btn-customer:hover,
.carriers-box a.btn-customer:focus {
	background: #25a811;
	transition: .2s;
}

iframe#cpIframe {
	width: 100%;
	border: 0;
	height: 1800px;
}

.contact-section-info ul {
	padding-left: 0px;

}

.contact-section-info ul li {
	list-style-type: none;
}

.contact-section-info ul li,
.contact-section-info ul li a {
	color: #000;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}

.agency {
	display: block;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
	margin-top: 0;
	font-weight: 700;

}

.content-section .contact-section-info ul li::before {
	content: none;

}

iframe.contact-gmap {
	border: none;
	height: 335px;
	margin-bottom: 20px;
	width: 100%;
	border: 5px solid #2ac114;
}

.content-section .contact-section-info ul li a {
	color: #000;
	text-decoration:underline;
	text-decoration-color:#2ac114;
	text-underline-position: under;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
}
.content-section .contact-section-info ul li a:hover, .content-section .contact-section-info ul li a:focus {
	color: #000;
}


.contact-jotform-lob {
	width: 100%;
	border: none;

	text-align: center;
	margin: 0 auto;
	height: 530px !important;
}

.left-content h2.get-touch {
	font-family: Yeseva One;
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 42px;
	color: #000;
}

.top-phone {
	/* border-left: 1px solid #fff; */
	list-style-type: none;
	font-size: 24px;
	line-height: 28.13px;
	font-weight: 500;
	display: inline-block;
	color: #fff;
	padding-left: 20px;
	margin: 16px 0;
	padding-right: 20px;
}

.top-phone a {
	color: inherit;
	font-size: inherit;

}

select::-ms-expand {
	display: none;
}

@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
	.overlay {
		background-color: rgba(37, 106, 103, 0.7);

	}

	.description {
		background: linear-gradient(to bottom, #ffffff 0%, #FFFFFF 86%)
	}

	.serviceBox:hover .description {
		background: linear-gradient(to bottom, #fff 0%, #fff 100%);

	}
}
.foot-logo{
	max-width:250px;
}
.bio img {
	width: 100%;
	max-width: 250px;
	margin: 5px 0px 20px;
}
.is-cms .carousel-inner .overlay {
    z-index: -1;
}