.custom-rounded-0 {
  border-radius: 0px !important; }

.custom-rounded-1 {
  border-radius: 1px !important; }

.custom-rounded-2 {
  border-radius: 2px !important; }

.custom-rounded-3 {
  border-radius: 3px !important; }

.custom-rounded-4 {
  border-radius: 4px !important; }

.custom-rounded-5 {
  border-radius: 5px !important; }

.custom-rounded-6 {
  border-radius: 6px !important; }

.custom-rounded-7 {
  border-radius: 7px !important; }

.custom-rounded-8 {
  border-radius: 8px !important; }

.custom-rounded-9 {
  border-radius: 9px !important; }

.custom-rounded-10 {
  border-radius: 10px !important; }

.custom-rounded-11 {
  border-radius: 11px !important; }

.custom-rounded-12 {
  border-radius: 12px !important; }

.custom-rounded-13 {
  border-radius: 13px !important; }

.custom-rounded-14 {
  border-radius: 14px !important; }

.custom-rounded-15 {
  border-radius: 15px !important; }

.custom-rounded-16 {
  border-radius: 16px !important; }

.custom-rounded-17 {
  border-radius: 17px !important; }

.custom-rounded-18 {
  border-radius: 18px !important; }

.custom-rounded-19 {
  border-radius: 19px !important; }

.custom-rounded-20 {
  border-radius: 20px !important; }

.custom-zindex-0 {
  z-index: 0; }

.custom-zindex-1 {
  z-index: 1; }

.custom-zindex-2 {
  z-index: 2; }

.custom-zindex-3 {
  z-index: 3; }

.custom-zindex-4 {
  z-index: 4; }

.custom-zindex-5 {
  z-index: 5; }

.custom-zindex-6 {
  z-index: 6; }

.custom-zindex-7 {
  z-index: 7; }

.custom-zindex-8 {
  z-index: 8; }

.custom-zindex-9 {
  z-index: 9; }

.custom-zindex-10 {
  z-index: 10; }

.custom-zindex-11 {
  z-index: 11; }

.custom-zindex-12 {
  z-index: 12; }

.custom-zindex-13 {
  z-index: 13; }

.custom-zindex-14 {
  z-index: 14; }

.custom-zindex-15 {
  z-index: 15; }

.custom-zindex-16 {
  z-index: 16; }

.custom-zindex-17 {
  z-index: 17; }

.custom-zindex-18 {
  z-index: 18; }

.custom-zindex-19 {
  z-index: 19; }

.custom-zindex-20 {
  z-index: 20; }

.main-body {
  overflow: unset;
  height: unset; }
  .main-body::before {
    content: "";
    display: block;
    width: 100%;
    height: 100dvh;
    background: #fff;
    position: absolute;
    top: -100%;
    opacity: 0;
    transition: all 0.2s linear;
    z-index: -1; }
  .main-body.active-navbar {
    overflow: hidden;
    height: 100dvh; }
    .main-body.active-navbar::before {
      top: 0;
      opacity: 1;
      z-index: 99; }

@media (max-width: 991px) {
  .main-body:not(.index) .header-container {
    background: #fff;
    border-radius: unset; } }

.main-dashboard {
  display: flex;
  min-height: 100dvh; }

.nav-right.active-navbar {
  display: none !important; }

/* Header Style start */
.header .navbar {
  z-index: 100; }

