:root {
  --font-default:  "Hind", sans-serif;
  --font-primary:  "Vidaloka", serif;

}

:root {
  --color-default: #000000;
  --color-primary: #ffffff;
  --color-secondary: #fe5621;
  --color-pgh: #cccccc;
}

:root {
  --background-default:#000000;
}

:root {
  scroll-behavior: smooth;
}

/*----------------------------------------------------------
 Body
-----------------------------------------------------------*/
*,
*:before, 
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
  box-sizing: border-box;
}
:focus {
  outline: none;
}

/*----------------- General---------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p,ul,li {
  margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}

.clr-pad {
  padding: 0px 0px !important;
}
.clr-pad1 {
  padding: 1px 1px !important;
}
.sections-bg {
  background-color: #000000;
}
/*----------------common css-----------------*/

.gn-head{
  font-family: var(--font-primary);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 45px;
  margin: 0px 0px 20px 0px;
}

.gn-pgh{
  font-family: var(--font-default); 
  font-size: 14px;
  color: var(--color-pgh);
  margin: 0px 0px 20px 0px;
  max-width: 600px;
  font-weight: 400;
}
.gn-prgh{
  font-family: var(--font-default); 
  font-size: 14px;
  color: var(--color-pgh);
  margin: 0px 0px 0px 0px;
  max-width: 600px;
  font-weight: 400;
}
.gn-subhead{
  font-family: var(--font-primary);
  color: #fff;
  margin: 0px 0px 20px 0px;
  font-size: 25px;
}


.header_section{
  background-color: #ffff;
 padding: 10px 0px 40px 0px;
}
.custom_nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 99999;
  padding: 0;
  height: 100%;
}
.custom_nav-container .logo-resposive {
  /* Your logo container styles */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.custom_nav-container .name_style {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom_nav-container .name_style h6 {
  color: #f7941d;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  text-transform: uppercase;
  letter-spacing: -7px;
  margin: 0;
}
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0px 25px;
  color: #fefeff;
  text-align: center;
  font-family:var(--font-default);
}
.custom_menu-btn span {
  display: block;
  width: 35px;
  height: 1.5px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-header-item{
  padding: 70px 0px 0px 0px;
 
}
.nav-header-item .nav-item .nav-link{
  color: #000 !important;
  font-size: 14px;
  font-family: var(--font-default);
  margin: 0px 15px 0px 15px;
}
.menu_btn-style {
  position: fixed;
  left: 9.5px;
  top: 16.5px;
}
.menu_btn-style button {
  margin-top: 12px;
  outline: none;
  border: none;
  background-color: transparent;
}
.menu_btn-style span {
  display: block;
  width: 35px;
  height: 4.5px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu_btn-style button {
  -webkit-transform: translateX(14px);
          transform: translateX(14px);
}
.menu_btn-style button .s-1 {
  -webkit-transform: rotate(45deg) translateY(16px);
          transform: rotate(45deg) translateY(16px);
}
.menu_btn-style button .s-2 {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
.menu_btn-style button .s-3 {
  -webkit-transform: rotate(-45deg) translateY(-16px);
          transform: rotate(-45deg) translateY(-16px);
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 86%);
  overflow-x: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.overlay .closebtn {
  position: absolute;
  top: 0;
  right: 30px;
}
.overlay a {
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 10px 0;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1.5px solid #ffffff2b;
  border-radius: 5px;
  width: 190px;
}
.overlay a:hover, .overlay a.active {
  border-color: transparent;
  background-color: #ffffff;
  color:#5f8e3e;
  font-weight: 700;
  font-family: var(--font-primary);
}
.menu_btn-style {
  display: none;
}
.overlay-content {
  position: relative;
  top: 20%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu_width {
  width: 100%;
}
.scroll-y-hidden {
  overflow-y: hidden;
}
.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.custom_menu-btn button {
  margin-top: -110px;
  outline: none;
  display: none !important;
  border: none;
  color: ;
  background-color: transparent;
  float: left;
}

/*----------------slider section--------------------*/

.slider-container {
  position: relative;
}
.slider-video-container{
  position: relative;
}
 .owl-carousel.owl-loaded {
  display: block;
}
 .owl-carousel.owl-loaded {
  display: block;
}
.slider-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.slide-1 {
  background-image:url(../images/slider/Banner.webp);
}
.slide-2 {
  background-image:url(../images/slider/Banner.webp);
}
.slide-3 {
  background-image:url(../images/slider/Banner.webp);
}
.slider-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  position: relative;
  width:100%;
}
.slider-img:before {
  content:'';
  background:rgba(0,0,0,0.3);
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
}
.slider-caption { 
  position: absolute;
 left: 0;
 top: 50%;
 right:0;
 text-align:center;
 color:#0000;
 padding: 0 54px;
 z-index:2;

  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-caption h2{
 font-size:45px;
  font-family: var(--font-primary);
  color: #fff;
  letter-spacing: 2px;
  margin: 0px 0px 0px 0px;
  animation: ani 5s;
  font-weight: 400;
}
.slider-caption p{
  font-size:30px;
  color: #f3f3f3; 
  font-weight: 200;
  text-decoration: none;
  font-family: var(--font-primary);
  margin: 0px 0px 20px 0px;
} 

.slider-container .owl-theme .owl-dots {
  position: absolute;
  right: 0;
  left: 0;
  display: none;
  text-align: center;
  bottom: 0px;
  z-index: 20;
  width: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider-container .owl-theme .owl-dots .owl-dot {
  zoom: 1;
  display: inline-block;
}
.sliderowl img{
  animation: zoom-in-zoom-out 5s ease infinite;
  position: relative;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes imgRotate{
  100% {
    transform: rotate(360deg);
}
}
/*----------------- navbar section -----------*/

.navbar-section{
  position: absolute;
  z-index: 9;
  width: 100%;
  top:30px;
}
.main-navbar{
  padding: 5px 0px;
  border-radius: 100px; 
  box-shadow: 0px 1px 10px rgba(0,0,0,0,.34);
  max-width: 900px;
}
.header {
 
  background: #fafafa;
}
.my-logo-image{
  padding: 10px 0px 0px 0px;
  display: flex;
 
  align-items: center;
}

.navbar-expand-lg .navbar-nav .nav-link{
  color: #ffffff;
} 
.hdr-icon{
  float: left;
  display: flex;
  align-items: center;
  position: relative;
      margin: 5px 0px 0px 0px;
}
.hdr-icon::after{
  content: "";
    width: 1px;
    height: 100%;
    display: block;
    background-color: #878787;
    position: absolute;
    right: -75px;
    top: 0px;
}
.hdr-icon a{
  color: #5f8e3f;
  font-size: 18px;
 
  font-family: var(--font-default);
}
.icon-p{
  margin: 0px 10px 0px 0px;
}
.hdr-icon span{
  font-size: 16px;
  color: #5c402a;
  font-weight: 600;
  font-family: var(--font-default);

}
.follo{
  font-size: 16px;
  color: #5c402a;
  font-weight: 600;
  font-family: var(--font-default);
  margin: 0px 0px 0px 53px;
}
.icon-p i{
  font-size: 30px;
  color: #5f8e3f;
  float: left;
  margin: 0px 0px 0px 13px;
}

.scl-mda{
  display: flex !important;
  justify-content:center !important;
  align-items: center !important;
 
}
.social-media a{
  font-size: 16px !important;
  font-family: var(--main-font);
  text-decoration: none;
  color: #5f8e3f !important;
}
.social-media .btn-ftr-fa{
  font-size: 12px;
  font-family: var(--font-default);
  text-decoration: none;
  color: #5f8e3f !important;
}


.social-media .btn-ftr-twtr{
  font-size: 12px;
  font-family: var(--font-default);
  text-decoration: none;
  color: #5f8e3f !important; 
}

.social-media .btn-ftr-linkdn{
  font-size: 12px;
  font-family: var(--font-default);
  text-decoration: none;
  color: #5f8e3f !important;
}

.social-media .btn-ftr-pntrst{
 font-size: 12px;
  font-family: var(--font-default);
  text-decoration: none;
  color: #5f8e3f !important;
}

.social-media{
  padding: 0px 10px 0px 0px;
  float: left;

}

/*----------------------About Section----------------------*/

.about-section{
  padding: 80px 0px 70px 0px;
  background-color: #fff;
  position: relative;
}
.about{
  padding: 0px 0px 40px 0px;
  background-color: #608f3f;
}


.about .about-text p{
  text-transform: capitalize;
  padding: 50px 0px 0px 0px;
  max-width: 500px;
}
.about-btn{
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin: 0px 0px 30px 0px !important;
  text-decoration: none;
}
.btn-read{
  background-color:#4dd30e ;
  border-radius: 1px;
  padding: 10px;
  border: none;
  margin: 20px 0px 20px 0px ;
}
.btn-rd{
  background-color:#4dd30e ;
  border-radius: 1px;
  padding: 10px 20px 10px 20px;
  border: none;
}
.block {
  border-right: 2px solid #fff;
  height: 18vh;
  margin: 30px;
  position: relative;
  overflow: hidden;
  background: #608f3f;
}
.text {
  font-size: 130px;
  text-transform: uppercase;
  font-family: Orbitron;
  display: inline-block;
  white-space: nowrap;
  color: #ffffff17;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.smalltext {
  color: orange;
}
.anim {
  transform: translateX(0) translateY(-50%);
  animation-name: scrolling;
/*  animation-duration: 5s; */
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
  left: 50%
}
@keyframes scrolling {
  0% {transform: translateY(-50%) translateX(0); left: 0%}
  15% {transform: translateY(-50%) translateX(0); left: 0%}
  85% {transform: translateY(-50%) translateX(-100%); left: 100%}
  100% {transform: translateY(-50%) translateX(-100%); left: 100%}  
}

/*-----------------------sub section-------------------*/

.sub-section{
  padding: 60px 0px 40px 0px;
  background-image:url(../images/blog/03.jpg) ;
  position: relative;
}
.sub-section-top .gn-head{
  margin: 0px 0px 0px 0px;
  color: var(--color-default);
}
.sub-section-top-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 0px 50px 0px;
}
.sub-section-text .gn-pgh {
  text-transform: capitalize;
  margin: 50px 0px 50px 0px;
  max-width: 550px;
  letter-spacing: 2px;
  color: var(--color-default);
}
.sub-section-icon{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 0px 10px 0px;
}
.sub-section-bottom h3{
  font-family: var(--font-primary);
  color: var(--color-default);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0px 0px 20px 0px;
  font-size: 38px;
}
.sub-section-bottom p{
  text-transform: uppercase;
  font-family: var(--font-default); 
  font-size: 15px;
  text-align: center;
  letter-spacing: 2px;
  color: var(--color-default);
  margin: 0px 0px 60px 0px;
  font-weight: 600;
}
.sub-section-i{
  display: flex;
  justify-content: center;
  align-items: center;
}

/*---------------Service Section-------------*/

.service-section{
  padding: 60px 0px 100px 0px;
  background-color:#608f3f ;
  position: relative;
}
.service-section-top .gn-head{
  margin: 0px 0px 20px 0px;
  font-size: 32px;
  color: var(--color-primary);
}
.service-section-top .gn-pgh{
  text-transform: capitalize;
  text-align: center;
  max-width: none;
  
  margin: 0px 0px 70px 0px !important;
  color: #edebeb !important;
  font-size: 13px !important;
}
.room-car {
  font-family:var(--font-default);
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  background-color: #608f3f;
}
.room-car * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.room-car img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
}
.room-car:after,
.room-car .room-cap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.room-car:after {
  content: '';
  background-color:rgba(96, 143, 63, .45);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
}
.room-car .room-cap {
  z-index: 1;
  padding: 65px;
}
.divider{
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  border-bottom: 2px solid #acabab;

}
.room-car h3 span{
  float: right;
}
.room-car h3,
.room-car .links {
  width: 100%;
  margin: 5px 0;
  padding: 0;
}
.room-car h3 {
  line-height: 1.1em;
  font-weight: 400;
  font-size: 1.4em;
  margin: 0px 0px 20px 0px;
  text-transform: uppercase;
  opacity: 0;
}
.room-car p {
  font-size: 0.8em;
  font-weight: 300;
  letter-spacing: 1px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.room-car a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.room-car:hover img,
.room-car.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
.room-car:hover:after,
.room-car.hover:after {
  opacity: 1;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.room-car:hover h3,
.room-car.hover h3,
.room-car:hover .divider,
.room-car.hover .divider,
.room-car:hover i,
.room-car.hover i {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1;
}
.service-section .owl-carousel .owl-nav.disabled {
  display: flex !important;
  justify-content: center;
  color: #fff;
  align-items: center;
}
.services{
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-carousel  .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 40px 7px 0px 7px;
  display: flex;
  justify-content: center;
  color: #fff !important;
  border-radius: 50px;
  border: 1px solid #fff !important;
  font-size: 16px;
  transition: .3s;
}
.service-carousel  .owl-nav button.owl-next, .owl-carousel button.owl-dot {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 40px 7px 0px 7px;
  display: flex;
  justify-content: center;
  color: #fff !important;
  border-radius: 50px;
  border: 1px solid #fff !important;
  font-size: 16px;
  transition: .3s;
}
.service-carousel .owl-item.center .item img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.service-carousel .owl-item .item img {
  -webkit-transition: 0.3s;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.90);
  -ms-transform: scale(0.90);
  transform: scale(0.90);
}
/*---------------Lower Section-------------*/
.lower-section{
  padding: 60px 0px 60px 0px;
  background-color: #5f8e3e;
  position: relative;
}
.lower-section-top .gn-head{
  margin: 0px 0px 20px 0px;
  font-size: 32px;
  color: var(--color-primary);
}
.lower-section-top .gn-pgh{
  text-transform: capitalize;
  text-align: center;
  letter-spacing: 1px;
  max-width: none;
  font-family: var(--font-default);
font-weight: 400;
font-size: 14px;
  margin: 0px 0px 70px 0px !important;
  color: var(--color-primary);
}
.lower-section-top h5{
  font-family: var(--font-default); 
  font-size: 17px;
  color: var(--color-pgh);
  margin: 0px 0px 30px 0px;
  font-weight: 500;
  text-align: center;
}

#service{
  position: relative;
  padding: 90px 0px;
}
#service .ct-hd{
  margin: 0px 0px 80px 0px;
}
.section_title {
  margin-bottom: 40px;
}

.section_title h2 {
  color: #333333;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.brand_border .fa.fa-minus {
    color: #fff;
    font-size: 8px;
    height: 2px;
        background: #F8C01B none repeat scroll 0 0;
    width: 100px;
}
.brand_border .fas.fa-handshake {
    font-size: 14px;
        color:#000000;
}


.section_title p {
  color: #333333;
  font-size: 14px;
  line-height: 25px;
  padding: 14px 0;
}

.choose_us .section_title {
    margin-top: 45px;
}
#service .single_service {
  padding: 20px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}

#service .single_service:hover{
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.4);
}

#service .icon {
  
  border-radius: 5%;
  color: #333333;
  font-size: 35px;
  line-height: 65px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  width: 70px;
  padding: 5px;
}


