@font-face {
    font-family: 'candaralight';
    src: url('../fonts/Candara\ 20Light.woff2') format('woff2'), url('../fonts/Candara\ 20Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
@font-face {
    font-family: 'candararegular';
    src: url('../fonts/Candara\ W01\ Regular.woff2') format('woff2'), url('../fonts/Candara\ W01\ Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'candarabold';
    src: url('../fonts/Candara\ W08\ Bold.woff2') format('woff2'), url('../fonts/Candara\ W08\ Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
 
  @font-face {
    font-family: 'lufgaextralight';
    src: url('../fonts/Lufga\ ExtraLight.woff2') format('woff2'), url('../fonts/Lufga\ ExtraLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  @font-face {
    font-family: 'lufgaregular';
    src: url('../fonts/Lufga\ Regular.woff2') format('woff2'), url('../fonts/Lufga\ Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    display: swap;
  }
  
  @font-face {
    font-family: 'lufgabold';
    src: url('../fonts/Lufga\ Bold.woff2') format('woff2'), url('../fonts/Lufga\ 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: 20px;
    line-height: 40px;
    border: 2px solid #0750a4;
    color: #fff;
    background-color: #0750a4;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -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 25px 1px;
    cursor: pointer;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: 'candarabold';
    margin-top: 25px;   
  }
  .btn:hover {
    display: inline-flex;
    color: #0750a4;
    background:#fff;
  }
 
  .btn.white {
    background-color: #fff;
    border-color: #e67818;
    color: #e67818;
  }
  .btn.white:hover {
    background-color: #e67818;
    border-color: #e67818;
    color: #fff;
  }
  .btn:active {
    box-shadow: none;
  }
  .btn.is-loading {
    font-size: 0px;
    color: transparent !important;
    pointer-events: none;
    position: relative;
  }
  .btn.is-loading::after {
    -webkit-animation: spinAround 500ms infinite linear;
    animation: spinAround 500ms infinite linear;
    border: 2px solid #ffffff;
    border-radius: 10px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    position: absolute;
    left: calc(50% - 7px);
    top: calc(50% - 7px);
    box-sizing: border-box;
  }
  .btn.blue-btn {
    border: 1px solid #0a4197;
    color: #fff;
    background-color: #0a4197;
  }
  .btn.blue-btn:hover {
    border: 1px solid #093883;
    color: #fff;
    background-color: #093883;
  }
  .btn.yellow-btn {
    border: 1px solid #fcc600;
    color: #fff;
    background-color: #fcc600;
  }
  .btn.yellow-btn:hover {
    border: 1px solid #D2AB0D;
    color: #fff;
    background-color: #D2AB0D;
  }
  .btn.green-btn {
    border: 1px solid #00ae93;
    color: #fff;
    background-color: #00ae93;
  }
  .btn.green-btn:hover {
    border: 1px solid #00937C;
    color: #fff;
    background-color: #00937C;
  }
  .btn.large {
    height: 46px;
    line-height: 46px;
  }
  .btn.transparent {
    color: #282828;
    background: transparent;
    border: 1px solid #000;
  }
  .btn.transparent:hover{
      background: #d00b11;
      color: #fff;
      border: 1px solid #d00b11;
  }
  .btn.small {
    height: 34px;
    line-height: 34px;
    font-size: 13px;
  }
  .input-text {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;    
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -webkit-appearance: none;
    -ms-progress-appearance: none;
    -moz-appearance: none;
    color: #797979;
    font-size: 13px;    
    line-height: 45px;
    padding: 2px 20px 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 0px;
    -webkit-transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.15s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    font-family: 'poppinssemibold';
    text-transform: uppercase;
  }
  .input-text::placeholder{
   
    color: #797979;
    font-size: 13px;   
    font-family: 'poppinssemibold';
    text-transform: uppercase;
  }
  select.input-text::placeholder{
   
    color: #797979;
    font-size: 13px;   
    font-family: 'poppinssemibold';
    text-transform: uppercase;
  }
  .input-text.large {
    height: 45px;
    line-height: 45px;
  }
  .input-text.small {
    height: 34px;
    line-height: 34px;
  }
  /*.input-text::placeholder {
    color: #d2d2d2;
  }
  .input-text:focus {
    color: #0a4197;
    border: 1px solid #0a4197;
  }
  .input-text:focus::placeholder {
    color: #0a4197;
  }*/
  .input-text.validation-failed {
    border-color: #df280a;
    color: #df280a;
  }
  .input-text.validation-failed::placeholder {
    color: #df280a;
  }
  .input-text.validation-failed:focus {
    outline-color: #ef9384;
    border-color: #df280a;
    color: #df280a;
  }
  .input-text.validation-failed:focus::placeholder {
    color: #df280a;
  }
  .input-div {
    width: 100%;
    position: relative;
  }
  .input-checkbox {
    width: 0px;
    height: 0px;
    opacity: 0;
    position: absolute;
  }
  .input-checkbox + .checkbox-label {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #d7d7d7;
    border-radius: 0px;
    margin: 0px 10px 0px 0px;
    background-color: #fff;
    position: relative;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  .input-checkbox + .checkbox-label::after {
    content: '';
    background: #fff;
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    width: 9px;
    height: 9px;
  }
  .input-checkbox:checked + .checkbox-label::after {
    background: #fff url("../images/checkbox_tick.png") center no-repeat;
  }
  .input-radio {
    width: 0px;
    height: 0px;
    opacity: 0;
    position: absolute;
  }
  .input-radio + .radio-label {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #8b8b8b;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    margin: 0px 3px 0px 0px;
    background-color: #fff;
    position: relative;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    line-height: 14px;
    margin: 12px 0px !important;
  }
  .input-radio + .radio-label::after {
    content: '';
    background: #fff;
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    width: 9px;
    height: 9px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
  }
  .input-radio:checked + .radio-label::after {
    box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.3);
  }
  .input-text:-webkit-autofill {
    background-color: #ffffff !important;
  }
  textarea.input-text {
    height: 120px !important;
  }
  select.input-text {
    background: #FFFFFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAGNJREFUSIntzbENgDAMRNFfkR42YUxYBlLDSlkBGhcWSlJYToP869M9iKKo1wJswNTZJGAHZgtwAw9wNJAEZNlcFmAFSgPR50W2pjRyCuJ2XkOy93kNcT//IkPONTLsPIr+2gsEwx4NLAopngAAAABJRU5ErkJggg==) no-repeat calc(100% - 10px) center;
    padding-right: 40px;
  }
  select.input-text:focus {
    background: #FFFFFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAALVBMVEX/////dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyr/dyoo+I6tAAAADnRSTlMABgcSEzKKi7Cxsry97lYwfJQAAABASURBVHja3cnJEQAgCARB8RaP/MOVQj5IBuxrazr4Wq7wTmxJwToduOOZCsom4b5L+GWAdCMo3Yp0K9KtUHe3Cy3fAc23y6RHAAAAAElFTkSuQmCC) no-repeat calc(100% - 10px) center;
    padding-right: 40px;
  }
  .input-text.date {
    background: #efefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAbCAMAAABY1h8eAAABsFBMVEWDg4P///+Dg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4MixLq9AAAAj3RSTlMAAAECAwQFBgcICQoLDA8QExQVFhcZJCUmKCkqKywvMDEyMzQ1Njc4OT4/RUlLTU5PUFFSU1RVV1laW1xdXl9hZGVoaWtsbW50eXt9gYKFhoeIiYqNjo+RlJWWl5qcnZ+jqaqrrK2wsba6wcPExsfIycvMzdTW19jd3uHi4+Tl5ufo6evu8PL19vf4+fr7/T4gR6EAAAG0SURBVHgBdZH5U9NAGIa/LxVtUpVWvKVSaBEPLQFRUcFDSREVrNZDgo2Sooj3LXgfBjGhvP+yuyFHZeT54ZnMPJN3d2bJZ/30y120DDOnHr7pYAn5tAGX47gTuLkcN09M2Vf2LOF0/5Q9aU/WbLvS7mKor3bf2kYvAPza66HnHgIWuubRPwFgluaFn3YBJ8fC+LqwhHOXAPymD8LvW4DcjTB+3OKg8yKAb37ESOfhAz8RMtpxZMdcHPGgigZm7tbhxzmsymdycFTv0XW9V0h8FItFX3p3t+NSHfQPHPEF9AdaQ8pWrepuvmNZZ5l/rIyDAAZZ6Dnz9//FUzI+C2KqcfZauZLl8tXK8SCqtDVfyFGmkM+voXQ608TN6YwWxAS9AkAjQs1ZoT4Wmg4upNBbGUdlbBc6JuNM9OdjYIEuyNgq1CtjLb6tpjZJJYmSqqbwWjWVCOI6MkzzOu0zx8eTm26bZivfMs2B6Ez5MjQmZ9uETrDQoyh+krEstDEXxif+rAuiQ8OlM7S9ZAxRwjBKLXzeGN7P/BUEbCCJEr+KwhI566Duet7iordSLkAH32EVZgf+AvNd6EZMAhVcAAAAAElFTkSuQmCC) no-repeat;
    background-position: calc(100% - 10px) center;
  }
  .input-text.date:focus {
    background: #efefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAbCAMAAABY1h8eAAABsFBMVEXiJSv////iJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSt47rg9AAAAj3RSTlMAAAECAwQFBgcICQoLDA8QExQVFhcZJCUmKCkqKywvMDEyMzQ1Njc4OT4/RUlLTU5PUFFSU1RVV1laW1xdXl9hZGVoaWtsbW50eXt9gYKFhoeIiYqNjo+RlJWWl5qcnZ+jqaqrrK2wsba6wcPExsfIycvMzdTW19jd3uHi4+Tl5ufo6evu8PL19vf4+fr7/T4gR6EAAAG0SURBVHgBdZH5U9NAGIa/LxVtUpVWvKVSaBEPLQFRUcFDSREVrNZDgo2Sooj3LXgfBjGhvP+yuyFHZeT54ZnMPJN3d2bJZ/30y120DDOnHr7pYAn5tAGX47gTuLkcN09M2Vf2LOF0/5Q9aU/WbLvS7mKor3bf2kYvAPza66HnHgIWuubRPwFgluaFn3YBJ8fC+LqwhHOXAPymD8LvW4DcjTB+3OKg8yKAb37ESOfhAz8RMtpxZMdcHPGgigZm7tbhxzmsymdycFTv0XW9V0h8FItFX3p3t+NSHfQPHPEF9AdaQ8pWrepuvmNZZ5l/rIyDAAZZ6Dnz9//FUzI+C2KqcfZauZLl8tXK8SCqtDVfyFGmkM+voXQ608TN6YwWxAS9AkAjQs1ZoT4Wmg4upNBbGUdlbBc6JuNM9OdjYIEuyNgq1CtjLb6tpjZJJYmSqqbwWjWVCOI6MkzzOu0zx8eTm26bZivfMs2B6Ez5MjQmZ9uETrDQoyh+krEstDEXxif+rAuiQ8OlM7S9ZAxRwjBKLXzeGN7P/BUEbCCJEr+KwhI566Duet7iordSLkAH32EVZgf+AvNd6EZMAhVcAAAAAElFTkSuQmCC) no-repeat;
    background-position: calc(100% - 10px) center;
  }
  .input-text.time {
    background: #efefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAA0lBMVEWDg4P///+Dg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4ODg4PodARtAAAARXRSTlMAAAIEBQcJCxAXGiMkJzM2OTo8P0FCRUdIS0xNUFFYW11gY2RmcHJzd32DhIaKjI6UoLa4ub3EytDR2drd3+nq6+z19/328NIqAAABL0lEQVR4AYWTa0/yQBBGdwu8vIggFFSkCooW5CLlruWO5fz/vySl6cgmJj1fT7LZmecZJaQq3tQ/HPypV0npmFim3TXC2k2burHEYNm41H2AYNKpl8v1ziQA6P/qMXAc5lWI1jo/PALjWPeAVVGdsAYDS58oroBepB1gkVUhNajpkOwCcEJtbWGTUWda0NJnMhvYWifdBgoqoglNHVEA2lpZOxgpQ0eMYGcpG4LcXzoXgK08mClDx8zAU3NwRT/Bo2gX5soHR/QrvIl2wFd7KMX2egeH7nvIg9Yl2Bv6A4H7SF8+3kX4vokev/za/y/4vKtUq7e1q+hr5mD/Xp4zxmDxWgRtrEWWKtpYqkQi2oxEAhVtBip1EC11MMokWsqUXEWzyLYtRU48g+QjSjjBHyzoWwmMs5SfAAAAAElFTkSuQmCC) no-repeat;
    background-position: calc(100% - 10px) center;
  }
  .input-text.time:focus {
    background: #efefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAA0lBMVEXiJSv////iJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSviJSu3AigyAAAARXRSTlMAAAIEBQcJCxAXGiMkJzM2OTo8P0FCRUdIS0xNUFFYW11gY2RmcHJzd32DhIaKjI6UoLa4ub3EytDR2drd3+nq6+z19/328NIqAAABL0lEQVR4AYWTa0/yQBBGdwu8vIggFFSkCooW5CLlruWO5fz/vySl6cgmJj1fT7LZmecZJaQq3tQ/HPypV0npmFim3TXC2k2burHEYNm41H2AYNKpl8v1ziQA6P/qMXAc5lWI1jo/PALjWPeAVVGdsAYDS58oroBepB1gkVUhNajpkOwCcEJtbWGTUWda0NJnMhvYWifdBgoqoglNHVEA2lpZOxgpQ0eMYGcpG4LcXzoXgK08mClDx8zAU3NwRT/Bo2gX5soHR/QrvIl2wFd7KMX2egeH7nvIg9Yl2Bv6A4H7SF8+3kX4vokev/za/y/4vKtUq7e1q+hr5mD/Xp4zxmDxWgRtrEWWKtpYqkQi2oxEAhVtBip1EC11MMokWsqUXEWzyLYtRU48g+QjSjjBHyzoWwmMs5SfAAAAAElFTkSuQmCC) no-repeat;
    background-position: calc(100% - 10px) center;
  }
  .loader {
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    margin: 0px;
    text-align: center;
    z-index: 1000;
    font-family: 'latoregular';
    text-transform: uppercase;
    z-index: 16009;
  }
  .loader::before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-radius: 500rem;
    border: 3px solid rgba(69, 89, 93, 0.52);
    box-sizing: border-box;
  }
  .loader::after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-animation: loader 0.6s linear;
    animation: loader 0.6s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 500rem;
    border-color: #252525 transparent transparent;
    border-style: solid;
    border-width: 3px;
    -webkit-box-shadow: 0px 0px 0px 1px transparent;
    box-shadow: 0px 0px 0px 1px transparent;
    box-sizing: border-box;
  }
  .loader span {
    position: absolute;
    top: 40px;
    left: calc(50% - 45px);
    font-size: 12px;
    width: 90px;
    line-height: 15px;
    letter-spacing: 2px;
    text-shadow: 0px 0px 10px #000000;
    font-family: 'orkneymedium';
    color: #3a3a3a;
    text-align: center;
  }
  .loader span::before {
    content: '';
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background: rgba(191, 191, 191, 0.9);
  }
  p {
    color: #434853;    
    line-height: 28px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-family: 'montserratlight';
    font-size: 17px;
    line-height: 26px;
    padding: 10px 0;
  }
  .inline {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    
  }
  .col-1 {
    width: 100%;
    padding: 0px 15px;
  }
  .col-2 {
    width: 50%;
    padding: 0px 15px;
  }
  .col-3 {
    width: 33.3333%;
    padding: 0px 15px;
  }
  .col-4 {
    width: 25%;
    padding: 0px 15px;
  }
  .col-5 {
    width: 20%;
    padding: 0px 15px;
  }
  .col-container {
    font-size: 0px;
  }
  .row {
    margin: 0px -15px;
  }
  .container {
    margin: 0 auto;
    max-width: 100%;
    width: 88%;
  }
  .column {
    display: flex;
    flex-wrap: wrap;
    margin: -15px -15px 0px -15px;
  }
  .columns {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 15px;
  }
  .margin-top {
    margin-top: 140px;
  }
  .ui-datepicker .ui-datepicker-prev {
    top: 3px;
    background: #f42f2f url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAmElEQVQYGQXBQSqEAQCA0e//XWBSUspRKKJGoWZh4TxWVjZWNu7BxgXULJSFsuAMmBmj570kSZJzkyRJcunPQ5IkF9a+7CVJZn79OFCSnFpZOJaSTC0tnUhKjiysnElS9n1bm0mS8ognG5KkTDzj3ihJyaY57oySkmx5wa1BSpJtr7gxKEmy4w3XhiRJdr3jaqyqqj477CP/0qmsbV1NXLMAAAAASUVORK5CYII=) no-repeat center;
    font-size: 12px;
  }
  .ui-datepicker .ui-datepicker-next {
    top: 3px;
    background: #f42f2f url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAmElEQVQY01XQTQpBYRTG8YMN3JSUUjZCKeoqlIGB7TAyMjEysQ8mNnDLQBkoZRG+Lvp73onz6sx+p57zYUy50MC8jBlwph5TgbnwRM0p4EJ4pOoUcCk8UHEyiqyEe8pOAdfCjCQaTomdcBvTiDc3Wg4Dch50PKvHU5X6xK76OX3fq82dl5J+2ze5KnYc37jhw+T/EwnDGLAv7KSz3xS1KTsAAAAASUVORK5CYII=) no-repeat center;
  }
  .ui-datepicker table {
    font-size: 12px !important;
  }
  .ui-widget {
    font-size: 12px !important;
  }
  .ui-widget input,
  .ui-widget select,
  .ui-widget textarea,
  .ui-widget button {
    font-size: 12px !important;
  }
  .popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    transform: scale(1);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 50000;
    text-align: center;
    overflow-y: auto;
  }
  .popup .popup-content {
    display: inline-block;
    text-align: left;
    margin-top: 100px;
    margin-bottom: 100px;
    width: 560px;
    max-width: calc(100% - 30px);
    min-height: 300px;
    height: auto;
    background: #fff;
    border-radius: 0px;
    box-shadow: 0px 0px 20px #000000;
    padding: 40px 30px;
    position: relative;
    transform: translateY(-300px);
    -webkit-transform: translateY(-300px);
    transition-duration: 0.3s;
    transition-delay: 0.3s;
    opacity: 0;
  }
  .popup .popup-content .popup-close {
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    width: 29px !important;
    height: 29px !important;
    line-height: 27px !important;
    padding: 0px 0px 0px 2px  !important;
    text-align: center;
    border-radius: 30px !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7) !important;
    background: #004f94 !important;
    border-color: #004f94 !important;
    color: #FFFFFF !important;
    letter-spacing: 1px !important;
    margin: 0px !important;
  }
  .popup .popup-content.open {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition-duration: 0.3s;
    transition-delay: 0.3s;
    opacity: 1;
  }
  .popup .popup-content .header {
    padding: 0px 0px 10px 0px;
    border-bottom: 2px solid #9c9c9c;
    margin-bottom: 20px;
  }
  .popup .popup-content .header h2 {
    font-size: 17px;
    margin: 0px 0px 0px 0px;
    color: #3a3a3a;
    text-transform: uppercase;
  }
  .popup .popup-content .content {
    border-bottom: 2px solid #9c9c9c;
  }
  .popup .popup-content .content .job-title {
    font-size: 25px;
    line-height: 30px;
    color: #3a3a3a;
    margin: 0px 0px 10px 0px;
  }
  .popup .popup-content .content .experience {
    font-size: 12px;
    line-height: 12px;
    color: #3a3a3a;
    margin: 0px 0px 10px 0px;
  }
  .popup .popup-content .content .sections {
    margin-bottom: 20px;
  }
  .popup .popup-content .content .sections p {
    font-size: 14px;
    line-height: 20px;
    color: #3a3a3a;
  }
  .popup .popup-content .content .sections p strong {
    font-weight: normal;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 2px;
  }
  .popup .popup-content .content .sections .apply {
    float: right;
    padding: 0px 30px;
    line-height: 38px;
    height: 40px;
    text-transform: uppercase;
    font-size: 15px;
    width: auto !important;
    background: #004f94 !important;
    border-color: #004f94 !important;
    color: #FFFFFF !important;
    box-shadow: none !important;
    margin: 0px !important;
  }
  .popup .popup-content .content .sections .apply:hover {
    background: #004988 !important;
    border-color: #004988 !important;
    color: #3a3a3a !important;
  }
  .popup .popup-content .content .form .col-container {
    margin: 0px -5px;
  }
  .popup .popup-content .content .form .col-container .inline {
    padding: 0px 5px;
  }
  .popup .popup-content .content .form .col-container .inline .input-div {
    margin-bottom: 15px;
    position: relative;
  }
  .popup .popup-content .content .form .col-container .inline .input-div .input-text {
    width: 100%;
    height: 40px;
    line-height: 41px;
  }
  .popup .popup-content .content .form .col-container .inline .input-div textarea.input-text {
    height: 120px;
  }
  .popup .popup-content .content .form .col-container .inline .input-file-div #resume {
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    cursor: pointer;
  }
  .popup .popup-content .content .form .col-container .inline .input-file-div #resume:hover + .input-text {
    color: #004f94;
    border-color: #004f94;
    box-shadow: inset 0px 0px 10px rgba(249, 104, 58, 0.5);
    -webkit-box-shadow: inset 0px 0px 10px rgba(249, 104, 58, 0.5);
  }
  .popup .popup-content .content .form .col-container .inline .input-file-div #resume:hover + .input-text .btn {
    background: #004988;
    border-color: #004988;
    color: #FFFFFF;
  }
  .popup .popup-content .content .form .col-container .inline .input-file-div .input-text {
    position: relative;
  }
  .popup .popup-content .content .form .col-container .inline .input-file-div .input-text .btn {
    position: absolute;
    padding: 0px 15px;
    right: -1px;
    top: -1px;
    height: 40px;
    line-height: 39px;
    margin: 0px;
    width: auto;
    box-shadow: none;
    font-size: 12px;
    text-transform: uppercase;
    background: #004f94;
    border-color: #004f94;
    color: #FFFFFF;
  }
  .popup .popup-content .content .form .col-container .inline .input-file-div .input-text .input-file-name {
    line-height: 39px;
    position: absolute;
    width: calc(100% - 108px);
    height: 100%;
    left: 0px;
    top: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #323232;
    font-size: 13px;
    padding: 0px 15px;
  }
  .popup .popup-content .content .form .col-container .inline .apply {
    height: 45px;
    line-height: 44px;
    width: auto;
    padding: 0px 50px;
    float: right;
    margin: 6px 0px 25px 0px;
    box-shadow: none;
    background: #004f94;
    border-color: #004f94;
    color: #FFFFFF;
  }
  .popup .popup-content .content .form .col-container .inline .apply:hover {
    background: #004988;
    border-color: #004988;
  }
  .social {
    font-size: 0px;
    display: block;
    margin: 0px 0px 0px 0px;
   
}
.social li {
    display: inline-block;
    margin: 0px 10px 20px 0px;
    text-align: center;
}
.social li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff; 
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}
  .social li a:hover{
    
  }
  .social li a.facebook:hover {
    color: #3b5998;
  }
  .social li a.instagram:hover {
    color: #d82c7d;
  }
  .social li a.twitter:hover {
    color: #1da1f2;
  }
  .social li a.linkedin:hover {
    color: #0077b5;
  }
  .social li a.youtube:hover
  {
   
    color: #ff0000;
  }
  .social li a:hover {
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  }
  .social li a:hover i {
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  }
  /*.social li a.facebook:hover,
  .social li a.facebook:active,
  .social li a.facebook:focus {
    color: #3b5998;
  }
  .social li a.g-plus:hover,
  .social li a.g-plus:active,
  .social li a.g-plus:focus {
    transition: 0.1s;
    color: #e53935;
  }
  .social li a.instagram:hover,
  .social li a.instagram:active,
  .social li a.instagram:focus {
    transition: 0.1s;
    color: #d82c7d;
  }
  .social li a.twitter:hover,
  .social li a.twitter:active,
  .social li a.twitter:focus {
    transition: 0.1s;
    color: #1da1f2;
  }
  .social li a.linkedin:hover,
  .social li a.linkedin:active,
  .social li a.linkedin:focus {
    transition: 0.1s;
    color: #0077b5;
    background-color: transparent;
  }
  .social li a.youtube:hover,
  .social li a.youtube:active,
  .social li a.youtube:focus {
    transition: 0.1s;
    color: #ff0000;
  }*/
  
    .goto-top {
        position: fixed;
        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: #0750a4 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAYFBMVEX///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8GYpHzAAAAH3RSTlMAASorLDA7PD9ARlJXbm92eHl8fX5/gISFhoeIvfv8ZEvyMgAAAHpJREFUeAHt0UkOgzAMhWG789B0bjqU4PvfEiElT0YYS6zhbZD1/axCk9z2vHf9LiJvHvaHtPuw607xlLIvO47CcbN4Zany98e2R7qZRYQTij9b/5Mu4DvlujiUIHQdxaXci6QdRb3GfUzZsatIOql72XvlTVjRmM1rANIYFT25t9OXAAAAAElFTkSuQmCC) no-repeat;
        background-position: center;
        border-color: #0750a4;
        z-index: 10;
        transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    }
 
  .goto-top.open {
    opacity: 1;
    visibility: visible;
  }
  .home-wrapper {
    padding: 0px 0px 0px 145px;
  }
  .close-div {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  }
  .close-div.open {
    opacity: 1;
    visibility: visible;
  }
  .desc {
    color: #3a3a3a;
    font-size: 20px;
    line-height: 25px;
    display: block;
    margin: 0px 0px 0px 0px;
  }
  .box {
    padding: 70px 0px;
  }
  .read-more {
    color: #004f94;
    display: inline-block;
    vertical-align: baseline;
    font-size: 15px;
    line-height: 24px;
    text-transform: capitalize;
  }
  .read-more:hover {
    color: #fcc600;
  }
  /**********************************************************home page*****************************************************************/
