@font-face {
    font-family: 'ralewayextrabold';
    src: url('../fonts/Raleway-ExtraBold.woff2') format('woff2'), url('../fonts/Raleway-ExtraBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'playfairdisplaysemibold';
    src: url('../fonts/playfair-display-semi-bold.woff2') format('woff2'), url('../fonts/playfair-display-semi-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'playfairdisplaybold';
    src: url('../fonts/PlayfairDisplay-Bold.woff2') format('woff2'), url('../fonts/PlayfairDisplay-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'playfairdisplaymedium';
    src: url('../fonts/Playfair\ Display\ Medium.woff2') format('woff2'), url('../fonts/Playfair\ Display\ Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'playfairdisplayblack';
    src: url('../fonts/PlayfairDisplay-Black.woff2') format('woff2'), url('../fonts/PlayfairDisplay-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'myriadproregular';
    src: url('../fonts/MYRIADPRO-REGULAR.woff2') format('woff2'), url('../fonts/MYRIADPRO-REGULAR.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'myriadprobold';
    src: url('../fonts/MYRIADPRO-BOLD.woff2') format('woff2'), url('../fonts/MYRIADPRO-BOLD.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  
  @font-face {
    font-family: 'boldonse';
    src: url('../fonts/Boldonse-Regular.woff2') format('woff2'), url('../fonts/Boldonse-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'callistaregular';
    src: url('../fonts/CallistaRegular.woff2') format('woff2'), url('../fonts/CallistaRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
 

  * {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
    outline: none;
    resize: none;
    box-sizing: border-box;
    font-weight: normal;
  }
  img{
      width:100%;
      display: block;
      height: auto;
  }
  a,
  a:hover,
  a:focus {
    text-decoration: none;
    outline: none;
    display: inline-block;
    -webkit-transition: all 0.15s cubic-bezier(0.32, 0.1, 0.3, 1);
    transition: all 0.15s cubic-bezier(0.32, 0.1, 0.3, 1);
  }
  body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    scroll-behavior: smooth;
    font-family: 'latoregular';
  }
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  ::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    cursor: auto;
    user-select: none !important;
    font-weight: normal;
  }
  select::-ms-expand {
    display: none !important;
  }
  select:focus {
    outline: none !important;
  }
  label {
    font-weight: normal;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-size: 15px;
    vertical-align: top;
  }
  label em {
    color: #ff0000;
  }
  strong {
    font-weight: bold;
  }
  .clearfix {
    display: table;
    clear: both;
  }
  .main-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-family: 'latobold';
    font-size: clamp(30px, 5vw, 45px);
    color: #002e93;
    line-height: 50px;
    text-transform: uppercase;
  }
  .main-title span {
    font-family: 'latobold';
    display: block;
    font-size:30px;
  }
  .main-title.line {
    padding-left: 0px;
    text-align: center;
  }
  .main-title.line::after {
    content: '';
    display: block;
    width: 70px;
    height: 4px;
    background: #004f94;
    margin: 20px auto 0px auto;
  }
  .main-title.bar {
    text-align: center;
    display: inline-block;
    padding-left: 55px;
    position: relative;
    font-size: 35px;
    line-height: 30px;
  }
  .main-title.bar::before {
    content: '';
    display: block;
    width: 20px;
    height: 100%;
    background: #004f94;
    position: absolute;
    left: 12px;
    top: -3px;
    transform: skew(-35deg);
  }
  .btn {
    height: 42px;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    border: none;
    border-bottom:3px solid #c6a138;
    color: #362618;
    background-color: #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    -moz-appearance: none;
    -webkit-transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    user-select: none;
    padding: 0px 30px 2px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'playfairdisplayblack';
    margin-top: 25px;   
    position: relative;
  }
  .btn:hover {
    display: inline-flex;
    color: #fff;
    background:#362618;
  }
  .btn::after {
    content: '';
    position: relative;
    display: block;
    padding: 0px 0px;
    width: 100%;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #362618;
    border-right: 2px solid #362618;
    transform: rotate(45deg);   
    right: 0;
    margin-left: 10px;
    top: calc(50% - 19px);
    transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
}
  .btn:hover::after{
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .btn.white {
    background-color: #fff;
    border-color: #e67818;
    color: #e67818;
  }
  .btn.white:hover {
    background-color: #e67818;
    border-color: #e67818;
    color: #fff;
  }
  .btn:active {
    box-shadow: none;
  }
  .btn.is-loading {
    font-size: 0px;
    color: transparent !important;
    pointer-events: none;
    position: relative;
  }
  .btn.is-loading::after {
    -webkit-animation: spinAround 500ms infinite linear;
    animation: spinAround 500ms infinite linear;
    border: 2px solid #ffffff;
    border-radius: 10px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    position: absolute;
    left: calc(50% - 7px);
    top: calc(50% - 7px);
    box-sizing: border-box;
  }
  .btn.blue-btn {
    border: 1px solid #0a4197;
    color: #fff;
    background-color: #0a4197;
  }
  .btn.blue-btn:hover {
    border: 1px solid #093883;
    color: #fff;
    background-color: #093883;
  }
  .btn.yellow-btn {
    border: 1px solid #fcc600;
    color: #fff;
    background-color: #fcc600;
  }
  .btn.yellow-btn:hover {
    border: 1px solid #D2AB0D;
    color: #fff;
    background-color: #D2AB0D;
  }
  .btn.green-btn {
    border: 1px solid #00ae93;
    color: #fff;
    background-color: #00ae93;
  }
  .btn.green-btn:hover {
    border: 1px solid #00937C;
    color: #fff;
    background-color: #00937C;
  }
  .btn.large {
    height: 46px;
    line-height: 46px;
  }
  .btn.transparent {
    color: #282828;
    background: transparent;
    border: 1px solid #000;
  }
  .btn.transparent:hover{
      background: #d00b11;
      color: #fff;
      border: 1px solid #d00b11;
  }
  .btn.small {
    height: 34px;
    line-height: 34px;
    font-size: 13px;
  }
  .input-text {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;    
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    -moz-appearance: none;
    color: #797979;
    font-size: 13px;    
    line-height: 45px;
    padding: 2px 20px 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 0px;
    -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    font-family: 'poppinssemibold';
    text-transform: uppercase;
  }
  .input-text::placeholder{
   
    color: #797979;
    font-size: 13px;   
    font-family: 'poppinssemibold';
    text-transform: uppercase;
  }
  select.input-text::placeholder{
   
    color: #797979;
    font-size: 13px;   
    font-family: 'poppinssemibold';
    text-transform: uppercase;
  }
  .input-text.large {
    height: 45px;
    line-height: 45px;
  }
  .input-text.small {
    height: 34px;
    line-height: 34px;
  }
  /*.input-text::placeholder {
    color: #d2d2d2;
  }
  .input-text:focus {
    color: #0a4197;
    border: 1px solid #0a4197;
  }
  .input-text:focus::placeholder {
    color: #0a4197;
  }*/
  .input-text.validation-failed {
    border-color: #df280a;
    color: #df280a;
  }
  .input-text.validation-failed::placeholder {
    color: #df280a;
  }
  .input-text.validation-failed:focus {
    outline-color: #ef9384;
    border-color: #df280a;
    color: #df280a;
  }
  .input-text.validation-failed:focus::placeholder {
    color: #df280a;
  }
  .input-div {
    width: 100%;
    position: relative;
  }
  .input-checkbox {
    width: 0px;
    height: 0px;
    opacity: 0;
    position: absolute;
  }
  .input-checkbox + .checkbox-label {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #d7d7d7;
    border-radius: 0px;
    margin: 0px 10px 0px 0px;
    background-color: #fff;
    position: relative;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  .input-checkbox + .checkbox-label::after {
    content: '';
    background: #fff;
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    width: 9px;
    height: 9px;
  }
  .input-checkbox:checked + .checkbox-label::after {
    background: #fff url("../images/checkbox_tick.png") center no-repeat;
  }
  .input-radio {
    width: 0px;
    height: 0px;
    opacity: 0;
    position: absolute;
  }
  .input-radio + .radio-label {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #8b8b8b;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    margin: 0px 3px 0px 0px;
    background-color: #fff;
    position: relative;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    line-height: 14px;
    margin: 12px 0px !important;
  }
  .input-radio + .radio-label::after {
    content: '';
    background: #fff;
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    width: 9px;
    height: 9px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
  }
  .input-radio:checked + .radio-label::after {
    box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.3);
  }
  .input-text:-webkit-autofill {
    background-color: #ffffff !important;
  }
  textarea.input-text {
    height: 120px !important;
  }
  select.input-text {
    background: #FFFFFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAGNJREFUSIntzbENgDAMRNFfkR42YUxYBlLDSlkBGhcWSlJYToP869M9iKKo1wJswNTZJGAHZgtwAw9wNJAEZNlcFmAFSgPR50W2pjRyCuJ2XkOy93kNcT//IkPONTLsPIr+2gsEwx4NLAopngAAAABJRU5ErkJggg==) no-repeat calc(100% - 10px) center;
    padding-right: 40px;
  }
  select.input-text:focus {
    background: #FFFFFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAALVBMVEX/////dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyoo+I6tAAAADnRSTlMABgcSEzKKi7Cxsry97lYwfJQAAABASURBVHja3cnJEQAgCARB8RaP/MOVQj5IBuxrazr4Wq7wTmxJwToduOOZCsom4b5L+GWAdCMo3Yp0K9KtUHe3Cy3fAc23y6RHAAAAAElFTkSuQmCC) no-repeat calc(100% - 10px) center;
    padding-right: 40px;
  }
  .input-text.date {
    background: #efefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAbCAMAAABY1h8eAAABsFBMVEWDg4P///+Dg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4MixLq9AAAAj3RSTlMAAAECAwQFBgcICQoLDA8QExQVFhcZJCUmKCkqKywvMDEyMzQ1Njc4OT4/RUlLTU5PUFFSU1RVV1laW1xdXl9hZGVoaWtsbW50eXt9gYKFhoeIiYqNjo+RlJWWl5qcnZ+jqaqrrK2wsba6wcPExsfIycvMzdTW19jd3uHi4+Tl5ufo6evu8PL19vf4+fr7/T4gR6EAAAG0SURBVHgBdZH5U9NAGIa/LxVtUpVWvKVSaBEPLQFRUcFDSREVrNZDgo2Sooj3LXgfBjGhvP+yuyFHZeT54ZnMPJN3d2bJZ/30y120DDOnHr7pYAn5tAGX47gTuLkcN09M2Vf2LOF0/5Q9aU/WbLvS7mKor3bf2kYvAPza66HnHgIWuubRPwFgluaFn3YBJ8fC+LqwhHOXAPymD8LvW4DcjTB+3OKg8yKAb37ESOfhAz8RMtpxZMdcHPGgigZm7tbhxzmsymdycFTv0XW9V0h8FItFX3p3t+NSHfQPHPEF9AdaQ8pWrepuvmNZZ5l/rIyDAAZZ6Dnz9//FUzI+C2KqcfZauZLl8tXK8SCqtDVfyFGmkM+voXQ608TN6YwWxAS9AkAjQs1ZoT4Wmg4upNBbGUdlbBc6JuNM9OdjYIEuyNgq1CtjLb6tpjZJJYmSqqbwWjWVCOI6MkzzOu0zx8eTm26bZivfMs2B6Ez5MjQmZ9uETrDQoyh+krEstDEXxif+rAuiQ8OlM7S9ZAxRwjBKLXzeGN7P/BUEbCCJEr+KwhI566Duet7iordSLkAH32EVZgf+AvNd6EZMAhVcAAAAAElFTkSuQmCC) no-repeat;
    background-position: calc(100% - 10px) center;
  }
  .input-text.date:focus {
    background: #efefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAbCAMAAABY1h8eAAABsFBMVEXiJSv////iJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSt47rg9AAAAj3RSTlMAAAECAwQFBgcICQoLDA8QExQVFhcZJCUmKCkqKywvMDEyMzQ1Njc4OT4/RUlLTU5PUFFSU1RVV1laW1xdXl9hZGVoaWtsbW50eXt9gYKFhoeIiYqNjo+RlJWWl5qcnZ+jqaqrrK2wsba6wcPExsfIycvMzdTW19jd3uHi4+Tl5ufo6evu8PL19vf4+fr7/T4gR6EAAAG0SURBVHgBdZH5U9NAGIa/LxVtUpVWvKVSaBEPLQFRUcFDSREVrNZDgo2Sooj3LXgfBjGhvP+yuyFHZeT54ZnMPJN3d2bJZ/30y120DDOnHr7pYAn5tAGX47gTuLkcN09M2Vf2LOF0/5Q9aU/WbLvS7mKor3bf2kYvAPza66HnHgIWuubRPwFgluaFn3YBJ8fC+LqwhHOXAPymD8LvW4DcjTB+3OKg8yKAb37ESOfhAz8RMtpxZMdcHPGgigZm7tbhxzmsymdycFTv0XW9V0h8FItFX3p3t+NSHfQPHPEF9AdaQ8pWrepuvmNZZ5l/rIyDAAZZ6Dnz9//FUzI+C2KqcfZauZLl8tXK8SCqtDVfyFGmkM+voXQ608TN6YwWxAS9AkAjQs1ZoT4Wmg4upNBbGUdlbBc6JuNM9OdjYIEuyNgq1CtjLb6tpjZJJYmSqqbwWjWVCOI6MkzzOu0zx8eTm26bZivfMs2B6Ez5MjQmZ9uETrDQoyh+krEstDEXxif+rAuiQ8OlM7S9ZAxRwjBKLXzeGN7P/BUEbCCJEr+KwhI566Duet7iordSLkAH32EVZgf+AvNd6EZMAhVcAAAAAElFTkSuQmCC) no-repeat;
    background-position: calc(100% - 10px) center;
  }
  .input-text.time {
    background: #efefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAA0lBMVEWDg4P///+Dg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4PodARtAAAARXRSTlMAAAIEBQcJCxAXGiMkJzM2OTo8P0FCRUdIS0xNUFFYW11gY2RmcHJzd32DhIaKjI6UoLa4ub3EytDR2drd3+nq6+z19/328NIqAAABL0lEQVR4AYWTa0/yQBBGdwu8vIggFFSkCooW5CLlruWO5fz/vySl6cgmJj1fT7LZmecZJaQq3tQ/HPypV0npmFim3TXC2k2burHEYNm41H2AYNKpl8v1ziQA6P/qMXAc5lWI1jo/PALjWPeAVVGdsAYDS58oroBepB1gkVUhNajpkOwCcEJtbWGTUWda0NJnMhvYWifdBgoqoglNHVEA2lpZOxgpQ0eMYGcpG4LcXzoXgK08mClDx8zAU3NwRT/Bo2gX5soHR/QrvIl2wFd7KMX2egeH7nvIg9Yl2Bv6A4H7SF8+3kX4vokev/za/y/4vKtUq7e1q+hr5mD/Xp4zxmDxWgRtrEWWKtpYqkQi2oxEAhVtBip1EC11MMokWsqUXEWzyLYtRU48g+QjSjjBHyzoWwmMs5SfAAAAAElFTkSuQmCC) no-repeat;
    background-position: calc(100% - 10px) center;
  }
  .input-text.time:focus {
    background: #efefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAA0lBMVEXiJSv////iJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSu3AigyAAAARXRSTlMAAAIEBQcJCxAXGiMkJzM2OTo8P0FCRUdIS0xNUFFYW11gY2RmcHJzd32DhIaKjI6UoLa4ub3EytDR2drd3+nq6+z19/328NIqAAABL0lEQVR4AYWTa0/yQBBGdwu8vIggFFSkCooW5CLlruWO5fz/vySl6cgmJj1fT7LZmecZJaQq3tQ/HPypV0npmFim3TXC2k2burHEYNm41H2AYNKpl8v1ziQA6P/qMXAc5lWI1jo/PALjWPeAVVGdsAYDS58oroBepB1gkVUhNajpkOwCcEJtbWGTUWda0NJnMhvYWifdBgoqoglNHVEA2lpZOxgpQ0eMYGcpG4LcXzoXgK08mClDx8zAU3NwRT/Bo2gX5soHR/QrvIl2wFd7KMX2egeH7nvIg9Yl2Bv6A4H7SF8+3kX4vokev/za/y/4vKtUq7e1q+hr5mD/Xp4zxmDxWgRtrEWWKtpYqkQi2oxEAhVtBip1EC11MMokWsqUXEWzyLYtRU48g+QjSjjBHyzoWwmMs5SfAAAAAElFTkSuQmCC) no-repeat;
    background-position: calc(100% - 10px) center;
  }
  .loader {
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    margin: 0px;
    text-align: center;
    z-index: 1000;
    font-family: 'latoregular';
    text-transform: uppercase;
    z-index: 16009;
  }
  .loader::before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 500rem;
    border: 3px solid rgba(69, 89, 93, 0.52);
    box-sizing: border-box;
  }
  .loader::after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-animation: loader 0.6s linear;
    animation: loader 0.6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #252525 transparent transparent;
    border-style: solid;
    border-width: 3px;
    -webkit-box-shadow: 0px 0px 0px 1px transparent;
    box-shadow: 0px 0px 0px 1px transparent;
    box-sizing: border-box;
  }
  .loader span {
    position: absolute;
    top: 40px;
    left: calc(50% - 45px);
    font-size: 12px;
    width: 90px;
    line-height: 15px;
    letter-spacing: 2px;
    text-shadow: 0px 0px 10px #000000;
    font-family: 'orkneymedium';
    color: #3a3a3a;
    text-align: center;
  }
  .loader span::before {
    content: '';
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background: rgba(191, 191, 191, 0.9);
  }
  p {
    color: #434853;    
    line-height: 28px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-family: 'montserratlight';
    font-size: 17px;
    line-height: 26px;
    padding: 10px 0;
  }
  .inline {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    
  }
  .col-1 {
    width: 100%;
    padding: 0px 15px;
  }
  .col-2 {
    width: 50%;
    padding: 0px 15px;
  }
  .col-3 {
    width: 33.3333%;
    padding: 0px 15px;
  }
  .col-4 {
    width: 25%;
    padding: 0px 15px;
  }
  .col-5 {
    width: 20%;
    padding: 0px 15px;
  }
  .col-container {
    font-size: 0px;
  }
  .row {
    margin: 0px -15px;
  }
  .container {
    margin: 0 auto;
    max-width: 100%;
    width: 85%;
  }
  .column {
    display: flex;
    flex-wrap: wrap;
    margin: -15px -15px 0px -15px;
  }
  .columns {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 15px;
  }
  .margin-top {
    margin-top: 140px;
  }
  .ui-datepicker .ui-datepicker-prev {
    top: 3px;
    background: #f42f2f url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAmElEQVQYGQXBQSqEAQCA0e//XWBSUspRKKJGoWZh4TxWVjZWNu7BxgXULJSFsuAMmBmj570kSZJzkyRJcunPQ5IkF9a+7CVJZn79OFCSnFpZOJaSTC0tnUhKjiysnElS9n1bm0mS8ognG5KkTDzj3ihJyaY57oySkmx5wa1BSpJtr7gxKEmy4w3XhiRJdr3jaqyqqj477CP/0qmsbV1NXLMAAAAASUVORK5CYII=) no-repeat center;
    font-size: 12px;
  }
  .ui-datepicker .ui-datepicker-next {
    top: 3px;
    background: #f42f2f url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAmElEQVQY01XQTQpBYRTG8YMN3JSUUjZCKeoqlIGB7TAyMjEysQ8mNnDLQBkoZRG+Lvp73onz6sx+p57zYUy50MC8jBlwph5TgbnwRM0p4EJ4pOoUcCk8UHEyiqyEe8pOAdfCjCQaTomdcBvTiDc3Wg4Dch50PKvHU5X6xK76OX3fq82dl5J+2ze5KnYc37jhw+T/EwnDGLAv7KSz3xS1KTsAAAAASUVORK5CYII=) no-repeat center;
  }
  .ui-datepicker table {
    font-size: 12px !important;
  }
  .ui-widget {
    font-size: 12px !important;
  }
  .ui-widget input,
  .ui-widget select,
  .ui-widget textarea,
  .ui-widget button {
    font-size: 12px !important;
  }
  .popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    transform: scale(1);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 50000;
    text-align: center;
    overflow-y: auto;
  }
  .popup .popup-content {
    display: inline-block;
    text-align: left;
    margin-top: 100px;
    margin-bottom: 100px;
    width: 560px;
    max-width: calc(100% - 30px);
    min-height: 300px;
    height: auto;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0px 0px 20px #000000;
    padding: 40px 30px;
    position: relative;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    transition-duration: 0.3s;
    transition-delay: 0.3s;
    opacity: 0;
  }
  .popup .popup-content .popup-close {
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    width: 29px !important;
    height: 29px !important;
    line-height: 27px !important;
    padding: 0px 0px 0px 2px  !important;
    text-align: center;
    border-radius: 30px !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7) !important;
    background: #004f94 !important;
    border-color: #004f94 !important;
    color: #FFFFFF !important;
    letter-spacing: 1px !important;
    margin: 0px !important;
  }
  .popup .popup-content.open {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition-duration: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
  }
  .popup .popup-content .header {
    padding: 0px 0px 10px 0px;
    border-bottom: 2px solid #9c9c9c;
    margin-bottom: 20px;
  }
  .popup .popup-content .header h2 {
    font-size: 17px;
    margin: 0px 0px 0px 0px;
    color: #3a3a3a;
    text-transform: uppercase;
  }
  .popup .popup-content .content {
    border-bottom: 2px solid #9c9c9c;
  }
  .popup .popup-content .content .job-title {
    font-size: 25px;
    line-height: 30px;
    color: #3a3a3a;
    margin: 0px 0px 10px 0px;
  }
  .popup .popup-content .content .experience {
    font-size: 12px;
    line-height: 12px;
    color: #3a3a3a;
    margin: 0px 0px 10px 0px;
  }
  .popup .popup-content .content .sections {
    margin-bottom: 20px;
  }
  .popup .popup-content .content .sections p {
    font-size: 14px;
    line-height: 20px;
    color: #3a3a3a;
  }
  .popup .popup-content .content .sections p strong {
    font-weight: normal;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 2px;
  }
  .popup .popup-content .content .sections .apply {
    float: right;
    padding: 0px 30px;
    line-height: 38px;
    height: 40px;
    text-transform: uppercase;
    font-size: 15px;
    width: auto !important;
    background: #004f94 !important;
    border-color: #004f94 !important;
    color: #FFFFFF !important;
    box-shadow: none !important;
    margin: 0px !important;
  }
  .popup .popup-content .content .sections .apply:hover {
    background: #004988 !important;
    border-color: #004988 !important;
    color: #3a3a3a !important;
  }
  .popup .popup-content .content .form .col-container {
    margin: 0px -5px;
  }
  .popup .popup-content .content .form .col-container .inline {
    padding: 0px 5px;
  }
  .popup .popup-content .content .form .col-container .inline .input-div {
    margin-bottom: 15px;
    position: relative;
  }
  .popup .popup-content .content .form .col-container .inline .input-div .input-text {
    width: 100%;
    height: 40px;
    line-height: 41px;
  }
  .popup .popup-content .content .form .col-container .inline .input-div textarea.input-text {
    height: 120px;
  }
  .popup .popup-content .content .form .col-container .inline .input-file-div #resume {
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
  }
  .popup .popup-content .content .form .col-container .inline .input-file-div #resume:hover + .input-text {
    color: #004f94;
    border-color: #004f94;
    box-shadow: inset 0px 0px 10px rgba(249, 104, 58, 0.5);
    -webkit-box-shadow: inset 0px 0px 10px rgba(249, 104, 58, 0.5);
  }
  .popup .popup-content .content .form .col-container .inline .input-file-div #resume:hover + .input-text .btn {
    background: #004988;
    border-color: #004988;
    color: #FFFFFF;
  }
  .popup .popup-content .content .form .col-container .inline .input-file-div .input-text {
    position: relative;
  }
  .popup .popup-content .content .form .col-container .inline .input-file-div .input-text .btn {
    position: absolute;
    padding: 0px 15px;
    right: -1px;
    top: -1px;
    height: 40px;
    line-height: 39px;
    margin: 0px;
    width: auto;
    box-shadow: none;
    font-size: 12px;
    text-transform: uppercase;
    background: #004f94;
    border-color: #004f94;
    color: #FFFFFF;
  }
  .popup .popup-content .content .form .col-container .inline .input-file-div .input-text .input-file-name {
    line-height: 39px;
    position: absolute;
    width: calc(100% - 108px);
    height: 100%;
    left: 0px;
    top: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #323232;
    font-size: 13px;
    padding: 0px 15px;
  }
  .popup .popup-content .content .form .col-container .inline .apply {
    height: 45px;
    line-height: 44px;
    width: auto;
    padding: 0px 50px;
    float: right;
    margin: 6px 0px 25px 0px;
    box-shadow: none;
    background: #004f94;
    border-color: #004f94;
    color: #FFFFFF;
  }
  .popup .popup-content .content .form .col-container .inline .apply:hover {
    background: #004988;
    border-color: #004988;
  }
  .social {
    font-size: 0px;
    display: block;
    margin: 0px 0px 0px 0px;
   
}
.social li {
    display: inline-block;
    margin: 0px 10px 20px 0px;
    text-align: center;
}
.social li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff; 
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
  .social li a:hover{
    
  }
  .social li a.facebook:hover {
    color: #3b5998;
  }
  .social li a.instagram:hover {
    color: #d82c7d;
  }
  .social li a.twitter:hover {
    color: #1da1f2;
  }
  .social li a.linkedin:hover {
    color: #0077b5;
  }
  .social li a.youtube:hover
  {
   
    color: #ff0000;
  }
  .social li a:hover {
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  }
  .social li a:hover i {
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  }
  /*.social li a.facebook:hover,
  .social li a.facebook:active,
  .social li a.facebook:focus {
    color: #3b5998;
  }
  .social li a.g-plus:hover,
  .social li a.g-plus:active,
  .social li a.g-plus:focus {
    transition: 0.1s;
    color: #e53935;
  }
  .social li a.instagram:hover,
  .social li a.instagram:active,
  .social li a.instagram:focus {
    transition: 0.1s;
    color: #d82c7d;
  }
  .social li a.twitter:hover,
  .social li a.twitter:active,
  .social li a.twitter:focus {
    transition: 0.1s;
    color: #1da1f2;
  }
  .social li a.linkedin:hover,
  .social li a.linkedin:active,
  .social li a.linkedin:focus {
    transition: 0.1s;
    color: #0077b5;
    background-color: transparent;
  }
  .social li a.youtube:hover,
  .social li a.youtube:active,
  .social li a.youtube:focus {
    transition: 0.1s;
    color: #ff0000;
  }*/
  
    .goto-top {
        position: fixed;
        left: 20px;
        bottom: 20px;
        border-radius: 0;
        border-radius: 3px;
        padding: 0px 20px;
        height: 40px;
        font-size: 40px;
        z-index: 100;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
        background: #c99f4f url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAYFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8GYpHzAAAAH3RSTlMAASorLDA7PD9ARlJXbm92eHl8fX5/gISFhoeIvfv8ZEvyMgAAAHpJREFUeAHt0UkOgzAMhWG789B0bjqU4PvfEiElT0YYS6zhbZD1/axCk9z2vHf9LiJvHvaHtPuw607xlLIvO47CcbN4Zany98e2R7qZRYQTij9b/5Mu4DvlujiUIHQdxaXci6QdRb3GfUzZsatIOql72XvlTVjRmM1rANIYFT25t9OXAAAAAElFTkSuQmCC) no-repeat;
        background-position: center;
        border-color: #c99f4f;
        z-index: 10;
        transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    }
 
  .goto-top.open {
    opacity: 1;
    visibility: visible;
  }
  .home-wrapper {
    padding: 0px 0px 0px 145px;
  }
  .close-div {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  }
  .close-div.open {
    opacity: 1;
    visibility: visible;
  }
  .desc {
    color: #3a3a3a;
    font-size: 20px;
    line-height: 25px;
    display: block;
    margin: 0px 0px 0px 0px;
  }
  .box {
    padding: 70px 0px;
  }
  .read-more {
    color: #004f94;
    display: inline-block;
    vertical-align: baseline;
    font-size: 15px;
    line-height: 24px;
    text-transform: capitalize;
  }
  .read-more:hover {
    color: #fcc600;
  }
  /**********************************************************home page*****************************************************************/
header{
    width: 100%;   
    padding: 15px 0px;
    display: flex;
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    align-items: center;
    z-index: 10; 
    border-radius: 0;
  }
  header .container{
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
  }
  .logo {
    display: inline-block;   
    width:200px ;  
  }
  
  .logo a {
    display: block;
    width:100%;
  }
  
  .logo a img {
    display: block;
    max-width: 100%;
    width: 100%;     
  }
  .header_right {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
  .header_contact{
    display: block;
    width: 100%;
    text-align: right;
  }
  .header_contact p {
      padding: 0 0px 0 20px;
      display: inline-block;
  }
  .header_contact .fa-phone:before {
      content: "\f095";
      color: #25b061;
      font-size: 18px;
      line-height: 30px;
      height: 100%;
  }
  .header_contact .fa-envelope-o:before {
      content: "\f0e0";
      color: #25b061;
      font-size: 15px;
      line-height: 28px;
      height: 100%;
  }
  .header_contact p{
    line-height: 20px;
  }
  .header_contact p a {
      transition: 0.1s;
      color: #fff;
      padding-left: 5px;
      padding-right: 10px;
      font-family:'latobold';      
      font-size: 16px;
      position: relative;
      border-right: 2px solid #fff;
  }
  .header_contact p a::before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAZCAYAAAArK+5dAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4QUU4Qzk1OTdCQkExMUVEQjgzN0JCNjdEMUYzRjk0RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4QUU4Qzk1QTdCQkExMUVEQjgzN0JCNjdEMUYzRjk0RSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjhBRThDOTU3N0JCQTExRURCODM3QkI2N0QxRjNGOTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjhBRThDOTU4N0JCQTExRURCODM3QkI2N0QxRjNGOTRFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+NWo7XwAABi5JREFUeNqUVmtMk2cUbsuthXIv0HIZlIK2XArlflPuooIMcAaWcYmJxh8jbuqccUvMNE6Jm1vYNBuTGUAnoCmKILQKyK1MFFBAKFLa0kKhBcqtpZS2tOOw1DHAmZ2kab5zvvM+73uec573QyJ8f0boDW1igDZFG5lqVrUauUIt12p1WsQ2xq7+hO3xgaWHdF4pZbCEjMLbvYXc8QXudjkGCIf9bx8KPo8oKDoXW5Qe757e0jXRMjOvnNkOwNjIwNgMY2TmaGfmGOqLDz1y0OtIFI0QBWAAsgUAa2qEZZV9xEqLc09D6BAIAs6MkLXXM6uzT9wpFMuFmwH6hmf62nom2jr7JZ3Tc8vTeJwp3tcT53s4jXJ4bkE518Oe7nkLgCV+iG2+md4c6GUfKJLIRVfLXl0VzyjEEf6EiIwEUsaCXLXQNTDVtRFArdGq4XSDvNnBujZBHZs3xzY3NTb3J+P8kyJck5Br1to90boOcOOX727sifhgj2hqSZT7dUPunbrhO9VP+dVkojU5yNshKNwPHz7AnR3gCOY5eoCKK0kVxw75HIMS8cYXeb1vZnormZxKN0cLNxoFR4PNcscWubABBBDK5s2yaYcqaOuEb/jdqhm6pdasqof4s0Oeybc89f4xsWxMt2YKpVrBZAmY0YerovWxs4UdZ8E/NauYCsysDDQ4f/6b89cr+q9XMDgVm2t9v5F3f/8u1/1e7jZeWDNjbE0zvwb8tS2jtaIpucjX09aXRrGjpcYQU1+PSF/zRTI+lCaSRoj024nzo5HtaChIUKm1KsQ7DLoF/scl8nG9D1oSNhWVR4+qZHAqbSzRNmXfJpaF+DqEQLy8frh8XrYyH+xjH7wOQHKxIBkaoAw3L95wI62B4m5N6edI+0uq2SV6P/Q6tKNgQiY4/QPr9LXyvmsAkp2yMxtmCTgEYHgXBV0SSsWHRgc5RusXsDI3saq9llIbG+wUOyaWj535seMMLLbdCSF+4kr7CY5wnpMe556el0rJW5SrFh+1Ch5JpAoJiskSMknOlqScA+Scf8piaBYT7BSDQiFR9CdcemPneCPiPXbxtxcXYR4ORLsdWAeWyMbuPR65hyr8o7fQyAhllBDmkkB0siBCcHlldRmGSKdD6IAsGMT/Whw6sb5NUC9bUsmkC0op+EZFstHbtW9uI6G1+Ixcvgve3AV2m3makQkvmKINTadbj0xDO0KJiu4NFMFC7wIBDoO87YOgu6Bsev86yae+Z53SaLSauFDnOH1AodQocr56kgOEXvg09AIM0PtO8axP/AwGdqN/HeDhU/7Dx38KH2MxRljGr6kMfbCqgVt1lzly1wJrbNFUnN4EM7F5YWjF6p+Sq8uvJJXb22Dst1VTrU6n7R2W9saHOseHUwnhdjYYO1BG4KB7cKobyufjYeOTEU/KQBsboptfiJohOXOvZ2bpxcRSb5KtN7QzPAsmZYIh/tzQFrkGVVyQqRb27XLdF+FHiACynvdLnsuW1LKqRl4V7C7YxyE40p8QGUbFhyWEOSfkf0zNx1ljcDC9M/PLM6CoieEuiXzRIn+Qu6ZDm+8DGCiVelUFXARQ7AKWlJol2M2KanWlvl1QL5EuS+CUFJI1BQQNbWKILq4aLM76kpl18z77ZmyIUyyZaEMGqQAFhtP8CwCs45W4Y3RicTQ7eWd2TJBTDLTsy6HplyDRoPMFv3cXwG0GwwjKm3+pJV+fW1I9VOKMxzrDKZN3uyW390y0bwEAE07+fcnEhbrEwcAtLauXWC8nWfo4cFBaM1QKPMHpNua2dIlaoF2pnrZUPzLOb1sApWpV2T043T05o5iEeqfsdksBgpkdQiaIGMRBizYvDgY+AIC8LRxsBoFpBj0JoNgHeLhaeeSlkvOoO2ypPNEiD2697fKAo3PHQs5h0AaYYvpg8TsB9Aa3VdPz8aYdrlY7iM6WRB8PW5+U3cQUkGZLcxPLFfXqCmgWzMrRg95Hr34RddXawsSa3sClHy9oO47c+NnyPgPiLn8WfhmuUyQSgYTPFuiyiemlCZAKGET47HnQxHuQcaIuA3L+F4De4A4/met/MpyKD8egDTEgE2t4SIjRG0bo+Zda84EreP5LgAEAbtZQucCdty8AAAAASUVORK5CYII=) no-repeat;
    background-position: left center;
    background-size: 90%;
    transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
    animation: wiggle 2s linear infinite;    
    content: "";
    height: 19px;
    width: 20px;
    position: absolute;
    left: -20px;
    top: 0;
}
.header_contact p a:last-child{
    padding-right: 0;
    border: none;
}
.header_contact p a:last-child::before{
    display: none;
}

  /******************************************menu*********************************************/
  .header_menu{
    display: block;
    vertical-align: middle;
    transition: 0.3s;
    margin: 0px 0 0;
  }
  .header_menu .menu-list {
    font-size: 0px;
    text-align: left;
    padding-top: 0px;
    list-style: none;
  }
  .header_menu .menu-list li {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
  }
  .header_menu .menu-list li a {
    color: #fff;
    font-family: 'ralewayextrabold';   
    padding: 0 25px;  
    text-transform: uppercase;
    display: block;
    transition: 0.01s;    
  }


.header_menu .menu-list li:hover a {
    color: #d0ac48;
     
}
.header_menu .menu-list li.current-menu-item a {
    color: #d0ac48;
    
}
 .appointment {
    padding-left: 4px;
    width: auto;
    display: inline-flex;
    justify-content: flex-end;
}
.appointment .btn{
    margin: 0;
    font-size: 17px;
    text-transform: uppercase;
    background: #fff;
    font-family: 'ralewayextrabold';
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    padding:5px;
    transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    height: auto;
    color: #d8ae3c;
    justify-content: flex-start;
    width: 94%;
    border-radius: 30px;
}
    .appointment .btn::after{
      display: none;
    }
.appointment .btn span{
    display: inline-block;
    padding-right: 12px;
    width:23%;
}
.appointment .btn:hover{    
    background: #000;
    border-color: #d8ae3c;
}
  .menu-btn {
    display: none;
    vertical-align: middle;   
    border: none;
    width: 34px;
    height: auto;
    padding:0px;
    cursor: pointer;
    transition: 0.3s;
    overflow: hidden;    
    z-index: 16002;    
    top: 0;   
    background: none;
    border-radius: 0;
    margin-top:0px
  }
  .menu-btn{
    transition: 0.3s;
    
  }
  .menu-btn .icon {
    display: flex;    
    justify-content: flex-end;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: left;
    align-items: flex-start;
    
  }
  .menu-btn .icon .bar {
    width: 100%;
    height: 4px;
    display: inline-flex;
    background: #efc75b;
    border-radius: 30px;
    justify-content: flex-start;
    text-align: left;
  }
  .menu-btn .icon .bar-1 {
    transition: 0.3s;
    top: 0px;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .menu-btn .icon .bar-2 {
    transition: 0.3s;
    margin-top: 3px;
    margin-bottom: -5px;
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      width:70%;
  }
  .menu-btn .icon .bar-3 {
    transition: 0.3s;
    margin-bottom: 3px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    width:70%;
  }
  .menu-btn .icon .bar-4 {
    transition: 0.3s;
    transform: scale(1);
    -webkit-transform: scale(1);
    width:100%;
  }
  .menu-btn.open .icon .bar{
    background: #000;
    height: 4px;
  }
  .menu-btn.open .icon .bar-1 {
    transition: 0.3s;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  .menu-btn.open .icon .bar-2 {
    transition: 0.3s;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 3px;
    margin-bottom: -5px;
}
  .menu-btn.open .icon .bar-3 {
    transition: 0.3s;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-bottom: 4px;
}
  .menu-btn.open .icon .bar-4 {
    transition: 0.3s;
    transform: scale(0);
    -webkit-transform: scale(0);
    width:100%;
  }
  
  header.fix {
    top: 0px !important;
    padding: 8px 0;    
    transition: all 0.8s cubic-bezier(0.32, 0.1, 0.3, 1);
   
}
header.fix .logo{
    width:180px;
    transition: all 0.8s cubic-bezier(0.32, 0.1, 0.3, 1);  
}
  /******************************************menu*********************************************/
  .banner{
    width:100%;
    position: relative;      
  }
  .hero-slider,
.hero-slider .slide {
  height: 100vh;
  width: 100%;
}

.slide {
  position: relative;
  overflow: hidden;
}

/* ===============================
   IMAGE
================================ */
.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* ===============================
   CONTENT POSITION
================================ */
.banner .content {
  position: absolute;
  bottom: 22%;
  left: 8%;
  z-index: 2;
  color: #fff;
  max-width: 800px;
}

/* ===============================
   TEXT STYLES
================================ */
.hero-text {
  font-size: clamp(25px, 6vw, 60px);
  line-height: 1.1;
 font-family: 'playfairdisplaysemibold';

  /* VISIBLE BY DEFAULT */
  opacity: 1;
  transform: translateY(0);
}

/* animation state */
.hero-text.is-animating {
  animation: textReveal 0.9s ease forwards;
}

@keyframes textReveal {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===============================
   GLOBAL COUNTER
================================ */
.slider-counter {
  position: absolute;
  bottom: 8%;
  left: 8%;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  font-size: 16px;
  font-family: 'boldonse';
}

/* counter line */
.slider-counter .line {
  width: 80px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
  position: relative;
  overflow: hidden;
}

/* animated progress */
.slider-counter .progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 0%;
  background: #fff;
}

/* ===============================
   OWL FIXES
================================ */
.owl-carousel .owl-stage,
.owl-carousel .owl-stage-outer {
  height: 100%;
}

.owl-carousel .owl-item {
  height: 100%;
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 991px) {
  .hero-text {
    font-size: 48px;
  }
}


@media (max-width: 600px) {
  .content {
    left: 6%;
    bottom: 25%;
  }

  .hero-text {
    font-size: 34px;
  }

  .slider-counter {
    bottom: 15%;
    font-size: 16px;
  }

  .slider-counter .line {
    width: 60px;
  }
}
.homediscovering_container{
  display: block;
  background: url(../images/discover_bg.png) no-repeat;
  background-position: center top;
  background-size: cover;
  padding:80px 0 ;
  text-align: center;
}
.homediscovering_wrapper{
  display: block;
  width:95%;
  margin: 0 auto;
}
.page_logo{
  width:22%;
  margin: 0 auto 30px;
}
.main_tittle{
  font-family: 'playfairdisplaymedium';
    font-size: clamp(26px, 7vw, 68px);
    color: #362618;
    text-transform: capitalize;
    line-height: 1.2;
    padding: 0px 0 0;
}
.main_tittle span{
  text-transform: uppercase;
}
.subtittle{
  font-family: 'myriadprobold';
    font-size: clamp(18px, 7vw, 20px);
    color: #1a1a1a;
    text-transform: none;
    line-height: 1.2;
    padding: 10px 0;
}
p{
  font-family: 'myriadproregular';
    font-size: clamp(16px, 7vw, 18px);
    color: #1a1a1a;
    text-transform: none;
    line-height: 26px;
    padding: 12px 0 0;
}
.video_container{
  width:100%;
  display: block;
  position: relative;
  /*background: url(../images/video_bg.png) no-repeat;
  background-position: center top;
  background-size: cover;*/
  padding: 0px 0 0;
  }
  .video_container .container{
    width:100%;    
  }

.video_wrapper{
  position: absolute;
  margin: 0 auto;
  display: block; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.video_wrapper .play_button{
  position: relative;
  width:60%;
  /* left:50%; */
  /* top:50%; */
  /* transform: translate(-50%, -50%); */
  z-index: 3;
  background: none;
  border: none;
  box-shadow: none;
}
.video_wrapper .play_button:hover {
    background: none;
}
img.overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  pointer-events: none;
  height: 100%;
  object-fit: cover;
}
.homeservice_container {    
    width: 100%;
    display: block;
    background: #efeae4;
    padding: 0px 0 50px;   
    text-align: center;
}
.homeservice_wrapper{
    display: block;
    width:100%;
    margin: 0 auto;   
    background: #fff; 
    border-radius: 10px;
    padding: 45px 40px;
}
.homeservice_wrapper .item{
  padding: 0 10px;
}
.homeservice_wrapper .owl-stage {
    display: flex;
}
.homeservice_wrapper .item .block{
  padding: 0;
  width:100%;
}
.homeservice_wrapper .item .block .icon{
  width:28%;
  margin: 0 auto;
 
}
.homeservice_wrapper .item:hover .block .icon{
   animation: pulse 1500ms;
   }
@keyframes pulse {
  0% {
    transform: scaleX(1) scaleY(1);
  }
  10% {
    transform: scaleX(0.85) scaleY(0.85);
  }
  20% {
    transform: scaleX(1) scaleY(1);
  }
  30% {
    transform: scaleX(0.85) scaleY(0.85);
  }
  40% {
    transform: scaleX(1) scaleY(1);
  }
  50% {
    transform: scaleX(0.85) scaleY(0.85);
  }
  60% {
    transform: scaleX(1) scaleY(1);
  }
  70% {
    transform: scaleX(0.85) scaleY(0.85);
  }
  80% {
    transform: scaleX(1) scaleY(1);
  }
  90% {
    transform: scaleX(0.85) scaleY(0.85);
  }
  100% {
    transform: scaleX(1) scaleY(1);
  }
}
.homeservice_wrapper .item .block .icon img{
  
}
.owl-carousel .owl-nav {
    display: flex;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    justify-content: space-between;
    z-index: 10;
}
.owl-carousel .owl-nav button {
  position: relative;
    display: block;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 0px;
    text-align: center;
    top: 0;
    bottom: auto;
    font: normal normal normal 14px/1 FontAwesome;
    background: rgba(255, 255, 255, 0);
    color: #cccccc;
    font-size: 20px;
    opacity: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.owl-carousel .owl-nav .owl-prev {
  
}
.owl-carousel .owl-nav .owl-next {
 
}
.owl-carousel .owl-nav button span {
  display: none;
}
.owl-carousel .owl-nav .owl-prev::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../images/prev.png) no-repeat;
  background-position: center center;
  background-size: 75%;
}
.owl-carousel .owl-nav .owl-next::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../images/next.png) no-repeat;
  background-position: center center;
  background-size: 75%;
}
.service_name{
  font-family: 'playfairdisplayblack';
    font-size: clamp(13px, 7vw, 15px);
    color: #362618;
    text-transform: uppercase;
    line-height: 1.2;
    padding: 12px 0 0;
}
.experience_container{
  width:100%;
  background: #efeae4 url(../images/experience_bg.png) no-repeat;
  background-position: right top;
  background-size: cover;
  padding: 70px 0;
  text-align: center;  
}
.experiencetop_wrapper{
  width:90%;
  margin: 0 auto;
  display: block;
}
.experiencebottom_container{
  width: 100%;
  background: #efeae4;
  padding: 0px 0 60px;
}
.experiencebottom_wrapper{
  width:auto;
  margin: 0 0;
}
.experiencebottom_wrapper .item{
  padding: 0 10px;
}
.experiencebottom_wrapper .item .block{
  position: relative;
}
.experiencebottom_wrapper .item .block .image{
  width:100%;
}
.experiencebottom_wrapper .item .block .content_wrapper{
  position: relative;
  width:90%;
  left:50%;
  transform: translateX(-50%); 
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #fff;
  border-radius: 0;
  padding: 25px 20px 25px 25px;
  margin: 0 0 10px;
  margin-top: -12%;
  box-shadow: 0px 2px 11px 0px rgb(0 0 0 / 0.4);
  opacity: 0;
  visibility: hidden;
   transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.experiencebottom_wrapper .item:hover .block .content_wrapper{
  opacity: 1;
  visibility: visible;
}
.experiencebottom_wrapper .item .block .content_wrapper .content{
  width:65%;
  display: inline-block;
  padding-right: 20px;
}
.experiencebottom_wrapper .item .block .content_wrapper .content  .experience_content{
    font-family: 'playfairdisplaymedium';
    font-size: clamp(22px, 7vw, 28px);
    color: #362618;
    text-transform: capitalize;
    line-height: 1.2;
    padding: 0px 0 0;
}
.experiencebottom_wrapper .item .block .content_wrapper .btn{
  background: transparent;
  height: auto;  
  margin-top: 0;
  padding: 0 15px;
}
.experiencebottom_wrapper .item .block .content_wrapper .btn:hover{
  color: #c6a138;
}
.experiencebottom_wrapper .owl-carousel .owl-nav {
    display: flex;
    width: calc(50% - 12%);
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    justify-content: space-between;
    z-index: 10;
}
.experiencebottom_wrapper .owl-carousel .owl-nav button {
  position: relative;
    display: block;
    width: 54px;
    height: 54px;
    border: none;
    border-radius: 0px;
    text-align: center;
    top: 0;
    bottom: auto;
    font: normal normal normal 14px/1 FontAwesome;
    background: rgba(255, 255, 255, 0);
    color: #cccccc;
    font-size: 20px;
    opacity: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.experiencebottom_wrapper .owl-carousel .owl-nav .owl-prev {
  
}
.experiencebottom_wrapper .owl-carousel .owl-nav .owl-next {
 
}
.owl-carousel .owl-nav button span {
  display: none;
}
.experiencebottom_wrapper .owl-carousel .owl-nav .owl-prev::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../images/prev.png) no-repeat;
  background-position: center center;
  background-size: 75%;
}
.experiencebottom_wrapper .owl-carousel .owl-nav .owl-next::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../images/next.png) no-repeat;
  background-position: center center;
  background-size: 75%;
}
.homefacility_container{
  width: 100%;
  background: #efeae4;
  padding: 0px 0 8%;
  text-align: center;
}
.top_content{
  width:90%;
  margin: 0 auto;
  display: block;
}
.homefacility_wrapper{
  width:100%;
  display: block;
  position: relative;
}
.question_wrapper {
    width: 30%;
    text-align: left;
    direction: ltr;
    padding-left: 0;
    margin: 70px auto 0;
}
.collapsible {  
  padding: 12px 0 12px 0;
  width:100%; 
}
.collapsible:last-child{
  
}
/* line 2916, ../sass/_styles.scss */
.collapsible .collapse-head {
  display: flex; 
  font-family: 'playfairdisplaymedium';
  font-size: clamp(20px, 7vw, 26px);
    color: #362618;
    line-height: 1;
    text-transform: capitalize;   
  position: relative; 
  display: flex;
  align-items: center;
 
}
.collapsible .collapse-head span{
  color: #bd3567;
  padding-right: 4px;
}
.collapsible .collapse-head:nth-of-type(2) span{
  color: #bd3567;
  padding-left: 4px;
  padding-right: 0;
}
.collapsible .collapse-head.open{
  color:#1c1b1b;
}

