@import url('https://fonts.googleapis.com/css?family=Noto+Sans');

html,body {
    height:100%;
	width:100%;
	position:relative;
	font-family: 'Noto Sans', sans-serif;
}

p{
	font-size: 15px;
	    line-height: 25px;
}
#background-carousel{
	position:fixed;
	width:100%;
	height:100%;
	z-index:-1;
}
.carousel,
.carousel-inner {
	width:100%;
	height:100%;
	z-index:0;
	overflow:hidden;
}
.item {
	width:100%;
	height:100%;
	background-position:center center;
	background-size:cover;
	z-index:0;
}
 
#content-wrapper {
	position:absolute;
	z-index:1 !important;
	min-width:100%;
	min-height:100%;
	padding:0 50px;}
.well {
    opacity:0.85
}

.topheader-bag{
    /* background: #661a18; */
    background: #242424;
    padding-top: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.social-icons a{
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
    color: #ccc
}

.social-icons a:hover{
	color:  #fff;
}



.navbar {
  border-radius: 0;
}
.content-bag{
	background: #fff;
}



.section-title-wrap {
    text-align: center;
    width: 100%;
    display: table;
}

.section-title {
    margin-bottom: 10px;
    position: relative;
    font-size: 26px;
    color: #661a18;
}

.section-title-wrap span.divider {
    height: 4px;
    width: 80px;
    margin: 0 0 20px;
    border-bottom: 2px solid #d6251e;
    position: relative;
    display: inline-block;
}
.section-title-wrap span.divider:before {
  width: 10px;
    height: 10px;
    margin-left: 32px;
    transform: rotate(45deg);
    transform-origin: 0 100%;
    content: "";
    border-right: 2px solid #d6251e;
    display: block;
    background: #ffffff;
    margin-top: -7px;
    border-bottom: 2px solid #d6251e;
}

.nav>li>a {
    padding: 28px 10px;
}
.navbar{
	margin-bottom: 0 !important;
}

.slider-img{
	height: 500px !important;
	width:100%;
}

.service-content {
    position: relative;
    margin-bottom: 30px;
}

.service-content .inner-box {
    position: relative;
    display: block;
    background: #ffffff;
    text-align: center;
    border-bottom: 2px solid #ffffff;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
.service-content .inner-box .image-box {
    position: relative;
    width: 100%;
}

.service-content .inner-box .image-box img {
    display: block;
    width: 100%;
    height: 220px;
}

.service-content .lower-content {
    background-color: #f7f7f7;
    padding: 20px 20px 30px;
    position: relative;
}

.service-content .lower-content h4 {
    font-size: 18px;
    color: #661a18;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.service-content .lower-content p {
    margin-bottom: 25px;
}

.btn-style-two {
    position: relative;
        padding: 7px 24px;
    line-height: 24px;
    text-transform: uppercase;
    background: #d6251e;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 600;
    border: 2px solid #fff !important;
    border-radius: 2px;
}

.btn-style-two:hover{
	color:#661a18 !important;
	border-color:#d6251e !important;
    border: 2px solid #d6251e;
	background:#fff;	
	text-decoration: none
}

.service-content .inner-box:hover {
    border-bottom-color: #715a33;
}

.padd-tp-10{
	padding-top: 10px;
}

.padd-tp-20{
	padding-top: 20px;
}


.margin-bt-20{
    margin-bottom: 20px;
}


.padding-bt-20{
    padding-bottom: 20px;
}
.footer-bag{
	background:#171717;
	text-align: center;
	padding-top: 10px
}

.white{
	color: #fff
}
.gry-f{
	color: #ccc

}

.foot-ul a:hover{
color: #fff;
text-decoration: none;
}

.h-line{
	border-top: 1px solid #827a7a;
	margin-bottom: 10px;
}
.foot-p{
	    color: #929292;
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color: #661a18;
    background-color: transparent;
    border-bottom: 4px solid #d6251e;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: #661a18;
    background-color: transparent;
    border-bottom: 4px solid #d6251e;
}
.navbar {
    border: none;
}

.navbar-default{
	background:#fff;
}

.banner-img{
	height: 360px;
	width:100%;
}

.map{
    height: 300px;
    width:100%;
    margin-bottom: -5px;
}

.red{
    color: #d6251e
}
.light-red{
    color: #661a18
}

.contact-form input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    height: 50px;
}

.contact-form textarea {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    min-height: 150px;
    padding: 15px 12px;    
}




.img-wrapper {
  position: relative;
  margin-top: 15px;
  
}

.img-wrapper img {
    width: 100%;
    box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4)
  }
