/*
Template Name: 5 Star Hotel Bootstrap4 HTML5 Template
Description: 5 Star Hotel Bootstrap4 HTML5 Template
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Cherry+Swash:wght@400;700&family=Montserrat:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap');
body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #191919;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-style: normal;

}
a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding: 0;
}
ul{
	margin:0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none;
	transition: .4s;
	-webkit-transition: all .4s ease-in-out;
}
a:hover{
	text-decoration: none;
	color: #82B60B;
}
button:focus{
	outline: none;
}
input:focus{
	outline: none;
}
p{
	color: #010517;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  font-family: 'Montserrat', sans-serif;
}
 h4 {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 1.2;
}
.section-padding{
  padding: 50px 0px;
}

/*sticky*/
.header-top.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-animation: sticky 1s;
  -moz-animation: sticky 1s;
  -o-animation: sticky 1s;
  animation: sticky 1s;
  -webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  -moz-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
  background-color:#2E2E2E!important;
  opacity: 1;
  
}
@-webkit-keyframes sticky {
    0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%); 
    }
    100% {
      -webkit-transform: translateY(0%);
      transform: translateY(0%); 
  } 
}
@keyframes sticky {
    0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%); 
  }
    100% {
      -webkit-transform: translateY(0%);
      transform: translateY(0%); 
  } 
}


/*secttion-headaing*/
.section-heading h2{
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 42px;
 font-family: 'Cherry Swash', cursive;
}
.section-heading h5{
  color: #fff;
  margin-bottom: 5px;
}
.section-heading p {
  width: 53%;
  text-align: start;
}
.head-title {
  margin-top: -10px;
  margin-bottom: 10px;
}
.hl-1 {
  width: 80px;
  height: 1px;
  display: inline-block;
  background: #010517;
}
.hl-2 {
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  position: relative;
  top: 5px;
  width: 12px;
  border: 1px solid #010517;
  border-radius: 50px;
  background: #ffffff;
}
.hl-3 {
  width: 80px;
  height: 1px;
  display: inline-block;
  background: #010517;
}
/* loader */
#preloader {
  position: fixed;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #3E3D3D;
  z-index: 999999; 
  display: block;

}

.loader{
    width: 150px;
    height: 150px;
    margin: 0 auto;
    position: relative;
    margin-top: 200px;
}
.loader .ball{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    position: absolute;
    transition: all 0.8s ease-in-out;
}
.loader #left{
    background-color:rgba(12, 200, 252,0.9); 
    top: 53px;
    right: 0px;
    animation: left 2s infinite;
}
.loader #right{
    background-color: rgba(12, 200, 52,0.9);
    top: 53px;
    animation: right 2s infinite;
}
.loader #up{
    background-color: rgba(255, 255, 0,0.9);
    top: 0;
    left: 53px;
    animation: up 2s infinite;
}
.loader #down{
    background-color:rgba(232, 36, 6,0.9);
    bottom: 0;
    left: 53px;
    animation: down 2s infinite;
}
@keyframes left{
    0% {transform:translateX(0px);}
    50%  {transform:translateX(-110px);}
    100% {transform:translateX(0px);}
}
@keyframes right{
    0% {transform:translateX(0px);}
    50% {transform:translateX(110px);}
    100% {transform:translateX(0px);}
}
@keyframes up{
    0%  {transform:translateY(0px);}
    50%  {transform:translateY(110px);}
    100% {transform:translateY(0px);}
}
@keyframes down{
    0% {transform:translateY(0px);}
    50% {transform:translateY(-110px);}
    100% {transform:translateY(0px);}
}


/*Scroll Area*/
.scroll-area {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    display: none;
}
.scroll-area i {
  width: 35px;
  height: 40px;
  background-color: #c86c0b;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
}
.scroll-area i:hover {
    background: #000;
}
/*header up****************/
.header-up {
  color: #fff;
  padding: 10px 0px;
}

.logo a img {
  width: 80px;
  height: auto;
}
.rowbottom{
  border-bottom: 1px solid white;
  padding-bottom:20px ;
}
.top-info span {
  padding-right: 20px;
  font-size: 14px;
  letter-spacing: .5px;
}
.top-link{
  text-align: right;
}
.top-link ul li {
  display: inline-block;
  padding: 0px 10px;
}
.top-link ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.top-link ul li.active_border{
  position: relative;
}
.top-link ul li.active_border::before {
  width: 2px;
  height: 15px;
  background: #fff;
  position: absolute;
  content: '';
  top: 5px;
  left: 0px;
}
/*header top***************/

/*Header*/
.header{
  position: fixed;
  top:0;
  left:0; 
  right: 0;
  z-index: 1000;
}
.header-top {
  padding: 15px 0px;
}
.header-menu {
  position: relative; 
  display: flex;
  justify-content: flex-end;
}
.header-horizontal-menu .menu-content li {
  display: inline-block;
  position: relative; 
}
.header-horizontal-menu .menu-content li a {
  display: block;
  padding: 0 16px;
  font-weight: 600;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 35px;
  transition: all 0.3s linear;
}
.header-horizontal-menu .menu-content li.active > a, .header-horizontal-menu .menu-content li:hover > a {
  color: #F29208;
}
.header-horizontal-menu .menu-content li .sub-menu {
  box-shadow: 0px 2px 8px 0.56px rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  position: absolute;
  top: 100%;
  width: 160px;
  left: 0;
  -webkit-transform-origin: 0% 0%;
  -webkit-transform-style: preserve-3d;
  transform: rotateX(-90deg);
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  padding: 12px 0;
}
.header-horizontal-menu .menu-content li .sub-menu li {
  margin-left: 0;
  padding: 0;
  display: block;
  position: relative; 
}
.header-horizontal-menu .menu-content li .sub-menu li a {
  color: #fff;
  line-height: 40px;
  height: auto;
  display: block;
  letter-spacing: 0;
  font-size: 15px;
  padding: 0 25px;
  font-weight: 400;
  position: relative;
  font-weight: 600;
}
.header-horizontal-menu .menu-content li .sub-menu li a i {
  position: absolute;
  top: 0;
  right: 25px;
  line-height: 40px;
}
.header-horizontal-menu .menu-content li .sub-menu li:hover > a {
  color: #F29208; 
}
.header-horizontal-menu .menu-content li .sub-menu li .sub-menu {
  top: 20px;
  left: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden; 
}
.header-horizontal-menu .menu-content li .sub-menu li:hover .sub-menu {
  top: 0;
  opacity: 1;
  visibility: visible; 
}
/*=========== Mobile  ==========*/
.mobile-toggle a {
  color: #666;
  line-height: 39px;
  font-size: 24px;
  padding: 10px;
  background: aliceblue;
  display: inline;
}
/*OVERLY Start*/
.overlay {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  z-index: 99;
  visibility: visible;
  opacity: 0;
  visibility: hidden; 
}
.overlay.open {
  opacity: 0.6;
  visibility: visible; 
}
/*END OVERLY*/
.mobile-off-canvas-menu {
  position: fixed;
  top: 0;
  left: -350px;
  background-color: #595757;
  color: #fff;
  z-index: 9999;
  width: 300px;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}