.collapsible .collapse-content {
  display: none;
  padding: 10px 0 10px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.collapsible .collapse-content .image_left{
  position: absolute;
  width:25%;
  left:0;
  bottom:-8%;
  }
.collapsible .collapse-content .image_right{
  position: absolute;
  width:25%;
  right:0;
  bottom:auto;
  top:-13%;
  }
.collapsible .collapse-content p{ 
  padding: 10px 0 0 0;
  font-size: 17px;
}

.collapsible .collapse-content ul{
  padding:10px 0 0 17px;
}
.collapsible .collapse-content ul li{ 
    line-height: 28px;
    margin: 0px 0px 0px 0px;
    padding:5px 0;
    font-family: 'quicksandmedium';  
  font-size: 18px;
  color: #000;
    display: list-item;
    list-style-type: disc;
}
.dream_container{
  width:100%;
  background: #fff; 
  text-align: center;  
  padding: 80px 0;
}
.dream_wrapper{
  width:100%;
  background: #efeae4 url(../images/dream_bg.png) no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 70px 10%;
  text-align: center;  
  border-radius: 20px;
}
.dream_wrapper .main_tittle{
  font-family: 'playfairdisplaybold';
}
.dream_wrapper .main_tittle, .dream_wrapper p{
  color: #fff;
}
.homegallery_container{
   background: url(../images/gallery_bg.png) no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 0 0 70px;
  width:100%;
  display: block;
 
}
.homegallery_wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  width:100%;
}
.homegallery_wrapper .left{
  width:44%;
  display: inline-block;
  padding: 8% 0 0;
}
.homegallery_wrapper .right{
  width:44%;
  display: inline-block;
  text-align: center;
  padding: 8% 0 0;
  
}
.homeblog_slider{
  width:auto;
  margin: 40px -10px 0;
  
}
#homeblog_slider .owl-stage{
  display: flex;
}
.homeblog_slider .item{
  padding: 10px 10px;
  text-align: left; 
}
.homeblog_slider .item .block{
  width:100%;
  height: 100%;
  background: #fff;
  border-radius: 30px;
}
.homeblog_slider .item .block .image{
  border-radius: 30px 30px 0 0;
  position: relative;
}
.homeblog_slider .item .block .image::before {
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.8)) no-repeat bottom;
    background-size: 100% 70%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px 30px 0 0;
    z-index: 1;
}
.homeblog_slider .item .block .image img{
  border-radius: 30px 30px 0 0;
}
.homeblog_slider .item .block .content{
  background: #efeae4;
  border-radius: 0 0 30px 30px;
  padding: 20px;
}
.homeblog_slider .item .block .content p{
  font-family: 'playfairdisplaybold';
  color: #362618;
  padding: 0;
}
.homeblog_slider .item .block .date{
    font-family: 'playfairdisplayregular';
    font-size: clamp(19px, 7vw, 22px);
    color: #c97a4f;
    text-transform: capitalize;
    line-height: 26px;
    padding: 0px 0 0;
    position: absolute;
    left:20px;
    bottom:5%;
    z-index: 2;
}
.homegallery_wrapper .middle{
  position: absolute;
  width: 18%;
  left:50%;
  transform: translateX(-50%);
  top:8%;
}
.main_tittle.white, p.white{
  color: #fff;
}
 .footer{  
      width: 100%;
   background: url(../images/footer_bg.png) no-repeat;
   background-position: center top;
  background-size: cover;
  position: relative;
    }
    .footer_wrapper{
      width: 100%;
      padding: 70px 0 40px;
      clear: both !important;
      
    }
    
    .footer .footer-content {  
      margin: 0px 0px 0px 0px;  
      width:100%
    }
    .footer .footer-content .col-container{
      display: flex;    
      flex-wrap: wrap;    
      justify-content: space-between;
    }
    .row {
      margin: 0px -15px;
    }
    .footer .footer-content  h3 {
      font-family: 'lufgasemibold';
      font-size: 26px;
      text-transform: capitalize;
      color: #fff;
      padding: 0px 0px 10px 0px;     
      display: inline-block;
    }
    
    .footer .footer-content  h4 {
      font-family: 'playfairdisplaybold';
      font-size: 22px;
      text-transform: capitalize;
      color: #e5bd4f;
      padding: 0px 0px 10px 0px;     
      display: inline-block;
    }
    .footer .footer-content  h5 {
      font-family: 'playfairdisplaybold';
      font-size: 19px;
      text-transform: capitalize;
      color: #e5bd4f;
      padding: 0px 0px 10px 0px;     
      display: inline-block;
    }
    .footer_logo_border{
      
    }
    .footer .footer-content  p {
      font-family: 'myriadproregular';
      font-size: 16px;
      color: #fff;
      padding: 0 0px;
      display: block;
      transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
      text-transform: none;
      line-height: 25px;
      max-width: 300px;
    } 
    .footer .footer-content .footer-logo {
    margin: 0px 0px 10px 0px;
    width: 250px;
    max-width: 100%;
} 
    .footer .footer-content  p a{
      color: #fff;
    }
    .footer .footer-content .timing p{
      text-transform: uppercase;
      padding-top: 18px;
      font-size: 13px;   
    }
    .footer .footer-content  .links {
      padding: 10px 0px 0px 0px;
      margin: 0px 0px 0px 0px;
    }
    .fa-map-marker:before {
      content: "\f041";
      color:#ee7408;
      font-size:16px ;
      padding-right: 10px;
      margin-top:-3px;
    }
    
    .fa-envelope:before{
    color:#ee7408;
      font-size:16px ;
      padding-right: 10px;
    }
    .fa-phone:before{
    color:#ee7408;
      font-size:16px ;
      padding-right: 10px;
    }
    .footer .footer-content  .links li {
      display: flex;
      padding: 7px 0px;
      text-align: left;    
      font-family: 'aileronregular';
      font-size: 16px;
      color: #fff;
      align-items: center;
    }
    .footer .footer-content .links.footer_contact li{
      align-items: flex-start;
        font-family: 'myriadproregular';
      font-size: 17px;
      color: #fff;
      line-height: 24px;
    }
    .footer .footer-content  .links li .fa{
      margin-top:2px;
    }
    .footer .footer-content .links li:first-child a {
      padding-top: 0px;
    }
    .footer .footer-content .links li a {
      font-family: 'myriadproregular';
      font-size: 17px;
      color: #fff;
      padding: 0 0px;
      display: block;
      transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
      text-transform: capitalize;
      line-height: 24px;
  }
  .footer .footer-content .links.footer_contact li a{
    text-transform: none;
    display: inline-block;
    padding:0 8px;
  }
   .footer .footer-content .links.footer_contact li a:first-child{
    padding-left: 0;
   }
    .footer .footer-content .links li a.mail{
      text-transform: none;
    }
    
    .footer .footer-content .links li a:hover {
      color: #ffcc29;
      
    }
    .footer .footer-content .links li:first-child a {
    padding-top: 0px;
   
}
.footer .footer-content .links.quicklink li:first-child a:first-child {
    padding-top: 0px;
    padding-left: 0;
}
    .footer .copyright {     
       border-top:3px solid rgba(255, 255, 255, 0.4);
       padding: 14px 0;
      
    }
    .footer .copyright .desc {
      display: block;
        vertical-align: middle;
        width: 88%;
        padding: 0px 0;
        margin: 0 auto;
        text-align: center;
       
    }
    .footer .copyright p {
      display: block;
      color: #fff;
      font-family: 'myriadproregular';
      font-size: 15px;
      text-transform: capitalize;
      padding: 0;
     text-align: center;
     line-height: 20px;
    }
    .footer .copyright p a {
     
      color: #e5bd4f;
      text-transform: none;
    }
    .footer .copyright p a:hover {
      
    }
    
    .footer .social {
    font-size: 0px;
    display: block;
    margin: 18px 0px 0px 0px;
    position: static;
    }
    .footer .social li {
    display: inline-block;
    margin: 0px 15px 0px 0px;
    text-align: center;
    }
    .footer .social li a {
    display: block;
    font-size: 17px;
    color: #fff;  
    border: none;   
    display: flex;
    background: none;
    justify-content: center;
    align-items: center;   
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    }
    .footer .social li a:hover{
    color: #e5bd4f;
    
    }
       img.mob_banner {
      display: none !important;
  }
  img.desktop_banner {
    display: block !important;
  }
  .categorytop_wrapper .btn.mob_button{
  display: none;
}
.footer .social li:last-child{
  margin: 0;
}
 img.about_desktop{
      display: block;
    }
    img.about_mob{
      display: none;
    }
    .mob_product{
      display: none;
    }
