/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #106eea;
  text-decoration: none;
}

a:hover {
  color: #3b8af2;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

/*--------------------------------------------------------------
# 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 #F26228;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 30px 0;
  background: #f26228;
  min-height: 60px;
  margin-top: 72px;
  text-align: center;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #F26228;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #F7941D;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f3f5fa;
}

.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: #37517e;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 14px 0;
  background-color: #ffffff;
}

#typed {
  display: inline-block;
  padding-right: 8px;
  white-space: nowrap;
  overflow: hidden;
  animation: typing 3s steps(25) infinite;
}

@keyframes typing {
  from {
      width: 0;
  }
  to {
      width: 70%;
  }
}

.header.header-scrolled {
  background: #fff;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.header .logo {
  line-height: 0;
}

.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #f26228;
}




/*--------------------------------------------------------------
# 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: 10px 0 10px 30px;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  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 {
  color: #F26228;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #F26228;
  padding: 8px 20px;
  margin-left: 15px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #F7941D;
}

.navbar .login,
.navbar .login:focus {
  background: #F26228;
  padding: 5px 30px;
  margin-left: 10px;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: "Nunito", sans-serif;
  text-transform: capitalize;
  border-radius: 30px;
}

.navbar .login:hover,
.navbar .login:focus:hover {
  color: #fff;
  background: #F7941D;
}

.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;
  font-weight: 600;
}

.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: #fff;
  background-color: #F26228;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .megamenu {
  position: static;
}

.navbar .megamenu ul {
  margin-top: 5px;
  right: 0;
  padding: 10px;
  display: flex;
}

.navbar .megamenu ul li {
  flex: 1;
}

.navbar .megamenu ul li a,
.navbar .megamenu ul li:hover>a {
  color: #000;
}

.navbar .megamenu ul li a:hover,
.navbar .megamenu ul li .active,
.navbar .megamenu ul li .active:hover {
  color: #fff;
}

.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: #000;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 1200px) {
  .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(1, 22, 61, 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: #000;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #F26228;
}

.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: #ffffff;
  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: #000;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 75vh;
  background: url("../img/hero-bg1.jpg") top left;
  background-size: cover;
  position: relative;
  margin-top: 14px;
}

#hero .container {
  position: relative;
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: white;
  font-family: Montserrat;
}

#hero h1 span {
  color: #106eea;
}

#hero h2 {
  color: #ffffff;
  margin: 5px 0 30px 0;
  font-size: 20px;
  font-weight: 400;
  font-family: Montserrat;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 10px;
  transition: 0.5s;
  color: #fff;
  background: #F7941D;
  margin-left: 25px;
}

#hero .btn-get-started:hover {
  background: #F26228;
}

#hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  color: #fff;
  font-weight: 800;
  display: flex;
  align-items: center;
}

#hero .btn-watch-video i {
  color: #F7941D;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

#hero .btn-watch-video:hover {
  color: #F26228 ;
}

#hero .btn-watch-video:hover i {
  color: #F26228;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .btn-get-started,
  #hero .btn-watch-video {
    font-size: 13px;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 12px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

 /*-------------------------------------------------------------- 
 # Counts 
 --------------------------------------------------------------*/ 
 .counts { 
  padding: 30px 0; 
} 
 
 .counts .counters span { 
  font-size: 48px; 
  display: block; 
  color: #F26228;  
  font-weight: 700; 
}
 
.counts .counters p { 
  padding: 0; 
  margin: 0 0 20px 0; 
  font-family: "Raleway", sans-serif; 
  font-size: 25px; 
  font-weight: 700; 
  font-weight: bold; 
  line-height: 105%; 
  color: #000; 
}

/* Topic breadcrumb */ 

.breadcrumbs-topic { 
  margin-top: 73px; 
  text-align: center; 
  background: #F26228;
  padding: 30px 0; 
  color: #ffffff; 
} 

.breadcrumbs-topic h2 { 
  font-size: 32px; 
  font-weight: bolder;
  text-transform: uppercase; 
  font-family: 'Courier New', Courier, monospace;  
} 

.breadcrumbs-topic p { 
  font-size: 14px; 
  margin-bottom: 0; 
} 

@media (max-width: 992px) { 
  .breadcrumbs-topic{ 
    margin-top: 63px; 
  } 
} 
.breadcrumbs-topic nav { 
  background-color: #f3f6fc; 
  padding: 20px 0; } 
  
.breadcrumbs-topic nav ol { 
  display: flex; 
  flex-wrap: wrap; 
  list-style: none; 
  margin: 0; 
  padding: 0; 
  font-size: 16px;
  font-weight: 600; 
  color: #0e1d34; 
} 
.breadcrumbs-topic nav ol a { 
  color:#37517e; 
  transition: 0.3s; 
} 

.breadcrumbs-topic nav ol a:hover { 
  text-decoration: underline;
 } 
 
.breadcrumbs-topic nav ol li+li { 
  padding-left: 10px; 
} 

.breadcrumbs-topic nav ol li+li::before { 
  display: inline-block; 
  padding-right: 10px; 
  color: #4278cc; 
  content: "/"; 
} 

 /* # Courses Section 
 --------------------------------------------------------------*/ 
 
 .services .card { 
  margin-top: 40px; 
  border: 1px solid rgba(7, 241, 85, 0.15);
  background: #333; 
  position: relative; 
  border-radius: 25px; 
  height: 100%; 
} 

.services .card .card-img { 
  overflow: hidden;
  margin-bottom: 30px; 
  border-radius: 25px 25px 0px 0px; 
} 

.services .card .card-img .play-btn { 
  height: 10px; width: 50px; 
} 

.services .card .card-img img { 
  transition: 0.3s ease-in-out; 
} 

.services .card h3 { 
  font-weight: 700; 
  font-size: 18px; 
  padding: 10px 30px; 
  text-transform: uppercase; 
  font-family: 'Courier New', Courier, monospace; 
  text-align: center;
} 

.services .card a { 
  color: #fff; 
  transition: 0.3; 
} 

.services .card a:hover { 
  color: #ed3c0d; 
} 

.services .card p { 
  padding: 0 30px; 
  margin-bottom: 5px; 
  color: #000000; 
  font-size: 15px; 
  font-family:"Merriweather",serif; 
} 

.services .card:hover .card-img img { 
  transform: scale(1.1); 
} 

/* Explore Section */ 
.topic-list .card-body { 
  flex: 1 1 auto; 
  min-height: 1px; 
  padding:0.75rem; 
  border: 1px solid rgba(7, 241, 85, 0.15); 
} 

.topic-list .card .card-img-top{ 
  border-radius: 25px 25px 0px 0px; 
  overflow: hidden; 
  transition: 0.3s ease-in-out; 
  max-height: 150px; 
  max-width: 100%; 
} 

.topic-list .card:hover .card-img-top { 
  transform: scale(1.1); 
  border-radius: 25px 25px 25px 25px; 
} 

.topic-list .explore_margin{ 
  width: 100%; 
  margin-top:7%; 
  border-radius: 25px 25px 25px 25px; 
  background: #333; 
  overflow: hidden; 
} 

.topic-list .explore_bg{
  background-color:#333; 
  color:#ed3c0d; 
  border-radius: 0px 0px 25px 25px; 
} 

.topic-list .subtitle{ 
  font-size: 36px; 
  font-family: 'Courier New', Courier, monospace; 
  color:#213055; 
} 
@media only screen and (max-width:575px){ 
  .topic-list .subtitle{ 
    font-weight: bold; 
    font-size: 28px; 
    font-family: 'Courier New', Courier, monospace; 
    color:#213055; 
  } 
} 

.topic-list .card-text{ 
  font-size: 18px; 
  color:#ffffff; 
  font-family: 'Courier New', Courier, monospace; 
  font-weight: 700; 
  text-transform: uppercase; 
  padding: 10px 30px; } 
  
.topic-list .card-body p { 
  color: #fff; 
  transition: 0.3; 
} 

.topic-list .card-body p:hover { 
  color: #ed3c0d; 
} 

/*--------------------------------------------------------------
# Cource Details
--------------------------------------------------------------*/
.course-details {
  background-color: #eee;
}


.course-details h3 {
  font-size: 24px;
  margin: 30px 0 15px 0;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}

.course-details h3:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #eef0ef;
  bottom: 0;
  left: 0;
}

