/* =========General Styles========== */

body{
	font-family: 'Open Sans', sans-serif!important;
}
.col-centered {
  float: none;
  margin: 0 auto;
}
.centered-mid-section {
  margin: 0 auto;
  width: 960px;
}
@media (max-width: 960px) {
  .centered-mid-section {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .centered-mid-section {
    width: 100%;
  }
}


/* ========header styles============ */
header {
  height: 55px;
  color: #fff;
  background-color: #000;
}
header p {
  margin: 0;
}
.refer-title {
  margin-top: 5px;

  font-size: 18px;
  font-weight: 600;
}
.refer-subtitle span {
  color: #ba9836;
  font-weight: 600;
}
.refer-btn-wrap {
  display: block;
  margin: 12px 0 0 20px;
}
.refer-btn {
  height: 30px;
  width: 68px;

  color: #000;
  font-size: 11px;
  line-height: 30px;

  background-color: #ba9836;

  cursor: pointer;
}
.top-right a {
  display: block;
  margin: 12px 0 0 0px;

  color: #fff;
}
.top-right p {
  padding: 7px 10px;

  border-radius: 5px;

  font-size: 12px;
  font-weight: 500;

  cursor: pointer;
}
.top-right p:hover {
  background-color: #ba9836;
}
.book-on {
  margin-left: 15px;
}


/* ==========nav wrapper============ */
.menu-wrapper {
  position: relative;

  background-color: #eee;
}
.logo-wrapper {
  margin-top: 10px;
  width: 183px;
}
.logo-wrapper a img {
  cursor: pointer;
}
.nav {
  margin-top: 15px;
}
.nav li {
  float: left;
  margin: 0 10px;
  position: relative;
}
.nav li:before {
  left: -15px;
  position: absolute;
  top: 9px;

  content: "";
  display: block;
  height: 10px;
  width: 10px;

  background-color: #ba9836;
}
.nav li:first-child:before {
  display: none;
}
.nav li a {
  padding: 9px 5px;

  font-size: 12px;
  line-height: 1;

  border-radius: 5px;
  color: #000;
}
.nav li a:hover {
  background-color: #ba9836;
}
.menu-toggle {
  position: absolute;
  right: 20px;
  top: 18px;

  height: 26px;
  width: 31px;
}
.menu-toggle::before {
  position: absolute;
  right: 0;
  top: 0;

  content: '';
  display: block;
  height: 3px;
  width: 31px;

  background: #ba9836;

  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.menu-toggle::after {
  position: absolute;
  right: 0;
  top: 11px;

  content: '';
  display: block;
  height: 13px;
  width: 31px;

  border-top: 3px solid #ba9836;
  border-bottom: 3px solid #ba9836;
}

@media (max-width: 960px) {
  .logo-wrapper {
    margin-bottom: 13px;
  }
  .mobile-menu .nav-mobile {
    margin: 0;
    padding: 0;

    list-style: none;
  }
  .nav-mobile li {
    padding: 5px 20px;
  }
  .nav-mobile li a {
    color: #000;
  }
  .nav-mobile li:hover,
  .nav-mobile li:focus {
    background-color: #ba9836;
  }
}

@media (max-width: 567px) {
  header {
    height: 100px;
    padding: 0 7px;
  }
  .header-refer {
    width: 189px;
  }
  .header-refer p {
    text-align: left;
  }
  .header-refer a {
    margin-left: 0;
  }
  .header-button {
    width: 155px;
  }
}


/* ========header styles============ */
header {
  height: 65px;
  color: #fff;
  background-color: #000;
}
header p {
  margin: 0;
}
.refer-title {
  margin-top: 5px;

  font-size: 18px;
  font-weight: 600;
}
.refer-subtitle span {
  color: #ba9836;
  font-weight: 600;
}
.refer-btn-wrap {
  display: block;
  margin: 12px 0 0 20px;
}
.refer-btn {
  height: 30px;
  width: 85px;

  color: #000;
  font-size: 11px;
  line-height: 30px;

  background-color: #ba9836;

  cursor: pointer;
}
.top-right a {
  display: block;
  margin: 12px 0 0 0px;

  color: #fff;
}
.top-right p {
  padding: 7px 10px;

  border-radius: 5px;

  font-size: 20px;
  font-weight: 500;

  cursor: pointer;
}
.top-right p:hover {
  background-color: #ba9836;
}
.book-on {
  margin-left: 15px;
}
.book-on-icon {
  height: 33px;
  margin-top: 16px;
  width: 33px;

  background-image: url("../img/contact.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.shop-on-icon {
  height: 33px;
  margin-top: 12px;
  width: 30px;

  background-image: url("../img/shoponline.png");
  background-repeat: no-repeat;
  background-size: cover;
}

/* ==========nav wrapper============ */
.menu-wrapper {
  position: relative;    
  background-color: #fff;
  padding-bottom: 10px;
}
.logo-wrapper {
    margin-top: 0px;
    width: 378px;
    height: 80px;
}
.logo-wrapper a img {
  cursor: pointer;
}
.nav {
  margin-top: 15px;
}
.nav li {
  float: left;
  margin: 0 10px;
  position: relative;
}
.nav li:before {
  left: -15px;
  position: absolute;
  top: 9px;

  content: "";
  display: block;
  height: 10px;
  width: 10px;

  background-color: #ba9836;
}
.nav li:first-child:before {
  display: none;
}
.nav li a {
  padding: 6px 25px;
  font-size: 18px;
  line-height: 1;
  border-radius: 0px;
  color: #000;
}
.nav li a:hover {
  background-color: #ba9836;
	color:white;
}
.menu-toggle {
  position: absolute;
  right: 20px;
  top: 18px;

  height: 26px;
  width: 31px;
}
.menu-toggle::before {
  position: absolute;
  right: 0;
  top: 0;

  content: '';
  display: block;
  height: 3px;
  width: 31px;

  background: #ba9836;

  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.menu-toggle::after {
  position: absolute;
  right: 0;
  top: 11px;

  content: '';
  display: block;
  height: 13px;
  width: 31px;

  border-top: 3px solid #ba9836;
  border-bottom: 3px solid #ba9836;
}

@media (max-width: 960px) {
  .logo-wrapper {
    margin-bottom: 13px;
  }
  .mobile-menu .nav-mobile {
    margin: 0;
    padding: 0;

    list-style: none;
  }
  .nav-mobile li {
    padding: 5px 20px;
  }
  .nav-mobile li a {
    color: #000;
	padding: 5px 15px;
  }
  .nav-mobile li:hover,
  .nav-mobile li:focus {
    background-color: #ba9836;
  }
	#footer{
		text-align: center;
	}
}

@media (max-width: 567px) {
  header {
    height: 70px;
    padding: 0 7px;
  }
  .header-refer {
    width: 206px;
  }
  .header-refer p {
    text-align: left;
  }
  .header-refer a {
    margin-left: 0;
  }
  .header-button {
    width: 280px;
  }
  .logo-wrapper a img {
  cursor: pointer;
	  width: 85%;
}
}
@media (max-width: 350px)
{
.logo-wrapper a img {
    cursor: pointer;
    width: 68%;
}
}


hr{
	max-width:50px;
	border-width:3px;
	border-color:#d8a84d
}
hr.light{
	border-color:#fff
}
a{
	color:#d8a84d;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;
	transition:all .2s
}
a:hover{
	color:#fff!important;
	border-color: #ba9836!important;
}
btn-primary:hover {
    color: #fff;
    background-color: #ba9836!important;
    border-color: #ba9836!important;
}
h1,h2,h3,h4,h5,h6{
	font-family:'Open Sans','Helvetica Neue',Arial,sans-serif
}
.bg-primary{
	background-color:#ba9836!important
}
.bg-dark{
	background-color:#212529!important;
	background-image: url("../img/background-pattren.png");
}
.text-faded{
	color:rgba(255,255,255,.7)
}
section{
	padding:8rem 0
}
.section-heading{
	margin-top:0
}
::-moz-selection{
	color:#fff;
	background:#212529;
	text-shadow:none
}
::selection{
	color:#fff;
	background:#212529;
	text-shadow:none
}
img::selection{
	color:#fff;
	background:0 0
}
img::-moz-selection{
	color:#fff;
	background:0 0
}
#mainNav{
	border-bottom:0px solid rgba(33,37,41,.1);
	background-color: #fff;
	font-family:'Open Sans','Helvetica Neue',Arial,sans-serif;
	-webkit-transition:all .2s;
	-moz-transition:all .2s;transition:all .2s;
	top: 35px;
}
#mainNav .navbar-brand{
	font-weight:700;
	text-transform:uppercase;
	color:#ba9836;
	font-family:'Open Sans','Helvetica Neue',Arial,sans-serif
}
#mainNav .navbar-brand:focus,#mainNav .navbar-brand:hover{
	color:#ba9836
}
#mainNav .navbar-nav>li.nav-item>a.nav-link,#mainNav .navbar-nav>li.nav-item>a.nav-link:focus{
	font-size:.9rem;
	font-weight:700;
	text-transform:uppercase;
	color:#212529
}
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover,#mainNav .navbar-nav>li.nav-item>a.nav-link:hover{
	color:#ba9836
}
#mainNav .navbar-nav>li.nav-item>a.nav-link.active,#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active{
	color:#ba9836!important;background-color:transparent
}
#mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover,#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active:hover{
	background-color:transparent
}
@media (min-width:992px){
	#mainNav{
		border-color:transparent;
		background-color: #ffffff;
		top: 100px;
	}
	#about {
    padding-top: 0px;
	}
	#mainNav .navbar-brand{
		color:rgba(255,255,255,.7)
	}
	#mainNav .navbar-brand:focus,#mainNav .navbar-brand:hover{
		color:#fff
	}
	#mainNav .navbar-nav>li.nav-item>a.nav-link{
		padding:.5rem 1rem
	}
	#mainNav .navbar-nav>li.nav-item>a.nav-link,#mainNav .navbar-nav>li.nav-item>a.nav-link:focus{
		color: #000000;
	}
	#mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover,#mainNav .navbar-nav>li.nav-item>a.nav-link:hover{
		color:#fff
	}
	#mainNav.navbar-shrink{
		border-bottom:1px solid rgba(33,37,41,.1);
		background-color:#fff
	}
	#mainNav.navbar-shrink .navbar-brand{
		color:#ba9836
	}
	#mainNav.navbar-shrink .navbar-brand:focus,#mainNav.navbar-shrink .navbar-brand:hover{
		color:#ba9836
	}
	#mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link,#mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus{
		color:#212529
	}
	#mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus:hover,#mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:hover{
		color:#ba9836
	}}
