
/* Css For Panola */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Main Slider
6. Filter Section
7. About Section
9. Room Section
8. Service Section
10. Gallery Section
11. Testimonial Section
12. video Section
14. News Section
15. Google Map Section
16. Main Footer
19. Footer Bottom
20. Header Style Two
21. Slider Style Two
22. About Style Two
23. Service Style Two
24. Video Style Two
25. Discover Section
26. Page Title
27. Room Grid Page
28. Room List Page
29. Room Details Page
30. About Page
31. Fact Counter
32. Gallery Page
33. Place Section
34. Service Page
35. Service Style Three
36. Resturent Page
37. Populer Dishes
38. Resturent Menu
39. Spa Page
40. Spa Section\
41. Testimonial Page
42. Offer Page
43. Offers Section
44. Staffs Page
45. Staff Section
46. Error Page
47. Error Section
48. Blog Page
49. Blog Classic
50. Blog Details Page
51. Contact Page
52. Contact Info
53. Contact Section
54. Google Map


**********************************************/


/* use font link */



@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&display=swap');

/* use style sheet */

@import url(../css/font-awesome.css);
@import url(../css/flaticon.css);
@import url(../css/owl.css);
@import url(../css/bootstrap.css);
@import url(../css/jquery.fancybox.css);
@import url(../css/animate.css);
@import url(../css/jquery-ui.css);
@font-face {
  font-family: "Cherolina";

  src: url("../fonts/Cherolina.woff") format("woff"), /* Modern Browsers */
      url("../fonts/Cherolina.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}



/***

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}

.repa {
  padding-left: 0;
  padding-right: 0;
}


/***

====================================================================
  Global Settings
====================================================================

 ***/

 Edit in JSFiddle
Result
HTML
CSS
JavaScript
Resources
header {
  position: relative;
  background-color: black;
  height: 50vh;
  min-height: 50vh;
  width: 100vw;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 20%;
  left: 50%;
  min-width: 100vw;
  min-height: 100vh;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: black;
  opacity: 0;
  z-index: 1;
}

.h-100 {
  min-height: 80vh;
}

/* Media Query for devices withi coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

@media (pointer: coarse) and (hover: none) {
  header {
    position: relative;
    width: 100vw;
    overflow: hidden;
  }

  header video {
    position: absolute;
    top: 10%;
    left: 50%;
    min-width: 100vw;
    min-height: 100vh;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
}

 .nomar {
   margin: 0 !important;
 }

.theme1-btn{
   position: relative;
    display: inline-block;
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    padding: 20px 28px 20px 28px;
    background: #cda274;
    font-weight: 600;
    color: #fff;
    border-radius: 30px;
    text-transform: capitalize;
    transition: all 300ms ease;
    cursor: pointer;
    text-align: center;
}

 .adobe{
 font-family: 'Cherolina', sans-serif;
font-weight: 400;
font-style: normal;
font-size: 100px !important;
  color: #87693b;
}
.adobe1{
  font-family: utopia-std-display,serif;
  font-weight: 600;
  font-style: normal;
  font-size:40px;
}
.link1{
font-family: utopia-std-display,serif;
font-weight: 600;
font-style: normal;
font-size:40px;
}

.carousel-inner img {
    width: 100%;
    height: 100%
}

#custCarousel .carousel-indicators {
    position: static;
    margin-top: 20px
}

#custCarousel .carousel-indicators>li {
    width: 100px
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75
}

.carousel-item img {
    width: 100%
}
.img-covid{
  width:100%;
}
.party-left-green{
    border-left: solid 6px #8dc044;
}
.party-left-teal{
    border-left: solid 6px #29b6bd;
}
.party-left-orange{
    border-left: solid 6px #f39322;
}
.img-groups-title{
    width:100%;
    display: flex;
    justify-content: center;
}
.img-groups-pricing{
    margin-top: -36px !important;
    margin-right: -24px !important;
    width:44%;
    float: right;
}
.valid_details{
    list-style:none;
    font-size: .70em;
}
.valid_adobe{
  font-size:24px;
  color:#87693b;;
  font-family: sans-serif;
  font-weight: 400;
}
.valid_date{
    font-size:1.em;
    color:#CD853F;
    font-family: sans-serif;
  }
.valid_dates{
    font-size:0.9em;
    color:#CD853F;
    font-family: sans-serif;
  }
.left,.right{
  float:left;
}
.main{
  float:left;

}
.left,.main,.right{
  width: 100%;
}
.feature_button{
background-color: #d1181f;
color: #fff;
font-size: 1.4em;
font-weight: 600;
border-color: #fff;
border-radius:0 0 10px 10px;
line-height: 4px;
margin-top: 22vh;
right: 0;
box-shadow: 0 0 0px;
padding: 20px;
width: auto;
z-index: 1000;
position: fixed;
transform: rotate(90deg);
transform-origin: 130px;
border-style: solid;
}
.feature_button: hover{
color: #fff;
}

body {
  font-size:14px;
  line-height:28px;
  font-weight:400;
  color: #222;
  background:#FFF;
  font-family: 'Open Sans', sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

  @media (min-width:1200px) {
    .adobe{
    font-family: 'Cherolina', sans-serif;
   font-weight: 400;
   font-style: normal;
    font-size: 100px !important;
    color: #87693b;
   }
   .adobe1{
   font-family: utopia-std-display,serif;
font-weight: 600;
font-style: normal;
font-size:40px;
}

    .pre-nav{
      background-color: #FFFF00 !important;
       text-align: center;
       text-decoration: none;
       padding: .5em;
       margin: 0;
       z-index: 1000;
       font-size: 12px !important;
       color: red;
    }
  .container {
    max-width: 1180px;
    padding: 0px;
  }
}

.container-fluid{
  padding: 0px;
}
.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  overflow-x: hidden;
  margin: auto;
  width: 100%;
  min-width: 300px;
}


a{
  text-decoration:none;
  position: relative;
  font-size: 15px;
  font-family: 'Open Sans',sans-serif;
  line-height: 20px;
  font-weight: 400;
  cursor:pointer;
  color:	#40382d;
  transition: all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
  color: #cda274;
}
input,button,select,textarea{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  background-color: antiquewhite;
  padding: 10px 20px !important;
}
ul,li{
  list-style:none;
  padding:0px;
  margin:0px 0px;
}

input{
  transition: all 500ms ease;
}
button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

form-input{
margin:8px;
}

.button-submit{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 50px;
  line-height: 50px;
  width: 141px;
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  background: #cda274;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  cursor: pointer;
  transition: all 500ms ease;
}

p{
  position: relative;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
  font-weight: 400;
  color: #000;
  margin-bottom: 8px;
  font-style: normal;
  transition: all 500ms ease;
}


h1,h2,h3,h4,h5,h6 {
  position:relative;
  font-family: 'Nanum Myeongjo', serif;
  font-weight: 400;
  margin-bottom: .33em;
  color: #0f3a4a;
  transition: all 500ms ease;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  position:relative;
  font-family: 'Nanum Myeongjo', serif;
  font-weight: 400;
  margin-bottom: 0px;
  color: #0f3a4a;
  transition: all 500ms ease;
}

h2{
  font-size: 28px;
  line-height: 48px;
  font-weight: 700;
}
h3{
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

h3 a{
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
}
h4 a{
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}
h5 a{
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

h3 a:hover,
h4 a:hover{
  color: #cda274;
}

.centred{
  text-align: center;
}

figure{
  margin: 0px;
}

.covid-19 {
  background-color: #05222e;
  color: #fff;
  padding: 1.5em;
  border-radius: .5em;
  text-align: center;
}

.covid-19 p, h2{
  color: #fff;
}

/** button **/
.bookingbutton {
  position:fixed;
  z-index: 1000;
  top: 20vh;
  right: 0;
  font-size: 1.5em;
  writing-mode: vertical-rl;
  background:#cda274;
  font-weight: 600;
  color:#fff;
  font-family: 'Open Sans',sans-serif;
  text-transform: capitalize;
  cursor: pointer;
  text-align: center;
  transition: all 300ms ease;
  padding: 1em .2em;
  border-radius:12px 0 0 12px;
  box-shadow: 0 0 6px 2px rgba(0,0,0,.33);
}
.theme1-btn{
  position: relative;
   display: inline-block;
   font-size: 25px;
   font-family: 'Open Sans', sans-serif;
   padding: 20px 28px 20px 28px;
   background: #cda274;
   font-weight: 600;
   color: #fff;
   border-radius: 30px;
   text-transform: capitalize;
   transition: all 300ms ease;
   cursor: pointer;
   text-align: center;
}


@media (max-width: 1125px) {
  .theme-btn {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    padding: 11px 33px;
    background: #008489;
    font-weight: 700;
    color: #fff;
    border-radius: 0px;
    text-transform: capitalize;
    transition: all 300ms ease;
    cursor: pointer;
    text-align: center;
    z-index: 1;
  }
}
@media (min-width: 1126px) {
  .theme-btn {
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    padding: 13px 55px;
    background: #008489;
    font-weight: 700;
    color: #fff;
    border-radius: 0px;
    text-transform: capitalize;
    transition: all 300ms ease;
    cursor: pointer;
    text-align: center;
    z-index: 1;
  }
}

.theme-btn:hover{
  background: #cc9152;
  color: #fff;
}
.theme-btn-two{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  padding: 18px 57px 16px 57px;
  font-weight: 600;
  color: #cda274;
  text-transform: capitalize;
  background: transparent;
  border: 1px solid #e1e6eb;
  border-radius: 30px;
  transition: all 500ms ease;
}
.theme-btn-two:hover{
  background: #0d2933;
  border: 1px solid #0d2933;
  color: #fff;
}


.pagination{
  position: relative;
  display: block;
  margin-top: 20px;
}
.pagination li{
  display: inline-block;
  margin: 0px 8px;
}
.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  height: 60px;
  font-weight: 600;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #d0d4d9;
  border-radius: 50%;
  color: #9b9fa6;
  transition: all 500ms ease;
}
.pagination li a:hover,
.pagination li a.active{
  background: #0d2933;
  border: 1px solid #0d2933;
  color: #fff;
}
.pagination li i:before{
  color: #9b9fa6;
  margin: 0px;
  font-size: 20px;
  transition: all 500ms ease;
}
.pagination li a:hover i:before{
  color: #fff;
}

.sec-title{
  position: relative;
  font-size: 2.75em;
  font-family: 'Nanum Myeongjo', serif;
  line-height: 44px;
  font-weight: 800;
  color: #0f3a4a;
  padding-bottom: 14px;
  letter-spacing: 1px;
  text-align: center;
}
@media only screen and (max-width: 1126px) {
    .sec-title{
      position: relative;
      font-size: 2.33em;
      font-family: 'Nanum Myeongjo', serif;
      line-height: 40px;
      font-weight: 800;
      color: #0f3a4a;
      padding-bottom: 13px;
      letter-spacing: 1px;
      text-align: center;
    }
}
.sec-title.left{
  text-align: left;
  padding-bottom: 28px;
  margin-bottom: 20px;
}
.sec-title.left:before{
  position: absolute;
  content: '';
  background: url(../images/resource/shap.png);
  width: 80px;
  height: 7px;
  left: 0px;
  bottom: 0px;
}
.title-text{
  position: relative;
  padding-bottom: 28px;
  margin-bottom: 70px;
  text-align: center;
}
.title-text:before{
  position: absolute;
  content: '';
  background: url(../images/resource/shap.png);
  width: 80px;
  height: 7px;
  left: 50%;
  margin-left: 10px;
  bottom: 0px;
  animation-name: float-bob;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.sec-pad{
  padding: 25px 0px;
}
.sec-pad-2{
  padding: 5vh 0;
}
.gray-bg{
  position: relative;
  background: #f7f9fc;
}
.gray-bg:before{
  position: absolute;
  content: '';
  background: url(../images/background/pattern.png);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.preloader{
  position: fixed;
  left:0px;
  top:0px;
  height:100%;
  width: 100%;
  z-index:999999;
  background-color:#fff;
  background-position:center center;
  background-repeat:no-repeat;
  background-image:url(../images/icons/preloader.gif);
}

.scroll-top {
  width: 45px;
  height: 45px;
  line-height: 45px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 99;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background: #cda274;
  -webkit-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: 1s ease;
}
.scroll-top.open {
  bottom: 30px;
}
.scroll-top:hover{
  background: #0d2933;
}
.scroll-top span{
  color: #fff;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}



/***

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  background: #fff;
  box-shadow: 0 10px 10px rgba(13, 41, 51, 0.30);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  background: #fff;
  left:0px;
  top:0px;
  border-bottom: 1px solid #e0e0e0;
  width:100%;
  z-index:0;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/** header-top **/

.header-top{
  position: relative;
  width: 100%;
  background: #0d2933;
  padding: 6px 52px 5px;
}
.header-top .left-content{
  position: relative;
  display: inline-block;
}
.header-top .left-content li{
  position: relative;
  display: inline-block;
  margin-right: 34px;
}
.header-top .left-content li:last-child{
  margin-right: 0px;
}
.header-top .left-content li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 600;
  line-height: 24px;
}
@media only screen and (max-width: 1126px) {
    .header-top .left-content li a{
      position: relative;
      display: inline-block;
      font-size: 12px;
      font-family: 'Montserrat', sans-serif;
      color: #fff;
      font-weight: 600;
      line-height: 22px;
    }
}
.header-top .left-content li a:hover{
  color: #cda274;
}
.header-top .left-content li i:before{
  font-size: 14px;
  color: #cda274;
  margin-right: 7px;
}
.header-top .right-content{
  position: relative;
  display: inline-block;
  margin-top: 1px;
  float: right;
}
.header-top .right-content .social-box li{
  display: inline-block;
}
.header-top .right-content .social-box li a{
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: #b2b3ba;
  margin: 0px 8px 0px 7px;
}
.header-top .right-content .social-box li a:hover{
  color: #cda274;
}

/** header-bottom **/

.header-bottom{
  position: relative;
  background: #fff;
  padding: 0px 40px;
}

@media (max-width: 1125px) {
  .main-header .logo-box{
    position: relative;
    display: inline-block;
    margin: 12px 0px;
    max-width: 54vw;
  }
}
@media (min-width: 1126px) {
  .main-header .logo-box{
    position: relative;
    display: inline-block;
    margin: 12px 0px;
    max-width: 20vw;
  }
}
.main-header .menu-area{
  position: relative;
  display: inline-block;
  padding: 0px 256px 0px 0px;
  float: right;
}
.main-header .menu-area .link{
  position: absolute;
  top: 20px;
  right: 0px;
}
.main-header .menu-area .link:before{
  position: absolute;
  content: '';
  background: #dddee4;
  width: 1px;
  height: 30px;
  top: 10px;
  left: -41px;
}


/** main-menu **/

.main-menu{
  position: relative;
  display: block;
}
.main-menu .navbar-collapse{
  padding:0px;
}

.main-menu .navigation{
  position:relative;
  margin:0px;
}

.main-menu .navigation > li{
  position:relative;
  float:left;
  margin: 0px 11px;
}


@media (max-width: 1125px) {
  .main-menu .navigation > li > a{
    position:relative;
    display:block;
    font-size:12.5px;
    font-family: 'Open Sans', sans-serif;
    color:#0f3a4a;
    line-height:30px;
    font-weight:600;
    opacity:1;
    text-transform:capitalize;
    padding: 20px 4px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
  }
}
@media (min-width: 1126px) {
  .main-menu .navigation > li > a{
    position:relative;
    display:block;
    font-size:15px;
    font-family: 'Open Sans', sans-serif;
    color:#0f3a4a;
    line-height:30px;
    font-weight:700;
    opacity:1;
    text-transform:capitalize;
    padding: 30px 6px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
  }
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li > a:hover{
  color: #cda274;
}

.main-menu .navigation > li > ul{
  position:absolute;
  left: 0px;
  top: 100%;
  width:250px;
  z-index:100;
  display:none;
  background:#fff;
  border-bottom: 3px solid #cda274;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.13);
}

.main-menu .navigation > li > ul > li
{
  position:relative;
  width:100%;
  padding: 7px 30px;
  background: #4d3828;
  border-bottom: 1px solid #cda274;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none;
}

.main-menu .navigation > li > ul > li > a{
  position:relative;
  display:block;
  font-family: 'Montserrat', sans-serif;
  padding:5px 0px;
  line-height:24px;
  font-size:14px;
  color:#fff;
  font-weight: 600;
  text-align:left;
  text-transform:capitalize;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li:hover > a{
  color: #fff;
}
.main-menu .navigation > li > ul > li:hover{
  background: #cda274;
  border-bottom: 2px solid #453c2a;
}

.main-menu .navigation > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
}
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
  position:absolute;
  right: 0px;
  top: 0px;
  font-size:18px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  color:#fff;
  width: 50px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  cursor:pointer;
  z-index:5;
  display: none;
}
.navbar-header {
  display: none;
}

/** stricky-header **/

.sticky-header .main-menu .navigation > li{
  margin: 0px;
}
.sticky-header .main-menu .navigation > li > a{
  padding: 20px 18px;
}
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a{
  background: #7f735b;
  color: #444;
}
@media (max-width: 1125px) {
  .sticky-header .logo-box{
    margin-top: 10px;
    margin: 4px 8px;
    position: absolute;
    left: -6vw;
  }
}
@media (min-width: 1126px) {
  .sticky-header .logo-box{
    margin-top: 8px;
    margin: 3px 18px 3px 2px;
    position: absolute;
    left: -20vw;
  }
}
.sticky-header .menu-area{
  padding-right: 0px;
}

/** main slider **/

.main-slider {
  min-height: 100%;
}
.main-slider .container-fluid {
  padding: 0px;
}
.main-slider .slider-wrapper {
  position: relative;
}
.main-slider .slider-wrapper .image img {
  max-height: 75vh;
  width: 100%;
  max-width: 100%;
}
#main-slider-img1 {
  width:100%
}
@media (max-width: 1125px) {
      #main-slider-img1{
          background-image: url(../images/main-slider/webhome1sm.jpg);
      }
}
@media (min-width: 1126px) {
     #main-slider-img1{
         background-image: url(..images/main-slider/webhome1.jpg);
     }
}
.main-slider .slider-caption {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -8px;
  z-index: 5;
}
.main-slider .slider-caption .inner-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.main-slider .slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(15, 38, 58, 0.0);
  z-index: 3;
}
@media only screen and (min-width: 1125px){
  .pre-nav{
    background-color: #FFFF00 !important;
     text-align: center;
     text-decoration: none;
     padding: .01em;
     margin: 0;
     z-index: 1000;
     color:red;
  }
  .main-slider .tp-title{
    position: relative;
    font-size: 68px;
    font-family: 'Nanum Myeongjo', serif;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 1.25);
    font-weight: 700;
    line-height: 72px;
    margin-bottom: 18px;
  }
  .main-slider .text{
    position: relative;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 1.5);
    line-height: 32px;
    margin-bottom: 12px;
  }
  .main-slider .subtext{
    position: relative;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 6px rgba(0, 0, 0, 1.25);
    line-height: 26px;
  }
}
@media only screen and (max-width: 1125px){
  .pre-nav{
    background-color: #FFFF00 !important;
     text-align: center;
     text-decoration: none;
     padding: .25em;
     margin: 0;
     z-index: 1000;
     color:red;
  }
  .main-slider .tp-title{
    position: relative;
    font-size: 44px;
    font-family: 'Nanum Myeongjo', serif;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 1.25);
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 12px;
  }
  .main-slider .text{
    position: relative;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 6px rgba(0, 0, 0, 1.25);
    line-height: 26px;
  }
  .main-slider .subtext{
    position: relative;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 6px rgba(0, 0, 0, 1.25);
    line-height: 26px;
  }
}
/* slide nav */
.slide-nav .owl-nav {
  padding: 0px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  transform: scale(0.97);
  transition: .6s ease;
}
.slide-nav:hover .owl-nav {
  transform: scale(1);
  opacity: 1;
}
.slide-nav .carousel-outer:hover .owl-nav .owl-next,
.slide-nav .carousel-outer:hover .owl-nav .owl-prev {
  opacity: 1;
  visibility: visible;
}
.slide-nav .owl-nav .owl-prev {
  left: 30px;
  float:  left;
}
.slide-nav .owl-nav .owl-next {
  right: 30px;
  float:  right;
}