.header-container {
  border-radius: 16px;
  background-color: #fff;
  padding-top: 14px;
  padding-bottom: 14px; }
  @media (max-width: 991px) {
    .header-container {
      background: transparent; } }
  @media (max-width: 1200px) {
    .header-container .navbar-brand > img {
      width: 135px; } }
  @media (max-width: 576px) {
    .header-container .navbar-brand > img {
      width: 180px; } }
  .header-container .navbar-nav .nav-item > .nav-link {
    position: relative;
    color: #888;
    font-weight: 300;
    letter-spacing: -0.444px; }
    @media (max-width: 1200px) {
      .header-container .navbar-nav .nav-item > .nav-link {
        font-size: 13px; } }
    @media (max-width: 991px) {
      .header-container .navbar-nav .nav-item > .nav-link {
        font-size: 22px;
        font-weight: 600;
        font-family: "Montserrat", sans-serif; } }
    .header-container .navbar-nav .nav-item > .nav-link.active {
      font-weight: 700;
      color: #0062FF; }
      .header-container .navbar-nav .nav-item > .nav-link.active::before {
        content: '';
        display: block;
        height: 3px;
        width: 90%;
        border-radius: 12px;
        background: #0062ff;
        position: absolute;
        bottom: -22px;
        left: 6%; }
        @media (max-width: 1200px) {
          .header-container .navbar-nav .nav-item > .nav-link.active::before {
            bottom: -14px; } }
        @media (max-width: 991px) {
          .header-container .navbar-nav .nav-item > .nav-link.active::before {
            width: 100%;
            left: 0;
            height: 1px;
            background: #BFC4CE;
            bottom: 0; } }
    .header-container .navbar-nav .nav-item > .nav-link::before {
      content: '';
      display: none;
      position: absolute; }
      @media (max-width: 991px) {
        .header-container .navbar-nav .nav-item > .nav-link::before {
          display: block;
          width: 100%;
          left: 0;
          height: 1px;
          background: #BFC4CE;
          bottom: 0; } }
  .header-container .navbar-nav .nav-item:nth-child(6) .nav-link::before {
    display: none; }

.header-main {
  position: relative;
  background-image: url("../images/bg-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  height: 67dvh;
  border-radius: 87px;
  z-index: 0;
  display: flex;
  align-items: center; }
  .header-main video {
    border-radius: 87px; }
  @media (max-width: 767px) {
    .header-main {
      height: 60dvh;
      background-image: url("../images/bg-m-header.png");
      border-radius: 42px; }
      .header-main video {
        border-radius: 42px; } }
  @media (max-width: 380px) {
    .header-main {
      height: 80dvh; } }
  .header-main_card {
    bottom: -80px;
    position: absolute; }
    @media (max-width: 991px) {
      .header-main_card {
        bottom: -45px; } }
    @media (max-width: 767px) {
      .header-main_card {
        position: unset; } }
    .header-main_card .card-custom-img {
      position: absolute;
      right: 20px;
      bottom: 20px; }
    .header-main_card .img-fluid {
      width: 100%;
      border-radius: 12px; }
    .header-main_card .background-white-05 {
      background: rgba(204, 230, 241, 0.5);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 12px; }
    .header-main_card .card-body {
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .header-main_card .card {
      box-shadow: -3.993px 6.988px 39.929px 0px rgba(0, 0, 0, 0.05); }
  .header-main::after {
    content: "";
    display: block;
    width: 100.2%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #F9F9FB 23.33%, rgba(217, 217, 217, 0) 100%); }
  .header-main::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 87px; }
    @media (max-width: 767px) {
      .header-main::before {
        border-radius: 42px; } }

/* Header Style end */
/* News Style Start */
/* News Style end */
.news {
  position: relative;
  margin-top: 160px; }
  @media (max-width: 767px) {
    .news {
      margin-top: 30px; } }
  .news-swiper_nav {
    margin-top: 35px; }
    .news-swiper_nav .swiper-button-next,
    .news-swiper_nav .swiper-button-prev {
      width: 46px;
      height: 46px;
      margin: 0;
      position: unset !important;
      border: 0.764px solid #DBE1ED;
      border-radius: 9.166px !important;
      background: #0062FF; }
      .news-swiper_nav .swiper-button-next > i,
      .news-swiper_nav .swiper-button-prev > i {
        color: #fff; }
      .news-swiper_nav .swiper-button-next.swiper-button-disabled,
      .news-swiper_nav .swiper-button-prev.swiper-button-disabled {
        border-radius: 9.166px !important;
        background: #FFF;
        opacity: 1; }
        .news-swiper_nav .swiper-button-next.swiper-button-disabled > i,
        .news-swiper_nav .swiper-button-prev.swiper-button-disabled > i {
          color: #1F2937 !important; }

/* Services Style start */
.services {
  position: relative;
  margin-top: 120px; }
  @media (max-width: 767px) {
    .services {
      margin: 0; } }
  .services-bg {
    position: absolute;
    bottom: -50%;
    width: 100%;
    z-index: 0; }
    @media (max-width: 991px) {
      .services-bg {
        display: none !important; } }
  .services .box {
    border-radius: 10px;
    background: #fff;
    padding: 30px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2; }
  .services .item {
    background: #fff;
    border-radius: 17px;
    box-shadow: -4px 7px 40px 0px rgba(0, 0, 0, 0.05);
    height: 100%;
    padding: 33px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 2; }
    .services .item-img {
      width: 25%; }
      @media (max-width: 575px) {
        .services .item-img {
          width: 30%; } }
      .services .item-img > img {
        width: 100%; }
    @media (max-width: 767px) {
      .services .item {
        padding: 30px; } }

/* Services Style end */
/* Links and Ask Style Start */
.links-swiper_box {
  min-height: 140px;
  margin-bottom: 10px; }

.links-swiper_nav {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 45px; }
  .links-swiper_nav > * {
    position: unset;
    height: 38px;
    width: 38px;
    top: unset;
    margin: 0; }
    @media (max-width: 325px) {
      .links-swiper_nav > * {
        width: 25px;
        height: 25px; }
        .links-swiper_nav > *:first-child {
          margin-right: 5px !important; } }

@media (max-width: 767px) {
  .ask-block {
    background: #fff;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 2px 2px 40px 0px rgba(0, 0, 0, 0.1); } }

/* Links and Ask Style end */
/* Requests Style start */
.requests-progress {
  padding: 38px 52px;
  border-radius: 17px;
  background: #fff;
  box-shadow: -4px 7px 40px 0px rgba(0, 0, 0, 0.05); }
  @media (max-width: 767px) {
    .requests-progress {
      padding: 30px 26px; } }
  @media (max-width: 325px) {
    .requests-progress {
      padding: 25px 20px; } }
  .requests-progress_col {
    position: relative;
    display: flex;
    flex-direction: column; }
    @media (max-width: 767px) {
      .requests-progress_col {
        flex-direction: row;
        align-items: center; } }
    .requests-progress_col:first-child .requests-progress_step {
      background: #C4E4FF; }
    .requests-progress_col:nth-child(2) .requests-progress_step {
      background: #E0F1FF; }
    .requests-progress_col:nth-child(3) .requests-progress_step {
      background: #EEF7FF; }
    .requests-progress_col:nth-child(4) .requests-progress_step {
      background: #fff; }
    .requests-progress_col:nth-child(4) .requests-progress_line:after {
      content: ' ';
      display: flex;
      border-bottom: 2px solid #BCD6FF;
      border-right: 2px solid #BCD6FF;
      height: 34px;
      width: 34px;
      transform: rotate(-45deg);
      position: absolute;
      right: 5px;
      top: -16px; }
      @media (max-width: 767px) {
        .requests-progress_col:nth-child(4) .requests-progress_line:after {
          transform: rotate(45deg);
          top: unset;
          bottom: 4px;
          right: -16px; } }
  .requests-progress_step {
    width: 82px;
    height: 82px;
    filter: drop-shadow(-4px 7px 40px rgba(0, 0, 0, 0.05));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0062FF;
    font-size: 40px;
    font-weight: 300;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .requests-progress_step {
        margin-right: 20px; } }
    @media (max-width: 325px) {
      .requests-progress_step {
        width: 62px;
        height: 62px; } }
  .requests-progress_line {
    background: #BCD6FF;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
    top: 41px; }
    @media (max-width: 767px) {
      .requests-progress_line {
        width: 2px;
        height: 100%;
        left: 41px;
        top: 0; } }
    @media (max-width: 325px) {
      .requests-progress_line {
        left: 31px; } }

/* Requests Style end */
/* Main sidebar Style start */
.main-sidebar {
  border-radius: 17px;
  background: var(--System-color-white, #FFF);
  box-shadow: -4px 7px 40px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  min-width: 265px; }
  @media (max-width: 991px) {
    .main-sidebar {
      margin-right: -12px;
      margin-left: -12px;
      border-radius: unset;
      padding-top: 0;
      padding-bottom: 0; } }
  .main-sidebar_list {
    margin-bottom: 0;
    padding: 0;
    margin-right: 20px;
    margin-left: 20px; }
    @media (max-width: 991px) {
      .main-sidebar_list {
        display: flex;
        align-items: center;
        overflow-x: scroll; } }
    .main-sidebar_list__item {
      color: #4C5671;
      font-size: 15px;
      padding: 15px 5px;
      border-bottom: 1px solid #E3E7F0;
      position: relative; }
      @media (max-width: 991px) {
        .main-sidebar_list__item {
          white-space: nowrap;
          margin-right: 15px;
          padding-right: 0;
          padding-left: 0;
          border-bottom: unset; }
          .main-sidebar_list__item::before {
            content: unset !important; } }
      .main-sidebar_list__item.active {
        color: #2A8DFF; }
        @media (max-width: 991px) {
          .main-sidebar_list__item.active::after {
            content: "";
            border-radius: 26px;
            background: #0062FF;
            height: 4px;
            position: absolute;
            bottom: 0;
            width: 100%;
            left: 0; } }
        .main-sidebar_list__item.active::before {
          content: "";
          display: block;
          position: absolute;
          left: -20px;
          width: 6.5px;
          height: 100%;
          top: 0;
          background: #0062FF; }

/* Main sidebar Style end */
/* Sidebar Style start */
.sidebar {
  width: 255px;
  height: 100%;
  transition: all 0.2s linear; }
  .sidebar.active {
    width: 70px; }
    .sidebar.active .sidebar-logo {
      display: none; }
    .sidebar.active .sidebar-list {
      padding: 11px; }
    .sidebar.active .sidebar-dropdown {
      text-align: center; }
    .sidebar.active .sidebar-list_item {
      padding: 10px;
      text-align: center; }
    .sidebar.active .sidebar-icon-right {
      display: none; }
    .sidebar.active .sidebar-list_item span {
      display: none; }
  .sidebar-dropdown {
    text-align: start; }
  .sidebar-list {
    padding: 11px 11px 11px 25px;
    background: #fff;
    height: 100%;
    margin-bottom: 0; }
    .sidebar-list_item {
      padding: 16px 10px;
      position: relative; }
      .sidebar-list_item.active {
        background: #F6F6F6; }
        .sidebar-list_item.active i {
          color: #0062FF; }
        .sidebar-list_item.active::before {
          content: "";
          position: absolute;
          display: block;
          width: 3px;
          height: 100%;
          background: #0062FF;
          left: 0;
          top: 0; }
  .sidebar-header {
    padding: 16px 30px;
    background: #fff;
    width: 100%;
    display: flex; }
    @media (max-width: 991px) {
      .sidebar-header {
        flex-wrap: wrap; } }

/* Sidebar Style end */
/* Dashboard Style start */
.dashboard-content {
  padding: 22px 30px; }

.dashboard-list {
  padding: 20px 0;
  border-radius: 12px;
  background: #fff;
  margin-bottom: 0;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08); }

.submenu {
  border-radius: 17px;
  background: #fff;
  box-shadow: -4px 7px 40px 0px rgba(0, 0, 0, 0.05);
  padding: 25px; }
  .submenu-list {
    margin-top: 20px;
    margin-bottom: 0;
    padding: 0; }
    .submenu-list_item {
      border-radius: 10px;
      background: #F7F7F7;
      padding: 12px 10px;
      display: flex;
      align-items: center;
      margin-bottom: 5px; }

/* Dashboard Style end */
/* Footer Style start */
.footer {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 70px;
  margin-top: 30px; }
  @media (max-width: 767px) {
    .footer {
      padding: 20px 10px 20px 30px; } }
  @media (max-width: 325px) {
    .footer {
      padding: 20px 10px; } }
  .footer-bg {
    position: absolute;
    width: 345px;
    right: 100px; }

/* Footer Style end */
/* Login Style Start */
.login-block_bg {
  background-image: url("../images/bg-login.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  .login-block_bg::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 0; }
  @media (max-width: 767px) {
    .login-block_bg {
      display: none; } }
  .login-block_bg__content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 1;
    max-width: 280px;
    margin-bottom: 80px; }
    @media (max-width: 1440px) {
      .login-block_bg__content {
        max-width: 240px; } }
    .login-block_bg__content-img {
      width: 120px;
      margin-bottom: 15px; }
    .login-block_bg__content-p {
      color: #696974;
      text-align: center;
      font-family: "Roboto", sans-serif;
      font-style: normal;
      font-weight: 300;
      text-transform: uppercase;
      font-size: 20px; }
      @media (max-width: 1440px) {
        .login-block_bg__content-p {
          font-size: 14px; } }

.login-block_form {
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  @media (max-width: 767px) {
    .login-block_form {
      background-image: url("../images/bg-login.png");
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
      height: 100vh; }
      .login-block_form::before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(255, 255, 255, 0.5);
        z-index: 0; } }
  .login-block_form-img {
    position: absolute;
    top: 0;
    right: 0;
    display: block; }
    @media (max-width: 767px) {
      .login-block_form-img {
        display: none; } }
  .login-block_form__item {
    min-width: 70%;
    padding: 15px 25px;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .login-block_form__item {
        padding: 30px 25px;
        height: 90dvh;
        border-radius: 22px;
        background: rgba(255, 255, 255, 0.72);
        backdrop-filter: blur(14px); } }
    @media (max-width: 320px) {
      .login-block_form__item {
        overflow-y: scroll; } }

/* Login Style End */

/*# sourceMappingURL=main.css.map */