header.masthead{
	padding-top:10rem;
	padding-bottom:calc(10rem - 56px);
	background-image:url(../img/header.jpg);
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}
header.masthead hr{
	margin-top:30px;
	margin-bottom:30px
}
header.masthead h1{
	font-size:2rem
}
header.masthead p{
	font-weight:300
}
@media (min-width:768px){
	header.masthead p{
		font-size:1.15rem
	}
}
@media (max-width:991px){
	.log-navbar{
		display: none;
	}
	
}
@media (min-width:767px) and (max-width:991px){
	
#mainNav {
    top: 0px;
}
	#about {
    padding-top: 0px;
}
}

@media (min-width:992px){
	header.masthead{
		height:100vh;
		min-height:650px;
		padding-top:0;
		padding-bottom:0
	}
	header.masthead h1{
		font-size:3rem
	}
}
@media (min-width:1200px){
	header.masthead h1{
		font-size:4rem
	}}
.service-box{
	background-color: #000000;
    border: 2px solid #ba9836;
	color: #fff;
	margin-bottom: 2rem;
}

@media (max-width:767px){
	#about{
	    padding-top: 0px;
}
}
.text-primary{
	color:#ba9836!important
}
.btn{
	font-weight:700;
	text-transform:uppercase;
	border:none;
	border-radius:300px;
	font-family:'Open Sans','Helvetica Neue',Arial,sans-serif
}
.btn-xl{
	padding:1rem 2rem
}
.btn-primary{
	background-color:#ba9836;
	border-color:#ba9836
}
.btn-primary:active,.btn-primary:focus,.btn-primary:hover{
	color:#fff;
	background-color:#ba9836!important
}.btn-primary:active,.btn-primary:focus{
	box-shadow:0 0 0 .2rem rgba(240,95,64,.5)!important
}