.slide-nav .owl-dots{
  display: none !important;
}
/* slide animation */
.main-slider .owl-item .slider-caption * {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.main-slider .owl-item.active .slider-caption .tp-title {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.main-slider .owl-item.active .slider-caption .text {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/** filter-section **/
.filter-section{
  position: relative;
}
.filter-section .filter-content{
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 27px 40px 34px 40px;
  margin-top: -80px;
  z-index: 1;
}
.filter-section .filter-content .single-item{
  position: relative;
  display: inline-block;
  width: 20%;
  float: left;
}
.filter-section .filter-content .single-item .form-group{
  position: relative;
  margin: 0px 10px;
}
.filter-section .filter-content .single-item .form-group label{
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #0d2933;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 13px;
}
.filter-section .filter-content .single-item .form-group input,
.filter-section .filter-content .single-item .form-group select{
  position: relative;
  width: 100%;
  height: 60px;
  border: 1px solid #e1e6eb;
  color: #9b9fa6;
  font-size: 15px;
  border-radius: 30px;
  margin-bottom: 0px;
  max-width: 196px;
  padding: 10px 15px 10px 30px;
  transition: all 500ms ease;
}
.filter-section .filter-content .single-item .form-group input[type='text']{
  cursor: pointer;
}
.filter-section .filter-content .single-item .form-group input:focus,
.filter-section .filter-content .single-item .form-group select:focus{
  border: 1px solid #cda274;
}
.filter-section .filter-content .single-item .form-group i{
  position: absolute;
  top: 55px;
  right: 35px;
  cursor: pointer;
}
.filter-section .filter-content .single-item .form-group .link{
  display: inline-block;
  margin-top: 39px;
}
.filter-section .filter-content .single-item .link .theme-btn{
  padding: 16px 57px 14px 57px;
}
.filter-section .filter-content .ui-selectmenu-button .ui-icon {
  background: none;
  position: relative;
  top: 10px;
  right: 14px;
  text-indent: 0px;
  display: block;
  float: right;
}
.ui-selectmenu-button .ui-icon:before {
  font-family: 'FontAwesome';
  content: "\f107";
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  color: #989898;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
}
/** about-section **/

.info-tag {
    
}

.info-tag-orange {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .01em;
    color: #fff;
    background-color: #e59743;
    padding: .1em .6em;
    margin-left: .5em;
    border-radius: .25em;
;
}

.info-tag-teal {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .02em;
    color: #fff;
    background-color: #008489;
    padding: .1em .6em;
    margin-left: .5em;
    border-radius: .25em;
}

.about-section{
  position: relative;
  padding: 75px 0px;
}
.about-section .about-content{
  margin-right: 24px;
  padding-bottom: 40px;
  margin-top: 40px;
}
.about-section .about-content .text{
  font-size: 1.45em;
  line-height: 1.7em;
}
.about-section .about-content .link{
  display: inline-block;
  margin-top: 9px;
}
.about-section .img-box{
  position: relative;
  width: 100%;
  height: 100%;
}
.about-section .img-box img{
  width: 100%;
  box-shadow:0 0 18px rgba(0,0,0,.0);

}
.about-section .img-box .img-three{
  position: absolute;
  top: 0px;
  right: 50px;
  box-shadow: 0 0 18px rgba(0,0,0,.0);

}
.about-section .img-box .img-two{
  position: absolute;
  bottom: 50px;
  right: 0px;
  box-shadow: 0px 0px 5px;
}
.about-section .img-box .img-one{
  position: absolute;
  left: 50px;
  top: 50px;

}
/** room-section **/
.sidebar-panel{
  padding: 2.5em;
}

.room-section{
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
.room-section .title-text{
  margin-bottom: 0px;
}
.room-section .single-item{
  position: relative;
  background: #fff;
  transition: all 500ms ease;
}
.room-section .single-item:hover{
  box-shadow: 0 15px 30px #e1e6eb;
}
.room-section .single-item .lower-content{
  position: relative;
  padding: 18px;
  border: 1px solid #e1e6eb;
  border-top: none;
  min-height: 20vh
}
.room-section .single-item .lower-content .price{
  position: absolute;
  top: -45px;
  right: 16px;
  background: #fff;
  width: 68px;
  height: 68px;
  font-size: 24px;
  font-family: 'Nanum Myeongjo', serif;
  font-weight: 700;
  color: #0f3a4a;
  text-align: center;
  border-radius: 8%;
  box-shadow: 0 6px 12px rgba(000, 000, 000, 0.33);
  padding: 12px 0px;
  -webkit-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: all 500ms ease;
}
.room-section .single-item .lower-content .explore{
  font-size: 18px;
  font-family: 'Nanum Myeongjo', serif;
  font-weight: 700;
  padding-top: 5px;
  color: #0f3a4a;
  text-align: right;
  float: right;
  -webkit-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: all 500ms ease;
}
.room-section .single-item .img-box{
  position: relative;
  overflow: hidden;
}
.room-section .single-item .img-box img{
  width: 100%;
  transition: all 5s;
  transform: scale(1.0);
}
.room-section .single-item:hover .img-box img{
  transform: scale(1.3);
}
.room-section .single-item .lower-content .price span{
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  color: #9b9fa6;
}
.room-section .single-item .lower-content .rating{
  margin-bottom: 3px;
}
.room-section .single-item .lower-content .rating li{
  display: inline-block;
  font-size: 16px;
  color: #d2d5d6;
}
.room-section .single-item .lower-content .info-box li{
  display: inline-block;
  margin-right: 16px;
}
.room-section .single-item .lower-content .info-box li:last-child{
  margin-right: 0px;
}
.theme-btn-three{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #9b9fa6;
  border: 1px solid #e1e6eb;
  border-radius: 30px;
  padding: 12px 32px;
  transition: all 500ms ease;
}
.theme-btn-three:hover{
  background: #cda274;
  border: 1px solid #cda274;
  color: #fff;
}
.room-section .single-item .lower-content .info-box li i:before{
  margin: 0px;
  color: #9b9fa6;
  font-size: 20px;
}
.room-section .single-item .lower-content .info-box li i{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e2e6eb;
  text-align: center;
  border-radius: 50%;
}
.room-section .single-item .lower-content h3 a{
  display: inline-block;
  font-weight: 700;
  font-size: 1.1em;
}
.room-section .single-item .lower-content .text{

  line-height: 21px;
}
.room-section .link-btn{
  margin-top: 70px;
}

/** service-section **/
.disclaimer p{
  font-size: .8em;
  font-weight: 600;
}

.service-section{
  position: relative;
  margin-bottom: 80px;
}
.service-section .tab-title{
  position: relative;
  margin-bottom: 20px;
  margin-right: -10px;
}
.service-section .tab-title li{
  position: relative;
  width: 25%;
  float: left;
  cursor: pointer;
}
.service-section .tab-title li .single-btn{
  position: relative;
  display: inline-block;
  text-align: center;
  border: 1px solid #e1e6eb;
  width: 285px;
  height: 100px;
  padding: 36px 15px 15px 15px;
}
.service-section .tab-title li.active .single-btn{
  background: #0d2933;
  border: 1px solid #0d2933;
}
.service-section .tab-title li.active .single-btn:before{
  position: absolute;
  content: '';
  background: #0d2933;
  width: 30px;
  height: 30px;
  left: 50%;
  margin-left: -15px;
  bottom: -8px;
  transform: rotate(45deg);
}
.service-section .tab-title .single-btn .icon-box i:before{
  position: relative;
  display: inline-block;
  font-size: 45px;
  color: #9b9fa6;
  margin: 0px;
  margin-bottom: 23px;
  transition: all 500ms ease;
}
.service-section .tab-title li.active .single-btn .icon-box i:before{
  color: #cda274;
}
.service-section .tab-title .single-btn .text{
  position: relative;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;color: #9b9fa6;
  transition: all 500ms ease;
}
.service-section .tab-title li.active .single-btn .text{
  color: #fff;
}
.service-section .tab-details-content .img-box{
  position: relative;
  margin-bottom: 20px;
}
.service-section .tab-details-content .img-box img{
  width: 100%;
}
.service-section .tab-details-content .content .title{
  position: relative;
  font-size: 30px;
  line-height: 40px;
  font-family: 'Nanum Myeongjo', serif;
  color: #0d2933;
  font-weight: 700;
  margin-bottom: 23px;
}
.service-section .tab-details-content .content{
  position: relative;
  margin: -8px 0px 0px 10px;
}
.service-section .tab-details-content .content p{
  margin-bottom: 30px;
}
.service-section .tab-details-content .content p:last-child{
  margin-bottom: 0px;
}

/** gallery-section **/

.gallery-section{
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;width: 100%;
}
.gallery-section .img-box{
  position: relative;
  overflow: hidden;
}
.gallery-section .img-box img{
  width: 100%;
  transform: scale(1.0);
  transition: all 5s ease;
}
.gallery-section .img-box:hover img{
  transform: scale(1.3);
}
.owl-dots{
  display: none !important;
}
.gallery-section .owl-theme .owl-controls{
  margin-top: 70px;
}
.gallery-section .owl-theme .owl-controls .owl-nav [class*="owl-"]{
  margin: 0px 10px;
}

.overlay-style-one .inner-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.overlay-style-one .image-box {
  position: relative;
  display: block;
  margin-bottom: 0px;
}
.overlay-style-one .image-box img {
  position: relative;
  display: block;
  width: 100%;
}
.overlay-style-one .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #fff;
  text-align: center;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}
.overlay-style-one .overlay-box:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  background-color: rgba(13, 41, 51, 0.80);
  -moz-transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.overlay-style-one .inner-box .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 0px;
}
.overlay-style-one .inner-box .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.overlay-style-one .inner-box:hover .overlay-box:before {
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
}
.overlay-style-one .inner-box:hover .overlay-box {
  opacity: 1;
}
.overlay-style-one .inner-box .overlay-inner .content a.link{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #cda274;
  background: #fff;
  width: auto;
  height: 45px;
  line-height: 46px;
  text-align: center;
}
.overlay-style-one .inner-box .overlay-inner .content a.link:hover{
  background: #cda274;
  color: #fff;
}

/** testimonial-section **/

.testimonial-section{
  position: relative;
  padding-bottom: 90px;
}
.testimonial-section .owl-theme .owl-controls{
  display: none;
}
.testimonial-section .testimonial-content{
  position: relative;
  display: block;
  border: 1px solid #e1e6eb;
  padding: 50px 15px 32px 15px;
  margin: 0px 0px 30px 0px;
  transition: all 500ms ease;
}
.testimonial-section .testimonial-content:hover{
  border: 1px solid #cda274;
}
.testimonial-page .testimonial-content:hover{
  box-shadow: 0 15px 30px #e1e6eb;
  border: 1px solid #e1e6eb;
}
.testimonial-section .testimonial-content .thumb-box{
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 50px;
  width: 85px;
  height: 85px;
  margin-bottom: 47px;
}
.testimonial-section .testimonial-content .author:before{
  position: absolute;
  content: '';
  background: url(../images/resource/1.png);
  width: 60px;
  height: 5px;
  left: 50%;
  margin-left: -30px;
  top: -26px;
}
.testimonial-section .testimonial-content .thumb-box img{
  width: 100%;
}
.testimonial-section .testimonial-content .author{
  position: relative;
  font-size: 22px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #0d2933;
  font-weight: 600;
  margin-bottom: 5px;
}
.testimonial-section .testimonial-content .title{
  margin-bottom: 12px;
}


/** video-section **/

.video-section{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 158px 0px 173px 0px;
}
.video-section:before{
  position: absolute;
  content: '';
  background: rgba(15, 58, 74, 0.10);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.video-gallery{
  position: relative;
  display: block;
  text-align: center;
}
.video-gallery .overlay-gallery .icon-holder .icon{
  position: relative;
}
.video-gallery .overlay-gallery .icon-holder .icon i:before{
  margin: 0px;
  color: #fff;
  font-size: 30px;
}
.video-gallery .overlay-gallery .icon-holder .icon a{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 66px;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}
.video-gallery .overlay-gallery .icon-holder .icon a:hover{
  border: 3px solid #cda274;
  background: #cda274;
}
.video-section .title{
  position: relative;
  display: block;
  font-size: 80px;
  line-height: 90px;
  font-family: 'Nanum Myeongjo', sans-serif;
  color: #fff;
  font-weight: 700;
  margin-bottom: 59px;
}

/** news-section **/

.news-section .sec-title,
.news-section .title-text{
  text-align: left;
}
.news-section .title-text:before{
  left: 0px;
  margin-left: 0px;
  animation: inherit;
}
.news-section .single-item{
  position: relative;
  transition: all 500ms ease;
}
.news-section .single-item:hover{
  box-shadow: 0 15px 30px #e1e6eb;
}
.news-section .single-item .lower-content{
  position: relative;
  padding: 29px 15px 40px 39px;
  border: 1px solid #e1e6eb;
  border-top: none;
}
.news-section .single-item .lower-content h3 a{
  display: inline-block;
  line-height: 40px;
  margin-bottom: 3px;
}
.news-section .single-item .lower-content .meta-content{
  margin-bottom: 12px;
}
.news-section .single-item .lower-content .meta-content li{
  position: relative;
  display: inline-block;
  margin-right: 14px;
}
.news-section .single-item .lower-content .meta-content li a{
  font-size: 16px;
  color: #0f3a4a;
}
.news-section .single-item .lower-content .meta-content li a:hover{
  color: #cda274;
}
.news-section .single-item .lower-content .meta-content li:last-child{
  margin-right: 0px;
}
.news-section .single-item .lower-content .meta-content li:first-child:before{
  position: absolute;
  content: '/';
  font-size: 16px;
  color: #9b9fa6;
  top: 1px;
  right: -12px;
}
.news-section .single-item .lower-content .meta-content li span{
  font-size: 16px;
  color: #cda274;
}
.news-section .single-item .lower-content .text{
  margin-bottom: 19px;
}
.news-section .single-item .lower-content .theme-btn-three{
  padding: 12px 30px 10px 30px;
}
.news-section .top-title .top-link{
  position: relative;
  float: right;
  margin-bottom: 31px;
}
.news-section .top-title .top-link a{
  font-weight: 600;
}
.news-section .title-text{
  margin-bottom: -21px;
}

.news-section .single-item .image {
  position: relative;
  overflow: hidden;
}
.news-section .single-item .image:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 8;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -ms-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(13, 41, 51, 0.80);
}
.news-section .single-item img {
  width: 100%;
  -webkit-transition: .7s ease;
  -o-transition: .7s ease;
  transition: .7s ease;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}
.news-section .single-item:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.news-section .single-item .overlay {
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 10;
}
.news-section .single-item:hover .image:before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
}
.news-section .single-item:hover .overlay {
  opacity: 1;
}
.news-section .single-item .overlay a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #cda274;
  background: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 0px 3px;
}
.news-section .single-item .overlay a:hover {
  background: #cda274;
  color: #fff;
}
.news-section .single-item .overlay .content{
  display: table-cell;
  vertical-align: middle;
}
.news-section .single-item .overlay-content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 0px;
}