.mobile-off-canvas-menu.open {
  left: 0; 
}
.mobile-canvas-close {
  background: #333;
  padding: 0 35px; 
}
.mobile-canvas-close p {
  color: #FFFFFF;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  pointer-events: none;
  position: relative; 
}
.mobile-canvas-close p i {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 6; 
}

.mobile-main-menu .menu-content li {
  position: relative; 
}
.mobile-main-menu .menu-content li a {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 35px;
  padding-right: 50px;
  line-height: 30px;
  text-transform: capitalize;
  border-top: 1px solid #aeaeae;
}
.mobile-main-menu .menu-content li a i {
  display: none; 
}
.mobile-main-menu .menu-content li .mobile-menu-expand {
  position: absolute;
  right: 35px;
  top: 13px;
  width: 15px;
  height: 15px;
  cursor: pointer; 
}
.mobile-main-menu .menu-content li .mobile-menu-expand::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #aeaeae;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); 
}
.mobile-main-menu .menu-content li .mobile-menu-expand::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 100%;
  background-color: #aeaeae;
  left: 50%;
  bottom: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); 
}
.mobile-main-menu .menu-content li.active-expand > .mobile-menu-expand::after {
  height: 0; 
}
     
.mobile-main-menu .menu-content li .sub-menu li a {
  font-weight: 400;
  padding-left: 50px; 
}
.mobile-main-menu .menu-content li .sub-menu li .submenu-item li a, .mobile-main-menu .menu-content li .sub-menu li .sub-menu li a {
  padding-left: 65px; 
}
.mobile-main-menu .menu-content li .sub-menu li img {
  padding: 10px;
  padding-right: 20px; 
}
.header-horizontal-menu .menu-content li:hover .sub-menu, .header-horizontal-menu .menu-content li:hover .mega-sub-menu {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; 
  background: #595757;
}


/*home-section start*/
.slider-area-full{
  position: relative;
  z-index: 999;
  text-align: center;
}
.silder-single-img {
  background-position: 50%!important;
  background-repeat: no-repeat!important;
  background-size: cover!important;
}
.silder-single {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 300px;
  padding-bottom: 190px;
}
.slider-single-full h4{
  color: #fff;
  padding-bottom: 10px;
}
.slider-single-full h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 10px;
  margin: 0 auto;
}
.slider-single-full h2 span {
  color: #DF8A4D;
}
.slider-single-full p {
  color: #fff;
  font-weight: 400;
  margin: 0 auto;
  padding: 10px 0px;
  width: 67%;
}



/*Animation*/
.active .silder-single h2, .active .silder-single a, .active .silder-single p{
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.active .silder-single p{
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.active .silder-single a {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}


.silder-single:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.2;
}
.slider-area-full .owl-dots {
  display: none;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  top: -105px;
  right: 12px;
  color: #E60A30;
}
.slider-area-full.owl-carousel .owl-nav button.owl-next, .slider-area-full.owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 15px;
}

.slider-area-full .owl-nav {
  font-size:20px;
  top: 48%!important;
  left: 0!important;
  right: 0!important;
  text-align: center!important;
  transition: all .5s ease;
}

.slider-area-full:hover.slider-area-full .owl-prev{
  visibility: visible!important;
  transition: all .5s ease;
  left: 100px;
  background: none;
}
.slider-area-full .owl-next:hover::before, .slider-area-full .owl-prev:hover::before {
  border: 1px solid #E66608;
  transition: all .5s ease;
}
.slider-area-full:hover.slider-area-full .owl-next{
  visibility: visible!important;
  transition: all .5s ease;
  right: 100px;
  background: none;
}
.slider-area-full .owl-prev {
  left:120px;
  position: absolute;
  color: #fff!important;
  visibility: hidden;
}

.slider-area-full .owl-next {
  right:120px;
  position: absolute;
  color: #fff!important;
  visibility: hidden;
}
.slider-area-full .owl-prev::before {
  position: absolute;
  width: 35px;
  height: 35px;
  content: '';
  border-radius: 50%;
  right: 3px;
  top: 2px;
  border: 1px solid #fff;
  background: transparent;
}
.slider-area-full .owl-next::before {
  position: absolute;
  width: 35px;
  height: 35px;
  content: '';
  border-radius: 50%;
  left: 3px;
  top: 2px;
  border: 1px solid #fff;
  background: transparent;
}

.slider-area-full .owl-dots .owl-dot {
  border: 0;
  background: none;
  cursor: pointer;
}
.slider-area-full .owl-dots .owl-dot span {
  display: block;
  border-radius: 50%;
  background-color: #B18C57;
  width: 12px;
  height: 12px;
  position: relative;
  transition: all 0.3s ease;
}
.slider-area-full .owl-dots .owl-dot span::after {
  position: absolute;
  content: "";
  top: -3px;
  left: -3px;
  border: 1px solid #B18C57;
  border-radius: 50%;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  transform: scale(0);
  transition: all 0.3s ease;
}

.slider-area-full .owl-dots .owl-dot span::before {
   position: absolute;
  content: "";
  top: -6px;
  left: -6px;
  border: 1px solid #B18C57;
  border-radius: 50%;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  transform: scale(0);
  transition: all 0.3s ease
}

.slider-area-full .owl-dots .owl-dot.active span {
  background:#B18C57;
}
.slider-area-full .owl-dots .owl-dot.active span::after {
  transform: scale(1);
}
.slider-area-full .owl-dots .owl-dot.active span::before {
  transform: scale(1);
}
 .slider-area-full .owl-dots .owl-dot:hover span {
  background: #B18C57;
}
/*button*/
.button-bar .btn{
    color: #fff;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 5px 15px;
    border: none;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition:all 0.5s ease 0.2s;
    border: 1px solid #B18C57;
}