#service .single_service .single_service-left {
  padding-right: 25px;
}

.single_service-heading {
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}

.single_service-body p {
  font-family: var(--font-default);
  font-size: 13px;
  line-height: 20px;
  margin: 10px 0px 0px 0px ;
}

.single_service-left {
  display: table-cell;
  vertical-align: top;
}
.single_service-body {
  color: #333333;
  display: table-cell;
  vertical-align: top;
}
.hvr-curl-top-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}
#service .single_service:hover {
    background: #5f8e3e none repeat scroll 0 0;
  
}

.single_service:hover .single_service-heading {
  color: #ffff; 
}
.single_service:hover p{
  color: #ffff; 
}
#security-hover-img {
  display: none;
}

.single_service:hover #security-img {
  display: none;
}

.single_service:hover #security-hover-img {
  display: inline-block;
}
/*---------------Booking Section-------------*/

.book-section{
  padding: 60px 0px 0px 0px;
  background-color: var(--color-primary);
  position: relative;
}
.book-section-top .gn-head{
  margin: 0px 0px 20px 0px;
  font-size: 32px;
  color: var(--color-primary);
}
.book-section-top .gn-pgh{
  text-transform: uppercase;
  text-align: center;
  max-width: none;
  margin: 0px 0px 70px 0px !important;
  color: var(--color-primary);
}
.book-image{
  display: flex;
  justify-content: center;
  align-items: center;
}
.date-picking h5{
  font-family: var(--font-default); 
  font-size: 17px;
  color: var(--color-pgh);
  font-weight: 300;
  text-align: center;
  margin: 0px 0px 60px 0px;
}
.date-picking h4{
  font-family: var(--font-default); 
  font-size: 17px;
  color: var(--color-pgh);
  font-weight: 500;
  text-align: center;
  margin: 0px 0px 0px 0px;
}

.footer-section{
  background-image:url(../images/blog/03.jpg) ;
  padding: 60px 0px;
  position: relative;
}
.f-para{

  margin: 20px 0px 20px 0px;
  font-size: 15px;
  
  font-family:'Poppins', sans-serif;;
  font-weight: 400;    
}
.first-section li{
  list-style: none;
  font-family:var(--font-default);
  font-size: 34px;
  letter-spacing: 6px;
  margin: 0px 0px 25px 0px;
  color: #000000e3s;  
}
.roman-section li span{
  font-size: 30px;
}
.first-section li span{
  font-size: 15px;
  margin: 0px 35px 0px 0px;
}
.roman-section{
  list-style: none;
  font-size: 25px;
  line-height: 60px;
}
.second-section li{
  list-style: none;
  margin: 0px 0px 26px 0px;
  font-size: 15px;
  letter-spacing: 2px;
  font-family:var(--font-default);
  font-weight: 400;    
}
.second-section li a{
  color: #525354 !important;    
}
.more-about-btn{
  margin: 0px 0px 40px 0px;
}
.my-marg{
  margin: 0px 0px 20px 0px !important;
}
.second-section{
  padding: 0px 0px 0px 40px;
}
.second-section h1{
  margin: 0px 0px 20px 0px ;
  font-family:var(--font-primary);
  font-size: 30px;
  letter-spacing: 3px;  
}
.second-section p{
  font-family: var(--font-default);
  font-size: 13px;
  letter-spacing: 2px;
}
/* .third-section{+
    background-color: rgb(214, 210, 210);
    margin: 0 ;

} */
 
.third-section h1{
  font-family:var(--font-primary);
  font-size: 23px;
  padding: 0 100px;
  letter-spacing: 2px;
  margin: 0px 0px 40px 0px;
  text-align: center;  
}
.second-section a{
  margin: 0px 0px 40px 0px;
}
.footer-button{
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 25px;
  margin: 0px 0px 40px 0px;
  font-family:var(--font-primary);
  color: black;
}
.third-section h6{
  font-size: 15px;
  font-family: var(--font-default);
  text-align: center;
  margin: 0px 0px 30px 0px;
  font-size: 13px;
  letter-spacing: 2px;
}
.logos i {
  font-size: 24px;
  color: rgb(50, 170, 50);
  margin: 21px 25px 0px 8px;
}
.logos{
  text-align: left;  
}
.para-section{
  
  text-align: center;
  margin: 0px 0px 40px 0px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
}
.para1-section {
 
  text-align: center;
  
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
}
.para1-section p a{
  color: #000;
  text-align: center;
  margin: 0px 0px 130px 0px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
}



