@font-face {
    font-family: 'fontspringdemobold';
    src: url('../fonts/Fontspring-DEMO-theseasons-bd.woff2') format('woff2'), url('../fonts/Fontspring-DEMO-theseasons-bd.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: 'ttramillastrlmedium';
    src: url('../fonts/tt-ramillas-trl.medium.woff2') format('woff2'), url('../fonts/tt-ramillas-trl.medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
 
  @font-face {
    font-family: 'cormorantgaramondsemibolditalic';
    src: url('../fonts/CormorantGaramond-SemiBoldItalic.woff2') format('woff2'), url('../fonts/CormorantGaramond-SemiBoldItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'pinyonscriptregular';
    src: url('../fonts/PinyonScript.woff2') format('woff2'), url('../fonts/PinyonScript.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  
  @font-face {
    font-family: 'montserratmediumitalic';
    src: url('../fonts/Montserrat-MediumItalic.woff2') format('woff2'), url('../fonts/Montserrat-MediumItalic.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: '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: '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: 'montserratsemibolditalic';
    src: url('../fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'), url('../fonts/Montserrat-SemiBoldItalic.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: 'montserratbolditalic';
    src: url('../fonts/Montserrat-BoldItalic.woff2') format('woff2'), url('../fonts/Montserrat-BoldItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }

  * {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
    outline: none;
    resize: none;
    box-sizing: border-box;
    font-weight: normal;
  }
  img{
      width:100%;
      display: block;
      height: auto;
  }
  a,
  a:hover,
  a:focus {
    text-decoration: none;
    outline: none;
    display: inline-block;
    -webkit-transition: all 0.15s cubic-bezier(0.32, 0.1, 0.3, 1);
    transition: all 0.15s cubic-bezier(0.32, 0.1, 0.3, 1);
  }
  body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #FFF8F0;
    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: normal;
  }
  .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: 45px;
    width: auto;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    line-height: 46px;
    border: 1px solid #F2F2F2;
    color: #1E1E1E;
    background-color: #F2F2F2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    -moz-appearance: none;
    -webkit-transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    user-select: none;
    padding: 0px 30px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family: 'montserratmedium';
    margin-top:30px;
  }
  .btn:hover {
    background-color: #F67F1C;
    border-color: #F67F1C;    ;
    display: inline-flex;
    color: #fff;
  }
 
  .btn.white {
    background-color: #fff;
    border-color: #e67818;
    color: #e67818;
  }
  .btn.white:hover {
    background-color: #e67818;
    border-color: #e67818;
    color: #fff;
  }
  .btn:active {
    box-shadow: none;
  }
  .btn.is-loading {
    font-size: 0px;
    color: transparent !important;
    pointer-events: none;
    position: relative;
  }
  .btn.is-loading::after {
    -webkit-animation: spinAround 500ms infinite linear;
    animation: spinAround 500ms infinite linear;
    border: 2px solid #ffffff;
    border-radius: 10px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    position: absolute;
    left: calc(50% - 7px);
    top: calc(50% - 7px);
    box-sizing: border-box;
  }
  .btn.blue-btn {
    border: 1px solid #0a4197;
    color: #fff;
    background-color: #0a4197;
  }
  .btn.blue-btn:hover {
    border: 1px solid #093883;
    color: #fff;
    background-color: #093883;
  }
  .btn.yellow-btn {
    border: 1px solid #fcc600;
    color: #fff;
    background-color: #fcc600;
  }
  .btn.yellow-btn:hover {
    border: 1px solid #D2AB0D;
    color: #fff;
    background-color: #D2AB0D;
  }
  .btn.green-btn {
    border: 1px solid #00ae93;
    color: #fff;
    background-color: #00ae93;
  }
  .btn.green-btn:hover {
    border: 1px solid #00937C;
    color: #fff;
    background-color: #00937C;
  }
  .btn.large {
    height: 46px;
    line-height: 46px;
  }
  .btn.transparent {
    color: #282828;
    background: transparent;
    border: 1px solid #000;
  }
  .btn.transparent:hover{
      background: #d00b11;
      color: #fff;
      border: 1px solid #d00b11;
  }
  .btn.small {
    height: 34px;
    line-height: 34px;
    font-size: 13px;
  }
  .input-text {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;    
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    -moz-appearance: none;
    color: #797979;
    font-size: 13px;    
    line-height: 45px;
    padding: 2px 20px 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 0px;
    -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    font-family: 'poppinssemibold';
    text-transform: uppercase;
  }
  .input-text::placeholder{
   
    color: #797979;
    font-size: 13px;   
    font-family: 'poppinssemibold';
    text-transform: uppercase;
  }
  select.input-text::placeholder{
   
    color: #797979;
    font-size: 13px;   
    font-family: 'poppinssemibold';
    text-transform: uppercase;
  }
  .input-text.large {
    height: 45px;
    line-height: 45px;
  }
  .input-text.small {
    height: 34px;
    line-height: 34px;
  }
  /*.input-text::placeholder {
    color: #d2d2d2;
  }
  .input-text:focus {
    color: #0a4197;
    border: 1px solid #0a4197;
  }
  .input-text:focus::placeholder {
    color: #0a4197;
  }*/
  .input-text.validation-failed {
    border-color: #df280a;
    color: #df280a;
  }
  .input-text.validation-failed::placeholder {
    color: #df280a;
  }
  .input-text.validation-failed:focus {
    outline-color: #ef9384;
    border-color: #df280a;
    color: #df280a;
  }
  .input-text.validation-failed:focus::placeholder {
    color: #df280a;
  }
  .input-div {
    width: 100%;
    position: relative;
  }
  .input-checkbox {
    width: 0px;
    height: 0px;
    opacity: 0;
    position: absolute;
  }
  .input-checkbox + .checkbox-label {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #d7d7d7;
    border-radius: 0px;
    margin: 0px 10px 0px 0px;
    background-color: #fff;
    position: relative;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  .input-checkbox + .checkbox-label::after {
    content: '';
    background: #fff;
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    width: 9px;
    height: 9px;
  }
  .input-checkbox:checked + .checkbox-label::after {
    background: #fff url("../images/checkbox_tick.png") center no-repeat;
  }
  .input-radio {
    width: 0px;
    height: 0px;
    opacity: 0;
    position: absolute;
  }
  .input-radio + .radio-label {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #8b8b8b;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    margin: 0px 3px 0px 0px;
    background-color: #fff;
    position: relative;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    line-height: 14px;
    margin: 12px 0px !important;
  }
  .input-radio + .radio-label::after {
    content: '';
    background: #fff;
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    width: 9px;
    height: 9px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
  }
  .input-radio:checked + .radio-label::after {
    box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.3);
  }
  .input-text:-webkit-autofill {
    background-color: #ffffff !important;
  }
  textarea.input-text {
    height: 120px !important;
  }
  select.input-text {
    background: #FFFFFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAGNJREFUSIntzbENgDAMRNFfkR42YUxYBlLDSlkBGhcWSlJYToP869M9iKKo1wJswNTZJGAHZgtwAw9wNJAEZNlcFmAFSgPR50W2pjRyCuJ2XkOy93kNcT//IkPONTLsPIr+2gsEwx4NLAopngAAAABJRU5ErkJggg==) no-repeat calc(100% - 10px) center;
    padding-right: 40px;
  }
  select.input-text:focus {
    background: #FFFFFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAALVBMVEX/////dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyoo+I6tAAAADnRSTlMABgcSEzKKi7Cxsry97lYwfJQAAABASURBVHja3cnJEQAgCARB8RaP/MOVQj5IBuxrazr4Wq7wTmxJwToduOOZCsom4b5L+GWAdCMo3Yp0K9KtUHe3Cy3fAc23y6RHAAAAAElFTkSuQmCC) no-repeat calc(100% - 10px) center;
    padding-right: 40px;
  }
  .input-text.date {
    background: #efefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAbCAMAAABY1h8eAAABsFBMVEWDg4P///+Dg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4MixLq9AAAAj3RSTlMAAAECAwQFBgcICQoLDA8QExQVFhcZJCUmKCkqKywvMDEyMzQ1Njc4OT4/RUlLTU5PUFFSU1RVV1laW1xdXl9hZGVoaWtsbW50eXt9gYKFhoeIiYqNjo+RlJWWl5qcnZ+jqaqrrK2wsba6wcPExsfIycvMzdTW19jd3uHi4+Tl5ufo6evu8PL19vf4+fr7/T4gR6EAAAG0SURBVHgBdZH5U9NAGIa/LxVtUpVWvKVSaBEPLQFRUcFDSREVrNZDgo2Sooj3LXgfBjGhvP+yuyFHZeT54ZnMPJN3d2bJZ/30y120DDOnHr7pYAn5tAGX47gTuLkcN09M2Vf2LOF0/5Q9aU/WbLvS7mKor3bf2kYvAPza66HnHgIWuubRPwFgluaFn3YBJ8fC+LqwhHOXAPymD8LvW4DcjTB+3OKg8yKAb37ESOfhAz8RMtpxZMdcHPGgigZm7tbhxzmsymdycFTv0XW9V0h8FItFX3p3t+NSHfQPHPEF9AdaQ8pWrepuvmNZZ5l/rIyDAAZZ6Dnz9//FUzI+C2KqcfZauZLl8tXK8SCqtDVfyFGmkM+voXQ608TN6YwWxAS9AkAjQs1ZoT4Wmg4upNBbGUdlbBc6JuNM9OdjYIEuyNgq1CtjLb6tpjZJJYmSqqbwWjWVCOI6MkzzOu0zx8eTm26bZivfMs2B6Ez5MjQmZ9uETrDQoyh+krEstDEXxif+rAuiQ8OlM7S9ZAxRwjBKLXzeGN7P/BUEbCCJEr+KwhI566Duet7iordSLkAH32EVZgf+AvNd6EZMAhVcAAAAAElFTkSuQmCC) no-repeat;
    background-position: calc(100% - 10px) center;
  }
  .input-text.date:focus {
    background: #efefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAbCAMAAABY1h8eAAABsFBMVEXiJSv////iJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSt47rg9AAAAj3RSTlMAAAECAwQFBgcICQoLDA8QExQVFhcZJCUmKCkqKywvMDEyMzQ1Njc4OT4/RUlLTU5PUFFSU1RVV1laW1xdXl9hZGVoaWtsbW50eXt9gYKFhoeIiYqNjo+RlJWWl5qcnZ+jqaqrrK2wsba6wcPExsfIycvMzdTW19jd3uHi4+Tl5ufo6evu8PL19vf4+fr7/T4gR6EAAAG0SURBVHgBdZH5U9NAGIa/LxVtUpVWvKVSaBEPLQFRUcFDSREVrNZDgo2Sooj3LXgfBjGhvP+yuyFHZeT54ZnMPJN3d2bJZ/30y120DDOnHr7pYAn5tAGX47gTuLkcN09M2Vf2LOF0/5Q9aU/WbLvS7mKor3bf2kYvAPza66HnHgIWuubRPwFgluaFn3YBJ8fC+LqwhHOXAPymD8LvW4DcjTB+3OKg8yKAb37ESOfhAz8RMtpxZMdcHPGgigZm7tbhxzmsymdycFTv0XW9V0h8FItFX3p3t+NSHfQPHPEF9AdaQ8pWrepuvmNZZ5l/rIyDAAZZ6Dnz9//FUzI+C2KqcfZauZLl8tXK8SCqtDVfyFGmkM+voXQ608TN6YwWxAS9AkAjQs1ZoT4Wmg4upNBbGUdlbBc6JuNM9OdjYIEuyNgq1CtjLb6tpjZJJYmSqqbwWjWVCOI6MkzzOu0zx8eTm26bZivfMs2B6Ez5MjQmZ9uETrDQoyh+krEstDEXxif+rAuiQ8OlM7S9ZAxRwjBKLXzeGN7P/BUEbCCJEr+KwhI566Duet7iordSLkAH32EVZgf+AvNd6EZMAhVcAAAAAElFTkSuQmCC) no-repeat;
    background-position: calc(100% - 10px) center;
  }
  .input-text.time {
    background: #efefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAA0lBMVEWDg4P///+Dg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4PodARtAAAARXRSTlMAAAIEBQcJCxAXGiMkJzM2OTo8P0FCRUdIS0xNUFFYW11gY2RmcHJzd32DhIaKjI6UoLa4ub3EytDR2drd3+nq6+z19/328NIqAAABL0lEQVR4AYWTa0/yQBBGdwu8vIggFFSkCooW5CLlruWO5fz/vySl6cgmJj1fT7LZmecZJaQq3tQ/HPypV0npmFim3TXC2k2burHEYNm41H2AYNKpl8v1ziQA6P/qMXAc5lWI1jo/PALjWPeAVVGdsAYDS58oroBepB1gkVUhNajpkOwCcEJtbWGTUWda0NJnMhvYWifdBgoqoglNHVEA2lpZOxgpQ0eMYGcpG4LcXzoXgK08mClDx8zAU3NwRT/Bo2gX5soHR/QrvIl2wFd7KMX2egeH7nvIg9Yl2Bv6A4H7SF8+3kX4vokev/za/y/4vKtUq7e1q+hr5mD/Xp4zxmDxWgRtrEWWKtpYqkQi2oxEAhVtBip1EC11MMokWsqUXEWzyLYtRU48g+QjSjjBHyzoWwmMs5SfAAAAAElFTkSuQmCC) no-repeat;
    background-position: calc(100% - 10px) center;
  }
  .input-text.time:focus {
    background: #efefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAA0lBMVEXiJSv////iJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSu3AigyAAAARXRSTlMAAAIEBQcJCxAXGiMkJzM2OTo8P0FCRUdIS0xNUFFYW11gY2RmcHJzd32DhIaKjI6UoLa4ub3EytDR2drd3+nq6+z19/328NIqAAABL0lEQVR4AYWTa0/yQBBGdwu8vIggFFSkCooW5CLlruWO5fz/vySl6cgmJj1fT7LZmecZJaQq3tQ/HPypV0npmFim3TXC2k2burHEYNm41H2AYNKpl8v1ziQA6P/qMXAc5lWI1jo/PALjWPeAVVGdsAYDS58oroBepB1gkVUhNajpkOwCcEJtbWGTUWda0NJnMhvYWifdBgoqoglNHVEA2lpZOxgpQ0eMYGcpG4LcXzoXgK08mClDx8zAU3NwRT/Bo2gX5soHR/QrvIl2wFd7KMX2egeH7nvIg9Yl2Bv6A4H7SF8+3kX4vokev/za/y/4vKtUq7e1q+hr5mD/Xp4zxmDxWgRtrEWWKtpYqkQi2oxEAhVtBip1EC11MMokWsqUXEWzyLYtRU48g+QjSjjBHyzoWwmMs5SfAAAAAElFTkSuQmCC) no-repeat;
    background-position: calc(100% - 10px) center;
  }
  .loader {
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    margin: 0px;
    text-align: center;
    z-index: 1000;
    font-family: 'latoregular';
    text-transform: uppercase;
    z-index: 16009;
  }
  .loader::before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 500rem;
    border: 3px solid rgba(69, 89, 93, 0.52);
    box-sizing: border-box;
  }
  .loader::after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-animation: loader 0.6s linear;
    animation: loader 0.6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #252525 transparent transparent;
    border-style: solid;
    border-width: 3px;
    -webkit-box-shadow: 0px 0px 0px 1px transparent;
    box-shadow: 0px 0px 0px 1px transparent;
    box-sizing: border-box;
  }
  .loader span {
    position: absolute;
    top: 40px;
    left: calc(50% - 45px);
    font-size: 12px;
    width: 90px;
    line-height: 15px;
    letter-spacing: 2px;
    text-shadow: 0px 0px 10px #000000;
    font-family: 'orkneymedium';
    color: #3a3a3a;
    text-align: center;
  }
  .loader span::before {
    content: '';
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background: rgba(191, 191, 191, 0.9);
  }
  p {
    color: #434853;    
    line-height: 28px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-family: 'montserratlight';
    font-size: 17px;
    line-height: 26px;
    padding: 10px 0;
  }
  .inline {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    
  }
  .col-1 {
    width: 100%;
    padding: 0px 15px;
  }
  .col-2 {
    width: 50%;
    padding: 0px 15px;
  }
  .col-3 {
    width: 33.3333%;
    padding: 0px 15px;
  }
  .col-4 {
    width: 25%;
    padding: 0px 15px;
  }
  .col-5 {
    width: 20%;
    padding: 0px 15px;
  }
  .col-container {
    font-size: 0px;
  }
  .row {
    margin: 0px -15px;
  }
  .container {
    margin: 0 auto;
    max-width: 1920px;
    width: 90%;
  }
  .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;
        right: 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: #F67F1C url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAYFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8GYpHzAAAAH3RSTlMAASorLDA7PD9ARlJXbm92eHl8fX5/gISFhoeIvfv8ZEvyMgAAAHpJREFUeAHt0UkOgzAMhWG789B0bjqU4PvfEiElT0YYS6zhbZD1/axCk9z2vHf9LiJvHvaHtPuw607xlLIvO47CcbN4Zany98e2R7qZRYQTij9b/5Mu4DvlujiUIHQdxaXci6QdRb3GfUzZsatIOql72XvlTVjRmM1rANIYFT25t9OXAAAAAElFTkSuQmCC) no-repeat;
        background-position: center;
        border-color: #F67F1C;
        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: 18px 0px;
    display: flex;
    position: fixed;
    top: 0;
    background: transparent;
    align-items: center;
    z-index: 1000;   
  }
  header .container{
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
  }
  .logo {
    display: inline-block;   
    width:180px ;     
    z-index: 20;
  }
  
  .logo a {
    display: block;
    width:100%;
  }
  
  .logo a img {
    display: block;
    max-width: 100%;
    width: 100%;     
  }
  .header_right {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
  .header_contact{
    display: block;
    width: 100%;
    text-align: right;
  }
  .header_contact p {
      padding: 0 0px 0 20px;
      display: inline-block;
  }
  .header_contact .fa-phone:before {
      content: "\f095";
      color: #25b061;
      font-size: 18px;
      line-height: 30px;
      height: 100%;
  }
  .header_contact .fa-envelope-o:before {
      content: "\f0e0";
      color: #25b061;
      font-size: 15px;
      line-height: 28px;
      height: 100%;
  }
  .header_contact p{
    line-height: 20px;
  }
  .header_contact p a {
      transition: 0.1s;
      color: #fff;
      padding-left: 5px;
      padding-right: 10px;
      font-family:'latobold';      
      font-size: 16px;
      position: relative;
      border-right: 2px solid #fff;
  }
  .header_contact p a::before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAZCAYAAAArK+5dAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4QUU4Qzk1OTdCQkExMUVEQjgzN0JCNjdEMUYzRjk0RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4QUU4Qzk1QTdCQkExMUVEQjgzN0JCNjdEMUYzRjk0RSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjhBRThDOTU3N0JCQTExRURCODM3QkI2N0QxRjNGOTRFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjhBRThDOTU4N0JCQTExRURCODM3QkI2N0QxRjNGOTRFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+NWo7XwAABi5JREFUeNqUVmtMk2cUbsuthXIv0HIZlIK2XArlflPuooIMcAaWcYmJxh8jbuqccUvMNE6Jm1vYNBuTGUAnoCmKILQKyK1MFFBAKFLa0kKhBcqtpZS2tOOw1DHAmZ2kab5zvvM+73uec573QyJ8f0boDW1igDZFG5lqVrUauUIt12p1WsQ2xq7+hO3xgaWHdF4pZbCEjMLbvYXc8QXudjkGCIf9bx8KPo8oKDoXW5Qe757e0jXRMjOvnNkOwNjIwNgMY2TmaGfmGOqLDz1y0OtIFI0QBWAAsgUAa2qEZZV9xEqLc09D6BAIAs6MkLXXM6uzT9wpFMuFmwH6hmf62nom2jr7JZ3Tc8vTeJwp3tcT53s4jXJ4bkE518Oe7nkLgCV+iG2+md4c6GUfKJLIRVfLXl0VzyjEEf6EiIwEUsaCXLXQNTDVtRFArdGq4XSDvNnBujZBHZs3xzY3NTb3J+P8kyJck5Br1to90boOcOOX727sifhgj2hqSZT7dUPunbrhO9VP+dVkojU5yNshKNwPHz7AnR3gCOY5eoCKK0kVxw75HIMS8cYXeb1vZnormZxKN0cLNxoFR4PNcscWubABBBDK5s2yaYcqaOuEb/jdqhm6pdasqof4s0Oeybc89f4xsWxMt2YKpVrBZAmY0YerovWxs4UdZ8E/NauYCsysDDQ4f/6b89cr+q9XMDgVm2t9v5F3f/8u1/1e7jZeWDNjbE0zvwb8tS2jtaIpucjX09aXRrGjpcYQU1+PSF/zRTI+lCaSRoj024nzo5HtaChIUKm1KsQ7DLoF/scl8nG9D1oSNhWVR4+qZHAqbSzRNmXfJpaF+DqEQLy8frh8XrYyH+xjH7wOQHKxIBkaoAw3L95wI62B4m5N6edI+0uq2SV6P/Q6tKNgQiY4/QPr9LXyvmsAkp2yMxtmCTgEYHgXBV0SSsWHRgc5RusXsDI3saq9llIbG+wUOyaWj535seMMLLbdCSF+4kr7CY5wnpMe556el0rJW5SrFh+1Ch5JpAoJiskSMknOlqScA+Scf8piaBYT7BSDQiFR9CdcemPneCPiPXbxtxcXYR4ORLsdWAeWyMbuPR65hyr8o7fQyAhllBDmkkB0siBCcHlldRmGSKdD6IAsGMT/Whw6sb5NUC9bUsmkC0op+EZFstHbtW9uI6G1+Ixcvgve3AV2m3makQkvmKINTadbj0xDO0KJiu4NFMFC7wIBDoO87YOgu6Bsev86yae+Z53SaLSauFDnOH1AodQocr56kgOEXvg09AIM0PtO8axP/AwGdqN/HeDhU/7Dx38KH2MxRljGr6kMfbCqgVt1lzly1wJrbNFUnN4EM7F5YWjF6p+Sq8uvJJXb22Dst1VTrU6n7R2W9saHOseHUwnhdjYYO1BG4KB7cKobyufjYeOTEU/KQBsboptfiJohOXOvZ2bpxcRSb5KtN7QzPAsmZYIh/tzQFrkGVVyQqRb27XLdF+FHiACynvdLnsuW1LKqRl4V7C7YxyE40p8QGUbFhyWEOSfkf0zNx1ljcDC9M/PLM6CoieEuiXzRIn+Qu6ZDm+8DGCiVelUFXARQ7AKWlJol2M2KanWlvl1QL5EuS+CUFJI1BQQNbWKILq4aLM76kpl18z77ZmyIUyyZaEMGqQAFhtP8CwCs45W4Y3RicTQ7eWd2TJBTDLTsy6HplyDRoPMFv3cXwG0GwwjKm3+pJV+fW1I9VOKMxzrDKZN3uyW390y0bwEAE07+fcnEhbrEwcAtLauXWC8nWfo4cFBaM1QKPMHpNua2dIlaoF2pnrZUPzLOb1sApWpV2T043T05o5iEeqfsdksBgpkdQiaIGMRBizYvDgY+AIC8LRxsBoFpBj0JoNgHeLhaeeSlkvOoO2ypPNEiD2697fKAo3PHQs5h0AaYYvpg8TsB9Aa3VdPz8aYdrlY7iM6WRB8PW5+U3cQUkGZLcxPLFfXqCmgWzMrRg95Hr34RddXawsSa3sClHy9oO47c+NnyPgPiLn8WfhmuUyQSgYTPFuiyiemlCZAKGET47HnQxHuQcaIuA3L+F4De4A4/met/MpyKD8egDTEgE2t4SIjRG0bo+Zda84EreP5LgAEAbtZQucCdty8AAAAASUVORK5CYII=) no-repeat;
    background-position: left center;
    background-size: 90%;
    transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
    animation: wiggle 2s linear infinite;    
    content: "";
    height: 19px;
    width: 20px;
    position: absolute;
    left: -20px;
    top: 0;
}
.header_contact p a:last-child{
    padding-right: 0;
    border: none;
}
.header_contact p a:last-child::before{
    display: none;
}
.search-div {
  width: 280px;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 0px 0px 20px;
  position: relative;
}
.search-div .input-text {
  vertical-align: top;
  width: 100%;
  color: #aaaaaa;
  padding: 0px 30px 0px 15px;
  text-transform: none;
  font-size: 14px;
  background: #fff;
  font-family: 'oliveraregular';
  font-size: 19px;
  line-height: 34px;
  border: none;
  
}
.search-div .input-text::-webkit-input-placeholder {
  color: #aaaaaa;
  text-transform: capitalize;
  font-size: 19px;
  font-family: 'oliveraregular';
}
.search-div .input-text:focus::-webkit-input-placeholder {
  color: #aaaaaa;
  font-size: 19px;
  font-family: 'oliveraregular';
}
.search-div .btn {
  width: 16px;
    height: 16px;
    line-height: 23px;
    padding: 0px;
    border: none;
    background: transparent url(../images/search_icon.png) no-repeat center center;
    position: absolute;
    right: 14px;
    top: 50%;
    font-size: 0px;
    margin: 0;
    transform: translateY(-50%);
    border: none;
    border-left: 2px solid #aaaaaa;
    border-radius: 0;
    padding: 0 0 0 30px;
   
}
.search-div .btn:active {
  box-shadow: none;
}
  
  /******************************************menu*********************************************/
  .header_menu{
    display: block;
    width: 100%;
    vertical-align: middle;
    transition: 0.3s;
    margin: 10px 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: 20px;
  }
  .header_menu .menu-list li a {
    color: #fff;
    font-family: 'fontspringdemobold';   
    padding: 0 25px;  
    text-transform: uppercase;
    display: block;
    transition: 0.01s;    
  }
  .header_menu .menu-list li a::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    transition: width .3s;
}

.header_menu .menu-list li:hover a::after {
    width: 100%;
    /*transition: width .3s;*/
}
  .header_menu .menu-list li:last-child a{
    padding-right: 0;
  }
  
  .menu-btn {
    display: none;
    vertical-align: middle;   
    border: none;
    width: 38px;
    height: auto;
    padding:0px;
    cursor: pointer;
    transition: 0.3s;
    overflow: hidden;    
    z-index: 16002;    
    top: 0;   
    background: none;
    border-radius: 0;
    margin-top:0px
  }
  .menu-btn{
    transition: 0.3s;
    
  }
  .menu-btn .icon {
    display: flex;    
    justify-content: flex-end;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: right;
    align-items: flex-end;
    
  }
  .menu-btn .icon .bar {
    width: 100%;
    height: 3px;
    display: inline-flex;
    background: rgba(239, 130, 32, 1);
    border-radius: 30px;
    justify-content: flex-end;
    text-align: right;
  }
  .menu-btn .icon .bar-1 {
    transition: 0.3s;
    top: 0px;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .menu-btn .icon .bar-2 {
    transition: 0.3s;
      margin-top: 4px;
      margin-bottom: -3px;
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
  }
  .menu-btn .icon .bar-3 {
    transition: 0.3s;
    margin-bottom: 4px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .menu-btn .icon .bar-4 {
    transition: 0.3s;
    transform: scale(1);
    -webkit-transform: scale(1);
    width:60%;
  }
  .menu-btn.open .icon .bar{
    background: #f44336;
  }
  .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: 4px;
    margin-bottom: -3px;
}
  .menu-btn.open .icon .bar-3 {
    transition: 0.3s;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-bottom: 6px;
}
  .menu-btn.open .icon .bar-4 {
    transition: 0.3s;
    transform: scale(0);
    -webkit-transform: scale(0);
    width:100%;
  }
  .header_menu .menu-list li.current-menu-item a::after
   {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: width .3s;
  }
  header.fix {
    top: 0px !important;
    box-shadow: 0px 0px 8px #000 !important;   
    padding: 10px 0;
    background: rgba(122, 103, 56, 0.6);
    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;   
    height: 100svh;
  }
  .banner img{
      height: 100svh;
      object-fit: cover;
    }
    .banner video{
       height: 100svh;
      object-fit: cover;
      width:100%;
    }
  .banner .container{
    position: relative;
  }
.banner_content {
    position: absolute;
    left: 8%;
    top: 40%;
    width: 50%;   
}
h3.banner_head{
    font-family:'fontspringdemobold';
    font-size: clamp(30px, 8vw, 53px);
    color:#fff;
    line-height: 1.2;    
    text-transform: capitalize;    
    padding: 0;
    margin:0;
    position: relative;
}

.banner_content p{
    font-family:'abrilfatfaceregular';
    font-size: clamp(20px, 5vw, 50px);
    color:#fff;
    line-height: 55px;    
    text-transform: none;   
    padding-top: 5px;
}
.link_wrapper{
  margin: 20px 0 0;
}
.link_wrapper .btn{
  
}
.link_wrapper .btn:last-child{
  margin-left: 10px;
  background:transparent;
  border: 1px solid #FFF;
  color: #fff;
}
.link_wrapper .btn:last-child:hover{
  border-color: #F67F1C;
}
img.mobile_banner{
  display: none;
}
.homeladsgroup_container{
  margin:8% 0 0;
  display: block;
  width:100%;
}
.homeladsgroup_wrapper{
  width:78%;
  display: block;
  margin: 0 auto;
}
.homeladsgroup_wrapper .grouplogo_wrapper{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 60px 0 0;
}
.top_content{
  width: 75%;
}
.homeladsgroup_wrapper .grouplogo_wrapper .logo_image{
  width:28%;
  display: inline-block;
}
h2.webtittle{
  font-family: 'fontspringdemobold';
    font-size: clamp(28px, 5vw, 50px);
    color: #7A6738;
    line-height: 1.2;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
    position: relative;
}
p {
    color: #000;    
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-family: 'montserratregular';
    font-size: 16px;
    line-height: 26px;
    padding: 15px 0 0;
}
.homeladsgroup_container p{
  color: #ABA69F;
}
.homeinterior_container p{
  color: #747064;
}
.counter_container{
  width:100%;
  display: block;
  margin: 8% 0 0;
}
.counter_wrapper{
  display: flex;
  flex-wrap: wrap;
  width:auto; 
  margin: 50px -10px 0;
  border-radius: 0 8px 8px 0;
 
}
.counter_wrapper .left_block{
  width:26%;
  padding: 0 10px;
}
h6.counter_content{
      font-family: 'fontspringdemobold';
    font-size: clamp(18px, 5vw, 20px);
    color: #7A6738;
    line-height: 1.3;
    text-transform: none;
    padding: 0;
    margin: 0;
    position: relative;
}
.counter_wrapper .counter_block{
  padding: 10px 10px 70px;
  display: inline-block;
  width: 18%;
  border-left: 1px solid #747064;
  padding-left: 20px;
  
}
.counter_wrapper .counter_block .block_inner{ 
    text-align: left;
}

.counter_wrapper .counter_block .block_inner .number{
  position: relative;
  font-family: 'ttramillastrlmedium';
  font-size: clamp(28px, 5vw, 50px);
  color: #7A6738;
  padding-top: 0px;
  line-height: 1;
}
.counter_wrapper .counter_block .block_inner .number::after {
    content: "+";
    display: inline-block;
}
.counter_wrapper .counter_block:nth-of-type(2) .block_inner .number::after, 
.counter_wrapper .counter_block:nth-of-type(3) .block_inner .number::after {
  display: none;
}
.counter_wrapper .counter_block .block_inner .tittle{
  position: relative;
  font-family: 'montserratmedium';
  font-size: clamp(16px, 5vw, 18px);
  color: #7D6637;
  padding-top: 10px;
  text-transform: capitalize;
}
.homeinterior_container{
  margin: 8% 0 0;
  display: block;
  width:100%;
}
.homeinterior_container .top_content{
  width:50%;
  padding-left: 12%;
}
h3.main_tittle{
  font-family: 'fontspringdemobold';
    font-size: clamp(28px, 5vw, 55px);
    color: #1E1E1E;
    line-height: 1;
    text-transform: none;
    padding: 0;
    margin: 0;
    position: relative;
}
h3.main_tittle span{
  font-family: 'cormorantgaramondsemibolditalic';
    font-size: clamp(32px, 5vw, 70px);
    color: #7A6738;
    line-height: 1;
    text-transform: none;
    padding: 0px 0 0;
    margin: 0;
    position: relative;
}
h4.sub_tittle{
  position: relative;
    font-family: 'montserratmedium';
    font-size: clamp(16px, 5vw, 18px);
    color: #ABA69F;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.homeinterior_wrapper{
  margin: 60px auto 0;
  width:95%;
  display: block;
}
.homeinterior_wrapper .item{
  padding: 0 15px;
}
.homeinterior_wrapper .item .block{
  position: relative;
}
h4.image_tittle {
    font-family: 'pinyonscriptregular';
    font-size: clamp(40px, 5vw, 60px);
    color: #FFF;
    line-height: 1.3;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
    position: relative;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width:90%;
    text-align: center;
    position: absolute;
}
.image_arrow{
  position: absolute;
  bottom:3%;
  right:20px;
  width:30px; 
}
.image_arrow img {
    filter: brightness(0) invert(1);
}
.homecontractor_wrapper{
  margin: 60px auto 0;
  width:90%;  
}

.homecontractor_wrapper .item{
  padding: 0 5px;
}
.homecontractor_wrapper .item .block{
  position: relative;  
}
.homecontractor_wrapper .item .block h5.tittle{
  position: relative;
    font-family: 'montserratmediumitalic';
    font-size: clamp(16px, 5vw, 18px);
    color: #fff;
    padding-bottom: 0;
    text-transform: capitalize;
    position: absolute;
    left:25px;
    bottom:20px;
    width:90%;
    opacity: 1;
    visibility: visible;
}
.homecontractor_wrapper .item:hover .block h5.tittle{
opacity: 0;
visibility: hidden;
}
.homecontractor_wrapper .item .block::before{
  opacity: 0;
  visibility: hidden;
  background: rgba(246, 127, 28, 0.9);
  position: absolute;
  left:0;
  top: 0;
  width:100%;
  height: 100%;
  content: "";
  transition: all 0.15s cubic-bezier(0.32, 0.1, 0.3, 1);
}
.homecontractor_wrapper .item:hover .block::before{
  opacity: 1;
  visibility: visible;
}
.homecontractor_wrapper .item .block .content{
  position: absolute;
  left:20px;
  bottom:18px;
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width:90%;
  opacity: 0;
  visibility: hidden;
}
.homecontractor_wrapper .item:hover .block .content{
  
  opacity: 1;
  visibility: visible;
}
.homecontractor_wrapper .block .content .left{
  width:90%;
  display: inline-block;
}
.homecontractor_wrapper .content .right{
  width:28px;
  display: inline-block;
}
h5.number{
  position: relative;
    font-family: 'montserratmediumitalic';
    font-size: clamp(16px, 5vw, 18px);
    color: #fff;
    padding-bottom: 20px;
    text-transform: uppercase;
}
h3.concept_tittle{
  font-family: 'fontspringdemobold';
    font-size: clamp(22px, 5vw, 38px);
    color: #fff;
    line-height: 1;
    text-transform: none;
    padding: 0;
    margin: 0;
    position: relative;
}
.homecontractor_wrapper .block .content p{
  color: #fff;
  padding-top: 14px;
}
.getintouch_button{
  background: #fff;
  padding: 25px 35px 23px;
  margin: 60px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'fontspringdemobold';
    font-size: clamp(18px, 5vw, 26px);
    color: #F67F1C;
    text-transform: uppercase;
    width: 35%;   
    border-radius: 50px;
    border: 2px solid #fff;
}
.getintouch_button:hover{
  display: flex;
  border-color: #F67F1C;
}
.getintouch_button span{
  padding-left: 4px;
  display: inline-block;
}
.client_container{
  margin: 7% 0 0;
  display: block;
  width:100%;
}
.client_wrapper{
  width:95%;
  display: block;
  margin: 60px 0 0;
}
.client_wrapper .swiper-wrapper{
  align-items: center;
}
.footer{  
    width: 100%;                                                                                             
    padding: 75px 0 0;
    clear: both !important; 
    background-color: #F3F2ED;
    margin: 8% 0 0;
  }
  .footer_wrapper{
    width: 100%;
  }
  
  .footer .footer-content {  
    margin: 0px 0px 45px 0px;  
    width:100%
  }
  .footer .footer-content .col-container{
    display: flex;    
    flex-wrap: wrap;    
    justify-content: space-between;
  }
  .row {
    margin: 0px -15px;
  }
  .footer .footer-content  .footer-logo {
    margin: 0px 0px 20px 0px;
    width: 220px;
    max-width: 100%;
  }
  .footer .footer-content  .footer-logo a {
    display: block;
    margin: 0px 0px 0px 0px;
    position: relative;
  }
  .footer .footer-content  .footer-logo a img {
    display: block;
    max-width: 100%;
  }
  
  .footer .footer-content  h4 {
    font-family: 'montserratmedium';
    font-size: 18px;
    text-transform: uppercase;
    color: #747064;
    padding: 0px 0px 0px 0px;     
    display: inline-block;
  }
  .footer_logo_border{
    
  }
  .footer .footer-content  p {
    font-family: 'montserratmedium'; 
    font-size: 16px;
    color: #747064;
    display: block;
    margin: 0px 0px 0px 0px;
    position: relative;
    line-height: 24px;   
    max-width: 300px;
  }  
  .footer .footer-content  p a{
    color: #fff;
  }
  .footer .footer-content .timing p{
    text-transform: uppercase;
    padding-top: 18px;
    font-size: 13px;   
  }
  .footer .footer-content  .links {
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
  .fa-map-marker:before {
    content: "\f041";
    color:#ee7408;
    font-size:16px ;
    padding-right: 10px;
    margin-top:-3px;
  }
  
  .fa-envelope:before{
  color:#ee7408;
    font-size:16px ;
    padding-right: 10px;
  }
  .fa-phone:before{
  color:#ee7408;
    font-size:16px ;
    padding-right: 10px;
  }
  .footer .footer-content  .links li {
    display: flex;
    padding: 5px 0px;
    text-align: left;    
  }
  .footer .footer-content  .links li .fa{
    margin-top:2px;
  }
  .footer .footer-content .links li:first-child a {
    padding-top: 0px;
  }
  .footer .footer-content .links li a {
    font-family: 'montserratmedium';
    font-size: 16px;   
    color: #747064;
    padding: 0;
    display: block;
    transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
    text-transform: capitalize;
    line-height: 20px;
  }
  .footer .footer-content .links li a.mail{
    text-transform: none;
  }
  
  .footer .footer-content .links li a:hover {
    color: #F67F1C;
    
  }
  .footer .footer-content  .links.open_time{
    margin-bottom: 14px;
  }
  .footer .copyright {
   
   border-top: 1px solid #747064;
    
  }
  .footer .copyright .desc {
    display: flex;
      vertical-align: middle;
      width: 100%;
      padding: 10px 0;      
      justify-content: space-between;
      flex-wrap: wrap;
  }
  .footer .copyright p {
    display: block;
    color: #747064;
    font-family: 'montserratmedium';
    font-size: 15px;
    text-transform: capitalize;
    padding: 0;
    font-weight: 500;
   
  }
  .footer .copyright p a {
   
    color: #747064;
    text-transform: none;
  }
  .footer .copyright p a:hover {
    
  }
  
  .footer .social {
  font-size: 0px;
  display: block;
  margin: 18px 0px 0px 0px;
  position: static;
  }
  .footer .social li {
  display: inline-block;
  margin: 0px 12px 0px 0px;
  text-align: center;
  }
  .footer .social li a {
  
  display: flex; 
  justify-content: center;
  align-items: center;  
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  }
  .footer .social li a:hover{
  background: #d37948 !important;
  border: 1px solid #d37948;
  color: #fff !important;
  }
/*****************************************service page**********************************/
.inner_banner{
  height: auto;
}
.inner_banner img{
  height: auto;
}
.servicelist_wrapper .item{
  width:25%;  
}
.servicelist_wrapper{
  display: flex;
  flex-wrap: wrap;
}
.inner_banner .banner_content{
  width:90%;
  text-align: center;
  left:50%;
  transform: translateX(-50%);
  top:40%;
}
h2.innerbanner_tittle{
  font-family: 'pinyonscriptregular';
    font-size: clamp(50px, 7vw, 100px);
    color: #FFF;
    line-height: 1;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
    position: relative;   
}
/*****************************************service page**********************************/
/*****************************************project page**********************************/
.project_container{
  margin: 8% 0 0;
    display: block;
    width: 100%;
}
.project_wrapper {
    margin: 60px auto 0;
    width: 100%;
}
h4.projectcon_tittle {
    position: relative;
    font-family: 'montserratmedium';
    font-size: clamp(20px, 5vw, 28px);
    color: #000;
    padding: 0;
    text-transform: capitalize;
}
.project_wrapper .project_item{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0;
}
.project_wrapper .project_item:nth-child(even){
  flex-direction: row-reverse;
}
.project_wrapper .project_item .image{
  width:48%;
  display: inline-block;
  position: relative;
}
.project_wrapper .project_item .content{
  width:48%;
  display: inline-block;
}
.project_wrapper .project_item:nth-child(even) .content{
  text-align: right;
}
.project_container .container{
  width:70%;
}
/*****************************************project page**********************************/
/*****************************************blog page**********************************/
.blog_container {
    width: 100%;
    padding: 8% 0 0;
    text-align: center;
}
h3.blog_tittle {
    font-family: 'montserratbold';
    font-size: clamp(30px, 7vw, 50px);
    line-height: 1;
    color: #000;
    text-transform: capitalize;
}
.blog_wrapper {
    margin: 60px -13px 0;
    width: auto;
    display: flex;
    flex-wrap: wrap;
}
.blog_wrapper .news_block {
    padding:18px  13px;
    width: 33.33%;
}
.newsblock_inner {
    width: 100%;
    display: block;
    align-items: center;
    justify-content: center;
    margin: 0px 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);
    height: 100%;
    border-bottom: 18px solid transparent;
}
.newsblock_inner .image {
    width: 100%;
}
.newsblock_inner .content{
  width:100%; 
  text-align: center;
  padding:25px 13px 40px;   
  transition: all 0.9s cubic-bezier(0.32, 0.1, 0.3, 1);
}
.newsblock_inner.active{
  background:#0b0a10;
  border-bottom: 18px solid #ef7f1b;
}
.newsblock_inner:hover{
  background:#0b0a10;
  border-bottom: 18px solid #ef7f1b;
}
.newsblock_inner .content .tittle{
  color: #000;  
  font-family: 'montserratsemibold';
  line-height: 25px;
  font-size: 16px;
  padding: 20px 0 0px;
  margin:0;
  text-transform: capitalize;
  letter-spacing: 0;  
  display: inline-block;
  text-align: center;
  width:100%;
}
.newsblock_inner.active .content .tittle{
  color: #fff;
}
.newsblock_inner:hover .content .tittle{
  color: #fff;
}
.newsblock_inner .content .tittle::after{
  content:none;
}
.newsblock_inner .content p{
  color: #000;  
  font-family: 'montserratmedium';
  line-height: 20px;
  font-size: 15px;
  padding:10px 0  0;
  margin:0;
}
.newsblock_inner.active .content p{
  color: #fff;
}
.newsblock_inner:hover .content p{
  color: #fff;
}
.newsblock_inner .content .date {
  color: #000;
    font-family: 'montserratmedium';
    line-height: 15px;
    font-size: 15px;
    padding: 0 0px 6px 0;
    margin: 0px auto 0;
    text-transform: capitalize;
    display: inline-block;   
    align-items: center;
    justify-content: center;
    width: auto;
    border-bottom: 3px solid #000;
}
.newsblock_inner.active .content .date{
  color: #fff;
  border-bottom: 3px solid #fff;
}
.newsblock_inner:hover .content .date{
  color: #fff;
  border-bottom:3px solid #fff;
}
a.knowmore {
  color: #ef7f1b;
  font-family: 'montserratmedium';
  font-size:15px;
  line-height: 17px;
  text-transform: capitalize;
  padding: 10px 0 0;
}
.blog_detail {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px 0;
}
.blog_wrapper .left {
  width: 65%;
  display: inline-block;
  text-align: left;
}
.blog_wrapper .left .tittle{
  font-size: 30px;
  margin: 0px 0px 0px 0px;
  text-transform: capitalize;
  color: #0b0a10;
  font-family: 'latobold';
  line-height: 35px;
}
.blog_detail .news_wrapper {
  width: 100%;
  display: block;
  flex-wrap: wrap;
  margin: 0;
}
.blog_detail .news_block {
  padding: 0;
  width: 100%;
}
.blog_detail .newsblock_inner {
  width: 100%;
  display: block;
  align-items: center;
  justify-content: center;
  margin: 0 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);
  height: auto;   
  border-bottom: none;
}
.blog_detail .newsblock_inner:hover{
  background:none;
  border: none;
}

.blog_detail .newsblock_inner .content {
  width: 100%;
  text-align: center;
  padding: 0 30px 30px 30px;
  background: none;
  height: auto;
}
.blog_detail .newsblock_inner .content p{
  font-family: 'montserratregular';
  color:#000;
  line-height: 26px;
}
.blog_detail .newsblock_inner .content .date {
  color: #000;
    font-family: 'montserratmedium';
    line-height: 20px;
    font-size: 15px;
    padding: 0 0px 6px 0;
    margin: 35px auto 0;
    text-transform: capitalize;
    display: inline-block;
    align-items: center;
    justify-content: center;
    width: auto;
    border-bottom: 3px solid #000;
}
.blog_detail .newsblock_inner:hover .content p {
  color: #000;
}
.blog_detail .newsblock_inner .content .tittle {
  padding: 35px 0 5px;
  color: #ef7f1b;
  font-family: 'ralewaybold';
  font-size: clamp(20px, 7vw, 30px);
  text-align: left;
  line-height: 1;
}
.blog_detail .newsblock_inner .content {
  width: 100%;
  text-align: left;
  padding: 0;
  background: none;
  height: auto;
}

.blog_wrapper .right {
  width: 32%;
  display: inline-block;
 
}
.news_list_wrapper {
  width: 100%;
  display: block;
  
}
.popular {
  border: 1px solid #000;
  padding: 0 30px 40px;
}
.popular .tittle {
  color: #000;
  font-family: 'latobold';
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  text-transform: none;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  width: 100%;
}
.news_list {
  display: flex;
  align-items: center;
  padding: 40px 0px 0;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.news_list .image {
  width: 30%;
  display: block;
}
.news_list .content {
  width: 64%;
  display: inline-block;
  text-align: left;
}
.news_list .content .date {
  color: #F67F1C;
  text-align: left;
  font-family: 'montserratregular';
  line-height: 20px;
  font-size: 15px;
  padding:5px 0 0;
  text-transform: capitalize;
}
.news_list .content .tittle {
  color: #000;
  font-family: 'montserratregular';
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  text-transform: none;
  padding: 0 0 0px;
  margin: 0 0 0px;
  background: transparent;
  
}
.tags {
  margin-top: 40px;
}
.news_list_wrapper .tittle {    
  color: #fff;
    font-family: 'montserratsemibold';
    font-size: clamp(18px, 5vw, 21px);
    line-height: 1;
    text-align: left;
    text-transform: capitalize;
    padding: 14px 30px;
    margin: 0 0 0px;
    background: #F67F1C;
}
.tags ul {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin: 0;
  border: 1px solid #000;
  padding: 30px 20px;
}
.tags ul li {
  padding: 10px 3px;
  display: inline-block;
  width: auto;
}
.tags ul li a {
  color: #F67F1C;
  font-family: 'montserratregular';
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  background: none;
  padding: 6px 20px;
  width: fit-content;
  text-transform: none;
  border: 1px solid #F67F1C;
  width: 100%;
}
.tags ul li a:hover{
  background: #F67F1C;
  color: #fff;
  border: 1px solid #F67F1C;
}
.blog_detail .newsblock_inner h2.insightdetail_tittle {
    font-size: clamp(23px, 5vw, 28px);
    color: #F67F1C;
    font-family: 'montserratsemibold';
    line-height: 1;
    margin: 0px 0px 0px 0px;
    padding: 15px 0;
    position: relative;
     text-transform: none;
    font-weight: normal;    
}
.blog_detail .newsblock_inner h1 {
    font-size: clamp(23px, 5vw, 28px);
   color: #000;
    font-family: 'montserratsemibold';
    line-height: 1;
    margin: 15px 0;
    text-transform: none;
    font-weight: normal;
}
.blog_detail .newsblock_inner h2 {
    font-size: clamp(21px, 5vw, 26px);
    color: #000;
    font-family: 'montserratsemibold';
    line-height: 1;
    margin: 15px 0;
     text-transform: none;
     font-weight: normal;
}
.blog_detail .newsblock_inner h3 {
    font-size: clamp(19px, 5vw, 24px);
  color: #000;
    font-family: 'montserratsemibold';
    line-height: 1;
    margin: 15px 0;
     text-transform: none;
     font-weight: normal;
}
.blog_detail .newsblock_inner h4 {
    font-size: clamp(18px, 5vw, 22px);
   color: #000;
    font-family: 'montserratsemibold';
    line-height: 1;
    margin: 15px 0;
     text-transform: none;
     font-weight: normal;
}
.blog_detail .newsblock_inner h5 {
    font-size: clamp(17px, 5vw, 19x);
  color: #000;
    font-family: 'montserratsemibold';
    line-height: 1;
    margin: 15px 0;
    text-transform: none;
    font-weight: normal;
}

.blog_detail .newsblock_inner h6 {
    font-size: clamp(14px, 5vw, 16px);
    color: #000;
    font-family: 'montserratsemibold';
    line-height: 1;
    margin: 15px 0;
     text-transform: none;
     font-weight: normal;
}
.blog_detail .newsblock_inner ul{
  padding: 10px 0 10px 17px;
}
.blog_detail .newsblock_inner ul li{
  display: list-item;
  list-style-type: disc;
  padding: 5px 0;
  padding: 5px 0;
  font-family: 'montserratregular';
    font-size: clamp(13px, 7vw, 16px);
    color: #000;
    line-height: 22px;
    text-transform: none;
}
.blog_detail .newsblock_inner ol{
  padding: 10px 0 10px 17px;
}
.blog_detail .newsblock_inner ol li{
  display: list-item;
  list-style-type: decimal;
  padding: 5px 0;
  font-family: 'montserratregular';
    font-size: clamp(13px, 7vw, 16px);
    color: #000;
    line-height: 22px;
    text-transform: none;
}
.blog_detail .newsblock_inner a{
  color: #000;
}
/*****************************************blog page**********************************/
/*****************************************faq page**********************************/
.innertop_content {
    width: 70%;
    margin: 0 auto;
    display: block;
}
h3.top_tittle {
   font-family: 'fontspringdemobold';
    font-size: clamp(25px, 5vw, 45px);
    color: #000;
    line-height: 1.1;
    text-transform: none;
    padding: 0;
    margin: 0;
    position: relative;
}
h5.topsub_tittle {
   font-family: 'fontspringdemobold';
    font-size: clamp(20px, 5vw, 32px);
    color: #000;
    line-height: 1.1;
    text-transform: none;
    padding: 10px 0 0;
    margin: 0;
    position: relative;
}
.faqmain_wrapper {
    width: 75%;
    margin: 50px auto 0;
    text-align: left;
}
.faq_wrapper{
  width:100%;
  margin:0 0 0px;
  text-align: center;
}
.faq_wrapper .question_wrapper{  
  width:100%;
  text-align: left;
}
.collapsible {  
  padding:0;
  position: relative; 
 margin: 20px 0;
 
}
.collapsible .collapse-head {
  display: block;   
 font-family:'montserratmedium';
    color: #000;
    font-size: clamp(18px, 5vw, 22px);
    line-height: 1;
    text-transform: none;   
    background: #ECECEC;
    padding: 10px 20px;
    margin: 0;
    display: flex;   
    align-items: center;
    font-weight: normal;
    border-radius: 10px;
}

.collapse-head{
    cursor:pointer;
    user-select:none;
}
.collapsible .collapse-head.open{
  color:#000;
  background: #ECECEC;
    border-color: transparent;
}

.collapsible .collapse-head::before {
  content: "\002B";
    color: #747064;
    font-weight: bold;
    float: left;
    margin-left: 0;   
    font-size: clamp(30px, 5vw, 100px);
    line-height: 1;      
    position: relative;
    z-index: 4;
    font-family: 'montserratlight';    
    padding-right: 35px;
}
.collapsible .collapse-head.open::before{
  content: "\2212";
}

.collapsible .collapse-content {
  display: none;
  padding: 30px 25px 30px;
   border-radius: 10px;
background: #FFF8F0;
margin: 5px 0 0;
box-shadow: 0 7px 16px 0 rgba(0, 0, 0, 0.25);
}
h4.content_tittle{
 font-family:'montserratmedium';
    color: #000;
    font-size: clamp(18px, 5vw, 22px);
    line-height: 1;
    text-transform: none;  
     display: flex;   
    align-items: center;
    font-weight: normal; 
}
h4.content_tittle::before {
  content: "\2212";
    color: #747064;
    font-weight: bold;
    float: left;
    margin-left: 0;   
    font-size: clamp(30px, 5vw, 100px);
    line-height: 1;      
    position: relative;
    z-index: 4;
    font-family: 'montserratlight';    
    padding-right: 35px;
}
.collapsible .collapse-content p {
    padding-left: 75px;
    padding-top: 0px;
}
.collapsible .collapse-content ul{
  padding:10px 0 0 17px;
}
.collapsible .collapse-content ul li{
  color: #434853;
    line-height: 28px;
    margin: 0px 0px 0px 0px;
    padding:5px 0;
    font-family: 'montserratlight';
    display: list-item;
    list-style-type: disc;
}
.collapsible:last-child {
  position: relative;
}
.collapsible:last-child {
  
}
/*****************************************faq page**********************************/
/*****************************************contact page**********************************/
.contactmain_container .container{
  width:95%;
  margin-left: auto;
  margin-right: 0;
  padding-right: 3%;
}
.contactpage_container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contactpage_container .left{
  width:50%;
  display: inline-block;
}
.contactpage_container .right{
  width:46%;
  display: inline-block;
}
.social_icons{
  width:100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.social_icons a.icon{
  padding: 15px 30px;
  width:15%;
}
.contactform_form {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #FAF3EB;
    border-radius: 100px;
    padding: 40px 30px;
    margin: 18px 0 0;
}
h4.send_tittle {
   font-family: 'fontspringdemobold';
    font-size: clamp(25px, 5vw, 38px);
    color: #A0A1A3;
    line-height: 1.1;
    text-transform: none;
    padding: 0;
    margin: 0;
    position: relative;
}
.contactform_form form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
    margin: 25px 0 0;
}
.contactform_form form .full {
    grid-column: 1 / 3;
}
.contactform_form form p {
    margin: 0;
    width: auto;
    padding: 7px 0;
}
.contactform_form form label {
    display: block;
    color: #000;
    font-family: 'pinyonscriptregular';
    font-size: clamp(20px, 5vw, 30px);
    margin-bottom: 8px;
    text-align: left;
    line-height: 5px;
    text-transform: capitalize;
    height: 20px;
}
.contactform_form form label span{
  color: #D30706;
  font-family: 'montserratbold';
  font-size: clamp(15px, 5vw, 20px);
}
.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: #ECECEC;
  border: none;  
  padding: 10px 20px;
  font-family: "montserratregular";
  font-size: 14px;
  text-transform: none;
  color: #000;
  border-radius: 12px;
  height: 42px;
}

.contactform_form form button{
 
  height: 45px;
  display: block;
  margin: 0 auto;
  
}
.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: 10px;  
  color: #000; 
  text-align: left;
  line-height: 12px;    
  text-transform: uppercase;
}
.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: 100px;
}
.contactform_form .wpcf7-submit {
   display: flex;
    margin: 0 auto;
  
    width: 100%;
    text-align: center;
    justify-content: center;
}
.contactform_form .wpcf7-submit:hover {
  
}
.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_form form .btn {      
    display: inline-flex;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    background: #ECECEC;
    border-radius: 12px;
    font-family: 'fontspringdemobold';
    /* line-height: 58px; */
    font-size: 20px;
    padding: 3px 40px 0 40px;
}
.contactform_form form .btn:hover{
  background: #F67F1C;
}

/* Contact Options */
.contact-options {
    width: 100%;
}

.contact-checkboxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 100%;
}

