/*-------------- Owl crousel ---------------*/

.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  width: auto;
}
button.owl-prev {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  outline: none!important;
}
button.owl-next {
  position: absolute;
  right: -10px;
  outline: none!important;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
}
.main_heading {
  font-size: 18px;
  line-height: 30px;
  color: #fba01f;
  font-weight: 500;
  font-family: 'outfit', sans-serif;
  text-align: center;
}
.main_text {
  font-size: 25px;
  line-height: 30px;
  color: #222222;
  font-weight: 300;
  font-family: 'outfit', sans-serif;
  text-align: center;
}

/* SLIDER */

  #slider {
    max-width: 100%;
    margin: auto;
    position: relative;
    padding:0;
  }
  #slider img {
    width: 100%;
    border-radius: 10px;
  }
  #slider .slider-box h1 {
    font-size: 35px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Outfit";
    text-align: left;
  }
  #slider .carousel-caption {
    top: 0;
    bottom: inherit;
    text-align: left;
    left: 0;
    right: 0;
    margin: 0 !important;
    padding: 0 !important;
    bottom: 0;
  }
  #slider .slider-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0%;
    max-width: 30%;
    margin: 0 auto;
  }
  #slider .slider-box .btn1 {
    padding: 10px 15px;
    background: #fba01f;
    border-radius: 8px;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Outfit";
    text-align: center;
  }
  #slider .slide_btn {
    margin-top: 15px;
    text-align: left;
  }
  #carouselExampleIndicators {
    margin: 0px 20px;
  }
  #slider .carousel-control button {
    opacity: 1;
  }
  #slider .carousel-control i{
    padding: 12px 14px;
    background: #fba01f;
    color: #fff;
    border-radius: 50%
  }

/* Service */

  #service .title {
    font-size: 16px;
    line-height: 42px;
    color: #222222;
    font-weight: 700;
    font-family: "Outfit";
    text-align: center;
  }
  #service .text {
    font-size: 14px;
    line-height: 22px;
    color: #777777;
    font-weight: 400;
    font-family: "Outfit";
    text-align: center;
  }
  #service .service-content:hover:before{
    background-color: #fba01f;
  }
  #service .service-content:hover:after{
    background-color: #fba01f;
  }
  #service .service-content {
    text-align: center;
    padding: 40px 20px;
    box-shadow: 0px 0px 15px 1px #ededed;
    position: relative;
    background: #fff;
    transition: all 0.4s ease-in 0s;
  }
  #service .service-content:before {
    content: "";
    background-color: #dbdbdb;
    position: absolute;
    height: 5%;
    width: 90%;
    right: 5%;
    border-radius: 10px;
    top: -3%;
    z-index: -1;
    box-shadow: 0px 0px 15px 0px #ededed;
  }
  #service .service-content:after {
    content: "";
    background-color: #dbdbdb;
    position: absolute;
    height: 5%;
    width: 90%;
    right: 5%;
    border-radius: 10px;
    bottom: -3%;
    z-index: -1;
    box-shadow: 0px 0px 15px 0px #ededed;
  }

/* Reservation  */

  section#reservation {
   padding-bottom: 0;
  }
  #reservation label {
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    color: #222222;
    font-weight: 600;
    font-family: "Outfit";
  }
  #reservation input {
    border: 1px solid #ccc;
    border-radius: 10px;
  }
  #reservation textarea {
    border: 1px solid #ccc;
    border-radius: 10px;
  }
  #reservation .send {
    text-align: left;
  }
  #reservation input[type="submit"] {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    font-family: 'Outfit', sans-serif;
    border-radius: 6px;
    letter-spacing: 1px;
    background: #fb9f1f;
    border-color: #fb9f1f;
  }
  #reservation .title{
    font-size: 18px;
    line-height: 25px;
    color: #222222;
    font-weight: 600;
    font-family: "Outfit";
    text-align: center;
  }
  .reservation_box {
    box-shadow: 0px 0px 15px 1px #ededed;
    background: #fff;
    padding:40px 50px 20px;
  }
  #reservation .text{
    font-size: 14px;
    line-height: 26px;
    color: #777777;
    font-weight: 300;
    font-family: "Outfit";
    text-align: center;
  }
  #reservation .description{
    font-size: 14px;
    line-height: 26px;
    color: #519541;
    font-weight: 500;
    font-family: "Outfit";
  }