.chat{
    position: fixed;
    bottom:0; 
    right:0;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 3;
}
.chat p {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 20px;
    letter-spacing: 2px;
    color: #fff;
    font-family: 'playfairdisplaymedium';
    text-transform: capitalize;
    padding:10px 0;
}
.chat .whatsapp{
    
    margin-top: 0;
   background: #1a5f18;
   padding: 10px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
.chat .whatsapp a {
  color: #fff;
  width:42px;
    height: 42px;    
}
.chat .contact_call{
   
   margin-top: 0px;
    background: #c99f4f;
    padding: 10px 10px 10px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    
   
}
.chat .contact_call a {
  color: #fff;
   width:36px;
    height: 36px;    
}
/**********************************blog page**********************************************/
.inner_banner{

}
.inner_banner .content{
  left:50%;
  top:65%;
  bottom:auto;
  transform: translate(-50% , -50%);
  text-transform: uppercase;
  width: 90%;
    text-align: center;
}
.banner_text{
font-size: clamp(25px, 6vw, 60px);
    line-height: 1.1;
    font-family: 'playfairdisplaysemibold';
    opacity: 1;
    transform: translateY(0);
    color: #fff;
}
.blog_container{
  background: #efeae4;
  padding: 70px 0;
  position: relative;
  text-align: center;
}
.blog_container::before{
  background: url(../images/blogcontainer_bg.png) no-repeat;
  background-position: center top;
  background-size: 100%;
  content: "";
  width:100%;
  height: 100%;
  display: block;
  position: absolute;
  left:0;
  top:0;
}
.inner-page{
  background: #efeae4;
}
.blog_wrapper{
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px; 
}
.blog_wrapper .item{
  width:25%;
  padding: 15px 10px;
}
.blog_wrapper .item .block .content {
    background: #fff;
}
.inner-page .top_content{
  position: relative;
}
.blogdetail_container{
  background: #fff;
  padding: 70px 0;
  position: relative;
  text-align: center;
}
.blog_container::before.blogdetail_container{
  display: none;
}
.blogdetail_container::before {
    background: url(../images/blogdetail_bg.png) no-repeat;
    background-position: center top;
    background-size: 100%;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.blogdetail_wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 70px auto 0;
  justify-content: space-between;
}
.blogdetail_wrapper .left {
  width: 70%;
  display: inline-flex;
  flex-wrap: wrap;
}
.blogdetail_wrapper .left .item{
  width:50%;
  padding: 10px;
}

.blogdetail_wrapper .left .date {
  color: #c99f4f;
  font-family: 'playfairdisplayregular';
  font-size: clamp(18px, 7vw, 20px);
  line-height: 1;
  text-align: left;
  text-transform: capitalize;
  padding: 10px 0 0px;
  border: none;
  margin: 0;
  position: static;
  opacity: 1;
  visibility: visible;
  display: block;
}
.blogdetail_wrapper .item:hover .date{
  opacity: 1;
  visibility: visible;
  display: block;
}
.blogdetail_wrapper .image_details{
  position: absolute;
  bottom:6%;
  left:50%;
  transform:translateX(-50%);
  text-align: center;
  width:100%;
  padding: 0 20px;
  color: #fff;
}
.blogdetail_wrapper .item:hover .image_details{
  color: #094A6E;
}
.blogdetail_wrapper .image_details .tittle{
  font-family: 'exobold';
  font-size: clamp(16px, 7vw, 20px);
  line-height: 1;    
  padding: 0;
  margin: 0;
  text-transform: capitalize;
}
.blogdetail_wrapper .image_details p{
  font-family: 'exoregular';
  font-size: 14px;
  line-height: 24px;   
  padding:10px 0 0;
  margin: 0;
  color: #fff;
}
.blogdetail_wrapper .item:hover .image_details p{
  color: #094A6E;
}
.blogdetail_wrapper .image_details .readmore{
  font-family: 'exobold';
  font-size: 14px;
  line-height: 1;   
  padding:10px 0 0;
  margin: 0;
  text-transform: uppercase;
}
.blogdetail_wrapper .right {
  width: 26%;
  display: inline-block;
  text-align: left;
}
.news_list_wrapper {
  width: 100%;
  display: block; 
  padding: 0px 0px 0; 
}
.search {
  display: inline-block;
    position: relative;
    width: 100%;
   margin: 10px 0 0;
}

.search .fa-search {
    position: absolute;
    top: 50%;
    left: auto;
    right: 20px;    
    transform: translateY(-50%);    
    display: flex;
    align-items: center;
    justify-content: center;   
}

.search input {
  width: 100%;
  height: 45px;
  background: none;
  border: 2px solid #ededed;
  border-radius: 10px;
  font-family: 'myriadproregular';
  color: #000;
  font-size: 17px;
  text-indent: 20px;  
  text-transform: none;
}
.search input::placeholder{
  color: #000;
  text-transform: capitalize;
}
.categories {
  margin-top: 40px;
}
.categories ul {
  display: block;
  padding-top: 10px;
}
.categories ul li {
  color: #362618;
  font-family: 'playfairdisplaybold';  
  font-size: clamp(15px, 7vw, 18px);
  line-height: 20px;
  text-transform: capitalize;
  padding: 15px 0; 
  margin: 0px 0 0;
  border: none;
  width: 100%;    
  display: inline-flex;
  justify-content: space-between;
  border-bottom: 2px solid #ededed;
}

.categories ul li a {
  color: #362618;
  cursor: pointer;
}
.categories ul li:hover a{
  color:#e5bd4f;
} 
.categories ul li span{
  font-size: 12px;
}
.popular_post {
  margin-top: 40px;
}
.news_list_wrapper .tittle {
  color: #000;
  font-family: 'myriadprobold';
  font-size: clamp(16px, 7vw, 18px);
  line-height: 1;
  text-transform: uppercase;
  padding: 0 0 10px 0px;    
  display: block;
  position: relative;
 
}

.news_list {
  display: flex;
  align-items: center;
  margin: 30px 0 0;
  justify-content: space-between;
  flex-wrap: wrap;   
}
.news_list:hover{
  display: flex;
}
.news_list .image {
  width: 30%;
  display: inline-block;
}
.news_list .image img{
  border-radius: 20px;
}
.news_list .content {
  width: 66%;
  display: inline-block;
}
.news_list .content .tittle {
  color: #000;
  font-family: 'playfairdisplaybold';
 font-size: clamp(14px, 7vw, 16px);
  line-height: 1.1;
  text-align: left;
  text-transform: none;
  padding:0px 0 0px;
  border: none;
  margin: 0;
}
.news_list .content .date {
  color: #c99f4f;
  font-family: 'playfairdisplayregular';
line-height: 1;
  font-size: clamp(16px, 7vw, 18px);
  text-align: left;
  text-transform: capitalize;
  padding: 8px 0 0px;
  border: none;
  margin: 0;
  position: static;
  opacity: 1;
  visibility: visible;
  display: block;
}
.news_list .content .tittle::before{
  content:none;
}
.tags {
  margin-top: 40px;
}
.tags ul {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin: 18px -5px 0;
}
.tags ul li {
  padding: 10px 5px;
  display: inline-block;
}
.tags ul li a {
 color: #000;
    font-family: 'myriadproregular';
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    background: #efeae4;
    padding: 6px 20px;
    width: fit-content;
    text-transform: uppercase;
    border: none;
    width: 100%;
    border-radius: 30px;
    transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
}
.tags ul li a:hover {
 color: #000;
    background: #e5bd4f;
}
.news_content {
  width: 100%;
  display: block;
  text-align: left;
  padding:0px 0 50px;
}
.blogdetail_wrapper .left .image {
    width: 100%;
    border-radius: 24px;
    margin: 30px 0 20px;
}
.blogdetail_wrapper .left .image img{
  width:100%;
  border-radius: 24px;
}
.blogdetail_wrapper .left .post_wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width:100%;
  margin: 15px 0 0;
  flex-wrap: wrap;
}
.blogdetail_wrapper .left .post_wrapper .block{
  color: #094A6E;
  font-family: 'exosemibold';
  font-size: 16px; 
  text-transform: capitalize;
  line-height: 22px;
}
.blogdetail_wrapper .left .content_area{
  margin-top:20px;
}
.blogdetail_wrapper .left .content_area ul{
  padding: 20px 0 0 0px;
}
.blogdetail_wrapper .left .content_area ul li{
  font-family: 'myriadproregular';
    font-size: clamp(16px, 7vw, 18px);
    color: #1a1a1a;
    text-transform: none;
    line-height: 26px;
    padding: 6px 0 6px 30px;
    position: relative;
}
.blogdetail_wrapper .left .content_area ul li::before{
  content: "";
    width: 20px;
    height: 20px;
    background: url(../images/tick_mark.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 9px;
}
.blogdetail_wrapper .left .content_area .content_bg{
  padding: 20px;
  background: #efeae4;
  border-radius: 25px;
  margin: 20px 0;
  width:100%;
  display: block;
}
.blogdetail_wrapper .left .content_area .content_bg p{
  font-family: 'playfairdisplaybold';
  padding: 0;
}
.blogdetail_wrapper .left .content_area .image_wrapper{
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
}
.blogdetail_wrapper .left .content_area .image_wrapper .image{
  width:49%;
  display: inline-block;
}
.blogdetail_wrapper .left .content_area .image_wrapper .image img{
  width:100%;
  border-radius: 20px;  
}
.prevnext_wrapper{
  width:100%;
  border-bottom: 2px solid #DBDBDB; 
  display: flex;
  justify-content: space-between; 
  padding: 0px 0 20px; 
  text-align: left;
}
.prevnext_wrapper .block-left, .prevnext_wrapper .block-right{
  display: inline-flex;
  align-items: center;
} 
.prevnext_wrapper .block-left::before{
  display: inline-block;
  content: "\276E";
  font-size: 20px;
  color: #000;
  line-height: 1;
}
.prevnext_wrapper .block:last-child::before{
  content:none;
}
.prevnext_wrapper .block-right::after{
  display: inline-block;
  content: "\276F";
  font-size: 20px;
  color: #000;
   line-height: 1;
}
.prevnext_wrapper .block-left .content, .prevnext_wrapper .block-right .content{
  display: inline-block;
  padding-left: 10px;
}
.prevnext_wrapper .block-right .content{
  display: inline-block;
  padding-left:0;
  padding-right: 10px;
}
.prevnext_wrapper .block-left .content .tittle, .prevnext_wrapper .block-right .content .tittle{
  font-family: 'myriadprobold';
    font-size: clamp(14px, 7vw, 16px);
    text-transform: uppercase;
    line-height: 1.2;
    color: #000;
    padding-top: 0px;
}
.blogdetail_wrapper .left .tags {
    margin-top: 0px;   
    text-align: left;
    display: flex;
   
}
.blogdetail_wrapper .left .bottom_content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px 0 0;
  width:100%;
}
.blogdetail_wrapper .left .tags .tittle {
    font-family: 'myriadprobold';
    font-size: clamp(14px, 7vw, 16px);
    text-transform: uppercase;
    line-height: 1.2;
    color: #000;
    padding-top: 12px
}
.blogdetail_wrapper .left .tags ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;    
    padding: 0px 0;
}
.blogdetail_wrapper .left .tags ul li {
    padding: 6px 4px;
    display: inline-block;
    width: auto;
}
.blogdetail_wrapper .left .tags ul li a {
    color: #000;
    font-family: 'myriadproregular';
    font-size: 15px;
    text-align: center;
    cursor: pointer;
    background: #efeae4;
    padding: 6px 20px;
    width: fit-content;
    text-transform: uppercase;
    border: none;
    width: 100%;
    border-radius: 30px;
    transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
}
.blogdetail_wrapper .left .tags ul li a:hover{
    color: #000;
    background: #e5bd4f;
}
.blogdetail_wrapper .left .social {
    display: flex;
    align-items: center;
    margin: 0px 0 0;
}
.blogdetail_wrapper .left .social h5 {
    font-family: 'myriadprobold';
    font-size: clamp(14px, 7vw, 16px);
    text-transform: uppercase;
    line-height: 1.2;
    color: #000;
    padding-top: 0px;
}
.blogdetail_wrapper .left .social li {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    text-align: center;
}
.blogdetail_wrapper .left .social li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #000;
    border: 2px solid #f2f2f2;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.blogdetail_wrapper .left .social li a:hover {
    color: #e5bd4f;
}
/**********************************blog page**********************************************/
/**********************************rooms page**********************************************/
.room_container{
  background: #efeae4;
  padding: 70px 0;
  position: relative;
  text-align: center;
}
.room_container::before{
  background: url(../images/roomcontainer_bg.png) no-repeat;
  background-position: center top;
  background-size: 100%;
  content: "";
  width:100%;
  height: 100%;
  display: block;
  position: absolute;
  left:0;
  top:0;
}
.rooms_wrapper{
  margin: 0;
  width:100%;
  display: block;
  text-align: left;
}
.rooms_wrapper .room_block{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px 0 0;
}
.rooms_wrapper .room_block:nth-child(even){
  flex-direction: row-reverse;
}
.rooms_wrapper .room_block .image{
  width:55%;
  display: inline-block;
}
.rooms_wrapper .room_block .content_wrapper {   
    background: #fff;
    border-radius: 0;
    padding: 35px 30px;
    margin: 0 0 0;
    margin-left: -3%;
    box-shadow: 0px 2px 11px 0px rgb(0 0 0 / 0.4);    
    transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    width:55%;
    position: relative;
}
.rooms_wrapper .room_block:nth-child(even) .content_wrapper {      
    margin: 0 0 0;
    margin-right: -3%;  
}
.rooms_wrapper .room_block .content_wrapper .experience_content {
    font-family: 'playfairdisplaymedium';
    font-size: clamp(22px, 7vw, 28px);
    color: #362618;
    text-transform: capitalize;
    line-height: 1.2;
    padding: 0px 0 0;
}
.rooms_wrapper .room_block .content_wrapper .btn {
    background: transparent;
    height: auto;    
    padding: 0 15px;
}
.rooms_wrapper .room_block .content_wrapper .btn:hover {
    color: #c6a138;
}
.experiencebottom_wrapper .item .block .content_wrapper .btn:hover::after, 
.rooms_wrapper .room_block .content_wrapper .btn:hover::after{
  border-top: 2px solid #c6a138;
    border-right: 2px solid #c6a138;
  color: #c6a138;
}
.booking_wrapper{
  background: url(../images/book_bg.png) no-repeat;
  background-position: center top;
  background-size: cover;
  margin: 50px 0 0;
  display: block;
  width:100%;
  padding: 60px 0;
  text-align: center;
  border-radius: 30px;
}
.booking_wrapper .content{
  width:85%;
  margin: 0 auto;
}
/**********************************rooms page**********************************************/
/**********************************gallery page**********************************************/
.main_gallery{
  margin:50px 0 0;
  width:100%;
  display: block;
  border-bottom: 2px solid #c1bcb6;
  padding: 0 0 50px 0;
}
.maingalleryimage_wrapper{
  display: flex;
  flex-wrap: wrap;
  width:auto;
  margin: 0px -10px 0;
}
.maingalleryimage_wrapper .image{
  position: relative;
  padding: 20px 10px;
  width:33.333%;
}
.maingalleryimage_wrapper .image .image_wrapper{
  position: relative;
  border-radius: 25px;
  width:100%;
}
.maingalleryimage_wrapper .image .image_wrapper img{
  border-radius: 25px;
  border: 4px solid #fff;
}
.maingalleryimage_wrapper .image .image_wrapper::before{
  background: rgba(0, 0, 0, 0.7);
  width:100%;
  height: 100%;
  border-radius: 25px;
  position: absolute;
  left:0;
  top:0;
  content:"";
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.maingalleryimage_wrapper .image:hover .image_wrapper::before{
  opacity: 1;
  visibility: visible;
}
.maingalleryimage_wrapper .image .image_wrapper .icon{
  transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  position: absolute;
  left:50%;
  top:50%;
  width:10%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.maingalleryimage_wrapper .image:hover .image_wrapper .icon{
  opacity: 1;
  visibility: visible;
}
.maingalleryimage_wrapper .image .image_wrapper .icon img{
  border-radius: 0;
  border: none;
  height: auto;
}
.main_gallery .btn{
  border-radius: 30px;
  border: 2px solid #fff;
  font-family: 'myriadproregular';
}
.main_gallery .btn::after{
  display: none;
}
.main_gallery .top_content{
  margin: 0 auto 30px;
}
.main_gallery:nth-last-child(1){
  border: none;
}
/**********************************gallery page**********************************************/
/**********************************events page**********************************************/
.eventtop_wrapper{
  margin: 50px 0 0;
  width:100%;
  display: block;
  text-align: center;
}
.eventtop_wrapper .image_wrapper{
  width:100%;
  display: block;
}
.eventtop_wrapper .content_wrapper{
  background: #fff;
    border-radius: 0;
    padding: 60px 0;
    margin: 0 auto 0;   
    box-shadow: 0px 2px 11px 0px rgb(0 0 0 / 0.4);
    transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    width: 96%;
    position: relative;
   margin-top: -10%;
}
.eventtop_wrapper .content_wrapper .content{
  margin: 0 auto;
  width: 90%;
}
.eventtop_wrapper .content_wrapper .experience_content {
    font-family: 'playfairdisplaymedium';
    font-size: clamp(25px, 7vw, 30px);
    color: #362618;
    text-transform: capitalize;
    line-height: 1.2;
    padding: 0px 0 0;
}
.eventtop_wrapper .content_wrapper .experience_content span{
  font-family: 'callistaregular';
  text-transform: none;
  font-size: clamp(30px, 7vw, 40px);
}
#event_slider{
  margin: 50px 0 0;
}
#event_slider .item{
  padding: 0 5px;
}
#event_slider .item img {
    border-radius: 25px;
    border: 4px solid #faf5ef;
}
 .owl-carousel#event_slider .owl-nav button {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 0px;
    text-align: center;
    top: 0;
    bottom: auto;
    font: normal normal normal 14px / 1 FontAwesome;
    background: rgba(255, 255, 255, 0);
    color: #cccccc;
    font-size: 20px;
    opacity: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.destination_container {
    width: 100%;
    background: #fff;
    padding: 70px 0 10%;
    margin-bottom: -3%;
}
.destination_wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.destination_wrapper .image{
  width:45%;
  display: inline-block;
}
.destination_wrapper .content_wrapper{
  width:50%;
  display: inline-block;
}
.destination_wrapper .content_wrapper .experience_content {
    font-family: 'playfairdisplaymedium';
    font-size: clamp(22px, 7vw, 28px);
    color: #362618;
    text-transform: capitalize;
    line-height: 1.2;
    padding: 0px 0 0;
}
.destination_wrapper .question_wrapper {
    width: 85%;
    margin: 30px 0 0;
}
/**********************************events page**********************************************/
/**********************************contact page**********************************************/
.contact_wrapper{
  width:100%;
  display: block;
  margin: 60px 0 0;
  text-align: center;
  background: #fff;
  border-radius: 20px 20px 0 0;
  padding: 40px;
  
}
.blog_container .container{
  position: relative;
}
.contactform_wrapper .title{
  font-family: 'playfairdisplaymedium';
    font-size: clamp(22px, 7vw, 32px);
    color: #362618;
    text-transform: capitalize;
    line-height: 1.2;
    padding: 0px 0 0;
}
.contact_wrapper .title{
  padding: 10px 0 0;
  width:100%;
}

