body {
	position: relative;
	padding: 0;
	font-family: Georgia, serif;
	color: #404040;
}
html, body {
	height: 100%;
	width: 100%;
}
.wrapper{
display:block;
overflow-x:hidden;
}
/* Typography */
h1, .h1 {
	font-size: 56px;
	color: #212121;
	font-family: "Patua One", serif;
}
header {
	background: #fcf7ee;
}
/*Container width */
.wdth-menu {
	width: 90%;
}
/* Logo */
.ins-logo {
	display: inline-block;
}

#agency-logo {
	padding: 0px 0px;
	margin: 0px;
	width: 100%;
	max-width: 350px;
}
.logo-agency img {
	max-width: 100%;
	display: inline-block;
	margin-bottom:20px;
}

/* Social icons And Number */
.ph {
	float: right;
	font-size: medium;
	color: #fcf7ee;
	font-size: 24px;
	font-family:'Open Sans', sans-serif;
	margin-bottom: 0px;
	padding: 5px 0px;
	border-radius: 50px;
}
.ph a {
	color: #212121;
}
.social [class*="fa fa-"] {
	background-color: #434b78;
	border-radius: 35px;
	color: #fff;
	height: 35px;
	line-height:34px;
	width: 35px;
	font-size: 24px;
	text-align: center;
	margin-left: 16px;
}

.social-inner [class*="fa fa-"] {
	color: #999778;
}

.social ul {
	list-style: none;
	float: right;
}
.social li {
	float: left;
}
.social-icons .fa:hover, .social-icons .fa:active {
	-webkit-box-shadow: 1px 1px 3px #333;
	-moz-box-shadow: 1px 1px 3px #333;
	box-shadow: 1px 1px 3px #333;
}
.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active {
	-webkit-transform: scale(1.2);
	-webkit-animation-delay: 4s;
	-moz-transform: scale(1.2);
	-moz-animation-delay: 4s;
	-ms-transform: scale(1.2);
	-ms-animation-delay: 1s;
	-o-transform: scale(1.2);
	transform: scale(1.2);
	animation-delay: 1s;
	text-decoration: none;
}
.social-icons.icon-circle .fa {
	border-radius: 50%;
}
.social-icons.icon-rounded .fa {
	border-radius: 5px;
}
.social-icons.icon-flat .fa {
	border-radius: 0;
}

/* Carousal */
.carousel-inner img {
	width: 100%;
	display: block;
	margin: 0 auto;
}
.carousel-control.left, .carousel-control.right {
	background: transparent;
	z-index: 10;
	height: 0px;
	top: 50%;
}

/*LOB Section */

