@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script');




.affix {
position: fixed;
top: 0;
z-index: 9999;
width: 100%;
background: #2a1407;  
animation: fadeInDown;
}




header{
background:#2a1407;
border-top:3px solid #da952e;
box-shadow: 0 2px 6px #4a4a4a;
z-index: 9999;
position: relative;
}
.logo img {
  margin-top: 11px;
width: 100%;
}

.top-left{
    display: inline-block;
float: right;
}

.right-side {
  text-align: right;
}

#google_translate_element{
display: inline-block;
}


.links {
margin-top: 0px;
padding-left: 67px;
float: right;
margin-bottom: 0px;
padding-top: 10px;
}

.tooltip{
    font-family: 'Open Sans', sans-serif;
    background: none;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #db972f;
}

.tooltip-inner {
    background-color:#db972f;
    color: #2a1407;
}

.links li {
  list-style: none;
  float: left;
}


.mail-book li {
  list-style: none;
  float: left;
}

.mail-book li a:hover{
  text-decoration:none; 
}

.mail-book {
margin-top: 0px;
padding-left: 0px;
float: right;
margin-bottom: 15px;
padding-top: 10px;
}

.top-social{
  list-style: none;
  padding-left: 0px;
  float: right;
  margin-top: 12px;
}

.top-social li{
  float: left;
}

.top-social li a{
    background: #d7902a;
    padding: 6px 12px;
    color: #6c2902;
    border-radius: 30px;
    margin-right: 15px;
    font-size: 16px;
}

.mail-book .top-book{
  color: #fff;
-webkit-text-fill-color: #2a1407;
background: #D7902A;
padding: 6px 15px;
}

.mail-book .top-book:hover{
background: #ffd884;
text-decoration:none; 
}