/** google-map **/


.google-map-section{
  position: relative;
}
.google-map-area {
  position: relative;
}
#contact-google-map {
  height: 518px;
  width: 100%;
}
.google-map-section .map-content{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
}
.google-map-section .map-content .content{
  position: relative;
  width: 470px;
  background: #0d2933;
  padding: 41px 40px 30px 40px;
}
.google-map-section .map-content .form-group{
  margin-bottom: 0px;
}
.google-map-section .map-content .form-group input[type='text'],
.google-map-section .map-content .form-group input[type='email'],
.google-map-section .map-content .form-group textarea{
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #213338;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 16px;
  color: #93989f;
  border: 1px solid #213338;
  margin-bottom: 20px;
  transform: all 500ms ease;
}
.google-map-section .map-content .form-group textarea{
  height: 150px;
  resize: none;
  border-radius: 10px;
  margin-bottom: 11px;
}
.google-map-section .map-content .form-group textarea:focus,
.google-map-section .map-content .form-group input:focus{
  border: 1px solid #93989f;
}
.google-map-section .map-content h3{
  position: relative;
  color: #fff;
  margin-bottom: 35px;
}
.google-map-section .map-content .theme-btn{
  padding: 10px 37px 10px 37px;
}

/** main-footer **/

.main-footer{
  position: relative;
  background: url(../images/grandbearfooter.png);
  color: #fff;
  padding: 60px 0px;
}
.main-footer .footer-title{
  position: relative;
  font-size: 1.75em;
  line-height: 30px;
  font-family: 'Nanum Myeongjo', serif;
  color: #fff !important;
  font-weight: 800;
  margin-bottom: 30px;
}
.main-footer a{
  colof: #fff !important;
}
.main-footer .contact-widget li{
  colof: #fff !important;
}
.main-footer .service-widget li a{
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 13px;
  color: #fff !important;
}
.main-footer .footer-logo{
  position: relative;
  margin-bottom: 20px;
}
.main-footer .logo-widget p{
  margin-bottom: 30px;
}
.main-footer .logo-widget{
  margin-top: -10px;
}
.main-footer .service-widget{
  margin-left: 0px;
}
.main-footer .contact-widget{
  margin-left: 10px;
}
.main-footer .service-widget .footer-social li{
  display: inline-block;
  margin-right: 23px;
  color: #fff;
}
.main-footer .service-widget .footer-social li a{
  font-size: 15px;
  color: #fff;
}
.main-footer .contact-widget .text{
  margin-bottom: 13px;
}
.main-footer .contact-widget .phone{
  margin-bottom: 10px;
}
.main-footer .contact-widget .mail{
  margin-bottom: 13px;
}
.main-footer .newsletter-widget .text{
  margin-bottom: 21px;
}
.form-group{
  margin-bottom: 0px;
}
.main-footer .newsletter-widget .form-group{
  position: relative;
}
.main-footer .newsletter-widget .form-group input[type='email']{
  position: relative;
  width: 65%;
  height: 50px;
  background: #fff;
  border-radius: 30px;
  padding: 10px 30px 10px 20px;
  color: #444;
  border: 1px solid #23363c;
  transition: all 500ms ease;
}
.main-footer .newsletter-widget .form-group input[type='email']:focus + button,
.main-footer .newsletter-widget .form-group button:hover{
  background: #cc9152;
}
.main-footer .newsletter-widget .form-group button{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 50px;
  line-height: 50px;
  width: 141px;
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  background: #cda274;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  cursor: pointer;
  transition: all 500ms ease;
}
.main-footer .newsletter-widget .form-group input[type='email']:focus{
  border: 1px solid #cc9152;
}
.main-footer .newsletter-widget{
  margin-left: 30px;
}