.contact_wrapper .sub_tittle{
  
  width:100%;
  display: block;
}
.contactform_wrapper{ 
  padding: 0;
  width: 80%;
    margin: 0 auto;
}
.contactform_wrapper form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-top: 60px;
}
.contactform_wrapper p{
  color: #0b0a10;
  font-family: 'latoregular';
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  padding-top: 0;
  margin: 0 10px;
}
.contactform_wrapper form label {
  display: block;
  font-size: 17px;
    color: #000;
    pointer-events: none;
    font-family: 'myriadproregular';
  text-transform: capitalize;
}
.required {
  color: #ec2124;
}
.contactform_wrapper form{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-top:60px;
}

.contactform_wrapper  form p {

}

.contactform_wrapper  form .full {
grid-column: 1 / 3;

}
.contactform_wrapper form .half {  
 padding-right: 0;
}
.contactform_wrapper form .half:nth-of-type(even){  
  padding-right: 0;
 }
.contactform_wrapper form button, .contactform_wrapper form input, .contactform_wrapper form textarea, .contactform_wrapper form select {
  width: 100%;
  padding: 10px;  
  height: 45px;
  background: #fff;
border: 2px solid #37322d;
border-radius: 8px;
color: #000000;
  font-family: 'myriadproregular';  
  font-size: 17px;
  text-transform: none;   
  line-height: 1; 
}
.contactform_wrapper form button ::placeholder, .contactform_wrapper form input::placeholder, .contactform_wrapper form textarea::placeholder {
  
  color: #000000;
  font-family: 'myriadproregular';  
  font-size: 17px;
  text-transform: capitalize;    
}
.contactform_wrapper  form button,
.contactform_wrapper  form input.wpcf7-not-valid,
.contactform_wrapper  form textarea.wpcf7-not-valid {
width: 100%;
padding: 10px;
border: solid 1px red;
border-radius: 0px;
}
.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 0;
	font-weight: normal;
	display: none;
}
.contactform_wrapper  form textarea {
resize: none;
height: 100px;
}