.mail-book li a{
  font-family: "Lato",sans-serif;
font-size: 14px;
padding: 0 13px;
background: -webkit-linear-gradient(#D7902A, #F9C64F,#D7902A);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
}

.mail-book li a span{
background: -webkit-linear-gradient(#D7902A, #F9C64F,#D7902A);
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
  }

.links li a {
font-family: "Lato",sans-serif;
font-size: 14px;
border-right: 1px solid #e8ab3d;
padding: 0 13px;
background: -webkit-linear-gradient(#D7902A, #F9C64F,#D7902A);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.links li a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
  outline-offset: 0px;
  text-decoration: none !important;
}

.navbar-inverse {
    background: none;
    border: none;
    display: inline-block;
    float: right;
    margin-bottom: 10px;
}

.navbar-nav {
    float: right;
}

.nav > li > a {
position: relative;
display: block;
font-family: "Lato",sans-serif;
text-transform: uppercase;
color: #ffe3b3 !important;
overflow: hidden;
transition: .4s;
padding: 15px 11px;
}

.nav > li > a::before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 0;
bottom: -2px;
background: -webkit-linear-gradient(#D7902A, #F9C64F,#D7902A);
height: 2px;
-webkit-transform: translateY(2px);
transform: translateY(2px);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}

.nav > .active::before {
 content: "";
position: absolute;
z-index: -1;
left: 0;
right: 0;
bottom:2px;
background: -webkit-linear-gradient(#D7902A, #F9C64F,#D7902A);
height: 2px;
-webkit-transform: translateY(2px);
transform: translateY(2px);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}

.nav > li > a:hover::before {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
   background: -webkit-linear-gradient(#D7902A, #F9C64F,#D7902A);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background: -webkit-linear-gradient(#D7902A, #F9C64F,#D7902A);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.nav-left{
  padding-left: 0px;
  padding-right: 5px;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-control.right {
    background: none;
}

.carousel-control.left {
    background: none;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    width: 100%;
}


.dropdown:hover .caret {
    color: #D7902A;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
background: -webkit-linear-gradient(#D7902A, #F9C64F,#D7902A);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.dropdown-menu {
    background-color: rgba(42, 20, 7, 0.9);
}

.dropdown-menu > li > a {
    padding: 6px 18px;
    font-family: "Lato",sans-serif;
    text-transform: uppercase;
  color:#ffe3b3 !important
}

.dropdown-menu > li > a:hover {
    text-decoration: none;
    background: none;
    background: -webkit-linear-gradient(#D7902A, #F9C64F,#D7902A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.ser {
  margin-top: 8px;
}
.ser input {
  border-radius: 20px;
}
.ser a span {
  position: absolute;
  right: 30px;
  font-size: 20px;
  top: 7px;
  color: rgb(204, 204, 204);
}

.sec-1{
  padding: 15px 0;
  position: relative;
background: -webkit-linear-gradient(#D7902A, #F9C64F,#D7902A)
}

.sec-1::before {
position: absolute;
content: "";
width: 26%;
background-color: #2a1407;
left: 0;
right: 0;
top: 0;
bottom: 0;
display: inline-block;
transform: skewX(-136deg);
-webkit-transform: skewX(-140deg);
-ms-transform: skewX(-140deg);
z-index: 1;
transform-origin: left bottom 0;
}

.sec-1 .check h2{
background: -webkit-linear-gradient(#D7902A, #F9C64F,#D7902A);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
position: relative;
z-index: 99;
font-family: "Lato",sans-serif;
text-transform: uppercase;
line-height: 38px;
font-size: 27px;
margin-top: 10px;
margin-bottom: 15px;
}

.sec-1 .check h2::after{
position: absolute;
content: "";
width: 90px;
background: -webkit-linear-gradient(#D7902A, #F9C64F,#D7902A);
left: 0;
bottom: -8px;
height: 1px;
  }


.label-control{
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 15px;
color: #2a1407;
margin-bottom: 10px;
display: block;
}

.form-group{
  margin-bottom: 0;
  margin-top: 16px;
  font-family: 'Open Sans', sans-serif;
}

.avail-check{
  height: 23px;
}

.read-more::before {
content: "";
width: 32px;
right: 0px;
top: 0;
bottom: 0;
position: absolute;
border-left: 15px solid transparent;
border-top: 50px solid #2a1407;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
transition: all 1s ease 0s;
}

.read-more {
border: 1px solid #2a1407;
text-transform: uppercase;
text-decoration: none;
color: #2a1407;
position: relative;
overflow: hidden;
text-decoration: none;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
transition: all 1s ease 0s;
width: 100%;
background: none;
border-radius: 0px;
text-align: left;
padding: 9px 20px;
}

.form-group .form-control {
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    color: #2a1407 !important;
    background: none;
    border: 1px solid #fff;
    border-radius: 0px;
    box-shadow: none;
}

.form-group .btn-default:hover {
 color: #e8ab3d;
background-color: #2a1407;
border-color: #2a1407;
}

.read-more:hover::before {
 border-left: 15px solid transparent;
    border-top: 50px solid #dd9a31;
}

.index-cap{
  margin-top: 13px;
}

.index-cap .label-control img{
  width: 80%;
}

.index-cap .label-control{
  margin-bottom: 4px;
}


.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #2a1407;
    text-align: center;
    background: none;
    border-right: 1px solid #fff;
    border-radius: 0px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}

.welcome{
  padding: 40px 0;
  
}

.wel-heading h1{
font-family: 'Dancing Script', cursive;
text-align: center;
font-weight: 600;
color: #2a1407;
}

.wel-heading h1::after{
content: "";
width: 180px;
left: 33%;
position: absolute;
background: #2a1407;
height: 1px;
bottom: 11px;
  }

  .wel-heading h1::before{
content: "";
width: 98px;
left: 40%;
position: absolute;
background:#2a1407;
height: 1px;
bottom: 7px;
  }

.wel-heading h1 b{
background: -webkit-linear-gradient(#D7902A, #F9C64F,#D7902A);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.wel-heading span{
  transform: rotate(-45deg);
display: inline-block;
text-align: center;
background: -webkit-linear-gradient(#D7902A, #F9C64F,#D7902A);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.wel-heading::after{
content: "";
width: 180px;
position: absolute;
background: #2a1407;
height: 1px;
bottom: 11px;
right: 33%;
}

.wel-heading::before{
  content: "";
width: 98px;
right: 40%;
position: absolute;
background: #2a1407;
height: 1px;
bottom: 7px;
}

.wel-heading{
  text-align: center;
}

.welcome p{
   font-family: 'Open Sans', sans-serif;
   line-height: 28px;
   margin-top: 15px;
}


.left-wel a{
 border: 1px solid #2a1407;
text-transform: uppercase;
text-decoration: none;
color: #2a1407;
position: relative;
overflow: hidden;
text-decoration: none;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
transition: all 1s ease 0s;
border-radius: 0px;
text-align: left;
padding: 8px 30px 8px 12px;
font-family: 'Open Sans', sans-serif;
display: inline-block;
}

.left-wel a:hover{
border: 1px solid #da952e;
color: #da952e;
  }

.left-wel a:hover::before{
border-left: 15px solid transparent;
border-top: 40px solid #da952e;
  }


.left-wel a::before{
content: "";
width: 32px;
right: 0px;
top: 0;
bottom: 0;
position: absolute;
border-left: 15px solid transparent;
border-top: 40px solid #2a1407;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
transition: all 1s ease 0s;
}

.pro-out .content .wel-right a {
    padding: 90px !important;
}

.sec-2{
  padding: 40px 0 60px;
}


.service{
  padding: 60px 0;
 background: url(../images/bg-wel.jpg);
}

.service-box .service-icon{
border: 1px solid #d8922b;
display: inline-block;
transform: rotate(-45deg);
margin-bottom: 15px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}

.service-box:hover {
    -webkit-box-shadow: 0 20px 20px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 20px 20px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 20px 20px rgba(0,0,0,0.1);
    box-shadow: 0 20px 20px rgba(0,0,0,0.1);
    -webkit-transform: translate(0,-10px);
    -ms-transform: translate(0,-10px);
    -moz-transform: translate(0,-10px);
    transform: translate(0,-10px);
}

.service-box:hover .service-icon span {
  
    background: -webkit-linear-gradient(#fff, #fff,#fff);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent
}

.service-box:hover .service-icon {
border: 1px solid #d8922b;
background: -webkit-linear-gradient(#D7902A, #F9C64F,#D7902A)
}

.service-box{
text-align: center;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
padding: 40px 18px;
box-shadow: 0 0px 1px #c2c2c2;
background: #fff;
}

.service-box .service-icon span{
transform: rotate(45deg);
font-size: 30px;
background: -webkit-linear-gradient(#D7902A, #F9C64F,#D7902A);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
padding-top: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
height: 60px;
width: 60px;
line-height: 60px;
  }


.service .service-box-matter h2{
  font-family: "Lato",sans-serif;
font-size: 22px;
color:#2a1407;
}

.service .service-box-matter p{
font-family: 'Open Sans', sans-serif;
line-height: 26px;
color: #323232;
  }


 .service-top h1{
    font-family: 'Dancing Script', cursive;
font-weight: 600;
color: #2a1407;
margin-top: 0px;
font-size: 33px;
margin-bottom: 45px
  }

  .service-top h1::after{
content: "";
width: 98px;
left: 27px;
position: absolute;
background: -webkit-linear-gradient(#D7902A, #F9C64F,#D7902A);
height: 2px;
bottom: 26px;
  }

  .service-top h1::before{
content: "\f0c8";
font: normal normal normal 15px/1 FontAwesome;
position: absolute;
bottom: 20px;
transform: rotate(-45deg);
background: -webkit-linear-gradient(#D7902A, #F9C64F,#D7902A);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  }


.room-box .prp-img {
    position: relative;
    overflow: hidden;
}

.room-box .prp-img img {
    max-width: 100%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.room-box .prp-img .price {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background: rgba(177, 146, 97, 0.4);
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
    line-height: 30px;
    text-align: center;
    color: white;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0.4);
}

.room-box .prp-img .price span {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;

    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-100%);
    -moz-transform: translateX(-50%) translateY(-100%);
    -ms-transform: translateX(-50%) translateY(-100%);
    -o-transform: translateX(-50%) translateY(-100%);
    transform: translateX(-50%) translateY(-100%);
    padding: 12px 15px;
   background: #2a1407;
color: #fff;
}

.room-box .prp-img .price a{

  color: #323232;
}

.room-box .prp-img .price a:hover{
    background:rgb(50, 50, 50);
  color: #fff;
}

.room-box .prp-detail {
    border-bottom: 1px solid #c2c2c2;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}

.room-box .prp-detail .title {
color: #2a1407;
margin-top: 10px;
font-family: 'Open Sans', sans-serif;
font-size: 18px;
font-weight: 600;
}

.room-box .prp-detail .description {
  margin-bottom: 7px;
font-family: 'Open Sans', sans-serif;
line-height: 25px;
color: #da952e;
}

.room-box:hover .prp-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.room-box:hover .prp-img .price {
    opacity: 1;
    filter: alpha(opacity=100);
}



.room-box:hover .prp-detail {
    border-color: #b19261;
}

.room-box{
  margin-top: 30px;
}

.prp-detail a{
  background: #D7902A;
padding: 10px 15px;
display: inline-block;
margin-bottom: 5px;
font-family: 'Open Sans', sans-serif;
color: #fff;
transition: .4s;
}

.prp-detail a:hover{
text-decoration: none;
background: #2a1407;
}

.sec-3{
  text-align: center;
padding: 50px 0px 57px;
background: url(../images/sec-3-bg.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
position: relative;
background-attachment: fixed;
}

.request-call{
  text-align: center;
  background-color: rgba(42, 20, 7, 0.9);
  padding: 30px 0 50px;
}

.request-call h1 {
    color: #fff;
    text-shadow: 0 1px 10px #000;
    padding-bottom: 28px;
    margin-bottom: 26px;
    margin-top: 0px;
    font-family: 'Dancing Script', cursive;
    font-size: 40px;
}

.request-call img{
  position: absolute;
display: inline-block;
width: 24%;
top: 81px;
left: 38%;
}

.get-in {
    padding: 50px 0;
  /*  background: url(../images/get-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;*/
    background: url(../images/bg-wel.jpg);
}

.get-in h2 {
margin-top: 0px;
margin-left: 15px;
margin-bottom: 30px;
font-family: 'Dancing Script', cursive;
font-size: 28px;
font-weight: 600;
color: #2a1407;
}

.get-in .get-form {
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}

.get-in .s-message {
    margin-top: 8px;
}

/*.get-in a {
    background:#d7902a;
    padding: 10px 15px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 14px;
    transition: .4s;
}*/
.get-in button {
    background:#d7902a;
    padding: 10px 15px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 14px;
    transition: .4s;
    border: 0;
}

.get-in h2::after {
  content: "";
width: 98px;
left: 30px;
position: absolute;
background: #D7902A;
height: 2px;
top: 44px;
}



.request-call a {
    border: 1px solid #d7902a;
text-transform: uppercase;
text-decoration: none;
color: #d7902a;
position: relative;
overflow: hidden;
text-decoration: none;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
transition: all 1s ease 0s;
border-radius: 0px;
text-align: left;
padding: 8px 30px 8px 12px;
font-family: 'Open Sans', sans-serif;
display: inline-block;
}

.request-call a::before {
    content: "";
    width: 32px;
    right: 0px;
    top: 0;
    bottom: 0;
    position: absolute;
    border-left: 15px solid transparent;
    border-top: 40px solid #d7902a;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.quick-contact h2{
margin-left: 0px;
}

.quick-contact h2::after{
  left: 16px;
}




.quick-contact h3{
  font-family: "Lato",sans-serif;
margin-top: 0px;
color: #da952e;
font-size: 22px;
}

.request-call a:hover {
    border: 1px solid #fff;
    color: #fff;
}

.request-call a:hover::before {
    border-left: 15px solid transparent;
    border-top: 40px solid #fff;
}

.quick-contact p{
font-family: 'Open Sans', sans-serif;
line-height: 28px;
color: #2A1407;
}

.quick-contact p span{
padding-right: 5px;
color: #d7902a;
  }

  .about-us-banner {
background: url(../images/tourist-attractions-banner.jpg);
padding: 50px 0;
background-size: cover;
background-position: center;
}

  .tourist-attractions-banner {
background: url(../images/tourist-attractions-banner.jpg);
padding: 50px 0;
background-size: cover;
background-position: center;
}

  .deluxe-room-banner {
background: url(../images/deluxe-room-banner.jpg);
padding: 50px 0;
background-size: cover;
background-position: center;
}

  .super-deluxe-banner {
background: url(../images/super-deluxe-banner.jpg);
padding: 50px 0;
background-size: cover;
background-position: center;
}


  .gallery-banner {
background: url(../images/gallery-banner.jpg);
padding: 50px 0;
background-size: cover;
background-position: center;
}


  .book-now-banner {
background: url(../images/book-now-banner.jpg);
padding: 50px 0;
background-size: cover;
background-position: center;
}

  .contact-us-banner {
background: url(../images/contact-us-banner.jpg);
padding: 50px 0;
background-size: cover;
background-position: center;
}


.enquiry-banner {
background: url(../images/enquiry-banner.jpg);
padding: 50px 0;
background-size: cover;
background-position: center;
}

.banquet-hall-banner {
background: url(../images/banquet-hall-banner.jpg);
padding: 50px 0;
background-size: cover;
background-position: center;
}



.banner-top h1 {
text-transform: uppercase;
color: #fff;
font-weight: 600;
font-size: 23px;
background: #2a1407;
padding: 10px 16px;
font-family: "Lato",sans-serif;
margin-left: 10px;
border-bottom-right-radius: 8px;
border-top-right-radius: 8px;
display: inline-block;

}

.banner-top h1 span{
  color: #d7902a;
}

.banner-top em{
height: 47px;
background-color: #d7902a;
width: 4px;
position: absolute;
top: 21px;
}

.matter-in {
    padding: 40px 0;
}

.matter-in h1 {
   font-family: 'Roboto', sans-serif;
    color: #f4a41c;
    font-size: 26px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom:30px; 
}


.matter-in p {
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
    font-size: 14px;
    text-align: justify;
}

.matter-in .tourinfo-img {
position: relative;
background-color: #f4a41c;
display: inline-block;
top: 10px;
left: 23px;
}

.matter-in .tourinfo-img img {
    position: relative;
    left: 11px;
    top: -10px;
}



.matter-in .tourinfo-img::before {
content: '';
position: absolute;
top: 10px;
left: 30px;
right: 10px;
bottom: 30px;
opacity: 1;
/*border: 2px solid rgb(42, 20, 7);*/
border-bottom: 0;
border-left: 0;
-webkit-transition: all .5s ease .5s;
transition: all .5s ease .5s;
z-index: 999;
}




.matter-in h1::after {
content: "";
width: 98px;
left: 26px;
position: absolute;
background: #2a1407;
height: 1px;
top: 40px;
}

.matter-in h1::before {
content: "\f0c8";
font: normal normal normal 15px/1 FontAwesome;
position: absolute;
top: 35px;
transform: rotate(-45deg);
color: #2a1407;
font-size: 12px;
}

.sec-2-about {
    padding: 40px 0;
    background-color: #f4f4f4;
}

.sec-2-about h1{
font-family: 'Roboto', sans-serif;
font-size: 22px;
text-transform: uppercase;
font-weight: 600;
text-align: center;
margin-bottom: 25px;
margin-top: 0px;
color: #f4a41c;
}

.sec-2-about h1::after{
content: "";
width: 98px;
left: 29%;
position: absolute;
background: #2a1407;
height: 2px;
top: 13px;
}


.sec-2-about h1::before{
content: "";
width: 98px;
right: 29%;
position: absolute;
background: #2a1407;
height: 2px;
top: 13px;
}

.about-box {
padding: 20px 20px;
text-align: center;
background: #fff;
margin:20px 0;
box-shadow: 0 1px 4px #dadada;
transition: .4s;
}

.about-box:hover{
  background: #2a1407;
}

.about-box:hover .about-box-maatter{
border: 1px dashed #fff;
  }

.sec-2-about .about-box:hover i{
    color: #fff;
  }


.sec-2-about .about-box:hover h4{
    color: #fff;
  }





.sec-2-about .about-box i {
    color: #f4a41c;
    font-size: 30px;
    transition: .4s;
}

.sec-2-about .about-box h4 {
font-size: 18px;
font-weight: 700;
color: #2a1407;
margin-bottom: 14px;
font-family: "Lato",sans-serif;
transition: .4s;
}

.about-box-maatter{

padding: 20px 30px;
border: 1px dashed #2a1407;
transition: .4s;
}


.pro-box {
position: relative;
display: inline-block;
width: 100%;
text-align: center;
padding: 5px;

}

.pro-out{
margin:15px 0 20px;
box-shadow: 0 0px 5px rgb(198, 198, 198);
}

.pro-box .thumb {
    display: block;
    position: relative;
    overflow: hidden;
}

.inner p{
padding: 2px 0;
text-align: center;
color: #fff;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
background: #00923F;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
text-shadow: 0 1px 1px rgb(53, 53, 53);
}

.pro-box .img-thumbnail {
    padding: 0px;
    border: 0px solid #ddd;
    border-radius: 0px;
}

.pro-box img {
    width: 100%;
    height: 100%;
    transition: all 0.9s ease 0s;
}



.pro-box .thumb:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
    transition: all 0.9s ease 0s;
}

.pro-out .inner p::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f8ac12;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
 

.pro-out:hover .inner p::before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
/*
.pro-out .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
*/
.pro-out .content .link-gallery {
 display: table-cell;
position: absolute;
top: 30px;
left: 30px;
right: 30px;
bottom: 40px;
text-align: center;
background: rgba(42, 20, 7, 0.8);
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
border: 1px dashed rgb(215, 144, 42);
}

.pro-out .content .link-gallery .media-right {
    position: absolute;
    top: 20px;
    right: 20px;
}

.pro-out .content .link-gallery a {
color: #fff;
font-size: 20px;
display: block;
padding: 115px;
}


.pro-out .content .link-gallery .media-bottom {
    position: absolute;
    bottom: 20px;
    left: 20px;
}


.pro-out:hover .content .link-gallery {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}



.flex-next::before {
    font-family: "flexslider-icon";
    font-size: 35px !important;
    display: inline-block;
    content: '>' !important;
    color: #fff !important;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-prev::before {
    font-family: "flexslider-icon";
    font-size: 35px !important;
    display: inline-block;
    content: '<' !important;
    color: #fff !important;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flexslider {
    margin: 0 0 15px !important;
    }

.bottom-nav .slides > li.flex-active-slide{
  border: 2px solid #2a1407;
}

.flexslider .slides > li {
    box-shadow: 0px 2px 2px rgb(141, 141, 141);
}

.flex-direction-nav a {
    width: 45px !important;
    height: 50px !important;
    background: #2a1407;
    padding: 0 10px;
    border-radius: 40px;
}

.cf{
  padding-top: 25px;
}


.services::after {
border-left: 40px solid #2a1407;
border-bottom: 40px solid #191d2000;
top: -4px;
left: -4px;
content: "";
z-index: 0;
position: absolute;
transition: .4s;
}

.services::before {
border-left: 40px solid #191d2000;
border-bottom: 40px solid #2a1407;
bottom: -4px;
right: -4px;
content: "";
z-index: 0;
position: absolute;
transition: .4s;
}

.services{
border-radius: 0;
border: 0;
background: #d7902a;
text-align: center;
position: relative;
-webkit-transition: 0.4s ease;
-moz-transition: 0.4s ease;
-o-transition: 0.4s ease;
transition: 0.4s ease;
box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.17);
padding: 20px 0;
margin: 20px;
}

.services span{
-moz-transition: 0.5s ease;
-o-transition: 0.5s ease;
transition: 0.5s ease;
background: #fff;
color: #d7902a;
padding: 20px 20px;
border-radius: 40px;
font-size: 2em;
box-shadow: 0 1px 3px #626262;
  }

  .services h3{
    font-family: "Lato",sans-serif;
font-weight: 600;
padding: 20px 0;
color: #fff;
margin: 0;
transition: 0.5s ease;
  }

 .services:hover span {
background-color: #2a1407;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
border-radius: 30px;
color: #fff;
}

.services:hover h3{
color:  #2A1407;
}

.s-bg-1{
background: #ff9600;
}

.s-bg-2{
  background: #c87805;
}

.s-bg-3{
  background: #a16a04;
}

.s-bg-4{
  background: #F9C64F;
}

.s-bg-5{
  background: #dda14a;
}

.s-bg-6{
  background: #c87805;
}

.s-bg-7{
  background: #bc591e;
}

.s-bg-8{
  background: #f6af48;
}

.booking-box{
  background: #f5f5f5;
padding: 3em 2em;
display: inline-block;
}

.booking-box .form-control{
  font-family: 'Open Sans', sans-serif;
  height: 40px;
  border-radius: 0px;
  margin-bottom: 15px;
}

.booking-box .form-control:focus {
    border-color: #f4a41c;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(244, 164, 28, 0.59);
    }

textarea.form-control {
    height: auto !important;
}

.booking-box .btn-default {
    color: #fff;
    background-color: #2a1407;
    border-color: #2a1407;
    text-transform: uppercase;
    font-size: 14px;
    transition: .4s;
    padding: 10px 20px;
    font-family: 'Open Sans', sans-serif;
}

.booking-box .btn-default:hover{
  background: #d7902a;
  border-color: #d7902a;
}

.right-b{
  margin-top: 96px;
}

/*.right-b h3{
font-family: 'Roboto', sans-serif;
color: #f4a41c;
font-weight: 600;
}
*/
.contact-help{
  padding: 10px;
text-align: center;
margin-top: 20px;
background: #2a1407;
border: 2px solid #fff;
}

.contact-help h3{
font-family: 'Roboto', sans-serif;
text-align: center !important;
color: #d7902a;
  }

  .contact-help p{
text-align: center;
color: #fff;
font-size: 15px;
  }

.contact-help .b-order-c-help{
border:1px solid #d7902a;
  }

  .datepicker{
    background: #fff;
    font-family: 'Open Sans', sans-serif;
  }


 .b-adn .input-group-addon {
    border-right: 1px solid #ccc;
    border-radius: 0px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background: #fff;
}

.b-adn{
  margin-bottom: 15px;
}

 .b-adn .form-control{
margin: 0px;
}

.enq{
  padding-top: 20px;
   font-family: 'Open Sans', sans-serif;
}


.enq p{
  text-align: left;
}

.enq .form-control{
  margin-bottom: 20px;
}

.enq .btn-primary {
    color: #fff;
    background-color: #2a1407;
    border-color: #2a1407;
    border: 0;
    border-radius: 0px;
    padding: 10px 20px;
    transition: .4s;
  }

  .enq .btn-primary:hover {
background: #d7902a;
  }

  .contact-icon span{
float: left;
padding: 13px;
background: #2a1407;
margin-right: 25px;
color: #fff;
border-radius: 30px;
font-size: 13px;
margin-top: 7px;
  }

  .contact-icon h3{
font-family: 'Roboto', sans-serif;
font-size: 15px;
float: left;
margin-top: 20px;
font-weight: 600;
color: #d7902a;
  }

  .c-t p{
margin-top: 14px;
text-align: left;
color: #2a1407;
  }

  .contact-box a{
    color: #2a1407;
    transition: .4s;
  }

    .contact-box a:hover{
color: #d7902a;
text-decoration:none; 
    }

  .contact-box{
    display: inline-block;
  width: 100%;
  padding: 10px 0;
  }

  .map{
    padding-top: 60px;
  }


.matter-in h4{
  font-family: "Lato",sans-serif;
text-transform: uppercase;
font-weight: 600;
padding: 10px 0px 15px;
}


.touroist h2{
  font-family: 'Roboto', sans-serif;
font-size: 20px;
color: #f4a41c;
margin-top: 0px;
border-bottom: 3px double #000;
display: inline-block;
padding-bottom: 6px;
}

.touroist{
box-shadow: 0 0px 3px #c8c8c8;
padding: 20px 15px;
margin-bottom: 20px;
}



footer{
  background: #2A1407;
  padding: 40px 0;
}

footer h1{
  font-family: "Lato",sans-serif;
font-size: 25px;
color: #d7902a;
margin-top: 0px;
margin-bottom: 22px;
}

footer h1::before {
content: "\f0c8";
font: normal normal normal 15px/1 FontAwesome;
position: absolute;
top: 34px;
transform: rotate(-45deg);
color: #d7902a;
font-size: 8px;
}

footer h1::after {
content: "";
width: 60px;
left: 18px;
position: absolute;
background: #d7902a;
height: 1px;
top: 37px;
}

footer ul{
  padding-left: 0px;
  list-style: none;
}

footer ul li a{
color: #fff;
font-family: 'Open Sans', sans-serif;
line-height: 28px;
transition: .4s;
  }

footer ul li a:hover{
color: #d7902a;
text-decoration: none;
  }

  footer ul li a span{
padding-right: 5px;

  }





.bottom-make {
    padding: 8px;
    background-color: #d7902a; 
}

.bottom-make p {  
    color: #2a1407;
    margin: 0px;
    font-size: 12px;
    padding: 0px; 
    text-align: center;
    font-family: 'Roboto', sans-serif;
    /*font-weight: 600;*/
}

.bottom-make p a{
    color: #fff;
    font-family: 'Roboto', sans-serif;
}


@media (max-width:360px){
.wel-heading h1 {
    font-size: 22px !important;
}

.wel-heading::before {
    width: 60px !important;
    right: 24% !important;
}

.wel-heading h1::before {
    width: 60px !important;
    left: 24% !important;
}

.wel-heading h1::after {
    width: 89px !important;
    left: 15% !important;
}

.wel-heading::after {
    width: 89px !important;
    right: 15% !important;
}


.pro-out .content .wel-right a {
    padding: 68px !important;
}

.service .service-box-matter h2 {
    font-size: 14px !important;
}

.service .service-box-matter p {
    font-size: 12px !important;
    line-height: 20px !important;
}

.request-call h1 {
    font-size: 25px !important;
     margin-bottom: 17px;
}

.request-call img {
    top: 70px;
}

.request-call {
    padding: 30px 0 30px;
}

.request-call a {
    padding: 6px 18px 6px 7px;
    font-size: 13px;
}

.request-call a::before {
    width: 20px;
}

.get-in h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.get-in h2::after {
    top: 32px;
}

.sec-2-about h1 {
    font-size: 16px !important;
    margin-bottom: 5px !important;
}

.sec-2-about h1::before {
    width: 30px !important;
    right: 6% !important;
    top: 7px !important;
}

.sec-2-about h1::after {
    width: 30px !important;
    left: 6% !important;
    top: 7px !important;
}

.sec-2-about .about-box h4 {
    font-size: 14px !important;
}

.services {
    padding: 15px 0;
    margin: 20px 0;
}


.services span {
    padding: 10px 10px !important;
    font-size: 1em !important;  
}

.services h3 {
    font-size: 12px !important;
}



}



@media (min-width:320px) and (max-width:414px){

.affix {
    position: relative;
    animation: none;
}

.logo{
  text-align: center;
}

.logo img{
    width: 50%;
    display: inline-block;
  }

.mail-book li a {
    padding: 0 10px;
}

.mail-book .top-book {
    line-height: 34px;
}

.mail-book li {
    float: none;
    text-align: center;
    padding: 4px 0;
}

.top-left {
  float: none;
width: 100%;
text-align: center;
}

.mail-book {
    float: none;
}

.top-social {
    float: none;
    display: inline-block;
    margin: 0px;
    padding-left: 5px;
}

.navbar-inverse .navbar-toggle {
    border-color: #d7902a;
    transition: .4s;

}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #d7902a;
}

.nav > li > a {
    padding: 8px 11px;
    font-size: 13px;
    text-align: right;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #e8ab3d;
}

.navbar-inverse {
    float: none;
    width: 100%;
}

.navbar-nav {
    float: none;
}

.dropdown-menu > li > a {
    padding: 6px 18px;
    font-family: "Lato",sans-serif;
    text-transform: uppercase;
    color: #ffe3b3 !important;
}

.dropdown-menu {
    background-color: rgb(42, 20, 7);
    left: 40%;
}

.navbar-nav .open .dropdown-menu {
    position: relative;
    width: 60%;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
  
    background-color: transparent;
    text-decoration: none;
    background: none;
    background: -webkit-linear-gradient(#D7902A, #F9C64F,#D7902A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.sec-1 .check h2::after {
    bottom: -2px;
    background: #2a1407;
}

.sec-1 .check h2 {
    font-size: 18px;
    background: -webkit-linear-gradient(#2a1407, #2a1407,#2a1407);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-left: 14px;
}

.index-cap .label-control img {
    width: 35%;
}

.wel-heading h1 {
    font-size: 30px;
}

.sec-1::before {
    background: none;
}

.wel-heading::after {
    width: 140px;
    right: 10%;
}

.wel-heading h1::after {
    width: 140px;
    left: 10%;
}

.wel-heading h1::before {
      width: 98px;
    left: 20%;
}

.wel-heading::before { 
    width: 98px;
    right: 20%;
}

.request-call h1 {
    color: #fff;
    text-shadow: 0 1px 10px #000;
    padding-bottom: 28px;

    margin-top: 0px;
    font-family: 'Dancing Script', cursive;
    font-size: 32px;
}

.service-top h1 {
    font-size: 25px;
}

.service-top h1::after {
    bottom: -17px;
}

.service-top h1::before {
    bottom: -24px;
}

.service-box {
    margin-bottom: 20px;
}

.service {
    padding: 40px 0 20px;
   
}

.welcome {
    padding: 20px 0;
}

.left-wel a {
    padding: 6px 23px 6px 8px;
    font-size: 12px;
}

.left-wel a::before {
    width: 20px;
}

.pro-out .content .link-gallery {
    top: 15px;
    bottom: 15px

}

.pro-out .content .wel-right a {
    padding: 99px;
}

.service-box {
    margin-bottom: 20px;
}

.service-box {
    padding: 30px 10px;
    height: 254px;
}

.service-box .service-icon span {
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 45px;
}

.service .service-box-matter h2 {
    font-size: 17px;
}

.service .service-box-matter p {
    font-size: 13px;
}

.welcome p {
    line-height: 26px;
    font-size: 13px;
    text-align: justify;
}


.room-box .prp-detail .title {
    font-size: 14px;

}

.room-box .prp-detail .description {
    font-size: 13px;
}

.prp-detail a {
    padding: 6px 8px;
    font-size: 13px;
}

.get-in {
    padding: 30px 0;
}

.get-in h2::after {
    top: 34px;
}

.get-in h2 {
    margin-bottom: 18px;
    font-size: 23px;
    margin-left: 0px;
}

.quick-contact p {
  line-height: 26px;
    font-size: 13px;
}

.banner-top em {
    height: 35px;
}

.banner-top h1 {
    font-size: 15px;
}

.matter-in {
    padding: 25px 0;
}

.matter-in h1 {
    font-size: 20px;
    margin-bottom: 20px;
}

.matter-in h1::before {
    top: 26px;
}

.matter-in h1::after {
    top: 31px;
}

.matter-in p {
    line-height: 26px;
    font-size: 13px;
}

.matter-in .tourinfo-img img {
    width: 100%;
    left: 6px;
top: -6px;
}

.matter-in .tourinfo-img {
    left: 0px;
}

.sec-2-about {
    padding: 30px 0;
}

.sec-2-about h1 {
    font-size: 20px;
    margin-bottom: 15px;
}

.sec-2-about h1::after {
width: 40px;
left: 5%;
top: 10px;
}

.sec-2-about h1::before {
width: 40px;
right: 5%;
top: 10px;
}

.about-box {
    padding: 15px 15px;
}

.about-box-maatter {
    padding: 10px 15px;
}

.sec-2-about .about-box i {
    font-size: 20px;
}

.sec-2-about .about-box h4 {
    font-size: 15px;
}

.flex-next::before {
    font-size: 22px !important;
}

.flex-direction-nav a {
    width: 30px !important;
    height: 30px !important;
}

.services {
    padding: 15px 0;
    margin: 20px 0;
}

.services::before {
    border-left: 20px solid #191d2000;
    border-bottom: 20px solid #2a1407;
}

.services span {
padding: 15px 15px;
font-size: 1.3em;
}

.services h3 {
    font-size: 14px;
}

.services::after {
    border-left: 20px solid #2a1407;
    border-bottom: 20px solid #191d2000;
}

.matter-in h4 {
    font-size: 15px;
}

.touroist h2 {
    font-size: 16px;
    padding: 6px 0 0;
}

.touroist {
    padding: 10px 6px;
    margin: 0 15px 20px 15px;
}

.map {
    padding-top: 15px;
}

.contact-icon h3 {
    font-size: 13px;
}

.contact-icon span {
    padding: 10px;
    margin-right: 12px;
    font-size: 11px;
}

.enq {
    padding-top: 0px;
}

.booking-box {
    padding: 2em 0.5em;
    width: 100%;
}

.booking-box .btn-default {
    font-size: 13px;
    padding: 8px 12px;
}

.right-b {
    margin-top: 30px;
}

.contact-help h3 {
    font-size: 20px;
}


.pro-out .content .link-gallery a {
    padding: 104px;
}

footer {
    padding: 25px 0;
}

footer h1 {
    font-size: 20px;
    margin-bottom: 20px;
}

footer h1::before {
    top: 29px;
}

footer h1::after {
    top: 32px;
}

footer ul li a {
  font-size: 13px;
    line-height: 26px;
}

}

  @media (min-width:480px) and (max-width:736px){

.affix {
    position: relative;
    animation: none;
}

.logo{
  text-align: center;
}

.logo img{
    width: 50%;
    display: inline-block;
  }

.mail-book li a {
    padding: 0 10px;
}

.mail-book .top-book {
    line-height: 34px;
}

.mail-book li {
    float: none;
    text-align: center;
    padding: 4px 0;
}

.top-left {
  float: none;
width: 100%;
text-align: center;
}

.mail-book {
    float: none;
}

.top-social {
    float: none;
    display: inline-block;
    margin: 0px;
    padding-left: 5px;
}

.navbar-inverse .navbar-toggle {
    border-color: #d7902a;
    transition: .4s;

}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #d7902a;
}

.nav > li > a {
    padding: 8px 11px;
    font-size: 13px;
    text-align: right;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #e8ab3d;
}

.navbar-inverse {
    float: none;
    width: 100%;
}

.navbar-nav {
    float: none;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
  
    background-color: transparent;
    text-decoration: none;
    background: none;
    background: -webkit-linear-gradient(#D7902A, #F9C64F,#D7902A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.dropdown-menu {
    background-color: rgb(42, 20, 7);
    left: 70%;
}

.navbar-nav .open .dropdown-menu {
    position: relative;
    width: 20%;
}

.sec-1 .check h2::after {
    bottom: -2px;
    background: #2a1407;
}

.sec-1 .check h2 {
    font-size: 18px;
    background: -webkit-linear-gradient(#2a1407, #2a1407,#2a1407);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-left: 14px;
}

.index-cap .label-control img {
    width: 35%;
}

.wel-heading h1 {
    font-size: 30px;
}

.sec-1::before {
    background: none;
}

.wel-heading::after {
    width: 140px;
    right: 10%;
}

.wel-heading h1::after {
    width: 140px;
    left: 10%;
}

.wel-heading h1::before {
      width: 98px;
    left: 20%;
}

.wel-heading::before { 
    width: 98px;
    right: 20%;
}

.request-call h1 {
    color: #fff;
    text-shadow: 0 1px 10px #000;
    padding-bottom: 28px;

    margin-top: 0px;
    font-family: 'Dancing Script', cursive;
    font-size: 32px;
}

.service-top h1 {
    font-size: 25px;
}

.service-top h1::after {
    bottom: -17px;
}

.service-top h1::before {
    bottom: -24px;
}

.service-box {
    margin-bottom: 20px;
}

.service {
    padding: 40px 0 20px;
   
}

.welcome {
    padding: 20px 0;
}

.left-wel a {
    padding: 6px 23px 6px 8px;
    font-size: 12px;
}

.left-wel a::before {
    width: 20px;
}

.pro-out .content .link-gallery {
    top: 15px;
    bottom: 15px

}

.pro-out .content .wel-right a {
    padding: 99px;
}

.service-box {
    margin-bottom: 20px;
}

.service-box {
    padding: 30px 10px;
    height: 254px;
}

.service-box .service-icon span {
    font-size: 18px;
    height: 40px;
    width: 40px;
    line-height: 45px;
}

.service .service-box-matter h2 {
    font-size: 17px;
}

.service .service-box-matter p {
    font-size: 13px;
}

.welcome p {
    line-height: 26px;
    font-size: 13px;
    text-align: justify;
}


.room-box .prp-detail .title {
    font-size: 14px;

}

.room-box .prp-detail .description {
    font-size: 13px;
}

.prp-detail a {
    padding: 6px 8px;
    font-size: 13px;
}

.get-in {
    padding: 30px 0;
}

.get-in h2::after {
    top: 34px;
}

.get-in h2 {
    margin-bottom: 18px;
    font-size: 23px;
    margin-left: 0px;
}

.quick-contact p {
  line-height: 26px;
    font-size: 13px;
}


.banner-top em {
    height: 35px;
}

.banner-top h1 {
    font-size: 15px;
}

.matter-in {
    padding: 25px 0;
}

.matter-in h1 {
    font-size: 20px;
    margin-bottom: 20px;
}

.matter-in h1::before {
    top: 26px;
}

.matter-in h1::after {
    top: 31px;
}

.matter-in p {
    line-height: 26px;
    font-size: 13px;
}

.matter-in .tourinfo-img img {
    width: 98%;
    left: 6px;
    top: -6px;
    display: inline-block;
}

.matter-in .tourinfo-img {
    left: 0;
    margin: 0 90px;
}

.sec-2-about {
    padding: 30px 0;
}

.sec-2-about h1 {
    font-size: 20px;
    margin-bottom: 15px;
}

.sec-2-about h1::after {
width: 65px;
left: 5%;
top: 10px;
}

.sec-2-about h1::before {
width: 65px;
right: 5%;
top: 10px;
}

.pro-out .content .link-gallery a {
    padding: 217px;
}

.services {
    padding: 15px 0;
    margin: 20px 0;
}

.services::before {
    border-left: 20px solid #191d2000;
    border-bottom: 20px solid #2a1407;
}

.services span {
padding: 15px 15px;
font-size: 1.3em;
}

.services h3 {
    font-size: 14px;
}

.services::after {
    border-left: 20px solid #2a1407;
    border-bottom: 20px solid #191d2000;
}

.matter-in h4 {
    font-size: 15px;
}

.touroist h2 {
    font-size: 16px;
    padding: 6px 0 0;
}

.touroist {
    padding: 10px 6px;
    margin: 0 15px 20px 15px;
}

.map {
    padding-top: 15px;
}

.contact-icon h3 {
    font-size: 13px;
}

.contact-icon span {
    padding: 10px;
    margin-right: 12px;
    font-size: 11px;
}

.enq {
    padding-top: 0px;
}

.booking-box {
    padding: 2em 0.5em;
    width: 100%;
}

.booking-box .btn-default {
    font-size: 13px;
    padding: 8px 12px;
}

.right-b {
    margin-top: 30px;
}

.contact-help h3 {
    font-size: 20px;
}




footer {
    padding: 25px 0;
}

footer h1 {
    font-size: 20px;
    margin-bottom: 20px;
}

footer h1::before {
    top: 29px;
}

footer h1::after {
    top: 32px;
}

footer ul li a {
  font-size: 13px;
    line-height: 26px;
}



  }

  @media (min-width:768px) and (max-width:980px){

.mail-book {
    float: right;
    margin-bottom: 0px;
}

.mail-book li a {
    font-size: 13px;
    padding: 0 3px;
}

.top-social {
    float: left;
    margin-top: 10px;
}

.top-social li a {
    padding: 5px 8px;
    margin-right: 6px;
    font-size: 13px;
}

.mail-book .top-book {
    padding: 3px 6px;
    font-size: 12px;
}

.navbar-inverse {
    margin-left: -40px;
}

.nav > li > a {
    padding: 15px 3px;
    font-size: 12px;
}

.logo img {
    margin-top: 26px;
}

.form-group {
    margin-top: 0px;
}

.label-control {
    font-size: 13px;
}

.sec-1 .check h2 {
    line-height: 28px;
    font-size: 16px;
}

.index-cap .label-control {
    margin-bottom: 28px;
}

.avail-check {
    height: 37px;
}

.read-more::before {
    width: 10px;
}

.read-more {
    padding: 11px 4px;
    font-size: 11px;
}


.pr-smart .label-control {
    margin-bottom: 28px;
}

.wel-heading h1 {
    font-size: 30px;
    margin-top: 0px;
}

.wel-heading::before {
    width: 68px;
    right: 37%;
}

.wel-heading h1::before {
    width: 68px;
    left: 37%;
}

.wel-heading h1::after {
    width: 128px;
    left: 29%;
}

.wel-heading::after {
    width: 128px;
    right: 29%;
}


.welcome p {
  text-align: justify;
    line-height: 26px;
}

.service-top h1 {
    font-size: 27px;
    margin-bottom: 40px;
}

.service-top h1::after {
    bottom: 25px;
}

.service-top h1::before {
    font: normal normal normal 12px/1 FontAwesome;
  }

.service {
    padding: 40px 0;
}

.service-box .service-icon span {
  font-size: 22px;
    height: 50px;
    width: 50px;
    line-height: 50px;
}

.service-box {
    padding: 30px 18px;
    height: 300px;
}

.service .service-box-matter p {
    line-height: 24px;
    font-size: 13px;
}

.service .service-box-matter h2 {
    font-size: 16px;
}

.room-box .prp-detail .title {
    font-size: 16px;
}

.prp-detail a {
     padding: 6px 10px;
    font-size: 13px;
}

.request-call {
    padding: 30px 0;
}

.request-call h1 {
    margin-bottom: 14px;
    font-size: 28px;
}

.request-call img {
    top: 70px;
}

.get-in h2 {
    margin-bottom: 25px;
    font-size: 24px;
}

.get-in h2::after {
    top: 37px;
}

.get-in .get-form {
    margin-bottom: 10px;
}

.get-in {
    padding: 35px 0;
}


.get-in button {
    padding: 8px 10px;
    color: #fff;
}

.banner-top h1 {
    font-size: 18px;
}

.banner-top em {
    height: 38px;
}

.matter-in h1 {
    font-size: 22px;
}

.matter-in .tourinfo-img {
    left: 0px;
}

.matter-in .tourinfo-img img {
    width: 100%;
}

.sec-2-about h1 {
    font-size: 20px;
    margin-bottom: 20px;
}

.sec-2-about h1::before {
    right: 16%;
    top: 10px;
}

.sec-2-about h1::after {
    left: 16%;
    top: 10px;
}

.sec-2-about .about-box i {
    font-size: 25px;
}

.about-box-maatter {
    padding: 15px 10px;
}

.about-box {
    padding: 15px 15px;
}

.sec-2-about .about-box h4 {
    font-size: 14px;
}

.services {
    padding: 15px 0;
    margin: 20px 0;
}

.services::before {
    border-left: 20px solid #191d2000;
    border-bottom: 20px solid #2a1407;
}

.services span {
padding: 15px 15px;
font-size: 1.3em;
}

.services h3 {
    font-size: 14px;
}

.services::after {
    border-left: 20px solid #2a1407;
    border-bottom: 20px solid #191d2000;
}

.matter-in h4 {
    font-size: 16px;
}

.touroist {
    padding: 10px 6px;
    margin: 0 15px 20px 15px;
}
.touroist h2 {
    font-size: 18px;
}

.contact-icon span {
    margin-right: 10px;
    margin-left: -19px;
}


.contact-icon h3 {
    font-size: 14px;
}

.contact-help h3 {
    font-size: 20px;
}

.booking-box {
    padding: 2em 0.7em;
}

.pro-out .content .wel-right a {
    padding: 43px !important;
    font-size: 18px;
}

.pro-out .content .link-gallery a {
    padding: 57px;
}

footer h1 {
    font-size: 20px;
}

footer {
    padding: 30px 0;
}

  }

  @media (width:1024px){

.nav > li > a {
    padding: 15px 8px;
    font-size: 13px;
}

.logo img {
    margin-top: 20px;
}


.wel-heading h1 {
    font-size: 30px;
    margin-top: 0px;
}

.wel-heading::before {
    width: 68px;
    right: 37%;
}

.wel-heading h1::before {
    width: 68px;
    left: 37%;
}

.wel-heading h1::after {
    width: 126px;
    left: 31%;
}

.wel-heading::after {
    width: 126px;
    right: 31%;
}

.sec-1 .check h2 {
    font-size: 22px;
}


.welcome p {
  text-align: justify;
    line-height: 26px;
}

.dprt-smart{
margin-top: 5px;
}

.dprt-smart .label-control{
  margin: 0px;
}

.index-cap .label-control {
    margin-bottom: 9px;
}

.avail-check {
    height: 21px;
    font-size: 11px;
}

.read-more {
    padding: 9px 10px;
}

.read-more::before {
    width: 22px;
}

.service-top h1 {
    font-size: 28px;
}

.get-in .get-form {
    margin-bottom: 10px;
}

.matter-in .tourinfo-img {
    top: 10px;
    left: 0px;
}

.matter-in .tourinfo-img img {
 width: 100%;
}

.sec-2-about h1::before {
    right: 23%;
    top: 11px;
}

.sec-2-about h1::after {
    left: 23%;
    top: 11px;
}

.sec-2-about .about-box i {
    font-size: 25px;
}

.sec-2-about .about-box h4 {
    font-size: 16px;
}

.services {
    padding: 15px 0;
    margin: 20px 0;
}

.services::before {
    border-left: 30px solid #191d2000;
    border-bottom: 30px solid #2a1407;
}

.services span {
padding: 20px 20px;
font-size: 1.8em;
}

.services h3 {
    font-size: 16px;
}

.services::after {
    border-left: 30px solid #2a1407;
    border-bottom: 30px solid #191d2000;
}

.pro-out .content .wel-right a {
    padding: 66px !important;
}

.pro-out .content .link-gallery a {
    padding: 86px;
}

.matter-in h4 {
    font-size: 16px;
}

.touroist {
    padding: 10px 6px;
    margin: 0 15px 20px 15px;
}
.touroist h2 {
    font-size: 18px;
}

.contact-icon span {
    margin-right: 10px;
}

footer h1 {
    font-size: 22px;
}


  }

@media (max-width:1366px){
  .sec-1::before {
    width: 28% !important;
}
  }


@media (min-width:600px) and (max-width:1280px){
  .sec-1::before {
    width: 28% !important;
}
}


@media (min-width:900px) and (max-width:1920px){

 .sec-1::before {
    width: 34%;
}

}