/* --- Custom Css --- */

header[role="banner"] #logo-main {
  display: block;
  margin: 20px auto;
}
#navbar-primary.navbar-default {
  background: transparent;
  border: none;
}
#navbar-primary.navbar-default .navbar-nav {
  width: 100%;
  text-align: center;
}
#navbar-primary.navbar-default .navbar-nav > li {
  display: inline-block;
  float: none;
}
#navbar-primary.navbar-default .navbar-nav > li > a {
  padding-left: 30px;
  padding-right: 30px;
}
.navbar-nav {
    width: 100%;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding-left: 20px;
}
.fixed-top {
    background: #fff;
}
.mySlides {display:none;}
#about{
	padding-bottom: 0px!important;
}
.navbar {
    position: fixed;
    width: 100%!important;
    margin-top: 63px;
}
#top-nav{
	background: #000;
	padding: 1px 0;
}
.section-heading {
    margin-top: 0;
    text-align: center;
    line-height: 42px;
    font-size: 38px;
}
section {
    padding: 4rem 0;
}
.home-section03{
	background-color: #ffffff;
    border-radius: 0px 0px 0px 0px;
    opacity: 0.92;
}
.section03-txt{
	font-size: 30px;
    line-height: 36px;
	color:#333;
	padding: 20px 0px;
}
.services-outline{
	border: 2px solid #ba9836;
	padding: 10px;
}
.services-outline2{
	border: 2px solid #ffffff;
	padding: 2px;
	color: #fff;
    text-align: center;
    line-height: 21px;
    font-size: 20px;
	width: 127px;
}
.services-outline3{
	border: 2px solid #ba9836;
    padding: 10px;
    text-align: center;
    line-height: 42px;
    font-size: 30px;
    color: #fff;
}
.quote-dark{
	background: 
    /* top, transparent red */ 
    linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ),
    /* bottom, image */
    url("../img/quote-bg.jpg");
	background-repeat: no-repeat;
    background-size: cover;
	padding: 20rem 0 1rem!important;
}
.quote-dark::after {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #000000;
    opacity: 0.57831325301205;
}
.circle-bg{
	background: #000;
    padding: 15px 25px 15px 33px;
    border: 2px solid #ba9836;
    border-radius: 50%;
}
.circle-h1{
    margin: 20px 0;
}
.navbar > li a {
    display: block;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600 !important;
    background-image: url("../img/diamond.png");
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: left 14px;
}
.dynamic-button {
    width: 147px;
    height: 53px;
    z-index: 63;
    line-height: 23px;
    font-size: 20px;
    font-weight: 400;
    border-radius: 0;
    background-color: #ba9836;
    color: #000000;
}
.refer-quote{
	background: 
    /* top, transparent red */ 
    linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ),
    /* bottom, image */
    url("../img/refer-bg.jpg");
	background-repeat: no-repeat;
    background-size: cover;
	padding: 25rem 0 1rem!important;
}
.refer-quote-bg{
	background-color: #ece8e833;
    border: 0px solid #055cb3;
    border-radius: 0px 0px 0px 0px;
	padding: 15px;
}
.blog-btn{
	width: 124px;
    height: 53px;
    z-index: 63;
    line-height: 23px;
    font-size: 20px;
    font-weight: 400;
    border-radius: 0;
    background-color: #ffffff;
    color: #e6b54d;
    border: 2px solid;
}
.location-bg{
	background: url("../img/location-bg.jpg");
	background-repeat: no-repeat;
    background-size: cover;
	padding: 25rem 0 1rem!important;
}
.address-bg{
	background-color: #ba983657;
    border: 1px solid #055cb300;
    border-radius: 0px 0px 0px 0px;
	padding: 15px;
}
#footer{
	    background: #000;
	    padding: 0rem 0;
}
.topnav-btn{
	border-radius: 0;
    background-color: #ba9836;
    color: #000000;
    width: 102px;
    height: 34px;
    z-index: 79;
    line-height: 14px;
    font-size: 11px;
    font-weight: 700;
    font-family: Open Sans;
}
.top-nav-btn2{
	border-radius: 0;
    background: transparent url(../img/basket-icon.png) no-repeat 10px center;
    color: #ffffff;
    width: 190px;
    height: 34px;
    z-index: 79;
    line-height: 14px;
    font-size: 12px;
    font-weight: 700;
    font-family: Open Sans;
}
.top-nav-btn3{
	border-radius: 0;
    background: transparent url(../img/book-icon.png) no-repeat 10px center;
    color: #ffffff;
    width: 190px;
    height: 34px;
    z-index: 79;
    line-height: 14px;
    font-size: 12px;
    font-weight: 700;
    font-family: Open Sans;
}
.navbar-light .navbar-toggler {
    color: rgb(0, 0, 0);
    border-color: rgb(0, 0, 0);
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
}
.navbar-nav li::before{
	left: -15px;
    position: absolute;
    top: 9px;
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    background-color: #ba9836;
}
.btn-primary {
    color: #fff;
    background-color: #ba9836!important;
    border-color: #ba9836!important;
}
a {
	color: #333!important;
}
.text-dark {
    color: #000000 !important;
}
.active{
	color: #fff!important;
    background-color: #ba9836!important;
    border-color: #ba9836!important;
}
.about-heading{
	text-align: center;
    line-height: 45px;
    font-size: 32px;
}
.about-service-heading {
    text-align: center;
    line-height: 45px;
    font-size: 30px;
	color: #000;
    font-weight: 500;
}
.text-muted {
    color: #000000 !important;
}
.services-btn{
    height: 34px;
    z-index: 71;
    line-height: 14px!important;
    font-size: 12px!important;
    font-weight: 400;
    font-family: Arial;
    background-color: #000 !important;
    border: 2px solid #fff !important;
    border-radius: 0px !important;
}
#services-desc{
	background-color: #333;
}
.services-desc-img{
	    border: 1px solid #fff;
}

.price-txt{
    text-align: center;
    line-height: 48px;
    font-size: 45px;
    font-weight: 700;
    color: #ba9836;
}
.section-desc-spac{
	padding-left: 31%;
}
.back-btn{
	height: 38px;
	width: 120px;
    z-index: 71;
	color: #000 !important;
    line-height: 14px!important;
    font-size: 14px!important;
    font-weight: 600!important;
    font-family: Arial;
    background-color: #ba9836 !important;
    border-radius: 0px !important;
}
