/*@import url('https://fonts.maateen.me/solaiman-lipi/font.css');*/
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;500&display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  /*font-family: 'SolaimanLipi', sans-serif;*/
  font-family: 'Hind Siliguri', sans-serif;
  color: #444444;
}


.sticky-top {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 100px !important;
  z-index: 0 !important;
}


/*line limit css code start */
.line-limit {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.line-limit::after {
    content: '...';
    display: inline-block;
    margin-left: 2px;
    vertical-align: bottom;
}
/*line limit css code end */


a {
  color: #2eca7f;
  text-decoration: none;
}

a:hover {
  color: #86db9f;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: 'SolaimanLipi', sans-serif;*/
   font-family: 'Hind Siliguri', sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2eca7f;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #7ed899;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
  margin-right:8px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #2eca7f;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  
  
position: fixed;
top: 0;
width: 100%;
z-index: 1030;
transition: top 0.4s ease;
  
  
  
}




.defoultColor{
  color: #072f60 !important;
  font-weight: 500 !important;
    font-size: 16px !important;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
  background: #fff;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #2eca7f;
}

#header .logo img {
  max-height: 40px;
}


#header .profile-navbar ul li{
    display: none !important;
  }

  .sheader {
    background: #fff !important;
  }

  @media (max-width: 991px) {
    #header .profile-navbar ul li{
      display: block !important;
    }
  }

  /* @media (max-width: 575px) {
    #header .profilebutton{
      display: none !important;
    }
  } */




/* Button Read More */
.btn-read-more {
  line-height: 0;
  padding: 13px 25px;
  border-radius: 5px;
  font-size: 18px;
  transition: .7s;
  color: #fff;
  background: #2eca7f;
}

.btn-read-more:hover {
  color: #fff;
  background: #192c61;
}

.btn-read-more span {
  font-weight: 500;
  font-size: 16px;
}

.btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.btn-read-more:hover i {
  transform: translateX(5px);
}

@media (max-width: 575px) {
    .btn-read-more {
    line-height: 0;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 17px;
    transition: .7s;
    color: #fff;
    background: #2eca7f;
  }
}

/* Button Read More 2 */
.btn-read-more2 {
    line-height: 0;
    padding: 13px 20px !important;
    border-radius: 5px;
    font-size: 17px;
    transition: .7s;
    color: #fff;
    background: #2eca7f;
}

.bbtn-details {
  background: transparent linear-gradient(111deg, #25e98a 0%, #1d4e37b3 100%) 0% 0% no-repeat padding-box;
  border: none !important;
  padding:20px 0px !important;
  transition: .7s !important;
}

.bbtn-details:hover {
  background: transparent linear-gradient(111deg, #1d4e37b3 0%, #25e98a 100%) 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 4px 15px rgba(37, 233, 138, 0.4);
}

.bbtn-enroll {
  background: transparent linear-gradient(110deg, #df5620 0%, #ff0000 100%) 0% 0% no-repeat padding-box;
  border: none !important;
  padding:20px 0px !important;
  transition: .7s !important;
}

.bbtn-enroll:hover {
  background: transparent linear-gradient(110deg, #ff0000 0%, #df5620 100%) 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 4px 15px rgba(255, 0, 0, 0.4);
}



.btn-read-more2:hover {
  color: #fff;
  background: #192c61;
}

.btn-read-more2 span {
  font-weight: 500;
  font-size: 16px;
}

.btn-read-more4,
.btn-read-more2 i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.btn-read-more4:hover i,
.btn-read-more2:hover i {
  transform: translateX(5px);
}

@media (max-width: 575px) {
  .btn-read-more2 {
    line-height: 0;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 17px;
    transition: .7s;
    color: #fff;
    background: #2eca7f;
    outline: none !important;
  }
}


.btn-read-more3 {
    line-height: 0;
    padding: 22px 25px !important;
    border-radius: 5px;
    font-size: 17px;
    transition: .7s;
    color: #fff;
    background: #2eca7f;
    outline: auto !important;
}


.btn-read-more3:hover {
    color: #fff;
    background: #192c61;
}


.btn-read-more4 {
    line-height: 0;
    padding: 10px 25px !important;
    border-radius: 5px;
    font-size: 17px;
    transition: .7s;
    color: #fff;
    background: #2eca7f;
    outline: none !important;
}

.btn-read-more4 i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.btn-read-more4:hover i {
  transform: translateX(5px);
}
.btn-read-more4:hover {
    color: #fff;
    background: #192c61;
}

/**
* Get Startet Button
*/
.get-started-btn {
  margin-left: 22px;
  background: #2eca7f;
  color: #fff;
  border-radius: 5px;
  padding: 8px 20px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 17px;
  display: inline-block;
  transition: .7s;
}

.get-started-btn:hover {
  background: #192c61;
  color: #fff;
}

@media (max-width: 991px) {
  .get-started-btn {
    margin: 0 15px 0 0;
    padding: 6px 10px;
  }
}

@media (max-width: 768px) {
  #header .logo img {
    max-height: 60px;
    width:160px !important;
  }
  
  
}



.get-started-btn2.active,
.get-started-btn2:hover {
    background: #2eca7f;
    color: #fff;
}

.get-started-btn2 {
    margin-left: 22px;
    border: 1px solid #2eca7f;
    color: #2eca7f;
    border-radius: 5px;
    padding: 8px 20px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 17px;
    display: inline-block;
    font-weight: 500;
}


.active_top_m{
    background: #2eca7f !important;
    color: #fff !important;
}

@media (max-width: 991px) {
    .get-started-btn2 {
        margin: 0 15px 0 0;
        padding: 6px 10px;
    }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
  margin: auto;
}

.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;
  padding: 10px 0 10px 15px;
  font-size: 17px;
  font-weight: 500;
  color: #192c61;
  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 {
  color: #2eca7f;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  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: 5px 20px;
  font-size: 16px;
  text-transform: none;
  font-weight: 500;
}

.borderr{
  border-top: 2px solid #3ac162;
  border-radius: 20px;
}

.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: #2eca7f;
}

.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%;
  }
}
@media (max-width: 991px) {
  .navbar {
    padding: 0;
    margin: 0;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #37423b;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

  .navbar-mobile a,
  .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 18px !important;
    color: #37423b;
  }
}


