@font-face {
  font-family: 'exo2thin';
  src: url('../fonts/Exo2-Thin.woff2') format('woff2'), url('../fonts/Exo2-Thin.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  display: swap;
}  
@font-face {
  font-family: 'exo2light';
  src: url('../fonts/Exo2-Light.woff2') format('woff2'), url('../fonts/Exo2-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  display: swap;
}  
@font-face {
  font-family: 'exo2regular';
  src: url('../fonts/Exo2-Regular.woff2') format('woff2'), url('../fonts/Exo2-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  display: swap;
}  
@font-face {
    font-family: 'exo2medium';
    src: url('../fonts/Exo2-Medium.woff2') format('woff2'), url('../fonts/Exo2-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }  
  @font-face {
    font-family: 'exo2semibold';
    src: url('../fonts/Exo2-SemiBold.woff2') format('woff2'), url('../fonts/Exo2-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  } 
  @font-face {
    font-family: 'exo2bold';
    src: url('../fonts/Exo2-Bold.woff2') format('woff2'), url('../fonts/Exo2-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  } 
 
  html{
    scroll-behavior: smooth;
  }
  
  * {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
    outline: none;
    resize: none;
    box-sizing: border-box;
    font-weight: normal;
  }
  img{
      width: 100%;     
      height: auto;
      display: block;
  }
  .whatwedo_wrapper img{
    max-width: 88px;
  }
  a,
  a:hover,
  a:focus {
    text-decoration: none;
    outline: none;
    display: inline-flex;
    -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: #0e0e0e;
    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 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 28px 3px;
    background: #ed7d31;
    color: #fff;
    font-family: 'exo2semibold';
    font-size: 18px;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 6px;
    border: none;
    margin-top: 25px;
    position: relative;
    z-index: 2;
    border: 2px solid #ed7d31;
    width: max-content;
    height: 38px;
    transition: 0.2s all ease-in-out;
}
  
  .btn:hover{
    color: #fff;   
    position: relative;
    display: inline-flex;
    background: transparent;
  }
  .btn.transparent{
    border-color: #fff;
    color: #fff;
    background: none;
  }
  .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.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: #3a3a3a;
    
    line-height: 28px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-family: 'orkneyregular';
  }
  .inline {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    
  }
  .col-1 {
    width: 100%;
    padding: 0px 15px;
  }
  .col-2 {
    width: 50%;
    padding: 0px 15px;
  }
  .col-3 {
    width: 33.3333%;
    padding: 0px 15px;
  }
  .col-4 {
    width: 25%;
    padding: 0px 15px;
  }
  .col-5 {
    width: 20%;
    padding: 0px 15px;
  }
  .col-container {
    font-size: 0px;
  }
  .row {
    margin: 0px -15px;
  }
  .container {
    margin: 0 auto;
    max-width: 100%;
    width: 85%;
  }
  .column {
    display: flex;
    flex-wrap: wrap;
    margin: -15px -15px 0px -15px;
  }
  .columns {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 15px;
  }
  .margin-top {
    margin-top: 140px;
  }
  .ui-datepicker .ui-datepicker-prev {
    top: 3px;
    background: #f42f2f url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAmElEQVQYGQXBQSqEAQCA0e//XWBSUspRKKJGoWZh4TxWVjZWNu7BxgXULJSFsuAMmBmj570kSZJzkyRJcunPQ5IkF9a+7CVJZn79OFCSnFpZOJaSTC0tnUhKjiysnElS9n1bm0mS8ognG5KkTDzj3ihJyaY57oySkmx5wa1BSpJtr7gxKEmy4w3XhiRJdr3jaqyqqj477CP/0qmsbV1NXLMAAAAASUVORK5CYII=) no-repeat center;
    font-size: 12px;
  }
  .ui-datepicker .ui-datepicker-next {
    top: 3px;
    background: #f42f2f url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAmElEQVQY01XQTQpBYRTG8YMN3JSUUjZCKeoqlIGB7TAyMjEysQ8mNnDLQBkoZRG+Lvp73onz6sx+p57zYUy50MC8jBlwph5TgbnwRM0p4EJ4pOoUcCk8UHEyiqyEe8pOAdfCjCQaTomdcBvTiDc3Wg4Dch50PKvHU5X6xK76OX3fq82dl5J+2ze5KnYc37jhw+T/EwnDGLAv7KSz3xS1KTsAAAAASUVORK5CYII=) no-repeat center;
  }
  .ui-datepicker table {
    font-size: 12px !important;
  }
  .ui-widget {
    font-size: 12px !important;
  }
  .ui-widget input,
  .ui-widget select,
  .ui-widget textarea,
  .ui-widget button {
    font-size: 12px !important;
  }
  .popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    transform: scale(1);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 50000;
    text-align: center;
    overflow-y: auto;
  }
  .popup .popup-content {
    display: inline-block;
    text-align: left;
    margin-top: 100px;
    margin-bottom: 100px;
    width: 560px;
    max-width: calc(100% - 30px);
    min-height: 300px;
    height: auto;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0px 0px 20px #000000;
    padding: 40px 30px;
    position: relative;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    transition-duration: 0.3s;
    transition-delay: 0.3s;
    opacity: 0;
  }
  .popup .popup-content .popup-close {
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    width: 29px !important;
    height: 29px !important;
    line-height: 27px !important;
    padding: 0px 0px 0px 2px  !important;
    text-align: center;
    border-radius: 30px !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7) !important;
    background: #004f94 !important;
    border-color: #004f94 !important;
    color: #FFFFFF !important;
    letter-spacing: 1px !important;
    margin: 0px !important;
  }
  .popup .popup-content.open {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition-duration: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
  }
  .popup .popup-content .header {
    padding: 0px 0px 10px 0px;
    border-bottom: 2px solid #9c9c9c;
    margin-bottom: 20px;
  }
  .popup .popup-content .header h2 {
    font-size: 17px;
    margin: 0px 0px 0px 0px;
    color: #3a3a3a;
    text-transform: uppercase;
  }
  .popup .popup-content .content {
    border-bottom: 2px solid #9c9c9c;
  }
  .popup .popup-content .content .job-title {
    font-size: 25px;
    line-height: 30px;
    color: #3a3a3a;
    margin: 0px 0px 10px 0px;
  }
  .popup .popup-content .content .experience {
    font-size: 12px;
    line-height: 12px;
    color: #3a3a3a;
    margin: 0px 0px 10px 0px;
  }
  .popup .popup-content .content .sections {
    margin-bottom: 20px;
  }
  .popup .popup-content .content .sections p {
    font-size: 14px;
    line-height: 20px;
    color: #3a3a3a;
  }
  .popup .popup-content .content .sections p strong {
    font-weight: normal;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 2px;
  }
  .popup .popup-content .content .sections .apply {
    float: right;
    padding: 0px 30px;
    line-height: 38px;
    height: 40px;
    text-transform: uppercase;
    font-size: 15px;
    width: auto !important;
    background: #004f94 !important;
    border-color: #004f94 !important;
    color: #FFFFFF !important;
    box-shadow: none !important;
    margin: 0px !important;
  }
  .popup .popup-content .content .sections .apply:hover {
    background: #004988 !important;
    border-color: #004988 !important;
    color: #3a3a3a !important;
  }
  .popup .popup-content .content .form .col-container {
    margin: 0px -5px;
  }
  .popup .popup-content .content .form .col-container .inline {
    padding: 0px 5px;
  }
  .popup .popup-content .content .form .col-container .inline .input-div {
    margin-bottom: 15px;
    position: relative;
  }
  .popup .popup-content .content .form .col-container .inline .input-div .input-text {
    width: 100%;
    height: 40px;
    line-height: 41px;
  }
  .popup .popup-content .content .form .col-container .inline .input-div textarea.input-text {
    height: 120px;
  }
  .popup .popup-content .content .form .col-container .inline .input-file-div #resume {
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
  }
  .popup .popup-content .content .form .col-container .inline .input-file-div #resume:hover + .input-text {
    color: #004f94;
    border-color: #004f94;
    box-shadow: inset 0px 0px 10px rgba(249, 104, 58, 0.5);
    -webkit-box-shadow: inset 0px 0px 10px rgba(249, 104, 58, 0.5);
  }
  .popup .popup-content .content .form .col-container .inline .input-file-div #resume:hover + .input-text .btn {
    background: #004988;
    border-color: #004988;
    color: #FFFFFF;
  }
  .popup .popup-content .content .form .col-container .inline .input-file-div .input-text {
    position: relative;
  }
  .popup .popup-content .content .form .col-container .inline .input-file-div .input-text .btn {
    position: absolute;
    padding: 0px 15px;
    right: -1px;
    top: -1px;
    height: 40px;
    line-height: 39px;
    margin: 0px;
    width: auto;
    box-shadow: none;
    font-size: 12px;
    text-transform: uppercase;
    background: #004f94;
    border-color: #004f94;
    color: #FFFFFF;
  }
  .popup .popup-content .content .form .col-container .inline .input-file-div .input-text .input-file-name {
    line-height: 39px;
    position: absolute;
    width: calc(100% - 108px);
    height: 100%;
    left: 0px;
    top: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #323232;
    font-size: 13px;
    padding: 0px 15px;
  }
  .popup .popup-content .content .form .col-container .inline .apply {
    height: 45px;
    line-height: 44px;
    width: auto;
    padding: 0px 50px;
    float: right;
    margin: 6px 0px 25px 0px;
    box-shadow: none;
    background: #004f94;
    border-color: #004f94;
    color: #FFFFFF;
  }
  .popup .popup-content .content .form .col-container .inline .apply:hover {
    background: #004988;
    border-color: #004988;
  }
  .social {
    font-size: 0px;
    display: block;
    margin: 0px 0px 0px 0px;
   
}
.social li {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    text-align: center;
}
.social li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);   
}

  .social li a:hover{
    
  }
  .social li a.facebook:hover {
    color: #3b5998;
  }
  .social li a.instagram:hover {
    color: #d82c7d;
  }
  .social li a.twitter:hover {
    color: #1da1f2;
  }
  .social li a.linkedin:hover {
    color: #0077b5;
  }
  .social li a.youtube:hover
  {
   
    color: #ff0000;
  }
  .social li a:hover {
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  }
  .social li a:hover i {
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  }
  /*.social li a.facebook:hover,
  .social li a.facebook:active,
  .social li a.facebook:focus {
    color: #3b5998;
  }
  .social li a.g-plus:hover,
  .social li a.g-plus:active,
  .social li a.g-plus:focus {
    transition: 0.1s;
    color: #e53935;
  }
  .social li a.instagram:hover,
  .social li a.instagram:active,
  .social li a.instagram:focus {
    transition: 0.1s;
    color: #d82c7d;
  }
  .social li a.twitter:hover,
  .social li a.twitter:active,
  .social li a.twitter:focus {
    transition: 0.1s;
    color: #1da1f2;
  }
  .social li a.linkedin:hover,
  .social li a.linkedin:active,
  .social li a.linkedin:focus {
    transition: 0.1s;
    color: #0077b5;
    background-color: transparent;
  }
  .social li a.youtube:hover,
  .social li a.youtube:active,
  .social li a.youtube:focus {
    transition: 0.1s;
    color: #ff0000;
  }*/
  
    .goto-top {
        position: fixed;
        right: 20px;
        bottom: 20px;
        border-radius: 0;
        border-radius: 3px;
        padding: 0px 20px;
        height: 40px;
        font-size: 40px;
        z-index: 100;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
        background: #ed7d31 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAYFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8GYpHzAAAAH3RSTlMAASorLDA7PD9ARlJXbm92eHl8fX5/gISFhoeIvfv8ZEvyMgAAAHpJREFUeAHt0UkOgzAMhWG789B0bjqU4PvfEiElT0YYS6zhbZD1/axCk9z2vHf9LiJvHvaHtPuw607xlLIvO47CcbN4Zany98e2R7qZRYQTij9b/5Mu4DvlujiUIHQdxaXci6QdRb3GfUzZsatIOql72XvlTVjRmM1rANIYFT25t9OXAAAAAElFTkSuQmCC) no-repeat;
        background-position: center;
        border-color: #fff;
        z-index: 10;
        transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    }
 
  .goto-top.open {
    opacity: 1;
    visibility: visible;
  }
  
  .home-wrapper {
    padding: 0px 0px 0px 145px;
  }
  .close-div {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  }

  .close-div.open {
    opacity: 1;
    visibility: visible;
  }
  .desc {
    color: #3a3a3a;
    font-size: 20px;
    line-height: 25px;
    display: block;
    margin: 0px 0px 0px 0px;
  }
  .box {
    padding: 70px 0px;
  }
  .read-more {
    color: #004f94;
    display: inline-block;
    vertical-align: baseline;
    font-size: 15px;
    line-height: 24px;
    text-transform: capitalize;
  }
  .read-more:hover {
    color: #fcc600;
  }
  /**********************************************************home page*****************************************************************/
header{
    width: 100%;   
    padding: 15px 0px;
    display: flex;
    position: fixed;
    top: 0;
    background: transparent;
    align-items: center;
    z-index: 1000;    
  }
  header .container{
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
    width:90%;
  }
  .logo {
    display: inline-block;   
    width:210px ;     
  }
  
  .logo a {
    display: block;
    width:100%;
  }
  
  .logo a img {
    display: block;
    max-width: 100%;
    width: 100%;     
  }
  .header_right{
    display: inline-flex;  
    align-items: center; 
    justify-content: space-between;
  }
  .header_right .btn{
    margin: 0;
  }
  /******************************************menu*********************************************/
  .header_menu{
    display: block;
    width: 100%;
    vertical-align: middle;
    transition: 0.3s;
  }
  .header_menu .menu-list {
    font-size: 0px;
    text-align: right;
    padding-top: 0px;
    list-style: none;
  }
  .header_menu .menu-list li {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    padding: 0 10px;
    line-height: 20px;
  }
  .header_menu .menu-list li.menu-item-has-children {
    position: relative;
}
  .header_menu .menu-list li a {
    color: #fff;
    font-family: 'exo2medium';
    padding: 0 10px;  
    text-transform: capitalize;
    display: block;
    transition: 0.01s; 
    position: relative;
    opacity: 0.4;
    line-height: 20px;
  }
  .header_menu .menu-list li.menu-item-has-children a {
    -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 .menu-list li a:hover {
    color: #ed7d31!important;     
    transition: 0.01s;
    opacity: 1;
  }  
  .header_menu .menu-list li.menu-item-has-children .sub-menu {
    top: 35px;
    opacity: 0;
    visibility: hidden;
}
.header_menu .menu-list li.menu-item-has-children .sub-menu {
    position: absolute;
    left: 0;
    top: 30px;
    width: 220px;
    background: #fff;
    box-shadow: 0px 0px 5px #ed7d31;
    border-radius: 0;
    line-height: normal;
    opacity: 0;
    visibility: hidden;
    transition: all 0.8s cubic-bezier(0.32, 0.1, 0.3, 1);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    text-align: left;
    padding: 0;
}
.header_menu .menu-list li.menu-item-has-children.open .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.header_menu .menu-list li.menu-item-has-children .sub-menu li {
  display: block;
  line-height: normal;  
  position: relative;  
  padding: 10px 20px;
}
.header_menu .menu-list li.menu-item-has-children .sub-menu li a {
  line-height: 21px;
  padding: 0;
  color: #202020;
  font-size: 15px;
  display: block;
  text-transform: capitalize;
  font-family: 'exo2medium';  
  transition: 0.01s;
  opacity: 1;
}
.header_menu .menu-list li.menu-item-has-children .sub-menu li:hover{
  background: rgba(0, 0, 0, 0.06);
}

.header_menu .menu-list li.menu-item-has-children .sub-menu li:hover a{
  color: #ed7d31;
  opacity: 1;
  transition: 0.01s;
}
.header_menu .menu-list li.menu-item-has-children::after {
  content: '';
  position: relative;
  display: block;
  padding: 0px 0px;
  width: 100%;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  right: 6px;
  top: calc(50% - 5px);
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
  opacity: 0.4;
}
  .menu-btn {
    display: none;
    vertical-align: middle;
    border: none;    
    padding: 0px;
    cursor: pointer;
    transition: 0.3s;
    overflow: hidden;
    position: relative;
    z-index: 16002 !important;
    top: 0;
    right: 0;
    background: none;
    border-radius: 0;
    margin-top: 0;
  }
  .menu-btn{
    transition: 0.3s;
    
  }
  .menu-btn .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;    
    position: relative;
    
  }
  .menu-btn .icon .bar {
    width:100%;
    height: 3px;
    display: inline-flex;   
    border-radius: 0;
  }
  .menu-btn .icon .bar-1 {
    transition: 0.3s;
    top: 0px;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .menu-btn .icon .bar-2 {
    transition: 0.3s;
    margin-top: 5px;
    margin-bottom: -3px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
  .menu-btn .icon .bar-3 {
    transition: 0.3s;
    margin-bottom: 5px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
  .menu-btn .icon .bar-4 {
    transition: 0.3s;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .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);
  }
   .menu-btn.open .icon .bar-3 {
    transition: 0.3s;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .menu-btn.open .icon .bar-4 {
    transition: 0.3s;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  .header_menu .menu-list li.current-menu-item a{
    color: #ed7d31!important;   
    opacity: 1;
  }
  
  .header_menu .menu-list .current-menu-item a {
      color: #fff!important;    
      opacity: 1;  
  }
 
  header.fix {
    top: 0px;
    box-shadow: 0px 0px 5px #ed7d31!important;
    padding: 10px 0 10px;
    background: #0e0e0e;
}
header.fix .logo{
    width:140px;
    transition: all 0.8s cubic-bezier(0.32, 0.1, 0.3, 1);  
}
  /******************************************menu*********************************************/
  .banner{
    width:100%;
    position: relative;    
    background: #0e0e0e;   
    height: 100svh; 
  }  
  .banner .banner-item{
    width: 100%;    
    height: 100%;
}
  video{
    width:100%;
    height:100%;
    object-fit: cover;
  }

.banner .banner-item img {
  width: 100%; 
}
.banner .container{
    position: relative;
  }
 .banner .content {
    position: absolute;
    right: 0;
    top: 36%;
    width: 35%;
    margin: 0;
    margin-right: 1em;
    display: block;
    z-index: 10;
}
.banner_content {
    display: flex;
    justify-content: flex-end;   
    flex-wrap: wrap;
}
.banner_content h1 {
    font-family: 'exo2bold';
    font-size: clamp(20px, 7vw, 45px);
    color: #fff;
    line-height: 1;
    text-transform: capitalize;
    padding: 0px 0% 0 0%;
    margin: 0;
    width:100%;
    text-align: left;
}
.banner_content h1 span{
    color: #fff;
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-end;
    margin-left: 0%;
    line-height: 1;
    width: 100%;
    text-align: left;
}
.banner_content h1 span::after {
    border-top: 2px solid #e47930;
    position: relative;
    top: 30px;
    content: "";
    width: 20%;
    margin-left: 10px;
    height: 2px;
    display: none;
}
.banner_content p {
  font-family: 'exo2regular';
  font-size: 18px;
  color: #fff;
  line-height: 25px;
  text-transform: none;
  margin: 0;
  position: relative;
  display: inline-block;
  text-align: center;
}
.whatwedo_container{
  width:100%;
  display: block;
  margin: 60px 0 0;
}
.whatwedo_wrapper{
  width:95%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.whatwedo_wrapper .left{
  width:32%;
  display: inline-block;
}
.whatwedo_wrapper .right{
  width:62%;
  display: inline-block;
  flex-wrap: wrap;
}
.whatwedo_wrapper .right .block_top{
  display: flex;
  flex-wrap: wrap;
  width:100%;
  justify-content: flex-end;
  margin-left: 40px;
}
.whatwedo_wrapper .right .block{
  display: inline-block;
  width:49%;
  padding: 10px;
}
.whatwedo_wrapper .right .block .block_inner{
  display: flex;
  border: 2px solid #ed7d31;
  padding: 20px;
  align-items: center;
  border-radius: 5px;
  transition: all 0.5s cubic-bezier(0.32, 0.1, 0.3, 1);
}
.whatwedo_wrapper .right .block:hover .block_inner{
  background: #ed7d31;
}
.whatwedo_wrapper .right .block .block_inner .icon{
  width:34%;
  padding-right: 14px;
  border-right: 2px solid #fff;
  transition: filter 0.5s ease-in-out;
}
.whatwedo_wrapper .right .block:hover .block_inner .icon img{
  filter: brightness(0) invert(1);
}
.whatwedo_wrapper .right .block .block_inner .content{  
  padding-left: 14px; 
  text-transform: uppercase;
  color: #fff;
  font-family: 'exo2bold';
  font-size: 18px;
}

.whatwedo_wrapper .right .block_bottom{
  display: flex;
  flex-wrap: wrap;
  width:100%;
  justify-content: flex-start;
}
.main_tittle {
  font-family: 'exo2bold';
  font-size: clamp(30px, 7vw, 45px);
  color: #ed7d31;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 0px 0 0;
  margin: 0;
}
.sub_tittle{
  font-family: 'exo2regular';
  font-size: clamp(18px, 7vw, 25px);
  color: #ed7d31;
  line-height: 1;
  text-transform: capitalize;
  padding: 0px 0 12px;
  margin: 0;
  opacity: 0.4;
}
.main_tittle span{
  color: #fff;
  background: linear-gradient(to right, #fff 0, #ed7d31 10%, #fff 20%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine1 8s linear infinite;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
}

@keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 120px;
  }
  100% {
    background-position: 150px;
  }
}
@keyframes shine1{
  0% {
    background-position: 0;
  }
  60% {
    background-position: 310px;
  }
  100% {
    background-position: 100%;
  }
}
p{
  font-family: 'exo2regular';
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    text-transform: none;
    margin: 0;    
    display:block;
    padding: 10px 0;
}
.topchoice_container{
  width:100%;
  display: block;
  margin: 60px 0 0;
  text-align: center;
}
.topchoice_wrapper{
  margin: 40px -20px 0;
  width:auto;
  text-align: left;
}
.topchoice_wrapper .item{
  padding: 10px 20px;
}
.topchoice_wrapper .block{
  position: relative;
  width:100%;
  border-radius: 15px;
  border: 2px solid transparent;
  margin: 20px 0 60px;
  transition: all 0.4s;
}
.topchoice_wrapper .block::before{
  width: 100%;
    height: 100%;   
    background: url(../images/overlay.png) no-repeat;   
    background-position: center top;
    background-size: cover;
    position: absolute;
    left:0;
    top:0;
    content: "";
    z-index: 1;
    border-radius: 15px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}
.topchoice_wrapper .block:hover::before{
  opacity: 1;
  visibility: visible;
}
.topchoice_wrapper .block img{
  filter: grayscale(100%);
  border-radius: 15px;
}
.topchoice_wrapper .block .top_icon{
  position: absolute;
  top:-8%;
  right:4%;
  display: inline-block;
  width:15%;
}
.topchoice_wrapper .block .top_icon img{
  filter: grayscale(0);
}
.topchoice_wrapper .block .content{
  position: absolute;
  width:88%;
  top:14%;
  left:50%;
  transform: translateX(-50%);
  z-index: 2;
}
.topchoice_wrapper .block .content .tittle{
  font-family: 'exo2semibold';
    text-transform: capitalize;
    color: #fff;    
    font-size: clamp(20px, 7vw, 25px);
    transition: all 0.4s;
}
.topchoice_wrapper .block:hover .content .tittle{
  color: #ed7d31;
}
.topchoice_wrapper .block .content p{
  font-size: 16px;
  line-height: 24px;
  padding: 18px 0 0;
}
.topchoice_wrapper .block:hover{
  border: 2px solid #ed7d31;
  transition: all 0.4s;
}
.owl-dots {
  display: block ;
  width: 100%;
  margin-top:25px;
  text-align: center;
  position: relative;
  
}
.owl-dots .owl-dot{
  width: 8px ;
  height: 8px ;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background: #ed7d31;
  margin: 0px 3px;
  border: none;    
  padding: 0;
  opacity: 0.6;
}
.owl-dots .owl-dot.active {
  width: 12px ;
  height: 12px ;
  opacity: 1;    
}
.counter_container{
  width:100%;
  margin: 60px 0 0;
  display: block;
  background: url(../images/counter_bg.png) no-repeat;
  width:100%;
  background-size: cover;
  background-position: center top;
}
.rating_wrapper{
  width:100%; 
}
.rating_container{
  width:85%;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rating_container .block{
  text-align: center;
  width:25%;
  display: inline-block;  
}
/*.rating_container .block:nth-of-type(2) {
  padding-top: 0;
  margin-top: -4%;
}*/
.rating_container .block .icon{
  width: 62%;
  margin:0 auto;    
  border-radius: 50%;  
  position: relative;
}

.rating_container .block  .icon img{
  animation: spin 40s infinite linear;
}
.rating_container .block .icon .number{
  
}
@keyframes spin {
  100% {
      transform: rotate(1turn);
  }
}

.rating_container .block  .content{
  padding-top: 20px;
}

.rating_container .block  .icon .number_count{
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);  
  
}
.rating_container .block  .icon .number {
 
  font-family: 'exo2semibold';
  font-size: 35px;
  color: #ed7d31;
  
}
.rating_container .block  .icon .number::after {
  content: "+";
  display: inline-block;
}
.rating_container .block  .content .tittle{
  position: relative;
  font-family: 'exo2semibold';
  font-size: 18px;
  color: #fff;  
  text-transform: capitalize;
}
.testimonial_container{
  width:100%;
  text-align: center;
  padding: 0px 0 0px;
  margin-top:80px;
}
.testimonial_container .tittle {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-family: 'latobold';
  font-size: clamp(25px, 5vw, 40px);
  color: #002d93;
  line-height: 45px;
  text-transform: uppercase;
  display: block;
}
.testimonial_wrapper{
  width:80%;
  margin:0 auto;
  margin-top:40px;
}
.testimonials {
  width: 75%;
  max-width: 100%;
  display: block;
  vertical-align: top;
  margin: 0 auto;
  position: relative;
}
.testimonials::before {
  background: url(../images/left_quote.png) no-repeat;
  background-position: left top;
  background-size: 100%;
  width: 16%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: -20%;
  content: "";
  position: absolute;
}
.testimonials::after{
  background: url(../images/right_quote.png) no-repeat;
  background-position: right center;
  background-size: 100%;
  width: 16%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  right: -20%;
  content: "";
  position: absolute;
}
.testimonials .owl-carousel .owl-nav button {
  position: absolute;
    display: inline-block;
    width: 17px;
    height: 27px;
    border: none;
    border-radius: 0px;
    text-align: center;
    top: calc(50% - 50px);
    bottom: auto;
    font: normal normal normal 14px/1 FontAwesome;    
    font-size: 0px;
    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);
    background: none;
}
.testimonials .owl-carousel .owl-nav .owl-prev {
  right: auto;
  left: -60px;
}
.testimonials .owl-carousel .owl-nav .owl-prev::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../images/prev.png) no-repeat;
  background-position: center center;
  background-size: contain;
}
.testimonials .owl-carousel .owl-nav .owl-next {
  left: auto;
  right: -60px;
}
.testimonials .owl-carousel .owl-nav .owl-next::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../images/next.png) no-repeat;
  background-position: center center;
  background-size: contain;
}
.testimonials .testimonials-slider {  
  padding:0;
}
.testimonials .testimonials-slider .testimonials-slider-item {
  padding: 0;
  text-align: center;
}
.testimonials .testimonials-slider .testimonials-slider-item .name {
  color: #ed7d31;
  display: block;
  font-family: 'exo2semibold';    
  text-transform: capitalize;
  font-size: clamp(20px, 7vw, 26px);
  margin: 20px 0px 10px 0px;
  text-align: center;
  position: relative;
  padding: 20px 0 0;
}
.testimonials .testimonials-slider .testimonials-slider-item .name::before {
  content: "";
  width: 45%;
  height: 2px;
  background-position: center bottom;
  background: linear-gradient(to left, rgba(0, 128, 255, 0), #dd752f, rgba(0, 128, 255, 0));
  position: absolute;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.testimonials .testimonials-slider .testimonials-slider-item p {
  color: #fff;
  font-family: 'exo2regular';
  font-size: 18px;
  line-height: 25px;
  padding: 20px 0 0;
}
.testimonials .testimonials-slider .testimonials-slider-item .position {
  color: #fff;
  font-family: 'exo2light';
  font-size: 18px;
  line-height: 25px;
  padding: 0px 0 0;
}
.testimonials .star{
  width:20%;
  display: block;
  margin: 0 auto;
}
.client_container{
  width:100%;
  display: block;
  margin: 80px 0 0;
  text-align: center;
}
.client_wrapper{
  width:100%;
  margin:50px auto 0;
}
.client_wrapper .item {  
  padding: 10px 30px;
}
.client_wrapper .block{    
  width:100%;   
  display: inline-block;
  text-align: center;
}
.seperate_line {
  width: 90%;
  margin: 0 auto 40px;  
  height: 2px;
  background-position: center bottom;
  background: linear-gradient(to left, rgba(0, 128, 255, 0), #fff, rgba(0, 128, 255, 0)); 
}
.footer{  
  width: 100%;                                                                                             
  padding: 40px 0 0;
  clear: both !important;   
  background-color: #0e0e0e; 
  position: relative;
}
.footer_wrapper{
  width: 100%;
}

.footer .footer-content {  
  margin: 0px 0px 30px 0px;  
  width:100%
}
.footer .footer-content .col-container{
  display: flex;    
  flex-wrap: wrap;    
  justify-content: space-between;
  width:100%;
  margin:0 auto;
}
.row {
  margin: 0px -15px;
}
.footer .footer-content .left .inline{
  display: flex;
  align-items: center;
}
.footer .footer-content  .footer-logo {
  margin: 0px 15px 0px 0px;
  width: 200px;
  max-width: 100%;
}
.footer .footer-content  .footer-logo a {
  display: block;
  margin: 0px 0px 0px 0px;
  position: relative;
}
.footer .footer-content  .footer-logo a img {
  display: block;
  max-width: 100%;
}
.footer .footer-content .col-container .right{
  text-align: right;
  display: flex;
  justify-content: space-between;
}
.footer .footer-content .col-container .inline{
  padding: 10px 20px;
}
.footer .footer-content  h4 {
  font-family: 'exo2semibold';
    font-size: 20px;
    color: #fff;
    line-height: 1;
    position: relative;
    text-transform: capitalize;
    padding: 10px;
}
.footer .footer-content .inline:hover h4 {
    background: #ed7d31;
}
.footer .footer-content h4::before {
  content: "";
    position: relative;
    border-top: 2px solid #fff;
    top: 60%;
    right: 0;
    width: 30%;
    height: 3px;
    transform: translateY(-50%);
    display: inline-block;
    margin-right: 15px;
}
.footer_logosection{
  display: flex;
  flex-wrap: wrap;
  margin:20px 0 0;
  align-items: center;
}

.footer .footer-content  p {
  font-family: 'exo2light'; 
  font-size: 14px;
  color: #fff;
  display: block;
  margin: 0px 0px 0px 0px;
  position: relative;
  line-height: 20px;   
  max-width: 300px;
  padding: 0;
 
}  

.footer .footer-content  .links {
  padding: 10px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.footer .footer-content  .links.quicklink {
  margin: 0;
  padding: 0;
}
.footer .footer-content  .links.quicklink li:first-child{
padding-top: 0; 
}


.footer .footer-content  .links li { 
  padding: 8px 0px; 
}
.footer .footer-content  .links.quicklink li {
  display: list-item;
  padding: 8px 0px;
  list-style-type: disc;
}
.footer .footer-content  .links.quicklink li::marker{
  font-size: 20px;
}
.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: 'exo2light';
  font-size: 14px;   
  color: #fff;
  padding: 0;
  display: block;
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
  text-transform: none;
  line-height: 20px;
}
.footer .footer-content .links li a.mail{
  text-transform: none;
}  

.footer .copyright { 
  border-top:2px solid #fff
  
}
.footer .copyright .desc {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 100%;    
  padding: 15px 0;
}
.footer .copyright p {
  display: block;
  font-family: 'exo2light';
  font-size: 14px;   
  color: #fff;
  text-transform: capitalize;
 padding: 0;
}
.footer .copyright p a {
  
  color: #FFF;
  text-transform: none;
}
.footer .copyright p a:hover {
  color:#ed7d31;
  
}
.footer .social {
  font-size: 0px;
  display: block;
  margin: 18px 0px 0px 0px;
  position: static;
  }
  .footer .social li {
  display: inline-block;
  margin: 0px 12px 0px 0px;
  text-align: center;
  }
  .footer .social li a {
  display: block;
  font-size: 15px;
  color: #0e0e0e;  
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  display: flex;
  background: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  }
  .footer .social li a:hover{
    background: #ed7d31 !important;
    border: 1px solid #ed7d31;
    color: #fff;  
  }
.footer .social li:last-child{
  padding: 0;
  margin:0;
}
.desktop_banner{
  display: block;
}
.mobile_banner{
  display: none !important;
}
.btn.mob{
  display: none;
}
.header_menu .menu-list li:last-child{
  display: none;
}
/***********************************************about page**************************************/
.about_banner {
  margin-top: 0px; 
  height: auto;
}
.about_banner .banner-item img {
  height: auto;
}
.about_banner .banner-item {
  position: relative;
  height: auto;
}
.banner_overlay {
  background: rgba(14, 14, 14, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.whoweare_container{
  width:100%;
  margin-top:-33%;
  position: relative;
  z-index: 2;
  text-align: center;
}
.whoweare_wrapper{ 
  width:80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  text-align: left;
}
.whoweare_wrapper .left{
  width: 26%;
  display: inline-block;
  position: relative;
}
.whoweare_wrapper .left .rectangle{
  border: 10px solid #fff;
  position: relative;
  width: 67%;
  border-right: none;
  height: 400px;
}
.whoweare_wrapper .left .rectangle::before{
  position: absolute;
  border-right: 10px solid #fff;
  height: 15%;
  width:3px;
  content: "";
  right: 0;
  top:0
}
.whoweare_wrapper .left .rectangle::after{
  position: absolute;
  border-right: 10px solid #fff;
  height: 15%;
  width:3px;
  content: "";
  right: 0;
  bottom:0
}
.whoweare_wrapper .left .content{
  position: absolute;
  left: 25%;
  text-align: left;
  top:50%;
  transform: translateY(-50%);
}
.whoweare_wrapper .left  .content .inner_tittle{
  font-family: 'exo2bold';
  font-size: clamp(30px, 6vw, 80px);
  text-align: left;
  text-transform: capitalize;
  color: #ed7d31;
}
.whoweare_wrapper .left  .content p {
  color: #fff;
  font-family: 'exo2regular';
  font-size: 17px;
  line-height: 25px;
  padding: 10px 0 0;
  
}
.whoweare_wrapper .right{
  width: 72%;
  display: inline-block;
}
.whoweare_wrapper .right .content {
  width:100%;
}
.whoweare_wrapper .right .content .tittle {
  font-family: 'cairobold';
  font-size: clamp(18px, 7vw, 20px);
  color: #fff;
  line-height: 1;
  text-transform: none;
  padding: 0px 0 0;
  margin: 0;
}
.inner_tittle {
  font-family: 'exo2bold';
  font-size: clamp(30px, 7vw, 40px);
  color: #fff;
  line-height: 1.2;
  text-transform: capitalize;
  padding: 0px 0 0;
  margin: 0 auto;
  text-align: center;
  display: block;
  position: relative;
}
.corevalue_container{
  width:100%;
  margin: 12% 0 0;
  position: relative;
}
.corevalue_container::before{
  background: url(../images/core_leftbg.png) no-repeat;
  background-position: left top;
  background-size: 100%;
  width:30%;
  height: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: -3%;
}
.corevalue_container::after{
  background: url(../images/core_rightbg.png) no-repeat;
  background-position: right bottom;
  background-size: 100%;
  width:30%;
  height: 100%;
  position: absolute;
  content: "";
  right: 0;
  bottom:0;
}
.corevalue_wrapper{
  width:100%;  
  position: relative;
  margin: 40px 0 0;
}
.corevalue_wrapper .image{
  width:60%;
  margin: 0 auto;
  display: block;
}
.core_rating {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.corecounter_wrapper{
  margin: 60px 0 0;
  position: relative;
  z-index: 1;
}
.core_rating .block {  
  width: 25%;
  display: inline-block;
  text-align: center;
}
.core_rating .block .number {
  font-family: 'exo2regular';
  font-size: clamp(30px, 7vw, 50px);
  color: #fff;
}
.core_rating .block:hover .number {
  color:#ed7d31;
}
.core_rating .block  .number::after {
  content: "+";
  display: inline-block;
}
.core_rating .block .content {
  padding-top: 8px;
}
.core_rating .block .content .tittle {
  position: relative;
  font-family: 'exo2regular';
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
}
.team_container {
  width: 100%;
  margin: 10% 0 30px;
  display: block;
  text-align: center;
}
.team_wrapper {
  width: 90%;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
}

.team_wrapper .item{
  padding: 0 6px;
  width:25%;
}
.team_wrapper .item .block{
  width:100%;  
  position: relative;
  text-align: center;
}
.team_wrapper .item .block::before{
    width: 2px;
    margin: 0 auto 0;
    height: 100%;
    background-position: left top;
    background: linear-gradient(to bottom, #fff, rgba(0, 128, 255, 0));
    content: "";
    position: absolute;
    left:-7px;
    top:0
}
.team_wrapper .item:first-child .block::before{
  display: none;
}
.team_wrapper .item .block .image{
  width:55%;
  border: 3px solid transparent;
  transition: all 300ms ease-in;
  position: relative;
  border-radius: 0;
  margin: 0 auto;
}
.team_wrapper .item .block .image img{
  border-radius: 0;
}
.team_wrapper .item .block:hover .image{
  border: 3px solid #ed7d31;
}
.team_wrapper .item .block .image::before{
  background: rgba(237, 125, 49, 0.5);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in;
    z-index: 1;
    border-radius: 0;
}
.team_wrapper .item .block:hover .image::before {
  opacity: 1;
  visibility: visible;
}
.team_wrapper .item .block .block_content{
  display: flex;
  justify-content: center;
  margin: 10px 0 0;
}
.team_wrapper .item .block .linkedin_icon{  
  display: inline-block; 
  z-index: 1;
  width:30px;
  transition: all 300ms ease-in;
}

.team_wrapper .block .image_details {    
    color: #fff;
  transition: all 350ms ease-in;
  width:100%;
  text-align: center;
  }

.team_wrapper .block .image_details .tittle {
  font-family: 'exo2bold';
  text-transform: capitalize;
  font-size: clamp(20px, 6vw, 25px);
  line-height: 1;
}
.team_wrapper .block .image_details p{
  text-transform: capitalize;
  padding-top: 3px;
}
.team_wrapper .block:hover .image_details .tittle, .team_wrapper .block:hover .image_details p{
  color: #ed7d31;
}
/***********************************************about page**************************************/
/*****************************************career page**********************************/
.careeroption_container .main_tittle {
  font-family: 'exo2bold';
  font-size: clamp(30px, 7vw, 42px);
  color: #ed7d31;
  line-height: 1.2;
  text-transform: capitalize;
  padding: 0px 0 0;
  margin: 0;
}
.careeroption_container {
  display: block;
  width: 100%; 
  text-align: center;
  margin-top:180px;
  position: relative;
}
.careeroption_container::before{
  position: absolute;
  width: 20%;
  top:50%;
  transform: translateY(-50%);
  left: 0;
  background: url(../images/career_leftbg.png) no-repeat;
  background-position: left center;
  background-size: 100%;
  height: 100%;
  content: "";
}
.careeroption_container::after{
  position: absolute;
  width: 20%;
  top:0;  
  right: 0;
  background: url(../images/career_rightbg.png) no-repeat;
  background-position: right top;
  background-size: 100%;
  height: 100%;
  content: "";
}
.mainservice_container::before, .mainservice_container::after{
  width:12% !important;
  top:30%;
}
.mainservice_container::after{ 
  top:0;
}
.newoptions_container::before, .newoptions_container::after{
  top:80%;
  transform: translateY(-50%);
}
.page-template-careers .careeroption_container::before, .page-template-careers .careeroption_container::after{
  position: fixed;

}
.careertop_container{
  margin: 50px auto 0;
  display: block;
  width:90%;
}
.careertop_wrapper{
  display: flex;
  margin: 50px 0 0;
  flex-wrap: wrap;
  text-align: left;
}
.careertop_wrapper .block{
  width:50%;
  display: inline-block;
  padding: 0 20px;
}
.careertop_wrapper .block .block_inner{
  display: flex;
  flex-wrap: wrap;
  border: 1px solid transparent;
  padding: 20px 25px;
  border-radius: 3px;
  justify-content: space-between;
}
.careertop_wrapper .block .block_inner .icon{
  display: inline-block;
}
.careertop_wrapper .block:hover .block_inner .icon img{
  filter:invert(53%) sepia(89%) saturate(1335%) hue-rotate(342deg) brightness(100%) contrast(87%);
}
.careertop_wrapper .block .block_inner .content{
  display: inline-block;
  width:72%;
  padding-top: 3%;
}
.careertop_wrapper .block .block_inner .content .tittle{
  font-family: 'exo2bold';
    text-transform: capitalize;
    font-size: clamp(19px, 6vw, 22px);
    line-height: 1;
    color: #fff;
}
.careertop_wrapper .block .block_inner .content p{
  font-family: 'exo2regular';
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    text-transform: none;
    margin: 0;
    display: block;
    padding: 10px 0 5px;
}
.careertop_wrapper .block:hover .block_inner{ 
  border: 1px solid #ed7d31; 
}
.careertop_wrapper .block:hover .block_inner .tittle{
  color: #ed7d31;
}
.career_wrapper{
  width: 95%;
    margin: 60px auto 60px;
    text-align: center; 
    position: relative;
    z-index: 1;
}
.career_wrapper p{
  padding-bottom: 40px;
}
.career_block{   
  padding:0px 0px 0px;
  margin:30px 0px 0;
  display: flex;
  flex-wrap: wrap;
  width:auto; 
  justify-content: space-between;
  align-items: center;
  text-align: left;
  position: relative;
}
.career_block::before{
margin: 0 auto 25px;
height: 2px;
background-position: center bottom;
background: linear-gradient(to left, rgba(0, 128, 255, 0), #ed7d31, rgba(0, 128, 255, 0));
content: "";
width:100%;
display: block;
}

.career_block .career_section{
  display: inline-block;  
  padding: 0 0px; 
  text-align: left;
}

.career_block .career_section .tittle{
  font-family: 'exo2bold';
    font-size: clamp(20px, 7vw, 23px);
    color: #fff;
    line-height: 1;
    text-transform: capitalize;
    padding: 0px 0 0;
    margin: 0;
    transition: color 0.3s ease;
}

.career_block .career_section .tittle span{
  font-family: 'exo2bold';   
    color: #fff;   
    transition: color 0.3s ease;
}
.career_block.open .career_section .tittle , .career_block.open .career_section .tittle span{
  color: #ed7d31; /* or any highlight color you prefer */
}
.career_block .career_section p{
  padding: 10px 0;
}
.career_wrapper h5{
  font-family: 'exo2bold';
  font-size: clamp(17px, 7vw, 19px);
  color: #fff;
  line-height: 1;
  text-transform: capitalize;
  padding: 10px 0 0;
  margin: 0;
}
.career_wrapper h6{
  font-family: 'exo2bold';
  font-size: clamp(15px, 7vw, 17px);
  color: #fff;
  line-height: 1;
  text-transform: capitalize;
  padding: 38px 0 0;
  margin: 0;
}
.career_wrapper .inner_content p{
  padding:15px 0;
}
.career_wrapper .inner_content ul{
  padding: 10px 0 0 10px;
}
.career_wrapper .inner_content ul li{
  font-family: 'exo2regular';
    font-size: 17px;
    color: #fff;
    line-height: 25px;
    text-transform: none;
    margin: 0;    
    padding: 6px 0 6px 15px;
    display: list-item;
    list-style: circle;
}
.career_wrapper .inner_content ul li::marker{
  font-size: 22px;
  content: "-"
}
.career_wrapper .details{
  color: #ed7d31;
    font-weight: bold;    
    font-size: 23px;
    line-height: 23px;
    border: 2px solid #ed7d31;
    width: 25px;
    background: transparent;
    height: 25px;
    padding: 0 0 3px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    z-index: 10;
    font-family: 'exo2bold';
    font-weight: 700;
}
.career_wrapper .career_block .career_section .details::after {
  content: "\002B";
  
}
.career_wrapper .career_block.open .career_section .details::after {
  content: "\2212";
}
.toggle.open {
  color: #d37948;
}
.career_wrapper .btn:hover, .career_wrapper .btn:active, .career_wrapper .btn:focus,  .career_wrapper .btn:focus-within, .career_wrapper .btn:focus-visible, .career_wrapper .btn:target{
 
  display: inline-flex;
}
.career_wrapper a.btn:focus{
  outline: none; 

}
.career_wrapper .btn::before{
  content: none;
}
.btn.apply-now{
  margin-top:20px;
}
#target {  
    width: 100%;    
    padding: 0;
    display: none;
    margin: 0; 
    border-radius: 0;    
    margin: 20px 0 0;
    text-align: left;
}
#target1 {
  width: 100%;    
    padding: 0;
    display: none;
    margin: 0; 
    border-radius: 0;    
    margin: 20px 0 0;
    text-align: left;
}
#target2 {
  width: 100%;    
    padding: 0;
    display: none;
    margin: 0; 
    border-radius: 0;    
    margin: 20px 0 0;
    text-align: left;
}
#target3 {
  width: 100%;    
    padding: 0;
    display: none;
    margin: 0; 
    border-radius: 0;    
    margin: 20px 0 0;
    text-align: left;
}


.career_block ul{
  padding: 20px 0 0 20px;
}
.career_block ul li{
  color: #1F1F1F;
    font-family: 'plusjakartasans';
    font-size: 15px;
    line-height: normal;
    margin: 0;
    padding: 5px 0;
    display: list-item;
    list-style: circle;
}
.career_block  .apply{
  
}
.career-form .btn{
  background: #ed7d31;
  color: #fff;
  border-radius: 0;
}
.career-form .btn:before, .career-form .btn::after{
  content: none;

}
.Hide
{
  display:none;
}
.career-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  background:#0e0e0e;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
  transform: scale(1.1);
}

.career-popup .career-form {
  width: 700px;
  max-width: 100%;
  margin: 100px auto 0;
  padding: 50px 30px;
  background: #0e0e0e;
  position: relative;
  box-shadow: 0px 0px 7px -2px #ed7d31;
}

.career-popup .career-form .career-popup-close {
  position: absolute;
  right: 2%;
  top: -4%;
  padding: 0;
  border-radius: 30px;
  font-size: 17px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.career-popup .career-form .sub-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  font-family: 'exo2bold';
  text-transform: uppercase;
  color: #ed7d31;
}

.career-popup .career-form form {
  width: 90%;
  max-width: 100%;
  margin: 0 auto;
}

.career-popup .career-form form .input-div {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.career-popup .career-form form .input-div span {
  padding: 0 0 0 0 !important;
}

.career-popup .career-form form .input-div span .input-text {

      width: 100%;
      padding: 15px 20px;
      height: 45px;       
      border: none;
      border-radius: 0;       
      background: #0e0e0e;
      font-family: 'exo2regular';
      font-size: 13px;
      color: #fff;
      text-transform: none;
      box-shadow: 0px 0px 7px 0px #ed7d31;
  }


.career-popup .career-form form .input-div span .input-text::placeholder {
  font-size: 13px;
      color: #fff;
      font-family: 'exo2regular';
      text-transform: capitalize;
}

.career-popup .career-form form .input-div span {
  position: unset;
}

.career-popup .career-form form .input-div.input-file-div span input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}

.career-popup .career-form form .input-div.input-file-div div.input-text {
  width: 100%;
      padding: 15px 20px;
      height: 45px;       
      border: none;
      border-radius: 0;       
      background: #0e0e0e;
      font-family: 'exo2regular';
      font-size: 13px;
      color: #fff;
      text-transform: none;
      box-shadow: 0px 0px 7px 0px #ed7d31;
      position: relative;
}

.career-popup .career-form form .input-div.input-file-div div.input-text .btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  line-height: 45px;
  font-size: 12px;
  padding: 0px 10px;
  border-radius: 0;
  margin-top: 0;
  z-index: 1;
}
.career-popup .career-form form .input-div.input-file-div div.input-text 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: 13px;
  vertical-align: top;
  position: absolute;
  left: 5px;
  top: 0;
  /* height: 37px; */
  /* line-height: 36px; */
  /* font-size: 12px; */
  padding: 0px 15px;
  /* border-radius: 0 4px 4px 0; */
  margin-top: 0;
}
.career-popup .career-form form .input-div.submit {
  position: relative;
}
/* line 1098, ../sass/_styles.scss */
.career-popup .career-form form .input-div.submit .btn {
  width: 100%;
}
/* line 1101, ../sass/_styles.scss */
.career-popup .career-form form .input-div.submit .ajax-loader {
  width: 100% !important;
  height: 100% !important;
}
/* line 1109, ../sass/_styles.scss */
.career-popup.open {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.cv_container{
  width: 100%;
  margin: 60px auto;
  display: block;
  text-align: center;
}
.cv_wrapper{
  background: url(../images/cv_bg.png) no-repeat;
  background-position: center top;
  background-size: cover;
  width: 95%;
  display: block;
  margin: 50px auto 0;
  padding: 30px 0;
  border-radius: 5px;
}
.cv_wrapper .content{
  width: 50%;
  margin: 0 auto;
  display: block;
}
.cv_wrapper .content .tittle{
  font-family: 'exo2bold';
  font-size: clamp(20px, 7vw, 30px);
  color: #fff;
  line-height: 1.2;
  text-transform: capitalize;
  padding: 0px 0 0;
  margin: 0 auto;
}
.cv_wrapper .content .btn{
  background: #fff;
  color: #0e0e0e;
  border: 2px solid #ed7d31;
}
.cv_wrapper .content .btn:hover{
  background: #ed7d31;
  color: #fff;
  border: 2px solid #fff;
}
.cv_form {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
    background: #0e0e0e;
    /* opacity: 0; */
    /* visibility: hidden; */
    transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
    transform: scale(1.1);
  }

/*****************************************career page**********************************/
/*****************************************our process page**********************************/
.process_container{
  margin: 60px 0 40px;
  display: flex;
  flex-wrap: wrap;
  width:100%;  
  position: relative;
}
.process_container .block{
  width:25%;
  display: inline-block;
  text-align: left;
  position: relative; 
  padding-bottom: 30px;
}
.process_container .block::before {
  width: 2px;
  margin: 0 auto 0;
  height: 100%;
  background-position: left top;
  background: linear-gradient(to bottom, #472a17, rgba(0, 128, 255, 0));
  content: "";
  position: absolute;  
  top: 0;
}
.process_container .block .block_inner{
  width:100%;  
  padding: 0 8% 0 10px;
  overflow: hidden;
  background: #0e0e0e;
}
.process_container .block:first-child:before{
  display: none;
}
.process_container .block .block_inner .number {
  font-family: 'exo2thin';
  font-size: clamp(30px, 9vw, 130px);
  color: rgba(237, 125, 49, 0.5);
  line-height: 1.2;
  text-transform: capitalize;
  padding: 0px 0 0;
  margin: 0;
  margin-left: -14%;
}
.process_container .block .block_inner .tittle {
  font-family: 'exo2bold';
  font-size: clamp(30px, 7vw, 40px);
  color: #ed7d31;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 0px 0 0;
  margin: 0;
}
.process_container .content_list {
  position: relative;
  margin: 25px 0 0;
  padding-left: 25px;
}
.process_container .content_list::before {
  position: absolute;
  content: "";
  top: 10px;
  left: 28px;
  width: 2px;
  height: 100%;
  border-left: 2px dashed #ed7d31;
}
.process_container ul {
  padding: 0px 10% 0 0px;  
  position: relative;
}
.process_container ul li {
  font-family: 'exo2regular';
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  padding: 50px 0 0 25px;
  margin: 0;
  display: flex;
  position: relative;
  align-items: flex-start;
}
.process_container ul li:first-child{
  padding-top: 0;
}
.process_container ul li::before {
  color: #ed7d31;
  width: 8px;
  height: 8px;
  content: "";
  background: #ed7d31;
  position: absolute;
  top: 58px;
  left: 0%;
  border-radius: 50%;
  z-index: 2;
}
.process_container ul li:first-child:before{
  top:8px;
}
/*****************************************our service page**********************************/
.mainservice_container .main_tittle{
  text-transform: uppercase;
  font-size: clamp(30px, 7vw, 38px);
}
.servicetop_wrapper {
  width: 100%;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.servicetop_wrapper .block {
  width: 33.333%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 20px 20px;
  text-align: center;
  /* border: 2px solid #ed7d31; */
}
.servicetop_wrapper .block:last-child {
    width: 100%;
    overflow: visible;
    padding: 0px 0 50px;
    margin: 60px 0 0;
    position: relative ;
}
.servicetop_wrapper .block:last-child::after {
    position: absolute;
    width: 33%;
    top: 0;
    right: -188px;
    background: url(../images/image.jfif) no-repeat;
    background-position: right bottom;
    background-size: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
/*.servicetop_wrapper .block .image{
  position: relative;
  width:100%;
  border: 2px solid #ed7d31;
  border-radius: 12px;
}
.servicetop_wrapper .block:hover .image{
  border: 2px solid #ed7d31;
}
.servicetop_wrapper .block .image img{
  border-radius: 10px;
  filter: grayscale(100%);
}
.servicetop_wrapper .block .image::before {
  background: linear-gradient(90deg,rgba(14, 14, 14, 1) 10%, rgba(14, 14, 14, 0.7) 70%, rgba(14, 14, 14, 0.5) 100%);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
  transition: all 1s ease-in;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
}
.servicetop_wrapper .block:hover .image::before{
  background: linear-gradient(90deg,rgba(237, 125, 49, 1) 20%, rgba(237, 125, 49, 0.8) 70%, rgba(237, 125, 49, 0.6) 100%);
  opacity: 1;
  visibility: visible;
  transition: all 1s ease-in;
}
.servicetop_wrapper .block.active .image::before{
  background: linear-gradient(90deg,rgba(237, 125, 49, 1) 20%, rgba(237, 125, 49, 0.8) 70%, rgba(237, 125, 49, 0.6) 100%);
  opacity: 1;
  visibility: visible;
  transition: all 1s ease-in;
}*/
.servicetop_wrapper .block .content{
  
  color: #fff;  
  position: relative;
  z-index: 2;
 
}
.servicetop_wrapper .block  .tittle {
 
  font-family: 'exo2bold';
  text-transform: capitalize;
  font-size: clamp(20px, 6vw, 28px);
  color: #ed7d31;
  display: inline-block;
  line-height: 1; 
  background-position: center bottom;
    background: linear-gradient(to left, rgba(0, 128, 255, 0), #231811, rgba(0, 128, 255, 0));
    padding: 18px 0 20px 0;
}
.servicetop_wrapper .block:last-child .tittle {
  display: block;
  width:100%;
}
.servicetop_wrapper .block ul{
  padding: 10px 0 0 0px;
  margin: 10px 0 0;
  flex-wrap: wrap;
}
.servicetop_wrapper .block ul li{
  background: none;
  color: #fff;
  font-family: 'exo2regular';    
  font-size: clamp(14px, 6vw, 16px);
  display: inline-block; 
  margin: 0 0px;  
  position: relative;  
  padding:6px 5px;
}
.servicetop_wrapper .block ul li::marker{
  color: #ed7d31;
}
.servicetop_wrapper .block:last-child ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.servicetop_wrapper .block:last-child ul li {
    /* width: 50%; */
    display: inline-block;
    padding: 6px 15px;
    /* display: list-item; */
    /* list-style-type: disc; */
}
.servicetop_wrapper .block .image .icon{
 display: inline-block; 
}
.servicetop_wrapper .block .image .icon img{
  filter: grayscale(0);
  border-radius: 0;
  width:90px;
}
.service_container {
  width: 100%;
  margin: 60px 0 0;
  text-align: center;
}
.service_container .inner_tittle{
  color: #ed7d31;
  font-size: clamp(20px, 6vw, 28px);
  background-position: center bottom;
    background: linear-gradient(to left, rgba(0, 128, 255, 0), #231811, rgba(0, 128, 255, 0));
  padding: 18px 0 22px 0;
}
.service_wrapper {
  width: 95%;
  display: flex;
  margin: 50px auto 0;
  flex-wrap: wrap;
  text-align: left;
}

.service_wrapper .block {
  padding: 0px;
  display: inline-block;
  width: 100%;
}

.service_wrapper .block .image {
  width: 100%;
  display: block;
  position: relative;
  border: 2px solid transparent;
  transition: all 0.3s linear;
}
.service_wrapper .block:hover .image{
  border: 2px solid #ed7d31;
}

.service_wrapper .block .image img {
  filter: grayscale(100%);
  transition: all 0.3s linear;
}
.service_wrapper .block:hover .image img{
  filter: grayscale(0);
}
.gallery img{
	max-width: 100%;
	vertical-align: middle;
}
/*.gallery*/
.gallery{
	width: 100%;
	display: block;	 
}
.gallery ul{
  margin: 0px auto 20px;
  padding: 0px;
  list-style: none;
  width: 100%;  
  display: block;
  align-items: center; 

  }
.gallery ul li{
    background: none;
    color: #fff;
    font-family: 'exo2regular';    
    font-size: clamp(18px, 6vw, 20px);
    display: inline-block;
    padding: 1px 8px;
    cursor: pointer;
    text-align: center;
    text-transform: capitalize;    
    border-right: 2px solid #ed7d31;
    margin: 0 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .gallery ul li:last-child{
    border: none;
    padding-right: 0;
  }
  .gallery ul li:hover{
    color: #ed7d31;
    font-family: 'exo2bold';
  }
.gallery ul li.current{    
    color: #ed7d31;
    font-family: 'exo2bold';
  }

.gallery .tab-content, .gallery .tab-content1, .gallery .tab-content2, .gallery .tab-content3, .gallery .tab-content4, .gallery .tab-content5{
    display: none;
    background: none;
    padding:20px 0;
    flex-wrap: wrap;
  }

.gallery .tab-content.current, .gallery .tab-content1.current, .gallery .tab-content2.current,
.gallery .tab-content3.current, .gallery .tab-content4.current, .gallery .tab-content5.current
{
    display: flex;
  }
  .gallery .tab-content .item, .gallery .tab-content1 .item,
  .gallery .tab-content2 .item, .gallery .tab-content3 .item, .gallery .tab-content4 .item, .gallery .tab-content5 .item
    {
    display: inline-block;
    width: 25%;
    height: auto;
    position: relative;
    padding: 5px;
}
.gallery .tab-content.video_list .item {
  width: 25%;
}
.gallery .tab-content .item img, .gallery .tab-content1 .item img, .gallery .tab-content2 .item img, .gallery .tab-content3 .item img, 
.gallery .tab-content4 .item img, .gallery .tab-content5 .item img{
    width: 100%;
    border-radius: 0;
    background: #000;
  }
.service1_container .service_wrapper{
  text-align: center;
  margin: 30px auto 0;
}
.se01_container{
  position: relative;
}
.se01_container::after{
  position: absolute;
    width: 30%;
    bottom: 0;
    right: 0;
    background: url(../images/service01_bg.png) no-repeat;
    background-position: right bottom;
    background-size: 100%;
    height: 100%;
    content: "";
}
.se02_container{
  position: relative;
}
.se02_container::before{
  position: absolute;
    width: 30%;
    bottom: 0;
    left: 0;
    background: url(../images/service02_bg.png) no-repeat;
    background-position: left bottom;
    background-size: 100%;
    height: 100%;
    content: "";
}
.service1_container ul{
  display: flex;
  text-align: left;
  margin: 10px 0 0;
  flex-wrap: wrap;
}
.service1_container ul li{
  background: none;
  color: #fff;
  font-family: 'exo2regular';    
  font-size: clamp(16px, 6vw, 18px);
  display: inline-block; 
  margin: 0 0px;
  display: inline-flex;
  position: relative;
  padding: 20px 25px 0 0px;
}
.service1_container ul li::before{
  background: url(../images/pointer_icon.png) no-repeat;
  background-position: left center;
  background-size: 100%;
  width:17px;
  height: 7px;
  content: "";
  display: block;
  position: relative;
  top:7px;
  margin-right: 5px;
}
.se03_container{
  position: relative;
}
.se03_container::after{
  position: absolute;
    width: 30%;
    bottom: 0;
    right: 0;
    background: url(../images/service03_bg.png) no-repeat;
    background-position: right bottom;
    background-size: 100%;
    height: 100%;
    content: "";
}
.se04_container{
  position: relative;
}
.se04_container::before{
  position: absolute;
    width: 30%;
    bottom: 0;
    left: 0;
    background: url(../images/service04_bg.png) no-repeat;
    background-position: left bottom;
    background-size: 100%;
    height: 100%;
    content: "";
}
.gallery_container .gallery ul {
  
  text-align: center;
}
/*****************************************our service page**********************************/
/*****************************************contact us page**********************************/
.contactform_wrapper {
  width: 90%;
  margin:60px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
.contactform_form{
  display: block;
  width: 100%;
  margin: 0 auto;  
}
.contactform_form h6 {
  color: #ed7d31;
  font-family: 'exo2bold';
  font-size: 22px;
  line-height: 25px;
  text-transform: capitalize;
}
.contactaddress_area {
  width: 48%;
  display: inline-block;
  padding: 0;
  text-align: left;
}
.contact_address{
  background: #ed7d31;
  padding: 40px 30px;
  border-radius: 10px;
}
.contactform_form form label {
  display: block;
  color: #282828;
  font-family: "latobold";  
  font-size: 16px;
  padding-bottom: 15px;
  text-align: left;
  line-height: 5px;    
  text-transform: capitalize;
}
.required {
  color: #ec2124;
}
.contactform_form form{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 28px;    
}
  
.contactform_form  form p {
margin: 0;
width:auto;
padding: 0;
}

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

}

.contactform_form form .half:nth-of-type(even){  
  padding-right: 0;
 }
.contactform_form form input, .contactform_form form textarea, .contactform_form form select {
  width: 100%;
  border: none;
  border-radius: 5px;
  background: none;
  border: 1px solid #ed7d31;  
  padding: 10px 15px;
  font-family: "exo2regular";
  font-size: 15px;
  text-transform: none;
  color: #fff;  
  height: 45px;
}

.contactform_form form button{
 
  height: 45px;
  display: block;
  margin: 0 auto;
  
}
.wpcf7-list-item {
  display: flex;
  padding-top: 42px;
  position: relative;
  padding-right: 50px;
  flex-direction: row-reverse;
}

.contactform_form form input::placeholder, .contactform_form form textarea::placeholder {
  
  display: block;
  color: #fff;
  font-family: "exo2regular";  
  font-size: 15px;
  padding-bottom: 10px;
  text-align: left;
  line-height: 5px;    
  text-transform: capitalize;
  opacity: 0.6;
}
.contactform_form form select.big {
  appearance: none;
  position: relative;
  background-image: url(../images/select_arrow.png);
  background-repeat: no-repeat;
  background-position: 80% 25%;
  
}
.contactform_form  form input.wpcf7-not-valid,
.contactform_form  form textarea.wpcf7-not-valid {
width: 100%;  
border: none;
border-bottom: solid 1px red;
border-radius: 0px;
}
.wpcf7-not-valid-tip {
    color: #dc3232; /* Red */
    font-size: 0;
    font-weight: normal;
    display: none;
}
.contactform_form  form textarea {
resize: none;
height: 120px;
padding: 25px 15px 10px;
}
.contactform_form .wpcf7-submit {
  
  background: #ec2124;
    border: 0;
    color: #fff;
    font-family: 'latobold';
    font-size: 15px;
    border-radius: 30px;
    padding: 10px;
    width: fit-content;
    padding: 0 35px;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: none;
    border-radius: 0;
}
.contactform_form .wpcf7-submit:hover {
  
}
.contactform_form  form button:hover,
.contactform_form  form button:focus {
  
transition: background-color 2s ease-out;
}
.contactform_form form .full:last-child{
  margin-bottom:0;
}


.contactform_area{
  width: 48%;
  display: inline-block;
  
}
.contactpage .contactform_form form {
  margin-top:20px;
}
.contactpage .contactform_form form .btn {
  height: 45px;
  display: inline-flex;
  margin:0 auto;

}
.contact_info {
  padding: 20px 25px 10px;
  width: 100%;
  border: 2px solid #ed7d31;
  border-radius: 10px;
  margin: 20px 0 0;
}
.contact_info .item {
 
  margin-top: 20px;
  align-items: center;
}
.contact_info .item .tittle{
  color: #ed7d31;
    font-family: 'exo2bold';
    font-size: 22px;
    line-height: 25px;
    text-transform: capitalize;
    display: flex;
   
}
.contact_info .item .tittle span{
  margin: 0 10px 0 0;
}
  
.contact_info .item .icon {
  width: 28px;
    height: 28px;
    background: #ed7d31;
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.contact_info .item .details {
  display: inline-block;
  padding-left: 0;
}

.contact_info .item .details p {
  font-family: 'exo2regular';
  color: #fff;
  padding: 10px 0 0;
  font-size: 15px;
  line-height: 23px;
  text-transform: capitalize;
}

.contact_info .item .details p a {
  color: #fff;
  cursor: pointer;  
  padding: 0 0x 0 0;
  text-transform: none;
}


.contactaddress_area h5 {
  color: #fff;
  font-family: 'exo2bold';
  font-size: 22px;
  line-height: 25px;
  text-transform: capitalize;
}
.contactaddress_area p{
  padding-bottom: 25px;
}
.daytime_wrapper .block{
  font-family: 'exo2regular';
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    text-transform: capitalize;
    margin: 0;
    display: flex;
    padding: 8px 0 4px;
    justify-content: space-between;
}
.daytime_wrapper .block span{
  font-family: 'exo2medium';
  padding-left: 20px;
  font-size: 16px;
  text-transform: uppercase;
}
.contact_address a.btn {
  background: #fff;
  color: #000;
  border-radius: 50px;
  width: 100%;
  margin: 35px 0 0;
}
.contact_address a.btn:hover{
  color: #ed7d31;
}
.contactpage .contactform_form form .btn.attachment {
  background: transparent;
  flex-wrap: wrap;
}
.contactpage .contactform_form form .btn.attachment span{
  font-size: 14px;
  padding-left: 4px
}
.contactpage .contactform_form form .btn.attachment .fa{
  padding-left: 5px;
  font-size: 30px;
}
.visitus_wrapper {
  width: 100%;
  margin: 60px auto 40px;
  display: block;
  text-align: center;
}
.visitus_wrapper h6{
  color: #ed7d31;
    font-family: 'exo2bold';
    font-size: clamp(20px, 7vw, 30px);
    line-height: 25px;
    text-transform: capitalize;
}
.map_wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin:40px 0 0;
}
.map_wrapper .map{
  width:70%;
  display: inline-block;
}
.map_wrapper .map img{
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.map_wrapper .contact_info{
  width:28%;
  display: inline-block;
  text-align: left;  
}
.upload-hidden {
  display: none; /* hides the actual file input */
}
 
.custom-upload-label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.contactform_form .wpcf7-submit{
	cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px 3px;
  background: #ed7d31;
  color: #fff;
  font-family: 'exo2semibold';
  font-size: 18px;
  line-height: normal;
  text-transform: capitalize;
/*   border-radius: 6px; */
  border: 2px solid #ed7d31;
  margin-top: 25px;
  position: relative;
/*   z-index: 2; */
  width: max-content;
  height: 38px;
  transition: 0.2s all ease-in-out;
}
 
.contactform_form .wpcf7-submit:hover {
  background: transparent; /* removes background color */
  color: #ed7d31; /* optional: change text color on hover */
}
 
.custom-upload-label {
	font-family: "exo2regular";
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 5px;
	  margin-top: 6px;
    color: white;
	    
}
/*****************************************contact us page**********************************/
.team_wrapper.team_wrappermob{
  display: none;
}
.swiper-container {
  
}

.swiper-container-free-mode > .swiper-wrapper{
  transition-timing-function : linear;
}

.swiper-slide {
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  padding: 10px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0.2em 1em;   
    grid-column: 1 / 3;
    color: #fff;
    text-align: center;
}
@media only screen and (min-width: 1900px) {
  .header_menu .menu-list li {    
    font-size: 22px;   
}
.btn { 
  font-size: 22px;
}
.banner_content h1 {  
  font-size: clamp(20px, 7vw, 55px);    
}
.banner_content p { 
  font-size: 22px;  
  line-height: 32px;  
  padding: 25px 15% 0 0%;
  word-break: break-word;
}
.main_tittle { 
  font-size: clamp(30px, 7vw, 55px);
}
p {  
  font-size: 22px;  
  line-height: 30px;
}
.sub_tittle {  
  font-size: clamp(18px, 7vw, 26px);
}
.topchoice_wrapper .block .content .tittle {  
  font-size: clamp(20px, 7vw, 32px);
}
.topchoice_wrapper .block .content p {
  font-size: 22px;
  line-height: 30px;
  padding: 18px 0 0;
}
.topchoice_wrapper .item {
  padding: 25px 15px;
}

.rating_container .block .content .tittle {  
  font-size: 22px;
}
.rating_container .block .icon .number {  
  font-size: 45px;
  color: #ed7d31;
}
.testimonials .testimonials-slider .testimonials-slider-item p {  
  font-size: 22px;
  line-height: 32px;
  padding: 30px 0 0;
}
.testimonials .testimonials-slider .testimonials-slider-item .name {  
  font-size: clamp(20px, 7vw, 32px);
  margin: 32px 0px 10px 0px;  
  padding: 20px 0 0;
}
.testimonials .testimonials-slider .testimonials-slider-item .position {  
  font-size: 22px;
  line-height: 30px; 
}
.footer .footer-content p , .footer .footer-content .links li a, .footer .copyright p{ 
  font-size: 16px;  
  line-height: 23px;
}
.footer .footer-content h4 {  
  font-size: 25px;
}
.careeroption_container .main_tittle { 
  font-size: clamp(30px, 7vw, 50px);
}
.servicetop_wrapper .block .image .tittle {  
  font-size: clamp(20px, 6vw, 32px);
}
.service_container .inner_tittle {  
  font-size: clamp(20px, 6vw, 38px);
}
.gallery ul li { 
  font-size: clamp(18px, 6vw, 32px);
}
.corevalue_container {  
    margin: 17% 0 0;    
}
.cv_wrapper {    
    padding: 3% 0;
    border-radius: 5px;
}
.cv_wrapper .content .tittle {   
    font-size: clamp(20px, 7vw, 42px);
}
.inner_tittle {    
    font-size: clamp(30px, 7vw, 50px);
}
.careertop_wrapper .block .block_inner .content .tittle {    
    font-size: clamp(19px, 6vw, 33px);
}
.careertop_wrapper .block .block_inner .content p {   
    font-size: 22px;    
    line-height: 30px;
  }
  .career_block .career_section .tittle {    
    font-size: clamp(20px, 7vw, 30px);
  }
  .career_wrapper h5 {    
    font-size: clamp(17px, 7vw, 28px);
  }
  .career_wrapper h6 {    
    font-size: clamp(15px, 7vw, 24px);
  }
  .career_wrapper .inner_content ul li {
    
    font-size: 22px;   
    line-height: 32px;
  }
  .career_wrapper .details {    
    width: 35px;   
    height: 35px;
}
.career_wrapper .details {
   
    font-size: 35px;
}
.contactform_wrapper {
    width: 80%;   
}

.mainservice_container .main_tittle {
  font-size: clamp(30px, 7vw, 52px);
}
.careeroption_container .main_tittle {    
    font-size: clamp(30px, 7vw, 52px);
}
.core_rating .block .number {    
    font-size: clamp(30px, 7vw, 70px);
}
.core_rating .block .content .tittle {    
    font-size: 26px;
}
 .container {
    margin: 0 auto;
    max-width: 100%;
    width: 80%;
  }
  .process_container ul li {   
    font-size: 22px;
  }
  .process_container .block .block_inner .number {    
    font-size: clamp(30px, 9vw, 150px);
  }
  .whatwedo_wrapper .right .block .block_inner .content {    
    font-size: 23px;
    line-height: 32px;
}
.team_container {
    width: 100%;
    margin: 18% 0 30px;
}
.servicetop_wrapper .block .tittle {   
    font-size: clamp(20px, 6vw, 32px);
}
.servicetop_wrapper .block ul li {    
    font-size: clamp(14px, 6vw, 20px);
}
}
@media only screen and (min-width: 2300px) {
.corevalue_container {  
    margin: 20% 0 0;    
}
    .cv_wrapper {
        padding: 4% 0;       
    }
    .team_container {
    width: 100%;
    margin: 20% 0 30px;
    }
}
@media only screen and (max-width: 1450px) {
.servicetop_wrapper {
  width: 100%;
}
}
@media only screen and (max-width: 1355px) {
  .banner_content h1 span {
   
    margin-right: 0%;
}
.banner_content h1 {  
  padding: 0px 0% 0 0;  
  text-align: left;
}
.banner_content h1 {
  font-family: 'exo2bold';
  font-size: clamp(20px, 7vw, 40px);
  color: #fff;  
}
.whatwedo_container {
  
  margin: 0 0 0;
}
.topchoice_wrapper .block .content {  
  top: 7%;  
}
.footer .footer-content .col-container .right {  
  width: 55%;
}
.footer .footer-content .col-container .left {  
  width: 35%;
}
.corevalue_container {   
    margin: 9% 0 0;   
}
}
@media only screen and (max-width: 1280px) {
.whatwedo_wrapper .right .block .block_inner .icon {
  width: 50%;  
}
.topchoice_wrapper .item {
  padding: 10px 10px;
}
.topchoice_wrapper .block .content p {
  font-size: 15px;
  line-height: 23px;
  padding: 14px 0 0;
}
.testimonials {
  width: 90%;
}
.footer .footer-content .col-container .right {
  width: 62%;
}
.careertop_container {
  
  width: 100%;
}
.careertop_wrapper .block .block_inner .content {
  display: inline-block;
  width: 100%;
}
}

@media only screen and (max-width: 1200px) {
  header {        
      align-items: center; 
  }
  .menu-btn {
      display: inline-block;      
      height: auto;
  }
  .menu-btn.open{
    width: 40px;
    height: auto !important;
  }
  .menu-btn::before,.menu-btn::after {
    content: none;
    
}
  header .btn:active {
      border-bottom: none;
  }
  
  .menu-btn .icon {
    background: #f8781d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 10px;
  }
  .menu-btn .icon .bar {        
      height: 4px;  
      background: #0e0e0e;  
  }
  .menu-btn .icon .bar-2 {
      top: 8px;
      
  }
  .menu-btn .icon .bar-1{
    position: relative;
    width:65%;
  }
  
  .menu-btn .icon .bar-4 {      
    width:65%;
      position: relative;      
  }
  
  .header_menu{
      width: 100%;
      height: 100vh;
      display: flex;
      align-items: center;
      transition: 0.3s;
      justify-content: center;
      position: fixed;
      left: 0px;
      top: 0px;
      z-index: 16000;
      background: url(../images/menu_bg.png) no-repeat;
      background-position: center top;
      background-size: cover;
      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;
    }
  .header_menu.open{
      opacity: 0.98;
      visibility: visible;
      transform: scale(1);
      -webkit-transform: scale(1);
  }
  
.menu-btn.open .icon .bar-1 {
  position: relative;
  background: transparent;
  width: 100%;
}
.menu-btn.open .icon .bar {
  width: 100%;
  height: 4px;
  display: inline-flex;
  border-radius: 0;  
}
.menu-btn.open .icon .bar-2 {  
    margin-top: 5px;
    margin-bottom: -3px;   
  transition: 0.3s;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.menu-btn.open .icon .bar-3 {
  transition: 0.3s;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-bottom: 6px;
}
.menu-btn.open .icon .bar-4 {
  transition: 0.3s;
  transform: scale(0);
  -webkit-transform: scale(0);
  width: 100%;
    position: relative;
    background: transparent;

}
  .header_menu .menu-list{
      text-align: center;
      width:100%;
      max-height: 100%;
        overflow: auto;
  }
    .header_menu .menu-list li{
      display: block;
    }
  .header_menu .menu-list li a,
    .header_wrapper .menu .menu-list li a{
      color: #fff;
      line-height: 66px;
      font-size: 28px;
      opacity: 1;
    } 
    .header_menu .menu-list li.menu-item-has-children .sub-menu {
      text-align: left;
      position: relative;
      left: 0;
      top: auto;
      opacity: 1;
      visibility: visible;
      width: 100%;
      margin: 0px 0px 0px 0px;
      transform: none;
      border-radius: 0px;
      display: none;
      background: transparent;
      padding: 0;
  }
  .header_menu .menu-list li.menu-item-has-children .sub-menu li {
    display: block;
    line-height: 35px;
    border-bottom: none;
    position: relative;
    padding: 15px 10px;
}
.header_menu .menu-list li.menu-item-has-children .sub-menu li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  line-height: 20px;
  text-align: center;
}
.header_menu .menu-list li.menu-item-has-children .sub-menu li a::after{
  display: none;
}
.header_menu .menu-list li.menu-item-has-children a::after {
  content: '';
  position: relative;
  display: block;
  padding: 0px 0px;
  width: 100%;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  position: absolute;
  right: 15px;
  top: calc(50% - 5px);
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
}
.header_menu .menu-list li.menu-item-has-children::after{display: none;}
  .header_contact .fa-envelope-o:before {
      
      font-size: 28px;    
  } 
  .header_contact .fa-phone:before {
      
      font-size: 30px;    
  }
  .header_right {
      display: inline-flex;
      flex-direction: row;
      height: 100%;
      align-items: center;
  }
    .header_wrapper .menu-btn{
      display: inline-block;
    }
    
    .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;
}
.banner {
    width: 100%;
    position: relative;    
}
.appointment {
  display: none;
}
.header_menu .menu-list li:last-child{
  display: block;
}

}
@media only screen and (max-width: 1180px) {
.logo {
  display: inline-block;
  width: 150px;
}
.banner_content {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.banner_content h1 span {
  margin-right: 0;
}
.banner_content h1 {
  padding: 0px 0 0 0;
  text-align: right;
}
.banner_content h1 {  
  
}
.service_wrapper {
  width: 100%;
}
}
@media only screen and (max-width: 1100px) {
  .whatwedo_wrapper {
    width: 100%;   
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.whatwedo_wrapper .left {
  width: 100%;
  display: block;
}
.whatwedo_wrapper .btn{
  display: none;
}
.whatwedo_wrapper .btn.mob{
  display: inline-flex;
}
.whatwedo_wrapper .right {
  width: 100%;
  display: block;
  margin: 20px 0 0;
}
.whatwedo_wrapper .right .block{
  text-align: left;
}
.whatwedo_wrapper .right .block .block_inner .icon {
  width: 25%;
}
.topchoice_wrapper .block .content p {
  font-size: 14px;
  line-height: 21px;
  padding: 10px 0 0;
}
.rating_container .block .icon .number {  
  font-size: 25px;  
}
.whoweare_wrapper {
  width: 100%;
  
}
.whoweare_container {
  width: 100%;
  
}
.corevalue_wrapper .image {
  width: 95%;
  margin: 0 auto;
  display: block;
}
.core_rating {
  width: 100%;
}
.team_wrapper {
  width: 100%;
}
.contactform_wrapper {
  width: 100%;
}
.servicetop_wrapper .block{
  width:50%;
}
.servicetop_wrapper .block:last-child{
  width:100%;
}
.servicetop_wrapper .block:last-child::after {
   
    top: 0;
    right: -64px;
    background: url(../images/image.jfif) no-repeat;
    background-position: right bottom;
}
}
@media only screen and (max-width: 1050px) {
  .cv_wrapper .content {
    width: 74%;
  }
  .whoweare_container {
    width: 100%;
    margin-top: 50px;
  }
  .team_container {
    width: 100%;
    margin: 60px 0 30px;
  }
  .banner .content {
    position: absolute;
    right: 0;
    top: 36%;
    width: 77%;
    margin: 0;
    display: block;
    z-index: 10;
}
  .banner_content h1 span::after {
        border-top: 2px solid #e47930;
        position: relative;
      
        content: "";
        width: 18%;
    }
      .whatwedo_container {
        margin: 60px 0 0;
    }
    .banner_content h1 {
        text-align: left;
    }
    .banner_content p {
   
    padding: 25px 0% 50px 0%;
}

}
@media only screen and (max-width: 950px) {
.desktop_banner{
  display: none;
}
.mobile_banner{
  display: block !important;
}
.banner .content {
  position: absolute;
  right: auto;
  top: auto;
  width: 90%;
  margin: 0;
  display: block;
  z-index: 10;
  bottom: 3%;
  text-align: center;
  left:50%;
  transform: translateX(-50%);
}
.banner_content h1 span::after{
  display: none;
}
.banner_content h1 {
  padding: 0px 0 0 0;
  text-align: center;  
}
.banner_content h1 span {  
  justify-content: center;
  padding-left: 0;
  text-align: center;
}
.rating_container .block .icon {
  width: 60%;
}
.footer .footer-content .col-container .left {
  width: 100%;
  text-align: center;
}
.footer .footer-content .col-container .inline {
  padding: 5px 5px;
  justify-content: center;
  flex-wrap: wrap;
  width:100%;
}
.footer .footer-content .footer-logo {
  margin: 0px auto 0px auto;
  width: 200px;
  max-width: 100%;
}
.footer .footer-content p {  
  max-width: 100%;
  padding:20px  0;
  width: 100%;
}
.footer .footer-content .col-container .right {
  width: 100%;
  text-align: center;
  flex-wrap: wrap;
}
.footer .footer-content h4::before{
  display: none;
}
.process_container .block {
  width: 50%;
  display: inline-block;  
  padding-bottom: 30px;
  margin: 20px 0;
}
.process_container .block .block_inner .number {
  
  margin-left: -10%;
}
.servicetop_wrapper .block {
  width: 100%;
  display:block;
}
.servicetop_wrapper .block:last-child{
        width: 100%;
        display: block;
    }
.gallery .tab-content .item, .gallery .tab-content1 .item, .gallery .tab-content2 .item, .gallery .tab-content3 .item, .gallery .tab-content4 .item, .gallery .tab-content5 .item {
  display: inline-block;
  width: 33.333%; 
}
.contactform_wrapper {
  width: 100%;
  flex-wrap: wrap;
}
.contactaddress_area {
  width: 100%;
  display: block;
}
.contactform_area {
  width: 100%;
  display: block;
  margin: 20px 0 0;
}
.map_wrapper .map {
  width: 100%;
  display: block;
}
.map_wrapper .contact_info {
  width: 100%;
  display: block;
  margin: 20px 0 0;
  padding: 20px 25px;
}
.whatwedo_container {
    margin: 50px 0 0;
  }
  .rating_container .block {    
    width: 50%;    
    margin: 20px 0;
}
}
@media only screen and (max-width: 850px) {
.whoweare_wrapper .left .rectangle {
  
  height: 290px;
}
.team_wrapper .item {
  padding: 10px 6px;
  width: 50%;
}
.team_wrapper .item:nth-child(3) .block::before {
  display: none;
}
}
@media only screen and (max-width: 730px) {
  .banner .content {    
    right: auto;
    top: auto;
    width: 95%;
    margin: 0;
    display: block;
    z-index: 10;
    bottom: -2%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.banner_content h1 {
  padding: 0px 0 0 0;
  text-align: center; 
  font-size: 38px;
}
.main_tittle {  
  font-size: clamp(30px, 5vw, 45px);  
  padding: 0px 0 0;  
}
.whatwedo_container {
  margin: 60px 0 0;
}
.whatwedo_wrapper .right .block_top {  
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin-left: 0;
}
.whatwedo_wrapper .right .block {
  text-align: left;
  width: 100%;
}
.topchoice_wrapper .block .content {
  top: 12%;
}
.rating_container {
  width: 100%;
}
.rating_container .block {  
  width: 50%;
  display: flex;
  margin: 20px auto;
  flex-direction: column;  
}
.topchoice_wrapper .block {
  
  margin: 0px 0 40px;
}
.topchoice_wrapper .item {
  padding: 20px 10px;
}

.rating_container .block .content {
  padding-top: 20px;
  order: 2;
}

.whoweare_container {
  width: 100%;
  margin-top: -65%;
}
.careertop_wrapper .block {
  width: 100%; 
  padding: 0 0px;
  text-align: center;
}
.careertop_wrapper .block .block_inner .icon {
  display: block;
  margin: 0 auto;
}
.cv_wrapper .content {
  width: 92%;
}
.servicetop_wrapper .block:last-child::after{
  display: none;
}
}
@media only screen and (max-width: 630px) {
.banner .content {    
  bottom: 0;  
  margin-top: 0;
}
.logo {
  display: inline-block;
  width: 100px;
}
header.fix .logo {
  width: 90px;
  transition: all 0.8s cubic-bezier(0.32, 0.1, 0.3, 1);
}
.whoweare_container {
  width: 100%;
  margin-top: 5%;
}
.core_rating .block {
  width: 50%; 
  padding: 10px 0;
}
.process_container {
  margin: 40px 0 20px;
}
.process_container .block {
  width: 100%;
  display: block;
  padding-bottom: 30px;
  margin: 20px 0;
}
.process_container .block .block_inner .number {
  margin-left: -5%;
  font-size: clamp(73px, 9vw, 130px);
}
p.half {
  grid-column: 1 / 3;
}
.team_wrapper{
  display: none;
}
.team_wrapper.team_wrappermob{
  display: block;
}
.team_wrapper.team_wrappermob .item {
    padding: 0 6px;
    width: 100%;
}
}
@media only screen and (max-width: 510px) {
  .logo {
    display: inline-block;
    width: 90px;
  }
  .menu-btn .icon {
    background: #f8781d;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 10px;
}
.banner_content h1 {
  padding: 0px 0 0 0;
  text-align: center;
  font-size: 26px;
}
p {  
  font-size: 15px;  
  line-height: 22px;
}
.whoweare_wrapper .left .rectangle {
  height: 162px;
}
.whoweare_container {
  width: 100%;
  margin-top: -90%;
}
.careeroption_container {
 
  margin-top: 115px;
}
.process_container .content_list {
  
  padding-left: 0;
}
.process_container .content_list::before {  
  left: 4px;  
}
.process_container .block::before{
  display: none;
}
.process_container .block .block_inner { 
  padding: 0 0 0 10px;  
}
.servicetop_wrapper .block .image .tittle {
  
  font-size: clamp(16px, 6vw, 20px);
}
.gallery .tab-content .item, .gallery .tab-content1 .item, .gallery .tab-content2 .item, .gallery .tab-content3 .item, .gallery .tab-content4 .item, .gallery .tab-content5 .item {
  
  width: 50%;
  padding: 2px;
}
.gallery .tab-content, .gallery .tab-content1, .gallery .tab-content2, .gallery .tab-content3, .gallery .tab-content4, .gallery .tab-content5 {
  
  padding: 0;
  
}
.servicetop_wrapper .block .image .icon img {  
  width: 60px;
}
.daytime_wrapper .block {
 
  font-size: 15px;
   flex-wrap: wrap;
  word-break: break-all;
  width: 100%;
}
.contact_address a.btn {
  
  font-size: 13px;
  margin: 35px 0 0; 
  text-align: center;
}
}

@media only screen and (max-width: 450px) {
.contactpage .contactform_form form .btn.attachment {
  background: transparent;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}
.career_block .career_section .tittle {    
    font-size: clamp(17px, 2vw, 23px);    
}
}
@media only screen and (max-width: 410px) {
  .whatwedo_wrapper .right .block .block_inner {   
    padding: 10px;
  }
  .whatwedo_wrapper .right .block .block_inner .content {
    padding-left: 10px;   
    font-size: 14px;
}
.block_inner .icon {
  width: 25%;
  padding-right: 8px;
}
.main_tittle {
  font-size: clamp(25px, 5vw, 45px);
  padding: 0px 0 0;
}
.whatwedo_wrapper .right .block {
  
  padding: 10px 0;
}
.rating_container .block {
  width: 100%; 
}
.rating_container .block .icon {
  width: 45%;
}
.counter_container { 
  margin: 30px 0 0;
}
.testimonial_container {  
  margin-top: 40px;
}
.testimonial_wrapper {
  width: 90%;
  
}
.testimonials::after {
  background: url(../images/right_quote.png) no-repeat;
  background-position: right bottom;
  background-size: 100%;
  width: 16%;
  height: 100%;
  top: auto;
  transform: none;
  right: -20%; 
  bottom: 0;
}
.client_container {  
  margin: 40px 0 0;  
}
.client_wrapper .item {
  padding: 10px 10px;
}
.footer {  
  padding: 20px 0 0;  
}
.whoweare_container {
  width: 100%;
  margin-top: 12%;
}
.whoweare_wrapper {
  width: 100%;
  flex-direction: column;
}
.whoweare_wrapper .left {
  width: 100%;
  display: inline-block;
  position: relative;
}
.whoweare_wrapper .left .rectangle {
  height: 162px;
  width: 100%;
}
.whoweare_wrapper .right {
  width: 100%;
  display: inline-block;
}
.core_rating .block {
  width: 100%;
  padding: 10px 0;
}
.team_wrapper .item {
  padding: 10px 6px;
  width: 100%;
}
.team_wrapper .item .block::before{
  display: none;
}
.servicetop_wrapper .block .image .tittle {
  font-size: clamp(14px, 3vw, 20px);
}
.servicetop_wrapper .block .image .icon img {  
  width: 40px;
}
.contact_address a.btn {
  
  font-size: 12px;
  margin: 35px 0 0;
  padding: 0 10px 3px;
  text-align: center;
}
}

#electrical-engineering:hover{
  transform: translateY(-6px);
  transition: transform 0.3s ease-in-out;
}
