@charset "utf-8";

/* CSS Document */

body,
html {
  font-family: "Roboto", sans-serif;
  height: 100%;
  width: 100%;
  background: #cecece;
}

/* Typography */

h1 {
  color: #01385f;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: Yeseva One;
  line-height: 38px;
}

h2 {
  color: #01385f;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: Yeseva One;
  line-height: 24px;
}

h3 {
  font-family: Yeseva One;
  color: #01385f;
  font-size: 18px;
  font-weight: 400;
}

h4 {
  font-family: Yeseva One;
  color: #01385f;
  font-size: 17px;
}

p,.content-section ul li {
  color: #01385f;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: 300;
}

a {
  color: #01385f;
  display: inline-block;
}

a {
  outline: none;
  border: 0;
}

a:hover {
  text-decoration: none;
  color: #f5a113;
  outline: none;
}

a:focus {
  text-decoration: none;
}

a:focus,
.dropdown-toggle:focus {
  outline: none !important;
}

hr {
  border-top: 1px solid #f5a113;
}

.wrapper {
  display: block;
  overflow-x: hidden;
}

.skip-to-content-link {
  background: #256a67;
  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: #01385f;
	width: 100%;
	border-radius: 20px 20px 0px 0px;
	display: flex;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
	margin-top: 40px;
	border-bottom: 2px solid #01385f;
}

.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:#777;
  font-size: 18px;
  line-height: 21.809px;
  font-weight: 400;
  padding: 0;
  display: inline-block;
}

.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > li > a:hover {
  color: #01385f;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #01385f;
  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: #01385f;
}

.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: #6d869d;
  mix-blend-mode: multiply;
}

#myCarousel img {
  min-height: 100%;
  height: 310px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 0;
}

.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 {
	text-shadow: none;
}
.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: 400;
  font-style: normal;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
}

.quote-box {
  padding: 47px 0;
  background: #01385f;
  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: #072b38;
  padding-left: 30px;
  font-size: 18px;
  line-height: 21px;
  border: 1px solid #072b38;
  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:#012845;
  color: #FFF;
  width: 388px;
  height: 40px;
  font-size: 18px;
  line-height: 21px;
  margin: 0 15px;
  border-radius: 0;
}

.btn.btn-quote-it:hover {
  background: #337ab7;
}

.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: #256a67;
  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: #01385f;
  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 1.2s 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: #424b90;
	font-weight: 500;
	letter-spacing: -0.032em;
	
	display: none;
}

.description-more a:hover {
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
  color: #5b69d3;
  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.radius-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 {
  font-weight: 300;
  font-size: 22px;
  line-height: 28.13px;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: "Roboto", sans-serif;
}

.left-content h1 {
  margin-top: 0;
}

.leftimg {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.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;
}
.carousel-inner img.opacity {
	opacity: 0.5;
}
.right-content .testimonials-slide .carousel-inner {
  color: #FFF;
}
.right-content .testimonials-slide ul li a:hover{
	color:#ddd;
}
.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: 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;
}
.content-section .left-content .ins-nslider ul li::before {
	content:none;
}
.content-section .right-content  ul li {
	display: flex;
	color: #FFF;
}

.testimonials-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #6d869d;
	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: Yeseva One;
	font-style: normal;
	font-weight: normal;
	font-size: 64px;
	line-height: 72px;
	margin: 60px 0;
}
.piggybag-and-content-wrap .img-responsive {
	height: 208px;
	object-fit: cover;
}

.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: #072b38;
}

.save-content p {
	margin-top: 0;
	font-style: normal;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	color: #01385f;
	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: #01385f;
  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: 40px;
}

.footer-content .arrow-front ul li:last-child {
  margin-bottom: 0;
}

.footer-content ul .fa.fa-angle-double-right {
	color: #FFF;
	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: 40px;
}

.contact-info i {
  color: #fff;
  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:#337ab7;
}

.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: #337ab7;
}

.copy-ul li a:hover,
.copy-ul li a:focus {
  color: #337ab7;
}

.jotform-lob {
	width: 67%;
	border: none;
	text-align: center;
	margin: 0 auto;
	height: 600px !important;
}

.cc-frame {
    height: 1600px;
    width: 100%;
    border: none;
}
.carriers-box {
	background: #fff;
	filter: drop-shadow(2px 3px 3px #1a1a1a);
	margin: 15px 0;
	min-height: 150px;
	padding: 10px;
	text-align: center;
}
.carriers-box img {
    margin: 0 auto;
}
.carriers-box h2 {
	color: #072b38;
	font-family: Yeseva One;
}
.carriers-box p {

    text-align: left;
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 40px;
    color: #072b38;
}
.ph-fix, .ph-fix a {
    color: #072b38 !important;
}
.carriers-box a.btn-customer {
    background: #01385f;
    border: 1px solid #01385f;
    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: #172063;
}
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: #072b38;
	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 #464f94;
}
 .content-section .contact-section-info ul li a {
	color: #464f94;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
} 
.content-section .contact-section-info ul li a:hover {
	text-decoration:underline;
}


.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: #072B38;
}
.google-rv {
	margin-top:20px;
}
.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;
}
@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%);
	
}
}
.is-cms .carousel-inner .overlay {
    z-index: -1;
}