header{
    width: 100%;   
    padding: 15px 0px;
    display: flex;
    position: fixed;
    top: 0;
    background: rgba(243, 238, 238, 0.96);
    align-items: center;
    z-index: 1000; 
    border-radius: 0;
  }
  header .container{
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
  }
  .logo {
    display: inline-block;   
    width:167px ;  
  }
  
  .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: 22px;
    padding: 0 20px;
  }
  .header_menu .menu-list li a {
    color: #000;
    font-family: 'candararegular';   
    padding: 0 0px 3px;  
    text-transform: capitalize;
    display: block;
    transition: 0.01s;  
    border-bottom: 2px solid transparent;  
  }

.header_menu .menu-list li:hover a {
    color: #0750a4;    
    border-bottom: 2px solid #cbcfdd;
}
.header_menu .menu-list li.current-menu-item a {
    color: #0750a4;  
    border-bottom: 2px solid #cbcfdd;
} 
.appointment .btn{
   margin: 0;
}
/*.appointment .btn span{
    display: inline-block;
    padding-left: 10px;
}
.appointment .btn:hover{    
    background-image: linear-gradient(to right, #4bb747, #2189c9);
}*/
  .menu-btn {
    display: none;
    vertical-align: middle;   
    border: none;
    width: 38px;
    height: auto;
    padding:0px;
    cursor: pointer;
    transition: 0.3s;
    overflow: hidden;    
    z-index: 16002;    
    top: 0;   
    background: none;
    border-radius: 0;
    margin-top:0px
  }
  .menu-btn{
    transition: 0.3s;
    
  }
  .menu-btn .icon {
    display: flex;    
    justify-content: flex-end;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: right;
    align-items: flex-end;
    
  }
  .menu-btn .icon .bar {
    width: 100%;
    height: 4px;
    display: inline-flex;
    background: #0750a4;
    border-radius: 0;
    justify-content: flex-end;
    text-align: right;
  }
  .menu-btn .icon .bar-1 {
    transition: 0.3s;
    top: 0px;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .menu-btn .icon .bar-2 {
    transition: 0.3s;
    margin-top: 3px;
    margin-bottom: -5px;
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
  }
  .menu-btn .icon .bar-3 {
    transition: 0.3s;
    margin-bottom: 3px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .menu-btn .icon .bar-4 {
    transition: 0.3s;
    transform: scale(1);
    -webkit-transform: scale(1);
    width:100%;
  }
  .menu-btn.open .icon .bar{
    background: #0750a4;
    height: 4px;
  }
  .menu-btn.open .icon .bar-1 {
    transition: 0.3s;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  .menu-btn.open .icon .bar-2 {
    transition: 0.3s;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 3px;
    margin-bottom: -5px;
}
  .menu-btn.open .icon .bar-3 {
    transition: 0.3s;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-bottom: 4px;
}
  .menu-btn.open .icon .bar-4 {
    transition: 0.3s;
    transform: scale(0);
    -webkit-transform: scale(0);
    width:100%;
  }
  
  header.fix {
    top: 0px !important;  
    transition: all 0.8s cubic-bezier(0.32, 0.1, 0.3, 1);
   
}
header.fix .logo{   
    transition: all 0.8s cubic-bezier(0.32, 0.1, 0.3, 1);  
}
  /******************************************menu*********************************************/
  .banner{
    width:100%;
    position: relative;      
  }
  .banner .container{
    position: relative;
  }
  
  .banner_content {
      position: absolute;
      left: 8%;
      top: 40%;
      width: 45%;
      z-index: 1;
  }
.banner .banner-item .content h2 {
    font-size: clamp(20px, 5vw, 50px);
    color: #fff;
    font-family: 'candarabold';    
    margin: 0px 0px 0px 0px;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 1.2px;
    padding: 0px 0 0;
    font-weight: 900;
    line-height: 1;
  }
  
  .banner .banner-item .content h3 {
   font-size: clamp(23px, 5vw, 40px);
    color: #fff;
    font-family: 'candarabold';
    line-height: 1;
    margin: 0px 0px 0px 0;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    width: auto;
    display: block;
  }
   .banner .banner-item .content h3::after{
    display: none;
   }
  .banner .banner-item .content p {
   font-family: 'candararegular';
    font-size: clamp(16px, 7vw, 17px);
    color: #fff;
    line-height: 25px;
    text-transform: capitalize;
    padding: 0 0 0 0;    
    margin-top:12px;
  }
 
    .banner .owl-dots {
    display: block;
    width: 100%;
    margin-top: 0;
    text-align: center;
    position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%);
}
.banner .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 12px;
    background: #fff;
    margin: 0px 3px;
    border: none;
    opacity: 0.6;
}
.banner .owl-dots .owl-dot.active {    
    opacity: 1;   
    width: 12px;
    height: 12px;
    background: #fff;
}
.homeluxuary_container{
    width:100%;
    background: url(../images/homeluxury_bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 70px 0 0;
    text-align: center;
}
.homeluxuary_wrapper{
   width:96%;
   display: block;
   margin: 50px auto 0; 
}
.homeluxuary_wrapper .item{
    padding: 0 10px;
}
.homeluxuary_wrapper .block{
  position: relative;
  width:100%;
  display: inline-block;
  text-align: center;
}
.homeluxuary_wrapper .item .block::before {
    background: linear-gradient(to bottom, transparent, #0750a4) no-repeat bottom;
  background-size: 100% 70%;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  transition: all ease-in-out 0.5s;
  border-radius: 10px;
  content: "";
  left:0;
  top:0;
}
.homeluxuary_wrapper .item:hover .block::before {
    opacity: 1;
}
.homeluxuary_wrapper .block img{
  border-radius: 10px;
}

.homeluxuary_wrapper .item .block .tittle{
  position: absolute;
  left:50%;
  transform: translateX(-50%);
  bottom:5%;
  font-family: 'candarabold';
  color: #fff;
  font-size: clamp(17px, 5vw, 20px);
  line-height: 1.2;
  text-transform: uppercase;
  z-index: 2;
   word-break: break-word;
}
.homeluxuary_wrapper .item:hover .block .tittle{
  opacity: 0;
  display: none;
}
.homeluxuary_wrapper .item .block .text {
  position: absolute;
  bottom: 5%;
  left: 50%;   
  width: 90%;
  transform: translate(-50%, 0);
  opacity: 0;
  visibility: hidden;    
  transition: .5s ease;
  z-index: 3;
  text-align: center;
}
.homeluxuary_wrapper .item:hover .block .text{

  opacity: 1;
  z-index: 3;
  visibility: visible;
}
.homeluxuary_wrapper .block .text .heading{
  font-size: clamp(20px, 7vw, 22px);
  line-height: 1;
  font-family: 'candarabold';
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;  
  word-break: break-word;
}
.homeluxuary_wrapper #luxuary .btn{
    margin: 12px 0 0;
    background: transparent;
    border: 2px solid #fff;
    height: 32px;
    line-height: 32px;
    font-size: 17px;
}
.homeluxuary_wrapper #luxuary .btn:hover{
    background: #fff;
}
.main_tittle {
    font-size: clamp(20px, 7vw, 38px);
    color: #0750a4;
    font-family: 'candararegular';
    line-height: 1.1;
    margin: 0px 0px 0px 0px;
    text-transform: none;
    position: relative;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.main_tittle::before{
  content: "";
    border-top: 1px solid #0750a4;
    position: relative;
    left: 0;
    height: 2px;
    width: 15%; 
    top:1px;
}
.main_tittle::after{
  content: "";
    border-top: 1px solid #0750a4;
    position: relative;
    right: 0;
    height: 2px;
    width: 15%;   
    top:1px;   
}
.main_tittle span{
    position: relative;
    display: flex;
    align-items: center;
}
.main_tittle span::before{
  content: "";
    background:  #0750a4;
    position: relative;
    width:10px;
    height: 10px;   
    border-radius: 50%;
    left: 0;
    display: inline-block;
    margin-right: 15px;
}
.main_tittle span::after{
   content: "";
    background:  #0750a4;
    position: relative;
    width:10px;
    height: 10px;   
    right: 0;
    display: inline-block;
    border-radius: 50%;
    margin-left: 15px;
}
.homecruise_container{
    width:100%;
    background: url(../images/homecruise_bg.png) no-repeat;
    background-position: center top;
    background-size: 100%;
    padding: 100px 0 0;   
}
.homecruise_wrapper{
   width:90%;
   display: flex;
   margin: 0 auto 0 0; 
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
}
.homecruise_wrapper .image{
    width:55%;
    display: inline-block;
}
.homecruise_wrapper .content{
    width:42%;
    display: inline-block;
}
h3{
 font-size: clamp(25px, 7vw, 38px);
    color: #0750a4;
    font-family: 'candararegular';
    line-height: 1;
    margin: 0px 0px 0px 0px;
    text-transform: none;
    position: relative;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: flex-start;   
    width: 100%;
}
.homecruise_wrapper h3{
     font-size: clamp(25px, 7vw, 40px);
    color: #0750a4;
    font-family: 'candarabold';
    }
h3::after{
  content: "";
    border-top: 1px solid #0750a4;
    position: relative;
    right: 0;
    height: 2px;
    width: 50%;   
    top:1px;   
    display: inline-block;
}
h3 span {
    position: relative;
    display: flex;
    align-items: center;
}
h3 span::after {
    content: "";
    background: #0750a4;
    position: relative;
    width: 10px;
    height: 10px;
    right: 0;
    display: inline-block;
    border-radius: 50%;
    margin-left: 15px;
}
p{
    color: #222222;   
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-family: 'candararegular';
    font-size: 18px;
    line-height: 25px;
    padding: 12px 0 0;
}
h5 {
    font-family: 'candararegular';
    font-size: clamp(20px, 7vw, 25px);
    color: #222;
    line-height: 25px;
    text-transform: capitalize;
    padding: 0 0 0 0;
    margin-top: 10px;
}
.mustvisit_container{
    width:100%;    
    margin: 70px 0 0;
    text-align: center;
    display: block;
}
.mustvisit_wrapper{
   width:96%;
   display: block;
   margin: 50px auto 0; 
}
.mustvisit_wrapper .item{
    padding: 0 10px;
}
.mustvisit_wrapper .block{
  position: relative;
  width:100%;
  display: inline-block;
  text-align: center;
}
.mustvisit_wrapper .item .block::before {
    background: linear-gradient(to bottom, transparent, #0750a4) no-repeat bottom;
  background-size: 100% 70%;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0;
  transition: all ease-in-out 0.5s;
  border-radius: 10px;
  content: "";
  left:0;
  top:0;
}
.mustvisit_wrapper .item:hover .block::before {
    opacity: 1;
}
.mustvisit_wrapper .block img{
  border-radius: 10px;
}
.mustvisit_wrapper .block .duration{
    background: #fff;
    font-family: 'candarabold';
    font-size: 16px;
    color: #0750a4;
    border-radius: 10px;
    padding: 5px 20px;
    width:fit-content;
    text-align: center;
    margin:0 auto;
}
.mustvisit_wrapper .block .duration span{
  font-family: 'lufgabold';
}
.mustvisit_wrapper .item .block .content{
    position: absolute;
  left:50%;
  transform: translateX(-50%);
  bottom:5%;
   z-index: 2;
   width:90%;
}
.mustvisit_wrapper .item .block .tittle{
  
  font-family: 'candarabold';
  color: #fff;
  font-size: clamp(17px, 5vw, 20px);
  line-height: 1;
  text-transform: uppercase;
 padding: 10px 0 0;
  word-break: break-word;
}
.mustvisit_wrapper .item:hover .block .content{
  opacity: 0;
  display: none;
}
.mustvisit_wrapper .item .block .text {
  position: absolute;
  bottom: 5%;
  left: 50%;   
  width: 90%;
  transform: translate(-50%, 0);
  opacity: 0;
  visibility: hidden;    
  transition: .5s ease;
  z-index: 3;
  text-align: center;
}
.mustvisit_wrapper .item:hover .block .text{

  opacity: 1;
  z-index: 3;
  visibility: visible;
}
.mustvisit_wrapper .block .text .heading{
  font-size: clamp(20px, 7vw, 22px);
  line-height: 1;
  font-family: 'candarabold';
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;  
  padding: 10px 0 0;
   word-break: break-word;
}
.mustvisit_wrapper #mustvisit .btn{
    margin: 12px 0 0;
    background: transparent;
    border: 2px solid #fff;
    height: 32px;
    line-height: 32px;
    font-size: 17px;
}
.mustvisit_wrapper #mustvisit .btn:hover{
    background: #fff;
}
.consultancy_container{
    width:100%;
    display: block;
    margin: 70px 0 0;
}
.consultancy_wrapper{
   width:95%;
   display: flex;
   margin: 0 auto; 
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
}
.consultancy_wrapper .image{
    width:38%;
    display: inline-block;
}
.consultancy_wrapper .content{
    width:55%;
    display: inline-block;
}
.homeabout_container{
    margin: 70px 0 0;
    width:100%;
    display: block;
}
.homeabout_wrapper{
    width:90%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.homeabout_wrapper .left{
    width:72%;
    display: inline-block;
}
.homeabout_wrapper .left .content{
    padding-left: 12%;
}
.homeabout_wrapper .right{
    width:18%;
    display: inline-block;
}
.counter_wrapper{
  display: flex;
  flex-wrap: wrap;
  width:100%;
  background: #e1f1fc;
  padding:0 18px 18px 18px;
  margin: 30px 0 10px;
  border-radius: 0 8px 8px 0;
}
.counter_wrapper .counter_block{
  padding-right: 30px;
  display: inline-block;
  width: 25%;
  
}
.counter_wrapper .counter_block .block_inner{ 
    text-align: center;
}
.counter_wrapper .counter_block .block_inner .icon{
  display: inline-block;
  margin: 0 auto;
  padding: 20px 20px 0;
}
.counter_wrapper .counter_block .block_inner .number{
  position: relative;
  font-family: 'lufgabold';
  font-size: 24px;
  color: #222222;
  padding-top: 2px;
  line-height: 24px;
}

.counter_wrapper .counter_block .block_inner .tittle{
  position: relative;
  font-family: 'candararegular';
  font-size: 16px;
  color: #0750a4;
  padding-top: 8px;
  text-transform: uppercase;
}
.testimonial_container {
  margin: 70px 0 0;
  width: 100%;
  position: relative;
  text-align: center; 
}
.testimonial_wrapper{
  width:100%;
  margin:30px auto 0;
  text-align: left;
  }
  .testimonial_wrapper .testi .owl-item{
    padding: 0 20px;
  }
  
.testimonial_wrapper .testi .item {  
  padding:0;
  margin: 10px 0;
  text-align: center;
}
  .testimonial_wrapper .testi .item .profile {
    display:flex; 
    align-items: center; 
    position: relative;  
    padding: 10px 0 0;
    justify-content: center;
  }
  
  .testimonial_wrapper .testi .item .profile .information{
    padding-left: 0;
    text-align: center;
  }
  .testimonial_wrapper .testi .item .profile .information p {
    font-size: clamp(20px, 5vw, 22px);
    margin: 0px auto 0px;
    color: #222;
    line-height: 1; 
    font-family: 'candararegular'; 
    text-transform:capitalize;
  }
  .testimonial_wrapper .testi .item .profile .information span {
    color: #222;
    line-height: 23px;
    font-size: 16px; 
    font-family: 'candararegular'; 
    text-transform: capitalize; 
    padding: 8px 0 0;
  }
  .testimonial_wrapper .testi .item>p {    
    font-size: 17px;
    line-height:24px;
    display: block;
    z-index: 2;
    color: #222; 
    font-family: 'candararegular';    
  }  
.homebottom_container{
    position: relative;
    margin: 70px 0 0;
    width:100%;
    text-align: center;
    z-index: 1;
}
.homebottom_container::after{
    position: absolute;
    content: "";
    bottom:0;
    left:0;
    height: 100%;
    width:100%;
    background: url(../images/homebottom_bg.png) no-repeat;
    background-position: center bottom;
    background-size: 120%;
    z-index:-1;
}
.homeblog_wrapper{
  width:100%;
  display: flex; 
  position: relative; 
  margin:25px 0 0;  
  text-align: left;
  flex-wrap: wrap;
  z-index: 1;
}
.homeblog_wrapper .item{
  padding: 0px 15px;
  width:33.333%;
  display: inline-block;
  margin: 15px 0 0;
}
.homeblog_wrapper .item .block{
  background: rgba(225, 241, 252, 0.7);
  border-radius: 10px;
  height: 100%;
}
.homeblog_wrapper .item .block:hover{
 
}
.homeblog_wrapper .item .block .image{
  border-radius: 10px 10px 0 0;
  width:100%;
  display: block;
  position: relative;
}
.homeblog_wrapper .item .block .image img{
    border-radius: 10px 10px 0 0;
}
.homeblog_wrapper .item .block .content{
  width:100%;
  padding: 20px;  
  border-radius: 0 0 10px 10px;
}
.homeblog_wrapper .item .block .content .tittle{
  font-family: 'candararegular';
    color: #0750a4;
    font-size: clamp(18px, 7vw, 25px);
    line-height: 1;
    text-transform: capitalize;
}
.homeblog_wrapper .item:hover .block .content .tittle{
  
}
.homeblog_wrapper .item .block .content p{ 
  font-size: 17px;
  line-height:23px ;
}
.homeblog_wrapper .item .block .image .date {
    position: absolute;
    z-index: 2;   
    font-family: 'lufgaregular';
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;   
    display: inline-block;
    right: 4%;
    top: 4%;   
}

.homeblog_wrapper .item .block .content .readmore{
  font-family: 'candarabold';
  font-size: 17px;
  color: #222222;
  text-transform: capitalize;
  display: inline-flex;
  border: 1px solid #0750a4;
  align-items: center;
  padding: 5px 20px; 
  justify-content: center;
  border-radius: 12px;
  margin: 12px 0 0;
}

.homeblog_wrapper .item:hover .block .content .readmore{
    background: #0750a4;
    color: #fff;
}
.client_container{
  width:100%;
  display: block;
  margin: 80px 0 0;
  text-align: center;
}
.client_wrapper{
  width:100%;
  margin:50px auto 0;
}
.client_wrapper .item {  
  padding: 0px 30px;
}
.client_wrapper .block{    
  width:100%;   
  display: inline-block;
  text-align: center;
}
.swiper-container-free-mode > .swiper-wrapper{
  transition-timing-function : linear;
  align-items: center;
}
.swiper-container {
  margin: 30px 0 0;
  background: rgba(250, 250, 250, 1);
  padding: 5px 0;
}
.swiper-slide {
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  padding: 10px 40px;
}
.footer {
    width: 100%;
    padding: 50px 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 45px 0px;  
    width:100%
  }
  .footer .footer-content .col-container{
    display: flex;    
    flex-wrap: wrap;    
    justify-content: space-between;
  }
  .row {
    margin: 0px -15px;
  }
  .logo_content{
    display: flex;
    align-items: center;
  }
  .footer .footer-content  .footer-logo {
    width:80px

  }
  .footer .footer-content .col-container .right {
    width:50%;
    display: flex;
    justify-content: space-between;
}
 .logo_content p{
    padding: 0 0 0 15px;
  }

  .footer .footer-content  .footer-logo a {
    display: block;
    margin: 0px 0px 0px 0px;
    position: relative;    
  }

  .footer .footer-content  .footer-logo a img {
    display: block;
    max-width: 100%;
  }
  
  .footer .footer-content  h4 {
    font-family: 'candarabold';
    font-size: 20px;
    text-transform: capitalize;
    color: #0750a4;
    padding: 0px 0px 2px 0px;     
    display: inline-block;   
   
  }
  .footer .footer-content  h6 {
    font-family: 'candaralight';
    font-size: 19px;
    text-transform: capitalize;
    color: #222;
    padding: 18px 0px 0px 0px;     
    display: inline-block;
    border-top: 2px solid #0750a4;
    line-height: 28px;
    display: block;
    margin: 18px 0 0;
  }
  .footer_logo_border{
    
  }
  .footer .footer-content  p {
    font-family: 'candaralight'; 
    font-size: 17px;
    color: #222;
    display: block;
    margin: 0px 0px 10px 0px;
    position: relative;
    line-height: 20px;   
    max-width: 300px;
  }  
  .footer .footer-content  p a{
    color: #fff;
  }
  .footer .footer-content .timing p{
    text-transform: uppercase;
    padding-top: 18px;
    font-size: 13px;   
  }
  .footer .footer-content  .links {
    padding: 10px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
  }
  /*.fa-map-marker:before {
    content: "\f041";
    color:#ee7408;
    font-size:16px ;
    padding-right: 10px;
    margin-top:-3px;
  }
  
  .fa-envelope:before{
  color:#ee7408;
    font-size:16px ;
    padding-right: 10px;
  }
  .fa-phone:before{
  color:#ee7408;
    font-size:16px ;
    padding-right: 10px;
  }*/
  .footer .footer-content  .links{
    padding: 10px 0 0 0px;
  }
  .footer .footer-content .links.address {
    padding: 10px 0 0 0px;
}
  .footer .footer-content  .links li {
    display: flex;
    padding: 5px 0px;
    text-align: left;    
    font-family: 'candararegular';
   
  }
  .footer .footer-content  .links.address li{
    display: flex;
    padding: 4px 0;   
  }
  .footer .footer-content  .links.address li .numbers{

  }
  .footer .footer-content  .links.address li span{
    display: inline-block;
    padding-right: 10px;
  }
  .footer .footer-content  .links li .fa{
    margin-top:2px;
  }
  .footer .footer-content .links li:first-child a {
    padding-top: 0px;
    
  }
  .footer .footer-content .links.address li:first-child a {
    
    text-transform: capitalize;
}
.footer .footer-content .links.address li a {
    
  text-transform: lowercase;
}
  .footer .footer-content .links li a {
    font-family: 'candaralight';
    font-size: 17px;
    color: #222;
    padding: 0 0px;
    display: block;
    transition: all 0.3s cubic-bezier(0.32, 0.1, 0.3, 1);
    text-transform: capitalize;
    line-height: 20px;
}
.footer .footer-content .links li:hover a {
  color: #0750a4;
}

 .footer .footer-content  .links.address li .numbers a{
  display: inline-block;
  font-family: 'lufgaextralight';
  font-size: 13.5px;
 }
  .footer .footer-content .links li a.mail{
    text-transform: none;
  }
  
  .footer .e71d2a-content .links li a:hover {
    color: #d37948;
    
  }
  
  .footer .copyright {
    background: #0750a4;
  }
  .footer .copyright .desc {
    display: flex;
      vertical-align: middle;
      width: 100%;
      padding: 10px 0;
      text-align: center;      
      justify-content: space-between;
      flex-wrap: wrap;
  }
  .footer .copyright p {
    display: block;
    color: #fff;
    font-family: 'candaralight';
    font-size: 15px;
    text-transform: capitalize;
    padding: 0;
  }
  .footer .copyright p a {
   
    color: #fff;
    text-transform: none;
  }
  .footer .copyright p a:hover {
    
  }
  
  .footer .social {
  font-size: 0px;
  display: block;
  margin: 8px 0px 0px 0px;
  position: static;
  }
  .footer .social li {
  display: inline-block;
  margin: 0px 12px 0px 0px;
  text-align: center;
  }
  .footer .social li a {
  display: block;
  font-size: 19px;
  color: #fff;  
  border: 2px solid #0750a4;
  width: 40px;
  height: 40px;
  display: flex;
  background: #0750a4;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  }
  .footer .social li a:hover{
  
  background: #fff;
  color: #0750a4;
  
  }
   .footer .social .fa.fa-facebook {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer .social .fa.fa-pinterest {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
  img.mobile_banner {
    display: none !important;
}
.content.content_mob {
  display: none;
}  
.appointment_mob {
  display: none;
}
.footer .social  .fa.fa-facebook {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.owl-dots {
    display: block;
    width: 100%;
    margin-top: 30px;
    text-align: center;
    position: relative;
   
}
.owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 12px;
    background: #0750a4;
    margin: 0px 3px;
    border: none;
    opacity: 0.6;
}
.owl-dots .owl-dot.active {    
    opacity: 1;   
    width: 12px;
    height: 12px;
    background: #0750a4;
}
.consultancy_wrapper .image.image_mob{
  display: none;  
}
.homeabout_wrapper .right.right_mob {    
    display: none;   
}
/****************************************************about us****************************************/
.inner_banner{
  margin-top:70px;
}
.inner_banner .banner_content {
    position: absolute;
    left: 50%;
    top: 45%;
    width: 90%;
    z-index: 1;
    transform: translateX(-50%);
    text-align: center;
}
.abouttop_container{
  width:100%;
  display: block;
  position: relative;
  padding: 100px 0 10%;
  text-align: left;
}
.abouttop_container::after{
  bottom:0;
  position: absolute;
  left:0;
  content: "";
  background:url(../images/abouttopbg.png) no-repeat;
  background-position: left bottom;
  background-size: cover;
  width:100%;
  height: 100%;
}
.abouttop_container .container{
  position:relative;
  z-index: 1;
}
.abouttop_wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width:100%;
}
.abouttop_wrapper .image{
  width:47%;
  display: inline-block;
}
.abouttop_wrapper .content{
  width:50%;
  display: inline-block;
}
.abouttop_wrapper .content .main_tittle{
  text-align: left;
  display: block;
}
.abouttop_wrapper .content .main_tittle::before, .abouttop_wrapper .content .main_tittle::after{
  display: none;
}
.visionmission_wrapper{
  width:100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin: 80px 0 0;
}
.visionmission_wrapper .block{
  width:45%;
  padding: 15px 0;
}
.visionmission_wrapper  .block .block_inner{
  border-right: 2px solid #fff;
  padding: 0 60px;
}
.visionmission_wrapper  .block:last-child .block_inner{
  border-right: none;
}
.visionmission_wrapper  .block .block_inner .icon{
  width: 30%;
  display: block;
  margin:0 auto;
}
 h4.vision_tittle{
  font-family: 'candarabold';
    font-size: clamp(20px, 7vw, 28px);
    color: #fff;
    line-height: 25px;
    text-transform: capitalize;
    padding: 0 0 0 0;
    margin-top: 10px;
 }
 .visionmission_wrapper  .block .block_inner p{
  color: #fff;
 }
 .aboutbottom_container{
  width:100%;
  display: block;
  position: relative;
  padding: 100px 0 6%;
  text-align: center;
}
.aboutbottom_container::after{
  bottom:0;
  position: absolute;
  left:0;
  content: "";
  background:url(../images/aboutbottom_bg.png) no-repeat;
  background-position: left bottom;
  background-size: 100%;
  width:100%;
  height: 100%;
}
 .aboutbottom_container .container{
  position: relative;
  z-index: 1;
  width:75%;
  }
.aboutbottom_wrapper{
  display: flex;
  flex-wrap: wrap;
  width:auto;
  margin: 50px -40px 0;
}
.aboutbottom_wrapper .block{
  width:33.333%;
  padding: 15px 40px;
}
.aboutbottom_wrapper .block .block_inner{
  width:100%;
}
.aboutbottom_wrapper .block .block_inner .image{
  width:100%;
}
.aboutbottom_wrapper .block .block_inner .image img{
  border-radius: 15px;
}
.aboutbottom_wrapper .block .block_inner .content{
  margin: 10px 0 0;
}
h5.team_tittle{
  font-family: 'candararegular';
    font-size: clamp(20px, 7vw, 25px);
    color: #222;
    line-height: 25px;
    text-transform: capitalize;
    padding: 0 0 0 0;
    margin-top: 0px;
}
.aboutbottom_wrapper .block .block_inner p{
  padding: 8px 0 0;
}
/****************************************************about us****************************************/
/****************************************************blog page****************************************/
 .blogmain_container{
  width:100%;
  display: block;
  position: relative;
  padding: 100px 0 6%;
  text-align: center;
}
.blogmain_container::after{
  bottom:0;
  position: absolute;
  left:0;
  content: "";
  background:url(../images/aboutbottom_bg.png) no-repeat;
  background-position: left bottom;
  background-size: 100%;
  width:100%;
  height: 100%;
}
.blogmain_wrapper{
  width:100%;
  position: relative;
  z-index: 1;
  margin: 40px 0 0;
}
/* ===== FILTER TABS ===== */
.filter-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.tab {
  font-size: clamp(19px, 7vw, 20px);
  font-weight: 400;
  padding: 8px 30px 8px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  background: transparent;
  color: #222222;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-family: 'candararegular';
  border: 2px solid #222;
}

.tab:hover {
  background: #0750a4;
  color: #fff;
}

.tab.active {
  background: #0750a4;
  color: #fff;
}
.blog_wrapper .item{
  padding: 10px 15px;
}
.inner_tittle{
  font-size: clamp(25px, 5vw, 38px);
    color: #0750a4;
    font-family: 'candararegular';
    line-height: 1.1;
    margin: 0px 0px 0px 0px;
    text-transform: none;    
    text-transform: capitalize;
    display: block; 
}
.news_container {
    width: 100%;
    position: relative;   
    margin: 3% 0 0;    
}
.blog_container {
    width: 100%;
    padding: 70px 0;
    display: block;    
    text-align: center;
}
.newsdetail_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px 0 0;
    text-align: left;
}
   
.newsdetail_wrapper .left {
  width: 66%;
  display: inline-block;
   text-align: left;
}
.newsdetail_wrapper .left  .tittle {
    color: #282828;
    font-family: 'montserratbold';
    padding: 0 0;
    text-transform: capitalize;
    display: block;
    font-size: clamp(28px, 7vw, 32px);
    line-height: 1.1;
    padding: 0px 0 0;
}
.newsdetail_wrapper .left .content_wrapper {
  width: 100%;
  margin: 0px 0 0;
}
.newsdetail_wrapper .left .content_wrapper .video_image{
  margin: 30px 0;
  width:100%;
  position: relative;
}
.newsdetail_wrapper .left .content_wrapper .video_image .play_button{
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%, -50%);
  width:10%;
}
.newsdetail_wrapper .left .content_wrapper .image img{
 
}
.newsdetail_wrapper .left .content_wrapper:first-child {
  margin: 0;
}
.newsdetail_wrapper .left .content_wrapper ul{
  padding: 10px 0 10px 17px;  
}
.newsdetail_wrapper .left .content_wrapper ul li{
  font-family: 'candararegular';
    font-size: clamp(16px, 2vw, 18px);
    color: #282828;
    line-height: 24px;
    padding: 4px 0;
    display:list-item;
    list-style: disc;
}
.newsdetail_wrapper .left .content_wrapper ol{
  padding: 10px 0 10px 17px;  
}
.newsdetail_wrapper .left .content_wrapper ol li{
  font-family: 'candararegular';
    font-size: clamp(16px, 2vw, 18px);
    color: #282828;
    line-height: 24px;
    padding: 5px 0;
    display:list-item;
    list-style: decimal;
}
.newsdetail_wrapper .left .content_wrapper h3 {
    color: #282828;
    font-family: 'candarabold';
    padding: 0 0;
    text-transform: capitalize;
    display: block;
    font-size: clamp(19px, 7vw, 23px);
    line-height: 1.1;
    padding: 10px 0 0;
}
.newsdetail_wrapper .left .content_wrapper h1 {
    color: #222;
    font-family: 'candarabold';
    padding: 0 0;
    text-transform: capitalize;
    display: block;
    font-size: clamp(23px, 7vw, 26px);
    line-height: 1.1;
    padding: 10px 0 0;
}
.newsdetail_wrapper .left .content_wrapper h2 {
    color: #222;
    font-family: 'candarabold';
    padding: 0 0;
    text-transform: capitalize;
    display: block;
    font-size: clamp(20px, 7vw, 24px);
    line-height: 1.1;
    padding: 10px 0 0;
}
.newsdetail_wrapper .left .content_wrapper h4 {
    color: #222;
    font-family: 'candarabold';
    padding: 0 0;
    text-transform: capitalize;
    display: block;
    font-size: clamp(18px, 7vw, 22px);
    line-height: 1.1;
    padding: 10px 0 0;
}
.newsdetail_wrapper .left .content_wrapper h5 {
    color: #222;
    font-family: 'candarabold';
    padding: 0 0;
    text-transform: capitalize;
    display: block;
    font-size: clamp(17px, 7vw, 20px);
    line-height: 1.1;
    padding: 10px 0 0;
}
.newsdetail_wrapper .left .content_wrapper h6 {
    color: #222;
    font-family: 'candarabold';
    padding: 0 0;
    text-transform: capitalize;
    display: block;
    font-size: clamp(16px, 7vw, 18px);
    line-height: 1.1;
    padding: 10px 0 0;
}


.newsdetail_wrapper .left .content_wrapper p {
 
}
.newsdetail_wrapper .left .content_wrapper p a{
  color: #222;
  display: inline;
}
.newsdetail_wrapper .left .content_wrapper .readmore {
  font-family: 'poppinssemibold';
  font-size: 17px;
  color: #333333;
  text-transform: capitalize;
  display: inline-block;
  border-bottom: 1px solid #333333;
  padding-top: 20px;
}
.newsdetail_wrapper .left .content_wrapper .readmore:hover {
  color: #e71d2a;
  border-bottom: 1px solid #e71d2a;
}
.newsdetail_wrapper .left .content_wrapper p strong{
  padding: 12px 0 0;
  display: block;
}
.newsdetail_wrapper .right {
  width: 26%;
  display: inline-block;  
  text-align: left;
}
.newsdetail_wrapper .right .right_wrapper{
  width: 100%;
    display: block;
    padding: 0;    
}
.newsdetail_wrapper .right .tittle {
  font-family: 'candarabold';
    font-size: clamp(22px, 7vw, 26px);
    color: #0750a4;
    line-height: 1.3;
    position: relative;
    text-transform: capitalize;
}
.blogdetail_wrapper .categories { 
 padding:0;
text-align: left;
}
.blogdetail_wrapper .categories ul{
  padding: 20px 0 0 0;
}
.blogdetail_wrapper .categories ul li{
  padding: 12px 0;
  color: #181818;
  font-family: 'candararegular';
  line-height:25px ;
  font-size: 18px;    
  margin: 0;  
  text-transform: capitalize;
  border-bottom: 2px solid #c7c5c5;
}
.blogdetail_wrapper .categories ul li:last-child{
  border-bottom:none
}
.blogdetail_wrapper .categories ul li a{
  color: #181818;
}
.blogdetail_wrapper .categories ul li a:hover{
  color: #0750a4;
}
.blogdetail_wrapper .tags{      
 padding:0;
 margin: 30px 0 0;
}
.blogdetail_wrapper .tags ul{
  padding: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  width:auto;
  margin: 0 -5px;
}
.blogdetail_wrapper .tags ul li{    
  padding:7px 2px;
  color: #282828;
  font-family: 'candararegular';
  line-height:25px ;
  font-size: 18px;    
  margin: 0;
  display: inline-block;    
  
}
.blogdetail_wrapper .tags ul li a{
  color: #282828;
  border-radius: 10px;   
  padding: 4px 20px;
  border: 2px solid #c7c5c5;
  background: #fff;
  
}
.blogdetail_wrapper .tags ul li a:hover{ 
  color: #fff;  
  background: #0750a4;
  border-color: #0750a4;
}
.detailtop_image{
  position: relative;
  width:100%;
}
.detailtop_image img{
  border-radius: 10px;
}
.detailtop_image .bottom_content{
  position: absolute;
  left: 5%;
  bottom:10%;
  text-align: left;
  width:90%;
}
.detailtop_image .bottom_content .date { 
    font-family: 'lufgaregular';
    color: #fff;
    font-size: 19px;
    text-transform: capitalize;
    display:block;  
}
h4.detailtop_tittle{
      font-family: 'candarabold';
    font-size: clamp(25px, 7vw, 30px);
    color: #fff;
    line-height: 1.1;
    text-transform: capitalize;
    padding: 0 0 0 0;
    margin-top: 10px;
}
.inner_header{
  background: #fff;
}
/****************************************************blog page****************************************/
/****************************************************contact page****************************************/
.contactpage_container{
  margin: 80px 0 0;
  display: block;
  width:100%;
}
.contactpage_wrapper{
  width:100%;
}
.contacttop_wrapper{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
   background: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 34px rgba(56, 57, 58, 0.11);
    padding: 70px;
}
.contacttop_wrapper .contact-section{
    width:55%;
    margin:0;
    background:#fff;
    padding:0px;
}

.contact-form{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px 40px;

}

.form-group{
    display:flex;
    flex-direction:column;
    padding: 5px 0;
}

.contact-form label{

    font-size:15px;
    color:#222222;
    margin-bottom:8px;    
    font-family: 'candararegular';

}

.contact-form label span{

    color:#bb8b36;

}

.contact-form input,
.contact-form textarea{

    width:100%;
    height:44px;

    border:1px solid #d7d6d6;

    background:#eeeeee;

    border-radius:10px;

    padding:0 15px;

    font-size:15px;

    color:#222;

    outline:none;

    transition:.3s;
    font-family: 'lufgaregular';

}

.contact-form textarea{

    height:120px;

    resize:none;

    padding-top:14px;

}

.contact-form input:focus,
.contact-form textarea:focus{

    background:#fff;

    border-color:#c9c9c9;

}

.contact-form input::placeholder, .contact-form textarea::placeholder{

    color:#d7d6d6;

    opacity:1;

}

/* Passenger */

.passenger-box{

    height:44px;

    background:#f7f7f7;

    border:1px solid #ebebeb;

    border-radius:4px;

    display:flex;

    align-items:center;

    padding:0 15px;

    position:relative;

    color:#666;

    font-size:13px;

}

.passenger-box .dot{

    margin:0 10px;

    color:#b9b9b9;

}

.passenger-box i{

    position:absolute;

    right:15px;

    color:#999;

    font-size:12px;

}

/* Date */

.date-field{

    position:relative;

}

.date-field input{

    padding-right:42px;

}

.date-field i{

    position:absolute;

    right:15px;

    top:50%;

    transform:translateY(-50%);

    color:#b5b5b5;

    font-size:15px;

}

/* Travel Date */

.travel-title{

    margin-top:5px;

    margin-bottom:-5px;

}

/* Message */

.full-row{

    grid-column:1/-1;

}

.contact-form .btn {
    height: 40px;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    border: 2px solid #0750a4;
    color: #fff;
    background-color: #0750a4;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -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 25px 1px;
    cursor: pointer;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-family: 'candarabold';
    margin-top: 25px;
}

/* Responsive */

@media(max-width:768px){

.contact-form{

grid-template-columns:1fr;

gap:20px;

}

.full-row{

grid-column:auto;

}

}
.contacttop_wrapper .left {
    background: url(../images/contactleft_bg.png);   
    background-position: left top;
    background-size: cover;
    width: 40%;
    display: inline-flex;
    padding: 60px 40px;
    flex-direction: column;
    justify-content: center;
     border-radius: 8px;
}
.contactus_wrapper .right {
    width: 55%;
    display: inline-block;
    padding: 60px 40px;
    background: #F0EBEE;
    border-radius: 0 6.667px 6.667px 0;
}
.contactus_wrapper .left h5, .contactus_wrapper .left h4, .contactus_wrapper .left p {
    color: #fff;
}
.contact_info {
  padding: 0;
  width: 100%;
}
.contact_info .item {
  display: flex;
  margin: 10px 0;
  align-items: center;
  color: #fff;
  font-size: 20px;
}

.contact_info .item .details {
  display: inline-block;
  padding-left: 5px;
}
.contact_info .item .details h6 {
  font-family: 'montserratmedium';
  font-size: clamp(18px, 7vw, 20px);
  color: #202020;
  line-height: 1.1;
  text-transform: capitalize;
  margin: 0;
  padding: 0px 0 0;
  width:100%;
}
.contact_info .item .details p {
  font-family: 'lufgaregular';
  color: #fff;
  padding:0px 0 0;
  font-size: clamp(15px, 6vw, 16px);
  line-height: 23px;
  text-transform: capitalize;
}
.contact_info .item .fa-solid{
  width:25px;
}

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

h4.business_tittle {
    font-family: 'candarabold';
    font-size: clamp(25px, 7vw, 30px);
    color: #fff;
    line-height: 1.1;
    text-transform: capitalize;
    padding: 0 0 0 0;
    /* margin-top: 10px; */
}
.contacttop_wrapper .left p{
  color: #fff;
}
.contactformbottom_content{
  width:70%;
  margin: 60px auto;
  display: block;
  text-align: center;
}
.map_container{
  width:100%;
}
/****************************************************contact page****************************************/
/****************************************************faq page****************************************/
.question_wrapper{  
  width:100%;
  text-align: left;
  position: relative;
  z-index: 1;
  margin: 50px 0 0;
}
.collapsible {
    padding: 40px;
    position: relative;
    margin: 0 0;
    border: 1px solid #d7d6d6;
    background: #eeeeee;
    border-radius: 15px;
    margin: 20px 0;
}

.collapsible .collapse-head {
  display: block;   
 font-family: 'candararegular';
    color: #222;
    font-size: clamp(18px, 5vw, 28px);
    line-height: 1;
    text-transform: none;
    padding: 0 0px 0 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.collapse-head{
    cursor:pointer;
    user-select:none;
}
.collapsible .collapse-head.open{
  color:#0750a4;
}
/* line 2924, ../sass/_styles.scss */
.collapsible .collapse-head::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 3px solid #222;
    border-bottom: 3px solid #222;
    transform: rotate(45deg); /* down arrow */
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-top: 4px;
}

.collapsible .collapse-head.open::after {
  border-right: 3px solid #d7d6d6;
    border-bottom: 3px solid #d7d6d6;
    transform: rotate(-135deg); /* up arrow */
}

.collapsible .collapse-content {
  display: none;
  padding: 0px 0 0px 0;
}
.collapsible .collapse-content .tittle{
  font-size: 18px;
    color: #22AD4B;
    font-family: 'poppinsmedium';
    line-height: 1.2;
    margin: 0px 0px 0px 0;
    text-transform: none;
    display: block;
}

.collapsible .collapse-content ul{
  padding:10px 0 0 17px;
}
.collapsible .collapse-content ul li{
  color: #434853;
    line-height: 28px;
    margin: 0px 0px 0px 0px;
    padding:5px 0;
    font-family: 'montserratlight';
    display: list-item;
    list-style-type: disc;
}
.collapsible:last-child {
  position: relative;
}
.collapsible:last-child {
  
}
/****************************************************faq page****************************************/
/****************************************************visa page****************************************/
.visa_wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  text-align: left;
  position: relative;
  z-index: 1;
  width:90%;
  margin-left: auto;
}
.visa_wrapper .content{
  width:35%;
  display: inline-block;
}
.visa_wrapper .image{
  width:58%;
  display: inline-block;
}

h3.visa_tittle{
 font-size: clamp(25px, 5vw, 34px);
    color: #0750a4;
    font-family: 'candararegular';
    line-height: 1;
    margin: 0px 0px 0px 0px;
    text-transform: none;
    position: relative;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: flex-start;   
    width: 100%;
}

h3.visa_tittle::after{
  content: "";
    border-top: 1px solid #0750a4;
    position: relative;
    right: 0;
    height: 2px;
    width: 30%;   
    top:1px;   
    display: inline-block;
}
h3.visa_tittle span {
    position: relative;
    display: flex;
    align-items: center;
}
h3.visa_tittle span::after {
    content: "";
    background: #0750a4;
    position: relative;
    width: 10px;
    height: 10px;
    right: 0;
    display: inline-block;
    border-radius: 50%;
    margin-left: 15px;
}
.blogmain_container .container{
  position: relative;
  z-index: 1;
}
.visaservise_wrapper{
  width:100%;
  border-radius: 15px;
  background: #e1f1fc;
  padding: 60px 10%;
  text-align: center;
  margin: 70px 0 0;
}
.visaservise_wrapper ul.visaservice_content{
  display:flex;  
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
  margin: 30px 0 0;
}
.visaservise_wrapper ul.visaservice_content li{
  padding: 15px 0px;  
  display: list-item;
  list-style-type: disc;
  font-family: 'candararegular';
    font-size: clamp(20px, 7vw, 25px);
    color: #222;
    line-height: 25px;
    text-transform: capitalize; 
    width:43%;   
}
.visaservise_wrapper ul.visaservice_content li p{
  font-family: 'candaralight';
      font-size: 17px;
    line-height: 23px;
}
.clarification_wrapper{
  margin: 70px 0 0;
  text-align: left;
}
.clarification_wrapper h2.clarification_tittle{
  font-size: clamp(25px, 7vw, 38px);
    color: #0750a4;
    font-family: 'candarabold';
    line-height: 1;
    margin: 0px 0px 0px 0px;
    text-transform: none;
    position: relative;
    text-transform: capitalize;
}
.clarification_wrapper ul.clarification_content{
  display:block;   
  text-align: left;
  margin: 20px 0 0;
  padding: 0 0 0 17px;
}
.clarification_wrapper ul.clarification_content li{
  padding: 4px 0px;  
  display: list-item;
  list-style-type: disc;
  font-family: 'candaralight';
    font-size: clamp(15px, 7vw, 17px);
    color: #222;
    line-height: 25px;
    text-transform: capitalize;    
}
.clarification_wrapper ul.clarification_content li span{
  font-family: 'candararegular';
}
.clarification_wrapper ul.clarification_content li ul{
  padding: 0 0 0 22px;
}
.clarification_wrapper ul.clarification_content li ul li{
  padding: 4px 0px;  
  display: list-item;
  list-style-type: circle;
  font-family: 'candararegular';
    font-size: clamp(15px, 7vw, 17px);
    color: #222;
    line-height: 25px;
    text-transform: capitalize;    
}
/****************************************************visa page****************************************/
/****************************************************cruise page****************************************/
.cruiselisting_wrapper{
  width:100%; 
  margin: 40px 0 0;
}
.cruiselisting_wrapper .item{
  margin: 20px 0;
}
.cruiselisting_wrapper .item .block .content h4.tittle {
    font-family: 'candarabold';
    color: #0750a4;
    font-size: clamp(18px, 7vw, 23px);
    line-height: 1;
    text-transform: capitalize;
}
h6.cruisesub_title{
  font-family: 'candarabold';
    color: #222222;
    font-size: clamp(17px, 7vw, 20px);
    line-height: 1;
    text-transform: capitalize;
    padding: 10px 0 0;
}
.cruiselisting_wrapper p{
  font-family: 'candaralight';
}
.cruiselisting_wrapper p span{
  font-family: 'candararegular';
}
.cruisedetailtop_wrapper{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: left;
}
.cruisedetailtop_wrapper .image{
  width:50%;
  display: inline-block;
}
.cruisedetailtop_wrapper .content{
  width:50%;
  display: inline-block;
}
.cruisedetailtop_wrapper .content .content_top{
  padding:0 35px;
}
.cruisedetailtop_wrapper .content .content_top p:nth-of-type(1){
  padding: 3px 0 0;
}
.cruisedetailtop_wrapper .content .content_bottom{
  margin: 20px 0 0;
  background: #e1f1fc;
  padding: 20px 0px;
  border-radius: 0 10px 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cruisedetailtop_wrapper .content .content_bottom .block{
  width:33.333%;
  display: inline-block;
  padding: 10px 0;
  text-align: center;
}
.cruisedetailtop_wrapper .content .content_bottom .block:nth-child(4){
  width: 100%;
}
.cruisedetailtop_wrapper .content .content_bottom .block .block_inner{
  padding: 0 20px;
  border-right: 2px solid #0750a4;
}
.cruisedetailtop_wrapper .content .content_bottom .block:nth-child(4) .block_inner, .cruisedetailtop_wrapper .content .content_bottom .block:nth-child(3) .block_inner{
  border-right: none;
}
.cruisedetailtop_wrapper .content .content_bottom .block .block_inner .icon{
  width:30px;
  height: 40px;
  display: block;
  margin: 0 auto;
}
h5.icon_tittle{    
    font-family: 'candararegular';
    font-size: 17px;
    color: #0750a4;
    padding-top: 0;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
}
.cruisedetailtop_wrapper .content p i{
  padding: 0;
}
.cruisedetailtop_wrapper .content .content_bottom .block .block_inner p{
  padding: 5px 0 0;
}
.middle_content{
  width:90%;
  margin: 70px auto 0;
}
.journeymap_wrapper{
  width:85%;
  margin: 70px auto 0;
  display: block;
}
.journeymap_wrapper .image{
  margin: 40px 0 0;
}
.journeymap_wrapper img{
  border-radius: 10px;
}
.experience_wrapper{
  width:100%;
  margin: 70px 0 0;
  padding: 35px;
  border-radius: 15px;
  background: url(../images/exp_bg.png) no-repeat;
  background-position: right bottom;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}
.experience_wrapper .content{
  width:47%;
  display: inline-block;
}
.experience_wrapper .content p{
  font-size: 17px;
  line-height: 23px;
}
.experience_wrapper .image{
  width:51%;
  display: inline-block;
}
.experience_wrapper .image img{
  border-radius: 15px;
}
.experience_wrapper .content ul{
  display:block;   
  text-align: left;
  margin: 12px 0 0;
  padding: 0 0 0 17px;
}
.experience_wrapper .content ul li{
  padding: 2px 0px;  
  display: list-item;
  list-style-type: disc;
  font-family: 'candararegular';
    font-size: clamp(15px, 7vw, 17px);
    color: #222;
    line-height: 20px;
    text-transform: none;    
}
.experience_wrapper .content .btn{
  margin-top: 15px;
}
.cruiseitnery_wrapper{
  margin: 70px auto 0;
  width:88%;
  display:block
}
.cruiseitnery_wrapper ul{
  margin: 40px 0 0;
  padding: 0 0 0 0px;
}
.cruiseitnery_wrapper ul li{
   padding: 10px 0px; 
   display: block;
  font-family: 'candarabold';
    font-size: clamp(15px, 7vw, 18px);
    color: #222;
    line-height: 25px;
    text-transform: capitalize;   
}
h6.onboard_tittle{
  padding: 15px 0px 0;
  margin: 0 0 -1% 0;
    display: block;
    font-family: 'candarabold';
    font-size: clamp(15px, 7vw, 18px);
    color: #222;
    line-height: 25px;
    text-transform: capitalize;
}
.accomodationstyle_wrapper{
  width:100%;
  display: block;
  margin: 70px 0 0;
  
}
#accomodation_slider{
  margin: 50px 0 0;
}
.accomodationstyle_wrapper .item{
  padding: 0 10px;
  text-align: left;
  height: 100%;
}
.accomodationstyle_wrapper .item .block{
  background: rgba(225, 241, 252, 0.7);
    border-radius: 10px;
    height: 100%;
}
.accomodationstyle_wrapper .item .block .image {
    border-radius: 10px 10px 0 0;
    width: 100%;
    display: block;
    position: relative;
}
.accomodationstyle_wrapper .item .block .image img {
    border-radius: 10px 10px 0 0;
}
.accomodationstyle_wrapper .item .block .content {
    width: 100%;
    padding: 20px 20px 40px 20px;
    border-radius: 0 0 10px 10px;
}
.accomodationstyle_wrapper .item .block .content .tittle {
    font-family: 'candararegular';
    color: #0750a4;
    font-size: clamp(18px, 7vw, 25px);
    line-height: 1;
    text-transform: capitalize;
}
.visual_container{
  width:100%;
  margin: 70px 0 0;
  display: block;
}
.visual_wrapper{
  display: flex;
  flex-wrap: wrap;
  margin: 40px -10px 0;
  width: auto;
}
.visual_wrapper .block{
  width:33.333%;
  display: inline-block;
  padding: 10px;
}
.visual_wrapper .block .image{
  position: relative;
}
.visual_wrapper .block .image .screen{
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  width:10%;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.5s;
}
.visual_wrapper .block:hover .image .screen{
  opacity: 1;
  visibility: visible;
}
.visual_wrapper .block img{
  border-radius: 10px;
}
.visual_wrapper .block:hover img{
  filter: opacity(0.55);
}
.visual_wrapper .block:hover .image .screen img{
  filter: none;
  border-radius:0;
}
.important_note{
  margin: 70px 0 0;
  width:70%;
  text-align: left;
}
.getintouch_wrapper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(../images/planjourney_bg.png) no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 38px 50px;
  border-radius: 25px;
  flex-wrap: wrap;
  margin: 40px 0 0;
  text-align: left;
}
.getintouch_wrapper .content{
  width:60%;
  display: inline-block;
}
.getintouch_wrapper .content p{
  color: #fff;
}
h2.plan_tittle{
  font-size: clamp(25px, 7vw, 40px);
    color: #fff;
    font-family: 'candarabold';
    padding: 0;
    margin: 0;
    line-height: 1;
    text-transform: capitalize;
  }