.lob {
	background: #212121;
	width: 100%;
}
.lob h2 {
	color: #212121;
	font-size: 40px;
	line-height: 45px;
	margin: 0px;
	opacity: .99;
	font-family: "Patua One", serif;
}
.lob p {
	color: #212121;
	font-size: 22px;
	margin-top: 15px;
	margin-bottom: 20px;
	opacity: .99;
}
.lob .row {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content:center;
	gap: 20px;
}
.lob .row>div {
	background: #fcf7ee;
	margin: 80px 15px;
	padding: 20px 20px;
	max-width: 450px;
	width: 100%;
}
.lob button {
	background: transparent;
	box-shadow: none;
	border: 0px;
	float: right;
}
.lob button:hover {
	box-shadow: none;
	opacity:0.7;
}
.lob-icon {
	width: 80px;
	height: 80px;
	top: -40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.lob .fa {
	font-size: 45px;
	color: #769687;
	line-height: 80px;
}
/* Quote-box */

.banner-right {
	position: relative;
}
.quote-box {
	position: absolute;
	z-index: 2;
	right: 0px;
	width: 300px;
	margin-top: 50px;
}
.quote-box h2 {
	font-size: 60px;
	font-family: 'Lobster', cursive;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
.quote-content {
	margin-top: 20px;
}
.quote-content p {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
.quote-content input {
	width: 245px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding: 5px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #000 !important;
	margin-bottom: 10px;
}
.select-center-inner {
	width: 245px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding: 5px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #000 !important;
	margin-bottom: 10px;
}
.btn-inner {
	margin-left: 0px;
	width: 260px;
	text-transform: uppercase;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 35px;
	font-size: 20px;
	border-radius: 5px;
	color: #212121;
	background: #769687;
	font-family: 'Open Sans', sans-serif;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
	border:none;
}
.health-btn {
	background: #0970C5!important;
	color:#fff!important;
}
.health-btn1 {
	background: #0970C5!important;
	text-align:center;
	margin-top:20px!important;
	color:#fff!important;
}
.ht-form {
	text-align:center;
}
.health-btn:hover, .health-btn:focus, .health-btn1:hover, .health-btn1:focus {
	background:#238ce2!important;
}
.btn-inner:hover, .btn-inner:focus {
	color: #212121;
	background: #8bb09f;
}
/* main content */
.main-cnts {
	color: #212121;
	clear: both;
	padding-bottom: 30px;
}
.main-cnts h2, .main-cnts h3, .main-cnts h4 {
	font-family: "Patua One", serif;
	margin-top: 30px;
	margin-bottom: 10px;
}
.main-cnts p, .footer-list li {
	font-family: Georgia, serif;
}
.main-cnts p {
	font-size: 21px;
	line-height: 30px;
	margin-bottom: 20px;
}

/* Testimonial Section */
.testimonial-section {
	background: rgba(252, 247, 238, 0.7);
	color: #fff;
	padding: 80px 0;
	border-top: 5px solid #769687;
	border-bottom: 5px solid #769687;
}
.testimonial-section-bg {
	background: url("../img/testimonial-bg.png")no-repeat;
	background-size: cover;
}
.testimonial-section h2 {
	font-size: 56px;
	font-family: "Patua One", serif;
	margin-bottom: 20px;
	color: #212121;
}
.testimonial-section p {
	font-size: 30px;
	line-height: 44px;
	font-weight: 400;
	font-style: italic;
	font-family: Georgia, serif;
	margin-bottom: 20px;
	color: #212121;
}
.testimonial-section p+p {
	font-size: 30px;
	font-style: normal;
	margin-right: 20px;
	text-align: right;
}
.testimonial-section p+p span {
	font-weight: 700;
}

/* Carrier Slider */
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
	margin-top: 30px;
}
.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: 100px;
}
.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{
padding:50px 0;
}
.carrier-head {
	padding-left: 15px;
	font-size: 56px;
	font-family: "Patua One", serif;
	color:#212121;
}

/* Down Social Icons */
.social-pattern {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 100%;
	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	background: #434b78;
}
.social-mid {
	height: 220px;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	align-content: center;
	-webkit-align-content: center;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	list-style: none;
	width: 100%;
}
.social-mid li a .fa-facebook {
	font-size: 50px;
	padding: 0px 4px;
}
.social-mid li a .fa {
	font-size: 42px;
	color: #434b78;
	vertical-align: middle;
	display:inline;
}

.social-mid li a {
	padding: 30px 20px;
	border-radius: 60px;
	
	background: #4267b2;
	border: solid 3px transparent;
}
.social-mid li a:hover, .social-mid li a .fa:hover {
	-webkit-transition: all ease .8s;
	-moz-transition: all ease .8s;
	transition: all ease .8s;
}
.social-mid li a:hover {
	opacity:0.8;
	text-decoration:none;
}


/* Footer */

footer ul {
	margin: 0;
	padding: 0;
}
footer ul.footer-agency-ifo{
		margin: 20px 0 0 0;
}
.footer-nav{
margin-top:20px;
}
.footer-nav> ul {
	margin: 0px;
	text-align: center;
}
.footer-nav ul li{
	padding:0px 10px;
	display: inline-block;
	margin: 0 10px;
	list-style: none;
	text-align: center;
	
}
.footer-nav ul li a{
color:#fff;
font-size:18px;
line-height:36px;
display:inline-block;
text-transform:uppercase;
}
.footer-nav ul li:hover, .footer-nav ul li:focus, .footer-nav ul li.active, .footer-nav ul li.open{
	background:#769687;
	border-radius: 5px;
	
}
.footer-nav ul li:hover a, .footer-nav ul li:focus a, .footer-nav ul li.active a, .footer-nav ul li.open a {
	color: #212121;
}
.footer-nav ul li a:hover{
 text-decoration:none;
}
.footer-nav .dropdown-menu li {
	margin: 5px 0;
}
.footer-agency-logo{
margin:40px 0;}
.footer-agency-logo img{
	display:inline-block;
	background: #fcf7ee;
	padding: 20px;
	border: 5px solid #769687;
	box-shadow: 1px 1px 3px #000;
}
.footer-drop {
	width: 100%;
	text-align: left;
}
.footer-drop li {
	margin-right: 0px!important;
	width: 100%;
	padding: 0px!important;
}
.footer-drop li a {
	padding:3px 0px!important;
	width: 100%;
	}

.foot-side-info {
	background-color: #212121;
	font-family:'Open Sans', sans-serif;
}
.footer-list li a {
	text-transform: uppercase;
	font-size: 16px;
}

.footer-contact-info li, .site-info li {
	list-style-type: none;
	display: inline-block;
	padding-left: 3px;
	color: #fff;
	font-size: 18px;
}

.footer-contact-info .fa {
	color: #769687;
}
.footer-contact-info li a {
	color: #fff;
}
.footer-contact-info li a:hover {
	color: #fff;
	text-decoration: underline;
	text-decoration-color: #6d9783;
	text-decoration-thickness: 2px;
	text-underline-position: under;
}
.site-info li {
	text-align: center;
	float: none;
	font-size: 18px;
	display: inline-block;
	margin: 0 auto;
	margin-right: auto;
	color: #fff;
	margin-right: 3px;
	
}
.footer-contact-info ul.footer-agency-ifo li:nth-of-type(2)::before  {
	font-family: 'FontAwesome';
	content: '\00b7';
	font-size: 34px;
	color: #fff;
	margin-right: 5px;
	font-weight: 900;
	vertical-align: middle;
	list-style-type:none;
}
.footer-contact-info ul li:first-child:before {
	display:none;
}

.site-info ul li::before  {
	font-family: 'FontAwesome';
	content: '\00b7';
	font-size: 34px;
	color: #fff;
	margin-right: 5px;
	font-weight: 900;
	vertical-align: middle;
}
.fa-phone, .fa-fax, .fa-envelope {
	margin-right: 4px;
}


/* Inner Content */
.lob-inner{
background:#212121;

padding:50px 0;
}
.lob-inner h1{
color:#fcf7ee;
}
.inner-contents {
	padding-bottom: 30px;
	
}
.inner-contents #content-arexa {
	padding-top: 30px;
}
.inner-contents h2{
font-size:44px;
font-family: "Patua One", serif;
padding:15px 0 15px 0;
color: #212121;
}
.inner-contents h3{
font-size:30px;
font-family: "Patua One", serif;
/*padding:40px 0 30px 0;*/
color: #212121;
}
.inner-contents p, .inner-contents ul li{
font-size:21px;
line-height:30px;
}
.inner-contents ul, #silver_content ul {
	padding-left: 20px;
	margin: 20px 0;
}
.inner-contents ul li, #silver_content ul li {
font-size:20px;
line-height:30px;
margin-bottom: 10px;
}
.inner-contents ul li::marker, #silver_content ul li::marker {
	color: #769687;
}
.inner-contents ul li strong, .inner-contents ul li b, #silver_content ul li strong, #silver_content ul li b {
	color: #212121;

}
.footer-drop li a {
	font-size: 14px!important;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143!important;
    white-space: nowrap;
}

