@charset "utf-8";
/* CSS Document */
body, html {
    font-family: 'Nunito', sans-serif;
    height: 100%;
    width: 100%;
}
h1, h1 a{
	color: #0d121a;
	text-align: left;
	font-size:45px;
    line-height: 54px;
	font-weight: 500;
	text-decoration: none;
	margin-bottom: 25px;
	margin-top:50px;
font-family: "Montserrat", sans-serif;
}
h1 a:hover, h1 a:focus{
color: #666;
}
h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	color: #34525f;
	font-size: 28px;
    line-height: 36px;
}
h3 {
    font-size: 22px;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
}
h4 {
    font-size: 18px;
    line-height: 24px;
    font-family: "Montserrat", sans-serif;
}
h1, h2, h3, h4, h5, ul li strong {
   	font-family: "Montserrat", sans-serif;
}
h1, h2, h3, h4, h5 {
    font-weight: 400;
}
.main-content h2, .main-content h3, .main-content h4 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: 500;
}
.main-content a {
    text-decoration: underline;
}
.main-content h1 a, .main-content a.btn, .main-content a.btn-customer {
    text-decoration: none;
}
p {
	color: #393939;
	font-size:18px;
	text-align: left;
	font-family: 'Nunito', sans-serif;
	font-weight:500;
	line-height:24px;
	margin-bottom:20px;	
}
a{
	color: #163762;
	text-decoration: none;
}
a:hover, a:focus {
	color: #1b447a;
	text-decoration: none;
}
.navbar-nav > li a, .styleOption select {
	font-family: 'Nunito', sans-serif;
}
/* Top Bar */
header {
	position: relative;
}
.top-nav {
	font-family: 'Nunito', sans-serif;
}
.top-bar {
    background: #0d121a;
	height:50px;
	padding:8px 0px;
}
.top-nav {
	color:#fff;
	padding:0;
	font-size:15px;
	margin-bottom:0px;
}
.top-nav .fa, .top-nav .fas, .top-my-account .fas {
    color: #335480;
}
.top-bar ul > li {
	list-style-type:none;
	float: left;
    list-style-type: none;
	margin-right:15px;
	line-height:34px;
}
.top-nav li a, .top-bar ul > li > a {
	color:#fff;	
}
.top-bar ul > li > a:hover, .top-bar ul > li > a:focus, .top-bar ul > li > a.active {
	color:#ccc;
    
	text-decoration:none;
}
.top-li {
	border-right:1px solid #1a2533;
	padding-right:15px;
	margin-right:15px;
}
.top-my-account {
	margin-bottom:0px;
	line-height:34px;
	padding:0;
}
#top-acc li a{
	color: #0d121a !important;
}
#top-acc li a:hover, #top-acc li a:focus{
	color: #0d121a;
    text-decoration: underline;
    text-decoration-color: #163762;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}
.top-my-account .dropdown-menu {
	right:0;
	left:auto;
	background:#eaeaea;
    background: linear-gradient(0deg, #eaeaea, #fff);
    border: 1px solid #ccc;
    border-top: none;
	color:#0d121a;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	margin-top: 8px;
}
.top-my-account .dropdown-menu li {
	margin-right: 0px;
	width: 100%;
}
.top-my-account .dropdown-menu li a:hover, .top-my-account .dropdown-menu li a:focus {
	color:#b4daed;
	background: transparent;
}

/* Main Header */
.main-header {
	background:#fff;
	padding: 0 0 20px;
}
.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;
}
.navbar-default .navbar-nav > li > a {
	color: #0d121a;
	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: #0d121a;
    text-decoration: underline;
    text-decoration-color: #163762;
    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: #0d121a;
    text-decoration: underline;
    text-decoration-color: #163762;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}

.navbar-nav > li > .dropdown-menu {
	padding:0;
	background:#eaeaea;
    background: linear-gradient(0deg, #eaeaea, #fff);
    border: 1px solid #ccc;
	color:#0d121a;
    margin-top: 3px;
	min-width: 183px;
}
.navbar-default .navbar-nav .dropdown-menu li a{
	text-align:left;
	padding:5px 10px;
	color:#0d121a;
}
.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: #0d121a;
    text-decoration: underline;
    text-decoration-color: #163762;
    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;
}
.caption {
	position:absolute;
    z-index:2;
    top: 45%;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
}
.caption h2 {
  color: #fff;
  font-size: 55px;
  font-weight: 400;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}
.caption p {
	color:#fff;
	font-size:24px;
	font-weight:500;
	text-align:left;
	margin-bottom:20px;
	line-height: 32px;
    margin-top: 20px;
	 text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}
.caption .fas {
	color:#fff;
	font-size:48px;
    margin-bottom: 10px;
}
.inner-caption {
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}
.inner-caption h2 {
	margin-top:10px!important;
}
#Type, #ZipCode {
    color: #393939;
    border-radius: 5px;
    border: 1px solid #fff;
    background:#fff;
    font-weight: 500;
	padding:5px;
	height:35px;
	font-size:16px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}