h5.plansub_tittle{
  padding: 5px 0 0;
  font-family: 'candararegular';
    font-size: clamp(20px, 7vw, 25px);
    color: #fff;
    line-height: 25px;
    text-transform: capitalize;   
}
.getintouch_wrapper .btn {
   border: 2px solid #fff;
    color: #0750a4;
    background-color: #fff;
  }
.getintouch_wrapper .btn:hover{
  background:#0750a4;
  color: #fff;
}
.getintouch_wrapper .right{
  
  display: inline-block;
}
.getintouch_wrapper .right .btn{
  margin: 0;
}
.accomodationstyle_wrapper .owl-stage {
    display: flex;
}
.luxexperience_wrapper {
    width: 100%;
    margin: 70px 0 0;
    padding: 35px;
    border-radius: 15px;
    background: url(../images/luxexp_bg.png) no-repeat;
    background-position: right top;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left;
}
.optionalexp_wrapper{
  width:100%;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 70px 0 0;
  display: flex;
  text-align: left;
}
.optionalexp_wrapper .block{
  border-radius: 15px;
    background: #e1f1fc;
    padding: 40px 32px;
    width:48%;
    height: -webkit-fill-available;
}
.optionalexp_wrapper .block ul{
  display:block;   
  text-align: left;
  margin: 12px 0 0;
  padding: 0 0 0 17px;
}
.optionalexp_wrapper .block ul li{
  padding: 3px 0px;  
  display: list-item;
  list-style-type: disc;
  font-family: 'candararegular';
    font-size: clamp(15px, 5vw, 17px);
    color: #222;
    line-height: 20px;
    text-transform: none;    
}
.desclaimer_content{
  margin: 0 auto;
}
/****************************************************cruise page****************************************/
/***********************************desination page***************************************/
.destmain_container{
  margin: 70px 0 0;
}
.destmain_wrapper{
  display: flex;
  flex-wrap: wrap;
  width:100%;
  justify-content: center;
}
.destmain_wrapper .item{
  padding: 15px;
  width:25%;
}
.destexperience_wrapper {
    width: 100%;
    margin: 70px 0 0;
    padding: 35px;
    border-radius: 15px;
    background: url(../images/destexp_bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left;
}
.destitnery_wrapper {
    margin: 70px auto 0;
    width: 100%;
    display: block;
    text-align: left;
}
.destitnery_wrapper .itinerary{
    padding:60px 0 0;
}

.destitnery_wrapper .accordion{
    width:100%;
  }

.destitnery_wrapper .item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    border-bottom:2px solid #222;
    padding:30px 0;
    cursor:pointer;
    transition:.4s;
}
.destitnery_wrapper .item:last-child{
  border: none;
}
.destitnery_wrapper .left{
    display:flex;
    align-items:center;
    gap:30px;
    /*flex:1;*/
    width:70%
}
.destitnery_wrapper .image{
    width:12%;    
    border-radius:14px;
    flex-shrink:0;
    transition:.45s;
}

