@charset "utf-8";
/* CSS Document */
body, html {
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    width: 100%;
	color:#333;
}
h1 {
    color: #1a2b43;
	font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 30px;
}
h2 {
	font-size:28px;
    line-height: 36px;
    color: #1a2b43;
	margin-bottom:20px;
	font-weight:400;
}
h3 {
    	font-size:22px;
    line-height: 30px;
    font-weight:400;
        color: #1a2b43;
}
h4 {
	font-size:18px;
    line-height: 24px;
    font-weight:400;
        color: #1a2b43;
}
.main-content .team-info h3 {
    margin-top: 10px;
    margin-bottom: 20px;
}
.main-content h2, .main-content h3, .main-content h4 {
    margin-top: 30px; 
    margin-bottom: 10px;
}
.main-content ul {
    margin: 30px 0;
    padding-left: 20px;
}
.main-content ul li {
    margin-bottom: 10px;
}
.main-content ul li::marker {
    color:#d0a94a;
}
.main-content ul li strong, .main-content ul li a {
    color: #333;
}
.sub-head {
	color: #333;
}
/* Index Screen Height CSS */

/* Header */
header {
    border-bottom:1px solid #cdcdcd;
    z-index: 2;
    position: relative;
}
.main-header {
    background: #1a2b43;
    min-height: 150px;
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-items: center;
	padding:20px 0px 30px;
}
.top-nav-section {
    float: right;
	width: auto;
}
.top-phone {
	list-style: none;
	float: right;
	padding: 0 55px 0 0;
	margin-bottom: 0;
}
.top-phone span {
	color:#fff;
	
	padding:5px 15px;
	border-radius:20px;
	font-size:16px;
}
.top-phone {
  display: flex;
  align-items: center;
  gap: 20px; /* space between phone & text */
  font-size: 16px;
}