/* #Type { */
	/* -webkit-appearance: none; */
    /* -moz-appearance: none; */
/* } */
.qte-btn {
	height:35px;
	background:#163762;
	color:#fff;
	font-size:18px;
	border-radius: 5px;
    border: 1px solid #163762;
	margin-left:30px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}
.qte-btn:hover, .qte-btn:focus {
	background:#1b447a;
	color:#fff;
	transition:0.3s;
	border: 1px solid #1a2533;
}

.carousel-inner.main > .item > img {
	width:100%;
    height: calc( 90vh - 250px );
    min-height: 300px;
    max-height: 600px;
    object-fit:cover;
    object-position: center top;
}
.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(0,0,0,0.6);
    background: linear-gradient(90deg, rgba(0,0,0,0.6),rgba(102,146,204,1));
    mix-blend-mode: multiply;
    pointer-events:none;
	 display: none !important;
}
.inner-banner-sec {
	position: relative;
}
.inner-banner-sec img {
	width:100%;
	display: block;
    height: calc( 90vh - 250px );
    min-height: 200px;
    max-height: 600px;
    object-fit:cover;
}
.inner-banner-sec::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
/*	background: linear-gradient(0,0,0,0.8);
    background: linear-gradient(90deg, rgba(0,0,0,0.8),rgba(102,146,204,1));
    mix-blend-mode: multiply;*/
    pointer-events:none;

}
/* 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:#0d121a;
	text-align:center;
	margin:0 auto;
	padding: 30px 0;
}
.get-quote-section #ZipCode, .get-quote-section #Type  {
	width:100%;
	margin:10px auto;	
}
.get-quote-section h2{
    color:#fff;
    font-size:50px;
}
.get-quote-section .qte-btn {
	margin:10px 0 20px 0;
	padding:0px 30px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}
.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:300px;	
}
.ins-box1 {
    background-color: #0f294a;
}

.ins-box2 {
    background-color: #123158;
}

.ins-box3 {
    background-color: #163762;
}

.ins-box4 {
    background-color: #1a3f6f;
}

.ins-box5 {
    background-color: #1e477c;
}

.box-1, .box-2, .box-3, .box-4 {
    border-right: 1px solid #244f83;
}
.lob-heading {
	position:absolute;
	left:0;
	right:0;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.lob-section .lob-heading h3{
    color:#fff;
    display:block;
    margin-top:0px;
    font-size:20px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height:1.42857143;
}
.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(22, 55, 98, 0.92);
    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;
}
.main-content.no-img {
    border-top: 2px solid #163762;
}
.main-content .breadcrumb {
    background: transparent;
    padding: 20px 0 10px;
	margin:0;	
}
.main-content .breadcrumb li {
    margin-bottom: 0px;
}
.main-content .breadcrumb li a{
	color:#163762;
    text-decoration: none;
}
.main-content .breadcrumb li a:hover, .main-content .breadcrumb li a:focus {
	color:#1b447a;
}
.main-content .breadcrumb > li + li::before {
    content: " ";
    padding: 0 5px 0 0;
}
.inner-content h1 {
	margin-top:30px;
}
.main-content h2 {
	color:#0d121a;
	font-size:28px;
}
.main-content h3 {
	color:#0d121a;
	font-size:26px;
}
 .main-content h4 {
	color:#0d121a;
	font-size:24px;
}
.main-content ul {
    margin: 20px 0;
    padding-left: 20px;
}
.main-content ul li{
	color: #393939;
	font-size:18px;
	line-height:24px;
    margin-bottom: 10px;
}
.main-content ul li strong {
    color: #0d121a;   
}
.main-content ul li::marker {
    color: #163762;
}
/* Insurance Quote Section */
.ins-btn {
    background: #163762;
    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:#1b447a;
	color:#fff;
	transition:0.3s;
}