.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(32, 38, 34, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.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: 6px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37423b;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #2eca7f;
}

.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: #2eca7f;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: auto;
  background: url("../img/home.png") top center;
  background-size: cover;

}

#hero .container {
  padding-top: 72px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 45px;
  font-weight: 600;
  color: #2eca7f;
  /*font-family: 'SolaimanLipi', sans-serif;*/
  font-family: 'Hind Siliguri', sans-serif;
  margin-bottom: 20px;
}

#hero h2 {
  margin: 0 0 10px 0;
  font-size: 28px;
  font-weight: 500;
  color: #2eca7f;
  /*font-family: 'SolaimanLipi', sans-serif;*/
  font-family: 'Hind Siliguri', sans-serif;
  margin-bottom: 20px;
}

#hero h3 {
  color: #192c61;
  margin-bottom: 50px;
  font-size: 18px;
  /*font-family: 'SolaimanLipi', sans-serif;*/
  font-family: 'Hind Siliguri', sans-serif;
  font-weight: 500;
}

#hero .btn-watch-video {
  font-size: 17px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 0px 0 0 24px;
  color: #2eca7f;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #2eca7f;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #2eca7f;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height: auto;
    text-align: center;
  }

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 35px;
    font-weight: 600;
  }

  #hero .container {
    padding-top:50px;
  }

  #hero h2 {
    font-size: 27px;
    font-weight: 500;
  }

}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 100%;
  }

  #hero h1 {
    font-size: 30px;
    font-weight: 600;
  }

  #hero .container {
    padding-top:35px;
  }

  #hero h2 {
    font-size: 20px;
    font-weight: 500;
  }

  #hero h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
  }

}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}


/*--------------------------------------------------------------
# Source Category Section
--------------------------------------------------------------*/

#category{
  box-shadow: 0px 0px 150px 0px rgba(78, 67, 250, 0.1) !important;
}

@media (max-width: 768px) {
  .categoryy{
    padding: 30px !important;
    padding-bottom: 5px !important;
  }
  #category{
    box-shadow: 0px 0px 150px 0px rgba(78, 67, 250, 0.1) !important;
    padding-bottom: 30px !important;
  }
}




/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 50px 0;
    overflow: hidden;
  }

  .section-bg {
    background-color: #f6f7f6;
  }

  .section-title {
    padding-bottom: 50px;
  }

  .section-title h3 {
    font-size: 30px;
    font-weight:600;
    padding: 0;
    margin: 0 0 10px 0;
    color: #2eca7f;
  }


  .section-title p {
    font-size: 19px;
    font-weight: 500;
    color: #192c61;
  }

  .breadcrumbs {
    text-align: center;
    margin-top: 78px;
    padding: 35px 0;
    background: url("../img/section-top.png") top center;
    background-size: cover;
  }

  @media (max-width: 992px) {
    .section-title {
      padding-bottom: 30px;
    }
  }

  @media (max-width: 768px) {
    .breadcrumbs {
      margin-top: 70px;
      padding: 40px 0;
    }
    .section-title {
      padding-bottom: 30px;
    }

    .section-title h3 {
      font-size: 27px;
      font-weight:600;
      padding: 0;
      margin: 0 0 10px 0;
      color: #2eca7f;
    }
  }

  .breadcrumbs h2 {
    font-size: 30px;
    font-weight: 700;
    color: #192c61;
  }

  .breadcrumbs p {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 500;
    color: #192c61;
  }

  @media (max-width: 576px) {
    .section-title h3 {
      font-size: 27px;
      font-weight:600;
      padding: 0;
      margin: 0 0 10px 0;
      color: #2eca7f;
    }

    .breadcrumbs h2 {
      font-size: 26px;
      font-weight: 600;
      color: #2eca7f;
    }
  }


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about{
  width: 100%;
  height: auto;
  background: url("../img/topic.png") top center;
  background-size: cover;
}

