/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

@font-face {
    font-family: 'vazir';
    src: url('../fonts/vazir.eot');
    src: url('../fonts/vazir.ttf')  format('truetype'),
         url('../fonts/vazir.woff2') format('woff2'),
         url('../fonts/vazir.woff') format('woff');
  }
/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

.container {
     max-width: 1170px;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'vazir';
     direction: rtl;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     /*-ms-transition: all .3s ease-in-out;*/
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     /*font-weight: normal;*/
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px;
}

h2 {
     font-size: 22px;
}

h3 {
     font-size: 18px;
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0;
     padding: 0;
     list-style: none;
}

p {
     margin: 0;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     /*-ms-transition: all .3s ease-in-out;*/
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*---------------------------- preloader area ----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*-- navigation--*/

.navigation.navbar {
     float: right;
     /*padding-top: 14px!important;*/
     /*padding: 0;*/
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 7px 0 27px 0;
     margin: 0 19px;
     color: #010101;
     font-size: 16px;
     line-height: 20px;
     font-weight: 500;
     text-transform: uppercase;
     border-bottom: #fff solid 3px;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #4ba4b0;
     border-bottom: #4ba4b0 solid 3px;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #4ba4b0;
     border-bottom: #4ba4b0 solid 3px;
}

.navbar-expand-md .navbar-nav {
     padding-right: 10px;
}

.header {
     width: 100%;
     height: 86px;
     padding: 10px 0 15px 0;
     background: #fff;
}
.logo img{
     width: 200px;
     height: 60px;
}


/** banner section **/

.banner_main {
     /*position: relative;*/
     /*margin: 0 auto;*/


}
.banner_main .carousel-inner img{
     height: 380px;
     min-height: 380px;
     width: 100%;
}

.banner .carousel-indicators li {
     width: 20px;
     height: 20px;
     border-radius: 30px;
     background: #fff;
}

.banner .carousel-indicators .active {
     background-color: #4ba4b0;
}

.booking_online {
     position: absolute;
     width: 100%;
     top: 50%;
     transform: translateY(-50%);
}

/*.book_room {*/
/*     background-color: #000000c7;*/
/*     padding: 30px 35px;*/
/*     border-left:#4ba4b0 solid 5px;*/
/*}*/

/*.book_room h1 {*/
/*     font-weight: 500;*/
/*     font-size: 30px;*/
/*     line-height: 30px;*/
/*     color: #fff;*/
/*     padding-bottom: 20px;*/
/*     text-transform: uppercase;*/
/*     text-align: center;*/
/*}*/

.book_now span {
     display: block;
     color: #fff;
     font-size: 18px;
     padding-bottom: 5px;
}

.book_now .online_book {
     width: 100%;
     height: 50px;
     border: #fff solid 1px;
     background-color: transparent;
     color: #fff;
     padding: 0 10px;
     padding-right: 61px;
     margin-bottom: 25px;
     position: relative;
}

.date_cua {
     position: absolute;
     width: 29px;
     height: 29px;
     top: 48px;
     background-repeat: no-repeat;
     right: 30px;
}

.book_btn {
     background-color: #4ba4b0;
     max-width: 189px;
     width: 100%;
     margin: 0 auto;
     padding: 10px 0;
     border-radius: 50px;
     color: #fff;
     font-size: 20px;
     transition: ease-in 0.5s;
     display: block;
}

.book_btn:hover {
     background-color: #fff;
     color: #4ba4b0;
     transition: ease-in 0.5s;
}

.carousel-control-next{
     position:absolute;
     right:-20px;
     color: #4ba4b0;
}
.carousel-control-prev {
     /*display: none;*/
     position: absolute;
     left:-20px;
     color: #4ba4b0;
}

.carousel-indicators {
     right: inherit;
     bottom: 20px;
     margin-left: 7%;
}

/** end banner section **/

.titlepage {
     text-align: center;
     padding-bottom: 30px;
}

.titlepage h2 {
     font-size: 30px;
     color: #121212;
     line-height: 45px;
     font-weight: bold;
     text-transform: uppercase;
     padding: 20px 0;
     margin-bottom: 10px;
}

.titlepage h2::before {
     position: absolute;
     content: "";
     background-color: #4ba4b0;
     width: 20px;
     height: 4px;
     transform: rotate(-36deg);
     top:1px;
}

.titlepage h2::after {
     position: absolute;
     content: "";
     background-color: #4ba4b0;
     width: 20px;
     height: 4px;
     transform: rotate(-36deg);
     bottom: 1px;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.read_more {
     font-size: 17px;
     background-color: #4ba4b0;
     color: #fff;
     padding: 8px 0;
     width: 100%;
     max-width: 144px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     font-weight: 500;
     border-radius: 30px;
     margin: 5px auto;
}

.read_more:hover {
     background: darkblue;
     color: #fff;
     transition: ease-in all 0.5s;
}
.readMore{
     position: absolute;
     left: 50%;
     transform: translateX(-50%);
     margin: 30px auto;
}
/** about section **/

.about {
     background-color: #fff;
     padding-top: 50px;
     padding-bottom: 50px;
}

.about .titlepage {
     text-align: center;
     padding-bottom: 0;
     max-width: 550px;
     width: 100%;
     float: left;
}

.about .titlepage h2 {
     margin-bottom: 35px;
}

.about .titlepage p {
     font-weight: 400;
     font-size: 17px;
     line-height: 28px;
     padding-bottom: 35px;
}

.about_img {
     margin-right: 40px;
     overflow: hidden;
}

.about_img figure {
     margin: 0;
}

.about_img figure img {
     width: 100%;
     transition: all .5s;
}

.about_img figure img:hover {
     transform: scale(1.2);
}
/** end about section **/

/** our_product section **/

.our_product {
     background-image:radial-gradient(circle, #fff, #b2b2b2 90%);
     padding: 60px 0 70px 0;
     margin-top: -70px;
}
.our_product .container > a {
     position: absolute;
     left: 50%;
}
.our_product .titlepage {
     text-align: center;
     padding-top: 60px;
}

.our_product .titlepage p {
     color: #121212;
     font-size: 17px;
     margin-top: 20px;
}

.our_product .product {
     text-align: center;
     background-color: #fff;
     margin-bottom: 30px;
     transition: ease-in all 0.5s;
}

.our_product .product .product_img {
     overflow: hidden;
}

.our_product .product .product_img figure {
     margin: 0;
}

.our_product .product .product_img figure img {
     width: 100%;
     height:270px; min-height: 270px;
     transition: all .5s;
}

.our_product .product .product_img figure img:hover {
     transform: scale(1.2);
}

.our_product .product .productTitle {
     padding: 33px 30px;
}

.our_product .product .productTitle h3 {
     color: #121212;
     font-size: 22px;
     line-height: 20px;
     font-weight: 500;
     transition: ease-in all 0.5s;
     margin: 0 auto;
}
.our_product .product .productTitle p{
     font-size: 16px;
}

#serv_hover:hover.product {
     cursor: pointer;
     box-shadow: 0 0 30px #4ba4b0;
     transition: ease-in all 0.5s;
}


/** end our_product section **/


/** gallery  section **/

.gallery {
     padding-top: 20px;
}

.gallery .titlepage {
     text-align: center;
}

.gallery .gallery_img {
     overflow: hidden;
     margin-bottom: 30px;
}

.gallery .gallery_img figure {
     margin: 0;
}

.gallery .gallery_img figure img {
     width: 100%;
     transition: all .5s;
}

.gallery .gallery_img figure img:hover {
     transform: scale(1.2);
}


/** end gallery  section **/


/** blog section **/

.blog {
     /*background-image: url('/static/images/firouzeh10.jpg');*/
     background-repeat: no-repeat;
	 background-size: cover;
     background-position: center;
	 background-attachment: fixed;
     padding: 20px 0 20px 0;
     margin-top: 30px;
     height: 700px;
}

.blog .titlepage {
     text-align: center;
}

.blog .titlepage h2 {
     color: #4ba4b0;
     margin-bottom: 10px;
     font-size: 26px;
     line-height: 10px;
}

.blog .titlepage p {
     color: #fff;
     font-size: 17px;
     margin-top: 20px;
}

.blog .blog_box {
     text-align: left;
     background-color: #fff;
     margin-bottom: 30px;
     transition: ease-in all 0.5s;
}

.blog .blog_box .blog_img {
     overflow: hidden;
}

.blog .blog_box .blog_img figure {
     margin: 0;
}

.blog .blog_box .blog_img figure img {
     width: 100%;
     transition: all .5s;
}

.blog .blog_box .blog_img figure img:hover {
     transform: scale(1.2);
}

.blog .blog_box .blog_room {
     padding: 33px 30px;
     text-align: left;
}

.blog .blog_box .blog_room h3 {
     color: #121212;
     font-size: 20px;
     line-height: 20px;
     font-weight: 500;
     padding-bottom: 10px;
     transition: ease-in all 0.5s;
     margin: auto;
}

.blog .blog_box .blog_room span {
     font-size: 15px;
     color: #4ba4b0;
     font-weight: bold;
     margin-bottom: 10px;
     display: block;
}

.blog .blog_box .blog_room p {
     font-size: 14px;
     line-height: 20px;
}
.blog {position: relative}
.blog .container > a{
     position:absolute;
     left:50%;
     bottom:30px;
     transform: translateX(-50%);
}
/** end blog section **/


/** contact section **/

.contact {
     background: #fff;
     margin-top: 90px;
}

.main_form .contactus {
     border: #fff solid 1px;
     padding: 0 15px;
     margin-bottom: 25px;
     width: 100%;
     height: 58px;
     background: #fff;
     color: #000000;
     font-size: 18px;
     font-weight: normal;
     box-shadow: 2px 0 6px rgba(255, 9, 9, 0.20);
}

.main_form .textarea {
     border: #fff solid 1px;
     margin-bottom: 25px;
     width: 100%;
     background: #fff;
     color: #000000;
     font-size: 18px;
     font-weight: normal;
     padding: 12px 15px 0 15px;
     box-shadow: 2px 0 6px #4ba4b0;
     height: 150px;
}

.main_form .send_btn {
     font-size: 22px;
     transition: ease-in all 0.5s;
     background-color: #4ba4b0;
     text-transform: uppercase;
     color: #fff;
     padding: 10px 0;
     max-width: 193px;
     width: 100%;
     display: block;
     margin-top: 10px !important;
     font-weight: 500;
     border-radius: 50px;
}

.main_form .send_btn:hover {
     background-color: #fff;
     transition: ease-in all 0.5s;
     color: #4ba4b0;
}

#request *::placeholder {
     color: #000000;
     opacity: 1;
}

.map figure {
     margin: 0;
}

.map figure img {
     width: 100%;
}

.form-title{
     text-align: right;
}
.contactName p{
     margin-bottom: 10px;
}
.contactName p:nth-of-type(1){
     font-size: larger;
     font-weight: bold;
     margin-bottom: 30px;
}

.form-submit button{
     position: absolute;
     left:50%;
     transform: translateX(-50%);
}
/** end contact section **/


/** footer **/

.footer {
     background: #4ba4b0;
     direction: rtl;
     margin-top: 5px;
     padding-top: 60px;
}

.footer h3 {
     font-weight: 600;
     font-size: 22px;
     line-height: 24px;
     text-align: left;
     color: #fff;
     margin-bottom: 15px;
     border-bottom: #fff solid 3px;
     padding-bottom: 3px;
     display: table;
}

ul.conta li {
     color: #fff;
     text-align: right;
     padding-bottom: 20px;
     font-size: 16px;
}

ul.conta li i {
     padding-right: 15px;
     text-align: center;
     font-size: 20px;
}

ul.conta li a {
     color: #fff;
}

ul.link_menu li {
     display: block;
     text-align: left;
}

ul.link_menu li.active a {
     color: darkblue;
}

ul.link_menu li a {
     color: #fff;
     font-size: 17px;
     line-height: 28px;
     display: block;
     width: -moz-max-content;
}

ul.link_menu li a:hover {
     color: darkblue;
}

.bottom_form {
     display: flex;
     flex-wrap: wrap;
     margin-top: 32px;
}

/*.bottom_form h3 {*/
/*     font-weight: 600;*/
/*     font-size: 20px;*/
/*     line-height: 25px;*/
/*     text-align: left;*/
/*     color: #fff;*/
/*     padding-top: 12px;*/
/*     margin-right: 93px;*/
/*     text-transform: uppercase;*/
/*     border: inherit;*/
/*}*/

.bottom_form .enter {
     border: inherit;
     padding: 0 19px;
     width: 100%;
     height: 45px;
     background: #fff;
     color: #4ba4b0;
     font-size: 17px;
     font-weight: 300;
     float: left;
     margin-bottom: 20px;
}

.sub_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #fff;
     color: #4ba4b0;
     padding: 8px 0;
     max-width: 147px;
     width: 100%;
     font-weight: 500;
     text-transform: uppercase;
     height: 47px;
}

