@font-face {
  font-family: 'robotomedium';
  src: url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Lufga-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  display: swap;
}
@font-face {
    font-family: 'robotolight';
    src: url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'robotoregular';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'robotoblack';
    src: url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'robotobold';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
 
  @font-face {
    font-family: 'robotoitalic';
    src: url('../fonts/Roboto-Italic.woff2') format('woff2'), url('../fonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'aileronbold';
    src: url('../fonts/Aileron-Bold.woff2') format('woff2'), url('../fonts/Aileron-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }  
  @font-face {
    font-family: 'montserratlight';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'montserratsemibold';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'montserratmedium';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'montserratregular';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'montserratsemibolditalic';
    src: url('../fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'), url('../fonts/Montserrat-SemiBoldItalic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'montserratbold';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }

  * {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
    outline: none;
    resize: none;
    box-sizing: border-box;
    font-weight: normal;
  }
  img{
      width:100%;
      display: block;
      height: auto;
  }
  a,
  a:hover,
  a:focus {
    text-decoration: none;
    outline: none;
    display: inline-block;
    -webkit-transition: all 0.15s cubic-bezier(0.32, 0.1, 0.3, 1);
    transition: all 0.15s cubic-bezier(0.32, 0.1, 0.3, 1);
  }
  body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    scroll-behavior: smooth;
    font-family: 'latoregular';
    position: relative;
  }
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }
  ::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    cursor: auto;
    user-select: none !important;
    font-weight: normal;
  }
  select::-ms-expand {
    display: none !important;
  }
  select:focus {
    outline: none !important;
  }
  label {
    font-weight: normal;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-size: 15px;
    vertical-align: top;
  }
  label em {
    color: #ff0000;
  }
  strong {
    font-weight: bold;
  }
  .clearfix {
    display: table;
    clear: both;
  }
  .main-title {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-family: 'latobold';
    font-size: clamp(30px, 5vw, 45px);
    color: #002e93;
    line-height: 50px;
    text-transform: uppercase;
  }
  .main-title span {
    font-family: 'latobold';
    display: block;
    font-size:30px;
  }
  .main-title.line {
    padding-left: 0px;
    text-align: center;
  }
  .main-title.line::after {
    content: '';
    display: block;
    width: 70px;
    height: 4px;
    background: #004f94;
    margin: 20px auto 0px auto;
  }
  .main-title.bar {
    text-align: center;
    display: inline-block;
    padding-left: 55px;
    position: relative;
    font-size: 35px;
    line-height: 30px;
  }
  .main-title.bar::before {
    content: '';
    display: block;
    width: 20px;
    height: 100%;
    background: #004f94;
    position: absolute;
    left: 12px;
    top: -3px;
    transform: skew(-35deg);
  }
  .btn {
    height: 38px;
    width: auto;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    font-size: 17px;
    line-height: 23px;
    border: 2px solid #445384;
    color: #445384;
    background-color: transparent;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    -moz-appearance: none;
    -webkit-transition: all 0.8s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.8s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    user-select: none;
    padding: 0px 25px;
    cursor: pointer;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: 'robotoregular';
    margin-top:30px;
  }
  .btn:hover {
    background-color: #008560;
    color: #fff;    
    border: 2px solid #008560;
    display: inline-flex;
  }
    .btn:focus {
        display: inline-flex;
    }
 
  .btn.white {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
  }
  .btn.white:hover {
    background-color: #fff;
    border-color: #fff;
    color: #008560;
  }
  .btn:active {
    box-shadow: none;
  }
  .btn.is-loading {
    font-size: 0px;
    color: transparent !important;
    pointer-events: none;
    position: relative;
  }
  .btn.is-loading::after {
    -webkit-animation: spinAround 500ms infinite linear;
    animation: spinAround 500ms infinite linear;
    border: 2px solid #ffffff;
    border-radius: 10px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    position: absolute;
    left: calc(50% - 7px);
    top: calc(50% - 7px);
    box-sizing: border-box;
  }
  .btn.blue-btn {
    border: 1px solid #0a4197;
    color: #fff;
    background-color: #0a4197;
  }
  .btn.blue-btn:hover {
    border: 1px solid #093883;
    color: #fff;
    background-color: #093883;
  }
  .btn.yellow-btn {
    border: 1px solid #fcc600;
    color: #fff;
    background-color: #fcc600;
  }
  .btn.yellow-btn:hover {
    border: 1px solid #D2AB0D;
    color: #fff;
    background-color: #D2AB0D;
  }
  .btn.green-btn {
    border: 1px solid #00ae93;
    color: #fff;
    background-color: #00ae93;
  }
  .btn.green-btn:hover {
    border: 1px solid #00937C;
    color: #fff;
    background-color: #00937C;
  }
  .btn.large {
    height: 46px;
    line-height: 46px;
  }
  .btn.transparent {
    color: #282828;
    background: transparent;
    border: 1px solid #000;
  }
  .btn.transparent:hover{
      background: #d00b11;
      color: #fff;
      border: 1px solid #d00b11;
  }
  .btn.small {
    height: 34px;
    line-height: 34px;
    font-size: 13px;
  }
  .input-text {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;    
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    -moz-appearance: none;
    color: #797979;
    font-size: 13px;  
    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: #282828;    
    line-height: 28px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-family: 'lufgaregular';
    font-size: 17px;
    line-height: 26px;
    padding: 10px 0;
  }
  .inline {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    
  }
  .col-1 {
    width: 100%;
    padding: 0px 15px;
  }
  .col-2 {
    width: 50%;
    padding: 0px 15px;
  }
  .col-3 {
    width: 33.3333%;
    padding: 0px 15px;
  }
  .col-4 {
    width: 25%;
    padding: 0px 15px;
  }
  .col-5 {
    width: 20%;
    padding: 0px 15px;
  }
  .col-container {
    font-size: 0px;
  }
  .row {
    margin: 0px -15px;
  }
  .container {
    margin: 0 auto;
    max-width: 100%;
    width: 88%;
  }
  .column {
    display: flex;
    flex-wrap: wrap;
    margin: -15px -15px 0px -15px;
  }
  .columns {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 15px;
  }
  .margin-top {
    margin-top: 140px;
  }
  .ui-datepicker .ui-datepicker-prev {
    top: 3px;
    background: #f42f2f url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAmElEQVQYGQXBQSqEAQCA0e//XWBSUspRKKJGoWZh4TxWVjZWNu7BxgXULJSFsuAMmBmj570kSZJzkyRJcunPQ5IkF9a+7CVJZn79OFCSnFpZOJaSTC0tnUhKjiysnElS9n1bm0mS8ognG5KkTDzj3ihJyaY57oySkmx5wa1BSpJtr7gxKEmy4w3XhiRJdr3jaqyqqj477CP/0qmsbV1NXLMAAAAASUVORK5CYII=) no-repeat center;
    font-size: 12px;
  }
  .ui-datepicker .ui-datepicker-next {
    top: 3px;
    background: #f42f2f url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAmElEQVQY01XQTQpBYRTG8YMN3JSUUjZCKeoqlIGB7TAyMjEysQ8mNnDLQBkoZRG+Lvp73onz6sx+p57zYUy50MC8jBlwph5TgbnwRM0p4EJ4pOoUcCk8UHEyiqyEe8pOAdfCjCQaTomdcBvTiDc3Wg4Dch50PKvHU5X6xK76OX3fq82dl5J+2ze5KnYc37jhw+T/EwnDGLAv7KSz3xS1KTsAAAAASUVORK5CYII=) no-repeat center;
  }
  .ui-datepicker table {
    font-size: 12px !important;
  }
  .ui-widget {
    font-size: 12px !important;
  }
  .ui-widget input,
  .ui-widget select,
  .ui-widget textarea,
  .ui-widget button {
    font-size: 12px !important;
  }
  .popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    transform: scale(1);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 50000;
    text-align: center;
    overflow-y: auto;
  }
  .popup .popup-content {
    display: inline-block;
    text-align: left;
    margin-top: 100px;
    margin-bottom: 100px;
    width: 560px;
    max-width: calc(100% - 30px);
    min-height: 300px;
    height: auto;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0px 0px 20px #000000;
    padding: 40px 30px;
    position: relative;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    transition-duration: 0.3s;
    transition-delay: 0.3s;
    opacity: 0;
  }
  .popup .popup-content .popup-close {
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    width: 29px !important;
    height: 29px !important;
    line-height: 27px !important;
    padding: 0px 0px 0px 2px  !important;
    text-align: center;
    border-radius: 30px !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7) !important;
    background: #004f94 !important;
    border-color: #004f94 !important;
    color: #FFFFFF !important;
    letter-spacing: 1px !important;
    margin: 0px !important;
  }
  .popup .popup-content.open {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition-duration: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
  }
  .popup .popup-content .header {
    padding: 0px 0px 10px 0px;
    border-bottom: 2px solid #9c9c9c;
    margin-bottom: 20px;
  }
  .popup .popup-content .header h2 {
    font-size: 17px;
    margin: 0px 0px 0px 0px;
    color: #3a3a3a;
    text-transform: uppercase;
  }
  .popup .popup-content .content {
    border-bottom: 2px solid #9c9c9c;
  }
  .popup .popup-content .content .job-title {
    font-size: 25px;
    line-height: 30px;
    color: #3a3a3a;
    margin: 0px 0px 10px 0px;
  }
  .popup .popup-content .content .experience {
    font-size: 12px;
    line-height: 12px;
    color: #3a3a3a;
    margin: 0px 0px 10px 0px;
  }
  .popup .popup-content .content .sections {
    margin-bottom: 20px;
  }
  .popup .popup-content .content .sections p {
    font-size: 14px;
    line-height: 20px;
    color: #3a3a3a;
  }
  .popup .popup-content .content .sections p strong {
    font-weight: normal;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 2px;
  }
  .popup .popup-content .content .sections .apply {
    float: right;
    padding: 0px 30px;
    line-height: 38px;
    height: 40px;
    text-transform: uppercase;
    font-size: 15px;
    width: auto !important;
    background: #004f94 !important;
    border-color: #004f94 !important;
    color: #FFFFFF !important;
    box-shadow: none !important;
    margin: 0px !important;
  }
  .popup .popup-content .content .sections .apply:hover {
    background: #004988 !important;
    border-color: #004988 !important;
    color: #3a3a3a !important;
  }
  .popup .popup-content .content .form .col-container {
    margin: 0px -5px;
  }
  .popup .popup-content .content .form .col-container .inline {
    padding: 0px 5px;
  }
  .popup .popup-content .content .form .col-container .inline .input-div {
    margin-bottom: 15px;
    position: relative;
  }
  .popup .popup-content .content .form .col-container .inline .input-div .input-text {
    width: 100%;
    height: 40px;
    line-height: 41px;
  }
  .popup .popup-content .content .form .col-container .inline .input-div textarea.input-text {
    height: 120px;
  }
  .popup .popup-content .content .form .col-container .inline .input-file-div #resume {
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
  }
  .popup .popup-content .content .form .col-container .inline .input-file-div #resume:hover + .input-text {
    color: #004f94;
    border-color: #004f94;
    box-shadow: inset 0px 0px 10px rgba(249, 104, 58, 0.5);
    -webkit-box-shadow: inset 0px 0px 10px rgba(249, 104, 58, 0.5);
  }
  .popup .popup-content .content .form .col-container .inline .input-file-div #resume:hover + .input-text .btn {
    background: #004988;
    border-color: #004988;
    color: #FFFFFF;
  }
  .popup .popup-content .content .form .col-container .inline .input-file-div .input-text {
    position: relative;
  }
  .popup .popup-content .content .form .col-container .inline .input-file-div .input-text .btn {
    position: absolute;
    padding: 0px 15px;
    right: -1px;
    top: -1px;
    height: 40px;
    line-height: 39px;
    margin: 0px;
    width: auto;
    box-shadow: none;
    font-size: 12px;
    text-transform: uppercase;
    background: #004f94;
    border-color: #004f94;
    color: #FFFFFF;
  }
  .popup .popup-content .content .form .col-container .inline .input-file-div .input-text .input-file-name {
    line-height: 39px;
    position: absolute;
    width: calc(100% - 108px);
    height: 100%;
    left: 0px;
    top: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #323232;
    font-size: 13px;
    padding: 0px 15px;
  }
  .popup .popup-content .content .form .col-container .inline .apply {
    height: 45px;
    line-height: 44px;
    width: auto;
    padding: 0px 50px;
    float: right;
    margin: 6px 0px 25px 0px;
    box-shadow: none;
    background: #004f94;
    border-color: #004f94;
    color: #FFFFFF;
  }
  .popup .popup-content .content .form .col-container .inline .apply:hover {
    background: #004988;
    border-color: #004988;
  }
  .social {
    font-size: 0px;
    display: block;
    margin: 0px 0px 0px 0px;
   
}
.social li {
    display: inline-block;
    margin: 30px 10px 0 0px;
    text-align: center;
}
.social li a {
  display: flex  ;
      font-size: 16px;
      color: #ffffff;
      cursor: pointer;
      align-items: center;
      justify-content: center;
      background: #1d5770;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      -webkit-transition: all 0.3scubic-bezier(0.1, 0.1, 0.25, 0.9);
      transition: all 0.3scubic-bezier(0.1, 0.1, 0.25, 0.9);
      margin-right: 0 !important;
}
  .social li a:hover{
    background: #ff9c1e;
  }
 /* .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: absolute;
    right: auto;
    left: 50%;
    transform: translate(-50%);
    bottom: 45px;
    border-radius: 0;
    border-radius: 50px 50px 0 0;
    padding: 22px 30px 0;
    height: auto;
    font-size: 40px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    background: #203164;
    background-position: center;
    border-color: #203164;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    border: none;
    box-shadow: none;
    cursor: pointer;
}
    .goto-top:hover {
     
      background: #203164;
      background-position: center;
      border-color: #203164;
     
  }
 
  .goto-top.open {
    opacity: 1;
    visibility: visible;
    background: #203164;
    background-position: center;
    border-color: #203164;
  }
.goto-top img{
   animation: bounceup 2s ease infinite;   
   
}

@keyframes bounceup {
    50% {
      transform: translateY(15%);
    }
  }
  .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: 8px 0px 0cqb;
    top: 0;
    background: #fff;
    align-items: center;
    z-index: 1000; 
    position: fixed;  
  }
  header .strip {
    padding: 0px 0px;
    font-size: 0px;
   
}
.strip_right {
    display: inline-flex;
    align-items: center;
}
.strip_right .btn{
    margin: 0;
}
header .strip .container {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  position: relative;
  padding-bottom: 10px;
}

.contact_wrap {
    display: flex;
    align-items: center;
   
}
.contact_wrap .contact {
    display: inline-block;
    align-items: center;
    padding: 4px 8px;
    /*border-right: 2px solid #333;*/

}
.contact_wrap .contact:first-child{
    padding-left: 0;
}
.contact_wrap .contact:last-child{
    border: none;
    padding-right: 0;
}
.contact_wrap .contact .icon {
    width: 50px;
    height: 50px;
}
.contact_wrap .contact .content {
    
}
.contact_wrap .contact .content .tittle {
    color: #55b394;    
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-family: 'montserratsemibold';
    font-size: 17px;
    line-height: 22px;
    padding: 0 0;
    text-transform: capitalize;
}
.strip_right a.call {
  line-height: 20px;
  font-size: 16px;
  color: #333333; 
  display: inline-block;
  vertical-align: middle;
  padding: 2px 10px;
  font-family: 'robotomedium'; 
}
.strip_right .content:first-child a.call:first-child{
    border-right: 2px solid #333;
}
.strip_right a.call span{
color: #008c65;
text-transform: uppercase;
padding-right: 6px;
}
header .social {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0px 0px 0px;
}
header .social li {
  margin: 0px 0px 0px 20px;
}
header .social li a {
  display: flex;
  font-size: 18px;
  color: #293c78;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background: #fff;
  width:30px;
  height: 30px;
  border-radius: 50%;
  -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);
  margin-right: 0 !important;
}
header .social li a:hover{
    background: #008c65;
}
header .menu-div {
  background: #293c78;
  padding: 10px 0;
}
.menu-div .col-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width:100%;
}
header .logo {
  width: 230px;
  display: inline-block;
  vertical-align: middle;
}
.header_right {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width:100%;
}
.header_menu {
    display: flex;
    width: 100%;
    vertical-align: middle;
    transition: 0.3s;
    margin: 0px 0 0;
    align-items: center;
    width:100%;
    justify-content:space-between;
}
header .menu-div .menu {
  
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  -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-div .menu .menu-list {
  margin: 0px 0px 0px 0px;
  display: inline-block;
}
header .menu-div .menu .menu-list li {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  padding: 0px 25px;
}
header .menu-div .menu .menu-list li:first-child {
  padding-left: 0;
}
header .menu-div .menu .menu-list li:last-child {
  padding-right: 0;
}
header .menu-div .menu .menu-list li a {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  letter-spacing: 0px;
  color: #fff;
  font-family: 'robotomedium'; 
  position: relative;
  overflow: hidden;
  text-transform:capitalize;
  border-bottom: 3px solid transparent;
  
}
header .menu-div .menu .menu-list li:last-child a{
  padding-right: 0;
}
header .menu-div .menu .menu-list li a:hover {
    color: #008c65;
    border-bottom: 3px solid #008c65;
  
}
header .menu-div .menu .menu-list li.current-menu-item a {
    color: #008c65;
    border-bottom: 3px solid #008c65;
}
header .menu-div .menu.open .menu-list li a {
  color: #000;
 
}
header .menu-div .menu .menu-list li.menu-item-has-children.open a {
    color: #008c65;
    border-bottom: 2px solid #008c65;
 
}
header .menu-div .menu .menu-list li.menu-item-has-children {
  position: relative;
  padding-right: 30px;
}
header .menu-div .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-div .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: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 6px);
    transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
}