.about .content h3 {
  margin: 0 0 10px 0;
  font-size: 25px;
  font-weight: 600;
  color: #2eca7f;
  /*font-family: 'SolaimanLipi', sans-serif;*/
  font-family: 'Hind Siliguri', sans-serif;
  margin-bottom: 20px;
  line-height: 1.5;
}

.about .content p {
  font-size: 16px;
  line-height: 1.5;
  font-weight:500;
  text-align: justify;
}

.about .content .mission {
  font-size: 17px;
  text-align: justify;
}



@media (max-width: 991px) {
  .about .paddingg{
    padding-left: 13px !important;
  }

  .about .content h3 {
    margin: 0 0 10px 0;
    font-size: 25px;
    font-weight: 600;
    color: #2eca7f;
    /*font-family: 'SolaimanLipi', sans-serif;*/
      font-family: 'Hind Siliguri', sans-serif;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .about .btnabout{
    text-align: center !important;
  }
}

@media (max-width: 575px) {
  .about .content h3 {
    margin: 0 0 10px 0;
    font-size: 25px;
    font-weight: 500;
    color: #2eca7f;
    /*font-family: 'SolaimanLipi', sans-serif;*/
      font-family: 'Hind Siliguri', sans-serif;
    margin-bottom: 20px;
  }
  .about .content{
    padding-top: 0px !important;
  }
}

@media (max-width: 400px) {
  .about .content h3 {
    margin: 0 0 10px 0;
    font-size: 24px;
    font-weight: 500;
    color: #2eca7f;
    /*font-family: 'SolaimanLipi', sans-serif;*/
      font-family: 'Hind Siliguri', sans-serif;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .about .content .learn-more-btn {
    margin: 0 48px 0 0;
    padding: 6px 18px;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

.counts {
  padding: 30px 0;
  padding-top: 50px !important;
}

.counts .shadoww{
  -webkit-box-shadow:0px 6px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.05);
  border: none !important;
  margin-bottom: 20px;
}


.counts .counters span {
  font-size: 35px;
  display: block;
  color: #2eca7f;
  font-weight: 600;
}


@media (max-width: 400px) {
  .counts .counters span {
    font-size: 30px;
    display: block;
    color: #2eca7f;
    font-weight: 600;
  }

  .counts .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 17px;
    font-weight: 500;
    color: #192c61;
  }

}
.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: 500;
  color: #192c61;
}



/*--------------------------------------------------------------
# Courses
--------------------------------------------------------------*/
.courses{
  width: 100%;
  height: auto;
  background: url(../img/section-bg-2.png) top center;
  background-size: cover;
}


.courses .course-item {
  border-radius: 10px;
  border: 1px solid #eef0ef;
  background: #ffff;
  width: 100% !important;
  margin-bottom: 25px;
  transition: .5s;
}


.courses .course-item li::marker{
font-size: 20px;
}


.courses .course-item:hover {
  border-radius: 10px;
  border: 1px solid #eef0ef;
  background: #ffff;
  margin-bottom: 25px;
  transform: scale(1.02);
}

.courses .course-item .borderrr {
  border-top-right-radius: 10px ;
  border-top-left-radius: 10px ;
}

.courses .course-item {
  border-radius: 10px;
  border: 1px solid #eef0ef;
  background: #ffff;
  margin-bottom: 25px;
}

.courses .course-content {
  padding: 15px;
}

.courses .course-content h3 {
  font-weight: 500;
  font-size: 20px;
}

.courses .course-content h3 a {
  color: #2dc97e;
  transition: 0.3s;
}

.courses .course-content h3 a:hover {
  color: #192c61;
}

.courses .course-content p {
  font-size: 16px;
  color: #192c61;
}

.courses .course-content .seminer p {
    font-size: 14px;
    color: #192c61;
    margin-bottom: 10px;
}

.courses .course-content .seminerr{
    font-size: 16px !important;
    margin-bottom: 10px;
}


.courses .course-content h4 {
  font-size: 14px;
  background: #2eca7f;
  padding: 7px 14px;
  color: #fff;
  margin: 0;
}

.courses .course-content .price {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  color: #2eca7f;
}

.courses .trainer {
  padding-top: 15px;
  border-top: 1px solid #eef0ef;

}

.courses .trainer .trainer-profile img {
  max-width: 50px;
  border-radius: 50px;
}

.courses .trainer .trainer-profile span {
  padding-left: 10px;
  font-weight: 600;
  font-size: 18px;
  color: #192c61;
}

.courses .trainer .trainer-rank {
  font-size: 22px;
  color: #192c61;
}


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  width: 100%;
  height: auto;
  background: url("../img/section-bg-2.png") top center;
  background-size: cover;
}


.team .member {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}


