body {
	position: relative;
	padding: 0;
	font-family: Georgia, serif;
	color: #404552;
}
html, body {
	height: 100%;
	width: 100%;
}
.wrapper{
display:block;
overflow-x:hidden;
}
/* Typography */
h1, .h1 {
	font-size: 56px;
	font-weight: 700;
	color: #500;
	font-family: 'Lobster', cursive;
}

/*Container width */
.wdth-menu {
	width: 90%;
}
/* Logo */
.ins-logo {
	display: inline-block;
}

#agency-logo {
	padding: 0px 0px;
	margin: 0px;
	width: 100%;
}
.logo-agency {
	margin: 20px 0px 15px -20px;
}
.logo-agency img {
	max-width: 100%;
	display: inline-block;
	margin-bottom:20px;
}

/* Social icons And Number */
.ph {
	float: right;
	font-size: medium;
	color: #13140f;
	font-size: 24px;
	font-family:'Open Sans', sans-serif;
	
}
.ph a {
	color: #13140f;
}

.social{
margin: 20px 0px 0px 0px;
}
.social [class*="fa fa-"] {
	background-color: #4267b2;
	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: #bdbdbd;
	width: 100%;
	margin-top: -1px;
}
.lob h2 {
	color: #500;
font-size: 40px;
	line-height: 45px;
	margin: 0px;
	opacity: .99;
	font-family: 'Lobster', cursive;
}
.lob p {
	color: #13140f;
	font-size: 22px;
	margin-top: 15px;
	margin-bottom: 20px;
	opacity: .99;
}
.lob .row {
	display: flex;
	align-items: center strech;
	align-content: center;
}
.lob .row>div {
	background: #fff;
	margin: 80px 15px;
	padding: 20px 20px;
}
.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%)
	
}
:-ms-fullscreen, :root   .lob-icon { padding-left: 53px;}
.lob .fa {
	font-size: 45px;
	color: #500;
	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: 2px 3px 2px #bdbdbd;
}
.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 2px 1px #bdbdbd;
}
.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;
	text-transform: uppercase;
	width: 245px;
	text-transform: uppercase;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 35px;
	font-size: 23px;
	border-radius: 5px;
	color: #393a4c;
}

/* main content */
.main-cnts {
	color: #13140f;
	clear: both;
}
.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(153, 153, 153,0.7);
	color: #fff;
	padding: 80px 0;
}
.testimonial-section-bg {
	background: url("../img/testimonial-bg.png")no-repeat;
	background-size: cover;
}
.testimonial-section h2 {
	font-size: 56px;
	font-family: 'Lobster', cursive;
	margin-bottom: 20px;
}
.testimonial-section p {
	font-size: 30px;
	line-height: 44px;
	font-weight: 400;
	font-style: italic;
	font-family: Georgia, serif;
	margin-bottom: 20px;
}
.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: 120px;
}
.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-weight: 600;
	font-size: 56px;
	font-family: 'Lobster', cursive;
	color:#500;
}

/* 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: #500;
}
.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: #fff;
	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:10px;

display: inline-block;
	
	margin: 0 2em 0 0em;
	list-style: none;
	text-align: center;
	
}
.footer-nav ul li a{
color:#fff;
font-size:21px;
line-height:42px;
display:inline-block;
text-transform:uppercase;
}
.footer-nav ul li:hover, .footer-nav ul li.active{
	background:#bdbdbd;
	
}
.footer-nav ul li a:hover{
 text-decoration:none;
}
.footer-agency-logo{
margin:40px 0;}
.footer-agency-logo img{
	display:inline-block;
}
ul.footer-drop li{
	padding:0px;
	}

.foot-side-info {
	background-color:#999;
	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: 7px;
	color: #fff;
	font-size: 18px;
}


.footer-contact-info li a {
	color: #fff;
}
.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:#500;

padding:30px 0;
}
.lob-inner h1{
color:#fff;
margin-top: 10px;
}
.inner-contents h2{
font-size:44px;
font-family: 'Lobster', cursive;
padding:15px 0 15px 0;
color:#500;
}
.inner-contents h3{
font-size:30px;
font-family: 'Lobster', cursive;
color:#500;
/*padding:40px 0 30px 0;*/
}
.inner-contents p, .inner-contents ul li{
font-size:21px;
line-height:30px;
}
.inner-contents ul li{
font-size:20px;
line-height:30px;
}
/**/
.inner-down-section {
	background:rgba(153, 153, 153,0.7);
	color: #fff;
	padding: 180px 0;
}
.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: 'Lobster', cursive;
	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 li{
	font-size:26px;
	margin-bottom:15px;
}
a {
    color:#58150b;
}

a:hover,a:focus {
    color:#905850;
}
/* Jot Form */
.right-side {
    background: #bdbdbd;
    padding-bottom: 30px;
    padding-top: 10px;
    margin-top: 65px;
	float:right;
}
.quote-box-form h3{
color:#fff;
font-family: 'Lobster', cursive;
font-size:32px;
}
.lob-jot-form {
    border: 0;
    height: 538px !important;
    width: 100%;
}

#cpIframe,#csframe{
height:1600px!important;
border:0;
width:100%!important;
}
#ContactJotFormIFrame{
height:400px!important;
border:0;
}
.carrier-content p , .carrier-content p span a{ 
color:#333;
}
.carrier-content p a.btn {
background:#500;
color:#ffffff;
}
.carrier-content p a:hover{
color:#cccccc;
}
#carrier-title {
text-align:center;
font-size:42px;
font-weight:bold;
color:#500;
text-shadow:0px 1px 1px #333;
}
.carrier-list{
color:#333;
padding-bottom:10px;
border-bottom:solid 2px #bdbdbd; }

/* Navigation */
.nav-content {
  padding: 0px;
}

.navbar-default,
.navbar-default .navbar-collapse,
.dropdown-toggle {
  background: transparent;
  border: none;
  margin: 0px;
  position:relative;
  z-index:3;
}

#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: #bdbdbd 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: #bdbdbd!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: #bdbdbd;
 color: #fff !important;
}

.navbar-nav > li > a {
  padding: 10px 20px !important;
  line-height: 30px;
  font-family:'Open Sans', sans-serif;
  color:#13140f;
  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:#bdbdbd;
  color:#fff;
}
.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:#460000;
  padding: 0px;
  font-weight: 600;
}

.nav .dropdown.open .caret {
  border-top: none;
  border-bottom: 4px solid #fff;
}

.dropdown-menu{background:#bdbdbd;}
.dropdown-menu li a{color:#fff;}
.dropdown-menu li a:hover, .dropdown-menu li a.active{color:#500;}
.gmap{
width:100%;
border:2px solid #bdbdbd;
height:320px;
}
a.anc-jmp-fnt{
color: #bdbdbd;
}
span.phone-no a{
color:#404552;
}
.main-cnts h1{
	font-size:47px;
}

.google-translate {

    background: #500;
    padding: 5px;

}

.goog-te-gadget-simple{
	padding: 6px !important;
	font-size: 14pt !important;
}

.translated-ltr .footer-nav ul li a {
    font-size: 17px;
}

.translated-ltr .quote-box h2 {
    font-size: 30px;
}
.translated-ltr .main-cnts h1 {
    font-size: 40px;
}
.translated-ltr .navbar-nav > li > a {
       font-size: 15px;
}
.translated-ltr .site-info li {
    line-height: 34px;
}

.flex-wrapper {
    display: flex;
}
.flex-wrapper .right-side {
    order: 2;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 

   ul.navbar-nav{

                   font-size:1%;

   }

}