.contact-checkboxes .checkbox-item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 42px;
    padding: 0 12px;
    background: #ECECEC;
    border-radius: 12px;
    cursor: pointer;
}

.contact-checkboxes .checkbox-item input[type="checkbox"] {
   width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #000;
    background: transparent;
    border-radius: 0;
    cursor: pointer;
    flex-shrink: 0;
}

.contact-checkboxes .checkbox-item input[type="checkbox"]:checked {
    background: #3C408E;
    border-color: #3C408E;
    position: relative;
}

.contact-checkboxes .checkbox-item input[type="checkbox"]:checked::after {
    content: "✓";
    color: #fff;
    font-size: 10px;
    position: absolute;
    left: 2px;
    top: -1px;
}

.contact-checkboxes .checkbox-item span {
    font-family: 'montserratregular';
    font-size: 10px;
    color: #000;
    text-transform: uppercase;
    line-height: 13px;
}

/* Mobile */
@media (max-width: 767px) {
    .contact-checkboxes {
        grid-template-columns: 1fr;
        gap: 8px;
    }
}
/*****************************************contact page**********************************/
/*****************************************aboutus page**********************************/
h2.aboutbanner_tittle {
    font-family: 'fontspringdemobold';
    font-size: clamp(30px, 8vw, 70px);
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    position: relative;
}
.about_banner .banner_content{
  top:55%;
  transform: translateY(-50%);
}
.about_container{
  width: 100%;
    padding: 8% 0 0;
    
}
.abouttop_wrapper p{
  color: #ABA69F;
}
.abouttop_wrapper{
  width:100%;
}
.aboutcompany_wrapper{
  width:100%;
  margin: 60px 0 0;
}
.aboutcompany_wrapper .grouplogo_wrapper{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 60px auto 0;
  width:70%;
}