.team .member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.team .member .social a {
  transition: color 0.3s;
  color: rgba(1, 41, 112, 0.5);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.team .member .social a:hover {
  color: rgba(1, 41, 112, 0.8);
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 10px 15px 20px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin: 5px 0px;
  font-size: 20px;
  color: #2eca7f;
}

.team .member .member-info span {
  display: block;
  font-size: 17px;
  font-weight: 400;
  color: #192c61;
  margin-bottom: 0px;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: #5e5e5e;
}

.team .member:hover {
  transform: scale(1.02);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.team .member:hover .social {
  right: 8px;
  opacity: 1;
}

@media (max-width: 991px) {
  .team .member {
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    margin: auto;
  }

  .team {
    width: 100%;
    height: auto;
    background: url("../img/section-bg-2.png") top center;
    background-size: cover;
  }


}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials {
  width: 100%;
  height: auto;
  background: url("../img/topic.png") top center;
  background-size: cover;
}


.testimonials .tesbg{
  border-radius:10px;
  border: 1px solid #192c6159;
}
.testimonials .alignitem{
  margin: 21px 0px;
}


.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: auto;
  margin: 0 15px 0 15px;
  padding: 20px 20px 20px 20px;
  background: #fff;
  border-radius: 6px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 70px;
  border-radius: 50%;
  margin: 10px;
  position: relative;
  z-index: 2;
  border: 2px solid #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial-item h3 {
  font-size: 19px;
  font-weight: 600;
  color: #2eca7f;

}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #192c61;
  margin: 0px;
  margin-top: 5px !important;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #b1a9fc;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  position: relative;
  position: relative;
  z-index: 1;
}

.testimonials .swiper-pagination {
  margin-top: 40px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #192c61;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #192c61;
}

/*--------------------------------------------------------------
# Blog Details Page
--------------------------------------------------------------*/
.blog .blog-details {
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
padding: 30px;
}

.blog .blog-details .post-img {
margin: -30px -30px 20px -30px;
overflow: hidden;
}

.blog .blog-details .title {
font-size: 20px;
font-weight: 600;
padding: 0;
margin: 30px 0 0 0;
color: #192c61;
line-height: inherit;
}

.blog .blog-details .content {
margin-top: 20px;
}

.blog .blog-details .content p{
font-size: 16px;
}



.blog .blog-details .meta-top {
margin-top: 10px;
color: #2eca7f;
}

.blog .blog-details .meta-top ul {
display: flex;
flex-wrap: wrap;
list-style: none;
align-items: center;
padding: 0;
margin: 0;
}

.blog .blog-details .meta-top ul li+li {
padding-left: 20px;
}

.blog .blog-details .meta-top i {
font-size: 16px;
margin-right: 8px;
line-height: 0;
color: #2eca7f;
}

.blog .blog-details .meta-top a {
color: var(--color-gray);
font-size: 14px;
display: inline-block;
line-height: 1;
}


.blog .sidebar .recent-posts .post-item {
display: flex;
box-shadow: 0px 0 15px rgba(0, 0, 0, 0.08);
padding: 20px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
margin-top: 15px;
}

.blog .sidebar .recent-posts img {
width: 80px;
margin-right: 15px;
}

.blog .sidebar .recent-posts h4 {
    font-size: 16px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2; /* Limit to 2 lines */
}


.blog .sidebar .recent-posts h4 a {
color: #2eca7f;
transition: 0.3s;
text-decoration: underline !important;
}

.blog .sidebar .recent-posts h4 a:hover {
color: var(--color-primary);
}

.blog .sidebar .recent-posts time {
display: block;
font-style: italic;
font-size: 14px;
color: rgba(var(--color-default-rgb), 0.4);
}


@media only screen and (max-width: 575px) {
.blog .blog-details .title {
    font-size: 17px;
    font-weight: 600;
    padding: 0;
    margin: 15px 0 0 0;
    color: #192c61;
    line-height: inherit;
}


.blog .blog-details .meta-top li {
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}

}



/*--------------------------------------------------------------
# Cource Details
--------------------------------------------------------------*/

.course-details-banner-content {
  max-width: 100%;
}

.margin-topp{
  padding-top: 120px;
}

.main-wrapper{
  width: 100%;
  height: auto;
  background: url("../img/blog-bg.png") top center;
  background-size: cover;
}

.course-details-banner-content .title {
  font-size: 30px;
  font-weight: 600;
  color: #072f60;
}

.course-details-banner-content>p {
  margin-top: 15px;
  font-size: 17px;
  text-align: justify;
}

.course-details-banner-content .course-details-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 10px
}

.course-details-banner-content .course-details-meta>* {
  padding-left: 40px;
  margin-top: 10px;
  position: relative
}

@media only screen and (max-width: 575px) {
  .course-details-banner-content .course-details-meta>* {
      padding-left:20px
  }

  .course-details-banner-content>p {
    margin-top: 15px;
    font-size: 16px !important;
    text-align: justify;
  }

  .course-overview{
    margin-top: 30px !important;
  }

  .margin-topp{
    padding-top: 80px;
  }

  .course-details-banner-content .title {
    font-size: 25px;
    font-weight: 600;
    color: #072f60;
  }

  .hidetitle .title {
    font-size: 20px!important;
    margin: 10px 0px !important;
    margin-bottom: 15px !important;
    font-weight: 600;
    color: #072f60;
    display: block !important;
  }

}

@media only screen and (max-width: 991px) {
  .margin-topp{
    padding-top: 80px !important;
  }
  .hidetitle .title {
    font-size: 25px;
    margin: 20px 0px;
    font-weight: 600;
    color: #072f60;
    display: block !important;
  }
  .course-details-banner-content .title {
    font-size: 25px;
    font-weight: 600;
    color: #072f60;
    display: none !important;
  }
}