/* #Date Picker

================================================== */
#flight-datepicker,
#flight-datepicker-1 {
  position: relative;
  display: block;
  width: 100%;
}
#flight-datepicker .form-item,
#flight-datepicker-1 .form-item {
  position: relative;
}
#flight-datepicker label,
#flight-datepicker-1 label {
  display: block;
  color: white;
}
#flight-datepicker input,
#flight-datepicker-1 input {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  padding-left: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  text-align: left;
  color: #fff;
  border: solid 1px rgba(255,255,255,.1);
  outline: none;
  cursor: pointer;
  background-color: transparent;
  transition: border-color .2s ease-out;
}
#flight-datepicker input:hover,
#flight-datepicker-1 input:hover {
  border-color: rgba(255,255,255,.3);
}
#flight-datepicker input:hover,
#flight-datepicker input:active,
#flight-datepicker input:focus,
#flight-datepicker-1 input:hover,
#flight-datepicker-1 input:active,
#flight-datepicker-1 input:focus {
  outline: none;
  box-shadow: none;
}
#flight-datepicker input:first-child, 
#flight-datepicker input:last-child,
#flight-datepicker-1 input:first-child,
#flight-datepicker-1 input:last-child {
  border-radius: 0;
}
#flight-datepicker input::-webkit-input-placeholder,
#flight-datepicker-1 input::-webkit-input-placeholder {
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 1px;
  transition: color .2s .2s ease-out;
}
#flight-datepicker input:-moz-placeholder,
#flight-datepicker-1 input:-moz-placeholder {
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 1px;
  transition: color .2s .2s ease-out;
}
#flight-datepicker input::-moz-placeholder,
#flight-datepicker-1 input::-moz-placeholder {
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 1px;
  transition: color .2s .2s ease-out;
}
#flight-datepicker input:-ms-input-placeholder,
#flight-datepicker-1 input:-ms-input-placeholder {
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 1px;
  transition: color .2s .2s ease-out;
}
#flight-datepicker input:focus::-webkit-input-placeholder,
#flight-datepicker-1 input:focus::-webkit-input-placeholder {
  color: transparent;
  transition: color .2s ease-out;
}
#flight-datepicker input:focus:-moz-placeholder,
#flight-datepicker-1 input:focus:-moz-placeholder {
  color: transparent;
  transition: color .2s ease-out;
}
#flight-datepicker input:focus::-moz-placeholder,
#flight-datepicker-1 input:focus::-moz-placeholder {
  color: transparent;
  transition: color .2s ease-out;
}
#flight-datepicker input:focus:-ms-input-placeholder,
#flight-datepicker-1 input:focus:-ms-input-placeholder {
  color: transparent;
  transition: color .2s ease-out;
}
#flight-datepicker .date-text,
#flight-datepicker-1 .date-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  top: calc(100% + 6px);
  font-size: 12px;
  color: white;
}
.datepicker-dropdown:after {
  border-bottom: 6px solid rgba(0,0,0,.9);
}
.datepicker-dropdown.datepicker-orient-top:after {
  border-top: 6px solid rgba(0,0,0,.9);
}
.datepicker.dropdown-menu {
  padding: 0;
  background-clip: border-box;
  border: none;
  background-color: rgba(0,0,0,.9);
  border-radius: 0;
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.4);
  -webkit-animation: popup .2s ease-out forwards;
          animation: popup .2s ease-out forwards;
}
.datepicker.dropdown-menu.datepicker-orient-top {
  margin-top: -30px;
}
.datepicker.dropdown-menu.datepicker-orient-bottom {
  margin-top: 30px;
}
.datepicker.dropdown-menu table {
  background-color: transparent;
}
.datepicker.dropdown-menu table thead {
  background-color: rgba(0,0,0,.3);
}
.datepicker.dropdown-menu table thead tr {
  border-top: 0;
}
.datepicker.dropdown-menu table tbody {
  background-color: transparent;
}
.datepicker.dropdown-menu table tr {
  border-top: 1px solid rgba(0,0,0,.3);
}
.datepicker.dropdown-menu table tr td, .datepicker.dropdown-menu table tr th {
  width: auto;
  height: 24px;
  padding: 6px;
  font-size: 14px;
  color: #fff;
  background-color: transparent;
  border-radius: 0;
  transition: background-color .6s ease-out;
}
.datepicker.dropdown-menu table tr td:hover, .datepicker.dropdown-menu table tr td.active:hover, .datepicker.dropdown-menu table tr td:active:hover, .datepicker.dropdown-menu table tr th:hover, .datepicker.dropdown-menu table tr th.active:hover, .datepicker.dropdown-menu table tr th:active:hover {
  border-radius: 0;
  transition: background-color .2s ease-out;
  color: #fff;
}
.datepicker.dropdown-menu table tr td.focused, .datepicker.dropdown-menu table tr td.selected, .datepicker.dropdown-menu table tr th.focused, .datepicker.dropdown-menu table tr th.selected {
  border-color: rgba(0,0,0,.3);
  border-radius: 0;
  color: #fff;
}
.datepicker.dropdown-menu table tr td.active, .datepicker.dropdown-menu table tr td.active:focus, .datepicker.dropdown-menu table tr td.active.active:hover, .datepicker.dropdown-menu table tr td:active:focus, .datepicker.dropdown-menu table tr td.highlighted, .datepicker.dropdown-menu table tr th.active, .datepicker.dropdown-menu table tr th.active:focus, .datepicker.dropdown-menu table tr th.active.active:hover, .datepicker.dropdown-menu table tr th:active:focus, .datepicker.dropdown-menu table tr th.highlighted {
  border-color: rgba(0,0,0,.3);
  color: #fff;
}
.datepicker.dropdown-menu table tr th.datepicker-switch {
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #ffffff;
  background-color: inherit;
  border-radius: 0;
}
.datepicker.dropdown-menu table tr th.prev,
.datepicker.dropdown-menu table tr th.next {
  color: #ffffff;
  background-color: rgba(0,0,0,0);
  border-radius: 0;
  font-weight: 300;
  font-size: 15px;
}
.datepicker.dropdown-menu table tr th.dow {
  padding: 2px 12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 2;
  color: #ffffff;
  background-color: rgba(0,0,0,0);
  border-top: 1px solid rgba(0,0,0,.7);
  border-radius: 0;
}
.datepicker.dropdown-menu table tr td.day {
  width: 24px;
  border-right: 1px solid rgba(0,0,0,.3);
}
.datepicker.dropdown-menu .old:hover {
  background-color: transparent !important;
}
.datepicker.dropdown-menu table tr td.day:last-child {
  border-right-width: 0;
}
.datepicker.dropdown-menu table tr td.range {
  background-color: rgba(0,0,0,0);
}
.datepicker.dropdown-menu .new,
.datepicker.dropdown-menu .old,
.datepicker.dropdown-menu .disabled,
.datepicker.dropdown-menu .disabled:hover {
  color: #888;
}
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}





/* #Parallax
================================================== */

.section-calender{
  padding: 60px 0px 90px 0px;
  background-color: #fff;
}

#flight-datepicker-1 input {
  margin: 0;
  padding: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: 'Roboto', sans-serif;
  background-color: rgba(32,32,32,.9);
  font-size: 40px;
  line-height: 140px;
  width: 100%;
  height: 140px;
  text-transform: none;
  letter-spacing: 1px;
  font-weight: 200;
  text-align: center;
  color: #e6e6e6;
  border: 1px solid rgba(0,0,0,.3);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; 
}
#flight-datepicker-1 input:focus,
#flight-datepicker-1 input:active,
#flight-datepicker-1 input:hover {
  border-width: 5px;
}
#flight-datepicker-1 .form-item {
  display: inline-block;
  width: 50%;
  float: left;
}
#flight-datepicker-1 input::-webkit-input-placeholder {
  color: #e6e6e6;
  font-size: 20px;
  line-height: 140px;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
#flight-datepicker-1 input:-moz-placeholder {
  color: #e6e6e6;
  font-size: 20px;
  line-height: 140px;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
#flight-datepicker-1 input::-moz-placeholder {
  color: #e6e6e6;
  font-size: 20px;
  line-height: 140px;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
#flight-datepicker-1 input:-ms-input-placeholder {
  color: #e6e6e6;
  font-size: 20px;
  line-height: 140px;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.booking-button-big{
  position: relative;
  color: #fff;
  display: inline-block;
  width: 100%;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  outline: none;
  text-align: center;
  padding-top: 52px;
  padding-bottom: 52px;
  margin: 0;
  background-color: #060606;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; 
  text-decoration: none;
}
.booking-button-big:hover{
  color: #fff;
  text-decoration: none;
}

