/**
* Template Name: Resi - v4.9.0
* Template URL: https://bootstrapmade.com/resi-free-bootstrap-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/




/* poppins-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v20-latin-regular.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/poppins-v20-latin-regular.eot?#iefix') format('embedded-opentype'),
  /* IE6-IE8 */
  url('../fonts/poppins-v20-latin-regular.woff2') format('woff2'),
  /* Super Modern Browsers */
  url('../fonts/poppins-v20-latin-regular.woff') format('woff'),
  /* Modern Browsers */
  url('../fonts/poppins-v20-latin-regular.ttf') format('truetype'),
  /* Safari, Android, iOS */
  url('../fonts/poppins-v20-latin-regular.svg#Poppins') format('svg');
  /* Legacy iOS */
}

* {
  font-family: poppins;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
#multiApply {
  height: 3rem;
  margin-top: 1rem;
  background: #134078;
  border: none;
}

#multiApply:hover {
  background: rgba(19, 64, 120, 0.85);
}

hr {
  color: grey;
}

.invalid {
  border-color: red;
}

.form-floating>label {
  padding: 0.51rem 0.75rem;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
  padding: 0.5rem 0.75rem;
  height: calc(2.5rem + 2px);
}

.form-floating>.form-select {
  padding-top: 1rem;
  padding-bottom: 0.314rem;
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
  height: calc(2.5rem + 2px);
  line-height: 1.25;
}

.form-floating>label {
  padding: 0.51rem 0.75rem;
}

.search-bar {
  border-radius: 1rem !important;
  height: 3rem;
}

.search-btn {
  border-radius: 0 1rem 1rem 0 !important;
  height: 3rem;
  width: 4.2rem;
  background: #134078 !important;
  border: none;
}

.search-btn:hover {
  background: white !important;
  color: black !important;
  border: 1px solid #006289;
  width: 4.5rem;
  height: 3.3rem;
}

.uploader {
  display: block;
  clear: both;
  margin: 0 auto;
  border: 1px dotted;
  /*    padding: 1em;*/
  width: 200px !important;
  height: 180px;

  label {
    float: left;
    clear: both;
    width: 100%;
    padding: 2rem 1.5rem;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    border: 3px solid #eee;
    transition: all .2s ease;
    user-select: none;

    &:hover {
      border-color: $theme;
    }

    &.hover {
      border: 3px solid $theme;
      box-shadow: inset 0 0 0 6px #eee;

      #start {
        i.fa {
          transform: scale(0.8);
          opacity: 0.3;
        }
      }
    }
  }

  #start {
    float: left;
    clear: both;
    width: 100%;

    &.hidden {
      display: none;
    }

    i.fa {
      font-size: 50px;
      margin-bottom: 1rem;
      transition: all .2s ease-in-out;
    }
  }

  #response {
    float: left;
    clear: both;
    width: 100%;

    &.hidden {
      display: none;
    }

    #messages {
      margin-bottom: .5rem;
    }
  }

  #file-image {
    display: inline;
    margin: 0 auto .5rem auto;
    width: auto;
    height: auto;
    max-width: 180px;

    &.hidden {
      display: none;
    }
  }

  #notimage {
    display: block;
    float: left;
    clear: both;
    width: 100%;

    &.hidden {
      display: none;
    }
  }

  progress,
  .progress {
    // appearance: none;
    display: inline;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 180px;
    height: 8px;
    border: 0;
    border-radius: 4px;
    background-color: #eee;
    overflow: hidden;
  }

  .progress[value]::-webkit-progress-bar {
    border-radius: 4px;
    background-color: #eee;
  }

  .progress[value]::-webkit-progress-value {
    background: linear-gradient(to right, darken($theme, 8%) 0%, $theme 50%);
    border-radius: 4px;
  }

  .progress[value]::-moz-progress-bar {
    background: linear-gradient(to right, darken($theme, 8%) 0%, $theme 50%);
    border-radius: 4px;
  }

  input[type="file"] {
    display: none;
  }

  div {
    margin: 0 0 .5rem 0;
    color: $dark-text;
  }

  .btn {
    display: inline-block;
    margin: .5rem .5rem 1rem .5rem;
    clear: both;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-transform: initial;
    border: none;
    border-radius: .2rem;
    outline: none;
    padding: 0 1rem;
    height: 36px;
    line-height: 36px;
    color: #fff;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    background: $theme;
    border-color: $theme;
    cursor: pointer;
  }
}

.shadow {
  box-shadow: 0px 0px 46px 11px rgba(82, 82, 82, 0.49);

}

.ml-0 {
  margin-left: 0 !important;
}

/* Activity */
.dashboard .activity {
  font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}