.course-details h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 1px;
  background: #5fcf80;
  bottom: 0;
  left: 0;
}

.course-details .course-info {
  background: #f6f7f6;
  padding: 10px 15px;
  margin-bottom: 15px;
}

.course-details .course-info h5 {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

.course-details .course-info p {
  margin: 0;
  font-weight: 600;
}

.course-details .course-info a {
  color: #657a6d;
}

.course-details .enroll {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 10px;
  transition: 0.5s;
  color: #fff;
  background: #0dba4b;
  margin-top: 20px;
  border-color: #0dba4b;
}

.course-details .enroll-counts {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 10px;
  transition: 0.5s;
  color: #0dba4b;
  background: #c7e7d3;
}

.course-details .enroll-counts i {
  font-size: medium;
  color: #089a93;
}


/*--------------------------------------------------------------
# Free courses
----------------------------------------------------------------*/

.course-details
{
  margin-top: 50px;
}

@media (max-width: 991px) {
  .course-details {
    margin-top: 20px;
  }
}

.course-details .main-video {
  background: #fff;
  border-radius: 5px;
  padding: 15px;
}

.course-details .main-video video {
  width: 100%;
}

.course-details .video-list {
  background: #fff;
  border-radius: 5px;
  height: 520px;
  overflow-y: scroll;
  margin-bottom: 20px;
}

.course-details .video-list::-webkit-scrollbar {
  width: 7px;
}

.course-details .video-list::-webkit-scrollbar-track {
  border-radius: 50px;
  background: #ccc;
}

.course-details .video-list::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background: #666;
}