/* Carriers Section */
.carriers-box {
    background: #fff;
    filter: drop-shadow(2px 3px 3px #999);
    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: #393939;
}
.carriers-box p {
    color: #393939;
    text-align: left;
	font-size:16px;
	margin-bottom:0px;
	line-height:35px;
}
.carriers-box a.btn-customer {
    background:#163762;
    border: 1px solid #163762;
    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:#1b447a;
	transition:.3s;
}
.ph-fix, .ph-fix a {
	color:#393939!important;
}
.grid-divider h4 {
    color: #393939;
	font-size:24px;
}
.shadowed {
    background-color: #fff;
    border: 1px solid #ccc;
    display: inline-block;
    filter: drop-shadow(2px 3px 3px #999);
    padding: 10px;
    margin-bottom: 20px;
}

/* Service Section */
.service-section {
	background: #e6ebf2;
    background: linear-gradient(45deg, #e6ebf2, #f2f6fa);   
	height:auto;
	padding:30px 0px 30px;
    border-top: 2px solid #163762;
    border-bottom: 2px solid #163762;
}
.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 h3 {
	font-size:28px;
	color: #0d121a;
}
.service-section .fa-hands-helping, .service-section .fa-blog, .service-section .fa-award {
	font-size:50px;
	color:#163762;
	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:#0d121a;
	margin-bottom: 20px;
	font-size:18px;
}
.service-list li a{
	color: #0d121a;
	font-size:18px;
}
.service-list li a:hover, .service-list li a:focus {
	color: #0d121a;
    text-decoration: underline;
    text-decoration-color: #163762;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}
.service-list li i {
	font-size: 16px;
    color: #163762;
    font-weight: 900;
    margin-right: 10px;
	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: 400;
    margin-top: 50px;
	color:#0d121a;
	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:#163762;
}
.footer-content h2 {
	color:#fff;
	font-size: 32px;
    font-weight: 400;
    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: #6692cc;
    text-decoration-thickness: 2px;
    text-underline-position: under;
}
.foot-blog p, .foot-blog a, .rssfeedsclass {
	font-size:13px;
	line-height:20px;
	color:#fff;
	margin-bottom:10px;
}
.read-more a:hover, .read-more a:focus {
	color: #fff;
    text-decoration: underline;
    text-decoration-color: #6692cc;
    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;
}
.contact-info span {
    display: block;
    overflow: visible;
}
.contact-info i {
	color:#6692cc;
    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;
}
.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: #6692cc;
    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;
}
.rssfeedsclass span.titlefield a:hover, .rssfeedsclass span.titlefield a:focus {
    color: #fff;
    opacity:.8;
}
.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: #163762; /* 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;
    outline: 0;
    -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 */ 

.agency-logo {
	width: 210px;
}
.contact-info h3, .contact-info p{
	color:#fff;
	font-weight:600;
}
.contact-info h3{
	margin-top:0;
}
.contact-info img{
	background: #fff;
  border-radius: 6px;
  box-shadow: 2px 2px #333;
}

/* Google Review Widget */
.grw-review-btn,
.grw-view-all-btn {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px;
	background-color: #163762 !important;
	font-style: normal;
}

.grw-business-footer p {
	line-height: 24px !important;
}

.grw-business-footer p {
	text-align: center !important;
}

.grw-theme-dark .grw-slider-nav a.grw-slide-current {
	background-color: #163762 !important;
}

.grw-business-header {
	border-bottom: 3px solid #0d121a !important;
}

.grw-theme-dark {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.grw-business-name a,
.grw-business-name a:visited, .grw-author  {
	color: #2c2c2c !important;
}

.grw-total-reviews,
.grw-theme-dark .rm-link {
	color: #666 !important;
}
.contact-info-001 img{
	width:300px;
	margin-bottom:20px;
}
.cnt-tag-info{
	font-weight:700;
}
.cnt-map {
	border: none;
	height: 330px;
	margin-bottom: 20px;
	width: 100%;
}
.contact-details a{

}
.contact-details{
	line-height: 30px;
}
.contact-details a:hover{

	text-decoration:underline;
}
.email-form {
	width: 100%;
	height: 700px !important;
	border: 0;
}
.dropdown-submenu:focus-within > .dropdown-menu { display: block; }


.is-cms .inner-banner-sec::after {
	z-index: -1;
}

/* Block wrapper – subtle separation above footer bottom */
.footer_awards_block {
  padding: 35px 0;
  margin-top: 35px;

}
/* Title similar to "Our Memberships and Awards" */
.footer_awards_title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin: 0 0 18px;
}

/* Layout – like a simple badge row */
.footer_awards_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap; /* allow wrap on small screens */
  background: #fff;
  padding: 20px;
  margin: 0 auto;
  width: 60%;
  border-radius: 8px;
}

/* Images – clean, readable, similar visual height */
.footer_awards_wrap img {
  max-height: 140px;      /* big enough so text is readable */
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
  transition: transform 0.2s ease, filter 0.2s ease;
  filter: none;          /* keep them sharp */
}


/* Hover – very subtle, like a slight emphasis */
.footer_awards_wrap img:hover {
  transform: translateY(-3px);
  filter: brightness(1.05);
}

.tem-phot {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}






/*Login Container*/
.cs-log {
	text-align: center;
	margin: 0 auto;
	display: flex;
	width: 315px;
	padding-bottom: 300px;
}

.csr-login {
	background-color: #0e5a8b;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 15px;
}

.csr-login h1 {
	font-size: 17px;
	text-align: left;
	margin: 20px 0 0;
	font-weight: normal;
	color: #fff;
	line-height: inherit;
}

.csr-login a {
	color: #fff;
	margin: 12px 0;
	display: block;
	text-align: center;
}
.csr-login input {
	width: 100%;
	margin: 20px 0 0;
	box-sizing: border-box;
	border: none;
	padding: 10px 5px 5px 10px;
	color: #000;
}
.csr-login input[type="button"] {
	width: 100%;
	margin: 10px 0 0;
	border: none;
	padding: 10px 5px;
	color: #002aa5;
	text-align: center;
	font-size: 14px;
	background-color: #fff;
}

.csr-login input[type="checkbox"] {
	width: 30px;
	float: left;
}

.csr-login .RememberMe {
	text-align: left;
	display: block;
	margin-top: 17px;
	float: left;
}

.csr-login ::-webkit-input-placeholder {
    color: #000 !important;
}
 
.csr-login ::-moz-placeholder {
    color: #000 !important;
}
 
.csr-login ::-ms-placeholder {
    color: #000 !important;
}

.csr-login ::placeholder {
    color: #000 !important;
}
.panel, .panel.callout {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  background: #f2f2f2;
}

.panel.text-center a {


	text-align: center;
	display: inline-block;
	padding: 1rem 2rem 1.0625rem;
	font-size: 1rem;
	background-color: #16375f;
color: #fff;
	border-radius: 6px;
	font-family: 30px;
	font-size: 15px;
	font-weight: 400;
	margin: 0 auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 296px;
	text-decoration: none;
}
.panel.text-center a:hover,.panel.text-center a:focus{
	opacity:.9;
	text-align: center;
	display: inline-block;
	padding: 1rem 2rem 1.0625rem;
	font-size: 1rem;
	background-color: #16375f;
color: #fff;
	border-radius: 6px;
	font-family: 30px;
	font-size: 15px;
	font-weight: 400;
	margin: 0 auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 296px;
	text-decoration: none;
}
.consult-img-inner {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid #e8edf3;
  max-width: 205px;
  width: 100%;
  transition: 0.3s ease;
}
 .dropdown-submenu:focus-within > .dropdown-menu { display: block; } 
 .panel {
  margin-bottom: 1.25rem;
  background: #f2f2f2;
}

 .panel .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem;
  font-size: 1rem;
  background-color: #16375f;
  border-color: #122c4c;
  color: #FFF;
  transition: background-color .3s ease-out;
}

input[type="password"]::placeholder {
    -webkit-text-security: none;
}

input[type="password"] {
    -webkit-text-security: none;
}
.fixed-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #0d121a;
    width: 100%;
    z-index:999999;
    padding: 20px;
    border-top: 1px solid #1a2533;
    display: flex;
    align-items:center;
    justify-content:center;
    transition: .3s all;
    bottom:-76px;
}
.fixed-cta.show-cta {
    bottom: 0px;
    transition-delay: 1s;
}
.fixed-cta h2 {
    margin: 0px;
    color: #fff;
    margin-left: -24px;
}
.fixed-cta .container {
    display: flex;
    align-items:center;
    justify-content:center;
    gap: 20px;
}
.fixed-cta .container select, .fixed-cta .container button {
    margin: 0px;
}
.fixed-cta .container .qte-btn {
    line-height: 35px;
    padding: 0 10px;
}
.fixed-cta #scroll-close {
    margin: 0px;
    padding: 0px;
    background: transparent;
    box-shadow:none;
    border:none;
}
.fixed-cta #scroll-close .fa {
    font-size: 24px;
    color: #6692cc;
    text-shadow: 1px 1px 1px #000;
}
.fixed-cta #scroll-close:hover .fa, .fixed-cta #scroll-close:focus .fa {
    opacity: .8;
}