/**/
.inner-down-section {
	background: rgba(252, 247, 238, 0.7);
	color: #212121;
	padding: 180px 0;
	border-top: 5px solid #769687;
	border-bottom: 5px solid #769687;
}
.inner-down-section-bg {
	background: url("../img/inner-down-bg.png")no-repeat;
	background-size: cover;
}
.inner-down-section h2 {
	font-size: 53px;
	font-family: "Patua One", serif;
	margin-bottom: 20px;
}
.inner-down-section p {
	font-size: 25px;
	line-height: 44px;
	font-weight: 400;
	font-family: Georgia, serif;
	margin-bottom: 20px;
}
.inner-down-section p+p {
	font-size: 30px;
	font-style: normal;
	margin-right: 20px;
	text-align: right;
}
.inner-down-section p+p span {
	font-weight: 700;
}
.inner-down-section ul {
	padding-left: 20px;
	margin: 20px 0;
}
.inner-down-section ul li{
	font-size:26px;
	margin-bottom:15px;
	
}
.inner-down-section ul li::marker {
	color: #769687;
}
/* Jot Form */
.right-side {
    background: #fcf7ee;
	border: 5px solid #769687;
	border-bottom: none;
    padding-bottom: 30px;
    padding-top: 10px;
    margin-top: 45px;
	float:right;
	color: #212121;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.quote-box-form h3{
color:#212121;
font-family: "Patua One", serif;
font-size:32px;
}