.quantity {
  position: relative;
}
.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button{
  -webkit-appearance: none;
  margin: 0;
}
.quantity input[type=number]{
  -moz-appearance: textfield;
}
.quantity input {
  width: 100%;
  height: 140px;
  font-weight: 300;
  font-size: 40px;
  line-height: 140px;
  display: block;
  color: #e6e6e6;
  padding: 0;
  margin: 0;
  margin: 0;
  text-align: center;
  border: 1px solid rgba(0,0,0,.3);
  background-color: rgba(32,32,32,.9);
  background-image: url('../images/icons/user.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80px 80px;
}
.quantity input:focus {
  outline: 0;
}
.quantity-nav {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 20;
}
.quantity-button {
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 50px;
  display: block;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.quantity-button.quantity-up {
  background-image: url('../images/icons/up.svg');
  background-position: top center;
}
.quantity-button.quantity-down {
  background-image: url('../images/icons/down.svg');
  background-position: bottom center;
}

.bg-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #a0cd80;
  width: 100%;
  height: 100px;
}
.divider--shape-2down{
  width: 124px;
  height: 13px;
  background: url(../images/banner/arrow-down.png) center no-repeat;
  position: absolute;
  bottom: -203px;

  left: 50%;
  margin-left: -62px;
}
.divider--shape-1down {
  width: 124px;
  height: 13px;
  background: url(../images/banner/arrow-down.png) center no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -62px;
}
.title--heading{
  font-family: var(--font-primary);
  color: #fff;
  font-size: 20px !important;
 padding: 30px 0px 0px 0px;
}
.title--heading h1{
  font-family: var(--font-primary);
  color: #fff;
  font-size: 25px !important;
  
}

/*.map {
    filter: grayscale(100%) invert(92%) contrast(83%);
}*/
.map-section{
    position: relative;
    padding: 60px 0px 0px 0px; 
}
.contact-reser-book{
    background-color: #5f8e3e ;
    height: 450px;
    color: white;
   
}
.open{
  padding: 30px 0px 0px 60px;
}
.drop{
  padding: 40px 0px 0px 60px;
}
.phone-icon{
  padding: 50px 0px 0px 50px;
}
.drop-a-line{
    background-color:#be9a78;
    height: 450px;
    color: white;
}
.clear-pad-rgt0{
    padding: 0px 0px 0px 0px;
}
.Contact h1{
  font-size: 35px;
    margin: 0px 0px 46px 0px;
    font-family: 'Playfair Display', serif;
    
}
.Contact{
  padding: 20px 15px 0px 60px;
  margin: 0px 0px 20px 0px ;
}
.Contact p{
    margin: 0px 0px 56px 0px;
    font-family: 'Poppins', sans-serif;

}
.Contact p a{
  color: #fff;
}
.drop h1{
  font-size:35px ;

    margin: 0px 0px 40px 0px;
    font-family: 'Playfair Display', serif;
}
.drop p{
    margin: 0px 0px 40px 0px;
    font-family: 'Poppins', sans-serif;

}
.drop p a{
    
    font-family: 'Poppins', sans-serif;
    color: #fff;

}
.contact1{
  padding: 60px 0px ;
  max-width:720px;
}


.ct-hd h4{
  text-transform: uppercase;
  color:#999;
  display: block;
  font-weight: 300;
  letter-spacing: 3px;
  font-size: 14px;
  font-family: var(--font-default);
  padding: 20px 0px 0px 0px;
}
.ct-hd hr{
  width: 70px;
  color: #165413 !important;
  height: 1px;
  margin: 15px 0px 5px 0px ;
}
.ct-hd h1{
  font-family: var(--font-primary);
    font-weight: 300;
   text-transform: capitalize;
    line-height: 1.25;
    color: #363636;
    font-size: 40px;

}
.contact-table{
  padding: 60px 0px;
}

.contact-table h4{
  font-size: 25px;
  font-family: var(--font-primary);
  font-weight: 500;
  margin: 0px 0px 40px 0px;
  text-align: center;
}
.form input{
  position:relative;
  font-family: 'Roboto', sans-serif;
  width: 100%;
  font-family: ;
  padding: 0px 20px 0px 20px ;
  font-weight:400;
  letter-spacing:1px;
  font-size: 13px;
  line-height:24px;
  padding-bottom: 15px;
  background:transparent;
  border:none;
  color: #737373;
  text-align: center;
  -webkit-transition: border-bottom 0.3s, color 0.3s;
  transition: border-bottom 0.3s, color 0.3s;
  margin: 60px 0px 0px 0px ;
}
.form textarea {
  width: 100%;
  padding: 0px 20px 0px 20px ;
  font-weight:400;
  letter-spacing:1px;
  font-size: 13px;
  line-height:24px;
  text-align: center;
  background:transparent;
  height:100px;
  border:none;
  color: #737373;
  -webkit-transition: border-bottom 0.3s, color 0.3s;
  transition: border-bottom 0.3s, color 0.3s;
  margin: 30px 0px 0px 0px ;
}
.form textarea,
.form input { 
  border-bottom:1px solid rgba(200,200,200,.7);
}
.form textarea:active,
.form input:active {  
  color: #101010;
}
.form textarea:active,
.form input:hover { 
  color: #101010;
}
.form textarea:focus,
.form input:focus {  
    outline: none !important;
}
.form input:-ms-input-placeholder  {
  font-size: 13px;
  letter-spacing:1px;
  color:#999999;
}
.form input::-moz-placeholder  {
  font-size: 13px;
  letter-spacing:1px;
  color:#999999;
}
.form input:-moz-placeholder  {
  font-size: 13px;
  letter-spacing:1px;
  color:#999999;
}
.form input::-webkit-input-placeholder  {
  font-size: 13px;
  letter-spacing:1px;
  color:#999999;
}
.form textarea:-ms-input-placeholder  {
  font-size: 13px;
  letter-spacing:1px;
  color:#999999;
}
.form textarea::-moz-placeholder  {
  font-size: 13px;
  letter-spacing:1px;
  color:#999999;
}
.form textarea:-moz-placeholder  {
  font-size: 13px;
  letter-spacing:1px;
  color:#999999;
}
.form textarea::-webkit-input-placeholder  {
  font-size: 13px;
  letter-spacing:1px;
  color:#999999;
}
.cnt-form button {
  color:#fff;
  cursor: pointer;
  font-size: 12px;
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #5f8e3e;
  border:none;
  outline:none;
  margin: 25px auto;
  text-align: center;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
}
.cnt-form button:focus,
.cnt-form button:active {
  border:none;
  outline:none;
}
.cnt-form button span{
  position: relative;
  display: block;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
}
.cnt-form button:hover{
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  background-color: #29db21 ;
}
.cnt-checkbox .list {
  margin: 25px auto;
  padding: 0;
  text-align: center;
}
.cnt-checkbox .list__item {
  margin: 0 0 .5rem 0;
  padding: 0;
  list-style: none;
}
.cnt-checkbox .list__item:last-child {
  margin: 0;
}
.cnt-checkbox .label--checkbox {
  position: relative;
  line-height: 135%;
  cursor: pointer;
  background: transparent;
  color: rgba(0,0,0,.5);
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 0 !important;
}
.cnt-checkbox .checkbox {
  position: relative;
  top: -0.8rem;
  margin: 0 2rem 0 0;
  cursor: pointer;
  background: transparent;
  width: 0 !important;
  height: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-bottom: 0 !important;
}
.cnt-checkbox .checkbox:active, 
.cnt-checkbox .checkbox:focus{
  border: none;
  outline: none;
}
.cnt-checkbox .checkbox:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  border: 2px solid rgba(0,0,0,.2);
  background: transparent;
}
.cnt-checkbox .checkbox:checked:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: .5rem;
  border-top-style: none;
  border-right-style: none;
  background: transparent;
}
.cnt-checkbox .checkbox:after {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 1.1rem;
  height: 1.1rem;
  background: transparent;
  cursor: pointer;
}
 .list {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.cnt-checkbox .list__item {
  margin: 0 0 .5rem 0;
  padding: 0;
  list-style: none;
}
.cnt-checkbox .list__item:last-child {
  margin: 0;
}
.cnt-checkbox .label--checkbox {
  position: relative;
  line-height: 135%;
  cursor: pointer;
  background: transparent;
  color: rgba(0,0,0,.5);
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 400;
  padding-bottom: 0 !important;
}
.cnt-checkbox .checkbox {
  position: relative;
  top: -0.8rem;
  margin: 0 2rem 0 0;
  cursor: pointer;
  background: transparent;
  width: 0 !important;
  height: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-bottom: 0 !important;
}
.cnt-checkbox .checkbox:active, 
.cnt-checkbox .checkbox:focus{
  border: none;
  outline: none;
}
.cnt-checkbox .checkbox:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 1rem;
  height: 1rem;
  border: 2px solid rgba(0,0,0,.2);
  background: transparent;
}
.cnt-checkbox .checkbox:checked:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: .5rem;
  border-top-style: none;
  border-right-style: none;
  background: transparent;
}
.cnt-checkbox .checkbox:after {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 1.1rem;
  height: 1.1rem;
  background: transparent;
  cursor: pointer;
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 2;
  pointer-events: none;
}
.cursor div {
  position: absolute;
  display: grid;
  place-items: center;
}
.cursor div div {
  border: 1px solid #fff;
  border-radius: 50%;
  animation: pulse 2.5s linear infinite;
  box-shadow: 0 0 50px 5px #d7abff6e;
}
.cursor div:nth-child(1),
.cursor div:nth-child(2) {
  width: 100%;
  height: 100%;
}
.cursor div:nth-child(1) {
  transition: transform 0.2s ease-out;
}
.cursor div:nth-child(2) {
  transition: transform 0.1s ease-out;
}
.cursor div:nth-child(2) div {
  background: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
}
/*-------------Scroll top Button-------------------------*/
.arrow-btn{
  position: fixed;
  right: 30px;
  bottom: 80px;
  z-index: 9;
}
.arrow-btn a{
  width: 40px;
  height: 40px;
  background: #5f8e3e;
  text-align: center;
  display: block;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
}
.arrow-btn a i{
  color: #fff;
  font-size: 20px;
  line-height: ;
}
/* ROOM SLIDER */
.rooms-sliders{
  padding: 0px 0px 80px 0px;
}
.rooms-slider {
  width: 100%;
  height: 60vh;
  max-height: 600px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.rooms-slider .swiper-slide .room-detail h3 a{
  font-size: 30px;
  text-decoration: none;
  color: #b89146;
}
.rooms-slider:before {
  content: "";
  width: 100%;
  height: 600px;
  background: #608f3f;
  position: absolute;
  left: 0;
  top: 0;
}
.swiper-slide img{
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.rooms-slider .swiper-slide {
  max-width: 60%;
  background-size: cover !important;
  background-position: center !important;
  transform: scale(0.9);
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -ms-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}
.rooms-slider .swiper-slide .room-detail {
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  
  z-index: 1;
  padding: 20px;
  position: absolute;
  left: 5%;
  bottom: 5%;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -ms-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
  opacity: 0;
}
.rooms-slider .swiper-slide .room-detail .price-line {
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: #856d47;
  letter-spacing: 1px;
}
.rooms-slider .swiper-slide .room-detail .price-line span {
  color: #141414;
  opacity: 0.7;
}
.rooms-slider .swiper-slide .room-detail h3 {
  width: 100%;
  display: block;
  color: #b89146;
  font-size: 36px;
  font-family: var(--font-primary);
 
}
.rooms-slider .swiper-slide .room-detail .reviews {
  font-family: var(--font-default);
  width: 100%;
  color: #888888;
  font-size: 15px;
}
.rooms-slider .swiper-slide .room-detail .reviews span {
  padding: 5px 8px;
  background: #856d47;
  color: #fff;
  font-weight: 800;
  margin-left: 5px;
}
.rooms-slider .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.rooms-slider .swiper-slide.swiper-slide-active .room-detail {
  opacity: 1;
}

/*----------------GALLERY SECTION-----------------*/  
.gall{
   background-image: url(../images/bg/01.jpg); 
  padding: 60px 0px 0px 0px;
  position: relative;
  overflow: hidden;
}
.y{
  color: #ffffff;
}
.my-gallery{
  padding: 0px 0px 60px 0px;
  position: relative;
  background-color: #000;
}
.my-gall{
  margin: 0px 0px 20px 0px;
}
.uu{
  color: #38352d;
}
.section-gallery {
    position: relative;
    padding: 60px 0px 60px 0px;
}
.fancybox-thumbs{
  background-color: #000 !important;
}
.fancybox-thumbs__list a:before{
  border: 5px solid #000 !important;
}
.image-gallery {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 0px 10px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 250px;
  grid-auto-flow: dense;
  grid-gap: 20px;
}

.image-gallery .image-box {
  position: relative;
  background-color: #d7d7d8;
  overflow: hidden;
}

.image-gallery .image-box:nth-child(7n + 1) {
  grid-column: span 2;
  grid-row: span 2;
}

.image-gallery .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.image-gallery .image-box:hover img {
  transform: scale(1.1);
}

.image-gallery .image-box .overlaysss {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(74, 67, 69, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 1;
}

.image-gallery .image-box:hover .overlayss {
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  opacity: 1;
}

.image-gallery .image-box .details {
  text-align: center;
}

.image-gallery .image-box .details .title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  top: -5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.image-gallery .image-box .details .category {
  font-size: 18px;
  font-weight: 400;
  position: relative;
  bottom: -5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.image-gallery .image-box:hover .details .title {
  top: 0px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s 0.2s ease;
}

.image-gallery .image-box:hover .details .category {
  bottom: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s 0.2s ease;
}

.image-gallery .image-box .details .title a,
.image-gallery .image-box .details .category a {
  color: #ffff;
  text-decoration: none;
}
.fancybox-content{
  transform: translate(0px, 0px) scale(1, 1) !important;
}

/* Let's make it responsive */
@media (max-width: 768px) {
  .image-gallery {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 250px;
  }

  .image-gallery .image-box:nth-child(7n + 1) {
    grid-column: unset;
    grid-row: unset;
  }
}
@keyframes text-clip {
  from {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes outer-left {
  from {
    transform: translateX(50%);
  }
  to {
    transform: none;
  }
}

@keyframes inner-left {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: none;
  }
}
/*--------------Room Section----------------------*/
.room__area{
  padding: 60px 0px 60px 0px;
  position: relative;
}
.deluxe__two-item{
  margin: 0px 0px 40px 0px;
}
.deluxe__two-item-content {
  padding: 30px;
  padding-top: 20px;
  border: 1px solid #E7E7E8;
  border-top: 0;
  background: #fff;
  position: relative;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.simple-btn i {
    display: inline-block;
    margin-right: 7px;
    width: 18px;
    padding: 2px 0px 0px 0px;
    height: 18px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #b89146;
    color: #b89146 !important;
}
.simple-btn:hover {
    color: #b89146;
}
.simple-btn {
    display: inline-block;
    color:#0e1317;
    font-weight: 600;
    text-decoration: none;
    font-family: var(--font-primary);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
}
.deluxe__two-item-content h4 a {
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  color: #000;
  text-decoration: none;
}

.deluxe__two-item-content h4 a:hover {
  color: #b89146;
}

.deluxe__two-item-content p {
  margin: 8px 0;
  font-family: var(--font-default);
  max-width: 230px;
  font-size: 14px;
  color: #8e949f;
}

.deluxe__two-item-content > span {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  font-family: var(--heading-font);
  color: #fff;
  background: #b89146;
  padding: 6px 15px;
  position: absolute;
  left: 20px;
  top: -55px;
}

.deluxe__two-item-content-meta ul {
  padding: 0;
  margin: 0;
}

.deluxe__two-item-content-meta ul li {
  display: inline-block;
  list-style: none;
  margin-right: 25px;
  font-family: var(--font-default);
}

.deluxe__two-item-content-meta ul li:last-child {
  margin: 0;
}

.deluxe__two-item-content-meta ul li i {
  color: #b89146;
  margin-right: 10px;
}

.deluxe__two-item-content-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -45px;
  padding-top: 15px;
  border-top: 1px solid #e7e7e8;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.deluxe__two-item-content-bottom p {
  font-family: var(--font-default);
  margin: 0;
  font-size: 13px;
  line-height: 23px;
}

.deluxe__two-item-content-bottom p i {
  color: #b89146;
  display: inline-block;
  margin-right: 8px;
}

.deluxe__two-item-content-bottom p span {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: var(--heading-color);
  display: inline-block;
  margin-right: 10px;
}

.deluxe__two-item:hover .deluxe__two-item-content {
  margin-top: -60px;
}

.deluxe__two-item:hover .deluxe__two-item-content-bottom {
  margin-top: 15px;
  opacity: 1;
}




/*------blog Details Section--------------------*/
.blog-details{
  position: relative;
  padding: 90px 0px;
}
.sidebar-page-container{
  position:relative;
  padding: 110px 0px 110px;
}

.sidebar-page-container.blog-single{
  padding-top: 220px;
}

.sidebar-page-container .content-side{
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.sidebar-page-container .blog-content{
  position: relative;
  display: block;
}
.texts p{
  font-family: var(--font-default);
  font-size: 18px;
  color: #5a5858;
  margin: 0px 0px 20px 0px;
  font-weight: 400;
}
/* Sidebar */

.sidebar-page-container .sidebar-side{
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.services-page .sidebar-side{
  order: 0;
}

.sidebar-page-container .sidebar{
  position: relative;
  padding-left: 20px;
}

.sidebar .sidebar-widget{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.sidebar .sidebar-widget:last-child{
  margin-bottom: 10px;
}

.sidebar .sidebar-widget .widget-inner{
  position: relative;
  display: block;
  padding: 40px 30px 50px;
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05), 0px 20px 25px 0px rgba(0,0,0,0.03);
}

.sidebar-title{
  position:relative;
  margin-bottom:27px;
}

.sidebar-title h4{
  font-family: var(--font-primary);
  position: relative;
  display: inline-block;
  font-size:26px;
  line-height: 1.30em;
  color: #181b1f;
  font-weight: 400;
  text-transform:capitalize;
  margin-bottom: 0px;
}

.sidebar-title .texts{
  padding-top: 15px;
  color: #8e949f;
  font-size: 16px;
  line-height: 1.7em;
  padding-bottom: 22px;
  border-bottom: 1px dashed #bbbbbb;
}

.sidebar .search-box .form-group{
  position:relative;
  margin:0px; 
}

.sidebar .search-box .form-group input[type="texts"],
.sidebar .search-box .form-group input[type="search"]{
  position:relative;
  line-height:30px;
  padding:17px 60px 17px 25px;
  background:#edf0f5;
  color:#181b1f;
  display:block;
  font-size:16px;
  width:100%;
  height:66px;
  border: 1px solid #edf0f5;
  border-radius:0px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sidebar .search-box .form-group input:focus{
  background: #ffffff;
  box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.10);
}

.sidebar .search-box .form-group button{
  position:absolute;
  right:0px;
  top:3px;
  height:60px;
  width:60px;
  line-height:60px;
  display:block;
  font-size:16px;
  color:#848484;
  background:none;
  font-weight:normal;
}

.sidebar .search-box .form-group input:focus + button,
.sidebar .search-box .form-group button:hover{
  color: #181b1f;
}

.sidebar .recent-posts .post{
  position:relative;
  font-size:14px;
  color:#777777;
  padding:0px 0px 0px 110px;
  min-height:90px;
  margin-bottom:30px;
}

.sidebar .recent-posts .post:last-child{
  margin-bottom:0px;
}

.sidebar .recent-posts .post-thumb{
  position:absolute;
  left:0px;
  top:0px;
  width:90px;
  height:90px;
  border-radius:0;  
}
.post-details li{
  font-size: 16px;
  font-family: var(--font-default);
}
.sidebar .recent-posts .post-thumb img{
  position:relative;
  display:block;
  width: 100%;  
}

.sidebar .recent-posts .info{
  padding-top: 3px;
  color: #8e949f;
  line-height: 24px;
  margin-bottom: 5px;
}

.sidebar .recent-posts .texts{
  font-size:18px;
  line-height:1.5em;
  color:#222222;
  font-weight:400;
  text-transform: capitalize;
  margin:0;
}

.sidebar .recent-posts .texts a{
  color:#222222;
  text-decoration: none;
}

.sidebar .recent-posts .texts a:hover{
  text-decoration: none;
}

.sidebar .popular-tags .tags-list li{
  position:relative;
  display:inline-block;
  margin:0px 4px 8px 0px;
}

.sidebar .popular-tags .tags-list li a{
  text-decoration: none;
  position:relative;
  display:block;
  line-height:24px;
  padding:12px 22px;
  background:#edf0f5;
  text-align:center;
  font-size:16px;
  font-weight: 400;
  color:#8e949f;
  text-transform:capitalize;
  border-radius:0px;
  transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
}

.sidebar .popular-tags .tags-list li a:hover{
  background-color:#181b1f;
  border-color:#181b1f;
  color:#ffffff;  
}

.sidebar .archives ul{
  position:relative;
}

.sidebar .archives ul li{
  font-family: var(--font-default);
  position:relative;
  line-height:24px;
  font-size: 16px;
  margin-bottom: 15px;
}

.sidebar .archives ul li:last-child{
  margin-bottom: 0;
}

.sidebar .archives ul li a{
  position: relative;
  color: #8e949f;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 24px;
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
}

.sidebar .archives ul li a:hover,
.sidebar .archives ul li.active a{
  color: #181b1f;
  padding-left: 25px;
}

.post-details{
  position: relative;
  margin-bottom: 70px;
  z-index: 1;
}

.post-details .inner-box{
  position: relative;
  display: block;
  background: #ffffff;
}

.post-details .image-box{
  position: relative;
  display: block;
  background: #1b1c1e;
  box-shadow: 0px 30px 30px 0px rgba(0,0,0,0.10);
}

.post-details .image-box img{
  position: relative;
  display: block;
  width: 100%;
}

.post-details .lower-box{
  position: relative;
  padding: 20px 0px 0px 0px !important;
}

.post-details .image-box .date{
  position: absolute;
  left: 40px;
  bottom: -35px;
  width: 90px;
  height: 90px;
  background: #ffffff;
  font-size: 16px;
  line-height: 25px;
  padding: 20px 10px;
  color: #1b1c1e;
  text-transform: uppercase;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.10);
  z-index: 2;
}

.post-details .image-box .date .day{
  display: block;
  font-weight: 500;
  font-size: 22px;
}

.post-details .post-meta{
  position: relative;
  display: block;
  color: #1b1c1e;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 15px;
}

.post-details .post-meta li{
  position: relative;
  float: left;
  line-height: 24px;
  margin-right: 22px;
}

.post-details .post-meta li:after{
  content: '-';
  position: absolute;
  right: -22px;
  width: 22px;
  text-align: center;
}

.post-details .post-meta li:last-child:after{
  display: none;
}

.post-details .post-meta li a{
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #8e949f;
}

.post-details .post-meta li a:hover,
.post-details .post-meta li:nth-child(1) a{
  color: #1b1c1e;
}

.post-details h4{
  position: relative;
  display: block;
  color: #1b1c1e;
  line-height: 1.3em;
  margin-bottom: 20px;
}

.post-details h4 a{
  color: #1b1c1e;
}

.post-details h4 a:hover{
  text-decoration: underline;
}

.post-details h3{
  position: relative;
  display: block;
  font-size: 40px;
  color: #1b1c1e;
  line-height: 1.3em;
  margin-bottom: 20px;
}

.post-details h3 a{
  color: #1b1c1e;
  text-decoration: none;
}
a{
  text-decoration: none !important;
}
.post-details h3 a:hover{
  text-decoration: underline;
}

.post-details .text{
  color: #9b9fa6;
  line-height: 1.70em;
}

.post-details .texts p{
  line-height: 1.70em;
  margin-bottom: 30px;
}

.post-details .text ul{
  max-width: 450px;
  margin-bottom: 0px;
}

.post-details .text ul li{
  position: relative;
  display: block;
  color: #9b9fa6;
  font-size: 16px;
  line-height: 1.65em;
  padding-left: 20px;
  margin: 0 0 15px;
}

.post-details .text ul li:before{
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  border-bottom: 2px solid #9b9fa6;
}



/*** 

/*====================================================================
  News Section
====================================================================

***/

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}
.news-section-three{
  position:relative;
  padding: 140px 0px 90px;
  background: #ffffff;
}
.news-section-three {
  margin: 0px 0px 0px 0px;
}
.news-section-three.news-page{
  padding-top: 90px;
}

.news-section-three .dotted-pattern-5{
    left: -160px;
    top: 110px;
}

.news-section-three .tri-pattern-8{
    left: 40px;
    top: 240px;
}

.news-block-four{
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}

.news-block-four .inner-box{
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 30px 30px 0px rgba(0,0,0,0.10);
}

.news-block-four .image-box{
  position: relative;
  display: block;
  background: #1b1c1e;
  overflow: hidden;
}

.news-block-four .image-box img{
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition:all 0.7s ease;
  -moz-transition:all 0.7s ease;
  -ms-transition:all 0.7s ease;
  -o-transition:all 0.7s ease;
  transition:all 0.7s ease;
}

.news-block-four:hover .image-box img{
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.70;
}

.news-block-four .lower-box{
  position: relative;
  padding: 40px 35px 40px;
}

.news-block-four .lower-box .date{
  position: absolute;
  left: 40px;
  top: -55px;
  width: 90px;
  height: 90px;
  background: #ffffff;
  font-size: 16px;
  line-height: 25px;
  padding: 20px 10px;
  color: #1b1c1e;
  text-transform: uppercase;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.10);
}

.news-block-four .lower-box .date .day{
  display: block;
  font-weight: 500;
  font-size: 22px;
}

.news-block-four .post-meta{
  position: relative;
  display: block;
  color: #1b1c1e;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 15px;
}

.news-block-four .post-meta li{
  position: relative;
  float: left;
  line-height: 24px;
  margin-right: 22px;
}

.news-block-four .post-meta li:after{
  content: '-';
  position: absolute;
  right: -22px;
  width: 22px;
  text-align: center;
}

.news-block-four .post-meta li:last-child:after{
  display: none;
}

.news-block-four .post-meta li a{
  position: relative;
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
  color: #8e949f;
}

.news-block-four .post-meta li a:hover,
.news-block-four .post-meta li:nth-child(1) a{
  color: #1b1c1e;
  text-decoration: none;
}

.news-block-four h4{
  position: relative;
  display: block;
  color: #1b1c1e;
  line-height: 1.3em;
  margin-bottom: 20px;
}

.news-block-four h4 a{
  color: #1b1c1e;
  text-decoration: none;
}

.news-block-four h4 a:hover{
  text-decoration: none;
}

.news-block-four h3{
  position: relative;
  display: block;
  font-size: 30px;
  color: #1b1c1e;
  line-height: 1.3em;
  margin-bottom: 20px;
}

.news-block-four h3 a{
  color: #1b1c1e;
}

.news-block-four h3 a:hover{
  text-decoration: underline;
}

.news-block-four .texts{
  position: relative;
  display: block;
  color: #8e949f;
  line-height: 1.65em;
  margin-bottom: 22px;
}

.news-block-four .link-box{
  position: relative;
  display: block;
}

.news-block-four .link-box a{
  position: relative;
  color: #1b1c1e;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 500;
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
}

.news-block-four:hover .link-box a{
  padding-left: 25px;
}

.news-block-four .link-box a i{
  position: absolute;
  left: 0;
  top: 4px;
  opacity: 0;
  font-size: 18px;
  font-weight: 700;
  -ms-transform-origin: left;
  transform-origin: left;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition:all 0.1s ease;
  -moz-transition:all 0.1s ease;
  -ms-transition:all 0.1s ease;
  -o-transition:all 0.1s ease;
  transition:all 0.1s ease;
}

.news-block-four:hover .link-box a i{
  opacity: 1;
  transform: scaleX(1);
  -webkit-transition:all 0.3s ease 0.1s;
  -moz-transition:all 0.3s ease 0.1s;
  -ms-transition:all 0.3s ease 0.1s;
  -o-transition:all 0.3s ease 0.1s;
  transition:all 0.3s ease 0.1s;
}





/*-------------About Section-----------------*/
/* section one */

section.section-one {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}


.time img{
  margin-top: 40px !important;
}
.block-two .text-two {
    margin-bottom: 30px;
}

.block-two.style-two .text-two {
    margin-bottom: 50px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 30px;
}

.block-two .ratings {
    font-size: 80px;
    letter-spacing: -5px;
    line-height: 90px;
    color: #be9a78;
    font-weight: 700;
    font-family: "Roboto";
    margin-right: 15px;
}

.block-two .bottom-content {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    align-items: center;
}

.block-two .bottom-content .text-three {
    font-size: 18px;
    line-height: 30px;
    color: #777777;
    font-weight: 400;
    font-family: "Roboto";
    margin-right: 15px;
}

.block-one .image-three {
    position: absolute;
    right: 0;
    top: 50%;
    width: 120px;
    height: 120px;
    filter: drop-shadow(0px 16px 16px rgba(0,0,0,0.06));
    background-color: #ffffff;
    text-align: center;
    padding-top: 15px;
    transform: translate(50%, -50%);
}

.block-one .inner-box {
    position: relative;
    max-width: 270px;
}
.theme-color {
    color: #be9a78;
}
.text-two{
  font-family: var(--font-default);
  font-size: 16px;
  line-height: 1.6em;
  color: #777777;
  font-weight: 400;
  
  padding: 0px 10px 0px 10px;

}
.abt-us{
  padding: 0px 0px 50px 0px ;
}
.ann-ab p{
  font-size: 16px;
  font-family: var(--font-default);
  font-weight: 400;
  padding: 0px 20px ;
  color: #777777;
}
.section_main_title {
    font-size: 45px;
    line-height: 1.2em;
    color: #5f8e3e !important;
    margin: 0px 0px 60px 0px;
    font-weight: 600;
    font-family: "Playfair Display";
}
.btn-alt_s1 {
    position: relative;
    display: inline-block;
    padding: 17px 40px;
    overflow: hidden;
    vertical-align: middle;
    transition: .5s;
    z-index: 0;
    background: #be9a78;
    line-height: 26px;
    text-transform: capitalize;
    font-size: 16px;
    color: #ffffff;
    font-weight: 7;
    font-family: "Roboto";
    text-align: center;
    text-decoration: none !important;
}
.btn-alt_s1.dark {
    background: #5f8e3e;
}

.btn-alt_s1:hover {
    color: #fff;
}

/*------blog Details Section--------------------*/
.sidebar-page-container{
  position:relative;
  padding: 110px 0px 110px;
}

.sidebar-page-container.blog-single{
  padding-top: 220px;
}

.sidebar-page-container .content-side{
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.sidebar-page-container .blog-content{
  position: relative;
  display: block;
}

/* Sidebar */

.sidebar-page-container .sidebar-side{
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.services-page .sidebar-side{
  order: 0;
}

.sidebar-page-container .sidebar{
  position: relative;
  padding-left: 20px;
}

.sidebar .sidebar-widget{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.sidebar .sidebar-widget:last-child{
  margin-bottom: 10px;
}

.sidebar .sidebar-widget .widget-inner{
  position: relative;
  display: block;
  padding: 40px 30px 50px;
  background: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05), 0px 20px 25px 0px rgba(0,0,0,0.03);
}

.sidebar-title{
  position:relative;
  margin-bottom:27px;
}

.sidebar-title h4{
  position: relative;
  display: inline-block;
  font-size:26px;
  line-height: 1.30em;
  color: #181b1f;
  font-weight: 400;
  text-transform:capitalize;
  margin-bottom: 0px;
}

.sidebar-title .text{
  padding-top: 15px;
  color: #8e949f;
  font-size: 16px;
  line-height: 1.7em;
  padding-bottom: 22px;
  border-bottom: 1px dashed #bbbbbb;
}

.sidebar .search-box .form-group{
  position:relative;
  margin:0px; 
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
  position:relative;
  line-height:30px;
  padding:17px 60px 17px 25px;
  background:#edf0f5;
  color:#181b1f;
  display:block;
  font-size:16px;
  width:100%;
  height:66px;
  border: 1px solid #edf0f5;
  border-radius:0px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sidebar .search-box .form-group input:focus{
  background: #ffffff;
  box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.10);
}

.sidebar .search-box .form-group button{
  position:absolute;
  right:0px;
  top:3px;
  height:60px;
  width:60px;
  line-height:60px;
  display:block;
  font-size:16px;
  color:#848484;
  background:none;
  font-weight:normal;
}

.sidebar .search-box .form-group input:focus + button,
.sidebar .search-box .form-group button:hover{
  color: #181b1f;
}

.sidebar .recent-posts .post{
  position:relative;
  font-size:14px;
  color:#777777;
  padding:0px 0px 0px 110px;
  min-height:90px;
  margin-bottom:30px;
}

.sidebar .recent-posts .post:last-child{
  margin-bottom:0px;
}

.sidebar .recent-posts .post-thumb{
  position:absolute;
  left:0px;
  top:0px;
  width:90px;
  height:90px;
  border-radius:0;  
}

.sidebar .recent-posts .post-thumb img{
  position:relative;
  display:block;
  width: 100%;  
}

.sidebar .recent-posts .info{
  padding-top: 3px;
  color: #8e949f;
  line-height: 24px;
  margin-bottom: 5px;
}

.sidebar .recent-posts .text{
  font-size:18px;
  line-height:1.5em;
  color:#222222;
  font-weight:400;
  text-transform: capitalize;
  margin:0;
}

.sidebar .recent-posts .text a{
  color:#222222;
}

.sidebar .recent-posts .text a:hover{
  text-decoration: underline;
}

.sidebar .popular-tags .tags-list li{
  position:relative;
  display:inline-block;
  margin:0px 4px 8px 0px;
}

.sidebar .popular-tags .tags-list li a{
  position:relative;
  display:block;
  line-height:24px;
  padding:12px 22px;
  background:#edf0f5;
  text-align:center;
  font-size:16px;
  font-weight: 400;
  color:#8e949f;
  text-transform:capitalize;
  border-radius:0px;
  transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
}

.sidebar .popular-tags .tags-list li a:hover{
  background-color:#181b1f;
  border-color:#181b1f;
  color:#ffffff;  
}

.sidebar .archives ul{
  position:relative;
}

.sidebar .archives ul li{
  position:relative;
  line-height:24px;
  font-size: 16px;
  margin-bottom: 15px;
}

.sidebar .archives ul li:last-child{
  margin-bottom: 0;
}

.sidebar .archives ul li a{
  position: relative;
  color: #8e949f;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 24px;
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
}

.sidebar .archives ul li a:hover,
.sidebar .archives ul li.active a{
  color: #181b1f;
  padding-left: 25px;
}




/* Post Details */

.post-details{
  position: relative;
  margin-bottom: 70px;
  z-index: 1;
}

.post-details .inner-box{
  position: relative;
  display: block;
  background: #ffffff;
}

.post-details .image-box{
  position: relative;
  display: block;
  background: #1b1c1e;
  box-shadow: 0px 30px 30px 0px rgba(0,0,0,0.10);
}

.post-details .image-box img{
  position: relative;
  display: block;
  width: 100%;
}

.post-details .lower-box{
  position: relative;
  padding: 90px 0px 0px;
}

.post-details .image-box .date{
  position: absolute;
  left: 40px;
  bottom: -35px;
  width: 90px;
  height: 90px;
  background: #ffffff;
  font-size: 16px;
  line-height: 25px;
  padding: 20px 10px;
  color: #1b1c1e;
  text-transform: uppercase;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.10);
  z-index: 2;
}

.post-details .image-box .date .day{
  display: block;
  font-weight: 500;
  font-size: 22px;
}

.post-details .post-meta{
  position: relative;
  display: block;
  color: #1b1c1e;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 15px;
}

.post-details .post-meta li{
  position: relative;
  float: left;
  line-height: 24px;
  margin-right: 22px;
}

.post-details .post-meta li:after{
  content: '-';
  position: absolute;
  right: -22px;
  width: 22px;
  text-align: center;
}

.post-details .post-meta li:last-child:after{
  display: none;
}

.post-details .post-meta li a{
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #8e949f;
}

.post-details .post-meta li a:hover,
.post-details .post-meta li:nth-child(1) a{
  color: #1b1c1e;
}

.post-details h4{
  position: relative;
  display: block;
  color: #1b1c1e;
  line-height: 1.3em;
  margin-bottom: 20px;
}

.post-details h4 a{
  color: #1b1c1e;
}

.post-details h4 a:hover{
  text-decoration: underline;
}

.post-details h3{
  position: relative;
  display: block;
  font-size: 40px;
  color: #1b1c1e;
  line-height: 1.3em;
  margin-bottom: 20px;
}

.post-details h3 a{
  color: #1b1c1e;
}

.post-details h3 a:hover{
  text-decoration: underline;
}

.post-details .text{
  color: #9b9fa6;
  line-height: 1.70em;
}

.post-details .text p{
  line-height: 1.70em;
  margin-bottom: 30px;
}

.post-details .text ul{
  max-width: 450px;
  margin-bottom: 0px;
}

.post-details .text ul li{
  position: relative;
  display: block;
  color: #9b9fa6;
  font-size: 16px;
  line-height: 1.65em;
  padding-left: 20px;
  margin: 0 0 15px;
}

.post-details .text ul li:before{
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 10px;
  border-bottom: 2px solid #9b9fa6;
}

.ntr-hd{
  color: #000 !important;
}
.ntr-para{
  color: #75706f !important;
  text-align: justify;
  margin: 0px 0px 10px 0px;
}

.ntr-pa{
  color: #75706f !important;
  text-align: justify;
  margin: 0px 0px 0px 0px;
}
.g-hover  {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
 
  width: 100%;
  height: 100%;
  
  text-align: center;
  cursor: pointer;
}

.g-hover  a img {
  position: relative;
  display: block;
  min-height: 100%;
  opacity: 0.8;
}

.g-hover  .g-caption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.g-hover  .g-caption::before,
.g-hover  .g-caption::after {
  pointer-events: none;
}

.g-hover  .g-caption,
.g-hover  a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.g-hover  h2 {
  word-spacing: -0.15em; 
  font-weight: 300;
  font-size: 22px;
}

.g-hover  h2 span {
  font-weight: 800;
  font-size: 22px;
}

.g-hover  h2,
.g-hover  p {
  margin: 0;
}


.related {
  padding: 6em 1em;
  font-size: 120%;
}

.related > a {
  border: 1px solid #4f7f90;
  display: inline-block;
  text-align: center;
  margin: 20px 10px;
  padding: 25px;
}

.related a:hover {
  border-color: #39545e;
}

.related a img {
  max-width: 100%;
  opacity: 0.8;
}

.related a:hover img,
.related a:active img {
  opacity: 1;
}

.related a h3 {
  margin: 0;
  padding: 0.5em 0 0.3em;
  max-width: 300px;
  text-align: left;
}

.effect-zoe .g-caption {
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 3.75em;
  background: #5f8e3f;
  color: #fff;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.effect-zoe h2 {
  float: left;
}

.effect-zoe .g-caption > span {
  float: right;
}

.effect-zoe p {
  position: absolute;
  bottom: 5em;
  padding: 0px 15px 20px 0px;
  color: #fff;
  text-transform: none;
  font-size: 16px;
  letter-spacing: 0px;
  font-family: var(--font-default);
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.effect-zoe h2,
.effect-zoe .g-caption > span {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,200%,0);
  transform: translate3d(0,200%,0);
}

.effect-zoe .g-caption > span::before {
  display: inline-block;
  padding: 8px 10px;
  
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.effect-zoe h2 {
  display: inline-block;
}

.effect-zoe:hover p {
  opacity: 1;
}

.effect-zoe:hover .g-caption,
.effect-zoe:hover h2,
.effect-zoe:hover .g-caption > span {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.effect-zoe:hover h2 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.effect-zoe:hover .g-caption > span:nth-child(4) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.effect-zoe:hover .g-caption > span:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.effect-zoe:hover .g-caption > span:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.vd-bn {
  width: 100%;
  
}
.vd-bn source{
  min-height: 100%;
  
}



 





.about-section .about-text span{
  font-size: 20px;

}


/*-----------------------experiance section-------------------*/


/*.exp {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px;
  
  width: 100%;
  background: #000000;
  text-align: left;
}
.exp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.exp img {
  max-width: 100%;
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.exp .exp-cap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 3em;
  width: 100%;
  
}
.exp .exp-cap::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 100%;
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  content: '';
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.exp-cap h2,
.exp-cap p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
.exp-cap h2 {
  word-spacing: 0.15em;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transform: translate3d(30%, 0%, 0);
  transform: translate3d(30%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  font-size: 20px;
}
.exp-cap h2 span {
  font-weight: 800;
}
.exp p {
  font-weight: 200;
  -webkit-transform: translate3d(0%, 30%, 0);
  transform: translate3d(0%, 30%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.exp a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
.exp:hover img {
  opacity: 0.3;
}
.exp:hover .exp-cap h2 {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.exp:hover .exp-cap p {
  opacity: 0.9;
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.exp:hover .exp-cap::before {
  background: rgba(255, 255, 255, 0);
  left: 30px;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
*/
.exp-cap h2{
  margin: 20px 0px 0px 0px ;
  text-align: center;
  font-size: 25px;
}
/*-----------------------games section-------------------*/

.games-section{
  padding: 60px 0px;
  position: relative;
  background-image:url(../images/facilities/2.jpg);
}
.games-section h2{
  text-align: center;
  font-family: var(--font-primary);
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0px 0px 50px 0px;
}

.game-caption{
  padding: 0px 20px 20px 20px ;
  
}
.game-caption h5{
  font-family: var(--font-primary);
  font-size:20px;
  font-weight: 600;
  text-align:center;
  text-transform: uppercase;
  margin: 20px 0px 10px 0px;
}
.game-caption p{
  font-family: var(--font-default);
  font-size:14px;
  font-weight: 400;
  text-align: justify;
  text-transform: capitalize;
  margin: 0px 0px 20px 0px;
}
.games-carousel .owl-item .item img {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);
}
.games-carousel .owl-item.center .item img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.games-carousel  .owl-nav button.owl-prev{
  position: relative;
  width: 30px;
  height: 30px;
  margin: 40px 7px 0px 7px;
  display: flex;
  justify-content: center;
  color: #000 !important;
  border-radius: 50px;
  border: 1px solid #000 !important;
  font-size: 16px;
  transition: .3s;
}
.games-carousel   .owl-nav button.owl-next{
  position: relative;
  width: 30px;
  height: 30px;
  margin: 40px 7px 0px 7px;
  display: flex;
  justify-content: center;
  color: #000 !important;
  border-radius: 50px;
  border: 1px solid #000 !important;
  font-size: 16px;
  transition: .3s;
}
.games-section .owl-carousel .owl-nav.disabled {
  display: flex !important;
  justify-content: center;
  color: #fff;
  align-items: center;
}


/*-----------------------events section-------------------*/


.news-section-three .bl-head{
  text-align: center;
  font-size: 40px;
  font-family: var(--font-primary);
  font-weight: 500;
  margin: 0px 0px 40px 0px ;
  text-transform: uppercase;
  
}

.news-section-three .bl-para p{
  text-align: center;
  font-size: 16px;
  font-family: var(--font-default);
  font-weight: 500;
  margin: 0px 0px 70px 0px ;
  text-transform: capitalize;
  max-width: none;
  color: #5e5959;
}


.room-cntnt{
  padding: 60px 0px 60px 0px;
}
.room-cntnt .room-div h4{
   text-align: center;
  font-size: 40px;
  font-family: var(--font-primary);
  font-weight: 500;
  margin: 0px 0px 40px 0px ;
  text-transform: uppercase;
}
.room-p{
  font-size: 16px;
  font-family: var(--font-default);
  font-weight: 400;
  color: #878787;
  margin: 0px 0px 60px 0px;
  text-align: center;
}
.room-cntnt h5{
  
  font-size: 25px;
  font-family: var(--font-primary);
  font-weight: 500;
  margin: 0px 0px 20px 0px ;
  text-transform: uppercase;
}
.room-section{
  padding: 60px 0px;
  position: relative;
  
}
.room-section .owl-carousel .owl-nav.disabled {
  display: flex !important;
  justify-content: center;
  color: #fff;
  align-items: center;
}
.room-cntnt h6{
  font-size: 20px;
  font-family: var(--font-primary);
  font-weight: 500;
  margin: 30px 0px 20px 0px ;
  text-transform: capitalize;
}
.room-cntnt ul li i{
  font-size: 12px;
  font-weight: 300;
  margin: 0px 10px 10px 0px ;
  color: #5f8e3e !important;
}
.room-cntnt ul li{
  font-family: var(--font-default);
  font-size: 16px;
  color: #878787;
}
.room-ip{
  font-size: 16px;
  font-family: var(--font-default);
  font-weight: 400;
  color: #878787;
  margin: 0px 0px 0px 0px;
  text-align:center;
  
}
.room-cntnt  .owl-nav button.owl-prev{
  position: relative;
  width: 30px;
  height: 30px;
  margin: 40px 7px 0px 7px;
  display: flex;
  justify-content: center;
  color: #000 !important;
  border-radius: 50px;
  border: 1px solid #000 !important;
  font-size: 16px;
  transition: .3s;
}
.room-cntnt   .owl-nav button.owl-next{
  position: relative;
  width: 30px;
  height: 30px;
  margin: 40px 7px 0px 7px;
  display: flex;
  justify-content: center;
  color: #000 !important;
  border-radius: 50px;
  border: 1px solid #000 !important;
  font-size: 16px;
  transition: .3s;
}
.room-cntnt .owl-carousel .owl-nav.disabled {
  display: flex !important;
  justify-content: center;
  color: #fff;
  align-items: center;
}


.terms-section{
   padding: 60px 0px 60px 0px;
   position: relative;
  background-image:url(../images/facilities/2.jpg);

}
.terms-section h4{
  text-align: center;
  font-size: 30px;
  font-family: var(--font-primary);
  font-weight: 500;
  margin: 0px 0px 20px 0px ;
  text-transform: uppercase;
}
.terms-section ul li i{
  font-size: 12px;
  font-weight: 300;
  margin: 0px 10px 10px 0px ;
  color: #5f8e3e !important;
}
.terms-section ul li{
  font-family: var(--font-default);
  font-size: 16px;
  color: #878787;
}
.term-p{
  font-size: 16px;
  font-family: var(--font-default);
  font-weight: 400;
  color: #878787;
  margin: 0px 0px 30px 0px;
  text-align: center;
}
.terms-section h6{
  font-size: 20px;
  font-family: var(--font-primary);
  font-weight: 500;
  margin: 30px 0px 20px 0px ;
  text-transform: capitalize;
}

.owl-item .item {
   transform: translate3d(0, 0, 0); /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
  // transform: scale(0.9);

  // transition: all .25s ease-in-out; 
  margin: 50px 0; /* OVERWRITE PLUGIN MARGIN */
 }

.screenshot_slider .owl-item .item img {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);
}

.screenshot_slider .owl-item.center .item img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}


.section-padding{
  width:1170px;
  margin: 0 auto;
  padding: 20px 0px ;
}
.screenshot_slider   .owl-nav button.owl-prev{
  position: relative;
  width: 30px;
  height: 30px;
  margin: 40px 7px 0px 7px;
  display: flex;
  justify-content: center;
  color: #000 !important;
  border-radius: 50px;
  border: 1px solid #000 !important;
  font-size: 16px;
  transition: .3s;
}
.screenshot_slider    .owl-nav button.owl-next{
  position: relative;
  width: 30px;
  height: 30px;
  margin: 40px 7px 0px 7px;
  display: flex;
  justify-content: center;
  color: #000 !important;
  border-radius: 50px;
  border: 1px solid #000 !important;
  font-size: 16px;
  transition: .3s;
}
.screenshot_slider .owl-dot.owl-carousel .owl-nav.disabled {
  display: flex !important;
  justify-content: center;
  color: #fff;
  align-items: center;
}