@charset "utf-8";
/* CSS Document */
body, html {
    font-family: 'Open Sans', sans-serif;
}

body,
p,
li,
a,
span,
label,
input,
select,
textarea {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-transform: none;
}


h1,
.banner-text-index h2,
.lob-heading h3, .get-quote-section h2, .caption h2 {
  font-family: 'Libre Caslon Text', serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}


h2:not(.service-heading h2),
h3:not(.lob-heading h3), h2:not(.caption h2)
.footer-section h2 {
  font-family: 'Libre Caslon Text', serif;
  font-weight: 400;
  text-transform: none;
}


.caption,
.top-bar,
button,
.qte-btn{
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}


.service-list li a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-transform: none;
}

h1, h1 a{
	color: #071D49;
	text-align: left;
	font-size:46px;
    line-height: 54px;
	font-weight: 500;
	text-decoration: none;
	margin-bottom: 25px;
	margin-top:50px;
	font-family: 'Libre Caslon Text', serif;
}
h1 a:hover, h1 a:focus{
color: #AB8D6A;
}
h2 {
	font-family: 'Libre Caslon Text', serif;
	color: #836A4E;
	font-size: 28px;
    line-height: 36px;
}
h3 {
	font-family: 'Libre Caslon Text', serif;
	color: #836A4E;
    font-size: 22px;
    line-height: 30px;
}
h4 {
	font-family: 'Libre Caslon Text', serif;
	color: #836A4E;
    font-size: 18px;
    line-height: 24px;
}
p {
	color: #071D49;
	font-size:18px;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-weight:500;
	line-height:24px;
	margin-bottom:20px;	
}
.main-content {
    color: #071d49;
}
.main-content h1, .main-content h1 a, .main-content h1 a span {
    font-family: 'Libre Caslon Text', serif;
    text-transform: uppercase;
    color: #071d49;
} 
.main-content h2, .main-content h3, .main-content h4 {
    font-family: 'Libre Caslon Text', serif;
    text-transform: none;
    color: #836a4e;
}
a, a:hover {
	text-decoration: none;
}
a {
    color: #1e22aa;
}
a:hover, a:focus {
    color: #1a1e91;
}
.navbar-nav > li a, .caption h2, .styleOption select, .ins-boxes h3, .right-cnt h2 {
	font-family: 'Open Sans', sans-serif;
}

/* Top Bar */
header {
	position: relative;
}
.top-nav {
	font-family: 'Open Sans', sans-serif;
}
.top-bar {
    background: #071D49;
	padding:10px 0px;
    color: #fff;
}
.top-nav {
	color:#fff;
	padding:0;
	font-size:15px;
	margin-bottom:0px;
}
.top-bar ul > li {
	list-style-type:none;
	float: left;
    list-style-type: none;
	margin-right:15px;
	line-height:24px;
}
.top-nav li a, .top-bar ul > li > a {
	color:#fff;	
}
.top-nav li a, .top-bar ul > li > a:hover, .top-nav li a, .top-bar ul > li > a:focus, .top-nav li a, .top-bar ul > li > a.active {
	color:#adbbc7;
	text-decoration:none;
}
.top-li {
	/*border-right:1px solid #fff;*/
	padding-right:15px;
	margin-right:15px;
}
.top-my-account {
	margin-bottom:0px;
	line-height:34px;
	padding:0;
}
.top-my-account .fas {
    color: #836a4e;
}
.top-my-account .dropdown-menu {
	right:0;
	left:auto;
	background:#fff;
    background: linear-gradient(180deg, #fff, #f5f5f5);
	color:#071d49;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    border: 1px solid #ccc;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	margin-top: 10px;
}
.top-my-account .dropdown-menu li {
	margin-right: 0px;
	width: 100%;
}
.top-my-account .dropdown-menu li a {
    color: #071d49;   
}
.top-my-account .dropdown-menu li a:hover, .top-my-account .dropdown-menu li a:focus {
	color: #071D49;
    text-decoration: underline;
    text-decoration-color: #836a4e;
    text-decoration-thickness: 2px;
    text-underline-position: under;
	background: transparent;
}

/* Main Header */
.main-header {
	background:#fff;
	padding:40px 0;
}
.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: flex-end;
    align-content: center;
    width:100%;
}
.logo-section {
    display: flex;
    align-items: center;
    justify-content: left;
}

