@font-face {
    font-family: 'fairprosper';
    src: url('../fonts/Fair\ Prosper.woff2') format('woff2'), url('../fonts/Fair\ Prosper.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'lufgasemibold';
    src: url('../fonts/Lufga-SemiBold.woff2') format('woff2'), url('../fonts/Lufga-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'montserratbold';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
 
  @font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'), url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'), url('../fonts/poppins-medium-webfont.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: '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;
  }
 

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

  /******************************************menu*********************************************/
  .header_menu{
    display: block;
    vertical-align: middle;
    transition: 0.3s;
    margin: 0px 0 0;
  }
  .header_menu .menu-list {
    font-size: 0px;
    text-align: left;
    padding-top: 0px;
    list-style: none;
  }
  .header_menu .menu-list li {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
  }
  .header_menu .menu-list li:nth-child(6), .header_menu .menu-list li:nth-child(7) {
    display: none;
  }
  .header_menu .menu-list li a {
    color: #282828;
    font-family: 'poppinsmedium';   
    padding: 0 25px;  
    text-transform: uppercase;
    display: block;
    transition: 0.01s;    
  }
.header_menu .menu-list li:hover a {
    color: #ff6501;
     
}
.header_menu .menu-list li.current-menu-item a {
    color: #ff6501;
    
}
.appointment{
    padding-left: 20px;
}
.appointment .btn {
    margin: 0;
    font-size: 18px;
    text-transform: capitalize;
    background: #ff6501;
    font-family: 'poppinsbold';
    border: 2px solid #ff6501;
    display: flex;
    align-items: center;
    padding: 1px 20px 0px;
    transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    height: 36px;
    line-height: 36px;
    justify-content: center;
}

.appointment .btn:hover{    
    background:transparent;
    color: #ff6501;
}
  .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-start;
    
  }
  .menu-btn .icon .bar {
    width: 100%;
    height: 4px;
    display: inline-flex;
    background: #ff6501;
    border-radius: 0;
    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: 3px;
    margin-bottom: -5px;
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
  }
  .menu-btn .icon .bar-3 {
    transition: 0.3s;
    margin-bottom: 3px;
    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: #000;
    height: 4px;
  }
  .menu-btn.open .icon .bar-1 {
    transition: 0.3s;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  .menu-btn.open .icon .bar-2 {
    transition: 0.3s;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 3px;
    margin-bottom: -5px;
}
  .menu-btn.open .icon .bar-3 {
    transition: 0.3s;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-bottom: 4px;
}
  .menu-btn.open .icon .bar-4 {
    transition: 0.3s;
    transform: scale(0);
    -webkit-transform: scale(0);
    width:100%;
  }
  
  header.fix {
    top: 0px !important;
    padding: 8px 0;    
    transition: all 0.8s cubic-bezier(0.32, 0.1, 0.3, 1);
    background: #fff;    
    box-shadow: 0px 0px 5px 0px #ff6501 !important;
}

  /******************************************menu*********************************************/
  .banner{
    width:100%;
    position: relative;  
    margin-top: 30px;    
    background: linear-gradient(to bottom, #151017, #1a131c, #18121a);
  }
  .banner .container{
    position: relative;
  }
  
  .banner_content {
      position: absolute;
      left: 8%;
      top: 40%;
      width: 50%;
      z-index: 1;
  }
.banner .banner-item .content h1 {
   font-size: clamp(30px, 7vw, 68px);
    color: #ff7821;
    font-family: 'montserratbold';
    line-height: 1;
    margin: 0px 0px 0px 0px;
    text-align: left;
    text-transform: capitalize;    
    padding: 5px 0 0;
    font-weight: 900;
    letter-spacing: -1px;
  }
  .banner .banner-item .content h6 {
    font-size: clamp(18px, 7vw, 24px);
    color: #fff;
    font-family: 'montserratmedium';
    line-height: 1;
    margin: 0px 0px 0px 0px; 
    text-transform: none;   
    letter-spacing: 0;   
    position: relative;
    padding: 14px 0 0;
  }
  
  .banner .banner-item .content h3 {
    font-size: clamp(30px, 7vw, 70px);
    color: #fff;
    font-family: 'fairprosper';
    line-height: 0.7;
    margin: 0px 0px 0px 0%;    
    text-align: left;
    text-transform: capitalize;   
    letter-spacing: 0; 
    padding: 0px 0 0;   
  }
 
  .banner .banner-item .content p {
   font-family: 'centurygothicregular';
    font-size: clamp(18px, 7vw, 20px);
    color: #181818;
    line-height: 27px;
    text-transform: capitalize;
    padding: 0 0 0 0;    
    margin-top:12px;
  }
.homeservice_container {
    width: 100%;
    display: block;
    background: linear-gradient(to bottom, #151017, #1a131c, #18121a);
    padding: 40px 0 60px;
    text-align: center;
}
.homeservice_container .container{
    width:70%;
    margin: 0 auto;
}
.homeservice_wrapper{
    width:100%;
    margin: 30px 0 0;
}
.homeservice_wrapper .item{
    padding: 20px 8px;
}
.homeservice_wrapper .block{
    width:100%;
    position: relative;
    text-align: left;
}
.homeservice_wrapper .block .image{
    transform: skewX(-23deg);
    background: transparent;
    padding: 2px 0px;
    transition: all 0.15s cubic-bezier(0.32, 0.1, 0.3, 1);
}
.homeservice_wrapper .block:hover .image{
    transform: skewX(-23deg);
    background: #ff7821;
    padding: 2px 0px;
    box-shadow: 0 0 70px 0px rgba(255, 120, 33, 0.3);
}

.homeservice_wrapper .block .image img{
     transform: skewX(4deg) rotate(1deg);
     opacity: 30%;
}
.homeservice_wrapper .block:hover .image img{
  opacity: 1;
}
.homeservice_wrapper .block .tittle{
    font-size: clamp(20px, 7vw, 26px);
    color: #fff;
    font-family: 'lufgasemibold';
    line-height: 1;
    margin: 0px 0px 0px 0px;
    text-transform: capitalize;
    letter-spacing: 0;
    position: absolute;
    padding: 0px 0 0;
    bottom:10%;
    left:0;
    opacity: 0.7;
    transition: all 0.15s cubic-bezier(0.32, 0.1, 0.3, 1);
    width: 78%;
    
}

.homeservice_wrapper .item:hover .block .tittle{
    opacity: 1;
    left:-10%;
    bottom:auto;
    top:10%;
}
.homeservice_wrapper .block .btn {
    margin: 0;
    font-size: 16px;
    text-transform: capitalize;
    background: #ff6501;
    font-family: 'poppinsbold';
    border: 2px solid #ff6501;
    display: inline-flex;
    align-items: center;
    padding: 1px 20px 0px;
    transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    height: 30px;
    line-height: 30px;
    justify-content: center;
    display: none;
    position: absolute;
    left:0%;
    bottom:10%;
}
.homeservice_wrapper .item:hover .block .btn{
    display: inline-flex;
}

.homeservice_wrapper .block .btn:hover{    
    background:#fff;
    color: #ff6501;
}
.main_tittle{
    color: #282828;
    font-family: 'montserratbold';
    padding: 0 0;
    text-transform: capitalize;
    display: block;
    font-size: clamp(30px, 7vw, 38px);
    line-height: 1;
    padding: 0px 0 0;
}
p{
    font-family: 'montserratregular';
    font-size: 17px;
    color: #282828;
    line-height: 25px;
    text-transform: none;
    padding: 12px 0 0;
}
.homeservice_container .main_tittle, .homeservice_container p{
  color: #fff;
}
.package_container{
  width:100%;
  display: block;
  background: url(../images/perfect_bg.png) no-repeat;
  background-position: center top;
  background-size: cover;
}
.package_wrapper{
  width:90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
.package_wrapper .main_tittle, .package_wrapper p{
  color: #fff;
}
.package_wrapper .content{
  width:48%;
  display: inline-block;
  padding: 0px 0;
}
.package_wrapper .btn{
  background: #fff;
  border-color: #fff;
  color: #ff6501;
} 
.package_wrapper .btn:hover{
  border-color: #282828;
  color: #282828;
}
.package_wrapper .image{
  width:38%;
  display: inline-block;
}
.homeabout_container{
  margin: 70px 0 0;
  width: 100%;
  display: block;
}
.homeabout_wrapper{
  width:88%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.homeabout_wrapper .image{
  width:35%;
  display: inline-block; 
 
}
.homeabout_wrapper .image img {
    border-radius: 32% 11% 11% 11%;
   border-left: 10px solid #ff7821;
}
.homeabout_wrapper .content{
  width:48%;
  display: inline-block;
}
.homeabout_wrapper .content .main_tittle{
  color: #ff7821;
}
.main_tittle span{
  color: #ff6501;
}
.rating_wrapper{   
    width:100%;   
    margin:40px 0 30px 0;
}
.rating_container{
    width:100%;
    margin:0;
    display: flex;    
    flex-wrap: wrap;
}
.rating_container .block{      
    display: inline-block;
    padding-right: 30px;
   }


.rating_container .block  .content{
    align-items: center;
    width:100%;
    display: flex;
}
.rating_container .block  .content .number {
    position: relative;
    font-family: 'montserratbold';
    font-size: 50px;
    color: #ff6501;
    line-height: 30px;
}

.rating_container .block  .content .number::after {
    content: "+";
    display: inline-block;
  }
.rating_container .block  .content .tittle{
    position: relative;
    font-family: 'montserratregular';
    font-size: 18px;
    color: #282828;
    padding-left: 10px;
    text-transform: capitalize;
    line-height: 22px;
}
.gallery_container{
  margin: 70px 0 0;
  width:100%;
  display: block;
  text-align: center;
}
.gallery_wrapper{
  display: flex;
  flex-wrap: wrap;
  width:92%;
  margin: 40px auto 0
}
.gallery_wrapper .block{
  padding: 0 8px;
  width: 20%;
  display: inline-block;
}
.gallery_wrapper .block .item{
  margin-bottom: 8px;
}
.gallery_wrapper .block .item img{
  border-radius: 30px;
}
.btn-wrap {
  text-align: center;
  margin-top: 0px;
}
.testimonial_container {
  padding: 0;
  width: 100%;
  position: relative;
  text-align: center;
}
.testimonial_wrapper{
  width:100%;
  margin:50px auto 0;
  text-align: left;
  }

  .testimonial_wrapper .owl-item{
    padding: 0 20px;
  }
  
.testimonial_wrapper  .item {  
  padding:0 0 20px;
  margin: 0px 0;  
  height: 100%;
  display: flex;
    flex-wrap: wrap;
}
.testimonial_wrapper  .item .star{
  display: inline-block;
}
  .testimonial_wrapper  .item .profile {
    display:flex;     
    align-items: center; 
    position: relative;  
    padding: 20px 0 0;
  }
  .testimonial_wrapper  .item .profile .image{
    width: 60px;
    display: inline-block;
    border-radius: 50%;
    height: 60px;
  }
  .testimonial_wrapper  .item .profile .image img{
    width: 100%;
    border-radius: 50%;
    display: block;
  }
  .testimonial_wrapper  .item .profile .information{
    padding-left: 12px;
  }
  .testimonial_wrapper  .item .profile .information p {
    font-size: clamp(18px, 7vw, 20px);
    margin: 0px auto 0px;
    color: #282828;
    line-height: 1; 
    font-family: 'montserratbold'; 
    text-transform:capitalize;
    padding: 0;
  }
  .testimonial_wrapper  .item .profile .information span {
    color: #282828;
    line-height: 1;
    font-size: 14px; 
    font-family: 'montserratregular'; 
    text-transform: capitalize; 
    padding: 8px 0 0;
  }
  .testimonial_wrapper  .item>p {   
    font-size: 15px;
    line-height:20px;
    display: block;   
    color: #282828; 
    font-family: 'montserratregular';   
    height: 150px;
  }  
  .testimonial_wrapper .owl-carousel .owl-stage{
    display: flex;
  }
  .testimonial_wrapper .item .icon {
      text-align: right;
      position: absolute;
      right: 0;
      top: 0;
    }
      
  .testimonial_wrapper  .item .icon i {
    font-size: 40px;color: #000;
  }
.homefaq_container{
  margin: 70px 0;
  width:100%;
  display: block;
}
.homefaq_wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width:95%;
  margin: 0 auto;
}
.homefaq_wrapper .left{
  width:48%;
  display: inline-block;
  padding: 0 20px;
}
.homefaq_wrapper .left{
  font-size: 15px;
  line-height: 20px;
}
.homefaq_wrapper .left .sub_tittle {
    font-family: 'Montserratregular';
    font-size: clamp(15px, 6vw, 17px);
    color: #ed7021;
    line-height: 1;
    text-transform: capitalize;
    margin: 0;
}
.homefaq_wrapper .left h4{
  font-family: 'montserratbold';
    color: #282828;
    font-size: clamp(25px, 7vw, 38px);
    line-height: 1.2;
    text-transform: capitalize;
    padding: 10px 0 0;
}
.more_about {
    color: #ff6501;
    font-family: 'montserratbold';
    font-size: 18px;
    line-height: 19px;
    padding-top: 18px;
    text-transform: capitalize;
    cursor: pointer;
    display: flex;
}
.more_about span{
  display: inline-block;
  border-bottom: 2px solid #ff6501;
}
.more_about::after {
    top: 0px;
    content: "\27F6";
    height: 10px;
    font-size: 30px;
    color: #ff6501;
    padding-left: 5px;
    animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.more_about:hover{
  display: flex;
}
.more_about.more_aboutmobile{
  display: none;
   justify-content: center;
}
.homefaq_wrapper .right{
  width:48%;
  display: inline-block;
}
.faq_wrapper{
  width:100%;
  margin:0 0 0px;
  text-align: center;
}
.faq_wrapper .question_wrapper{  
  width:100%;
  text-align: left;
}
.collapsible {  
  padding:10px 0;
  position: relative; 
 margin: 0 0;
 border-bottom: 2px solid #ff6501;
}

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

.collapsible .collapse-content {
  display: none;
  padding: 0px 0 10px 0;
}
.collapsible .collapse-content .tittle{
  font-size: 18px;
    color: #22AD4B;
    font-family: 'poppinsmedium';
    line-height: 1.2;
    margin: 0px 0px 0px 0;
    text-transform: none;
    display: block;
}
.collapsible .collapse-content p{
  font-size: 16px;
  line-height: 23px;
}
.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 {
  border-bottom: none;
}
.getintouch_wrapper{
  display: flex;  
  justify-content: space-between;
  background: #ffffff;  
  padding: 50px 70px;
  width:80%;
  margin: 0 auto;
  border-radius: 40px;
  margin: 0 auto;
}
.getintouch_wrapper .left{
  width:40%;
  display: inline-flex;
  align-items: center;
}
.getintouch_wrapper .image{ 
  display: inline-block;
}
.getintouch_wrapper .content{ 
  display: inline-block;
  padding-left: 7%;
}
.getintouch_wrapper .content .tittle {
    color: #282828;
    font-family: 'montserratbold';
    padding: 0 0;
    text-transform: capitalize;
    display: block;
    font-size: clamp(20px, 7vw, 30px);
    line-height: 1;
    padding: 0px 0 0;
}
.getintouch_wrapper .content .tittle span{
  color: #ed7021;
  padding-left: 4px;
}
.getintouch_wrapper .content p{
  color: #282828;
  padding: 5px 0 0;
}
.getintouch_wrapper .right{
  width:50%;
  display: inline-block;
}
.getintouch_wrapper .right p{
  font-size: 15px;
  line-height: 20px;
  padding: 0;
}
.getintouch_wrapper .right .btn{
  margin: 0;
}
.getintouch_wrapper .right h5{
    font-size: clamp(16px, 7vw, 18px);
    margin: 0px auto 0px;
    color: #ed7021;
    line-height: 1;
    font-family: 'montserratbold';
    text-transform: none;
    padding: 20px 0 0;
}
.getintouch_wrapper .right .btn span {
    display: inline-block;
    padding-left: 10px;
}
.contact_number{
  color: #282828;
    font-family: 'montserratsemibold';
    font-size: 16px;
    line-height: 19px;    
    text-transform: capitalize;
    cursor: pointer;
    padding: 10px 0 0;
}
.contact_number a{
  color:#282828;
  padding: 0 10px 0 0;
}
.whats-app-chat {
  position: fixed;
  left: 15px;
  bottom: 20px;  
  z-index: 1; 
  z-index: 99999;
  display: flex;
    align-items: center;
    justify-content: center;
}
.whats-app-chat a {
  display: block;
}
.whats-app-chat a .smallWhatsapp {
  width: 60px;
  height: 60px;
  display: block;
  background:url(../images/whatsapp.png) no-repeat center;
  background-size: contain;
}
.smallWhatsapp .fa {
  display: none;
}
.getintouch_wrapper .button_wrapper{
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.getintouch_wrapper .button_wrapper .btn{
  background: #282828;
  color: #ed7021;
  border-color: #282828;
  margin: 0;
  font-size: 16px;
}
.getintouch_wrapper .button_wrapper .btn:hover{
  background: #fff;
  border-color: #ed7021;
}
.getintouch_wrapper .button_wrapper .whatsapp_icon{
  display: inline-block;
  padding-left: 15px;
  width:14%;
}
.footer {
    width: 100%;
    padding: 50px 0 0;
    clear: both !important;   
    background: #ed7021;
}
  .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 h3 {
    color: #fff;
    font-family: 'montserratbold';
    padding: 0 0;
    text-transform: capitalize;
    display: block;
    font-size: clamp(25px, 7vw, 32px);
    line-height: 1;
    padding: 0px 0 0;
}
.footer_wrapper {
    width: 100%;
    margin: 50px 0 0;
}

  .footer .footer-content  .footer-logo {
    width:200px;
  }
  .footer .footer-content  .footer-logo p{
    padding: 0 0 0 10px;
  }
  .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: 'montserratbold';
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    padding: 0px 0px 0px 0px;     
    display: inline-block;   
   
  }
  .footer .footer-content  h6 {
    font-family: 'montserratmedium';
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    padding: 10px 0 0;
  }
  .footer_logo_border{
    
  }
  .footer .footer-content  p {
    font-family: 'montserratmedium'; 
    font-size: 15px;
    color: #fff;
    display: block;
    margin: 0px 0px 10px 0px;
    position: relative;
    line-height: 20px;   
    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{
    padding: 15px 0 0 0px;
  }
  .footer .footer-content .links.address {
    padding: 15px 0 0 0px;
}
  .footer .footer-content  .links li {
    display: flex;
    padding: 3px 0px;
    text-align: left;    
    font-family: 'montserratmedium';
    font-size: 20px;
    color: #fff;
    display: block;   
  }
  .footer .footer-content  .links.address li{
    display: flex;
    padding: 10px 0;
    margin-left: -10%;
  }
  .footer .footer-content  .links.address li .numbers{

  }
  .footer .footer-content  .links.address li span{
    display: inline-block;
    padding-right: 10px;
  }
  .footer .footer-content  .links li .fa{
    margin-top:2px;
  }
  .footer .footer-content .links li:first-child a {
    padding-top: 0px;
    
  }
  .footer .footer-content .links.address li:first-child a {
    
    text-transform: capitalize;
}
.footer .footer-content .links.address li a {
    
  text-transform: lowercase;
}
  .footer .footer-content .links li a {
    font-family: 'montserratmedium';
    font-size: 15px;
    color: #fff;
    padding: 0 0px;
    display: block;
    transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
    text-transform: capitalize;
    line-height: 20px;
}
 .footer .footer-content .links li a:hover{
  color: #282828;
 }
 .footer .footer-content  .links.address li .numbers a{
  display: inline-block;
 }
  .footer .footer-content .links li a.mail{
    text-transform: none;
  }
  
  .footer .e71d2a-content .links li a:hover {
    color: #282828;
    
  }
  
  .footer .copyright {
    background: #050505;
  }
  .footer .copyright .desc {
    display: block;
      vertical-align: middle;
      width: 100%;
      padding: 10px 0;
      text-align: center;      
  }
  .footer .copyright p {
    display: block;
    color: #fff;
    font-family: 'montserratregular';
    font-size: 14px;
    text-transform: capitalize;
    padding: 0;
  }
  .footer .copyright p a {
   
    color: #fff;
    text-transform: none;
  }
  .footer .copyright p a:hover {
    
  }
  
  .footer .social {
  font-size: 0px;
  display: block;
  margin: 10px 0px 0px 0px;
  position: static;
  }
  .footer .social li {
  display: inline-block;
  margin: 0px 12px 0px 0px;
  text-align: center;
  }
  .footer .social li a {
  display: block;
  font-size: 15px;
  color: #ed7021;  
  border: none;
  width: 30px;
  height: 30px;
  display: flex;
  background: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  }
  .footer .social li a:hover{
  
  background: #282828;
  border: none;
  }
   .footer .social .fa.fa-facebook {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer .social .fa.fa-pinterest {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
  img.mobile_banner {
    display: none !important;
}
.content.content_mob {
  display: none;
}  
.appointment_mob {
  display: none;
}
.footer .social  .fa.fa-facebook {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.owl-dots {
    display: block;
    width: 100%;
    margin-top: 0;
    text-align: center;
    position: relative;
   margin: 30px 0 0;
}
.owl-dots .owl-dot{
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 12px;
    background: #ff7821;
    margin: 0px 3px;
    border: none;
    opacity: 0.3;
}
.owl-dots .owl-dot.active {
    width: 30px;
    height: 8px;
    opacity: 1;
    background: #ff7821;
}
.gallerymob_wrapper {
    display: none;
}
.homeabout_wrapper .image.image_mob{
  display: none;
}
.getintouch_wrapper .button_wrapper.buttonmob_wrapper{
  display: none;
}
/*****************************************testimonial page********************************************/
.inner_banner{
  margin-top: 77px;
}
.inner_banner .banner_content {
    position: absolute;
    left: 8%;
    top: 50%;
    width: 90%;
    z-index: 1;
    transform: translateY(-50%);
}
h2{
    color: #fff;
    font-family: 'montserratsemibold';
    padding: 0 0;
    text-transform: capitalize;
    display: block;
    font-size: clamp(30px, 5vw, 50px);
    line-height: 1;
    padding: 0px 0 0;
    text-align: left;
}
ul.breadcrumb {
  padding: 15px 0;
  list-style: none;
  display: flex;  
  align-items: center; 
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
  font-family: 'montserratregular';
  color: #ff6501;
  text-transform: capitalize;
}
ul.breadcrumb li+li:before {
  padding: 6px;
  color: #fff;
  content: "/\00a0";
  
}
ul.breadcrumb li a {
  color: #fff;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #ff6501;
  text-decoration: underline;
}
.testimonialpage_container{
  margin: 70px 0;
  width:100%;
  display: block;
  text-align: center;
}
.testimonialpage_wrapper{
  display: flex;
  flex-wrap: wrap;
  width:auto;
  margin: 0 -20px;
}

.testimonialpage_wrapper .block:first-child{
  
}

.testimonialpage_wrapper .item{
  width:33.333%;
  padding:40px  20px;
 height: -webkit-fill-available;  
 border-bottom: 3px solid #ff6501;

}
/*****************************************testimonial page********************************************/
/*****************************************service page********************************************/
.service_container{
  width:95%;
  margin: 70px auto;
  display: block;
  text-align: center;
}
.service_wrapper{
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin: 40px -10px 0;
  text-align: left;
  justify-content: center;
}
.service_wrapper .block{
  padding: 10px;
  width:33.333%;
  display: inline-block;
}
.service_wrapper .block .image{
  border-radius: 20px;
  width: 100%;
  position: relative;
}
.service_wrapper .block .image img{
  border-radius: 20px;
}
.service_wrapper .block .image::before{
  background: linear-gradient(-160deg, transparent, transparent, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.9;
    transition: all ease-in-out 0.5s;
    border-radius: 20px;
    content: "";
    z-index: 1;
}
.service_wrapper .block:hover .image::before{
  background: linear-gradient(-160deg, transparent, transparent, rgba(255, 101, 1, 0.7), rgba(255, 101, 1, 0.7));
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.9;
    transition: all ease-in-out 0.5s;
    border-radius: 20px;
    content: "";
    z-index: 1;
}
.service_wrapper .block .image .tittle {
    font-size: clamp(20px, 7vw, 25px);
    color: #fff;
    font-family: 'lufgasemibold';
    line-height: 1.2;
    margin: 0px 0px 0px 0px;
    text-transform: capitalize;
    letter-spacing: 0;
    position: absolute;
    padding: 0px 0 0;
    bottom: 10%;
    left: 8%;    
    transition: all 0.15s cubic-bezier(0.32, 0.1, 0.3, 1);
    width: 90%;
    z-index: 3;
}
.servicedetail_wrapper{
  display: flex;
  justify-content: space-between;
  width:95%;
  margin: 40px auto 0;
  text-align: left;
  align-items: center;
  flex-wrap: wrap;
}
.servicedetail_wrapper .left{
  width:60%;
  display: inline-block;
}
.servicedetail_wrapper .left .image{
  position: relative;
  margin: 40px 0 0;
  border-radius: 20px;
}
.servicedetail_wrapper .left .image::before{
  background: linear-gradient(-160deg, transparent, transparent, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.9;
    transition: all ease-in-out 0.5s;
    border-radius: 20px;
    content: "";
    z-index: 1;
    left:0;
    top:0;
}
.servicedetail_wrapper .left .image img{
  border-radius: 20px;
}
.servicedetail_wrapper .right{
  width:37%;
  display: inline-block;
}
.servicedetail_wrapper p{
  font-size: 16px;
}
.servicedetail_wrapper .right .image{
  position: relative;
  margin: 0px 0 0px;
  border-radius: 20px;
}
.servicedetail_wrapper .right .image img{   
  border-radius: 20px;
}
.servicedetail_wrapper .content{
  width:100%;
}
.list_container{
  margin: 0 0 60px 0;
  display: block;
  width:100%;
  text-align: center;
}
.list_wrapper{
  width:92%;
  margin: 40px auto 0;
  display: block;
  text-align: left;
}
.list_wrapper .item{
  padding: 0 10px;
}
.list_wrapper .block{
  position: relative;
}
.list_wrapper .block .image{
  position: relative;
}
.list_wrapper .block .image::before{
   background: linear-gradient(-160deg, transparent, transparent, rgba(255, 101, 1, 0.7), rgba(255, 101, 1, 0.7));
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all ease-in-out 0.5s;
    border-radius: 20px;
    content: "";
    z-index: 1;
}
.list_wrapper .block:hover .image::before{

    opacity: 1;
   
}
.list_wrapper .block img{
  border-radius: 15px;
}
.list_wrapper .block .tittle {
    font-size: clamp(18px, 7vw, 20px);
    color: #fff;
    font-family: 'montserratbold';
    line-height: 1.1;
    margin: 0px 0px 0px 0px;
    text-transform: capitalize;
    letter-spacing: 0;
    position: absolute;
    padding: 0px 0 0;
    bottom: 10%;
    left: 8%;    
    transition: all 0.15s cubic-bezier(0.32, 0.1, 0.3, 1);
    width: 90%;
    z-index: 1;
}
/*****************************************service page********************************************/
/*****************************************gallery page********************************************/
.maingallery_container p{
  width:90%;
  margin: 0 auto;
}
.maingallery_wrapper{
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto 0;
  width:100%;
}
.maingallery_wrapper .block{
  width:25%;
  display: inline-block;
  padding: 5px;
}
.maingallery_wrapper .block .image{
  width:100%
}
.maingallery_wrapper .block .image img{
  border-radius: 15px;
}
.mainfaq_wrapper{
  margin: 40px auto 0;
  width:95%;
  display: block;
}
/*****************************************gallery page********************************************/
/**************************************************contactus page****************************************************/
.contact_container{
  display: block;
    width: 100%;
    padding: 70px 0;
    text-align: center;
    position: relative;
    background: #f8f7f6;
}

.contactform_wrapper {
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  padding: 0;
  flex-wrap: wrap;
  margin: 0 auto 0;
}

.contactform_form {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    border-radius: 25px;
}

.contactaddress_area {
  width: 42%;
  display: inline-block;
  padding: 0;
  text-align: left;
}
.contactaddress_area h6 {
    color: #282828;
    font-family: 'montserratsemibold';
    font-size: clamp(18px, 7vw, 20px);
    line-height: 1;
    text-transform: capitalize;
    padding: 0px 0 6px;
}
.contactaddress_area .main_tittle {
    color: #282828;
    font-family: 'montserratbold';
    padding: 0 0;
    text-transform: capitalize;
    display: block;
    font-size: clamp(30px, 7vw, 45px);
    line-height: 1.1;
    padding: 0px 0 0;
}
.contactform_form form label {
  display: block;
  color: #282828;
  font-family: "montserratregular";  
  font-size: 15px;
  padding:14px 0;
  text-align: left;
  line-height: 5px;    
  text-transform: capitalize;
}
.required {
  color: #ec2124;
}
.contactform_form form{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;    
}
  
.contactform_form  form p {
margin: 0;
width:auto;
padding: 0;
}
.contactform_form form p:last-of-type{
  text-align: left;
}
.contactform_form  form .full {
grid-column: 1 / 3;

}

.contactform_form form .half:nth-of-type(even){  
  padding-right: 0;
 }
.contactform_form form input, .contactform_form form textarea, .contactform_form form select {
  width: 100%;
  border: none;
  border-radius: 5px;
  background: #f5f1f1;
  border: none;  
  padding: 10px 8px;
  font-family: "montserratregular";
  font-size: 15px;
  text-transform: none;
  color: #282828;  
  height: 40px;
}

.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: "centurygothicregular";
  font-size: 13px;  
  color: #d1d1d1; 
  text-align: left;
  line-height: 22px;    
  text-transform: capitalize;
}

.contactform_form form select.big {
  appearance: none;
  position: relative;
  background-image: url(../images/select_arrow.png);
  background-repeat: no-repeat;
  background-position: 80% 25%;
  
}
.contactform_form  form input.wpcf7-not-valid,
.contactform_form  form textarea.wpcf7-not-valid {
width: 100%;  
border: none;
border-bottom: solid 1px red;
border-radius: 0px;
}
.wpcf7-not-valid-tip {
    color: #dc3232; /* Red */
    font-size: 0;
    font-weight: normal;
    display: none;
}
.contactform_form  form textarea {
resize: none;
height: 120px;
}
.contactform_form .wpcf7-submit {
  
  background: #ec2124;
    border: 0;
    color: #fff;
    font-family: 'latobold';
    font-size: 15px;
    border-radius: 30px;
    padding: 10px;
    width: fit-content;
    padding: 0 35px;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 0;
}
.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_area{
  width: 45%;
  display: inline-block;
  
}

.contactpage .contactform_form form .btn {
    margin: 0;
    font-size: 18px;
    text-transform: capitalize;
    background: #ff6501;
    font-family: 'poppinsbold';
    border: 2px solid #ff6501;
    display: inline-flex;
    align-items: center;
    padding: 8px 5px 8px 0;
    transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    height: auto;
    line-height: normal;
    justify-content: flex-end;
    width: auto;
}
.contactpage .contactform_form form .btn span{
  padding-left: 5px;
  width:18%;
  display: inline-block;
}
.contactpage .contactform_form form .btn span img{
  border: 2px solid #ff6001;
  border-radius: 50%;
}
.contactpage .contactform_form form .btn:hover{
  background-color: #fff;
    border-color: #ff6501;
    border: 2px solid #ff6501;
    display: inline-flex;
}
.contact_info {
  padding: 0;
  width: 100%;
}
.contact_info .item {
  display: flex;
  margin-top: 20px; 
}
.contact_info .item .icon {
  display: inline-block;
}
.contact_info .item .icon::before {
  background: url(../images/contact_location.png) no-repeat;
  background-position: left;
  content: "";
  background-size: contain;
  width: 29px;
  height: 29px;
  display: inline-block;
}
.contact_info .item .details {
  display: inline-block;
  padding-left: 20px;
}

.contact_info .item .details p {
  font-family: 'montserratregular';
  color: #282828;
  padding: 0;
  font-size: 15px;
  line-height: 23px;
  text-transform: none;
}
.contact_info .item .details p span{
  font-family: 'montserratbold';
}

.contact_info .item .icon1 {
  display: inline-block;
}
.contact_info .item .icon1::before {
  background: url(../images/contact_call.png) no-repeat;
  background-position: left;
  content: "";
  background-size: contain;
  width: 46px;
  height: 46px;
  display: inline-block;    
}

.contact_info .item .details p a {
  color: #282828;
  cursor: pointer;  
  padding: 0 5px 0 0;
  text-transform: none;
  word-break: break-all;
}

.contact_info .item .icon2 {
  display: inline-block;
}
.contact_info .item .icon2::before {
  background: url(../images/contact_mail.png) no-repeat;
  background-position: left;
  content: "";
  background-size: contain;
   width: 46px;
  height: 46px;
  display: inline-block;   
}
.map_container{  
  padding: 0px 0 70px;
  display: block;
  margin: 0 auto;
  background: #f8f7f6;
  text-align: center;
  width:100%;
}
.map_container .container{
   margin: 0 auto; 
   width:80%;
}
.map_wrapper{
 width:100%;
  margin: 40px auto 0;
 display: block;
}
.map_wrapper .tabs_wrapper {
  width: 100%;  
  margin:0 auto;
  background: transparent; 
  padding: 0 0;
  display: block;
  align-items: center;
}

.map_wrapper ul.tabs {
  display: inline-flex;   
    margin: 0;
    padding:0;
    width: 100%;    
    list-style: none;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;   
    border-radius: 15px 0 0 15px;
    text-align: left;    
    justify-content: center;
    flex-wrap: wrap;
}

.map_wrapper ul.tabs li {
  margin: 0 5px 2px;
  cursor: pointer;
  padding: 10px 25px;
  line-height: 25px;
  color: #282828;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'montserratbold';
  text-align: center; 
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border:3px solid #282828;  
  display: block;
  background: #fff;
  border-radius: 10px;
}


.map_wrapper ul.tabs li:hover {  
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; 
  border:3px solid #ff5b01;
  
}
.map_wrapper ul.tabs li.active { 
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; 
  border:3px solid #ff5b01;
}

.map_wrapper .tab_container {
  display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 20;
    width: 100%;
    min-width: 10px;
    text-align: center;
    margin: 30px 0 0;
    margin-left:0;    
    padding: 0;
}
.map_wrapper .tab_container .image_wrapper{
  width:100%;
  display: block;
  margin: 0 auto;
  position: relative;
  border-radius: 20px;
    border: 3px solid #ff5b01;
}
.map_wrapper .tab_container .image_wrapper iframe {
    border-radius: 20px;   
}
.map_wrapper .tab_container .image_wrapper img{
  width:100%;
  border-radius: 20px;
  border: 3px solid #ff5b01;
}
.map_wrapper .tab_content {
  padding: 0;
  height: 100%;
  display: none;
  padding: 0;  
}
.map_wrapper .tab_drawer_heading {
  display: none;
}
.bottom_contact {
    font-size: clamp(16px, 7vw, 18px);
    margin: 30px auto 0px;
    color: #282828;
    line-height: 1;
    font-family: 'montserratregular';
    text-transform: capitalize;
    padding: 5px 10px;
    border: 3px solid #ff5b01;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 8px;
}
.bottom_contact:hover{
  display: inline-flex;
  color: #ff5b01;
}
.bottom_contact img{
  display: inline-block;
  padding-right: 10px;
  width:16%;
}
.bottom_contact span{
  font-family: 'montserratbold';
}
/**************************************************contactus page****************************************************/
/**************************************************blog page****************************************************/
.blog_container{
  width:100%;
  padding: 70px 0;
  display: block;
  background: #f7f7f7;
  text-align: center;
}
.blog_wrapper{
  display: flex;
  flex-wrap: wrap;
  margin:40px -4px 0 ;
  width:auto;
  text-align: left;
}
.blog_wrapper .block{
  width:33.333%;
  display: inline-block;
  padding:10px 4px;
}
.blog_wrapper .block .block_inner{
  border: 3px solid transparent;
   transition: all 0.3s ease; 
   border-radius: 12px;
}
.blog_wrapper .block:hover .block_inner{
  border: 3px solid #ff6501;
  background: #fff;
}
.blog_wrapper .block .image{
  border-radius: 12px;
  width:100%;
}
.blog_wrapper .block .image img{
  border-radius: 10px;
  width:100%;
}
.blog_wrapper .block .content{
  padding: 15px;
}
.blog_wrapper .block .content .date {
    font-family: 'montserratmedium';
    color: #282828;
    font-size: clamp(12px, 4vw, 15px);
    line-height: 1;
    text-transform: capitalize;
}
.blog_wrapper .block .content p{
  font-family: 'montserratmedium';
    color: #282828;
    font-size: clamp(15px, 4vw, 17px);
    line-height: 23px;
    text-transform: capitalize;
    padding: 10px 0px 0 0;
    margin: 0;
}
.blog_wrapper .block:hover .content p{
  color: #ff6501;
}
.news_container {
    width: 100%;
    position: relative;
    z-index: 10;
    margin:0px 0 0;
    background: #fff;
}
.newsdetail_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0px 0 0;
    text-align: left;
}
   
.newsdetail_wrapper .left {
  width: 66%;
  display: inline-block;
   text-align: left;
}
.newsdetail_wrapper .left  .tittle {
    color: #282828;
    font-family: 'montserratbold';
    padding: 0 0;
    text-transform: capitalize;
    display: block;
    font-size: clamp(28px, 7vw, 32px);
    line-height: 1.1;
    padding: 0px 0 0;
}
.newsdetail_wrapper .left .content_wrapper {
  width: 100%;
  margin: 30px 0 0;
}
.newsdetail_wrapper .left .content_wrapper .image{
  margin: 20px 0;
  width:100%;
}
.newsdetail_wrapper .left .content_wrapper .image img{
  border-radius: 10px;
}
.newsdetail_wrapper .left .content_wrapper:first-child {
  margin: 0;
}

.blogdetail_image .date{
  font-family: 'centurygothicbold';
    font-size: 17px;
    color: #fff;
    text-transform: capitalize;
    display: inline-flex;  
    padding: 0;   
    position: absolute;
    left:4%;
    top:4%;   
}
.newsdetail_wrapper .left .content_wrapper h4{
  font-family: 'montserratbold';
  font-size: clamp(18px, 7vw, 24px);
  color: #282828;
  line-height: 1.2;
  position: relative;
  text-transform: capitalize;
  padding: 12px 0 0;
}
.newsdetail_wrapper .left .content_wrapper p {
 
}
.newsdetail_wrapper .left .content_wrapper p a{
  color: #282828;
}
.newsdetail_wrapper .left .content_wrapper .readmore {
  font-family: 'poppinssemibold';
  font-size: 17px;
  color: #333333;
  text-transform: capitalize;
  display: inline-block;
  border-bottom: 1px solid #333333;
  padding-top: 20px;
}
.newsdetail_wrapper .left .content_wrapper .readmore:hover {
  color: #e71d2a;
  border-bottom: 1px solid #e71d2a;
}
.newsdetail_wrapper .left .content_wrapper p strong{
  padding: 12px 0 0;
  display: block;
}
.newsdetail_wrapper .right {
  width: 30%;
  display: inline-block;  
  text-align: left;
}
.newsdetail_wrapper .right .right_wrapper{
  width: 100%;
    display: block;
    padding: 5px 0px 80px 10%;
    border-left: 2px solid #d5dadf;
}
.newsdetail_wrapper .right .tittle {
  font-family: 'montserratbold';
    font-size: clamp(19px, 7vw, 26px);
    color: #ff6501;
    line-height: 1.3;
    position: relative;
    text-transform: capitalize;
}
.blogdetail_wrapper .categories { 
 padding:0;
text-align: left;
}
.blogdetail_wrapper .categories ul{
  padding: 20px 0 0 0;
}
.blogdetail_wrapper .categories ul li{
  padding: 8px 0;
  color: #282828;
  font-family: 'montserratmedium';
  line-height:25px ;
  font-size: 16px;    
  margin: 0;  
  text-transform: capitalize;
}
.blogdetail_wrapper .categories ul li a{
  color: #282828;
}
.blogdetail_wrapper .categories ul li a:hover{
  color: #ff6501;
}
.blogdetail_wrapper .tags{      
 padding:0;
 margin: 30px 0 0;
}
.blogdetail_wrapper .tags ul{
  padding: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  width:auto;
  margin: 0 -5px;
}
.blogdetail_wrapper .tags ul li{    
  padding:7px 2px;
  color: #282828;
  font-family: 'montserratmedium';
  line-height:25px ;
  font-size: 16px;    
  margin: 0;
  display: inline-block;    
  
}
.blogdetail_wrapper .tags ul li a{
  color: #282828;
  border-radius: 30px;   
  padding: 4px 20px;
  border: 2px solid #ff6501;
  
}
.blogdetail_wrapper .tags ul li a:hover{ 
  color: #fff;  
  background: #ff6501;
}
.related_container {
    margin: 0 0 50px;
    padding: 0 0 0px;
    text-align: center;
    display: block;
}

.related_container .homeblog_wrapper .item {
    padding: 0px 0px;
    width: 100%;
    display: inline-block;
    margin: 30px 0 0;
}
.related_container .homeblog_wrapper {
    width: 96%;
}
.related_container .blog_wrapper .block {
    width: 100%;
}
.blog-listing {
    width: 100%;
    text-align: center;
}
/**************************************************blog page****************************************************/
/**************************************************about page****************************************************/
.abouttop_container{
  margin: 70px 0 0;
  width:100%;
  display: block;
  text-align: center;
}
.abouttop_wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width:92%;
  margin: 0 auto;
  text-align: left;
}
.abouttop_wrapper .image{
  width:48%;
  display: inline-block;
}
.abouttop_wrapper .content{
  width:48%;
  display: inline-block;
}
.aboutcontent_wrapper{
  width:98%;
  display: block;
  margin: 20px auto 0;
  text-align: center;
}
.whywe_container{
  margin: 50px 0 0;
  width:100%;
  display: block;
  text-align: center;
}
.whywe_wrapper{
  width:92%;
  margin: 40px auto 0;
}
.whywe_wrapper .image{
  width:100%;
}
.aboutrating_wrapper{
   background: #ff6501;
    width:92%;
    padding: 30px;
    border-radius: 10px;
    margin:50px auto 0;
}
.aboutrating_container{
    width:100%;
    margin:0;
    display: flex;    
    flex-wrap: wrap;
}
.aboutrating_container .block{      
    display: inline-block;
    padding: 10px 20px;
    width:25%;
    text-align: center;
    border-right: 2px solid #fff;
}
.aboutrating_container .block:last-child{
  border-right: none;
}
.aboutrating_container .block  .content{
 
    width:100%;
}
.aboutrating_container .block  .content .number {
    font-family:'montserratbold';
    font-size: clamp(25px, 5vw, 60px);
    color:#fff;
    line-height: 1;    
    text-transform: uppercase; 
}

.aboutrating_container .block  .content .number::after {
    content: "+";
    display: inline-block;
  }
.aboutrating_container .block:nth-child(3)  .content .number::after {
    content: "K+";
    display: inline-block;
  }
.aboutrating_container .block  .content .tittle{
    position: relative;
    font-family: 'montserratsemibold';
    font-size: 18px;
    color: #fff;
    padding-top: 10px;
    text-transform: capitalize;
    line-height: 20px;
}
.aboutbottom_container{
  margin: 60px 0;
  width:100%;
  display: block;
}
.aboutbottom_container h3{
  font-family: 'montserratbold';
    font-size: clamp(18px, 7vw, 24px);
    color: #282828;
    line-height: 1.2;
    position: relative;
    text-transform: capitalize;
    padding: 0px 0 0;

}
.aboutbottom_wrapper{
  width:92%;
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto 0;
}
.aboutbottom_wrapper .block{
  width:25%;
  display: inline-block;
  padding: 10px;
}
.aboutbottom_wrapper .block .block_inner{
  background: #fff9f5;
  padding: 32px 25px;
  transition: all 0.3s ease;
   height: 100%;
}
.aboutbottom_wrapper .block:hover .block_inner{
  background: #282828;
 
}
.aboutbottom_wrapper .block .icon{
  display: inline-block;
  transition: all 0.3s ease;
}
.aboutbottom_wrapper .block:hover .icon img{
  filter: brightness(0) invert(1);
}
.aboutbottom_wrapper .block h4{
  font-family: 'montserratbold';
    font-size: clamp(17px, 7vw, 22px);
    color: #282828;
    line-height: 1.1;
    position: relative;
    text-transform: capitalize;
    transition: all 0.3s ease;
    padding:10px 0 0;
}
.aboutbottom_wrapper .block p{
  font-size: 15px;
  line-height: 20px;
  transition: all 0.3s ease;
}
.aboutbottom_wrapper .block:hover h4, .aboutbottom_wrapper .block:hover p{
  color: #fff;
}
/**************************************************about page****************************************************/
nav.navigation.pagination {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px
}

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

.page-numbers.current {
  background: #ff6501;
  color: #fff
}

.page-numbers {
  margin: 0 4px;
  text-decoration: none;
  padding: 0;
  font-size: 16px;
  padding: 0;
  min-width: 1em;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  line-height: 30px;
  color: #282828;
  background: 0 0;
  border: 2px solid #ff6501;
  font-family:'montserratmedium';
  justify-content: center;
}
.page-numbers:hover{
  display: flex;
}
a.next.page-numbers {
  background: 0 0;
  color: #282828
}
.homeclients_container {
    margin: 0 0 60px;
    text-align: center;
}
.homeclients_wrapper{
  margin: 40px 0 0;
}
.homeclients_wrapper .item{
  padding: 5px 35px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    
    grid-column: 1 / 3;
    margin: 10px 0 0;
}
span.wpcf7-spinner {
    position: absolute;
}
.wpcf7 form .wpcf7-response-output{
  grid-column: 1 / 3;
    margin: 10px 0 0;
}
@media (min-width: 1900px) {
  .header_menu .menu-list li {   
    font-size: 20px;
}
.banner .banner-item .content h3 {
    font-size: clamp(30px, 7vw, 82px);
}
.banner_content {   
    width: 40%;
}
.banner .banner-item .content h1 {
    font-size: clamp(30px, 7vw, 80px);
}
.banner .banner-item .content h6 {
    font-size: clamp(18px, 7vw, 26px);
}
.main_tittle {
   
    font-size: clamp(30px, 7vw, 42px);
}
p {   
    font-size: 20px;    
    line-height: 27px;
}
.homeservice_wrapper .block .tittle {
    font-size: clamp(20px, 7vw, 33px);
}
.rating_container .block .content .number {   
    font-size: 55px;
}
.testimonial_wrapper .testi .item>p {
    font-size: 18px;
    line-height: 28px;
}
.collapsible .collapse-head {   
    font-size: clamp(15px, 7vw, 22px);
}
.collapsible .collapse-content p {
    font-size: 19px;
    line-height: 29px;
}
.homefaq_wrapper .left .sub_tittle {    
    font-size: clamp(15px, 6vw, 20px);
}
.homefaq_wrapper .left h4 {    
    font-size: clamp(25px, 7vw, 44px);
}
.more_about {   
    font-size: 22px;
    line-height: 25px;
}
.getintouch_wrapper .content .tittle {   
    font-size: clamp(20px, 7vw, 40px);
}
.getintouch_wrapper .button_wrapper .btn {
    
    font-size: 18px;
}
.getintouch_wrapper .right p {
    font-size: 18px;
    line-height: 25px;
  }
.getintouch_wrapper .right h5 {
    font-size: clamp(16px, 7vw, 22px);
    }
  .contact_number {   
    font-size: 18px;
    line-height: 22px;
  }
  .footer .footer-content h3 {   
    font-size: clamp(25px, 7vw, 36px);
  }
  .footer .footer-content p {   
    font-size: 18px;   
    line-height: 24px;
    max-width: 317px;
}
.footer .footer-content .links li a {   
    font-size: 17px;   
    line-height: 23px;
}
.footer .footer-content h4 {   
    font-size: 22px;
}
.footer .footer-content h6 {    
    font-size: 18px;   
    line-height: 24px;
}
.footer .copyright p {   
    font-size: 16px;
}

  }
  @media only screen and (max-width: 1350px) {
    .banner .banner-item .content h1 {
    font-size: clamp(30px, 7vw, 60px);
    }
    .banner .banner-item .content h3 {
    font-size: clamp(30px, 7vw, 60px);}
.rating_container .block .content .number {   
    font-size: 35px;
}
.rating_container .block .content .tittle {    
    font-size: 15px;   
    line-height: 18px;
}
.btn {
    
    font-size: 15px;  
    padding: 2px 18px 0px;   
    height: 30px;
    line-height: 30px;  
    letter-spacing: 1px;    
}
  
.banner .banner-item .content h1 {
    font-size: clamp(30px, 7vw, 60px);
    
}
.appointment .btn { 
    font-size: 15px;  
    height: 30px;
    line-height: 30px;
  }
  .testimonial_wrapper .testi .owl-item {
    padding: 0 10px;
}
}
  @media only screen and (max-width: 1280px) {
    header {        
        align-items: center; 
        padding: 8px 0;     
    }
    header.fix {     
      padding: 8px 0;     
  }
 .menu-btn{
  display: inline-block;
 }
  .logo {
    display: inline-block;
    width: 164px;
}
 
    header .btn:active {
        border-bottom: none;
    }
    header .btn:hover {
        background-color: transparent;
        border-color: transparent
    }
    .menu-btn .icon {
        
    }
    .menu-btn .icon .bar {        
        height: 5px;    
    }
    .menu-btn .icon .bar-2 {
        top: 8px;
        
    }
    .menu-btn .icon .bar-4 {
        bottom: 0.5px;    
    }
    .header_menu{
      width: 100%;
      height: 100vh;
      display: flex;
      /* flex-wrap: wrap; */
      align-items: center;
      transition: 0.3s;
      justify-content: center;
      position: fixed;
      flex-direction: column;
      left: 0px;
      top: 0px;
      z-index: 10;
      background: #fff;
      background-size: cover;
      background-position: center center;
      opacity: 0;
      visibility: hidden;
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -webkit-transition: all 0.3s cubic-bezier(.39, 0, .39, 1);
      -moz-transition: all 0.3s cubic-bezier(.39, 0, .39, 1);
      transition: all 0.3s cubic-bezier(.39, 0, .39, 1);
      margin-top: 0;
      overflow: auto;
      padding: 12% 2% 10%;
      }
    .header_menu.open{
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    .header_menu .menu-list{
        text-align: center;
    }
      .header_menu .menu-list li{
        display: block;
        padding: 15px 0 0;
      }
      .header_menu .menu-list li:nth-child(6), .header_menu .menu-list li:nth-child(7) {
    display: block;
  }
    .header_menu .menu-list li a,
   .header_menu .menu-list li a, .header_wrapper .menu .menu-list li a {
        color: #282828;
        line-height: 50px;
        font-size: 28px;
    }
      .appointment .btn {
        font-size: 20px;
        height: 40px;
    }
    .header_contact .fa-envelope-o:before {
        
        font-size: 28px;    
    } 
    .header_contact .fa-phone:before {
        
        font-size: 30px;    
    }
   
      .header_wrapper .menu-btn{
        display: inline-block;
      }
      .header_menu .menu-list li.menu-item-has-children .sub-menu{
        display: none !important;
      }
      .header_contact p{
        display: none;
      }
    .header_contact p a {
        transition: 0.1s;
        color: #25b061;
        padding-left: 5px;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        font-size: 0;
    }    
 
  
  .header_menu h4 {
    
    display: block;
}

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


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


.appointment_mob {
  display: block;
  margin: 20px 0 0;
}
.abouttop_wrapper {  
    margin-bottom: 50px;
}
.inner_banner {
    margin-top: 55px;
}
  }
  @media only screen and (max-width: 1250px) {
    .homeabout_wrapper {
    width: 100%;
    }
    .homeabout_wrapper .content {
    width: 56%;
    display: inline-block;
}
.gallery_wrapper {
    width: 100%;
  }
  .getintouch_wrapper {   
    padding: 50px 40px;
  }
  .service_container {   
    margin: 50px auto;
  }
  .servicedetail_wrapper{
    width:100%;
  }
  .contactform_wrapper {
    width: 100%;
  }
  .map_container .container {
    margin: 0 auto;
    width: 85%;
}
.testimonial_wrapper .item>p {   
    height: 200px;
}
}
  @media only screen and (max-width: 1150px) {
    .banner .banner-item .content h3 , .banner .banner-item .content h1{
        font-size: clamp(30px, 5vw, 60px);
    }
    .banner .banner-item .content h6 {
    font-size: clamp(18px, 2vw, 24px);
    }
    .package_wrapper {
    width: 100%;
    }
    p {    
    font-size: 15px;   
    line-height: 23px;
    }
    .homeabout_wrapper .content {
    width: 60%;
    display: inline-block;
}
.rating_wrapper {
    width: 100%;
    margin: 25px 0 0px 0;
}
.main_tittle {
    
    font-size: clamp(24px, 3vw, 38px);
  }
  .homefaq_wrapper {   
    width: 100%;
  }
  .homefaq_wrapper .left h4 {   
    font-size: clamp(25px, 3vw, 38px);
  }
  .collapsible .collapse-head {
    
    font-size: clamp(15px, 3vw, 16px);
  }
  .footer .footer-content h3 {    
    font-size: clamp(25px, 3vw, 32px);
  }
  .footer .copyright p {
    
    font-size: 12px;
  }
  h2 {   
    font-size: clamp(30px, 5vw, 40px);
  }
  ul.breadcrumb {
    padding: 5px 0 0;
  }
  ul.breadcrumb li {    
    font-size: 16px;
  }
  .servicedetail_wrapper{
    text-align: center;
   }
.servicedetail_wrapper .left {
    width: 100%;
    display: block;
}
.servicedetail_wrapper .right {
    width: 100%;
    display: block;
    margin: 30px 0 0;
}
.contactaddress_area {
    width: 48%;
}
}
 @media only screen and (max-width: 1050px) {
.blog_wrapper .block {
    width: 50%;
    display: inline-block;
    padding: 10px 4px;
}
.blog_wrapper .block .content p {   
    font-size: clamp(16px, 4vw, 18px);
}
.abouttop_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
 }
 .whywe_wrapper {
    width: 100%;
    margin: 40px auto 0;
}
.aboutcontent_wrapper {
    width: 100%;
}
.aboutrating_wrapper {
    background: #ff6501;
    width: 100%;
}
.aboutbottom_wrapper {
    width: 100%;
}
.aboutbottom_wrapper .block {
    width: 50%;
    display: inline-block;
    padding: 10px;
}
}
 @media only screen and (max-width: 950px) {
.testimonialpage_wrapper .item {
    width: 50%;
    padding: 30px 20px;   
}
.maingallery_container p {
    width: 100%;
    margin: 0 auto;
}
.abouttop_wrapper{
  justify-content: center;
}
.abouttop_wrapper .image{
  width:70%;
  display: block;
  margin: 0 auto;
}
.abouttop_wrapper .content{
  width:100%;
  display: block;
  margin: 30px 0 0;
  text-align: center;
}
.testimonial_wrapper .item>p {
    
    height: 160px;
}
  }
  @media only screen and (max-width: 950px) {
  .newsdetail_wrapper .left{
    width:100%;
    display: block;
  }
  .newsdetail_wrapper .right{
    width:100%;
    display: block;
    margin: 30px 0 0;
  }
  .newsdetail_wrapper .right .right_wrapper {
    width: 100%;
    display: block;
    padding: 0 0px 0px 0;
    border-left: none;
}
.news_container{
  padding: 40px 0;
}
  }
  @media only screen and (max-width: 850px) {
    img.desktop_banner{
      display: none !important;
    }
    img.mobile_banner{
      display: block !important;
    }
    .banner_content {
    position: absolute;
    left: 50%;
    top: auto;
    bottom:8%;
    width: 80%;
    z-index: 1;
    text-align: center;
    transform: translateX(-50%);
}
.banner .banner-item .content h3, .banner .banner-item .content h1 {
        text-align: center;
        font-size: clamp(30px, 7vw, 60px);
    }
    .homeabout_wrapper {
        width: 100%;
        flex-direction: column-reverse;
    }
    .homeabout_wrapper .image{
      display: none;
    }
    .homeabout_wrapper .content{
      width:100%;
      text-align: center;
    }
    .homeabout_wrapper .image.image_mob{
      width:70%;
      margin: 20px auto;
      display: block;
    }
     .homeabout_container {
    margin: 40px 0 0;
     } 
     .rating_container {
   
    justify-content: center;
}
.gallery_wrapper{
  display: none;
}
.gallerymob_wrapper{
  display: block !important;
  margin: 30px 0 0;
}
.gallerymob_wrapper .item{
  padding: 0 10px;
}
.gallerymob_wrapper .item img {
    border-radius: 15px;
}
.gallery_container, .testimonial_container{
  margin: 50px 0 0;
}
.homefaq_container{
    margin: 50px 0 50px;
}
.gallery_container .container {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}
.homefaq_wrapper{
  flex-direction: column-reverse;
}
.more_about{
  display: none;
 
}
.more_about.more_aboutmobile{
  display: flex;
   justify-content: center;
}
.homefaq_wrapper .left{
  width:100%;
  display: block;
  text-align: center;
}
.homefaq_wrapper .right{
  width:100%;
  display: block;
  margin-top: 30px;
}
.getintouch_wrapper{
  width:85%;
  padding: 30px;
  text-align: center;
  flex-wrap: wrap;
}
.getintouch_wrapper .left{
  width:100%;
  display: block;

}
.getintouch_wrapper .right{
  width:100%;

}
.getintouch_wrapper .button_wrapper{
  display: none;
}
.getintouch_wrapper .button_wrapper.buttonmob_wrapper{
  display: flex;
  justify-content: center;
}
.inline {
    
    width: 100%;
    text-align: center;
    padding: 5px 0;
}
.footer .footer-content p { 
    max-width: 100%;
}
.footer .footer-content .links li{
  text-align: center;
}
.footer .footer-content {
    margin: 0px 0px 25px 0px;
}
.homeservice_container .container {
    width: 85%;
    margin: 0 auto;
}
    
.inner_banner .banner_content {
    position: absolute;
    left: 8%;
    top: 55%;
    bottom: auto;
    width: 90%;
    z-index: 1;
    transform: translateY(-50%);
}
.service_wrapper .block .image .tittle {
    font-size: clamp(18px, 7vw, 20px);
}
.maingallery_wrapper .block {
    width: 33.333%;
}
.mainfaq_wrapper {
   
    width: 100%;
    display: block;
}
.map_wrapper .tabs_wrapper {
  width: 100%;
}
  .map_wrapper ul.tabs {
    display: none;
  }

  .map_wrapper .tab_container {
    display: block;
    margin: 0 auto;
    width: 100%;
    border: none;
    border-radius: 0;   
    padding: 0;
  }

  .map_wrapper .tab_drawer_heading {
   
    color: #282828;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'montserratbold';
    margin: 10px 0;
    padding: 5px 20px;
    display: block;
    border: 3px solid #282828;
    cursor: pointer;
    background: #fff;
    border-radius: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
  }
  .map_wrapper .tab_drawer_heading:hover {
   
  }

  .map_wrapper .d_active {
    background: #fff;
    color: #ff5b01; 
    margin: 10px 0;
    padding: 5px 20px;
    border-color: #ff5b01;
  }
      .contactaddress_area {
        width: 100%;
        display: block;
    }
    .contactform_area {
    width: 100%;
    display: block;
    margin: 25px 0 0;
}
.contactform_form {    
    padding: 20px;
}
.testimonial_wrapper .item>p {
   
    height: 180px;
}
}
  @media only screen and (max-width: 750px) {
    .package_container {   
    padding: 50px 0 0;
}
.package_wrapper .content {
    width: 100%;   
    text-align: center;
}
.package_wrapper .image {
    width: 70%;
    display: block;
    margin: 30px auto 0;
}
.service_wrapper .block {
    padding: 5px;
    width: 50%;
    display: inline-block;
}
.service_container {
    width: 100%;
    margin: 40px auto;
}
 .contact_container {    
    padding: 40px 0;
 }
 .contactaddress_area .main_tittle {   
    font-size: clamp(30px, 6vw, 45px);
 }
  }
 @media only screen and (max-width: 710px) {
  .testimonial_wrapper .item>p {
   
    height: auto;
}
 }
 @media only screen and (max-width: 650px) {
  .rating_container .block .content {   
    flex-direction: column;
}
.getintouch_wrapper .button_wrapper.buttonmob_wrapper {
     
        flex-direction: column;
    }
    .getintouch_wrapper .button_wrapper .whatsapp_icon {
    display: inline-block;
    padding-left: 0px;
    width: 19%;
    margin: 10px 0 0;
}
   
        .rating_container .block .content .number {
        font-size: 25px;
    }
    .testimonial_wrapper .testi .item .star {
    display: inline-block;
    margin: 0 auto;
}
.testimonial_wrapper .testi .item {
   
    text-align: center;
}
.testimonial_wrapper .testi .item .profile {  
    justify-content: center;
    text-align: center;
    flex-direction: column;
    width:100%;
}
.testimonial_wrapper .testi .item .profile .information {
    padding-left: 0;
    padding-top: 10px;
}
  .testimonialpage_wrapper .item {
        width: 100%;
        padding: 30px 10px;
 }
  .testimonialpage_container {
    margin: 50px 0;
}
  .maingallery_wrapper .block {
  width: 50%;
}
  .blog_wrapper .block {
    width: 100%;  
}
    .aboutbottom_wrapper .block {
        width: 100%;
        display: inline-block;
    }
  .aboutrating_container .block {
    display: inline-block;
    padding: 10px 20px;
    width: 50%;
    text-align: center;
    margin: 10px 0;
    border: none;
}
.aboutrating_wrapper {
   
    margin: 30px auto 0;
}

  }
 @media only screen and (max-width: 550px) {
      .logo {
        display: inline-block;
        width: 130px;
    }
    .inner_banner {
        margin-top: 44px;
    }
    h2 {
        font-size: clamp(22px, 4vw, 40px);
    }
        ul.breadcrumb li {
        font-size: 11px;
    }
    .service_wrapper .block {
    padding: 5px;
    width: 100%;
    display: block;
    }
    .getintouch_wrapper .content .tittle {    
    font-size: clamp(20px, 6vw, 30px);
 }
 .maingallery_wrapper .block {
        width: 100%;
    }
    .contact_info .item .icon2::before, .contact_info .item .icon1::before{
      width:30px;
      height: 30px;
    }
    .contact_info .item .details {    
    padding-left: 12px;
}
.contact_info .item .details p {   
    font-size: 12px;
    line-height: 17px;
}
.contactform_form {
        padding: 10px;
    }
  .contactpage .contactform_form form .btn {   
    font-size: 14px;   
    padding: 3px 2px 3px 0;
}
    .contactpage .contactform_form form .btn {
      
        display: flex;
        justify-content: center;
    }
    .contactpage .contactform_form form .btn span {
    padding-left: 5px;
    width: 14%;
    }
    .map_wrapper .tab_drawer_heading {      
        font-size: 13px;
    }
    .bottom_contact {
    font-size: clamp(14px, 5vw, 18px);   
    flex-wrap: wrap;
    justify-content: center;
}
.aboutrating_wrapper {   
    padding: 20px 10px;
}

.abouttop_wrapper .image {
   width: 100%;
  }
.aboutbottom_container {
     margin: 40px 0;
 }
.aboutbottom_wrapper .block{
      padding: 10px 0;
  }
  .aboutrating_container .block .content .tittle {
  
    font-size: 13px;  
    padding-top: 10px;
    text-transform: capitalize;
    line-height: 20px;
}
     }
  @media only screen and (max-width: 450px) {
    .logo {
        display: inline-block;
        width: 110px;
    }
    ul.breadcrumb li {
        font-size: 8px;
    }
h2 {
        font-size: clamp(19px, 4vw, 40px);
    }
  }