/** footer-bottom **/

.footer-bottom{
  position: relative;
  background:#05222e;
  padding: 21px 0px 24px 0px;
}
.footer-bottom .copyright a{
  font-family: 'Nanum Myeongjo', serif;
  font-weight: 700;
  color: #cda274;
  font-size: 1.25em;
}
.footer-bottom .copyright a:hover{
  color: #b2b3ba;
}
.footer-bottom .footer-nav{
  position: relative;
  text-align: right;
}
.footer-bottom .footer-nav li{
  position: relative;
  display: inline-block;
  padding-right: 18px;
  margin-right: 12px;
  color: #fff;
}
.footer-bottom .footer-nav li:last-child{
  padding-right: 0px;
  margin-right: 0px;
}
.footer-bottom .footer-nav li:before{
  position: absolute;
  content: '';
  background: #b2b3ba;
  width: 2px;
  height: 16px;
  top: 8px;
  right: 0px;
}
.footer-bottom .footer-nav li:last-child:before{
  display: none;
}
.footer-bottom .footer-nav li a{
  font-size: 16px;
}


/***

====================================================================
                        Home-Page-Two
====================================================================

***/

/** slider-style-two **/
.header-preheader {
    background: #FFDE0B;
    margin-bottom: 0;
}
.header-preheader p{
    color: #000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
}
@media only screen and (max-width: 1126px) {
    .header-preheader p{
        color: #000;
        font-weight: 600;
        text-align: center;
        margin-bottom: 0;
        font-size: 11px;
        line-height: 20px;
    }
}
.header-style-two .header-top{
  padding: 3px 0px 3px 0px;
}
.header-style-two .header-top .left-content li a{
  color: #fff;
  font-weight: 600;
}
.header-style-two .header-top .right-content .social-box li a{
  color: #cda274;
}
.header-style-two .header-top .left-content li a:hover,
.header-style-two .header-top .right-content .social-box li a:hover{
  color: #cda274;
}
.header-style-two .header-top .right-content .social-box li:last-child a{
  margin-right: 0px;
}
.header-style-two .header-bottom{
  background: url(../images/grandbearheader.png);
  padding: 0px;
  border-bottom: .3em solid #cda274;
}
.header-style-two .menu-area .link:before{
  background: rgba(255, 255, 255, 0.40);
}
.header-style-two .main-menu .navigation > li > a{
  color: #fff;
}
.header-style-two .main-menu .navigation > li.current > a,
.header-style-two .main-menu .navigation > li > a:hover{
  color: #fff;
}
.header-style-two .main-menu .navigation > li.book-now > a{
  background-color: #cda274;
  color: #fff;
  font-weight: 700;
  border-radius: 6px;
  line-height: 0;
  margin-top: 1.5em;
  box-shadow: 0 0 7px rgba(0,0,0,.7);
  padding: 20px;
  width:130px;
}
.header-style-two .main-menu .navigation > li.book-now > a:hover{
  background-color: #e7bc8d;
  color: #31281e;
  box-shadow: 0 0 9px rgba(0,0,0,.9);
}
.header-style-two .sticky-header .main-menu .navigation > li > a{
  color: #0f3a4a;
}
.header-style-two .sticky-header .main-menu .navigation > li.current > a,
.header-style-two .sticky-header .main-menu .navigation > li > a:hover{
  color: #fff;
}
.sticky-header .main-menu .navigation > li.current > a, .sticky-header .main-menu .navigation > li:hover > a {
background: #008489;
color: #fff;
}