.aboutcompany_wrapper .grouplogo_wrapper .logo_image{
  width:28%;
  display: inline-block;
}
/* =========================
   SECTION
========================= */

.timeline-section {
  width: 100%;
  padding: 7% 0 0;  
  overflow: hidden;
}

/* =========================
   MAIN TIMELINE
========================= */

.timeline {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 0;
  margin: 6% 0;
}

/* =========================
   CENTER LINE
========================= */

.timeline-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  transform: translateX(-50%);
  background: #000;
  z-index: 1;
}

.timeline-arrow {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 30px;
    background: url(../images/timeline_arrow.png) no-repeat;    
    background-size: 100%;
    background-position: left top;
    z-index: 10;
    transform: translateX(-50%);
}

.timeline-dot {
  position: absolute;
  left: 50%;
  bottom: 0px;

  width: 6px;
  height: 6px;

  border-radius: 50%;
  background: #000;

  transform: translateX(-50%);

  z-index: 10;
}
/* =========================
   ITEMS
========================= */

.timeline-item {
  position: relative;
  width: 50%;
  z-index: 2;
}

.timeline-item.left {
  margin-right: auto;
  padding-right: 35px;
  text-align: right;
}

.timeline-item.right {
  margin-left: 50%;
  padding-left: 35px;
}

