@charset "utf-8";
/* CSS Document */
body, html {
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    width: 100%;
	color:#393939;
}
.TitleStyle1 {
	color:#2c2c2c;
	font-size: 42px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 30px;
}
.TitleStyle2 {
	font-size:30px;
	color:#2c2c2c;
	margin-bottom:20px;
}
.sub-head {
	color: #2c2c2c;
}
a {
	color: #F5F5F5;
}
a:hover, a:focus {
	color: #1E5EFF;
}
a:focus {
    outline:none
}
a:focus-visible {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
/* Index Screen Height CSS */

/* Header */
header {
	-webkit-box-shadow: -2px 5px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: -2px 5px 10px 0px rgba(0,0,0,0.3);
    box-shadow: -2px 5px 10px 0px rgba(0,0,0,0.3);
    z-index: 2;
    position: relative;
}
header {
    box-shadow: none;
}
header.no-img {
    border-bottom: 1px solid #ccc;
}
.main-header {
    background: #fff;
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
	padding:20px 0px;
}
.top-nav-section {
    float: right;
	width: auto;
    margin-bottom: 20px;
}
.top-phone {
	list-style: none;
	float: right;
	padding: 0 55px 0 0;
	margin-bottom: 0;
	border-left: solid 1px #ccc;
	padding-left: 15px;
}
.top-phone li {
	line-height: 22px;
	float: left;
}
.top-phone span {
	color:#ffff;
	background-color: transparent;
	padding: 5px 15px 5px 8px;
	border-radius:20px;
	font-size:20px;
}

.top-phone .fas {
	color: #d4af37;
	font-size: 17px;
}

.top-social {
	list-style: none;
    width: 200px;
    float: right;
    display: flex;
    padding: 0 10px 0 0;
    margin-bottom: 0;
    justify-content: space-around;
    font-size: 16px;
}
.top-social a:hover {
	opacity:0.8;
}
.fab.fa-facebook-f {
    color: #ffff;
}
.fab.fa-instagram {
    color:  #ffff;
}
.fab.fa-linkedin-in {
    color: #0077b5;
}
/* Logo and Navigation Section */
.nav-section {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
    justify-content: center;
    align-items: center;
    width: 100%;	
	height: 188px;
}
.logo-section {
    display: flex;
    align-items: center;
    justify-content: left;
}
.agency-logo {
    max-width: 100%;
    width: 100%�/;
}
.nav-menu {
	display:flex;
	justify-content: center;
    align-items: flex-end;
}
.navbar-default {
    background: transparent;
    border: 0;
    margin-bottom: 0;
    min-height: 0;
    width: 100%;
}
.navbar .navbar-nav {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin: 0;
    padding: 0;
    float: none;
	width:100%;
}
.navbar-default .navbar-nav > li {
    list-style: none;
    text-align: center;
}
.navbar-default .navbar-nav > li > a {
    color: #393939;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    width: 100%;
}
.navbar-default .navbar-nav > li a:hover, .navbar-default .navbar-nav > li a:focus, .navbar-default .navbar-nav > li a.active {
    color: #393939;
    text-decoration: underline;
    text-decoration-color: #d4af37;
    text-decoration-thickness: 3px;
    text-underline-position: under;
}
.navbar-nav > li > .dropdown-menu {
	border-radius:0;
	box-shadow:none;
	padding:0px;
	border: 1px solid #1E5EFF;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a.active {
	background:#1E5EFF;
	color:#fff!important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background:none;
	color:#1E5EFF;
}
.dropdown.open .caret {
	border-bottom:4px solid;
	border-top:0px;
}
/* Get A Quote Section */
.get-quote-section {
    background:#121d31;
    text-align: center;
    margin: 0 auto;
	-webkit-box-shadow: -2px 5px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: -2px 5px 10px 0px rgba(0,0,0,0.3);
    box-shadow: -2px 5px 10px 0px rgba(0,0,0,0.3);
    position:relative;
    z-index:1;
    padding:40px 0 45px;
    display:flex;
    justify-content:space-around;
    align-items:center;
}
.get-quote-section .TitleStyle2 {
    color: #EDEDED;
    font-size: 50px;
	font-weight:bold;
	letter-spacing:2px;
	font-family: 'Open Sans', sans-serif;
	margin-top:0px;
	text-transform:uppercase;
	margin-bottom:10px;
	line-height:55px;
}
.get-quote-section p {
	color:#ffff;
	font-size:22px;
}
.quote-box {
	display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 0px;
}
.fixed-size{
	flex: 1;
    margin: 0 15px;
}
#Type, #ZipCode {
    color: #000;
    border-radius: 5px;
    border: 1px solid #fff;
    background:#fff;
    width: 100%;
    padding: 0px 5px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
	box-shadow:0px 4px 4px 0px rgba(0,0,0,0.2);
	height:40px!important;
}
.qte-btn {
	width: 100%;
    color: #121d31;
    font-size: 21px;
    font-weight: 600;
    border: none;
    background: #d4af37;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    padding: 4px 5px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.qte-btn:hover, .qte-btn:focus {
	background:#edc43e;
	transition:0.3s;
	color:#121d31;
}