/** slider-style-two **/

.slider-style-two .slider-wrapper .image img{
  min-height: 50vh;
}
.slider-style-two .content-box{
  position: relative;
}
.slider-style-two .slider-caption{
  margin-top: -15px;
}
.slider-style-two .filter-content{
  position: absolute;
  top: -138px;
  right: 40px;
  background: #fff;
  width: 370px;
  border-radius: 5px;
}

.filter-content .content{
  padding: 21px 40px 50px 50px;
}
.filter-content .single-item .form-group input,
.filter-content .single-item .form-group select {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 60px;
  border: 1px solid #e1e6eb;
  color: #9b9fa6;
  border-radius: 30px;
  margin-bottom: 14px;
  padding: 10px 15px 10px 15px;
  transition: all 500ms ease;
}
.slider-wrapper .filter-content .ui-selectmenu-button.ui-button,
.room-sidebar .filter-content .ui-selectmenu-button.ui-button{
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  margin-bottom: 14px;
}
.filter-content .single-item .form-group input:focus,
.filter-content .single-item .form-group select:focus{
  border: 1px solid #cda274;
}
.filter-content .single-item .form-group label {
  position: relative;
  display: block;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #0d2933;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 3px;
}
.filter-content .title{
  position: relative;
  display: block;
  background: #faf5f0;
  padding: 17px 30px 12px 50px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.filter-content .title h3{
  font-weight: 800;
}
.filter-content .single-item .form-group{
  position: relative;
}
.filter-content .single-item .form-group i {
  position: absolute;
  top: 40px;
  right: 20px;
  z-index: 1;
}
.filter-content .single-item .form-group .link{
  margin-top: 5px;
}
.filter-content .single-item .form-group .link .theme-btn{
  width: 100%;
}
.filter-content .ui-selectmenu-button .ui-icon {
  background: none;
  position: relative;
  top: 5px;
  right: 4px;
  text-indent: 0px;
  display: block;
  float: right;
}
button.theme-btn{
  padding: 11px 55px 9px 55px;
}
.slider-style-two .slide-nav .owl-dots{
  display: block !important;
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin-left: -30px;
}
.owl-theme .owl-controls{
  margin-top: -30px;
}
.slider-style-two .slide-nav .owl-nav{
  display: none;
}

/** about-style-two **/

.about-style-two{
  padding: 60px 0px 0px 0px;
}
.about-style-two .about-content .link{
  margin-top: 11px;
}
.about-style-two .img-box{
  position: relative;
  padding-left: 20px;
  margin-bottom: -111px;
}
.about-style-two .about-content{
  margin-top: 2px;
}

/** service-style-two **/

.service-style-two{
  padding: 219px 0px 120px 0px;
}
.service-style-two .tab-title li{
  width: 100%;
  float: none;
  margin-bottom: 10px;
}
.service-style-two .tab-title li:last-child{
  margin-bottom: 0px;
}
.service-style-two .tab-title li.active .single-btn:before{
  left: 100%;
  bottom: 50%;
  margin-bottom: -15px;
  margin-left: -22px;
}
.service-style-two .tab-details-content .img-box{
  margin-right: 0px;
}
.service-style-two .tab-details-content .single-tab-content{
  position: relative;
  margin-left: 20px;
}
.service-style-two .tab-details-content .single-tab-content .content-box{
  position: absolute;
  width: 65%;
  background: #cda274;
  right: 0px;
  bottom: 0px;
  padding: 40px 25px 30px 40px;
}
.service-style-two .tab-details-content .single-tab-content .content-box p{
  color: #fff;
}
.service-style-two .tab-details-content .single-tab-content .content-box .title{
  position: relative;
  font-size: 30px;
  font-family: 'Nanum Myeongjo', sans-serif;
  color: #fff;
  font-weight: 700;
  margin-bottom: 28px;
}
.service-style-two .tab-title li .single-btn{
  width: 100%;
  height: 100%;
  padding: 36px 15px 19px 15px;
}
.service-style-two .tab-title .single-btn .icon-box i:before{
  margin-bottom: 13px;
}
.service-style-two .tab-title{
  margin-right: -20px;
  margin-bottom: 0px;
}
.service-style-two .top-title{
  margin-bottom: 38px;
}
.service-style-two .sec-title.left{
  padding-bottom: 32px;
}
.video-style-two:before{
  background: rgba(6, 20, 25, 0.60);
}

/** discover-section **/

.discover-section .owl-theme .owl-controls{
  text-align: center;
  margin-top: 70px;
}
.discover-section .owl-theme .owl-controls .owl-nav [class*="owl-"]{
  margin: 0px 10px;
}
.discover-section .single-item{
  position: relative;
}
.discover-section .single-item .img-box{
  position: relative;
  overflow: hidden;
}
.discover-section .single-item .img-box img{
  width: 100%;
  transition: all 5s ease;
  transform: scale(1.0);
}
.discover-section .single-item:hover .img-box img{
  transform: scale(1.3);
}
.discover-section .single-item .title{
  position: absolute;
  left: 30px;
  bottom: 21px;
  z-index: 9;
}
.discover-section .single-item .title a{
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-family: 'Nanum Myeongjo', serif;
  font-weight: 700;
  color: #fff;
}
.discover-section .single-item .title a:hover{
  color: #cda274;
}

.overlay-style-two .single-item .image {
  position: relative;
  overflow: hidden;
}
.overlay-style-two .single-item .image:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 8;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -ms-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(13, 41, 51, 0.05);
}
.overlay-style-two .single-item img {
  width: 100%;
  -webkit-transition: .7s ease;
  -o-transition: .7s ease;
  transition: .7s ease;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}
.overlay-style-two .single-item:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.overlay-style-two .single-item .overlay {
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 10;
}
.overlay-style-two .single-item:hover .image:before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
}
.overlay-style-two .single-item:hover .overlay {
  opacity: 1;
}
.overlay-style-two .single-item .overlay a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0px;
  color: #fff;
}


/***

====================================================================
                        About-Page
====================================================================

***/

