
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900);


@import url(https://fonts.googleapis.com/css?family=Hind:400,500,600,700);


/* Typography
================================================== */

body{
   background:#fff;
   color: #7c7c7c;
}

body, p {
    font-family: 'Hind', sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    line-height: 24px;
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6{
	color: #303030;
   font-weight: 700;
   font-family: 'Roboto', sans-serif;
   text-rendering: optimizeLegibility;
   -webkit-font-smoothing: antialiased !important;
}

h1{
   font-size: 36px;
   line-height: 48px;
}

h2{
   font-size: 28px;
   line-height: 36px;
}

h3{
   font-size: 24px;
   margin-bottom: 5px;
}

h4{
   font-size: 18px;
   line-height: 28px;
}

h5{
   font-size: 14px;
   line-height: 24px;
}

.alert .icon {
    margin-right: 15px;
}

/* Global styles
================================================== */

html{
   overflow-x: hidden !important;
   width: 100%;
   height: 100%;
   position: relative;
   -webkit-font-smoothing: antialiased;
   text-rendering: optimizeLegibility;
}

body{
   border: 0;
   margin: 0;
   padding: 0;
}

.body-inner{
   position: relative;
   overflow: hidden;
}

.preload{ 
   position:fixed; 
   background: #fff url(../images/preload.gif) center center no-repeat;
   left:0px; 
   top:0px; 
   width:100%; 
   height:100%; 
   z-index:99999; 
}

a:link,
a:visited{
    text-decoration: none;
}

a{
  color: #C8A771;
}


a:hover{
   text-decoration: none;
   color: #000;
}

a.read-more{
   color: #C8A771;
   font-weight: 700;
   text-transform: uppercase;
}

a.read-more:hover{
  color: #222;
}

section, .section-padding{
   padding: 70px 0;
   position: relative;
}

.no-padding{
   padding: 0;
}

.media>.pull-left{
   margin-right: 20px;
}

.gap-60 {
   clear: both;
   height: 60px;
}

.gap-40 {
   clear: both;
   height: 40px;
}

.gap-30 {
   clear: both;
   height: 30px;
}
.gap-20 {
   clear: both;
   height: 20px;
}

.mrb-30{
   margin-bottom: 30px;
}

.mrb-80{
   margin-bottom: -80px;
}

.mrt-0{
   margin-top: 0 !important;
}

.pab{
   padding-bottom: 0;
}

a:focus{
   outline: 0;
}

img.pull-left {
  margin-right: 20px;
  margin-bottom: 20px;
}

img.pull-right {
  margin-left: 20px;
  margin-bottom: 20px;
}

.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ts-padding {
    padding: 50px;
}

.solid-bg{
   background: #f9f9f9;
}

.solid-row {
  background: #f0f0f0;
}

.bg-overlay{
   position: relative;
}

.bg-overlay .container{
   position: relative;
   z-index: 1;
}

.bg-overlay:after {
    position: relative;
}

.bg-overlay:after {
   background-color: rgba(0, 0, 0, 0.75);
   z-index: 0;
   position: absolute;
   content: '';
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
}

.dropcap {
  font-size: 48px;
  line-height: 60px;
  padding: 0 7px;
  display: inline-block;
  float: left;
  font-weight: 700;
  margin: 5px 15px 5px 0;
  position: relative;
  text-transform: uppercase;
}
.dropcap.primary {
  background: #C8A771;
  color: #fff;
}
.dropcap.secondary {
  background: #3a5371;
  color: #fff;
}

/* Title */

.title{
   font-size: 32px;
   line-height: 36px;
   margin-bottom: 20px;
}

/* Title Border */

.border-title {
   font-size: 32px;
   line-height: 32px;
   margin-top: 0;
   margin-bottom: 20px;
   padding-bottom: 20px;
   position: relative;
}

.border-title:after {
   content: "";
   position: absolute;
   display: inline-block;
   bottom: 0px;
   width: 150px;
   height: 1px;
   background: #dadada;
   left: 50%;
   margin-left: -80px;
}

.border-title:before {
   content: "";
   position: absolute;
   display: inline-block;
   bottom: 0px;
   width: 50px;
   height: 2px;
   background: #C8A771;
   left: 50%;
   margin-left: -30px;
   z-index: 1;
}

.border-sub-title {
   display: inline-block;
   max-width: 80%;
   font-size: 16px;
   margin-bottom: 60px;
}

/* Border title left */

.border-title.border-left{
   padding-bottom: 20px;
   margin-bottom: 40px;
}

h3.border-title.border-left{
   font-size: 24px;
   padding-bottom: 15px;
}

.border-title.border-left:before,
.border-title.border-left:after{
   left: 0;
   margin-left: 0;
}

/* Page content title */

.page-content-title.first{
   margin-top: 0;
}

/* Video responsive */

.embed-responsive {
   padding-bottom: 56.25%;
   position: relative;
   display: block;
   height: 0;
   overflow: hidden;
}

.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Input form */

.form-control, .selectpicker{
   box-shadow: none;
   border: 1px solid #dadada;
   padding: 5px 20px;
   height: 50px;
   background: none;
   color: #959595;
   font-size: 14px;
   border-radius: 0;
}

.selectpicker{
   width: 100%;
}

.form-control:focus{
   box-shadow: none;
   border: 1px solid #C8A771;
}

hr {
    background-color: #e7e7e7;
    border: 0;
    height: 1px;
    margin: 40px 0;
}

blockquote {
   padding: 30px;
   padding-left: 40px;
   border-left: 5px solid #C8A771;
   margin: 30px 0;
   background: #f9f9f9;
   position: relative;
}

blockquote:before {
   content: "\f10d";
   font-family: FontAwesome;
   position: absolute;
   font-size: 54px;
   color: #E5E5E5;
   top: 8px;
   left: 30px;
   z-index: 0;
}

blockquote p{
   font-size: 16px;
   line-height: 24px;
   font-weight: 300;
   position: relative;
   z-index: 1;
   font-style: italic;
}

cite {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

/* Button */

.btn-primary,
.btn-dark{
   border: 0;
   border-radius: 0;
   padding: 12px 25px 10px;
   font-weight: 700;
   text-transform: uppercase;
   color: #fff;
   -webkit-transition: 350ms;
   -moz-transition: 350ms;
   -o-transition: 350ms;
   transition: 350ms;
}

.btn-white.btn-primary {
   background: #fff;
   color: #C8A771;
}

.btn-primary {
  background: #C8A771;
}

.btn-dark {
  background: #242427;
}


.btn-primary:hover,
.btn-dark:hover,
.btn-white.btn-primary:hover{
  background: #272d33;
   color: #fff;
}

.general-btn{
   clear: both;
   margin-top: 50px;
}

/* Ul, Ol */

.list-round, 
.list-arrow,
.list-check{
   list-style: none;
   margin: 0;
   padding: 0 0 0 15px;
}

.list-round li{
   line-height: 28px;
}

.list-round li:before {
    font-family: FontAwesome;
    content: "\f138";
    margin-right: 10px;
    color: #C8A771;
    font-size: 12px;
}

.list-arrow{
   padding: 0;
}

ul.list-arrow li:before {
   font-family: FontAwesome;
   content: "\f105";
   margin-right: 10px;
   color: #C8A771;
   font-size: 16px;
}


ul.list-check li:before {
   font-family: FontAwesome;
   content: "\f00c";
   margin-right: 10px;
   color: #C8A771;
   font-size: 14px;
}

/* Image angle */

.image-angle{
   position: relative;
   display: block;
}

.image-angle:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 20px solid #fff;
    border-right: 20px solid rgba(0, 0, 0, 0);
    background: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

/* Bootstrap */

.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:focus, 
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover,
.nav-tabs>li>a{
   border: 0;
}

.nav>li>a:focus, .nav>li>a:hover{
   background: none;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

/* Top Bar
================================================== */

.top-bar .container {
   padding: 8px 20px 8px;
   background: #C8A771;
   position: relative;
}

.top-bar .container:before {
   content: '';
   width: 0;
   height: 0;
   border-bottom: 20px solid #fff;
   border-right: 20px solid rgba(0, 0, 0, 0);
   background: none;
   position: absolute;
   bottom: 0;
   left: 0;
   z-index: 1;
}

/* Top info */

ul.top-info {
   list-style: none;
   margin: 0;
   padding: 0;
   color: #fff;
   font-weight: 600;
}


ul.top-info li {
   position: relative;
   line-height: 10px;
   display: inline-block;
   margin-left: 0;
   padding-right: 15px;
}

ul.top-info li i{
   font-size: 18px;
   position: relative;
   top: 2px;
   margin-right: 5px;
}


ul.top-info li p.info-text {
   margin: 0;
   line-height: normal;
   display: inline-block;
   -webkit-flex-direction: column;
   -ms-flex-direction: column;
   flex-direction: column;
}

/* Top social */

.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:hover{
	color: #333;
}

/* Top bar border */

.top-bar-border{
   padding: 8px 20px 8px;
   border-bottom: 1px solid #ddd;
}

.top-bar-border ul.top-info{
   color: #7c7c7c;
   font-weight: 400;
}

.top-bar-border .top-social li a{
   color: #7c7c7c;
}

.top-bar-border ul.top-info li i{
   color: #C8A771;
}


/* Header area
================================================== */

.header{
   background: #fff;
   position: relative;
   box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}

.navbar-fixed {
  z-index: 9999;
  position: fixed;
  opacity: .98;
  width: 100%;
  top: 0;
  -webkit-animation: fadeInDown 800ms;
  -moz-animation: fadeInDown 800ms;
  -ms-animation: fadeInDown 800ms;
  -o-animation: fadeInDown 800ms;
  animation: fadeInDown 800ms;
  -webkit-backface-visibility: hidden;
}

/*-- Logo --*/

.logo {
  padding: 28px 0;
}

/* header right */

.header-right {
  float: right;
}

ul.top-info-box {
   list-style: none;
   margin: 0;
   padding: 0;
   float: right;
   padding:20px 0;
}

ul.top-info-box li {
   position: relative;
   float: left;
   margin-left: 40px;
}

ul.top-info-box li:first-child{
   margin-left: 0;
}

ul.top-info-box li:first-child:before{
   background: none;
}


ul.top-info-box li .info-box span.info-icon {
  font-size: 20px;
  display: inline-block;
  text-align: center;
  float: left;
  width: 42px;
  height: 42px;
  line-height: 44px;
  border: 1px solid #d3d3d3;
  margin-right: 20px;
  position: relative;
  color: #C8A771;
}

ul.top-info-box li .info-box span.info-icon i{
   margin-left: 5px;
}

ul.top-info-box li .info-box .info-box-content {
  display: inline-block;
  font-family: Montserrat;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

ul.top-info-box li .info-box .info-box-title {
  font-weight: 600;
  color: #373F42;
  font-size: 15px;
  margin-bottom: 0;
  line-height: normal;
}

ul.top-info-box li .info-box .info-box-subtitle {
  margin: 0;
  line-height: normal;
  color: #373F42;
  font-size: 14px;
}

/*-- Search start --*/


ul.top-info-box > li.nav-search{
   cursor: pointer;
   padding-left: 30px;
   margin-left: 30px;
}

ul.top-info-box > li.nav-search:before{
   position: absolute;
   content: '';
   background: #ddd;
   left: 0;
   width: 1px;
   height: 40px;
   top: 50%;
   margin-top: -10px;
}

ul.top-info-box > li.nav-search i{
   font-size: 20px;
   top: 10px;
   position: relative;
   cursor: pointer;
   color: #999;
}

.search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(53,53,53,.92);
    display: none;
    z-index: 99;
}

.search .form-control {
   border: 1px solid #fff;
   position: fixed;
   top: 50%;
   left: 25%;
   width: 50%;
   height: 60px;
}

.search .search-close {
   color: #fff;
   position: fixed;
   top: 90px;
   right: 19%;
   font-size: 36px;
   cursor: pointer;
}


/* Main navigation */

.navbar{
	border-radius: 0;
	border: 0;
	margin-bottom: 0;
}

.navbar-toggle{
   float: left;
   margin-top: 25px;
   padding: 12px;
   border-radius: 0;
   margin-right: 5px;
   background: #C8A771;
}

.navbar-toggle .icon-bar{
   background: #fff;
}

.navbar-toggle .i-bar{
	background: #fff;
}

ul.navbar-nav{
   float: left;
   display: inline-block;
}

ul.navbar-nav > li{
   float: none;
   display: inline-block;
}


ul.navbar-nav > li:hover > a, 
ul.navbar-nav > li.active > a{
  color: #C8A771;
  position: relative;
}


ul.navbar-nav > li:hover > a:after, 
ul.navbar-nav > li.active > a:after{
   font-family: FontAwesome;
   position: absolute;
   clear: both;
   content: "\f107";
   text-align: center;
   display: block;
   line-height: 0;
   font-size: 14px;
   left: 50%;
   margin-left: -6px;
}


ul.navbar-nav > li{
   padding: 0 13px;
   position: relative;
}

ul.navbar-nav > li:last-child{
   padding-right: 0;
}

ul.navbar-nav > li:last-child:after{
   background: none;
}

ul.navbar-nav > li > a{
   font-family: 'Roboto', serif;
   color: #333;
   text-rendering: optimizeLegibility;
   font-weight: 700;
   text-transform: uppercase;
   font-size: 13px;
   margin: 0;
   line-height: 40px;
   padding: 30px 0;
   -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

ul.navbar-nav > li > a:hover, 
ul.navbar-nav > li > a:focus{
   background: none;
}

ul.navbar-nav > li > a i{
	font-weight: 700;
}

.nav .open>a, .nav .open>a:hover, 
.nav .open>a:focus{
	background: transparent;
	border:0;
}


/* Dropdown */

.dropdown-submenu {
   position: relative;
}

.dropdown-submenu>.dropdown-menu {
   top: 0;
   left: 100%;
   margin-top: -2px;
   border-radius: 0;
}


.dropdown-submenu>a:after {
   display: block;
   content: "\f105";
   font-family: FontAwesome;
   float: right;
   margin-top: 0;
   margin-right: -5px;
}

.dropdown-submenu:hover>a:after {
   border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-menu{
   text-align: left;
   background: #fff;
	z-index: 100;
	min-width: 200px;
	border-radius: 0;
   border: 0;
   border-top: 2px solid #C8A771;
   padding: 0 20px;
}

.dropdown-menu-large{
   min-width: 400px;
}

.dropdown-menu-large > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.dropdown-menu-large > li > ul > li > a{
   padding-left: 0;
}

.dropdown-menu-large > li > ul > li.active > a{
   color: #C8A771;
}

.navbar-nav>li>.dropdown-menu a{
	background: none;
}

.dropdown-menu li a{
   font-family: 'Roboto', serif;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
	padding: 15px 0;
	border-bottom: 1px solid #e5e5e5;
   color: #333333;
}

.dropdown-menu li:last-child > a{
	border-bottom: 0;
}

.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:hover, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>.dropdown-menu>.active>a{
	background: none;
	color: #C8A771;
}

.dropdown-menu li a:hover, 
.dropdown-menu li a:focus{
	color: #C8A771;
}

/* Get a quote */

.header-get-a-quote .btn-primary{
   padding: 10px 15px;
   font-size: 12px;
   border-radius: 0;
   line-height: normal;
   text-transform: capitalize;
   color: #fff;
}

.header-get-a-quote .btn-primary:hover{
   background: #272d33;
}

ul.navbar-nav > li.header-get-a-quote:hover > a:after{
   position: relative;
   content: no-close-quote;
}

@media (min-width: 768px) {
   ul.nav li.dropdown:hover ul.dropdown-menu{ display: block; }
}

@media (min-width: 767px) {
   ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu .dropdown-menu {left: 100%;top: 0;display: none;}
   ul.nav li.dropdown ul.dropdown-menu li.dropdown-submenu:hover .dropdown-menu{ display:block;}
}


.action-box{
   border: 1px solid rgba(255,255,255,.3);
   border-left: 0;
   padding: 20px 15px 0 20px;
   min-height: 135px;
   position: relative;
}

.action-box:before, .action-box:after{
   background: rgba(255,255,255,.3);
   content: '';
   height: 30px;
   position: absolute;
   left: 0;
   width: 1px;
   bottom: 0;
}

.action-box:before{
   top: 0;
}

.action-box-icon i{
   float: left;
   font-size: 32px;
   margin-top: 10px;
   background: rgba(255, 255, 255, .1);
   border: 5px solid rgba(0, 0, 0, 0.3);
   display: inline-block;
   text-align: center;
   width: 72px;
   height: 72px;
   line-height: 66px;
   color: #C8A771;
   border-radius: 100%;
   -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
}

.action-box:hover .action-box-icon i{
   background: #C8A771;
   color: #fff;
}

.action-box-content{
   margin-left: 95px;
}

.action-box-content a:hover{
   color: #fff;
}

.action-box-content h3{
   margin-top: 0;
   margin-bottom: 8px;
   font-size: 16px;
   color: #fff;
}

.action-box-text{
   margin-bottom: 5px;
   line-height: 22px;
}

/* Footer about us */

.footer-logo{
   margin-bottom: 25px;
}

/* Footer social */

.footer-social{
   margin-top: 15px;
}

.footer-social .widget-title{
   font-size: 14px;
   margin-bottom: 10px;
}

.footer-social ul{
   list-style: none;
   margin: 0;
   padding: 0;
}

.footer-social ul li {
   margin: 0 10px 0 0;
   display: inline-block;
}

.footer-social ul li a i{
   display: block;
   width: 30px;
   height: 30px;
   line-height: 30px;
   font-size: 12px;
   border-radius: 50%;
   color: #9b9b9b;
   background: #2b2b2b;
   text-align: center;
   -webkit-transition: 400ms;
   -moz-transition: 400ms;
   -o-transition: 400ms;
   transition: 400ms;
}

.footer-social ul li a i:hover {
   color: #fff;
}

.footer-social ul li a i.fa-rss:hover {
   background: #faaa5e;
}

.footer-social ul li a i.fa-facebook:hover {
   background: #677fb5;
}

.footer-social ul li a i.fa-twitter:hover {
   background: #70c2e9;
}

.footer-social ul li a i.fa-google-plus:hover {
   background: #c53942;
}

.footer-social ul li a i.fa-pinterest:hover {
   background: #d8545d;
}

.footer-social ul li a i.fa-linkedin:hover {
   background: #3daccf;
}

/* Links */

.footer-widget ul.list-arrow li {
   border-bottom: 1px solid rgba(255,255,255,.07);
   padding: 6px 0;
}

.footer-widget ul.list-arrow li:last-child{
   border-bottom: 0;
}

.footer-widget ul.list-arrow li a{
   color: #747474;
}



.footer-widget ul.list-arrow li:hover a,
.footer-widget ul.list-arrow li:hover{
   color: #C8A771;
}

.working-hours {
  padding-right: 10px;
}

.working-hours .text-right {
    float: right;
}

/*-- Instagram widget --*/

.instagram-widget a{
  overflow: hidden;
  margin: 0 5px 2px 0px;
  width: 80px;
  height: auto;
  display: inline-block;
}


/*-- Copyright --*/

.copyright{
   background: rgba(5,5,5,0.87) none repeat center center;
   color: #fff;
   padding: 30px 0;
   position: relative;
   z-index: 1;
   font-weight: 500;
}

.footer-menu{
   float: right;
}

.footer-menu ul li{
   display: inline-block;
   line-height: 12px;
   padding-left: 15px;
}

.footer-menu ul.nav li a{
   background: none;
   color: #fff;
   padding: 0;
}

.footer-menu ul li a:hover{
   color: #303030;
}


#back-to-top {
   right: 40px;
   top: auto;
   z-index: 10;
   -webkit-backface-visibility: hidden;
}

#back-to-top.affix {
   bottom: 20px;
}

#back-to-top .btn.btn-primary{
   width: 40px;
   height: 40px;
   line-height: 42px;
   background: rgba(0, 0, 0, 0.9);
   border-radius: 3px;
   color: #C8A771;
   font-weight: 700;
   font-size: 18px;
   padding: 0;
}

#back-to-top .btn.btn-primary:hover{
   color: #fff;
}

/* Sub Pages
================================================== */


/*-- Title border --*/

.main-container .border-left{
   margin-bottom: 30px;
}

/*-- Banner --*/


.map {
   height: 450px;
   z-index: 1;
}

.contact-info-box {
   margin-top: 20px;
}

.contact-info-box i {
   float: left;
   font-size: 24px;
   color: #C8A771;
}

.contact-info-box-content {
   padding-left: 40px;
}

.contact-info-box-content h4 {
   font-size: 16px;
   margin-top: 0;
   line-height: normal;
   font-weight: 700;
}

.contact-info-box-content p {
   margin-bottom: 0;
}

label{
   font-weight: 400;
}


/* News Listing
================================================== */

.post{
   border-bottom: 1px solid #dadada;
   padding: 0 0 30px;
   margin: 0 0 45px;
}

.post.last{
   padding-bottom: 0;
   margin-bottom: 0;
   border-bottom: 0;
}

.post-body{
   padding: 20px 0;
}

.entry-header .entry-title{
   font-size: 24px;
	margin: 5px 0 25px;
	position: relative;
   line-height: 28px;
   text-transform: capitalize;
}

.entry-header .entry-title a{
	color: #303030;
}

.entry-header .entry-title a:hover{
	color: #C8A771;
}


/* Meta */

.post-meta{
   padding-bottom: 10px;
}

.post-meta a{
	color: #303030;
}

.post-meta a:hover{
   color: #C8A771;
}

.post-meta span{
	margin-right: 10px;
   padding-right: 10px;
   border-right: 1px solid #dadada;
   line-height: 12px;
   display: inline-block;
}

.post-meta i{
   color: #bbb;
   margin-right: 3px;
}

.post-meta .post-comment{
   border-right: 0;
}

.post-meta .post-comment .comments-link{
   margin-left: 5px;
}

.post-footer .btn.btn-primary{
   font-size: 12px;
   margin-top: 10px;
}


.paging{
	margin-bottom: -5px;
}

.pagination{
	margin: 0;
}

.pagination li a{
	border-radius: 0 !important;
	margin-right: 8px;
   color: #7c7c7c;
}

.pagination>.active>a, .pagination>.active>a:hover,
.pagination>li>a:hover{
	color: #fff;
  	background: #C8A771;
	border: 1px solid transparent;
}


/* Author box */

.author-box {
   border: 1px solid #dadada;
   padding: 20px 20px 15px;
   margin: 20px 0;
}

.author-img img{
	width: 110px;
	height: 110px;
	margin-right: 30px;
}

.author-info h3{
   margin-top: 0;
   margin-bottom: 5px;
   font-size: 20px;
   font-weight: normal;
}

.author-info h3 span{
   font-size: 14px;
   color: #959595;
   border-left: 1px solid #AFAFAF;
   padding-left: 8px;
   margin-left: 5px;
}


/* Error page
================================================== */

.error-page .error-code h2{
   display: block;
   font-size: 200px;
   line-height: 200px;
   color: #303030;
   margin-bottom: 20px;
}

.error-page .error-body .btn{
   margin-top: 30px;
   font-weight: 700;
}

/* Header variation
================================================== */

/*-- Header boxed --*/

.logo-area{
   padding: 0px 0 0;
}

.logo-area .logo{
   padding: 20px 0;
}

.nav-style-boxed .site-navigation{
   box-shadow: none;
}

.nav-style-boxed .site-navigation .container{
   position: relative;
   background: #272d33;
   bottom: -35px;
   z-index: 9;
}

.nav-style-boxed .site-navigation.navbar-fixed{
   background: none;
}

.nav-style-boxed .site-navigation.navbar-fixed .container{
   bottom: 0;
}

.nav-style-boxed .top-info{
   margin-top: 45px;
}

.nav-style-boxed ul.navbar-nav > li{
   padding: 0 15px;
}

.nav-style-boxed ul.navbar-nav > li > a{
   padding: 15px 0;
   line-height: 35px;
   color: #fff;
}

.nav-style-boxed ul.navbar-nav > li.active > a,
.nav-style-boxed ul.navbar-nav > li:hover > a{
   color: #C8A771;
}

.nav-style-boxed ul.navbar-nav > li.header-get-a-quote{
   position: absolute;
   right: -15px;
   top: 0;
}

.nav-style-boxed ul.navbar-nav > li.header-get-a-quote a{
   padding: 15px;
   font-size: 14px;
   text-transform: uppercase;
   background: #C8A771;
}

.nav-style-boxed ul.navbar-nav > li.header-get-a-quote a:hover{
   color: #fff;
}

.nav-style-boxed ul.navbar-nav > li.header-get-a-quote a:before {
    content: '';
    position: absolute;
    right: 100%;
    z-index: 999;
    border-top: 65px solid #C8A771;
    border-left: 30px solid transparent;
    border-right: 0 solid transparent;
    bottom: 0;
}

.nav-style-boxed .navbar-toggle{
	margin-top: 10px;
}


/*-- Header full --*/

.nav-style-boxed.boxed-full .site-navigation .container{
  position: relative;
  background: none;
  bottom: 0;
}

.nav-style-boxed.boxed-full .site-navigation{
  background: #272d33;
  z-index: 9;
}

.nav-style-boxed.boxed-full .logo-area {
   padding: 40px 0;
}

.nav-style-boxed.boxed-full ul.navbar-nav > li:first-child{
   padding-left: 0;
}

.nav-style-boxed.boxed-full .navbar-collapse {
    padding-left: 0;
}

.form-application {
    border-top: 2px solid #d1d1d1;
    padding-top: 20px;
}
header#header {
    padding-top: 15px;
    background:#fff;
}

strong{
    color:#000;
}
.gray-data {
    background: #e1e1e1;
    border-radius: 5px;
    padding: 10px;
    margin-bottom:20px;
}
.gray-data p{
   color:#000;
   margin:0px;
   padding:0px;
}
.company-data h4{
    text-align:center;
}
.company-data p {
    float: left;
    margin-right: 80px;
}
.container1 {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .container1 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
        background-color: #ccc;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ccc;
}

/* On mouse-over, add a grey background color */
.container1:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container1 input:checked ~ .checkmark {
    background-color: #C8A771;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container1 input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container1 .checkmark:after {
    left: 10px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.driver-heading {
    width:100%;
    float:left;
    text-align:center;
}
.driver-heading h2{
    color:#000 !important;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #000;
    color: #000;
}
td.add-bg {
    background: #a29696;
}
.gray-data1 {
    width:100%;
    float:left;
}
.form-control{
    background:#fff;
}
label{
    color:#000;
}
.table-divie {
    display: flex;
    gap: 340px;
}
.gray-data1 {
    background: #e1e1e1;
    padding: 10px;
    margin-bottom: 20px;
}
.gray-data1 p{
    color:#000;
}
.commercial-ridver h4{
    text-align:center;
    width:100%;
    float:left;
}
.sunrise-text h4 {
  text-align: center;
}
.sunrise-text h3{
	background: #ddd;
  padding: 10px 0;
	text-align: center;
	font-size: 20px;
}
.pl-0{
    padding-left:17px;
}
.checkmark {
    top: -5px;
}
.m-top {
    margin-top: 20px;
}
.m-top1 {
    margin-top: 20px;
    width:100%;
    float:left;
    margin-bottom:20px;
}
.match-center {
    text-align: center;
    position: relative;
    top: -23px;
}
.box-text-1 {
    padding: 10px;
    border: 1px solid #C8A771;
}
.remove-list li{
    list-style:none;
}
textarea.make-textarea {
    width: 100%;
    height: 300px;
    color: #000;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}
.make-linek li{
    line-height:30px;
}
.under-line-cust{
    text-decoration:underline;
}
.border-boxdf {
    border: 1px solid #999;
    padding: 10px;
    margin-bottom:20px;
    width:100%;
    float:left;
}
.border-boxdf p {
        margin: 0px;
        padding: 0px;
}

.commentbox1, .commentbox11, .commentbox22, .commentbox33 {
	display:none;
}
.commentbox1.blue, .commentbox11.blue, .commentbox22.blue, .commentbox33.blue {
	display:block;
}
.make-textarea1 {
  width: 100%;
  height: 200px;
  margin-bottom: 20px;
}