.gtco-testimonials {
  position: relative;
  margin-top: 30px;

  h2 {
    font-size: 30px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
  }

  .owl-stage-outer {
    padding: 30px 0;
  }

  .owl-nav {
    display: none;
  }

  .owl-dots {
    text-align: center;

    span {
      position: relative;
      height: 10px;
      width: 10px;
      border-radius: 50%;
      display: block;
      background: #fff;
      border: 2px solid #01b0f8;
      margin: 0 5px;
    }

    .active {
      box-shadow: none;

      span {
        background: #01b0f8;
        box-shadow: none;
        height: 12px;
        width: 12px;
        margin-bottom: -1px;
      }
    }
  }

  .card {
    background: #fff;
    box-shadow: 0 8px 30px -7px #c9dff0;
    margin: 0 20px;
    padding: 0 10px;
    border-radius: 20px;
    border: 0;

    .card-img-top {
      max-width: 100px;
      border-radius: 50%;
      margin: 15px auto 0;
      box-shadow: 0 8px 20px -4px #95abbb;
      width: 100px;
      height: 100px;
    }

    h5 {
      color: #01b0f8;
      font-size: 21px;
      line-height: 1.3;

      span {
        font-size: 18px;
        color: #666666;
      }
    }

    p {
      font-size: 18px;
      color: #555;
      padding-bottom: 15px;
    }
  }

  .active {
    opacity: 0.5;
    transition: all 0.3s;
  }

  .center {
    opacity: 1;

    h5 {
      font-size: 24px;

      span {
        font-size: 20px;
      }
    }

    .card-img-top {
      max-width: 100%;
      height: 120px;
      width: 120px;
    }
  }
}

@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}

.owl-carousel {
  .owl-nav button {

    &.owl-next,
    &.owl-prev {
      outline: 0;
    }
  }

  button.owl-dot {
    outline: 0;
  }
}



body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  text-decoration: none;
  color: #5a5af3;
}

a:hover {
  color: #2a2af0;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

.btnApplyCourse:hover {
  background: #fff !important;
  color: #134078 !important;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #5a5af3;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #8080f6;
  color: #fff;
}

.login {
  padding: 2px 15px !important;
  text-align: center;
  font-weight: 600;
  color: #000 !important;
}

.register {
  color: #fff !important;
  padding: 2px 15px !important;
  text-align: center;
  font-weight: 600;
  background: #134078 !important;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 0;
  background: #fff;
}

.toprowhide {
  display: none !important;
}

#header.header-scrolled,
#header.header-inner-pages {
  padding: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

/*#loginSection div span {
    float: right;
    margin-right: 1.5em;
}*/

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
  border-radius: 12px;
}

#header .logo a {
  color: #5a5af3;
}

#header .logo img {
  max-height: 70px;
}

@media (max-width: 992px) {
  #header {
    /*padding: 12px 0;*/
    padding: 0px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 13px;
  border-radius: 5px;
  margin: 0px 10px;
  font-size: 15px;
  color: #6f95cb;
  font-weight: 600;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a:not(:last-child) {
  color: #000000a6;
  /* background: #fdc030; */
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 6px 25px;
  margin-left: 30px;
  border-radius: 50px;
  color: #5a5af3;
  border: 2px solid #5a5af3;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #7272f5;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #5a5af3;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #434175;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  margin-right: 0.5rem;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(48, 47, 84, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #434175;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #5a5af3;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #5a5af3;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#home {
  /* margin-top: 200px; */
  width: 100%;
  height: 80vh;
  background: white;
  border-bottom: 2px solid white;
}

#home .container {
  padding-top: 80px;
}

#home h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  color: #434175;
  font-family: "Poppins", sans-serif;
}

#home h2 {
  margin: 10px 0 0 0;
  font-size: 20px;
}

#home ul {
  margin-top: 15px;
  list-style: none;
  padding: 0;
}

#home ul li {
  padding: 10px 0 0 28px;
  position: relative;
}

#home ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #5a5af3;
}

#home .btn-get-started,
#home .btn-get-quote {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 8px 30px 9px 30px;
  margin-bottom: 15px;
  border-radius: 3px;
  transition: 0.5s;
  border-radius: 50px;
}

#home .btn-get-started {
  background: #5a5af3;
  color: #fff;
  border: 2px solid #5a5af3;
  margin-right: 10px;
}

#home .btn-get-started:hover {
  background: #7272f5;
  border-color: #7272f5;
}

#home .btn-get-quote {
  color: #5a5af3;
  border: 2px solid #5a5af3;
}

#home .btn-get-quote:hover {
  background: #5a5af3;
  color: #fff;
}