.sub_btn:hover {
     background-color: #007bff;
     transition: ease-in all 0.5s;
     color: #fff;
}

ul.social_icon {
     padding-top: 24px;
     width: 100%;
     text-align: center;
}

ul.social_icon li {
     display: inline-block;
}

ul.social_icon li a {
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 27px;
     border-radius: 30px;
     margin: 0 9px;
     color: #fff;
}

ul.social_icon li a:hover {
     color: deepskyblue;

}

.copyright {
     margin-top: 60px;
     padding-bottom: 20px;
     background-color: #fff;
     border: #4ba4b0 solid 3px;
     border-right: inherit;
     border-left: inherit;
}

.copyright p {
     color: #4ba4b0;
     font-size: 18px;
     line-height: 22px;
     text-align: center;
     border-top: #a3aec6 solid 1px;
     padding-top: 25px;
     font-weight: normal;
}

.copyright a {
     color: #000;
}

.copyright a:hover {
     color: #4ba4b0;
     /*color: #007bff;*/
}


/** end footer **/


/**  inner page css **/
.back_re {
     background-color: #4ba4b0;
     height:170px;
}
.back_re .title {
     text-align: center;
}
.back_re .title h2 {
     color:#fff;
     font-size: 32px;
     padding: 32px 0;
     font-weight: 600;
     text-transform: uppercase;
     line-height: 32px;
}
.margin_0 {
     margin:0 !important;
}