.team-section {
    margin-top: 35px;
}

.team-section h2 {
    text-align: center;
    color: #163762;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 25px;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 28px;
}

.team-card {
    display: flex;
    align-items: flex-start;
    background: #f9f9f9 ;
    min-height: 150px;
}

.team-photo {
    width: 42%;
    min-width: 120px;
}

.team-photo img {
    width: 100%;
    height: 155px;
    object-fit: cover;
    display: block;
}

.team-info {
    width: 58%;
    padding: 12px;
}

.team-info h3 {
    color: #163762;
    font-size: 16px;
    line-height: 1.25;
    margin: 0 0 3px;
    font-weight: 700;
}

.team-designation {
    font-style: italic;
    color: #333333;
    font-size: 12px;
    line-height: 1.35;
    margin: 0 0 6px;
}

.team-info p {
    color: #333333;
    font-size: 12px;
    line-height: 1.35;
    margin: 0 0 4px;
	font-weight: bold;
}

.team-info a {
    color: #163762;
    text-decoration: none;
    word-break: break-word;
}

.team-info a:hover {
    color: #0f294a;
    text-decoration: underline;
}

.team-btn {
    display: inline-block;
    background: #006cb5;
    color: #ffffff !important;
    font-size: 11px;
    line-height: 1;
    padding: 6px 13px;
    margin-top: 5px;
    text-decoration: none !important;
    border-radius: 0;
}