/* Rooms  */

  #rooms {
    background: #efeff5;
  }
  #rooms .post-slide:hover {
    background: #fba01f;
  }
  #rooms .post-slide:hover h5 a {
    color: #fff;
  }
  #rooms .post-slide:hover p.post-description {
    color: #fff;
  }
  #rooms .post-slide:hover span.discount {
    color: #fff;
  }
  #rooms .post-slide:hover del {
    color: #fff;
  }
  #rooms .post-slide:hover ins {
    color: #fff;
  }
  #rooms .post-slide:hover span.rating_count {
    color: #fff;
  }
  #rooms h5 a {
    font-size: 15px;
    line-height: 20px;
    color: #222222;
    font-weight: 600;
    font-family: "Outfit";
  }
  #rooms p.post-description {
    font-size: 14px;
    line-height: 20px;
    color: #777777;
    font-weight: 400;
    font-family: "Outfit";
  }
  #rooms .post-slide {
    background: #fff;
    margin: 10px;
    padding: 10px;
    border-radius: 6px;
    transition: all 0.4s ease-in 0s;
  }
  #rooms .post-slide img {
    width: 100%;
    border-radius: 6px;
  }
  #rooms .post-content {
    padding: 10px 10px;
  }
  #rooms span.rating {
    background: #3cb258;
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    border: 1px solid transparent;
    border-radius: 20px;
    font-family: "Outfit";
  }
  #rooms span.rating_count {
    font-size: 12px;
    line-height: 20px;
    color: #777777;
    font-weight: 400;
    font-family: "Outfit";
  }
  #rooms ins {
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
    color: #222222;
    font-weight: 800;
    font-family: "Outfit";
    padding-left: 10px;
  }
  #rooms del {
    font-size: 15px;
    line-height: 20px;
    color: #777777;
    font-weight: 400;
    font-family: "Outfit";
  }
  #rooms span.discount {
    font-size: 14px;
    line-height: 20px;
    color: #fba01f;
    font-weight: 400;
    font-family: "Outfit";
    padding-left: 12px;
  }
  #rooms .view_btn a:hover {
    text-decoration: none;
    color: #fff;
  }
  #rooms .view_btn a {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    font-family: 'Outfit', sans-serif;
    background: #fb9f1f;
    padding: 10px 30px;
    border-radius: 6px;
    letter-spacing: 1px;
  }

/* Menus  */

  #menus {
    background: #efeff5;
  }
  #menus h5 a {
    font-size: 15px;
    line-height: 20px;
    color: #222222;
    font-weight: 600;
    font-family: "Outfit";
  }
  #menus p.post-description {
    font-size: 14px;
    line-height: 20px;
    color: #777777;
    font-weight: 400;
    font-family: "Outfit";
  }
  #menus .post-slide {
    background: #fff;
    margin: 10px;
    padding: 10px;
    border-radius: 6px;
    transition: all 0.4s ease-in 0s;
  }
  #menus .post-slide:hover {
    background: #fba01f;
  }
  #menus .post-slide:hover h5 a {
    color: #fff;
  }
  #menus .post-slide:hover p.post-description {
    color: #fff;
  }
  #menus .post-slide:hover span.discount {
    color: #fff;
  }
  #menus .post-slide:hover del {
    color: #fff;
  }
  #menus .post-slide:hover ins {
    color: #fff;
  }
  #menus .post-slide:hover span.rating_count {
    color: #fff;
  }
  #menus .post-slide img {
    width: 100%;
    border-radius: 6px;
  }
  #menus .post-content {
    padding: 10px 10px;
  }
  #menus span.rating {
    background: #3cb258;
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    border: 1px solid transparent;
    border-radius: 20px;
    font-family: "Outfit";
  }
  #menus span.rating_count {
    font-size: 12px;
    line-height: 20px;
    color: #777777;
    font-weight: 400;
    font-family: "Outfit";
  }
  #menus ins {
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
    color: #222222;
    font-weight: 800;
    font-family: "Outfit";
    padding-left: 10px;
  }
  #menus del {
    font-size: 15px;
    line-height: 20px;
    color: #777777;
    font-weight: 400;
    font-family: "Outfit";
  }
  #menus span.discount {
    font-size: 14px;
    line-height: 20px;
    color: #fba01f;
    font-weight: 400;
    font-family: "Outfit";
    padding-left: 12px;
  }
  #menus .view_btn a:hover {
    text-decoration: none;
    color: #fff;
  }
  #menus .view_btn a {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    font-family: 'Outfit', sans-serif;
    background: #fb9f1f;
    padding: 10px 30px;
    border-radius: 6px;
    letter-spacing: 1px;
  }