.inner_page .gallery {
     padding-top: 90px;
}
.inner_page .blog {
     margin-top: 90px;
}



/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    left: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 2px;
    top: 50%;
    right: -55px;
    margin-top: -1px;
    background: var(--primary);
}

.section-title.text-start::before,
.section-title.text-end::after {
    display: none;
}

/* Restaurant */

.pricing-entry {
  width: 100%;
  display: block;
  margin-bottom: 30px; }
  .pricing-entry img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    /*-ms-border-radius: 50%;*/
    border-radius: 50%; }
  .pricing-entry .desc {
    width: calc(100% - 100px); }
    .pricing-entry .desc p {
      margin-bottom: 0; }
  .pricing-entry .text {
    width: 100%;
    display: block;
    position: relative;
    z-index: 0; }
    .pricing-entry .text:after {
      position: absolute;
      bottom: 35%;
      left: 0;
      right: 0;
      content: '';
      width: 100%;
      height: 1px;
      border-bottom: 1px dashed #211a0e;
      z-index: -1; }
    .pricing-entry .text h3 {
      width: calc(100% - 80px);
      font-size: 22px; }
      .pricing-entry .text h3 span {
        padding-right: 20px;
        background: #fff; }
    .pricing-entry .text .price {
      width: 80px;
      color: #8d703b;
      text-align: right;
      font-size: 20px;
      background: #fff; }

.ftco-animate {
  opacity: 0;
  visibility: hidden; }

.about-author .desc h3 {
  font-size: 24px; }


.ftco-section .ftco-sub-title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .5em;
  color: #d4d4d4;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300; }

.ftco-section .ftco-primary-title {
  margin-top: 0;
  margin-bottom: 30px; }


.ftco-section {
  padding: 6em 0;
  position: relative; }
  @media (max-width: 767.98px) {
    .ftco-section {
      padding: 6em 0; } }
  @media (min-width: 768px) {
    .ftco-section .container-fluid {
      padding: 0 4em; } }


.ftco-section {
  position: relative;
  width: 100%;
  display: block; }
  .ftco-section .nav-pills p {
    margin-bottom: 0; }
  .ftco-section .nav-pills .nav-link {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    color: #b3b3b3;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    /*-ms-border-radius: 30px;*/
    border-radius: 30px; }
    .ftco-section .nav-pills .nav-link:hover {
      color: #000000; }
    .ftco-section .nav-pills .nav-link.active {
      color: #fff;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      /*-ms-transition: all 0.3s ease;*/
      transition: all 0.3s ease; }
      .ftco-section .nav-pills .nav-link.active:after {
        opacity: 1; }
      @media (max-width: 767.98px) {
        .ftco-section .nav-pills .nav-link.active:after {
          opacity: 0; } }
    @media (max-width: 767.98px) {
      .ftco-section .nav-pills .nav-link {
        display: block;
        width: 100%;
        margin-bottom: 5px; } }
  .ftco-section .tab-content .tab-pane h2 {
    font-size: 24px; }
  .ftco-section .tab-content .tab-pane .one-forth {
    width: 50%; }
    .ftco-section .tab-content .tab-pane .one-forth img {
      -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.03);
      -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.03);
      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.03); }
      @media (max-width: 767.98px) {
        .ftco-section .tab-content .tab-pane .one-forth img {
          margin-bottom: 20px; } }
    @media (max-width: 767.98px) {
      .ftco-section .tab-content .tab-pane .one-forth {
        width: 100%; } }
  .ftco-section .tab-content .tab-pane .one-half {
    width: 50%; }
    @media (max-width: 767.98px) {
      .ftco-section .tab-content .tab-pane .one-half {
        width: 100%; } }