.page-title{
  position: relative;
  width: 100%;
  padding: 7vh 0 6vh;
  min-height: 22vh;
  background-size: cover;
  background-repeat: no-repeat;

}
.page-title:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.page-title .content-box .title{
  position: relative;
  font-size: 44px;
  font-family: 'Nanum Myeongjo', serif;
  line-height: 52px;
  font-weight: 700;
  margin-bottom: 4px;
}
.page-title .content-box .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #453c2a;
  padding-right: 13px;
  margin-right: 3px;
}
.page-title .content-box .bread-crumb li:last-child{
  padding-right: 0px;
  margin-right: 0px;
}
.page-title .content-box .bread-crumb li:first-child:before{
  position: absolute;
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 15px;
  color: #fff;
  top: 1px;
  right: 0px;
}
.page-title .content-box .bread-crumb li a{
  font-size: 15px;
  color: #453c2a;
}
.page-title .content-box .bread-crumb li a:hover{
  color: #cda274;
}

/** fact-counter **/

.fact-counter{
  position: relative;
  padding: 100px 0px;
}
.fact-counter .single-item{
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #e1e6eb;
  padding: 54px 15px 66px 15px;
  transition: all 500ms ease;
}
.fact-counter .single-item:hover{
  background: #cda274;
  border: 1px solid #cda274;
}
.fact-counter .single-item .icon-box{
  margin-bottom: 16px;
}
.fact-counter .single-item .icon-box i:before{
  font-size: 44px;
  color: #cda274;
  margin: 0px;
  transition: all 500ms ease;
}
.fact-counter .single-item:hover .icon-box i:before,
.fact-counter .single-item:hover .count-outer span,
.fact-counter .single-item:hover .text{
  color: #fff;
}
.fact-counter .single-item .count-outer span{
  position: relative;
  display: inline-block;
  font-size: 44px;
  font-family: 'Nanum Myeongjo', serif;
  font-weight: 700;
  color: #0f3a4a;
  margin-bottom: 32px;
  transition: all 500ms ease;
}
.fact-counter .single-item .text{
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #9b9fa6;
  transition: all 500ms ease;
}


/***

====================================================================
                        Rooms-Page
====================================================================

***/

.room-grid .single-item{
  margin-bottom: 50px;
}
.room-grid .link-btn{
  margin-top: 20px;
}
.single-room-list .content-box .left-content{
  position: relative;
  display: inline-block;
  padding: 28px 8px 28px 28px;
  max-width: 595px;
  min-height: 270px;
}
.single-room-list .content-box .left-content .rating{
  margin-bottom: 3px;
}
.single-room-list .content-box .left-content .rating li{
  display: inline-block;
  font-size: 16px;
  color: #d2d5d6;
  margin-right: 2px;
}
.single-room-list .content-box .left-content .info-box li{
  display: inline-block;
  margin-right: 16px;
}
.single-room-list .content-box .left-content .info-box li i{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e2e6eb;
  text-align: center;
  border-radius: 50%;
}
.single-room-list .content-box .left-content .info-box li i:before{
  margin: 0px;
  color: #9b9fa6;
  font-size: 20px;
}
.single-room-list .content-box .left-content .text{
  margin-bottom: 14px;
  line-height: 22px;
}
.single-room-list{
  position: relative;
  margin-bottom: 30px;
}
.single-room-list .content-box{
  position: relative;
  border: 1px solid #e1e6eb;
  border-left: none;
  margin-left: -30px;
}
.single-room-list .img-box{
  position: relative;
  overflow: hidden;
}
.single-room-list .img-box img{
  width: 100%;
  transform: scale(1.0);
  transition: all 5s ease;
}
.single-room-list:hover .img-box img{
  transform: scale(1.3);
}
.single-room-list .content-box .left-content h3 a{
  display: inline-block;
  margin-bottom: 16px;
}
.single-room-list .content-box .right-content{
  position: relative;
  display: inline-block;
  float: right;
  width: 210px;
  text-align: center;
  padding: 49px 10px 49px 10px;
}
.single-room-list .content-box .right-content .price{
  position: relative;
  background: #fff;
  width: 90px;
  height: 90px;
  font-size: 26px;
  font-family: 'Nanum Myeongjo', serif;
  font-weight: 700;
  color: #0f3a4a;
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
  padding: 18px 0px;
  -webkit-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  transition: all 500ms ease;
}
.single-room-list .content-box .right-content .price span {
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  font-style: italic;
  color: #9b9fa6;
}
.single-room-list .content-box .right-content .link .theme-btn{
  padding: 13px 34px 13px 33px;
}
.room-list .link-btn{
  margin-top: 70px;
}

/**room-details **/