.course-details .video-list .vid video {
  width: 35%;
  border-radius: 5px;
}

.course-details .video-list .vid {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #f7f7f7;
  border-radius: 5px;
  margin: 10px;
  padding: 10px;
  border: solid 1px rgba(0, 0, 0, 1);
  cursor: pointer;
}

.course-details .video-list .vid:hover {
  background: #eee;
}

.course-details .video-list .vid.active {
  background-color: #F7941D;
}

.course-details .video-list h3 {
  font-size: 17px;
  color: #333;
}

.course-details  textarea {
  width: 100%;
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: #F26228;
  background-color: #fff;
  border-color: #2980b2;
}

.course-details .table-content {
  text-align: center;
}

.course-details .video-list h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Nunito", sans-serif;
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.video-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: auto;
}

video {
  width: 100%;
  display: block;
}

.locked-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 78%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  text-align: center;
  opacity: 1;
}

@media (max-width: 991px) {
  .locked-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  text-align: center;
  opacity: 1;
  }
}


@media (max-width: 600px) {
  .locked-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  text-align: center;
  opacity: 1;
  }
}

.locked-overlay p {
  margin: 20px;
}

.enroll-button {
  background-color: #4CAF50;
  color: white;
  padding: 10px 15px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
}

.enroll-button:hover {
  background-color: #F26228;
}

figure {
  box-shadow:
      0 2.8px 2.2px rgba(0, 0, 0, 0.034),
      0 6.7px 5.3px rgba(0, 0, 0, 0.048),
      0 12.5px 10px rgba(0, 0, 0, 0.06),
      0 22.3px 17.9px rgba(0, 0, 0, 0.072),
      0 41.8px 33.4px rgba(0, 0, 0, 0.086),
      0 100px 80px rgba(0, 0, 0, 0.12);
  width: 50%;
}