.team-btn:hover {
    background: #163762;
    color: #ffffff !important;
    text-decoration: none !important;
}

@media only screen and (max-width: 991px) {
    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 575px) {
    .team-grid {
        grid-template-columns: 1fr;
    }

    .team-card {
        display: block;
    }

    .team-photo,
    .team-info {
        width: 100%;
    }

  
    .team-photo img {
        height: auto;
    }
}


.minehead {
  color: #6692cc;
  font-size: 20px;
  line-height: 20px;
  font-style: italic;
}
.minehead.minehead1{
	margin-top:50px;
}

.app-download-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 25px;
}

.app-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #111;
  color: #fff;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  min-width: 190px;
  transition: all 0.3s ease;
}

.app-btn:hover,
.app-btn:focus {
  color: #fff;
  background: #333;
  text-decoration: none;
}

.app-btn i {
  font-size: 30px;
  line-height: 1;
}

.app-btn span {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
}

.app-btn small {
  font-size: 11px;
  font-weight: 400;
}

.google-app-btn {
  background: #1a1a1a;
}

.claim-buttons {
    text-align: center;
    margin: 30px 0;
}

.claim-buttons a {
    display: block;
	font-size: 16px;
    width: 350px;
    max-width: 90%;
    margin: 15px auto;
    padding: 15px 20px;
    background: #163762;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 8px;
    text-align: center;
    transition: background 0.3s ease;
}

.claim-buttons a:hover {
    background: #1b447a;
}