.room-details{
  padding: 60px 0px 120px;
}
.room-details .room-details-content .contnt-style-one h2{
  margin-bottom: 4px;
}
.room-details .room-details-content .contnt-style-one .rating{
  margin-bottom: 42px;
}
.room-details .room-details-content .contnt-style-one .rating li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  margin-right: 2px;
  color: #d2d5d6
}
.room-details .room-details-content .contnt-style-one .rating li:last-child{
  margin-right: 0px;
}
.room-details .room-details-content .owl-theme .owl-controls .owl-nav [class*="owl-"]{
  position: absolute;
  top: 42%;
  background: #fff;
  border: 1px solid #fff;
  color: #9b9fa6;
}
.room-details .room-details-content .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{
  background: #0d2933;
  border: 1px solid #0d2933;
  color: #cda274;
}
.room-details .room-details-content .owl-theme .owl-controls .owl-nav .owl-next{
  right: 30px;
}
.room-details .room-details-content .owl-theme .owl-controls .owl-nav .owl-prev{
  left: 30px;
}
.room-details .room-details-content .owl-theme .owl-controls{
  margin-top: 0px;
}
.room-details .room-details-content .img-list li{
  position: relative;
  display: inline-block;
  float: left;
  overflow: hidden;
  max-width: 120px;
  margin-right: 10px;
}
.room-details .room-details-content .img-list li:last-child{
  margin-right: 0px;
}
.room-details .room-details-content .img-list li img{
  width: 100%;
}
.room-details .room-details-content .single-item-carousel{
  margin-bottom: 10px;

}
.room-details .room-details-content .img-list{
  margin-bottom: 43px;
}
.room-details .room-details-content .contnt-style-one .text p{
  line-height: 26px;
  margin-bottom: 26px;
}
.room-details .room-details-content .contnt-style-one{
  margin-bottom: 75px;
}
.room-details .room-details-content .content-style-two .table-outer{
  position: relative;
  width: 100%;
  overflow-x: auto;
}
.room-details .room-details-content .content-style-two table{
  position: relative;
  border: 1px solid #e5e5e5;
  width: 100%;
  min-width: 770px;
}
.room-details .room-details-content .content-style-two table td{
  position: relative;
  width: 25%;
  padding: 32px 15px 33px 20px;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.room-details .room-details-content .content-style-two table .icon-box{
  position: relative;
  display: inline-block;
  top: 4px;
}
.room-details .room-details-content .content-style-two table .icon-box i:before{
  font-size: 30px;
  color: #cda274;
  margin: 0px;
}
.room-details .room-details-content .content-style-two table .table-text{
  position: relative;
  display: inline-block;
  font-size: 18px;
  margin-left: 14px;
}
.room-details .room-details-content .content-style-two h3{
  margin-bottom: 16px;
}
.room-details .room-details-content .content-style-two .text{
  margin-bottom: 43px;
  line-height: 26px;
}
.room-details .room-sidebar{
  margin-top: 0px;
}
.room-details .room-sidebar .filter-content{
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.room-details .room-sidebar .filter-content .title{
  padding: 18px;
}
.room-details .room-sidebar .filter-content .content {
  padding: 30px;
}
.room-details .similar-room{
  padding-top: 32px;
}
.room-details .sec-title.left{
  margin-bottom: 40px;
  padding-bottom: 20px;
}

/***
====================================================================
                        Gallery-Page
====================================================================
***/

.gallery-page{
  padding: 108px 0px 120px 0px;
}
.gallery-page .inner-box{
  position: relative;
  margin-bottom: 30px;
}
.gallery-page .filter-tabs{
  position: relative;
  margin-bottom: 45px;
}
.inner-box .content a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #cda274;
  background: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 0px 3px;
}
.inner-box .content a:hover{
  background: #cda274;
  color: #fff;
}
.gallery-page .filter-tabs li{
  position: relative;
  display: inline-block;
  margin: 5px 15px;
  padding-bottom: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 500ms ease;
}
.gallery-page .filter-tabs li.active,
.gallery-page .filter-tabs li:hover{
  color: #0d2933;
}
.gallery-page .filter-tabs li:hover::before,
.gallery-page .filter-tabs li.active::before {
  margin-top: -17px;
  opacity: 1;
  bottom: auto;
  visibility: visible;
}
.gallery-page .filter-tabs li:before {
  position: absolute;
  content: '';
  left: 50%;
  margin-top: -40px;
  width: 7px;
  height: 7px;
  opacity: 0;
  visibility: hidden;
  margin-left: -6px;
  border-radius: 50px;
  background-color: #0d2933;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}
.gallery-page .filter-tabs li .dots:before {
  position: absolute;
  content: '';
  left: -3px;
  top: 0px;
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background-color: #0d2933;
}
.gallery-page .filter-tabs li .dots:after {
  position: absolute;
  content: '';
  right: 3px;
  top: 0px;
  width: 7px;
  height: 7px;
  border-radius: 50px;
  background-color: #0d2933;
}
.gallery-page .filter-tabs li:hover .dots,
.gallery-page .filter-tabs li.active .dots {
  margin-top: -47px;
  opacity: 1;
  visibility: visible;
}
.gallery-page .filter-tabs li .dots {
  position: absolute;
  content: '';
  left: 50%;
  margin-top: -28px;
  width: 31px;
  opacity: 0;
  visibility: hidden;
  margin-left: -15px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

/***

====================================================================
                        Place-Page
====================================================================

***/

.place-section{
  padding: 120px 0px 90px 0px;
}
.single-place-content{
  position: relative;
  margin-bottom: 30px;
}
.single-place-content .text{
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 9;
}
.single-place-content .img-box{
  position: relative;
  overflow: hidden;
}
.single-place-content .img-box img{
  width: 100%;
  transition: all 5s ease;
  transform: scale(1.0);
}
.single-place-content:hover .img-box img{
  transform: scale(1.3);
}
.single-place-content h3{
  line-height: 30px;
}
.single-place-content h3 a{
  position: relative;
  color: #fff;
  line-height: 30px;
}
.single-place-content h3 a:hover{
  color: #cda274;
}

.place-details{
  padding: 40px 0px;
}
.place-details .content-style-one .img-box{
  margin-bottom: 50px;
}
.place-details .content-style-one .img-box img{
  width: 100%;
}
.place-details .content-style-one h2{
  margin-bottom: 23px;
}
.place-details .content-style-one .text p{
  margin-bottom: 30px;
}
.place-details .content-style-one{
  margin-bottom: 61px;
}
.place-details .content-style-two .img-box img{
  width: 100%;
}
.place-details .content-style-two .text{
  margin-top: 61px;
}
.place-details .content-style-two{
  margin-bottom: 40px;
}
.place-details .similar-place .sec-title.left{
  padding-bottom: 23px;
  margin-bottom: 50px;
}



/***

====================================================================
                        service-Page
====================================================================

***/

.service-style-three{
  position: relative;
  padding: 120px 0px 90px 0px;
}
.service-style-three .single-item{
  position: relative;
  display: block;
  max-width: 270px;
  margin-bottom: 30px;
}
.service-style-three .single-item .content-box{
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #e1e6eb;
  padding: 140px 15px 122px 15px;
  transition: all 1500ms ease;
}
.service-style-three .single-item:hover .content-box{
  background: transparent;
  border: 1px solid transparent;
}
.service-style-three .single-item .content-box .icon-box{
  margin-bottom: 15px;
}
.service-style-three .single-item .content-box .icon-box i:before{
  font-size: 42px;
  color: #cda274;
  margin: 0px;
}
.service-style-three .single-item .content-box .text a{
  position: relative;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #9b9fa6;
  line-height: 30px;
  font-weight: 600;
  transition: all 500ms ease;
}
.service-style-three .single-item:hover .content-box .text a{
  color: #fff;
}
.service-style-three .single-item .img-box{
  position: absolute;
  overflow: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 1500ms ease;
}
.service-style-three .single-item .img-box:after{
  position: absolute;
  content: '';
  background: rgba(13, 41, 51, 0.85);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.service-style-three .single-item .img-box img{
  width: 100%;
  transition: all 5s ease;
  transform: scale(1.0);
}
.service-style-three .single-item:hover .img-box img{
  transform: scale(1.3);
}


/***

====================================================================
                        resturent-Page
====================================================================

***/

.single-dishes-content{
  position: relative;
  display: block;
}
.single-dishes-content .img-box img{
  width: 100%;
  transform: scale(1.0);
  transition: all 5s ease;
}
.single-dishes-content:hover .img-box img{
  transform: scale(1.3);
}
.single-dishes-content .content-box{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 0px 0px 20px 20px;
  z-index: 9;
}
.single-dishes-content .content-box h3{
  line-height: 30px;
}
.single-dishes-content .content-box h3 a{
  display: inline-block;
  color: #fff;
  line-height: 30px;
}
.single-dishes-content .content-box h3 a:hover{
  color: #cda274;
}
.single-dishes-content .content-box .price{
  position: absolute;
  bottom: 18px;
  right: 19px;
  display: inline-block;
  float: right;
  font-size: 26px;
  font-family: 'Nanum Myeongjo', serif;
  color: #cda274;
  font-weight: 700;
  line-height: 35px;
}
.video-style-three{
  padding: 140px 0px;
}
.video-style-three:before{
  background: rgba(15, 58, 74, 0.60);
}

/** resturent-menu **/

.resturent-menu{
  position: relative;
}
.resturent-menu .title-text{
  margin-bottom: 77px;
}
.resturent-menu .single-menu-content{
  position: relative;
  padding: 0px 0px 31px 130px;
  margin-bottom: 32px;
  border-bottom: 2px dashed #ededed;
}
.resturent-menu .column:last-child .menu-content .single-menu-content:last-child{
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.resturent-menu .column:first-child .menu-content .single-menu-content:last-child{
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.resturent-menu .single-menu-content .img-box{
  position: absolute;
  left: 0px;
  top: -2px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.resturent-menu .single-menu-content .img-box img{
  width: 100%;
  border-radius: 50%;
  transform: scale(1.0);
  transition: all 500ms ease;
}
.resturent-menu .single-menu-content:hover .img-box img{
  transform: scale(1.1);
}
.resturent-menu .single-menu-content .link{
  display: inline-block;
  margin-bottom: 7px;
}
.resturent-menu .single-menu-content .link a{
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #0f3a4a;
}
.resturent-menu .single-menu-content .link a:hover{
  color: #cda274;
}
.resturent-menu .single-menu-content .price{
  position: relative;
  display: inline-block;
  float: right;
  font-size: 22px;
  font-weight: 600;
  color: #cda274;
}
.resturent-menu .column:first-child .menu-content{
  margin-right: 15px;
}
.resturent-menu .column:last-child .menu-content{
  margin-left: 15px;
}

/** reservation-section **/

.reservation-section{
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.reservation-section:before{
  position: absolute;
  content: '';
  background: rgba(23, 27, 39, 0.60);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.default-form .form-group{
  position: relative;
  margin-bottom: 0px;
}
.default-form .form-group input[type='text'],
.default-form .form-group input[type='email'],
.default-form .form-group input[type='password'],
.default-form .form-group input[type='number'],
.default-form .form-group textarea{
  position: relative;
  width: 100%;
  height: 50px;
  border: 1px solid #e1e6eb;
  border-radius: 30px;
  background: #fff;
  color: #9b9fa6;
  padding: 10px 20px;
  margin-bottom: 12px;
  transition: all 500ms ease;
}
.default-form .form-group textarea{
  resize: none;
  height: 100px;
  border-radius: 10px;
  margin-bottom: 11px;
}
.default-form .form-group label{
  position: relative;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #0f3a4a;
  margin-bottom: 1px;
}
.default-form .form-group input:focus,
.default-form .form-group textarea:focus{
  border: 1px solid #cda274;
}
.reservation-section .content-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 5px;
}
.reservation-section .content-box .default-form{
  padding: 21px 40px 40px 50px;
}
.reservation-section .content-box .title{
  background: #faf5f0;
  padding: 17px 40px 18px 50px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.reservation-section .default-form .form-group button.theme-btn{
  width: 100%;
}


/***

====================================================================
                        spa-Page
====================================================================

***/

.spa-section{
  padding: 120px 0px 101px 0px;
}
.spa-section .img-box img{
  width: 100%;
}
.spa-section .content-style-one .title{
  position: relative;
  margin: 57px 0px 23px 0px;
}
.spa-section .content-style-one{
  display: inline-block;
  margin-bottom: 31px;
}
.spa-section .content-style-one .text p{
  margin-bottom: 30px;
}
.spa-section .content-style-two .text{
  margin-top: 61px;
}


/***

====================================================================
                        testimonial-Page
====================================================================

***/

.testimonial-page{
  padding: 25px 0px;
}
.testimonial-page .testimonial-content .title a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #9b9fa6;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0px;
}
.testimonial-page .testimonial-content .title a:hover{
  color: #cda274;
}


/***

====================================================================
                        offer-Page
====================================================================

***/

.offer-section{
  padding: 120px 0px 90px 0px;
}
.single-offer-content{
  position: relative;
  margin-bottom: 30px;
}
.single-offer-content .img-box{
  position: relative;
  overflow: hidden;
}
.single-offer-content .img-box:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,1));
  background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,1));
  background: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,1));
  background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0),rgba(0,0,0,1));
}
.single-offer-content .img-box img{
  width: 100%;
  transform: scale(1.0);
  transition: all 5s ease;
}
.single-offer-content:hover .img-box img{
  transform: scale(1.3);
}
.single-offer-content .text{
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 0px 0px 26px 30px;
}
.single-offer-content .text h3{
  line-height: 30px;
}
.single-offer-content .text h3 a{
  color: #fff;
  line-height: 30px;
}
.single-offer-content .text h3 a:hover{
  color: #cda274;
}


/***

====================================================================
                        staffs-Page
====================================================================

***/


.staffs-section{
  padding: 25px 0px;
}
.single-staffs-content{
  position: relative;

}
.single-staffs-content .img-box{
  position: relative;
  overflow: hidden;
  background: #e6eaeb;
}
.single-staffs-content .img-box img{
  width: 100%;
  transform: scale(1.0);
  transition: all 500ms ease;
}
.single-staffs-content:hover .img-box img{
  transform: scale(1.1);
}
.single-staffs-content .lower-content{
  padding: 23px 0px 0px 0px;
}
.single-staffs-content .lower-content a{
  position: relative;
  display: inline-block;
  font-size: 28px;
  font-family: 'Open Sans', sans-serif;
  color: darkgoldenrod;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 0px;
}
.single-staffs-content .lower-content a:hover{
  color: #cda274;
}
.single-staffs-content .lower-content .title{
  margin-bottom: .1em;
  color: black;
  font-size: 1.6em;
}
.title-bonus
{
  font-size:1.2em;
}
.single-staffs-content .lower-content .social li{
  position: relative;
  display: inline-block;
  margin: 0px 5px;
}
.single-staffs-content .lower-content .social li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #f0f1f5;
  color: #848484;
  border-radius: 50%;
}
.single-staffs-content .lower-content .social li a:hover{
  color: #fff;
  background: #cda274;
}