.hidetitle .title {
  font-size: 25px;
  font-weight: 600;
  color: #072f60;
  display: none;
}

.course-details-banner-content .course-details-meta>*::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 25px;
  background-color: #e1e1e1;
  left: 18px
}

@media only screen and (max-width: 575px) {
  .course-details-banner-content .course-details-meta>*::before {
      left:8px
  }
}

.course-details-banner-content .course-details-meta>*:first-child {
  padding-left: 0
}

.course-details-banner-content .course-details-meta>*:first-child::before {
  display: none
}

.course-details-banner-content .course-details-meta .label {
  font-size: 15px;
  font-weight: 500;
  color: #072f60;
  white-space: nowrap;
}

.course-details-banner-content .course-details-meta .label span {
  color: #3bbca7
}

.course-details-banner-content .course-details-meta .meta-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.course-details-banner-content .course-details-meta .meta-action .meta-author {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.course-details-banner-content .course-details-meta .meta-action .meta-author img {
  width: 70px;
  border-radius: 50%;
  padding: 2px;
  background-color:#2dc97e;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.14);
  box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.14)
}

.course-details-banner-content .course-details-meta .meta-action .meta-name {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.course-details-banner-content .course-details-meta .meta-action .meta-name .name {
  font-size: 20px;
  font-weight: 600;
  color: #072f60;
  white-space: nowrap;
  margin-top:20px;
}

.course-details-wrapper .title {
  font-size: 20px;
  font-weight: 700;
  margin-top: -5px;
  color: #072f60;
}

.course-details-wrapper p {
  margin-top: 10px;
  font-size: 16px;
  text-align: justify;
}

.course-details-wrapper .lessons-time>* {
  margin-right: 30px
}

.course-details-wrapper .lessons-time>*:last-child {
  margin-right: 0
}

.course-details-wrapper .learnnn h3{
  margin-top: 40px;
  font-size: 18px;
  color: #072f60;
  margin-bottom: 0px;
}

.course-details-wrapper .learnnn a{
  margin-top: 40px;
  font-size: 18px;
  color: #072f60;
  margin-bottom: -10px;
}


.course-details-wrapper .course-learn-list {
  padding: 15px;
  margin-top: 15px;
  border-radius: 5px
}

@media only screen and (max-width: 575px) {
  .course-details-wrapper .course-learn-list {
      padding:30px
  }
}

.course-details-wrapper .course-learn-list ul {
  padding-left: 0px;
  margin-bottom: 0px;
}

.course-details-wrapper .course-learn-list ul p {
  font-size: 16px;
  position: relative;
  width: 100%;
  text-align: initial;
  margin-bottom: 0px;
}

.course-details-wrapper .course-learn-list ul i {
 color: #18d26e;
 margin-right: 10px;
}


@media only screen and (max-width: 991px) {
  .course-details-wrapper .course-learn-list ul li {
      width:100%
  }

  .margin-topp .paddinggright{
    padding-right: 13px !important;
  }

  .course-details-wrapper .course-learn-list ul p {
    font-size: 16px;
    position: relative;
    width: 100%;
    text-align: initial;
    margin-bottom: 0px;
  }

  .course-details-wrapper .course-learn-list {
    padding: 15px;
    margin-top: 15px;
    border-radius: 5px
  }

  .course-details-wrapper p {
    margin-top: 10px;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 0px;
  }
}


.sidebar-details-video-description {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 65px 0px rgba(0,0,0,0.12);
  box-shadow: 0px 0px 65px 0px rgba(0,0,0,0.12)
}

.sidebar-details-video-description .sidebar-video {
  position: relative;
  overflow: hidden;
  border-radius: 5px
}

.sidebar-details-video-description .sidebar-video::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 40%);
  background: -o-linear-gradient(bottom, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 40%);
  background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 40%);
  top: 0;
  left: 0
}

.sidebar-details-video-description .sidebar-video img {
  width: 100%
}

.sidebar-details-video-description .sidebar-video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  line-height: 60px;
  background-color: #2eca7f;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 30px;
  color: #ffff;
  text-align: center;
  z-index: 2;
  transition: 1s;
}

.sidebar-details-video-description .sidebar-video .play:hover {
  color: #ffffff;
  background-color: #192c61
}

.sidebar-details-video-description .sidebar-description {
  padding: 20px 20px 40px
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .sidebar-details-video-description .sidebar-description {
      padding:30px 20px 30px
  }
}

.sidebar-details-video-description .sidebar-description .price {
  margin-top: -5px
}

.sidebar-details-video-description .sidebar-description .price .sale-price {
  font-size: 24px;
  font-weight: 700;
  color: #072f60
}

/* .sidebar-details-video-description .sidebar-description .price .regular-price {
  font-size: 16px;
  font-weight: 400;
  color: #3bbca7;
  text-decoration: line-through;
  margin-left: 10px
} */

.sidebar-details-video-description .sidebar-description .btn {
  margin-top: 20px
}

.sidebar-details-video-description .sidebar-description .description-list {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
}