#cpIframe, #cs-frame{
height:1900px;
border:0;
width:100%;
}
#ContactJotFormIFrame{
height:500px;
border:0;
}
.carrier-content p , .carrier-content p span a{ 
color:#333;
}
.carrier-content p a.btn {
background:#769687;
color:#ffffff;
}
.carrier-content p a:hover{
color:#cccccc;
}
#carrier-title {
text-align:center;
font-size:42px;
font-weight:bold;
color:#212121;
}
.carrier-list{
color:#333;
padding-bottom:10px;
border-bottom:solid 2px #769687; }

/* Navigation */
.nav-content {
  padding: 0px;
}

.navbar-default,
.navbar-default .navbar-collapse,
.dropdown-toggle {
  background: transparent;
  border: none;
  margin: 0px;
  position:relative;
  z-index:1;
}
.dropdown-toggle:focus {
    text-decoration: none;
}
#menu-collapse {
  padding: 0px;
  clear: both;
}


/* end of  mobile nav button */

.tab {
  display: table;
  width: 100%;
}

.tab1 {
  display: table;
  width: 100%;
}

.tab-row {
  display: table-row;
}

.tab-cell {
  display: table-cell;
  vertical-align: middle;
}

.navbar-toggle span:nth-child(1) {
  top: 15px;
}

.navbar-toggle span:nth-child(2) {
  top: 22px;
}

.navbar-toggle span:nth-child(3) {
  opacity: 0;
  top: 22px;
}

.navbar-toggle span:nth-child(4) {
  top: 29px;
  transition: all 0.25s ease-in-out 0s;
  -webkit-transition: all 0.25s ease-in-out 0s;
}

.navbar-toggle.nav-bg span:nth-child(1),
.navbar-toggle.nav-bg span:nth-child(4) {
  opacity: 0;
  top: 24px;
}

.navbar-toggle.nav-bg span:nth-child(2) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
}

.navbar-toggle.nav-bg span:nth-child(3) {
  opacity: 1;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
}

.navbar-toggle {
  background-color: transparent;
  border: 1px solid #c1aa77;
  cursor: pointer;
  float: right;
  height: 43px;
  overflow: hidden;
  width: 43px;
  z-index: 100;
}

.navbar-toggle span {
  background: #434b78 none repeat scroll 0 0;
  display: block;
  height: 3px;
  left: 17px;
  opacity: 0.8;
  position: absolute;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transition: all 0.25s ease-in-out 0s;
  	-webkit-transition: all 0.25s ease-in-out 0s;
  width: 26px;
}

.collapse.in {
    display: block !important;
    visibility: visible;
}
/* end of  mobile nav button */

.navbar-default .nav {
  float: right;
}

.dropdown-menu > .active > a,
.dropdown-menu > li > a:hover {
  background: #434b78!important;
  color: #fff;
}

.dropdown-menu {
  padding: 0px;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
 background: #769687;
 color: #212121!important;
}

