@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Hind:400,500,600,700);
.common-heading {
  margin-bottom: 70px;
  text-align: center;
}
.pop-box {
  position: fixed;
  bottom: 0;
  right: 15px;
  width: 300px;
  background: #fff;
  box-shadow: 0 0 105px 0 #f2f2f2;
  z-index: 10000;
}
.pop-box form {
  display: none;
  padding: 15px;
}
.pop-box button.toggle{
  border: none;
  border-radius: 0;
  text-align: left;
}
.pop-box button.toggle span{
  width: 15px;
  position: absolute;
  right: 15px;
}
.pop-box .form-group{
  position: relative;
}
.pop-box .form-group .required {
  color: red;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 9px;
}
.inner-intro{
  padding: 0;
  background-size: cover;
  background-position: center;
}
.inner-intro .overshadow{
  background: rgba(0,0,0,0.75);
  padding:20px 0;
}
.inner-intro h1{
  margin: 0;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-size: 40px;
  text-shadow: 2px 2px 2px black;
  padding: 25px 0;
  text-transform: uppercase;
}
.bDesign {
  width: 150px;
  background: #e2b423;
  height: 4px;
  display: block;
  margin: 4px auto 0;
}
.bDesign.leftAlign {
  margin: 5px 0!important;
  color: #000;
}


/* pagination css */
.rakSab-pagination {
  margin-top:5px;
}
.rakSab-pagination ul{
  text-align: center;
  margin:0;
  display:inline-block;
}
.rakSab-pagination .pagination > li {
  display: inline-block
}
.rakSab-pagination .pagination {
  display: block
}
.rakSab-pagination .pagination > li:first-child > a,
.rakSab-pagination .pagination > li:first-child > span,
.rakSab-pagination .pagination > li:last-child > a,
.rakSab-pagination .pagination > li:last-child > span {
  border-radius:0;
}
.rakSab-pagination .pagination > .active > a,
.rakSab-pagination .pagination > .active > a:focus,
.rakSab-pagination .pagination > .active > a:hover,
.rakSab-pagination .pagination > .active > span,
.rakSab-pagination .pagination > .active > span:focus,
.rakSab-pagination .pagination > .active > span:hover {
  background-color: #0f67b1;
  border-color: #0f67b1;
}
.rakSab-pagination .pagination a:hover {
  background: #0e497e;
  border-color: #0e497e;
  color: #fff;
}
.rakSab-pagination .pagination > li > a,
.rakSab-pagination .pagination > li > span {
  padding: 3px 13px;
  color: #000;
  font-size: 16px;
}
.rakSab-pagination .pagination > .active > a,
.rakSab-pagination .pagination > .active > span {
  color: #fff;
}

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

.home-slider .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home-slider .owl-dots .owl-dot{}
.home-slider .owl-dots .owl-dot span {

}
.home-slider .owl-dots.active .owl-dot span{}

.home-slider .owl-carousel .owl-item .item,
.home-slider .owl-carousel .owl-item .item img{
  width:100%!important;
}
@media (max-width: 767px) {
  body{
    padding-bottom:44px!important;
  }
  .pop-box {
    width:100%;
    right:0;
  }
}