.agency-logo {
	max-width:100%;
	width:100%\0/;
	
}
.nav-menu {
	display: flex;
    align-items: center;
    justify-content: right;
}
.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;
}
.navbar-default .navbar-nav > li {
	 list-style: none;
     text-align: center;
}
.collapse.navbar-collapse, .nav-menu {
    padding-left: 0px;
}
.navbar-default .navbar-nav > li > a {
	color:#071D49;
	display:block;
	font-size:12px;
	font-weight:400;
	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:#071D49;
    text-decoration: underline;
    text-decoration-color: #836a4e;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background:none;
	color:#071D49;
    text-decoration: underline;
    text-decoration-color: #836a4e;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}

.navbar-nav > li > .dropdown-menu {
	padding:0;
	background:#fff;
    background: linear-gradient(180deg, #fff, #f5f5f5);
	color:#071d49;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    border: 1px solid #ccc;
}
.navbar-default .navbar-nav .dropdown-menu li a{
	text-align:left;
	padding:5px 10px;
	color:#071d49;
}
.navbar-default .navbar-nav .dropdown-menu li a:hover, .navbar-default .navbar-nav .dropdown-menu li a:focus, .navbar-default .navbar-nav .dropdown-menu li a.active {
	background:transparent;
	color:#071D49;
    text-decoration: underline;
    text-decoration-color: #836a4e;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}
.navbar-toggle {
    background-color: transparent;
    border: 1px solid #c1aa77;
    cursor: pointer;
    height: 43px;
    overflow: hidden;
    width: 43px;
    float: right;
    z-index: 100;
}

/*Banner and Quote Section*/
.mid-section {
	position:relative;
}
.mid-section.no-img {
    border-bottom: 2px solid #071d49;
    border-top: 2px solid #071d49;
}
.caption {
	position:absolute;
    z-index:2;
    top: 30%;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
}
.caption h2 {
	color:#fff;
	font-size:55px;
	font-weight:500;
}
.caption p {
	color:#fff;
	font-size:24px;
	font-weight:500;
	text-align:left;
	margin-bottom:20px;
	line-height: 32px;
}
.caption .fas {
	color:#fff;
	font-size:60px;
    margin-bottom: 20px;
}
.inner-caption {
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   padding-left: 20px;
}
.inner-caption h2 {
	margin-top:0px!important;
	text-transform:none !important;
    font-size: 64px;
    line-height: 72px;
}
#Type, #ZipCode {
    color: #071d49;
    border-radius: 5px;
    border: 1px solid #fff;
    background:#fff;
    font-weight: 500;
	padding:5px;
	height:35px;
	font-size:13px;
}
/* #Type { */
	/* -webkit-appearance: none; */
    /* -moz-appearance: none; */
/* } */
.qte-btn {
	height:35px;
	background:#836A4E;
	color:#fff;
	font-size:12px;
	border-radius: 5px;
    border: 1px solid #836A4E;
	font-weight: 600;
	margin-left:30px;
	box-shadow:0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.qte-btn:hover, .qte-btn:focus {
	background:#69553f;
	color:#fff;
	transition:0.3s;
	border: 1px solid #69553f;
}

.carousel-inner.main > .item > img {
	width:100%;
    height: calc(90vh - 200px);
    min-height: 400px;
    max-height: 700px;
    object-fit: cover;
}
.carousel-inner.main {
	width:100%;
	position:relative;
}

.carousel-inner.main::after {
	 position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(124,118,104,0.8) 0%,rgba(124,118,104,0) 100%);
	background: -moz-linear-gradient(top, rgba(124,118,104,0.8) 0%,rgba(124,118,104,0) 100%);
    background: -webkit-linear-gradient(top, rgba(124,118,104,0.8) 0%,rgba(124,118,104,0) 100%);
	background: -ms-linear-gradient(to bottom, rgba(124,118,104,0.8) 0%,rgba(124,118,104,0) 100%);
    mix-blend-mode: multiply;
}
.inner-banner-sec {
	position: relative;
}
.inner-banner-sec img {
	width:100%;
	display: block;
    height: calc( 90vh - 200px );
    min-height: 300px;
    max-height: 600px;
    object-fit:cover;
}
.inner-banner-sec::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
	background: linear-gradient(to bottom, rgba(124,118,104,0.8) 0%,rgba(124,118,104,0) 100%);
	background: -moz-linear-gradient(top, rgba(124,118,104,0.8) 0%,rgba(124,118,104,0) 100%);
    background: -webkit-linear-gradient(top, rgba(124,118,104,0.8) 0%,rgba(124,118,104,0) 100%);
	background: -ms-linear-gradient(to bottom, rgba(124,118,104,0.8) 0%,rgba(124,118,104,0) 100%);
    mix-blend-mode: multiply;
}
/* Liner Gradient For IE11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10 & IE11 CSS styles go here */
    .carousel-inner.main::after, .inner-banner-sec::after {
        background: linear-gradient(to bottom, rgba(124,118,104,0.6) 0%,rgba(124,118,104,0) 100%)!important;
        @include activated;
    }
	.inner-banner-sec::after {
        background: linear-gradient(to bottom, rgba(124,118,104,0.6) 0%,rgba(124,118,104,0) 100%)!important;
        @include activated;
    }
}
/* Liner Gradient For IE edge */
_:-ms-lang(x), _:-webkit-full-screen, .carousel-inner.main::after { background: linear-gradient(to bottom, rgba(124,118,104,0.5) 0%,rgba(124,118,104,0) 100%)!important; }
_:-ms-lang(x), _:-webkit-full-screen, .inner-banner-sec::after { background: linear-gradient(to bottom, rgba(124,118,104,0.5) 0%,rgba(124,118,104,0) 100%)!important; } 

