/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## reset ]
*/
html {
    font-size: 100%;
    scroll-behavior: smooth;
  }
  
  body {
    background-color: rgba(0, 177, 170, 0.1);
    font-family: "Rajdhani", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
    color: #444444;
  }
  
  ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  blockquote {
    margin: 0 0 1.3em;
  }
  
  p {
    margin-bottom: 15px;
    line-height: 1.8em;
  }
  p:last-child {
    margin-bottom: 0px;
  }
  @media only screen and (max-width: 1199px) {
    p {
      line-height: 1.7em;
    }
  }
  
  img {
    max-width: 100%;
    height: auto;
  }
  
  button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
  input:focus,
  textarea:focus {
    outline: none;
  }
  
  button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: none;
    cursor: pointer;
  }
  
  select.form--control{
    padding: 12px 12px;
  }
  
  select.form--control {
    font-size: 16px;
  }
  
  input, textarea {
    padding: 12px 25px;
    width: 100%;
  }
  
  span {
    display: inline-block;
  }
  
  a, a:focus, a:hover {
    text-decoration: none;
    color: inherit;
  }
  
  blockquote {
    background-color: rgba(0, 177, 170, 0.1);
    padding: 20px;
    color: #151A4A;
    border-radius: 3px;
    font-weight: 500;
    font-style: italic;
    position: relative;
  }
  blockquote .quote-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 120px;
    opacity: .1;
  }
  
  /*-------------------------------------------------
      [ ## padding ]
  */
  .pt-10 {
    padding-top: 10px;
  }
  
  .pt-20 {
    padding-top: 20px;
  }
  
  .pt-30 {
    padding-top: 30px;
  }
  
  .pt-40 {
    padding-top: 40px;
  }
  
  .pt-50 {
    padding-top: 50px;
  }
  
  .pt-60 {
    padding-top: 60px;
  }
  
  .pt-80 {
    padding-top: 80px;
  }
  
  .pt-100 {
    padding-top: 100px;
  }
  @media only screen and (max-width: 991px) {
    .pt-100 {
      padding-top: 80px;
    }
  }
  
  .pt-120 {
    padding-top: 120px;
  }
  @media only screen and (max-width: 991px) {
    .pt-120 {
      padding-top: 100px;
    }
  }
  
  .pt-150 {
    padding-top: 150px;
  }
  @media only screen and (max-width: 991px) {
    .pt-150 {
      padding-top: 100px;
    }
  }
  
  .pb-10 {
    padding-bottom: 10px;
  }
  
  .pb-20 {
    padding-bottom: 20px;
  }
  
  .pb-30 {
    padding-bottom: 30px;
  }
  
  .pb-40 {
    padding-bottom: 40px;
  }
  
  .pb-50 {
    padding-bottom: 50px;
  }
  
  .pb-60 {
    padding-bottom: 60px;
  }
  
  .pb-80 {
    padding-bottom: 80px;
  }
  
  .pb-100 {
    padding-bottom: 100px;
  }
  @media only screen and (max-width: 991px) {
    .pb-100 {
      padding-bottom: 80px;
    }
  }
  
  .pb-120 {
    padding-bottom: 120px;
  }
  @media only screen and (max-width: 991px) {
    .pb-120 {
      padding-bottom: 100px;
    }
  }
  
  .pb-150 {
    padding-bottom: 150px;
  }
  @media only screen and (max-width: 991px) {
    .pb-150 {
      padding-bottom: 100px;
    }
  }
  
  .ptb-10 {
    padding: 10px 0;
  }
  
  .ptb-20 {
    padding: 20px 0;
  }
  
  .ptb-30 {
    padding: 30px 0;
  }
  
  .ptb-40 {
    padding: 40px 0;
  }
  
  .ptb-50 {
    padding: 50px 0;
  }
  
  .ptb-60 {
    padding: 60px 0;
  }
  
  .ptb-80 {
    padding: 80px 0;
  }
  
  .ptb-100 {
    padding: 100px 0;
  }
  @media only screen and (max-width: 991px) {
    .ptb-100 {
      padding: 80px 0;
    }
  }
  
  .ptb-120 {
    padding: 120px 0;
  }
  @media only screen and (max-width: 991px) {
    .ptb-120 {
      padding: 100px 0;
    }
  }
  
  .ptb-150 {
    padding: 150px 0;
  }
  @media only screen and (max-width: 991px) {
    .ptb-150 {
      padding: 100px 0;
    }
  }
  
  .mt-10 {
    margin-top: 10px;
  }
  
  .mt-20 {
    margin-top: 20px;
  }
  
  .mt-30 {
    margin-top: 30px;
  }
  
  .mt-40 {
    margin-top: 40px;
  }
  
  .mt-50 {
    margin-top: 50px;
  }
  
  .mt-60 {
    margin-top: 60px;
  }
  
  .mt-80 {
    margin-top: 80px;
  }
  
  .mt-100 {
    margin-top: 100px;
  }
  
  .mt-120 {
    margin-top: 120px;
  }
  
  .mt-150 {
    margin-top: 150px;
  }
  
  .mb-10 {
    margin-bottom: 10px;
  }
  
  .mb-20 {
    margin-bottom: 20px;
  }
  
  .mb-30 {
    margin-bottom: 30px;
  }
  
  .mb-40 {
    margin-bottom: 40px;
  }
  
  .mb-50 {
    margin-bottom: 50px;
  }
  
  .mb-60 {
    margin-bottom: 60px;
  }
  
  .mb-80 {
    margin-bottom: 80px;
  }
  @media only screen and (max-width: 575px) {
    .mb-80 {
      margin-bottom: 40px;
    }
  }
  
  .mb-100 {
    margin-bottom: 100px;
  }
  
  .mb-120 {
    margin-bottom: 120px;
  }
  
  .mb-150 {
    margin-bottom: 150px;
  }
  
  .mt-10-none {
    margin-top: -10px;
  }
  
  .mt-20-none {
    margin-top: -20px;
  }
  
  .mt-30-none {
    margin-top: -30px;
  }
  
  .mt-40-none {
    margin-top: -40px;
  }
  
  .mt-50-none {
    margin-top: -50px;
  }
  
  .mt-60-none {
    margin-top: -60px;
  }
  
  .mt-80-none {
    margin-top: -80px;
  }
  
  .mt-100-none {
    margin-top: -100px;
  }
  
  .mt-120-none {
    margin-top: -120px;
  }
  
  .mt-150-none {
    margin-top: -150px;
  }
  
  .mb-10-none {
    margin-bottom: -10px;
  }
  
  .mb-20-none {
    margin-bottom: -20px;
  }
  
  .mb-30-none {
    margin-bottom: -30px;
  }
  
  .mb-40-none {
    margin-bottom: -40px;
  }
  
  .mb-50-none {
    margin-bottom: -50px;
  }
  
  .mb-60-none {
    margin-bottom: -60px;
  }
  
  .mb-80-none {
    margin-bottom: -80px;
  }
  @media only screen and (max-width: 575px) {
    .mb-80-none {
      margin-bottom: -40px;
    }
  }
  
  .mb-100-none {
    margin-bottom: -100px;
  }
  
  .mb-120-none {
    margin-bottom: -120px;
  }
  
  .mb-150-none {
    margin-bottom: -150px;
  }
  
  /*-------------------------------------------------
      [ ## color ]
  */
  .bg--primary {
    background-color: #7367f0 !important;
  }
  
  .bg--secondary {
    background-color: #868e96;
  }
  
  .bg--success {
    background-color: #151A4A;
  }
  
  .bg--danger {
    background-color: #ea5455;
  }
  
  .bg--warning {
    background-color: #ff9f43;
  }
  
  .bg--info {
    background-color: #1e9ff2;
  }
  
  .bg--dark {
    background-color: #10163A;
  }
  
  .bg--base {
    background-color: #151A4A !important;
  }
  
  .text--primary {
    color: #7367f0;
  }
  
  .text--secondary {
    color: #868e96;
  }
  
  .text--success {
    color: #151A4A;
  }
  
  .text--danger {
    color: #ea5455;
  }
  
  .text--warning {
    color: #ff9f43;
  }
  
  .text--info {
    color: #1e9ff2;
  }
  
  .text--dark {
    color: #10163A;
  }
  
  .text--base {
    color: #151A4A !important;
  }
  
  .border--primary {
    border: #7367f0;
  }
  
  .border--secondary {
    border: 1px solid #868e96;
  }
  
  .border--success {
    border: 1px solid #151A4A;
  }
  
  .border--danger {
    border: 1px solid #ea5455;
  }
  
  .border--warning {
    border: 1px solid #ff9f43;
  }
  
  .border--info {
    border: 1px solid #1e9ff2;
  }
  
  .border--dark {
    border: 1px solid #10163A;
  }
  
  .border--base {
    border: 1px solid #e5e5e5 !important;
  }
  
  .section--bg {
    background-color: #151A4A !important;
  }
  
  .bg--gray {
    background-color: rgba(0, 177, 170, 0.1);
  }
  
  .bg--pink {
    background-color: #CA66FF;
  }
  
  .bg--red {
    background-color: #ff1053;
  }
  
  .bg--purple {
    background-color: #780774;
  }
  
  .bg--blue {
    background-color: #300c7a;
  }
  
  .border--rounded {
    border-radius: 3px !important;
  }
  
  .border--capsule {
    border-radius: 100px;
  }
  
  .box-shadow {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  }
  
  /*-------------------------------------------------
      [ ## scrollbar ]
  */
  *::-webkit-scrollbar-track {
    -webkit-box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
    box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
    background-color: #eaf7e4;
  }
  
  *::-webkit-scrollbar {
    width: 6px;
    background-color: #eaf7e4;
  }
  
  *::-webkit-scrollbar-button {
    background-color: #151A4A;
  }
  
  *::-webkit-scrollbar-thumb {
    background-color: #151A4A;
  }
  
  /*-------------------------------------------------
      [ ## scrollToTop ]
  */
  .scrollToTop {
    position: fixed;
    bottom: 0;
    right: 30px;
    padding: 10px 6px;
    background-image: linear-gradient(147deg, #ca66ff 0%, #ff1053 74%);
    font-weight: 500;
    color: #fff;
    font-size: 10px;
    text-align: center;
    border-radius: 25px;
    z-index: 99;
    cursor: pointer;
    transition: all 1s;
    transform: translateY(100%);
  }
  .scrollToTop i {
    -webkit-animation: scroll-down 1s infinite;
    -moz-animation: scroll-down 1s infinite;
    -o-animation: scroll-down 1s infinite;
    animation: scroll-down 1s infinite;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .scrollToTop span {
    display: block;
  }
  
  .scrollToTop.active {
    bottom: 30px;
    transform: translateY(0%);
  }
  
  .scrollToTop:hover, .scrollToTop:focus {
    color: #fff;
  }
  
  /*-------------------------------------------------
      [ ## Table ]
  */
  .table-area {
    margin-top: -7px;
    margin-bottom: -7px;
  }
  
  .custom-table {
    width: 100%;
  }
  @media only screen and (max-width: 991px) {
    .custom-table thead {
      display: none;
    }
  }
  .custom-table thead tr {
    background-color: #151A4A;
  }
  .custom-table thead tr th {
    border: none;
    font-weight: 600;
    text-align: center;
    color: #fff;
    font-family: "Rajdhani", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 20px;
  }
  .custom-table thead tr th:first-child {
    border-radius: 5px 0 0 5px;
  }
  .custom-table thead tr th:last-child {
    border-radius: 0 5px 5px 0;
  }
  .custom-table tbody tr {
    background-color: #fff;
    transition: all 0.5s;
  }
  .custom-table tbody tr:last-child {
    border-radius: 0 0 5px 5px;
  }
  .custom-table tbody tr td {
    border: none;
    font-weight: 700;
    text-align: center;
    color: #151A4A;
    font-family: "Rajdhani", sans-serif;
    font-size: 14px;
    padding: 10px 20px;
  }
  .custom-table tbody tr td .author-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
  }
  .custom-table tbody tr td .author-info .thumb {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  }
  .custom-table tbody tr td .author-info .thumb img {
    width: inherit;
    height: inherit;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
  }
  .custom-table tbody tr td .author-info .content {
    padding-left: 15px;
    width: calc(100% - 45px);
  }
  .custom-table tbody tr td a {
    font-weight: 700;
    font-size: 12px;
  }
  .custom-table tbody tr td .btn {
    border-radius: 3px;
  }
  @media only screen and (max-width: 991px) {
    .custom-table tbody tr td {
      display: flex;
      justify-content: space-between;
      align-items: center;
      text-align: right;
      border-bottom: 1px solid #e5e5e5;
    }
    .custom-table tbody tr td:last-child {
      border: none;
    }
    .custom-table tbody tr td::before {
      content: attr(data-label);
      margin-right: auto;
      color: #151A4A;
      width: 50%;
      text-align: left;
    }
  }
  
  /*-------------------------------------------------
      [ ## slider ]
  */
  .swiper-notification {
    display: none;
  }
  
  .swiper-pagination {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 80px;
  }
  .swiper-pagination .swiper-pagination-bullet {
    height: 3px;
    width: 25px;
    border-radius: 0;
    background-color: #151A4A;
    opacity: 1;
  }
  .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #151A4A;
  }
  
  .slider-next, .slider-prev {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    color: #444444;
    display: inline-block;
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-100%);
    cursor: pointer;
    margin-top: 60px;
    transition: all 0.3s;
  }
  .slider-next:hover, .slider-prev:hover {
    background: -webkit-gradient(linear, left top, right top, from(#a34ffe), to(#5934fc));
    background: -webkit-linear-gradient(left, #a34ffe, #5934fc);
    background: -moz-linear-gradient(left, #a34ffe, #5934fc);
    background: -o-linear-gradient(left, #a34ffe, #5934fc);
    background: linear-gradient(to right, #a34ffe, #5934fc);
    color: #fff;
  }
  
  .slider-next {
    margin-left: 10px;
  }
  
  /*-------------------------------------------------
      [ ## pagination ]
  */
  .pagination {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    float: right;
  }
  .pagination .page-item {
    text-align: center;
    padding: 3px;
  }
  .pagination .page-item a, .pagination .page-item span {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
    border: 1px solid #e5e5e5;
    color: #151A4A;
    padding: 0;
    font-weight: 700;
    line-height: 30px;
    display: block;
    margin: 0;
  }
  .pagination .page-item.disabled span {
    background: transparent;
    border: 1px solid #e5e5e5;
    color: #151A4A;
  }
  .pagination .page-item .page-link {
    transition: all 0.3s;
  }
  .pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
    background: #151A4A;
    border-color: transparent;
    color: #fff;
  }
  
  /*-------------------------------------------------
      [ ## tab ]
  */
  .nav-tabs {
    margin: 0;
    border: 0;
    margin-bottom: 50px;
    justify-content: center;
  }
  .nav-tabs .nav-link {
    padding: 8px 20px;
    border: none;
    font-weight: 700;
    font-size: 12px;
    background-color: rgba(0, 177, 170, 0.1);
    border-radius: 3px;
    font-family: "Rajdhani", sans-serif;
    transition: all 0.3s;
  }
  .nav-tabs .nav-link:hover {
    background: -webkit-gradient(linear, left top, right top, from(#a34ffe), to(#5934fc));
    background: -webkit-linear-gradient(left, #a34ffe, #5934fc);
    background: -moz-linear-gradient(left, #a34ffe, #5934fc);
    background: -o-linear-gradient(left, #a34ffe, #5934fc);
    background: linear-gradient(to right, #a34ffe, #5934fc);
    color: #fff;
  }
  .nav-tabs .nav-link.active {
    background: -webkit-gradient(linear, left top, right top, from(#a34ffe), to(#5934fc));
    background: -webkit-linear-gradient(left, #a34ffe, #5934fc);
    background: -moz-linear-gradient(left, #a34ffe, #5934fc);
    background: -o-linear-gradient(left, #a34ffe, #5934fc);
    background: linear-gradient(to right, #a34ffe, #5934fc);
    color: #fff;
  }
  .nav-tabs .nav-link:not(:last-child) {
    margin-right: 10px;
  }
  @media only screen and (max-width: 1199px) {
    .nav-tabs .nav-link:not(:last-child) {
      margin-right: 5px;
    }
  }
  
  /*-------------------------------------------------
      [ ## card ]
  */
  .custom--card {
    border: none;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  }
  .custom--card .card-header {
    background-color: #151A4A;
    padding: .8rem 1.6rem;
  }
  .custom--card .card-header .card-title {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 700;
  }
  .custom--card .card-header .card-title i {
    margin-right: 5px;
  }
  .custom--card .card-header .card-btn a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .custom--card .card-header .card-btn a i {
    margin-right: 5px;
  }
  .custom--card .card-body {
    padding: 40px;
  }
  @media only screen and (max-width: 991px) {
    .custom--card .card-body {
      padding: 20px;
    }
  }
  
  /*-------------------------------------------------
      [ ## modal ]
  */
  .modal .close {
    border-radius: 5px;
    font-size: 18px;
    padding: 3px 6px;
  }
  
  /*-------------------------------------------------
      [ ## Heading ]
  */
  h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.2em;
    color: #151A4A;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    font-family: "Rajdhani", sans-serif;
    letter-spacing: 1px;
  }
  
  h1 {
    font-size: 45px;
    font-weight: 700;
  }
  @media only screen and (max-width: 991px) {
    h1 {
      font-size: 26px;
    }
  }
  @media only screen and (max-width: 575px) {
    h1 {
      font-size: 22px;
    }
  }
  
  h2 {
    font-size: 30px;
    font-weight: 700;
  }
  @media only screen and (max-width: 991px) {
    h2 {
      font-size: 22px;
    }
  }
  @media only screen and (max-width: 575px) {
    h2 {
      font-size: 18px;
    }
  }
  
  h3 {
    font-size: 20px;
    font-weight: 700;
  }
  @media only screen and (max-width: 991px) {
    h3 {
      font-size: 16px;
    }
  }
  
  h4 {
    font-size: 14px;
    font-weight: 700;
  }
  @media only screen and (max-width: 991px) {
    h4 {
      font-size: 18px;
    }
  }
  
  h5 {
    font-size: 12px;
    font-weight: 700;
  }
  @media only screen and (max-width: 991px) {
    h5 {
      font-size: 14px;
    }
  }
  
  h6 {
    font-size: 10px;
    font-weight: 700;
  }
  
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a {
    color: inherit;
    text-decoration: none;
  }
  
  h1 a:hover,
  h2 a:hover,
  h3 a:hover,
  h4 a:hover {
    color: inherit;
    text-decoration: none;
  }
  
  .section-header {
    margin-bottom: 60px;
  }
  .section-header.#fff .section-title {
    color: #fff;
  }
  .section-header .section-title {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #151A4A;
    margin-bottom: 0;
    position: relative;
  }
  .section-header .section-sub-title {
    background-color: #151A4A;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    padding: 1px 15px;
    border-radius: 3px;
    margin-top: 20px;
  }
  
  /*--------------------------------------------------------------
  # Components
  --------------------------------------------------------------*/
  /*-------------------------------------------------
      [ ## Buttons ]
  */
  input[type="submit"]:hover {
    color: #fff;
  }
  
  button, input[type="button"], input[type="reset"], input[type="submit"],
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
  }
  button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
  input[type="button"]:focus,
  input[type="reset"]:focus,
  input[type="submit"]:focus {
    outline: none;
  }
  
  button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner,
  input::-moz-focus-inner {
    padding: 0;
    border: 0;
  }
  
  .btn {
    -webkit-transition: all 0.3s ease 0.02s;
    transition: all 0.3s ease 0.02s;
  }
  
  .btn:active,
  .btn:focus {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
  }
  
  .btn {
    border: 0px solid;
    border-radius: 0px;
    font-weight: 600;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 8px 15px;
    line-height: 1;
  }
  @media only screen and (max-width: 767px) {
    .btn {
      font-size: 14px;
    }
  }
  
  .btn-rounded {
    border-radius: 3px;
  }
  
  .btn-capsule {
    border-radius: 100px;
  }
  
  /*-------------------------------------------------
      [ ## custom btn ]
  */
  .btn--primary {
    background-color: #7367f0;
  }
  
  .btn--secondary {
    background-color: #868e96;
  }
  
  .btn--success {
    background-color: #151A4A;
  }
  
  .btn--danger {
    background-color: #ea5455 !important;
    color: #fff !important;
  }
  
  .btn--warning {
    background-color: #ff9f43;
  }
  
  .btn--info {
    background-color: #1e9ff2;
  }
  
  .btn--dark {
    background-color: #10163A;
  }
  
  .badge--primary {
    background-color: #7367f0;
  }
  
  .badge--secondary {
    background-color: #868e96;
  }
  
  .badge--success {
    background-color: #151A4A;
  }
  
  .badge--danger {
    background-color: #ea5455;
  }
  
  .badge--warning {
    background-color: #ff9f43;
  }
  
  .badge--info {
    background-color: #1e9ff2;
  }
  
  .badge--dark {
    background-color: #10163A;
  }
  
  .badge--base {
    background-color: #151A4A;
  }
  
  .border--primary {
    border: 1px solid #7367f0;
  }
  
  .border--secondary {
    border: 1px solid #868e96;
  }
  
  .border--success {
    border: 1px solid #151A4A;
  }
  
  .border--danger {
    border: 1px solid #ea5455;
  }
  
  .border--warning {
    border: 1px solid #ff9f43;
  }
  
  .border--info {
    border: 1px solid #1e9ff2;
  }
  
  .border--dark {
    border: 1px solid #10163A;
  }
  
  .badge {
    font-weight: 700;
    border-radius: 5px;
    padding: 7px 10px;
  }
  
  .btn--base {
    position: relative;
    background-color: #151A4A;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
    text-align: center;
    z-index: 2;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    height: 45px;
  }
  .btn--base.active {
    background-color: #151A4A;
  }
  .btn--base:focus, .btn--base:hover {
    color: #fff;
  }
  
  .custom-btn {
    color: #151A4A !important;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    font-size: 12px;
  }
  
  /*-------------------------------------------------
      [ ## Fields ]
  */
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus {
    outline: none;
  }
  
  input, textarea {
    padding: 12px 20px;
  }
  input::placeholder, textarea::placeholder {
    color: #151A4A;
  }
  
  textarea {
    display: block;
    width: 100%;
    display: block;
    min-height: 120px;
  }
  
  input,
  select,
  textarea {
    border: 1px solid #e5e5e5;
    vertical-align: baseline;
    font-size: 100%;
    color: #151A4A;
  }
  
  label {
    font-size: 12px;
    color: #727272;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
  }
  
  /*-------------------------------------------------
      [ ## Forms ]
  */
  select {
    outline: none;
    cursor: pointer;
  }
  
  option {
    color: #151A4A;
  }
  
  .input-group {
    flex-wrap: unset;
  }
  
  .input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
  }
  
  .input-group-append input {
    border-radius: 5px 0 0 5px;
  }
  
  .input-group-text {
    border: none;
    font-size: 14px;
    background-color: #151A4A;
    color: #fff;
    height: 45px;
    font-weight: 600;
  }
  
  .custom-check-group {
    display: block;
    margin-bottom: 12px;
  }
  .custom-check-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  .custom-check-group input:checked + label::before {
    background-color: #151A4A;
  }
  .custom-check-group input:checked + label::after {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: 6px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .custom-check-group label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: #444444;
  }
  .custom-check-group label::before {
    content: '';
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    top: -2px;
  }
  
  .form-group {
    margin-bottom: 20px;
  }
  
  .form-control {
    border: 1px solid #e5e5e5;
    font-size: 14px;
    height: 50px;
  }
  .form-control:focus {
    box-shadow: none;
    border: 1px solid #e5e5e5;
  }
  
  .form--control[type="file"] {
    line-height: 32px;
  }
  .form--control {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    height: 45px;
    color: #151A4A;
    border-radius: 5px;
    font-size: 14px;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    width: 100%;
  }
  .form--control:focus {
    background-color: transparent;
    border: 2px solid #151A4A;
    box-shadow: none;
    color: #151A4A;
  }
  .form--control::placeholder {
    color: #151A4A;
  }
  
  .radio-item {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 15px 20px;
  }
  
  .radio-item [type="radio"]:checked {
    position: absolute;
    left: -9999px;
  }
  
  .radio-item [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
  }
  
  .radio-item [type="radio"]:checked + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #151A4A;
    margin: 0;
  }
  
  .radio-item [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #151A4A;
    margin: 0;
  }
  
  .radio-item [type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #e5e5e5;
    border-radius: 100%;
    background: #fff;
  }
  
  .radio-item [type="radio"]:checked + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #151A4A;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  
  .radio-item [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #e5e5e5;
    border-radius: 100%;
    background: #fff;
  }
  
  .radio-item [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #151A4A;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  
  .radio-item [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  
  .submit-btn {
    padding: 12px 30px;
    color: #fff;
    background-color: #151A4A;
    font-weight: 700;
    font-size: 12px;
    border-radius: 999px;
    font-family: "Rajdhani", sans-serif;
  }
  @media only screen and (max-width: 991px) {
    .submit-btn {
      padding: 10px 20px;
    }
  }
  
  /*-------------------------------------------------
      [ ## Overlay Element ]
  */
  .bg_img {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  
  .bg-fixed {
    background-attachment: fixed;
  }
  
  .bg-overlay-black {
    position: relative;
  }
  
  .bg-overlay-black:before {
    content: "";
    position: absolute;
    background-color: #151A4A;
    opacity: .5;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  
  .bg-overlay-black > div {
    position: relative;
    z-index: 2;
  }
  
  @keyframes scroll-down {
    0% {
      transform: translateY(0);
    }
  
    50% {
      transform: translateY(10px);
    }
  
    100% {
      transform: translateY(0px);
    }
  }
  /*--------------------------------------------------------------
  # Layout
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
      [ ## Header ]
  --------------------------------------------------------------*/
  /*-------------------------------------------------
      [ ## Preloader ]
  */
  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 9999999;
    background-color: #151A4A;
  }
  
  .preloader.loaded {
    opacity: 0;
    visibility: hidden;
  }
  
  .preloader.loaded .triangle,
  .preloader.loaded .pen {
    animation: none;
  }
  
  .preloader-body {
    text-align: center;
  }
  
  .preloader-body p {
    position: relative;
    right: -8px;
  }
  
  .wrapper-triangle {
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    width: 304px;
    height: 250px;
    transform: translate(-50%, -50%);
  }
  
  .line-triangle {
    position: absolute;
    width: 250px;
    height: 54px;
    border: 1px solid transparent;
    transform-origin: 0 100%;
  }
  
  .line-triangle:nth-last-of-type(1) {
    left: 313px;
    bottom: -21px;
    transform: rotate(-120deg);
    transform-origin: 0 100%;
  }
  
  .line-triangle:nth-last-of-type(2) {
    left: 156px;
    top: -54px;
    transform: rotate(120deg);
    transform-origin: 0 100%;
  }
  
  .line-triangle:nth-last-of-type(3) {
    top: 217px;
    left: 0;
  }
  
  .triangle:nth-of-type(1) {
    animation: tri1 1.5s linear infinite;
  }
  
  @keyframes tri1 {
    0% {
      opacity: 0;
    }
  
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  .triangle:nth-of-type(2) {
    animation: tri2 1.5s linear infinite;
  }
  
  @keyframes tri2 {
    0% {
      opacity: 0;
    }
  
    14.28571% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  .triangle:nth-of-type(3) {
    animation: tri3 1.5s linear infinite;
  }
  
  @keyframes tri3 {
    0% {
      opacity: 0;
    }
  
    28.57143% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  .triangle:nth-of-type(4) {
    animation: tri4 1.5s linear infinite;
  }
  
  @keyframes tri4 {
    0% {
      opacity: 0;
    }
  
    42.85714% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  .triangle:nth-of-type(5) {
    animation: tri5 1.5s linear infinite;
  }
  
  @keyframes tri5 {
    0% {
      opacity: 0;
    }
  
    57.14286% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  .triangle:nth-of-type(6) {
    animation: tri6 1.5s linear infinite;
  }
  
  @keyframes tri6 {
    0% {
      opacity: 0;
    }
  
    71.42857% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  .triangle:nth-of-type(7) {
    animation: tri7 1.5s linear infinite;
  }
  
  @keyframes tri7 {
    0% {
      opacity: 0;
    }
  
    85.71429% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }
  .triangle {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border: 31px solid transparent;
    border-bottom: 54px solid #fff !important;
    animation: tri 1.5s linear infinite;
  }
  
  .triangle:nth-of-type(1) {
    left: 0px;
  }
  
  .triangle:nth-of-type(2) {
    left: 31px;
  }
  
  .triangle:nth-of-type(3) {
    left: 63px;
  }
  
  .triangle:nth-of-type(4) {
    left: 94px;
  }
  
  .triangle:nth-of-type(5) {
    left: 125px;
  }
  
  .triangle:nth-of-type(6) {
    left: 156px;
  }
  
  .triangle:nth-of-type(7) {
    left: 188px;
  }
  
  .triangle:nth-child(even) {
    transform: rotate(180deg);
    top: 0;
  }
  
  .triangle:nth-child(1) {
    animation: none;
  }
  
  .line:nth-child(2) .triangle:nth-child(1):before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: -22px;
    bottom: -77px;
    background: transparent;
    border: 13px solid transparent;
    border-bottom: 21px solid #fff !important;
    animation: tri 1.5s linear infinite;
  }
  
  .pen {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 312.5px;
    transform-origin: 50% 0;
    animation: move 1.5s cubic-bezier(0, 0, 0.5, 0.85) infinite;
  }
  
  @keyframes tri {
    0% {
      opacity: 1;
    }
  
    100% {
      opacity: 0;
    }
  }
  @keyframes move {
    0% {
      transform: scale(2.45);
    }
  
    100% {
      transform: scale(0.5);
    }
  }
  .row > * {
    position: relative;
  }
  
  @media (max-width: 700px) {
    .col-xs-6 {
      flex: 0 0 auto;
      width: 50%;
    }
  }
  @media only screen and (max-width: 800px) and (max-width: 700px) {
    .col-xs-6 {
      width: 50%;
    }
  }
  
  ::selection {
    background-color: #151A4A;
    color: #fff;
  }
  
  /*-------------------------------------------------
      [ ## Header ]
  */
  .header-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: transparent;
  }
  @media only screen and (max-width: 991px) {
    .header-section .header-top-area .container {
      max-width: 100%;
    }
  }
  
  .header {
    background-color: transparent;
    width: 100%;
    z-index: 99;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
  }
  .header.active {
    transform: translateY(0%);
    position: fixed;
    top: 0;
    left: 0;
    animation-name: fadeInDown;
    animation-duration: 1s;
    transition: all 1s;
  }
  
  .header-section.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #151A4A;
  }
  .header-section.header-fixed .header-bottom-area {
    padding: 0;
  }
  .header-section.header-fixed .header-bottom-area .navbar-expand-lg {
    background: transparent;
    padding: 0 !important;
  }
  
  .header-bottom-area {
    position: relative;
    background-color: transparent;
  }
  .header-bottom-area .navbar-expand-lg {
    padding: 0 !important;
  }
  @media only screen and (max-width: 991px) {
    .header-bottom-area .navbar-expand-lg {
      padding: 0 !important;
      clip-path: unset;
    }
  }
  @media (max-width: 767px) {
    .header-bottom-area .navbar-collapse {
      max-height: 320px;
      overflow: auto;
    }
  }
  @media (max-width: 991px) {
    .header-bottom-area .navbar-collapse {
      background-color: #151A4A;
    }
    .header-bottom-area .navbar-collapse .main-menu {
      padding: 15px 0;
    }
    .header-bottom-area .menu_has_children .sub-menu {
      display: none !important;
    }
    .header-bottom-area .menu_has_children .sub-menu li {
      width: 100%;
    }
    .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu,
    .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu {
      display: flex !important;
      flex-wrap: wrap;
    }
  }
  .header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
    left: auto;
    right: 0;
  }
  .header-bottom-area .navbar-collapse .main-menu li {
    position: relative;
    padding-right: 30px;
  }
  @media only screen and (max-width: 1199px) {
    .header-bottom-area .navbar-collapse .main-menu li {
      padding-right: 18px;
    }
  }
  .header-bottom-area .navbar-collapse .main-menu li:last-child {
    padding-right: 0;
    margin-right: 0;
  }
  .header-bottom-area .navbar-collapse .main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
  .header-bottom-area .navbar-collapse .main-menu li.menu_has_children {
    position: relative;
  }
  .header-bottom-area .navbar-collapse .main-menu li.menu_has_children i {
    font-size: 12px;
    margin-left: 5px;
  }
  @media (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu li.menu_has_children::before {
      top: 12px;
      right: 15px;
    }
  }
  .header-bottom-area .navbar-collapse .main-menu li a {
    position: relative;
    padding: 20px 0 20px 0;
    font-weight: 600;
    text-transform: uppercase;
    align-items: center;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    transition: all 0.9s;
    z-index: 9;
  }
  @media only screen and (max-width: 1400px) {
    .header-bottom-area .navbar-collapse .main-menu li a {
      font-size: 14px;
    }
  }
  .header-bottom-area .header-section.header-fixed .navbar-collapse .main-menu li a {
    padding: 30px 18px 30px 0;
  }
  @media (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu li a {
      padding: 12px 15px !important;
      display: block;
    }
  }
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu {
    position: absolute;
    top: 105%;
    left: 0;
    width: 170px;
    background-color: #151A4A;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    border-top: 2px solid #151A4A;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -9;
    margin-left: 0;
  }
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-right: 0;
    padding-right: 0;
    transition: all ease 0.5s;
    position: relative;
    z-index: 2;
  }
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu li:last-child {
    border-bottom: 0px solid;
  }
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover a {
    color: #fff;
  }
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
    color: #fff;
    width: 100%;
    padding: 5px 20px;
    font-size: 12px;
    display: block;
    transition: all ease 0.3s;
  }
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::after {
    position: unset;
    content: none;
  }
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu .header-section.header-fixed .navbar-collapse .main-menu li .sub-menu li a {
    padding: 8px 20px;
  }
  @media (max-width: 991px) {
    .header-bottom-area .navbar-collapse .main-menu li .sub-menu .navbar-collapse .main-menu li .sub-menu {
      position: initial;
      opacity: 1;
      visibility: visible;
      display: none;
      -webkit-transition: none;
      transition: none;
    }
  }
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu .navbar-collapse .main-menu li:last-child .sub-menu {
    left: auto;
    right: 0;
  }
  
  .site-logo {
    max-width: 150px;
  }
  
  .header-action {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
    margin-left: 40px;
  }
  @media only screen and (max-width: 991px) {
    .header-action {
      margin-left: 12px;
    }
  }
  
  .navbar-toggler:focus {
    box-shadow: none;
  }
  
  .navbar-toggler span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    color: #fff;
    font-size: 30px;
  }
  @media only screen and (max-width: 1199px) {
    .navbar-toggler span {
      font-size: 22px;
    }
  }
  
  .header-right {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  @media only screen and (max-width: 991px) {
    .header-right {
      margin-bottom: 20px;
    }
  }
  .header-right button, .header-right input[type="button"], .header-right input[type="reset"], .header-right input[type="submit"] {
    background-color: transparent;
    padding: 0;
  }
  
  .header-user-thumb {
    width: 35px;
  }
  .header-user-thumb img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  
  .header-user-content {
    padding-left: 10px;
  }
  .header-user-content span {
    color: #fff;
    font-family: "Rajdhani", sans-serif;
    font-size: 12px;
    font-weight: 700;
  }
  
  .header-user-icon {
    padding-left: 7px;
    color: #fff;
  }
  
  .dropdown-menu.dropdown-menu--sm {
    min-width: 12rem;
  }
  
  .dropdown-menu {
    pointer-events: none;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    display: block;
    opacity: 0;
    visibility: hidden;
    border: none;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    border-radius: 3px;
  }
  
  .dropdown-menu.show {
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    opacity: 1;
    visibility: visible;
  }
  
  .dropdown-menu__item {
    border-bottom: 1px solid #e5e5e5;
  }
  .dropdown-menu__item:last-child {
    border: none;
  }
  .dropdown-menu__item .dropdown-menu__icon {
    color: #151A4A;
  }
  .dropdown-menu__item .dropdown-menu__caption {
    padding-left: 10px;
    font-size: 12px;
    color: #151A4A;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
  }
  
  /*--------------------------------------------------------------
      [ ## Introduction ]
  --------------------------------------------------------------*/
  .banner-section {
    position: relative;
    overflow: hidden;
    padding-top: 190px;
    padding-bottom: 150px;
    background-color: #151A4A;
    z-index: 2;
  }
  @media only screen and (max-width: 991px) {
    .banner-section {
      padding-top: 150px;
      padding-bottom: 90px;
      background-color: #151A4A;
    }
  }
  .banner-section::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background-color: #151A4A;
    z-index: -1;
    clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
  }
  .banner-section .banner-thumb {
    position: absolute;
    right: 0;
    bottom: 10%;
    width: 50%;
  }
  @media only screen and (max-width: 991px) {
    .banner-section .banner-thumb {
      display: none;
    }
  }
  .banner-section .banner-thumb img {
    width: 100%;
  }
  .banner-section .banner-content {
    position: relative;
    z-index: 9;
  }
  .banner-section .banner-content .title {
    margin-bottom: 20px;
  }
  .banner-section .banner-content p {
    color: #fff;
  }
  
  .inner-banner-section {
    padding-top: 130px;
    padding-bottom: 100px;
  }
  .inner-banner-section .banner-content .title {
    margin-bottom: 10px;
  }
  
  .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
  }
  
  .breadcrumb li {
    color: #151A4A;
    font-family: "Rajdhani", sans-serif;
  }
  
  .breadcrumb-item a {
    font-weight: 700;
    font-size: 14px;
    position: relative;
    z-index: 2;
  }
  @media only screen and (max-width: 991px) {
    .breadcrumb-item a {
      font-size: 12px;
    }
  }
  
  .breadcrumb-item.active {
    font-weight: 700;
    font-size: 14px;
    position: relative;
    color: #151A4A;
    z-index: 2;
  }
  @media only screen and (max-width: 991px) {
    .breadcrumb-item.active {
      font-size: 12px;
    }
  }
  
  .breadcrumb-item.active::before {
    content: "\f101";
    font-family: 'Line Awesome Free';
    font-weight: 600;
    color: #151A4A;
    font-size: 12px;
    left: 0;
    top: 1px;
    position: relative;
  }
  
  /*--------------------------------------------------------------
      [ ## Footer ]
  --------------------------------------------------------------*/
  /*--------------------------------------------------------------
  # Footer-block
  --------------------------------------------------------------*/
  .footer-section {
    background-position: top center !important;
    padding-top: 300px;
  }
  
  @media only screen and (max-width: 991px) {
    .footer-section {
      background-position: center !important;
    }
  }
  .footer-section .copyright-area {
    border: none;
  }
  
  .footer-widget .widget-title {
    color: #fff;
    margin-bottom: 60px;
    position: relative;
  }
  
  .footer-widget .widget-title::before {
    position: absolute;
    content: '';
    top: 40px;
    left: 0;
    width: 15px;
    height: 15px;
    background-color: #151A4A;
    transform: rotate(40deg);
  }
  
  .footer-widget .widget-title::after {
    position: absolute;
    content: '';
    top: 46px;
    left: 0;
    width: 80%;
    height: 1px;
    background-color: #151A4A;
  }
  
  .footer-list {
    margin-bottom: -8px;
  }
  
  .footer-list li {
    color: #fff;
    font-size: 14px;
    margin-bottom: 8px;
  }
  
  .footer-social li {
    width: 30px;
    height: 30px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    color: #151A4A;
    font-size: 12px;
    transition: all 0.3s;
  }
  
  .footer-social li + li {
    margin-left: 10px;
  }
  
  .copyright-area p {
    text-transform: uppercase;
    margin-top: 20px;
  }
  .account-section {
    position: relative;
    min-height: 100vh;
    z-index: 1;
    background-color: rgba(0, 177, 170, 0.1);
    overflow: hidden;
  }
  .account-section::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(0, 177, 170, 0.5);
    z-index: -1;
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 100%, 0 0);
  }
  @media only screen and (max-width: 767px) {
    .account-section::before {
      width: 100%;
      height: 50%;
      clip-path: unset;
    }
  }
  .account-section::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    background-color: rgba(0, 177, 170, 0.5);
    z-index: -1;
    clip-path: polygon(56% 0, 100% 50%, 56% 100%, 0 100%, 0 0);
  }
  @media only screen and (max-width: 767px) {
    .account-section::after {
      width: 100%;
      height: 50%;
    }
  }
  .account-section .left {
    padding: 3.125rem 5rem;
    width: 25%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  @media only screen and (max-width: 1399px) {
    .account-section .left {
      padding: 3.125rem 3rem;
    }
  }
  @media only screen and (max-width: 1199px) {
    .account-section .left {
      width: 30%;
    }
  }
  @media only screen and (max-width: 991px) {
    .account-section .left {
      width: 35%;
      padding: 3.125rem 2rem;
    }
  }
  @media only screen and (max-width: 767px) {
    .account-section .left {
      width: 50%;
    }
  }
  @media only screen and (max-width: 575px) {
    .account-section .left {
      width: 60%;
      margin-bottom: 30px;
    }
  }
  @media only screen and (max-width: 420px) {
    .account-section .left {
      width: 80%;
    }
  }
  .account-section .left .account-thumb {
    width: 130%;
  }
  .account-section .left .account-thumb img {
    width: 100%;
  }
  .account-section .right {
    padding: 3.125rem 5rem;
    width: 40%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
  }
  @media only screen and (max-width: 1399px) {
    .account-section .right {
      padding: 3.125rem 3rem;
    }
  }
  @media only screen and (max-width: 1199px) {
    .account-section .right {
      width: 45%;
    }
  }
  @media only screen and (max-width: 991px) {
    .account-section .right {
      padding: 3.125rem 2rem;
    }
  }
  @media only screen and (max-width: 767px) {
    .account-section .right {
      float: left !important;
      width: 100%;
    }
  }
  .account-section .right .account-element-one {
    position: absolute;
    left: -58%;
    top: -22%;
    opacity: .7;
  }
  .account-section .right .account-element-two {
    position: absolute;
    left: -47%;
    bottom: -37%;
    opacity: .7;
  }
  
  .account-form-area .title {
    border-bottom: 2px solid #151A4A;
    padding-bottom: 6px;
    margin-bottom: 30px;
  }
  
  .account-change-area {
    border-top: 1px solid #fff;
    padding-top: 10px;
    margin-top: 20px;
  }
  .account-change-area p {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
  }
  
  .account-header a {
    font-weight: 700;
    color: #151A4A;
    text-transform: uppercase;
    border-bottom: 1px solid #151A4A;
  }
  
  .account-footer p {
    font-weight: 700;
    color: #151A4A;
    text-transform: uppercase;
    border-top: 1px solid #151A4A;
    padding-top: 10px;
  }
  
  /*-------------------------------------------------
      [ ### contact block ]
  */
  .contact-form-inner {
    position: relative;
    z-index: 2;
    padding: 40px 0 40px 40px;
  }
  .contact-form-inner::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #151A4A;
    z-index: -1;
    clip-path: polygon(100% 0, 0 0, 0 100%);
  }
  
  .contact-form-area {
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 30px;
  }
  @media only screen and (max-width: 991px) {
    .contact-form-area {
      padding: 20px;
    }
  }
  .contact-form-area textarea {
    padding: 12px 20px;
    min-height: 200px;
  }
  
  .contact-info-item {
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    padding: 40px 20px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
    position: relative;
    z-index: 2;
    transition: all 0.3s;
    overflow: hidden;
  }
  .contact-info-item::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 90%;
    height: 100%;
    background-color: rgba(0, 177, 170, 0.2);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: -1;
  }
  .contact-info-item::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #151A4A;
    border-radius: 5px;
    z-index: -1;
  }
  .contact-info-item:hover {
    transform: translateY(-7px);
  }
  
  .contact-info-icon i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    background-color: #151A4A;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
  }
  
  .contact-info-content {
    width: calc(100% - 60px);
    padding-left: 20px;
  }
  .contact-info-content .sub-title {
    font-weight: 600;
  }
  
  .maps {
    height: 400px;
  }
  
  .map-section iframe {
    width: 100%;
    height: 400px;
  }
  
  /*-------------------------------------------------
      [ ### dashboard block ]
  */
  .page-container {
    width: 100%;
    height: 100%;
  }
  .page-container.show .sidebar-menu {
    width: 60px;
  }
  .page-container.show .sidebar-menu .sidebar-main-menu li.has-sub {
    background-color: transparent;
  }
  .page-container.show .sidebar-menu .sidebar-main-menu li.has-sub a::before {
    display: none;
  }
  .page-container.show .sidebar-menu .sidebar-main-menu li:hover a span:not(.badge) {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
  }
  .page-container.show .sidebar-menu .sidebar-main-menu li a .title {
    display: none;
  }
  .page-container.show .sidebar-menu .sidebar-main-menu li .title {
    display: none;
  }
  .page-container.show .sidebar-menu .sidebar-main-menu li .sidebar-submenu {
    position: absolute;
    left: 60px;
    top: 0;
    visibility: hidden;
    opacity: 0;
    min-width: 220px;
    transition: all ease .5s;
    z-index: 999;
    background-color: #fff;
    display: block;
  }
  .page-container.show .sidebar-menu .sidebar-main-menu li .sidebar-submenu a {
    display: flex;
  }
  .page-container.show .sidebar-menu .sidebar-main-menu li .sidebar-submenu .title {
    display: block !important;
  }
  .page-container.show .sidebar-menu .sidebar-main-menu li ul li a {
    padding-left: 20px;
  }
  .page-container.show .sidebar-menu .sidebar-main-menu li ul li .sidebar-submenu .title {
    display: block !important;
  }
  .page-container.show .sidebar-menu .sidebar-main-menu li:hover .sidebar-submenu {
    visibility: visible !important;
    opacity: 1 !important;
  }
  .page-container.show .logo-env {
    display: block;
    padding: 20px;
  }
  .page-container.show .logo-env .logo {
    overflow: hidden;
    width: 0;
  }
  .page-container.show .logo-env .sidebar-collapse {
    display: block;
    padding: 0;
    right: 5px;
  }
  .page-container.show .copyright-area p {
    display: none;
  }
  .page-container.show .copyright-area .footer-social li + li {
    margin-left: 0;
    margin-top: 10px;
  }
  .page-container.show .body-wrapper {
    margin-left: 60px;
  }
  .page-container .sidebar-menu {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #fff;
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
    z-index: 999;
    transition: all 0.3s;
  }
  @media only screen and (max-width: 991px) {
    .page-container .sidebar-menu {
      width: 100%;
      position: relative;
      min-height: 0px;
      display: block;
      background-color: #151A4A;
    }
  }
  .page-container .sidebar-menu::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 15%;
    background-color: #151A4A;
    z-index: -1;
    clip-path: polygon(100% 0, 100% 50%, 50% 100%, 0 50%, 0 0);
  }
  @media only screen and (max-width: 991px) {
    .page-container .sidebar-menu::before {
      display: none;
    }
  }
  .page-container .sidebar-menu::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 17%;
    background-color: rgba(0, 177, 170, 0.5);
    z-index: -1;
    clip-path: polygon(100% 0, 100% 56%, 50% 100%, 0 57%, 0 0);
  }
  @media only screen and (max-width: 991px) {
    .page-container .sidebar-menu::after {
      display: none;
    }
  }
  @media only screen and (max-width: 991px) {
    .page-container .sidebar-menu .sidebar-main-menu {
      display: none;
      margin-bottom: 0;
    }
  }
  .page-container .sidebar-menu .sidebar-main-menu li {
    position: relative;
    font-size: 14px;
  }
  
  .page-container .sidebar-menu .sidebar-main-menu li.open .sidebar-submenu {
    display: block;
  }
  
  .page-container .sidebar-menu .sidebar-main-menu li.active > a {
    background-color: rgba(0, 177, 170, 0.1);
    color: #151A4A;
  }
  @media only screen and (max-width: 991px) {
    .page-container .sidebar-menu .sidebar-main-menu li.active a {
      background-color: rgba(255, 255, 255, 0.1) !important;
      color: #fff !important;
    }
  }
  .page-container .sidebar-menu .sidebar-main-menu li.active ul li a {
    background-color: transparent;
  }
  .page-container .sidebar-menu .sidebar-main-menu li.has-sub.active a::before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .page-container .sidebar-menu .sidebar-main-menu li.has-sub a::before {
    position: absolute;
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #151A4A;
    font-size: 14px;
    right: 20px;
    top: 10px;
  }
  @media only screen and (max-width: 991px) {
    .page-container .sidebar-menu .sidebar-main-menu li.has-sub a::before {
      color: #fff;
    }
  }
  .page-container .sidebar-menu .sidebar-main-menu li a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 60px 0 0 60px;
    z-index: 2;
    transition: all 0.3s;
    margin-bottom: 10px;
  }
  @media only screen and (max-width: 991px) {
    .page-container .sidebar-menu .sidebar-main-menu li a {
      color: #fff;
    }
  }
  .page-container .sidebar-menu .sidebar-main-menu li a:hover {
    background-color: rgba(0, 177, 170, 0.1);
    color: #151A4A;
  }
  @media only screen and (max-width: 991px) {
    .page-container .sidebar-menu .sidebar-main-menu li a:hover {
      background-color: rgba(255, 255, 255, 0.1);
      color: #fff;
    }
  }
  .page-container .sidebar-menu .sidebar-main-menu li a i {
    margin-right: 8px;
    font-size: 24px;
  }
  .page-container .sidebar-menu .sidebar-main-menu li ul {
    position: relative;
    display: none;
    z-index: 1;
  }
  .page-container .sidebar-menu .sidebar-main-menu li ul li:last-child {
    border: none;
  }
  .page-container .sidebar-menu .sidebar-main-menu li ul li a {
    padding-left: 40px;
  }
  .page-container .sidebar-menu .sidebar-main-menu li ul li a::before {
    display: none;
  }
  
  .sidebar-main-menu {
    max-height: 650px;
    overflow-y: scroll;
  }
  
  .sidebar-main-menu {
    scrollbar-width: thin;
    scrollbar-color: blue #fff;
  }
  
  .sidebar-main-menu::-webkit-scrollbar {
    width: 12px;
  }
  
  .sidebar-main-menu::-webkit-scrollbar-track {
    background: #fff;
  }
  
  .sidebar-main-menu::-webkit-scrollbar-button {
    background-color: #fff;
  }
  
  .sidebar-main-menu::-webkit-scrollbar-thumb {
    background-color: rgb(212, 212, 212);
    border-radius: 20px;
    border: 3px solid #fff;
  }
  
  .page-container .sidebar-menu .sidebar-menu-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    max-height: 100vh;
  }
  @media only screen and (max-width: 991px) {
    .page-container .sidebar-menu .sidebar-menu-inner {
      display: block;
      min-height: auto;
    }
  }
  .page-container .sidebar-menu .logo-env {
    width: 100%;
    padding: 20px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 80px;
  }
  
  @media (max-width: 991px) {
    .page-container .sidebar-menu .logo-env {
      padding-bottom: 20px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .page-container .sidebar-menu .logo-env .sidebar-collapse {
      display: none;
    }
  }
  .page-container .sidebar-menu .logo-env .sidebar-mobile-menu {
    display: none;
  }
  @media only screen and (max-width: 991px) {
    .page-container .sidebar-menu .logo-env .sidebar-mobile-menu {
      display: block;
    }
  }
  .page-container .sidebar-menu .logo-env .sidebar-collapse, .page-container .sidebar-menu .logo-env .sidebar-mobile-menu {
    position: relative;
  }
  .page-container .sidebar-menu .logo-env .sidebar-collapse a, .page-container .sidebar-menu .logo-env .sidebar-mobile-menu a {
    font-size: 30px;
    color: #fff;
  }
  
  .sidebar-submenu.open {
    display: block !important;
  }
  .sidebar-submenu.open {
    display: block !important;
  }
  
  .sidebar-single-menu.open .sidebar-submenu li.open a {
    position: relative !important;
  }
  
  .sidebar-single-menu.open .sidebar-submenu li.open a::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #151A4A;
  }
  
  .body-wrapper {
    margin-left: 250px;
    padding: 20px;
    transition: all 0.3s;
  }
  @media only screen and (max-width: 991px) {
    .body-wrapper {
      margin-left: 0;
    }
  }
  
  .body-header-area button, .body-header-area input[type="button"], .body-header-area input[type="reset"], .body-header-area input[type="submit"] {
    background-color: transparent;
  }
  
  .body-header-left .title {
    font-size: 20px;
    margin-bottom: 0;
  }
  .body-header-left .title a {
    font-size: 16px;
    transition: all 0.3s;
  }
  .body-header-left .title a:hover {
    color: #151A4A;
  }
  @media only screen and (max-width: 991px) {
    .body-header-left .title {
      font-size: 18px;
    }
  }
  
  .header-user-thumb {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
    border-radius: 10px;
    font-size: 20px;
  }
  
  .dropdown-menu.dropdown-menu--sm {
    min-width: 12rem;
  }
  
  .dropdown-menu {
    pointer-events: none;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px) translateX(-140px);
    -ms-transform: scale(0.75) translateY(-21px) translateX(-140px);
    transform: scale(0.75) translateY(-21px) translateX(-140px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    display: block;
    opacity: 0;
    visibility: hidden;
    border: none;
    box-shadow: 7px 5px 30px 0px rgba(72, 73, 121, 0.15);
  }
  
  .dropdown-menu.show {
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    opacity: 1;
    visibility: visible;
  }
  
  .dropdown-menu__item {
    border-bottom: 1px solid #e5e5e5;
  }
  .dropdown-menu__item:last-child {
    border: none;
  }
  .dropdown-menu__item .dropdown-menu__icon {
    margin-top: -5px;
  }
  .dropdown-menu__item .dropdown-menu__caption {
    padding-left: 10px;
    font-size: 14px;
  }
  
  .profile-settings-wrapper .preview-thumb.profile-wallpaper {
    display: block;
    position: relative;
  }
  .profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-preview {
    width: 100%;
    height: 250px;
    border-radius: 0;
  }
  .profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-preview .profilePicPreview {
    width: 100%;
    height: 250px;
    border-radius: 3px 3px 0 0;
    border: none;
    background-color: #151A4A;
    position: relative;
  }
  .profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-preview .profilePicPreview::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    clip-path: polygon(100% 0, 100% 50%, 50% 100%, 0 50%, 0 0);
  }
  .profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-preview .profilePicPreview::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    clip-path: polygon(50% 0%, 100% 50%, 100% 100%, 0 100%, 0 50%);
  }
  
  .profile-thumb-content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 0 3rem;
  }
  @media only screen and (max-width: 767px) {
    .profile-thumb-content {
      display: block;
      text-align: center;
      padding: 0;
    }
  }
  .profile-thumb-content .profile-thumb {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-top: -100px;
  }
  .profile-thumb-content .profile-thumb .avatar-preview {
    width: 120px;
    height: 120px;
    border-radius: 50%;
  }
  .profile-thumb-content .profile-thumb .avatar-preview .profilePicPreview {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 2px solid #e5e5e5;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .profile-thumb-content .profile-thumb .avatar-edit {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .profile-thumb-content .profile-thumb .avatar-edit .profilePicUpload {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
  .profile-thumb-content .profile-thumb .avatar-edit label {
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 50%;
    color: #151A4A;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
  }
  .profile-thumb-content .profile-content {
    transform: translateY(-32px);
  }
  @media only screen and (max-width: 767px) {
    .profile-thumb-content .profile-content {
      transform: none;
    }
  }
  .profile-thumb-content .profile-content .username {
    font-size: 18px;
    color: #fff;
  }
  @media only screen and (max-width: 767px) {
    .profile-thumb-content .profile-content .username {
      color: #151A4A;
    }
  }
  .profile-thumb-content .profile-content .user-info-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -5px -10px;
  }
  @media only screen and (max-width: 767px) {
    .profile-thumb-content .profile-content .user-info-list {
      justify-content: center;
    }
  }
  .profile-thumb-content .profile-content .user-info-list li {
    margin: 5px 10px;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 700;
    color: #151A4A;
    font-family: "Rajdhani", sans-serif;
  }
  .profile-thumb-content .profile-content .user-info-list li i {
    font-size: 18px;
    margin-right: 5px;
    color: #151A4A;
  }
  
  .dashboard-item {
    background-color: #fff;
    /* box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08); */
    border-radius: 5px;
    overflow: hidden;
    padding: 20px;
    position: relative;
    z-index: 2;
    transition: all 0.3s;
  }
  .dashboard-item::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #fff;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    z-index: -1;
  }
  .dashboard-item::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    /* background-color: #151A4A; */
    border-radius: 5px;
    z-index: -1;
  }
  .dashboard-item:hover {
    transform: translateY(-7px);
  }
  
  .dash-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 1px 8px;
    background-color: #5caf90;
    font-family: "Rajdhani", sans-serif;
    color: #fff !important;
    font-size: 10px;
    font-weight: 700;
    border-radius: 3px;
  }
  
  .dashboard-icon {
    color: #5caf90;
    font-size: 30px;
    margin-bottom: 10px;
  }
  
  .plan-widget {
    background-color: #fff;
    padding: 25px 20px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    border-radius: 20px;
  }
  .plan-widget .title {
    margin-bottom: 25px;
  }
  
  .plan-widget-list li {
    font-weight: 700;
    padding-bottom: 15px;
  }
  .plan-widget-list li i {
    margin-right: 5px;
  }
  .plan-widget-list li span {
    float: right;
    color: #151A4A;
    font-weight: 600;
  }
  
  .plan-list {
    margin-bottom: -20px;
  }
  .plan-list li {
    background-color: #fff;
    padding: 10px 30px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 15px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    color: #fff;
    margin-bottom: 20px;
  }
  .plan-list li:nth-of-type(even)::before {
    width: 50%;
  }
  .plan-list li::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background-color: #151A4A;
    clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 0 0);
    z-index: -1;
  }
  .plan-list li span {
    float: right;
    color: #151A4A;
    font-weight: 700;
  }
  
  .growth-chart {
    height: 320px;
  }
  
  .chart-area {
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    padding: 30px 15px 15px;
  }
  
  @media (max-width: 1199px) and (max-width: 575px) {
    .chart-wrapper {
      overflow: hidden;
      overflow-x: auto;
    }
  }
  
  @media (max-width: 1199px) and (max-width: 575px) {
    .chart-container {
      width: 600px;
    }
  }
  
  .payment-item {
    position: relative;
    background-color: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s;
  }
  .payment-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  @media only screen and (max-width: 499px) {
    .payment-item {
      display: block;
      text-align: center;
    }
  }
  .payment-item::after {
    position: absolute;
    content: '';
    top: 0;
    left: 35%;
    width: 1px;
    height: 100%;
    background-color: #e5e5e5;
  }
  @media only screen and (max-width: 1799px) {
    .payment-item::after {
      display: none;
    }
  }
  
  .payment-badge {
    top: -1px;
    right: -1px;
    width: 40px;
    height: 40px;
    position: absolute;
    border-right: 50px solid #151A4A;
    border-bottom: 50px solid transparent;
  }
  .payment-badge i {
    right: -44px;
    top: 0;
    color: #fff;
    bottom: auto;
    font-size: 16px;
    line-height: 30px;
    position: absolute;
  }
  
  .payment-thumb {
    width: 200px;
  }
  .payment-thumb img {
    width: 100%;
  }
  @media only screen and (max-width: 499px) {
    .payment-thumb {
      width: 100%;
    }
  }
  
  .payment-preview-item .payment-thumb {
    width: 300px;
  }
  @media only screen and (max-width: 767px) {
    .payment-preview-item .payment-thumb {
      width: 200px;
    }
  }
  @media only screen and (max-width: 499px) {
    .payment-preview-item .payment-thumb {
      width: 100%;
    }
  }
  .payment-preview-item .payment-content {
    width: 620px;
  }
  @media only screen and (max-width: 1799px) {
    .payment-preview-item .payment-content {
      width: calc(100% - 300px);
      padding-left: 20px;
    }
  }
  @media only screen and (max-width: 767px) {
    .payment-preview-item .payment-content {
      width: calc(100% - 200px);
    }
  }
  @media only screen and (max-width: 499px) {
    .payment-preview-item .payment-content {
      width: 100%;
      padding-top: 20px;
    }
  }
  
  .payment-content {
    width: 450px;
  }
  @media only screen and (max-width: 1699px) {
    .payment-content {
      width: calc(100% - 200px);
      padding-left: 20px;
    }
  }
  @media only screen and (max-width: 499px) {
    .payment-content {
      width: 100%;
      padding-top: 20px;
    }
  }
  
  .payment-list li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 600;
  }
  .payment-list li span {
    font-weight: 700;
  }
  
  .copyright-area {
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
  }
  @media only screen and (max-width: 991px) {
    .copyright-area {
      display: none;
    }
  }
  .copyright-area p {
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
  }
  
  .footer-social li {
    width: 30px;
    height: 30px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    background-color: #151A4A;
    color: #fff;
    font-size: 12px;
    transition: all 0.3s;
  }
  
  .footer-social li + li {
    margin-left: 10px;
  }
  
  /*--------------------------------------------------------------
      [ ## Blog ]
  --------------------------------------------------------------*/
  
  
  .investment__plan:not(:last-child) {
    margin-bottom: 50px;
  }
  .dashboard-section .investment__plan:not(:last-child) {
    margin-bottom: 30px;
  }
  .plan__title {
    text-transform: capitalize;
    border-bottom: 2px solid #151A4A;
    display: inline-block;
    margin-bottom: 15px;
  }
  
  .plan__item {
    margin-bottom: 30px;
  }
  
  .plan__item.dashboard--style .plan__body, .plan__item.dashboard--style .plan__footer {
    background: #fff;
    color: #192a56;
  }
  
  .plan__item .plan__body {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    padding: 30px 20px;
    position: relative;
    color: #fff;
    align-items: center;
    overflow: hidden;
    background-size: cover;
    border-bottom: 1px solid #e5e5e5;
  }
  
  .plan__item.dashboard--style .plan__body, .plan__item.dashboard--style .plan__footer {
    background: #fff;
    color: #192a56;
  }
  
  .plan__item .plan__footer {
    padding: 40px 20px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    align-items: center;
    background-size: cover;
  }
  
  .plan__item .plan__footer .invest__form {
    position: relative;
    width: 100%;
  }
  
  .plan__item .plan__body ul {
    width: 100%;
  }
  
  .plan__item .plan__body * {
    position: relative;
  }
  
  .plan__item .plan__body ul li {
    width: 100%;
    padding: 5px 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  
  .plan__item .plan__body ul li .name {
    display: flex;
    align-items: flex-end;
  }
  
  .plan__item .plan__body ul li .info {
    color: #151A4A;
    font-size: 16px;
    font-weight: 700;
  }
  
  .plan__item .plan__footer .invest__form {
    position: relative;
    width: 100%;
  }
  
  .plan__item.dashboard--style .plan__body, .plan__item.dashboard--style .plan__footer {
    color: #192a56;
  }
  .plan__item.dashboard--style .plan__body .invest__form .input--group button, .plan__item.dashboard--style .plan__body .invest__form .input--group .form-control, .plan__item.dashboard--style .plan__body .invest--label, .plan__item.dashboard--style .plan__footer .invest__form .input--group button, .plan__item.dashboard--style .plan__footer .invest__form .input--group .form-control, .plan__item.dashboard--style .plan__footer .invest--label {
    color: #042656 !important;
    border-color: rgba(4, 38, 86, 0.2);
  }
  
  .invest--label {
    display: block;
    font-family: "Josefin Sans", sans-serif;
  }
  
  
  .ticket-reply-single {
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .ticket-reply-single:first-child {
    padding-top: 0;
  }
  .ticket-reply-single:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  
  .ticket-reply-single .top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
  }
  .ticket-reply-single .top .left {
    width: calc(100% - 30px);
  }
  .ticket-reply-single .top .right {
    width: 30px;
  }
  .ticket-reply-single .top .right .btn {
    padding: 4px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
  }
  .ticket-reply-single .top .right .btn i {
    margin: 0;
  }
  .ticket-reply-single .reply-box {
    padding: 20px;
    border-radius: 8px;
    background: #ddd;
    background: -webkit-linear-gradient(to bottom, #2c3e5014, #bdc3c700);
    background: linear-gradient(to bottom, #2c3e5014, #bdc3c700);
  }
  @media (max-width: 480px) {
    .ticket-reply-single .reply-box {
        padding: 15px;
    }
  }
  .ticket-reply-single .reply-box .left p,
  .ticket-reply-single .reply-box .left span {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .ticket-reply-single .reply-box .name {
    font-size: 18px;
  }
  
  .admin-reply.ticket-reply-single .reply-box {
    background: #ddd;
    background: -webkit-linear-gradient(to bottom, #c1aa1124, #bdc3c700);
    background: linear-gradient(to bottom, #c1aa1124, #bdc3c700);
  }
  
  .ticket-attach-file {
    padding: 2px 10px;
    background-color: #5352ed24;
    border-radius: 3px;
    color: #5352ed;
    font-size: 13px;
  }
  
  .ticket-reply-inbox {
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    height: 160px;
  }
  
  .ticket-reply-inbox textarea {
    height: 110px;
    resize: none;
    border: none;
  }
  .ticket-reply-inbox textarea:focus {
    box-shadow: none;
  }
  .ticket-reply-inbox .ticket-reply-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .ticket-reply-inbox .ticket-reply-attachment {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background-color: #f1f1f1;
    padding: 3px 10px;
    color: #777;
    border-radius: 3px;
    font-size: 14px;
  }
  
  @media (max-width: 360px) {
    .ticket-reply-inbox {
        height: 200px;
    }
    .ticket-reply-inbox .ticket-reply-btn,
    .ticket-reply-inbox .ticket-reply-attachment {
        width: calc(100% - 20px);
    }
    .ticket-reply-inbox .ticket-reply-attachment {
        bottom: 54px;
    }
  }
  
  .attachment-area {
    display: none;
  }
  
  .thumb__350px {
    height: 350px;
  }
  .thumb__350px img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  @media screen and (max-width:1199px) {
    .thumb__350px {
      height: 250px;
    }
  }
  
  .btn{
    border-radius: 5px;
  }
  
  .ticket-reply-inbox textarea:focus{
    border: none;
  }
  
  
  .form--control[disabled],.form--control[readonly]{
      background: #f2f2f3;
  }
  
  .form--control::placeholder{
    color: #b5b5b5;
    font-weight: normal;
  }