/* About  */
  
  #about h3 , #about h6 {
    text-align: left;
  }
  #about p.text {
    font-size: 14px;
    line-height: 22px;
    color: #707070;
    font-weight: 400;
    font-family: "Outfit";
    text-align: left;
  }
  #about .view_btn a:hover {
    text-decoration: none;
    color: #fff;
  }
  #about .view_btn a {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    font-family: 'Outfit', sans-serif;
    background: #fb9f1f;
    padding: 15px 30px;
    border-radius: 6px;
    letter-spacing: 1px;
  }
  #about .about-img {
    background: 20px;
    box-shadow: 0px 0px 15px 1px #ededed;
  }
  #about .bottom_content h5 {
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    font-weight: 400;
    font-family: "Outfit";
    text-align: center;
  }
  #about .abt_data {
    position: relative;
  }
  #about .video-content {
    text-align: center;
    position: absolute;
    top: 40%;
    right: 0%;
    width: 100%;
    left: 0;
  }
  #about .video_title {
    font-size: 16px;
    color: #ffffff;
    font-weight: 100;
    margin-right: 10px;
    font-family: "Outfit";
  }
  #about .video-content button {
    border: 1px solid #f7f7f7;
    padding: 10px;
    border-radius: 50%;
    background: none;
  }
  #about .modal-footer button {
    background: #82aafb;
    color: #fff;
    border: none;
  }
  #about .video-content i {
    width: 50px;
    height: 50px;
    color: #0fabab;
    padding: 16px 19px;
    font-size: 15px;
    cursor: pointer;
    border-radius: 50%;
    background: #f7f7f7;
  }
  #about .abt_data img {
    border-radius: 10px;
  }
  #about .about-img {
    background: #fff;
    box-shadow: 0 0 11px rgb(33 33 33 / 15%);
    margin: 10px 5px;
    padding: 25px 15px;
    border-radius: 10px;
    border: 1px solid transparent;
  }
  #about .owl-nav {
    position: absolute;
    bottom: 50px;
    right: 80px;
  }
  #about button.owl-prev, #about button.owl-next {
    background: #fba01f;
    border: none;
    color: #fff;
    width: 40px;
    height: 40px;
  }
  #about button.owl-next {
    left: 30px;
    position: absolute;
    border-left: 1px solid #b1a5a5;
  }

/* Testimonial  */
  
  #testimonial .middle_content {
    margin: 0 auto;
  }
  #testimonial .testimonial {
    box-shadow: 0px 0px 15px 0px #ededed;
    margin: 50px 10px;
    text-align: center;
    padding: 30px;
    position: relative;
    background: #fff;
    z-index: 9999;
    transition: all 0.4s ease-in 0s;
  }
  #testimonial .bg:before {
    content: "";
    background-color: #dbdbdb;
    position: absolute;
    height: 5%;
    width: 90%;
    right: 5%;
    border-radius: 20px;
    top: 12%;
    z-index: 1;
  }
  #testimonial .bg:after {
    content: "";
    background-color: #dbdbdb;
    position: absolute;
    height: 5%;
    width: 90%;
    right: 5%;
    border-radius: 20px;
    bottom: 12%;
    z-index: 1;
  }
  #testimonial .bg:hover:before{
    background-color: #fba01f;
  }
  #testimonial .bg:hover:after{
    background-color: #fba01f;
  }

  #testimonial .testimonial-content{
    color: #8b8b8b;
    line-height: 1.8;
    position: relative;
    padding: 10px 0;
    margin-bottom: 15px;
  }
  #testimonial .testimonial-content:before {
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #e5e5e5;
    position: absolute;
    right: 0;
    font-size: 70px;
    z-index: -1;
    left: 0;
    text-align: center;
  }
  #testimonial .testimonial-pic {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 20px;
  }
  #testimonial .testimonial-pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
    border: 2px solid #696969;
  }
  #testimonial .title{
    font-size: 16px;
    line-height: 30px;
    color: #222222;
    font-weight: 700;
    font-family: "Outfit";
    text-align: center;
  }
  #testimonial .testimonial .text{
    font-size: 14px;
    line-height: 20px;
    color: #777777;
    font-weight: 400;
    font-family: "Outfit";
    text-align: center;
  }
  #testimonial .name{
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Outfit";
    text-align: left;
    margin: 0;
  }
  #testimonial .box {
    background: #fb9f1f;
    padding: 10px;
    border-radius: 50px;
    position: absolute;
    top: -50px;
    left: 32%;
    width: 250px;
  }
  #testimonial .box img {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 60px!important;
    height: 60px;
  }
  #testimonial .designation{
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 300;
    text-align: left;
    font-family: "Outfit";
    margin: 0;
  }
  #testimonial button.owl-prev {
    position: absolute;
    left: -10%;
    top: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    background: #fba01f;
    border-radius: 50px;
    outline: none;
    color: #fff;
  }
  #testimonial button.owl-next {
    position: absolute;
    right: -10%;
    top: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    background: #fba01f;
    border-radius: 50px;
    outline: none;
    color: #fff;
  }
  #testimonial .disabled {
    background: #000!important;
  }
 