/* Index Page banner Section */
.index-list {
    padding: 20px 20px 20px 40px;
    column-count: 3;
    background: #f5f7fa;
    margin: 30px 0;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
.index-list li {
    margin-bottom: 10px;
    line-height: 20px;
}
.index-list li::marker {
        color: #1e5eff;
}
.banner-stars .fa-star {
	color:#d4af37;
	font-size:40px;
	letter-spacing:10px;
}
.banner-stars {
	text-align:left;
	margin-bottom:20px;
}
.banner-heading {
	font-size:52px;
	color:#fff;
	font-weight:700;
	text-align:left;
	text-transform:uppercase;
	margin-bottom:5px;
	line-height:1.1;
}
.banner-sub-heading {
	font-size:40px;
	color:#d4af37;
	font-weight:500;
	text-align:left;
	text-transform:uppercase;
	margin-bottom:0;
	line-height:1.2;
}
.banner-divider {
    width: 60px;
    height: 4px;
    background: #d4af37;
    margin: 16px 0 18px 0;
}
.banner-tagline {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0;
}
.banner-text {
	top:40%;
    transform:translateY(-40%);
    position:absolute;
}
/* Inner Page banner Section */
.inner-banner-section {
    background: #ccc;
    border-bottom: 5px solid #121d31;
    height: 500px;
}
/* Index banner: full photo background with dark overlay on left for text */
.inner-banner-section.index {
    border-bottom: none;
    position: relative;
    height: 420px;
    overflow: hidden;
    background: #121d31;
    display: block;
}
/* Full background photo - shifted right so image starts after text area */
.banner-bg-photo {
    position: absolute;
    top: 0;
    left: 35%;
    width: 75%;
    height: 100%;
    z-index: 0;
}
.banner-bg-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
    display: block;
}
/* Dark gradient overlay: opaque navy on left fading to transparent on right */
.banner-content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to right,
        rgba(11,31,58,0.90) 0%,
        rgba(11,31,58,0.88) 25%,
        rgba(11,31,58,0.55) 42%,
        rgba(11,31,58,0.10) 58%,
        rgba(11,31,58,0.00) 70%
    );
    display: flex;
    align-items: center;
    padding-left: 60px;
}
.banner-text-wrap {
    max-width: 480px;
    position: relative;
    z-index: 2;
}
.inner-banner-inside {
	position:relative;
	height:420px;
    display: flex;
    align-items:center;
}
.inner-banner-text {
}
.inner-banner-image {
}
#inner-banner {
    box-shadow: -2px 5px 10px 0px rgba(0, 0, 0, 0.3);
    height: 360px;
    width: 100%;
    object-fit:cover;
}
/* Remove old full-img/overlay styles */
.banner-overlay { display: none; }
.banner-left-panel { display: none; }
.banner-right-photo { display: none; }
.full-text {
    position: absolute;
    top: 0px;
    left:0px;
    width: 100%;
}
.full-img {
    position: relative;
}
.full-img img {
    width: 100%;
    height: 495px;
    object-fit:cover;
    object-position: 50% 90%;
    opacity:.2;
}
.full-img:after {
    display: none;
}
/* end banner fix */

