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

  
  /******************************************menu*********************************************/
  .header_menu{
    display: block;
    vertical-align: middle;
    transition: 0.3s;
    margin: 0px 0 0;
  }
  .header_menu .menu-list {
    font-size: 0px;
    text-align: left;
    padding-top: 0px;
    list-style: none;
  }
  .header_menu .menu-list li {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    padding: 0 25px;
  }
  .header_menu .menu-list li a {
    color: #000;
    font-family: 'titilliumwebregular';   
    padding: 0 05px;  
    text-transform: capitalize;
    display: block;
    transition: 0.01s;    
    position: relative;
    line-height: 80px;
  }


.header_menu .menu-list li:hover a {
    color: #0391BD;
}
.header_menu .menu-list li.current-menu-item a {
    color: #0391BD;
}
 
 
  .menu-btn {
    display: none;
    vertical-align: middle;   
    border: none;
    width: 38px;
    height: auto;
    padding:0px;
    cursor: pointer;
    transition: 0.3s;
    overflow: hidden;    
    z-index: 16002;    
    top: 0;   
    background: none;
    border-radius: 0;
    margin-top:0px
  }
  .menu-btn{
    transition: 0.3s;
    
  }
  .menu-btn .icon {
    display: flex;    
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: left;
    align-items: flex-start;
    
  }
  .menu-btn .icon .bar {
    width: 100%;
    height: 4px;
    display: inline-flex;
    background: #3D0000;
    border-radius: 30px;
    justify-content: flex-start;
    text-align: left;
  }
  .menu-btn .icon .bar-1 {
    transition: 0.3s;
    top: 0px;
    transform: scale(1);
    -webkit-transform: scale(1);
    position: relative;
    width:85%;
  }
  .menu-btn .icon::after{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #3D0000;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right:0;
  }
  .menu-btn .icon .bar-2 {
    transition: 0.3s;
    margin-top: 3px;
    margin-bottom: -5px;
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
    width: 75%;
  }
  .menu-btn .icon .bar-3 {
    transition: 0.3s;
    margin-bottom: 3px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    width: 75%;
  }
  .menu-btn .icon .bar-4 {
    transition: 0.3s;
    transform: scale(1);
    -webkit-transform: scale(1);
    width:100%;
  }
  .menu-btn.open .icon .bar{
    background: #000;
    height: 4px;
  }
  .menu-btn.open .icon .bar-1 {
    transition: 0.3s;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  .menu-btn.open .icon .bar-2 {
    transition: 0.3s;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 3px;
    margin-bottom: -5px;
}
  .menu-btn.open .icon .bar-3 {
    transition: 0.3s;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-bottom: 4px;
}
  .menu-btn.open .icon .bar-4 {
    transition: 0.3s;
    transform: scale(0);
    -webkit-transform: scale(0);
    width:100%;
  }
  .header_menu .menu-list li.current-menu-item a::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #0391BD;
    transition: width .3s;
    position: absolute;
    bottom: 0;
}
 .header_menu .menu-list li:hover a::after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #0391BD;
    transition: width .3s;
    position: absolute;
    bottom: 0;
}
  header.fix {
    top: 0px !important;
    padding: 0px 0;    
    transition: all 0.8s cubic-bezier(0.32, 0.1, 0.3, 1);
    background: linear-gradient(to right, #F0F2F4 100%, transparent);
    box-shadow: 0px 0px 8px #1A3F6D !important;
}
header.fix .logo{
    width:140px;
    transition: all 0.8s cubic-bezier(0.32, 0.1, 0.3, 1);  
}
  /******************************************menu*********************************************/
  .banner{
    width:100%;
    position: relative;   
    margin-top: 0;
  }
  .banner .container{
    position: relative;
  }
  
  .banner_content {
      position: absolute;
      left: 10%;
      top: 30%;
      width: 39%;
      z-index: 1;
      background: transparent;
      position: absolute;
      /* left: 0; */
      /* top: 0; */
      /* width: 100%; */
      /* height: 100%; */
      /* opacity: 0; */
      transition: all ease-in-out 0.5s;
      content: "";
      /* visibility: hidden; */
      z-index: 1;
      mix-blend-mode: hard-light;
      /* padding: 30px; */
      border-radius: 50px 50px 0 0;
  }
  .banner .content_wrapper {
    background: rgba(16, 53, 100, 1);
    width: 84%;
    padding: 50px;
    mix-blend-mode: hard-light;
    border-radius: 70px 70px 0 0;
    position: relative;
    z-index: 5;
}
.banner .content_wrapper::before {
    content: "";
    background: rgba(16, 53, 100, 1);
    width: 100%;
    padding: 0;
    mix-blend-mode: hard-light;
    border-radius: 70px 70px 0 0;
    position: absolute;
    z-index: -1;
    left: -5%;
    top: -5%;
    height: 100%;
}

.banner .banner-item .content h1 {
    font-size: clamp(45px, 4vw, 53px);
    color: #fff;
    font-family: 'titilliumbold';
    line-height: 1;
    margin: 0px 0px 0px 0px;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 0;
    padding: 0px 0 5px;
    position: relative;
    z-index: 2;
  }
.banner_location{
  display: inline-block;
  align-items: flex-end;
  margin: 8px 0 0 8%;
  padding: 10px 20px;
  position: relative;
  /* display: none; */
  background: rgba(255,255,255,0.7);
  border-radius: 0 0 100px 100px;
  text-align: center;
  /* width: 100%; */
}
  .banner .banner-item .content h3 {
    font-size: clamp(30px, 5vw, 33px);
    color: #fff;
    font-family: 'titilliumwebregular';
    line-height: 1;
    margin: 0px 0px 0px 0px;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 0;
    padding: 0px 0 0;
    position: relative;
  }
 .banner .banner-item .content h3.getwork{
    
 }
 .banner .banner-item .content h5 {
    font-size: clamp(11px, 3vw, 13px);
    color: #021B53;
    font-family: 'titilliumbold';
    line-height: 1;
    margin: 0px 0px 0px 0px;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0;
    padding: 0;
    position: relative;
  }
  .banner .banner-item .content h5 span{
    font-family: 'titilliumbold';
    color: #0391BD;
  }
   .banner .banner-item .content .location_icon {
   display: inline-block;
    width: 100%;
    position: absolute;
    top: -22px;
    margin-left: 0;
    left:0;
}
  .banner .banner-item .content p {
    font-family: 'poppinsregular';
    font-size:19px;
    color: #333333;
    line-height: 27px;
    text-transform: none;
    padding: 0 0 0 0;    
    margin-top:12px;
  }
 
 .banner .owl-dots {
    display: block;
    width: 80%;
    margin-top: 0;
    text-align: left;
    position: absolute;
    bottom: 10%;
    left: 8%;
}
.banner .owl-dots .owl-dot{
    width: 50px ;
    height: 6px ;
    display: inline-block;
    vertical-align: middle;
    border-radius: 30px;
    background: #D9D9D9;
    margin: 0px 3px;
    border: none;    
}
.banner .owl-dots .owl-dot.active {    
    opacity: 1;
    background: #1A3F6D ;
}
.workspace_container {
  display: block;
  width: 100%;
  margin-top: 60px; 
  position: relative;
}
.workspace_container::after{
  content: "";
  background: url(../images/workspace_bg.png) no-repeat;
  background-position: right top;
  position: absolute;
  height: 100%;
  width:10%;
  background-size: 100%;
  top:0;
  right: 0;
  z-index: -1;
}
.workspace_wrapper{
  width:100%;
  display: block;
  border-bottom: 2px solid #000;
  padding-bottom: 60px;
  position: relative;
}
.workspace_wrapper .tabs_wrapper {
  width: 98%;  
  margin:0 auto;
  background: transparent;  
  padding: 0 0;
}
.workspace_wrapper ul.tabs {
    display: inline-block;
    margin: 0;
    padding: 0 30px 0 0;
    width: 25%;
    border-right: 2px solid #000;
    list-style: none;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;   
    text-align: left;
}
.workspace_wrapper ul.tabs .tittle{
  color: #1A3F6D;
    font-family: 'titilliumsemibold';
    font-size: clamp(20px, 7vw, 32px);
    line-height: 1;
    text-transform: capitalize;
    padding: 0 0 12px;
    text-align: left;   
    position: relative;
    display: inline-block;
    margin-bottom:20px;
}

.workspace_wrapper ul.tabs li {
  margin: 0;
  cursor: pointer;
  padding: 28px 16px;
  line-height: 25px;
  color: #0A363F;
  font-size: clamp(18px, 5vw, 20px);
  text-transform: capitalize;
  font-family: 'titilliumwebregular';
  text-align: left; 
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #F0F2F4;
  display: block;
}
.workspace_wrapper ul.tabs li:nth-child(odd){
  background: #fff;
}

.workspace_wrapper ul.tabs li:hover {
  
  color: #fff;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #1A3F6D;
  font-family: 'titilliumbold';
}
.workspace_wrapper ul.tabs li.active {
  color: #fff;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
 background: #1A3F6D;
 font-family: 'titilliumbold';
}

.workspace_wrapper .tab_container {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 20;
    padding-left: 2%;
    width: 74%;
    min-width: 10px;
    text-align: left;
}
.workspace_wrapper .tab_content .inner_content{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.workspace_wrapper .tab_container .image_wrapper{
  width: 44%;
  border-radius: 24px;
  display: inline-block;
  position: relative;
}
.workspace_wrapper .tab_container .content_wrapper{
  width:52%;
  display: inline-block;
}
/*.workspace_wrapper .tab_container .image_wrapper::before{
  background: #347eda;
    content: "";
    width: 50%;
    height: 20px;
    border-radius: 50px;
    
    opacity: 0.7;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -3%;
}
.workspace_wrapper .tab_container .image_wrapper::after{
  background: #347eda;
    content: "";
    width: 50%;
    height: 20px;
    border-radius: 50px;
    
    opacity: 0.7;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -3%;
}*/
.workspace_wrapper .tab_container .image_wrapper img{
  width:100%;
  border-radius: 0
}
.workspace_wrapper .tab_content {
  padding: 0;
  height: 100%;
  display: none;  
}
.workspace_wrapper .tab_content .tittle_wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 25px;
}
.workspace_wrapper .tab_content .tittle{
  color: #1A3F6D;
    font-family: 'titilliumsemibold';
    font-size: clamp(22px, 7vw, 32px);
    line-height: 1;
    text-transform: capitalize;
    padding: 0 0 0px;
    text-align: left;
    position: relative;
    display: inline-block;   
}
.workspace_wrapper .tab_drawer_heading {
  display: none;
}
.workspace_wrapper .tab_content .btn{
  margin-top: 30px;
}
.whoweare_wrapper{
  margin: 60px auto 0;
  padding: 0 0 60px;
  width:90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.whoweare_wrapper .left{
  width:49%;
  display: flex;
  flex-wrap: wrap;
}
.whoweare_wrapper .left .left_wrapper{
  width:49%;
  display: inline-block;
}
.whoweare_wrapper .left .image{
  box-sizing: border-box;
  width: 100%;
  padding:5px  10px;
  border-radius: 15px 15px 0 0;
}
.whoweare_wrapper .right{
  width:49%;
  display: inline-block;
}
.whoweare_wrapper .right a{
  color: #000;
}
.rating_container .block{      
  display: inline-block;
  width:100%;
  box-sizing: border-box;  
  padding: 5px 10px;
  text-align: center;
}
.rating_container .block  .content{
  background: #F0F2F4;
  padding: 25px;
  border-radius: 0;
  width:100%;
  border-radius: 0px 0px 15px 15px;
}
.rating_container .block:nth-child(1) .content{
  background: #1A3F6D;
  border-radius: 15px 15px 0 0;
}
.rating_container .right .block:nth-child(1) .content{
  background: #F0F2F4;
   border-radius: 0px 0px 15px 15px;
}
.rating_container .right .block:nth-child(2) .content{
  background: #F0F2F4;
  border-radius: 15px 15px 0 0;
}
.rating_container .block  .content .number {
  position: relative;
  font-family: 'titilliumsemibold';
  font-size: clamp(20px, 5vw, 45px);
  color: #1A3F6D; 
  line-height: 1;
  padding: 0px;
}


.rating_container .right .block:nth-child(1) .content .number{
  color: #1A3F6D; 
}
.rating_container .block:nth-child(1) .content .number{
  color:#fff;
}
/*.rating_container .block  .content .number::after {
  content: "%";
  display: inline-block;
}*/

.rating_container .block  .content .tittle{
  position: relative;
  font-family: 'titilliumwebregular';
  font-size: 19px;
  color: #1A3F6D;
  padding-top: 10px;
  text-transform: capitalize;
  line-height: 20px;
}
.rating_container .block:nth-child(1) .content .tittle{
  color: #fff;
}
.rating_container .right .block:nth-child(1) .content .tittle{
  color: #1A3F6D;
}
.rating_container .block_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -10px 0;
    width:auto;
}
.rating_container .block_wrapper  .block{
  width:50%;
}
.main_tittle {
    color: #1A3F6D;
    font-family: 'titilliumsemibold';
    font-size: clamp(22px, 7vw, 38px);
    line-height: 1;
    text-transform: capitalize;
    padding: 0 0 0px;
    position: relative;   
}
.homeservice_container{
  background: url(../images/homeservice_bg.png) no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 70px 0;
  display: block;
  width: 100%;
  text-align: center;
}
.homeservice_container .main_tittle{
  color: #fff;
}
.homeservice_wrapper{
  width:auto;
  margin: 40px -12px;
  display: flex;
  flex-wrap: wrap;
}
.homeservice_wrapper.homeservicemob_wrapper {
    display: none;
}
.homeservice_wrapper .block{
  width:25%;
  padding: 10px 12px;
}
.homeservice_wrapper .block .block_inner{
  border: 2px solid #fff;
  border-radius: 15px;
  padding: 25px;
  text-align: center;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.homeservice_wrapper .block:hover .block_inner{
  background: #fff;
  transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.homeservice_wrapper .block .icon {
    display: inline-block;
    width: 36%;   
}
.homeservice_wrapper .block .icon img{
  filter: brightness(0) invert(1);
  height: 100%;
  transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.homeservice_wrapper .block:hover .icon img{
  filter: none;
}
.homeservice_wrapper .block .tittle {
    position: relative;
    font-family: 'titilliumbold';
    font-size: 18px;
    color: #fff;
    padding-top: 20px;
    text-transform: capitalize;
    line-height: 20px;
    transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  }
.homeservice_wrapper .block p{
  color: #fff;
  transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.homeservice_wrapper .block p a{
  color: #fff;
}
.homeservice_wrapper .block:hover .tittle, .homeservice_wrapper .block:hover p, .homeservice_wrapper .block:hover p a{
  color:#1A3F6D;
  transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.homeservice_container .btn {
    color: #fff;
    border-color: #fff;
}

.homeclients_container{
    width:100%;
    text-align: center;
    display: block;
    margin:0px 0 0;
    background: #F0F2F4;    
    padding: 40px 0;   
}
.homeclients_wrapper{
    display: block;
    margin: 0px 0;
}
.homeclients_wrapper .item{
    padding: 5px 50px;
}
.homeclients_wrapper .owl-stage{
    display: flex;
    align-items: center;
    width:100%;
}
.testimonial_container{
  width:100%;
  margin: 60px 0 0;
  display: block;
  text-align: center;
  position: relative;
}
.testimonial_container::before {
    content: "";
    background: url(../images/testi_leftbg.png) no-repeat;
    background-position: left top;
    position: absolute;
    height: 100%;
    width: 10%;
    background-size: 100%;
    top: 0;
    left: 0;
}
.testimonial_container::after {
    content: "";
    background: url(../images/testi_leftbg.png) no-repeat;
    background-position: right bottom;
    position: absolute;
    height: 100%;
    width: 10%;
    background-size: 100%;
    bottom: 0;
    right: 0;
}
.testimonial_wrapper{
  width:100%;
  margin:20px auto 0;  
  }
  .testimonial_wrapper .owl-stage {
    display: flex;
}
  .testimonial_wrapper .testi .owl-item{
      padding: 15px 20px 0;
      
  }
  .testimonial_wrapper .testi .item {    
    padding: 35px 40px 35px;
    background: #F0F2F4;
    border-radius: 130px 20px 20px 20px;
    margin: 30px 0 0;    
    position: relative;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    height: 90%;
}

.testimonial_wrapper .testi .item .icon {
    position: relative;
    left: 0;
    width: 24%;
    margin-top: -14%;
    z-index: 1;
    margin-bottom: 15px;
    margin-left: -10%;
}
.testimonial_wrapper .testi .item .quote_bottom {
    position: absolute;
    left: auto;
    width: 18%;
    bottom: 5%;
    z-index: 1;
    right: 5%;
}
  .testimonial_wrapper .testi .item .profile{
    display: flex;
    align-items: center;
  }
   .testimonial_wrapper .testi .item .profile .image{
    width:91px;
    height: 91px;
    border-radius: 50%;
   }
    .testimonial_wrapper .testi .item .profile .image img{
    width:100%;
    height: 100%;
    border-radius: 50%;
   }
  .testimonial_wrapper .testi .item .profile .information{
    padding-left: 10px;
  }
  .testimonial_wrapper .testi .item .profile .information p {
    padding:0; 
    font-size: 19px;
    margin: 0px auto 0px;
    color: #000;
    line-height: 1; 
    font-family: 'titilliumbold'; 
    text-transform: capitalize;
  }
  .testimonial_wrapper .testi .item .profile .information span 
  {    
    font-family: 'titilliumwebregular';
    font-size: 15px;
     padding: 5px 0 0;
   
  }
  .testimonial_wrapper .testi .item>p {
    margin-bottom: 15px;
    font-size: 17px;
    line-height:24px;
    display: block;
    z-index: 2;
    color: #000;
    font-family: 'titilliumweblightitalic';
    width:100%;
   
  }
  .testimonial_wrapper .testi .item>p span{
    font-family: "Noto Color Emoji", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ff5a79;
    padding-left: 5px;
  }
.testimonial_wrapper .testi .item .icon i {font-size: 40px;color: #e0e8fc;}
.owl-dots {
    display: block;
    width: 100%;
    margin-top: 30px;
    text-align: center;
    position: relative;   
}
.owl-dots .owl-dot{
    width: 50px ;
    height: 6px ;
    display: inline-block;
    vertical-align: middle;
    border-radius: 30px;
    background: #D9D9D9;
    margin: 0px 3px;
    border: none;    
}
.owl-dots .owl-dot.active {    
    opacity: 1;
    background: #1A3F6D ;
}
.homeblog_wrapper{
    margin:60px 0 0;
    width:100%;      
}
.blog-slider{
  margin: 30px 0 0;
}
.homeblog_wrapper .item{
  padding: 0 10px;
  margin-bottom: 20px;
}
.news_block{
  padding: 0 0px;
  width:100%;
  text-align: left;
  border-radius: 20px;
  margin: 0 0 0px;
}

.newsblock_inner{
  width: 100%;    
  display: block;
  align-items: center;
  justify-content: center; 
  margin: 0px 0 30px;    
  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);      
  border-radius: 6px;
  text-align: center;
   
}
.newsblock_inner .image{
  width:100%; 
  border-radius: 20px;
  position: relative; 
}

.newsblock_inner .image img{
  border-radius: 20px;
}

.newsblock_inner .content{
  width: 100%;
  padding: 0 10px 0px;
  transition: all 0.9s cubic-bezier(0.32, 0.1, 0.3, 1);
  position: relative;
  display: block;
  position: relative;  
}
.newsblock_inner .date {
  position: absolute;
  z-index: 2;
  border-radius: 10px;
  font-family: 'titilliumbold';
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  background: #0391BD;
  display: inline-block;
  left:5%;
  top:5%;
  padding: 10px;
}
.newsblock_inner .date span{
  font-size: 16px;
  padding-top: 2px;
}
.newsblock_inner:hover .content .date {
  color: #fff;
}
.newsblock_inner .content .tittle{
  color: #282828;
  font-family: 'titilliumbold';
  line-height: 23px;
  font-size: 17px;
  padding: 15px 0 0px;
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
}

.newsblock_inner .content .viewmore {
  font-family: 'titilliumwebregular';
  line-height: 24px;
  padding-top: 15px;
  padding-bottom: 5px;
  font-size: 16px;
  color: #5996ce;
  text-transform: capitalize;
  position: relative;
}
.home_contact{
  padding: 60px 0 0;
  width:100%; 
}
.home_contact .contactform_form{
  display: block;
  width: 70%;
  margin:0 auto;
   background: #F0F2F4;
  padding: 50px 40px;
  border-radius: 20px;
  margin-bottom:-4%;
  text-align: center;
  position: relative;
}
.home_contact .contactform_form h3{
  color: #1A3F6D;
    font-family: 'titilliumsemibold';
    font-size: clamp(22px, 7vw, 32px);
    line-height: 1;
    text-transform: uppercase;
    padding: 0 0 0px;
    position: relative;
}
.home_contact .contactform_form p{
  color: #1A3F6D;
  font-family: 'titilliumweblightitalic'; 
  font-size: 15px;
  line-height: 23px;
  padding-top: 10px;
  padding-bottom: 12px;
}
.home_contact .contactform_form form label {
  display: block;
  color: #1A3F6D;
  font-family: "titilliumsemibold";  
  font-size: 14px;
  padding-bottom: 15px;
  text-align: left;
  line-height: 5px;    
  text-transform: uppercase;
}
.required {
  color: #ec2124;
}
.home_contact .contactform_form form{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 25px; 
  margin-top: 20px;
  padding: 0 40px;
}
  
.home_contact .contactform_form  form p {
margin: 0;
width:auto;
}

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

}
.home_contact .contactform_form form .half {  
 
}
.home_contact .contactform_form form .half:nth-of-type(even){  
  padding-right: 0;
 }
 .home_contact .contactform_form form input, .home_contact .contactform_form form textarea, .home_contact .contactform_form form select {
  width: 100%;    
  border: none;
  border-radius: 0px;      
  background: transparent;
  border: none;
  border-bottom: 2px solid #D9D9D9;
  padding-bottom: 10px;
  font-family: "titilliumwebregular";  
  font-size: 14px;
  text-transform: none;
  color: #1A3F6D;
}
.home_contact .contactform_form form input:focus {
    border-bottom: 2px solid #1A3F6D;
}
.home_contact .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;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0.2em 1em;   
    grid-column: 1 / 3;
}
.home_contact .contactform_form form input::placeholder, .home_contact .contactform_form form textarea::placeholder {
  
  display: block;
  color: #666666;
  font-family: "titilliumwebregular";  
  font-size: 14px;
  padding-bottom: 10px;
  text-align: left;
  line-height: 5px;    
  text-transform: capitalize;
  
}
.home_contact .contactform_form form select.big {
  appearance: none;
  position: relative;
  background-image: url(../images/select_arrow.png);
  background-repeat: no-repeat;
  background-position: 80% 25%;
  
}
.home_contact .contactform_form form select.big::after{
 
}
.home_contact .contactform_form form input.consult_date{
  font-family: 'latoregular' !important;
  text-transform: none;
}

.home_contact .contactform_form  form input.wpcf7-not-valid,
.home_contact .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;
}
.home_contact .contactform_form  form textarea {
resize: none;
height: 60px;
}
.home_contact .contactform_form .wpcf7-submit {
  
  height: 40px;
    width: auto;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    border: 2px solid #1A3F6D;
    color: #1A3F6D;
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    -moz-appearance: none;
    -webkit-transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    user-select: none;
    padding: 0px 30px 2px;
    cursor: pointer;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-family: 'titilliumsemibold';
    margin-top: 10px;
}
.home_contact .contactform_form .wpcf7-submit:hover {
  display: inline-flex;
    color: #fff;
    background: #1A3F6D;
}
.home_contact .contactform_form  form button:hover,
.home_contact .contactform_form  form button:focus {
  
transition: background-color 2s ease-out;
}
.home_contact .contactform_form form .full:last-child{
  margin-bottom:0;
}
.home_contact .contactpage .contactform_form form {
  
}
.home_contact .contactpage .contactform_form form button {
  height: 45px;
  display: block;
  margin:0;
}
.footer{  
    width: 100%;                                                                                             
    padding: 120px 0 0;
    clear: both !important; 
    background: url(../images/footer_bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .footer_wrapper{
    width: 100%;
  }
  
  .footer .footer-content {  
    margin: 0px 0px 30px 0px;  
    width:100%
  }
  .footer .footer-content .col-container{
    display: flex;    
    flex-wrap: wrap;    
    justify-content: space-between;
  }
  .row {
    margin: 0px -15px;
  }
  .footer .footer-content  .footer-logo {
    display: block;
  }
  .footer .footer-content  .footer-logo p{
    padding: 0 0 0 10px;
  }
  .footer .footer-content  .footer-logo a {
    display: block;
    margin: 0px 0px 0px 0px;
    position: relative;
    width: 160px;
  }
  .footer .footer-content  .footer-logo a img {
    display: block;
    max-width: 100%;
  }
  
  .footer .footer-content  h4 {
    font-family: 'titilliumbold';
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 0px 0px 0px 0px;     
    display: inline-block;   
  }
  .footer .footer-content  h6 {
    font-family: 'titilliumsemibold';
    font-size: 16px;
    text-transform: capitalize;
    color: #333;
    padding: 10px 0px 0px 0px;     
    display: inline-block;
    border-top: 1px solid #333333;
    line-height: 34px;
  }
  .footer_logo_border{
    
  }
  .footer .footer-content  p {
    font-family: 'titilliumwebregular'; 
    font-size: 16px;
    color: #fff;
    display: block;
    margin: 0px 0px 0px 0px;
    position: relative;
    line-height: 22px;   
    max-width: 300px;
  }  
  .footer .footer-content  p a{
    color: #fff;
  }
  .footer .footer-content .timing p{
    text-transform: uppercase;
    padding-top: 18px;
    font-size: 13px;   
  }
  .footer .footer-content  .links {
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
  .fa-map-marker:before {
    content: "\f041";
    color:#ee7408;
    font-size:16px ;
    padding-right: 10px;
    margin-top:-3px;
  }
  
  .fa-envelope:before{
  color:#ee7408;
    font-size:16px ;
    padding-right: 10px;
  }
  .fa-phone:before{
  color:#ee7408;
    font-size:16px ;
    padding-right: 10px;
  }
  .footer .footer-content  .links{
    padding: 18px 0 0 0px;
  }
  .footer .footer-content .links.address {
    padding: 18px 0 0 0px;
}
  .footer .footer-content  .links li {
    display: flex;
    padding: 5px 0px;
    text-align: left;    
    font-family: 'titilliumsemibold';
    font-size: 20px;
    color: #fff;
    display: flex;    
    position: relative;
    align-items: center;
  }
  .footer .footer-content .links li::before{
    background: url(../images/footer_arrow.png) no-repeat;
    background-position: left;
    background-position: 100%;
    width:6px;
    height: 7px;
    display: block;
    position: relative;
    content: "";

  }
  .footer .footer-content .links.address li::before{
    top:6px;
  }
  .footer .footer-content .links.address li {    
    align-items: flex-start;
  }
 
  .footer .footer-content  .links li .fa{
    margin-top:2px;
  }
  .footer .footer-content .links li:first-child a {
    padding-top: 0px;
    
  }
  .footer .footer-content .links.address li:first-child a {
    
    text-transform: capitalize;
}
.footer .footer-content .links.address li a {
    
  text-transform: capitalize;
  line-height: 26px;
}
  .footer .footer-content .links li a {
    font-family: 'titilliumwebregular';
    font-size: 16px;
    color: #fff;
    padding: 0 0px 0 10px;
    display: block;
    transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
    text-transform: capitalize;
    line-height: 20px;
}
.footer .footer-content .links li a span{
  font-family: 'titilliumweblight';
  font-size: 14px;
  padding: 3px 0 0;
}
  .footer .footer-content .links li a.mail{
    text-transform: none;
  }
  
  .footer .e71d2a-content .links li a:hover {
    color: #d37948;
    
  }
  
  .footer .copyright {
   
   border-top:2px solid #fff ;
   padding: 15px 0;
    
  }
  .footer .copyright .desc {
    display: flex;
      vertical-align: middle;
      width: 100%;
      padding: 0px 0;
      justify-content: space-between;
     
  }
  .footer .copyright p {
    display: block;
    color: #fff;
    font-family: 'titilliumwebregular';
    font-size: 14px;
    text-transform: capitalize;
    padding: 0;
    display: inline-block;
  }
  .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: flex;
  margin: 0 0 12px;
  text-align: center;
  align-items: center;
  }
  .footer .social li p{
    padding: 0 0 0 10px;
  }
  .footer .social li a {
    display: block;
    font-size: 22px;
    color: #114586;
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    display: flex;
    background: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    font-weight: bold !important;
}
  .footer .social li a:hover{
  
  color: #000 !important;
  }
  img.mobile_banner {
    display: none !important;
}
.footer .social .fa.fa-facebook, .footer .social .fa.fa-whatsapp {
    display: inline-block;
    font: normal normal normal 22px / 1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold !important;
}
.content.content_mob {
  display: none;
}  

.homeservice_wrapper .homeservicemob_wrapper {
  display: none;
}
.workspacemob_wrapper {
    display: none;
}
img.desktop_banner {
    display: block !important;
  }
  img.mobile_banner {
    display: none !important;
  }
/***********************************************************about page**********************************************/
.inner_banner{
  position: relative;
  margin-top: 50px;
}
.inner_banner .banner_content {
    position: absolute;
    left: 8%;
    top: 55%;
    transform: translateY(-50%);
    width: 90%;
    z-index: 1;
}
.inner_banner h2{
  font-size: clamp(30px, 7vw, 55px);
    color: #fff;
    font-family: 'titilliumsemibold';
    line-height: 1;
    margin: 0px 0px 0px 0px;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 0;
    padding: 0px 0 0px;
}
.about_container{
  width:100%;
  display: block;
}
.about_wrapper{
  width:100%;
  margin:60px 0;
}
.about_wrapper:nth-child(even){
  background:#F0F2F4;
  padding: 60px 0;  
}
.about_wrapper .block{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width:85%;
  margin: 0 auto;
}
.about_wrapper:nth-child(even) .block{
  flex-direction: row-reverse;
}
.about_wrapper .block .content{
  width:48%;
  display: inline-block;
}
.about_wrapper .block .content a{
  color: #000;
}
.about_wrapper .block .image{
  width:48%;
  display: inline-block;
}
.about_wrapper .block .image img{
  border-radius: 10px;
}

.about_wrapper:first-child .block .image{
  position: relative;
  padding: 20px 0;
}
.about_wrapper:first-child .block .image::before {
    background: #1A3F6D;
    content: "";
    width:15%;
    height: 100%;
    border-radius: 15px;
    opacity: 0.8;
    position: absolute;
    left: 0;    
    top: 0;
}
.about_contact{
  background: url(../images/aboutbottom_bg.png) no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 70px 0 0;
  text-align: center;
}
.about_contact .tittle {
    color: #fff;
    font-family: 'titilliumwebregular';
    font-size: clamp(22px, 7vw, 35px);
    line-height: 1;
    text-transform: capitalize;
    padding: 0 0 0px;
    position: relative;
}
.about_contact p{
  color: #fff;
  padding-bottom: 40px;
}
.about_contact .tittle span{
  font-family: 'titilliumbold';
}
/***********************************************************about page**********************************************/
/***************************************************blog page***************************************************/
.blog_container {
    display: block;
    width: 100%;
    margin-top: 60px; 
    position: relative;   
}
.blog_wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0px auto 0;
    justify-content: space-between;
}
.blog_wrapper .left {
    width: 66%;
    display: inline-block
}
.blog_wrapper .homeblog_wrapper{
  display: flex;
  flex-wrap: wrap;
  margin:0 -10px;
  width:auto;
}
.blog_wrapper .homeblog_wrapper .item{
  width:50%;
  padding: 0 10px;
  display: inline-block;
  margin: 0;
}
.blog_wrapper .right {
    width: 30%;
    display: inline-block;
    text-align: left;
}
.news_list_wrapper {
    width: 100%;
    display: block;
    padding: 0px 0px;
}
.search {
  display: inline-block;
    position: relative;
    width: 100%;
    border-radius: 7px;
    background: #FFF;
    box-shadow: 0px 9px 12.2px 8px rgba(0, 0, 0, 0.11);
    padding: 15px;
}

.search .fa-search {
  position: absolute;
    top: 15px;    
    left: auto;
    right: 15px;    
    background: #1A3F6D;
    height: 58%;
    width: 13%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    color: #fff;
    display: none;
}
.is-form-style .is-search-submit path {
    fill: #fff;
}
.is-form-style {   
    border-left: 4px solid #1A3F6D;
}
.is-form-style input.is-search-input{
  width:100%;
    height: 40px !important;
    background: none;
    border: 1px solid #7D7D7D;
    border-radius: 2px;
    font-family: 'titilliumwebregular';
    color: #252323;
    font-size: 16px !important;
    text-indent: 20px;
    border-left: 4px solid #1A3F6D;
    text-transform: none;
    
}
.is-form-style input.is-search-input::placeholder{
  padding: 0 !important;
  margin: 0 !important;
}
.is-form-style input.is-search-submit, .is-search-icon {
    display: inline-block !important;
    color: #666;
    background: #1A3F6D;
    box-shadow: none !important;
    outline: 0;
    margin: 0;
    font-size: 14px !important;
    border: 1px solid #7D7D7D !important;
    border-radius: 0;
    line-height: 1;
    height: 40px;
    text-transform: capitalize;
    vertical-align: middle;
    -webkit-transition: background-color .1s ease-in-out;
    -moz-transition: background-color .1s ease-in-out;
    -o-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.is-search-icon {
    width: 40px;
    padding-top: 0px !important;
}
.is-form-style button.is-search-submit {
   
    width: 40px;
    height: 40px;
}
.is-form-style.is-form-style-3 label {
    width: calc(100% - 40px) !important;
}
.search input {
  width: 100%;
  height: 40px;
  background: none;
  border: 1px solid #7D7D7D;
  border-radius: 2px;
  font-family: 'titilliumwebregular';
  color: #252323;
  font-size: 17px;
  text-indent: 20px;
  border-left: 4px solid #1A3F6D;
  text-transform: none;
}
.is-search-icon svg {
    width: 26px;
    display: inline;
}

.search input::placeholder{
  color: #252323;
  text-transform: capitalize;
}
.categories {
  margin-top: 40px;
}
.categories ul {
  display: block;
  padding-top: 20px;
}
.categories ul li {
  color: #000;
  font-family: 'titilliumsemibold';
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  padding: 10px 12px;
  margin: 0px 0 0;
  border: 2px solid #0391BD;
  width: 100%;
  background: transparent;
  margin: 10px 0;
  display: inline-flex;
  border-radius:2px;
  justify-content: space-between;
}
.categories ul li:hover, .categories ul li:hover a{
  background: #1A3F6D;
  color: #fff;
}
.categories ul li a {
  color: #000;
  cursor: pointer;
}
.categories ul li span{
  font-size: 12px;
}
.popular_post {
  margin-top: 50px;
}
.news_list_wrapper .tittle {
  color: #000;
  font-family: 'titilliumbold';
  font-size: clamp(20px, 7vw, 22px);
  line-height: 25px;
  text-transform: capitalize;
  padding: 0 0 8px 0px;    
  display: block;
  position: relative;
  border-bottom:2px solid #D9D9D9
}
.news_list_wrapper .tittle::after {
    content: "";
    width: 18%;
    height: 2px;
    border-bottom: 3px solid #1A3F6D;
    display: block;
    top: 9.8px;   
    position: relative;
}
.news_list {
  display: flex;
  align-items: center;
  margin: 30px 0 0;
  justify-content: space-between;
  flex-wrap: wrap;   
}
.news_list:hover{
  display: flex;
}
.news_list .image {
  width: 27%;
  display: inline-block;
}
.news_list .image img{
  border-radius: 5px;
}
.news_list .content {
  width: 69%;
  display: inline-block;
}
.news_list .content .tittle {
  color: #000;
  font-family: 'titilliumwebregular';
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  text-transform: none;
  padding:5px 0 0px;
  border: none;
  margin: 0;
}
.news_list .content .tittle::after{
  display: none;
}
.news_list .content .date {
  color: #000;
  font-family: 'titilliumsemibold';
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  text-transform: none;
  padding: 0px 0 0px;
  border: none;
  margin: 0;
  position: static; 
  display: block;
}

.tags {
  margin-top: 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: #000;
  font-family: 'titilliumsemibold';
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  text-transform: capitalize;
  background: transparent;
  padding: 8px 10px;
  width: fit-content;
  border-radius: 5px;
  border: 2px solid #D5D5D5;
}
.tags ul li a:hover {
 
 color: #0391BD;
 border:2px solid #0391BD;
}
.news_content {
    width: 100%;
    display: block;
    text-align: left;
    padding: 0px 0 0px;
}
.news_content a{
  color: #000;
  display: inline;
}
.news_content .image img{
  border-radius: 10px;
}
.blogdetail .left .image {
    width: 100%;
    border-radius: 25px;
    margin: 0px 0 20px;
}
.blogdetail .left .image img{
  border-radius: 25px;
}
.blogdetail .left .content_area{
  margin: 30px 0 0;
}
.blogdetail .left .maintittle {
    font-size: clamp(20px, 7vw, 30px);
    color: #1A3F6D;
    font-family: 'titilliumsemibold';
    line-height: 1.1;
    margin: 0px 0px 10px 0px;    
    position: relative;
    text-transform: capitalize;  
}
.blogdetail .left h2 {
    font-size: clamp(19px, 7vw, 26px);
    color: #1A3F6D;
    font-family: 'titilliumsemibold';
    line-height: 1.1;
    margin: 0px 0px 10px 0px;    
    position: relative;
    text-transform: capitalize;  
}
.blogdetail .left h4 {
    font-size: clamp(18px, 7vw, 22px);
    color: #1A3F6D;
    font-family: 'titilliumsemibold';
    line-height: 1.1;
    margin: 0px 0px 10px 0px;    
    position: relative;
    text-transform: capitalize;  
}
/***************************************************blog page***************************************************/
/***************************************************contact page***************************************************/
.contact_container{
  margin: 60px 0 0;
  display: block;
  text-align: center;
}
.map_wrapper {
    margin: 40px 0 0;
    width: 100%;
}
.contact_details {
    text-align: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 50px 0 0;
    justify-content: center;
}
 .contact_details .item {
  display: flex;
  margin-top: 20px;
  align-items: center;
  padding: 0 15px;
}
.contact_details .item .icon {
  display: inline-block;
}
.contact_details .item .icon::before {
  background: url(../images/contact_location.png) no-repeat;
  background-position: left;
  content: "";
  background-size: 80%;
  width: 39px;
  height: 56px;
  display: inline-block;
}
.contact_details .item .details {
  display: inline-block;
  padding-left: 15px;
}

.contact_details .item .details p {
  font-family: 'titilliumwebregular';
  color: #000;
  padding: 0;
  font-size: 16px;
  line-height: 23px;
  text-transform: capitalize;
  word-break: break-all;
}
.contact_details .item .icon1 {
  display: inline-block;
}
.contact_details .item .icon1::before {
  background: url(../images/contact_phone.png) no-repeat;
  background-position: left;
  content: "";
  background-size: 80%;
  width: 36px;
  height: 46px;
  display: inline-block;    
}
.contact_details .item .icon2 {
  display: inline-block;
}
.contact_details .item .icon2::before {
  background: url(../images/emailicon.png) no-repeat;
  background-position: left;
  content: "";
  background-size: 80%;
  width:28px;
  height: 37px;
  display: inline-block;    
}
.contact_details .item .details p a {
  color: #282828;
  cursor: pointer;  
  padding: 0 0 0 0;
  text-transform: none;
}
/***************************************************contact page***************************************************/
/***************************************************service page***************************************************/
.service_container{
  width:100%;
  display: block;
  margin: 60px 0 0;
  text-align: center;
}
.service_wrapper{
  display: flex;
  justify-content: space-between;  
  flex-wrap: wrap;
  margin: 35px 0 0;
}
.service_wrapper .left{
  width:49%;
  display: inline-block;
}
.service_wrapper .right{
  width:48%;
  display: inline-block;
  padding: 8px 0 0;
}
.service_wrapper .homeservice_wrapper{
  margin: 0 -12px;
  justify-content: center;
}
.service_wrapper .homeservice_wrapper .block{
  width:33.333%;
  display: inline-block;
  padding:8px 5px;
}
.service_wrapper .homeservice_wrapper .block.active .block_inner {
  background-color: #1A3F6D;
  color: #fff;
  transform: scale(1.02);
}
.service_wrapper .homeservice_wrapper .block.active .tittle {
  color: #fff;
}
.service_wrapper .homeservice_wrapper .block.active .icon img{
  filter: brightness(0) invert(1);
}
.service_container .container {
    width: 90%;
}
.service_wrapper .homeservice_wrapper .block .block_inner {
    border: 2px solid #1A3F6D;
    border-radius: 15px;
    padding: 18px 10px;
    text-align: center;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.service_wrapper .homeservice_wrapper .block .icon {
    display: inline-block;
    width: 50%;
}
.service_wrapper .homeservice_wrapper .block .tittle {   
    font-family: 'titilliumbold';
    font-size: 13px;
    color: #1A3F6D;
    padding-top: 4px;
    text-transform: capitalize;
    line-height: 18px;
    transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.service_wrapper .homeservice_wrapper .block .icon img {
   filter: none;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.service_wrapper .right .maintittle{
  font-size: clamp(20px, 7vw, 28px);
    color: #1A3F6D;
    font-family: 'titilliumsemibold';
    line-height: 1.1;
    margin: 20px 0px 0px 0px;
    position: relative;
    text-transform: capitalize;
}
.service_wrapper .news_content { display: none; }
   .service_wrapper .news_content.active { display: block; }
   .service_wrapper  .block.active .block_inner {
      border: 2px solid #000;
    }
/***************************************************service page***************************************************/
.about_wrapper .block_wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width:80%;
  margin: 0 auto;
}
.about_wrapper:nth-child(even) .block_wrapper{
  flex-direction: row-reverse;
}
.about_wrapper .block_wrapper .content{
  width:68%;
  display: inline-block;
}
.about_wrapper .block_wrapper .content a{
  color: #000;
}
.about_wrapper .block_wrapper .content .tittle {
    font-size: clamp(20px, 7vw, 28px);
    color: #1A3F6D;
    font-family: 'titilliumsemibold';
    line-height: 1.1;
    margin: 20px 0px 0px 0px;
    position: relative;
    text-transform: capitalize;
}

.about_wrapper .block_wrapper .image{
  width:29%;
  display: inline-block;
}
nav.navigation.pagination {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 10px
}

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

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

.page-numbers {
  margin: 0 4px;
  text-decoration: none;
  padding: 0;
  font-size: 16px;
  padding: 0;
  min-width: 1em;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  color: #282828;
  background: 0 0;
  border: 2px solid #1A3F6D;
  font-family:'titilliumsemibold';
  justify-content: center;
}

a.next.page-numbers {
  background: 0 0;
  color: #181818
}
span.wpcf7-spinner {
    position: absolute;
}
.blog_wrapper.archive {
    justify-content: center;
    text-align: center;
}
.blog_wrapper.archive .left {
    width: 100%;
}
.blog_wrapper.archive .homeblog_wrapper {
  width:100%;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.blog_wrapper.archive .blog_wrapper .right {
    width: 70%;
    display: inline-block;
    text-align: left;
    margin: 20px 0 0;
}
.homeservice_container p{
  color: #fff;
}
.whats-app-chat {
  position: fixed;
  left: 15px;
  bottom: 20px;  
  z-index: 1; 
  z-index: 99999;
  display: flex;
    align-items: center;
    justify-content: center;
}
.whats-app-chat a {
  display: block;
}
.whats-app-chat a .smallWhatsapp {
  width: 60px;
  height: 60px;
  display: block;
  background:url(../images/whatsapp.png) no-repeat center;
  background-size: contain;
}
.smallWhatsapp .fa {
  display: none;
}
@media only screen and (min-width: 1900px) {
.banner .content_wrapper {
    background: rgba(16, 53, 100, 1);
    width: 75%;
}
  .header_menu .menu-list li {   
    font-size: 21px;   
}
.banner .banner-item .content h1 {
        font-size: clamp(30px, 7vw, 64px);
    }
.banner .banner-item .content h3 {
        font-size: clamp(30px, 7vw, 38px);
    }
    .banner .banner-item .content h5 {
        font-size: clamp(13px, 7vw, 16px);
    }
  
.workspace_wrapper ul.tabs .tittle {    
    font-size: clamp(20px, 7vw, 38px);
}
.workspace_wrapper ul.tabs li {   
    font-size: clamp(18px, 5vw, 25px);
}
.workspace_wrapper .tab_content .tittle_wrapper .tittle {    
    font-size: clamp(22px, 7vw, 54px);
}
p {   
    font-size: 20px;
    line-height: 30px;
}
.btn {
   
    font-size: 19px;
}
.rating_container .block .content .number {    
    font-size: clamp(20px, 5vw, 58px);
}
.rating_container .block .content .tittle {   
    font-size: 19px;
}
.main_tittle {   
    font-size: clamp(22px, 7vw, 48px);
}
.homeservice_wrapper .block .tittle {   
    font-size: 22px;   
    line-height: 30px;
}
.testimonial_wrapper .testi .item>p {   
    font-size: 20px;
    line-height: 28px;
}
.testimonial_wrapper .testi .item .profile .information p {
    padding: 0;
    font-size: 25px;
}
.testimonial_wrapper .testi .item .profile .information span {    
    font-size: 19px;
    padding: 8px 0 0;
}
.newsblock_inner .date {   
    font-size: 22px;
}
.newsblock_inner .date span {
    font-size: 18px;
    padding-top: 2px;
}
.newsblock_inner .content .tittle {   
    line-height: 30px;
    font-size: 19px;
}
.home_contact .contactform_form h3 {    
    font-size: clamp(22px, 7vw, 42px);
}
.home_contact .contactform_form p {    
    font-size: 17px;
    line-height: 25px;
}
.home_contact .contactform_form form label {   
    font-size: 16px;
}
.home_contact .contactform_form form input, .home_contact .contactform_form form textarea, .home_contact .contactform_form form select {
    font-size: 16px;
}
.footer .footer-content p {   
    font-size: 18px;  
    line-height: 24px;
}
.footer .footer-content h4 {    
    font-size: 24px;
}
.footer .footer-content .links li a {   
    font-size: 18px;
}
.footer .footer-content .links li a span {   
    font-size: 16px;
}
.footer .copyright p {   
    font-size: 15px;
}
.testimonial_wrapper .testi .item .icon {  
    width: 27%;    
    margin-bottom: 30px;
}
.inner_banner h2 {
    font-size: clamp(30px, 7vw, 60px);
}
.about_contact .tittle {    
    font-size: clamp(22px, 7vw, 38px);
}
/*.service_wrapper .homeservice_wrapper .block .block_inner {   
    height: 210px;
}*/
.rating_container .block .content .tittle {   
    font-size: 22px;   
    padding-top: 10px;   
    line-height: 28px;
}
.workspace_wrapper .tab_container .image_wrapper{
  width: 36%;  
}
.workspace_wrapper .tab_container .content_wrapper{
  width: 60%;
 
}
}
@media only screen and (min-width: 2250px) {

}
@media only screen and (max-width: 1350px) {

.banner .owl-dots {   
    width: 80%;    
    bottom: 5%;
    left: 8%;
}
    .banner .banner-item .content h1 {
        font-size: clamp(30px, 4vw, 75px);
    }

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

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

.whoweare_wrapper, .workspace_wrapper{
  width:100%;
}
.homeservice_wrapper{
  display: none;
}
.homeservice_wrapper.homeservicemob_wrapper {
  display: block;
}
.homeservice_wrapper.homeservicemob_wrapper .owl-stage {
    display: inline-flex;
}
.homeservice_wrapper.homeservicemob_wrapper .item{
  height: 100%;
}
.homeservice_wrapper.homeservicemob_wrapper .block .block_inner {
   
    height: 100%;
    transition: all 0.5s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
.homeservice_wrapper.homeservicemob_wrapper .block{
  height: 100%;
}
    .homeservice_wrapper.homeservicemob_wrapper .item {
        height: 400px;
    }
.homeservice_container .btn {
    display: none;
}
.homeservice_wrapper.homeservicemob_wrapper .block{
  width:100%;
}
.workspace_wrapper .tab_container {    
    width: 62%;   
}
.workspace_wrapper ul.tabs {   
    width: 36%;   
}
.homeservice_wrapper .owl-dots .owl-dot.active {
    opacity: 1;
    background: #81B9FF;
}
.homeblog_wrapper .btn{
  display: none;
}
.service_wrapper .homeservice_wrapper{
  display: flex;
  flex-wrap: wrap;
}
.service_wrapper .homeservice_wrapper .block {
    width: 50%;
    display: inline-block;
    padding: 8px 5px;
}
.banner_content {
   
    width: 51%;
}
.banner .content_wrapper {    
    width: 88%;
}
.banner .banner-item .content h5 {
   
    width: max-content;
}
}
@media only screen and (max-width: 1150px) {
.workspace_wrapper .tab_content .tittle_wrapper {    
    justify-content: center;  
    text-align: center; 
}
.workspace_wrapper .tab_content .tittle_wrapper .tittle {
   
    display: block;    
    width:100%;
    text-align: center;
}
    .workspace_wrapper .tab_container .image_wrapper {
        width: 40%;
        margin: 0 auto;
        display: block;
    }
  .workspace_wrapper .tab_container .content_wrapper {
    width: 100%;
    display: block;
    text-align: center;
    margin: 20px 0 0;
}
.workspace_wrapper ul.tabs li {
    
    padding: 42px 25px;
}
.workspace_wrapper .tab_content{
  text-align: center;
}
.home_contact .contactform_form {
    display: block;
    width: 90%;
}
.about_wrapper .block {   
    flex-direction: column-reverse;
}
.about_wrapper .block .content {
    width: 100%;
    display: block;
    margin: 30px 0 0;
}
.about_wrapper .block .image {
    width: 100%;
    display: block;
}
.about_wrapper:nth-child(even) .block {
    flex-direction: column-reverse;
}
.inner_banner .banner_content {  
    top: 60%;  
}
.blog_wrapper .left {
    width: 100%;
    display: block;
}
.blog_wrapper .right {
    width: 100%;
    display: block;
    margin: 30px 0 0;
}
.service_wrapper {
    justify-content: center; 
    flex-direction: column;
}
.service_wrapper .left {
    width: 100%;
    display: block;
    margin: 20px 0 0;
}
.service_wrapper .right {
    width: 100%;
    display: block;    
}
.about_wrapper {
    width: 100%;
    margin: 30px 0;
}
.about_wrapper:first-child{
  margin: 10px 0;
}
}
@media only screen and (max-width: 1050px) {
.whoweare_wrapper {   
    width: 100%;    
    justify-content: center;    
}
.whoweare_wrapper .left{
  width:100%;
  margin: 0 auto;
}
.whoweare_wrapper .right{
  width:100%;
  margin: 0 auto;
  text-align: center;
}
.banner_content {
    position: absolute;
    left: 8%;
    top: 31%;
    width: 42%;
    z-index: 1;
}
.banner .banner-item .content h3 {
        font-size: clamp(25px, 3vw, 40px);
    }
  .banner_location {
    display: inline-block;
    align-items: flex-end;
    margin: 8px 0 0;
    position: relative;
   
}
.banner .content_wrapper {
    background: rgba(16, 53, 100, 1);
    width: 100%;
}
}
@media only screen and (max-width: 950px) {
.footer .footer-content .col-container {  
    justify-content: center;
    text-align: center;
}
.inline {   
    width: 100%;
    margin: 10px 0;
}
.footer .footer-content .footer-logo a {
    margin:0 auto;
    width: 100px;
}
.footer .footer-content p {  
    font-size: 14px;   
    margin: 10px 0px 0px 0px;   
    max-width: 100%;
}
.footer .footer-content .links li {
   
    justify-content: center;
}
.footer .footer-content .links li::before{
  display: none;
}
.footer {
    width: 100%;
    padding: 66px 0 0;
}
.inline:nth-child(4) h4{
    display: none;
}
.footer .social li {
    display: inline-block;
    margin: 0 8px;
    text-align: center;
}
.footer .social {    
    margin: 0 auto;
    position: static;
}
.footer .copyright .desc {   
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
    .footer .copyright p {
        width: 100%;
        padding: 2px 0 0;
        display: block;
        line-height: 16px;
        font-size: 12px;
    }
.footer .copyright {    
    padding: 10px 0;
}
.room-slider-container {
  width: 100%;
  margin: auto;  
}

.title-nav {
  margin: 0;
    cursor: pointer;
    padding: 12px 0px;
    line-height: 25px;   
    font-size: clamp(18px, 5vw, 20px);
    text-transform: capitalize;    
    text-align: center;   
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #1A3F6D;
    font-family: 'titilliumbold';
    width:100%;
}

.room-title {
  margin: 0 15px;
}

    .custom-nav {
        top: 10px;
        width: 10px;
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        /* width: 100%; */
    }
.swiper-button-next:after{
  background: url(../images/next.png) no-repeat;
  background-position: right center;
  background-size: 100%;
  width:100%;
  height: 100%;
  content: "";
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev:after{
  background: url(../images/prev.png) no-repeat;
  background-position: left center;
  background-size: 100%;
  width:100%;
  height: 100%;
  content: "";
}
.swiper-button-prev{
  left: 0;
}
.swiper {
        padding: 20px 0;
        width: 70%;
    }
.workspacemob_wrapper .description{
  padding: 10px 0 0;
}

.card {
  background: white;
  border-radius: 8px;
  text-align: center;
  padding: 10px;
}
.workspace_container::after{
  display: none;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    
}
.image-wrapper {
  position: relative;
  margin: 20px 0;
}

.image-wrapper img {
  width: 100%;
  border-radius: 5px;
}

.workspace_wrapper {
  display: none;
}
.workspacemob_wrapper {
        display: block;
        text-align: center;
        border-bottom: 2px solid #000;
        padding-bottom: 25px;
    }
.workspacemob_wrapper  .image_wrapper {
    width: 100%;
    margin: 0 auto;
    display: block;
    position: relative;
}

.workspacemob_wrapper  .tittle {
    color: #1A3F6D;
    font-family: 'titilliumsemibold';
    font-size: clamp(20px, 7vw, 32px);
    line-height: 1;
    text-transform: capitalize;
    padding: 0 0 12px;
    text-align: left;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.about_wrapper .block_wrapper {  
    width: 85%;
}
.footer .social li p {
    padding: 0 0 0 10px;
    display: none;
}
.service_wrapper {
  
    margin: 15px 0 0;
}
}
@media only screen and (max-width: 850px) {
  img.desktop_banner {
    display: none !important;
  }
  img.mobile_banner {
    display: block !important;
  }
 
  .logo {
    display: inline-block;
    width: 120px;
}
header.fix .logo {
    display: inline-block;
    width: 120px;
}
    .banner_content {
        position: absolute;
        left: 52%;
        top: 50%;
        width: 88%;
        z-index: 1;
        transform: translate(-50%, -50%);
        text-align: center;
    }
    .banner .owl-dots {
        width: 80%;
        bottom: 5%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
.banner .banner-item .content h3, .banner .banner-item .content h1{
    text-align: center;
}
.banner .banner-item .content h1 {
    font-size: clamp(35px, 4vw, 75px);
}
.banner .banner-item .content h3 {
    font-size: clamp(25px, 4vw, 40px);}
.banner .banner-item .content h3.getwork {
    padding-left: 0;
}
.banner_location {
        margin: 0px 0 0;
        text-align: center;
        justify-content: center;
    }

.contact_details { 
    margin: 10px 0 0;
    justify-content: flex-start;
}
.service_container .container {
    width: 85%;
}
.contact_details .item .details br {
    display: none;
}
}
@media only screen and (max-width: 750px) {
      .home_contact .contactform_form {
        display: block;
        width: 100%;
        padding: 30px 10px;
    }
    .home_contact .contactform_form form {   
    padding: 0 20px;
}
p.half {
    grid-column: 1 / 3;
}
.about_wrapper .block_wrapper {
   
    justify-content: center;
}
.about_wrapper .block_wrapper .image {
    width: 100%;
    display: block;
}
.about_wrapper .block_wrapper .content {
    width: 100%;
    display: block;
    margin: 20px 0 0;
    text-align: center;
}
}
@media only screen and (max-width: 630px) {
  .inner_banner h2 {
    font-size: clamp(22px, 7vw, 55px);
  }
  .blog_wrapper .homeblog_wrapper .item {   
    padding: 0 0px;    
    margin: 0;
    width:100%;
}
.banner .content_wrapper {
    background: rgba(16, 53, 100, 1);
    width: 100%;
    padding: 24px;
}
.service_wrapper {  
    margin: 0px 0 0;
}
}
@media only screen and (max-width: 550px) {
      .service_wrapper .homeservice_wrapper .block {
        width: 100%;
        display: block;
        padding: 8px 5px;   
       }
.banner .banner-item .content h1 {
    font-size: clamp(32px, 4vw, 75px);
}
.banner .banner-item .content h3 {
    font-size: clamp(22px, 4vw, 40px);
}
}

@media only screen and (max-width: 480px) {
    .banner_location {
        margin: 0px 0 0;
        /* padding: 0 0px 0 0; */
        position: relative;
        margin: 5px 0 0;
    }
    .banner .banner-item .content h5 {
    font-size: clamp(11px, 3vw, 15px);
    width:auto;
    }
      .swiper {
        padding: 20px 0;
        width: 90%;
    }
  .whoweare_wrapper .left .image, .rating_container .block {   
    padding:3px 3px;    
}
.owl-dots .owl-dot {
    width: 12px;
    height: 4px;
}
.homeclients_wrapper .item {
    padding: 5px 20px;
}

.testimonial_wrapper .testi .owl-item {
    padding: 0px 8px 0;
}
.testimonial_wrapper .testi .item{
  padding: 35px 30px 27px;
}

.testimonial_wrapper .testi .item>p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 22px;
}
.testimonial_wrapper .testi .item .profile .image{
  width:55px;
  height: 55px;
}
p {   
    font-size: 15px;
    line-height: 23px;   
}
    .logo {
        display: inline-block;
        width: 100px;
    }
    .home_contact .contactform_form form {
        padding: 0 0px;
    }
}