* {
  font-family: 'Poppins', sans-serif;
  /* transition: all .5s; */
}

:root {
  --white: #f8f9fa;
  --grey: #ddd;
  --lightblack: #555;
  --dodgerblue: #007bff;
  --green: #28a745;
}
   #preloader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #fff;
      z-index: 9999;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    body.loaded #preloader {
      display: none;
    }
.text-green{
  color: var(--green);
}
.bg-green{
  background-color: var(--green);
}
.header {
  background-color: var(--white);
  padding: 10px 0;
  border-bottom: 2px solid var(--grey);
}
.header .contact-info {
  font-size: 14px;
  color: var(--lightblack);
}
.header .logo {
  font-size: 24px;
  font-weight: bold;
  color: var(--dodgerblue);
}
.header a {
  text-decoration: none;
  color: var(--dodgerblue);
}
.header .iso-badge {
  background-color: var(--green);
  color: var(--white);
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
}
.logo {
  min-width: 0px;
  max-width: 250px;
}


.navbar{
  background-color: white;
}
.navbar-brand img {
  height: 40px;
}
.navbar-nav .nav-link {
  color: var(--dodgerblue);
  transition: color 0.3s ease;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0 0 0 30px;
}

.navbar-nav .nav-link:hover {
  color: var(--green);
}

.navbar-nav .nav-link.active {
  color: var(--green) !important;
}
.professionalSlider {
  width: 80%;
  margin: auto;
  position: relative;
}

.transparent {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
/* Default styles (for larger screens) */

.carousel-control-prev {
  background-color:  rgba(0,0,0, 0.2) !important;
  width: 60px !important;
  height: 60px;
  opacity: 1;
  margin: auto 0px auto 40px;
}

.carousel-control-next {
  background-color:  rgba(0, 0, 0, 0.2) !important;
  width: 60px !important;
  height: 60px;
  margin: auto 40px auto 0px;
  opacity: 1;
}
@media (max-width: 992px) {
  .carousel-control-prev,
  .carousel-control-next {
visibility: hidden;
  }
}


.service-item {
  background-color: rgba(30,144,255,0.1);
  cursor: pointer;
  transition: margin-top .5s;
}
.service-item h5 {
  color: green;
}
.service-item i {
  color: var(--green);
}
.service-item:hover {
  margin-top: -5px;
}
.paragraph {
  text-align: justify;
  line-height: 1.7rem;
}
.overflow-hidden {
  position: relative;
}
.input-group .input-group-prepend .input-group-text {
  border-radius: 0;
}
.input-group-prepend i{
  padding: 0.3rem;
}
/*** Section Title ***/
.section-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.section-title::before {
  position: absolute;
  content: "";
  width: calc(100% + 80px);
  height: 2px;
  top: 4px;
  left: -40px;
  background: var(--green);
  z-index: -1;
}
.section-title::after {
  position: absolute;
  content: "";
  width: calc(100% + 120px);
  height: 2px;
  bottom: 5px;
  left: -60px;
  background: var(--green);
  z-index: -1;
}
.section-title.text-start::before {
  width: calc(100% + 40px);
  left: 0;
}
.section-title.text-start::after {
  width: calc(100% + 60px);
  left: 0;
}
.transparent {
  cursor: pointer;
}
.team-item img {
  transition: .5s;
}
.team-item:hover img {
  transform: scale(1.1);
}
.transparent div p {
  opacity: 0;
}
.transparent div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: perspective(1200px) rotateY(180deg);
  transition: all .5s;
  align-content: center;
  padding: 1rem;
}

.transparent:hover div {

  background: rgba(30, 144, 255, 0.8);
  transform: perspective(1200px) rotateY(360deg);
}

.transparent:hover div p {
  opacity: 1;
  color: var(--white);
  text-transform: none;
}

.transparent p {
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  transition: all .5s;
}



/*** Footer ***/
.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-weight: normal;
  border: 1px solid #FFFFFF;
  border-radius: 35px;
  transition: .3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, .1);
}
.btn.btn-link{
  text-decoration: none;
}
.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../images/page.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.page-header h1{
  font-weight: 500;
}
.page-header-inner {
    background: rgba(15, 23, 43, .7);
}
.course-description{
text-align: justify;
line-height: 1.6rem;
}

.form-control{
  border-radius: 0px !important;
}
.form-control:focus {
  border-color: #2980b9;
  box-shadow: none !important;
}
.btn-primary{
  border-radius: 0px !important;
}
.course-1,
.course-2,
.course-3,
.course-4,
.course-5,
.course-6,
.course-7,
.course-8,
.course-9{
  display: none;
}
.close{
  border: none;
  background-color: transparent;
  border-radius: 100%;
  float: right;
  color: var(--white);
}

#login-form{
  position: relative;
  top: 100px;
  box-shadow: 0px 0px 3px 1px rgb(214, 214, 214);
}

#message-error{
display: none;
}
#message-success{
  display: none;
}


.dashboard-1 {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.dashboard-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.part-1, .part-2, .part-3 {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.search-box {
  margin-top: 30px;
}

.search-box input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 8px;
}
.display th {
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  /* line-height: 7vh; */

}
.display td {
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  /* line-height: 7vh; */
  
  vertical-align: middle; /* Centers text vertically */

}
.form-select{
  cursor: pointer;
}
.btn-social:hover{
  color: var(--dodgerblue) !important;
}
@media screen and (max-width: 600px) {
  .verify-img{
    text-align: center;
  }
  .logo{
    width: 150px;
  }
}
@media screen and (max-width: 240px) {
  .logo{
    display: none;
  }
}
@media (max-width: 991px) {
       #preloader{
           display:none;
       }
       }
    }