@media (min-width: 1024px) {
  #home {
    background-attachment: fixed;
  }

}

@media (min-width: 992px) {
  .login {
    margin-left: 5em !important;

  }

  .register {
    margin-left: 5px !important;

  }

}

@media (max-width: 991px) {
  #home .home-img {
    text-align: center;
  }

  #home .home-img img {
    width: 50%;
  }

  .login {
    margin: 5px 11px 0 11px !important
  }

  .register {
    margin: 5px 11px 0 11px !important
  }
}

@media (max-width: 768px) {
  #home h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #home h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #home .home-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #home {
    text-align: center;
  }

  #home ul {
    text-align: left;
    font-size: 14px;
  }

  #home .home-img img {
    width: 80%;
  }

  #home .btn-get-started,
  #home .btn-get-quote {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 14px;
  }
}

/*@media (min-width: 320px) {
  #home .container {
    padding-top: 165px;
  }
}


@media (min-width: 375px) {
 #home .container {
    padding-top: 195px;
  }
}

@media (min-width: 425px) {
 #home .container {
    padding-top: 225px;
  }
}

@media (min-width: 768px) {
 #home .container {
    padding-top: 390px;
  }
}

@media (min-width: 1024px) {
 #home .container {
    padding-top: 425px;
  }
}

@media (min-width: 1440px) {
 #home .container {
    padding-top: 650px;
  }
}
*/
/*--------------------------------------------------------------
# Carousal
--------------------------------------------------------------*/

.carousel {
  /*margin-top: 300px;*/
  height: 80vh;
  width: 100%;
}

.carousel-indicators {
  justify-content: center;
  bottom: 8em;
}

.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  margin: 5px;
  border-radius: 1em;
  background-color: #ffffff;
  border: 4px solid #1c549700;
}

.carousel-indicators .active {
  width: 8px;
  height: 8px;
  margin: 5px;
  border-radius: 1em;
  background-color: #ffffff;
  border: 4px solid #1c549700;
  outline: 2px solid linear-gradient(90deg, #004aad 0%, #0074d9 50%, #00a8ff 100%);
}

.carousel-item img {
  position: relative;
  z-index: 2;
  height: 80vh;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  object-fit: contain;
  transition: transform 1.5s ease, filter 0.8s ease;
}

.carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center;
  filter: blur(40px) brightness(60%);
  transform: scale(1.1);
  z-index: 1;
}

.carousel-item.active img {
  transform: scale(1.05);
  filter: brightness(100%);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 30px;
  height: 30px;
  border-radius: 1em;
  color: #fff;
  background: linear-gradient(90deg, #004aad 0%, #0074d9 50%, #00a8ff 100%);
  padding: 6px;
}





/*--------------------------------------------------------------
# Section Login
--------------------------------------------------------------*/

#loginSection {
  background: #fdc030;
  padding: 40px 0 20px 0;
}

#loginSection h1 {
  color: #133F75;
}

#loginSection .email {
  margin: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.36);
}

#loginSection .password {
  margin: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.36);
}


#loginSection .loginBtn {
  background: #134078;
  color: #fff;
  margin: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.36);
}


#loginSection .registerBtn {
  color: #134078;
  background: #fff;
  margin: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.36);
}





/*--------------------------------------------------------------
# Testimonial General
--------------------------------------------------------------*/

.testimonialsCard {
  height: 350px;
  background: linear-gradient(rgb(22 69 125 / 45%), rgb(22 69 125 / 45%));
  border-radius: 1em;
}

.testimonialsCard .member-img {
  height: 250px !important;
}

.testimonialsMember {
  background: linear-gradient(rgb(22 69 125 / 45%), rgb(22 69 125 / 45%)) !important;
}

.testimonialsCard p {
  color: #fff;
  text-align: justify;
  padding: 2em;
  font-size: 14px;
  font-weight: 300;
}

.circular--square {
  border-top-left-radius: 50% 50%;
  border-top-right-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%;
  box-shadow: 0px 0px 30px 3px rgba(253, 191, 48, 1);
  /*  width: 50% !important;*/
  border: 3px solid #ffc107;
}