.button-bar .btn-1{
    color: #fff;
    background: #B18C57;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 5px 15px;
    border: none;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition:all 0.5s ease 0.2s;
    border: 1px solid #B18C57;
}
.button-2 .btn-1{
    color: #fff;
    background: #B18C57;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 10px 15px;
    border: none;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition:all 0.5s ease 0.2s;
    border: 1px solid #B18C57;
}
.button-bar .btn:focus,
.button-bar .btn:hover{
    color: #B18C57;
    background: #232323;
    text-shadow: 0 0 10px rgba(0,0,0,0.9);
}
.button-bar .btn::before {
  content: '';
  background: radial-gradient(#B18C57,transparent,transparent);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 65%;
  top: 0;
  transition: all 0.2s ease 0.5s, left 0.5s cubic-bezier(.45,-0.33,.43,3);
}
.button-bar .btn:hover:before{
    opacity: 0;
    left: -10%;
}


.button-bar .btn-1::before {
  content: '';
  background: radial-gradient(#B18C57,transparent,transparent);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 65%;
  top: 0;
  transition: all 0.2s ease 0.5s, left 0.5s cubic-bezier(.45,-0.33,.43,3);
}
.button-bar .btn-1:hover:before{
    opacity: 0;
    left: -10%;
}
.button-bar .btn-1:focus,
.button-bar .btn-1:hover{
    color: #B18C57;
    background: #232323;
    text-shadow: 0 0 10px rgba(0,0,0,0.9);
}
/*availability-area*/
.availability-area {
  background: #000;
  position: relative;
  padding: 14px 0;
  margin-top: -95px;
  z-index: 999;
  opacity: 0.8;
}
.check-titel {
  display: flex;
  justify-content: center;
  align-items: center;
}
.check-titel h4{
   color: #fff;
}
.check-titel span {
  color: #B18C57;
  font-size: 45px;
  font-weight: 600;
  margin-right: 7px;
}


/*room area*/
.our-room-area {
  background: #F8F5F0;
}
.product-grid{
    text-align: center;
    overflow: hidden;
    position: relative;
    background: #fff;
    margin-bottom: 7px;
    border-radius:12px ;
}
.product-grid:hover{
  box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.15);
}
.product-grid .product-image{ overflow: hidden; }
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
    width: 100%;
    transition: all .4s ease-out;
}
.product-grid .product-image:hover img{ transform: scale(1.1); }
.product-grid .product-content{
    padding: 12px 12px 15px 12px;
    transform-origin: 50% 0%;
    transition: all 0.3s ease-out;
}
.product-grid:hover .product-content{
    opacity: 0;
    transform: rotateX(-90deg);
}
.product-grid .title{
    color: #05172C;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 7px;
}
.product-grid .title a{
    color: #05172C;
    transition: all 0.3s ease 0s;
    font-size: 26px;
    font-weight: 500;
}
.product-grid .title a:hover{ 
  color: #05172C; 
}
.product-grid .price {
  color: #8E7037;
  font-size: 16px;
  font-weight: 500;
}
.product-grid .price span{
  text-transform: uppercase;
  color: #8E7037;
  margin-left: 8px;
  position: relative;
}
.product-grid .price span::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 15px;
  background: #8E7037;
  transform: rotate(13deg);
  left: -6px;
  top: 1px;
}
.product-grid .add-to-cart {
  color: #fff;
  background: #B18C57;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  width: 50%;
  padding: 12px 12px 10px;
  border-radius: 50px;
  opacity: 0;
  transform-origin: 50% 100%;
  transform: rotateX(90deg);
  position: absolute;
  bottom: 17px;
  left: 0;
  transition: all 0.45s ease-out;
  margin: 0 auto;
  right: 0;
}
.product-grid .add-to-cart:hover{
    color: #fff;
    background:#05172c;
}
.product-grid:hover .add-to-cart{ 
    opacity: 1;
    transition-delay: 0.21s;
    transform: rotateX(0deg);
}

.owl-dots {
  display: none;
}
.room-slider.owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  top: -170px;
  right: 12px;
  color: #0BB79E;
  padding: 0 19px;
  display: inline-block;
}
.room-slider.owl-carousel .owl-nav button.owl-next, .room-slider.owl-carousel .owl-nav button.owl-prev{
  border: 2px solid #B18C57;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  color: #B18C57;
  transition: all 0.3s ease;
}

.room-slider .owl-next:hover, .room-slider .owl-prev:hover {
  background: #A98562 !important;
  color: #fff !important;
  border: none !important;
  transition: all 0.3s ease;
}
 .owl-theme .owl-nav [class*="owl-"] {
  color: #FFF;
  font-size: 15px;
  margin: 0 7px;
  padding: 4px 15px;
  
  outline: none;
  border-radius: 3px;
  
}
.owl-prev:hover::before {
  border: 2px solid red;
  color: red;
  transition: all 0.3s ease;
}
.owl-next:hover::before {
  border: 2px solid red;
  color: red;
  transition: all 0.3s ease;
}


/*room-slider2*/
.room-slider2.owl-theme .owl-nav {
  margin-top: 10px;
  position: absolute;
  top: -170px;
  right: 12px;
  color: #0BB79E;
  padding: 0 19px;
  display: inline-block;
}
.room-slider2.owl-carousel .owl-nav button.owl-next, .room-slider2.owl-carousel .owl-nav button.owl-prev{
  border: 2px solid #B18C57;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  color: #B18C57;
  transition: all 0.3s ease;
}

.room-slider2 .owl-next:hover, .room-slider2 .owl-prev:hover {
  background: #A98562 !important;
  color: #fff !important;
  border: none !important;
  transition: all 0.3s ease;
}
/*about area*/

.about-left img{
  width: 100%;
  height: auto;
}

.about-right h5{
  margin-bottom: 10px;
}
.about-right h4 {
  font-size: 44px;
  font-weight: 400;
  color: #6f4831;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.25em;
}


/*service area*/
.our-service-area{
  background: #F8F5F0;
}
.service-single {
  background: transparent;
  padding: 30px 20px;
  transition: all .5s ease;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  line-height: 1;
  border: 1px solid #EEDEC7;
}
.service-single:hover{
 box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.15);
 transition:all .5s ease;
} 
.service-single span{
  font-size: 40px;
  color: #97713f;
  line-height: 1;
  margin-bottom: 20px;
  display: inline-block;
}
.service-single h5{
   margin-bottom: 10px;
}
.service-single h5 a{
  font-size: 24px;
  font-weight: 400;
  color: #222;
 
}