/* LOB Box Section */
.service-area {
    background: #121d31;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}
.ins-boxes1 {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
}
.service-area .box-grid {
    flex: 1;
    color: #F5F5F5;
    height: 80px;
    margin: 0;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
/* Vertical divider using ::after pseudo-element - matches mockup */
.service-area .box-grid + .box-grid::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 50%;
    width: 1px;
    background: rgba(255,255,255,0.35);
}
/* Icon + text side by side horizontally */
.aligner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0 30px;
}
.aligner i {
    font-size: 32px;
    color: #d4af37;
    line-height: 1;
    flex-shrink: 0;
}
.ins-boxes1 .aligner .TitleStyle3 {
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
    font-weight: 500;
    white-space: nowrap;
}
.ins-boxes1 .aligner .TitleStyle3 a {
    color: #fff;
}
.ins-boxes1 .aligner a:hover, .ins-boxes1 .aligner a:focus {
    color: #d4af37;
    text-decoration: none;
    opacity: 1;
}
/* Main Content */
.main-content p, .main-content ul li{
	font-size:18px;
	color:#393939;
	line-height: 36px;
    margin-bottom: 20px;
    list-style: disc;
    font-weight: 500;
    text-align: left;
}
#index-cont {
	margin-bottom: 30px;
}
#main-cont ul li span {
	color:#EDEDED;
	font-weight:600;
}
#main-cont {
	margin:30px 0px;
}

/* Footer */
.footer-section {
    padding-top: 45px;
	background-color:#121d31;
    border-top: 5px solid #F5F5F5;
}
.footer-pad-fix {
	padding-left:0;
}
.footer-content .TitleStyle2 {
    color: #F5F5F5;
    font-size: 47px;
    font-weight: 600;
}
.footer-nav {
    display:flex;
    padding-left: 0;
	flex-wrap:wrap;
}
.footer-nav li {
    display: flex;
    margin-bottom: 15px;
	flex-basis: 33%;
}
.footer-nav .fa-angle-double-right {
	color: #d4af37;
	font-weight: 900;
    font-size: 19px;
    margin-right: 10px;
    line-height: 30px;
}
.footer-content ul li a {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.footer-content ul li a:hover, .footer-content ul li a:focus, .footer-content ul li a.active {
    color: #d4af37;
	text-decoration:none;
}
.contact-info ul {
	padding-left:0px;
}
.contact-info ul li {
    font-size: 18px;
    color: #fff;
    padding: 0 0 15px;
    display: flex;
}
.contact-info ul li a {
    font-size: 18px;
    line-height:25px;
}
.contact-info i {
    color: #d4af37;
    float: left;
    font-size: 18px !important;
    margin-right: 10px;
    line-height:25px;
    width: 20px;
}
.copyright {
    padding: 50px 0 20px;
    text-align: center;
}
.copy-ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
}
.copy-ul li {
    display: inline-block;
}
.copy-ul li a, .copy-ul li {
    color:  #fff;
    font-size: 18px;
}

/* Iframes */
#cpIframe {
	height:1800px;
	width:100%;
	border:none;
}
.ccframe {
	height:1600px;
	width:100%;
	border:none;
}
.gmap {
	height:400px;
	width:100%;
	border:none;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.contact-details .sms-txt {
	color: inherit;
}

a.sms-txt {
	cursor: none;
	pointer-events: none;
    color: #393939;
}
#logo {
	max-width: 250px;
    width: 100%;
}
.top-content {
  
  justify-content: space-between;
  padding: 0;
}
.top-bar {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px;
  height: 62px;
  background: #121d31;
    background-size: auto, auto;
  background-blend-mode: multiply, normal;
  width: 100%;
  background-size: cover;
}
#top-follow-us {
	color: #ffff;
	
}
#custom_translate_buttons button {
  background: #d4af37;
  border: none;
  height: 40px;
  font-size: 18px;
  color: #fff;
  padding: 0 20px 0 20px;
  font-weight: bold;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#custom_translate_buttons {
  float: right;
  margin-top: -84px;
  display: inline-block;
  
}
#custom_translate_buttons button:hover, #custom_translate_buttons button:focus {
  background: #c4a233;
}
.get-ins{
	color:#d4af37;
}
.customer-service iframe {
  height: 1800px !important;
}
iframe {
  height: 600px;
  width: 100%;
  border: 0;
  margin-left: 0px;
  margin-top: 20px;
  background: transparent !important;
}