.instagram .heading-section h2 {
  font-size: 30px; }


.heading-section .subheading {
  font-size: 14px;
  display: block;
  margin-bottom: 10px; }

.heading-section h2 {
  font-size: 38px;
  font-weight: 400;
  position: relative; }
  .heading-section h2 strong {
    font-weight: 700; }
  @media (max-width: 767.98px) {
    .heading-section h2 {
      font-size: 28px; } }
  .heading-section h2:after, .heading-section h2:before {
    width: 100px;
    height: 2px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #8d703b;
    content: ''; }
  .heading-section h2:before {
    width: 80px;
    height: 2px;
    bottom: -19px; }

.heading-section.heading-section-white .subheading {
  color: rgba(255, 255, 255, 0.9); }

.heading-section.heading-section-white h2 {
  font-size: 38px;
  color: #fff; }
  .heading-section.heading-section-white h2:after, .heading-section.heading-section-white h2:before {
    display: none; }

.heading-section.heading-section-white p {
  color: rgba(255, 255, 255, 0.9); }

.heading-section.heading-section-wo-line h2:after, .heading-section.heading-section-wo-line h2:before {
  display: none; }



/* Breadcrumb*/

.hero-wrap
{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 300px;
  position: relative;
}


  .hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .2;
    background: #000000; }
  .hero-wrap .slider-text {
    color: #fff;
    height: 300px; }
    .hero-wrap .slider-text .breadcrumbs {
      text-transform: uppercase;
      font-size: 13px;
      letter-spacing: 1px;
      margin-bottom: 20px;
      z-index: 99; }
      .hero-wrap .slider-text .breadcrumbs span {
        border-bottom: 2px solid rgba(255, 255, 255, 0.1);
        color: rgba(255, 255, 255, 0.7); }
        .hero-wrap .slider-text .breadcrumbs span a {
          color: #fff; }
    .hero-wrap .slider-text .bread {
      font-weight: 400;
      color: #fff;
      font-size: 60px; }
    .hero-wrap .slider-text .btn-primary {
      border: 1px solid rgba(255, 255, 255, 0.4);
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      /*-ms-border-radius: 30px;*/
      border-radius: 30px; }
      .hero-wrap .slider-text .btn-primary:hover, .hero-wrap .slider-text .btn-primary:focus {
        background: #fff !important;
        color: #000000; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }


/****************************/
/*pagination*/
/****************************/
.pagination li{
	border: 1px solid #4ba4b0;
	margin: 10px;
	padding: 10px;
	text-align: center;
	border-radius: 50%;
	background-color:white;
}
.pagination ul{
	text-align: center;
	margin: 0 auto;

}

/*------- check in --------*/

.check-availability {
  margin-top: -70px;
  position: relative;
  padding: 0 100px;}
  .check-availability .block-32 {
    background: #fff;
    border-radius: 10px; }

  .field-icon-wrap {
  position: relative; }
  .field-icon-wrap .form-control {
    position: relative;
    padding-right: 40px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #a6a6a6; }
  .field-icon-wrap .icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    z-index: 2; }
  .field-icon-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%; }

.block-32 {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 2px 80px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 80px -10px rgba(0, 0, 0, 0.2);
  width: 100%; }
  .block-32 .field-icon-wrap {
    position: relative; }
    .block-32 .field-icon-wrap .form-control {
      position: relative;
      padding-right: 40px;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      color: #a6a6a6; }
    .block-32 .field-icon-wrap .icon {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 15px;
      z-index: 2; }
    .block-32 .field-icon-wrap select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 100%; }

    .btn, .form-control {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .btn:focus, .btn:active, .form-control:focus, .form-control:active {
    outline: none; }

.form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 50px;
  border-width: 2px; }
  .form-control:active, .form-control:focus {
    border-color: #4ba4b0; }

textarea.form-control {
  height: inherit; }

#adults, #children{
     height: 50px;
     border-width: 2px;
}

/*********************************
3.1 Top Bar ---site_header_component--
*********************************/
.user_box ul li{
	display: inline-block;
	color: #FFFFFF;
}
.user_box ul li a{
	color: #FFFFFF!important;
}
.top_bar
{
	width: 100%;
	height: 36px;
	background: #4ba4b0;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	/*-ms-transition: all 400ms ease;*/
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.header.scrolled .top_bar
{
	visibility: hidden;
	opacity: 0;
	height: 0;
}
.name{
     display: inline-block;
	 margin-right: 46px;
     line-height: 36px;
	 font-size: 13px;
	 font-weight: 600;
	 color: #FFFFFF;
}
.phone
{
	display: inline-block;
	margin-right: 36px;
	line-height: 36px;
	font-size: 12px;
	font-weight: 600;
	color: #FFFFFF;
}
.social_list_item
{
	position: relative;
	display: inline-block;
	margin-right: 36px;
}
.social_list_item:last-child
{
	margin-right: 0;
}
.social_list_item a
{
	display: block;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 36px;
}
.social_list_item:hover a i
{
	color: deepskyblue;
}
.social_list_item a i
{
	font-size: 16px;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	/*-ms-transition: all 200ms ease;*/
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.social_list_item a:hover
{
	color: #b1aa4f;
}

.user_box_link
{
	display: inline-block;
	padding: 0;
     margin-right: 36px;

}
.user_box_link a
{
	display: block;
	font-size: 12px;
	line-height: 36px;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: uppercase;
}
.user_box_link a:hover
{
	color: #b1aa4f;
}
.user_box_login
{
	margin-right: 15px;

}
.user_box_login::after
{
	display: block;
	position: absolute;
	top: 15px;
	right: -9px;
	background: #FFFFFF;
	width: 1px;
	height: 9px;
	content: '';
}

.languages li a:hover{
     color: #b1aa4f;
}

.main_nav_col
{
	height: 143px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	/*-ms-transition: all 400ms ease;*/
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	/*background-image: radial-gradient(#93cbff, royalblue, #2093ff );*/
}
.header.scrolled .main_nav_col {
	height: 100px;
}

#productIMG figure img{
     width:250px;
     height:250px;
}

/***********************************/
/*12. Site- main ......detail page*/
/**********************************!*/

.site-main{
	padding:20px;
	margin: 50px;
	border: 2px dotted #4ba4b0;
	border-radius: 15px;
	background-image: radial-gradient(#cee7ff, #fff, #93cbff);
}
.site-main section:nth-of-type(3) ul li span:nth-of-type(2){ color: #4ba4b0; font-weight: bold }
.site-main section h1{
	margin: 30px 0;
}

.site-main section p{
	text-align: justify;
	margin-bottom: 10px;

}
.site-main section p:nth-last-child{
	margin-bottom: 30px;
}
.site-main div { margin:0 auto}
.site-main figure {
	padding: 10px;
	border: 1px dashed #444;
	border-radius: 10px;
	background-color: #FFFFFF;
	margin: 10px auto;
}

.site-main section img{
	width: 200px;
	height: 200px;
	text-align: center;
	border-radius: 10px;
	display: inline-block!important;
	margin: 10px;
}

/* --------- product-----------*/

#team{position: relative}
#team a{
     position: absolute;
     bottom: -15px;
     left: 50%;
     transform: translateX(-50%);
}
#team img{
     min-height: 220px; height: 220px; width:100%
}
.productsEffect{
     margin: 30px auto;
     transition: all 400ms ease!important;
}
.productsEffect:hover{
     transform: scale(1.15);

}
.Product-Section{
     padding: 30px 0;
}

/* ------- Login -------- */
.middle_bar
{
	width: 100%;
	height: 36px;
	background: #65aaae;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	/*-ms-transition: all 400ms ease;*/
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

/*************************
*******login page CSS******
**************************/

#form {
    display: block;
    margin-bottom: 100px;
    margin-top: 50px;
    overflow: hidden;
    padding: 50px;
    /*background: #fbfbfb;*/
    border-radius: 0.05em;
    border-bottom: solid 3px #b1aa4f;

}

#form .col-sm-4, #form .col-sm-1 {
    float: right;
}

#form h2 {
    font-size: 16pt;
}

.login-form {

}

.signup-form {
    /*background-image: url("/static/images/logo.tiny.jpg");*/
    /*background-size: inherit;*/
     background: #fbfbfb;
     padding: 40px;
}

.forget-password .col-sm-6 {
    float: right;
}

.login-form h2, .signup-form h2 {
    color: #696763;
    font-family: 'BYekan', sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}


.login-form form input, .signup-form form input {
    background: #F0F0E9;
    border: medium none;
    color: #696763;
    display: block;
    font-family: 'BYekan', sans-serif;
    font-size: 10pt;
    font-weight: 300;
    height: 40px;
    margin-bottom: 10px;
    outline: medium none;
    padding-right: 10px;
    width: 100%;
}

/*.login-form form span {*/
/*    line-height: 25px;*/
/*}*/

/*.login-form form span input {*/
/*    width: 15px;*/
/*    float: right;*/
/*    height: 15px;*/
/*    margin-left: 6px;*/
/*}*/

/*.login-form form span a {*/
/*    float: left;*/
/*}*/


.login-form form button, .signup-form form button {
    background: #b1aa4f;
    border: medium none;
    border-radius: 0;
    color: #FFFFFF;
    display: block;
    font-family: 'BYekan', sans-serif;
    padding: 6px 25px;
    width: 100%;
    font-size: 16pt;
    margin-top: 40px;
}

.login-form label {

}


.login-form label input {
    border: medium none;
    display: inline-block;
    height: 0;
    margin-bottom: 0;
    outline: medium none;
    padding-left: 0;
}

.or {
    background: #FE980F;
    border-radius: 40px;
    color: #FFFFFF;
    font-family: 'BYekan', sans-serif;
    font-size: 16px;
    height: 50px;
    line-height: 55px;
    margin-top: 100px;
    text-align: center;
    width: 50px;
}

/* ---------- media ----------- */
@media screen and (max-width:1200px) and (min-width: 993px){
     .banner .carousel-indicators li {
          width: 17px;
          height: 17px;
          border-radius: 50%;
          margin-bottom: 10px;

}
}

@media screen and (max-width:992px) and (min-width: 768px){

     .banner .carousel-indicators li {
          width: 15px;
          height: 15px;
          border-radius: 50%;
          margin-bottom: 50px;
}
     #team img{ height:190px; min-height: 190px; width: 100%}
     .navbar-nav .nav-link { font-size: 14px!important; margin: 0 12px!important;}
}

@media screen and (max-width:768px) and (min-width: 576px){
     .header{ margin-bottom: 30px}
     #team img{ height:160px; min-height: 160px; width: 100%}
     .banner .carousel-indicators li {
          width: 15px;
          height: 15px;
          border-radius: 50%;
          margin-bottom: 50px;
}
}

@media screen and (max-width:576px){
    .logo_container .logo{
         position: relative;
         left: 50%;
         transform: translateX(-50%);
    }
     #team img{ height:130px; min-height: 130px; width: 100%}
     .navbar-toggler{
          position: absolute;
          top:70px;
          right:40px;
     }
 }