/* =========================
   CONTENT
========================= */

.timeline-content {
  width: 100%;
  opacity: 0;
  transform: translateY(35px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.timeline-content.visible {
  opacity: 1;
  transform: translateY(0);
}

/* =========================
   HEADINGS
========================= */

.timeline-content h3 {
  margin: 0 0 4px;
  color: #7A6738;
  font-size: clamp(20px, 5vw, 28px);
  line-height: 1.2;  
  letter-spacing: 0.15px;
  font-family: 'montserratbolditalic';
  text-transform: capitalize;
}

/* =========================
   DESCRIPTION
========================= */

.timeline-content p {
  margin: 0 0 11px;
  color: #252422;
  font-size: clamp(14px, 5vw, 16px);
  line-height: 1.35;
  font-weight: 400;
  font-family: 'montserratmedium';
}

/* =========================
   IMAGES
========================= */

.timeline-image {
  width: 100%;
    overflow: hidden;
    margin: 30px 0 0;
}

.timeline-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.timeline-image:hover img {
  transform: scale(1.04);
}

/* =========================
   VERTICAL POSITIONS
========================= */

/* Left 01 */
.item-1 {
  padding-top: 0;
  margin-bottom: 0;
}

/* Right 01 */
.item-2 {
  margin-top: -5%;
    margin-bottom: 0;
}

/* Left 02 */
.item-3 {
  margin-top: -5%;
  margin-bottom: 0px;
}

/* Right 02 */
.item-4 {
  margin-top: -5%;
  margin-bottom: 0;
}

/* Left 03 */
.item-5 {
  margin-bottom: 0;
  margin-top: -5%;
}

/* Right 03 */
.item-6 {
  margin-top: -5%;
  padding-bottom: 0;
}

/* =========================
   DESKTOP
========================= */

@media (min-width: 768px) {

  .timeline {
    max-width: 100%;
    
  }

  .timeline-item.left {
    padding-right: 35px;
  }

  .timeline-item.right {
    padding-left: 35px;
  }

  .timeline-image {
    
  }
}

/* =========================
   TABLET
========================= */

@media (max-width: 767px) {

  .timeline-section {
    padding: 30px 15px;
  }

  .timeline {
    max-width: 600px;
    padding: 0 15px;
  }

  .timeline-item.left,
  .timeline-item.right {
    width: calc(50% - 1px);
  }

  .timeline-image {
    height: 95px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 600px) {

  .timeline {
    padding: 0 0px;
  }

  .timeline-line {
    left: 0;
  }

  .timeline-arrow,
  .timeline-dot {
    left: 2px;
  }

  .timeline-item.left,
  .timeline-item.right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 0;
    text-align: left;
  }

  .timeline-item.left {
    margin-bottom: 45px;
  }

  .timeline-item.right {
    margin-top: 0;
    margin-bottom: 45px;
  }

  .timeline-content h3 {
    font-size: 13px;
  }

  .timeline-content p {
    font-size: 8px;
    max-width: 100%;
  }

  .timeline-image {
    height: 160px;
  }

  .timeline-line {
    bottom: 0;
  }
}
.certification_container{
  margin: 7% 0 0;
  display: block;
  width:100%;
}
.certification_wrapper{
  width:85%;
  margin: 6% auto 0;
  display: flex;
  flex-wrap: wrap;
}
.certification_wrapper .block{
  width:33.333%;
  padding: 5px;
  display: inline-block;
}
.certification_wrapper .block .block_inner{
  position: relative;
}
.certification_wrapper .block .block_inner .image_over{
  width:88%;
  height: 88%;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  padding: 5% 5%;
  position: absolute;
  background: rgba(246,127,28,90%);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.certification_wrapper .block .block_inner .image_over .content{
  
}
.certificate_icon{
  width:50px;
  height: 50px;
  display: block;
}
h4.certificate_tittle{
  font-family: 'montserratsemibold';
    font-size: clamp(14px, 5vw, 16px);
    color: #fff;
    padding: 10px 0 0;
    display: block;   
    text-transform: capitalize;
    line-height: 22px;
  
}
/*****************************************aboutus page**********************************/
h2.restaurant_tittle {
    font-family: 'pinyonscriptregular';
    font-size: clamp(50px, 7vw, 100px);
    color: #FFF;
    line-height: 1;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
    position: relative;
}
h4.restbanner_sub{
  font-family: 'fontspringdemobold';
    font-size: clamp(30px, 5vw, 53px);
    color: #fff;
    line-height: 1.2;
    text-transform: capitalize;
    padding: 10px 0 0;
    margin: 0;
    position: relative;
}
.restaurant_banner p{
  font-size: clamp(18px, 5vw, 25px);
  line-height: 1;
}
.restaurant_banner .banner_content{
  top:56%;
  transform: translateY(-50%);
}
/* ==========================================
   restaurant
========================================== */

.restaurant_container{
    width: 100%;
   margin: 0;
   padding: 2%;
   display: block;
}
.restaurant_wrapper{
  display: block;
}
/* MAIN GRID */
.restaurant_gallery {
   display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 188px;
    gap: 20px;
    grid-auto-flow: dense;
}
.office_gallery {
   display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 188px;
    gap: 20px;
    grid-auto-flow: dense;
}
.gallery_item {
    position: relative;
    overflow: hidden;
    min-width: 0;
}

.gallery_item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

/* =========================================
   ROW 1
   ========================================= */

/* Image 1 - wide */
.restaurant_gallery  .item_01 {
    grid-column: span 2;
    grid-row: span 2;
}

/* Image 2 - right */
.restaurant_gallery .item_02 {
    grid-column: span 1;
    grid-row: span 2;
}


/* =========================================
   ROW 2
   ========================================= */

/* Image 3 - small */
.restaurant_gallery .item_03 {
    grid-column: span 1;
    grid-row: span 2;
}

/* Image 4 - tall center */
.restaurant_gallery .item_04 {
    grid-column: span 1;
    grid-row: span 4;
}

/* Image 5 - right */
.restaurant_gallery .item_05 {
    grid-column: span 1;
    grid-row: span 3;
}


/* =========================================
   ROW 3
   ========================================= */

/* Image 6 - left tall */
.restaurant_gallery .item_06 {
    grid-column: span 1;
    grid-row: span 3;
}

/* Image 7 - center */
.restaurant_gallery .item_07 {
    grid-column: span 1;
    grid-row: span 4;
}

/* Image 8 - right tall */
.restaurant_gallery .item_08 {
    grid-column: span 1;
    grid-row: span 1;
}


/* =========================================
   ROW 4
   ========================================= */

/* Image 9 - left */
.restaurant_gallery .item_09 {
    grid-column: span 1;
    grid-row: span 3;
}

/* Image 10 - wide */
.restaurant_gallery .item_10 {
    grid-column: span 2;
    grid-row: span 3;
}


/* =========================================
   LOWER SECTION
   ========================================= */

.restaurant_gallery .item_11 {
    grid-column: span 1;
    grid-row: span 2;
}

.restaurant_gallery .item_12 {
    grid-column: span 1;
    grid-row: span 2;
}

.restaurant_gallery .item_13 {
    grid-column: span 1;
    grid-row: span 2;
}

.restaurant_gallery .item_14 {
    grid-column: span 2;
    grid-row: span 3;
}

.restaurant_gallery .item_15 {
    grid-column: span 1;
    grid-row: span 1;
}

.restaurant_gallery .item_16 {
   grid-column: span 1;
   grid-row: span 3;
}

.restaurant_gallery .item_17 {
    grid-column: span 2;
    grid-row: span 3;
}

/**************************************office****************************************/
/* =========================================
   ROW 1
   ========================================= */

/* Image 1 - wide */
.office_gallery  .item_01 {
    grid-column: span 1;
    grid-row: span 2;
}

/* Image 2 - right */
.office_gallery .item_02 {
    grid-column: span 2;
    grid-row: span 3;
}


/* =========================================
   ROW 2
   ========================================= */

/* Image 3 - small */
.office_gallery .item_03 {
    grid-column: span 1;
    grid-row: span 3;
}

/* Image 4 - tall center */
.office_gallery .item_04 {
    grid-column: span 1;
    grid-row: span 2;
}

/* Image 5 - right */
.office_gallery .item_05 {
    grid-column: span 1;
    grid-row: span 2;
}


/* =========================================
   ROW 3
   ========================================= */

/* Image 6 - left tall */
.office_gallery .item_06 {
    grid-column: span 2;
    grid-row: span 4;
}

/* Image 7 - center */
.office_gallery .item_07 {
    grid-column: span 1;
    grid-row: span 2;
}

/* Image 8 - right tall */
.office_gallery .item_08 {
    grid-column: span 2;
    grid-row: span 4;
}


/* =========================================
   ROW 4
   ========================================= */

/* Image 9 - left */
.office_gallery .item_09 {
    grid-column: span 1;
    grid-row: span 2;
}

/* Image 10 - wide */
.office_gallery .item_10 {
    grid-column: span 1;
    grid-row: span 1;
}


/* =========================================
   LOWER SECTION
   ========================================= */

.office_gallery .item_11 {
    grid-column: span 1;
    grid-row: span 2;
}

.office_gallery .item_12 {
    grid-column: span 1;
    grid-row: span 2;
}

.office_gallery .item_13 {
    grid-column: span 1;
    grid-row: span 2;
}

.office_gallery .item_14 {
    grid-column: span 2;
    grid-row: span 3;
}

.office_gallery .item_15 {
    grid-column: span 1;
    grid-row: span 1;
}

.office_gallery .item_16 {
   grid-column: span 1;
   grid-row: span 3;
}

.office_gallery .item_17 {
    grid-column: span 2;
    grid-row: span 3;
}
.office_gallery .item_18 {
    grid-column: span 1;
    grid-row: span 2;
}

.office_gallery .item_19 {
    grid-column: span 1;
    grid-row: span 2;
}

.office_gallery .item_20 {
    grid-column: span 2;
    grid-row: span 3;
}

.office_gallery .item_21 {
    grid-column: span 1;
    grid-row: span 1;
}

.office_gallery .item_22 {
   grid-column: span 1;
   grid-row: span 3;
}

.office_gallery .item_23 {
    grid-column: span 2;
    grid-row: span 3;
}
.school_gallery .item_{

  }
.school_gallery .item_09 {
    grid-column: span 1;
    grid-row: span 2;
}
.school_gallery .item_10 {
    grid-column: span 2;
    grid-row: span 2;
}
.school_gallery .item_07 {
    grid-column: span 1;
    grid-row: span 2;
}

/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 767px) {

    .restaurant_wrapper {
        width: 100%;
    }

    .restaurant_gallery {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 100px;
        gap: 10px;
    }
    .office_gallery {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 100px;
        gap: 10px;
    }

    .gallery_item {
        grid-column: span 1 !important;
        grid-row: span 2 !important;
    }

    .restaurant_gallery .item_01,
    .restaurant_gallery .item_10,
    .restaurant_gallery .item_15 {
        grid-column: span 2 !important;
    }
}
@media (max-width: 500px) {
  .restaurant_gallery, .office_gallery {
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: 120px;
        gap: 0;
    }
        .gallery_item {       
        padding: 5px 0;
    }
  }
/* ==========================================
   restaurant
========================================== */
@media only screen and (min-width: 1880px) {
  .header_menu .menu-list li {   
    font-size: 22px;
}
.logo {
    display: inline-block;
    width: 200px;
}
h3.banner_head {
       font-size: clamp(30px, 8vw, 60px);
}
.btn {   
    font-size: 17px;
}
h2.webtittle {    
    font-size: clamp(28px, 5vw, 60px);
}
p {   
    font-size: 19px;
    line-height: 30px;   
    padding-top: 20px;
}
h4.sub_tittle {   
    font-size: clamp(16px, 5vw, 20px);  
    padding-bottom: 20px;
}
h3.main_tittle {  
    font-size: clamp(28px, 5vw, 60px);
}
h3.main_tittle span {    
    font-size: clamp(32px, 5vw, 80px);
}
h4.image_tittle {   
    font-size: clamp(40px, 5vw, 65px);
}
.homecontractor_wrapper .item .block h5.tittle {
   
    font-size: clamp(16px, 5vw, 25px);
}
.footer .footer-content p {   
    font-size: 18px;   
    line-height: 26px;
}
.footer .footer-content h4 {    
    font-size: 20px;
}
.footer .footer-content .links li a {   
    font-size: 18px;  
    line-height: 26px;
}
.footer .copyright p {  
    font-size: 18px;
}
}
 @media only screen and (max-width: 1250px) {
.banner_content {  
    width: 70%;
  }
  .homeinterior_container .top_content {
    width: 70%;
    padding-left: 12%;
}
.social_icons a.icon {
    padding: 15px 28px;
    width: 16%;
}
 }
 @media only screen and (max-width: 1200px) {
    header {        
        align-items: center; 
    }
    .menu-btn {
        display: inline-block;
        
    }
    header .btn:active {
        border-bottom: none;
    }
    header .btn:hover {
        background-color: transparent;
        border-color: transparent
    }
    .menu-btn .icon {
        
    }
    .menu-btn .icon .bar {        
        height: 4px;    
    }
    .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: #7A6738;
      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: 40% 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: 30px 0 0;
      }
    .header_menu .menu-list li a,
      .header_wrapper .menu .menu-list li a{
        color: #fff;
        line-height: 30px;
        font-size: 20px;
        font-family: 'fontspringdemobold';
        padding: 0;
      } 
      .blog_wrapper .right {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0;
}
.blog_wrapper .left {
    width: 100%;
    display: inline-block;
}
}
 @media only screen and (max-width: 1150px) {
.servicelist_wrapper .item {
    width: 50%;
    padding: 5px;
}
.innertop_content {
    width: 100%;
}
.faqmain_wrapper {
    width: 100%;
}
.contactpage_container .left {
    width: 100%;
    display: block;
}
.contactpage_container .right {
    width: 100%;
    display: block;
    margin: 20px 0 0;
}
.contactmain_container .container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
}
    .social_icons a.icon {
        padding: 15px 20px;
        width: 70px;
        height: 50px;
    }
  .certification_wrapper {
    width: 90%;
  }
 }
 @media only screen and (max-width: 1050px) {
.banner_content {
        width: 80%;
    }
    .homeladsgroup_wrapper {
    width: 95%;
    display: block;
    margin: 0 auto;
}
.top_content {
    width: 95%;
}
.homeinterior_container .top_content {
        width: 95%;
        padding-left: 6%;
    }
  .counter_wrapper {   
    justify-content: center;
  }
.counter_wrapper .left_block {
    width: 100%;
    padding: 0 10px 20px;
    text-align: center;
}
.counter_wrapper .counter_block {
    padding: 20px 10px 70px;
    display: inline-block;
    width: 25%;
    border-left: 1px solid #747064;
    padding-left: 20px;
}
.counter_wrapper .counter_block:nth-of-type(2) {
  border-left:none;
}
.getintouch_button {  
    width: 50%;
}
    .servicelisting_container .top_content {
        width: 90%;
        padding-left: 0;
        margin: 0 auto;
    }
    .project_container .top_content{
      width:90%;
      margin: 0 auto;
    }
    .blog_wrapper .news_block {
    padding: 18px 10px;
    width: 50%;
}
.blog_detail .news_block{
  width: 100%;
}
 .blog_wrapper{
  margin: 40px -10px 0;
 }
  }
   @media only screen and (max-width: 950px) {
      .top_content {
        width: 95%;
        justify-content: center;
        text-align: center;
    }
    .homeinterior_wrapper {
    margin: 60px 0 0 auto;
    width: 95%;
    display: block;
}
.homecontractor_wrapper {
    margin: 60px 0 0 auto;
    width: 95%;
}
    .footer .footer-content .col-container {      
       
        flex-direction: column;
       
    }
  footer .inline{
    padding: 15px 0;
  }
footer .inline:nth-child(2){
  display: none;
}
.footer .footer-content p{
  max-width: 100%;
}
.footer .footer-content .links.social{
  display: none;
}
footer .inline:nth-child(4) > h4:nth-of-type(2){
  display: none;
}
.footer .footer-content .links li {
    display: inline-block;
    padding: 5px 20px 5px 0;
    text-align: left;
}
    .servicelist_wrapper {
        margin: 50px auto;
        width: 90%;
    }
.project_container .container {
    width: 90%;
}
    .timeline-item.left {
        padding-right: 22px;
    }
        .timeline-item.right {
        padding-left: 22px;
    }
        .certification_wrapper {
        width: 100%;
    }
  }
   @media only screen and (max-width: 850px) {
    img.mobile_banner {
    display: block;
}
img.desktop_banner{
  display: none;
}
.logo, header.fix .logo {
    display: inline-block;
    width: 140px;
    z-index: 20;
}
    .banner_content {
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
    h3.banner_head {   
    font-size: clamp(35px, 6vw, 53px);
    }
  .collapsible .collapse-head, h4.content_tittle {   
    font-size: clamp(17px, 2vw, 22px);
  }
.collapsible .collapse-content p {
    padding-left: 55px;
}
.collapsible .collapse-content {
    display: none;
    padding: 20px 20px 20px;
}
.about_banner .banner_content {
    top: 55%;
    transform: translateY(-50%);
    left: 6%;
    text-align: left;
}
.aboutcompany_wrapper .grouplogo_wrapper {
   
    width: 100%;
}
.restaurant_banner .banner_content {
    top: 56%;
    transform: translate(-50%, -50%);
}
  }
   @media only screen and (max-width: 750px) {
        .counter_wrapper .counter_block {
       padding: 0;
        display: inline-block;
        width: 46%;
        border-left: none;
        padding-left: 0;
        margin: 0px;
        position: relative;
    }
    .counter_wrapper .counter_block .block_inner{
      padding: 40px 0;
    }
       .counter_wrapper .counter_block:nth-of-type(2)::after{
        position: absolute;
        content: "";
        width:93%;
        height: 1px;
        border-bottom:1px solid #747064;
        bottom:0;
        right:20px;
       }
       .counter_wrapper .counter_block:nth-of-type(3)::before{
        position: absolute;
        content: "";
        width: 1px;
        height: 93%;
        border-left: 1px solid #747064;
        left: 0;
        bottom: 20px;
       }
       .counter_wrapper .counter_block:nth-of-type(4)::after{
        position: absolute;
        content: "";
        width:1px;
        height: 93%;
        border-right:1px solid #747064;
        right:-1px;
        top:20px;
       }
        .counter_wrapper .counter_block:nth-of-type(5)::before{
        position: absolute;
        content: "";
        width:93%;
        height: 1px;
        border-top:1px solid #747064;
        top:-1px;
        left:20px;
       }
       .counter_wrapper .counter_block:nth-of-type(3) .block_inner, 
       .counter_wrapper .counter_block:nth-of-type(5) .block_inner{
         
          padding-left: 30px;
        }
    .counter_wrapper .left_block {
        width: 100%;
        padding: 0 0px 20px;
        text-align: center;
        margin-bottom: 40px;
    }
          .getintouch_button {
        width: max-content;
    }  
    .footer .footer-content .footer-logo {
    margin: 0px 0px 20px 0px;
    width: 175px;
    max-width: 100%;
}  
.counter_wrapper {
   
    width: 100%;
    margin: 50px 0 0;
    border-radius: 0 0px 0px 0;
}
.certification_wrapper .block {
    width: 100%;
    padding: 5px 0;
    display: inline-block;
}
   }
  @media only screen and (max-width: 650px) {
  .project_wrapper .project_item .image {
    width: 100%;
    display: block;
    position: relative;
}
 .project_wrapper .project_item .content {
    width: 100%;
    display: block;
    position: relative;
    margin: 20px 0 0;
}
.project_wrapper .project_item:nth-child(even) .content {
    text-align: left;
}
 .blog_wrapper .news_block {
    padding: 18px 0;
    width: 100%;
}
 .blog_wrapper{
  margin: 40px 0 0;
 }
  .blog_detail{
        margin: 0px 0 0;
    }
    .popular {
    border: 1px solid #000;
    padding: 0 12px 40px;
}
.news_list .content .tittle {  
    font-size: 12px;
    line-height: 16px;
}
.news_list .content .date {   
    line-height: 14px;
    font-size: 11px;
}
.collapsible .collapse-head::before {
   
    padding-right: 14px;
}
h4.content_tittle::before {
   
    padding-right: 14px;
}
    .collapsible .collapse-content p {
        padding-left: 30px;
    }
  }
@media only screen and (max-width: 550px) {
  .btn {   
    font-size: 12px;   
    padding: 0px 20px;
  
}
.homeladsgroup_wrapper .grouplogo_wrapper .logo_image {
    width: 32%;
}
.footer .footer-content .footer-logo {    
    width: 160px;   
}
.getintouch_button {    
    padding: 20px 30px 17px;   
    font-size: clamp(18px, 4vw, 26px);
}
.homecontractor_wrapper .item .block .content {   
    left: 15px;
    bottom: 18px;   
    width: 85%;   
}
.homecontractor_wrapper .item .block h5.tittle {
   
    left: 15px;
    bottom: 20px;
    width: 85%;
   
}
.homeinterior_wrapper .item {
    padding: 0 5px;
}
    .getintouch_button {
        width: 90%;
    }
  .servicelist_wrapper .item {
        width: 100%;
        padding: 5px 0;
    }
    .collapsible .collapse-head, h4.content_tittle {
   
    align-items: flex-start;
   
}
p {
   
    font-size: 14px;
    line-height: 20px;
}
p.half {
    grid-column: 1 / 3;
}
.contactform_form form p.half:nth-of-type(even) label{
  display: none;
}
.contactform_form {
  
    border-radius: 23px;
    padding: 30px 20px;
    margin: 18px 0 0;
}
}
@media only screen and (max-width: 480px) {
  .logo, header.fix .logo {
        display: inline-block;
        width: 100px;
        z-index: 20;
    }
    .menu-btn{
      width:30px;      
    }
  .menu-btn .icon .bar {
        height: 3px;
    }
    h2.innerbanner_tittle {
    
    font-size: clamp(40px, 4vw, 100px);
    }
  .inner_banner .banner_content {    
    top: 48%;
}
header {
    width: 100%;
    padding: 6px 0px;
}
}