.navbar-nav > li > a {
  padding: 10px 20px !important;
  line-height: 30px;
  font-family:'Open Sans', sans-serif;
  color:#212121;
  font-size:18px;
}


.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li > a:hover{
  background:#769687;
  color:#212121;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.lob-active .navbar-nav .dropdown > .dropdown-toggle:focus  {
background:transparent!important;
}
ul.navbar-nav {
  width: 100%;
  text-align: justify;
  font-size: 0px;
}

ul.navbar-nav:after {
  display: inline-block;
  width: 100%;
  content: '';
}

.navbar-default .navbar-nav > li {
  display: inline-block;
  float: none;
}

.navbar-default .navbar-nav > li > a, .dropdown-menu {
  
  text-transform: uppercase;
 color:#212121;
  padding: 0px;
  font-weight: 600;
}

.nav .dropdown.open .caret {
  border-top: none;
  border-bottom: 4px solid #212121;
}

.dropdown-menu{background:#fcf7ee;}
.dropdown-menu li a {
	color:#212121;
	font-family: 'Open Sans', sans-serif;
	}
.dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a.active {
	color: #212121;
    background: #769687!important;
	}
.gmap{
width:100%;
border:2px solid #434b78;
height:320px;
}
a.anc-jmp-fnt{
color: #212121;
}
span.phone-no a{
color:#404552;
}
.fa.fa-facebook{
	
	background:#4064ac;
	
}

.fa.fa-google-plus{
		background:#c94338;
	
}
.fa.fa-linkedin{
	
	background:#0270ad
}

.fa.fa-twitter{
	background:#1c9cea
	
}

.social-mid li a {
    background:#fff;
}
.social-mid li a i {
    background: none;
}
.social-mid li a i {
    background: transparent !important;
}
.social-mid li a .fa.fa-facebook {

    color:#4064ac;

}
.social-mid li a .fa-linkedin {

    color:#0270ad;

}
.social-mid li a .fa-twitter {

    color:#1c9cea;

}
.social-mid li a .fa-google-plus {

    color:#c94338;

}
.social-mid li a .fa-youtube-play {

    color:#f70000;

}
.dropdown-menu > li > a:focus {
background-color:transparent;
  
}

.row.flex-wrap {
    display: flex;
}
.row.flex-wrap .right-side {
    order: 2;
}
.dropdown-menu {
	min-width: 100%;
}
.carousel-inner.main::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(195, 162, 153, 0.5);
    mix-blend-mode: screen;
}
.grad-overlay::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(0,0,0,.2) 0%,rgba(0,0,0,0.6) 100%);
    background: -moz-linear-gradient(left, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.6) 100%);
    background: -ms-linear-gradient(to right, rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.6) 100%);
    mix-blend-mode: multiply;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Ada compliance fixes beings */ 
.skip-to-content-link {
  background: #434b78; /* 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 */ 
.logo-area {
	display: flex;
	flex-direction: column-reverse;
	align-items:center;
	margin: 30px 0 60px;
	margin-top: 0px;
}
.logo-agency {
	width: 90%;
}

.top-right {
	background: #212121;
	width: 100%;
	margin-bottom: 40px;
}
.ph {
	float:right;
	text-align:center;
}
.top-phone {
	width: 90%;
}
a {
  color: #212121;
}
a:hover, a:focus {
  color: #212121;
}
.nav-space {
	padding: 0 40px;
}
.abt-cnt, .abt-cnt:hover{
	color:#5e7a6d;
}
.carrier-content .col-md-6 {
	margin-bottom: 60px;
}
.about-img, .about-content {
	padding-left: 0px;
}
.staff-img{
	box-shadow: 0 0 10px #212121;
}
.team-member{
	font-size: 25px !important;
	
}
.about-img, .about-img img{
	text-align:center;
	margin:0 auto;
}
.contact-hrs{
	margin-bottom:20px;
}
.is-cms .carousel-inner.main::after, .is-cms .grad-overlay::after {
	z-index: -2;
}
