@font-face {
    font-family: 'fogiepersonaluse';
    src: url('../fonts/Fogie\ Personal\ Use.woff2') format('woff2'), url('../fonts/Fogie\ Personal\ Use.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'montserratlight';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'montserratregular';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.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;
  }
  @font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'montserratbold';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.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;
  }
   :root {
    --gap: 10px;
    --radius: 16px;
    --col-side: minmax(0, 1fr);
    --col-center: minmax(0, 1.6fr);
    --col-small: minmax(0, 0.5fr);
    --row-h: 220px;
    --overlay-bg: rgba(84, 51, 42, 0.9);
    --gold: #C8963C;
    --gold-light: #e8b85a;
    --cream: #F5EAD8;
  }

  * {
    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);
    color:#282828
  }
  body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f8f7f3;
    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: 40px;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    line-height: 1px;    
    border:1px solid #4e2c23;
    color: #4e2c23;
    background-color: transparent;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -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: 3px 30px 0px;
    cursor: pointer;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: 'fogiepersonaluse';
    margin-top: 25px;   
    position: relative;
    
  }
  .btn:hover, .btn:focus {
    display: inline-flex;
    color: #fff;
    background:#4e2c23;
  }
  
  .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: 88%;
  }
  .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: #ffde00 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAYFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8GYpHzAAAAH3RSTlMAASorLDA7PD9ARlJXbm92eHl8fX5/gISFhoeIvfv8ZEvyMgAAAHpJREFUeAHt0UkOgzAMhWG789B0bjqU4PvfEiElT0YYS6zhbZD1/axCk9z2vHf9LiJvHvaHtPuw607xlLIvO47CcbN4Zany98e2R7qZRYQTij9b/5Mu4DvlujiUIHQdxaXci6QdRb3GfUzZsatIOql72XvlTVjRmM1rANIYFT25t9OXAAAAAElFTkSuQmCC) no-repeat;
        background-position: center;
        border-color: #ffde00;
        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: 12px 0px;
    display: flex;
    position: fixed;
    top: 0;
    background: #4e2c23;
    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:250px ;  
  }
  
  .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;
}
 
  /******************************************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: 19px;
  }
  .header_menu .menu-list li a {
    color: #fff;
    font-family: 'fogiepersonaluse';   
    padding: 0 25px;  
    text-transform: capitalize;
    display: block;
    transition: 0.01s;      
  }


.header_menu .menu-list li:hover a {
    color: #ffe533;
     
}
.header_menu .menu-list li.current-menu-item a {
    color: #ffe533;
    
}
 .appointment {
    padding-left: 4px;
    width: auto;
    display: inline-flex;
    justify-content: flex-end;
}
.appointment .btn{
    margin: 0;
    font-size: 18px;
    text-transform: capitalize;
    background: transparent;
    font-family: 'fogiepersonaluse';
    border: 1px solid #ffe533;
    display: flex;
    align-items: center;
    padding:2px 20px 0;
    transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    height: auto;
    color: #ffe533;
    justify-content: flex-start;
    width: auto;
    border-radius: 30px;
    height: 40px;
}    
 

.appointment .btn:hover{    
    background: #ffe533;
   color: #000;
}
  .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: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    align-items: center;
    
  }
  .menu-btn .icon .bar {
    width: 100%;
    height: 4px;
    display: inline-flex;
    background: #fff;
    border-radius: 30px;
    justify-content:center;
    text-align: center;
    align-items: center;
  }
  .menu-btn .icon .bar-1 {
    transition: 0.3s;
    top: 0px;
    transform: scale(1);
    -webkit-transform: scale(1);
    width:70%;
  }
  .menu-btn .icon .bar-2 {
    transition: 0.3s;
    margin-top: 3px;
    margin-bottom: -5px;
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      width:100%;
  }
  .menu-btn .icon .bar-3 {
    transition: 0.3s;
    margin-bottom: 3px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    width:100%;
  }
  .menu-btn .icon .bar-4 {
    transition: 0.3s;
    transform: scale(1);
    -webkit-transform: scale(1);
    width:70%;
  }
  .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;
  top: 30%;
  left: 8%;
  z-index: 2;
  color: #fff;
  max-width: 34%;
}

/* ===============================
   TEXT STYLES
================================ */
.hero-text {
  font-size: clamp(28px, 6vw, 58px);
  line-height: 1.1;
 font-family: 'fogiepersonaluse';
  opacity: 1;
  transform: translateY(0);
}

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

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


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

.owl-carousel .owl-item {
  height: 100%;
}
#banner .item img{
    width: 100%;
    display: block;
}

#banner .owl-stage,
#banner .owl-stage-outer,
#banner .owl-item{
    overflow: hidden;
}
#banner .owl-item{
   position: relative;
    left: -1px;
}
#banner .owl-item{
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translate3d(0,0,0);
}
.banner .owl-dots{
  position: absolute;
  margin: 0 auto;
  text-align: center;
  bottom:8%;
}
.banner .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 12px;
    background: #cebaaf;
    margin: 0px 3px;
    border: none;
    
}
.banner .owl-dots .owl-dot.active {
    
    background: #ffe533;

}
.banner .owl-carousel .owl-nav {
    display: flex;
    width: calc(100% - 5%);
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    justify-content: space-between;
    z-index: 10;
}
.banner .owl-carousel .owl-nav button {
  position: relative;
    display: block;
    width: 48px;
    height: 48px;
    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);
}
.banner .owl-carousel .owl-nav .owl-prev {
  
}
.banner .owl-carousel .owl-nav .owl-next {
 
}
.owl-carousel .owl-nav button span {
  display: none;
}
.banner .owl-carousel .owl-nav .owl-prev::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../images/banner_prev.png) no-repeat;
  background-position: center center;
  background-size: 75%;
  filter: brightness(0) invert(1);
}
.banner .owl-carousel .owl-nav .owl-next::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../images/banner_next.png) no-repeat;
  background-position: center center;
  background-size: 75%;
  filter: brightness(0) invert(1);
}
.banner .owl-carousel .owl-nav .owl-prev:hover::before, .banner .owl-carousel .owl-nav .owl-next:hover::before,
.banner .owl-carousel .owl-nav .owl-prev:focus::before, .banner .owl-carousel .owl-nav .owl-next:focus::before{
  filter: none;
}
.banner .btn {
    margin: 20px 0 0;
    font-size: 18px;
    text-transform: capitalize;
    background: transparent;
    font-family: 'fogiepersonaluse';
    border: 1px solid #ffe533;
    display: inline-flex;
    align-items: center;
    padding: 2px 20px 0;
    transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    height: auto;
    color: #ffe533;
    justify-content: flex-start;
    width: auto;
    border-radius: 30px;
    height: 40px;
    
}
.banner .btn:hover{
  background:#ffe533;
  color: #000;
}
.banner p{
  font-family: 'montserratlight';
    font-size: clamp(16px, 7vw, 17px);
    color: #fff;
    line-height: 26px;
    text-transform: none;
    padding: 0 0 0 0;
    margin-top: 0px;
}
/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 991px) {
  .hero-text {
    font-size: 48px;
  }
}


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

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

}
.homeabout_container {
  width: 100%;
  margin: 70px 0 0;
  display: block;
}

.homeabouttop_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}

.homeabouttop_wrapper .counterarea_wrapper {
  width: 30%;
  display: inline-block; 
  border-radius: 20px;
  padding: 25px;
  height: -webkit-fill-available;
    background: linear-gradient(
        135deg,
        #c0af93 0%,
        #836b5f 30%,
        #4e2c23 100%
    );
}