.contactform_wrapper form .btn{
      background: transparent;
    height: auto;
    margin-top: 0;
    padding: 0 15px;
}
.contactform_wrapper form .btn::after{
    border-top: 2px solid #362618;
    border-right: 2px solid #362618;
    color: #362618;
}
.contactform_wrapper form .btn:hover::after{
    border-top: 2px solid #c6a138;
    border-right: 2px solid #c6a138;
    color: #c6a138;
}
.contactform_wrapper .wpcf7-submit {
  
    background: transparent;
    height: auto;
    margin-top: 0;
    padding: 0 15px;
    height: 42px;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    border: none;
    border-bottom: 3px solid #c6a138;
    color: #362618;
    background-color: #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    -moz-appearance: none;
    -webkit-transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    user-select: none;
    padding: 0px 30px 2px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'playfairdisplayblack';
    margin-top: 25px;
    position: relative;
}
.contactform_wrapper .wpcf7-submit:hover, .contactform_wrapper .btn:hover {
  color: #c6a138;
}
.contactform_wrapper  form button:hover,
.contactform_wrapper  form button:focus {
  
color: #c6a138;
}
.contactform_wrapper  form button:hover::after, .contactform_wrapper  form button:focus::after{
    border-top: 2px solid #362618;
    border-right: 2px solid #362618;
    color: #362618;
}
.contactform_wrapper form .full:last-child{
  margin-bottom:0;
}
.wpcf7 form .wpcf7-response-output{
      grid-column: 1 / 3;
}
.date-field{
  position: relative; 
}