/***

====================================================================
                        Error-Page
====================================================================

***/


.error-section{
  position: relative;
  padding: 78px 0px 96px 0px;
}
.error-section .error-title{
  position: relative;
  display: inline-block;
  font-size: 200px;
  line-height: 200px;
  font-family: 'Montserrat', sans-serif;
  color: #0f3a4a;
  font-weight: 700;
  margin-bottom: 20px;
}
.error-section .error-text{
  position: relative;
  font-size: 44px;
  line-height: 52px;
  font-family: 'Nanum Myeongjo', serif;
  color: #888888;
  font-weight: 800;
  margin-bottom: 21px;
}
.error-section .text a{
  color: #cda274;
}
.error-section .text a:hover{
  color: #0f3a4a;
}


/***

====================================================================
                        blog-Page
====================================================================

***/

.blog-classic .single-item{
  margin-bottom: 50px;
}
.blog-details-content .img-box img{
  width: 100%;
}
.blog-details-content .content-style-one .img-box{
  margin-bottom: 40px;
}
.blog-details-content .content-style-one p{
  margin-bottom: 30px;
}
.blog-details-content .content-style-one{
  padding-bottom: 11px;
}
.blog-details-content .content-style-two .text{
  margin-top: 13px;
  margin-bottom: 34px;
}
.blog-details-content .content-style-two .img-box{
  margin-bottom: 28px;
}
.blog-details-content .post-share li{
  position: relative;
  display: inline-block;
  margin-right: 6px;
}
.blog-details-content .post-share li:last-child{
  margin-right: 0px;
}
.blog-details-content .post-share li a{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #e2e7ec;
  color: #848484;
  border-radius: 50%;
}
.blog-details-content .post-share li a:hover{
  background: #cda274;
  border: 1px solid #cda274;
  color: #fff;
}
.blog-details-content .post-share{
  padding-top: 7px;
  margin-bottom: 60px;
}
.blog-details-content .comment-area{
  padding-bottom: 40px;
}
.blog-details-content .comment-area h3{
  margin-bottom: 36px;
}
.blog-details-content .comment-area .single-comment{
  position: relative;
  padding: 0px 0px 0px 112px;
  margin-bottom: 33px;
}
.blog-details-content .comment-area .single-comment .thumb-box{
  position: absolute;
  left: 0px;
  top: 7px;
}
.blog-details-content .comment-area .single-comment .comment-title{
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #0f3a4a;
}
.blog-details-content .comment-area .single-comment .replay{
  position: absolute;
  top: 9px;
  right: 0px;
}
.blog-details-content .comment-area .single-comment .replay a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #0f3a4a;
  line-height: 26px;
  border: 1px solid #e1e6eb;
  border-radius: 30px;
  padding: 7px 29px 10px 29px;
}
.blog-details-content .comment-area .single-comment .replay a:hover{
  border: 1px solid #cda274;
  background: #cda274;
  color: #fff;
}
.blog-details-content .comment-area .single-comment .comment-time{
  display: inline-block;
  margin-bottom: 9px;
  margin-top: -3px;
}
.blog-details-content .comment-area .single-comment .content-box{
  position: relative;
  border-bottom: 1px solid #e1e6eb;
  padding-bottom: 31px;
}
.blog-details-content .comment-area .single-comment.replay .content-box{
  border-bottom: none;
  padding-bottom: 0px;
}
.blog-details-content .comment-area .single-comment.replay{
  margin-left: 106px;
}
.blog-details-content .comment-form h3{
  margin-bottom: 43px;
}
.blog-details-content .comment-form .form-group{
  margin-bottom: 0px;
}
.blog-details-content .comment-form .form-group input[type='text'],
.blog-details-content .comment-form .form-group input[type='email'],
.blog-details-content .comment-form .form-group textarea{
  position: relative;
  width: 100%;
  height: 60px;
  padding: 10px 20px;
  border: 1px solid #e1e6eb;
  font-size: 16px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}
.blog-details-content .comment-form .form-group textarea{
  resize: none;
  height: 170px;
  margin-bottom: 21px;
}
.blog-details-content .comment-form .form-group input:focus,
.blog-details-content .comment-form .form-group textarea:focus{
  border: 1px solid #cda274;
}
.blog-details-content .comment-form button.theme-btn{
  padding: 14px 48px 16px 48px;
}

/** sidebar **/


.sidebar .sidebar-search{
  margin-bottom: 30px;
}
.sidebar .sidebar-search .form-group{
  position: relative;
  margin-bottom: 0px;
}
.sidebar .sidebar-search .form-group input[type='search']{
  position: relative;
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  border: 1px solid #e1e6eb;
  font-size: 16px;
  transition: all 500ms ease;
}
.sidebar .sidebar-search .form-group input[type='search']:focus{
  border: 1px solid #cda274;
}
.sidebar .sidebar-search .form-group button{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #cda274;
  font-size: 15px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.sidebar .sidebar-widget{
  position: relative;
  border: 1px solid #e1e6eb;
  padding: 31px 38px 16px 39px;
  margin-bottom: 30px;
}
.sidebar .sidebar-widget .sidebar-title{
  margin-bottom: 17px;
}
.sidebar .sidebar-post .single-post{
  position: relative;
  padding: 0px 0px 0px 105px;
  margin-bottom: 28px;
}
.sidebar .sidebar-post .single-post .post-thumb{
  position: absolute;
  left: 0px;
  top: 6px;
  overflow: hidden;
  width: 85px;
  height: 85px;
}
.sidebar .sidebar-post .single-post .post-thumb img{
  width: 100%;
  transition: all 500ms ease;
  transform: scale(1.0);
}
.sidebar .sidebar-post .single-post:hover .post-thumb img{
  transform: scale(1.1);
}
.sidebar .sidebar-post .single-post .text a{
  position: relative;
  display: block;
  font-size: 18px;
  font-family: 'Nanum Myeongjo', serif;
  line-height: 26px;
  font-weight: 400;
  color: #0f3a4a;
  margin-bottom: 5px;
}
.sidebar .sidebar-post .single-post .text a:hover{
  color: #cda274;
}
.sidebar .sidebar-categories .categories-list li{
  position: relative;
  display: block;
  margin-bottom: 11px;
}
.sidebar .sidebar-categories .categories-list li a{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #9b9fa6;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 12px;
  border-bottom: 1px solid #e1e6eb;
}
.sidebar .sidebar-categories .categories-list li a:hover,
.sidebar .sidebar-categories .categories-list li a:hover:before,
.sidebar .sidebar-archives .archives-list li a:hover{
  color: #cda274;
}
.sidebar .sidebar-categories .categories-list li a:before{
  position: absolute;
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 16px;
  color: #9b9fa6;
  top: 0px;
  right: 0px;
  transition: all 500ms ease;
}
.sidebar .sidebar-categories .categories-list li:last-child a{
  border-bottom: none;
}
.sidebar .sidebar-archives .archives-list li{
  position: relative;
  display: block;
  margin-bottom: 11px;
}
.sidebar .sidebar-archives .archives-list li a{
  display: inline-block;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #9b9fa6;
  line-height: 26px;
}
.sidebar .sidebar-widget.sidebar-archives .sidebar-title{
  margin-bottom: 22px;
}
.sidebar .sidebar-widget.sidebar-archives{
  padding: 32px 38px 22px 39px;
}


/***

====================================================================
                        contact-Page
====================================================================

***/

.contact-info{
  padding: 117px 0px 94px 0px;
}
.contact-info .single-item{
  position: relative;
  padding: 0px 0px 0px 65px;
}
.contact-info .single-item:before{
  position: absolute;
  content: '';
  background: #e1e6eb;
  width: 1px;
  height: 100px;
  top: -26px;
  left: -43px;
}
.contact-info .column:first-child .single-item:before{
  display: none;
}
.contact-info .single-item .icon-box i:before{
  font-size: 45px;
  color: #cda274;
  margin: 0px;
  transition: all 500ms ease;
}
.contact-info .single-item:hover .icon-box i:before{
  color: #0f3a4a;
}
.contact-info .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 11px;
}
.contact-info .single-item .text{
  color: #0f3a4a;
  line-height: 26px;
}

/** contact-section **/

.contact-section .default-form .form-group input[type='text'],
.contact-section .default-form .form-group input[type='email'],
.contact-section .default-form .form-group textarea{
  border: 1px solid transparent;
  border-radius: 0px;
  height: 54px;
  margin-bottom: 30px;
}
.contact-section .default-form .form-group textarea{
  height: 150px;
  margin-bottom: 31px;
}
.contact-section .default-form .form-group input:focus,
.contact-section .default-form .form-group textarea:focus{
  border: 1px solid #cda274;
}
.contact-section .title{
  margin-bottom: 42px;
}
.contact-section button.theme-btn {
  padding: 13px 50px 11px 51px;
}

/** google-map **/

.google-map-section{
  position: relative;
}
#contact-google-map{
  position: relative;
  width: 100%;
  height: 500px;
}

@media only screen and (min-width: 1126px) {
.main-menu .navigation > li.dropdown > ul{
	display:none!important;
}
.main-menu .navigation > li.dropdown:hover > ul{
	display:block!important;
	height:auto!important
}
}
@media only screen and (max-width: 767px) {
section.main-slider.slider-style-two .owl-stage-outer {
	height: auto;
}
.main-slider .slider-wrapper .image img {
	max-height: inherit;
	min-height: auto;
}
.main-slider .tp-title {
	font-size: 22px !important;
	line-height: 25px !important;
	margin-bottom: 5px !important;
}
.main-slider .text {
	font-size: 16px !important;
	line-height: 18px !important;
}
}