.top-phone a {
  color: #fff;
  text-decoration: none;
}
.sms-txt {
  color: #ffcc00; /* change to any color you want */
  text-decoration: none;
}
.top-phone .top-number {
    display:flex;
    gap: 0px;
    align-items:center;
}
.top-phone .top-number i {
  margin-right: 10px;/* extra spacing between icon and number */
  background: #d0a94a;
  background: linear-gradient(45deg, #c1912e, #dcb962);
  color: #1a2b43;
  width: 30px;
  height: 30px;
  font-size: 14px;
  border-radius: 30px;
  display: flex;
  align-items:center;
  justify-content:center;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}
.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: #3b5998;
}
.fab.fa-twitter {
    color:  #00acee;
}
.fab.fa-linkedin-in {
    color: #0077b5;
}
.fab.fa-youtube {
    color: #dd4b39;
}
#top-follow-us {
	color:#333;
}
/* 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-content: center;
    width: 100%;	
}
.logo-section {
    display: flex;
    align-items: center;
    justify-content: left;
}
.agency-logo {
    max-width: 500px;
    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: #fff;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    padding-bottom: 3px;
    margin: 0;
    width: 100%;
    background-image: linear-gradient(90deg, #c1912e, #d0a94a);
	background-size: 0% 2px;
	background-repeat: no-repeat;
	background-position: left bottom;
	transition: background-size 300ms ease;
}
.navbar-default .navbar-nav > li a:hover, .navbar-default .navbar-nav > li a:focus, .navbar-default .navbar-nav > li a.active {
    color: #fff;
	background-size: 100% 2px;
}
.navbar-nav > li > .dropdown-menu {
	border-radius:0;
	box-shadow:none;
	padding:0px 10px;
	border: 1px solid #cdcdcd;
	margin-top: 30px;
}
.navbar-nav > li > .dropdown-menu li {
    margin: 10px 0;
}
.navbar-nav > li > .dropdown-menu li a {
	color:#333;
    background-image: linear-gradient(90deg, #c1912e, #d0a94a);
	background-size: 0% 2px;
	background-repeat: no-repeat;
	background-position: left bottom;
	transition: background-size 300ms ease;
    padding: 0px;
    display: table-cell;
}
.navbar-nav > li > .dropdown-menu li a:hover, .navbar-nav > li > .dropdown-menu li a:focus, .navbar-nav > li > .dropdown-menu li a.active {
		color: #333;
    background-size: 100% 2px;
    background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #fff;
    background-size: 100% 2px;
    background-color: transparent;
}
.dropdown.open .caret {
	border-bottom:4px solid;
	border-top:0px;
}
/* Get A Quote Section */
.get-quote-section {
    background:#ffcf45;
    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: #ffcf45;
    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:#fff;
	font-size:22px;
}
.inner-banner-text .TitleStyle2 {
	font-size:46px;
    line-height: 54px;
	font-family:'Cabin', sans-serif;
	font-weight:400;
    color: #1a2b43;
    margin-bottom: 10px;
}
.inner-banner-text p {
	color:#333;
	font-size:18px;
    line-height: 24px;
}
#Type, #ZipCode {
    color: #333;
    border-radius: 5px;
    border: 1px solid #fff;
    background:#fff;
    margin-top:20px;
    padding: 0px 5px;
    font-weight: 500;
    font-family: 'Cabin', sans-serif;
    font-size: 14px;
	box-shadow:0px 4px 4px 0px rgba(0,0,0,0.2);
	height:40px!important;
}
.qte-btn {
    font-size: 21px;
    font-weight: 500;
    border:none;
    background: #d0a94a;
    background: linear-gradient(0deg, #c1912e, #dcb962);
    color: #1a2b43;
    box-shadow:0px 4px 4px 0px rgba(0,0,0,0.2);
    padding: 4px 5px;
    font-family: 'Cabin', sans-serif;
    text-transform:uppercase;
	margin-top:20px;
	border-radius:3px;
	font-weight:normal;
    box-shadow: 2px 2px 5px rgba(193,145,46,0.8) inset, -2px -2px 5px rgba(193,145,46,0.8) inset, 2px 2px 5px rgba(0,0,0,0.2);
}
.qte-btn:hover, .qte-btn:focus {
background: #c1912e;
    background: linear-gradient(180deg, #c1912e, #dcb962);
    color: #1a2b43;
	transition:0.3s;
}

/* Index Page banner Section */

.banner-stars .fa-star {
	color:#ffcf45;
	font-size:40px;
	letter-spacing:10px;
}
.banner-stars {
	text-align:center;
	margin-bottom:30px;
}
.banner-heading {
	font-size:55px;
	color:#fff;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
}
.banner-sub-heading {
	font-size:47px;
	color:#fff;
	font-weight:500;
	text-align:center;
	text-transform:uppercase;
}
.banner-text {
	top:40%;
    transform:translateY(-40%);
    position:absolute;
}
/* Inner Page banner Section */
.inner-banner-section {
    height:650px;
	position:relative;
}
.inner-banner-section::before {

	background-image: url("../img/wave-bg.png");
    background-repeat: no-repeat;
    background-position: center;
	content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  opacity:0.3;
  background-size:contain;
}
.aligner img {
	margin-left:auto;
	margin-right:auto;
	
}
.inner-banner-inside {
	position:relative;
	height:650px;
	display: flex;
    align-items: center;
}

#inner-banner {
	margin-left:auto;
	border:10px solid #f4f4f4;
	border-radius: 10px;
	width:90%;
	box-shadow:0px 3px 4px 2px rgba(0,0,0,0.2);
}

/* LOB Box Section */
.service-area {
	background:#f4f4f4;
	padding:40px 0px;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}
.service-area .TitleStyle2 {
	font-size:35px;
	text-align:center;
	color: #1a2b43;
    font-weight: 600;
}

.ins-boxes1 {
    display: flex;
    align-content: flex-start;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    box-sizing: border-box;
    justify-content: space-evenly;
	position:relative;
	margin-top:30px;
	align-items:center;
}
.service-area a {
    font-size: 23px;
    color: #1a2b43;
    width: 200px;
    height: 200px;
    margin: 0;
    position: relative;
    outline:none;
}
.service-area a:hover, .service-area a:focus {
	text-decoration:none;
	opacity:0.8;
    transition:all ease .2s;
}
.aligner {
    position:absolute;
    left:0;
    right:0;
    top:50%;
    transform:translateY(-50%);
    text-align:center;
}
.aligner i {
    font-size: 33px;
}
.aligner .TitleStyle3 {
    line-height: 25px;
	margin-top:20px;
	
}

.inner-lob-area {
	background: #f4f4f4;
    padding: 80px 0px;
        border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}
.inside-lob-box {
	display:flex;
	align-items:center;
}
.inside-lob-icon img {
	width:80%;
	max-width: 150px;
}
.inside-lob-line {
	height:10px;
	background:#c1912e;
    background: linear-gradient(-90deg, #d0a94a, #c1912e);
	border-radius:5px;
	position:relative;
	padding:0;
}
.inside-lob-line::before {
	content: '';
  display: block;
  position: absolute;
  background:#c1912e;
  height:30px;
  width:30px;
  border-radius:15px;
  top:50%;
  transform:translateY(-50%);
}
/* Main Content */
.main-content p, .main-content ul li{
	font-size:16px;
	color:#333;
	line-height: 26px;
    margin-bottom: 20px;
    
    font-weight: 500;
    text-align: center;
}
#Type {
  -webkit-appearance: none;
  -moz-appearance: none;
}
#inside-cont {
	margin-bottom: 30px;
    margin-top: 40px;
}
#inside-cont, #inside-cont p, #inside-cont ul li {
	text-align:left!Important;
	
}
#inside-cont ul {
	padding-left:15px!important;
}
.main-content {
	text-align:center;
}
#index-cont {
	margin-bottom: 30px;
	margin-top:40px;
}
#main-cont ul li span {
	color:#ffcf45;
	font-weight:600;
}
#main-cont {
	margin:30px 0px;
}
.contact-details a {
	color:#333;
}
.contact-details a:hover, .contact-details a:focus {
	color: #2c2c2c;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #d0a94a;
    text-underline-position: under;
}
.ins-section {
  background-color: #1a2b43;

  position:relative;
  display:flex;
  align-items:center;
height:400px;
}
.ins-section::before {

	background-image: url("../img/wave-bg.png");
    background-repeat: no-repeat;
    background-position: 0 66%;
	content: '';
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  opacity:0.5;
  background-size:cover;
}
.ins-section p{
	color:#fff;
	text-align:center;
	font-size:36px;
	line-height:44px;
}
/* Footer */
.footer-section {
    padding-top: 45px;
	background-color:#f4f4f4;
}
.footer-pad-fix {
	padding-left:0;
}
.footer-content .TitleStyle2 {
    color: #1a2b43;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    margin-bottom: 10px;
}
.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: #c1912e;
	font-weight: 900;
    font-size: 19px;
    margin-right: 10px;
    line-height: 19px;
}
.footer-content ul li {

}
.footer-content ul li a {
    color: #333;
    font-size: 17px;
    line-height: 24px;
        background-image: linear-gradient(90deg, #c1912e, #d0a94a);
    background-size: 0% 2px;
    background-repeat: no-repeat;
    background-position: left bottom;
    transition: background-size 300ms ease;
}
.footer-content ul li a:hover, .footer-content ul li a:focus, .footer-content ul li a.active {
    color: #2c2c2c;
   background-size: 100% 2px;
   background-color: transparent;
   text-decoration: none;
}
.contact-info ul {
	padding-left:0px;
}
.contact-info ul li {
    font-size: 18px;
    color: #333;
    padding: 0 0 15px;
    display: flex;
}
.contact-info ul li a {
    font-size: 18px;
    line-height:25px;
}
.contact-info i {
    color: #c1912e;
    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:  #333;
    font-size: 18px;
        background-image: linear-gradient(90deg, #c1912e, #d0a94a);
    background-size: 0% 2px;
    background-repeat: no-repeat;
    background-position: left bottom;
    transition: background-size 300ms ease;
}
.copy-ul li a:hover, .copy-ul li a:focus {
color: #333;
    background-size: 100% 2px;
    text-decoration:none;
}
/* 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;
}
.carrier-page .col-md-6 {
    background: #fff;
    margin: 20px;
    box-shadow: 1px 1px 5px #ccc;
    width: 45%;
}
.clist .btn {
    background: #1a2b43;
    color: #fff;
	transition: all 0.5s
}
.clist .btn:hover, .clist .btn:focus {
    background: #243b5c;
    color: #fff;
}
.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
    margin-top: 15px;
}
.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:105px;
}
.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: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	max-width: 100%;
}
.carrier h3 {
    font-size: 28px;
    font-weight: 400;
    color: #353432;
    margin-top: 25px;
}

div.rightside-cont {
	background: #f4f4f4;
	border-radius: 5px;
	/* padding: 25px 20px; */
	margin-top: 55px;
}

.quick-contact {
	width: 100%;
	border: 0px;
}

.lob-jot {
	border: 0;
	width: 100%;
}
.quick-contact {
	width: 100%;
	border: 0px;
}
a.sms-txt {
	cursor: none;
	pointer-events: none;
}
.team-info img{
	border: 5px solid #1a2b43;
	margin-top: 25px;
}
.resources p {
    margin-bottom: 0px;
}
.resources {
    margin-bottom: 20px;
}
.cq-para{
	font-style:italic;
	margin-bottom:5px !important;
	font-weight: 600 !important;
}