.get-quote-section {
	background:#071D49;
	text-align:center;
	margin:0 auto;
	padding: 40px 0;
}
.get-quote-section #ZipCode, .get-quote-section #Type  {
	width:100%;
	margin:10px auto;	
}
.get-quote-section h2{
    color:#fff;
    font-size:50px;
    margin-bottom: 20px;
}
.get-quote-section .qte-btn {
	margin:10px 0 20px 0;
	padding:0px 30px;
	box-shadow:0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.inner-quote {
	margin:0 auto;
	float:none;
}


/* LOB Section */
.lob-section{
    z-index: 4;
    position: relative;
    text-align: center;
    width:100%;
}
#lob-main {
    width: 100%;
	height: 100%;
    display: -webkit-flex; /* Safari */
    display: flex;
	padding:0;
	align-content: center;
    justify-content: space-around;
}
#lob-main .flex-box {
    -webkit-flex: 1;  /* Safari 6.1+ */
    -ms-flex: 1;  /* IE 10 */    
    flex: 1;
	overflow: hidden;
}
.box-1, .box-2, .box-3, .box-4, .box-5 {
	padding:0;
}
.ins-box {
    width: auto;
    text-align: center;
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: space-around;
    min-height:250px;	
}
.ins-box1 {
    background-color: #ccc0b3;
}
.ins-box2 {
    background-color: #a49079;
}
.ins-box3 {
    background-color: #82694c;
}