.service-single p{
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}


/*video warper*/
.video-warper
{
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 140px 0;
  position: relative;
  z-index:1;
}
.video-warper::before {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.3;
}
.video-content{
  text-align: center;
  z-index: 999;
}
.video-content h5{
  color: #fff;
  margin-bottom: 6px;
}
.video-content h2 {
  color: #fff;
  font-family: 'Cherry Swash', cursive;
  font-size: 40px;
  margin-bottom: 24px;
}


.video-btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  top: 3px;
  z-index: 1;
  background-color: #fff;
  border: 3px solid #AA8460;
}
.video-btn::after, .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #AA8460;
}

.video-btn i {
  font-size: 10px;
  font-weight: 700;
  color: #AA8460;
  position: absolute;
  top: 0;
  left:2px;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  display: -moz-box;
  display: flex;
  width: 100%;
  height: 100%;
}
.video-btn::before {
  -webkit-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
}
.video-btn::after {
  -webkit-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
}

@keyframes ripple {
0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
}
50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .8;
}
100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
}
}



/*event-area*/
.event-single{
  position: relative;
  overflow: hidden;
  position: relative;
  display: block;
}
.event-single .event-content{
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -73%;
  left: 0;
  content: '';
  z-index: 1;
  text-align: center;
}
.event-single .event-content h6 {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
}
.event-single .event-content a{
  font-size: 30px;
  color:#fff;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none;
  font-family: 'Cherry Swash', cursive;
}
.event-single .event-content a:hover {
  color: #D58D49;
  transition: all 0.3s ease;
}
.event-single:hover .event-img img{
  transform:scale(1.1);
  transition: all 0.3s ease;
}

