/**
* Template Name: Mentor - v4.7.0
* Template URL: https://bootstrapmade.com/mentor-free-education-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #5fcf80;
  text-decoration: none;
}

a:hover {
  color: #86db9f;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #B5C034 ;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top:hover {
  background: #d1dd2a;
  color: #fff;
}

/*--------------------------------------------------------------
# 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 #B5C034;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
.breadcrumbs {
  margin-top: 73px;
  text-align: center;
  background: #B5C034;
  padding: 30px 0;
  color: #fff;
}

.search .card-header { background-color:#B5C034;color: #fff;
    vertical-align: middle;
    display: inherit;}
.search .card-body { border: 1px solid #B5C034}

/*--------------------------------------------------------------
# Profile
--------------------------------------------------------------*/
.profile .php-email-form button[type=submit] {
  background: #B5C034;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.profile .php-email-form button[type=submit]:hover {
  background: #d1dd2a;
}

/*--------------------------------------------------------------
# Cource Details Tabs
--------------------------------------------------------------*/

.cource-details-tabs .nav-link:hover {
  color: #B5C034;
}
.cource-details-tabs .nav-link.active {
	border-left: 3px solid #B5C034;
}

@media (max-width: 992px) {
  .cource-details-tabs .nav-link.active {
    color: #fff;
    background: #B5C034;
  }
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #B5C034;
  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 .social-links a:hover {
  background: #d1dd2a;
  color: #fff;
  text-decoration: none;
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #B5C034;
  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: #d1dd2a;
}


/*--------------------------------------------------------------
# pagination
--------------------------------------------------------------*/
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  cursor: default;
  background-color: #B5C034;
  color: #fff;
}

.btn-success{background: #B5C034 !important;border-color: #B5C034 !important;}
.btn-success:hover {background: #d1dd2a !important;border-color: #d1dd2a !important;}

.loader {
  border: 16px solid #f3f3f3; /* Light grey FF8A00*/
  border-top: 16px solid #B5C034; /* Blue FF8A00*/
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  top: 40% !important;
  left: 45% !important;;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*Tab css*/
.detail-form-tabs .nav-link.active {
    border-bottom: 3px solid #B5C034;
	color: #B5C034;
    background-color: #f6f9fb;
}
.rightsidelist ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #B5C034;
}
/*Grid css*/
.grid {
    font-size: 20px;
    font-weight: bold;
    color: #B5C034;
}

.search .course-content h4 {
    background: #B5C034;
}
.search .read-more-btn {
    background: #B5C034;
}
.search .read-more-btn:hover {
  background: #d1dd2a;
}

.course-details h3:after {
  background: #B5C034;
}

/*Dashboard direct-link*/
.icon-style i {font-size:40px;color: #B5C034;}
.m-b-20 {
    margin-bottom: 20px;
}
.m-t-20 {
    margin-top: 20px;
}
.text-c-kerry {
    color: #B5C034;
}
h4{font-weight: 600;}
.direct-link .card:hover {
    -webkit-box-shadow: 0 0 25px -5px #9e9c9e;
    box-shadow: 0 0 25px -5px #9e9c9e;
}
.icon-style-hubx i {color: #B5C034;}
.dasboard-box{background-color: #B5C034;}
.dasboard-top-box a:hover{color: #444444;}