.homeabouttop_wrapper .counterarea_wrapper .counterarea {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.homeabouttop_wrapper .counterarea_wrapper .counterarea .head_wrapper {
  display: flex;
  justify-content: space-between;
}

.homeabouttop_wrapper .counterarea_wrapper .counterarea .head_wrapper .left {
  display: inline-block;
}

.homeabouttop_wrapper .counterarea_wrapper .counterarea .head_wrapper .left .aboutcounter_tittle {
  font-family: 'montserratregular';
  font-size: clamp(16px, 7vw, 18px);
  color: #fff;
  text-transform: capitalize;
  line-height: 1.2;
}

.homeabouttop_wrapper .counterarea_wrapper .counterarea .head_wrapper .right {
  display: inline-flex;
  width: 26%;
}

.homeabouttop_wrapper .counterarea_wrapper .counterarea .head_wrapper .right .image {
  width: 100%;
  display: block;
}

.rating_wrapper {
  width: 100%;
  margin: 40px 0 0px 0;
}

.rating_container {
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.rating_container .block {
  display: inline-block;
 
}

.rating_container .block .content {
  align-items: center;
  width: 100%;
}

.rating_container .block .content .number {
  position: relative;
  font-family: 'montserratbold';
  font-size: 55px;
  color: #fff;
  line-height: 1;
}

.rating_container .block:nth-child(2) .content .number {
  font-size: 26px;
  font-family: 'montserratmedium';
}

.rating_container .block .content .number::after {
  content: "+";
  display: inline-block;
}

.rating_container .block:first-child .content .number::after {
  content: "+";
  display: inline-block;
}

.rating_container .block .content .tittle {
  position: relative;
  font-family: 'montserratregular';
  font-size: clamp(16px, 5vw, 17px);
  color: #fff;
  padding-top: 5px;
  text-transform: capitalize;
  line-height: 1.1;
}

.rating_container .block:nth-child(2) .content .tittle {
  font-size: clamp(12px, 5vw, 13px);
}

.homeabouttop_wrapper .content_wrapper {
  width: 68%;
  display: inline-block;
}

.homeabouttop_wrapper .content_wrapper .inner_wrapper {
  background: #efebe2;
  border-radius: 35px;
  display: flex;
  justify-content: space-between;
}

.homeabouttop_wrapper .content_wrapper .inner_wrapper .text_wrapper {
  width: 58%;
  padding: 40px 50px;
  display: inline-block;
}
.homeabouttop_wrapper .content_wrapper .inner_wrapper .text_wrapper p a {
    display: inline !important;
    color:#282828
}
.content_tittle {
  font-family: 'aileronbold';
  font-size: clamp(20px, 5vw, 29px);
  color: #282828;
  line-height: 1.2;
}

.content_tittle.white {
  color: #fff;
}


.homeabouttop_wrapper .content_wrapper .inner_wrapper .image_wrapper {
  width: 40%;
  display: inline-block;
}

.homeabouttop_wrapper .content_wrapper .inner_wrapper .image_wrapper img {
  width: 100%;
  height: 100%; 
}

.homeaboutbottom_wrapper {
  width: 60%;
  margin: 50px auto 0;
  text-align: center;
}

.main_tittle {
  font-family: 'fogiepersonaluse';
  font-size: clamp(25px, 6vw, 45px);
  color: #4e2c23;
  line-height: 1;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
  position: relative;
}
.main_tittle.green{
      color: #5b8146;
    font-family: 'helveticacompressed';
    font-size: clamp(25px, 6vw, 60px);
}

p {
  font-family: 'montserratlight';
  font-size: clamp(16px, 5vw, 17px);
  color: #282828;
  line-height: 24px;
  padding-top: 10px;
}
img.about_mob {
    display: none;
}
.homeabouttop_wrapper .content_wrapper .inner_wrapper .text_wrapper .main_tittle span{
  color:#926e54;
}
.homeproduct_section{
  width:90%;
  display: block;
  margin: 60px auto 0;
  text-align: center;
}
.homeproduct_wrapper{
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0;
}
.homeproduct_wrapper .block{
  width:33.333%;
  display: inline-block;
  padding: 10px;
}
.homeproduct_wrapper .block a {
    width: 100%;
    display: block;
}
.homeproduct_wrapper .block:first-child{
  width:66.666%;
}
.homeproduct_wrapper .block .inner_block{
  position: relative;
  background: #efebe2;
  border-radius: 40px;
  height: 100%;
}
.homeproduct_wrapper .block:hover .inner_block
{
background: linear-gradient(90deg, #583724 0%, #805c45 100%);
}
.homeproduct_wrapper .block .inner_block .image{
  border-radius: 40px 40px 0 0;
  height: 85%;
}
.homeproduct_wrapper .block .inner_block .image img{
  border-radius: 40px 40px 0 0;
 height: 100%;
 object-fit: cover;
}
.homeproduct_wrapper .block .inner_block .content{
  border-radius: 0px 0px 40px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #efebe2;
  padding: 25px 25px;
}
.homeproduct_wrapper .block:hover .inner_block .content{
  background: linear-gradient(90deg, #583724 0%, #805c45 100%);
}
h4.tittle{ 
    font-family: 'montserratbold';
    font-size: clamp(19px, 5vw, 23px);
    color: #282828;
    padding-top: 5px;
    text-transform: capitalize;
    line-height: 1.1;
}
a.more_about {
    position: relative;
}

.more_about::after {
    top: 0px;
    content: "\27F6";   
    font-size: 48px;
    color: #4e2c23;
    line-height: 0.6;
    animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
   display: block;
   font-weight: 300;
}
.homeproduct_wrapper .block:hover .inner_block .content h4.tittle, 
.homeproduct_wrapper .block:hover .inner_block .content .more_about::after{
  color: #fff;
}
.client_container{
  width:100%;
  display: block;
  margin: 70px 0 0;
  text-align: center;
}
.client_wrapper{
  width:100%;
  margin:0px auto 0;
}
.client_wrapper .item {  
  padding: 0px 30px;
}
.client_wrapper .block{    
  width:100%;   
  display: inline-block;
  text-align: center;
}
.swiper-container-free-mode > .swiper-wrapper{
  transition-timing-function : linear;
  align-items: center;
}
.swiper-container {
  margin: 0px 0 0;
  background: #fafafa;
  padding: 5px 0;
}
.swiper-slide {
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  padding: 10px 30px;
}

 

  /* ── WRAPPER ── */
  .gallery-section {
    width: 100%;
    max-width: 100%;
    margin: 70px 0;
  }
 
  /* ── GRID ── */
  .gallery-grid {
    display: grid;
    grid-template-columns: var(--col-side) var(--col-center) var(--col-small) var(--col-side);
    grid-template-rows: 232px 295px;
    gap: var(--gap);
    margin: 0 auto;
    width: 84%;
}
 
  /* Side columns: stack tall-top + square-bottom inside a sub-column */
  .col-left, .col-right {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
  }
  .col-left  { grid-column: 1; grid-row: 1 / 3; }
  .col-right { grid-column: 4; grid-row: 1 / 3; }
 
  .col-left .g-cell.top,
  .col-right .g-cell.top   { flex: 1.45; }   /* taller */
  .col-left .g-cell.bot,
  .col-right .g-cell.bot   { flex: 1; }       /* shorter square */
 
  /* ── CELLS ── */
  .g-cell {
    border-radius: var(--radius);
    overflow: hidden;
    position: relative;
    background: #c8b898;
  }
 
  .g-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.5s ease;
  }
 
  .g-cell:hover img {
    transform: scale(1.04);
  }
 
  /* ── GRID PLACEMENTS ── */
  .cell-ctop      { grid-column: 2; grid-row: 1; }        /* center wide horizontal */
  .cell-small     { grid-column: 3; grid-row: 1; }        /* center small square */
  .cell-hover     { grid-column: 2 / 4; grid-row: 2; }   /* center wide hover card */
 
  /* ── HOVER OVERLAY on center-bottom ── */
  .hover-overlay {
    position: absolute;
    inset: 0;
    background: var(--overlay-bg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    opacity: 0;
    transition: opacity 0.35s ease;
    cursor: pointer;
    text-align: center;
  }
 
  .g-cell:hover .hover-overlay {
    opacity: 1;
  }
 
  .overlay-title {
    font-family: 'fogiepersonaluse';
    font-size: clamp(22px, 3vw, 36px);
    font-weight: 400;
    color: var(--cream);
    letter-spacing: 1.5px;
    line-height: 1.1;
  }
 
  .overlay-btn {
   margin: 0;
    font-size: 16px;
    text-transform: capitalize;
    background: transparent;
    font-family: 'fogiepersonaluse';
    border: 1px solid #ffe533;
    display: inline-flex;
    align-items: center;
    padding: 2px 32px 0;
    transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    height: auto;
    color: #ffe533;
    justify-content: flex-start;
    width: auto;
    border-radius: 30px;
    height: 38px;
    transition: background 0.25s, color 0.25s;
  }
 
  .overlay-btn:hover {
    background: #ffe533;
    color: #000;
    display: inline-flex;
  }
 
  /* ── PLACEHOLDER COLOURS (replace src with real images) ── */
  .cell-ctop      { background: linear-gradient(120deg, #c8dcd6 0%, #8ab4ae 100%); }
  .cell-small     { background: linear-gradient(135deg, #ddd0c4 0%, #bca898 100%); }
  .cell-hover     { background: linear-gradient(130deg, #a07848 0%, #5c3418 55%, #8a5830 100%); }
  .col-left  .top { background: linear-gradient(160deg, #e4d0b8 0%, #b8926a 100%); }
  .col-left  .bot { background: linear-gradient(160deg, #c8b898 0%, #9a7850 100%); }
  .col-right .top { background: linear-gradient(160deg, #e8d8a0 0%, #b88848 100%); }
  .col-right .bot { background: linear-gradient(160deg, #d4b890 0%, #a07840 100%); }
 
  /* ── RESPONSIVE ── */
  @media (max-width: 768px) {
    :root { --gap: 8px; }
 
    .gallery-grid {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: auto;
    }
 
    .col-left, .col-right {
      grid-column: auto;
      grid-row: auto;
      height: 360px;
    }
 
    .cell-ctop  { grid-column: 2; grid-row: 1; }
    .cell-small { grid-column: 2; grid-row: 2; height: 198px; }
    .cell-hover { grid-column: 1 / 3; grid-row: 3; height: 220px; }
    .col-left   { grid-column: 1; grid-row: 1 / 3; }
    .col-right  { grid-column: 1 / 3; grid-row: 4; flex-direction: row; height: 200px; }
  }
 
 
 .homeblog_container{
    width:100%;
    display: block;
    margin:70px 0 0;
    text-align: center;
}
.homeblog_wrapper{
    width:100%;
    display: block; 
    position: relative; 
    margin: 30px 0 0;      
}
.homeblog_wrapper .item{
    padding: 10px 10px;
    text-align: left;
    height: 100%;
}
.homeblog_wrapper .item .block{
    padding: 0;    
    border-radius: 22px 22px 0 0;
    border:2px solid transparent;
    transition: all 0.5s linear;
    height: 100%;
}
.homeblog_wrapper .item .block:hover{
    border: 2px solid #4e2c23;
    transition: all 0.5s linear;
    background: #fff;
}
.homeblog_wrapper .item .block .image{
    border-radius: 22px 22px 0 0;
    width:100%;
    display: block;
}
.homeblog_wrapper .item .block .image img{
    border-radius: 22px 22px 0 0;
    width:100%;
    display: block;
}
.homeblog_wrapper .item .block:hover .image img{
  border-radius: 22px 22px 0 0;
}
.homeblog_wrapper .item .block .content{
    width:100%;
    padding: 15px 14px;
    border-radius: 0;
    transition: all 0.3s linear;
}
.homeblog_wrapper .item .block:hover .content{
    
}
.homeblog_wrapper .item .block .content p{    
    font-size: clamp(16px, 7vw, 18px);
    padding: 0px 0;
    line-height:1.2;
    transition: all 0.3s linear;
    font-family: 'montserratbold';
    color: #282828;
}

/*.homeblog_wrapper .item .block:hover .content p{
    color: #d49e59;
}*/
.homeblog_wrapper .item .block .content .date{
    font-family: 'montserratmedium';
    font-size: 18px;
    color: #282828;
    text-transform: capitalize;
    display: inline-block;    
}
.homeblog_wrapper .item .block .content .content_bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 14px 0 10px;
}
.homeblog_wrapper .item .block .content .readmore {
    font-family: 'montserratmedium';
    font-size: 15px;
    color: #b72a2a;
    text-transform: capitalize;
    display: inline-block;
    border-bottom: 2px solid #b72a2a;
    align-items: center;
    padding: 0px 0 0px 0;    
    position: relative;     
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
}
.homeblog_wrapper .item .block:hover .content .readmore {
    opacity: 1;
    visibility: visible;
}
.testimonial_container {
  padding: 0;
  width: 100%;
  position: relative;
  text-align: center;
  margin: 70px 0;
}
.testimonial_wrapper{
  width:100%;
  margin:50px auto 0;
  text-align: left;
  }

  .testimonial_wrapper .owl-item{
    padding: 0 15px;
  }
  
.testimonial_wrapper .item {
    padding: 30px;
    margin: 0px 0;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 15px;
}
.testimonial_wrapper  .item .star{
  display: inline-block;
}
  .testimonial_wrapper  .item .profile {
    display:flex;     
    align-items: center; 
    position: relative;  
    padding: 20px 0 0;
  }
  .testimonial_wrapper  .item .profile .image{
    width: 60px;
    display: inline-block;
    border-radius: 50%;
    height: 60px;
  }
  .testimonial_wrapper  .item .profile .image img{
    width: 100%;
    border-radius: 50%;
    display: block;
  }
  .testimonial_wrapper  .item .information{
    padding-top: 15px;
  }
  .testimonial_wrapper  .item  .information p {
    font-size: clamp(18px, 7vw, 20px);
    margin: 0px auto 0px;
    color: #282828;
    line-height: 1; 
    font-family: 'montserratbold'; 
    text-transform:capitalize;
    padding: 0;
  }
  .testimonial_wrapper  .item .profile .information span {
    color: #282828;
    line-height: 1;
    font-size: 14px; 
    font-family: 'montserratregular'; 
    text-transform: capitalize; 
    padding: 8px 0 0;
  }
  .testimonial_wrapper  .item>p {   
    font-size: 15px;
    line-height:20px;
    display: block;   
    color: #282828; 
    font-family: 'montserratregular';   
    
  }  
  .testimonial_wrapper .owl-carousel .owl-stage{
    display: flex;
  }
  .testimonial_wrapper .item .icon {
      text-align: right;
      position: absolute;
      right: 0;
      top: 0;
    }
      
  .testimonial_wrapper  .item .icon i {
    font-size: 40px;color: #000;
  }
  .testimonial_wrapper .owl-carousel .owl-item {
    height: auto;
}
@keyframes bounce {
    50% {
        transform: translateX(10px);
      }
    }
 footer{
    background:#4e2c23;
    padding: 50px 0 15px;
    text-align: center;
    background-position: center top;
    background-size: cover;
}
.footer_logo{
  width:330px;
  margin: 0 auto;
  display: block;
}
footer .social {
    font-size: 0px;
    display: block;
    margin: 18px 0px 0px 0px;
    position: static;
}
footer .social::after{
  display: none;
}
footer .social li{
  display: inline-block;
  padding: 0 10px;
  margin: 0;
}
footer .social li a{
  font-size: 17px;
    color: #4e2c23;
    border: none;
    width: 32px;
    background: #fff;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    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);
}
footer .social li a:hover{
  background: #ffde00;
  color: #4e2c23;
}
footer h4{
    font-family: 'atypsemibold';
    color: #fff;
    font-size: 20px;
}
footer ul.links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top:15px;
}
footer ul.links li{
    color: #fff;
    font-size: 17px;
    padding: 10px 20px;
    font-family: 'montserratsemibold';
    text-transform: capitalize;
}
footer ul.links li a{    
    color:#fff;
    }

footer ul.links li a:hover{
    color: #ffde00;
}
footer ul.links.address li{
  display: inline-flex;  
}
footer ul.links.address li span{
  display: inline-block;
  padding-right: 10px;
}
footer ul.links.address li a{
  border: none;
  padding: 0;
}
footer .copyright{  
  margin: 10px 0 0;
}
footer .desc {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  display: block;
  margin: 0px 0px 0px 0px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;  
  flex-wrap: wrap;
  padding: 12px 0;
  text-align: center;
}
footer .desc p {
  color: #fff;
  font-size: 14px;
  padding: 0;
  font-family: 'montserratlight';
}
footer .desc p a{
  color: #ffde00;
  text-transform: none;
  
}
img.mob_banner{
    display: none !important;
}
.owl-dots {
    display: block;
    width: 100%;
    margin-top: 0;
    text-align: center;
    position: relative;
   margin: 30px 0 20px;
}
.owl-dots .owl-dot{
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 12px;
    background: #ae8e7e;
    margin: 0px 3px;
    border: none;
    
}
.owl-dots .owl-dot.active {    
    background: #7c4830;

}
.homeproduct_wrapper.productmob_wrapper{
    display: none;
}
a.mobile_logo{
  display: none;
}
/**********************************************gallery page***********************************************/
.inner_banner .content {
    top: auto;
    bottom: 15%;
    max-width: 90%;
}
.innerbanner_text{
    font-size: clamp(25px, 6vw, 60px);
    line-height: 1.1;
    font-family: 'fogiepersonaluse';
    opacity: 1;
    transform: translateY(0);
    text-transform: capitalize;
}
ul.breadcrumb {
  padding: 10px 0;
  list-style: none;
  display: block;  
  align-items: center;
  justify-content: center;
  font-family: 'montserratregular';
}
ul.breadcrumb li {
  display: inline;
  font-size: 15px;  
  color: #ffe533;
  text-transform: capitalize;
  font-weight: 300;
}
ul.breadcrumb li+li:before {
  padding: 6px;
  color: #fff;
  content: "/";
  
}
ul.breadcrumb li a{
  color: #fff;
}
.top_content{
  width:85%;
  margin: 0 auto 0;
  display: block;
  text-align: center;
}
.gallerymain_container{
  width:100%;
  display: block;
  margin: 70px 0 ;
  text-align: center;
}
.gallerymain_wrapper{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 40px auto 0;
}
.gallerymain_wrapper .block{
  width:33.333%;
  display: inline-block;
  padding: 8px;
}
.sub_tittle{
    font-size: clamp(16px, 7vw, 18px);
    padding: 10px 0 0;
    line-height: 1.2;
    transition: all 0.3s linear;
    font-family: 'montserratsemibold';
    color: #282828;
}
/**********************************************gallery page***********************************************/
/**********************************************product detail detail page***********************************************/
.productdetail_wrapper {
    width: 90%;
    margin: 0 auto;
}
.productdetail_detail_wrapper{
  width:85%;
  display: block;
  margin: 0 auto;
}
.productdetail_detail_wrapper .image{
  margin: 40px auto 0;
  display: block;
  width:80%;
}
.productdetail_detail_wrapper .content{
  margin: 40px auto 0;
  display: block;
  width:100%;
}
.productdetail_wrapper .block:first-child {
    width: 33.333%;
}
.productmain_wrapper{
  margin: 40px auto 0;
  width:95%;
  display: block;
}
.productmain_wrapper .block{
  background: #e8e2dc;
  padding:15px 30px;
  width:100%;
  display: flex;
  position: relative;
  justify-content: space-between;
  text-align: left;
  margin: 20px 0; 
}
.productmain_wrapper .block .left{
  display: inline-flex;
  align-items: center;
  width:30%;
}
.productmain_wrapper .block .right{
  display: inline-flex;
  align-items: center;
  width:30%;
}
.productmain_wrapper .block:hover{
  background: #6a3a23;

}
.productmain_wrapper .block .number{
  font-family: 'montserratsemibold';
  font-size: clamp(25px, 7vw, 40px);
  color: #282828;
  line-height: 1;
  background: #fff;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.productmain_wrapper .block .name{
font-family: 'montserratbold';
    font-size: clamp(19px, 5vw, 23px);
    color: #282828;
    padding-left: 15px;
    padding-top: 5px;
    text-transform: capitalize;
    line-height: 1.1;
}

.productmain_wrapper .block:hover p,
.productmain_wrapper .block:hover .name{
  color: #fff;
}
.producthover_img{
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:12%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.productmain_wrapper .block:hover .producthover_img{
  opacity: 1;
  visibility: visible;
}
.producthover_img img{
    transform: rotate(105deg);
    border-radius: 20px;
}
/**********************************************product detail detail page***********************************************/
/**********************************************blog page***********************************************/
.blog_wrapper{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 50px 0 0;
}
.blog_wrapper .item{
  width:33.333%;
  padding: 10px;
}
.news_container {
    width: 100%;
    position: relative;   
    margin: 0px 0 0;    
}
.blog_container {
    width: 100%;
    padding: 70px 0;
    display: block;    
    text-align: center;
}
.newsdetail_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px 0 0;
    text-align: left;
}
   
.newsdetail_wrapper .left {
  width: 66%;
  display: inline-block;
   text-align: left;
}
.newsdetail_wrapper .left  .tittle {
    color: #282828;
    font-family: 'montserratbold';
    padding: 0 0;
    text-transform: capitalize;
    display: block;
    font-size: clamp(28px, 7vw, 32px);
    line-height: 1.1;
    padding: 0px 0 0;
}
.newsdetail_wrapper .left .content_wrapper {
  width: 100%;
  margin: 30px 0 0;
}
.newsdetail_wrapper .left .content_wrapper .image{
  margin: 0px 0 20px;
  width:100%;
}
.newsdetail_wrapper .left .content_wrapper .image img{
 
}
.newsdetail_wrapper .left .content_wrapper:first-child {
  margin: 0;
}
.newsdetail_wrapper .left .content_wrapper ul{
  padding: 10px 0 10px 17px;  
}
.newsdetail_wrapper .left .content_wrapper ul li{
  font-family: 'montserratlight';
    font-size: clamp(16px, 5vw, 17px);
    color: #282828;
    line-height: 24px;
    padding: 5px 0;
    display:list-item;
    list-style: disc;
}
.newsdetail_wrapper .left .content_wrapper ol{
  padding: 10px 0 10px 17px;  
}
.newsdetail_wrapper .left .content_wrapper ol li{
  font-family: 'montserratlight';
    font-size: clamp(16px, 5vw, 17px);
    color: #282828;
    line-height: 24px;
    padding: 5px 0;
    display:list-item;
    list-style: decimal;
}
.newsdetail_wrapper .left .content_wrapper h3 {
    color: #282828;
    font-family: 'montserratbold';
    padding: 0 0;
    text-transform: capitalize;
    display: block;
    font-size: clamp(18px, 7vw, 21px);
    line-height: 1.1;
    padding: 10px 0 0;
}
.newsdetail_wrapper .left .content_wrapper h1 {
    color: #282828;
    font-family: 'montserratbold';
    padding: 0 0;
    text-transform: capitalize;
    display: block;
    font-size: clamp(22px, 7vw, 25px);
    line-height: 1.1;
    padding: 10px 0 0;
}
.newsdetail_wrapper .left .content_wrapper h2 {
    color: #282828;
    font-family: 'montserratbold';
    padding: 0 0;
    text-transform: capitalize;
    display: block;
    font-size: clamp(20px, 7vw, 23px);
    line-height: 1.1;
    padding: 10px 0 0;
}
.newsdetail_wrapper .left .content_wrapper h4 {
    color: #282828;
    font-family: 'montserratbold';
    padding: 0 0;
    text-transform: capitalize;
    display: block;
    font-size: clamp(17px, 7vw, 19px);
    line-height: 1.1;
    padding: 10px 0 0;
}
.newsdetail_wrapper .left .content_wrapper h5 {
    color: #282828;
    font-family: 'montserratbold';
    padding: 0 0;
    text-transform: capitalize;
    display: block;
    font-size: clamp(16px, 7vw, 17px);
    line-height: 1.1;
    padding: 10px 0 0;
}
.newsdetail_wrapper .left .content_wrapper h6 {
    color: #282828;
    font-family: 'montserratbold';
    padding: 0 0;
    text-transform: capitalize;
    display: block;
    font-size: clamp(15px, 7vw, 16px);
    line-height: 1.1;
    padding: 10px 0 0;
}
.blogdetail_image .date{
  font-family: 'centurygothicbold';
    font-size: 17px;
    color: #fff;
    text-transform: capitalize;
    display: inline-flex;  
    padding: 0;   
    position: absolute;
    left:4%;
    top:4%;   
}
.newsdetail_wrapper .left .content_wrapper h4{
  font-family: 'montserratbold';
  font-size: clamp(18px, 7vw, 24px);
  color: #282828;
  line-height: 1.2;
  position: relative;
  text-transform: capitalize;
  padding: 12px 0 0;
}
.newsdetail_wrapper .left .content_wrapper p {
 
}
.newsdetail_wrapper .left .content_wrapper p a{
  color: #282828;
  display: inline;
}
.newsdetail_wrapper .left .content_wrapper .readmore {
  font-family: 'poppinssemibold';
  font-size: 17px;
  color: #333333;
  text-transform: capitalize;
  display: inline-block;
  border-bottom: 1px solid #333333;
  padding-top: 20px;
}
.newsdetail_wrapper .left .content_wrapper .readmore:hover {
  color: #e71d2a;
  border-bottom: 1px solid #e71d2a;
}
.newsdetail_wrapper .left .content_wrapper p strong{
  padding: 12px 0 0;
  display: block;
}
.newsdetail_wrapper .right {
  width: 30%;
  display: inline-block;  
  text-align: left;
}
.newsdetail_wrapper .right .right_wrapper{
  width: 100%;
    display: block;
    padding: 5px 0px 80px 10%;
    border-left: 2px solid #d5dadf;
}
.newsdetail_wrapper .right .tittle {
  font-family: 'montserratsemibold';
    font-size: clamp(19px, 7vw, 22px);
    color: #6a3a23;
    line-height: 1.3;
    position: relative;
    text-transform: uppercase;
}
.blogdetail_wrapper .categories { 
 padding:0;
text-align: left;
}
.blogdetail_wrapper .categories ul{
  padding: 20px 0 0 0;
}
.blogdetail_wrapper .categories ul li{
  padding: 8px 0;
  color: #282828;
  font-family: 'montserratmedium';
  line-height:25px ;
  font-size: 16px;    
  margin: 0;  
  text-transform: capitalize;
}
.blogdetail_wrapper .categories ul li a{
  color: #282828;
}
.blogdetail_wrapper .categories ul li a:hover{
  color: #6a3a23;
}
.blogdetail_wrapper .tags{      
 padding:0;
 margin: 30px 0 0;
}
.blogdetail_wrapper .tags ul{
  padding: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  width:auto;
  margin: 0 -5px;
}
.blogdetail_wrapper .tags ul li{    
  padding:7px 2px;
  color: #282828;
  font-family: 'montserratmedium';
  line-height:25px ;
  font-size: 16px;    
  margin: 0;
  display: inline-block;    
  
}
.blogdetail_wrapper .tags ul li a{
  color: #282828;
  border-radius: 30px;   
  padding: 4px 20px;
  border: 2px solid #6a3a23;
  background: #fff;
  
}
.blogdetail_wrapper .tags ul li a:hover{ 
  color: #fff;  
  background: #6a3a23;
}
.related_container {
    margin: 0 0 50px;
    padding: 0 0 0px;
    text-align: center;
    display: block;
}

.related_container .homeblog_wrapper .item {
    padding:10px;
    width: 100%;
    display: inline-block;
    margin: 10px 0 0px;
    height: auto;
}
.related_container .homeblog_wrapper {
    width: 96%;
}
.related_container .blog_wrapper .block {
    width: 100%;
    padding: 0 0 10px;
}
.blog-listing {
    width: 100%;
    text-align: center;
}
/**********************************************blog page***********************************************/
/**********************************************contact page***********************************************/
.contactform_area {
    width: 65%;
    display:block;
    margin: 50px auto 0;
}
.contactform_form {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.contactform_form form label {
  display: block;
  color: #282828;
  font-family: "latobold";  
  font-size: 16px;
  padding-bottom: 15px;
  text-align: left;
  line-height: 5px;    
  text-transform: capitalize;
}
.required {
  color: #ec2124;
}
.contactform_form form{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;    
  margin: 30px 0 0;
}
  
.contactform_form  form p {
margin: 0;
width:auto;
padding: 0;
}

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

}

.contactform_form form .half:nth-of-type(even){  
  padding-right: 0;
 }
.contactform_form form input, .contactform_form form textarea, .contactform_form form select {
  width: 100%;
  border: none; 
  background: #fff;
  border: 1px solid #6a3a23;  
  padding: 10px 20px;
  font-family: "montserratregular";
  font-size: 15px;
  text-transform: none;
  color: #282828;
  border-radius: 0px;
  height: 50px;
}
.contactform_form form label{
  font-family: "montserratlight";
  font-size: 16px;
  text-transform: none;
  color: #282828;
  text-transform: capitalize;
  padding: 10px 0 15px;
}
.contactform_form .btn{
 
  height: 45px;
  display: inline-flex;
  margin: 20px auto 0;
  background: #6a3a23;
  text-transform: uppercase;
  font-family: 'montserratsemibold';
  color: #fff;
  border-color: #6a3a23;
  border-radius:0px;
}

.contactform_form .btn:hover{
  color: #282828;
  background: #ffcc29;
  border-color: #ffcc29;
}
.wpcf7-list-item {
  display: flex;
  padding-top: 42px;
  position: relative;
  padding-right: 50px;
  flex-direction: row-reverse;
}

.contactform_form form input::placeholder, .contactform_form form textarea::placeholder {
  
  display: block;
  font-family: "montserratregular";
  font-size: 16px;  
  color: #282828; 
  text-align: left;
  line-height: 22px;    
  text-transform: capitalize;
}
.contactform_form form select.big {
  appearance: none;
  position: relative;
  background-image: url(../images/select_arrow.png);
  background-repeat: no-repeat;
  background-position: 80% 25%;
  
}
.contactform_form  form input.wpcf7-not-valid,
.contactform_form  form textarea.wpcf7-not-valid {
width: 100%;  
border: none;
border-bottom: solid 1px red;
border-radius: 0px;
}
.wpcf7-not-valid-tip {
    color: #dc3232; /* Red */
    font-size: 0;
    font-weight: normal;
    display: none;
}
.contactform_form  form textarea {
resize: none;
height: 180px;
}
.contactform_form .wpcf7-submit {
  
  height: 45px;
    display: inline-flex;
    margin: 20px auto 0;
    background: #6a3a23;
    text-transform: uppercase;
    font-family: 'montserratsemibold';
    color: #fff;
    border-color: #6a3a23;
    border-radius: 0px;
}
.contactform_form .wpcf7-submit:hover {
  color: #282828;
    background: #ffcc29;
    border-color: #ffcc29;
}
.contactform_form  form button:hover,
.contactform_form  form button:focus {
  
transition: background-color 2s ease-out;
}
.contactform_form form .full:last-child{
  margin-bottom:0;
}

.contactform_area .content_tittle {
    font-family: 'aileronbold';
    font-size: clamp(20px, 5vw,30px);
    color: #282828;
    line-height: 1.2;
    text-transform: capitalize;
}
.contactpage .contactform_form form .btn {
  background: #537741;
  font-family: 'atypdisplaysemibold';
  color: #fff;
  margin: 0;
  border-color: #537741;
  height: 45px;
  border-radius: 50px;
}
.contactpage .contactform_form form .btn:hover{
  color: #282828;
  background: #ffcc29;
  border-color: #ffcc29;
}

.map_wrapper{
  margin: 50px auto 0;
  display: block;
  width:95%;
}
.map_wrapper .block{
  display: flex;
  justify-content: center;  
  margin: 30px 0;
}
.map_wrapper .block .left{
  width:36%;
  display: inline-block;
  margin-right: 0;
  text-align: left;
  position: relative;
   background: #6a3a23;
  padding: 30px 20px;
}
iframe{
  width:100%;
  display: block;
}
.map_wrapper .block .left h5{
  font-family: 'montserratregular';
    font-size: clamp(16px, 7vw, 18px);
    color: #fff;
    text-transform: capitalize;
    line-height: 1.2;
}
.map_wrapper .block .left h3{
  font-family: 'montserratbold';
    font-size: clamp(22px, 7vw, 25px);
    color: #f7dc32;
    text-transform: capitalize;
    line-height: 1.2;
}
.map_wrapper .block .left h6{
  font-family: 'montserratsemibold';
    font-size: clamp(14px, 7vw, 16px);
    color: #f7dc32;
    text-transform: capitalize;
    line-height: 1.2;
    padding: 5px 0 0;
}
.map_wrapper .block .left p{
  color: #fff;
  font-size: 15px;
  padding: 7px 0 0;
}
.map_wrapper .block .left p a{
  color: #fff;
}
.map_wrapper .block .left .content_wrapper{
 
}
.map_wrapper .block .right{
  width:80%;
  display: inline-block; 
}
.map_wrapper .block .right{
  border: 2px solid #6a3a23;
}
.map_wrapper .block .right img{
  height: 100%;
}
.map_wrapper .block:nth-child(even) {
  flex-direction: row-reverse;
}
.map_wrapper .block:nth-child(even) .left {
  margin-right: 0;
  margin-left: -5%;
}
/**********************************************contact page***********************************************/
/**********************************************about us page***********************************************/
.ourstory_wrapper{
  width:90%;
  margin: 40px auto 30px;
  display: flex;
  flex-wrap: wrap;
}
.ourstory_wrapper .block{
  width:33.333%;
  display: inline-block;
  padding: 10px;
}
.ourstory_wrapper .block img{
  border-radius: 16px;
}
.whychoose_wrapper{
  display: flex;
  flex-wrap: wrap;
  width:94%;
  margin: 40px auto 0;
  justify-content: space-between;
}
.whychoose_wrapper .left{
  width:70%;
  display: inline-flex;
  flex-wrap: wrap;
  padding:0 10px;
  justify-content: space-between;
}
.whychoose_wrapper .left .content{
      position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    width: 85%;
    padding: 40px 0;
}
.whychoose_wrapper .block2 .content{
  position: absolute;
  left:50%;
  top:auto;
  bottom:0;
  transform: translate(-50%, 0);
  width:85%;
  padding: 40px 0;
}
.whychoose_wrapper .block3 .content{
  position: absolute;
    left: auto;
    top: 3%;
    bottom: auto;
    right: 2%;
    transform: translate(0, 0);
    width: 50%;
    text-align: right;
    padding: 30px 30px;
}
.whychoose_wrapper .left .block1{
  display: flex; 
  padding: 0;
  border-radius: 30px;  
  flex-wrap: wrap;
  width:49%;
  position: relative;
}
.whychoose_wrapper .left .block2{
  display: flex; 
  border-radius: 30px;  
  flex-wrap: wrap;
  width:49%;
  padding: 0;
  position: relative;
}
.whychoose_wrapper .left .block3{
  display: flex;  
  padding: 0;
  border-radius: 30px;  
  flex-wrap: wrap;
  width:100%;
  position: relative;
  margin: 18px 0 0;
}
.whychoose_wrapper .left h4{
  font-size: clamp(20px, 7vw, 27px);
    padding: 0px 0;
    line-height: 1;
    transition: all 0.3s linear;
    font-family: 'montserratbold';
    color: #fff;
    width:100%;
}

.whychoose_wrapper .left p{
  color: #fff;
  font-size: clamp(14px, 7vw, 17px);
  
}
.whychoose_wrapper .right{
  width:30%;
  display: inline-block;
  padding: 30px;  
  background:#e2dbcc;
  border-radius: 30px;
  text-align: left;
}
.whychoose_wrapper .right .content{
  
}
.whychoose_wrapper .right h4{
  font-size: clamp(18px, 7vw, 22px);
    padding: 0px 0;
    line-height: 1;
    transition: all 0.3s linear;
    font-family: 'montserratbold';
    color: #282828;
    width:100%;
}
.whychoose_wrapper .right h4:nth-of-type(2){
  padding: 15px 0 0;
}
.whychoose_wrapper .right p{
  color: #282828;
  font-size: clamp(14px, 7vw, 16px);
}
.value_container {
    width: 100%;
    display: block;
    margin: 0px 0 0;
    text-align: center;
    background:url(../images/value_bg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 70px 0 10%;
}
.value_content{
  width:60%;
  display: block;
  margin: 0 auto;
}
.value_content .main_tittle, .value_content p{
  color: #fff;
}
.value_wrapper{
  display: flex;
  flex-wrap: wrap;
  width:85%;
  margin: -8% auto 60px;  
  text-align: center;
}
.value_wrapper .block{
  width:25%;
  display: inline-block;
  padding: 10px;
}
.value_wrapper .block .block_inner{
  background: #fff;
  padding: 30px;
  border-radius: 30px;
  display: block;
}
.value_wrapper .block .icon{
  width:30%;
  display:block;
  margin:0 auto;
}
.value_wrapper .block h4{
  font-size: clamp(18px, 7vw, 22px);
    padding: 0px 0;
    line-height: 1;
    transition: all 0.3s linear;
    font-family: 'montserratbold';
    color: #282828;
    text-transform: uppercase;
    margin-top: 10px;
}
.value_wrapper .block p{
  color: #282828;
  font-size: clamp(14px, 7vw, 16px);
}
.whychoose_wrapper img{
  border-radius: 30px;
}
/**********************************************about us page***********************************************/
.appointment.appointment_mob {
    display: none;
}
.whats-app-chat {
    position: fixed;
    right: 15px;
    bottom: 20px;    
    z-index: 9999;
}
span.wpcf7-spinner {
    position: absolute;
}
nav.navigation.pagination {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px
}

.nav-links {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center
}

.page-numbers.current {
  background: #ffe533;
  color: #282828
}

.page-numbers {
  margin: 0 4px;
  text-decoration: none;
  padding: 0;
  font-size: 16px;
  padding: 0;
  min-width: 1em;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  line-height: 30px;
  color: #282828;
  background: 0 0;
  border: 2px solid #ffe533;
  font-family:'montserratmedium';
  justify-content: center;
}
.page-numbers:hover{
  display: flex;
}
a.next.page-numbers {
  background: 0 0;
  color: #282828
}
 @media only screen and (min-width: 1900px) {
  .header_menu .menu-list li {   
    font-size: 22px;
}   
.hero-text {
    font-size: clamp(28px, 6vw, 76px);
}
.banner p {
    
    font-size: clamp(16px, 7vw, 20px);
}
  .homeabouttop_wrapper .counterarea_wrapper .counterarea .head_wrapper .left .aboutcounter_tittle {    
    font-size: clamp(16px, 7vw, 22px);
  }
   .rating_container .block .content .number {   
    font-size: 65px;
  }
  .rating_container .block .content .tittle {   
    font-size: clamp(16px, 5vw, 20px);
  }
  .rating_container .block:nth-child(2) .content .number {
    font-size: 34px;
}
.rating_container .block:nth-child(2) .content .tittle {
    font-size: clamp(12px, 5vw, 18px);
}
.content_tittle {   
    font-size: clamp(20px, 5vw, 32px);
}
.homeabouttop_wrapper .content_wrapper .inner_wrapper .text_wrapper p {   
    font-size: clamp(16px, 5vw, 19px);   
    line-height: 28px;
}
.btn {   
    font-size: 19px;
    height: 42px;
}
    .main_tittle {
        font-size: clamp(20px, 6vw, 52px);
    }
p {   
    font-size: clamp(16px, 5vw, 19px);   
    line-height: 28px;
}
h4.tittle {   
    font-size: clamp(19px, 5vw, 28px);
}
.homeblog_wrapper .item .block .content p {
    font-size: clamp(16px, 7vw, 22px);
}
.testimonial_wrapper .item>p {
    font-size: 18px;
    line-height: 24px;   
}
.testimonial_wrapper .item .information p {
    font-size: clamp(18px, 7vw, 22px);
}
footer ul.links li {    
    font-size: 20px;
}
 }
 @media only screen and (max-width: 1450px) {
 .homeabouttop_wrapper{
  width:100%;
 }
 .homeproduct_section {
    width: 100%;
 }
 .homeblog_wrapper .item .block .content p {
    font-size: clamp(15px, 5vw, 17px);
 }
 .homeabouttop_wrapper .content_wrapper p{
  padding: 5px 0 0;
}
 .homeabouttop_wrapper .content_wrapper .btn{
  margin-top: 18px;
 }
 .homeabouttop_wrapper .content_wrapper .inner_wrapper .text_wrapper {
    width: 60%;
    padding: 30px 30px;   
}
.hero-text{
  font-size:clamp(28px, 6vw, 55px);
}
.main_tittle {   
    font-size: clamp(25px, 6vw, 40px);
}
 }
@media only screen and (max-width: 1350px) {
.homeabouttop_wrapper {
   
    width: 100%;
}
    .homeblog_wrapper .item .block .content p {
        font-size: clamp(14px, 5vw, 15px);
    }
    .homeblog_wrapper .item .block .content .date {
     font-size: 15px;
    }
    .overlay-title { 
    font-size: clamp(20px, 3vw, 28px);
    font-weight: 400;  
    text-align: center;
}
}
@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: 200px;
}

    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;
}
.hero-text {
        font-size: clamp(28px, 6vw, 45px);
    }
.banner p {    
    font-size: clamp(13px, 5vw, 15px);   
    line-height: 22px;
}
p {   
    font-size: clamp(13px, 5vw, 15px);   
    line-height: 22px;
}
.more_about::after {   
    font-size: 25px;  
    font-weight: 700;
}
.homeproduct_wrapper .block .inner_block .content {   
    padding: 14px 25px;
}
h4.tittle {    
    font-size: clamp(16px, 5vw, 19px);
    padding: 0;
}
.testimonial_wrapper .owl-item {
    padding: 0 6px;
}
.banner .content {  
    top: 25%;
    left: 8%;  
    color: #fff;
    max-width: 45%;
}
.inner_banner .content {
    top: auto;
    bottom: 15%;
    max-width: 90%;
}
.inner_banner{
  margin-top: 48px;
}
.appointment.appointment_mob {
    display: block;
}
}
@media only screen and (max-width: 1250px) {

.homeabouttop_wrapper .content_wrapper .inner_wrapper .text_wrapper {
    width: 65%;  
}
.banner .owl-carousel .owl-nav button {
    
    width: 35px;
    height: 35px;
}
.gallery-grid {
   
    margin: 0 auto;
    width: 88%;
    grid-template-columns: auto;
}
.productdetail_wrapper {
    width: 100%;
    margin: 0 auto;
}
}
@media only screen and (max-width: 1180px) {
.map_wrapper .block .left {
    width: 49%;
}
.value_wrapper {   
    width: 92%;
}
.value_wrapper .block .block_inner {   
    padding: 15px;
}
}
@media only screen and (max-width: 1080px) {
.homeabouttop_wrapper .counterarea_wrapper {
    width: 28%;   
    padding: 20px;
}
.homeabouttop_wrapper .content_wrapper {
    width: 70%;
}
.homeabouttop_wrapper .content_wrapper .inner_wrapper .text_wrapper {
        width: 75%;
        padding: 20px 0px 20px 20px;
    }
.rating_container .block .content .number {    
    font-size: 50px;
}
.homeabouttop_wrapper .content_wrapper .inner_wrapper .text_wrapper p {   
    font-size: clamp(15px, 5vw, 16px);
       line-height: 23px;
}
.homeabouttop_wrapper .content_wrapper .inner_wrapper .text_wrapper .btn{
  margin-top: 10px;
}
.gallerymob_wrapper{
  display: block !important;
  margin: 30px 0 0;
}
.gallerymob_wrapper .item{
  padding: 0 10px;
}
.gallerymob_wrapper .item img {
    border-radius: 15px;
}
.blog_wrapper .item {
    width: 50%;
    padding: 10px;
}
.contactform_area {
    width: 100%;
}
.map_wrapper{
  width:100%;
}
.map_wrapper .block {  
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.map_wrapper .block:nth-child(even) {
    flex-direction: column-reverse;
}
.map_wrapper .block .left, .map_wrapper .block:nth-child(even) .left {
    width: 100%;
    margin: 0 0 0px;
}
.map_wrapper .block .right {
    width: 100%;
}
}
@media only screen and (max-width: 960px) {
  img.mob_banner {
    display: block !important;
}
img.desktop_banner {
    display: none !important;
}
    .banner_content {
        top: 15%;
        width: 90%;
        display: flex;
        flex-wrap: wrap;        
        justify-content: center;
        text-align: center;
        height: 94%;
        left: 50%;
        transform: translateX(-50%);
    }
        .banner_content h2 {
        font-size: clamp(30px, 6vw, 48px);
    }
    .banner_content p {    
    font-size: clamp(17px, 7vw, 20px);
    }
    .banner_content a {
        font-size: clamp(30px, 7vw, 50px);
    }
        .banner_content .link_wrapper {
        margin-top: 0;
    }
    .homeabouttop_wrapper {
      flex-wrap: wrap;
      justify-content: center;
    }
        .homeabouttop_wrapper .counterarea_wrapper {
        width: 100%;
        padding: 50px;
    }
    .homeabouttop_wrapper .counterarea_wrapper {
        width: 100%;
        padding: 30px;
        min-height: 320px;
    }
  .homeabouttop_wrapper .content_wrapper .inner_wrapper {   
    flex-wrap: wrap;    
}

.homeabouttop_wrapper .content_wrapper .inner_wrapper .image_wrapper {
    width: 37%;
    display: inline-block;
}
    .homeabouttop_wrapper .content_wrapper {
        width: 100%;
        margin: 30px 0 0;
    }
    .homeabouttop_wrapper .content_wrapper .inner_wrapper .image_wrapper {
        width: 35%;
        display: inline-block;
    }
    .homeabouttop_wrapper .content_wrapper .inner_wrapper .text_wrapper {
        width: 52%;
        padding: 20px 0px 20px 20px;
    }
  .homeabouttop_wrapper .counterarea_wrapper .counterarea .head_wrapper .right {
    display: inline-flex;
    width: 15%;
}
.homeproduct_wrapper .block .inner_block .content {
        padding: 22px 20px;
    }
 .newsdetail_wrapper .left{
    width:100%;
    display: block;
  }
  .newsdetail_wrapper .right{
    width:100%;
    display: block;
    margin: 30px 0 0;
  }
  .newsdetail_wrapper .right .right_wrapper {
    width: 100%;
    display: block;
    padding: 0 0px 0px 0;
    border-left: none;
}
.news_container{
  padding: 40px 0;
}
  .productmain_wrapper {
    margin: 40px auto 0;
    width: 100%;
  }
  .productmain_wrapper .block .left {
   
    width: 35%;
}
.productmain_wrapper .block .right {
       width: 37%;
}
.whychoose_wrapper .left {
    width: 100%;
}
.whychoose_wrapper .right {
    width: 100%;
    margin: 30px 0 0;
}
.value_wrapper .block {
    width: 50%;
    display: inline-block;
    padding: 5px;
}

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

.btn {
    height: 35px;    
    font-size: 16px;
}
    .homeabouttop_wrapper .content_wrapper .inner_wrapper .text_wrapper {
        width: 62%;
    }
        h4.tittle {
        font-size: clamp(16px, 5vw, 19px);
        padding: 0;
        text-align: left;
    }

.homeproduct_wrapper{
  display: none;
}
.productdetail_wrapper .block:first-child, .productdetail_wrapper .block {
    width: 50%;
}
.homeproduct_wrapper.productdetail_wrapper{
  display: flex;
}
.homeproduct_wrapper.productmob_wrapper{
  display: block !important;
  margin: 30px 0 0;
  text-align: center;
}
.homeproduct_wrapper.productmob_wrapper .owl-stage{
  display: flex; 
}
.homeproduct_wrapper.productmob_wrapper .owl-item{
  padding: 0 0px;
}

.homeproduct_wrapper.productmob_wrapper .block:first-child {
    width: 100%;
}
.homeproduct_wrapper.productmob_wrapper .block {
    width: 100%;
    height: 100%;
}
    .banner .content {
        top: 11%;
        left: 50%;
        color: #fff;
        max-width: 90%;
        text-align: center;
        transform: translateX(-50%);      
    }
      .inner_banner .content {
        top: auto;
        bottom: 15%;
        max-width: 90%;
        transform: none;
        left: 8%;
        text-align: left;
    }
    .banner .owl-carousel .owl-nav{
      display: none;
    }
    

    .gallery-grid {
        margin: 0 auto;
        width: 88%;
        
  }
  .top_content {
    width: 100%;  
}
.gallerymain_wrapper .block {
    width: 50%;
}
    .productmain_wrapper .block .left {
        width: 100%;
        justify-content: flex-start;
        text-align: left;
    }
    .productmain_wrapper .block {
  
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
}
    .productmain_wrapper .block .right {
        width: 100%;
    }
    .producthover_img {
    position: absolute;
    top: -12%;
    left: auto;
    right: -3%;
    transform: none;
    width: 18%;   
}
.productmain_wrapper .block .number {
    
    width: 50px;
    height: 50px;
    font-size: clamp(25px, 4vw, 40px);
}

.ourstory_wrapper {
    width: 100%;
}
.ourstory_wrapper .block {
   
    padding: 5px;
}
.whychoose_wrapper {
   
    width: 100%;
}

}
 @media only screen and (max-width: 750px) {
  .testimonial_wrapper .item {
      padding: 24px;
  }
  a.desktop_logo {
    display: none;
 }
 a.mobile_logo {
    display: inline-block;
    width: 43px;
 }
 .inner_banner{
  margin-top: 58px;
 }
 .whychoose_wrapper .left .block1, .whychoose_wrapper .left .block2, .whychoose_wrapper .left .block3 {
  
    width: 100%;
    margin: 10px 0 0;
  }
  .whychoose_wrapper .left .content {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom:auto;
    right: auto;
    transform: translate(-50%, -50%);
    width: 90%;
    padding: 30px 0;
    text-align: center;
}
 }
@media only screen and (max-width: 650px) {
  footer ul.links {    
      flex-direction: column;
  }
  footer .desc {
   
    width: 63%;
    margin: 0 auto;   
    max-width: 88%;
}
.gallery-grid {
        margin: 0 auto;
        width: 88%;      
        grid-template-columns: 2fr 1fr;
        gap: 10px;
            grid-template-rows: 178px 1px;
    }
        .col-left, .col-right {
        
        display: none;
    }
        .cell-ctop {
        grid-column: 1;
        grid-row: 1;
    }
    .cell-small {
        grid-column: 2;
        grid-row: 1;
        height: auto;
    }
    .productdetail_wrapper .block:first-child, .productdetail_wrapper .block {
        width: 100%;
    }
        .blog_wrapper .item {
        width: 100%;
        padding: 16px 0;
    }
    p.half {
    grid-column: 1 / 3;
}
}

  @media only screen and (max-width: 560px) {
  .homeabouttop_wrapper .content_wrapper .inner_wrapper {
        flex-wrap: wrap;
        flex-direction: column;
        border-radius: 58px 58px 30px 30px;
    }
      .homeabouttop_wrapper .content_wrapper .inner_wrapper .image_wrapper {
        width: 100%;
        display: block;
    }
      .homeabouttop_wrapper .content_wrapper .inner_wrapper .text_wrapper {
        width: 100%;
        padding: 30px 25px;
        text-align: center;
    }
  
    img.about_desktop{
      display: none;
    }
    img.about_mob{
      display: block;
    }
        footer .desc {
        width: 100%;
        margin: 0 auto;
        max-width: 100%;
    }
        .homeabouttop_wrapper .counterarea_wrapper .counterarea .head_wrapper .right {
        display: inline-flex;
        width: 33%;
    }
    ul.breadcrumb {
    padding: 3px 0;
    }
        .ourstory_wrapper .block {
        padding: 5px;
        width: 100%;
    }
    .whychoose_wrapper .left p {   
    font-size: clamp(14px, 7vw, 16px);
    padding: 5px 0 0;
    line-height: 18px;
}
    .value_wrapper .block {
        width: 100%;
        display: inline-block;
        padding: 5px;
    }
  }
    @media only screen and (max-width: 480px) {
  .footer_logo {
    width: 200px;
    margin: 0 auto;
    display: block;
}
.homeblog_wrapper .item {
    padding: 0;
}
    .testimonial_wrapper .owl-item {
        padding: 0 0px;
    }
    .testimonial_wrapper .item {
        padding: 15px;
    }
    .swiper-slide {
  
    padding: 10px 10px;
}
.banner .content {
       
        width: 88%;
    }
        .inner_banner .content {
        top: auto;
        bottom: 15%;
        max-width: 90%;
        transform: none;
        left: 8%;
        text-align: left;
    }
.homeproduct_wrapper .block .inner_block .image {
    border-radius: 40px 40px 0 0;
    height: auto;
}
.gallerymain_wrapper .block {
    width: 100%;
    padding: 5px;
}
ul.breadcrumb li {
    display: inline;
    font-size: 12px;
}
ul.breadcrumb li+li:before {
    padding: 3px;
}
    .producthover_img {
        position: absolute;
        top: -3%;
        left: auto;
        right: 0%;
        transform: none;
        width: 18%;
    }
      .whychoose_wrapper .right {       
        padding: 20px;
    }
    .whychoose_wrapper .left p {
    color: #fff;
    font-size: clamp(12px, 4vw, 16px);
    padding: 3px 0 0;
    line-height: 14px;
}
    .whychoose_wrapper .left .content {
       
        width: 98%;
        padding: 17px 0;
        text-align: center;
    }
    .whychoose_wrapper .left h4 {
    font-size: clamp(18px, 4vw, 22px);
    }
    .whychoose_wrapper .left .block3 img {
    height: 142px;
}
  
    }
 

