@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Medium.woff2') format('woff2'),
        url('../fonts/Oswald-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Signika';
    src: url('../fonts/Signika-Bold.woff2') format('woff2'),
        url('../fonts/Signika-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Regular.eot');
	src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/Roboto-Regular.woff2') format('woff2'), 
	url('../fonts/Roboto-Regular.woff') format('woff'), 
	url('../fonts/Roboto-Regular.ttf') format('truetype'), 
	url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}


body {
    font-family: 'Oswald';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: #141414;
    font-weight: normal;
    font-style: normal;
	
}
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
ul,
ol,
li,
form,
input,
textarea,
dl,
dt,
dd {
    padding: 0px 0px 0px 0px;
    margin: 0;
    font-weight: normal;
    vertical-align: baseline;
}
header,
footer,
section,
nav,
article,
aside {
    display: block;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    font-weight: normal;
    vertical-align: baseline;
}
ul {
    list-style: none;
}
li {
    list-style: none;
}
img {
    outline: none;
    border: none;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
}
a {
    outline: none;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.clr {
    clear: both;
    height: 0px;
    margin: 0px;
    padding: 0px;
}
a:focus {
    outline: none;
    text-decoration: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
 outline: none;
 outline: none;
 outline-offset: -2px
}


/*================================================\\\\\\\\\\\\header/////////////==================================*/

.site-nav-inner {
    float: left;
}
.top-bar {
	background: #000000;
	padding: 10px 0;
}

.top-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.top-social li {
	display: inline-block;
	padding: 0;
}
.top-social li a {
	color: #fff;
	margin-right: 15px;
	font-size: 14px;
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	-o-transition: 400ms;
	transition: 400ms;
}
.top-social li a {
	color: #fff;
	font-size: 14px;
}
.social-icon1{ padding-right:15px;}

.header-right {
    float: right;
}
ul.top-info {
	list-style: none;
	margin:21px 0 0 0;
	padding: 0; text-align:right;
	float: right;
}
ul.top-info li {
	position: relative;
	float: left;
	font-size: 14px;
	margin-left: 22px;
}
ul.top-info li .info-box span.info-icon {
	font-size: 36px;
	color: #ba7b2b;
	display: inline-block;
}
ul.top-info li .info-box .info-box-content {
	display: inline-block;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
ul.top-info li .info-box .info-box-title {
	font-weight: 500;
	color: #3d4049;
	font-size: 27px;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: normal;
}
ul.top-info li .info-box .info-box-subtitle {
	margin: 0 0 5px 0;
	line-height: normal;
	color: #777;
	font-size: 13px;
}
.logo img {
	width: 300px;
	margin:11px 0;
}
.affix {
    top: 0;
    width: 100%;
  }

/* Padding for a smoth affix */
.affix + .container-fluid {
  padding-top: 72px;
}
.site-navigation {
	background: #ba7b2b;
	border:none;
	border-radius:0px;
	margin-bottom:0 !important;
	z-index: 9999;
}
.navbar-collapse {padding-left: 0;}
.navbar-nav > li:hover > .dropdown-menu{opacity:1; visibility:visible;}
.navbar-nav > li:hover > a{background:#000; color:#fff;}
.dropdown-menu{display:block; opacity:0; visibility:hidden; transition:all ease-in-out 0.3s;}
.dropdown-menu > li > a{ font-size:15px; text-transform:uppercase;
display: block;
padding: 7px 20px;
clear: both;
font-weight: 400;
line-height: 1.42857143;
color: #000;

}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{ background-color:#000; color:#fff}
.dropdown-menu > li > a:hover{ background-color:#000; color:#fff; webkit-transition: 350ms;
-moz-transition: 350ms;
-o-transition: 350ms;
transition: 350ms;}
.navbar-default .navbar-nav > li > a{ font-size:19px; color:#fff; text-transform:uppercase; padding-top: 20px;
padding-bottom: 20px;}

.navbar-default .navbar-nav > .active > a{ background-color:#000; color:#fff;}
.find-agent {
	background: #000;
	position: relative;
}
.find-agent::before {
    content: '';
    position: absolute;
    right: 100%;
    z-index: 999;
    border-bottom: 60px solid #000;
    border-left: 30px solid transparent;
    border-right: 0 solid transparent;
    bottom: 0;
}
.find-agent a {
	color: #fff;
	padding: 0 30px 0 17px;
	line-height: 60px;
	position: relative;
	z-index: 10;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

.demo-code{ background-color:#ffffff; border:1px solid #333333; display:block; padding:10px;}
.option-table td{ border-bottom:1px solid #eeeeee;}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{ background-color:#000; color:#fff;}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover{ background-color:#000; color:#fff; webkit-transition: 350ms;
-moz-transition: 350ms;
-o-transition: 350ms;
transition: 350ms;}
/*================================================\\\\\\\\\\\\header/////////////==================================*/

.intro-title {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 32px;
	font-weight: 400;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.intro-title .title-head {
	font-size: 28px;
	display: block;
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: 0;
}
.ts-service-wrapper {
	text-align: center;
}
.ts-service-wrapper .ts-service-icon {
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	-o-transition: 400ms;
	transition: 400ms;
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
.ts-service-icon-wrapper .ts-service-icon {
	font-size: 40px;
	background: #ba7b2b;
	color: #fff;
	width: 100px;
	height: 100px;
	line-height: 100px;
	display: inline-block;
	border-radius: 100%;
	margin: 25px 0 10px;
}
.intro-feature .ts-service-wrapper .ts-service-info h3 {
	text-transform: capitalize;
	font-weight: 500;
	line-height: 22px;
	font-size: 16px;
	text-transform: uppercase;
}
.ts-service-wrapper:hover .ts-service-icon {
	border: 5px solid rgba(0, 0, 0, 0.3);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.intro-text{ font-family: 'Roboto'; color:#8f8c92;}
.ts-service-info p {
	margin-top: 15px;
	font-family: 'Roboto';
	color: #8f8c92;
	height: 47px;
	overflow: hidden;
}
.servreadmore {
	color: #ba7b2b;
	font-family: roboto;
	font-size: 13px;
}

#ts-features {
	padding: 80px 0;
	border-bottom: 2px solid #ba7b2b;
}
.about_image img {
    margin: 0 auto;
}
.ts-features .intro h2{padding-bottom:20px;}

/*================================================\\\\\\\\\\\\service/////////////==================================*/

.section-title.center-text {
	text-align: center;
}
.section-title h6 {
	color: #999;
}
.section-title h2 {
	margin-bottom: 10px;
	font-weight: 600;
	letter-spacing: 2px;
}
.section-title.center-text p {
	width: 50%;
	margin: 10px auto 20px;
	font-family: 'Roboto';
	color:#999
}
.ser-block {
	text-align: center;
	background-color: #f3f3f3;
	padding: 30px 10px;
	margin: 15px 0px; min-height: 365px;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.ser-icon {
	font-size: 3.4285714285714284em;
	color: #000000;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	margin-bottom: 10px;
}
.ser-block p.content {
	padding: 0px 10px 0px;
	font-family: 'Roboto'; color:#000;
	font-size:13px;
}
.ser-block hr {
	width: 30px;
	height: 3px;
	background-color: #003058;
	border: none;
}
.ser-block:hover h4 {
	color: #fff;
}
.ser-block:hover {
	background-color: #ba7b2b;
	color: #ccc;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.ser-block:hover .ser-icon {
	color: #fff;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.services{ padding:80px 0px;}
.section-title h2 {
	margin-bottom: 10px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform:uppercase;
}
.ser-block h4 {
    color: #ba7b2b; text-transform:uppercase;
}

/*================================================\\\\\\\\\\\\service/////////////==================================*/
/*================================================\\\\\\\\\\\\testimonials/////////////==================================*/

.testimonials {
	background-image: url(../images/bg-01.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	color: #fff;
	padding:80px 0 50px;
}


#fade-quote-carousel blockquote {
	text-align: center;
	border: none;
	margin-bottom: 0;
}
#fade-quote-carousel blockquote .person {
	color: #ccc;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#fade-quote-carousel .profile-circle {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 100px;
	background: #003058;
	margin-bottom: 10px;
	margin-top: 23px;
}
#fade-quote-carousel .profile-circle img {
	border-radius: 100px;
}
blockquote p.quate-text {
	color: #ccc;
	font-style: italic;
	font-weight: 300;
	width: 80%;
	margin: 15px auto;
	font-family: 'Roboto';
}
/*================================================\\\\\\\\\\\\testimonials/////////////==================================*/

.news-img {
	position: relative;
	display: inline-block;
}
.news-img-holder {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.news-img-holder::before {
	position: absolute;
	content: '';
	width: 150px;
	height: 150px;
	border-radius: 100%;
	background: #ba7b2b;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	-o-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	visibility: visible;
	opacity: 1;
}
.news-img-holder .t-icon {
	position: absolute;
	font-size: 40px;
	color: #fff;
	z-index: 3;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	-o-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
}
.fa-external-link::before {
	content: "\f08e";
}
.news-date {
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: .1px;
}
.news-txt {
	padding-top: 24px;
}
.news-inner:hover .news-img-holder::before {
	-webkit-transform: translate(-50%, -50%) scale(3);
	-ms-transform: translate(-50%, -50%) scale(3);
	-o-transform: translate(-50%, -50%) scale(3);
	transform: translate(-50%, -50%) scale(3);
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	visibility: hidden;
	opacity: 0;
}
.news-inner:hover .news-img-holder .t-icon {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
-webkit-transition-delay: .2s;
 transition-delay: .2s;
}
.bg-c-2 {
    background: #000!important;
	color:#fff;
}
.post-body {
    padding: 20px 0;
}
.post-title {
	font-size: 20px;
	letter-spacing: -1px;
	line-height: 24px;
	font-weight: normal;
	margin: 0 0 13px;
	font-family: 'Roboto';
	height: 34px;
}
 .post-title a {
	color: #3d4049;
}
.post-item-date, .post-item-author {
	color: #999;
	font-size: 12px;
	font-family: roboto;
	font-weight: 300;
}
.post-item-author {
	margin-left: 5px;
}
 .btn-dark {
	color: #fff;
	border-radius: 2px;
	padding: 12px 30px;
	font-size: 14px;
	
	border: 0;
	font-weight: 500;
	letter-spacing: 1px;
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	-o-transition: 400ms;
	transition: 400ms;
	background-color:#ba7b2b;
}
.btn-dark:hover{ background-color:#000; color:#fff;}
.post-text{ font-family: 'Roboto'; color:#999999; font-size:13px;
margin-top: 0;}

.news-1.sp-lg {
    padding:80px 0;
}





footer {
	background-color: #222222;
	color: #868686;
}
.widget-footer {
	padding: 44px 0 67px;
}
.widget-footer h3.widget-title {
	font-size: 20px;
	color: #ffffff;
	line-height: 20px;
	margin-bottom: 37px;
	padding-bottom: 22px;
	position: relative;
	text-transform:uppercase;
}
.widget-footer h3.widget-title::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 2px;
	width: 60px;
	height: 1px;
	background-color: #ba7b2b;
}

.widget-services ul.one-half li {
	margin-bottom: 11px;
}
.widget-services ul.one-half li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}
.widget-subscribe form label {
	margin-bottom: 10px;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
}
#subscribe-email {
	background-color: #2d2d2d;
	border-radius: 0;
	max-width: 350px;
	border: 1px solid #2d2d2d;
	height: 45px;
	width: 100%;
	padding-left: 20px;
	font-size: 13px;
}
.widget-subscribe form button {
	padding: 0px 32px 0 29px;
	line-height: 42px;
	position: relative;
}
.logo-ft a img {
    width: 217px;
    margin-bottom: 30px;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	display: inline-block;
	color: #fff;
	padding: 0px 27px 0 27px;
	height: 45px;
	line-height: 42px;
	font-size: 14px;
	color: #ffffff;
	background: #ba7b2b;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 4px;
	font-weight: 600;
	
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	letter-spacing: 0.5px;
	border: none;
}
.info_text{ color:#fff; font-family: 'Roboto'; font-size: 15px;}
.margin_r{ margin-right:30px}
.widget-services {
	padding-left:40px;
   
}
.widget-subscribe{
	padding-left:40px;
	}

.copyright-wrapper {
    padding: 24px 0;
    float: left;
    width: 100%;
    background: #101010;
}
.copyright-wrapper .social-iconbox {
    border-top: 2px solid #393939;
    position: relative;
}
.copyright-wrapper .social-iconbox ul {
    margin: -25px 0 0 40px;
    padding: 0 0 30px;
}
.copyright-wrapper .social-iconbox li {
    display: inline-block;
    padding-right: 40px;
    position: relative;
    text-align: center;
    top: 14px;
    z-index: 9999;
}
.copyright-wrapper .social-iconbox li:before {
    background-color: #101010;
    border-radius: 50%;
    content: "";
    height: 40px;
    left: -15px;
    position: absolute;
    top: -10px;
    width: 40px;
    z-index: -1;
}
.sc-icons li a {
    color: #fff;
}
.copy_r {
    color: #fff;
    font-size: 13px;
    font-weight: normal;
	 font-family: 'Roboto';
}

#back-to-top {
    background-color: #ba7b2b;
    border: medium none;
    border-radius: 10px;
    bottom: 10px;
    color: #fff;
    cursor: pointer;
    line-height: 30px;
    opacity: 1;
    padding: 3px 14px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    transition: all 1s ease 0s;
    z-index: 9999;
}
.about_image {
	padding-top: 4px;
}
/*================================================\\\\\\\\\\\\About us/////////////==================================*/
/*banner-form*/

.banner{position:relative;}
.banner .desc{position:absolute;bottom:15%;left:0;width:100%;z-index:99;}
.banner:after{content:"";position:absolute;top:0;left:0;z-index:1;height:97%;width:70%;background: linear-gradient(90deg, rgba(0,0,0,0.7567226719789478) 0%, rgba(0,0,0,0.48501398850555844) 35%, rgba(0,0,0,0) 100%); }
.banner .desc h1{font-family: 'Roboto';font-size:70px;line-height:72px;color:#fff;font-weight:600;text-transform:uppercase;padding-bottom:35px;padding-top: 50px;}
.banner .desc p{font-family: 'Roboto';font-size:17px;line-height:24px;color:#fff;font-weight:400;}

.banner .desc form{border-radius:8px;background:#fff;padding:35px;}
.banner .desc form label{font-family: 'Roboto';font-size:36px;line-height:40px;color:#000000;padding-bottom:20px;}
.banner .desc form .form-control{font-family: 'Roboto';height:52px;border-radius:5px;border:1px solid #c9c9c9;color:#000; font-weight:400;}
.banner .desc form .form-control:focus{box-shadow:none;border-color:#ba7b2b;}
.banner .desc form .btn{font-family: 'Roboto';font-size: 22px;line-height: 24px;color: #fff;padding: 12px 35px;border-radius: 5px;background:#ba7b2b;transition: all 500ms ease-in-out;border: 2px solid transparent;height: 52px;}
.banner .desc form .btn:hover{background:#000;}


@media(max-width:991px){
.banner .desc { position: relative;background: #000;padding: 30px 0;}
.banner::after {display:none;}
.banner .desc h1{font-size: 30px;line-height: 32px;padding-bottom: 22px;padding-top: 15px;}
.banner .desc h1 br{display:none;}
.banner .desc form{padding: 20px;margin-top: 20px;}


}



/*banner-form*/

.banner-area {
    position: relative;
    min-height: 250px;
    color: #fff;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
}
.banner-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    z-index: 0;
    margin-top: -45px;
}
.banner-title {
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    line-height: normal;
    margin: 0;
    letter-spacing: 2px;
}
.breadcrumb {
    font-size: 12px;
    background: none;
    color: #fff;
    font-weight: 600;
    padding-top: 0;
	padding-left:0;
}
.high_l a{ color: #ba7b2b}
.aboutdetail_toprow{display:flex;}
#main-container {
    padding:80px 0;
    position: relative;
}
.about-us-intro {
    max-width: 750px;
    margin: 0 auto;
}
.about-text {
    display: block;
    min-height: 360px;
    position: relative;
    padding:60px 50px;
}
.col-md-6.about-img {padding: 0;}
.about-img img{height:100%; width:100%; object-fit:cover;}
.solid-row {
    background: #f0f0f0; 
}
.text-center.about-us-intro h2 {
    font-size: 27px;
    padding-bottom: 16px;
    color: #ba7b2b;
}
.text-center.about-us-intro p {
    font-family: 'Roboto';
    margin-bottom: 12px;
}
.col-md-6.about-text h3 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
	margin-top: 10px;
	color: #ba7b2b;
}

.col-md-6.about-text p {
    text-align: justify;
    margin-top: 18px;
	 font-family: 'Roboto';
}

.col-md-6.about-text ul {
    text-align: justify;
    margin-top: 18px;
	 font-family: 'Roboto';
}

.col-md-6.about-text ol {
    text-align: justify;
    margin-top: 18px;
	 font-family: 'Roboto';
}

.team_member_row{padding:80px 0 50px; background:#fafafa;}
/*.teammember-row img{width:100%; display:block; height:250px; object-fit:cover;}*/
.teammember-row img{ display:block; height:150px; object-fit:cover; margin-left: auto;  margin-right: auto; width: 50%;}
.pf_img{position:relative;}
.pfshortdetail {
	position: relative;
	background: rgb(186, 123, 43);
	width: 100%;
	box-sizing: border-box;
	padding: 15px; margin-bottom:30px;
}
.pfshortdetail h4 {
	color: #ffff;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 20px;
}
.pfshortdetail p {
	color: #fff;
}
.pfdetailbtn {
	float: right;
	position: absolute;
	right: 20px;
	top: 23px;
	background: #fff;
	color: #000;
	padding: 5px 13px;
	font-size: 13px;
	text-transform: uppercase;
}








/*================================================\\\\\\\\\\\\About us/////////////==================================*/

/*================================================\\\\\\\\\\\\contact us/////////////==================================*/
.sidebar .widget-title {
    position: relative;
    margin-bottom: 40px;
    margin-top: 0;
    line-height: normal;
    letter-spacing: -1px;
	color:#ba7b2b;
}
.sidebar .widget-title:after {
    content: '';
    width: 30px;
    left: 0;
    bottom: -10px;
    height: 3px;
    background: #ba7b2b;
    position: absolute;
}
.contact-info-box {
    margin-top: 25px;
}
.contact-info-box i {
    float: left;
    font-size: 20px;
    color: #ba7b2b;
}
.contact-info-box .contact-info-box-content {
    padding-left: 40px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
}

.contact-info-box .contact-info-box-content h4 {
    font-size: 16px;
    line-height: normal;
    color: #ba7b2b;
}
.contact-info-box .contact-info-box-content p {
    margin-bottom: 0;
	font-family: 'Roboto';
	font-size: 15px;
}
.form-control1 {
    box-shadow: none;
    border: 1px solid #dedede;
    padding: 5px 20px;
    height: 44px;
    background: none;
    color: #959595;
    font-size: 14px;
    border-radius: 0;
}
.contact-form-title {
    margin-top: 0;
    margin-bottom: 30px;
    line-height: normal;
}
.design {
    font-weight: normal;
	color:#ba7b2b;
}
.submit_btn{
    color: #fff;
    border-radius: 2px;
    padding: 12px 30px;
    font-size: 14px;
    text-transform: uppercase;
    border: 0;
   
    letter-spacing: 1px;
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
	background-color:#ba7b2b;
}
.submit_btn:hover{ background-color:#000; color:#fff}
#contact {
    margin-bottom: 47px;
}

textarea.form-control.form-control-message{height:120px;}


/*================================================\\\\\\\\\\\\contact us/////////////==================================*/
/*================================================\\\\\\\\\\\\blog/////////////==================================*/

.mb-30 {
    margin-bottom: 30px !important;
	height:600px;
}
.post .entry-header {
    position: relative;
}
.post .post-thumb {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.img-fullwidth {
    width: 100% !important;
}
.post .entry-header .entry-date {
    bottom: -25px;
    position: absolute;
    right: 10px;
    z-index: 1;
}
.font-16 {
    font-size: 16px !important;
}
.border-top-theme-colored2-3px {
    border-top: 3px solid #000 !important;
}
.pl-15 {
    padding: 15px !important;
}
.mr-10 {
    margin-right: 10px !important;
	font-size: 15px;
	font-family: 'Roboto';
	color:#999;

}
.mt-5 {
    padding: 10px 0;
    font-size: 14px;
	font-family: 'Roboto';
}
.font-weight-600.m-0{
    padding: 20px 0;
	color:#ba7b2b;
}
.font-weight-600.m-0 a{
	color:#ba7b2b;
}

.bg-theme-colored {
    background-color: #ba7b2b !important;
	color: #fff;
}
#news {
    padding: 40px 0;
}

.devoloped{ color:#ba7b2b; margin-top:10px}

.widget .search-input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c0c0c0;
    border-radius: initial;
    box-shadow: none;
    height: 45px;
    padding: 10px;
	/*z-index: -1;*/
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 0;
    margin-left: -1px;
}
.widget .search-button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c0c0c0;
    border-radius: 0;
    height: 45px;
	margin-top: 0;
	color:#000;
}
.widget ul.list li{
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.widget ul.list li a{
  font-family: 'Roboto';
  color:#000;
}
.list-border li {
    border-bottom: 1px dashed #d3d3d3;
    padding: 10px 0;
}
.post.media-post .post-thumb {
    float: left;
    margin: 0 10px 10px 0;
}
.search-form {
    margin-bottom: 27px;
}

.post-right h5 {
	 font-family: 'Roboto';
	 font-size: 14px;
	 color:#ba7b2b;
	 margin: 0 0 2px;
	 line-height:18 px; 
}
.post-right h5 a{  color:#ba7b2b}

.post-right p{font-family: 'Roboto'; font-size: 13px;}
.pl-15 {
    padding-left: 15px !important;
}
.entry-title.pt-10.pl-15 h4 a {
    color: #ba7b2b;
}
.entry-meta {
    font-size: 15px;
    font-family: 'Roboto';
    color: #999;
    padding-left: 15px;
    padding-bottom: 15px;
}
.post .entry-content {
    position: relative;
    background: #f8f8f8;
    padding: 15px;
	font-family: 'Roboto';
}
blockquote.theme-colored {
    border-left: 3px solid #002E5B;
}
blockquote {
    border-left: 3px solid #eeeeee;
    margin: 20px 0;
    padding: 30px;
}
blockquote p {
    font-family: 'Roboto';
    font-size: 16px;
    font-style: italic;
}
blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
	background-color:transparent;
}
.mb-0 {
    margin-bottom: 0!important;
}
.pr-20 {
    padding-right: 20px !important;
}
.styled-icons li {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
}
.styled-icons a {
    color: #333333;
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    width: 32px;
    float: left;
    margin: 5px 7px 5px 0;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.text-theme-colored2 {
    color: #ba7b2b !important;
}

.comments-area {
    padding: 15px 0;
}
.comments-area h5 {
    margin-bottom: 10px;
    color: #ba7b2b ;
}
.media.comment-author {
    padding: 15px 0;
}
section.blog_details {
    padding: 30px 0;
}
/*================================================\\\\\\\\\\\\blog/////////////==================================*/

.skdslider .slide-desc1 {
    background:rgba(186, 123, 43, 0.7);
    right: 0;
    padding: 30px 15px 30px 15px;
    position: absolute;
    bottom: 37px;
    max-width: 22%;
	display:inline-block;
	text-align:center;
}
.slide-desc1 h2 {
    color: #fff;
    font-size: 22px;
    padding-bottom: 13px;
}
.slide-desc1 p{ color:#fff; font-size:15px; font-family: 'Roboto';}

.company_logo {
	padding: 20px 0;
}
.company_logo a img:hover {
    opacity: 0.50 !important;
    webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}
.widget-footer.widget-services ul li a:hover {
color: #ba7b2b;
 webkit-transition: 350ms;
-moz-transition: 350ms;
-o-transition: 350ms;
transition: 350ms;
}
.social-iconbox ul li a:hover {
color: #ba7b2b;
 webkit-transition: 350ms;
-moz-transition: 350ms;
-o-transition: 350ms;
transition: 350ms;

}
.company_logo1 {
	border: 1px solid #ba7b2b;
	padding: 10px;
}

.company_logo1 img {
	margin: 0 auto;
}
.company_logo1:hover {
	border-color: #000;
	 webkit-transition: 350ms;
-moz-transition: 350ms;
-o-transition: 350ms;
transition: 350ms;
}
.news-img img {
    width: 100%;
    height: 250px;
}
.post.media-post.clearfix.pb-0.mb-10 img {
    width: 80px;
    height: 80px;
}

.npage_title {
	font-size: 27px;
	padding-bottom: 16px; text-align:center;
	color: #ba7b2b;
}
.normalpage_inner p {
	font-weight: 300;
	font-family: 'Roboto';
	font-size: 15px;
}
.panel-grid-cell .widget-title {
	padding-bottom: 10px;
}


/* ============= NEW CSS FOR FORM ============= */
.form_wrapper_main{overflow:auto;}
.form_wrapper{margin:0 auto; min-width:1100px; font-family: Arial, Helvetica, sans-serif}

.form_hdr{display:block}

.form_heading {
	float: left;
	font-size: 24px;
	margin-top: 60px;
	text-align: left;
	font-family: 'Oswald';
}

.rlogo{float:right; width:140px; margin-top:30px}

.rlogo img{width: 100%}

.t_head {
	margin-top: 15px;
	font-size: 13px;
	background-color: #d9d9d9;
	padding: 8px;
	font-weight: bold;
	border-left: 1px #ccc solid;
	border-top: 1px #ccc solid;
	border-right: 1px #ccc solid;
}

.info_detail{font-size:14px; border:thin; background-color:#d9d9d9}

.clear{clear:both}

.labels{font-size:13px;}

.labels label {
    padding: 10px; margin:0; font-weight: normal;
	float:left; border-right: 1px #ccc solid; border-left: 1px #ccc solid;
    box-sizing: border-box;
    display: inline-block;
}
.labels label:first-child{border-left:0;}


.labels1{border-color:#d9d9d9;font-size:13px;}
.labels1 label {  margin:0;font-weight: normal;
	padding: 10px;
	border-left: 1px solid #ccc;
	float: left;
	box-sizing: border-box;
	display: inline-block;
}
.form_display br {
	display: none;
}
.labels input{
    padding: 10px;
    box-sizing: border-box; border:0; display:inline-block;
}
.labels input[type="text"], .labels1 input[type="text"] {
	/*width: 100%;*/
}
.labels1 input{
    padding: 10px;
	border:0;
}
.form_wrapper span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 9px;
}

.labels input[type="radio"]{
  padding: 0.3em;
  -webkit-appearance: none;
  outline: 0.1em solid #ccc;
  outline-offset: 0.1em;
  
 	
}

.labels input[type="radio"]:checked{
  display: inline-block;
  background-color: #000;
}

.labels1 input[type="radio"]{
  padding: 0.3em;
  -webkit-appearance: none;
  outline: 0.1em solid #ccc;
  outline-offset: 0.1em;
  border:none;

}

.labels1 input[type="radio"]:checked
{
  display: inline-block;
  background-color: #000;
}

.form_display {
	display: flex;
	border: 1px #ccc solid; border-top: 0;
}
.labels1 label:first-child {
	border-left: 0;
}

.width10{width:10%;}
.width15{width:15%;}
.width18{width:18%;}
.width20{width:20%;}
.width23{width:23%;}
.width25{width:25%;}
.width28{width:28%;}
.width30{width:30%;}
.width32{width:32%;}
.width35{width:35%;}
.width37{width:37%;}
.width38{width:38%;}
.width40{width:40%;}
.width42{width:42%;}
.width45{width:45%;}
.width48{width:48%;}
.width50{width:50%;}
.width52{width:52%;}
.width55{width:55%;}
.width58{width:58%;}
.width90{width:90%;}
.width479px{width:479px;}
.width187px{width:187px;}
.minwidth{min-width:60px;}
.minwidth300{min-width:300px;}
.minwidth90{min-width:90px;}
.minwidth70{min-width:70px;}

.form_submit{text-align:center; padding:15px 0;}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {margin: 0;height: 100%;}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {height: 100%;}
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item.last label {border-right: 0;}

.gap-40 {height: 40px;}
.labels label.noborder{border:0;}

.joteam_row{padding:0 0 50px; border-bottom:1px #ecebeb solid; margin-bottom:50px;}
.joteam_row p{font-weight:normal; font-size:14px; font-family:'roboto';}
.joteam_row h3{padding:0 0 13px;}
.applynowbtn{display:inline-block; margin-top:15px;}
.joteam_row:last-child{border-bottom:0; margin-bottom:0;}
#main-container.no-padding {padding: 0;}

.input-email input {box-sizing: border-box;padding: 10px;width: 100%;margin-bottom: 15px;font-weight: normal; font-family: roboto; border: 0;}

/* === Get A Quote Form ==== */
.quote_form_main{font-family:roboto;}
.quote_form_main input[type="text"]{border:0; border-bottom:1px #000 solid; outline:0; padding:0 5px; box-sizing:border-box;}
.qf_row textarea{background:url(../images/textarea_bg.jpg); width:100%; height:51px; resize:none; border:0; outline:0; line-height:24px}
.qf_row {padding:7px 0;font-size: 14px;}
.qf_row label{font-weight: normal;display: inline-block;padding:0 20px 4px 5px;	margin: 0;}
.qf_row h4 {font-size: 15px;font-weight: bold;margin: 10px 0;}

.width70{width:70px;}
.width80{width:80px;}
.width90{width:90px;}
.width100{width:100px;}
.width110{width:110px;}
.width120{width:120px;}
.width130{width:130px;}
.width140{width:140px;}
.width150{width:150px;}
.width160{width:160px;}
.width170{width:170px;}
.width180{width:180px;}
.width190{width:190px;}
.width200{width:200px;}

.qf_row label.padding_top{padding-top: 11px; padding-left:0;}


.owl-controls { position: absolute; top: 41%; width: 100%;}
.owl-prev {position: absolute; left:-40px; font-size:0;} 
.owl-next {position: absolute; right: -40px; font-size:0;}
.owl-next::after {
	content: '\f105';
	font-family: fontawesome;
	font-size: 50px;
}
.owl-prev::after {
	content: '\f104';
	font-family: fontawesome;
	font-size: 50px;
}


.site-navigation.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 500;
}

.progress_bar {
  border: 2px #ccc solid;
  border-radius: 20px;
  margin: 10px 0 20px; overflow: hidden;
}
.progress_meter {
  background: #ba7b2b;
  border-radius: 20px 0 0 20px;
  text-align: right;
  box-sizing: border-box;
  padding-right: 10px;
  color: #fff;
}


.quoteform_steps {
	display: none;
	padding: 20px 0;
}
.quoteform_stepbtn {
	padding: 20px 0;
	text-align: center;
	margin-top: 20px;
}
.quoteform_stepbtn a {
	display: inline-block;
	padding: 11px 40px;
	background: #ba7b2b;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
}
.quoteform_stepbtn a.qtform_backbtn {
	background: #424242;
}
input[type="button"].efsubmit {
	padding: 11px 40px;
	border-radius: 0;
	font-size: 17px;
	line-height: normal;
	/*display: none;*/
}

.quoteform_stepbtn a:hover, input[type="button"].efsubmit:hover{background:#000;}


.quoteform_steps h3 {
	border-bottom: 1px #ba7b2b solid;
	text-transform: uppercase;
	padding: 0 0 6px;
	font-weight: bold;
	font-family: 'Oswald';
	margin-bottom: 5px;
}

.quote_form_main input[type="text"].error {
	border-color: #f00;
	background: #ffe9e9;
}

.addvehicle, .adddriver {
	background: #000;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	font-size: 12px;
}
.addvehicle:hover, .adddriver:hover{background:#424242; color:#fff;}
.vehicle_info, .driver_info {
	margin: 0 0 10px; 
}
.vehicle_items, .driver_items{
	padding: 5px 0; position:relative;
}
.removerow {
	position: absolute;
	background: red;
	display: inline-block;
	padding: 2px 5px;
	color: #fff;
	font-size: 12px;
	right: -20px;
	top: 0; transition:all ease-in-out 0.3s;
}
.removerow:hover, .removerow:focus, .removerow:active{background:#000; color:#fff;}

.gcaptcha_main {
	text-align: center;
	padding: 25px 0 0 0;
}
.g-recaptcha {
	display: inline-block;
}



@media(max-width:767px){

	.site-nav-inner {
	width: 30%;
}
.navbar-default .navbar-toggle {
	float: left;
}
.navbar-collapse.in {
	padding: 0;
overflow-y: inherit;
border: none;
width: 100%;
}
.navbar-collapse .navbar-nav {
	margin: 0;
}
.navbar-default .navbar-nav > li > a {
	padding: 20px;
	display: block;
}
.navbar-nav > li:hover > .dropdown-menu {
	width: 100%;
	position: static;
	opacity: 1;
	visibility: visible;
	margin-bottom: 20px;
}
.navbar-nav > li:hover > a{background:#000;}


}


@media(max-width:600px){

.site-nav-inner { width: 48%;}
.navbar-default .navbar-nav > li > a {padding: 12px;font-size: 15px;}
.find-agent a{padding: 0 28px 0 10px;line-height: 61px;font-size: 13px;}

.dropdown-menu{min-width: 212px;}

}


.StaticContent {margin-bottom: 25px;}
.StaticContent ul{padding-left: 45px; margin: 10px; /*list-style: disc !important;*/}
.StaticContent ol{padding-left: 45px; margin: 10px; /*list-style: disc !important;*/}

.StaticContent ul li {list-style: disc !important; margin-bottom: 5px !important;}
.StaticContent ol li {list-style: disc !important; margin-bottom: 5px !important;}

.form-control-search {
	box-shadow: none;
	border: 1px solid #dedede;
	padding: 5px 20px;
	height: 44px;
	background: none;
	color: #959595;
	font-size: 14px;
	border-radius: 0;
	float:left;
	width: 280px;
	margin-right:10px;
}

h4 .aboutdetail {
    position: relative;
    background: rgb(186, 123, 43);
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
}



