@font-face {
    font-family: 'instrumentregular';
    src: url('../fonts/InstrumentSans-Regular.woff2') format('woff2'), url('../fonts/InstrumentSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'instrumentmedium';
    src: url('../fonts/InstrumentSans-Medium.woff2') format('woff2'), url('../fonts/InstrumentSans-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'instrumentsemibold';
    src: url('../fonts/InstrumentSans-SemiBold.woff2') format('woff2'), url('../fonts/InstrumentSans-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'instrumentbold';
    src: url('../fonts/InstrumentSans-Bold.woff2') format('woff2'), url('../fonts/InstrumentSans-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: '42dotsanslight';
    src: url('../fonts/42dotSans-Light.woff2') format('woff2'), url('../fonts/42dotSans-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
   @font-face {
    font-family: '42dotsansextrabold';
    src: url('../fonts/42dotsans-extrabold.woff2') format('woff2'), url('../fonts/42dotsans-extrabold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'montserratbold';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'myriadprobold';
    src: url('../fonts/MYRIADPRO-BOLD.woff2') format('woff2'), url('../fonts/MYRIADPRO-BOLD.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  
  @font-face {
    font-family: 'boldonse';
    src: url('../fonts/Boldonse-Regular.woff2') format('woff2'), url('../fonts/Boldonse-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'callistaregular';
    src: url('../fonts/CallistaRegular.woff2') format('woff2'), url('../fonts/CallistaRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
   :root {
    --gap: 10px;
    --radius: 16px;
    --col-side: minmax(0, 1fr);
    --col-center: minmax(0, 1.6fr);
    --col-small: minmax(0, 0.5fr);
    --row-h: 220px;
    --overlay-bg: rgba(84, 51, 42, 0.9);
    --gold: #C8963C;
    --gold-light: #e8b85a;
    --cream: #F5EAD8;
  }

  * {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
    outline: none;
    resize: none;
    box-sizing: border-box;
    font-weight: normal;
  }
  img{
      width:100%;
      display: block;
      height: auto;
  }
  a,
  a:hover,
  a:focus {
    text-decoration: none;
    outline: none;
    display: inline-block;
    -webkit-transition: all 0.15s cubic-bezier(0.32, 0.1, 0.3, 1);
    transition: all 0.15s cubic-bezier(0.32, 0.1, 0.3, 1);
  }
  body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    scroll-behavior: smooth;
    font-family: 'latoregular';
  }
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  ::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    cursor: auto;
    user-select: none !important;
    font-weight: normal;
  }
  select::-ms-expand {
    display: none !important;
  }
  select:focus {
    outline: none !important;
  }
  label {
    font-weight: normal;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-size: 15px;
    vertical-align: top;
  }
  label em {
    color: #ff0000;
  }
  strong {
    font-weight: bold;
  }
  .clearfix {
    display: table;
    clear: both;
  }
  .main-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-family: 'latobold';
    font-size: clamp(30px, 5vw, 45px);
    color: #002e93;
    line-height: 50px;
    text-transform: uppercase;
  }
  .main-title span {
    font-family: 'latobold';
    display: block;
    font-size:30px;
  }
  .main-title.line {
    padding-left: 0px;
    text-align: center;
  }
  .main-title.line::after {
    content: '';
    display: block;
    width: 70px;
    height: 4px;
    background: #004f94;
    margin: 20px auto 0px auto;
  }
  .main-title.bar {
    text-align: center;
    display: inline-block;
    padding-left: 55px;
    position: relative;
    font-size: 35px;
    line-height: 30px;
  }
  .main-title.bar::before {
    content: '';
    display: block;
    width: 20px;
    height: 100%;
    background: #004f94;
    position: absolute;
    left: 12px;
    top: -3px;
    transform: skew(-35deg);
  }
  .btn {
    height: 40px;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    line-height: 1;    
   
    color: #fff;
    border-radius: 666px;
border: 1.333px solid rgba(162, 22, 44, 0.00);
background: linear-gradient(90deg, #613A8B 0%, #E21F3E 100%);
box-shadow: 0 2px 5.333px 0 rgba(136, 144, 194, 0.25), 0 4.667px 14px 0 rgba(37, 44, 97, 0.20);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    -moz-appearance: none;
    -webkit-transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    user-select: none;
    padding: 3px 30px 0px;
    cursor: pointer;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: 'instrumentmedium';
    margin-top: 25px;   
    position: relative;
    
  }
  .btn:hover {
    display: inline-flex;
    color: #fff;
    background: linear-gradient(90deg, #E21F3E 0%, #613A8B 100%);
  }
  
  .btn.white {
    background-color: #fff;
    border-color: #e67818;
    color: #e67818;
  }
  .btn.white:hover {
    background-color: #e67818;
    border-color: #e67818;
    color: #fff;
  }
  .btn:active {
    box-shadow: none;
  }
  .btn.is-loading {
    font-size: 0px;
    color: transparent !important;
    pointer-events: none;
    position: relative;
  }
  .btn.is-loading::after {
    -webkit-animation: spinAround 500ms infinite linear;
    animation: spinAround 500ms infinite linear;
    border: 2px solid #ffffff;
    border-radius: 10px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    position: absolute;
    left: calc(50% - 7px);
    top: calc(50% - 7px);
    box-sizing: border-box;
  }
  .btn.blue-btn {
    border: 1px solid #0a4197;
    color: #fff;
    background-color: #0a4197;
  }
  .btn.blue-btn:hover {
    border: 1px solid #093883;
    color: #fff;
    background-color: #093883;
  }
  .btn.yellow-btn {
    border: 1px solid #fcc600;
    color: #fff;
    background-color: #fcc600;
  }
  .btn.yellow-btn:hover {
    border: 1px solid #D2AB0D;
    color: #fff;
    background-color: #D2AB0D;
  }
  .btn.green-btn {
    border: 1px solid #00ae93;
    color: #fff;
    background-color: #00ae93;
  }
  .btn.green-btn:hover {
    border: 1px solid #00937C;
    color: #fff;
    background-color: #00937C;
  }
  .btn.large {
    height: 46px;
    line-height: 46px;
  }
  .btn.transparent {
    color: #282828;
    background: transparent;
    border: 1px solid #000;
  }
  .btn.transparent:hover{
      background: #d00b11;
      color: #fff;
      border: 1px solid #d00b11;
  }
  .btn.small {
    height: 34px;
    line-height: 34px;
    font-size: 13px;
  }
  .input-text {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;    
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    -moz-appearance: none;
    color: #797979;
    font-size: 13px;    
    line-height: 45px;
    padding: 2px 20px 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 0px;
    -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    font-family: 'poppinssemibold';
    text-transform: uppercase;
  }
  .input-text::placeholder{
   
    color: #797979;
    font-size: 13px;   
    font-family: 'poppinssemibold';
    text-transform: uppercase;
  }
  select.input-text::placeholder{
   
    color: #797979;
    font-size: 13px;   
    font-family: 'poppinssemibold';
    text-transform: uppercase;
  }
  .input-text.large {
    height: 45px;
    line-height: 45px;
  }
  .input-text.small {
    height: 34px;
    line-height: 34px;
  }
  /*.input-text::placeholder {
    color: #d2d2d2;
  }
  .input-text:focus {
    color: #0a4197;
    border: 1px solid #0a4197;
  }
  .input-text:focus::placeholder {
    color: #0a4197;
  }*/
  .input-text.validation-failed {
    border-color: #df280a;
    color: #df280a;
  }
  .input-text.validation-failed::placeholder {
    color: #df280a;
  }
  .input-text.validation-failed:focus {
    outline-color: #ef9384;
    border-color: #df280a;
    color: #df280a;
  }
  .input-text.validation-failed:focus::placeholder {
    color: #df280a;
  }
  .input-div {
    width: 100%;
    position: relative;
  }
  .input-checkbox {
    width: 0px;
    height: 0px;
    opacity: 0;
    position: absolute;
  }
  .input-checkbox + .checkbox-label {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #d7d7d7;
    border-radius: 0px;
    margin: 0px 10px 0px 0px;
    background-color: #fff;
    position: relative;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  .input-checkbox + .checkbox-label::after {
    content: '';
    background: #fff;
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    width: 9px;
    height: 9px;
  }
  .input-checkbox:checked + .checkbox-label::after {
    background: #fff url("../images/checkbox_tick.png") center no-repeat;
  }
  .input-radio {
    width: 0px;
    height: 0px;
    opacity: 0;
    position: absolute;
  }
  .input-radio + .radio-label {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #8b8b8b;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    margin: 0px 3px 0px 0px;
    background-color: #fff;
    position: relative;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    line-height: 14px;
    margin: 12px 0px !important;
  }
  .input-radio + .radio-label::after {
    content: '';
    background: #fff;
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    width: 9px;
    height: 9px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
  }
  .input-radio:checked + .radio-label::after {
    box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.3);
  }
  .input-text:-webkit-autofill {
    background-color: #ffffff !important;
  }
  textarea.input-text {
    height: 120px !important;
  }
  select.input-text {
    background: #FFFFFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAGNJREFUSIntzbENgDAMRNFfkR42YUxYBlLDSlkBGhcWSlJYToP869M9iKKo1wJswNTZJGAHZgtwAw9wNJAEZNlcFmAFSgPR50W2pjRyCuJ2XkOy93kNcT//IkPONTLsPIr+2gsEwx4NLAopngAAAABJRU5ErkJggg==) no-repeat calc(100% - 10px) center;
    padding-right: 40px;
  }
  select.input-text:focus {
    background: #FFFFFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAALVBMVEX/////dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyoo+I6tAAAADnRSTlMABgcSEzKKi7Cxsry97lYwfJQAAABASURBVHja3cnJEQAgCARB8RaP/MOVQj5IBuxrazr4Wq7wTmxJwToduOOZCsom4b5L+GWAdCMo3Yp0K9KtUHe3Cy3fAc23y6RHAAAAAElFTkSuQmCC) no-repeat calc(100% - 10px) center;
    padding-right: 40px;
  }
  .input-text.date {
    background: #efefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAbCAMAAABY1h8eAAABsFBMVEWDg4P///+Dg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4MixLq9AAAAj3RSTlMAAAECAwQFBgcICQoLDA8QExQVFhcZJCUmKCkqKywvMDEyMzQ1Njc4OT4/RUlLTU5PUFFSU1RVV1laW1xdXl9hZGVoaWtsbW50eXt9gYKFhoeIiYqNjo+RlJWWl5qcnZ+jqaqrrK2wsba6wcPExsfIycvMzdTW19jd3uHi4+Tl5ufo6evu8PL19vf4+fr7/T4gR6EAAAG0SURBVHgBdZH5U9NAGIa/LxVtUpVWvKVSaBEPLQFRUcFDSREVrNZDgo2Sooj3LXgfBjGhvP+yuyFHZeT54ZnMPJN3d2bJZ/30y120DDOnHr7pYAn5tAGX47gTuLkcN09M2Vf2LOF0/5Q9aU/WbLvS7mKor3bf2kYvAPza66HnHgIWuubRPwFgluaFn3YBJ8fC+LqwhHOXAPymD8LvW4DcjTB+3OKg8yKAb37ESOfhAz8RMtpxZMdcHPGgigZm7tbhxzmsymdycFTv0XW9V0h8FItFX3p3t+NSHfQPHPEF9AdaQ8pWrepuvmNZZ5l/rIyDAAZZ6Dnz9//FUzI+C2KqcfZauZLl8tXK8SCqtDVfyFGmkM+voXQ608TN6YwWxAS9AkAjQs1ZoT4Wmg4upNBbGUdlbBc6JuNM9OdjYIEuyNgq1CtjLb6tpjZJJYmSqqbwWjWVCOI6MkzzOu0zx8eTm26bZivfMs2B6Ez5MjQmZ9uETrDQoyh+krEstDEXxif+rAuiQ8OlM7S9ZAxRwjBKLXzeGN7P/BUEbCCJEr+KwhI566Duet7iordSLkAH32EVZgf+AvNd6EZMAhVcAAAAAElFTkSuQmCC) no-repeat;
    background-position: calc(100% - 10px) center;
  }
  .input-text.date:focus {
    background: #efefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAbCAMAAABY1h8eAAABsFBMVEXiJSv////iJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSt47rg9AAAAj3RSTlMAAAECAwQFBgcICQoLDA8QExQVFhcZJCUmKCkqKywvMDEyMzQ1Njc4OT4/RUlLTU5PUFFSU1RVV1laW1xdXl9hZGVoaWtsbW50eXt9gYKFhoeIiYqNjo+RlJWWl5qcnZ+jqaqrrK2wsba6wcPExsfIycvMzdTW19jd3uHi4+Tl5ufo6evu8PL19vf4+fr7/T4gR6EAAAG0SURBVHgBdZH5U9NAGIa/LxVtUpVWvKVSaBEPLQFRUcFDSREVrNZDgo2Sooj3LXgfBjGhvP+yuyFHZeT54ZnMPJN3d2bJZ/30y120DDOnHr7pYAn5tAGX47gTuLkcN09M2Vf2LOF0/5Q9aU/WbLvS7mKor3bf2kYvAPza66HnHgIWuubRPwFgluaFn3YBJ8fC+LqwhHOXAPymD8LvW4DcjTB+3OKg8yKAb37ESOfhAz8RMtpxZMdcHPGgigZm7tbhxzmsymdycFTv0XW9V0h8FItFX3p3t+NSHfQPHPEF9AdaQ8pWrepuvmNZZ5l/rIyDAAZZ6Dnz9//FUzI+C2KqcfZauZLl8tXK8SCqtDVfyFGmkM+voXQ608TN6YwWxAS9AkAjQs1ZoT4Wmg4upNBbGUdlbBc6JuNM9OdjYIEuyNgq1CtjLb6tpjZJJYmSqqbwWjWVCOI6MkzzOu0zx8eTm26bZivfMs2B6Ez5MjQmZ9uETrDQoyh+krEstDEXxif+rAuiQ8OlM7S9ZAxRwjBKLXzeGN7P/BUEbCCJEr+KwhI566Duet7iordSLkAH32EVZgf+AvNd6EZMAhVcAAAAAElFTkSuQmCC) no-repeat;
    background-position: calc(100% - 10px) center;
  }
  .input-text.time {
    background: #efefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAA0lBMVEWDg4P///+Dg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4PodARtAAAARXRSTlMAAAIEBQcJCxAXGiMkJzM2OTo8P0FCRUdIS0xNUFFYW11gY2RmcHJzd32DhIaKjI6UoLa4ub3EytDR2drd3+nq6+z19/328NIqAAABL0lEQVR4AYWTa0/yQBBGdwu8vIggFFSkCooW5CLlruWO5fz/vySl6cgmJj1fT7LZmecZJaQq3tQ/HPypV0npmFim3TXC2k2burHEYNm41H2AYNKpl8v1ziQA6P/qMXAc5lWI1jo/PALjWPeAVVGdsAYDS58oroBepB1gkVUhNajpkOwCcEJtbWGTUWda0NJnMhvYWifdBgoqoglNHVEA2lpZOxgpQ0eMYGcpG4LcXzoXgK08mClDx8zAU3NwRT/Bo2gX5soHR/QrvIl2wFd7KMX2egeH7nvIg9Yl2Bv6A4H7SF8+3kX4vokev/za/y/4vKtUq7e1q+hr5mD/Xp4zxmDxWgRtrEWWKtpYqkQi2oxEAhVtBip1EC11MMokWsqUXEWzyLYtRU48g+QjSjjBHyzoWwmMs5SfAAAAAElFTkSuQmCC) no-repeat;
    background-position: calc(100% - 10px) center;
  }
  .input-text.time:focus {
    background: #efefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAA0lBMVEXiJSv////iJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSu3AigyAAAARXRSTlMAAAIEBQcJCxAXGiMkJzM2OTo8P0FCRUdIS0xNUFFYW11gY2RmcHJzd32DhIaKjI6UoLa4ub3EytDR2drd3+nq6+z19/328NIqAAABL0lEQVR4AYWTa0/yQBBGdwu8vIggFFSkCooW5CLlruWO5fz/vySl6cgmJj1fT7LZmecZJaQq3tQ/HPypV0npmFim3TXC2k2burHEYNm41H2AYNKpl8v1ziQA6P/qMXAc5lWI1jo/PALjWPeAVVGdsAYDS58oroBepB1gkVUhNajpkOwCcEJtbWGTUWda0NJnMhvYWifdBgoqoglNHVEA2lpZOxgpQ0eMYGcpG4LcXzoXgK08mClDx8zAU3NwRT/Bo2gX5soHR/QrvIl2wFd7KMX2egeH7nvIg9Yl2Bv6A4H7SF8+3kX4vokev/za/y/4vKtUq7e1q+hr5mD/Xp4zxmDxWgRtrEWWKtpYqkQi2oxEAhVtBip1EC11MMokWsqUXEWzyLYtRU48g+QjSjjBHyzoWwmMs5SfAAAAAElFTkSuQmCC) no-repeat;
    background-position: calc(100% - 10px) center;
  }
  .loader {
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    margin: 0px;
    text-align: center;
    z-index: 1000;
    font-family: 'latoregular';
    text-transform: uppercase;
    z-index: 16009;
  }
  .loader::before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 500rem;
    border: 3px solid rgba(69, 89, 93, 0.52);
    box-sizing: border-box;
  }
  .loader::after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-animation: loader 0.6s linear;
    animation: loader 0.6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #252525 transparent transparent;
    border-style: solid;
    border-width: 3px;
    -webkit-box-shadow: 0px 0px 0px 1px transparent;
    box-shadow: 0px 0px 0px 1px transparent;
    box-sizing: border-box;
  }
  .loader span {
    position: absolute;
    top: 40px;
    left: calc(50% - 45px);
    font-size: 12px;
    width: 90px;
    line-height: 15px;
    letter-spacing: 2px;
    text-shadow: 0px 0px 10px #000000;
    font-family: 'orkneymedium';
    color: #3a3a3a;
    text-align: center;
  }
  .loader span::before {
    content: '';
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background: rgba(191, 191, 191, 0.9);
  }
  p {
    color: #434853;    
    line-height: 28px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-family: 'montserratlight';
    font-size: 17px;
    line-height: 26px;
    padding: 10px 0;
  }
  .inline {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    
  }
  .col-1 {
    width: 100%;
    padding: 0px 15px;
  }
  .col-2 {
    width: 50%;
    padding: 0px 15px;
  }
  .col-3 {
    width: 33.3333%;
    padding: 0px 15px;
  }
  .col-4 {
    width: 25%;
    padding: 0px 15px;
  }
  .col-5 {
    width: 20%;
    padding: 0px 15px;
  }
  .col-container {
    font-size: 0px;
  }
  .row {
    margin: 0px -15px;
  }
  .container {
    margin: 0 auto;
    max-width: 100%;
    width: 88%;
  }
  .column {
    display: flex;
    flex-wrap: wrap;
    margin: -15px -15px 0px -15px;
  }
  .columns {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 15px;
  }
  .margin-top {
    margin-top: 140px;
  }
  .ui-datepicker .ui-datepicker-prev {
    top: 3px;
    background: #f42f2f url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAmElEQVQYGQXBQSqEAQCA0e//XWBSUspRKKJGoWZh4TxWVjZWNu7BxgXULJSFsuAMmBmj570kSZJzkyRJcunPQ5IkF9a+7CVJZn79OFCSnFpZOJaSTC0tnUhKjiysnElS9n1bm0mS8ognG5KkTDzj3ihJyaY57oySkmx5wa1BSpJtr7gxKEmy4w3XhiRJdr3jaqyqqj477CP/0qmsbV1NXLMAAAAASUVORK5CYII=) no-repeat center;
    font-size: 12px;
  }
  .ui-datepicker .ui-datepicker-next {
    top: 3px;
    background: #f42f2f url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAmElEQVQY01XQTQpBYRTG8YMN3JSUUjZCKeoqlIGB7TAyMjEysQ8mNnDLQBkoZRG+Lvp73onz6sx+p57zYUy50MC8jBlwph5TgbnwRM0p4EJ4pOoUcCk8UHEyiqyEe8pOAdfCjCQaTomdcBvTiDc3Wg4Dch50PKvHU5X6xK76OX3fq82dl5J+2ze5KnYc37jhw+T/EwnDGLAv7KSz3xS1KTsAAAAASUVORK5CYII=) no-repeat center;
  }
  .ui-datepicker table {
    font-size: 12px !important;
  }
  .ui-widget {
    font-size: 12px !important;
  }
  .ui-widget input,
  .ui-widget select,
  .ui-widget textarea,
  .ui-widget button {
    font-size: 12px !important;
  }
  .popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    transform: scale(1);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 50000;
    text-align: center;
    overflow-y: auto;
  }
  .popup .popup-content {
    display: inline-block;
    text-align: left;
    margin-top: 100px;
    margin-bottom: 100px;
    width: 560px;
    max-width: calc(100% - 30px);
    min-height: 300px;
    height: auto;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0px 0px 20px #000000;
    padding: 40px 30px;
    position: relative;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    transition-duration: 0.3s;
    transition-delay: 0.3s;
    opacity: 0;
  }
  .popup .popup-content .popup-close {
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    width: 29px !important;
    height: 29px !important;
    line-height: 27px !important;
    padding: 0px 0px 0px 2px  !important;
    text-align: center;
    border-radius: 30px !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7) !important;
    background: #004f94 !important;
    border-color: #004f94 !important;
    color: #FFFFFF !important;
    letter-spacing: 1px !important;
    margin: 0px !important;
  }
  .popup .popup-content.open {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition-duration: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
  }
  .popup .popup-content .header {
    padding: 0px 0px 10px 0px;
    border-bottom: 2px solid #9c9c9c;
    margin-bottom: 20px;
  }
  .popup .popup-content .header h2 {
    font-size: 17px;
    margin: 0px 0px 0px 0px;
    color: #3a3a3a;
    text-transform: uppercase;
  }
  .popup .popup-content .content {
    border-bottom: 2px solid #9c9c9c;
  }
  .popup .popup-content .content .job-title {
    font-size: 25px;
    line-height: 30px;
    color: #3a3a3a;
    margin: 0px 0px 10px 0px;
  }
  .popup .popup-content .content .experience {
    font-size: 12px;
    line-height: 12px;
    color: #3a3a3a;
    margin: 0px 0px 10px 0px;
  }
  .popup .popup-content .content .sections {
    margin-bottom: 20px;
  }
  .popup .popup-content .content .sections p {
    font-size: 14px;
    line-height: 20px;
    color: #3a3a3a;
  }
  .popup .popup-content .content .sections p strong {
    font-weight: normal;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 2px;
  }
  .popup .popup-content .content .sections .apply {
    float: right;
    padding: 0px 30px;
    line-height: 38px;
    height: 40px;
    text-transform: uppercase;
    font-size: 15px;
    width: auto !important;
    background: #004f94 !important;
    border-color: #004f94 !important;
    color: #FFFFFF !important;
    box-shadow: none !important;
    margin: 0px !important;
  }
  .popup .popup-content .content .sections .apply:hover {
    background: #004988 !important;
    border-color: #004988 !important;
    color: #3a3a3a !important;
  }
  .popup .popup-content .content .form .col-container {
    margin: 0px -5px;
  }
  .popup .popup-content .content .form .col-container .inline {
    padding: 0px 5px;
  }
  .popup .popup-content .content .form .col-container .inline .input-div {
    margin-bottom: 15px;
    position: relative;
  }
  .popup .popup-content .content .form .col-container .inline .input-div .input-text {
    width: 100%;
    height: 40px;
    line-height: 41px;
  }
  .popup .popup-content .content .form .col-container .inline .input-div textarea.input-text {
    height: 120px;
  }
  .popup .popup-content .content .form .col-container .inline .input-file-div #resume {
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
  }
  .popup .popup-content .content .form .col-container .inline .input-file-div #resume:hover + .input-text {
    color: #004f94;
    border-color: #004f94;
    box-shadow: inset 0px 0px 10px rgba(249, 104, 58, 0.5);
    -webkit-box-shadow: inset 0px 0px 10px rgba(249, 104, 58, 0.5);
  }
  .popup .popup-content .content .form .col-container .inline .input-file-div #resume:hover + .input-text .btn {
    background: #004988;
    border-color: #004988;
    color: #FFFFFF;
  }
  .popup .popup-content .content .form .col-container .inline .input-file-div .input-text {
    position: relative;
  }
  .popup .popup-content .content .form .col-container .inline .input-file-div .input-text .btn {
    position: absolute;
    padding: 0px 15px;
    right: -1px;
    top: -1px;
    height: 40px;
    line-height: 39px;
    margin: 0px;
    width: auto;
    box-shadow: none;
    font-size: 12px;
    text-transform: uppercase;
    background: #004f94;
    border-color: #004f94;
    color: #FFFFFF;
  }
  .popup .popup-content .content .form .col-container .inline .input-file-div .input-text .input-file-name {
    line-height: 39px;
    position: absolute;
    width: calc(100% - 108px);
    height: 100%;
    left: 0px;
    top: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #323232;
    font-size: 13px;
    padding: 0px 15px;
  }
  .popup .popup-content .content .form .col-container .inline .apply {
    height: 45px;
    line-height: 44px;
    width: auto;
    padding: 0px 50px;
    float: right;
    margin: 6px 0px 25px 0px;
    box-shadow: none;
    background: #004f94;
    border-color: #004f94;
    color: #FFFFFF;
  }
  .popup .popup-content .content .form .col-container .inline .apply:hover {
    background: #004988;
    border-color: #004988;
  }
  .social {
    font-size: 0px;
    display: block;
    margin: 0px 0px 0px 0px;
   
}
.social li {
    display: inline-block;
    margin: 0px 10px 20px 0px;
    text-align: center;
}
.social li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff; 
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
  /*.social li a:hover{
    
  }
  .social li a.facebook:hover {
    color: #3b5998;
  }
  .social li a.instagram:hover {
    color: #d82c7d;
  }
  .social li a.twitter:hover {
    color: #1da1f2;
  }
  .social li a.linkedin:hover {
    color: #0077b5;
  }
  .social li a.youtube:hover
  {
   
    color: #ff0000;
  }
  .social li a:hover {
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  }
  .social li a:hover i {
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  }
  /*.social li a.facebook:hover,
  .social li a.facebook:active,
  .social li a.facebook:focus {
    color: #3b5998;
  }
  .social li a.g-plus:hover,
  .social li a.g-plus:active,
  .social li a.g-plus:focus {
    transition: 0.1s;
    color: #e53935;
  }
  .social li a.instagram:hover,
  .social li a.instagram:active,
  .social li a.instagram:focus {
    transition: 0.1s;
    color: #d82c7d;
  }
  .social li a.twitter:hover,
  .social li a.twitter:active,
  .social li a.twitter:focus {
    transition: 0.1s;
    color: #1da1f2;
  }
  .social li a.linkedin:hover,
  .social li a.linkedin:active,
  .social li a.linkedin:focus {
    transition: 0.1s;
    color: #0077b5;
    background-color: transparent;
  }
  .social li a.youtube:hover,
  .social li a.youtube:active,
  .social li a.youtube:focus {
    transition: 0.1s;
    color: #ff0000;
  }*/
  
    .goto-top {
        position: fixed;
        left: 20px;
        bottom: 20px;
        border-radius: 0;
        border-radius: 3px;
        padding: 0px 20px;
        height: 40px;
        font-size: 40px;
        z-index: 100;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
        background: #ffde00 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAYFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8GYpHzAAAAH3RSTlMAASorLDA7PD9ARlJXbm92eHl8fX5/gISFhoeIvfv8ZEvyMgAAAHpJREFUeAHt0UkOgzAMhWG789B0bjqU4PvfEiElT0YYS6zhbZD1/axCk9z2vHf9LiJvHvaHtPuw607xlLIvO47CcbN4Zany98e2R7qZRYQTij9b/5Mu4DvlujiUIHQdxaXci6QdRb3GfUzZsatIOql72XvlTVjRmM1rANIYFT25t9OXAAAAAElFTkSuQmCC) no-repeat;
        background-position: center;
        border-color: #ffde00;
        z-index: 10;
        transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    }
 
  .goto-top.open {
    opacity: 1;
    visibility: visible;
  }
  .home-wrapper {
    padding: 0px 0px 0px 145px;
  }
  .close-div {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  }
  .close-div.open {
    opacity: 1;
    visibility: visible;
  }
  .desc {
    color: #3a3a3a;
    font-size: 20px;
    line-height: 25px;
    display: block;
    margin: 0px 0px 0px 0px;
  }
  .box {
    padding: 70px 0px;
  }
  .read-more {
    color: #004f94;
    display: inline-block;
    vertical-align: baseline;
    font-size: 15px;
    line-height: 24px;
    text-transform: capitalize;
  }
  .read-more:hover {
    color: #fcc600;
  }
  /**********************************************************home page*****************************************************************/
header{
    width: 100%;   
    padding: 12px 0px;
    display: flex;
    position: fixed;
    top: 0;    
    align-items: center;
    z-index: 10; 
    border-radius: 0;
  }
  header .container{
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
  }
  .logo {
    display: inline-block;   
    width:220px ;  
  }
  
  .logo a {
    display: block;
    width:100%;
  }
  
  .logo a img {
    display: block;
    max-width: 100%;
    width: 100%;     
  }
  .header_right {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
 
  /******************************************menu*********************************************/
  .header_menu{
    display: block;
    vertical-align: middle;
    transition: 0.3s;
    margin: 0px 0 0;
  }
  .header_menu .menu-list {
    font-size: 0px;
    text-align: left;
    padding-top: 0px;
    list-style: none;
  }
  .header_menu .menu-list li {
    display: inline-block;
    vertical-align: middle;
    font-size: 19px;
  }
  .header_menu .menu-list li a {
    color: #282828;
    font-family: 'instrumentregular';   
    padding: 0 25px;  
    text-transform: capitalize;
    display: flex;
    transition: 0.01s;     
    align-items: center; 
  }
.header_menu .menu-list li:hover a::before {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #ef1748;
    content: "";
    display: inline-block;
    margin-right: 4px;
    opacity: 0;
    visibility: hidden; 
}

.header_menu .menu-list li:hover a::before {
   opacity: 1;
    visibility: visible; 
     
}
.header_menu .menu-list li.current-menu-item a::before {
     opacity: 1;
    visibility: visible; 
    
}
 .appointment {
    padding-left: 4px;
    width: auto;
    display: inline-flex;
    justify-content: flex-end;
}
.appointment .btn{
    margin: 0;
    font-size: 18px;
    text-transform: capitalize;
    background: transparent;
    font-family: 'instrumentregular';
    border-radius: 666px;
border: 1.333px solid #7C1122;
background: #FFF;
box-shadow: 0 2.667px 9.533px -0.667px rgba(226, 31, 62, 0.68);
    display: flex;
    align-items: center;
    padding:2px 20px 0;
    transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    height: auto;
    color: #E21F3E;
    justify-content: flex-start;
    width: auto;
    border-radius: 30px;
    height: 40px;
}    
 

.appointment .btn:hover{    
    background: #ffe533;
   color: #000;
}
  .menu-btn {
    display: none;
    vertical-align: middle;   
    border: none;
    width: 34px;
    height: auto;
    padding:0px;
    cursor: pointer;
    transition: 0.3s;
    overflow: hidden;    
    z-index: 16002;    
    top: 0;   
    background: none;
    border-radius: 0;
    margin-top:0px
  }
  .menu-btn{
    transition: 0.3s;
    
  }
  .menu-btn .icon {
    display: flex;    
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    align-items: center;
    
  }
  .menu-btn .icon .bar {
    width: 100%;
    height: 4px;
    display: inline-flex;
    background: #282828;
    border-radius: 30px;
    justify-content:center;
    text-align: center;
    align-items: center;
  }
  .menu-btn .icon .bar-1 {
    transition: 0.3s;
    top: 0px;
    transform: scale(1);
    -webkit-transform: scale(1);
    width:100%;
  }
  .menu-btn .icon .bar-2 {
    transition: 0.3s;
    margin-top: 3px;
    margin-bottom: -5px;
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      width:100%;
  }
  .menu-btn .icon .bar-3 {
    transition: 0.3s;
    margin-bottom: 3px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    width:100%;
  }
  .menu-btn .icon .bar-4 {
    transition: 0.3s;
    transform: scale(1);
    -webkit-transform: scale(1);
    width:100%;
  }
  .menu-btn.open .icon .bar{
    background: #fff;
    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: #F0EBEE;
   
}
header.fix .logo{
    width:180px;
    transition: all 0.8s cubic-bezier(0.32, 0.1, 0.3, 1);  
}
  /******************************************menu*********************************************/
  .banner{
    width:100%;
    position: relative;    
    background: #F0EBEE;  
    height:100svh;
    overflow: hidden;
  }
 

/* ===============================
   IMAGE
================================ */


/* ===============================
   CONTENT POSITION
================================ */
.banner .content {
 position: absolute;
    top: 10%;
    left: 6%;
    right: 6%;
    z-index: 2;
    color: #fff;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
     justify-content: space-between;
     height: 100%;
}
.banner .content .left{
  width:37%;
}
.banner .content .right{
  width:62%;
  height: 100%;
  overflow: hidden;
}
.banner .content .right img{
  height: 100%;
  object-fit: fill;  
  overflow: hidden;
}
.banner .content .right video{
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
/* ===============================
   TEXT STYLES
================================ */
.bannertop_text{
  font-family: 'instrumentregular';
    font-size: clamp(22px, 6vw, 30px);
    text-transform: capitalize;
    color: #282828;
    padding: 0px 0px 10px 0px;     
    display: inline-block;
}
.hero-text {
  font-size: clamp(28px, 6vw, 55px);
  line-height: 1.1;
 font-family: 'instrumentbold';
  opacity: 1;
  transform: translateY(0);
  background: linear-gradient(90deg, #E21F3E 0%, #7C1122 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

/* animation state */
.hero-text{
  animation: textReveal 0.9s ease forwards;
}

@keyframes textReveal {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* ===============================
   OWL FIXES
================================ */
.owl-carousel .owl-stage,
.owl-carousel .owl-stage-outer {
  height: 100%;
}

.owl-carousel .owl-item {
  height: 100%;
}
#banner .item img{
    width: 100%;
    display: block;
}


.banner .btn {
    margin: 20px 0 0;
   display:inline-flex;
   padding: 0px 20px;
    
}
.banner .btn:hover{
  background: #fff;
  color: #282828;
}
.banner p{
  font-family: 'montserratlight';
    font-size: clamp(16px, 7vw, 17px);
    color: #fff;
    line-height: 26px;
    text-transform: none;
    padding: 0 0 0 0;
    margin-top: 0px;
}
.link_wrapper{
  margin: 20px 0 0;
}
/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 991px) {
  .hero-text {
    font-size: 48px;
  }
}


@media (max-width: 600px) {
  .content {
    left: 6%;
    bottom: 25%;
  }

  .hero-text {
    font-size: 34px;
  }

}

img.mob_banner{
    display: none !important;
}
.owl-dots {
    display: block;
    width: 100%;
    margin-top: 0;
    text-align: center;
    position: relative;
   margin: 30px 0 20px;
}
.owl-dots .owl-dot{
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 12px;
    background: #ae8e7e;
    margin: 0px 3px;
    border: none;
    
}
.owl-dots .owl-dot.active {    
    background: #7c4830;

}
.homeproduct_wrapper.productmob_wrapper{
    display: none;
}
a.mobile_logo{
  display: none;
}
.client_container{
  width:100%;
  display: block;
  margin: -11px 0 0;
  text-align: left;
  background: #F0EBEE;
  padding: 0px 0px;
}
h3.client_title{
  font-family: 'instrumentbold';
  font-size: clamp(20px, 6vw, 25px);
  text-transform: capitalize;
  color: #282828;
  padding: 0px 0px 0px 0px;     
  display: block;
  position: relative;
  margin:0;
  line-height: 1;
}
h3.client_title::after {
    content: "";
    display: block;
    width: 80%;
    height: 2px;
    background: #000;
    margin-top: 0;
    margin-left: 5px;
    margin-right: auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.client_wrapper{
  width:100%;
  margin:0px auto 0;
  padding: 30px 0px;
   display: block;
}
.client_wrapper .item {  
  padding: 0px 30px;
}
.client_wrapper .block{    
  width:100%;   
  display: inline-block;
  text-align: center;
}
.swiper-container-free-mode > .swiper-wrapper{
  transition-timing-function : linear;
  align-items: center;
}
.swiper-container {
  margin: 0px 0 0;  
}
.client_wrapper .swiper-slide {
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  padding: 20px 40px;
}
.performance_container{
  position: relative;
  width:100%;
  background:#fff;
  display: block;
  padding: 60px 0px;
}
.performance_container::before{
  content: "";
    display: block;
    width: 14%;
    height: 100%;
    background: url(../images/performance_bg.png) no-repeat right top;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
h1.performance_tittle{
  font-family: 'instrumentbold';
  font-size: clamp(30px, 6vw, 65px);
  text-transform: capitalize;
   background: linear-gradient(90deg, #E21F3E 0%, #7C1122 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  padding: 0px 0px 0px 0px;     
  display: block;
  position: relative;
  margin:0;
  line-height: 1.2;
}
h1.performance_tittle span{
   -webkit-text-fill-color: #282828;
    background-clip: text;   
  font-family: 'instrumentregular';
  color: #282828;
  background: none;
  -webkit-background-clip: initial;
}
.performancetop_wrapper{
  width:82%;
  display: flex;
  justify-content: space-between;
  margin: 30px 0px 0;
}
.performancetop_wrapper .left {
    width: 35%;
    display: inline-block;
    text-align: left;
}
.performancetop_wrapper .right{
  width:60%;
  display: inline-block;
  text-align: left;
}
h5.sub_tittle{
  font-family: 'instrumentsemibold';
  font-size: clamp(16px, 6vw, 18px);
  text-transform: capitalize;
  color: #E21F3E;
  padding: 0px 0px 10px 0px;
  display: flex; 
  position: relative;
}
h5.sub_tittle::before {
    content: "";
    display: inline-block;
    width: 40%;
    height: 1px;
    background: #7C1122;
    margin-top: 0;
    margin-left: 0;
    margin-right: 15px;
    position: relative;
    left: 0;
    top: 12px;
    /* transform: translateY(-50%); */
}
.performancetop_wrapper h5.sub_tittle{
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
p{
      font-family: '42dotsanslight';
    font-size: clamp(15px, 6vw, 16px);
    color: #282828;
    line-height: 20px;
    text-transform: none;
    padding: 10px 0px;
}
.stats-section{
    width:92%;
    margin:50px auto 0;
    display:flex;
    border-radius:30px;
    overflow:hidden;
    background:linear-gradient(180deg, #613A8B 0%, #762D67 100%);
    padding:30px 0;
    position:relative;
}

.stat-item{
    flex:1;
    text-align:center;
    color:#fff;
    position:relative;
}

.stat-item:not(:last-child)::after{
    content:"";
    position:absolute;
    right:0;
    top:15%;
    width:1px;
    height:70%;
    background:rgba(255,255,255,.2);
}

.odometer{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:15px;
    min-height:72px;
}

.digit-wrap{
    width:48px;
    height:70px;
    overflow:hidden;
}
.digit-list{
    display:flex;
    flex-direction:column;
    transform:translateY(0); 
      transition: transform 8s cubic-bezier(0.14, 1, 0.3, 1);
    will-change: transform;
}


.digit{
    height:70px;
    line-height:70px;
    text-align:center;
    font-size: clamp(30px, 6vw, 65px);    
    font-family: 'instrumentbold';
}

.static-char {
    font-size: 56px;   
    line-height: 70px;
    font-family: 'instrumentbold';
}

.stat-item p{
    font-size:17px;
    line-height:1;
    color:#fff;
    padding:0;
    font-family: 'instrumentmedium';
  }
.businessneed_container{
  width: 100%;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    display: block;   
    background: #f8f7f3;
}
.businessneed_container .container{
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
    padding: 40px 0px 0;
    width: 100%;
    display: block;
}
.businessneedtop_wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
}
.businessneedtop_wrapper .left{
  width:45%;
  display: inline-block;
  text-align: left;
}
.businessneedtop_wrapper .right{
  width:40%;
  display: inline-block;
  text-align: left;
  padding-left:5%;
}
.businessneedtop_wrapper .right h5.sub_tittle{
  text-shadow: none;
}
h4.business_tittle{
  font-family: 'instrumentmedium';
    font-size: clamp(20px, 6vw, 27px);
    text-transform: capitalize;
    color: #282828;
    padding: 0px 0px 0px 0px;
    display: block;
    position: relative;
    margin: 0;
    line-height: 1.1;
}
h4.business_tittle span{
background: linear-gradient(90deg, #E21F3E 0%, #7C1122 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: "instrumentbold";
line-height: normal;
color: transparent;
}
.homeservice_container {
    background: #f8f7f3;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.homeserviceblock_wrapper{
  width:100%;
  display: block;
  margin: 0px 0px 0;
  position: relative;
  z-index: 1;
}

.homeserviceblock_wrapper .owl-stage {
    display: flex;
}
.homeserviceblock_wrapper .owl-item {
    display: flex;
    height: auto !important;
}

.homeserviceblock_wrapper .item {
    width: 100%;
    display: flex;
    padding: 0px 8px;
}

.homeserviceblock_wrapper .block {
    display: flex;
    width: 100%;
    
}
.homeserviceblock_wrapper .block{
  padding: 0 0px;
  width:100%;
  position: relative;   
  border-radius: 5px;
}
.homeserviceblock_wrapper .block .block_inner{
  background: #fff;
  padding: 22% 25px 30px; 
  position: relative;
  transition: all ease-in-out 0.5s;
  height: 100%;
  border-radius: 5px;
  
}
.homeserviceblock_wrapper .block:hover .block_inner{
 
  
}
.homeserviceblock_wrapper .block .arrow{
  position: absolute;
  right: 6%;
  top:6%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width:35px;
  height:35px;
  border-radius: 50%;
  border: 1px solid #282828;
  background: #fff;
}
.homeserviceblock_wrapper .block:hover .arrow{
  background: #7C1122;
}

.homeserviceblock_wrapper .block .arrow img{
    opacity: 1;
  position: static;
}
.homeserviceblock_wrapper .block:hover .arrow img{
  filter: brightness(0) invert(1);
}

.homeserviceblock_wrapper .block .icon{
  display: inline-block;
  position: relative;
  opacity: 1;
  width:18%;
}

.homeserviceblock_wrapper .block .icon img{
  position: static;
  opacity: 1;
}
.homeserviceblock_wrapper .block:hover .icon img{
  filter: brightness(0) invert(1);
  transition: all ease-in-out 0.3s;
}
.homeserviceblock_wrapper .block h4{
  font-size: clamp(20px, 5vw, 25px);
    color: #282828;
    font-family: 'instrumentmedium';
    line-height: 1;
    margin: 0px 0 0;
    text-transform: capitalize;
    transition: all ease-in-out 0.3s;
    position: relative;
    padding-bottom: 10px;
    border-bottom:3px solid #613A8B;
    display:inline-block
}
.homeserviceblock_wrapper .block h4::before {
    background: #fff;
    height: 3px;
    width: 5%;
    content: "";
    right: 24%;
    bottom: -3px;
    position: absolute;
}
.homeserviceblock_wrapper .block p{
  padding: 10px 0 0;
  position: relative;  
  transition: all ease-in-out 0.3s;
  line-height: 20px;
  font-size: clamp(15px, 6vw, 16px);
}
.homeserviceblock_wrapper .block ul{
  padding: 7px 0 0 17px;
  position: relative;
}
.homeserviceblock_wrapper .block ul li {
    font-family: '42dotsanslight';
    font-size: clamp(14px, 6vw, 16px);
    color: #282828;
    line-height: 20px;
    text-transform: none;
    padding: 3px 0px;
    display:list-item;
    list-style: disc;
}

.homeserviceblock_wrapper .block:hover h4{
  color: #7C1122;
   border-bottom:3px solid #7C1122;
}
.arrow-icon{
  width:25px;
  height:25px;
}
.arrow-icon path {
    stroke: #282828;
}
.homeserviceblock_wrapper .block:hover .arrow .arrow-icon path{
  stroke: #fff;
}
 .homeserviceblock_wrapper{
    padding: 30px 30px 0;    
 }
.owl-carousel .owl-nav {
   display: flex;
    width:100%;
    position: absolute;    
   top: 50%;
   transform: translateY(-50%);
    justify-content: space-between;
}
.owl-carousel .owl-nav button {
  position: relative;
    display: block;
    width:42px;
    height: 54px;
    border: none;
    border-radius: 0px;
    text-align: center;
    top: 0;
    bottom: auto;
    font: normal normal normal 14px/1 FontAwesome;
    background: rgba(255, 255, 255, 0);
    color: #cccccc;
    font-size: 20px;
    opacity: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.owl-carousel .owl-nav .owl-prev {
  
}
.owl-carousel .owl-nav .owl-next {
 
}
.owl-carousel .owl-nav button span {
  display: none;
}
.owl-carousel .owl-nav .owl-prev::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -35px;
  top: 0px;
  background: url(../images/prev_arrow.png) no-repeat;
  background-position: center center;
  background-size: 75%;
}
.owl-carousel .owl-nav .owl-next::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: -35px;
  top: 0px;
  background: url(../images/next_arrow.png) no-repeat;
  background-position: center center;
  background-size: 75%;

}
.fullvideo_container{
  width:100%;
  display: block;
  position: relative;
  margin: -6% 0px 0;
}

.homestart_container {
    background: #fff;
    width: 100%;
    padding: 70px 0;
    position: relative;
    overflow: visible; /* important */
}

.homestart_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
}

.homestart_wrapper > .left {
    width: 34%;
    position: sticky;
    top: 100px;
    align-self: flex-start;
}

.homestart_wrapper > .right {
    width: 60%;
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.cards-progress-wrap {
    position: sticky;
    top: 100px;
    align-self: flex-start;
    flex-shrink: 0;
}

.cards-progress {
    position: relative;
    width: 1px;
    height: 512px; /* same as card height */
    background: #d9d9d9;
}

.cards-progress-thumb {
    position: absolute;
    top: 0;
    left: 50%;

    width: 2px;
    height: 90px;

    background: #282828;
    border-radius: 10px;

    transform: translateX(-50%);
    transition: top 0.1s linear;
}
.cards-viewport {
    flex: 1;
}

#cards {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;

    /* space for the last card to unstick before next section */
    
}

.card {
    position: sticky;
    top: 100px;
    height: 512px;

    /* space between cards */
    margin-bottom: 132px;
}

.card:last-child {
    margin-bottom: 0;
}

.card-content {
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: space-between;
}

.card-content .left {
    width: 38%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.card-content .right {
    width: 55%;
}

.card-content .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


.card-number {
    font-size: clamp(20px, 7vw, 34px);
    line-height: 1;
    color: #282828;
    font-family: 'instrumentmedium';
}

.card-content h2 {
    font-size: clamp(20px, 6vw, 28px);
    text-transform: capitalize;
    background: linear-gradient(90deg, #E21F3E 0%, #7C1122 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "instrumentbold";
}

.card-content p {
    color: #282828;
    line-height: 1.5;
    font-size: 16px;
}
.homeindustry_container{
  width:100%;
  background: #F0EBEE;
  display: block;
  padding: 60px 0px;
}
.homeindustry_wrapper{
  display:flex;  
  flex-wrap: wrap;
}
.homeindustry_wrapper .left{
  width:30%;
  display: inline-block;
  text-align: left;
}
.homeindustry_wrapper .right{
  width:45%;
  display: inline-block;
  text-align: left;
  padding-left:5%;
}

.top_imagewrapper{
  width:75%;
  display:flex;
  justify-content: flex-start;
  margin: 40px 0px 0;
}
.imageblock{
  padding: 1px;
   width:100%;
}
.imageblock .image{
 width:100%;
  padding: 0px;
  position: relative;
  overflow: hidden;
}
.imageblock .image img{
  filter:grayscale(100%);
  transition: 0.5s cubic-bezier(0.6, 0.03, 0.28, 0.98);  
  transform: scale(1);
}
.imageblock:hover .image img{
  filter:grayscale(100%);
  transition: 0.5s cubic-bezier(0.6, 0.03, 0.28, 0.98);  
  transform: scale(1.08);
}
.imageblock .image .text_wrapper{
  position: absolute;
  left: 5%;
  bottom: 7%;
  width:90%;  
  padding: 0px 10px;
  display:block; 
}
.imageblock .image .text_wrapper h4 {
    font-size: clamp(18px, 5vw, 22px);
    color: #fff;
    font-family: 'instrumentmedium';
    line-height: 1;
    margin: 0px 0 0;
    text-transform: capitalize;    
}
.bottomimage_wrapper{
  width:100%;
  display:flex;
  flex-wrap: wrap; 
  margin: 30px 0px 0;
  align-items: center;
}
.bottomimage_wrapper .left{
  width:25%;
  display: inline-block;
  text-align: left;
}
.bottomimage_wrapper .right{
  width:70%;
  display: inline-flex;
  text-align: left;
}
.homecase_container{
  width:100%;
  display: block;
  text-align: center;
  padding: 70px 0px;
  background: #fff;
}
.casetop_content{
  width:60%;
  margin:0 auto 0;
}
.casetop_content h5.sub_tittle{
  justify-content: center;   
}
.casetop_content h5.sub_tittle::before {
  display: none;
}
.homecase_wrapper{
  margin:40px auto 0;
  display:flex;
  flex-wrap:wrap;
  width:90%;
  
}
.homecase_wrapper .block{
  width:50%;
  display: inline-block;
  padding:5px;
  text-align: left;
}
.homecase_wrapper .block .block_wrapper{
  position: relative;
  overflow: hidden;
}
.homecase_wrapper .block .block_wrapper::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient(180deg, rgba(97, 58, 139, 0.00) 0%, #762D67 100%);
  opacity: 1;
  visibility: visible;
  transition: all ease-in-out 0.8s;
  border-radius: 6px;
}
.homecase_wrapper .block:hover .block_wrapper::before{
  background: linear-gradient(180deg, #613A8B 0%, #762D67 100%);
  transition: all ease-in-out 0.8s;
}
.homecase_wrapper .block .block_wrapper .image{
  width:100%;
  display: block;
  transition: all ease-in-out 0.5s;
}
.homecase_wrapper .block .block_wrapper .image img{
  border-radius: 6px;
}
.homecase_wrapper .block .block_wrapper .text_wrapper{
  position: absolute;
  left: 5%;
  bottom: 10%;
  width:90%;
   padding:0 20px;
  display:block;

}
.homecase_wrapper .block:hover .block_wrapper .text_wrapper{
  opacity: 0;
  visibility: hidden;
}
.homecase_wrapper .block .block_wrapper h4{
  font-size: clamp(18px, 5vw, 22px);
    color: #fff;
    font-family: 'instrumentbold';
    line-height: 1.2;
    margin: 0px 0 0;
    text-transform: capitalize;    
}
.homecase_wrapper .block .block_wrapper h4 span{
  font-family: 'instrumentmedium';
}
.homecase_wrapper .block .block_wrapper p{
  color: #fff;
}
.homecase_wrapper .block .block_wrapper .textover_wrapper{
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translate(0, -50%);
  padding:20px;
  width:90%;  
}
.homecase_wrapper .block:hover .block_wrapper .textover_wrapper{
  opacity: 1;
  visibility: visible;
}
.homecase_wrapper .block .block_wrapper .read_more{
    font-family:'instrumentmedium';
    font-size: clamp(13px, 6vw, 15px);
    color: #fff;
    line-height: 24px;
    text-transform: none;
    padding: 10px 0px;
    text-decoration: underline;
}
.homecase_wrapper .block .block_wrapper .arrow {
    position: absolute;
    right: 6%;
    top: 6%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: transparent;
}
.homecase_wrapper .block:hover .block_wrapper .arrow {
  background: #fff;
}
.homecase_wrapper .block .block_wrapper .arrow-icon {
    width: 25px;
    height: 25px;
}
.homecase_wrapper .block .block_wrapper .arrow-icon path {
    stroke: #fff;
}
.homecase_wrapper .block:hover .block_wrapper .arrow-icon path {
  stroke: #282828;
}
.globalteam_container{
  background: linear-gradient(90deg, #A21128 0%, #E21F3E 100%);
  padding: 0 0 12%;
}
.globaltop_wrapper{
  width:93%;
  margin: 0 0 0 auto;
  display: flex;
  flex-wrap: wrap
}
.globaltop_wrapper .left{
  width:34%;
  display: inline-block;
  padding: 60px 0 0;
}
.globaltop_wrapper .left h5.sub_tittle, .globaltop_wrapper h4.business_tittle, .globaltop_wrapper p{  
  color: #fff; 
}
.globaltop_wrapper p{
font-size: clamp(14px, 6vw, 15px);
line-height: 20px;
}
.globaltop_wrapper h5.sub_tittle::before {   
    background: #fff;   
}
.country_wrapper{
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0;
}
.country_wrapper .block{
  display: inline-flex;
  align-items: flex-end;
  width:50%;
  padding: 0px 20px 20px 0;
  font-family: 'instrumentsemibold';
    font-size: clamp(14px, 6vw, 16px);
    color: #fff;
    line-height: 22px;
    text-transform: none;   
}
.country_wrapper .block .icon{
  width:30%;
  display: inline-block;
  padding-right: 10px;
}
.globaltop_wrapper .right{
  width:66%;
  display: inline-block;
}
.world-map{
    position:relative;
    max-width:100%;
    margin:0px auto;
}

.world-map img{
    width:100%;
    display:block;
}

/* ==========================
   USA LOCATION
========================== */

.usa-location{
    position:absolute;
    transform:translate(-50%,-100%);
    text-align:center;
    cursor:pointer;
    z-index:5;
}

.usa-label{
   font-family: 'instrumentsemibold';
    font-size: clamp(14px, 6vw, 15px);
    color: #fff;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom:8px;   
}

.map-pin{
    width:27px;
    height:27px;
    display:block;
    margin:auto;
}

/* ==========================
   PULSE LOCATIONS
========================== */

.location-point{
    position:absolute;
    width:14px;
    height:14px;
    transform:translate(-50%,-50%);
    cursor:pointer;
    z-index:5;
}

.pulse{
    width:10px;
    height:10px;
    background:#fff;
    border-radius:50%;
    position:relative;
    display:block;
}

.pulse::before,
.pulse::after{
    content:"";
    position:absolute;
    inset:0;
    border:2px solid #fff;
    border-radius:50%;
    animation:pulse 2s infinite;
}

.pulse::after{
    animation-delay:1s;
}

@keyframes pulse{

    0%{
        transform:scale(1);
        opacity:1;
    }

    100%{
        transform:scale(3);
        opacity:0;
    }
}

/* ==========================
   TOOLTIP
========================== */

.map-tooltip{
    position:absolute;
    opacity:0;
    pointer-events:none;
    transform:translate(-50%,-100%);
    transition:.3s;
    z-index:5;
}

.map-tooltip.show{
    opacity:1;
}

.tooltip-content{
    background:rgba(0,0,0,.85);
    color:#fff;
    padding:6px 12px;
    border-radius:8px;
    white-space:nowrap;
}

.tooltip-text{
    font-family: '42dotsanslight';
    font-size: clamp(13px, 6vw, 15px);
    color: #fff;
    line-height: 20px;
    text-transform: none;
}
.globalbottom_container{
  width:88%;
  display: block;
  margin: 0px auto 0;
}

.globalbottom_wrapper{
  display:flex;  
  flex-wrap: wrap;
  width:85%;
  margin: 30px 0 0;
}
.globalbottom_wrapper .left{
  width:43%;
  display: inline-block;
  text-align: left;
}
.globalbottom_wrapper h4, .globalbottom_wrapper p{
  color: #fff;
  padding: 0;
  margin: 0;
}
.globalbottom_container h5.sub_tittle {    
    color: #fff;   
}
.globalbottom_container h5.sub_tittle::before{
  display: none;
}
.globalbottom_container h5.sub_tittle::after {
    content: "";
    display: inline-block;
    width: 74%;
    height: 1px;
    background: #fff;
    margin-top: 0;
    margin-left: 12px;
    margin-right: 0;
    position: relative;
    right: 0;
    top: 11px;  
}
.globalbottom_wrapper .right{
  width:50%;
  display: inline-block;
  text-align: left;
  padding-left:5%;
}
.businesswork_container{
  background: transparent;
}
.businesswork_wrapper{
  display: flex;
  flex-wrap: wrap;
  width:100%;
  margin: -10% 0 0;
  padding: 0;
}

.businesswork_wrapper .block h5 {
    font-size: clamp(20px, 5vw, 25px);
    color: #282828;
    font-family: 'instrumentmedium';
    line-height: 1;
    margin: 0px 0 10px;
    text-transform: capitalize;   
}
.businesswork_wrapper .item:hover .block{
box-shadow: 4.667px 10.667px 23.733px -8px rgba(0, 0, 0, 0.20);
}
.businesswork_wrapper .block h4 {
    font-size: clamp(20px, 5vw, 23px);   
    line-height: 1.2;   
}
.bottomvideo_container{
  width:100%;
  display: block;
  position: relative;
  margin: 70px 0 0;
}
.bottomvideo_wrapper {
    /* padding: 50px 0; */
    height: 100svh;
}
.bottomvideo_container img {
    object-fit: cover;
    height: 100%;
    /* padding: 100px 0; */
}
.videocontent_wrapper{
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  width:70%;  
}
.videocontentinner_wrapper{
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  width:100%;
}
.videocontentinner_wrapper .left{
  background: url(../images/videoinner_bg.png) no-repeat;
    background-position: right bottom;
    background-size: cover;
    width: 44%;
    display: inline-flex;
    padding: 70px 50px;
    flex-direction: column;
    justify-content: center;
}
.last_para{
  padding: 20px 0 0;
}
.videocontentinner_wrapper .left h5, .videocontentinner_wrapper .left h4, .videocontentinner_wrapper .left p{
  color: #fff;
}
.videocontentinner_wrapper h5.sub_tittle::before{
  background: #fff;
}
.videocontentinner_wrapper .right{
  width:56%;
  display: inline-block;
  padding: 60px 40px;
}
.career-form {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding:0 0px 0 0; 
}
.career-form h4 {
    font-family: 'instrumentmedium';
    font-size: clamp(20px, 6vw, 25px);
    text-transform: capitalize;
    color: #7C1122;
    padding: 0px 0px 20px 0px;
    display: block;
    position: relative;
    margin: 0;
    line-height: 1.1;
}
.career-form form{
 display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}
.career-form form .full {
    grid-column: 1 / 3;
}
.career-form  .input-text {
  border-radius: 7px; 
  height: auto;
  background: #F0EBEE;
  border: none;
  font-family: 'instrumentmedium';
  font-size: 15px;
  color: #B9B6B8;
  text-transform: none;
  height: 45px;
  width:100%;
}
.career-form  .input-text::placeholder{
  color: #B9B6B8;
  text-transform: capitalize;
   font-family: 'instrumentmedium';
   font-size: 15px;
}
.career-form  select.input-text {
  background:#fff url(../images/down_arrow.png) no-repeat calc(100% - 10px) center;
  padding-right: 40px;
  appearance: none;
  background-size: 2.5%;
}
.career-form  select.input-text {
    background: #F0EBEE url(../images/select_arrow.png) no-repeat calc(100% - 20px) center;
    appearance: none;
    background-size: 2%;
}
.career-form  textarea.input-text {
  padding: 20px;;
  height:120px;
  
}
.career-form .input-textarea::placeholder{
  color: #9c9898;
  text-transform: capitalize;
}

.career-form .submit {
    justify-content: left;
    direction: rtl;
    display: flex;
}

  .career-form .submit .btn {
    height: 40px;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    border-radius: 666px;
    border: 1.333px solid rgba(162, 22, 44, 0.00);
    background: linear-gradient(90deg, #613A8B 0%, #E21F3E 100%);
    box-shadow: 0 2px 5.333px 0 rgba(136, 144, 194, 0.25), 0 4.667px 14px 0 rgba(37, 44, 97, 0.20);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    -moz-appearance: none;
    -webkit-transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    user-select: none;
    padding: 3px 30px 0px;
    cursor: pointer;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: 'instrumentmedium';
    margin-top: 10px;
    position: relative;
}

span.wpcf7-spinner {
    position: absolute !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output, 
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  grid-column: 1 / 3;
  margin: 0;
}
span.wpcf7-form-control-wrap {
    font-size: 0;
}
.wpcf7-form-control-wrap {
    position: relative;
    /* opacity: 0; */
    width: 100%;
    display: block;
}
input.wpcf7-form-control.wpcf7-file.input-text.btn.large {
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    font-size: 0;
    z-index: 2;
    border: none;
    height: 45px;
    background: transparent;   
}
.homefaq_container{
  margin: 70px 0;
  width:100%;
  display: block;
}
.homefaq_wrapper{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.homefaq_wrapper .left{
  width:35%;
  display: inline-block;
  padding: 18px 20px 0;
}
.homefaq_wrapper .left h4{
  text-transform: none;
}
.homefaq_wrapper .left h5.sub_tittle::before {
    content: "";
    display: inline-block;
    width: 24%;
    height: 1px;
    background: #7C1122;
    margin-top: 0;
    margin-left: 0;
    margin-right: 8px;
    position: relative;
    left: 0;
    top: 12px;
    /* transform: translateY(-50%); */
}
.homefaq_wrapper .right{
  width:55%;
  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:18px 0;
  position: relative; 
 margin: 0 0;
 border-bottom: 2px solid #000;
}

.collapsible .collapse-head {
  display: block;   
 font-family: 'instrumentsemibold';
    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;
}
.collapse-head{
    cursor:pointer;
    user-select:none;
}
.collapsible .collapse-head.open{
  color:#282828;
}
/* 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: 4;
    font-family: 'instrumentsemibold';
    font-weight: 900;
}
.collapsible .collapse-head.open::after{
  content: "\2212";  
}

.collapsible .collapse-content {
  display: none;
  padding: 0px 0 0px 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;
}
 .footer{  
      width: 100%;
   background:linear-gradient(90deg, #A21128 0%, #E21F3E 100%);;
   background-position: center top;
  background-size: cover;
  position: relative;
    }
   .footer::before{
    content:"";
    background: url(../images/eWoke_img.png) no-repeat;
    background-position: center bottom;
    background-size: 100%;
    width:100%;
    height: 100%;
    display: block;
   position: absolute;
   left:0;
   bottom:0;
   }
    .footer_wrapper{
      width: 100%;
      padding: 70px 0 18%;
      clear: both !important;
      position: relative;
    }
    
    .footer .footer-content {  
      margin: 0px 0px 0px 0px;  
      width:100%
    }
    .footer .footer-content .col-container{
      display: flex;    
      flex-wrap: wrap;    
      justify-content: space-between;
    }
    .row {
      margin: 0px -15px;
    }
    .footer .inline{
      position: relative;
    }
    .footer .inline::before {
    position: absolute;
    margin: 0px 0 0;
    background: rgba(255, 255, 255, 0.3);
    height: 100%;
    content: "";
    display: inline-block;
    width: 1px;
    right: -58%;
    top: 0;
}
 .footer .inline:last-child::before, .footer .inline:first-child::before  {
    display: none;
  }
    .footer .footer-content  h3 {
      font-family: 'lufgasemibold';
      font-size: 26px;
      text-transform: capitalize;
      color: #fff;
      padding: 0px 0px 10px 0px;     
      display: inline-block;
    }
    
    .footer .footer-content  h4 {
      font-family: 'instrumentsemibold';
      font-size: 20px;
      text-transform: capitalize;
      color: #fff;
      padding: 0px 0px 10px 0px;     
      display: inline-block;
    }
    .footer .footer-content  h5 {
      font-family: 'playfairdisplaybold';
      font-size: 19px;
      text-transform: capitalize;
      color: #e5bd4f;
      padding: 0px 0px 10px 0px;     
      display: inline-block;
    }
    .footer_logo_border{
      
    }
    .footer .footer-content  p {
      font-family: '42dotsanslight';
      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: none;
      line-height: 20px;
      max-width: 300px;
    } 
    .footer .footer-content .footer-logo {
    margin: 0px 0px 10px 0px;
    width: 180px;
    max-width: 100%;
} 
    .footer .footer-content  p a{
      color: #fff;
    }
    .footer .footer-content .timing p{
      text-transform: uppercase;
      padding-top: 18px;
      font-size: 13px;   
    }
    .footer .footer-content  .links {
      padding: 10px 0px 0px 0px;
      margin: 0px 0px 0px 0px;
    }
    .fa-map-marker:before {
      content: "\f041";
      color:#ee7408;
      font-size:16px ;
      padding-right: 10px;
      margin-top:-3px;
    }
    
    .fa-envelope:before{
    color:#ee7408;
      font-size:16px ;
      padding-right: 10px;
    }
    .fa-phone:before{
    color:#ee7408;
      font-size:16px ;
      padding-right: 10px;
    }
    .footer .footer-content  .links li {
      display: block;
      padding: 7px 0px;
      text-align: left;    
      font-family: 'instrumentregular';
      font-size: 15px;
      color: #fff;
      align-items: center;
    }
    .footer .footer-content .links.footer_contact li{
      align-items: flex-start;
        font-family: 'instrumentregular';
      font-size: 15px;
      color: #fff;
      line-height: 24px;
    }
    .footer .footer-content  .links li .fa{
      margin-top:2px;
    }
    .footer .footer-content .links li:first-child a {
      padding-top: 0px;
    }
    .footer .footer-content .links li a {
      font-family: 'instrumentregular';
      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: 24px;
  }
  .footer .footer-content .links.footer_contact li a{
    text-transform: none;
    display: inline-block;
    padding:0 8px;
  }
   .footer .footer-content .links.footer_contact li a:first-child{
    padding-left: 0;
   }
    .footer .footer-content .links li a.mail{
      text-transform: none;
    }
    
    .footer .footer-content .links li a:hover {
      color: #ffcc29;
      
    }
    .footer .footer-content .links li:first-child a {
    padding-top: 0px;
   
}
.footer .footer-content .links.quicklink li:first-child a:first-child {
    padding-top: 0px;
    padding-left: 0;
}
    .footer .copyright {     
       
       padding: 10px 0;
       position: relative;
      
    }
    .footer .copyright .desc {
      display: flex;
        vertical-align: middle;
        width: 100%;
        padding: 0px 0;
        margin: 0 auto;
        text-align: center;
        justify-content: space-between;
        flex-wrap: wrap;
       
    }
    .footer .copyright p {
      display: block;
      color: #fff;
      font-family: '42dotsanslight';
      font-size: 14px;
      text-transform: capitalize;
      padding: 0;
     text-align: center;
     line-height: 20px;
    }
    .footer .copyright p a {
     
      color: #fff;
      text-transform: none;
      padding: 0 2px;
    }
    .footer .copyright p a:hover {
      
    }
    
    .footer .social {
    font-size: 0px;
    display: block;
    margin: 22px 0px 0px 0px;
    position: static;
    }
    .footer .social li {
    display: inline-block;
    margin: 0px 17px 0px 0px;
    text-align: center;
    }
    .footer .social li a {
    display: block;
    font-size: 19px;
    color: #fff;  
    border: none;   
    display: flex;
    background: none;
    justify-content: center;
    align-items: center;   
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    }
    .footer .social li a:hover{
    color: #e5bd4f;
    
    }
       img.mob_banner {
      display: none !important;
  }
  img.desktop_banner {
    display: block !important;
  }
  .categorytop_wrapper .btn.mob_button{
  display: none;
}
.footer .social li:last-child{
  margin: 0;
}
.homestartmob_container{
  display: none;
}
.homecase_wrapper.homecasemob_wrapper{
  display: none;
}
.accordion-menu{
  display: none;
}
 @media only screen and (min-width: 1900px) {
  .header_menu .menu-list li {   
    font-size: 22px;
}   
.hero-text {
    font-size: clamp(28px, 6vw, 76px);
}
.banner p {
    
    font-size: clamp(16px, 7vw, 20px);
}

.btn {   
    font-size: 19px;
    height: 42px;
}
    .main_tittle {
        font-size: clamp(20px, 6vw, 52px);
    }
p {   
    font-size: clamp(16px, 5vw, 19px);   
    line-height: 28px;
}
h4.tittle {   
    font-size: clamp(19px, 5vw, 28px);
}

 }
 @media only screen and (max-width: 1450px) {
 
.hero-text{
  font-size:clamp(28px, 6vw, 55px);
}
.main_tittle {   
    font-size: clamp(25px, 6vw, 40px);
}
h3.client_title::after {   
    width: 76%;
}
 }
@media only screen and (max-width: 1350px) {

}
@media only screen and (max-width: 1280px) {
    header {        
        align-items: center; 
        padding: 8px 0;     
    }
    header.fix {     
      padding: 8px 0;     
  }
    .menu-btn {
      display: inline-block;
      
  }
  .logo {
    display: inline-block;
    width: 200px;
}

    header .btn:active {
        border-bottom: none;
    }
    header .btn:hover {
        background-color: transparent;
        border-color: transparent
    }
    .menu-btn .icon {
        
    }
    .menu-btn .icon .bar {        
        height: 5px;    
    }
    .menu-btn .icon .bar-2 {
        top: 8px;
        
    }
    .menu-btn .icon .bar-4 {
        bottom: 0.5px;    
    }
    .header_menu{
      width: 100%;
      height: 100vh;
      display: flex;
      /* flex-wrap: wrap; */
      align-items: center;
      transition: 0.3s;
      justify-content: center;
      position: fixed;
      flex-direction: column;
      left: 0px;
      top: 0px;
      z-index: 10;
      background: #fff;
      background-size: cover;
      background-position: center center;
      opacity: 0;
      visibility: hidden;
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -webkit-transition: all 0.3s cubic-bezier(.39, 0, .39, 1);
      -moz-transition: all 0.3s cubic-bezier(.39, 0, .39, 1);
      transition: all 0.3s cubic-bezier(.39, 0, .39, 1);
      margin-top: 0;
      overflow: auto;
      padding: 12% 2% 10%;     
background: linear-gradient(180deg, #E21F3E 0%, #7C1122 100%);
      }
    .header_menu.open{
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    .header_menu .menu-list{
        text-align: center;
    }
      .header_menu .menu-list li{
        display: block;
        padding: 15px 0 0;
      }
    .header_menu .menu-list li a,
   .header_menu .menu-list li a, .header_wrapper .menu .menu-list li a {
        color: #fff;
        line-height: 55px;
        font-size: 30px;
    }
    .appointment .btn {   
    font-size: 35px;   
    height: 55px;
}

    .header_contact .fa-envelope-o:before {
        
        font-size: 28px;    
    } 
    .header_contact .fa-phone:before {
        
        font-size: 30px;    
    }
   
      .header_wrapper .menu-btn{
        display: inline-block;
      }
      .header_menu .menu-list li.menu-item-has-children .sub-menu{
        display: none !important;
      }
      .header_contact p{
        display: none;
      }
    .header_contact p a {
        transition: 0.1s;
        color: #25b061;
        padding-left: 5px;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        font-size: 0;
    }    
 
  
  .header_menu h4 {
    
    display: block;
}

.header_menu .social{
  display: block;
  margin: 30px 0 0;
}
.header_menu .social li {
  display: inline-block;
  margin: 0px;
  text-align: center;
  padding: 0 6px;
}
.header_menu .social li a {
  display: block;
  font-size: 15px;
  color: #0b374a;  
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  display: flex;
  background: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  }
  .header_menu .social li a::after{
    display: none;
  }
  .header_menu .social li a:hover{
  background: #d37948 !important;
  border: 1px solid #d37948;
  color: #fff !important;
  }
  .header_menu .menu-list li a {
    padding: 0;
  }
  .appointment{
    display: none;
  }


.banner .banner-item .content h4 {
  font-size: clamp(18px, 2vw, 22px);
}


.appointment_mob {
  display: block;
  margin: 20px 0 0;
}
.hero-text {
        font-size: clamp(28px, 6vw, 45px);
    }
.banner p {    
    font-size: clamp(13px, 5vw, 15px);   
    line-height: 22px;
}
p {   
    font-size: clamp(13px, 5vw, 15px);   
    line-height: 22px;
}
.more_about::after {   
    font-size: 25px;  
    font-weight: 700;
}
.homeproduct_wrapper .block .inner_block .content {   
    padding: 14px 25px;
}
h4.tittle {    
    font-size: clamp(16px, 5vw, 19px);
    padding: 0;
}
.testimonial_wrapper .owl-item {
    padding: 0 6px;
}
.banner .content {  
    
}
.header_menu .menu-list li:hover a{
  font-family: 'instrumentbold';
}
}
@media only screen and (max-width: 1250px) {
.bottomimage_wrapper .left {
    width: 30%;  
}

}
@media only screen and (max-width: 1150px) {
    h3.client_title::after {
        width: 70%;
    }
    .bottomimage_wrapper {
   
    flex-direction: column-reverse;
}
.top_imagewrapper {
    width: 90%;   
}
.bottomimage_wrapper .right {
  width:90%;
}
    .bottomimage_wrapper .left {
        width: 100%;
        text-align: center;
    }
     .homecase_wrapper {
  
    width: 100%;
}
.homecase_wrapper .block .block_wrapper p {
    color: #fff;
    padding: 4px 0;
    line-height: 20px;
}
.homecase_wrapper .block .block_wrapper .textover_wrapper {
   
    left: 2%;
    top: 50%;
    transform: translate(0, -50%);
    padding: 15px;
    width: 96%;
}
.homecase_wrapper .block .block_wrapper .read_more {  
    line-height: 20px;   
    padding: 4px 0px 0;   
}
.videocontent_wrapper {   
    width: 94%;
}
  }
@media only screen and (max-width: 1080px) {
 
}
@media only screen and (max-width: 960px) {
  footer .inline:nth-child(2), footer .inline:nth-child(3), footer .inline:nth-child(4),  footer .inline:nth-child(5){
    display: none;
  }
.accordion-menu {
    width: 100%;
    color: #fff;
    display: block;
}

.accordion-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.accordion-title {
    width: 100%;
    padding: 15px 0;
    background: transparent;
    border: 0;
    font-family: 'instrumentsemibold';
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;   
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-align: left;
}

.accordion-arrow {
    width: 10px;
    height: 10px;
    position: relative;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.accordion-arrow::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #fff;
}

.accordion-item.active .accordion-arrow {
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.accordion-content.open {
    max-height: 500px;
    padding-bottom: 20px;
}

.accordion-content a {
    display: block;
    padding: 0 0 16px 20px;    
    text-decoration: none;
  font-family: 'instrumentregular';
    font-size: 15px;
    color: #fff;    
    display: block;
    transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
    text-transform: capitalize;
    line-height: 24px;
}

.accordion-content a.active-link {
    text-decoration: underline;
    position: relative;
}

.accordion-content a.active-link::before {
    content: "›";
    position: absolute;
    left: -12px;
    top: 0;
    font-size: 18px;
}
.footer::before {
    content: "";
    background: url(../images/footerhorizontal_logo.png) no-repeat;
    background-position: right top;
   background-size: cover;
    width: 27%;
    height: 100%;
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    bottom: auto;    
    top:0;
    opacity: 0.4;
}
.footer .social {
  display: none;
}
.footer .social.social_mob {
  display: block;
}
.footer_wrapper {
    width: 100%;
    padding: 70px 0 4%;
}
}
@media only screen and (max-width: 860px) {
  img.mob_banner {
    display: block !important;
}
img.desktop_banner {
    display: none !important;
}
    .banner_content {
        top: 15%;
        width: 90%;
        display: flex;
        flex-wrap: wrap;        
        justify-content: center;
        text-align: center;
        height: 94%;
        left: 50%;
        transform: translateX(-50%);
    }
        .banner_content h2 {
        font-size: clamp(30px, 6vw, 48px);
    }
    .banner_content p {    
    font-size: clamp(17px, 7vw, 20px);
    }
    .banner_content a {
        font-size: clamp(30px, 7vw, 50px);
    }
        .banner_content .link_wrapper {
        margin-top: 0;
    }
    .banner .content .right{
      display: none;
    }
  .banner .content {
        width: 95%;
        max-width: 95%;
        left: 50%;
        transform: translate(-50%, 0);
        text-align: center;
    }
    .banner .content .left {
    width: 100%;
}
    h3.client_title::after {
        width: 60%;
    }
    .stats-section {
   
    flex-wrap: wrap;
} 
.stat-item {
    flex: none;   
    width: 50%;
    margin: 10px 0;
}
.homestart_wrapper{
  flex-wrap: wrap;
}
.homestart_wrapper .left{
  width:100%;
}
.homestart_wrapper .right{
  width:100%;
 
}
.performancetop_wrapper {
    width: 100%;  
}
.businessneedtop_wrapper .right {
    width: 50%;
}
.homestart_container{
  display: none;
}
.homestartmob_container{
  display: block;
  width:100%;
  margin: 50px 0 0;
}

.homestartmob_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;    
    flex-wrap: wrap;
}
.right_mob {
    width: 100%;
    margin: 40px 0;
}
#workprocess_slider {
    touch-action: pan-y;
}
.homestartmob_wrapper .left {
    width: 100%;
   display: inline-block;
}

.homestartmob_wrapper .right {
    width: 100%;
  
}
.card-content {
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: space-between;
}

.card-content .left {
    width: 38%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.card-content .right {
    width: 55%;
}
.homeindustry_wrapper .left {
    width: 42%;
    display: inline-block;
    text-align: left;
}
.homeindustry_wrapper .right {
    width: 57%;
    display: inline-block;
    text-align: left;
    padding-left: 5%;
}

.homeindustry_wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 88%;
    margin: 0 auto;
}
.homeindustry_container .container{
  width:100%;
}
.top_imagewrapper {
        width: 92%;
        margin: 20px 0 0 auto;
    }
   .bottomimage_wrapper .right{
        width: 92%;
        margin: 20px auto 0 0;
    }
    .casetop_content {
    width: 88%;
    margin: 0 auto 0;
}
.homecase_wrapper{
  display: none;
}
    .homecase_wrapper.homecasemob_wrapper {
        display: block;
        width: 90%;
        margin: 40px 0 0 auto;
    }
.homecase_container .container{
  width:100%;
}
.homecasemob_wrapper .block{
  width:100%;
}
.globaltop_wrapper {
    width: 100%;
    flex-direction: column-reverse;
}
.globaltop_wrapper .right {
    width: 100%;
    display: inline-block;
}
.globaltop_wrapper .left {
    width: 88%;
    display:block;
    margin: 40px auto 0;
}
.globalbottom_container {
  
    margin: 20px auto 0;
}
.globalbottom_wrapper .left {
    width: 100%;     
}
.globalbottom_wrapper .right {
    width: 100%;
    margin: 30px 0 0;
    padding: 0;
}
.stat-item:not(:last-child)::after{
  display: none;
}
.homefaq_wrapper .left {
    width: 100%;
    display: inline-block;
    padding: 18px 0px 0;
}
.homefaq_wrapper{
  flex-wrap: wrap;
}
.homefaq_wrapper .right {
    width: 100%;
    display: block;
    margin: 20px 0 0;
}
}
@media only screen and (max-width: 850px) {

.btn {
    height: 35px;    
    font-size: 16px;
}
 
        h4.tittle {
        font-size: clamp(16px, 5vw, 19px);
        padding: 0;
        text-align: left;
    }


}
 @media only screen and (max-width: 750px) {
  .testimonial_wrapper .item {
      padding: 24px;
  }
 
 .performancetop_wrapper {
  flex-wrap: wrap;
 }
  .performancetop_wrapper .left{
    width:100%;
  }
  .performancetop_wrapper .right{
    width:100%;
  }
      h3.client_title::after {
        width: 54%;
    }
    .businessneedtop_wrapper .left {
    width: 100%;
    display: inline-block;
    }
     .businessneedtop_wrapper .right {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0;
    }
      .card-content{
        flex-wrap: wrap;
      }
    .card-content .left {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: flex-start;
    }
        .card-content .right {
        width: 100%;
        padding: 20px 0 0;
    }
    .homeindustry_wrapper .left{
      width:100%;
    }
    .homeindustry_wrapper .right{
      width:100%;
      margin:20px 0 0;
    }
  .videocontentinner_wrapper .left {    
    width: 100%;
    }
  .videocontentinner_wrapper .right {
    
    width: 100%;
    }
    p.half {
    grid-column: 1 / 3;
}
.videocontentinner_wrapper .left {
  
    padding: 30px 20px;
}
.career-form .submit .btn {
   
    font-size: 13px;
 
    padding: 1px 20px 0px;
    
}
 }
@media only screen and (max-width: 650px) {
 .client_wrapper .swiper-slide {
   
    padding: 20px 10px;
}
.digit-wrap {
    width: 22px;
}   
.static-char {
    font-size: 35px;
}
.homeservice_container .container{
  width:100%;
}
.homeserviceblock_wrapper {
    padding: 30px 0px 0;
    width: 92%;
    margin: 0 0 0 auto;
}
.videocontentinner_wrapper .right {
    width: 100%;
    display: inline-block;
    padding: 30px 20px;
}
    .btn {
        height: 35px;
        font-size: 13px;
        padding: 1px 20px 0px;
    }
        h3.client_title::after {
        display: none;
    }
    .homecase_wrapper .block .block_wrapper p {
       
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .homecase_wrapper .block .block_wrapper .text_wrapper {
    position: absolute;
    left: 0%;
    }

}

  @media only screen and (max-width: 560px) {
  
  
    img.about_desktop{
      display: none;
    }
    img.about_mob{
      display: block;
    }
 .homecase_wrapper .block .block_wrapper h4 {
    font-size: clamp(17px, 4vw, 22px);
 }
 .homecase_wrapper .block .block_wrapper .arrow {
    
    width: 25px;
    height: 25px;
  }
  .homeserviceblock_wrapper .block{
     margin: 10px 0;
  }
.homeserviceblock_wrapper .block .block_inner {
   
    padding: 22% 10px 30px;   
    border-radius: 5px;
    box-shadow: 4.667px 3.667px 23.733px -8px rgba(0, 0, 0, 0.20);
}
   .collapsible .collapse-head::after {
   
    line-height: 26px;
   
}
}
    @media only screen and (max-width: 480px) {
      .stat-item {
        flex: none;
        width: 100%;
        margin: 15px 0;
    }
     .homecase_wrapper .block .block_wrapper p {
       
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    }
 