/* Activity */

  #activity button.owl-prev {
    position: absolute;
    left: -5%;
    top: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    background: #fba01f;
    border-radius: 50px;
    outline: none;
    color: #fff;
  }
  #activity button.owl-next {
    position: absolute;
    right: -5%;
    top: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    background: #fba01f;
    border-radius: 50px;
    outline: none;
    color: #fff;
  }
  #activity .disabled {
    background: #000!important;
  }

/* Tourist */
  
  #tourist {
    background: #efeff5;
  }
  #tourist .view_btn a:hover {
    text-decoration: none;
    color: #fff;
  }
  #tourist .view_btn a {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    font-family: 'Outfit', sans-serif;
    background: #fb9f1f;
    padding: 10px 30px;
    border-radius: 6px;
    letter-spacing: 1px;
  }
  #tourist img {
    height: 250px;
    width: 100%;
  }
  #tourist .post-content {
    background: #fff;
    padding: 15px 20px;
  }
  #tourist .post-title a {
    font-size: 16px;
    line-height: 25px;
    color: #222222;
    font-weight: 600;
    font-family: "Outfit";
  }
  #tourist .post-description {
    font-size: 14px;
    line-height: 20px;
    color: #777777;
    font-weight: 400;
    font-family: "Outfit";
  }
  #tourist .distance {
    font-size: 15px;
    line-height: 30px;
    color: #222222;
    font-weight: 500;
    font-family: "Outfit";
  }
  #tourist .number {
    font-size: 15px;
    line-height: 30px;
    color: #222222;
    font-weight: 700;
    font-family: "Outfit";
  }

/* Gallery */
  
  #gallery {
    background: #efeff5;
    text-align: center;
  }
  #gallery .view_btn a:hover {
    text-decoration: none;
    color: #fff;
  }
  #gallery .view_btn a {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    font-family: 'Outfit', sans-serif;
    background: #fb9f1f;
    padding: 10px 30px;
    border-radius: 6px;
    letter-spacing: 1px;
  }
  #gallery ul.nav.nav-tabs {
    background: #fff;
    border: none;
    display: inline-flex;
    border-radius: 50px;
    border: 1px solid transparent;
    padding: 5px 30px;
  }
  #gallery .nav-tabs .nav-link.active:before {
    content: "";
    width: 100%;
    border-top: 3px solid #fba01f;
    position: absolute;
    top: -7px;
    left: 0;
  }
  #gallery .nav-tabs .nav-link.active:after {
    content: "";
    width: 100%;
    border-bottom: 3px solid #fba01f;
    position: absolute;
    bottom: -6px;
    left: 0;
  }
  #gallery .nav-tabs .nav-link.active { 
    color: #fba01f;
  }
  #gallery .nav-tabs .nav-link {
    font-size: 15px;
    color: #585858;
    font-weight: 400;
    font-family: "Outfit";
    text-align: center;
    border: unset;
    position: relative;
  }
  #gallery .box{
    padding: 3px;
    box-shadow: 0 0 5px #fff;
  }
  #gallery .box .box-img{
    display: block;
    position: relative;
    overflow: hidden;
  }
  #gallery .box .box-img img{
    width: 100%;
    height: auto;
  }
  #gallery .box .over-layer{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  #gallery .box-img:before,
  #gallery .box-img:after,
  #gallery .box-img .over-layer:before,
  #gallery .box-img .over-layer:after{
    content:"";
    width: 50%;
    height: 50%;
    position: absolute;
    background: rgba(255, 255, 255,0.4);
    transition: all 0.40s ease-in-out 0s;
  }
  #gallery .box-img:before{
    top: 0;
    left: -100%;
  }
  #gallery .box:hover .box-img:before{
    left:0;
  }
  #gallery .box-img:after{
    top: -100%;
    right: 0;
    background:rgba(255, 255, 255,0.8);
  }
  #gallery .box:hover .box-img:after{
    top:0;
  }
  #gallery .box-img .over-layer:before{
    left: 0;
    bottom: -100%;
    background:rgba(255, 255, 255,0.8);
  }
  #gallery .box:hover .over-layer:before{
    bottom:0;
  }
  #gallery .box-img .over-layer:after{
    bottom: 0;
    right: -100%;
  }
  #gallery .box:hover .over-layer:after{
    right:0;
  }
  #gallery .box .over-layer i {
    position: relative;
    top: 40%;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    z-index: 2;
    transition: all 0.40s ease-in-out 0.1s;
    background: #fb9f1f;
    border-radius: 50px;
    width: 50px;
    display: inline-block;
    height: 50px;
    padding: 17px;
  }
  #gallery .box:hover .over-layer i{
    opacity:1;
    transition-delay: 0.1s;
  }