video {
  display: block;
  width: 100%;
}

figcaption {
  align-items: center;
  background: #eaeaea;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 50px auto min(115px);
  padding: .5rem;
}

button {
  border: 0;
  background: #F26228;
  display: inline;
  color: white;
  order: 1;
  padding: .5rem;
  transition: opacity .25s ease-out;
}

button:hover {
  cursor: pointer;
  opacity: .8;
}

label {
  order: 2;
  text-align: center;
}

progress[value] {
  appearance: none;
  border: none;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .25) inset;
  color: dodgerblue;
  display: inline;
  height: 15px;
  order: 1;
  position: relative;
  width: 100%;
}

progress[value]::-webkit-progress-bar {
  background-color: whiteSmoke;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, .25) inset;
}

progress[value]::-webkit-progress-value {
  background-image: linear-gradient(
      to right,
      #ff8a00, #e52e71
  );
  border-radius: 3px;
  position: relative;
  transition: width 1s linear;
}

progress[value]::-moz-progress-bar {
  background-image: -moz-linear-gradient(
      to right,
      #ff8a00, #e52e71
  );
  border-radius: 3px;
  position: relative;
  transition: width 1s linear;
}

.course-details .certificate-progress {
  background: #fff;
  border-radius: 5px;
  height: fit-content;
  margin-bottom: 20px;
  padding: 5px;
}
/*--------------------------------------------------------------
# Cource Details Tabs
--------------------------------------------------------------*/
.cource-details-tabs {
  overflow: hidden;
  padding-top: 0;
}

.cource-details-tabs .nav-tabs {
  border: 0;
}

.cource-details-tabs .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #37423b;
  border-radius: 0;
  border-right: 2px solid #e2e7e4;
  font-weight: 600;
  font-size: 15px;
}

.cource-details-tabs .nav-link:hover {
  color: #5fcf80;
}

.cource-details-tabs .nav-link.active {
  color: #5fcf80;
  border-color: #5fcf80;
}

.cource-details-tabs .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

.cource-details-tabs .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #37423b;
}

.cource-details-tabs .details p {
  color: #777777;
}

.cource-details-tabs .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .cource-details-tabs .nav-link {
    border: 0;
    padding: 15px;
  }

  .cource-details-tabs .nav-link.active {
    color: #fff;
    background: #5fcf80;
  }
}




 /*-------------------------------------------------------------- 
 # Testimonials-courses 
 --------------------------------------------------------------*/ 
 .testimonials-courses 
 .testimonials-carousel, 
 .testimonials-courses 
 .testimonials-slider { 
  overflow: hidden; 
} 
.testimonials-courses .testimonial-item {
   box-sizing: content-box; 
   padding: 30px; 
   margin: 30px 15px;
   max-height: 350px;
   min-height: 300px; 
   box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
   position: relative; 
   background: #fff; 
   border-radius: 15px;
   overflow: hidden; } 
   
.testimonials-courses .testimonial-item .testimonial-img { 
  border-radius: 25px 25px 25px 25px; 
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden; 
  transition: 0.3s ease-in-out; 
  max-height: 400px; 
  max-width: 100%; 
} 

.testimonials-courses .testimonial-item h3 { 
  margin: 5px 0 5px 0; 
  margin-top: 10px; 
  color: black; 
  font-weight: 700; 
  font-size: 20px; 
} 

.testimonials-courses .testimonial-item h4 {
  font-size: 14px;
  background: #5fcf80;
  padding: 7px 14px;
  color: #fff;
  margin: 0;
}
.testimonials-courses .testimonial-item h3 a { 
  color: #1f1f1f; 
  transition: 0.3s; 
} 
.testimonials-courses .testimonial-item h3 a:hover { 
  color: #F26228; 
} 
.testimonials-courses .testimonial-item h4 { 
  font-size: 14px; 
  color: #1f1f1f; 
  margin: 0; 
} 
.testimonials-courses .testimonial-item p { 
  margin: 10px auto 15px auto; 
  font-size: 14px; 
  color: #1f1f1f; 
  font-weight: 300; 
  font-family: "Merriweather",serif; 
} 
.testimonials-courses .swiper-pagination { 
  margin-top: 20px; position: relative; 
} 
.testimonials-courses .swiper-pagination .swiper-pagination-bullet { 
  width: 12px; 
  height: 12px;
   background-color: #fff; 
   opacity: 1; 
   border: 1px solid #ffc451; 
  } 