/* Label inside */
.date-field label{
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 17px;
  color: #000;
  pointer-events: none;
  font-family:'myriadproregular';
}

/* Input styling */
.contactform_wrapper form .date-field input{
  width: 100%;  
  border-radius: 8px;
  font-size: 17px;
  background: #fff;
  outline: none;
  text-align: right;
  padding-right: 8%;
}

/* Remove default calendar icon (Chrome) */
.date-field input::-webkit-calendar-picker-indicator{
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* Custom Calendar Icon */
.calendar-icon{
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  pointer-events: none;
  background: url("../images/form_calender.png") no-repeat center;
  background-size: contain;
}

/* Optional: Hide default date text format */
.date-field input::-webkit-datetime-edit{
  color: #000;
}
.contactinfo_wrapper{
  width: 100%;
  margin:0;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.contactinfo_wrapper .block{
  padding: 30px 10px;
  display: inline-block;
  width: 33.33%;  
}
.contactinfo_wrapper .block_inner{
  background: #fff;  
  text-align: center;
  height: 100%;
  border-right: 2px solid #cdccca;
  padding: 0px 25px;
}
.contactinfo_wrapper .block:last-child .block_inner{
  border-right: none;
}
.contactinfo_wrapper .block .icon{
  display: block;
  margin:0 auto;
  width:15%;
}
.contactinfo_wrapper .block .tittle{
  font-family: 'playfairdisplaybold';
  font-size: 20px;  
  line-height: 20px;
  text-transform: capitalize;
  color: #362618; 
  padding: 15px 0 0;
}
.contactinfo_wrapper .block p{
  font-family: 'myriadproregular';
  font-size: clamp(15px, 7vw, 17px);
  line-height: 25px;
  color: #000000;  
  text-transform: none;
  display: inline-block;
  padding: 8px 0 0;
}
.contactinfo_wrapper .block p a{
  color: #000000; 
  cursor: pointer;
  display: block;
}
.contactbottom_wrapper{
  background: #222;
  padding: 50px 100px;
  position: relative;
    z-index: 2;
}
.contactbottom_wrapper .btn {
  background: #fff;
  border: 0;
  color: #222;
  font-family: 'kanitregular';
  font-size: 17px;
  border-radius: 30px;
  padding: 10px 30px;
  width: fit-content;
  padding: 0 35px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border: none;
  border-radius: 0;
  text-align: center;
  justify-content: center;
  margin-top: 30px;
}
.map_container {
  margin: 0 0 0%;
}
.mapouter { 
  display: block;
  margin: 0;
  position: relative; 
}

iframe {
  width: 100%;
 filter: grayscale(100%);
}
.contact_container{
  padding-bottom: 0;
}
/**********************************contact page**********************************************/
/**********************************aboutus page**********************************************/
.inner_tittle{
  font-family: 'playfairdisplaymedium';
    font-size: clamp(22px, 7vw, 37px);
    color: #362618;
    text-transform: capitalize;
    line-height: 1.2;
    padding: 0px 0 0;
}
.abouttop_wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
  margin: 50px 0 0;
  position: relative;
}
.abouttop_wrapper .left{
  width:49%;
  display: inline-block;
  height:100%;
}
.abouttop_wrapper .left .image{
  margin: 50px 0 0;
}
.abouttop_wrapper .right{
  width:49%;
  display: inline-block;
  height: 100%;
}
.abouttop_wrapper img{
  border-radius: 20px;
}
.abouttop_wrapper .right .image{
  margin: 0px 0 20px;
}
.history_container{
  background: #090909;
  padding: 70px 0;
  display: block;
  text-align: center;
}
.history_wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
  margin: 50px 0 0;
}
.history_wrapper .left{
  width:40%;
  display: inline-block;  
}
.history_wrapper .left .block{
  padding: 10px 0;
  height: 100%;
}
.history_wrapper .left .block .block_inner{
  border: 2px solid #fff;
  padding: 20px;
  border-radius: 20px;
  height: 100%;
}
.history_wrapper .left .block .block_inner .tittle{
  font-family: 'playfairdisplaymedium';
  font-size: clamp(22px, 7vw, 28px);
  color: #fff;
  text-transform: capitalize;
  line-height: 1.2;
}
.history_wrapper .left .block .block_inner p{  
  font-size: clamp(14px, 7vw, 16px);
  line-height: 23px;
  color: #fff;
  padding: 8px 0 0;
}
.history_wrapper .left .block .block_inner ul{
  padding: 10px 0 10px 17px;
}
.history_wrapper .left .block .block_inner ul li{  
  font-size: clamp(14px, 7vw, 16px);
  line-height: 23px;
  color: #fff;
  padding: 5px 0;
  display: list-item;
  list-style-type: disc;
  font-family: 'myriadproregular';
}
.history_wrapper .middle{
  width:20%;
  padding: 0px 20px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.aboutbottom_container{
  margin: 0 0 -10%;
  padding: 0;
  width:100%;
  display: block;
  text-align: center;
  background: #000;  
  position: relative;
}
.aboutbottom_wrapper{
  position: absolute;
  left:50%;
  top:40%;
  transform: translate(-50%, -50%) !important;
  width:95%;
}
/**********************************aboutus page**********************************************/
/***************************************************faq page***************************************************/
.faq_wrapper{
  width:100%;
  margin:0 0 50px;
  text-align: center;
}
.faq_wrapper .question_wrapper{  
  width:100%;
  text-align: left;
}
.faq_wrapper .collapsible {  
  padding:10px 0;
  position: relative; 
 margin: 0 0;
}

.faq_wrapper .collapsible .collapse-head {
  display: block;   
 font-family: 'playfairdisplaymedium';
    color: #37322d;
    font-size: clamp(15px, 7vw, 17px);
    line-height: 25px;
    text-transform: uppercase;
    padding: 12px 22px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #fff;
    border-radius: 10px;
}
.faq_wrapper .collapsible .collapse-head.open{
  color:#476d71;
}
/* line 2924, ../sass/_styles.scss */
.faq_wrapper .collapsible .collapse-head::after {
  content: "\002B";
    color: #476d71;
    font-weight: bold;
    float: right;
    margin-left: 0;
    font-size: 20px;
    line-height: 20px;   
    display: flex;
    align-items: center;
    justify-content: center;    
    position: relative;
    z-index: 10;
    font-family: 'montserratbold';
    font-weight: 900;
}
.faq_wrapper .collapsible .collapse-head.open::after{
  content: "\2212";  
}

.faq_wrapper .collapsible .collapse-content {
  display: none;
  padding: 25px;
}
.faq_wrapper .collapsible .collapse-content .tittle{
  font-size: 18px;
    color: #22AD4B;
    font-family: 'poppinsmedium';
    line-height: 1.2;
    margin: 0px 0px 0px 0;
    text-transform: none;
    display: block;
}
.faq_wrapper .collapsible .collapse-content p{
  font-size: clamp(14px, 4vw, 17px);
  line-height: 23px;
  color: #000;
}
.faq_wrapper .collapsible .collapse-content ul{
  padding:12px 0 0 5px;
}
.faq_wrapper .collapsible .collapse-content ul li{
  color: #000;
    line-height: 28px;
    margin: 0px 0px 0px 0px;
    padding:7px 0 7px 10px;
    font-family: 'myriadproregular';
    display: list-item;
    list-style-type: disc;
    font-size: clamp(14px, 4vw, 17px);
  line-height: 23px;
}
.faq_wrapper .collapsible .collapse-content ul li::marker {
  color: #000;
  font-size: clamp(14px, 4vw, 17px);
  line-height: 23px;
  content: "\002B";
  font-weight: bold;
}

.faq_wrapper .collapsible:last-child {
  position: relative;
}
.faq_wrapper .collapsible:last-child {
  border-bottom: none;
}
.privacy_wrapper{
  width:100%;
  display: block;
  text-align: left;
  margin: 50px 0 70px;
}
.privacy_wrapper .experience_content {
    font-family: 'playfairdisplaymedium';
    font-size: clamp(19px, 7vw, 25px);
    color: #362618;
    text-transform: uppercase;
    line-height: 1.2;
    padding:15px 0 10px;
}
/***************************************************faq page***************************************************/
video#myVideo{
  width:100%;
      object-fit: cover;
    height: 100%;
}
.owl-carousel .owl-stage-outer {
    height: auto !important;
}
span.send_arrow {
    display: inline-flex;
}
.send_arrow::after {
    border-top: 2px solid #362618;
    border-right: 2px solid #362618;
    color: #362618;
}
.send_arrow:hover::after{
  
   border-top: 2px solid #c6a138;
    border-right: 2px solid #c6a138;
}
.wpcf7-spinner{
  position: absolute;
}
.homegallery_wrapper .left .section{
    width:100%;
    max-width:100%;
    position:relative;
    margin: 40px 0 0;
   
}