.event-img img{
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

.testimonials-area{
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 140px 0;
  position: relative;
  z-index: 1;
}
 .testimonials-area::before{
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.3;
}

.testimonial-content {
  display: flex;
  margin-top: 20px;
}
.testimonial-content .teestimonial-img img{
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.ratting ul{
  display: flex;
}
.ratting ul li {
  padding: 0px 3px;
}
.ratting ul li i {
  color: #F29319;
  font-size: 9px;
}
.testimonial-single p{
  color:#fff ;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.aidentity-text {
  margin-left: 12px;
}
.aidentity-text h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.aidentity-text span{
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}


.testimonial-slider.owl-carousel .owl-nav button.owl-next, .testimonial-slider.owl-carousel .owl-nav button.owl-prev{
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 15px;
}

.testimonial-slider .owl-nav {
  font-size:20px;
  top: 15%!important;
  left: 0!important;
  right: 0!important;
  text-align: center!important;
  transition: all .5s ease;
  visibility: hidden;
}

.testimonial-slider:hover.testimonial-slider .owl-prev{
  visibility: visible!important;
  transition: all .5s ease;
  visibility: visible;
  background: none;
  left: -64px;
}
.testimonial-slider .owl-next:hover::before, 
.testimonial-slider .owl-prev:hover::before{
   border: 1px solid #B36603;
   transition: all .5s ease;
}
.testimonial-slider:hover.testimonial-slider .owl-next{
  visibility: visible!important;
  transition: all .5s ease;
  visibility: visible;
  background: none;
  right: -64px;
}
.testimonial-slider .owl-prev {
  position: absolute;
  color: #fff !important;
  left: -50px;
  transition: all .5s ease;
}

.testimonial-slider .owl-next {
  position: absolute;
  color: #fff!important;
  right: -50px;
  transition: all .5s ease;
}
.testimonial-slider .owl-prev::before {
  position: absolute;
  width: 35px;
  height: 35px;
  content: '';
  border-radius: 50%;
  right: 3px;
  top: 2px;
  border: 1px solid #fff;
  background: transparent;
}
.testimonial-slider .owl-next::before {
  position: absolute;
  width: 35px;
  height: 35px;
  content: '';
  border-radius: 50%;
  left: 3px;
  top: 2px;
  border: 1px solid #fff;
  background: transparent;
}


 .testimonial-slider .owl-dots .owl-dot {
  border: 0;
  background: none;
  cursor: pointer;
}

.testimonial-slider .owl-dots .owl-dot span {
  display: block;
  border-radius: 50%;
  background-color: #6F4831;
  width: 12px;
  height: 12px;
  position: relative;
  transition: all 0.3s ease;
}
 .testimonial-slider .owl-dots .owl-dot span::after {
  position: absolute;
  content: "";
  top: -3px;
  left: -3px;
  border: 1px solid #B18C57;
  border-radius: 50%;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  transform: scale(0);
  transition: all 0.3s ease;
}

 .testimonial-slider .owl-dots .owl-dot span::before {
  position: absolute;
  content: "";
  top: -6px;
  left: -6px;
  border: 1px solid #B18C57;
  border-radius: 50%;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  transform: scale(0);
  transition: all 0.3s ease;
}
 .testimonial-slider .owl-dots .owl-dot.active span {
  background:#B18C57;
}
 .testimonial-slider .owl-dots .owl-dot.active span::after {
  transform: scale(1);
}
 .testimonial-slider .owl-dots .owl-dot.active span::before {
  transform: scale(1);
}

 .testimonial-slider .owl-dots .owl-dot:hover span {
  background: #B18C57;
}
/*gallery-area*/
.portfolio-item{
  position: relative;
  overflow: hidden;
}
.portfolio-cate-list-full ul li {
  display: inline-block;
  margin: 2px 8px;
  position: relative;
  padding: 2px 0px;
  font-weight: 700;
  font-size: 15px;
  color: #000;
  transition: all .3s ease-in-out;
  cursor: pointer;
}
.portfolio-cate-list-full ul li::after {
  content: "";
  clear: both;
  display: block;
  position: absolute;
  width: 0%;
  height: 2px;
  transition: all .3s ease-in-out;
  background: #AA8453;
}
.portfolio-cate-list-full ul li:hover::after {
  width: 100%;
}

.portfolio-item .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
  clear: both;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #864913;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease-in-out;
}

.portfolio-item:hover .content{
  visibility: visible;
  opacity: 0.7;
  transition: all .3s ease-in-out;
}
.thumbnail img{
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
.portfolio-item:hover .thumbnail img{
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.content-full{
  z-index: 1;
}

.content-full a i {
  color: #864913;
  background: #fff;
  font-size: 18px;
  padding: 12px;
  border-radius: 50px;
  text-align: center;
  display: flex;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.content-full h4{
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 2px;
  color: #fff;
  margin-top: 8px;
  display: block;
}
.content-full p{
  color: #fff;
}

.content .content-full{
  text-align: center;
}
/*subscribe*/
.newsletters-area {
  background: #2E2E2E;
  padding: 33px 0;
}
.subscribe-left {
  display: flex;
}
.subcribe-form form{
  position: relative;
}
.subcribe-form form button {
  position: absolute;
  top: 18px;
  right: 17px;
  color: #B2B2B2;
  border: none;
  background: none;
  font-size: 18px;
  cursor: pointer;
  border-left: 1px solid #B2B2B2;
}
.subcribe-form form button:hover{
  color: #fff;
}
.subscribe-left .icon i {
  color: #AA8453;
  width: 55px;
  height: 55px;
  border: 2px solid #AA8453;
  background: transparent;
  font-size: 29px;
  border-radius: 50%;
  text-align: center;
  line-height: 54px;
}

.subscribe-left .icon {
  margin-right: 25px;
}
.subcribe-form .form-control-lg {
  padding: 6px 19px;
  height: 60px;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  border-radius: .3rem;
  width: 335px;
  background: #3E3E3E;
  border: none;
}

.subcribe-form input::placeholder {
  color: #f4f4f4;
  font-size: 14px;
  opacity: 1;
}

.social-link ul{
  display: flex;
  justify-content: flex-end;
}

.social-link ul li a {
  color: #fff;
  padding: 5px 12px;
  display: inline-block;
}
.social-link ul li a:hover{
  color: #AA8453;
}
/*footer*/
.footer-area {
  padding-bottom: 20px;
  background: #232323;
}
.sld-area {
  display: flex;
}
.scoial-area {
  padding-top: 27px;
}
.scoial-area h4{
  color:white;
}
.footer-language {
  width: 160px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: 30px;

}
.footer-language select {
  height: 48px;
  background: #3E3E3E;
  color: #adadad;
  border: 1px solid #282828;
  border-radius: 0px;
  width: 140px;
  text-align: center;
}
.footer-language select option {
  color: #fff;
}

.ft-description{
  padding-top: 15px;
}
.ft-description p{
  color: #fff;
}
.ft-head {
  padding-top: 31px;
}
.ft-head h3 {
  padding-bottom: 18px;
  margin-bottom: 20px;
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size:18px;
}
.ft-head h3::after {
  position: absolute;
  content: "";
  width: 114px;
  height: 3px;
  background: #8A8A8A;
  left: 0;
  margin: auto;
  bottom: 0;
}
.scoial-area h4 {
  color: white;
  padding-bottom: 18px;
}
.footer-iteam ul li a{
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  line-height: 25px;
  transition: all 0.3s ease;
  border-left: 2px solid transparent;
}
.footer-iteam ul li a:hover{
  padding-left:5px ;
  border-left: 2px solid gray;
  transition: all 0.3s ease;
}
.footer-iteam ul li a span {
  font-size: 16px;
  font-weight: 500;
  color: #CC7400;
  font-family: 'Roboto', sans-serif;
}
.subscribe {
  position: relative;
  overflow: hidden;
  width: 85%;

}
.subscribe input{
  color: white;
  font-size: 15px;
  font-weight: 400;
}
.subscribe input[type="email"] {
  font-size: 15px;
  font-weight: 500;
  padding: 11px 12px;
  width: 100%;
  outline: none;
  border: 1px solid #e5e5e5;
  background: #232C3E;
  border: none;
}
.subscribe a {
  border: none;
  text-transform: uppercase;
  top: 0px;
  right: 0;
  width: 20%;
  position: absolute;
  cursor: pointer;
  background: #e1b11e;
  display: block;
  height: 100%;
  overflow: hidden;
}
.subscribe a i {
  color: wheat;
  justify-content: center;
  align-items: center;
  display: flex;
  line-height: 37px;
  text-align: center;
  font-size: 20px;
}
.ft-bottom-right p,
.ft-bottom-left p{
  color: #fff;
}
.ft-bottom-left img {
  width: 240px;
  height: 25px;
}
.ft-bottom-right{
  text-align: right;
}
.ft-bottom-left{
  text-align: left;
  justify-content: space-around;
}
.row2 {
  border-top: 1px solid gray;
  padding-top: 50px;
  margin-top: 40px;
}

/*footer*/
/*prdocut-details*/
.home-page{
  padding-top: 250px;
  padding-bottom: 100px;
  overflow: hidden;
}
.home-img{
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.home-img::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.4;
  z-index: -1;
}
.page-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-text h4 {
  color: #CA6B27;
  font-weight: 600;
}
.page-text h2{
  color: #fff;
  font-weight: 700;
  font-size: 50px;
  padding-top: 10px;
}
.page-add ul{
  display: flex;
}
.page-add ul li{
   position: relative;
}
.page-add ul li a {
  margin: 0px 10px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}

.page-add ul li.page-active::after {
  content: '';
  position: absolute;
  height: 19px;
  width: 4px;
  background: #A05C25;
  left: 67px;
  top: 3px;
}
.page-add ul li a:hover{
  color: #A05C25;
}

/*our-team*/
.team-area{
  background: #F8F5F0;
}
.our-team{
    text-align: center;
}
.pic{
    position: relative;
    overflow: hidden;
}
.pic img{
    width: 100%;
    height: auto;
}
.social_media_team {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(142, 56, 8, 0.8);
  transition: all 0.35s ease 0s;
}
.team_social{
    list-style: none;
    padding: 0;
    height: 100%;
    position: relative;
    top:40%;
}
.team_social > li{
    display: inline-block;
    margin: 0 5px 5px 0;
}
.team_social > li > a{
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #fff;
    display: block;
    color:#fff;
    font-size: 18px;
    transition: all 1.3s ease 0s;
}
.team_social > li > a:hover{
    background: #fff;
    color:#de4f00;
    transition: all 1.3s ease 0s;
}
.team-prof {
  background: #fff;
  padding: 20px 0;
}
.post-title > a {
  text-transform: capitalize;
  color: #424242;
  transition: all 0.2s ease 0s;
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
}
.post-title > a:hover{
    text-decoration: none;
    color:#A05C25;
}
.post{
    color:#A05C25;
    font-size: 18px;
}
.pic:hover .social_media_team{
    top:0;
}
/*room page*/
.room1-single{
  margin-bottom: 30px;
}
.room1-single h4{
  margin-bottom: 10px;
}
.room1-single h4 a{
  color: #000;
}
.room1-single h4 a:hover{
  color: #A05C25;
}
.room1-img img{
  width: 100%;
  height: auto;
}


.room1-single .description {
  margin-top: 20px;
  display: inline-block;
}
.room1-single .description p{
   margin-bottom: 0;
  font-weight: 500;
  line-height: 1.5em;
  font-size: 14px;
}
.des-link {
  overflow: hidden;
  padding-top: 10px;
}
.des-link ul li {
  position: relative;
  float: left;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  color: #232323;
  margin: 3px 0;
  font-weight: 500;
  font-size: 14px;
}
.bot-text {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 10px 0;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.bot-text .bot-btn{
  float: right;
}
.bot-text .price{
  color: #232323;
  font-weight: 500;
  font-size: 14px;
}
.bot-text .aoutnt{
  font-size: 30px;
  font-weight: 600;
  color: #000;
}
/*room-page-2*/
.room-single-2 {
 position: relative;
 overflow: hidden;
 margin-bottom: 30px;
}
.room-single-2::before {
  position: absolute;
  pointer-events: none;
  content: '';
  z-index: 0;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(21, 21, 21, 0);
  background: -moz-linear-gradient(top, rgba(21, 21, 21, 0), rgba(21, 21, 21, 0.7));
}
.room-single-2 .room-img img{
  width: 100%;
}
.room-text{
  position: absolute;
  bottom: 28px;
  left: 50px;
}
.room-text h4 a{
  font-size: 30px;
  color:#fff;
  text-transform: capitalize;
}
.room-text h4 a:hover{
  color: #B18C46;
}
.room-text h5{
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 400;
}
.text-hover{
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  border: 2px solid #000;
  transition: all 0.5s ease-in-out;
  transform: scale(0.9,0.9);
  opacity: 0;
  visibility:hidden ;
}
.room-single-2:hover .text-hover{
  position: absolute;
  top: 0px;
  background: rgba(255, 255, 255, 0.94);
  width: 100%;
  height: 100%;
  opacity: 1;
  border: 2px solid #3d3b38;
  visibility: visible;
  transform: scale(1, 1);
  transition: all 0.5s ease-in-out;
  right: 0;
  left: 0;
  bottom: 0;
} 

.room-overly-text2 p {
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-hover .room-overly-text{
  padding: 16px 47px;
}
.room-overly-text h4 a{
  font-size: 30px;
  color:#000;
  text-transform: capitalize;
}
.room-overly-text h4 a:hover{
  color: #B18C46;
}
.room-overly-text h5{
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 33px;
}
/*pagination*/
.pagination-outer{ text-align: center; }
.pagination{
    display: inline-flex;
    position: relative;
}
.pagination li a.page-link {
  color: #000;
  background: transparent;
  font-size: 18px;
  font-weight: 500;
  line-height: 40px;
  height: 40px;
  width: 40px;
  padding: 0;
  margin: 0 5px;
  border: none;
  border-radius: 0;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.pagination li a.page-link:hover,
.pagination li a.page-link:focus,
.pagination li.active a.page-link:hover,
.pagination li.active a.page-link{
    color: #fff;
    background: transparent;
}
.pagination li a.page-link:before{
    content: '';
    background-color: #e7e7e7;
    height: 100%;
    width: 100%;
    transform: perspective(100px) rotateX(50deg);
    transform-origin: bottom center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.pagination li a.page-link:hover:before,
.pagination li a.page-link:focus:before,
.pagination li.active a.page-link:hover:before,
.pagination li.active a.page-link:before{
    background-color: #B18C57;
    transform: perspective(100px) rotateX(0);
}

/*room details*/
.details-content-up .description p{
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75em;
  color: #666;
}


.content-middle h4{
  font-weight: 600;
  color: #000;
  font-size: 20px;
}
.content-middle ul{
  margin-top: 10px;
}
.content-middle ul li {
  line-height: 35px;
  font-size: 15px;
  font-weight: 400;
  color: #666;
}
.content-middle ul li i {
  color: #AA8453;
  font-size: 18px;
  padding-right: 8px;
}
.details-bottom{
  margin-top: 40px;
}
.details-bottom h4{
  font-weight: 600;
  color: #000;
  font-size: 20px;
  margin-bottom: 10px;
}

.details-bottom p{
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75em;
  color: #666;
}

.booking-box{
  background: #F8F5F0;
  padding: 50px 45px;
} 

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #2c2e31;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dbd4d4;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control::placeholder {
  color: #2c2e31;
  opacity: 1;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border: 1px solid #9d723b!important;
  outline: none;
  box-shadow: none;
}
.booking-box .head-box h4{
  font-size: 27px;
  font-weight: 500;
  color: #222;
  border-bottom: 1px solid #ececec;
  padding-bottom: 15px;
}

 .booking-box .head-box h6{
    margin-bottom: 5px;
  }

  /*blog page*/
.post-slide{
    margin-bottom:45px;
    position:relative;
    background:#fff;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
}
.post-slide .over-layer{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
    background: rgba(0,0,0,0.6);
    transition: all 0.30s ease;
}
.post-slide:hover .over-layer{
    opacity:1;
}
.post-slide .post-link{
    margin:0;
    padding:0;
    position: relative;
    top:45%;
    text-align:center;
}
.post-slide .post-link li{
    display: inline-block;
    list-style: none;
    margin-right:20px;
}
.post-slide .post-link li a{
    color:#fff;
    font-size:20px;
}
.post-slide .post-link li a:hover{
    color: #ff8b3d;
    text-decoration:none;
}
.post-slide .post-date{
    position:absolute;
    top:10%;
    left:4%;
}
.post-slide .date{
    display: inline-block;
    border-radius: 3px 0 0 3px;
    padding: 5px 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background:#333;
    float: left;
}
.post-slide .month {
  display: inline-block;
  border-radius: 0 3px 3px 0;
  padding: 5px 13px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background: #9B6234;
}
.post-slide .post-content {
  padding: 20px;
}
.post-slide .post-title{
    margin:0 0 10px 0;
}
.post-slide .post-title a{
    font-size:18px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:capitalize;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#A8662B;
}
.post-slide .post-description{
    font-size: 14px;
    line-height:24px;
    color:#808080;
}
.post-slide .read-more{
    color:#333;
    font-size:14px;
    font-weight:bold;
    text-transform:uppercase;
    position: relative;
    transition: color 0.20s linear;
}
.post-slide .read-more:hover{
    text-decoration:none;
    color:#A05C2E;
}
.post-slide .read-more:after{
    content:"";
    position: absolute;
    width:30%;
    display: block;
    border-bottom:1px solid #A05C2E;
    transition: all 0.30s ease;
}
.post-slide .read-more:hover:after{
    width:100%;
}
.post-slide .post-bar{
    margin-bottom:0px;
    padding-top: 20px;
}
.post-slide .user, .post-slide .comment {
  color: #000;
  display: inline-block;
  padding-right: 5px;
  margin-right: 4px;
  font-weight: 400;
  font-size: 14px;
}
.post-slide .user > i, .post-slide .comment > i {
  margin-right: 5px;
  color: #bb6215;
}
.post-slide .user > a, .post-slide .comment > a {
  color: #C15307;
}
.post-slide .user > a:hover,
.post-slide .comment > a:hover,
.post-slide .like > a:hover{
    text-decoration: none;
}
.post-slide .like{
    padding-right: 10px;
    margin-right: 12px;
}
.post-slide .like > a{
    color:#bb6215;
    display: inline-block;
}
.post-slide .like > a > i{
    margin-right: 5px;
}


.content-heading h3 {
  color: #000;
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 18px;
}
.content-heading h3::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background: #A8662B;
  left: 0;
  margin: auto;
  bottom: 0;
}
.blog-image img{
  width: 100%;
  height: auto;
  position: relative;
}
.blog-text2 h4 a{
  font-size: 20px;
  font-weight: 400;
}
.subscribes{
    position: relative;
    overflow: hidden;
}
.subscribes input[type="search"] {
    border: 1px solid #A8662B;
    padding: 13px 15px;
    font-weight: 300;
    font-style: italic;
    color: #999999;
    font-size: 15px;
    width: 100%;
    border-radius:22px;
}
.subscribes input[type="submit"] {
    background: #A8662B;
    font-weight: 700;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 35%;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 22px;
}
.subscribes input[type="submit"]:hover{
    background:#FF9433;
    transition: all 0.3s ease;
}
.blog-widget{
  padding-top: 25px;
}
.f-single-item {
    display: flex;
    margin-bottom: 20px;
}
.f-single-item img {
   max-width: 100px;
   height: auto;
}

.f-blog-content {
    padding-left: 20px;
}
.f-blog-content a {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 10px;
   color: #191919;
}
.f-blog-content a:hover{
  color: #A8662B;
}
.f-blog-content p {
    color: #999999;
    font-weight: 300;
    font-style: italic;
    font-size: 13px;
}
.tagcloud a {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 13px;
  margin-right: 10px;
  margin-top: 10px;
  border: 2px solid #e8e4e4;
  color: #232323;
}

.tagcloud a:hover{
  background: #A8662B;
  border-radius: 5px;
  color: #fff;
}
.wt-post-readmore{
  padding-bottom: 15px;
  padding-left: 8px;
}
.wt-post-readmore a {
  font-size: 16px;
  font-style: italic;
  text-decoration: underline;
  color: #ffbc13;
}
.wt-post-readmore a:hover{
  color: #3e3434;
}
.site-button-link {
  display: inline-block;
  font-weight: 600;
}
.widget-list a {
  color: #333333;
  display: inline-block;
  padding: 7px 0;
  font-size: 15px;
  font-weight: 500;
}
.widget-list:hover span,
.widget-list:hover a{
  color: #FF7900;
}
.wt-pagintion {
  margin-top: 30px;
}
.wt-pagintion ul{
  display: flex;
  justify-content:start;
}
.wt-pagintion ul li a {
  color: #191919;
  padding: 10px 12px;
  font-size: 18px;
  border: 1px solid #ece2e2;
}
.wt-pagintion ul li a:hover{
  background: #ffbc13;
}
.wt-pagintion ul .active{
  background: #ffbc13;
}
.content-list {
  font-size: 20px;
  color: #333333;
  padding: 8px 0;
  font-weight: 500;
}
.content-list .text {
  font-weight: 400;
  width: 50%;
  font-size: 18px;
}
.content-list .value {
  color: #333333;
  font-size: 15px;
  font-weight: 500;
}

.comment-content{
  margin-top: 40px;
}
.comment-content h3 {
  color: #0F2A5B;
  padding-bottom: 22px;
  font-weight: bold;
  font-size: 23px;
  position: relative;
}

.comment-content  h3::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background: #A8662B;
  left: 0;
  margin: auto;
  bottom: 0;
}

.comment-single {
  display: flex;
  margin-top: 42px;
  border-bottom: 1px solid #CFD0D2;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-radius: 6px;
}
.comment-single img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #B5B5B5;
}
.cmnt-text {
  margin-left: 19px;
}
.cmnt-text h4 {
  color: #000;
  text-transform: capitalize;
}
.cmnt-text span {
  color: #444340;
  text-transform: uppercase;
  font-size: 14px;
  padding: 3px 0px;
  display: inline-block;
}
.cmnt-text p {
  width: 90%;
  padding-bottom:10px;
  font-size: 14px;
  line-height: 24px;
  color: #808080;
}
.cmnt-text a {
  text-transform: capitalize;
  text-decoration: none;
  padding: 7px 13px;
  border: 1px solid white;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #eaeaec;
  background: #B18C57;
}
.cmnt-text a:hover{
  border: 1px solid #B18C57;
  color: #B18C57;
  background: #fff;
  transition: all 0.3s ease;
}
.comment-form .form-control{
  margin-bottom: 20px;
}
.leave-comment{
  margin-top: 20px;
}
.leave-comment h3 {
  color: #0A0B0B;
  padding-bottom: 22px;
  font-weight: bold;
  font-size: 23px;
}

/* search-bar */
.search-bar h3{
  color: #0F2A5B;
  padding-bottom: 22px;
  font-weight: bold;
  font-size: 23px;
  position: relative;
  padding-left: 10px;
}
.search-bar h3::before {
  position: absolute;
  content: '';
  height: 29px;
  width: 2px;
  top: 0px;
  background: #0F2A5B;
  left: 0;
}
.search-bar form{
  position: relative;
}


.search-bar .nav-btn {
  position: static;
}
.search-bar .nav-btn .box-btn {
  top: 0;
  right: 0;
  position: absolute;
}

.search-bar .form-control {
  padding: 11px 13px;
}

.side-single-2{
  margin-top: 34px;
}
.item-single {
  display: flex;
  margin-top: 22px;
}
.item-single a img{
  width: 80px;
  height: 80px;
  border-radius: 5px;
}
.item-cnt{
  margin-left: 10px;
}
.item-cnt span{
  color: #59657B;
  font-style: italic;
  text-transform: uppercase;
  font-size: 14px;
  padding: 3px 0px;
  display: inline-block;
}
.item-cnt h5 a {
  color: #0F2653;
  text-transform: capitalize;
  font-size: 18px;
}
.item-cnt h5 a:hover {
  color: #49659B;
}

/* contact */
.contactus-page{
  background: #fff;
}
.cont-content{
  padding-top: 20px;
}
.contact-box{
  display: flex;
  padding-top: 30px;
}
.contact-box span i {
  font-size: 50px;
  color: #A27C23;
}
.address-txt {
  padding-left: 17px;
  padding-top: 7px;
}
.address-txt h4{
  font-size: 18px;
}
/*sponser-area*/

.sponser-area {
  position: relative;
  padding: 23px 2px;
  box-shadow: 0 0 21px rgba(198, 136, 17, 0.3);
  background: #F8F5F0;
}
.sponser-img img{
  display: inline-block;
  max-width: 100%;
  width:150px!important;
  height: auto;
  color: red;
}
.contact-form h2{
  color: #D82828;
  padding-bottom: 20px;
}

.section-heading2 h4 {
  color: #D82828;
  margin-left:0px ;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/*resipe-area*/
/*tabs*/
.resipe-title h4{
  padding: 20px 0;
}
.ui-tabs .ui-tabs-nav {
  padding: 1.2em 2.2em 0;
  margin: 0 auto;
  text-align: center;
  background: orange;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: 1px;
  padding-bottom: 9px;
  background: none;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  border-bottom-width: 0;
  padding: 0px;
  white-space: nowrap;
  border: none;
}


.tabs-description p{
  color: #000;
  font-size: 15px;
  font-weight: 400;
}
.ui-widget.ui-widget-content {
  border: none;
  background: #fff;
  box-shadow: 0px 0px 30px 0px #b9afa2;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  border: none;
  background: #172134;
  color: #fff;
  cursor: pointer;
}


#tabs ul li a {
  color: #fff;
  font-size: 17px;
  border: none;
  font-weight: 500;
}




.ui-tabs .ui-tabs-nav {
    padding: 1.2em 2.2em 0;
    margin: 0 auto;
    text-align: center;
    background: #f2f2f2;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
  background: #A05C25;
}


.resipe-list li{
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  position: relative;
  padding-left: 1.15rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75em;
  color: #666;
}

.resipe-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  font-size: 32px;
  line-height: 20px;
  color: #B18C57;
  content: "\2022";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

/*.video-single*/
.video-area{
  background: #F8F5F0;
}
.video-single {
  position: relative;
}
.video-single img{
  width: 100%;
  height: auto;
}

.video-single .technology-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  display: -moz-box;
  display: flex;
}

.login-form-2 {
  max-width: 420px;
  margin: 0 auto;
}
.form-container {
  padding: 40px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
}
.form-container .form-icon {
  color: #B5820B;
  font-size: 55px;
  text-align: center;
  line-height: 100px;
  width: 100px;
  height: 100px;
  margin: 0 auto 15px;
  border-radius: 50px;
  box-shadow: 7px 7px 10px #d28d50, -7px -7px 10px #c16809;
}
.form-container .title{
    color: #000;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin: 0 0 20px;
}
.form-container .form-horizontal .form-group{ 
  margin: 0 0 25px 0; 
}
.form-container .form-horizontal .form-group label {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 8px;
}
.form-container .form-horizontal .form-control{
    color: #000;
    background: #ecf0f3;
    font-size: 15px;
    height: 50px;
    padding: 20px;
    letter-spacing: 1px;
    border: none;
    border-radius: 50px;
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px #fff;
    display: inline-block;
    transition: all 0.3s ease 0s;
}
.form-container .form-horizontal .form-control:focus{
    box-shadow: inset 6px 6px 6px #cbced1, inset -6px -6px 6px #fff;
    outline: none;
}
.form-container .form-horizontal .form-control::placeholder{
    color: #808080;
    font-size: 14px;
}
.form-container .form-horizontal .btn {
  color: #fff;
  background-color: #80B500;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  padding: 12px 15px 11px;
  border-radius: 20px;
  box-shadow: 6px 6px 6px #4d4d4d, -6px -6px 6px #605d5d;
  border: none;
  transition: all 0.5s ease 0s;
  font-family: 'Poppins', sans-serif;
}
.form-container .form-horizontal .btn:hover,
.form-container .form-horizontal .btn:focus{
    color: #fff;
    letter-spacing: 3px;
    box-shadow: none;
    outline: none;
}
.blog-section{
  background: #F8F5F0;
}

/*appointment area*/

.appoinment-area{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  width:100%;
  background-attachment: fixed;
}
.right_conatct_social_icon {
  background: linear-gradient(to top right, #ececec -10%, #F8F5F0 100%);
}
.contact_us{
    background-color: #f1f1f1;
    padding: 120px 0px;
}

.contact_inner{
    background-color: #F8F5F0;
    position: relative;
    border-radius: 25px;
}
.contact_field{
    padding: 60px 340px 90px 100px;
}
.right_conatct_social_icon{
    height: 100%;
}

.contact_field h3{
   color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}
.contact_field p{
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}

.contact_info_sec {
    position: absolute;
    background-color: #fff;
    right: 1px;
    top: 18%;
    height: 340px;
    width: 340px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
}
.contact_info_sec h4{
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.info_single{
    margin: 30px 0px;
}
.info_single i{
    margin-right: 15px;
}
.info_single span{
    font-size: 14px;
    letter-spacing: 1px;
}


.socil_item_inner li{
    list-style: none;
}
.socil_item_inner li a{
    color: #A17D50;
    margin: 0px 15px;
    font-size: 14px;
}
.socil_item_inner{
    padding-bottom: 10px;
}

.room-overly-text2 h5 {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 6px;
}