.testimonials-courses .swiper-pagination .swiper-pagination-bullet-active { 
  background-color: #ffc451; 
} 
.testimonials-courses .trainer-courses{ 
  padding-top: 15px; 
  border-top: 1px solid #fff; 
} 
.testimonials-courses .trainer-courses .trainer-courses-profile img { 
  max-width: 50px; 
  border-radius: 50px; 
} 
.testimonials-courses .trainer-courses .trainer-courses-profile span { 
  padding-left: 10px; 
  font-weight: 600;
  font-size: 16px; 
  color: #1f1f1f; 
} 

.testimonials-courses .explore-btn {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.testimonials-courses .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 10px;
  transition: 0.5s;
  color: #fff;
  background: #0dba4b;
  margin-top: 20px;
  border-color: #0dba4b;
}

.testimonials-courses .btn-get-started:hover {
  background: #1b8b35;
}

.course__ranking {
  display: flex;
  justify-content: space-between;
}
.course__timer {
  color: #ff8a00;
  border-radius: 10px;
  padding-inline: 10px;
  background-color: #FEE5DF;
}
span.course__vote {
  color: #A2A2A2;
}

.un-vote {
  color: #AEAEAE;
}
.vote {
  font-weight: 900;
  color: #FFC014;
}



/* Portfolio Section - Home Page
------------------------------*/
.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-filters li {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px;
  border-radius: 10px;
  transition: 0.5s;
  color: #fff;
  background: #0dba4b;
  margin-top: 20px;
  border-color: #0dba4b;
}

.portfolio .portfolio-filters a {
  color: #fff;
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: #ffffff;
  background-color: rgb(255, 98, 0);
}


.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
}

.portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
}  
 /*--------------------------------------------------------------
/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features {
  padding-top: 80px;
}

.features .features-item+.features-item {
  margin-top: 100px;
}

@media (max-width: 640px) {
  .features .features-item+.features-item {
    margin-top: 40px;
  }
}

.features .features-item h3 {
  font-weight: 600;
  font-size: 26px;
  color: #001973;
}

.features .features-item ul {
  list-style: none;
  padding: 0;
}

.features .features-item ul li {
  padding-bottom: 10px;
}

.features .features-item ul li:last-child {
  padding-bottom: 0;
}

.features .features-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #F26228;
}

.features .features-item p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 10px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 10px;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  background: #fff;
  border-radius: 10px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  margin-right: 15px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #000;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #F26228;
  font-size: 26px;
  line-height: 0;
}

.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;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #F26228;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}


/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #F26228;
  border-bottom: 3px solid #F26228;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #F26228;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #F26228;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #F26228;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #F26228;
  border-bottom: 3px solid #F26228;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.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;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #F26228;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #ff8a00;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #F26228;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Downloads section*/

.cta-section {
  background: linear-gradient(to right, rgb(39, 70, 133) 0%, rgb(61, 179, 197) 100%);
  color: #fff;
}

.cta-section h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .cta-section h2 {
    font-size: 2rem;
  }
}

.cta-section .btn {
  background: #000000;
  color: #fff;
}

.cta-section .btn i {
  margin-right: 5px;
  font-size: 24px;
  line-height: 0;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #470201;
  color: #111;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#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: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ff8a00;
  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: #F26228;
}

#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: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #f26228;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #5e5e5e;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #37517e;
  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 img {
  height: 240px;
  width: fit-content;
}

#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: #f26228;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #ff8a00;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #f26228;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }
}