/* =========================
   HOME BANNER
========================= */

.inner-banner-section.index {
    position: relative;
    height: 420px;
    overflow: hidden;
    background: #121d31;
    border: 0;
}

.banner-bg-photo {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 65%;
    height: 100%;
    z-index: 1;
}

.banner-bg-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 20% center;
    display: block;
    transform: scale(1.1);
    transform-origin: 20% center;
}

.banner-content-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    padding-left: 60px;
    background: linear-gradient( 90deg, #121d31 0%, #1a2740 30%, rgba(25, 38, 62, 0.85) 39%, rgba(24, 35, 55, 0.80) 44%, rgba(18,29,49,0.45) 50%, rgba(18,29,49,0) 57% );
	border-top: solid 1px #555;
	border-bottom: solid 1px #555;
}

.banner-text-wrap {
    width: 100%;
    max-width: 520px;
}

.banner-stars {
    margin-bottom: 25px;
}

.banner-stars .fa-star {
    color: #d4af37;
    font-size: 38px;
    margin-right: 8px;
}

.banner-heading {
    font-size: 46px;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.banner-sub-heading {
    font-size: 36px;
    line-height: 1.2;
    color: #d4af37;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
}

.banner-divider {
    width: 60px;
    height: 3px;
    background: #d4af37;
    margin: 0 0 25px;
}

.banner-tagline {
    color: #fff;
    font-size: 22px;
    line-height: 1.5;
    margin: 0;
}
/* =========================
   3-COLUMN LOB SECTION
========================= */
.lob-main-title {
    text-align: center;
    font-size: 38px;
    font-weight: 800;
    color: #121d31;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.lob-title-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    gap: 12px;
}
.lob-divider-line {
    display: inline-block;
    width: 80px;
    height: 2px;
    background: #d4af37;
    border-radius: 2px;
}
.lob-divider-icon {
    color: #d4af37;
    font-size: 22px;
}
.lob-subtitle {
    text-align: center;
    font-size: 18px;
    color: #555;
    max-width: 620px;
    margin: 0 auto 40px;
    line-height: 1.7;
    font-weight: 400 !important;
}
.lob-columns {
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.lob-card {
    background: #f0f4fb;
    border: 1px solid #e2e8f4;
    border-radius: 10px;
    padding: 36px 32px 32px;
    flex: 1;
    min-width: 260px;
    max-width: 340px;
    box-shadow: 0 2px 12px rgba(11,31,58,0.07);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: box-shadow 0.2s;
}
.lob-card:hover {
    box-shadow: 0 6px 24px rgba(11,31,58,0.13);
}
.lob-icon-wrap {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #dde6f5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}
.lob-icon-wrap i {
    font-size: 34px;
    color: #103c9f;
}
.lob-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #121d31;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    margin-bottom: 10px;
}
.lob-card-divider {
    width: 44px;
    height: 3px;
    background: #d4af37;
    border-radius: 2px;
    margin: 0 auto 20px;
}
.lob-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.lob-list li {
    display: flex !important;
    align-items: center;
    font-size: 16px !important;
    color: #333 !important;
    padding: 11px 0 !important;
    border-bottom: 1px solid #d8e2f0;
    line-height: 1.4 !important;
    margin-bottom: 0 !important;
    font-weight: 400 !important;
    list-style: none !important;
}
.lob-list li:last-child {
    border-bottom: none;
}
.lob-list li .fas.fa-check-circle {
    color: #103c9f;
    font-size: 20px;
    margin-right: 12px;
    flex-shrink: 0;
}
.lob-subtitle{
	text-align:center !important;
}