.lob-heading {
width: 100%;
height: 100%;
display:flex;
align-items:center;
justify-content:center;
flex-direction: column;
}
.lob-heading .inner {
    display:flex;
align-items:center;
justify-content:center;
flex-direction: column;
background: #071D49;
width: 200px;
height: 200px;
border-radius: 200px;
box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}
.lob-section .lob-heading h3{
    color:#fff;
    display:block;
    margin-top:0px;
    font-size:24px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0px;
    line-height:32px;
}
.lob-section .lob-snippets i{
    font-size: 53px;
    color:#fff;
    display:block;
}
.lob-section .space-fix{
    position: relative;
}
.lob-snippets a, .lob-snippets a:hover{
    color: #fff;
    text-decoration: none;
}
.flex-box:hover .transition-hover-content {
    opacity:0.8;
}
.transition-hover-content {
    opacity:0;   
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -o-transition:.5s;
    -ms-transition:.5s;
    transition:.5s;
	background:rgba(0, 0, 0, 0.9);
	color: #fff;
	bottom: 0;
    margin-top: 0;
    right: 0;
	top: 0;
	width: 100%;
    height: 100%;
	padding:30px 30px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
    justify-content: space-around;
	position:relative;
}
.transition-hover-content p{
     margin-bottom: 0px;
	 color:#fff;
	 text-align:left;
	 font-size:16px;
	 line-height:1.42857143;
     margin-bottom:10px;   
	}
.transition-hover-content p	.fa-long-arrow-alt-right {
	display:inline-block;
	font-size:20px;
	font-weight:bold;
	margin-left:20px;	
}
.bottom-fix {
	position:absolute;
	bottom:0px;
}
/* LOB Section Ends */

/* Iframes */
.jot-form {
	width:100%;
	border:0;
	/*height:240px!important;*/
}
.cc-frame {
	width:100%;
	height:1600px;
	border:0;
}
#cpIframe {
	width:100%;
	height:1800px;
	border:0;
}
.email-form {
	width:100%;
	height:700px!important;
	border:0;
}

/* Main Content */
.main-content {
	clear:both;
	padding-bottom: 40px;
}
.breadcrumb {
    background: transparent;
    padding: 20px 0 10px;
	margin:0;	
}



.breadcrumb li:last-child {
  color: #1E22AA !important;
}

.breadcrumb li a{
	color:#071D49;
}
.breadcrumb li a:hover, .breadcrumb li a:focus {
	color:#1E22AA;
}
.breadcrumb > li + li::before {
    content: " ";
    padding: 0 5px 0 0;
}
.inner-content h1 {
	margin-top:30px;
}
.main-content h2 {
	color:#071d49;
	font-size:28px;
}
.main-content ul li{
	color: #071d49;
	font-size:18px;
	line-height:24px;
}
#index-cont h2{
	margin-bottom:30px;
	font-size:30px;
}
/* Insurance Quote Section */
.ins-btn {
    background: #836A4E;
    border-radius: 0;
    color:#fff;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 10px 20px 10px 10px;
    text-align: left;
    text-shadow: none;
    text-transform: uppercase;
    width: 100%;
}
.ins-btn img {
	padding: 0px 20px 0px 0px;
}
.ins-btn:hover, .ins-btn:focus {
	background:#69553f;
	color:#fff;
	transition:0.3s;
}

