
/*===========================
       COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");
body {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #121212;
  background-color: #282828;
  overflow-x: hidden;
 }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  text-decoration: none; }

i,
span,
a {
  display: inline-block; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  color: #121212;
  margin: 0px; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

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

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #121212;
  margin: 0px; }

  .typing > *{
  overflow: hidden;
  white-space: nowrap;
  animation: typingAnim 10s steps(90);
}
@keyframes typingAnim {
  from {width:0}
  to {width:100%}
}

.no-mp{margin: 0;padding: 0;}  

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }


.photo{
/*  position: absolute;
  top: 50%;
  left: 50%;*/
/*  transform: translate(-50%, -50%);
  display: block;*/
}

.photo-glow img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*filter: grayscale(100%) contrast(120%);*/
  box-shadow: 10px 15px 25px 0 rgba(0,0,0,.2);
  display: block;
  transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-top: -10px;
}

.photo-glow:hover img{
  box-shadow: 1px 1px 10px 0 rgba(255,255,255,.1);
}

.photo-glow .glow-wrap{
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  margin-top: -10px;
}

.photo-glow .glow{
  display: block;
  position:absolute;
  width: 40%;
  height: 200%;
  background: rgba(255,255,255,.1);
  top: 0;
  filter: blur(5px);
  transform: rotate(45deg) translate(-450%, 0);
  transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.photo-glow:hover .glow{
  transform: rotate(45deg) translate(150%, 0);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.photo-glow:hover img,
.photo-glow:hover .glow-wrap{
  margin-top: 0;
}
.header-translate{position: relative;top: -100px;}

/*==== Section Title =====*/
.section-title .title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px;
  font-weight: 700;
  color: #121212;
  line-height: 55px; }

  @media (max-width: 767px) {
    .section-title .title {
  font-size: 30px;
  line-height: 35px; } }

.section-title .text {
  font-size: 16px;
  line-height: 24px;
  color: #6c6c6c;
  margin-top: 24px; }

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #121212;
  z-index: 99999; }

  .preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

/*===========================
       BUTTON css 
===========================*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 2px solid transparent;
  padding: 0 32px;
  font-size: 18px;
  /*line-height: 42px;*/
  color: #282828;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative; }

