/**for theme color**/
:root {
    --primary-color: linear-gradient(97deg, #00B1FB 21.77%, #04F495 89.2%);
    --secondary-color: #110047;
    --btn-primary-color: linear-gradient(97deg, #00B1FB 21.77%, #04F495 89.2%);
    --btn-secondary-color: #00B1FB;
    --btn-primary-color: #110047;
    --btn-disabled-color: #007bff;
    --btn-header-bg-color: linear-gradient(94.7deg, #A60000 -12.99%, #F40404 89.52%);
    --text-primary-color: #000000;
    --text-secondary-color: #545454;
    --text-footer-link-color: #989898;
    --text-footer-link-hover-color: #03a780;
    --bg-primary-color: linear-gradient(0deg, #EFFCFF 24.5%, rgba(241, 253, 255, 0.00) 94.17%);
    --bg-secondary-color: linear-gradient(97deg, #00B1FB 21.77%, #04F495 89.2%), #D9D9D9;
    --bg-inner-section-color: #EEFAFF;
    --bg-inner-section-color-2: #e3fbff;
    --bg-inner-section-color-3: #CDF0FF;
    --bg-footer-color: #222222;
    --bg-overlay-color: rgba(0, 0, 0, 0.5);
    --bg-inner-section-color-before: linear-gradient(97.22deg, rgba(0, 177, 251, 0.5) 21.77%, rgba(4, 244, 149, 0.5) 89.2%);
    --accessibility-border-color: #353535;
    --accessibility-bg-color: #1F1F1F;
    --accessibility-ancher-color: linear-gradient(97deg, #00B1FB 21.77%, #04F495 89.2%);
    --floating-icon-bg-color: linear-gradient(95deg, #A60000 -12.99%, #F40404 89.52%);
    --form-control-border-color: rgba(17, 154, 211, 0.65);
    --form-control-bg-color: #F6FBFD;
    --form-control-color: #545454;
    --form-control-label-color: #222222;
    --copyright-text-color: #5E5E5E;
    --bg-color-gray: #eeeeee;
    --bg-bullets: #1100474d;
    --bg-bullets-active: #110047;
    --bg-gradient-color: linear-gradient(180deg, #EFFCFF 27.65%, rgba(241, 253, 255, 0.00) 100%);
    --bg-gradient-color-2: linear-gradient(0deg, #EFFCFF 24.5%, rgba(241, 253, 255, 0.00) 94.17%);
    --bg-gradient-color-3: linear-gradient(312deg, rgba(4, 241, 154, 0.23) 0%, rgba(0, 180, 245, 0.15) 97.88%), #EEFAFF;
    --bg-gradient-color-4: linear-gradient(180deg, #EFFCFF 24.5%, rgba(241, 253, 255, 0.00) 94.17%);
    --bg-gradient-color-5: linear-gradient(312deg, rgba(4, 241, 154, 0.23) 0%, rgba(0, 180, 245, 0.15) 97.88%);
    --bg-gradient-color-6: linear-gradient(0deg, #C3FBE9 5.22%, #CCF2FD 100%);
    --bg-gradient-color-7: linear-gradient(97.22deg, #00B1FB 21.77%, #04F495 89.2%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
    --bg-gradient-color-8: linear-gradient(97.22deg, #00B1FB 21.77%, #04F495 89.2%), linear-gradient(0deg, #D9D9D9, #D9D9D9);
    --bg-gradient-color-9: linear-gradient(0deg, #FFF 0%, #E2FBFF 100%);
    --bg-gradient-color-10: linear-gradient(95.6deg, #1CCBD8 6.79%, #308CBD 79.14%);
    --bg-gradient-color-11: linear-gradient(0deg, #FFF 0%, #CDF0FF 100%);
    --heading-border-color: linear-gradient(74deg, #00B1FB -29.2%, #04F495 113.47%);
    --white-color: #ffffff;
    --black-color: #000000;
  }
  
  /**purple Theme**/
  .purpleTheme {
    --primary-color: linear-gradient(97.22deg, #9F6CF1 21.77%, #CF6CF1 89.2%); 
    --btn-header-bg-color: linear-gradient(97.22deg, #9F6CF1 21.77%, #CF6CF1 89.2%);
  /*  --btn-primary-color: linear-gradient(97.22deg, #9F6CF1 21.77%, #CF6CF1 89.2%); */
    --bg-primary-color: linear-gradient(0deg, #F4EDF6 27.65%, #FFFFFF 100%);
    --bg-gradient-color: linear-gradient(180deg, #F4EDF6 27.65%, #FFFFFF 100%); 
    --heading-border-color: linear-gradient(97.22deg, #9F6CF1 21.77%, #CF6CF1 89.2%);
    --bg-inner-section-color-before: linear-gradient(97.22deg, rgba(159, 108, 241, 0.5) 21.77%, rgba(207, 108, 241, 0.5) 89.2%);
    --bg-inner-section-color: #f4edf6;
    --bg-inner-section-color-2: #f4edf6;
    --bg-inner-section-color-3: #f4edf6;
    --bg-gradient-color-2: linear-gradient(0deg, #F4EDF6 24.5%, #FFFFFF 94.17%);
    --bg-gradient-color-3: linear-gradient(97.22deg, #E2D3FB 21.77%, #F0D3FB 89.2%);
    --bg-gradient-color-4: linear-gradient(180deg, #F4EDF6 24.5%, #FFFFFF 94.17%);
    --bg-gradient-color-5: linear-gradient(97.22deg, #E2D3FB 21.77%, #F0D3FB 89.2%);
    --bg-gradient-color-7: linear-gradient(97.22deg, #9F6CF1 21.77%, #CF6CF1 89.2%);
    --bg-gradient-color-9: linear-gradient(0deg, #FFFFFF 0%, #F4EDF6 100%);
    --bg-gradient-color-11: linear-gradient(0deg, #FFFFFF 0%, #F4EDF6 100%);
    --bg-secondary-color: linear-gradient(97.22deg, #9F6CF1 21.77%, #CF6CF1 89.2%);
    --text-footer-link-hover-color: #9F6CF1;
  }
  
  /**purple Theme**/
  .redTheme {
    --primary-color: linear-gradient(97.22deg, #F45B35 21.77%, #F5AD4B 89.2%); 
    --btn-header-bg-color: linear-gradient(97.22deg, #F45B35 21.77%, #F5AD4B 89.2%);
  /*  --btn-primary-color: linear-gradient(97.22deg, #F45B35 21.77%, #F5AD4B 89.2%); */
    --bg-primary-color: linear-gradient(0deg, rgba(249, 240, 228, 0.623529) 27.65%, #FFFFFF 100%);
    --bg-gradient-color: linear-gradient(180deg, rgba(249, 240, 228, 0.623529) 27.65%, #FFFFFF 100%); 
    --heading-border-color: linear-gradient(97.22deg, #F45B35 21.77%, #F5AD4B 89.2%);
    --bg-inner-section-color-before: linear-gradient(97.22deg, rgba(244, 91, 53, 0.5) 21.77%, rgba(245, 173, 75, 0.5) 89.2%);
    --bg-inner-section-color: rgba(249, 240, 228, 1);
    --bg-inner-section-color-2: rgba(249, 240, 228, 1);
    --bg-inner-section-color-3: rgba(249, 240, 228, 1);
    --bg-gradient-color-2: linear-gradient(0deg, #F9F0E4 24.5%, #FFFFFF 94.17%);
    --bg-gradient-color-3: linear-gradient(97.22deg, #FBCEC2 21.77%, #FCE6C9 89.2%);
    --bg-gradient-color-4: linear-gradient(180deg, #F9F0E4 24.5%, #FFFFFF 94.17%);
    --bg-gradient-color-5: linear-gradient(97.22deg, #FBCEC2 21.77%, #FCE6C9 89.2%);
    --bg-gradient-color-7: linear-gradient(97.22deg, #F45B35 21.77%, #F5AD4B 89.2%);
    --bg-gradient-color-9: linear-gradient(0deg, #FFFFFF 0%, #F9F0E4 100%);
    --bg-gradient-color-11: linear-gradient(0deg, #FFFFFF 0%, #F9F0E4 100%);
    --bg-secondary-color: linear-gradient(97.22deg, #F45B35 21.77%, #F5AD4B 89.2%);
    --text-footer-link-hover-color: #F45B35;
  }
  
  .bg-primary { background-color: #00B1FB!important;}
  .bg-secondary { background-color: #B2BBCF!important;}
  .bg-success { background-color: #28E046!important;}
  .bg-danger { background-color: #EB5D5D!important;}
  .bg-warning { background-color: #F6D422!important;}
  .bg-info { background-color: #17a2b8!important;}
  .bg-light { background-color: #f8f9fa!important;}
  .bg-dark { background-color: #343a40!important;}
  .bg-white { background-color: #ffffff!important;}
  .bg-lightgreen { background-color: #BBFCD1!important;}
  .bg-purple { background-color: #C754EF!important;}
  .bg-lightblue { background-color: #5E5BF6!important;}
  .bg-blue{background-color: #2061F2!important;}
  
  /**custom css for all pages**/
  .heading .headingH2{
      color: var(--text-primary-color);
      font-family: 'Heebo';
      font-size: 34px;
      font-style: normal;
      font-weight: 700;
      line-height: 30px; /* 88.235% */
      padding-right: 15px;
      margin-bottom: 30px;
      position: relative;
  }
  .heading .headingH2:before{
      background: var(--heading-border-color);
      height: 100%;
      width: 4px;
      content: "";
      position: absolute;
      right: 0px;
      top: 0;
      bottom: 0;
  }
  .heading_center{
      text-align: center;
  }
  .heading_center .headingH2{
        font-size: 40px;
        line-height: 40px; /* 100% */
  }
  .heading_center p{
      margin-bottom: 50px;
      color: var(--text-primary-color);
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 150%; /* 30px */
  }
  .heading_center .headingH2:before {
      background: var(--heading-border-color);
      height: 4px;
      width: 60px;
      right: 0px;
      left: 0;
      top: unset;
      bottom: -15px;
      margin: auto;
  }
  .additional_hdng {
      display: flex;
      gap: 15px;
  }
  .additional_more{
      position: relative;
  }
  .additional_more .more_icons{
     width: 32px;
     cursor: pointer;
  }
  .more_dropdown {
      position: absolute;
      background: #FFFFFF;
      z-index: 99;
      min-width: 260px;
      box-shadow: 0px 2px 10px 0px #00000059;
      border-radius: 16px;
      overflow: hidden;
  }
  .more_dropdown ul{
      list-style-type: none;
      padding: 0;
      margin: 0;
  }
  .more_dropdown ul li{
      padding: 12px 24px;
      font-size: 18px;
      font-weight: 500;
      line-height: 26.44px;
      color: var(--secondary-color);
  }
  .more_dropdown ul li:hover{
     background: #EFFCFF;
  }
  .more_dropdown ul li:hover a{
      color: inherit;
  }
  
  .paddingBottom0{
      padding-bottom: 0!important;
  }
  
  .deviderline{
    width: 100%;
    height: 1px;
    background-color: var(--bg-color-gray);
  }
  .section_padding{
      padding: 60px 0;
  }
  .owl-dots{
      display: flex!important;
      justify-content: center;
      margin: 40px 0 0;
      gap: 10px!important;
  }
  .owl-dots .owl-dot{
      background: var(--bg-bullets)!important;
      width: 12px!important;
      height: 12px!important;
      border:none!important;
      border-radius: 100%!important;
  }
  .owl-dot.active{
      background: var(--bg-bullets-active)!important;
  }
  .sidenav {
        position: fixed;
        right: -280px;
        width: 280px;
        height: 100%;
        background: var(--bg-bullets-active);
        transition: right 0.3s ease;
        z-index: 99999;
        top: 0;
        padding-top: 80px;
  }
  div#menu-close {
      position: absolute;
      color: var(--white-color);
      cursor: pointer;
  }
  .sidenav ul{
      margin: 0;
      padding: 0;
      list-style-type: none;
      max-height: 100vh;
      overflow: auto;
  }
  /* width */
  .sidenav ul::-webkit-scrollbar {
    width: 4px;
  }
  /* Track */
  .sidenav ul::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
  /* Handle */
  .sidenav ul::-webkit-scrollbar-thumb {
    background: #888; 
  }
  /* Handle on hover */
  .sidenav ul::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }
  .sidenav ul li{
      margin: 0;
      padding: 0;
  }
  .sidenav ul li a{
      color: var(--white-color);
      font-family: 'Heebo';
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: 26px; /* 192.308% */
      padding: 10px 30px;
      display: block;
      width: 100%;
  }
  .sidenav ul li a:hover{
      text-decoration: none;
      color: var(--btn-secondary-color);
  }
  div#menu-close {
      position: absolute;
      color:var(--white-color);
      top: 10px;
      left: 10px;
      font-size: 36px;
      height: 26px;
      line-height: 30px;
  }
  
  
  .header_section{
      position: sticky;
      top: 0;
      z-index: 9999;
      background: var(--white-color);
      box-shadow: 0px 0px 3px 0px var(--bg-color-gray);
  }
  .nabLogo {
      padding-left: 160px;
  }
  .navBar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      height: 110px;
  }
  .navBar .nabBtn .btn-primary{
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      padding-left: 38px;
      padding-right: 38px;
      height: 50px;
      background: linear-gradient(94.7deg, #A60000 -12.99%, #F40404 89.52%);
      color: var(--white-color);
  }
  .navBar .nabBtn .btn-primary:hover{
      background: var(--btn-secondary-color);
  }
  .navBar .nab-icons {
      display: flex;
      gap: 30px;
      align-items: center;
  }
  .nav-humbler > img, 
  .nav-search > img, 
  .nav-admin > img, 
  .notification_icons img{
      width: 30px;
      height: 30px;
      object-fit: contain;
      cursor: pointer;
  }
  .nav-admin .loginUser_profile {
      width: 50px;
      height: 50px;
      border-radius: 100%;
  }
  .nav-search.active .searchIocns{
      display: none;
  }
  .nav-search.active .closeIocns{
      display: block!important;
  }
  .notification_bar{
      position: relative;
  }
  .notification_icons{
      position: relative;
  }
  .notification_bar .budge_number {
      width: 24px;
      height: 24px;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #EB5D5D;
      color: #fff;
      font-size: 12px;
      font-weight: 400;
      line-height: 1px;
      border: 2px solid #fff;
      position: absolute;
      top: -11px;
      right: -6px;
  }
  .popupsBxBar {
    background-color: #fff;
    position: absolute;
    display: none;
    z-index: 999;
    width: 400px;
    top: 75px;
    border-radius: 16px;
    border: 1px solid rgba(230, 232, 237, 1);
    box-shadow: 0px 4px 10px 0px rgba(17, 0, 71, 0.3);
  }
  
  #notification_popup .card-header {
      padding: 16px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 5px;
      border-bottom: 1px solid rgba(230, 232, 237, 1);
  }
  #notification_popup .card-header h4{
      font-family: Heebo;
      font-size: 22px;
      font-weight: 500;
      line-height: 32px;
      margin: 0;
      color: rgba(17, 0, 71, 1);
  }
  #notification_popup .card-header a{
      font-family: Heebo;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      color: rgba(32, 97, 242, 1);
  }
  #notification_popup ul.notification_ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
  }
  #notification_popup ul.notification_ul li{
      display: flex;
      gap: 12px;
      padding: 12px;
      border-bottom: 1px solid rgba(230, 232, 237, 1);
      cursor: pointer;
  }
  #notification_popup ul.notification_ul li img{
      border-radius: 100%;
  }
  #notification_popup ul.notification_ul li:hover{
      background: rgba(242, 245, 250, 1);
  }
  #notification_popup ul.notification_ul h4{
      font-family: Heebo;
      font-size: 16px;
      font-weight: 700;
      line-height: 24px;
      margin: 0;
      color: rgba(17, 0, 71, 1);
  }
  #notification_popup ul.notification_ul p{
      font-family: Heebo;
      font-size: 14px;
      font-weight: 500;
      line-height: 21px;
      margin: 0;
      color: rgba(95, 90, 114, 1);
  }
  #notification_popup ul.notification_ul .notification_date{
      font-family: Heebo;
      font-size: 12px;
      font-weight: 500;
      line-height: 18px;
      color: rgba(178, 187, 207, 1);
  
  }
  #notification_popup .card-footer {
      padding: 17px;
      text-align: center;
      background: rgba(242, 245, 250, 1);
      border-radius: 0 0 16px 16px;
      font-family: Heebo;
      font-size: 16px;
      font-weight: 500;
      line-height: 15px;
  }
  #notification_popup .card-footer a{
      color: rgba(32, 97, 242, 1);
  }

  .nav-admin {
    position: relative;
    
}
#userProfileBx{
   display: flex;
    align-items: center;
    gap: 17px;
    cursor: pointer;
}
#userProfileDrop {
    width: 190px;
    box-shadow: 0px 0px 14px 0px #00000026;
    border-radius: 6px;
    top: 80px;
    right: 0;
}
#userProfileDrop .userProfileName{
    font-weight: bold;direction: rtl;border-bottom: 1px solid #e3e3e3;padding: 10px;margin-bottom: 0;
}
#userProfileDrop .card-box {
    padding: 15px;
}
#userProfileDrop ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#userProfileDrop ul li{
    margin-bottom: 17px;
}
#userProfileDrop ul li a {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
}
#userProfileDrop ul li:last-child{
    margin-bottom: 0;
}
#userProfileBx .userProfile_name {
    color: #000;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 9px;
}
.loginUser.active {
    width: 60px;
    height: 60px;
   background: var(--bg-gradient-color-8);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.alert {
    position: relative;
    padding: 20px 30px 20px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 16px;
    padding-left: 55px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
}
.alert-success {
    color: #155724;
    background-color: #e8faec;
    border-color: #e8faec;
}
.alert-info {
    color: #0c5460;
    background-color: #e5fbff;
    border-color: #e5fbff;
}
.alert-info .alert-icons path{
    fill: #0c5460;
}
.alert-warning {
    color: #856404;
    background-color: #fff9e8;
    border-color: #fff9e8;
}
.alert-warning .alert-icons path{
    fill: #dda400;
}
.alert-danger {
    color: #721c24;
    background-color: #F5E5E5;
    border-color: #F5E5E5;
}
.alert-danger .alert-icons path{
    fill: #EB5D5D;
}
.alert-primary {
    color: #004085;
    background-color: #dbebfc;
    border-color: #dbebfc;
}
.alert-primary .alert-icons path{
    fill: #004085;
}
.alert-secondary {
    color: #383d41;
    background-color: #ededed;
    border-color: #ededed;
}
.alert-secondary .alert-icons path{
    fill: #383d41;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #d6d8d9;
}
.alert-dark .alert-icons path{
    fill: #1b1e21;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fefefe;
}
.alert-light .alert-icons path{
    fill: #818182;
}
.alert-icons{
    margin-bottom: 10px;
}
.alert p:last-child{
   margin-bottom: 0;
}
.alert .close-alert{
    background-color: inherit;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: absolute;
    left: 20px;
    top: 20px;
    cursor: pointer;
}
  
  /**modal popup for common**/
  .modal_popup {
      position: fixed;
      width: 400px;
      box-shadow: 0px 4px 15px 0px #1100474D;
      border: none;
      z-index: 999999;
      top: 18%;
      border-radius: 16px;
      min-height: 300px;
      display: none;
      background-color: #F2F5FA;
      margin: auto;
      left: 0;
      right: 0;
  }
  .window_modal_popup{
      width: 800px;
  
      position: absolute;
      top: 16%;
      bottom: unset;
  }
  .modal_popup_hdr {
      display: flex;
      justify-content: space-between;
      padding: 17px;
      align-items: center;
      border-bottom: 1px solid #E6E8ED;
      border-radius: 16px 16px 0 0;
  }
  .modal_popup_hdr .title_secondary{
      margin: 0;
      font-size: 22px;
  }
  .modal_popup_hdr .close_hdr{
      background-color: inherit!important;
      border: none;
      padding: 0;
      margin: 0;
      height: auto;
      width: auto;
      cursor: pointer;
  }
  .modal_popup_body{
      padding:32px 17px;
  }
  .modal_popup .btn-groups{
      display: flex;
      justify-content: space-between;
      margin-top: 25px;
  }
  .modal_popup .btn{
      height: 48px;
      min-width: 150px;
  }
  .modal_popup input.form-control, 
  .modal_popup select.form-control, 
  .modal_popup div.form-control{
      height: 48px;
  }
  .modal_popup_body .label_hints{
      color: #0C9A00;
      font-weight: 500;
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 8px;
  }
  
  .modal_scroller{
      overflow: auto;
      max-height: 80vh;
  }
  /**end modal popup**/
  
  
  #overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: var(--bg-overlay-color);
        z-index: 1;
      }
  .overlay2 {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9999;
      width: 100%;
      height: 100%;
      background: #11004733;
  }    
  
  /**search box header**/
  .search_bx {
      position: absolute;
      left: 0;
      right: 0;
      width: 100%;
      background: var(--white-color);
      border: 1px solid var(--bg-color-gray);
      top: 110px;
  }
  .search_bx .form_group {
      display: flex;
      height: 60px;
  }
  .search_bx .form_group input{
      width: 100%;
      height: 100%;
      border: none;
      padding: 0 30px;
  }
  .search_bx .form_group button{
      width: auto;
      height: 100%;
      border-radius: 0;
      cursor: pointer;
  }
  .search_bx .form_group input:focus, 
  .search_bx .form_group button:focus{
      outline: none;
  }
  
  /**home banner section**/
  .bannerArea{
      position: relative;
      height: 450px;
  }
  .bannerArea .container{
      position: relative;
      z-index: 9;
      height: 100%;
  }
  picture.banner-picture::before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: #00000070;
}
  picture.banner-picture{
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
  }
  picture.banner-picture img{
      height: 100%;
      width: 100%;
      object-fit: cover;
  }
  .bannerArea .bannerSlider, 
  .bannerArea .owl-stage-outer,
  .bannerArea .owl-stage, 
  .bannerArea .owl-item, 
  .bannerArea .item{
      height: 100%;
  }
  .banner-caption{
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: end;
  }
  .bannerSlider .glide__arrows button, 
  .bannerSlider .glide__arrows button:hover,
  .bannerSlider .glide__arrows button:focus{
      border: none;
      padding: 0;
      box-shadow: none;
  }
  .bannerSlider .glide__arrows .glide__arrow--right{
      right: 0;
  }
  .bannerSlider .glide__arrows .glide__arrow--left{
      left: 0;
  }
  .banner-caption h1{
      color: var(--white-color);
      font-family: 'Heebo';
      font-size: 60px;
      font-style: normal;
      font-weight: 700;
      line-height: 50px; /* 83.333% */
      margin-bottom: 8px;
  }
  .banner-caption h1 span{
      display: block;
      margin-bottom: 20px;
      text-shadow: 4px 4px 0 black, -4px -4px 0 black, 4px -4px 0 black, -4px 4px 0 black;
    color: #fff;
  }
  .banner-caption .para{
	color: white; 
    text-shadow: 2px 2px 0 black, 
                 -2px -2px 0 black, 
                 2px -2px 0 black, 
                 -2px 2px 0 black;
}
.banner_section picture.banner-picture::before{
display: none;
}
  .banner-caption p{
      color: var(--white-color);
      font-family: 'Heebo';
      font-size: 26px;
      font-style: normal;
      font-weight: 500;
      line-height: 50px; /* 192.308% */
      margin-bottom: 20px;
  }
  .banner-caption .btn-primary{
      padding:0 41px;
      color: var(--bg-bullets-active);
  }
  .banner-caption p:last-child{
      margin-bottom: 50px;
  }
  .bannerArea .item {
    position: relative;
}
 
.bannerArea .item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 75.99%);
    z-index: 9;
}
.banner-caption{
	justify-content: center;
	    max-width: 580px;
	    width: 100%;
}
.banner-caption p:last-child {
    margin-bottom: 0px;
}
.banner-caption h1 span, 
.banner-caption p{
	text-shadow: 2px 4px 7px #00000040!important;
}
.bannerSlider .owl-dots {
    position: absolute;
    left: 10%;
    bottom: 33px;
    z-index: 9;
}
.bannerSlider .owl-dots .owl-dot{
	background: #FFFFFF4D !important;
}
.bannerSlider .owl-dots .owl-dot.active {
    background: #fff !important;
}
   /* Customize navigation buttons */
  .bannerSlider .owl-prev, .bannerSlider .owl-next, .category-list .owl-prev, .category-list .owl-next {
           background-color: transparent;
           border: none;
           position: absolute;
           top: 50%;
           transform: translateY(-50%);
           width: 50px; /* Adjust the width as needed */
           height: 50px; /* Adjust the height as needed */
           cursor: pointer;
           background-repeat: no-repeat;
           width: 60px;
           height: 60px;
           z-index: 99;
           padding: 0;
        }
  .bannerSlider .owl-prev:focus, .bannerSlider .owl-next:focus{
      outline: none;
  }      
   .bannerSlider .owl-prev span, 
   .bannerSlider .owl-next span,
   .category-list .owl-prev span,
   .category-list .owl-next span{
      display: none;
   }     
  .bannerSlider .owl-prev, .category-list .owl-prev{
      background-image: url(../images/svg/arrow-left-icon.svg)!important;
      left: 0;
  }
  .bannerSlider .owl-next, .category-list .owl-next {
    background-image: url(../images/svg/arrow-right-icon.svg)!important;
  }
  .owl-dots{
    flex-wrap: wrap;
    }
    
  /**service section**/
  .service-section{
      background: var(--bg-gradient-color);
  }
  .service-box {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
  }
  .service-item{
     height: 170px; 
     flex:1 1 calc(16.66% - 25px);
     max-width: calc(16.66% - 25px);
     display: flex;
  
     flex-direction: column;
     justify-content: center;
     align-items: center;
     border-radius: 25px;
      background: var(--white-color);
      box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.10);
      cursor: pointer;
      padding: 24px 15px 20px;
      transition: all 0.6s;
      text-align: center;
  }
  .service-item .service-icon{
      width: 70px;
      height: 70px;
      margin-bottom: 12px;
      margin-right: auto;
      margin-left: auto;
  }
  .service-item .service-icon img{
      width: 100%;
      height: 100%;
      object-fit: contain;
  }
  .service-item a{
      font-style: inherit;
      color: inherit;
  }
  .service-item a:hover{
      text-decoration: none;
  }
  .service-item .service-name{
      color: var(--text-primary-color);
      font-family: 'Heebo';
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      margin-bottom: 0px;
  }
  .service-item .service-dec p{
      color: var(--text-secondary-color);
      font-family: 'Heebo';
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin-bottom: 0px;
  }
  .service-item:hover img{
      transform: scale(0.9);
      filter: brightness(0) invert(1);
  }
  .service-item:hover{
      background-color: var(--btn-secondary-color);
      transition: all 0.6s;
      transform: scale(1.1);
  }
  .service-item:hover .service-name a, 
  .service-item:hover .service-dec p{
      color: var(--white-color);
  }
  
  /**app store**/
  .app-store-section{
      padding: 144px 0 0;
  }
  .app-store-caption{
      width: 100%;
      max-width: 430px;
      margin: auto;
      text-align: center;
  }
  .app-store-caption h2{
      color: var(--text-primary-color);
      font-family: 'Heebo';
      font-size: 40px;
      font-style: normal;
      font-weight: 700;
      line-height: 40px; /* 100% */
      padding-bottom: 15px;
      position: relative;
      margin-bottom: 39px;
   }
   .app-store-caption h2:before{
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      background: var(--heading-border-color);
      width: 60px;
      height: 4px;
      bottom: -15px;
   }
   .app-store-caption p{
      color: var(--text-primary-color);
      font-family: 'Heebo';
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 26px; /* 130% */
      margin-bottom: 22px;
   }
  
   .app-store-caption p:last-child{
      margin-bottom: 0;
   }
    .app-store-caption .btn-primary{
      padding: 0 34px;
    }
    .app-store{
      padding-left: 28px;
    }
  
    /**button app groups**/
   .button-app-group{
      border-radius: 15px;
      background: var(--secondary-color);
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 30px;
      padding: 60px 30px;
  }
  .button-app-list{
     height: 160px; 
     flex:1 1 calc(16.66% - 25px);
     max-width: calc(16.66% - 25px);
     display: flex;
  
     flex-direction: column;
     justify-content: center;
     align-items: center;
     border-radius: 25px;
      background: var(--white-color);
      box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.10);
      cursor: pointer;
      padding: 24px 5px 20px;
      transition: all 0.6s;
  }
  .button-app-list .button-app-icon{
      width: 70px;
      height: 70px;
      margin-bottom: 17px;
      margin-right: auto;
      margin-left: auto;
  }
  .button-app-list .button-app-icon img{
      width: 100%;
      height: 100%;
      object-fit: contain;
  }
  .button-app-list a{
      font-style: inherit;
      color: inherit;
  }
  .button-app-list a:hover{
      text-decoration: none;
  }
  .button-app-list .button-app-name{
      color: var(--text-primary-color);
      font-family: 'Heebo';
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      margin-bottom: 0px;
      text-align: center;
  }
  .button-app-list:hover img{
      transform: scale(0.9);
      filter: brightness(0) invert(1);
  }
  .button-app-list:hover{
      background-color: var(--btn-secondary-color);
      transition: all 0.6s;
      transform: scale(1.1);
  }
  .button-app-list:hover .button-app-name a{
      color: var(--white-color);
  }
  
  /**blog section**/
  /*.blog-section {
      padding-bottom: 118px;
  }*/
  .blog-grid .blog-thumbs{
      position: relative;
      margin-bottom: 10px;
      height: 200px;
      overflow: hidden;
  }
  .blog-grid .blog-thumbs a img{
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.6s;
  }
  .blog-grid .blog-date{
      position: absolute;
      right: 10px;
      bottom: 10px;
      border-radius: 4px;
      background: var(--bg-bullets-active);
      padding: 9px 11px;
      display: flex;
      gap: 5px;
      align-items: center;
      color: var(--white-color);
     font-family: 'Heebo';
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px; /* 133.333% */
      display: none;
  }
  .blog-grid .blog-date img{
      width: 11px;
      height: auto;
          position: relative;
    top: -1px;
  }
  .blog-grid .blog-temp {
      display: flex;
      gap: 8px;
      align-items: center;
      margin-bottom: 2px;
  }
  .blog-grid .blog-temp img{
      width: 10px;
      height: auto;
  }
  .blog-grid .blog-dec h2{
      color: var(--text-primary-color);
      font-family: 'Heebo';
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: 26px; /* 130% */
      position: relative;
      margin-bottom: 18px;
  }
  .blog-grid .blog-dec h2 a{
      color: inherit;
      font-size: inherit;
  }
  .blog-grid .blog-dec h2:before{
      content: "";
      position: absolute;
       width: 30px;
      height: 3px;
      background: var(--heading-border-color);
      bottom: -6px;
      right: 0;
  
  }
  .blog-grid .blog-dec p{
      color: var(--text-secondary-color);
      font-family: 'Heebo';
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px; /* 125% */
      margin-bottom: 20px;
  }
  .blog-list:hover .blog-thumbs a img{
      transition: all 0.6s;
      transform: scale(1.1);
  }
  .blog-list:hover .blog-dec h2 a{
      text-decoration: none;
      color: var(--text-footer-link-hover-color);
  }
  
  /**footer-section**/
  .footer-section{
      background-color: var(--bg-footer-color);
      margin: 0;
  }
  .footer-logo{
      text-align: center;
      margin-bottom: 30px;
  }
  .footer-menu{
      padding-bottom: 60px;
  }
  .footer-menu ul{
      display: flex;
      gap:20px 30px;
      justify-content: center;
      text-align: center;
      flex-wrap: wrap;
      margin: 0;
      padding: 0;
  }
  .footer-menu a{
      color: var(--text-footer-link-color);
      font-family: 'Heebo';
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
  }
  .footer-menu a:hover{
      text-decoration: none;
      color: var(--text-footer-link-hover-color);
  }
  
  /**footer accessibility box**/
  .accessibility-box{
      margin: 20px 0;
      width: 100%;
      height: 1px;
      background: rgba(255, 255, 255, 0.10);
      position: relative;
	  display: flex;
  align-items: center;
  justify-content: center;
	  gap:3px;
  }
  .accessibility-icon {
      left: 0;
      right: 0;
      top: -20px;
      border-radius: 100px;
      border: 1px solid var(--accessibility-border-color);
      background: var(--accessibility-bg-color);
      height: 40px;
      align-items: center;
      width: auto;
      padding: 0 58px;
      max-width: fit-content;
	  display: flex;
	  gap:5px;
  }

.accessibility-icon a{
	text-decoration: none!important;
}
.accessibility-icon.AdminLogin{
	padding: 0 34px;
	  border: 1px solid var(--accessibility-border-color);
      background: var(--btn-primary-color);
	

}

.accessibility-icon.AdminLogin a{
	 color:rgba(0, 177, 251, 1);
	-webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
	background: none;
}

  .accessibility-icon a{
      font-family: 'Heebo';
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 28px; /* 200% */
      text-decoration-line: underline;
      background: var(--accessibility-ancher-color);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
  }
  .accessibility-icon:hover{
      border-color: var(--text-footer-link-hover-color);
  }
  
  .copyright{
      padding: 40px 0 20px;
      text-align: center;
  }
  .copyright p{
      color: var(--copyright-text-color);
      font-family: 'Heebo';
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin: 0;
  }
  
  
  /**inner banner/pages**/
  .innerBanner {
      height: 220px;
      position: relative;
  }
  .innerBanner:before{
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: var(--bg-inner-section-color-before);
      z-index: 9;
  }
  .innerBanner .innerBanner-picture{
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
  }
  .innerBanner .innerBanner-picture img{
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  .innerBanner .container {
      height: 100%;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      z-index: 99;
      position: relative;
  }
  .innerBanner_caption {
      text-align: center;
      width: 100%;
  }
  .innerBanner_caption .innerBanner_heading {
      color: var(--white-color);
      text-align: center;
     font-family: 'Heebo';
      font-size: 50px;
      font-style: normal;
      font-weight: 700;
      line-height: 50px;
      margin-bottom: 1px;
  }
  .innerBanner_caption p{
      color: var(--white-color);
      text-align: center;
     font-family: 'Heebo';
      font-size: 22px;
      font-style: normal;
      font-weight: 500;
      line-height: 50px;
      margin-bottom: 0;
  }
  .innerBreadcum{
      padding: 33px 0;
  }
  .innerBreadcum ul{
      list-style-type: none;
      margin: 0;
      padding: 0;
      display: flex;
      gap: 4px;
  }
  .innerBreadcum ul li{
      color: var(--text-primary-color);
     font-family: 'Heebo';
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: 20px; /* 133.333% */
  }
  .innerBreadcum ul li a{
      font-size: inherit;
      color: inherit;
  }
  .innerBreadcum ul li.active{
      font-weight: 700;
  }
  .homePage_service{
      background: var(--bg-gradient-color);
  }
  .homePage_service .service-section{
      background: #ff000000 !important;
  }
  .homePage_service .service-section:first-child{
      padding-bottom: 0px;
  }
  
  .floating_btns {
      /* position: fixed; */
      left: 0px;
      top: 155px;
      z-index: 99;
      display: none;
  }
  .floating_btns ul{
      display: flex;
      flex-direction: row;
      gap: 9px;
      padding: 0;
      margin: 0;
      list-style-type: none;
  }
  .floating_btns ul li{
      width: 54px;
      height: 54px;
      border-radius: 100%;
      background: var(--bg-bullets-active);
      display: flex;
      align-items: center;
      justify-content: center;
      
  }
  .floating_btns ul li img{
      width: 30px;
      height: 30px;
      object-fit: contain;
  }
  .floating_btns ul li:first-child{
      background: var(--floating-icon-bg-color);
  }
  
  
  .paginationBx {
  padding-top: 30px;
  border-top: 1px solid #D8E6E9;
  margin-top: 50px;
  text-align: center;
  }
  .paginationUl {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 20px 0;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
  }
  .paginationUl li {
  width: 40px;
  height: 40px;
  display: flex;
  background: #F2F5FA;
  border-radius: 40px;
  
  }
  .paginationUl a.arrowPagination {
  background-color: inherit;
  box-shadow: none;
  }
  .paginationUl a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-color: inherit;
  color: #545454;
  font-weight: 400;
  font-size: 16px;
  border-radius: 100px;
  cursor: pointer;
  border: 1px solid #F2F5FA;
  }
  .paginationUl svg {
  width: 15px;
  height: auto;
  }
  .paginationUl a.active,
  .paginationUl a:hover{
  background-color: #fff;
  border-color: var(--text-footer-link-hover-color);
  }
  .paginationUl li .arrowPagination.disabled svg{
  opacity: 0.4;
  }
  .paginationBx .btn-outline{
  border-color: var(--text-footer-link-hover-color)!important;
  min-width: 300px;
  }

  .pwaPage{
    background: var(--bg-gradient-color-9);
    padding-top: 17px;
  }
  .pwa_bx {
      background: linear-gradient(95.6deg, #1CCBD8 6.79%, #308CBD 79.14%);
      padding: 20px 60px;
      border-radius: 15px;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  .pwa_img{
    flex: 1 1 40%;
    max-width: 40%;
  }
  .pwa_dec{
    flex: 1 1 60%;
    max-width: 60%;
  }
  .pwa_dec h2{
      color: var(--white-color);
      font-size: 70px;
      font-style: normal;
      font-weight: 700;
      line-height: 70px;
  }
  .pwa_dec ul{
    counter-reset: my-counter;
    list-style-type: none;
    padding: 0;
  }
  .pwa_dec li {
    counter-increment: my-counter;
    margin-bottom: 17px;
    color: var(--white-color);
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
        display: flex;
      align-items: center;
      line-height: normal;
  }
  .pwa_dec li:before {
    content: counter(my-counter);
    font-weight: bold;
    margin-left: 14px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 3px solid var(--white-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .pwa_dec li a{
    color: inherit;
  }
  .pwa_screen_img {
      text-align: center;
      margin-top: 50px;
  }
  #date-picker-box{ display: inline; margin-right: 30px;}
  /**==================mobile responsive code================**/
  @media only screen and (max-width: 1200px){
  .pwa_bx{
    padding: 20px;
  }
  .pwa_dec h2 {
      font-size: 45px;
      line-height: 45px;
  } 
  .pwa_dec li{
    font-size: 25px;
    margin-bottom: 16px;
  }
  .pwa_dec li:before {
    width: 41px;
    height: 41px;
    margin-left: 10px;
  } 
  div#pwa_screen01{
    padding-top: 40px;
  }
  }
  @media only screen and (max-width: 580px){
    .owl-dots{ display: none!important;}
  .pwa_bx{
    flex-direction: column-reverse;
    align-items: inherit;
    gap: 20px;
  }
  .pwa_dec, .pwa_img {
      flex: 1 1 100%;
      max-width: 100%;
  }
  }
  
  /**==================mobile responsive code================**/
  @media only screen and (max-width: 1200px){
  .navBar{
      height: 60px;
      /* width: calc(100% - 72px) !important; */
      width: 100%;
  }
  .navBar .nabLogo img{
      width: 104px;
      height: auto;
  }
  .nabLogo {
      padding-left: 0px;
  }
  .navBar .nabBtn .btn-primary{
      display: none;
  }
  .nav-humbler > img, 
  .nav-search > img,
  .nav-admin > img, 
  .notification_icons img {
      width: 20px;
      height: 20px;
  }
  .nav-admin img {
      width: 22px;
  }
  div#search {
      position: absolute;
      left: 45px;
  }
  .notification_bar {
      position: absolute;
      left: 0;
  }
  #notification_popup ul.notification_ul li img {
      width: 30px;
      height: 30px;
  }
  .notification_bar .budge_number {
      width: 20px;
      height: 20px;
      font-size: 9px;
      border-width: 1px;
  }
  #notification_popup .card-header, 
  #notification_popup ul.notification_ul li{
      padding: 10px;
  }
  .navBar .nab-icons{
    gap: 10px;
  }
  .popupsBxBar{
      left: 0;
      top: 48px;
      width: 300px;
  }
  .search_bx {
      top: 60px;
  }
  .search_bx .form_group{
      height: 40px;
  }
  .bannerArea {
      position: relative;
      height: 200px;
  }
  .banner-caption h1 {
      font-size: 20px;
      line-height: 20px;
      margin-bottom: 5px;
  }
  .banner-caption h1 span{
      margin-bottom: 0;
  }
  .banner-caption p {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 10px;
  }
  .banner-caption p:last-child{
      margin-bottom: 15px;
  }
  .banner-caption .btn-primary{
      padding: 0 21px;
      height: 28px;
  }
  .bannerSlider .owl-nav{
      display: none!important;
  }
  .bannerSlider .owl-dots {
      position: absolute;
      left: 20px;
      bottom: 20px;
      margin: 0;
      z-index: 999;
  }
  .bannerSlider.owl-carousel button.owl-dot{
      background: rgba(255, 255, 255, 0.30)!important;
  }
  .bannerSlider.owl-carousel button.owl-dot.active{
      background: var(--white-color)!important;
  }
  .heading .headingH2 {
      font-size: 18px;
      line-height: 20px;
      padding-right: 10px;
      margin-bottom: 15px;
  }
  .heading_center .headingH2{
      font-size: 26px;
      margin-bottom: 24px;
      line-height: 26px;
  }
  .heading_center .headingH2:before{
      height: 3px;
      bottom: -15px;
  }
  .heading_center p {
      margin-bottom: 38px;
      font-size: 16px;
   }
  .service-box{
      gap: 15px;
  }
  .service-item{
      height: 110px;
      flex: calc(33.333% - 11px);
      max-width: calc(33.333% - 11px);
      border-radius: 15px;
      box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
      padding: 18px 5px 15px;
  }
  .service-item .service-icon {
      width: 42px;
      height: 42px;
      margin-bottom: 5px;
      margin-right: auto;
      margin-left: auto;
  }
  .service-item .service-name{
      font-size: 16px;
  }
  .service-item .service-dec p{
      font-size: 14px;
  }
  .app-store-section {
      padding: 30px 0 0;
  }
  .app-store-caption h2 {
      font-size: 26px;
      line-height: 40px; /* 153.846% */
      margin-bottom: 24px;
      padding-bottom: 6px;
  }
  .app-store-caption h2:before{
      bottom: 0;
  }
  .app-store-caption p {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 20px;
      padding: 0 20px;
  }
  .app-store-caption .btn-primary {
      padding: 0 34px;
      height: 42px;
      margin-bottom: 10px;
  }
  .app-store {
      padding-left: 0;
      max-width: 80%;
      margin: auto;
      display: flex;
      justify-content: end;
      align-items: end;
      height: 100%;
  }
  .app-store-caption{
      max-width: 100%;
  }
  .button-app-group{
      gap: 15px;
      border-radius: 8px;
      padding: 20px 16px!important;
  }
  .button-app-list{
      height: 110px;
      border-radius: 15px;
      flex: calc(33.333% - 11px);
      max-width: calc(33.333% - 11px);  
      padding: 20px 6px 16px;
  }
  .button-app-list .button-app-icon {
      width: 42px;
      height: 42px;
      margin-bottom: 10px;
  }
  .button-app-list .button-app-name {
      font-size: 14px;
      font-weight: 400;
   }
  .blog-grid .blog-thumbs{
      margin-bottom: 10px;
  }
  .blog-grid .blog-temp {
      font-size: 13px;
  }
  .blog-grid .blog-dec h2{
      font-size: 18px;
      margin-bottom: 10px;
  }
  .blog-grid .blog-dec p{
      font-size: 14px;
  }
  .blog-grid .blog-dec h2:before{
      bottom: -2px;
  }
  /*.blog-section {
      padding-bottom: 50px!important;
  }*/
  footer.footer-section.section_padding{
      padding-top: 40px;
  }
  .footer-logo {
      margin-bottom: 34px;
  }
  .footer-logo img{
      width: 132px;
  }
  .footer-menu {
      padding-bottom: 40px;
  }
  .footer-menu ul{
      gap:10px 14px;
      justify-content: flex-start;
  }
  .footer-menu ul li{
     flex: 1 1 30%;
     max-width: 30%;
  }
  .footer-menu a{
      font-size: 14px;
  }
  .copyright {
      padding: 20px 0 20px;
  }
  .copyright p{
      font-size: 13px;
  }
  .accessibility-icon{
      padding: 0 38px;
      height: 36px;
  }
  
  
  /**default**/
  .btn-primary{
      height: 34px;
      font-size: 14px;
  }
  .section_padding{
      padding: 20px 0;
  }
  .owl-dots{
      gap: 6px!important;
  }
  .owl-dots .owl-dot{
      width: 10px!important;
      height: 10px!important;
  }
  .innerBanner {
      height: 130px;
  }
  .innerBreadcum {
      padding: 5px 0;
  }
  .innerBreadcum ul li{
      font-size: 12px;
  }
  .innerBanner_caption .innerBanner_heading{
      font-size: 20px;
      margin-bottom: 10px;
      line-height: 20px;
  }
  .innerBanner_caption p{
      font-size: 14px;
      line-height: 20px;
      max-width: 90%;
      margin: 0 auto;
  }
  .floating_btns {
      top: 83px;
  }
  .floating_btns ul{
      gap: 5px;
  }
  .floating_btns ul li{
      width: 25px;
      height: 25px;
  }
  .floating_btns ul li img{
      width: 15px;
      height: 15px;
      display: block;
  }
  .form-group label{
      font-size: 14px;
      line-height: 160%;
      margin-bottom: 1px;
  }
  .form-control{
      height: 40px;
      padding: 0 12px;
      font-size: 14px;
      border-radius: 6px;
  }
  .form-group{
      margin-bottom: 12px;
  }
  select{
    background-size: 16px!important;
    background-position: left 10px center!important;
  }
  textarea.form-control{
      height: 71px;
  }
  }
  
  @media only screen and (max-width: 580px){
    .floating_btns { display: block;} 
  .bannerArea {
      height: 156px;
  }
  .eventPic .blog-grid .container, 
  section.blog-section.serBx.border .blog-grid .container{
      padding-left: 0;
      padding-right: 0;
  }
  }
  
  /**--------loader-------**/
  .loader {
    display: none;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 99999;
  }
  .loading {
    border: 2px solid var(--bg-color-gray);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border-top-color: var(--bg-footer-color);
    border-left-color: var(--bg-footer-color);
    animation: spin 1s infinite ease-in;
  }
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes MoveUpDown {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-5px);
    }
  }

  /* ----------------Interest Page-------------- */
  .innerBreadcum{
    background: var(--bg-inner-section-color-2);

} 

.contactPage{
  background: var(--bg-inner-section-color);
  padding-top: 17px;
}

.service-section{
  background: var(--bg-gradient-color-2);
}

.contact-form{
  width: 100%;
  max-width: 768px;
  margin: auto;
  padding: 31px 77px;
  border-radius: 30px;
  background: var(--white-color);
  box-shadow: 0px 10px 27.8px 0px rgba(0, 0, 0, 0.14);  
} 
.contact-form .btn-groups{
  display: flex;
  gap: 16px;
}
.contact-form .btn-primary{
  height: 60px;
  width: auto;
  min-width: 300px;
  margin: auto;
  font-size: 20px;
} 
.contact-form .btn-groups .btn-primary.bg-dark{
  background: var(--bg-inner-section-color)!important;
}
.contact-form .btn-groups .btn-primary.bg-dark:hover{
  color: var(--primary-color)!important;
}
.contact-form textarea{
  resize: none;
}
/* width */
.contact-form select{
  scrollbar-width: thin;
}
.contact-form select::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.contact-form select::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.contact-form select::-webkit-scrollbar-thumb {
  background: #D9D9D9; 
}

/* Handle on hover */
.contact-form select::-webkit-scrollbar-thumb:hover {
  background: #D9D9D9; 
}

.custom_uplaod {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    border: 1px dashed #828282;
    background: #F3F3F3;
    margin-bottom: 50px;
}
.custom_uplaod .file-input {
      display: none;
}
.custom_uplaod label {
    width: 100%;
    height: 100%;
    padding: 22px 10px 48px;
   position: relative; 
  margin: 0 0 0px;
  line-height: 22px;
   height: 100px;
}
.custom_uplaod label .orLabel{
  color: #6A6A6A;
  font-size: 17px;
  font-weight: 400;
  line-height: 1px; /* 25.5px */
}
.custom_uplaod label .btn-primary {
    background: #767676;
    color: var(--white-color);
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: fit-content;
    bottom: -28px;
       height: 42px; 
    font-size: 16px;   
}
div#image-preview p{
  padding-right: 30px;
  position: relative;
  color: var(--form-control-label-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
  margin: 0 0 3px;
}
div#image-preview p:before {
    transform: rotate(45deg);
    height: 20px;
    width: 10px;
    border-bottom: 3px solid #04F495;
    border-right: 3px solid #04F495;
    content: "";
    position: absolute;
    right: 0;
    top:2px;
}

.notificaton_checked {
    display: flex;
    gap: 20px 0;
    flex-wrap: wrap;
    margin-bottom: 100px;
}
.notificaton_lists {
    flex: 1 1 50%;
    max-width: 50%;
}

.customCheckBox {
  display: inline-block;
  position: relative;
  padding-right: 34px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  color: #545454;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; /* 27px */
  margin: 0;
}
.customCheckBox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.customCheckBox .checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 24px;
  width: 24px;
  border-radius: 6px;
  border: 1px solid rgba(17, 154, 211, 0.65);
  background: #F6FBFD;
}
.customCheckBox:hover input ~ .checkmark {
  background-color: #F6FBFD;
}
.customCheckBox input:checked ~ .checkmark {
  background-color: #119AD3;
}
.customCheckBox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.customCheckBox input:checked ~ .checkmark:after {
  display: block;
}
.customCheckBox .checkmark:after {
    right: 8px;
    top: 2px;
    width: 5.5px;
    height: 13px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}




.innerBreadcum{
    background: var(--bg-inner-section-color-2);
} 

.topic_notifications{
  background: var(--bg-inner-section-color);
  padding-top: 17px;
}

.service-section{
  background: var(--bg-gradient-color-2);
}

.topic_msgWrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.topic_list {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 15px 30px;
    background: #FFFFFF;
    border: 1px solid #E6E8ED;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.topic_list_dec {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.topic-icons {
    flex: none;
    width: 48px;
    height: 48px;
    background: var(--bg-gradient-color-7);
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topic-contents h3 {
    color: #110047;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}
.topic-contents p {
    color: #5F5A72;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.14px;
    margin: 0;
}
.topic_list_date {
    color: #B2BBCF;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.12px;
}
.innerBreadcum{
    background: var(--bg-inner-section-color);
} 
.tourismPage{
      background: var(--bg-gradient-color-4);
}
.blog-section.serBx, .blog-section.serBx .blog-grid{
  background: inherit!important;
}
.blog-grid.paddingTop0 {
    padding-top: 1px !important;
}
.DistressButtons {
        margin: 0!important;
}
#date-picker-box{
      margin-right: 15px;
}
#date-picker-box img {
    width: 31px;
}

/**==================mobile responsive code================**/
@media only screen and (max-width: 1200px){
 .contact-form{
  filter: drop-shadow(0px 8px 20px rgba(0, 0, 0, 0.14));
   padding: 20px;
 } 
.contact-form .btn-primary{
  height: 42px;
  font-size: 16px;
} 
.notificaton_checked {
    gap: 10px 0;
    margin-bottom: 40px;
}
}
@media only screen and (max-width: 520px){
 .notificaton_checked {
    gap: 10px 0;
    margin-bottom: 40px;
}
.notificaton_lists {
    flex: 1 1 100%;
    max-width: 100%;
}
li.mobiletoggleAccessibility {
    display: flex !important;
    background: #004ed3 !important;
    cursor: pointer;
} 
li.mobiletoggleAccessibility svg{
    width: 15px;
    height: auto;
}
li.mobiletoggleAccessibility svg path{
    fill: #fff;
}
.accessibility_btn{
    display: none!important;
}
.accessibility_bx {
        top: 60px!important;
}
}
  /* End */
  /* ------------Notification------------- */
  

@media only screen and (max-width: 767px){
  .modal_popup.album_popup{
  min-width: 400px;
  width: 90%;
}
.modal_popup.album_popup .thumbnail-carousel img {
    width: 100%;
    height: 52px;
}
.modal_popup.album_popup .modal_popup_wrap .owl-carousel .owl-stage img {
        height: 220px;
        width: 100%;
        object-fit: cover;
}
.modal_popup.album_popup .thumbnail-carousel {
    height: 52px;
}
.modal_popup.album_popup .modal_popup_wrap{
  height: 250px;
}
.tourism-content .tourism-dec figure.image img{
  max-width: 100%;
  height: auto;
  width: auto;
}
}

@media only screen and (max-width: 580px){
.topic_list {
    padding: 15px;
    border-radius: 6px;
} 
.topic-icons {
    width: 36px;
    height: 36px;
  }
  .topic-icons svg {
    width: 15px;
    height: auto;
}
.topic_list {
   flex-direction: column;
   align-items: flex-start;
} 
.topic_list_dec {
    flex-direction: column;
}
.service-item .service-icon{
  width: 36px;
  height: 36px;
}
.service-item .service-dec p {
        font-size: 12px;
}
#date-picker-box img {
    width: 24px;
}
 .modal_popup.album_popup{
  width: 90%;
  min-width: 90%;
}
.contact-form .btn-primary{
  min-width: 100%;
}

#recaptcha-container, #recaptcha-container-reg{
        transform: scale(0.68) !important;
        -webkit-transform: scale(0.68) !important;
        transform-origin: 0 0 !important;
        -webkit-transform-origin: 0 0 !important;
            float: left;
            margin: auto!important;
            
    }
}
/* End */


.Events img.ccll{
	width: 100%;
	height: auto;
	object-fit: contain
}


.NotificationSlider {
	margin: 0!important;
	padding: 20px 0;
/*	background: linear-gradient(180deg, #EFFCFF 27.65%, rgba(241, 253, 255, 0) 100%);*/
	position: relative;
	background: linear-gradient(180deg, #EFFCFF 27.65%, rgba(241, 253, 255, 0) 100%);


}
/*.col-md-10:before {
	content: "";
	width: 270px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(90deg, #F0FDFF 0%, rgba(255, 255, 255, 0) 100%);
	z-index: 99;
}
*/



.PopupSlider {
	margin-top: -30px;
}

.NotificationCell{
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	background: rgba(240, 253, 255, 1);
	padding: 25px 15px;
	border-radius: 15px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	min-height: 154px;
}

.NotificationCell h2{
	display: flex;
	font-size: 21px;
	font-weight: 700;
	color: rgba(0, 0, 0, 1);
	align-items: center;
	gap:8px;
	
}
.NotificationCell h2 span {
	background:linear-gradient(97.22deg, #00B1FB 21.77%, #04F495 89.2%);
	width: 35px;
	height: 35px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;

}
.NotificationCell h2 span img{
-webkit-animation: ring 4s .7s ease-in-out infinite;
  -webkit-transform-origin: 50% 4px;
  -moz-animation: ring 4s .7s ease-in-out infinite;
  -moz-transform-origin: 50% 4px;
  animation: ring 4s .7s ease-in-out infinite;
  transform-origin: 50% 4px;
}

@-webkit-keyframes ring {
  0% { -webkit-transform: rotateZ(0); }
  1% { -webkit-transform: rotateZ(30deg); }
  3% { -webkit-transform: rotateZ(-28deg); }
  5% { -webkit-transform: rotateZ(34deg); }
  7% { -webkit-transform: rotateZ(-32deg); }
  9% { -webkit-transform: rotateZ(30deg); }
  11% { -webkit-transform: rotateZ(-28deg); }
  13% { -webkit-transform: rotateZ(26deg); }
  15% { -webkit-transform: rotateZ(-24deg); }
  17% { -webkit-transform: rotateZ(22deg); }
  19% { -webkit-transform: rotateZ(-20deg); }
  21% { -webkit-transform: rotateZ(18deg); }
  23% { -webkit-transform: rotateZ(-16deg); }
  25% { -webkit-transform: rotateZ(14deg); }
  27% { -webkit-transform: rotateZ(-12deg); }
  29% { -webkit-transform: rotateZ(10deg); }
  31% { -webkit-transform: rotateZ(-8deg); }
  33% { -webkit-transform: rotateZ(6deg); }
  35% { -webkit-transform: rotateZ(-4deg); }
  37% { -webkit-transform: rotateZ(2deg); }
  39% { -webkit-transform: rotateZ(-1deg); }
  41% { -webkit-transform: rotateZ(1deg); }

  43% { -webkit-transform: rotateZ(0); }
  100% { -webkit-transform: rotateZ(0); }
}

@-moz-keyframes ring {
  0% { -moz-transform: rotate(0); }
  1% { -moz-transform: rotate(30deg); }
  3% { -moz-transform: rotate(-28deg); }
  5% { -moz-transform: rotate(34deg); }
  7% { -moz-transform: rotate(-32deg); }
  9% { -moz-transform: rotate(30deg); }
  11% { -moz-transform: rotate(-28deg); }
  13% { -moz-transform: rotate(26deg); }
  15% { -moz-transform: rotate(-24deg); }
  17% { -moz-transform: rotate(22deg); }
  19% { -moz-transform: rotate(-20deg); }
  21% { -moz-transform: rotate(18deg); }
  23% { -moz-transform: rotate(-16deg); }
  25% { -moz-transform: rotate(14deg); }
  27% { -moz-transform: rotate(-12deg); }
  29% { -moz-transform: rotate(10deg); }
  31% { -moz-transform: rotate(-8deg); }
  33% { -moz-transform: rotate(6deg); }
  35% { -moz-transform: rotate(-4deg); }
  37% { -moz-transform: rotate(2deg); }
  39% { -moz-transform: rotate(-1deg); }
  41% { -moz-transform: rotate(1deg); }

  43% { -moz-transform: rotate(0); }
  100% { -moz-transform: rotate(0); }
}

@keyframes ring {
  0% { transform: rotate(0); }
  1% { transform: rotate(30deg); }
  3% { transform: rotate(-28deg); }
  5% { transform: rotate(34deg); }
  7% { transform: rotate(-32deg); }
  9% { transform: rotate(30deg); }
  11% { transform: rotate(-28deg); }
  13% { transform: rotate(26deg); }
  15% { transform: rotate(-24deg); }
  17% { transform: rotate(22deg); }
  19% { transform: rotate(-20deg); }
  21% { transform: rotate(18deg); }
  23% { transform: rotate(-16deg); }
  25% { transform: rotate(14deg); }
  27% { transform: rotate(-12deg); }
  29% { transform: rotate(10deg); }
  31% { transform: rotate(-8deg); }
  33% { transform: rotate(6deg); }
  35% { transform: rotate(-4deg); }
  37% { transform: rotate(2deg); }
  39% { transform: rotate(-1deg); }
  41% { transform: rotate(1deg); }

  43% { transform: rotate(0); }
  100% { transform: rotate(0); }
}


.NotBox {
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	padding:15px;
	min-height: 154px
}

.NotificationSlider .owl-stage-outer{
	padding: 30px 0!important;
}

a.AllUpdates{
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
	display: flex;
	max-width: max-content;
	border-radius: 30px;
border: 1px solid var(--text-footer-link-hover-color);
	font-size: 16px;
	font-weight: 700;
	color: rgba(0, 0, 0, 1)
}

a.AllUpdates:hover {
	background: var(--btn-secondary-color);
	color: var(--white-color);
	border-color: var(--btn-secondary-color);
}

.NotBox h2{
	font-weight: 500;
	font-size: 16px;
	color: rgba(17, 0, 71, 1);
}
.NotBox p{
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 1);
	  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}

.NotificationSlider .owl-prev span{
	position: absolute;
	top: 30%;
	width: 36px;
	height: 36px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	background:#FFF url("../images/svg/right-slider-arrow.svg") no-repeat center center;
	border-radius: 100%;
	right: -20px;
	font-size: 0;
}

.NotificationSlider .owl-next span{
	position: absolute;
	top: 30%;
	width: 36px;
	height: 36px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
	background:#FFF url("../images/svg/left-slider-arrow.svg") no-repeat center center;
	border-radius: 100%;
	left: 0px;
	font-size: 0;
	z-index: 9999;
}


.IconArea {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: end;
	margin:12px 0 0;
	gap:15px;
}

a.ShareIcon img{
	width: 24px;
	height: 24px;
}
a.PopArrow {
	border: 2px solid var(--text-footer-link-hover-color);
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}

a.PopArrow img{
	width: 18px!important;
	height: 18px!important;
}
a.PopArrow:hover {
	background: var(--btn-secondary-color);
	color: var(--white-color);
	border-color: var(--btn-secondary-color);
}

.overlay {
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.overlay.active {
  display: block;
}

.modal {
  background-color: #fff;

  display: none;
  left: calc(50% - 20px);
  margin: 20px;
  max-height: calc(100% - 40px);
  max-width: 700px;
  position: fixed;
  top: calc(50% - 20px);
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  z-index: 9999;
	background: linear-gradient(125.11deg, #EBF9FF 17.57%, #DDFFF2 93.37%);
	border-radius: 30px;

}

.modal.active {
  display: block;
}

.modal-content {
  padding: 30px 30px 15px 30px;
}

.modal-actions {
	position: absolute;
	top: -50px;
	right: -50px;
	padding: 0;
}

.modal-actions button{
	background: none;
	padding: 0;
	border: 0;
	padding: 0;
	cursor: pointer;
}

.Insidetext {
	display: flex;
	justify-content: space-between;
}
.PopRight img{
	border: 5px solid var(--text-footer-link-hover-color);
	border-radius: 30px;
}

.Insidetext .PopRight{
	width: 50%;
}
.Insidetext .PopLeft{
	width: 45%;
}


@media only screen and (min-width: 581px) and (max-width: 1024px){
  .blog-grid .blog-thumbs {
    height: 150px;
 }
 .galleryAlbum_wrap {
        gap: 5px 19px;
  }
  .album_box{
    height: 218px;
  }
  .album_bg_img{
    height: 215px;
  }
}


@media (max-width:640px){
	.col-md-10:before {
		display: none;
	}
	.NotificationSlider .owl-prev span{
	right:0px;
		position: inherit;
		display: inline-flex;
}

.NotificationSlider .owl-next span{

	left: 0px;
	position: inherit;
	display: inline-flex;
}
	.NotificationSlider .owl-stage-outer {
	padding: 30px 0 10px !important;
}
	.NotificationSlider .owl-nav {
	width: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	gap: 25px;
}

.blog-list {
    width: 50%;
}
.owl-item .blog-list{
    width: 100%;
}
.blog-grid .blog-thumbs{
    height:150px;
}
}

@media only screen and (max-width: 400px){
    /* .service-item, .button-app-list {
        flex: calc(50% - 11px);
        max-width: calc(50% - 11px);
    } */
    .action_formBx{
  justify-content: center;
}  
}

.EventBody p{
    word-break: break-all;
}
.ContyentArea figure.table {
    width: 100%;
    max-width: 100%;
    overflow: auto;
    padding: 0px 1px;
}
.ContyentArea figure.image img{
	width: 100%;
	max-width: 100%;
	height: auto;
}
.nav-admin{ line-height: 1.1; }

/* @media only screen and (max-width:820px){
    .banner-caption h1 span {
        text-shadow: -1px 1px 0px black, -1px 1px 0px black, -1px -1px 0px black, 0px 1px 0px black!important;
    }	
    .banner-caption .para {
        text-shadow: -1px -1px 0 black, -1px 0px 0 black, 0px 0px 0 black, 0px 0px 0px black !important;
    }
    }  */
@media only screen and (max-width: 520px){
    .bannerArea {
        height: 200px;
    }
    .banner-caption {
        max-width: 220px;
    }  
}