/* Recent */
  
  section#recent_offer {
    padding-bottom: 0;
  }
  #recent_offer .offer-box h5 {
    font-size: 26px;
    line-height: 40px;
    color: #222222;
    font-weight: 700;
    font-family: 'outfit', sans-serif;
  }
  #recent_offer .offer-box h6{
    font-size: 20px;
    line-height: 30px;
    color: #222222;
    font-weight: 400;
    font-family: 'outfit', sans-serif;
    text-align: left;
  }
  #recent_offer .offer-box p {
    font-size: 15px;
    line-height: 30px;
    color: #ff2755;
    font-weight: 700;
    font-family: 'outfit', sans-serif;
    text-align: left;
  }
  #recent_offer .offer-box a {
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'outfit', sans-serif;
    text-align: center;
    background: #fba01f;
    border: 1px solid #fba01f;
    border-radius: 10px;
    padding: 9px 15px;
  }
  .offer_left {
    position: relative;
    top: 31px;
    z-index: 999;
  }
  .offer-box {
    padding-left: 50px;
  }

/* Latest New */
  
  #latest_news {
    background: #efeff6;
  }
  #latest_news .post-slide .post-img{
    position: relative;
    overflow: hidden;
  }
  #latest_news .post-slide .post-img:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    transition: all 0.4s linear 0s;
  }
  #latest_news .post-slide:hover .post-img:before{
    background: rgba(0, 0, 0, 0.6);
  }
  #latest_news .post-slide .post-img img{
    width: 100%;
    height: auto;
  }
  #latest_news .post-slide .date {
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 200;
    font-family: 'Outfit', sans-serif;
    width: 35%;
    text-align: center;
    padding: 6px 0;
    background: #fb9f1f;
    position: absolute;
    bottom: 12px;
    right: -50%;
    transition: all 0.5s ease-in-out 0s;
    border: 1px solid #fb9f1f;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    border-top-right-radius: 18px;
  }
  #latest_news .post-slide:hover .date{
    right: 12px;
  }
  #latest_news .post-slide .post-review{
    padding: 25px 20px;
    background: #fff;
    position: relative;
  }
  #latest_news .post-slide .post-title{
    display: inline-block;
    font-size: 16px;
    color: #222222;
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
    letter-spacing: 2px;
    transition: all 0.30s linear 0s;
  }
  #latest_news .post-slide .post-description{
    font-size: 14px;
    line-height: 22px;
    color: #777777;
    font-weight: 400;
    font-family: 'Outfit', sans-serif;
  }
  #latest_news .post-slide a{
    font-size: 14px;
    line-height: 22px;
    color: #fba01f;
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
    letter-spacing: 1px;
  }
  #latest_news .post-slide a i {
    position: relative;
    top: 1px;
  }
  #latest_news .view_btn a:hover {
    text-decoration: none;
    color: #fff;
  }
  #latest_news .view_btn a {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    font-family: 'Outfit', sans-serif;
    background: #fb9f1f;
    padding: 10px 30px;
    border-radius: 6px;
    letter-spacing: 1px;
  }