@charset "utf-8";

/* CSS Document */

body,
html {
	font-family: "Roboto", sans-serif;
	height: 100%;
	width: 100%;
	background: #cecece;
}

/* Typography */

h1 {
	color: #253a79;
	font-size: 34px;
	font-weight: 400;
	margin-bottom: 20px;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	line-height: 38px;
	font-style: italic;
}

h2 {
	color: #253a79;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	line-height: 24px;
}

h3 {
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	color: #253a79;
	font-size: 18px;
	font-weight: 400;
}

h4 {
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	color: #253a79;
	font-size: 17px;
}

p,
.content-section ul li {
	color: #333;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
	font-weight: 300;
}
.content-section ul li strong {
	font-weight: 500;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	color: #253a79;
}
a {
	color: #253a79;
	display: inline-block;
}

a {
	outline: none;
	border: 0;
}

a:hover {
	text-decoration: none;
	color: #83cbf0;
	outline: none;
}

a:focus {
	text-decoration: none;
}

a:focus,
.dropdown-toggle:focus {
	outline: none !important;
}

hr {
	border-top: 1px solid #83cbf0;
}

.wrapper {
	display: block;
	overflow-x: hidden;
}

.skip-to-content-link {
	background: #253a79;
	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;
}
.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: #253a79;
	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);
}
.logo_area.no-img {
	border-radius: 0 0 20px 20px;
}
.header-agency-logo {
	display: block;
	max-width: 300px;
}

.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-color: transparent;
}
.navbar-nav>li>.dropdown-menu {
	margin-top: 5px;
}
.navbar-default .navbar-nav>li>a.active,
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #000;
	transition: .2s;
	text-decoration: underline 5px #83cbf0;
	text-underline-position: under;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	color: #253a79;
	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: #fff;
	text-decoration: none;
	background-color: #253a79;
	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: rgba(0,0,0,0.5);
	mix-blend-mode: multiply;
}

#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: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-style: italic;
	font-weight: 400;
	text-shadow: 1px 1px 1px #000;
}

.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;
	text-shadow: 1px 1px 1px #000;
}

.quote-box {
	padding: 47px 0;
	background: #253a79;
	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: #253a79;
	padding-left: 30px;
	font-size: 18px;
	line-height: 21px;
	border: 1px solid #253a79;
	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: #83cbf0;
	color: #152145;
	width: 388px;
	height: 40px;
	font-size: 18px;
	line-height: 21px;
	margin: 0 15px;
	border-radius: 0;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

.btn.btn-quote-it:hover {
	background: #0eacf0;
	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: #253a79;
  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: #83cbf0;
	font-size: 36px;
	color: #fff;
	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-icon .fas {
	color: #253a79;
}
.service-content {
	position: relative;
	text-align: center;

	padding: 20px 17px 0;

	overflow: hidden;

}

.title {
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	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: #253a79;
	font-weight: 500;
	letter-spacing: -0.032em;

	display: none;
}

.description-more a:hover {
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
	color: #2d4691;
	font-weight: 500;
	text-decoration: underline 3px #83cbf0;
	text-underline-position: under;
	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;
}

.ins-nslider {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.left-content h2, .left-content h3, .left-content h4 {
	margin-top: 30px;
}
.left-content h2 {
	font-weight: 400;
	font-size: 22px;
	line-height: 28.13px;
	margin-top: 0;
	margin-bottom: 12px;
	font-family: "Roboto", sans-serif;
}
.left-content h3 {
	font-weight: 500;
}
.left-content h1 {
	margin-top: 0;
}

.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-style: italic;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	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 {
	color: #fff;
	text-decoration: underline 5px #83cbf0;
	text-underline-position: under;
}

.right-content .testimonials-slide {
	top: 0;
	padding: 40px;
	z-index: 1;
	position: absolute;
	height: 100%;
	width: 100%;
}

.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: 20px;
}

.content-section ul li {
	
}

.content-section ul li::marker {
	color: #0eacf0;
}

.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: rgba(0,0,0,0.5);
	mix-blend-mode: multiply;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.save-section {
	box-shadow: 4px 4px 8px rgba(0, 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: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 64px;
	line-height: 72px;
	margin: 60px 0;
	text-shadow: 1px 1px 3px #000;
}

.piggybag-and-content-wrap .img-responsive {
	height: 208px;
	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: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 42px;
	text-align: center;
	color: #253a79;
	font-style: italic;
}

.save-content p {
	margin-top: 0;
	font-style: normal;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	color: #333;
	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: #253a79;
	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: Arial,Helvetica Neue,Helvetica,sans-serif;
	color: #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 42px;
	margin-top: 60px;
	font-style: italic;
}

.footer-content ul {
	list-style-type: none;
	padding: 0;
}

.footer-content .arrow-front ul li {
	margin-bottom: 40px;
}

.footer-content .arrow-front ul li:last-child {
	margin-bottom: 0;
}

.footer-content ul .fa.fa-angle-double-right {
	color: #83cbf0;
	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;
	text-decoration-color: transparent;
}

.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: 40px;
}

.contact-info i {
	color: #83cbf0;
	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: #f68802;
	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;
	text-decoration-color: transparent;
}

.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: #fff;
    text-decoration: underline 5px #83cbf0;
    text-underline-position: under;
	transition: .2s;
}

.copy-ul li a:hover,
.copy-ul li a:focus {
	color: #fff;
    text-decoration: underline 5px #83cbf0;
    text-underline-position: under;
	transition: .2s;
}

.jotform-lob {
	width: 67%;
	border: none;
	text-align: center;
	margin: 0 auto;
	height: 585px !important;
}

.cc-frame {
	height: 1600px;
	width: 100%;
	border: none;
}

.carriers-box {
	background: #fff;
	filter: drop-shadow(2px 3px 3px #666);
	border: 1px solid #ccc;
	margin: 15px 0;
	min-height: 150px;
	padding: 10px;
	text-align: center;
}

.carriers-box img {
	margin: 0 auto;
}

.carriers-box h2 {
	color: #2c2c2c;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}

.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: #253a79;
	border: 1px solid #253a79;
	border-radius: 0;
	color: #fff;
	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: #fff;
	transition: .2s;
	color: #253a79;
}

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: #333;
	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 #253a79;
}

.content-section .contact-section-info ul li a {
	color: #253a79;
	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: #253a79;
}

.contact-jotform-lob {
	width: 100%;
	border: none;

	text-align: center;
	margin: 0 auto;
	height: 530px !important;
}

.left-content h2.get-touch {
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 42px;
	color: #253a79;
}

.nobreak {
	display: inline-block;
}

.is-cms .carousel-inner .overlay {
	z-index: -1;
}

.top-phone {
	/* border-left: 1px solid #fff; */
	list-style-type: none;
	font-size: 24px;
	line-height: 28.13px;
	font-weight: 200;
	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;
}
.about-us {
	display: flex;
	align-items: flex-start;
	gap: 30px;
}
.about-us .about-img {
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.about-us .about-img img {
	width: 200px;
	margin-bottom: 20px;
}
@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%);

	}
}