.testimonialsMember span {
  color: #fff !important;
  text-align: left;
  margin-left: 20px;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.count-section-bg {
  /*  background-color: #eeeef5;*/
  background-image: linear-gradient(rgba(22, 69, 125, .69), rgba(22, 69, 125, .69)), url("../img/countSection.png");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}


.team-section-bg {
  /*  background-color: #eeeef5;*/
  background-image: linear-gradient(rgba(22, 69, 125, .69), rgba(22, 69, 125, .69)), url("../img/testimonialbg.png");
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}


.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #434175;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #5a5af3;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Course Block
--------------------------------------------------------------*/





.courseViewMore {
  border-radius: 1em;
  color: #134078;
  font-weight: bold;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}

.courseViewMore:hover {
  background: #134078 !important;
  color: #FDBE2E !important;
}


.courseBlock table {
  border-color: #dee2e600;
}

.courseBlock table thead .courseTh {
  text-align: center;
}

/* .courseBlock table tbody tr td {
  text-align: center;
} */

.courseBlock table tbody {
  background: #DEDEDE;
}

.courseBlock table tr th div {
  padding-left: 0;
  margin-top: 1rem;
}

.courseBlock table tr th div span {
  background: #134078;
  color: #fff;
  font-weight: 600;
  padding: 0.5em 1em;
  text-align: center;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  font-size: 22px;
}

.courseBlock table thead tr th:last-child {
  border-top-right-radius: 10px;
}

.courseBlock table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

.courseBlock table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 50px;
  margin-bottom: 20px;
  color: #434175;
}

.about .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
}

.about .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #5a5af3;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding-top: 0;
}

.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #b9b9fa;
}

.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #434175;
}

.why-us .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box:hover {
  background: #5a5af3;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}

/*
.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}
*/
.counts .count-box {
  padding: 4em;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
  border-radius: 15px;
}

.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #5a5af3;
  color: #fff;
  border-radius: 50px;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fdc030;
  box-shadow: 0px 0px 33px -3px rgba(255, 193, 7, 1);
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #0c0ca8;
}

.counts .count-box p {
  padding: 0;
  margin: 20px 0 0 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: #434175;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 0;
}

.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  transition: ease-in-out 0.3s;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features .icon-box h3 a {
  color: #434175;
  transition: ease-in-out 0.3s;
}

.features .icon-box:hover h3 a {
  color: #5a5af3;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #5a5af3;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #434175;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #434175;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #5a5af3;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #1313ee;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5a5af3;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5a5af3;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(67, 65, 117, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 0px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}

.team .member .social a {
  transition: color 0.3s;
  color: #434175;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #5a5af3;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info {
  padding: 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #434175;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}

.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}

.pricing h4 {
  font-size: 46px;
  color: #5a5af3;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding-bottom: 12px;
}

.pricing ul i {
  color: #5a5af3;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .btn-buy {
  background: #434175;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  transition: 0.3s;
  border: none;
}

.pricing .btn-buy:hover {
  background: #5a5af3;
}

.pricing .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
}

.pricing .featured .btn-buy {
  background: #5a5af3;
}

.pricing .featured .btn-buy:hover {
  background: #7272f5;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq {
  padding: 60px 0;
}

.faq-list {
  padding: 0;
  list-style: none;
}

.section-title {
  margin-top: 3rem;
}

.faq-list li {
  border-bottom: 1px solid #f2f2fe;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq-list .question {
  display: block;
  position: relative;
  font-family: #5a5af3;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #FDBE2E;
  transition: 0.3s;
}

.faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

.faq-list .icon-show {
  display: none;
}

.faq-list .collapsed {
  color: white;
}

.faq-list .collapsed:hover {
  color: #FDBE2E;
}

.faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
  height: 12rem;
}

.contact .info-box i {
  font-size: 32px;
  color: #5a5af3;
  border-radius: 50%;
  padding: 8px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  background: #fff;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 5px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #5a5af3;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #5a5af3;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #7272f5;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f1f1f7;
  min-height: 40px;
  margin-top: 68px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
  color: #434175;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #565396;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 60px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #444444;
  font-size: 14px;
  background: #eeeef5;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #5a5af3;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #434175;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #5a5af3;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #5a5af3;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #b9b9fa;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #5a5af3;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #7272f5;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .credits a {
  transition: 0.3s;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #deddec;
  color: #434175;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #5a5af3;
  color: #fff;
  text-decoration: none;
}


#registerModal .modal-content {
  height: 500px;
}

#registerModal .modal-footer {
  padding: 5px 15px;
  border-color: transparent;
}

/*----------------  PASSWORD BLOCK    --------------*/

#pswd_info {
  z-index: 1;
  position: absolute;
  bottom: -75px;
  bottom: -120px;
  /* IE Specific */
  right: 0px;
  width: 100%;
  padding: 5px 10px;
  background: #fefefe;
  font-size: .875em;
  border-radius: 5px;
  box-shadow: 0 1px 3px #ccc;
  border: 1px solid #ddd;
}

#pswd_info h4 {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: normal;
}