.sidebar-details-video-description .sidebar-description .description-list p {
  font-weight: 500;
  font-size: 16px;
  color: #072f60;
  border-bottom: 1px solid #ebebeb;
  padding: 5px 0px;
  margin-bottom: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 575px) {
  .sidebar-details-video-description .sidebar-description .description-list p {
      font-size:15px
  }
}

.sidebar-details-video-description .sidebar-description .description-list p:last-child {
  border-bottom: 0
}

.sidebar-details-video-description .sidebar-description .description-list p span {
  font-weight: 400;
  float: right;
  display: block
}



.videosection .videolist p {
  font-weight: 500;
  font-size: 16px;
  color: #072f60;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0;
  margin-bottom: 0;
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.videosection .videolist p a {
  color: #2eca7f;
}

@media only screen and (max-width: 575px) {
  .videosection .videolist p span:first-child {
    width: 100%;
  }

  .videosection .videolist p span:last-child {
    display: block;
  }
}


/*======Frequently Asked Questions=========*/
/*=========================================*/
.faq .faq-list ul {
    padding: 0;
    list-style: none;
  }

  .faq .faq-list li+li {
    margin-top: 15px;
  }

  .faq .faq-list li {
    background: #fff;
    border:1px solid #dee2e6;
    border-radius: 4px;
    position: relative;
    padding: 10px 20px;
  }

  .faq .faq-list a {
    display: block;
    position: relative;
    font-size: 17px;
    font-weight:500;
    padding: 0 30px;
    padding-left: 0px;
    outline: none;
    cursor: pointer;
  }

  .faq .faq-list .icon-show,
  .faq .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
  }

  .faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
    font-size: 16px;
    text-align: justify;
  }

  .faq .faq-list .icon-show {
    display: none;
  }

  .faq .faq-list a.collapsed {
    color: #236192;
    transition: 0.3s;
  }

  .faq .faq-list a.collapsed:hover {
    color: #236192;
  }

  .faq .faq-list a.collapsed .icon-show {
    display: inline-block;
  }

  .faq .faq-list a.collapsed .icon-close {
    display: none;
  }

  @media (max-width: 1200px) {
    .faq .faq-list {
      padding: 0;
    }
  }
  @media (max-width: 576px) {
    .faq .faq-list li {
      padding: 10px 10px;
    }
  }
/*======Frequently Asked Questions=========*/
/*=========================================*/


/*--------------------------------------------------------------
# Student Profile Start
--------------------------------------------------------------*/
#sprofile{
    width: 100%;
    height: auto;
    background: rgb(242 244 249);
    background-size: cover;
  }

  #sprofile .profilemenu .col-md-12{
    margin: 13px 0px !important;
  }

  #sprofile .fixed-column {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  @media (max-width: 991px) {
    #sprofile .profile-menuu{
      display: none !important;
    }

    #sprofile .profilecontent{
      width: 100% !important;
    }
  }

  #sprofile .profilemenu a {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #192c61;
    padding: 5px 5px;
    border-radius: 7px;
    transition: background-color 0.3s;
  }

  #sprofile .profilemenu a i{
    color: #2eca7f;
    font-size: 20px;
  }



  #sprofile .profilemenu .active-menu-item {
    background-color: #2eca7f;
    color: white;
  }

  #sprofile .profilemenu .active-menu-item i {
    color: #fff;
    margin-left: 5px;
  }

  .sprofile .mob-welcome-wrapper{
    border: 1px solid #c5c9d359;
    border-radius: 7px;
    padding: 15px;
  }


  .sprofile .welcome-with-name{
    color: #2eca7f;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .sprofile .welcome-with-call{
    color: #192c61;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .sprofile .welcome-with-dashboard{
    color: #192c61;
    font-size: 25px;
    text-align: center !important;
    font-weight: 600;
  }

  .sprofile .welcome-info{
    color: #1b2e63;
    font-size: 18px;
    font-weight: 500;
  }


  .sprofile .call-section{
    width: 100%;
    height: auto;
    background: url("../img/call-bg.png") top center;
    background-size: cover;
    border: none !important;
  }

/*--------------------------------------------------------------
# Student Profile Start
--------------------------------------------------------------*/





/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-container {
    background-color: var(--color-primary);
    height: 100%;
    padding: 20px;
    border-radius: 10px 0 0 10px;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  }

  .contact .info-item {
    width: 100%;
    background-color: #2eca7f;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
  }

  .contact .info-item:last-child {
    margin-bottom: 0;
  }

  .contact .info-item i {
    font-size: 20px;
    color: #fff;
    float: left;
    width: 44px;
    height: 44px;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
  }


  .form-control:focus {
    color: #2eca7f !important;
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 1;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}
  .contact .info-item h4 {
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
  }

  .contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .contact .info-item:hover i {
    background: #fff;
    color: #2eca7f;
  }

  .contact .php-email-form {
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 0 10px 10px 0;
  }

  .contact .php-email-form .form-group {
    padding-bottom: 8px;
  }

  .contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #df1529;
    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: #059652;
    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 #059652;
    border-top-color: #fff;
    animation: animate-loading 1s linear infinite;
  }

  .contact .php-email-form input,
  .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    border: 1px solid rgb(175 175 175);
  }

  .contact .php-email-form input[type=text],
  .contact .php-email-form input[type=email],
  .contact .php-email-form textarea {
    padding: 7px 15px;
    border-radius: 10px;
  }


  .contact .php-email-form textarea {
    padding: 10px 12px;
  }



  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }


  #sprofile .formdataa input,
  #sprofile .formdataa textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 16px !important;
    border: 1px solid rgb(99, 98, 98) !important;
    border-radius: 5px;
    color:rgb(31, 30, 30) !important;
  }