/* Carriers Section */
.carriers-box {
    background: #fff;
    filter: drop-shadow(2px 3px 3px #666);
    color:#8eacbb;
    border: 1px solid #ccc;
    margin:15px 0;
    min-height: 150px;
    padding: 10px;
    text-align: center;
}
.carriers-box img {
    margin: 0 auto;
}
.carriers-box h3 {
    color: #071d49;
}
.carriers-box p {
    color: #071d49;
    text-align: left;
	font-size:16px;
	margin-bottom:0px;
	line-height:35px;
}
.carriers-box a.btn-customer {
    background:#836A4E;
    border: 1px solid #836A4E;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    height: auto;
    margin: 5% 0 0;
    padding: 3px 14px;
    width: 100%;
    line-height:30px;
}
.carriers-box a.btn-customer:hover , .carriers-box a.btn-customer:focus{
	background:#1E22AA;
	transition:.3s;
}
.ph-fix, .ph-fix a {
	color:#071d49!important;
}
.grid-divider h4 {
    color: #071d49;
	font-size:24px;
}
.shadowed {
    background-color: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    filter: drop-shadow(2px 3px 3px #666);
    padding: 10px;
    margin-bottom: 20px;
}

/* Service Section */
.service-section {
	background:#071D49;
	height:auto;
	padding:30px 0px 30px;
}
.service-container {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    justify-content: space-around;
}
.service-heading{
	text-align:center;
	color:#fff;
	padding:20px 0px 20px;
}
.service-heading h2 {
	font-size:28px;
	color:#fff;
}
.service-section .fa-hands, .service-section .fa-bullseye, .service-section .fa-volume-down {
	font-size:50px;
	color:#fff;
	text-align:center;
}
.service-content {
	padding:0 35px;
	color:#fff;
}
.service-list {
	list-style-type:none;
	color:#fff;
	line-height:20px;
}
.service-list li {
	display:flex;
	color:#fff;
	margin-bottom: 20px;
	font-size:18px;
}
.service-list li a{
	color:#fff;
	font-size:18px;
}
.service-list li a:hover, .service-list li a:focus {
	color:#adbbc7;
}
.service-list li i {
	font-size: 16px;
    color:#2529bb;
    font-weight: 900;
	line-height:20px;
}

.service-content h5 {
	font-size:15px;
}
.client-name {
	float:right;
	font-size:15px;
	color:#fff;
	line-height:20px;
	text-align:right;	
}
/* Service Section Ends*/

/* Carrier Carousel Section */
.carrier h2 {
    font-size: 40px;
    font-weight: 500;
    margin-top: 50px;
	color:#071D49;
	margin-bottom:30px;
}
.nbs-flexisel-container {
	max-width:100%;
	position:relative;
}
.nbs-flexisel-container {
	max-width:100%;
	position:relative;
}
.nbs-flexisel-ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	text-align:left;
	width:9999px;
}
.nbs-flexisel-inner {
	float:left;
	margin:0 0 50px;
	overflow:hidden;
	width:100%;
}
.nbs-flexisel-item {
	cursor:default;
	float:left;
	line-height:0;
	margin:0;
	padding:0;
	position:relative;
}
.nbs-flexisel-item img {
	cursor:default;
	margin-bottom:10px;
	margin-right:10px;
	margin-top:0;
	max-width:100%;
	position:relative;
}
.nbs-flexisel-nav-left,.nbs-flexisel-nav-right {
	cursor:default;
	height:22px;
	position:absolute;
	width:22px;
	z-index:100;
}
/* Carrier Carousel Section Ends*/

/*Footer Section*/
.footer-section {
	background:#836A4E;
}
.footer-content h2 {
	color:#fff;
	font-size: 32px;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 45px;
}
.footer-content ul {
	list-style-type:none;
	padding:0;
}
.footer-content ul li {
	margin-bottom:15px;
}
.footer-content ul li a {
	color:#fff;
	font-size:20px;
	line-height:20px;
	
}
.footer-content ul li a:hover, .footer-content ul li a:focus, .footer-content ul li a.active {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #071D49;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}
.contact-info ul li strong {
  font-size: 16px;
  color: #fff;
  display: flex;
  text-align: left;
}
.foot-blog p, .foot-blog a{
	font-size:13px;
	line-height:20px;
	color:#fff;
	margin-bottom:10px;
}
.rssfeedsclass a:hover, .rssfeedsclass a:focus, .read-more a:hover, .read-more a:focus {
color: #fff;
    text-decoration: underline;
    text-decoration-color: #071D49;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}
.read-more .fa-plus {
	margin-right:5px;
}
.foot-blog br {
	display:none;
}
.gmap {
	border: none;
    height: 130px;
    margin-bottom: 20px;
    max-width:100%;
}
.contact-info ul li {
	font-size:16px;
	color:#fff;
	display:flex;
	text-align:left;
}
.contact-info ul li a {
	font-size:16px;
	line-height:20px;
	margin-bottom: 20px;
}
.contact-info span {
    display: block;
    overflow: visible;
}
.contact-info i {
	color:#071D49;
    float: left;
    font-size: 1.2em !important;
    margin-right: 10px;
    margin-top: 3px;
    width: 18px;
}
/* Copyright Section */
.copyright {
	padding:50px 0 20px;
	text-align:center;
	overflow-x: hidden;
}
.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;
}
.copy-ul li a:hover, .copy-ul li a:focus {
	color: #fff;
    text-decoration: underline;
    text-decoration-color: #071D49;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}
hr{
	border-top: 1px solid #32662d!important;
}
.rssfeedsclass span.titlefield,.rssfeedsclass span.datefield{
	display:block;
}
.rssfeedsclass span.datefield{
	padding-bottom:3px;
}
.rssfeedsclass span.titlefield a{
	font-weight:bold;
	font-size:14px;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Footer Section Ends */

/*Blog*/
/* .inner-content a { */
	/* color: #fc9879; */
/* } */
/* .inner-content a:hover{ */
	/* color: #34525f; */
/* } */
/* .inner-content .submit{ */
	/* border-radius:5px; */
	/* padding:7px 10px; */
	/* background:#8eacbb; */
	/* border:1px solid #8eacbb; */
	/* color:#fff; */
/* } */
/* .inner-content .submit:hover{ */
	/* background:#34525f; */
	/* border:1px solid #34525f; */
/* } */

/* .sidebar-content{ */
	/* background:#fc9879; */
	/* margin: 18px 0; */
/* } */
/* .sidebar-content h2 { */
    /* color: #fff; */
/* } */
/* .sidebar-content ul li { */
	/* color: #fff; */
/* } */
/* .sidebar-content .widget{ */
	/* margin-top:20px; */
/* } */
/* .sidebar-content .search-field{ */
	/* border-radius:5px; */
	/* padding:7px 10px; */
/* } */
/* .sidebar-content .search-submit{ */
	/* border-radius:5px; */
	/* padding:7px 10px; */
	/* background:#8eacbb; */
	/* border:1px solid #8eacbb; */
	/* color:#fff; */
/* } */
/* .sidebar-content .search-submit:hover{ */
	/* background:#34525f; */
	/* border:1px solid #34525f; */
/* } */

/* .sidebar-content .widget a:visited,.sidebar-content .widget a{ */
	/* color: #fff; */
/* } */
/* .sidebar-content .widget a:hover,.sidebar-content .widget a:focus{ */
	/* color: #393a39; */
/* } */

/* Ada compliance fixes beings */ 
.skip-to-content-link {
  background: #836A4E; /* change the bgcolor based on the template color*/
  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;
}
a:focus,.dropdown-toggle:focus{
	outline: auto 2px Highlight;
    outline: auto 5px -webkit-focus-ring-color;
}
/* This will require, if "form-control" class not present on "quote box from fields" */

button:focus, input:focus, optgroup:focus, select:focus, textarea:focus {
    border-color: #66afe9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
/* Ada compliance fixes end */ 

.inner-banner-sec::before, .carousel-inner.main::before {
    content: "";
    position: absolute;
    inset: 24px;                
    border: 2px solid #ffffff; 
    border-radius: 10px;       
    z-index: 3;
    pointer-events: none;
}

#cont-info ul {
  padding-left: 0px;
}

.banner-text {
  display: flex;
  flex-direction: column;
}

.banner-top-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.banner-top-line i {
  font-size: 28px;
  color: #ffffff;
}

.banner-top-text {
  font-size: 22px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight:800;
}

.banner-main-text {
  margin: 0;
  font-size: 38px;
  color: #ffffff;
  line-height: 1.1;
}

#ed-01 {
  border-right: 1px solid #836a4e;
}

.banner-section .item {
  /*position: relative;*/
}

.banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 1;
}

.banner-text-index {
  position: absolute;
  top: 50%;
  right: 7%;
  left: auto;
  transform: translateY(-50%);
  z-index: 2;
  color: #ffffff;
  max-width: 520px;
  text-align: left;
}


.banner-text-index h2 {
  font-weight: 900;
  font-size: 56px;
  line-height: 1.04;
  letter-spacing: 0.4px;
  color:#fff;
}





.banner-align {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 7%;
}

.caption-index {
  position: static;
  transform: none;
  z-index: 2;
}
.caption-index #ed-3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 36px;
}
.banner-text-index {
  position: static;
  transform: none;
  color: #ffffff;
}

.rssfeedsclass {
  color: #fff !important;
}


.navbar-nav {
    display: flex;
    flex-wrap: nowrap; 
    justify-content: flex-end; 
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}


.navbar-nav > li {
    margin-left: 9px;
    white-space: nowrap;
}

.navbar-nav > li:first-child {
    margin-left: 0;  
}
.navbar-nav > li > a {
    padding: 0;
    font-size: 16px;
    display: inline-block;
}

.logo-section {
  flex: 0 0 auto; 
}


.contact-gmap {
  width: 100%;
  height: 350px;
}

.circle-arrow {
  width: 14px;
  height: 14px;
  border: 2px solid #1e22aa;
  background-color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex-shrink: 0;
}

.circle-arrow i {
  color: #1e22aa !important;
  font-size: 10px;
  line-height: 1;
}

.qte-btn {
  padding-left: 8px !important;
  padding-right: 8px !important;
  text-align: center;
  white-space: nowrap;
}

.banner-wrap {
    position: fixed;
    inset: 0;
    overflow: hidden;
    z-index: -1;
}

.banner-wrap img {
    width: 100%;
    height: 100%;
    object-position: center;
    display: block;
}

.landing-box {
    width: calc(100% - 80px);
    max-width: 1400px;
    min-height: 85vh;
    margin: 40px auto;
    border: 3px solid #ffffff;
    border-radius: 16px;
    padding: 60px 40px 110px;
    text-align: center;
    color: #ffffff;
    position: relative;
    box-sizing: border-box;
}

.landing-box .logo {
    max-width: 400px;
    margin: 0 auto 50px;
}

.landing-box .logo img {
    width: 100%;
    height: auto;
}

.tagline {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 40px;
}

.coming-soon {
    font-size: 30px;
    font-weight: 900;
}

.contact-bar {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background-color: #0b1a3a;
    padding: 18px 10px;
    border-radius: 12px;
    font-size: 14px;
	border: 3px solid #ffffff;
	margin: 0 auto;
	width: 75%;
}

.contact-bar a,
.contact-bar span {
    width: auto;
    height: auto;
    position: relative;
    display: inline-flex;
    align-items: center;
    padding:0 1rem;
    gap:0.5rem;
    color: #ffffff;
    text-decoration: none;
    box-sizing: border-box;
}

.contact-bar a::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    display: block;
    top:0;
    left:0;
    bottom:0;
    background-color: #fff;
    box-sizing: border-box;
    
}

.contact-bar a:hover {
    text-decoration: underline;
}


@media screen and (max-width: 766px) {

     .contact-bar {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2rem;
      }

     .contact-bar a {
        width: 100%;
        height: auto;
        justify-content: center;
        padding:1rem 0.5rem;
        border: 2px solid #ffffff;
        border-radius: 1rem;
        background-color: #0b1a3a;
    }


}