#pswd_info::before {
  content: "\25B2";
  position: absolute;
  top: -12px;
  left: 45%;
  font-size: 14px;
  line-height: 14px;
  color: #ddd;
  text-shadow: none;
  display: block;
}

#pswd_info ul {
  margin-bottom: 0rem;
}

.invalid {
  /*    background:url(../img/invalid.png) no-repeat background-size: 30px background-position: left center;*/
  padding-left: 22px;
  line-height: 20px;
  color: #ec3f41;
}

.valid {
  /*    background:url(../img/valid.png) no-repeat 0 10%;*/
  padding-left: 22px;
  line-height: 20px;
  color: #3a7d34;
}

#pswd_info {
  display: none;
}

.faq-list li {
  list-style: none;
}

.map {
  -webkit-box-shadow: 0px 0px 16px 5px rgba(0, 0, 0, .20);
  box-shadow: 0px 0px 16px 5px rgba(0, 0, 0, 0.20);
  border-radius: .3rem;
}


/* Tabs*/
.section {
  padding: 60px 0;
  border-radius: 1rem;
  background: #fdc030 !important;
}

.section .section-title {
  text-align: center;
  color: #007b5e;
  margin-bottom: 50px;
  text-transform: uppercase;
}

#tabs {
  background: #007b5e;
  color: #eee;
  padding: 0 0;
}

#tabs .container {
  padding: 0;
}

#tabs h6.section-title {
  color: #eee;
  cursor: pointer;
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #f3f3f3;
  background-color: #fdc030;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 4px solid !important;
  font-size: 20px;
  font-weight: bold;
  border-radius: 1rem 1rem 0 0;
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  background: #ececec;
  border-radius: 0;
}

#tabs .nav-tabs .nav-link {
  border: 1px solid transparent;
  color: #134078;
  font-size: 20px;
}

#faq {
  background: #ececec;
}



.accordion {
  width: 100%;
  margin: 2rem auto;
  color: white;
  background-color: none;
}

.accordion .container {
  position: relative;
  margin: 10px 10px;
}

.accordion .label {
  position: relative;
  padding: 0 0;
  font-size: 1.2rem;
  color: #134078;
  cursor: pointer;
  /*font-weight: bold;*/
}

.accordion .label::before {
  content: '+';
  color: #134078;
  position: absolute;
  top: 50%;
  right: -5px;
  font-size: 30px;
  transform: translateY(-50%);
  margin-right: 2rem;
}

.accordion .content {
  position: relative;
  background: transparent;
  height: 0;
  font-size: 20px;
  text-align: justify;
  width: 780px;
  overflow: hidden;
  transition: 0.5s;
}

.accordion hr {
  width: 100;
  margin-left: 0;
  border: 1px solid grey;
}

.accordion .container.active .content {
  height: fit-content;
  width: 100%;
  padding: 0 2rem 0 0;
  background: none;
  transition: 0.3s;
}

.accordion .container.active .label::before {
  content: '-';
  font-size: 30px;
  color: #134078;
  margin-right: 2rem;
}

.details p {
  margin-left: 1rem;
}

.details strong {
  width: 25%;
}

.forgot-pass a {
  color: black;
  margin: 0 1rem;
  font-size: 1rem;
  font-weight: bold;
}

.forgot-pass a:hover {
  color: #134078;
}