header .menu-div .menu .menu-list li.menu-item-has-children a .dropdown-btn {
  vertical-align: middle;
  width: 10px;
  height: 7px;
  padding: 0px 0px;
  font-size: 0px;
  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);
  position: relative;
  border: none;
  background: rgba(0, 0, 0, 0);
  margin: -7px 0px 0px 5px;
}
/*header .menu-div .menu .menu-list li.menu-item-has-children a::after{
  position: relative;
    display: block;
    margin: 0px 0 0 6px;
    width: 100%;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #2d2d2d;
    border-right: 2px solid #2d2d2d;
    transform: rotate(135deg);
    content: "";
    /* position: absolute; */
    /*z-index: 10;
    top: -4px;
}
header .menu-div .menu .menu-list li.menu-item-has-children.open a::after{
    border-top: 2px solid #0095d9;
  border-right: 2px solid #0095d9;
}*/
header .menu-div .menu .menu-list li.menu-item-has-children a.dropdown-btn .icon .bar {
  overflow: hidden;
  width: 100%;
  height: 2px;
  display: block;
  -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);
  position: relative;
}
header .menu-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #2b303b;
  transform: translateX(-40px);
}
header .menu-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar::after {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #2b303b;
  transform: translateX(0px);
}
header .menu-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar-1 {
  transform: scale(1);
  -webkit-transform: scale(1);
}
header .menu-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar-1::before {
  -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-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar-1::after {
  -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-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar-2 {
  margin-top: 2px;
  margin-bottom: -2px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
header .menu-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar-2::before {
  -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-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar-2::after {
  -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-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar-3 {
  margin-bottom: 2px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
header .menu-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar-3::before {
  -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-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar-3::after {
  -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-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar-4 {
  transform: scale(1);
  -webkit-transform: scale(1);
}
header .menu-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar-4::before {
  -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-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar-4::after {
  -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-div .menu .menu-list li.menu-item-has-children a:hover .dropdown-btn .icon .bar::before {
  background: #0095d9;
}
header .menu-div .menu .menu-list li.menu-item-has-children a:hover .dropdown-btn .icon .bar::after {
  background: #0095d9;
}
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu {
  position: absolute;
  left: 0;
  top: 35px;
  width: 250px;
  background: #008c65;
  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(0);
  transform: translateY(0);
  text-align: left;
  padding: 0;
}
/*header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu::before {
  content: '';
  position: absolute;
  left: 40px;
  top: -7px;
  border-bottom: 7px solid rgba(0, 0, 0, 0.5);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}*/
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li {
    display: block;
    line-height: 35px;
    border-bottom: 1px solid #fff;
    position: relative;
    text-align: center;
    padding: 10px 0;
}
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li::after{
    display: none;
}
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li a {
    line-height: 21px;
    padding: 0;
    color: #fff;
    font-size: 16px;
    display: block;
    text-transform: capitalize;
    font-family: 'robotomedium';
    border: none;
}

header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li:hover{
  background: #fff;
}
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li:hover a {
  color: #008c65; 
  border:none;
 
}
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu a:hover{
  border: none;
}
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li:last-child {
  border-bottom: none;
}
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li:last-child a {
  border-radius: 0px;
}
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li:last-child a::after {
  display: none;
}
/*header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li.menu-item-has-children a::after {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 10px;
  top: calc(50% - 8px);
  height: 16px;
  width: 10px;
  font-size: 15px;
}*/
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu {
  position: absolute;
  left: 100%;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0px 4px 4px 0px;
  line-height: normal;
  border-top: none;
  border-left: 3px solid #0095d9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  text-align: left;
  width: 300px;
}
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu::before {
  content: '';
  position: absolute;
  left: -17px;
  top: 10px;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  border-right: 7px solid #0095d9;
}
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li a::after {
  display: none;
}
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li:first-child a {
  border-radius: 0px 4px 4px 0px;
}
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li:last-child a {
  border-radius: 0px 4px 4px 0px;
}
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li.menu-item-has-children.open .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
header .menu-div .menu .menu-list li.menu-item-has-children.open a .dropdown-btn {
  background: rgba(0, 0, 0, 0);
}
header .menu-div .menu .menu-list li.menu-item-has-children.open a .dropdown-btn .icon .bar-1 {
  transform: scale(0);
  -webkit-transform: scale(0);
}
header .menu-div .menu .menu-list li.menu-item-has-children.open a .dropdown-btn .icon .bar-2 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
header .menu-div .menu .menu-list li.menu-item-has-children.open a .dropdown-btn .icon .bar-3 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
header .menu-div .menu .menu-list li.menu-item-has-children.open a .dropdown-btn .icon .bar-4 {
  transform: scale(0);
  -webkit-transform: scale(0);
}
header .menu-div .menu .menu-list li.menu-item-has-children.open .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
header .menu-div .menu.open {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
header .strip .container {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
header .strip .search-div {
  width: 220px;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 0px 0px 20px;
  position: relative;
}
.input-div {
  width: 100%;
  position: relative;
}
header .strip .search-div .input-text {
  vertical-align: top;
  width: 100%;
  color: #282828;
  padding: 0px 30px 0px 15px;
  text-transform: uppercase;
  font-size: 14px;
}
header .strip .search-div .btn {
  width: 12px;
  line-height: normal;
  padding: 0px;
  border: none;
  background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTU3MEVCRjlFN0IyMTFFQ0E2REVENEM4MTkwNkE2RjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTU3MEVCRkFFN0IyMTFFQ0E2REVENEM4MTkwNkE2RjAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1NTcwRUJGN0U3QjIxMUVDQTZERUQ0QzgxOTA2QTZGMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1NTcwRUJGOEU3QjIxMUVDQTZERUQ0QzgxOTA2QTZGMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pqeu5QcAAAIfSURBVHjaTJHNaxNBGMZnZne2+SBJk2qbpm1qTVNrMaGGHEJjIvSiKIgnIWAoFlQET94EUfQf8OQf4KkHC4IoapqqBS+tRYXa5ktjmxpbm7QxH9vNZnd2nYkKfWDmMPO+8z7Pb2AikQCwIdpNz57fMrxdmEJS06JDqEFCsHL82Hsxdume4jm6DCDUARViG18sjnZ8+nyWK+8OQFHsRI2GA0qSBa+mTuO1VASqqgD+iZsOBKPmJ0/v4FQ6olkse3I4NCsHAy8AQoTf/jWMM7kQcfbk1f6+DD3TuJulyoywlooSp/ObGI/dls6deaT4ffOtwMmXUJbNOJ05xe2UjrR8Y+90q7WMcDYXAroOm5PRx/JEaJZO2dUFQdK6HMX9C+cfKsOeD3z+ewB/zQeZNcSKNZttR3W5sjrGTXBAxNWbpSvHalCl0gtUgtuhaUArqte72MXBhjaAWu0QI6QbjXXAIYI0u32LejUZ3ixM4Ux2ok2EEB4qisH4OnmdZgizSYrXu8gccJenr8j81vYIv1HwszxIFO0Ur9v4au6GKTl/Fe5LVtLfl5Yj4RndbKpxsQf3l3SbrcQXfpygjV5hZXWyY2n5IqZBAY9bzAalNISqtW7mhovH40B1D3xRRryLgOcUoOmIvlRVxkbZL99VBwdX+MKmj1nD6xvj/P+Aqmfoo9h9eP0vDVWgzEvEYf8Jx/1z6He1x5hIXkOlsvuPAAMAAbv8kXrg7jgAAAAASUVORK5CYII=) no-repeat;
  position: absolute;
  right: 12px;
  top: 7px;
  font-size: 0px;
}

.menu-btn {
  width: 42px;
  height: 42px;
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
  padding: 6px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.menu-btn span {
  width: 100%;
  height: 100%;
  background: #1f3b6d;           /* dark blue */
  
}

/* outlined top-left square */
.menu-btn span:nth-child(1) {
  background: transparent;
  border: 2px solid #21c47b;     /* green outline */
}

/* hover animation */
.menu-btn:hover span {
  transform: scale(1.08);
}

.menu-btn:hover span:nth-child(1) {
  background: #21c47b;
}
header .menu-div .menu-btn.open {
  
  width: 42px;
  height: 18px;
 
}
/*header .menu-div .menu-btn .icon {
  position: relative;
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    padding: 0px 0px;
    width: 100%;
}
header .menu-div .menu-btn .icon .bar {
  overflow: hidden;
  width: 100%;
  height: 4px;
  display: block;
  -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);
  position: relative;
  border-radius: 30px;
}
header .menu-div .menu-btn .icon .bar::before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #434343;
  transform: translateX(-40px);
  border-radius: 30px;
}
header .menu-div .menu-btn .icon .bar::after {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #434343;
  transform: translateX(0px);
  border-radius: 30px;
}
header .menu-div .menu-btn .icon .bar-1 {
  transform: scale(1);
  -webkit-transform: scale(1);
}
header .menu-div .menu-btn .icon .bar-1::before {
  -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-div .menu-btn .icon .bar-1::after {
  -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-div .menu-btn .icon .bar-2 {
  margin-top: 5px;
    margin-bottom: -4px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    width: 65%;
}
header .menu-div .menu-btn .icon .bar-2::before {
  -webkit-transition: all 0.6s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.6s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
header .menu-div .menu-btn .icon .bar-2::after {
  -webkit-transition: all 0.6s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.6s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
header .menu-div .menu-btn .icon .bar-3 {
  margin-bottom: 5px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    width: 65%;
}
header .menu-div .menu-btn .icon .bar-3::before {
  -webkit-transition: all 1.2s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 1.2s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
header .menu-div .menu-btn .icon .bar-3::after {
  -webkit-transition: all 1.2s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 1.2s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
header .menu-div .menu-btn .icon .bar-4 {
  transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
}
header .menu-div .menu-btn .icon .bar-4::before {
  -webkit-transition: all 0.9s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.9s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
header .menu-div .menu-btn .icon .bar-4::after {
  -webkit-transition: all 0.9s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.9s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
header .menu-div .menu-btn.open {
  z-index: 160010;
  background: rgba(0, 0, 0, 0);
}
header .menu-div .menu-btn.open .icon .bar-1 {
  transform: scale(0);
  -webkit-transform: scale(0);
}
header .menu-div .menu-btn.open .icon .bar-2 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
header .menu-div .menu-btn.open .icon .bar-3 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
header .menu-div .menu-btn.open .icon .bar-4 {
  transform: scale(0);
  -webkit-transform: scale(0);
}*/
header.fix {
  top: -46px;  
  padding:0 0;

}
header.fix .logo{
    
    transition: all 0.6s cubic-bezier(0.32, 0.1, 0.3, 1);
}
header.fix .menu-div .menu .menu-list li {
 
 
}
header.fix .menu-div .menu .menu-list li.menu-item-has-children .sub-menu {
 
}
header.fix .menu-div .menu .menu-list li.menu-item-has-children.open .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.menu-btn {
  transition: 0.3s;
  display: none;
}
/*.menu-btn {
  display: none;
  vertical-align: middle;
  border: none;
  width: 38px;
  height: auto;
  padding: 0px;
  cursor: pointer;
  transition: 0.3s;
  overflow: hidden;
  z-index: 16002;
  top: 0;
  background: none;
  border-radius: 0;
  margin-top: 0px;
}
.menu-btn .icon {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: right;
  align-items: flex-end;
}
.menu-btn .icon .bar {
  width: 100%;
  height: 3px;
  display: inline-flex;
  background: linear-gradient(45deg, #95d0bc, #14496b);
  border-radius: 0px;
  justify-content: flex-end;
  text-align: right;
}
.menu-btn .icon .bar-1 {
  transition: 0.3s;
  top: 0px;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.menu-btn .icon .bar-2 {
  transition: 0.3s;
    margin-top: 4px;
    margin-bottom: -3px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.menu-btn .icon .bar-3 {
  transition: 0.3s;
  margin-bottom: 4px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.menu-btn .icon .bar-4 {
  transition: 0.3s;
  transform: scale(1);
  -webkit-transform: scale(1);
  width:100%;
}
.menu-btn.open .icon .bar{
  background: #ff9c1e;
}
.menu-btn.open .icon .bar-1 {
  transition: 0.3s;
  transform: scale(0);
  -webkit-transform: scale(0);
}
.menu-btn.open .icon .bar-2 {
  transition: 0.3s;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: 4px;
  margin-bottom: -3px;
}
.menu-btn.open .icon .bar-3 {
  transition: 0.3s;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-bottom: 6px;
}
.menu-btn.open .icon .bar-4 {
  transition: 0.3s;
  transform: scale(0);
  -webkit-transform: scale(0);
  width:100%;
}
*/
header.fix {
  top: 0px !important;  
  padding: 8px 0 0;
  background: #fff;
  transition: all 0.8s cubic-bezier(0.32, 0.1, 0.3, 1)
}
header.fix .logo{
  
  transition: all 0.8s cubic-bezier(0.32, 0.1, 0.3, 1);  
}

  /******************************************menu*********************************************/
.banner{
    width:100%;
    position: relative;  
    margin-top: 0; 
    height: 100svh;
  }
  .banner .container{
    position: relative;
  }
.banner .banner-item{
    height: 100svh;
}
.inner_banner .banner-item{
    height: 100%;
}
.banner .banner-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner_content{
    position: absolute;
    left: 12%;
    top: 48%;
    width: 38%;    
}
.banner_content .owl-carousel .animated {
  animation-duration: 1.2s;
  animation-fill-mode: both;
}


.banner_content .owl-item {
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}

.banner_content .owl-item.active {
  opacity: 1;
}


.banner_content .owl-item .item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.banner_content .owl-item.active .item {
  opacity: 1;
  transform: translateY(0);
}
.banner_content h2{
  font-family:'robotoblack';
  font-size: clamp(25px, 8vw, 45px);
  color:#008761;
  line-height: 1.2;    
  text-transform: capitalize;    
  padding: 0;
  margin:0;
  position: relative;
}
.banner_content h2 span{
    position: relative;
    color: #233774;
    font-family: 'robotolight';
}
.banner_content p{
    font-family: 'robotoregular';
    font-size: clamp(16px, 7vw, 17px);
    color: #333;
    line-height: 26px;
    text-transform: capitalize;
    padding: 0 0 0 0;
    margin-top: 10px;
}
.banner_content a{
    margin-right: 8px;
    margin-top: 20px;
}
.banner .vertical_wrapper{
     position: absolute;
    left: 4%;
    bottom: 2%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.banner .vertical_wrapper p{
    writing-mode: vertical-rl;
  transform: rotate(180deg); /* makes text read bottom → top */
  font-size: 20px; 
  letter-spacing: 2px;
  color: #293c78;
  font-family: 'robotomedium';
  text-transform: capitalize;
  padding-top: 35px;
}
.banner .owl-dots {
    position: absolute;
    bottom: 6%;
}
.banner .icon_wrapper{
    background: #008c65;
    width:60px;
    height:60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    
}
.banner .icon {
    display: inline-block;
    padding-top: 0;
    cursor: pointer;
    animation: bouncedown 2s ease infinite;   
    width:22px;
}
.banner .icon img{
    height: auto;
    object-fit: initial;
}
@keyframes bouncedown {
    50% {
      transform: translateY(-15%);
    }
  }
.owl-nav span{
      display: none;
    }
.homeabout_container{
    margin: 60px 0 0 0;
    display: block;
    width:100%;
}
.homeabout_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.homeabout_wrapper .image{
    width:45%;
    display: inline-block;
animation: mover 2s infinite alternate;
position: relative;
}
.counter_image {
    position: absolute;
    top: 60%;
    right: -10%;
    width: 32%;
 animation: pulse 5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);  
    }     

    70% {
        transform: scale(1);
    }
       

    100% {
        transform: scale(0.95);
       
    }
  }

@-webkit-keyframes mover {
  0% { transform: translate(0, 0); }
  100% { transform: translate(-5px ,-20px); }
}
@keyframes mover {
   0% { transform: translate(0, 0); }
  100% { transform: translate(-5px ,-20px); }
}
.homeabout_wrapper .content{
    width:45%;
    display: inline-block;
}
/*.homeabout_wrapper .content p, .leading_wrapper .content p, .trusted_wrapper .content p, .journey_container .content_wrapper p{
  text-align: justify;
}*/
.sub_tittle{
    color: #333;
    margin: 0px 0px 0px 0px;   
    font-family: 'robotoregular';
    font-size: clamp(15px, 8vw, 17px);
    line-height: 1;
    text-transform: uppercase;
    margin: 0px 0 25px;
    background: linear-gradient(to right, #e5f3ef, transparent);
    padding: 8px 15px;
    border-left: 20px solid #008560;
    display: inline-block;
}
.tittle{
    color: #293c78;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-family: 'robotomedium';
    font-size: clamp(22px, 8vw, 40px);
    line-height: 1.3;
    padding: 0px 0 10px;
    text-transform: capitalize;
}
p {
    color: #333;    
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-family: 'robotoregular';
    font-size: 18px;
    line-height: 26px;
    padding: 10px 0 0;
}
.about_link{
    padding: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
}
.about_link li{
line-height: 20px;
    font-size: 17px;
    color: #008560;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    font-family: 'robotomedium';
    display: list-item;
    list-style-type: disc;
    text-transform: capitalize;
}

.about_link li a{
   color: #008560; 
}
.about_link li a:hover{
  color:#293c78;
}
.homeservice_container{
    background: url(../images/ourservice_bg.png) no-repeat center top;
    background-size: cover;
    display: block;
    width:100%;
    margin: 50px 0 0;
    padding: 0 0 16%;
    text-align: center;
}
.homeservice_wrapper{
    width: 85%;
    margin: 0 auto;
}
.homeservicemain_wrapper{
    position: relative;
    margin: 14% 0 0;
    }
.homeservicemain_wrapper .wrapper {
      position: relative;
      max-width: 100%;
      margin: 0 auto;
      position: relative;
    }

    /* SVG wave */
    .wave {
      width: 100%;
      height: 160px;
      
    }
.homeservicemain_wrapper .wrapper::before, .homeservicemain_wrapper .wrapper::after{
     position: absolute;      
      width: 13px;
      height: 13px;
      background: #2b3f8d;
      border-radius: 50%;
      content: "";
}
.homeservicemain_wrapper .wrapper::before{
    top: 78px;
    left:0;
}
.homeservicemain_wrapper .wrapper::after{
    top: 0;
    right:0;
}
    .wave path {
      fill: none;
      stroke: #2b3f8d;
      stroke-width: 2;
      stroke-dasharray: 6 6;
      stroke-linecap: round;
      stroke-linecap: round;
    d: path("M 7 78 C 230 -132 546 204 826 32 S 0 0 -10 0");
   animation: dashMove 4s linear infinite;
  
}


@keyframes dashMove {
from { stroke-dashoffset: 0; }
to { stroke-dashoffset: -48; }
}

    /* Dots at start & end */
    .dot {
      position: absolute;
      top: 78px;
      width: 13px;
      height: 13px;
      background: #2b3f8d;
      border-radius: 50%;
    }

    .dot.start { left: 0; }
    .dot.end { right: 41px;
    top: -8px; }

    /* Demo cards */
    .card {
      position: absolute;
      text-align: center;
      transition: transform 0.8s ease;
    }

   .card.left {
    left: 17%;
    bottom: 8%;
}
   .card.left:hover {
        transform: translateY(-15px); /* move up */
   }
    .card.right { right:17%; top:14%; }
.card.right:hover {
        transform: translateY(-15px); /* move up */
   }
    .card .icon {
      width: 126px;
      height: 126px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      color: #fff;
      margin: auto;
      background: #233774;
    }
    .card:hover .icon{
        background: #008560;
        transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
    }
.card .icon img{
    width:60%;
}
.card h3.text{
        margin-top: 10px;
        font-family: 'robotobold';
        font-size: clamp(20px, 8vw, 25px);
        color: #233774;
        text-transform: capitalize;
        line-height: 1;
}   
.card:hover h3.text{
   color: #008560; 
}
.card .btn{
    margin: 12px 0 0;
}
.card:hover .btn{
background-color: #008560;
    color: #fff;
    border: 2px solid #008560;
    display: inline-flex;
}
.leading_container{
    background: url(../images/leading_bg.png) no-repeat center top;
    background-size: cover;
    width:100%;
    display: block;
}  
.leading_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:92%;
    margin: 0 auto;
}
.leading_wrapper .content{
    width:48%;
    display: inline-block;
}
.leading_wrapper .content h6{
    color: #fff;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-family: 'robotoregular';
    font-size: 19px;
    line-height: 26px;
    padding: 12px 0 0;
}
.leading_wrapper .btn {
    border-color: #fff;
    color: #fff;
}
.leading_wrapper .btn:hover{
     border-color: #fff;
    color: #445384;
    background: #fff;
}
.leading_wrapper .tittle, .leading_wrapper p{
    color: #fff;
}
.leading_wrapper .image {
    width: 44%;
    display: inline-block;
    margin: -10% 0 -2% 0;
}
.trusted_container{
    background: url(../images/trust_bg.png) no-repeat center top;
    background-size: cover;
    width:100%;
    display: block;
    padding: 80px 0;
}
.trusted_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width:100%;
}
.trusted_wrapper .image{
    width:40%;
    display: inline-block;
}
.trusted_wrapper .content{
    width:55%;
    display: inline-block;
    padding-right: 10%;
}
.trusted_wrapper .content h6{
    color: #282828;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-family: 'robotomedium';
    font-size: 19px;
    line-height: 26px;
    padding: 12px 0 0;
}
.testimonial_container{
    width:100%;
    display: block;
    text-align: center;
}
.testimonial_wrapper{
  width:100%;
  margin:80px auto 70px;  
  text-align: left;
  }
  .topcontent_wrapper{
    width:90%;
    margin: 0 auto;
    
  }
.testimonial_wrapper .owl-stage{
    display: flex;   
   
}
  .testimonial_wrapper .testi .owl-item{
    margin-bottom:10px;
    transition: all 0.5s ease-in-out;
    
  }
 
.testimonial_wrapper .testi .item {
  box-shadow: 0 0px 12px rgba(34, 58, 112, 0.33);
  padding:50px 40px;
  margin: 5px 5px;
  border-radius: 10px;
  height: 100%;
  display: flex;
   flex-direction: column;   
    justify-content: center;
    background: #fff;
    transition: all 0.5s ease-in-out;
}
  
  .testimonial_wrapper .testi .item .profile {display:flex; align-items: center; position: relative; }
    .testimonial_wrapper .testi .item .profile .image{
        width:13%;
        padding-right: 10px;
    }
.testimonial_wrapper .testi .owl-item:hover .item .profile .image img{
    filter: brightness(0) invert(1);
    transition: all 0.5s ease-in-out;
}
  .testimonial_wrapper .testi .owl-item.active.center .item .profile { }

  .testimonial_wrapper .testi .item .profile .information p {
    font-size: 18px;
    margin: 0px auto 0px;
    color: #223a70; 
    font-family: 'robotomedium';
     text-transform:capitalize;
}
   .testimonial_wrapper .testi .item .profile{line-height: 1; font-family: 'robotomedium'; text-transform:capitalize;}
    .testimonial_wrapper .testi .item .profile .information{
        padding-left: 10px;
    }
  .testimonial_wrapper .testi .item .profile .information p span {color: #223a70;line-height: 1.6em;font-size: 16px; }
  .testimonial_wrapper .testi .item>p {margin-bottom: 15px;
    font-size: 17px;
    line-height:24px;
    display: block;
    z-index: 2;
    color: #223a70; 
    font-family: 'robotoitalic';
}
  .testimonial_wrapper .testi .owl-item:hover .item>p,   .testimonial_wrapper .testi .owl-item:hover .item .profile .information p ,  .testimonial_wrapper .testi .owl-item:hover .item .profile .information span {color: #fff; transition: all 0.5s ease-in-out;}
  
    .testimonial_wrapper .owl-item:hover .item{
           background: #223a70;    
    }
  .testimonial_wrapper .testi .item .icon i {font-size: 40px;color: #000;}
  
  .left_quote{
    color: #07ade2;
    font-size: 60px;
  }
.owl-dots {
      display: block !important;
      width: 100%;
      margin-top: 40px !important;
      text-align: center;
  }   
  
.owl-dots .owl-dot {
      width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    background: #333333 !important;
    margin: 0px 3px;
    border: none;
  }
.owl-dots .owl-dot.active {     
   
    background: #223a70 !important;
  }
  .owl-theme .owl-dots .owl-dot span {
      display: none !important;
  }
 .homeblog_container{
    
    padding: 0px 0 70px;
    text-align: center;
}
.homeblog_wrapper{
    width:100%;
    margin:50px auto 0;
}
.homeblog_wrapper .item{
  padding:10px;
}
.homeblog_wrapper .image_wrapper{
    width:100%;
    position: relative;
}
.homeblog_wrapper .image_wrapper::before {
  background: linear-gradient(to bottom, transparent 55%, #223a70) no-repeat bottom;
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 1;
  transition: all ease-in-out 0.5s;
  border-radius: 0;
  content: "";
  left:0;
  top:0;    
}
.homeblog_wrapper .item:hover .image_wrapper::before {
  background: rgba(34, 58, 112, 0.9);
  background-size: 100% 100%;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 1;
  transition: all ease-in-out 0.5s;
  border-radius: 0;
  content: "";
  left:0;
  top:0;
  mix-blend-mode: multiply;
}

.homeblog_wrapper .date{
    position: absolute;
    top:1%;
    left:4%;
    font-family: 'aileronbold';
    font-size: clamp(30px, 8vw, 100px);
    line-height: 1;
    color:rgba(255, 255, 255, 0.1);
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    z-index: 2;
    opacity:0;
    visibility: hidden;
}
.homeblog_wrapper .item:hover .date{
    opacity:1;
    visibility: visible;
    transition: all ease-in-out 0.5s;
}
.homeblog_wrapper .item:hover .image_details .btn{
  background: #fff;
    color: #008560;
    border: 2px solid #fff;
}
.homeblog_wrapper .image_details{
    position: absolute;
    bottom:12%;
    left:50%;    
    transform: translateX(-50%);
    width:94%;
    padding: 0 10px;
    color: #fff;
    z-index: 2;
    text-align: center;
}
.homeblog_wrapper .owl-item.center .image_details{
    color: #fff;
}
.homeblog_wrapper .image_details .tittle{
    font-family: 'robotomedium';
    font-size: 20px;
    line-height: 1.2;    
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    color: #fff;
}
.homeblog_wrapper .image_details p{
    font-family: 'exoregular';
    font-size: 14px;
    line-height: 24px;   
    padding:10px 0 0;
    margin: 0;
    color: #fff;
}
.homeblog_wrapper .owl-item.center .image_details p{
    color: #094A6E;
}
.homeblog_wrapper .image_details .btn{
  margin-top: 15px;
  border-color: #fff;
  color: #fff;
}
.homeblog_wrapper .image_details .btn:hover{
  background: #fff;
    color: #008560;
    border: 2px solid #fff;
}
.homeblog_wrapper .owl-item.center .image_details .readmore{
  color: #094A6E;
} 

    .footer{  
      width: 100%;
   
    margin-top: 0px;
    position: relative;
    }
    .footer_wrapper{
      width: 100%;
      padding: 70px 0 70px;
      clear: both !important;
      background: url(../images/footer_bg.png) no-repeat;
      background-position: center top;
      background-size: cover;
    }
    
    .footer .footer-content {  
      margin: 0px 0px 0px 0px;  
      width:100%
    }
    .footer .footer-content .col-container{
      display: flex;    
      flex-wrap: wrap;    
      justify-content: space-between;
    }
     .footer .footer-content .footer-logo {
    margin: 50px 0px 10px 0px;
    width: 199px;
    max-width: 100%;
} 
    .row {
      margin: 0px -15px;
    }
    .footer .footer-content  h3 {
      font-family: 'lufgasemibold';
      font-size: 26px;
      text-transform: capitalize;
      color: #fff;
      padding: 0px 0px 10px 0px;     
      display: inline-block;
    }
    
    .footer .footer-content  h4 {
      font-family: 'robotomedium';
      font-size: 22px;
      text-transform: capitalize;
      color: #20b289;
      padding: 0px 0px 0px 0px;     
      display: inline-block;
    }
    .footer_logo_border{
      
    }
    .footer .footer-content  p {
      font-family: 'lufgaextralight';
      font-size: 15px;
      color: #fff;
      padding: 0 5px;
      display: block;
      transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
      text-transform: none;
      line-height: 20px;
    }  
    .footer .footer-content  p a{
      color: #fff;
    }
    .footer .footer-content .timing p{
      text-transform: uppercase;
      padding-top: 18px;
      font-size: 13px;   
    }
    .footer .footer-content  .links {
      padding: 10px 0px 0px 0px;
      margin: 0px 0px 0px 0px;
    }
    .fa-map-marker:before {
      content: "\f041";
      color:#ee7408;
      font-size:16px ;
      padding-right: 10px;
      margin-top:-3px;
    }
    
    .fa-envelope:before{
    color:#ee7408;
      font-size:16px ;
      padding-right: 10px;
    }
    .fa-phone:before{
    color:#ee7408;
      font-size:16px ;
      padding-right: 10px;
    }
    .footer .footer-content  .links li {
      display: block;
      padding: 10px 0px;
      text-align: left;    
      font-family: 'robotomedium';
      font-size: 16px;
      color: #fff;
      align-items: center;
    }
    .footer .footer-content .links.footer_contact li{
      border-bottom: 2px solid #fff;
      padding-bottom: 10px;
    }
     .footer .footer-content .links.footer_contact li span{
      text-transform: capitalize;
      display: block;
      padding: 10px 0 5px;
      font-family: 'robotolight';
     }
    .footer .footer-content .links.footer_contact li:first-child span{
      padding: 0px 0 5px;
    }
    .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: 'robotomedium';
      font-size: 16px;
      color: #fff;
      padding: 0 0px;
      display: block;
      transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
      text-transform: capitalize;
      line-height: 20px;
  }
  .footer .footer-content .links.footer_contact li a{
    text-transform: none;
  }
    .footer .footer-content .links li a.mail{
      text-transform: none;
    }
    
    .footer .footer-content .links li a:hover {
      color: #20b289;      
    }
    
    .footer .copyright {
     
      background: #203164;
      position: relative;
      z-index: 2;
      
    }
    .footer .copyright .desc {
      display: block;
        vertical-align: middle;
        width: 100%;
        padding: 10px 0;
        text-align: center;
    }
    .footer .copyright p {
      display: block;
      color: #fff;
      font-family: 'robotoregular';
      font-size: 15px;
      text-transform: capitalize;
      padding: 0;
     
    }
    .footer .copyright p a {
     
      color: #fff;
      text-transform: none;
    }
    .footer .copyright p a:hover {
      
    }
    
    .footer .social {
    font-size: 0px;
    display: block;
    margin: 18px 0px 0px 0px;
    position: static;
    }
    .footer .social li {
    display: inline-block;
    margin: 0px 12px 0px 0px;
    text-align: center;
    }
    .footer .social li a {
   display: flex;
    font-size: 18px;
    color: #293c78;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -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);
    margin-right: 0 !important;
    }
    .footer .social li a:hover{
    background: #008c65 !important;
    border: 1px solid #008c65;
    
    }
    .inline:first-child{
      width:28%;
    }
      img.mobile_banner {
      display: none !important;
  }
  img.desktop_banner {
    display: block !important;
  }
  .strip_right .btn.mob {
    margin: 0;
    display: none;
  }
  .homeabout_wrapper .image.image_mob {
    display: none;
  }
  .wave.wave_mob{
    display: none;
  }
/*****************************************blog*******************************************/
.inner_banner{
    width:100%;
    position: relative;  
    margin-top: 0; 
    height: auto;
  }
  .inner_banner img{
    height: auto;
  }
  .inner_banner .container{
    position: relative;
  }

.blog_wrapper{
  display: flex;
  flex-wrap: wrap;
  width:auto;
  margin: 0 -10px;
}
.blog_wrapper .item{
  width:33.33%;
  padding:10px;
  box-sizing: border-box;
}
.inner_banner .banner_content {
    position: absolute;
    left: 50%;
    bottom: 10%;
    width: 90%;
    top:auto;
    text-align: center;
    margin: 0 auto;
    transform: translateX(-50%);
}
.banner_content h3 {
    font-family: 'robotobold';
    font-size: clamp(25px, 8vw, 40px);
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    position: relative;
}
.blogdetail_wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px auto 0;
    justify-content: space-between;
}
.blog_container {
    padding: 70px 0;
}
.blogdetail_wrapper .left {
    width: 60%;
    display: inline-block
}

.blogdetail_wrapper .left .date {
    font-size: clamp(17px, 5vw, 20px);
    color: #980004;
    font-family: 'zainregular';
    line-height: 0.7;
    margin: 0;
    text-transform: capitalize;
    padding: 10px 0;
}
.blogdetail_wrapper .right {
    width: 35%;
    display: inline-block;
    text-align: left;
}
.news_list_wrapper {
    width: 100%;
    display: block;
    padding: 20px 0px 0;
}

.categories {
  margin-top: 40px;
}
.categories ul {
  display: block;
  padding-top: 20px;
}
.categories ul li {
  color: #111;
  font-family: 'zainregular';
  font-size: clamp(18px, 7vw, 22px);
    line-height: 22px;
  text-transform: capitalize;
  padding: 5px 0;
  margin: 0px 0 0;  
  width: 100%; 
  display: block;  
}
.categories ul li:hover, .categories ul li:hover a{

  color: #9d0c10;
}
.categories ul li a {
  color: #111;
  cursor: pointer;
}

.popular_post {
  margin-top: 0%;
}
.tags .tittle {
  color: #293c78;
  font-family: 'robotomedium';
  font-size: clamp(22px, 7vw, 28px);
  line-height: 25px;
  text-transform: capitalize;
  padding: 0 0 0px 0px;    
  display: block;
  position: relative;  
}

.news_list {
  display: flex;  
  margin: 30px 0 0;
  justify-content: space-between;
  flex-wrap: wrap;   
}
.news_list:hover{
  display: flex;
}
.news_list .image {
  width: 40%;
  display: inline-block;
}
.news_list .image img{
  
}
.news_list .content {
  width: 55%;
  display: inline-block;
}
.news_list .content .tittle {
  color: #333;
  font-family: 'robotoregular';
  font-size: clamp(14px, 6vw, 16px); 
  line-height: 20px;
  text-align: left;
  text-transform: none;
  padding:0px 0 0px;
  border: none;
  margin: 0;
}

.news_list .content .date {
    color: rgba(51, 51, 51, 0.5);
    font-family: 'robotoregular';
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    text-transform: none;
    padding: 5px 0 0px;
    border: none;
    margin: 0;
    position: static;
    opacity: 1;
    visibility: visible;
    display: block;
}

.tags {
  margin-top: 40px;
  border-left: 2px solid #293c78;
    padding-left: 40px;
}
.tags ul {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin: 25px -5px 0;
}
.tags ul li {
  padding: 10px 5px;
  display: inline-block;
}
.tags ul li a {
  color: #333;
  font-family: 'robotoregular';
  font-size: clamp(14px, 7vw, 16px);
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  text-transform: capitalize;
  background: transparent;
  padding: 8px 10px;
  width: fit-content;  
  border: 2px solid #293c78;
}
.tags ul li a:hover {
 
 color: #fff;
 background: #293c78;
}
.news_content {
    width: 100%;
    display: block;
    text-align: left;
    padding: 0px 0 0px;
}
.news_content a{
  color: #000;
}

.blogdetail_wrapper .left .image {
    width: 100%;    
    margin: 20px 0 20px;
}
.blogdetail_wrapper .left .image img{
  
}
.blogdetail_wrapper .left .content_area {
    margin: 30px 0 0;
}
.blogdetail_wrapper .left .content_area h4 {
    font-size: clamp(20px, 5vw, 30px);
    padding: 20px 0 0;
}
.blogdetail_wrapper .left .content_area  ul {
  padding: 10px 0 0 17px;
}
.blogdetail_wrapper .left .content_area  ul li{
  color: #333;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-family: 'robotoregular';
    font-size: 18px;
    line-height: 26px;
    padding: 6px 0 0;
    display: list-item;
    list-style-type: disc;
}
/*****************************************blog*******************************************/
/**************************************************contactus page****************************************************/
.contact_container{
  display: block;
    width: 100%;
    padding:70px 0;
    text-align: center;
    position: relative;
    background: url(../images/contactpage_bg.png) no-repeat center top;
    background-size: cover;
}

.contactform_wrapper {
  width: 95%;
  display: flex;
  justify-content: space-between;
  background: #fff;
  border: none;
  padding: 70px;
  flex-wrap: wrap;
  margin: 0px auto 0;
  border-radius: 5px;
  box-shadow: -2px 2px 5px 0.4px rgba(0, 0, 0, 0.2);
}

.contactform_form{
  display: block;
  width: 100%;
  margin: 0 auto;  
  text-align: left;
}
.contactform_form .tittle{
  text-transform:uppercase;
  font-family: 'robotobold';
}
.contactaddress_area .tittle {
  font-family: 'robotobold';
  font-size: clamp(19px, 6vw, 23px);
  color: #293c78;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0;
  padding: 0px 0 0;
}
.contactaddress_area h4{
  font-family: 'robotobold';
  font-size: clamp(17px, 6vw, 20px);
  color: #293c78;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0;
  padding: 0px 0 2px;
}
.contactaddress_area h4 span{
  text-transform: capitalize;
}
.contactaddress_area {
  width: 47%;
  display: inline-block;
  padding: 0;
  text-align: left;
}
.contactaddress_area .item{

}
.contactaddress_area .item .details{
  padding: 14px 0;
  border-bottom: 2px solid #d6d6d6;
}
.contactaddress_area .item .details p{
  font-family: 'robotoregular';
  font-size: 16px;
  color: #333;
  line-height: 22px;
  text-transform: capitalize;
  margin: 0;
  padding: 5px 0 0;
}
.contactaddress_area .item .details p a{
  text-transform: none;
  color: #333;
}
.contactform_form form label {
  display: block;
  color: #333;
  font-family: "robotoregular";  
  font-size: 15px;
  padding-bottom: 15px;
  text-align: left;
  line-height: 22px;    
  text-transform: capitalize;
  border-bottom: 2px solid #d6d6d6;
  display: inline-flex;
    width: 30%;
    justify-content: space-between;
  width:40%;
}
.required {
  color: #ec2124;
}
.contactform_form form{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px; 
  margin: 20px 0 0;   
}
  
.contactform_form  form p {
margin: 0;
width:auto;
padding: 16px 0;
display: flex;
align-items: flex-end;
}
.contactform_form form p:last-of-type{
  text-align: left;
}
.contactform_form  form .full {
grid-column: 1 / 3;

}
.contactform_form form .half:nth-of-type(even){  
  padding-right: 0;
 }
.contactform_form form input, .contactform_form form textarea, .contactform_form form select {  
  border: none;  
  background: transparent;
  border: none;
  border-bottom: 2px solid #d6d6d6;  
  padding: 0px 20px 10px;
  font-family: "robotoregular";
  font-size: 15px;
  text-transform: none;
  color: #333;  
  width:100%;
}

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

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


.contactform_area{
  width: 45%;
  display: inline-block;
  
}

.contactpage .contactform_form form .btn {
  height: 45px;
  display: inline-flex;
  margin: 0 auto;
  padding: 10px 30px;
  border: 2px solid #293c78;
  border-radius: 5px;
  font-family: 'robotoregular';
  font-size: 18px;
  background: #293c78;
  align-items: center;
  /* padding: 0 35px; */
  align-items: center;
  vertical-align: middle;
  text-align: center;
  /* font-size: 20px; */
  line-height: 36px;
  color: #fff;
  background-color: #293c78;
  transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  user-select: none;
  padding: 0px 30px;
  cursor: pointer;
  text-transform: capitalize;
  letter-spacing: 1px;
  width:100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.contactpage .contactform_form form .btn:hover{
  background-color: #fff;
    border-color: #293c78;
    border: 2px solid #293c78;
    display: inline-flex;
    color: #293c78;
}
/*.contact_info {
  padding: 0;
  width: 100%;
}
.contact_info .item {
  display: flex;
  margin-top: 20px;
  align-items: center;
}
.contact_info .item .icon {
  display: inline-block;
}
.contact_info .item .icon::before {
  background: url(../images/location_icon.png) no-repeat;
  background-position: left;
  content: "";
  background-size: contain;
  width: 21px;
  height: 27px;
  display: inline-block;
}
.contact_info .item .details {
  display: inline-block;
  padding-left: 20px;
}

.contact_info .item .details p {
  font-family: 'montserratregular';
  color: #282828;
  padding: 0;
  font-size: 15px;
  line-height: 23px;
  text-transform: capitalize;
}
.contact_info .item .icon1 {
  display: inline-block;
}
.contact_info .item .icon1::before {
  background: url(../images/call_icon.png) no-repeat;
  background-position: left;
  content: "";
  background-size: contain;
  width: 36px;
  height: 36px;
  display: inline-block;    
}

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

.contact_info .item .icon2 {
  display: inline-block;
}
.contact_info .item .icon2::before {
  background: url(../images/mail_icon.png) no-repeat;
  background-position: left;
  content: "";
  background-size: contain;
  width: 36px;
  height: 36px;
  display: inline-block;   
}*/
.contact_container .social {
  font-size: 0px;
  display: block;
  margin: 25px 0px 0px 0px;
  position: static;
  }
  .contact_container .social li {
  display: inline-block;
  margin: 0px 12px 0px 0px;
  text-align: center;
  }
  .contact_container .social li a {
  display: block;
  font-size: 15px;
  color: #fff;  
  border: 1px solid #282828;
  width: 30px;
  height: 30px;
  display: flex;
  background: #282828;
  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);
  }
  .contact_container .social li a:hover{
  background: #d37948 !important;
  border: 1px solid #d37948;
  color: #fff !important;
  }
  .contactinfo_wrapper{
  width: auto;
  margin:20px -10px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.contactinfo_wrapper .block{
  padding: 0px 10px;
  display: inline-block;
  width: 33.33%;
  margin: 20px 0 0; 
}
.contactinfo_wrapper .block_inner{
  background: #293c78;  
  text-align: center;
  height: 100%; 
  padding: 25px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.contactinfo_wrapper .block:hover .block_inner{
 background: linear-gradient(
  152deg,
  #008c65 0%,
  #0e6f6a 40%,
  #233774 100%
);
  transition: all 0.5s ease-in-out;
}
.contactinfo_wrapper .block:last-child .block_inner{
  border-right: none;
}
.contactinfo_wrapper .block .icon{
  display: block;
  margin:0 auto;
  width:25%;
}
.contactinfo_wrapper .block .tittle{
  font-family: 'kanitregular';
  font-size: 20px;  
  line-height: 20px;
  text-transform: uppercase;
  color: #222; 
  padding: 15px 0 0;
}
.contactinfo_wrapper .block p{
  font-family: 'robotomedium';
  font-size: 17px;
  line-height: 25px;
  color: #fff;  
  text-transform: capitalize;
  display: inline-block;
  padding: 8px 0 0;
  width:90%;
  margin: 0 auto;
}
.contactinfo_wrapper .block p a{
  color: #222; 
  cursor: pointer;
}
/**************************************************contactus page****************************************************/
/**************************************************service page****************************************************/
.servicemain_container{
  display: block;
  width:100%;
  margin: 70px 0 0;
  text-align: center;
}
.whatweoffer_container{
  display: block;
    width: 100%;
    padding:10% 0 70px;
    text-align: center;  
    background: url(../images/offer_bg.png) no-repeat center top;
    background-size: cover;
    
}
.whatweoffer_container .tittle{
  color: #fff;
}
.whatweoffer_wrapper{
  width: 90%;
  margin:50px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  text-align: left;
  padding: 0 13% 5%;
}
.whatweoffer_wrapper::before{
  background: url(../images/offer_before.png) no-repeat left top;
  background-size: 100%;
  width:16%;
  height: 100%;
  position: absolute;
  left:0;
  top:0;
  content: "";
}
.whatweoffer_wrapper::after{
  background: url(../images/offer_after.png) no-repeat right bottom;
  background-size: 100%;
  width:16%;
  height: 100%;
  position: absolute;
  right:19%;
  bottom:0;
  content: "";
}
.whatweoffer_wrapper .block{
  width:50%;
  padding:7px 6px;
  position: relative;
  transition: all 0.5s ease-in-out;
}
.whatweoffer_wrapper .block .circle{
  position: absolute;
  right: -10%;
  bottom: -10%;
  width:20%;
  z-index: 2;
}
.whatweoffer_wrapper .block .block_inner{
  background: #fff;
  padding: 60px;
  transition: all 0.5s ease-in-out;
  height: 100%;
}
.whatweoffer_wrapper .block:hover .block_inner{
  background: linear-gradient(163deg, #008c65 0%, #0e6f6a 29%, #233774 100%);
    transition: all 0.5s ease-in-out;
}
.whatweoffer_wrapper .block h4{
  font-family: 'robotomedium';
    font-size: clamp(19px, 6vw, 25px);
    color: #333;
    line-height: 1.1;
    text-transform: capitalize;
    margin: 0;
    padding: 0px 0 0;
}
.whatweoffer_wrapper .block p{
  font-size: 16px;
  line-height: 22px;
}
.whatweoffer_wrapper .block:hover h4,
.whatweoffer_wrapper .block:hover p{
  color: #fff;
    transition: all 0.5s ease-in-out;
}
.recruitment_process{
  width:100%;
  background: url(../images/process_bg.png) no-repeat center top;
  background-size: cover;
  padding: 70px 0 0;
  display: block;
  text-align: center;
}
.recruitment_process .topcontent_wrapper{
  position: relative;
}
.recruitment_process .btn{
    background-color: #008560;
    color: #fff;
    border: 2px solid #008560;
}
.recruitment_process .btn:hover{
  background:#293c78 ;
  border: 2px solid #293c78;
}
.process_wrapper{
  width:95%;
  margin: -5% auto 0;
  display: block;
}
.stries_container{
  width:100%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.play_wrapper{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  width:80%;
  margin: 0 auto;
  text-align: center;
}
.play_wrapper h5{
  font-family: 'robotomedium';
    font-size: clamp(20px, 6vw, 30px);
    color: #fff;
    line-height: 1.1;
    text-transform: capitalize;
    margin: 0;
    padding: 0px 0 0;
}
.play_wrapper .button{
  width:8%;
  margin: 10px auto 0;
}
.servicebottom_container{
  width:100%;
  background: url(../images/service_bottombg.png) no-repeat center bottom;
  background-size: cover;
  padding: 60px 0;
  margin-top:-6%;
  text-align: center;
}
.servicebottom_container p{
  font-family: 'robotomedium';
}
.servicebottom_container .topcontent_wrapper{
  width:75%;
  margin: 0 auto;
  padding-top: 0%;
}
.servicebottom_container .btn {
    background-color: #008560;
    color: #fff;
    border: 2px solid #008560;
}
.servicebottom_container .btn:hover{
  background:#293c78 ;
  border: 2px solid #293c78;
}
.inner_banner p{
  font-family: 'robotobold';
  text-transform: uppercase;
  color: #fff;
}
.candidate_process {
    width: 100%;
    background: url(../images/candidateservice_bg.png) no-repeat center top;
    background-size: cover;
    padding: 70px 0 8%;
    display: block;
    text-align: center;
    /* border-radius: 0 0 50px 50px; */
    margin-bottom: -8%;
}
.candidateservice_wrapper{
  width:90%;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.candidateservice_wrapper .block{
  width:40%;
  display: inline-block;
  padding: 0 30px;
  position: relative;
}
/*.candidateservice_wrapper .block::after {
    content: "";
    position: absolute;
    top: 0;
    left: 199px;
    width: 112%;
    height: 196px;
    transform: skew(9deg, 3deg);
    background-image: url(../images/shape_path1.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.candidateservice_wrapper .block:nth-child(2)::after {
    content: "";
    position: absolute;
    top: -15px;
    left: 135px;
    width: 104%;
    height: 267px;
    transform: skew(-31deg, 3deg);
    background-image: url(../images/shape_path2.png);
    background-repeat: no-repeat;
    background-size: cover;
}*/
.candidateservice_wrapper .block:nth-child(2){
  margin-top: 8%;
}
.candidateservice_wrapper .block_enquire{
  width:20%;
  display: inline-flex;
  padding: 0 30px;
  align-items: center;
  justify-content: center;
  margin-top: 19%;
  flex-wrap: wrap;
}
.candidateservice_wrapper .block_enquire .btn {
    background-color: #008560;
    color: #fff;
    border: 2px solid #008560;
}
.candidateservice_wrapper .block_enquire .btn:hover{
  background:#293c78 ;
  border: 2px solid #293c78;
}
.candidateservice_wrapper .block_enquire .icon{
  width:70%;
  margin: 0 auto;
}
.candidateservice_wrapper .block .block_inner{
  width:100%;
}
.candidateservice_wrapper .block .block_inner .tile{
  position: relative;
  background: #324783;
  padding: 60px;
  border-radius: 130px 130px 0 0;
  height: 260px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.candidateservice_wrapper .block:hover .block_inner .tile {
    background: linear-gradient(163deg, #008c65 0%, #0e6f6a 29%, #233774 100%);
    transition: all 0.5s ease-in-out;
}
.candidateservice_wrapper .block .block_inner .tile h3{
  color: #fff;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-family: 'robotomedium';
    font-size: clamp(22px, 8vw, 40px);
    line-height: 1.3;
    padding: 0px 0 10px;
    text-transform: capitalize;
}
.candidateservice_wrapper .block .block_inner .icon{
  position: absolute;
  left: 50%;
  bottom:-18%;
  transform: translateX(-50%);
  width:26%;
}
.candidatebottom_wrapper{
  width:80%;
  margin: 60px auto 0;
  border: 2px solid #008560;
  border-radius: 25px;
  padding: 30px;
}
.candidatebottom_wrapper h4 {
    font-family: 'robotobold';
    font-size: clamp(19px, 6vw, 25px);
    color: #008560;
    line-height: 1.1;
    text-transform: capitalize;
    margin: 0;
    padding: 0px 0 0;
}
.happystories_container{
  background: url(../images/play_story.png) no-repeat center top;
  background-size: cover;
  width:100%;
  display: block;
  padding: 70px 0;
  text-align: center;
}
.happystories_container .tittle{
  color: #fff;
  margin-top: 8%;
}
.happystories_container .testimonial_wrapper {    
    margin: 60px auto 10%;   
}
.happystories_container .testimonial_wrapper .owl-dots{
  display: none !important;
}
/**************************************************service page****************************************************/
/**************************************************about page****************************************************/
.journey_container {
  display: block;
    width: 100%;
    padding:13% 0;
    text-align: left;  
    background: url(../images/journey_bg.png) no-repeat center top;
    background-size: cover;    
}
.journey_container  .content_wrapper{
  width: 50%;
}
.legacy_container {
  display: block;
    width: 100%;
    padding:50px 0 0;
    text-align: center;  
    background: url(../images/legacy_bg.png) no-repeat center top;
    background-size: cover;    
}
.legacy_wrapper{
  width:82%;
  margin:0px auto 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  text-align: left;
  align-items: flex-end;
}
.legacy_wrapper .image_wrapper{
  width:52%;
  display: inline-block;
}
.legacy_wrapper .content_wrapper{
  width:44%;
  display: inline-block;
  padding-bottom: 14%;
}
.legacy_wrapper .content_wrapper .tittle, .legacy_wrapper .content_wrapper p{
  color: #fff;
}
.legacy_wrapper .content_wrapper p{
  border-bottom:2px solid #fff;
  padding-bottom: 20px;
  display: inline-block;
}
.mission_container{
  display: block;
    width: 100%;
    padding:70px 0 100px;   
    background: url(../images/missioncontainer_bg.png) no-repeat center top;
    background-size: cover;    
}
.mission_wrapper{
  width:100%;
}
.mission_wrapper  .block{
  display: flex;
  width:80%;
  margin: 0 auto 40px 0;
  align-items: center;
}
.mission_wrapper  .block:nth-child(2){
  flex-direction: row-reverse;
  margin: 0 0 40px auto;
  align-items: center;
}
.mission_wrapper  .block .left{
  width:70%;
  display: inline-block;
}
.mission_wrapper  .block .left .blue_bg{
  background: url(../images/mission_bg.png) no-repeat center top;
  background-size: cover;
  padding: 50px 70px;
  position: relative;
  border-radius: 10px;
}
.mission_wrapper  .block:nth-child(2) .left .blue_bg{
  background: url(../images/vision_bg.png) no-repeat center top;
  background-size: cover;
  padding: 50px 70px;
  position: relative;
  border-radius: 10px;
}
.mission_wrapper  .block .left .blue_bg .icon{
  position: absolute;
  width:10%;
  right:-2px;
  bottom:-2px;
}
.mission_wrapper  .block:nth-child(2) .left .blue_bg .icon{
  position: absolute;
  width:10%;
  left:-2px;
  bottom:-2px;
}
.mission_wrapper  .block .left .blue_bg p{
  position: relative;
  color: #fff;
}
.mission_wrapper  .block .left .blue_bg p::before{
  content: "";
  border-top: 2px solid #fff;
  width:4%;
  height: 2px;
  display: block;
  margin-bottom: 5px;
}
.mission_wrapper  .block .right{
  width:30%;
  display: inline-block;
  margin-left: -2px;
}
.mission_wrapper  .block:nth-child(2) .right{
  width:30%;
  display: inline-block;
  margin-left: 0;
  margin-right: -2px;
}
.mission_wrapper  .block .right h3 {
    font-family: 'robotomedium';
    font-size: clamp(25px, 8vw, 36px);
    color: #293c78;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.mission_wrapper  .block:nth-child(2) .right h3 {
  flex-direction: row-reverse;
}
.mission_wrapper  .block .right h3::before{
  left: 0;  
    position: relative;
    content: "";
    border-top: 20px solid #293c78;
    width: 50%;
    margin-right: 10px;
}
.mission_wrapper  .block:nth-child(2) .right h3::before{
  margin-right: 0;
  margin-left: 10px;
}
.network_container{
  width:90%;
  margin: 70px auto 0;
  display: block;
  text-align: center;
}
.network_container .tittle{
  position: relative;
  display: inline-flex;
  justify-content: center;
}
.network_container .tittle span{
  position: relative;
  width:25%;
  right: 0;
  margin-top:2%;
}
.network_wrapper{
  display: flex;
  flex-wrap: wrap;
  width:100%;  
  text-align: left;
}
.network_wrapper .block_outer{
  width:33.333%;
  display: inline-block;
  padding: 20px 10px;
}
.network_wrapper .block_outer .block{
  width:100%;
  position: relative;
  background: #008c65;
  height: 100%;
  padding: 18% 60px;
   border-radius: 20px;
 overflow: hidden;
}
.network_wrapper .block_outer:hover .block{
  background: linear-gradient(163deg, #008c65 0%, #0e6f6a 29%, #233774 100%);
    transition: all 0.5s ease-in-out;
}
.network_wrapper .block_outer .block::after {
  content: "";
  position: absolute;
  top: -15px;
  right: -15px;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
}
.network_wrapper .block_outer .block .icon{
  background:#008c65;
  padding: 8px;
  border-radius: 50%;
  position: absolute;
  top:0%;
  right: 0%;
  width:74px;
  height: 74px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.network_wrapper .block_outer:hover .block .icon{
  background: linear-gradient(163deg, #008c65 0%, #0e6f6a 29%, #233774 100%);
    transition: all 0.5s ease-in-out;
}
.network_wrapper .block_outer .block .icon img{
  display: inline-block;
  width:86%;
}
.network_wrapper .block_outer .block h4{
  font-family: 'robotomedium';
    font-size: clamp(19px, 6vw, 28px);
    color: #fff;
    line-height: 1.1;
    text-transform: capitalize;
    margin: 0;
    padding: 0px 0 0;
}
.network_wrapper .block_outer .block p{
  font-size: 17px;
  line-height: 23px;
  color: #fff;
  padding-top: 16px;
}
.specialization_container{
  display: block;
    width: 100%;
    padding:70px 0 100px;   
    background: url(../images/specialization_bg.png) no-repeat center top;
    background-size: cover;    
}
.specialization_wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width:95%;
}
.specialization_wrapper .left{
  width:30%;
  display: inline-block;
}
.specialization_wrapper .left .tittle{
  color: #fff;
}
.specialization_wrapper .right{
  width:70%;
  display: inline-block;
  border-left: 2px solid #fff;
  padding: 15px 0 20px 0px;
  position: relative;
}
.specialization_wrapper .right ul{

  position: relative;
  margin: 0px 0px 0px 0px;
}
.specialization_wrapper .right::before, .specialization_wrapper .right::after{
  position: absolute;
  width:10px;
  height: 10px;
  background: #fff;
  left:-6px;
  content: "";
  border-radius: 50%;
}
.specialization_wrapper .right::before{
  top:-10px;

}
.specialization_wrapper .right::after{
  bottom:-10px;
  
}
.specialization_wrapper .right ul li{
  color: #fff;
  margin: 0px 0px 0px 35px;
  padding: 0px;
  font-family: 'robotobold';
  font-size: 18px;
  line-height: 26px;
  padding: 14px 0 0;  
  position: relative;
}
.specialization_wrapper .right ul li::before {
    position: absolute;
    left: -35px;
    top: 22px;
    width: 20px;
    height: 100%;
    content: "";
    background: url(../images/point_marker.png) no-repeat left top;
    background-size: 100%;
}

.specialization_wrapper .right ul li span{
  font-family: 'robotoregular';
  display: block;
  padding-top: 10px;
}
.aboutbottom_container{
  display: block;
    width: 100%;
    padding:70px 0 70px;   
    background: url(../images/aboutbottom_wrapper.png) no-repeat center top;
    background-size: cover;    
}
.aboutbottom_wrapper{
  width:90%;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.aboutbottom_wrapper p{
  position: relative;
  color: #333;
  display: inline-block;
  font-family: 'robotomedium';
}
.aboutbottom_wrapper p::before{
  content: "";
  border-top: 2px solid #333;
  width:8%;
  height: 2px;
  display: block;
  margin-bottom: 3px;
}
.aboutbottom_wrapper p::after{
  content: "";
  border-bottom: 2px solid #333;
  width:8%;
  height: 2px;
  display: block;
  margin-top: 3px;
  margin-left: auto;
}
/**************************************************about page****************************************************/
/**************************************************career page****************************************************/
.career_container{
  width:100%;
  display: block;
  margin: 70px 0;
  text-align: center;
}
.career_wrapper{
    width:100%;
    margin-top:60px;
    text-align: left;
  }
  .career_block{ 
    padding: 10px 10px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    width: auto;
    background: #fff;
    align-items: center;
    justify-content: space-between;
  }
  .career_block.top{
    border-bottom: 2px solid #333;
  }
  .career_wrapper > .career_block:nth-child(2n of .career_block) {
  background: #f3f3f3;
}
  .career_block .career_section{
    display: inline-block;
    width:20%;
    padding: 0 10px 0 0; 
  }
   .career_block .career_section:nth-child(1){ 
    width:25%;
   }
  .career_block .career_section:nth-child(5){  
    display: inline-block;
      width: 14%;
      padding: 0 0 0 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }  
  .career_block .career_section .heading{    
    font-family: 'robotoregular';
    font-size: 17px;
    color: #333;
    display: inline-block;
    text-transform: capitalize;   
    display: inline-block;
    display: flex;
    align-items: flex-end;
  }
  .career_block .career_section .heading span{
    display: inline-block;
    padding-right: 5px;
    width:10%;
  }
  
 
  .career_wrapper .tittle{
    color:#333; 
    font-family: 'robotomedium';
    text-transform: capitalize;
    font-size: 18px;
    line-height: normal;
    padding: 10px 0 0;
  }
  .career_wrapper p{
    color:#333; 
    font-family: 'robotoregular';  
    font-size: 16px;
    line-height: 24px;
    margin:0;
    padding:10px 0 0;
  }
  .career_block .career_section p{
    color:#000; 
    font-family: 'cabinmedium';  
    font-size: 15px;
    line-height: normal;
    margin:0;
    padding:10px 0 0;
  }
  .career_block .career_section .salary{ 
    font-family: 'jostmedium';
    font-size: 13px;
    color: #1F1F1F;
    display: inline-block;
    text-transform: uppercase; 
  }
  .career_block .career_section .salary{ 
    font-family: 'jostmedium';
    font-size: 13px;
    color: #1F1F1F;
    display: inline-block;
    text-transform: uppercase; 
    width:100%;
  }
  .career_block .career_section .amount{ 
    font-family: 'jostmedium';
    font-size: 14px;
    color: #1F2531;
    display: inline-block;
    text-transform: uppercase; 
    width:100%;
    padding-top: 20px;
  }
  .career_block .career_section .details{
    background: none;
    border-radius: 3px;
    font-family: 'cabinsemibold';
    font-size: 16px;
    color: #000;
    border: 1px solid #e3b524;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px 30px;
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 30px;
  }
  .career_block .career_section .btn {
    background-color: #008560;
    color: #fff;
    border: 2px solid #008560;
    margin: 0;
    font-family: 'robotoregular';
}
.career_block .career_section .btn:hover{
  background:#293c78 ;
  border: 2px solid #293c78;
}
  
  #target, #target1, #target2,   #target3,   #target4,  #target5,  #target6,  #target7,  #target8,  #target9,  #target10{
    background: #fff;
      width: 100%;    
      padding: 5px;
      display: none;
      margin: 0 0 10px;     
      padding: 30px;
      box-shadow: 0px 3px 7px 1px #ebebeb;
      transition: all 0.6s cubic-bezier(0.32, 0.1, 0.3, 1);
  }
  
  .career_block .tittle {
    color: #333;
    font-family: 'robotomedium';
    text-transform: capitalize;
    font-size: 18px;
    line-height: normal;
  }
  .career_block .tittle span{
    color: #157EFB;
  }
  .career_block p{
    color: #fff;
      font-family: 'robotoregular';
      font-size: 16px;
      line-height: normal;
      margin: 0;
      padding:10px 0 0;
  }
  .career_wrapper ul{
    padding: 10px 0 0 18px;
  }
  .career_wrapper ul li{
    color: #333;
      font-family: 'robotoregular';
      font-size: 15px;
      line-height: normal;
      margin: 0;
      padding: 5px 0;
      display: list-item;
      list-style: disc;
  }
  .career_wrapper .btn.apply {
    background-color: #008560;
    color: #fff;
    border: 2px solid #008560;
    margin: 20px 0 0;
    font-family: 'robotoregular';
}
.career_wrapper .btn.apply:hover{
  background:#293c78 ;
  border: 2px solid #293c78;
}
.career_wrapper .recruitment {
    display: flex;
    margin: 10px 0 0;
    flex-wrap: wrap;
}

.career_wrapper .recruitment .whatsapp {
    width: auto;
    display: inline-block;
}

.career_wrapper .recruitment .contact_call {
    width: auto;
    display: inline-block;
    margin-left: 15px;
}
.career_wrapper .recruitment .whatsapp a, .career_wrapper .recruitment .contact_call a{
  width:100%;
}
.career_wrapper .recruitment  a{
    background: #27a737;
    border-radius: 15px;
    font-family: 'robotomedium';
    font-size: 17px;
    color: #fff;
    display: inline-flex;
    text-transform: uppercase;
    padding: 12px 20px 10px;
    margin: 20px auto 0;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.career_wrapper  a span{
  width:38px;
  display: inline-block;
  padding-right: 5px;
}
  .Hide
  {
    display:none;
  }
  .strip_right.strip_rightmob{
  display: none;
  width:100%;
}
.chat{
    position: fixed;
    top:72%;
    background: #293c78;
    padding: 15px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;   
    right:0;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 3;
}

.chat .whatsapp{
    
    margin-top: 0;
     border-bottom: 2px solid #a9b1c9;
     padding-bottom: 12px;
}
.chat .whatsapp a {
  color: #fff;
  width:48px;
    height: 48px;    
}
.chat .contact_call{
   
    margin-top: 12px;
    
   
}
.chat .contact_call a {
  color: #fff;
   width:48px;
    height: 48px;    
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}
.wpcf7-spinner {
    position: absolute;
}
 nav.navigation.pagination {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px
}

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

.page-numbers.current {
  
  color: #293c78;
  opacity: 1;
}

.page-numbers {
  margin: 0 4px;
  text-decoration: none;
  padding: 0;
  font-size: 16px;
  padding: 0;
  text-align: center;
  line-height: 30px;
  color: #293c78;
  opacity: 0.5;
 
  font-family:'robotomedium';
 
}

a.next.page-numbers {
 
  color: #293c78
}
.blog_layout_grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    
    grid-column: 1 / 3;
    margin: 10px 0 0;
}
span.wpcf7-spinner {
    position: absolute;
}
.wpcf7 form .wpcf7-response-output{
  grid-column: 1 / 3;
    margin: 10px 0 0;
}
p.blog-listing {
    margin: 70px 0 0;
}
span.wpcf7-spinner {
    position: absolute !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output, 
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  grid-column: 1 / 3;
  margin: 0;
  text-align: center;
}
.wpcf7 form .wpcf7-response-output , .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output{
   grid-column: 1 / 3;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 1900px) {
  header .strip a.call {
    line-height: 20px;
    font-size: 17px;
  }
  header .menu-div .menu .menu-list li a {  
    font-size: 22px;
  }
  .banner .vertical_wrapper p {    
    font-size: 22px;
  }
  .banner_content h2 {
    font-family: 'robotoblack';
    font-size: clamp(25px, 8vw, 50px);
  }
  .banner_content {
    position: absolute;
    left: 12%;
    top: 50%;
    width: 34%;
}
.banner_content p {
    font-family: 'robotoregular';
    font-size: clamp(16px, 7vw, 19px);
}
.btn {
    
    font-size: 19px;
    line-height: 23px;
}
.sub_tittle {   
    font-size: clamp(15px, 8vw, 18px);
}
.tittle {
   
    font-size: clamp(22px, 8vw, 45px);
}
p {
    
    font-size: 19px;
    line-height: 28px;   
}
.card h3.text {
    margin-top: 10px;
    font-family: 'robotobold';
    font-size: clamp(20px, 8vw, 28px);
}
.candidateservice_wrapper .block .block_inner .tile {
  
    height: 330px;
}
.mission_wrapper .block .left .blue_bg {
    background: url(../images/mission_bg.png) no-repeat center top;
    background-size: cover;
    padding: 10% 100px;
    position: relative;
    border-radius: 10px;
}
.mission_wrapper .block:nth-child(2) .left .blue_bg {
    
    padding: 10% 100px;
   
}
.inner_banner {
    width: 100%;
    position: relative;
    margin-top: -2%;
    height: auto;
}
.whatweoffer_wrapper .block .block_inner {
    background: #fff;
    padding: 120px 60px;
}
.whatweoffer_wrapper .block h4 {
    font-family: 'robotomedium';
    font-size: clamp(19px, 6vw, 32px);
}
.whatweoffer_wrapper .block p {
    font-size: 19px;
    line-height: 26px;
}
.footer .footer-content h4 {
    font-family: 'robotomedium';
    font-size: 25px;
}
.footer .footer-content .footer-logo {
    margin: 50px 0px 20px 0px;
    width: 224px;
}
.footer_wrapper {    
    padding: 90px 0 90px;
    clear: both !important;
    background: url(../images/footer_bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
}
}
@media only screen and (min-width: 2300px) {
.candidateservice_wrapper .block .block_inner .tile {   
    height: 380px;
}
}
@media (max-width: 1450px) {
.leading_wrapper .content {
    width: 63%;
    display: inline-block;
}
.trusted_wrapper .content {
      width: 55%;    
    padding-right: 0%;
}


}
 @media (max-width: 1380px) {
.candidateservice_wrapper {
    width: 100%;
}
.candidateservice_wrapper .block_enquire {
  
    padding: 0 15px;
}
.legacy_wrapper {
    width: 86%;
}
 }
  @media (max-width: 1280px) {

  
     header .menu-div {
        background: none;
        padding: 0;
    }
    header .social {
    display: none;
    vertical-align: middle;
    margin: 0px 0px 0px 0px;
}
.banner {
   
    margin-top: 0;
   
}
  header .menu-div .menu {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    background: #293c78;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 15px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    transform: scale(1.1);
    flex-wrap: wrap;
    overflow: hidden;
        max-height: 100%;
        overflow-Y: auto;
        width: 100%;
  }
  header .menu-div .menu .menu-list {
    text-align: center;
    position: relative;
    
    width: 100%;
}
  header .menu-div .menu .menu-list li {
    display: block;
    line-height: 40px;
    text-align: center;
    border-bottom:none;
}
  header.fix .menu-div .menu .menu-list li {
    line-height: 40px;
    padding: 0 20px !important;
}
  header .menu-div .menu .menu-list li a {
    display: block;
    font-size: 25px;
    color: #fff;
    border-bottom: 3px solid rgba(255, 255, 255, 0.1);
  }
  header .menu-div .menu .menu-list li.current-menu-item a {
    color: #fff;
}
header .menu-div .menu.open .menu-list li a {
  color: #fff;
}
header .menu-div .menu .menu-list li a:hover {
  color: #fff;
}
  header .menu-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar-1 {
    display: none;
  }
  header .menu-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar-2 {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    right: 4px;
    top: -3px;
  }
  header .menu-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar-3 {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    left: 4px;
    top: -3px;
  }
  header .menu-div .menu .menu-list li.menu-item-has-children a .dropdown-btn .icon .bar-4 {
    display: none;
  }
  
  header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu {
    text-align: center;
    position: relative;    
    top: auto;
    opacity: 1;
    visibility: visible;
    width: 300px;
    margin: 0px 0px 0px 0px;    
    border-radius: 0px;
    display: none;
    background: #293c78;
  }
  header.fix .menu-div .menu .menu-list li.menu-item-has-children .sub-menu {
    text-align: center;
    position: relative;    
    top: auto;
    opacity: 1;
    visibility: visible;
    width: 300px;
    margin: 0px 0px 0px 0px;    
    border-radius: 0px;
    display: none;
    background: #293c78;
    
}
header.fix .menu-div .menu .menu-list li.menu-item-has-children.open .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  
}
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li {
  display: block;
  line-height: 35px;
  border-bottom: none;
  position: relative;
}
  header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li a {
    line-height: 35px;
    padding: 0px 10px;
    color: #fff;
    font-size: 16px;
    display: flex;
    text-transform: capitalize;
    border-bottom: none;
    text-align: center;
    justify-content: center;
    width:100%;
}
header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li a::after{
  display: none;
}
  header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu::before {
    display: none;
  }
  header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li.menu-item-has-children a {
    font-size: 17px;
    text-transform: capitalize;
    color: #fff;
    margin: 0 auto;
}
  header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li.menu-item-has-children a::after {
    transform: rotate(90deg);
    display: none;
  }

  header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu {
    position: relative;
    text-align: center;
    left: 0px;
    top: auto;
    opacity: 1;
    visibility: visible;
    width: auto;
    margin: 0px 0px 0px 0px;
    transform: translateY(0px);
    border-left: none;
    border-radius: 0px;
    display: none;
  }
  header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu::before {
    /*display: none;*/
  }
  header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li a {
    font-size: 14px;
    text-transform: capitalize;
  }
  header .menu-div .menu .menu-list li.menu-item-has-children .sub-menu li.menu-item-has-children.open .sub-menu {
    display: block;
  }
  header .menu-div .menu .menu-list li.menu-item-has-children.open .sub-menu {
    display: none;
  }
  header .menu-div .menu.open {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  header .menu-div .menu-btn {
        display: grid;
        margin: 0;
    }
       header .menu-div .menu .menu-list li.menu-item-has-children:after {
        display: none;
       }
    header .menu-div .menu .menu-list li.menu-item-has-children a{
      position: relative;
        padding: 0 0px;
        display: block;
        width: 92%;
    }
    header .menu-div .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: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(135deg);
    position: relative;
    right: -7px;
    top: -3px;
    transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
}
header .menu-div .menu .menu-list li.menu-item-has-children {
    position: relative;
    padding:0;
    display: flex;align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width:100%;

}
header .menu-div .menu .menu-list li:first-child {
    padding-left: 25px;
}
header .menu-div .menu .menu-list li:last-child {
    padding-right: 25px;
}
    .strip_right {
    display: none;
    align-items: center;
}
.leading_wrapper {   
    width: 100%;  
}
.menu-btn {
    transition: 0.3s;
    display: grid;
    position: relative;
    background: #fff;
}
.menu-btn.open {
  display: block;
  z-index: 10000;
  width: 30px;
 height: 30px;
}

.menu-btn.open span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 3px;
  background: #333;
  transform-origin: center;
}

/* hide 2 bars */
.menu-btn.open span:nth-child(2),
.menu-btn.open span:nth-child(3) {
  opacity: 0;
}

/* create X */
.menu-btn.open span:nth-child(1) {
  border: none;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #333;
}

.menu-btn.open span:nth-child(4) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.leading_wrapper .content {
     
        padding: 40px 0;
    }
    .leading_wrapper {
   
    align-items: flex-end;
   
}
.testimonial_wrapper .testi .item {   
    padding: 50px 20px;
}

.strip_right.strip_rightmob{
  display: block;
  width:100%;
  margin: 20px 0 0;
}
.contact_wrap .contact {
        display: inline-block;
        align-items: center;
        padding: 4px 5px;
}
.strip_right .content:first-child a.call:first-child {
    border-right: none;
}
.strip_right a.call{
  color: #fff;
}
.contact_wrap {
   
    justify-content: center;
}
}
  @media (max-width: 1150px) {
.contactinfo_wrapper .block {    
    width: 50%;  
}
.contactform_form form label {   
    width: 50%;
}

  }
  @media (max-width: 1080px) {
.testimonial_container .container{
    width:100%;
}
.banner_content h2 {
   
    font-size: clamp(25px, 6vw, 36px);
}
.banner_content {
    
    width: 53%;
  }
  .banner .icon_wrapper {   
    width: 55px;
    height: 55px;
  }
  header .logo {
    width: 170px;
  }
  .banner .icon {
   
    width: 18px;
}
.card .icon {
    width: 100px;
    height: 100px;
}
.card h3.text {    
    font-size: clamp(20px, 6vw, 22px);
}
.blog_wrapper .item {
    width: 50%;
    padding: 10px;
    box-sizing: border-box;
}
.blogdetail_wrapper .left {
    width: 100%;
    display: block;
}
.blogdetail_wrapper .right {
    width: 100%;
    display: block;
    margin-top: 30px;
}
.whatweoffer_wrapper {
    width: 100%;
}
.whatweoffer_container {   
    padding: 14% 0 70px;
}
.whatweoffer_wrapper .block .block_inner {   
    padding: 40px;
}
.candidateservice_wrapper .block {
    width: 50%;
}
.candidateservice_wrapper .block:nth-child(2) {
    margin-top: 0;
}
    .candidateservice_wrapper .block_enquire {
        padding: 0 15px;
        width: 50%;
        margin: 30px 0 0;
        flex-direction: column;
    }
  .candidateservice_wrapper .block_enquire .icon {
    width: 30%;
    margin: 0 auto;
}
.legacy_wrapper {
    width: 90%;
}
.mission_wrapper .block {   
    width: 100%;
}
.network_wrapper .block_outer {
    width: 50%;
    display: inline-block;
    padding: 20px 10px;
}

  }
@media (max-width: 950px) {
.homeabout_wrapper {   
    justify-content: center;
   text-align: center;
}
.homeabout_wrapper .image {
   
    display: none;
  
}
.homeabout_wrapper .image.image_mob {
    width: 80%;
    display: inline-block;
    animation: mover 2s infinite alternate;
    position: relative;
    margin: 20px auto;
}
.homeabout_wrapper .content {
    width: 100%;
    display: block;
}
.sub_tittle{
  display: none;
}
.about_link {
   
    justify-content: center;
}
.leading_wrapper .image {
    width: 60%;
}
.trusted_wrapper {   
    justify-content: center;
    width: 100%;
    text-align: center;
}
.trusted_wrapper .image {
    display: none;
}
.trusted_wrapper .content {
    width: 100%;
    padding: 0;
}
.contactform_wrapper {
    width: 100%;
}
.contactform_area {
    width: 100%;
    display: block;
}
.contactaddress_area {
    width: 100%;
    display: block;
    padding: 30px 0 0;
}
.specialization_wrapper .left {
    width: 100%;
    display: inline-block;
    text-align: center;
}

    .career_block .career_section {
        display: inline-block;
        width: 100%;
        padding: 10px 20px;
    }
    .career_block.top{
      display: none;
    }
    .career_block .career_section:nth-child(1), .career_block .career_section:nth-child(5) {
    width: 100%;
}
.chat{
    position: fixed;
    top:72%;
    background: #293c78;
    padding: 10px 10px 10px 10px;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    right:0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.chat .whatsapp{
    margin-top: 0;
    border-bottom: 2px solid #a9b1c9;
    padding-bottom: 5px;
}
.chat .whatsapp a {
  color: #fff;
  width: 30px;
  height: 30px;
}
.chat .contact_call{
   
    margin-top: 15px;
    
   
}
.chat .contact_call a {
  color: #fff;
  width: 30px;
  height: 30px;
}
}
@media (max-width: 850px) {
   img.mobile_banner {
      display: block !important;
  }
  img.desktop_banner {
    display: none !important;
  }
  .banner{
    height: auto;
    margin-top: -5%;
  }
  .banner .banner-item img {
    width: 100%;
    
}
    .banner_content {
        width: 72%;
        top: 17%;
    }
    .banner .vertical_wrapper{
      display: none;
    }
  .tittle {
   
    font-size: clamp(22px, 6vw, 35px);
  }
  .leading_wrapper .content h6 {  
    font-size: 18px;
  }
  p {    
    font-size: 16px;
    line-height: 23px;
  }
  .homeblog_container .container{
    width:100%;
  }
  .footer .footer-content .col-container {   
    justify-content: center;
    text-align: center;
}
.footer .footer-content h4{
  display: none;
}
.footer .footer-content .links li {
    display: block;
    padding: 5px 0px;
    text-align: center;
}
.inline{
  width:100%;
}
.inline:nth-child(3), .inline:nth-child(4){
  display: none;
}
.inline:first-child {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.footer .footer-content .footer-logo{
  margin: 0 auto;
}
.footer_wrapper {
    width: 100%;
    padding: 49px 0 80px;
}
.leading_container .container{
    width:100%;
}
    .leading_wrapper {
        align-items: flex-end;
        padding-left: 20px;
    }   
    .blog_container .container {
        width: 88% !important;
    }
    .inner_banner {       
        margin-top: 0;
    }
      .banner_content h3 {
        font-size: clamp(20px, 5vw, 34px);
    }
 .inner_banner {
        margin-top: 45px;
    }
.homeblog_container {
    padding: 40px 0;
}
.whatweoffer_wrapper .block {
    width: 100%;    
    transition: all 0.5s ease-in-out;
}
.whatweoffer_wrapper .block .circle{
  display: none;
}
.whatweoffer_wrapper::after {
    
    right: 0%;
}
.legacy_wrapper .image_wrapper {
    width: 80%;
    display: inline-block;
    margin: 0 auto;
}
    .legacy_wrapper {
        width: 90%;
        margin: 0 auto;
    }
  .legacy_wrapper .content_wrapper {
    width: 100%;
    display: inline-block;
    padding-bottom: 10%;
    text-align: center;
    padding-top: 30px;
}
.network_wrapper .block_outer {
        width: 100%;
        display: inline-block;
        padding: 20px 10px;
    }
}
@media (max-width: 650px) {
.wave path {
    fill: none;
    stroke: #2b3f8d;
    stroke-width: 2;
    stroke-dasharray: 6 6;
    stroke-linecap: round;
    stroke-linecap: round;
    d: path("M 7 75 L 855 75");
    animation: dashMove 4s linear infinite;
}
.wave{
  display: none;
}
.wave.wave_mob{
  display: block;
}
.homeservicemain_wrapper .wrapper::before {
    top: 75px;
    left: 0;
}
.homeservicemain_wrapper .wrapper::after {
    top: 75px;
    right: 0;
    bottom:auto
}
.card.left {
    left: 10%;
    bottom: auto;
    top: 22%;
}
.card.right {
    right: 10%;
    bottom: auto;
    top: 22%;
}
    .card .icon {
        width: 70px;
        height: 70px;
    }
    .card h3.text {
        font-size: clamp(18px, 6vw, 20px);
    }
    .btn {
    height: 34px;
       font-size: 15px;
    line-height: 23px;   
    padding: 0px 17px;   
}
.homeblog_wrapper .image_details .tittle {
   
    font-size: 16px;
}
.contactform_wrapper {
   
    padding: 30px;
}
    .contactinfo_wrapper .block {
        width: 100%;
    }
.servicemain_container {  
    margin: 50px 0 0;   
}
.whatweoffer_container .tittle {    
    padding-top: 7%;
}
.inner_banner p {
   
    font-size: clamp(8px, 3vw, 10px);
    line-height: 11px;
}
    .candidateservice_wrapper .block {
        width: 100%;
        margin: 0 0 60px 0;
    }
        .candidateservice_wrapper .block_enquire {
        padding: 0 15px;
        width: 100%;
        }
    .mission_wrapper .block {
        width: 100%;
        flex-direction: column-reverse;
    }
  .mission_wrapper .block .left {
    width: 100%;
    display: block;
    margin: 10px 0 0;
}
.mission_wrapper .block .right {
    width: 100%;
    display: inline-block;
    margin-left: 0;
}
.mission_wrapper .block .right h3{
  justify-content: center;
}
.mission_wrapper .block .right h3::before{
  display: none;
}
.mission_wrapper .block:nth-child(2) {
    flex-direction: column-reverse;
}
.mission_wrapper .block .left .blue_bg {  
    padding: 40px;
}
.mission_wrapper .block:nth-child(2) .left .blue_bg {  
    padding: 40px;
}
.network_wrapper .block_outer .block {
   
    padding: 13% 40px;
}

}
@media (max-width: 604px) {
  .career_wrapper .recruitment {
   
    justify-content: space-between;
}
  .career_wrapper .recruitment .contact_call {
    width: auto;
    display: inline-block;
    margin-left: 0;
}
.career_wrapper .recruitment .whatsapp {
    width: 100%;
    display: inline-block;
}
.career_wrapper .recruitment .contact_call {
    width: 100%;
    display: inline-block;
    margin-left: 0;
}
}
@media (max-width: 520px) {
.banner_content {
        width: 85%;
        top: 25%;
    }
    .banner_content p{
      display: none;
    }
        .banner_content h2 {
        font-size: clamp(22px, 6vw, 36px);
    }
    .banner_content {
        width: 85%;
        top: 20%;
    }
        .homeabout_wrapper .image.image_mob {
        width: 90%;
        }
  .banner_content a {
        margin: 10px 5px 0 0;
        height: 25px;
        font-size: 12px;
        padding: 0 10px;
    }
    header .logo {
        width: 120px;
    }
    .homeservice_wrapper {
    width: 100%;
    margin: 0 auto;
}
.happystories_container {
    background: #0e3448 url(../images/play_story.png) no-repeat center top;
    background-size: cover;
    width: 100%;
    display: block;
    padding: 40px 0 70px;
    text-align: center;
    margin: 0px 0 0;
}

    .card.left {
        left: 4%;
    }
        .card.right {
        right: 4%;
        }
    .card .btn {
    margin: 12px 0 0;
    padding: 0 10px;
    font-size: 12px;
    height: 24px;
}
.leading_wrapper{
  flex-wrap: wrap;
}
    .leading_wrapper .content {
        padding: 40px 0;
        width: 100%;
    }
    .leading_wrapper .image {
        width: 80%;
        margin-left: auto;
    }
    .blog_wrapper .item {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.news_list .image {
    width: 100%;
    display: block;
}
.news_list .content {
    width: 100%;
    display: block;
    padding: 15px 0 0;
}
    .contactform_wrapper {
        padding: 30px 15px;
    }
    .whatweoffer_container {
        padding: 50px 0 50px;
        margin: 40px 0 0;
        background: #1f326e url(../images/offer_bg.png) no-repeat center top;
    }
    .whatweoffer_container .tittle {
        padding-top: 7%;
    }
    .whatweoffer_wrapper {
        width: 100%;
        padding: 0 2% 3%;
        margin: 20px 0 0;
    }
        .whatweoffer_wrapper .block .block_inner {
        padding: 20px;
    }
    .recruitment_process {    
    padding: 40px 0 0;
    }
.play_wrapper .button {
    width: 12%;
    margin: 10px auto 0;
}
.servicebottom_container .topcontent_wrapper {
    width: 95%;
}
.candidateservice_wrapper .block .block_inner .tile {
   
    height: auto;
}
.candidatebottom_wrapper {
    width: 100%;
    margin: 40px auto 0;
    border: 2px solid #008560;
    border-radius: 25px;
    padding: 20px;
}

.happystories_container .tittle {
    color: #fff;
    margin-top: 0;
}
.candidate_process {
  
    margin-bottom: 0;
}
.journey_container .content_wrapper {
    width: 97%;
}
.network_wrapper .block_outer .block {
        padding: 9% 28px;
    }
.network_wrapper .block_outer .block .icon {
   
    width: 60px;
    height: 60px;
}
   
      .mission_wrapper .block .left .blue_bg {
        padding: 20px;
    }
        .mission_wrapper .block:nth-child(2) .left .blue_bg {
        padding: 20px;
    }
    .network_wrapper .block_outer .block::after {
    content: "";
    position: absolute;
    top: -28px;
    right: -28px;
    width: 90px;
    height: 90px;
    }
        .network_wrapper .block_outer .block .icon {
        width: 50px;
        height: 50px;
    }
    .chat{
    position: fixed;
    top:72%;
    background: #293c78;
    padding: 10px 8px 10px 8px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    right:0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.chat .whatsapp{
    margin-top: 0;
    border-bottom: 2px solid #a9b1c9;
    padding-bottom: 5px;
}
.chat .whatsapp a {
  color: #fff;
  width: 25px;
  height: 25px;
}
.chat .contact_call{
   
    margin-top: 5px;
    
   
}
.chat .contact_call a {
  color: #fff;
  width: 25px;
  height: 25px;
}
.career_wrapper .recruitment a {
    background: #27a737;
    border-radius: 15px;
    font-family: 'robotomedium';
    font-size: 15px;
    color: #fff;
    display: inline-flex;
    text-transform: uppercase;
    padding: 10px 8px 8px;
    margin: 20px auto 0;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
  }