.main-btn:focus{border-color: #333;}  

.main-btn:hover{border-color: #333;} 
  @media (max-width: 767px) {
    .main-btn {
      font-size: 14px;
      padding: 0 20px;
      line-height: 40px; } }

/*===== Rounded Buttons =====*/
.hometown-buttons ul li {
  display: inline-block;
  margin-left: 18px;
  margin-top: 20px; }

  @media (max-width: 767px) {
    .hometown-buttons ul li {
      margin-left: 0; } }

  .hometown-buttons ul li:first-child {
    margin-left: 0; }

.hometown-buttons .main-btn {
  border-radius: 0px; }

.hometown-buttons .hometown-three {
  overflow: hidden;
  /*line-height: 52px;*/
  padding: 10px 30px;
  margin-top: 60px;
  background: #c8b29a;
  background-size: 100% auto;
  color: #282828;
  border: 0;
  -webkit-transition: all 0.1s ease-out 0s;
  -moz-transition: all 0.1s ease-out 0s;
  -ms-transition: all 0.1s ease-out 0s;
  -o-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s; }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hometown-buttons .hometown-three {
      /*line-height: 44px;*/ } }

  @media (max-width: 767px) {
    .hometown-buttons .hometown-three {
      /*line-height: 44px;*/ } }

  .hometown-buttons .hometown-three:hover {
    background-position: right center; }


/*===========================
    HEADER css 
===========================*/
/*===== NAVBAR EIGHT =====*/
.navbar-area {
/*  background: -webkit-linear-gradient(left, #43cae9 0%, #38f9d7 100%);
  background: -o-linear-gradient(left, #43cae9 0%, #38f9d7 100%);
  background: linear-gradient(to right, #43cae9 0%, #38f9d7 100%);*/
  background-color: #282828;
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.navbar-area nav .hometown-buttons .hometown-three{margin-top: 0px;margin-left: 20px;}  
  .navbar-area .navbar-brand img {
    max-width: 70%; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-area {
      padding: 10px 0; } }
  @media (max-width: 767px) {
    .navbar-area {
      padding: 10px 0; } }
  .navbar-area .navbar {
    position: relative;
    padding: 0; }
    .navbar-area .navbar .navbar-toggler .toggler-icon {
      width: 30px;
      height: 2px;
      background-color: #121212;
      margin: 5px 0;
      display: block;
      position: relative;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
    .navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 7px; }
    .navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
      opacity: 0; }
    .navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);
      top: -7px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-area .navbar .navbar-collapse {
        position: absolute;
        top: 108%;
        left: 0;
        width: 100%;
        background-color: #f4f6f7;
        z-index: 8;
        padding: 10px 16px;
        -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } }
    @media (max-width: 767px) {
      .navbar-area .navbar .navbar-collapse {
        position: absolute;
        top: 108%;
        left: 0;
        width: 100%;
        background-color: #f4f6f7;
        z-index: 8;
        padding: 10px 16px;
        -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } }
    .navbar-area .navbar .navbar-nav {
      margin-right: 24px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .navbar-area .navbar .navbar-nav {
          margin-right: 0; } }
      @media (max-width: 767px) {
        .navbar-area .navbar .navbar-nav {
          margin-right: 0; } }
      .navbar-area .navbar .navbar-nav .nav-item {
        position: relative; }
        .navbar-area .navbar .navbar-nav .nav-item a {
          font-size: 18px;
          line-height: 24px;
          font-weight: 400;
          padding: 11px 16px;
          color: #e9e9e9;
          position: relative;
          border-radius: 5px;
          -webkit-transition: all 0.3s ease-out 0s;
          -moz-transition: all 0.3s ease-out 0s;
          -ms-transition: all 0.3s ease-out 0s;
          -o-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s;
          margin: 14px 0; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .navbar-area .navbar .navbar-nav .nav-item a {
              padding: 10px 0;
              display: block;
              border: 0;
              margin: 0; } }
          @media (max-width: 767px) {
            .navbar-area .navbar .navbar-nav .nav-item a {
              padding: 10px 0;
              display: block;
              border: 0;
              margin: 0; } }
          .navbar-area .navbar .navbar-nav .nav-item a::before {
            position: absolute;
            content: '';
            width: 32px;
            height: 4px;
            background-color: #fff;
            left: 50%;
            bottom: 0;
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
            -webkit-transform: translateX(-50%) scaleX(0);
            -moz-transform: translateX(-50%) scaleX(0);
            -ms-transform: translateX(-50%) scaleX(0);
            -o-transform: translateX(-50%) scaleX(0);
            transform: translateX(-50%) scaleX(0); }
            @media only screen and (min-width: 768px) and (max-width: 991px) {
              .navbar-area .navbar .navbar-nav .nav-item a::before {
                display: none; } }
            @media (max-width: 767px) {
              .navbar-area .navbar .navbar-nav .nav-item a::before {
                display: none; } }
        .navbar-area .navbar .navbar-nav .nav-item.active > a::before, .navbar-area .navbar .navbar-nav .nav-item:hover > a::before {
          -webkit-transform: translateX(-50%) scaleX(1);
          -moz-transform: translateX(-50%) scaleX(1);
          -ms-transform: translateX(-50%) scaleX(1);
          -o-transform: translateX(-50%) scaleX(1);
          transform: translateX(-50%) scaleX(1); }
        .navbar-area .navbar .navbar-nav .nav-item .sub-menu {
          position: absolute;
          right: 0;
          top: 100%;
          width: 260px;
          background-color: #fff;
          border-radius: 5px;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all 0.3s ease-out 0s;
          -moz-transition: all 0.3s ease-out 0s;
          -ms-transition: all 0.3s ease-out 0s;
          -o-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s;
          z-index: 99;
          -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
          -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16); }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .navbar-area .navbar .navbar-nav .nav-item .sub-menu {
              position: relative !important;
              width: 100% !important;
              left: 0 !important;
              top: auto !important;
              opacity: 1 !important;
              visibility: visible !important;
              display: none;
              right: auto;
              -webkit-transform: translateX(0%);
              -moz-transform: translateX(0%);
              -ms-transform: translateX(0%);
              -o-transform: translateX(0%);
              transform: translateX(0%);
              -webkit-transition: all none ease-out 0s;
              -moz-transition: all none ease-out 0s;
              -ms-transition: all none ease-out 0s;
              -o-transition: all none ease-out 0s;
              transition: all none ease-out 0s;
              -webkit-box-shadow: none;
              -moz-box-shadow: none;
              box-shadow: none;
              text-align: left;
              border-top: 0; } }
          @media (max-width: 767px) {
            .navbar-area .navbar .navbar-nav .nav-item .sub-menu {
              position: relative !important;
              width: 100% !important;
              left: 0 !important;
              top: auto !important;
              opacity: 1 !important;
              visibility: visible !important;
              display: none;
              right: auto;
              -webkit-transform: translateX(0%);
              -moz-transform: translateX(0%);
              -ms-transform: translateX(0%);
              -o-transform: translateX(0%);
              transform: translateX(0%);
              -webkit-transition: all none ease-out 0s;
              -moz-transition: all none ease-out 0s;
              -ms-transition: all none ease-out 0s;
              -o-transition: all none ease-out 0s;
              transition: all none ease-out 0s;
              -webkit-box-shadow: none;
              -moz-box-shadow: none;
              box-shadow: none;
              text-align: left;
              border-top: 0; } }
          .navbar-area .navbar .navbar-nav .nav-item .sub-menu li {
            position: relative; }
            .navbar-area .navbar .navbar-nav .nav-item .sub-menu li .sub-nav-toggler {
              color: #121212;
              -webkit-transition: all 0.3s ease-out 0s;
              -moz-transition: all 0.3s ease-out 0s;
              -ms-transition: all 0.3s ease-out 0s;
              -o-transition: all 0.3s ease-out 0s;
              transition: all 0.3s ease-out 0s; }
            .navbar-area .navbar .navbar-nav .nav-item .sub-menu li a {
              display: block;
              padding: 8px 24px;
              position: relative;
              color: #121212;
              -webkit-transition: all 0.3s ease-out 0s;
              -moz-transition: all 0.3s ease-out 0s;
              -ms-transition: all 0.3s ease-out 0s;
              -o-transition: all 0.3s ease-out 0s;
              transition: all 0.3s ease-out 0s;
              border-radius: 0;
              margin: 0 0; }
              .navbar-area .navbar .navbar-nav .nav-item .sub-menu li a i {
                float: right;
                font-size: 14px;
                margin-top: 5px; }
                @media only screen and (min-width: 768px) and (max-width: 991px) {
                  .navbar-area .navbar .navbar-nav .nav-item .sub-menu li a i {
                    display: none; } }
                @media (max-width: 767px) {
                  .navbar-area .navbar .navbar-nav .nav-item .sub-menu li a i {
                    display: none; } }
              .navbar-area .navbar .navbar-nav .nav-item .sub-menu li a .sub-nav-toggler i {
                display: inline-block; }
              .navbar-area .navbar .navbar-nav .nav-item .sub-menu li a::after {
                position: absolute;
                content: '';
                top: 0;
                left: 0px;
                width: 100%;
                height: 100%;
                border-radius: 5px;
                background: -webkit-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
                background: -o-linear-gradient(left, #0067f4 0%, #2bdbdc 100%);
                background: linear-gradient(to right, #0067f4 0%, #2bdbdc 100%);
                opacity: 0;
                -webkit-transition: all 0.3s ease-out 0s;
                -moz-transition: all 0.3s ease-out 0s;
                -ms-transition: all 0.3s ease-out 0s;
                -o-transition: all 0.3s ease-out 0s;
                transition: all 0.3s ease-out 0s;
                z-index: -1; }
              .navbar-area .navbar .navbar-nav .nav-item .sub-menu li a::before {
                display: none; }
            .navbar-area .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
              right: auto;
              left: 100%;
              top: 0;
              opacity: 0;
              visibility: hidden;
              -webkit-transition: all 0.3s ease-out 0s;
              -moz-transition: all 0.3s ease-out 0s;
              -ms-transition: all 0.3s ease-out 0s;
              -o-transition: all 0.3s ease-out 0s;
              transition: all 0.3s ease-out 0s; }
              @media only screen and (min-width: 768px) and (max-width: 991px) {
                .navbar-area .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
                  padding-left: 30px; } }
              @media (max-width: 767px) {
                .navbar-area .navbar .navbar-nav .nav-item .sub-menu li .sub-menu {
                  padding-left: 30px; } }
            .navbar-area .navbar .navbar-nav .nav-item .sub-menu li:hover .sub-menu {
              opacity: 1;
              visibility: visible; }
            .navbar-area .navbar .navbar-nav .nav-item .sub-menu li:hover .sub-nav-toggler {
              color: #fff; }
            .navbar-area .navbar .navbar-nav .nav-item .sub-menu li:hover > a {
              color: #fff; }
              .navbar-area .navbar .navbar-nav .nav-item .sub-menu li:hover > a::after {
                opacity: 1; }
              .navbar-area .navbar .navbar-nav .nav-item .sub-menu li:hover > a::before {
                opacity: 1; }
        .navbar-area .navbar .navbar-nav .nav-item:hover .sub-menu {
          opacity: 1;
          visibility: visible; }
        .navbar-area .navbar .navbar-nav .nav-item .sub-nav-toggler {
          display: none; }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .navbar-area .navbar .navbar-nav .nav-item .sub-nav-toggler {
              display: inline-block;
              position: absolute;
              top: 0;
              right: 0;
              padding: 10px 14px;
              font-size: 16px;
              background: none;
              border: 0;
              color: #fff; } }
          @media (max-width: 767px) {
            .navbar-area .navbar .navbar-nav .nav-item .sub-nav-toggler {
              display: inline-block;
              position: absolute;
              top: 0;
              right: 0;
              padding: 10px 14px;
              font-size: 16px;
              background: none;
              border: 0;
              color: #fff; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .navbar-area .navbar .navbar-btn {
        position: absolute;
        right: 70px;
        top: 11px; } }
    @media (max-width: 767px) {
      .navbar-area .navbar .navbar-btn {
        position: absolute;
        right: 60px;
        top: 11px; } }
    .navbar-area .navbar .navbar-btn .menu-bar {
      font-size: 32px;
      position: relative;
      overflow: hidden;
      color: #fff;
      padding-left: 30px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
  .navbar-area.navbar-transparent {
    background: transparent; }
    .navbar-area.navbar-transparent .navbar .navbar-toggler .toggler-icon {
      background-color: #fff; }
    .navbar-area.navbar-transparent .navbar .navbar-nav .nav-item a {
      color: #fff; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .navbar-area.navbar-transparent .navbar .navbar-nav .nav-item a {
          color: #121212; } }
      @media (max-width: 767px) {
        .navbar-area.navbar-transparent .navbar .navbar-nav .nav-item a {
          color: #121212; } }
      .navbar-area.navbar-transparent .navbar .navbar-nav .nav-item a::before {
        background-color: #38f9d7; }
    .navbar-area.navbar-transparent .navbar .navbar-nav .nav-item.active a, .navbar-area.navbar-transparent .navbar .navbar-nav .nav-item:hover a {
      color: #38f9d7; }
    .navbar-area.navbar-transparent .navbar .navbar-btn .menu-bar {
      color: #fff; }
      .navbar-area.navbar-transparent .navbar .navbar-btn .menu-bar:hover {
        color: #38f9d7; }
    .navbar-area.navbar-transparent.sticky {
      background-color: #fff; }
      .navbar-area.navbar-transparent.sticky .navbar .navbar-toggler .toggler-icon {
        background-color: #121212; }
      .navbar-area.navbar-transparent.sticky .navbar .navbar-nav .nav-item a {
        color: #121212; }
      .navbar-area.navbar-transparent.sticky .navbar .navbar-nav .nav-item.active a, .navbar-area.navbar-transparent.sticky .navbar .navbar-nav .nav-item:hover a {
        color: #38f9d7; }
      .navbar-area.navbar-transparent.sticky .navbar .navbar-btn .menu-bar {
        color: #121212; }
        .navbar-area.navbar-transparent.sticky .navbar .navbar-btn .menu-bar:hover {
          color: #38f9d7; }
  .navbar-area.navbar-transparent-2 {
    background: transparent; }
    .navbar-area.navbar-transparent-2 .navbar .navbar-toggler .toggler-icon {
      background-color: #fff; }
    .navbar-area.navbar-transparent-2 .navbar .navbar-nav .nav-item a {
      color: #121212; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .navbar-area.navbar-transparent-2 .navbar .navbar-nav .nav-item a {
          color: #121212; } }
      @media (max-width: 767px) {
        .navbar-area.navbar-transparent-2 .navbar .navbar-nav .nav-item a {
          color: #121212; } }
      .navbar-area.navbar-transparent-2 .navbar .navbar-nav .nav-item a::before {
        background-color: #38f9d7; }
    .navbar-area.navbar-transparent-2 .navbar .navbar-nav .nav-item.active a, .navbar-area.navbar-transparent-2 .navbar .navbar-nav .nav-item:hover a {
      color: #38f9d7; }
    .navbar-area.navbar-transparent-2 .navbar .navbar-btn .menu-bar {
      color: #fff; }
      .navbar-area.navbar-transparent-2 .navbar .navbar-btn .menu-bar:hover {
        color: #38f9d7; }
    .navbar-area.navbar-transparent-2.sticky {
      background-color: #fff; }
  .navbar-area.sticky {
    position: fixed;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    padding: 5px 0; }

.sidebar-right {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #f4f6f7;
  height: 100%;
  width: 300px;
  padding-top: 80px;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.sidebar-content .sidebar-logo img{width: 100%;}

  .sidebar-right.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  @media (max-width: 767px) {
    .sidebar-right {
      width: 250px; } }
  .sidebar-right .sidebar-close {
    position: absolute;
    top: 30px;
    left: 30px; }
    .sidebar-right .sidebar-close .close {
      font-size: 24px;
      color: #121212; }
  .sidebar-right .sidebar-content .sidebar-menu {
    margin-top: 40px; }
    .sidebar-right .sidebar-content .sidebar-menu ul li a {
      font-size: 16px;
      line-height: 24px;
      font-weight: 700;
      padding: 11px 16px;
      color: #121212;
      position: relative;
      border-radius: 5px;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      border-bottom: 1px solid #cbced1;
      display: block; }
      .sidebar-right .sidebar-content .sidebar-menu ul li a:hover {
        color: #c8b29a; }
  .sidebar-right .sidebar-content .sidebar-social {
    margin-top: 30px; }
    .sidebar-right .sidebar-content .sidebar-social span {
      font-size: 16px;
      line-height: 24px;
      color: #6c6c6c;
      text-transform: uppercase;
      font-weight: 700;
      margin-right: 14px; }
    .sidebar-right .sidebar-content .sidebar-social ul li {
      display: inline-block;
      margin-right: 5px; }
      .sidebar-right .sidebar-content .sidebar-social ul li a {
        font-size: 32px;
        color: #c8b29a;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }

.overlay-right {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999; }
  .overlay-right.open {
    display: block; }

/*===== SLIDER ONE =====*/
.slider-area {
  padding-top: 94px; position: relative;}
  .slider-area .bd-example .carousel .carousel-inner {
    background-color: #c8b29a; }
    .slider-area .bd-example .carousel .carousel-inner .carousel-item {
      height: 900px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .slider-area .bd-example .carousel .carousel-inner .carousel-item {
          height: 600px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .slider-area .bd-example .carousel .carousel-inner .carousel-item {
          height: 600px; } }
      @media (max-width: 767px) {
        .slider-area .bd-example .carousel .carousel-inner .carousel-item {
          height: 400px; } }
      .slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption {
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        left: 0; }
        .slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
          font-size: 44px;
          font-weight: 700;
          color: #fff;
          line-height: 55px; }
          @media (max-width: 767px) {
            .slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-title {
              font-size: 24px;
              line-height: 32px; } }
        .slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li {
          display: inline-block;
          margin: 16px 8px 0; }
          @media (max-width: 767px) {
            .slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li {
              margin: 16px 3px 0; } }
          .slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li a.hometown-three {
            border: 0; }
          .slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li a.hometown-one {
            border-color: #fff;
            color: #fff; }
            .slider-area .bd-example .carousel .carousel-inner .carousel-item .carousel-caption .carousel-btn li a.hometown-one:hover {
              background-color: rgba(255, 255, 255, 0.3); }
  .slider-area .bd-example .carousel .carousel-control-prev, .slider-area .bd-example .carousel .carousel-control-next {
    top: 50%;
    width: auto;
    height: auto;
    font-size: 70px;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    left: 0px;
    opacity: 0;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .slider-area .bd-example .carousel .carousel-control-prev, .slider-area .bd-example .carousel .carousel-control-next {
        left: 30px;
        font-size: 50px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .slider-area .bd-example .carousel .carousel-control-prev, .slider-area .bd-example .carousel .carousel-control-next {
        left: 30px;
        font-size: 50px; } }
    @media (max-width: 767px) {
      .slider-area .bd-example .carousel .carousel-control-prev, .slider-area .bd-example .carousel .carousel-control-next {
        left: 20px;
        font-size: 20px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .slider-area .bd-example .carousel .carousel-control-prev, .slider-area .bd-example .carousel .carousel-control-next {
        font-size: 34px; } }
  .slider-area .bd-example .carousel .carousel-control-next {
    right: 0px;
    left: auto; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .slider-area .bd-example .carousel .carousel-control-next {
        right: 40px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .slider-area .bd-example .carousel .carousel-control-next {
        right: 40px; } }
    @media (max-width: 767px) {
      .slider-area .bd-example .carousel .carousel-control-next {
        right: 20px; } }
  .slider-area .bd-example .carousel .carousel-indicators {
    margin-bottom: 20px; }
    .slider-area .bd-example .carousel .carousel-indicators li {
      width: 8px;
      height: 8px;
      background-color: rgba(255, 255, 255, 0.3);
      border-radius: 50px;
      border: 0; }
      .slider-area .bd-example .carousel .carousel-indicators li.active {
        width: 16px;
        background-color: #fff;
        border-radius: 5px; }
  .slider-area .bd-example .carousel:hover .carousel-control-prev {
    left: 70px;
    opacity: 1; }
  .slider-area .bd-example .carousel:hover .carousel-control-next {
    right: 70px;
    opacity: 1; }

.slider-3 {
  padding-top: 0px; }
  .slider-3 .bd-example .carousel .carousel-inner .carousel-item {
    height: 850px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .slider-3 .bd-example .carousel .carousel-inner .carousel-item {
        height: 650px; } }
    @media (max-width: 767px) {
      .slider-3 .bd-example .carousel .carousel-inner .carousel-item {
        height: 550px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .slider-3 .bd-example .carousel .carousel-inner .carousel-item {
        height: 650px; } }

/*===== HEADER TOW =====*/
.header-hero {
  height: 850px;
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-hero {
      height: 700px; } }
  @media (max-width: 767px) {
    .header-hero {
      height: 650px; } }
  .header-hero::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(rgba(232, 237, 255, 0.9), rgba(239, 254, 255, 0.9) 50%, rgba(254, 255, 244, 0.3) 68%, rgba(255, 255, 255, 0.12));
    background: -o-linear-gradient(rgba(232, 237, 255, 0.9), rgba(239, 254, 255, 0.9) 50%, rgba(254, 255, 244, 0.3) 68%, rgba(255, 255, 255, 0.12));
    background: linear-gradient(rgba(232, 237, 255, 0.9), rgba(239, 254, 255, 0.9) 50%, rgba(254, 255, 244, 0.3) 68%, rgba(255, 255, 255, 0.12)); }
  .header-hero .header-content {
    padding-top: 195px;
    position: relative;
    z-index: 9; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .header-hero .header-content {
        padding-top: 130px; } }
    @media (max-width: 767px) {
      .header-hero .header-content {
        padding-top: 120px; } }
    .header-hero .header-content .header-title {
      font-size: 44px;
      line-height: 55px;
      color: #121212;
      font-weight: 600; }
      @media (max-width: 767px) {
        .header-hero .header-content .header-title {
          font-size: 30px;
          line-height: 40px; } }
    .header-hero .header-content .text {
      font-size: 20px;
      line-height: 32px;
      color: #6c6c6c;
      margin-top: 16px; }
      @media (max-width: 767px) {
        .header-hero .header-content .text {
          font-size: 16px;
          line-height: 24px; } }
    .header-hero .header-content .header-btn {
      margin-top: 22px; }
      .header-hero .header-content .header-btn li {
        display: inline-block;
        margin: 10px 10px 0; }
        .header-hero .header-content .header-btn li a.main-btn {
          border-radius: 50px;
          overflow: hidden;
          background-color: #fff;
          -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          border: 0;
          line-height: 50px; }
          .header-hero .header-content .header-btn li a.main-btn i {
            margin-left: 18px; }
          .header-hero .header-content .header-btn li a.main-btn.btn-two:hover {
            -webkit-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.16);
            -moz-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.16);
            color: #c8b29a; }
  .header-hero .header-shape {
    position: absolute;
    bottom: 0;
    left: -6px;
    width: 102%; }


  
  .header-hero .header-shape img {
      width: 100%; }

/* Book-A-Stay Section Start */

.book-a-stay{
width: 100%;
background: rgba(0, 0, 0, 0.8);
padding: 40px;
position: absolute;
bottom: -70px;
}

.book-a-stay h1{font-family: 'Cormorant Garamond', serif;
  color: #fff;
  padding-bottom: 15px;}

.book-a-stay h5{color: #e9e9e9;}  

.book-a-stay .book-cover{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: auto;
  /*padding: 30px 15px;*/}

.book-a-stay .book-cover a i{padding-right: 20px; font-size: 52px;}

.btn {
  padding: 15px 40px;
  font-size: 28px;
  border: none;
  outline: none;  
  font-family: 'Cormorant Garamond', serif;
  cursor: pointer;
  margin: 8px 16px;
  transition: 0.3s ease;
}


.b-level-2.b-type-6 {
  background: #282828;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.b-level-2.b-type-6::before {
/*  content: "";
  width: 200%;
  height: 200%;
  background: rgba(255, 255, 255, 0.03);
  transform: rotate(-45deg);
  position: absolute;
  top: -10%;
  left: -180%;
  transition: 0.3s ease-in-out;*/
}

.b-level-2.b-type-6:hover::before {
  left: 60%;
}

 /*Trigger Button*/
.book-trigger {
  font-weight: bold;
  color: #fff;
  background: linear-gradient(to bottom right, #B05574, #F87E7B);
  padding: 15px 30px;
  border-radius: 0px;
  position: relative; 
  top: 50%;
}

/*Modal*/
.close {
  color: #333;
  transform: scale(1.3);
}
.modal-content {
  font-weight: bold;
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
}

.modal-content .modal-body h3{padding-bottom: 20px; font-family: 'Cormorant Garamond', serif;}
.form-control {
  /*margin: 1em 0;*/
}
.form-control:hover, .form-control:focus {
  box-shadow: none;  
  border-color: #c8b29a;
}
.form-control {
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #333;
  padding-left: 0;
  font-weight: normal;
  background: transparent;  
}
.form-control::-webkit-input-placeholder {
  color: #eee;  
}
.form-control:focus::-webkit-input-placeholder {
  font-weight: bold;
  color: #fff;
}
.book {
  padding: 6px 20px;
  border-radius: 20px;
  background: none;
  border: 2px solid #FAB87F;
  color: #FAB87F;
  font-weight: bold;
  transition: all .5s;
  margin-top: 1em;
}
.book:hover {
  background: #FAB87F;
  color: #fff;
}


/*--------------------------------------------------------------
# Check Availability
--------------------------------------------------------------*/
.check-boxes {
  padding-top: 0;
/*  position: relative;
  bottom: 80px;*/
  z-index: 100;
  width: 100%;
  background-color: #0a5341;  
}

/***  ***/

.check_availability{
  padding: 20px;
  box-sizing: border-box; 
  color: #fff;
  background-color: #0a5341;
  /*position: relative;*/
  /*bottom:160px;*/
  /*z-index: 1;*/
  /*box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);*/
}
.check_availability .chk-box{background-color: #0a5341;/*padding: 10px;*/}
.check_availability .chk-box p{color: #fff;}
.check_availability input,select{border: 0; border-radius: 0;border-bottom:1px solid #373737;padding: 10px;width:100%;background-color: transparent; color: #373737;margin-bottom: 20px;}
.check_availability select{width:100%;appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;background-color: #373737;cursor: pointer;size: 22px;}
/*.check_availability button{background-color: #6e5432; border:none; padding: 30px;margin: 15px auto; font-size: 18px; box-sizing: border-box;}*/
.contactform .chk-box .field-row label span{color: #373737;position: relative;bottom: 26px;left: 445px;}
.check_availability .field-row .bi-chevron-down{position: relative;bottom: 35px;left: 152px;color: #0a5341; cursor: pointer;}

/*.check_availability .field-row i{color: #373737;position: relative;bottom: 34px;left: 240px;}*/
.check_availability .reserve{margin-top: 20px; padding: 40px; background-color: #77706b;}
.check_availability .reserve h3{color: #fff;font-family: 'DM Serif Display', serif;text-align: center;}
.contactform a:focus {
    border: 0;
    box-shadow: none;
}
.contactform .hometown-buttons button{
 width: 100%;
 background-color: #c8b29a;
 border:none;
 padding: 25px 10px;
 margin: 15px auto;
 display: block;
 font-size: 18px;
 text-align: center;
 box-sizing: border-box;
 color: #333;
 border-radius: 0;}

/* Book-A-Stay Section Ends */


/*About Us Section Start*/

.about-section{
background-color: #282828;
margin: 120px 0;
padding: 120px 0px;
position: relative;}


.about-section .about-content{
width: 100%;
background-color: #454545;
padding: 90px 80px 90px 55px;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);} 

.about-section .about-content .section-title h3{color: #fff;}

.about-section .about-content .section-title h4{color: #f8f8f8; padding-top: 15px; font-size: 26px; font-weight: 300;}

.about-section .about-desc p{color: #e9e9e9;font-weight: normal;}

.about-section .about-desc .hometown-buttons .hometown-three{margin-top: 40px;}
/*About Us Section Ends*/

/* Amenities strat */

.amenities-section{
background-color: #404040;
margin: 120px 0;
padding: 120px 0px;
position: relative;}   

.amenities-section .ame-content{
width: 100%;
background-color: #282828;
padding: 90px 80px 90px 55px;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);} 

.amenities-section .ame-content .section-title h3{color: #fff;}

.amenities-section .ame-content .section-title h4{color: #f8f8f8; padding-top: 15px; font-size: 26px; font-weight: 300;}

.amenities-section .ame-desc p{color: #e9e9e9;font-weight: normal;}

.amenities-section .ame-desc .hometown-buttons .hometown-three{margin-top: 40px;}
/* Amenities Ends */


/* Meeting Section Start */
.meeting-section {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../images/bg-meeting.jpg) fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.meeting-section .meeting-content{
width: 100%;
padding: 40px 0px 40px 0px;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);} 

.meeting-section .meeting-content .super-title h5{font-family: 'Cormorant Garamond', serif; color: #fff;}

.meeting-section .meeting-content .section-title h3{color: #fff;}

.meeting-section .meeting-content .section-title h4{color: #f8f8f8; padding-top: 15px; font-size: 26px; font-weight: 300;}

.meeting-section .meeting-desc p{color: #e9e9e9;font-weight: normal;}

.meeting-section .meeting-desc .hometown-buttons .hometown-three{margin-top: 40px;}

/* Meeting section ends */


/* Rooms-Suites-amenities Section Start */
.room-section{background-color: #282828;
margin: 120px 0;
/*padding: 120px 0px;*/
position: relative;} 

.room-section .section-title h3{color: #fff;}

.room-section .section-title h5{color: #b8b8b8; font-size: 20px;font-weight: normal;padding-bottom: 60px;}

.room-section .service-icons{text-align: center;}

.room-section .service-icons span{font-size: 80px; color: #ababab;padding-bottom: 40px;}

.room-section .service-icons p{font-size: 18px;font-weight: 300; color: #e9e9e9;}


.room-cover{padding-top: 120px;}

.room-cover .item {
  height: auto;
  position: relative;
}
.room-cover .item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.room-cover .item .cover {
  padding: 90px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}
.room-cover .item .cover .header-content {
  position: relative;
  padding: 20px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  width: 80%;
}
.room-cover .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 3px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.room-cover .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
.room-cover .item .cover .header-content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 30px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
.room-cover .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.room-cover .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.room-cover .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.room-cover .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.room-cover .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.room-cover .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.room-cover .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.room-cover .owl-nav .owl-prev:focus {
  outline: 0;
}
.room-cover .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.room-cover .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.room-cover .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.room-cover .owl-nav .owl-next:focus {
  outline: 0;
}
.room-cover .owl-nav .owl-next:hover {
  background: #000 !important;
}
.room-cover:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.room-cover:hover .owl-next {
  right: 0px;
  opacity: 1;
}

.ada-btn{
  /*margin:20px auto;*/
  width: 250px;
  height: 82px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  color: #333;
  text-align: center;
  background: #c8b29a;
  border-radius: 0;
  animation: shadow-pulse 2s infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);}

.room-section .ada-btn i{font-size:28px;padding-right: 10px;}

@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(200, 178, 154, 0.2);
  }
  100% {
    box-shadow: 0 0 0 35px rgba(200, 178, 154, 0);
  }
}

/* Rooms-Suites-amenities Section End */


/* Attraction strat */

.attraction-section{
/*margin: 120px 0;*/
padding: 120px 0px;
background-image: url(../images/attraction-back.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
overflow: hidden;}

.attraction-section .section-title .title{color: #f8f8f8;}

.attraction-section .section-title .sub-title{
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  color: #e9e9e9;
  padding: 20px 0px 40px 0px;}

.attraction-section .attr-details p{color: #e9e9e9;
text-align: center;}
/*Attraction ends*/

/*===========================
      19.portfolio css 
===========================*/
.portfolio-area {
  padding-top: 90px;
  padding-bottom: 100px; 
  background-color: #282828;}

.portfolio-area .section-title .title{color: #f8f8f8;}

.portfolio-menu ul li {
  font-size: 16px;
  font-weight: 700;
  color: #6c6c6c;
  line-height: 48px;
  padding: 0 30px;
  position: relative;
  display: inline-block;
  z-index: 5;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
  margin: 0 2px; }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-menu ul li {
      font-size: 14px;
      padding: 0 26px; } }
  @media (max-width: 767px) {
    .portfolio-menu ul li {
      font-size: 14px;
      padding: 0 22px;
      line-height: 42px; } }
  .portfolio-menu ul li::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: -webkit-linear-gradient(left, #43cae9 0%, #c8b29a 100%);
    background: -o-linear-gradient(left, #43cae9 0%, #c8b29a 100%);
    background: linear-gradient(to right, #43cae9 0%, #c8b29a 100%);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-radius: 0px; }
  .portfolio-menu ul li:hover, .portfolio-menu ul li.active {
    color: #c8b29a; }
    .portfolio-menu ul li:hover::before, .portfolio-menu ul li.active::before {
      opacity: 1; }

.single-portfolio .portfolio-image {
  position: relative;
  overflow: hidden;
  border-radius: 0px; }

  .single-portfolio .portfolio-image img {
    width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }

  .single-portfolio .portfolio-image .portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    border-radius: 0px; }

    .single-portfolio .portfolio-image .portfolio-overlay .portfolio-content {
      padding: 16px; }

    .single-portfolio .portfolio-image .portfolio-overlay .portfolio-content .portfolio-icon {
        position: relative;
        display: inline-block;
        margin: 0 20px; }

    .single-portfolio .portfolio-image .portfolio-overlay .portfolio-content .portfolio-icon a {
          font-size: 48px;
          color: #c8b29a;
          position: relative;
          z-index: 5;
          line-height: 50px; }

    .single-portfolio .portfolio-image .portfolio-overlay .portfolio-content .portfolio-icon .shape {
          position: absolute;
          top: 7px;
          left: 0; }

    .single-portfolio .portfolio-text {
         padding-top: 16px; }

  .single-portfolio .portfolio-text .portfolio-title a {
    color: #121212;
    font-size: 24px;
    line-height: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }

    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-portfolio .portfolio-text .portfolio-title a {
        font-size: 20px; } }

    @media (max-width: 767px) {
      .single-portfolio .portfolio-text .portfolio-title a {
        font-size: 20px; } }
    .single-portfolio .portfolio-text .portfolio-title a:hover {
      color: #c8b29a; }
  .single-portfolio .portfolio-text .text {
    color: #121212;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px; }
.single-portfolio:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible; }

.portfolio-2 {
  background-color: #f4f6f7; }

/*===========================
       25.SERVICES css 
===========================*/
.services-area {
  background-color: #f4f6f7;
  padding-top: 115px;
  padding-bottom: 120px; }

.single-services {
  background-color: #fff;
  padding: 50px 30px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .single-services .services-icon i {
    font-size: 34px;
    color: #c8b29a;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .single-services .services-content .services-title a {
    font-size: 18px;
    color: #121212;
    margin-top: 25px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .single-services .services-content .text {
    margin-top: 15px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .single-services:hover {
    background-color: #c8b29a;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(254, 81, 150, 0.3);
    -moz-box-shadow: 0px 5px 30px 0px rgba(254, 81, 150, 0.3);
    box-shadow: 0px 5px 30px 0px rgba(254, 81, 150, 0.3); }
    .single-services:hover .services-icon i {
      color: #fff; }
    .single-services:hover .services-content .services-title a {
      color: #fff; }
    .single-services:hover .services-content .text {
      color: #fff; }

/*===========================
    Footer css 
===========================*/
.footer-area .footer-widget {
  padding-top: 90px;
  padding-bottom: 120px; 
  background-color: #333;}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area .footer-widget {
      padding-top: 70px;
      padding-bottom: 100px; } }

@media (max-width: 767px) {
    .footer-area .footer-widget {
      padding-top: 50px;
      padding-bottom: 80px; } }

.footer-area .footer-widget .footer-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 18px;
    color: #f8f8f8; 
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 40px;}

.footer-area .footer-widget .footer-link p{color: #e9e9e9;}  

.footer-area .footer-widget .footer-link {
    margin-top: 32px; }

.footer-area .footer-widget .footer-link ul {
      margin-top: 8px; }

.footer-area .footer-widget .footer-link ul li a {
        font-size: 16px;
        line-height: 24px;
        color: #e9e9e9;
        margin-top: 16px;
        font-weight: 500;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }


.footer-area .footer-widget .footer-link ul li a i{padding-right: 10px;font-size: 20px;}        

.footer-area .footer-widget .footer-link ul li a:hover {
          color: #afa090; }

.footer-area .footer-copyright {
  padding-top: 13px;
  padding-bottom: 23px; 
  background-color: #282828;}

.footer-area .footer-copyright .copyright .text {
    color: #f8f8f8; }

.footer-area .footer-copyright .social li {
    display: inline-block;
    margin-right: 10px; }
    .footer-area .footer-copyright .social li:last-child {
      margin-right: 0; }
    .footer-area .footer-copyright .social li a {
      font-size: 24px;
      color: #afa090;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .footer-area .footer-copyright .social li a:hover {
        color: #afa090; }
.footer-area.footer-dark {
  background-color: #121212; }
  .footer-area.footer-dark .footer-widget .footer-title {
    color: #fff; }
  .footer-area.footer-dark .footer-widget .footer-link ul li a {
    color: #fff; }
    .footer-area.footer-dark .footer-widget .footer-link ul li a:hover {
      color: #c8b29a; }
  .footer-area.footer-dark .footer-copyright .copyright .text {
    color: #fff; }
  .footer-area.footer-dark .footer-copyright .social li a {
    color: #fff; }
    .footer-area.footer-dark .footer-copyright .social li a:hover {
      color: #c8b29a; }

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #121212;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background-color: #c8b29a;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none; }
  .back-to-top:hover {
  color: #121212;
  background-color: #c8b29a; }

/* Page Header css start */

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url(../images/slider-2.jpg) center center no-repeat;
    background-size: cover;
    height: 500px;
}

.page-header .page-info{padding-top: 120px;}

.page-header h3{font-family: 'Cormorant Garamond', serif;
color: #fff;
padding-bottom: 15px;
font-size: 44px;}

.page-header .breadcrumb{background-color: transparent;color: #fff;}

.page-header .page-info i{color: #fff; font-size: 18px;padding-right: 10px;}
.breadcrumb-item+.breadcrumb-item::before {
    color: #e8e8e8;
}

.no-mp{margin: 0;padding: 0;}



/*********************************
Services Page
*********************************/

.ame-page
{
  background: #eaeaea;
  padding-top: 100px;
  padding-bottom: 89px;}

.ame-page .section-title{text-align: center;}

.ame-room-page{background-color: #f8f8f8; padding-top: 100px;
  padding-bottom: 89px;}

.icon_box_row
{
  margin-top: 84px;
}

.icon_box_icon
{
  width: 62px;
  height: 62px;
  margin-left: auto;
  margin-right: auto;
}
.icon_box_icon i
{
  font-size: 46px;
}
.icon_box_title
{
  margin-top: 25px;
}
.icon_box_text
{
  margin-top: 23px;
}
.facility_image
{
  width: 100%;
}
.facility_image img
{
  max-width: 100%;
}

.intro_left_content
{
  padding-top: 140px;
  padding-left: 80px;
  padding-right: 40px;
  padding-bottom: 151px;
}
.intro_left_content .section_title_container
{
  padding-left: 15px;
  padding-right: 15px;
}
.icon_box_row
{
  margin-top: 89px;
}
.icon_box_icon
{
/*  width: 43px;
  height: 43px;*/
  margin-left: auto;
  margin-right: auto;
}
.icon_box_icon img
{
  max-width: 100%;
}
.icon_box_title
{
  margin-top: 41px;
}
.icon_box_text
{
  margin-top: 27px;
}
.icon_box_text p
{
  font-size: 14px;
  line-height: 2.14;
}


/* Page Header End */
.about-inner-page{width: 100%;
background-color:#eaeaea;
padding: 120px 0px;
}

.about-inner-page .about-inner-image{display: contents;}

.about-inner-content{
margin: 0;
position: absolute;
top: 50%;
left: 40%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);}

.about-inner-content .about-desc p{color: #474747;}

/* About Page css ends */

/* Rooms page css Start */

.rooms-page
{
  padding-top: 120px;
  background: #FFFFFF;
  padding-bottom: 99px;
}

.rooms-page .section-title{padding-bottom: 60px;}
.rooms_image
{
  width: 100%;
}
.rooms_item
{
  background: #f7f7f7;
  padding-bottom: 54px;
}
.rooms_image img
{
  max-width: 100%;
}
.rooms_title_container
{
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 2px #b99869;
}
.rooms_title h1
{
  font-size: 30px;
  color: #2c2c2c;
  line-height: 1.2;
}
.rooms_price
{
  font-size: 10.76px;
  font-weight: 500;
  color: #717171;
  margin-top: 12px;
  line-height: 0.75;
}
.rooms_price span
{
  font-size: 24.22px;
}
.rooms_list
{
  padding-left: 39px;
  padding-top: 42px;
  padding-right: 20px;
  padding-left: 20px;
}
.rooms_list ul li > div:first-child > div
{
  width: 85px;
}
.rooms_list ul li > div
{
  font-size: 16px;
  font-weight: 500;
  color: #717171;
}
.rooms_list ul li:not(:last-of-type)
{
  margin-bottom: 15px;
}
.rooms_button
{
  margin-top: 47px;
}

/*********************************
Room
*********************************/

.room
{
  width: 100%;
  background: #2c2c2c;
}
.room .container
{
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.room .container .row
{
  margin-left: 0px;
  margin-right: 0px;
}
.room .container .row .col
{
  padding-left: 0px;
  padding-right: 0px;
}
.room_content
{
  width: 612px;
  padding-left: 55px;
  padding-top: 46px;
  padding-bottom: 52px;
  padding-right: 48px;
}
.room_title
{
  padding-left: 13px;
}
.room_content .section_title h1
{
  color: #FFFFFF;
}
.room_price
{
  font-size: 16px;
  font-weight: 400;
  color: #82868e;
  margin-top: 12px;
}
.room_price span
{
  font-size: 36px;
  color: #FFFFFF;
}
.room_list
{
  padding-right: 80px;
  border-top: solid 1px #656565;
  margin-top: 31px;
  padding-top: 38px;
  padding-left: 13px;
}
.room_list ul li:not(:last-of-type)
{
  margin-bottom: 24px;
}
.room_list ul li > div:first-child > div
{
  width: 230px;
}
.room_list ul li > div
{
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}
.room_image
{
  position: absolute;
  top: 0;
  left: 612px;
  width: calc(100% - 612px);
  height: 100%;
}
.room_button
{
  margin-top: 56px;
  margin-left: 13px;
}

/* Rooms page css Ends */
/* Contact Us css Start */


.contact_section
{
  background: #FFFFFF;
  padding-top: 85px;
  padding-bottom: 105px;
  border-bottom: solid 2px #ececec;
}
.contact_image
{
  width: 100%;
}
.contact_image img
{
  max-width: 100%;
}
.contact_logo .logo
{
  position: relative;
  left: auto;
  top: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.contact_logo .logo a > div:first-child
{
  color: #2e3f61;
}
.contact_logo .logo a > div:last-child
{
  color: rgba(46,63,97,0.54);
}
.contact_section_text
{
  margin-top: 50px;
}
.contact_section_text p
{
  line-height: 2.25;
}
.contact_section_info
{
  margin-top: 31px;
}
.contact_section_info ul li:not(:last-of-type)
{
  margin-bottom: 12px;
}
.contact_section_info ul li > div:first-child > div
{
  width: 42px;
  height: 42px;
  background: #b99869;
  text-align: center;
}
.contact_section_info ul li > div:last-child
{
  padding-left: 22px;
  font-size: 16px;
  font-weight: 500;
  color: #717171;
}

.map-cover{width: 100%;margin: 0;padding: 0;}
/* contact Us Css Ends */


.intro_image {
  width: 100%;
  height: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
}

.background_image
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.intro > .container > .row > div[class^="col"] {
  padding-left: 0;
  padding-right: 0;
}

.intro_left_content {
  padding-top: 140px;
  padding-left: 80px;
  padding-right: 40px;
  padding-bottom: 151px;
}


/*===========================
      Attrction Page css 
===========================*/
.attr-area {
  background-color: #eaeaea;
  padding-top: 90px;
  padding-bottom: 100px; }

.attr-2 {
  background-color: #fff; }

.attr-style-one {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 24px 20px 38px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background-color: #f4f6f7;
  height: 510px; }
  .attr-style-one .attr-icon img {
    width: 100%; }
  .attr-style-one .attr-header .sub-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    color: #121212;
    position: relative;
    margin-top: 24px; }
  .attr-style-one .attr-header .month {
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    color: #6c6c6c;
    margin-top: 3px; }
    .attr-style-one .attr-header .month .price {
      font-size: 36px;
      font-weight: 600;
      line-height: 45px;
      color: #121212;
      margin-top: 8px; }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .attr-style-one .attr-header .month .price {
          font-size: 24px;
          margin-top: 32px;
          line-height: 30px; } }
  .attr-style-one .attr-list {
    margin-top: 24px; }
    .attr-style-one .attr-list ul li {
      font-size: 16px;
      line-height: 24px;
      color: #121212;
      margin-top: 16px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .attr-style-one .attr-list ul li {
          font-size: 14px;
          margin-top: 12px; } }
      @media (max-width: 767px) {
        .attr-style-one .attr-list ul li {
          font-size: 14px;
          margin-top: 12px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .attr-style-one .attr-list ul li {
          font-size: 16px;
          margin-top: 16px; } }
      .attr-style-one .attr-list ul li i {
        color: #c8b29a;
        margin-right: 8px; }
  .attr-style-one .attr-btn {
    margin-top: 31px; }

.attr-style-two {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 24px 20px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background-color: #fff; }
  .attr-style-two .attr-icon img {
    width: 112px; }
  .attr-style-two .attr-header {
    margin-top: 24px; }
    .attr-style-two .attr-header .sub-title {
      font-size: 20px;
      font-weight: 600;
      line-height: 25px;
      color: #121212; }
    .attr-style-two .attr-header .price {
      display: block;
      font-size: 64px;
      font-weight: 600;
      line-height: 80px;
      color: #121212; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .attr-style-two .attr-header .price {
          font-size: 50px;
          margin-top: 16px; } }
      @media (max-width: 767px) {
        .attr-style-two .attr-header .price {
          font-size: 50px;
          margin-top: 16px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .attr-style-two .attr-header .price {
          font-size: 64px;
          margin-top: 32px; } }
    .attr-style-two .attr-header .year {
      font-size: 20px;
      font-weight: 500;
      line-height: 25px;
      color: #6c6c6c;
      margin-top: -10px; }
  .attr-style-two .attr-list {
    margin-top: 33px; }
    .attr-style-two .attr-list ul li {
      font-size: 16px;
      line-height: 24px;
      color: #121212;
      margin-top: 16px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .attr-style-two .attr-list ul li {
          font-size: 14px;
          margin-top: 12px; } }
      @media (max-width: 767px) {
        .attr-style-two .attr-list ul li {
          font-size: 14px;
          margin-top: 12px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .attr-style-two .attr-list ul li {
          font-size: 16px;
          margin-top: 16px; } }
      .attr-style-two .attr-list ul li i {
        color: #c8b29a;
        margin-right: 8px; }
  .attr-style-two .attr-btn {
    margin-top: 26px; }


 /*ADA page */
 .ada-page
{
  background: #eaeaea;
  padding-top: 100px;
  padding-bottom: 89px;}

.ada-page .section-title{text-align: center; padding-bottom: 60px;}

.ada-room-page{background-color: #f8f8f8; padding-top: 100px;
  padding-bottom: 89px;}

.ada-page .ada-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
   background-color: #fff;}


.ada-page .ada-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;

}
.ada-page .ada-info ul {
  list-style: none;
  padding: 0;
  font-size: 16px;
}
.ada-page .ada-info ul li + li {
  margin-top: 10px;
}

.ada-page .ada-info ul li i{padding-right: 20px;}
.ada-page .ada-description {
  padding-top: 30px;
}
.ada-page .ada-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.ada-page .ada-description p {
  padding: 0;
}   