.img-overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  
}

.img-overlay i {
    color: #fff;
    font-size: 3em;
  }
#overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  // Removes blue highlight
  -webkit-user-select: none;
  -moz-user-select: none;    
  -ms-user-select: none; 
  user-select: none; 
  
}


#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
    
  }
#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
 
}

#nextButton &:hover {
    opacity: 0.7;
  }

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  
}

#prevButton &:hover {
    opacity: 0.7;
  }


#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
  
}

#exitButton &:hover {
    opacity: 0.7;
  }


#exTab1 .nav-pills > li > a {
    border-radius: 0;
        padding: 13px 0;
    font-size: 17px;
    background:#eee;
    color: #661a18;
        text-align: center;
}

.nav-pills{
    background: #f9f9f9;
    border-bottom: 1px solid  #ccc;
}

#exTab1{
    border:1px solid  #ccc;
    margin-bottom: 20px;
}

#exTab1 .tab-content {
  padding : 15px 30px
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover, .nav-pills>li a:hover{
    background:#d6251e !important;
    color: #fff !important;
}
.nav-pills>li{
  width:33.1%;
}
.img-gal{
    width:100%;
    height:200px;
}
.navbar-default {
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); */
     box-shadow: 0 0 5px #661a18bf;
}

.navbar-brand{
    height:auto !important;
    color: #000 !important;
    padding: 10px 15px !important;
}

.logo-img{
height: 60px;
    display: inline-block !important;
}

.navbar-default .navbar-nav>li>a{
    color: #000;
    font-size: 15px;
}

.foot-ul a{
color: #fff;
letter-spacing: 1px;
}

.foot-ul a:hover{
    color: #ccc;
}


ul.contact-social-icon li {
    margin-right: 10px;
    display: inline-block;
}

ul.contact-social-icon li a {
    float: left;
    background-color: #f2f2f2;
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

ul.contact-social-icon li a i {
    margin:9px;
    color: #661a18
}

ul.contact-social-icon li a:hover {
    color: #fff;
    background-color: #d6251e;
}

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

.contact-social-icon{
    display: block;
    margin:0 auto;
    list-style: none;
    padding-left: 0;
}

.lower-content1 h3{
       font-size: 14px;
    color: #661a18;
    margin-top: 6px;
}

.lower-content1 i{
    color: #d6251e;
    margin-right: 10px;
  vertical-align: -2px;
    font-size: 20px;
}

.lower-content1 {
    background-color: #f7f7f7;
   padding: 7px 10px 3px;
}

.mt-less{
    margin-bottom: 10px !important;
}

.locality-table th, .locality-table td{
 padding: 10px; 
}

.locality-table th{
        background: #d6251e !important;
    color: #fff !important;
    font-weight: normal;
    font-size: 15px;
}

.locality-table, .table-tariff{
    width:100%;
}

.table-tariff{
  border:1px solid #ccc;
  text-align: center;
}

 .table-tariff th{
        background: #661a18 !important;
    color: #fff !important;
    font-weight: normal;
    font-size: 15px;
}

 .table-tariff th{
    text-align: center;
 }

 .tariff-text li{
        line-height: 33px;
 }