/*--------------------------------------------------------------
# Footer Start
--------------------------------------------------------------*/
.footer {
	background:#1a2d62;
  padding: 60px 0px 30px 0px;
}

.footer2 {
  background:#1a2d62;
  padding: 30px 0px 30px 0px;
}

@media only screen and (max-width:880px) {
.single_footer{margin-bottom:0px;}
}

.single_footer img{
  width: 200px;
  background: #fff;
  padding: 7px 15px;
}

.single_footer h4 {
	color: #fff;
	margin-top: 0;
	font-weight: 500;
	text-transform: capitalize;
	font-size: 20px;
}
.single_footer p{
  color: #fff;
  margin-bottom: 30px;
  font-size: 17px;
  text-align: justify;
}

#footer .social-links a {
  font-size: 20px;
  display: inline-block;
  background: #2eca7f;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #fff;
  color: #236192;
  text-decoration: none;
}

.single_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


.single_footer ul li a {
	color: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	line-height: 36px;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
}

.single_footer ul li a:before {
	content: "-";
	font-family: "LineAwesome";
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 20px;
	margin-right: 6px;
}

.single_footer ul li a:hover { color: #2eca7f; }

.sf_contact{margin-bottom:30px;overflow: hidden;}
.sf_contact span {
	color: #2eca7f;
	font-size: 30px;
	float: left;
	margin-top: 5px;
	margin-right: 20px;
}

.sf_contact h3 {
	font-weight: 700;
	color: #fff;
	font-size: 20px;
	overflow: hidden;
	margin-bottom: 5px;
}

.sf_contact p {
	font-size: 14px;
	overflow: hidden;
	margin-bottom:0;
}

.fc {
	margin-top: 30px;
	/* background: #fff; */
	padding-top: 30px;
	border-top: 1px solid #243c80;
}


.footer_copyright p{
color: #fff;
text-align: center;
text-transform: capitalize;
margin-bottom: 0px !important;
}

.footer_menu{float: right;}
@media only screen and (max-width:480px){
.footer_menu {
	float: left;
	margin-top: 20px;
}
}

.footer_menu ul{list-style:none;}
.footer_menu ul li{float:left;}
.footer_menu ul li a {
	color: #fff;
	padding: 0px 10px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.footer_menu ul li a:hover{
color:#2eca7f;
text-decoration: underline;
}



@media (max-width: 991px) {
  .single_footer{
    margin-bottom: 30px !important;
  }
}

@media (max-width: 768px) {
  .single_footer1{
    margin-top: 40px !important;
  }
  .fc {
    margin-top: 0px;
    padding-top: 30px;
    border-top: 1px solid #243c80;
  }
  .paddinggnone{
    padding: 0px 15px !important;
  }
}

@media (max-width: 575px) {
  .single_footer1{
    margin-top: 40px !important;
  }
}

/*--------------------------------------------------------------
# Footer End
--------------------------------------------------------------*/


/*================Data table pegeination==============*/
div.dataTables_wrapper div.dataTables_paginate ul.pagination{
    margin-top: 20px !important;
  }

  .active>.page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #2eca7f !important;
    border-color: #2eca7f !important;
  }

  div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    margin-bottom: 20px !important;
  }
/*================Data table pegeination==============*/





/*================Custom Select Design==============*/

.courses .formmargin{
    margin: 50px 0px;
}
.form-select {
    background-color: #ffffff;
    color: #2eca7f;
    border: 1px solid #192c61;
    padding: 8px;
    font-size: 14px;
    border-radius: 5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 25px;
  }

  .form-select:focus {
    outline: none;
    box-shadow: none;
  }

.search-box {
    background-color: #ffffff;
    color: #2eca7f;
    border: 1px solid #192c61;
    padding: 8px;
    font-size: 14px;
    border-radius: 5px;
    background-image: url('path_to_search_icon.png');
    background-position: 10px center;
    background-repeat: no-repeat;
  }
  .search-box:focus {
    outline: none;
    box-shadow: none;
  }

.submit-button {
    background-color: #2eca7f;
    color: #ffffff;
    border:none;
    padding: 8px 20px;
    font-size: 15px;
    border-radius: 5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    transition: background-color 0.3s ease-in-out;
  }

  .submit-button:hover {
    background-color: #2eca7f;
    color: #ffffff;
  }

  .submit-button:active {
    background-color: #192c61;
    color: #ffffff;
  }


  @media (max-width: 768px) {
    .courses .margingb {
      margin-bottom: 20px !important;
    }
    .courses .formmargin{
        margin: 20px 0px;
    }
  }

/*==========End Of The Select Section=======*/