.destitnery_wrapper .image img{
    width:100%;   
  border-radius: 20px;
    border: 1px solid #222;
    transition:.45s;
}

.destitnery_wrapper .item.active .image{
    width:30%;
  }


h4.dest_tittle{

    font-family: 'candararegular';
    color: #222;
    font-size: clamp(20px, 5vw, 28px);
    line-height: 1;
    text-transform: capitalize;
}

.destitnery_wrapper .content{
    overflow:hidden;
    max-height:0;
    transition:max-height .45s ease;
}

.destitnery_wrapper .item.active .content{
    max-height:400px;
    margin-top:0px;
}
.destitnery_wrapper .content p{   
    max-width:700px;
}
.destitnery_wrapper .right{
    width:60px;
    height:60px;
  color:#000;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}
.destitnery_wrapper .right i{
    font-size:28px;
color:#000;
    transition:.3s;
}

.destitnery_wrapper .item:hover .right{
    transform:rotate(180deg);
}
.destitnery_wrapper .right{
    transition:transform .35s ease;
}

.destitnery_wrapper .item.active {
    padding-top: 40px;
    padding-bottom: 40px;
    align-items: flex-start;
}
.destitnery_wrapper .item.active .right{
  
}
.destitnery_wrapper .item:not(.active) .content{
    display:none;
}
.destitnery_wrapper .item.active .content{
    display:block;
}
.destitnery_wrapper .item:not(.active) .text{
    display:flex;
    align-items:center;
    min-height:55px;
}
.destitnery_wrapper .item.active .text{
    display:block;
}

/*=================================
  Responsive
==================================*/

@media (max-width:991px){

.destitnery_wrapper .item{
    padding:25px 0;
}
.destitnery_wrapper .left{
    gap:20px;
}

/*.destitnery_wrapper .destitnery_wrapper .image{
    width:75px;
    height:75px;
}

.destitnery_wrapper .item.active .image{
    width:150px;
    height:150px;
}*/

.destitnery_wrapper .content p{
    font-size:14px;
}

.destitnery_wrapper .right{
    width:45px;
    height:45px;
}
.destitnery_wrapper .item.active .right {
  align-items: flex-start;
}
.destitnery_wrapper .right i{
    font-size:22px;
}

}
/*=================================
  Mobile
==================================*/

@media (max-width:768px){

.destitnery_wrapper .item{
    padding:20px 0;
}

/*.destitnery_wrapper .left{
    gap:15px;
    align-items:flex-start;
}*/

.destitnery_wrapper .content p{
    font-size:13px;
    line-height:1.7;
}

.destitnery_wrapper .destitnery_wrapper .right{
    width:36px;
    height:36px;
}

.destitnery_wrapper .right i{
    font-size:18px;
}

}
/*=================================
  Small Mobile
==================================*/

@media (max-width:480px){
.destitnery_wrapper .left{
    gap:12px;
}

.destitnery_wrapper .content p{
    font-size:12px;
}
}
.include_container{
   margin: 70px auto 0 0;
   display: block;
   width:94%;
   position: relative;
   z-index: 1;
   text-align: left;
}
.include_wrapper{
  margin: 50px 0 0;
  display: flex;
}
.include_wrapper .left{
  width:68%;
  display: inline-block;
}
.include_wrapper .right{
  width:45%;
  display: inline-block;
  margin-left:-5%;
  margin-top: 3%;
}
.include_wrapper .content_wrapper {
    border-radius: 15px;
    background: #e1f1fc;
    padding: 50px 32px 50px 10%;
    width: 100%;    
    display: flex;
    justify-content: space-between;
}
.include_wrapper .content_wrapper .block{
  width:49%;
  display: inline-block;
}
.include_wrapper .content_wrapper .block .inner_tittle{
  color: #222;
  font-size: clamp(20px, 5vw, 28px);
}
.include_wrapper .content_wrapper .block ul {
    display: block;
    text-align: left;
    margin: 12px 0 0;
    padding: 0 0 0 17px;
}
.include_wrapper .content_wrapper .block ul li {
    padding: 3px 0px;
    display: list-item;
    list-style-type: disc;
    font-family: 'candararegular';
    font-size: clamp(15px, 5vw, 17px);
    color: #222;
    line-height: 20px;
    text-transform: none;
}
.destoptionalexp_container{
  margin: 70px 0 0;
  width:100%;
  display: block;
}
.destoptionalexp_wrapper{
  text-align: left;
  width:90%;
  margin: 50px auto;
  display: flex;  
  justify-content: space-between;
  flex-wrap: wrap;
}
.destoptionalexp_wrapper .block{
  width:48%;
  display: inline-block;
  opacity: 0;
    transform: translateY(60px);
    transition: all 0.6s ease;
    will-change: transform, opacity;
}

.destoptionalexp_wrapper .block:nth-child(even){
  margin-top: 8%;
}
.destoptionalexp_wrapper .block.show {
    opacity: 1;
    transform: translateY(0);
}
.destoptionalexp_wrapper .block .image{
  width:100%;
  margin: 20px 0 0;
}
.destoptionalexp_wrapper .block .image img{
  border-radius: 10px;
}
h5.optionaltittle {
    font-size: clamp(20px, 5vw, 26px);
    color: #222;
    font-family: 'candararegular';
    line-height: 1.1;
    margin: 0px 0px 0px 0px;
    text-transform: none;
    text-transform: capitalize;
    display: block;
}
/***********************************desination page***************************************/
/***********************************privacypolicy page***************************************/
.privacy_container {
    width: 100%;
    display: block;
    position: relative;
    padding: 70px 0 6%;   
}
.privacy_container::after {
    bottom: 0;
    position: absolute;
    left: 0;
    content: "";
    background: url(../images/aboutbottom_bg.png) no-repeat;
    background-position: left bottom;
    background-size: 100%;
    width: 100%;
    height: 100%;
}
.privacy_container .container{
  position: relative;
  z-index: 1;
}
.privacy_wrapper{
  width: 100%;
  margin: 20px 0 0;
}
.privacy_tittle {
    font-size: clamp(25px, 5vw, 38px);
    color: #0750a4;
    font-family: 'candarabold';
    line-height: 1.1;
    margin: 0px 0px 0px 0px;
    text-transform: none;
    text-transform: capitalize;
    display: block;
}
h5.privacy_sub {
    font-family: 'candararegular';
    color: #222;
    font-size: clamp(18px, 7vw, 23px);
    line-height: 1;
    text-transform: capitalize;
    padding: 20px 0 0;
}
.privacy_wrapper ul{
  display:block;   
  text-align: left;
  margin: 12px 0 0;
  padding: 0 0 0 17px;
  counter-reset: item;
    list-style: none;
    padding-left: 17px;
}
.privacy_wrapper ul li{
  padding: 3px 0px; 
  font-family: 'candararegular';
    font-size: clamp(15px, 5vw, 17px);
    color: #222;
    line-height: 20px;
    text-transform: none;  
    counter-increment: item;
    position: relative;
    margin-bottom: 12px;  
}
.privacy_wrapper ul li::before{
    content: "1." counter(item) " ";
    position: absolute;
    left: -30px;
    font-weight: 600;
}
.terms-list{
    list-style:none;
    padding:0;
    margin:25px 0 0;
}

.terms-list li{
   display: flex;
    margin-bottom:18px;
    line-height:1.8;
    list-style-position: outside;
    font-family: 'candararegular';
    font-size: clamp(15px, 5vw, 17px);
    color: #222;
}

.terms-list li::before{
    content:attr(value);
    min-width:32px;
    font-weight:500;
}

.terms-block{
    margin-bottom:70px;
}


.terms-list strong{
    font-weight:700;
}
/***********************************privacypolicy page***************************************/
@media only screen and (min-width: 1900px) {
  .container {   
    width: 82%;  
}
.header_menu .menu-list li {    
    font-size: 26px;
}
.btn {   
    font-size: 24px;
}
.banner .banner-item .content h1{
  font-size: clamp(20px, 5vw, 70px);
}
 .banner .banner-item .content p {  
   font-size: clamp(16px, 7vw, 24px);  
   line-height: 30px;
 }
 .main_tittle {
    font-size: clamp(20px, 7vw, 44px);
 }
 .homeluxuary_wrapper .item .block .tittle, .mustvisit_wrapper .item .block .tittle{
 
  font-size: clamp(17px, 5vw, 24px);
 }
 .homeluxuary_wrapper .block .text .heading, .mustvisit_wrapper .block .text .heading{
  font-size: clamp(20px, 7vw, 25px); 
  line-height: 1.2;
 }
 .homeluxuary_wrapper #luxuary .btn, .mustvisit_wrapper #mustvisit .btn {   
    height: 34px;
    line-height: 32px;
    font-size: 19px;
}
.homecruise_wrapper h3 {
    font-size: clamp(25px, 7vw, 45px);
}
h5 {   
    font-size: clamp(20px, 7vw, 27px);    
    line-height: 30px;
}
p {   
    font-size: 21px;
    line-height: 28px;
}
.mustvisit_wrapper .block .duration {    
    font-size: 18px;
}
h3 {
    font-size: clamp(25px, 7vw, 42px);
}
.counter_wrapper .counter_block .block_inner .tittle {   
    font-size: 20px;
}
.counter_wrapper .counter_block .block_inner .number {   
    font-size: 30px;   
    line-height: 30px;
}
.testimonial_wrapper .testi .item>p {
    font-size: 19px;
    line-height: 25px;
}
.testimonial_wrapper .testi .item .profile .information p {
    font-size: clamp(20px, 5vw, 27px);
}
.testimonial_wrapper .testi .item .profile .information span {    
    line-height: 25px;
    font-size: 18px;
}
.homeblog_wrapper .item .block .image .date {    
    font-size: 22px;
}
.homeblog_wrapper .item .block .content .tittle {   
    font-size: clamp(18px, 7vw, 30px);
}
.homeblog_wrapper .item .block .content p {
    font-size: 19px;
    line-height: 27px;
}
.footer .footer-content p {   
    font-size: 19px;
}
.footer .footer-content h6 {    
    font-size: 22px;
}
.footer .footer-content h4 {   
    font-size: 25px;
}
.footer .footer-content .links li a {   
    font-size: 19px;   
    line-height: 22px;
}
.footer .copyright p {   
    font-size: 16px;
}
}
@media only screen and (max-width: 1450px) {
.header_menu .menu-list li {    
    padding: 0 12px;
}
.banner_content {
    position: absolute;
    left: 8%;
    top: 35%;
    width: 50%;
    z-index: 1;
}
.swiper-slide{
  padding: 10px 30px;
}
}
@media only screen and (max-width: 1350px) {
.homeluxuary_wrapper, .mustvisit_wrapper, .consultancy_wrapper {
    width: 100%;
}
.homecruise_wrapper {
    width: 95%;
}
.homeabout_wrapper {
    width: 92%;
}
}
@media only screen and (max-width: 1280px) {
    header {        
        align-items: center; 
        padding: 8px 0;     
    }
    header.fix {     
      padding: 8px 0;     
  }
    .menu-btn {
      display: inline-block;
      
  }
  .logo {
    display: inline-block;
    width: 164px;
}
 header.fix .logo {
    width: 164px;   
 }
    header .btn:active {
        border-bottom: none;
    }
    header .btn:hover {
        background-color: transparent;
        border-color: transparent
    }
    .menu-btn .icon {
        
    }
    .menu-btn .icon .bar {        
        height: 5px;    
    }
    .menu-btn .icon .bar-2 {
        top: 8px;
        
    }
    .menu-btn .icon .bar-4 {
        bottom: 0.5px;    
    }
    .header_menu{
      width: 100%;
      height: 100vh;
      display: flex;
      /* flex-wrap: wrap; */
      align-items: center;
      transition: 0.3s;
      justify-content: center;
      position: fixed;
      flex-direction: column;
      left: 0px;
      top: 0px;
      z-index: 10;
      background: #fff;
      background-size: cover;
      background-position: center center;
      opacity: 0;
      visibility: hidden;
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -webkit-transition: all 0.3s cubic-bezier(.39, 0, .39, 1);
      -moz-transition: all 0.3s cubic-bezier(.39, 0, .39, 1);
      transition: all 0.3s cubic-bezier(.39, 0, .39, 1);
      margin-top: 0;
      overflow: auto;
      padding: 12% 2% 10%;
      }
    .header_menu.open{
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    .header_menu .menu-list{
        text-align: center;
    }
      .header_menu .menu-list li{
        display: block;
        padding: 15px 0 0;
      }
    .header_menu .menu-list li a,
   .header_menu .menu-list li a, .header_wrapper .menu .menu-list li a {
        color: #000;
        line-height: 74px;
        font-size: 35px;
    }
    .appointment .btn {   
    font-size: 35px;   
    height: 55px;
}
    .header_contact .fa-envelope-o:before {
        
        font-size: 28px;    
    } 
    .header_contact .fa-phone:before {
        
        font-size: 30px;    
    }
   
      .header_wrapper .menu-btn{
        display: inline-block;
      }
      .header_menu .menu-list li.menu-item-has-children .sub-menu{
        display: none !important;
      }
      .header_contact p{
        display: none;
      }
    .header_contact p a {
        transition: 0.1s;
        color: #25b061;
        padding-left: 5px;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        font-size: 0;
    }    
 
  
  .header_menu h4 {
    
    display: block;
}

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


.banner .banner-item .content h4 {
  font-size: clamp(18px, 2vw, 22px);
}
.appointment_mob {
  display: block;
  margin: 20px 0 0;
}

    .banner_content {
        position: absolute;
        left: 8%;
        top: 35%;
        width: 60%;
        z-index: 1;
    }
.header_menu .menu-list li.current-menu-item a {
    color: #0750a4;
    border-bottom: 2px solid #0750a4;
    
} 
.header_menu .menu-list li a {
  
    display: inline-block;
    padding: 0;
}  
.header_menu .menu-list li:hover a {
    color: #0750a4;
    border-bottom: 2px solid #0750a4;
}
.inner_banner {
    margin-top: 58px;
}
.visionmission_wrapper .block {
    width: 50%;
}
.contacttop_wrapper {   
    padding: 30px;
}
.contacttop_wrapper .left {   
    padding: 60px 25px;
}
.contactformbottom_content {
    width: 86%;
}
.destmain_wrapper .item {
    padding: 5px 5px;
    width: 25%;
}
}
@media only screen and (max-width: 1250px) {
  .cruisedetailtop_wrapper .image {
    width: 100%;
    display:block;
}
.cruisedetailtop_wrapper .content {
    width: 100%;
    display:block;
    margin: 30px 0 0;
}
.cruisedetailtop_wrapper .content .content_top {
    padding: 0 0px;
}
h3.visa_tittle::after {
    content: "";
    border-top: 1px solid #0750a4;
    position: relative;
    right: 0;
    height: 2px;
    width: 20%;
    top: 1px;
    display: inline-block;
}
.important_note {
    margin: 70px 0 0;
    width: 85%;
}
.destitnery_wrapper .item.active .image {
    width: 24%;
}
.destitnery_wrapper .left {  
    gap: 18px;   
    width: 95%;
}
}
@media only screen and (max-width: 1150px) {
.aboutbottom_container .container {
    position: relative;
    z-index: 1;
    width: 85%;
}
.aboutbottom_wrapper .block {
    width: 33.333%;
    padding: 15px 20px;
}
.aboutbottom_wrapper{
  margin: 40px -20px 0;
}
.visionmission_wrapper .block .block_inner {
    border-right: 2px solid #fff;
    padding: 0 20px;
}
.middle_content {
    width: 100%;
}
.journeymap_wrapper {
    width: 100%;
}
.cruiseitnery_wrapper {   
    width: 100%;
}
}
@media only screen and (max-width: 1050px) {
    .banner_content {        
        left: 8%;
        top: 30%;
        width: 70%;
        z-index: 1;
    }
    .contactformbottom_content {
    width: 100%;
    }
    .contacttop_wrapper .left{
      width:100%;
    }
    .contacttop_wrapper .contact-section{
      width:100%;
      margin: 20px 0 0;
    }
    .destmain_wrapper .item {
    padding: 5px 5px;
    width: 33.333%;
}
.experience_wrapper {
  flex-direction: column-reverse;
}
.experience_wrapper .content{
  width:100%;
  display: block;
  margin: 30px 0 0;
}
.experience_wrapper .image{
  width:100%;
  display: block;
}
  }
@media only screen and (max-width: 950px) {
  .homeblog_wrapper .item:nth-child(3){
    display: none;
  }
.blog_wrapper .item:nth-child(3), .cruiselisting_wrapper .item:nth-child(3){
    display: block;
  }
  .homeblog_wrapper .item{
    width:50%;
  }
  .footer .footer-content .col-container .right{
    display: none;
  }
  .footer .footer-content .col-container{
    justify-content: center;
    text-align: center;
  }
  .footer .footer-content p{
    max-width: 100%;
    padding: 15px 0 0;
  }
    .footer .footer-content .col-container .left{
      width:100%;
    }
  .logo_content{
    flex-direction: column;
  }
  .footer .footer-content h6{
    display: none;
  }
  .logo , header.fix .logo {
        display: inline-block;
        width: 150px;
    }
    .inner_banner {
        margin-top: 54px;
    }
    .abouttop_wrapper .image {
    width: 100%;
    display: block;
}
.abouttop_wrapper .content {
    width: 100%;
    display: block;
    margin: 20px 0 0;
}
.abouttop_container::after {   
    height: 80%;   
}
    .aboutbottom_wrapper .block {
        width: 33.333%;
        padding: 15px 10px;
    }
h4.detailtop_tittle {
    font-family: 'candarabold';
    font-size: clamp(20px, 3vw, 30px);
}
.visa_wrapper{
  flex-direction: column-reverse;
}
.visa_wrapper .image {
    width: 100%;
    display: block;
}
.visa_wrapper .content {
    width: 100%;
    display: block;
    margin: 30px 0 0;
}
.visaservise_wrapper ul.visaservice_content li {
   
    width: 100%;
}
.optionalexp_wrapper .block {    
    padding: 35px 25px;
    width: 100%;
    height: -webkit-fill-available;
    margin: 10px 0;
}
.include_container {
    margin: 70px auto 0 auto;
    display: block;
    width: 88%;
}
.include_wrapper{
  flex-direction: column-reverse;
}
.include_wrapper .left {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0;
}
.include_wrapper .right {
    width: 100%;
    display: inline-block;
    margin: 0;
}

.include_wrapper .content_wrapper {
    border-radius: 15px;
    background: #e1f1fc;
    padding: 50px 4% 50px 4%;
}
.include_container .container{
  width:100%;
}
}
@media only screen and (max-width: 850px) {
    header {       
        background: #fff;
        padding: 12px 0;
    }

img.mobile_banner {
    display: block !important;
}
img.desktop_banner {
    display: none !important;
}
img.mobile_banner {
    display: block !important;
}
.banner_content {
        left: 50%;
        top: 20%;
        width: 80%;
        z-index: 1;
        transform: translateX(-50%);
    }
  .homeluxuary_container .container, .mustvisit_container .container {
    /* margin-right: 0; */
    width: 100%;
}
    .homeluxuary_wrapper, .mustvisit_wrapper {
        width: 90%;
        margin-left: auto;
        margin-right: 0;
    }
    .destmain_wrapper{
      width: 100%;
      margin: 40px auto 0;
    }
  .homecruise_wrapper {
        width: 100%;
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }
  .homecruise_wrapper .image {
    width: 94%;
    display: block;
    margin-top: 20px;
    margin-left: 0;
    margin-right: auto;
}
.homecruise_wrapper .content.content_mob {
    display: block;
    width:90%;
    text-align: center;
}
.homecruise_wrapper .content h3, .homecruise_wrapper .content h5{
  display: none;
}
.homecruise_wrapper .content.content_mob h3, .homecruise_wrapper .content.content_mob h5{
  display: flex;
  justify-content: center;
}

h3{
  justify-content: center;
}
h3::before{
  content: "";
    border-top: 1px solid #0750a4;
    position: relative;
    left: 0;
    height: 2px;
    width: 15%; 
    top:1px;
}
h3::after{
  content: "";
    border-top: 1px solid #0750a4;
    position: relative;
    right: 0;
    height: 2px;
    width: 15%;   
    top:1px;   
}
h3 span{
    position: relative;
    display: flex;
    align-items: center;
}
h3 span::before{
  content: "";
    background:  #0750a4;
    position: relative;
    width:10px;
    height: 10px;   
    border-radius: 50%;
    left: 0;
    display: inline-block;
    margin-right: 15px;
}
 h3 span::after{
   content: "";
    background:  #0750a4;
    position: relative;
    width:10px;
    height: 10px;   
    right: 0;
    display: inline-block;
    border-radius: 50%;
    margin-left: 15px;
}
h3.visa_tittle::before,  h3.visa_tittle span::before{
  display: none;
}
.homecruise_wrapper .content {
    width: 90%;
    display: block;
    margin: 20px 0 0;
}
.homecruise_container {
   
    padding: 60px 0 0;
}
.consultancy_wrapper {        
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
.consultancy_wrapper .image{
  display: none;
}
.consultancy_wrapper .image.image_mob{
  display: block;
  margin: 20px 0 0;
  width:100%
}
.consultancy_wrapper .content {
    width: 100%;
    display: block;
}
    .homeabout_wrapper {
        width: 90%;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
    }
  .homeabout_wrapper .left {
    width: 100%;
    display: block;
}
.homeabout_wrapper .right {    
    display: none;
}
.homeabout_wrapper .right.right_mob {    
    display: block;
    width:70%;
    margin: 30px auto
  }
  .homeabout_wrapper .left .content {
    padding-left: 0;
}
.counter_wrapper .counter_block {
    padding-right: 0;
    display: inline-block;
    width: 50%;
    padding: 10px;
}
.newsdetail_wrapper .left {
    width: 100%;
    display: block;
    text-align: left;
}
.newsdetail_wrapper .right {
    width: 100%;
    display: block;
    text-align: left;
    margin: 30px 0 0;
}
.getintouch_wrapper {   
    justify-content: center;   
    padding: 30px 35px;  
    text-align: center;
}
.getintouch_wrapper .content {
    width: 100%;
    display: block;
}
.getintouch_wrapper .right {
    width: 100%;
    display: block;
    margin: 20px 0 0;
}
.important_note {
        margin: 70px 0 0;
        width: 100%;
    }
  .destitnery_wrapper .left{
    flex-wrap: wrap;
  }
  .destitnery_wrapper .image {
    width: 20%;
  }

      .destitnery_wrapper .item.active .image {
        width: 40%;
    }
    .destitnery_wrapper .text{
      width:100%;
      margin: 0px 0 0;
    }
    .destitnery_wrapper .item:not(.active) .text {
    display: flex;
    align-items: center;
    min-height: 55px;
    width: auto;
}
    .destitnery_wrapper .item {    
    align-items: flex-start;
    }
     .destitnery_wrapper .item:not(.active){
      align-items: center;
     }

}
@media only screen and (max-width: 750px) {
  .homeblog_wrapper .item{
    width:100%;
    padding: 0;
  }
  .homeblog_wrapper .item:nth-child(2){
    display: none;
  }
  .blog_wrapper .item:nth-child(2), .cruiselisting_wrapper .item:nth-child(3){
    display: block;
  }
  .cruisedetailtop_wrapper .content .content_bottom .block:nth-child(4) {
    width: 50%;
}
.cruisedetailtop_wrapper .content .content_bottom .block {
    width: 50%;
}
.cruisedetailtop_wrapper .content .content_bottom .block .block_inner{
  border: none;
}
}
@media only screen and (max-width: 650px) {
.main_tittle {
       width: 94%;
    margin: 0 auto;
        font-size: clamp(20px, 5vw, 38px);
}
.main_tittle span::after{
  margin-left: 5px;
}
.main_tittle span::before{
  margin-right:5px;
}
.main_tittle::before, .main_tittle::after {   
    width: 10%;
}
.abouttop_wrapper .content .main_tittle {
    text-align: left;
    width:auto;
    display: block;
}
.footer .copyright p {  
    width: 100%;
}
  .banner .banner-item .content p {  
   font-size: clamp(16px, 7vw, 17px);  
   line-height: 21px;   
  }
  .swiper-slide{
    padding: 10px;
  }
  .footer .footer-content  p {   
    font-size: 15px;  
    line-height: 19px;   
  }  
   .footer .copyright p {  
    font-size: 13px !important;   
    line-height: 18px !important;
  }
  .footer .footer-content {
    margin: 0px 0px 25px 0px;
    width: 100%;
}
p {   
    font-size: 16px !important;
    line-height: 23px !important;
    padding: 12px 0 0;
}
.btn {
    height: 32px;   
    font-size: 15px;
    line-height: 32px;
}
 .footer .footer-content  p {   
    font-size: 15px;   
    line-height: 19px;   
  }  
   .footer .copyright p {  
    font-size: 13px !important;   
    line-height: 18px !important;
  }

.banner .banner-item .content h1 {
    font-size: clamp(25px, 5vw, 50px);
}
    .visionmission_wrapper .block .block_inner {
        border-right: none;
        padding: 0 0px;
    }
        .visionmission_wrapper .block {
        width: 100%;
    }
    .aboutbottom_wrapper .block {
        width: 100%;
        padding: 15px 10px;
    }
  .detailtop_image .bottom_content .date {  
    font-size: 13px;
    }
        h4.detailtop_tittle {
        font-family: 'candarabold';
        font-size: clamp(16px, 2vw, 30px);
    }
    .destmain_wrapper .item {
        padding: 5px 5px;
        width: 50%;
    }
    .visual_wrapper .block {
    width: 50%;
    display: inline-block;
    padding: 4px;
}
.inner_banner .banner_content {
    position: absolute;
    left: 50%;
    top: 28%;
}
    .destitnery_wrapper .item.active .image {
        width: 50%;
    }
 .include_wrapper .content_wrapper{
  flex-wrap: wrap;
  padding: 10px 4% 10px 4%;
 }
    .include_wrapper .content_wrapper .block {
    width: 100%;
    display: block;
    margin: 20px 0;
}
.destoptionalexp_wrapper .block {
    width: 100%;
    display: block;
    margin: 20px 0;
}
.destoptionalexp_wrapper .block:nth-child(even) {
    margin-top:20px;
}
.destoptionalexp_wrapper {   
    width: 100%;
}
}
@media only screen and (max-width: 550px) {
    .logo, header.fix .logo {
        display: inline-block;
        width: 112px;
    }
  .homeluxuary_wrapper .block .text .heading{
    font-size: clamp(20px, 5vw, 22px);
  }
  .detailtop_image {
    position: relative;
    width: 100%;
    height: 260px;
}
.footer .social li {   
    margin: 0px 10px 0px 0px;   
}
.blogmain_container {
    width: 100%;
    display: block;
    position: relative;
    padding: 50px 0 6%;
    text-align: center;
}
.collapsible {
    padding: 20px;
}
.collapsible .collapse-head::after {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 3px solid #222;
    border-bottom: 3px solid #222;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-top: 4px;
    margin-left: 10px;
}
.destmain_wrapper .item {
        padding: 5px 5px;
        width: 100%;
    }
        .cruisedetailtop_wrapper .content .content_bottom .block {
        width: 100% !important;
    }
    .experience_wrapper {    
    padding: 10px;
    }
.optionalexp_wrapper .block {   
    padding: 22px 12px;
}
.destitnery_wrapper .image {
        width: 15%;
        padding-right: 6px;
    }
    .destitnery_wrapper .left {
        gap: 0px;
        width: 100%;
    }
        .destitnery_wrapper .right {
        width: 20px;
        height: 20px;
    }
    .destitnery_wrapper .item.active .image {
        width: 50%;
        margin: 0 0 15px 0;
    }
}
@media only screen and (max-width: 480px) {
.counter_wrapper .counter_block {
        padding-right: 0;
        display: inline-block;
        width: 100%;
        padding: 10px;
    }
        .contacttop_wrapper {
        padding: 8px;
    }
    .contacttop_wrapper .left {
        padding: 30px 10px;
    }
}