.forgot-pass {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* Menu bar gradient background */
.menubar {
  background: linear-gradient(90deg, #004aad 0%, #0074d9 50%, #00a8ff 100%);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

/* Navbar container */
.top-navbar {
  padding: 10px 0;
}

.top-navbar .logo img {
  height: 55px;
  transition: transform 0.3s ease;
}

.top-navbar .logo img:hover {
  transform: scale(1.05);
}

/* Navbar links */
.navbar ul {
  display: flex;
  gap: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.navbar ul li {
  position: relative;
}

.navbar a {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  text-decoration: none;
  position: relative;
  padding: 6px 2px;
  transition: color 0.3s ease, transform 0.3s ease;
}

/* Underline transition setup */
.navbar a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 3px;
  transform: translateX(-50%);
  height: 2px;
  background: #fff;
  width: 0;
  transition: width 0.3s ease-in-out;
}

/* Hover effect */
.navbar a:hover {
  color: #cce4ff;
  transform: translateY(-2px);
}

.navbar a:hover::after {
  width: 65%;
}

/* Active link */
.navbar a.active {
  color: #80c2ff;
}

/* .navbar a.active::after {
  width: 65%;
  background: #007bff;
} */


/* .navbar a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background: #ffcc00;
  transition: width 0.3s ease;
} */

/* .navbar a:hover::after,
.navbar a.active::after {
  width: 100%;
} */

/* .navbar a:hover {
  color: #ffcc00;
  transform: translateY(-2px);
} */

/* Search Certificates button */
.navbar .btn-search {
  background: #ffffff;
  color: #003366 !important;
  padding: 8px 16px;
  border-radius: 25px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.navbar .btn-search:hover {
  background: #fff;
  color: #004aad !important;
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(255, 255, 255, 0.3);
}

/* Mobile responsive menu */
@media (max-width: 991px) {
  .navbar ul {
    flex-direction: column;
    background: linear-gradient(180deg, #004aad, #0074d9);
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100vh;
    padding-top: 80px;
    transition: right 0.3s ease;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
  }

  .navbar ul.open {
    right: 0;
  }

  .mobile-nav-toggle {
    font-size: 30px;
    color: #fff;
    cursor: pointer;
  }

  .navbar a {
    font-size: 18px;
  }
}

/* Sticky header subtle shadow */
.fixed-top {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.navbar ul li .active {
  background-color: #fff !important;
  color: #004aad !important;
  padding: 5px 15px;
  border-radius: 1em;
}


/* ===== Base Setup ===== */
.info-block {
  /* background: linear-gradient(180deg, #f9fbff 0%, #eaf2ff 100%); */
  background: linear-gradient(180deg, rgba(249, 251, 255, 0.5) 0%, rgba(234, 242, 255, 0.5) 100%);
  backdrop-filter: blur(10px);
  /* makes it frosted glass */
  -webkit-backdrop-filter: blur(10px);
  /* for Safari */
  border-radius: 15px;
  /* smooth corners */
  border: 1px solid rgba(255, 255, 255, 0.3);
  /* subtle border */
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.1);
  /* soft shadow for depth */
  padding: 0px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif;
}

/* ===== Card Container ===== */
.info-card {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  max-width: 1320px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(16px);
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 20px 50px rgba(0, 64, 128, 0.15);
  overflow: hidden;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
  animation: floatIn 1s ease forwards;
}

/* .info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(0, 64, 128, 0.2);
} */

/* ===== Image Section ===== */
.info-img {
  flex: 1;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 10px 0;
}

.info-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, #007bff20, transparent 70%);
  z-index: 1;
}

.info-img img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  transform: scale(1.05);
  transition: transform 1.2s ease;
}

/* .info-card:hover .info-img img {
  transform: scale(1.1);
} */

/* ===== Text Section ===== */
.info-text {
  flex: 1.1;
  color: #012a63;
  animation: fadeInRight 1.2s ease forwards;
  opacity: 0;
}

.info-card:hover .info-text {
  opacity: 1;
}

.info-text h2 {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  background: linear-gradient(90deg, #007bff, #003b8b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.info-text h2 span {
  color: #FDBE2E;
  -webkit-text-fill-color: initial;
}

.info-text p {
  line-height: 1.7;
  color: #334;
  margin-bottom: 25px;
  font-size: 1rem;
}

.info-text ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.info-text ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #004aad;
  margin-bottom: 8px;
  font-weight: 500;
}

.info-text ul li i {
  color: #007bff;
}

/* ===== Buttons ===== */
.btn-group {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  text-decoration: none;
  font-weight: 600;
  border-radius: 10px;
  padding: 10px 25px;
  transition: all 0.3s ease;
}

.btn.primary {
  background: linear-gradient(90deg, #007bff, #005fcc);
  color: #fff;
}

.btn.primary:hover {
  background: linear-gradient(90deg, #005fcc, #004aad);
  transform: translateY(-2px);
}

.btn.secondary {
  background: #eaf0ff;
  color: #003366;
}

.btn.secondary:hover {
  background: #d8e4ff;
  transform: translateY(-2px);
}

/* ===== Animations ===== */
@keyframes fadeInRight {
  from {
    transform: translateX(80px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes floatIn {
  from {
    transform: translateY(50px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .info-card {
    flex-direction: column;
    padding: 30px;
    text-align: center;
  }

  .info-text {
    animation: fadeInUp 1s ease forwards;
  }

  @keyframes fadeInUp {
    from {
      transform: translateY(40px);
      opacity: 0;
    }

    to {
      transform: translateY(0);
      opacity: 1;
    }
  }

  .info-img {
    width: 100%;
  }

  .info-text h2 {
    font-size: 2rem;
  }
}


:root {

  --primary-color: #4f46e5;
  --secondary-color: #06b6d4;
  --success-color: #10b981;
  --danger-color: #ef4444;
  --light-bg: #f8fafc;
  --card-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --card-shadow-hover: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --primary-blue: #0d47a1;
  --secondary-blue: #1565c0;
  --accent: #26c6da;
  /* aqua-teal accent */
  --white: #ffffff;
  --light-bg: rgba(255, 255, 255, 0.08);
  --primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  --secondary-gradient: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
  --success-color: #10b981;
  --text-dark: #1f2937;
  --text-light: #6b7280;

}

/* Section Base */
.scheme-section {
  background: linear-gradient(135deg, var(--primary-blue) 0%, var(--secondary-blue) 100%);
  color: var(--white);
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}

.section-title {
  color: var(--white);
  font-size: 1.9rem;
  letter-spacing: 0.5px;
  position: relative;
  display: inline-block;
}

.section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: var(--accent);
  margin: 10px auto 0;
  border-radius: 3px;
}

/* Cards */
.scheme-card {
  background: var(--light-bg);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--white);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  transition: all 0.4s ease;
  backdrop-filter: blur(10px);
  text-align: left;
  position: relative;
  overflow: hidden;
}

.scheme-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 15px 35px rgba(38, 198, 218, 0.3);
}

/* Hover Effect */
.hover-up {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.text-accent {
  color: var(--accent);
}

/* Icon Circle */
.icon-circle {
  width: 60px;
  height: 60px;
  background: var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.5rem;
  box-shadow: 0 5px 15px rgba(38, 198, 218, 0.5);
}

/* Background glow */
.scheme-section::before,
.scheme-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  opacity: 0.4;
  animation: float 10s ease-in-out infinite alternate;
}

.scheme-section::before {
  width: 250px;
  height: 250px;
  top: -80px;
  left: -100px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
}

.scheme-section::after {
  width: 300px;
  height: 300px;
  bottom: -100px;
  right: -100px;
  background: radial-gradient(circle, rgba(38, 198, 218, 0.2) 0%, transparent 70%);
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(10px);
  }
}

/* Responsive */
@media (max-width: 767px) {
  .scheme-card {
    text-align: center;
  }

  .icon-circle {
    margin: 0 auto;
  }
}

.demo-buttons {
  text-align: center;
}

.demo-buttons .btn {
  margin: 10px;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.modal-content {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.modal-header {
  background: var(--primary-gradient);
  color: white;
  border: none;
  padding: 30px;
  position: relative;
  text-align: center;
}

.modal-header h5 {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0;
  width: 100%;
  letter-spacing: 0.5px;
}

.modal-header .btn-close {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  filter: brightness(0) invert(1);
  opacity: 0.8;
  transition: opacity 0.3s;
}

.modal-header .btn-close:hover {
  opacity: 1;
}

.modal-body {
  padding: 40px 35px;
  background: #ffffff;
}

.form-floating {
  position: relative;
  margin-bottom: 0;
}

.form-floating>.form-control {
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 1rem 1rem 1rem 3rem;
  height: 58px;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}

.form-floating>.form-control:focus {
  border-color: #667eea;
  box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.1);
}

.form-floating>label {
  padding-left: 3rem;
  color: var(--text-light);
  font-weight: 500;
}

.input-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  z-index: 4;
  font-size: 1.1rem;
  transition: color 0.3s;
}

.form-floating>.form-control:focus~.input-icon {
  color: #667eea;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
  position: relative;
}

.modal-footer {
  border: none;
  padding: 0 35px 35px;
  background: #ffffff;
}

.modal-footer .btn-primary {
  background: var(--primary-gradient);
  border: none;
  border-radius: 12px;
  padding: 14px;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}

.modal-footer .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(102, 126, 234, 0.5);
}

.modal-footer .btn-primary:active {
  transform: translateY(0);
}

.link-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
}

.link-section>div {
  font-size: 0.9rem;
  color: var(--text-light);
}

.link-section a {
  color: #667eea;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}

.link-section a:hover {
  color: #764ba2;
  text-decoration: underline;
}

#captcha-box {
  background: #f9fafb;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 1rem;
}

#captcha-image {
  height: 50px;
  border-radius: 8px;
  background: white;
  padding: 5px;
}

#refresh-button {
  background: #667eea;
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

#refresh-button:hover {
  background: #764ba2;
  transform: rotate(180deg);
}

.password-toggle {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #9ca3af;
  cursor: pointer;
  z-index: 4;
  font-size: 1.1rem;
  transition: color 0.3s;
}

.password-toggle:hover {
  color: #667eea;
}

@media (max-width: 576px) {
  .modal-body {
    padding: 30px 20px;
  }

  .modal-footer {
    padding: 0 20px 30px;
  }

  .link-section>div {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}

.fade-in {
  animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

sup {
  color: var(--danger-color);
  font-size: 1.2em;
  right: 0;
  position: sticky;
}

.container {
  max-width: 1200px;
}

.form-card {
  background: white;
  border-radius: 20px;
  box-shadow: var(--card-shadow);
  padding: 3rem;
  margin-bottom: 2rem;
  animation: slideUp 0.5s ease-out;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

h3.text-center {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 2.5rem;
  position: relative;
  padding-bottom: 1rem;
}

h3.text-center::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  border-radius: 2px;
}

#centerRegistrationForm .section-title {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 1.3rem;
  margin: 2rem 0 1.5rem 0;
  padding-left: 1rem;
  border-left: 4px solid var(--primary-color);
}

.form-floating>.form-control,
.form-floating>.form-select {
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  transition: all 0.3s ease;
  /* padding: 1rem 0.75rem; */
  padding: 1.7rem 0.75rem 0.5rem 0.75rem;
  height: auto;
}

.form-floating>.form-control:focus,
.form-floating>.form-select:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

.form-floating>label {
  color: #6b7280;
  padding: 1rem 0.75rem;
}

.select2-container--default .select2-selection--single {
  height: 50px;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.select2-container--default .select2-selection--single:focus,
.select2-container--default.select2-container--focus .select2-selection--single {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding-left: 15px;
  color: #374151;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 50%;
}

.upload-section {
  background: var(--light-bg);
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  border: 2px dashed #e5e7eb;
  transition: all 0.3s ease;
}

.upload-section:hover {
  border-color: var(--primary-color);
  background: #f0f9ff;
}

.upload-section label:first-child {
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 0.75rem;
  display: block;
}

.form-control[type="file"] {
  border: 2px solid #e5e7eb;
  padding: 0.75rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.form-control[type="file"]:hover {
  border-color: var(--primary-color);
}

.border-edge-right {
  border-radius: 10px 0 0 10px !important;
}

.border-edge-left {
  border-radius: 0 10px 10px 0 !important;
  min-width: 120px;
}

.btn-success {
  background: linear-gradient(135deg, var(--success-color), #059669);
  border: none;
  font-weight: 600;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-success:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
}

.btn-primary {
  /* background: linear-gradient(135deg, var(--primary-color), #4338ca); */
  border: none;
  padding: 0.875rem 2.5rem;
  font-weight: 600;
  border-radius: 10px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(79, 70, 229, 0.3);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(79, 70, 229, 0.4);
}

.text-primary {
  color: var(--primary-color) !important;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.text-primary:hover {
  color: var(--secondary-color) !important;
  text-decoration: underline;
}

hr {
  border: none;
  height: 2px;
  background: linear-gradient(90deg, transparent, #e5e7eb, transparent);
  margin: 2.5rem 0;
}

.info-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  background: linear-gradient(135deg, #fef3c7, #fde68a);
  border-radius: 10px;
  color: #92400e;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.info-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  color: #78350f;
}

.info-link::before {
  content: '📄';
  font-size: 1.2rem;
}

textarea.form-control {
  min-height: 100px;
  resize: vertical;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

@media (max-width: 768px) {
  .form-card {
    padding: 1.5rem;
  }

  h3.text-center {
    font-size: 1.5rem;
  }

  .btn-primary {
    width: 100%;
  }

.carousel {
  height: auto;
  width: 100%;
}

  .carousel-item img {
    position: relative;
    z-index: 2;
    height: auto;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    object-fit: contain;
    transition: transform 1.5s ease, filter 0.8s ease;
  }

  #home {
  /* margin-top: 200px; */
  width: 100%;
  height: auto;
  background: white;
  border-bottom: 2px solid white;
}

  section{
    padding: 0 !important;
  }

  .carousel-control-next, .carousel-control-prev {

    z-index: 2 !important;
}

.carousel-indicators{
  display: none;
}
}

.form-floating>textarea.form-control {
  height: auto;
  min-height: 100px;
}

.select-label {
  display: block;
  font-weight: 500;
  color: #374151;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.dropdown-item{
  color: var(--primary-gradient) !important;
}

#faqAccordion .accordion-collapse {
  /* background: linear-gradient(90deg, #004aad 0%, #0074d9 50%, #00a8ff 100%); */
  border-radius: 12px;
  border:1px solid linear-gradient(90deg, #004aad 0%, #0074d9 50%, #00a8ff 100%);
}

#faqAccordion .accordion-button {
  background: linear-gradient(90deg, #004aad 0%, #0074d9 50%, #00a8ff 100%);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  color: #fff;
}

.title-main {
  font-family: 'Poppins', sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: #ffffff;
  margin-left: 15px;
  margin-right: 30px; 
  text-shadow: 0 1px 2px rgba(0,0,0,0.25);
}