/* SLIDER */
.slider{
     position: relative;
    width: 100%;
    
}

/* CARD */


.card img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:24px;
}

/* ARROWS */
.controls {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    position: relative;
    z-index: 10;
}


.card {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;    
        border-radius: 30px;
    overflow: hidden;
    background: white;
    padding: 8px;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.25);
}
.homegallery_wrapper .left .section .slider .card:first-child {
    position: relative;
}
.homegallery_wrapper .left .section button {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: none;
    background: #fff;
   font-size: 25px;
}
.homegallery_wrapper .left .section button:hover{
  background: #d8ae3c;
  color: #fff;
}
.is-form-style input.is-search-input {  
    background-image: none !important;   
    padding: 0 12px;
    margin: 0;
    outline: 0 !important;
    font-size: 14px !important;   
    min-height: 0;
    line-height: 1;   
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;  
    width: 100%;
    height: 45px;
    background: none;
    border: none !important;
    border-radius: 10px;
    font-family: 'myriadproregular';
    color: #000;
    font-size: 17px;
    text-indent: 20px;
    text-transform: none;
}
.is-form-style {
    line-height: 1;
    position: relative;
    padding: 0 !important;
    border: 1px solid #ededed !important;
    border-radius: 10px;
}
.is-form-style button.is-search-submit {
    background: 0 0;
    border: 0;
    box-shadow: none !important;
    opacity: 1;
    padding: 0 !important;
    margin: 0;
    line-height: 0;
    outline: 0;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.is-search-icon {
    display: inline-block !important;
    color: #666;
    background: none !important;
    box-shadow: none !important;
    outline: 0;
    margin: 0;
    font-size: 14px !important;
    border: none !important;
    border-radius: 0;
    line-height: 1;
    height: auto !important;
    text-transform: capitalize;
    vertical-align: middle;
    -webkit-transition: background-color .1s ease-in-out;
    -moz-transition: background-color .1s ease-in-out;
    -o-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.is-search-icon{
  padding-top: 0 !important;
}
 @media only screen and (min-width: 1900px) {
  .header_menu .menu-list li {    
    font-size: 19px;
}
.hero-text{
  font-size: clamp(25px, 6vw, 80px);
}
.main_tittle {    
    font-size: clamp(26px, 7vw, 70px);
}
.subtittle{
  font-size: clamp(18px, 7vw, 23px);
}

.btn {   
    font-size: 16px;
}
.homeservice_wrapper .item .block .icon {
    width: 30%;
    margin: 0 auto;
}
.service_name{
    font-size: clamp(13px, 7vw, 18px);
}
p {    
    font-size: clamp(16px, 7vw, 20px);   
    line-height: 29px;
 }
 .collapsible .collapse-head {   
    font-size: clamp(20px, 7vw, 30px);
 }
 .collapsible .collapse-content p {
    padding: 10px 0 0 0;
    font-size: 19px;
}
.footer .footer-content p, .footer .social li a, .footer .footer-content .links li a, .footer .copyright p {
    
    font-size: 18px;
  }
}


@media only screen and (max-width: 1375px) {

.header_menu .menu-list li a {  
    padding: 0 18px;
}
}
@media only screen and (max-width: 1350px) {
.experiencebottom_wrapper .item .block .content_wrapper {   
    width: 92%;    
    padding:0 18px;
}
}

@media only screen and (max-width: 1280px) {
    header {        
        align-items: center; 
        padding: 8px 0;     
    }
    header.fix {     
      padding: 8px 0;     
  }
    .menu-btn {
      display: inline-block;
      
  }
  .logo {
    display: inline-block;
    width: 100px;
}
 header.fix .logo {
    width: 100px;   
 }
    header .btn:active {
        border-bottom: none;
    }
    header .btn:hover {
        background-color: transparent;
        border-color: transparent
    }
    .menu-btn .icon {
        
    }
    .menu-btn .icon .bar {        
        height: 5px;    
    }
    .menu-btn .icon .bar-2 {
        top: 8px;
        
    }
    .menu-btn .icon .bar-4 {
        bottom: 0.5px;    
    }
    .header_menu{
      width: 100%;
      height: 100vh;
      display: flex;
      /* flex-wrap: wrap; */
      align-items: center;
      transition: 0.3s;
      justify-content: center;
      position: fixed;
      flex-direction: column;
      left: 0px;
      top: 0px;
      z-index: 10;
      background: #fff;
      background-size: cover;
      background-position: center center;
      opacity: 0;
      visibility: hidden;
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -webkit-transition: all 0.3s cubic-bezier(.39, 0, .39, 1);
      -moz-transition: all 0.3s cubic-bezier(.39, 0, .39, 1);
      transition: all 0.3s cubic-bezier(.39, 0, .39, 1);
      margin-top: 0;
      overflow: auto;
      padding: 12% 2% 10%;
      }
    .header_menu.open{
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    .header_menu .menu-list{
        text-align: center;
    }
      .header_menu .menu-list li{
        display: block;
        padding: 15px 0 0;
      }
    .header_menu .menu-list li a,
   .header_menu .menu-list li a, .header_wrapper .menu .menu-list li a {
        color: #000;
        line-height: 55px;
        font-size: 30px;
    }
    .appointment .btn {   
    font-size: 35px;   
    height: 55px;
}

    .header_contact .fa-envelope-o:before {
        
        font-size: 28px;    
    } 
    .header_contact .fa-phone:before {
        
        font-size: 30px;    
    }
   
      .header_wrapper .menu-btn{
        display: inline-block;
      }
      .header_menu .menu-list li.menu-item-has-children .sub-menu{
        display: none !important;
      }
      .header_contact p{
        display: none;
      }
    .header_contact p a {
        transition: 0.1s;
        color: #25b061;
        padding-left: 5px;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        font-size: 0;
    }    
 
  
  .header_menu h4 {
    
    display: block;
}

.header_menu .social{
  display: block;
  margin: 30px 0 0;
}
.header_menu .social li {
  display: inline-block;
  margin: 0px;
  text-align: center;
  padding: 0 6px;
}
.header_menu .social li a {
  display: block;
  font-size: 15px;
  color: #0b374a;  
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  display: flex;
  background: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  }
  .header_menu .social li a::after{
    display: none;
  }
  .header_menu .social li a:hover{
  background: #d37948 !important;
  border: 1px solid #d37948;
  color: #fff !important;
  }
  .header_menu .menu-list li a {
    padding: 0;
  }
  .appointment{
    display: none;
  }


.banner .banner-item .content h4 {
  font-size: clamp(18px, 2vw, 22px);
}


.appointment_mob {
  display: block;
  margin: 20px 0 0;
}
.abouttop_wrapper {  
    margin-bottom: 50px;
}

}
@media only screen and (max-width: 1250px) {
.service_name {    
    font-size: clamp(11px, 7vw, 13px);
}
.homeservice_wrapper {   
    padding: 40px 20px;
}
.experiencebottom_wrapper .item .block .content_wrapper .content .experience_content {    
    font-size: clamp(20px, 6vw, 25px);
}
p {
    font-family: 'myriadproregular';
    font-size: clamp(14px, 7vw, 16px);
    color: #1a1a1a;
    text-transform: none;
    line-height: 23px;
    padding: 12px 0 0;
}
.experiencebottom_wrapper .item .block .content_wrapper .btn {  
    padding: 0 10px;
}
.btn {
    height: 40px;   
    font-size: 12px;
    line-height: 40px;
}
.question_wrapper {
    width: 40%;
}
.destination_wrapper .question_wrapper {
    width: 100%;
    margin: 30px 0 0;
}
.destination_wrapper .content_wrapper{
  width:47%;
}
.destination_wrapper .image {
    width: 49%;
}
.contactform_wrapper {
    padding: 0;
    width: 95%;
    margin: 0 auto;
}
.blogdetail_wrapper .left {
    width: 62%;
    display: inline-block;
    text-align: left;
}
.blogdetail_wrapper .right {
    width: 34%;
    display: inline-block;
    text-align: left;
}
}
@media only screen and (max-width: 1150px) {
.experience_container {   
    padding: 0px 0 50px;
}
.collapsible .collapse-content .image_right {
   
    width: 22%;
}
.collapsible .collapse-content .image_left {
  
    width: 22%;
}
.page_logo {
    width: 24%;
}
.blog_wrapper .item {
    width: 33.333%;
}
.contact_wrapper {  
    padding: 40px 10px;
}
.history_wrapper .left {
    width: 100%;
    display: inline-flex;
}
.history_wrapper .left .block {
    padding: 10px;
}
.history_wrapper .middle {
    width: 40%;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.aboutbottom_wrapper {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%) !important;
    width: 88%;
}
}
@media only screen and (max-width: 1050px) {
.chat p {    
    font-size: 16px;
}
.hero-text{
  font-size: clamp(25px, 6vw, 48px);
}
.chat .whatsapp a {
    color: #fff;
    width: 38px;
    height: 38px;
}
.chat .contact_call a {
    color: #fff;
    width: 33px;
    height: 33px;
}
.footer .footer-content .footer-logo {   
    width: 200px;
    max-width: 100%;
}
.rooms_wrapper .room_block {   
    flex-wrap: wrap;
}
.rooms_wrapper .room_block .image {
    width: 100%;
    display: block;
}
.rooms_wrapper .room_block .content_wrapper {
    width: 100%;
    display: block;
    margin:0 !important;
}
.destination_container {
    width: 100%;
    background: #fff;
    padding: 70px 0 18%;
    margin-bottom: -14%;
}
.blogdetail_wrapper .left {
    width: 100%;
    display: block;    
}
.blogdetail_wrapper .right {
   width: 100%;
    display: block;
    margin: 30px 0 0;   
}
}
@media only screen and (max-width: 950px) {
.video_wrapper .play_button {    
    width: 14%;
}
    .collapsible .collapse-content .image_right, .collapsible .collapse-content .image_left {
        width: 16%;
    }
        .question_wrapper {
        width: 50%;
    }
    .collapsible .collapse-content .image_right {   
    top: 0%;
}
 .collapsible .collapse-content .image_left {   
    bottom: 0%;
}
.homegallery_wrapper .left {
    width: 100%;
    display: block;
    padding: 5% 0 0;
}
.homegallery_wrapper .left .section {
    width: 90%;
    max-width: 100%;
    position: relative;
    margin: 40px auto 0;
}
.homegallery_wrapper .middle {
    position: relative;
    width: 50%;
    left: auto;
    transform: none;
    top: 0;
    margin: 0 auto;
    display: block;
}
.homegallery_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 40px 0 0;
}
.homegallery_wrapper .right {
    width: 100%;
    display: block;
    text-align: center;
    padding: 5% 0 0;
}
.inline {   
    width:100%;
    padding: 10px 0;
}
.inline:nth-child(2), .inline:nth-child(3){
  width:50%;
}
.footer .copyright .desc {   
    width: 100%;
    padding: 0px 0;
    margin: 0 auto;
    text-align: left;
}
.footer .copyright p {   
    text-align: left;
}
.maingalleryimage_wrapper .image {    
    width: 50%;
}
.destination_wrapper {    
    justify-content: center;
}
    .destination_wrapper .content_wrapper {
        width: 100%;       
        margin: 25px 0 0;
    }
.contactinfo_wrapper {    
    justify-content: center;
}
.contactinfo_wrapper .block {
    padding: 20px 10px;
    display: inline-block;
    width: 70%;
}
.contactinfo_wrapper .block_inner { 
    border-right: none;
    padding: 0px;
}
    .contactform_wrapper {
        padding: 0;
        width: 100%;
    }
.contactform_wrapper form {    
    grid-gap: 15px;
}
.contactform_wrapper p {   
    margin: 0 5px;
}
.abouttop_wrapper .left {
    width: 100%;
    display: inline-block;
    height: auto;
}
.inner_tittle br{
  display: none;
}
.abouttop_wrapper .right {
    width: 100%;
    display: inline-block;
    height: auto;
    margin: 20px 0 0;
}
}
@media only screen and (max-width: 850px) {
      img.mob_banner {
      display: block !important;
  }
  img.desktop_banner {
    display: none !important;
  }
  .homediscovering_wrapper {
    display: block;
    width: 100%;
  }
  .video_container .container{
    width:100%;
  }
  .video_wrapper{
    width:100%;
  }
  .experiencebottom_wrapper .owl-carousel .owl-nav {
    display: flex;
    width: calc(100% - 24%);
  }
  .collapsible .collapse-head {    
    font-size: clamp(18px, 7vw, 20px);
  }
  .main_tittle {
        font-size: clamp(26px, 7vw, 33px);
  }
  .page_logo {
        width: 32%;
    }
.contactform_wrapper form .half {
    padding-right: 0;
    grid-column: 1 / 3;
}
}
@media only screen and (max-width: 750px) {
  .blog_wrapper .item {
    width: 50%;
}
.inner_banner {
    margin-top: 70px;
}
.blog_container {   
    padding: 40px 0 20px;   
}
.room_container {
    padding: 40px 0 20px;   
}
.contact_container{
  padding-bottom: 0;
}
}
@media only screen and (max-width: 650px) {
  .collapsible .collapse-content .image_right, .collapsible .collapse-content .image_left{
    display: none;
  }
  .question_wrapper {
        width: 100%;
        text-align: center;
    }
  .homefacility_container .container{
    margin-left: auto;
    margin-right: 0;
     width: 94%;
  }
  .collapsible .collapse-head {   
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.collapsible {
    
    border-bottom: 2px solid #e7e0d9;
}
    .rooms_wrapper .room_block {
        flex-wrap: wrap;
        margin: 25px 0;
    }
    .destination_wrapper .image {
        width: 84%;
    }
        .destination_wrapper .content_wrapper {
       
        text-align: center;
    }
    .contactinfo_wrapper .block {
        padding: 20px 10px;
        display: inline-block;
        width: 100%;
    }
        .history_wrapper .left {
        width: 100%;
        display: inline-flex;
        flex-wrap: wrap;
    }
    .history_wrapper .left .block {
        padding: 10px;
        width: 100%;
    }
    .history_wrapper .middle {
        width: 60%;
    }
    .aboutbottom_wrapper .main_tittle.white {
    font-size: clamp(22px, 5vw, 25px);
}
.faq_wrapper .collapsible .collapse-head {
   
    padding: 10px 10px;
  
}
.faq_wrapper .collapsible .collapse-content {
    display: none;
    padding: 12px 0px;
}
}
@media only screen and (max-width: 550px) {
.homeservice_container .container{
  width:100%;
}
.service_name {
        font-size: clamp(10px, 3vw, 13px);
    }
        .homeservice_wrapper {
        padding: 20px 5px;
    }
        .slider-counter {
        bottom: 6%;
        font-size: 13px;
    }
  .logo {
        display: inline-block;
        width: 118px;
    }
    header.fix .logo {
        width: 118px;
    }
        .chat p {
        font-size: 16px;
        display: none;
    }
    .chat .contact_call, .chat .whatsapp{
      padding: 5px;
    }
    .chat .contact_call a, .chat .whatsapp a{
              width: 30px;
        height: 30px;
    }
    .chat .contact_call{
      margin-bottom: 5px;
    }
    .experiencebottom_wrapper .item .block .content_wrapper{
      flex-wrap: wrap;
    }
    .experiencebottom_wrapper .item .block .content_wrapper .content{
      width:100%;
      padding-right: 0;
    }
    .experiencebottom_wrapper .owl-carousel .owl-nav {
        display: flex;
        width: calc(100% - 2%);
        top: 24%;
    }
    .experiencebottom_wrapper .owl-carousel .owl-nav button {  
    width: 40px;
    height: 40px;
    }
    .experiencebottom_wrapper .item .block .content_wrapper {
    opacity: 1;
    visibility: visible;
}
    .page_logo {
        width: 57%;
    }
    .dream_wrapper {   
    padding: 30px 5%;
    }
    .inline:nth-child(2), .inline:nth-child(3) {
        width: 100%;
    }
    .footer .footer-content .links.footer_contact li {   
    flex-wrap: wrap;
}
.dream_container {   
    padding: 30px 0;
}
    .inner_banner {
        margin-top: 80px;
    }
      .blog_wrapper .item {
        width: 100%;
    }
  .rooms_wrapper .room_block .content_wrapper {   
    padding: 20px 15px;
  }
  .rooms_wrapper .room_block .content_wrapper .btn {    
    margin-top: 10px;
}
.maingalleryimage_wrapper .image {
        width: 100%;
        padding: 10px;
    }
  .eventtop_wrapper .content_wrapper {    
    padding: 30px 0;
  }
  .map_container {
    margin: 0 0 -17%;
}
.contactform_wrapper form .date-field input::placeholder{
  font-size: 0;
}
.contactform_wrapper form button, .contactform_wrapper form input, 
.contactform_wrapper form textarea, .contactform_wrapper form select {
  font-size: 14px;
}
.contactform_wrapper form .date-field input {    
    font-size: 14px;   
    padding-right: 10%;
}
.contactform_wrapper form button ::placeholder, .contactform_wrapper form input::placeholder, .contactform_wrapper form textarea::placeholder {
    
  font-size: 14px; 
}
.contactform_wrapper form label {   
    font-size: 14px;
}
.calendar-icon {
   
    width: 16px;
    height: 16px;
}
.contactform_wrapper form {
    
    margin-top: 30px;
}
.contact_wrapper {
        padding: 20px 10px;
    }
  .aboutbottom_wrapper .main_tittle.white {
        font-size: clamp(20px, 5vw, 25px);
    }
    .aboutbottom_wrapper .btn {
    margin: 10px 0 0;
    height: 30px;
}
    .aboutbottom_wrapper .btn::after{
           top: calc(50% - 12px);
    }
        .aboutbottom_wrapper {
        position: absolute;
        left: 50%;
        top: 50%;
        }
     .aboutbottom_container {
    margin: 0 0 -18%;
    padding: 0;
    width: 100%;
    display: block;
    text-align: center;
    background: #000;
    position: relative;
    padding-bottom: 49px;
}
.faq_wrapper .collapsible .collapse-head {
   
    font-size: clamp(11px, 4vw, 17px);
}
.blogdetail_wrapper .left .content_area .image_wrapper {
   
    flex-wrap: wrap;
}
.blogdetail_wrapper .left .content_area .image_wrapper .image {
    width: 100%;
    padding: 0;
}
.blogdetail_wrapper .left .social {
    display: flex;
    align-items: center;
    margin: 20px 0 0;
}
.homegallery_wrapper .left .section button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: none;
    background: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
}
@media only screen and (max-width: 450px) {
    .aboutbottom_wrapper .main_tittle.white {
        font-size: clamp(17px, 5vw, 25px);
    }
       .aboutbottom_wrapper .btn {
        margin: 7px 0 0;
        height: 20px;
        font-size: 10px;
    }
        .aboutbottom_wrapper .btn::after {
        top: calc(50% - 8px);
        width: 4px;
        height: 4px;
    }
.history_wrapper .left .block .block_inner { 
    padding: 10px;
}
.footer .social li {   
    margin: 0px 13px 0px 0px;   
}
  }