/*==============Payment Page Design======*/
.tab {
    overflow: hidden;
    margin: 5px;
    background-color: #f1f1f1;
    border-radius: 7px;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 16px;
    transition: 0.3s;
    font-size: 17px;
    width: 33.3%;
    box-sizing: border-box;
}

.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    background-color: #2eca7f;
    color: white;
    padding: 7px 16px;
    font-weight: 600;
}

.tabcontent {
    display: none;
    padding: 12px 12px;
    border-top: none;
}

.paymentt .BKASH-content .bkashbg{
    text-align: center;
    height: auto;
    width: 100%;
    padding-bottom: 10px;
    margin-top: 20px !important;
    background: url("../img/payment/bkashbg.png") top center;
    background-size: cover;
    border-radius: 10px;
}

.paymentt .NAGAD-content .nagadbg{
    text-align: center;
    height: auto;
    width: 100%;
    padding-bottom: 10px;
    margin-top: 20px !important;
    background: url("../img/payment/nagadbg.jpg") top center;
    background-size: cover;
    border-radius: 10px;
}

.paymentt .ROCKET-content .rocketbg{
    text-align: center;
    height: auto;
    width: 100%;
    padding-bottom: 10px;
    margin-top: 20px !important;
    background: url("../img/payment/rocketbg.png") top center;
    background-size: cover;
    border-radius: 10px;
}

.paymentt .form-control {
    display: block;
    margin: auto !important;
    width: 70%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    outline: none;
}

.paymentt .form-control:focus {
    border-color: transparent;
    box-shadow: none;
}

.paymentt .form-group {
    margin-bottom: 1rem;
}

.custom-text-muted {
    display: block;
    color: #ffff !important;
    font-size: 15px;
    margin: 5px;
}

.paybutton {
    background-color: #ffffff;
    color: #495057;
    border: none;
    margin: 10px 0px;
    font-size: 15px;
    font-weight: 600;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 70%;
    border: 1px solid #ced4da;
    outline: none;
    transition: .2s;
}

.paybutton:hover {
    background-color: #b9c2be;
    color:#495057;
}

#bordernone{
    border: 1px solid #2eca7f !important;
}

@media (max-width: 630px) {
    #bordernone{
        border: none !important;
    }

    .paymentt{
        padding: 10px 0px !important;
    }
}
/*==============Payment Page Design======*/


/*==============Registration Page Design======*/
#register #form {
    width: 100%;
    margin: 10vh auto 0 auto;
    background: #ffff;
    border: 1px solid #2eca7f;
    border-radius: 5px;
    padding: 30px;
}

#register #form h1 {
    color: #ffffff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    background: #2eca7f;
    margin: -30px -30px 25px -30px !important;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
}

#register #form button {
    background-color: #2eca7f;
    color: white;
    border: 1px solid #2eca7f;
    border-radius: 5px;
    padding: 8px;
    margin: 20px 0px;
    cursor: pointer;
    font-size: 20px;
    width: 100%;
    margin-bottom: 5px !important;
}

/* #register #form button  {
    background-color: #aeb3b1;
    color: rgb(104, 104, 104);
    border: 1px solid #aeb3b1;
    border-radius: 5px;
    padding: 8px;
    margin: 20px 0px;
    cursor: pointer;
    font-size: 20px;
    width: 100%;
    margin-bottom: 5px !important;
} */


#register{
    width: 100%;
    height: auto;
    background: url("../img/section-bg-2.png") top center;
    background-size: cover;
}



#register #form .input-group {
    display: flex;
    flex-direction: column;
    margin-bottom:5px;
}

#register #form .input-group input {
    border-radius: 5px;
    font-size: 17px;
    margin-top: 5px;
    padding: 5px 10px;
    border: 1px solid rgb(46 202 127);
}

#register #form .input-group input:focus {
    outline: 0;
}

#register #form .input-group .error {
    color: rgb(242, 18, 18);
    font-size: 15px;
    margin-top: 7px;
}

#register #form .input-group.success input {
    border-color: #0cc477;
}

#register #form .input-group.error input {
    border-color: rgb(206, 67, 67);
}

/*======Registration Page Design======*/



/*======== Quiz Section ======*/
.question-container {
    margin-top: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.options li {
    list-style: none;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #e3e3e3;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.options li:hover {
    background-color: #d1d1d1;
}

.options li.selectedWrong {
    background-color: #ef6d6d;
    color: #fff;
}

.options li.selectedRight {
    background-color: #74eab2;
    color: #fff;
}

.options li.selected {
    background-color: #000;
    color: #fff;
}



.mcq-top{
    margin-bottom: 1rem!important;
    background: #192c75;
    padding: 10px;
    color: white;
    font-weight: 500;
    font-size: 17px;
    border-radius: 5px;
    margin: 0px;
}

.question p{
    font-size: 18px;
    font-weight: 600;
    color: #666666;
}

.quiz-btn-custom {
    background-color: #192c75;
    color: #fff;
    border-radius: 5px;
    padding: 7px 20px;
    font-size: 16px;
}

.quiz-btn-custom:hover   {
    background-color: #22273b;
    color: #fff;
}

#next-btn {
    order: 1;
}


.course-content li{
    margin-left:20px !important;
}






