/**
* Template Name: Appland - v2.0.0
* Template URL: https://bootstrapmade.com/free-bootstrap-app-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Poppins', sans-serif;
  color: #585a61;
}

a {
  color: #5777ba;
}

a:hover {
  color: #7b94c9;
  text-decoration: none;
}

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

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #6a3bbc;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #748ec6;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: auto;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 15px 0;
  /* border-bottom: 1px solid #dee2e6f2; */
}

#header.header-scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 2px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #5777ba;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 59px;
}

@media (max-width: 992px) {
  #header {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 2px;
  list-style: none;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #47536e;
  padding: 8px 15px 12px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #5777ba;
  text-decoration: none;
}

.nav-menu .get-started a {
  /* background: #5777ba;
  color: #fff;
  border-radius: 50px;
  margin: 2px 2px;
  padding: 10px 25px; */
  height: 55px;
  line-height: 53px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  padding: 0 40px;
}

.nav-menu .get-started a:hover {
  /* background: #748ec6;
  color: #fff; */
  background: #fff;
  color: #7742d0;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #233355;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #5777ba;
}

.nav-menu .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }

  .nav-menu .drop-down .drop-down:hover>ul {
    left: -100%;
  }

  .nav-menu .drop-down .drop-down>a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 22px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #5777ba;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: auto;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #47536e;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #5777ba;
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(35, 51, 85, 0.7);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 140px 0 100px 0;
  border-bottom: 1px solid #dee2e6f2;
  background: #f8f9fa;
}

/* #hero::before {
  content: '';
  position: absolute;
  right: -100%;
  top: 20%;
  width: 250%;
  height: 200%;
  z-index: -1;
  background-color: #e8ecf5;
  transform: skewY(135deg);
} */

#hero h1 {
  /* margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  color: #5777ba;
  font-family: "Poppins", sans-serif; */
  margin: 0 0 10px 0;
  font-size: 56px;
  font-weight: 900;
  line-height: 56px;
  color: #50347e;
  font-family: "Poppins", sans-serif;
}

#hero h2 {
  color: #515f7d;
  margin-bottom: 50px;
  font-size: 20px;
}

#hero .download-btn {
  /* font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  padding: 8px 35px 10px 46px;
  border-radius: 3px;
  transition: 0.5s;
  color: #fff;
  /* background: #47536e; */
  position: relative;
  font-family: "Raleway", sans-serif;
  height: 33px;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 0 40px;
  /* background: -webkit-gradient(linear, left top, right top, from(#342165), to(#8247e1));
    background: -webkit-linear-gradient(left, #342165, #8247e1);
    background: -o-linear-gradient(left, #342165, #8247e1);
    background: linear-gradient(90deg, #342165, #8247e1); */
  border: 1px solid #342165;
  border-radius: 5px;
  display: inline-block;
  transition: 0.5s;
  background: #342165;
}

#hero .download-btn:hover {
  background: #fff;
  color: #515f7d;

}

#hero .download-btn i {
  font-size: 20px;
  position: absolute;
  left: 18px;
  top: 8.5px;
}

#hero .download-btn+.download-btn {
  margin-left: 20px;
}

@media (max-width: 991px) {
  #hero {
    text-align: center;
  }

  #hero .download-btn+.download-btn {
    margin: 0 10px;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 60%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f2f5fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #5777ba;
  font-family: "Poppins", sans-serif;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# App Features
--------------------------------------------------------------*/
.features .content {
  padding: 30px 0;
}

.features .content .icon-box {
  margin-top: 25px;
}

.features .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.features .content .icon-box i {
  font-size: 48px;
  float: left;
  color: #5777ba;
}

.features .content .icon-box p {
  font-size: 15px;
  color: #979aa1;
  margin-left: 60px;
}

@media (max-width: 991px) {
  .features .image {
    text-align: center;
  }

  .features .image img {
    max-width: 80%;
  }
}

@media (max-width: 667px) {
  .features .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/
.details .content+.content {
  margin-top: 100px;
}

.details .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #47536e;
}

.details .content ul {
  list-style: none;
  padding: 0;
}

.details .content ul li {
  padding-bottom: 10px;
}

.details .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #5777ba;
}

.details .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  overflow: hidden;
}

.gallery .owl-nav,
.gallery .owl-dots {
  margin-top: 40px;
  text-align: center;
}

.gallery .owl-item {
  transition: 0.3s ease-in-out;
}

.gallery .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #eff2f8 !important;
}

.gallery .owl-dot.active {
  background-color: #5777ba !important;
}

.gallery .gallery-carousel {
  padding-top: 30px;
}

.gallery .gallery-carousel .owl-stage-outer {
  overflow: visible;
}

@media (min-width: 992px) {
  .gallery .gallery-carousel .center {
    border: 6px solid #5777ba;
    padding: 4px;
    background: #fff;
    z-index: 1;
    transform: scale(1.2);
    margin-top: 10px;
    border-radius: 25px;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #e8ecf5;
  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 {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .owl-nav,
.testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #5777ba !important;
}

@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;
  }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}

.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}

.pricing h4 {
  font-size: 46px;
  color: #5777ba;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding-bottom: 12px;
}

.pricing ul i {
  color: #5777ba;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .get-started-btn {
  background: #47536e;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  transition: 0.3s;
}

.pricing .get-started-btn:hover {
  background: #5777ba;
}

.pricing .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
}

.pricing .featured .get-started-btn {
  background: #5777ba;
}

.pricing .featured .get-started-btn:hover {
  background: #748ec6;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .accordion-list {
  padding: 0 100px;
}

.faq .accordion-list ul {
  padding: 0;
  list-style: none;
}

.faq .accordion-list li+li {
  margin-top: 15px;
}

.faq .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}

.faq .accordion-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #b1c0df;
}

.faq .accordion-list .icon-show,
.faq .accordion-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .accordion-list .icon-show {
  display: none;
}

.faq .accordion-list a.collapsed {
  color: #343a40;
}

.faq .accordion-list a.collapsed:hover {
  color: #5777ba;
}

.faq .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .accordion-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  padding: 20px 40px;
  background: #f1f3f6;
  color: #47536e;
  text-align: center;
  border: 1px solid #fff;
}

.contact .info i {
  font-size: 48px;
  color: #9fb2d8;
  margin-bottom: 15px;
}

.contact .info h4 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.contact .info p {
  font-size: 15px;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form label {
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
  color: #8a8c95;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #5777ba;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #fff;
  border: 2px solid #5777ba;
  padding: 10px 24px;
  color: #5777ba;
  transition: 0.4s;
  border-radius: 50px;
  margin-top: 5px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #5777ba;
  color: #fff;
}

@media (max-width: 1024px) {
  .contact .php-email-form {
    padding: 30px 15px 15px 15px;
  }
}

@media (max-width: 768px) {
  .contact .php-email-form {
    padding: 15px 0 0 0;
  }
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0 0 30px 0;
  color: #47536e;
  font-size: 14px;
  background: #eff2f8;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #eff2f8;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #47536e;
}

#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.1);
  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: #5777ba;
  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: #415f9d;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #d5dcec;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color: #47536e;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: black;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #47536e;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #9fb2d8;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #212529;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #5777ba;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #5777ba;
  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: #27282c;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
  color: #47536e;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #47536e;
}

@media (max-width: 768px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 5px 0;
  }
}

/* Home Slider */
.slider_section {
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.slider_section .slider_content .slider_item {
  margin-bottom: 30px;
  box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);
  position: relative;
  border-radius: 17px;
  overflow: hidden;
  border: 1px solid rgb(0 0 0 / 10%);
}

.slider_section .slider_content .slider_item:hover .slider_image img {
  transform: scale(1.1);
}

.slider_section .slider_content .slider_item .slider_image {
  overflow: hidden;
  padding: 0;
}

.slider_section .slider_content .slider_item .slider_image img {
  width: 100%;
  transition: transform 0.5s ease-in-out;
}

.slider_section .slider_content .slider_item .slider_image span i {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  width: 38px;
  height: 45px;
  padding-top: 7px;
  text-align: center;
  right: 20px;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
  background-color: #5777ba;
}

.slider_section .slider_content .slider_item .slider_details {
  padding: 25px 20px 30px 20px;
}

.slider_section .slider_content .slider_item .slider_details .slider_title h5 a {
  color: #020d26;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 32px;
  font-weight: 400;
  transition: all 0.3s;
  text-decoration: none;
}

.slider_section .slider_content .slider_item .slider_details .slider_title h5 a:hover {
  color: #5777ba;
}

.slider_section .slider_content .slider_item .slider_details ul {
  padding: 10px;
  /* margin: 0; */
}

.slider_section .slider_content .slider_item .slider_details ul li {
  /* display: inline-block; */
  padding-right: 15px;
  position: relative;
  color: #7f7f7f;
}

.slider_section .slider_content .slider_item .slider_details ul li i {
  padding-right: 7px;
}

.slider_section .slider_content .slider_item .slider_details p {
  border-top: 1px solid #e5e5e5;
  margin-top: 4px;
  padding: 20px 0 4px;
}

.slider_section .slider_content .slider_item .slider_details a {
  font-size: 16px;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}

.slider_section .slider_content .slider_item .slider_details a:hover {
  color: #020d26;
}

.slider_section .slider_content .slider_item .slider_details a i {
  vertical-align: middle;
  font-size: 20px;
}

.slider_section .slider_content .owl-nav {
  display: block;
}

.slider_section .slider_content .owl-nav .owl-prev {
  position: absolute;
  left: -71px;
  top: 33%;
  border: 5px solid #fff;
  text-align: center;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  outline: 0;
  background: #5777ba;
  transition: all 0.3s;
  color: #fff;
}

.slider_section .slider_content .owl-nav .owl-prev span {
  font-size: 25px;
  margin-top: -6px;
  display: inline-block;
}

.slider_section .slider_content .owl-nav .owl-prev:hover {
  background: #5777ba;
  border-color: #5777ba;
  color: #fff;
}

.slider_section .slider_content .owl-nav .owl-next {
  position: absolute;
  right: -71px;
  top: 33%;
  border: 5px solid #fff;
  text-align: center;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  outline: 0;
  background: #5777ba;
  color: #fff;
  transition: all 0.3s;
}

.slider_section .slider_content .owl-nav .owl-next span {
  font-size: 25px;
  margin-top: -6px;
  display: inline-block;
}

.slider_section .slider_content .owl-nav .owl-next:hover {
  background: #5777ba;
  border-color: #5777ba;
  color: #fff;
}

@media only screen and (max-width: 577px) {
  .slider_section .owl-nav .owl-prev {
    left: -17px !important;
  }

  .slider_section .owl-nav .owl-next {
    right: -17px !important;
  }
}

.payment_image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  display: block;
}

/* .footer{
  border-right: 1px solid #0000002b;
  border-left: 1px solid #0000000d;
} */
#footer {
  margin-top: 2px;
}

/* .login-page, .register-page{
  height: 118vh;
}
@media  (max-width: 768px) {
.login-page, .register-page{
  height: 190vh;
}
}

@media  (max-width: 992px) {
  .login-page, .register-page{
    height: 83vh;
  }
  }

@media only screen and (width: 600px) {
  .login-page, .register-page{
    height: 135vh;
  }
}

@media  (max-width: 520px) {
  .login-page, .register-page{
    height: 216vh;
  }
  } */
.payment-gatways {
  float: right;
}

.payment-gatways ul li {
  list-style-type: none;
}

.payment-gatways ul {
  display: flex;
  margin: 0;
}

.payment-gatways img {
  max-width: 43px;
  margin: 2px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 99
}

.preloader .loader {
  width: 100px;
  height: 100px
}

.preloader .loader img {
  width: 100%
}

/*----------- animation-jump css -------------*/

.animation-jump {
  position: relative;
  -webkit-animation: animation-jump 2s ease-in-out infinite;
  animation: animation-jump 2s ease-in-out infinite;
}

@-webkit-keyframes animation-jump {
  0% {
    top: 10px;
  }

  50% {
    top: -10px;
  }

  100% {
    top: 10px;
  }
}

@keyframes animation-jump {
  0% {
    top: 10px;
  }

  50% {
    top: -10px;
  }

  100% {
    top: 10px;
  }
}


.zoom-in-zoom-out {
  animation: zoom-in-zoom-out 3.5s ease-out 2;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.5, 0.5);
  }

  50% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(1, 1);
  }
}


/* start latest-blog-section-area */
.latest-blog-section-area {
  padding: 120px 0;
  background-color: #f2f2f4;
}

.latest-blog-section-area .blog-box-card {
  padding: 0;
  background: 0 0
}

.latest-blog-section-area .blog-box-card {
  margin-bottom: 0
}

.latest-blog-section-area .blog-box-card .owl-nav {
  position: absolute;
  top: -109px;
  right: 0
}

.latest-blog-section-area .blog-box-card .owl-nav button {
  text-align: center;
  width: 52px;
  height: 52px;
  /* line-height: 55px; */
  border: 2px solid #efeef7;
  border-radius: 50%;
  font-size: 18px;
  color: #211664;
  position: relative;
  z-index: 1
}

.latest-blog-section-area .blog-box-card .owl-nav button.owl-prev {
  margin-right: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#342165), to(#8247e1));
  background: -webkit-linear-gradient(left, #342165, #8247e1);
  background: -o-linear-gradient(left, #342165, #8247e1);
  background: linear-gradient(90deg, #342165, #8247e1);
  font-size: 21px;
  color: #fff;

}

.latest-blog-section-area .blog-box-card .owl-nav button.owl-next {
  margin-right: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#342165), to(#8247e1));
  background: -webkit-linear-gradient(left, #342165, #8247e1);
  background: -o-linear-gradient(left, #342165, #8247e1);
  background: linear-gradient(90deg, #342165, #8247e1);
  font-size: 21px;
  color: #fff;

}

.latest-blog-section-area .blog-box-card .owl-nav button:after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 52px;
  height: 52px;
  background: -webkit-gradient(linear, left top, right top, from(#4eb8ef), to(#76cdf2));
  background: -webkit-linear-gradient(left, #4eb8ef, #76cdf2);
  background: -o-linear-gradient(left, #4eb8ef, #76cdf2);
  background: linear-gradient(90deg, #4eb8ef, #76cdf2);
  border-radius: 50%;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  opacity: 0;
  z-index: -1
}

.latest-blog-section-area .blog-box-card .owl-nav button:hover {
  color: #fff
}

.latest-blog-section-area .blog-box-card .owl-nav button:hover:after {
  opacity: 1
}

.rs-blog-card-block {
  position: relative;
  margin-bottom: 30px;
}

.rs-blog-card-block .inner-box {
  position: relative;
}

.rs-blog-card-block .inner-box .image {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-color: #342165;
}

.rs-blog-card-block .inner-box .image img {
  position: relative;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.rs-blog-card-block .inner-box:hover .image img {
  opacity: 0.5;
  transform: scale(1.05, 1.05);
}

.rs-blog-card-block .inner-box .lower-content {
  position: relative;
  margin-left: 200px;
  padding: 35px 25px;
  margin-top: -34px;
  z-index: 1;
}

.rs-blog-card-block .inner-box .lower-content .border-layer {
  position: absolute;
  left: -12px;
  top: -30px;
  z-index: -1;
  width: 32px;
  bottom: -10px;
  border: 5px solid #342165;
  -ms-transform: skewY(20deg);
  transform: skewY(20deg);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.rs-blog-card-block .inner-box:hover .lower-content .border-layer {
  -ms-transform: skewY(-20deg);
  transform: skewY(-20deg);
}

.rs-blog-card-block .inner-box .lower-content:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 0px;
  background-color: #ffffff;
  -ms-transform: skewY(2deg);
  transform: skewY(2deg);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.rs-blog-card-block .inner-box .lower-content .post-info {
  position: relative;
}

.rs-blog-card-block .inner-box .lower-content .post-info li:first-child {
  position: relative;
  color: #ffffff;
  border-radius: 50px;
  padding: 10px 15px;
  background: -webkit-gradient(linear, left top, right top, from(#342165), to(#8247e1));
  background: -webkit-linear-gradient(left, #342165, #8247e1);
  background: -o-linear-gradient(left, #342165, #8247e1);
  background: linear-gradient(90deg, #007bff, #007bff);
}

.rs-blog-card-block .inner-box .lower-content .post-info li {
  position: relative;
  color: #6d6e75;
  font-size: 15px;
  margin-right: 10px;
  display: inline-block;
}

.rs-blog-card-block .inner-box .lower-content h4 {
  position: relative;
  font-weight: 700;
  line-height: 1.3em;
  margin-top: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dad4d5;
}

.rs-blog-card-block .inner-box .lower-content h4 a {
  position: relative;
  color: #06092d;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.rs-blog-card-block .inner-box .lower-content .more {
  position: relative;
  color: #342165;
  font-size: 16px;
  margin-top: 22px;
  font-weight: 600;
  display: inline-block;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.rs-blog-card-block .inner-box .lower-content h4 a:hover,
.rs-blog-card-block .inner-box .lower-content .more:hover {
  color: #4eb8ef;
}

.rs-blog-card-block.style-two .inner-box .lower-content {
  margin-left: 14px;
}

/* end latest-blog-section-area */


.heading h2 {
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  color: #342165;
  text-transform: capitalize;
  padding-bottom: 22px;
  margin-top: -7px;
  margin-bottom: 0;
  position: relative
}

.heading h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 5px;
  border-radius: 3px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #7541cd), to(#7540cc));
  background: -webkit-linear-gradient(right, #7541cd 50%, #7540cc);
  background: -o-linear-gradient(right, #7541cd 50%, #7540cc);
  background: linear-gradient(-90deg, #7541cd 50%, #7540cc);
}

.heading {
  text-align: center;
  margin-bottom: 80px;
  margin-top: -7px;
}

.heading p {
  color: #76cdf2;
  font-size: large;
  font-weight: 800;
}


/* start upcomming-live-box-area */
.upcomming-live-box-area {
  position: relative;
  padding: 80px 0;
  background: rgb(11 2 55 / 1%);
}

.upcomming-live-slider .owl-nav {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

}

.upcomming-live-slider .owl-nav button {
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  position: relative;
  z-index: 2;
}

.upcomming-live-slider .owl-nav button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#4eb8ef), to(#76cdf2));
  background: -webkit-linear-gradient(left, #4eb8ef, #76cdf2);
  background: -o-linear-gradient(left, #4eb8ef, #76cdf2);
  background: linear-gradient(90deg, #4eb8ef, #76cdf2);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  z-index: -1
}

.upcomming-live-slider .owl-nav button.owl-prev {
	position: absolute;
    left: 0;
  margin-right: 20px;
  font-size: 23px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#342165), to(#8247e1));
  background: -webkit-linear-gradient(left, #342165, #8247e1);
  background: -o-linear-gradient(left, #342165, #8247e1);
  background: linear-gradient(90deg, #342165, #8247e1);
  line-height: 0px;
}

.upcomming-live-slider .owl-nav button.owl-next {
	position: absolute;
    right: 0;
  margin-right: 20px;
  font-size: 23px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#342165), to(#8247e1));
  background: -webkit-linear-gradient(left, #342165, #8247e1);
  background: -o-linear-gradient(left, #342165, #8247e1);
  background: linear-gradient(90deg, #342165, #8247e1);
  line-height: 0px;
}

.upcomming-live-slider .owl-nav button:hover {
  color: #fff;
  border-color: transparent
}

.upcomming-live-slider .owl-nav button:hover:after {
  opacity: 1
}


.upcomming-live-box-area .course-block-inner-box {
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 0px;
  background-color: #fff;
  transition: 0.3s all ease-in-out;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(11, 02, 55, 0.10);
  -moz-box-shadow: 0px 20px 50px 0px rgba(11, 02, 55, 0.10);
  box-shadow: 0px 20px 50px 0px rgba(11, 02, 55, 0.10);
}


.upcomming-live-box-area .course-block-inner-box .latest-top-course-img {
  border-radius: 5px;
  overflow: hidden;
}

.upcomming-live-box-area .course-block-inner-box .latest-top-course-img img {
  transition: 0.5s all ease-in-out;
}

.upcomming-live-box-area .list-live-content a {
  margin: 10px 0px;
  font-size: 16px;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#342165), to(#8247e1));
  background: -webkit-linear-gradient(left, #342165, #8247e1);
  background: -o-linear-gradient(left, #342165, #8247e1);
  background: linear-gradient(90deg, #342165, #8247e1);
  padding: 10px 10px 10px 10px;
  color: #fff;
}

.upcomming-live-box-area .course-block-inner-box .edu-course-fees .course-fee-amount {
  float: right;
}

.upcomming-live-box-area .course-block-inner-box .edu-course-fees span {
  margin-top: 10px;
  display: inline-block;
}

.upcomming-live-box-area .course-block-inner-box .edu-course-fees span,
.course-block-inner-box .edu-course-fees del {
  color: #14212b;
  font-size: 20px;
  margin-right: 20px;
  font-weight: 600;
}

.upcomming-live-box-area .course-block-inner-box .edu-course-fees strong {
  color: #14212b;
  font-size: 30px;
  font-weight: 700;
}

.upcomming-live-box-area .course-block-inner-box .top-course-heading {
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e9e9e9;
}

.upcomming-live-box-area .course-block-inner-box .top-course-heading h3 a {
  color: #342165;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.444;
  padding-bottom: 5px;
  transition: 0.3s all ease-in-out;
}

.upcomming-live-box-area .course-block-inner-box .top-course-heading .list-course-meta a {
  font-size: 16px;
  margin-right: 9px;
  color: #6d6e75;
  margin-top: 6px;
}

.upcomming-live-box-area .course-block-inner-box .top-course-heading .list-course-meta a:last-child {
  margin-top: 6px;
  float: left;
}

.upcomming-live-box-area .course-block-inner-box .top-course-heading .list-course-meta a i {
  margin-right: 6px;
  color: #fe0000;
  font-size: 16px;
}

.upcomming-live-box-area .course-block-inner-box .new-online-course-rate ul {
  margin-right: 5px;
  display: inline-block;
}

.upcomming-live-box-area .course-block-inner-box .new-online-course-rate ul li {
  color: #ffc601;
  font-size: 16px;
  display: inline-block;
}

.upcomming-live-box-area .course-block-inner-box .new-online-course-rate span {
  font-size: 16px;
}

.upcomming-live-box-area .course-block-inner-box .new-online-course-rate .top-review-star {
  margin-top: 3px;
}

.upcomming-live-box-area .course-block-inner-box .new-online-course-rate .edu-course-btn {
  height: 38px;
  width: 78px;
  line-height: 37px;
  text-align: center;
  border-radius: 48px;
  background: -webkit-gradient(linear, left top, right top, from(#342165), to(#8247e1));
  background: -webkit-linear-gradient(left, #342165, #8247e1);
  background: -o-linear-gradient(left, #342165, #8247e1);
  background: linear-gradient(90deg, #342165, #8247e1);
  transition: 0.3s all ease-in-out;
}

.upcomming-live-box-area .course-block-inner-box .new-online-course-rate .edu-course-btn a {
  color: #fff;
  width: 100%;
  display: block;
  font-size: 15px;
}

.upcomming-live-box-area .course-block-inner-box:hover {
  box-shadow: -3.285px 20.741px 51px 0px rgba(0, 0, 47, 0.2);
}

.upcomming-live-box-area .course-block-inner-box:hover .edu-course-btn {
  background: -webkit-gradient(linear, left top, right top, from(#4eb8ef), to(#76cdf2));
  background: -webkit-linear-gradient(left, #4eb8ef, #76cdf2);
  background: -o-linear-gradient(left, #4eb8ef, #76cdf2);
  background: linear-gradient(90deg, #4eb8ef, #76cdf2);
}

.upcomming-live-box-area .course-block-inner-box:hover .edu-course-btn i {
  animation: EduIconTop 0.3s forwards;
}

.upcomming-live-box-area .course-block-inner-box:hover .latest-top-course-img img {
  transform: scale(1.1);
}

@keyframes EduIconTop {
  49% {
    transform: translateY(100%);
  }

  50% {
    opacity: 0;
    transform: translateY(-100%);
  }

  51% {
    opacity: 1;
  }
}

/* start our-popular-course-area */
.our-popular-course-area {
  position: relative;
  padding: 120px 0;
}

.popular-course-card-style {
  margin-top: 40px;
  box-shadow: 0px 20px 50px 0px rgba(11, 02, 55, 0.10);
  background-color: #ffffff;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.popular-course-card-style .live-course-box {
  margin-top: -60px;
  margin-bottom: 25px;
}

.popular-course-card-style .live-course-box img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: auto;
}

.popular-course-card-style .live-course-box .info-list {
  position: absolute;
  z-index: 0;
  top: -20px;
  right: 40px;
}

.popular-course-card-style .live-course-box .info-list li {
  margin-right: 10px;
  display: inline;
}

.popular-course-card-style .live-course-box .info-list li:last-child {
  margin-right: 0;
  display: inline;
}

.popular-course-card-style .live-course-box .course-status {
  background-color: #fe0000;
  border-radius: 4px;
  padding: 5px 15px;
  font-weight: 600;

  color: #ffffff;
}

.popular-course-card-style .content-box .category-name {
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  padding-left: 10px;
  margin-bottom: 5px;

  font-weight: 500;
  font-size: 15px;
}

.popular-course-card-style .content-box .category-name:after {
  position: absolute;
  z-index: 1;
  content: "";
  height: 1px;
  width: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  font-size: 30px;
  line-height: 1.2;
}

.popular-course-card-style .content-box .category-name.color-1 {
  color: #fe0000;
}

.popular-course-card-style .content-box .title {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 24px;
  line-height: 1.4;
}

.popular-course-card-style .content-box .sub-title {
  letter-spacing: 1px;
  color: #25cd71;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 18px;
}

.popular-course-card-style .content-box .course-feature li {
  margin-right: 30px;
  display: inline;
}

.popular-course-card-style .content-box .course-feature li:last-child {
  margin-right: 0;
  display: inline;
}

.popular-course-card-style .content-box .course-feature li i {
  font-size: 15px;
  font-weight: 600;
  margin-right: 10px;
  display: inline;
}

.popular-course-card-style .course-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #d0d1d2;
  padding-top: 25px;
  margin-top: 25px;
}

.popular-course-card-style .course-footer .course-fee {
  color: #342165;
  font-size: 20px;

  font-weight: 600;
}

.popular-course-card-style .course-footer .course-fee span {
  display: none;
}

.popular-course-card-style .course-footer .course-fee.offer-active {
  color: #fe0000;
}

.popular-course-card-style .course-footer .course-fee.offer-active span {
  font-weight: 400;
  display: inline-block;
  margin-left: 20px;
  color: #6d6e75;
  text-decoration: line-through;
}

.popular-course-card-style .course-footer .course-rating {
  color: #ffc601;
  font-size: 14px;
}

.popular-course-card-style .course-footer .course-rating li {
  margin-right: 5px;
  display: inline;
}

.popular-course-card-style .course-footer .course-rating li:last-child {
  margin-right: 0;
  display: inline;
}

.popular-course-card-style .course-footer .course-rating .rating-count {
  color: #6d6e75;
}

.popular-course-card-style .hover-content {
  height: calc(100% + 40px);
  position: absolute;
  z-index: 2;
  top: -40px;
  left: 0;
  overflow: hidden;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.popular-course-card-style .hover-content:after {
  border-radius: 5px;
  height: 100%;
  width: 100%;
  left: 0;
  top: -100%;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#342165), to(#8247e1));
  background: -webkit-linear-gradient(left, #342165, #8247e1);
  background: -o-linear-gradient(left, #342165, #8247e1);
  background: linear-gradient(90deg, #342165, #8247e1);
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.popular-course-card-style .hover-content .inner {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  padding: 80px 40px 40px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.popular-course-card-style .hover-content .inner .course-wish-list {
  display: inline-block;
  height: 50px;
  width: 50px;
  background-color: #fe0000;
  border: 1px solid#fe0000;
  font-size: 20px;
  color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 25px;
  top: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.popular-course-card-style .hover-content .inner .course-wish-list:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
}

.popular-course-card-style .hover-content .inner .category-name {
  color: #ffffff;
  position: relative;
  z-index: 1;
  padding-left: 10px;
  margin-bottom: 5px;
  font-weight: 500;

  font-size: 15px;
}

.popular-course-card-style .hover-content .inner .category-name:after {
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  content: "";
  height: 1px;
  width: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  font-size: 30px;
  line-height: 1.2;
}

.popular-course-card-style .hover-content .inner .title {
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 24px;
  line-height: 1.4;
}

.popular-course-card-style .hover-content .inner .title a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.popular-course-card-style .hover-content .inner .title a:hover {
  color: var(--color_hover_light);
}

.popular-course-card-style .hover-content .inner .course-admin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.popular-course-card-style .hover-content .inner .course-admin .admin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #ffffff;
  font-size: 17px;

}

.popular-course-card-style .hover-content .inner .course-admin .admin img {
  border-radius: 50%;
  margin-bottom: 5px;
}

.popular-course-card-style .hover-content .inner .course-admin .admin span {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 5px;
}

.popular-course-card-style .hover-content .inner .course-admin .course-rating {
  color: #ffc601;
  font-size: 16px;
}

.popular-course-card-style .hover-content .inner .course-admin .course-rating li {
  margin-right: 5px;
  display: inline;
}

.popular-course-card-style .hover-content .inner .course-admin .course-rating li:last-child {
  margin-right: 0;
}

.popular-course-card-style .hover-content .inner .course-admin .course-rating .rating-count {
  color: #ffffff;
}

.popular-course-card-style .hover-content .inner .description {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media (max-width: 575px) {
  .popular-course-card-style .hover-content .inner .description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

}

.popular-course-card-style .hover-content .inner .course-feature {
  margin-bottom: 20px;
}

.popular-course-card-style .hover-content .inner .course-feature li {
  margin-right: 11px;
  color: #ffffff;
  display: inline;
}

.popular-course-card-style .hover-content .inner .course-feature li:last-child {
  margin-right: 0;
  display: inline;
}

.popular-course-card-style .hover-content .inner .course-feature li i {
  font-size: 15px;
  font-weight: 600;
  margin-right: 7px;
  display: inline;
  color: #ffc601;
}

.popular-course-card-style .hover-content .inner .course-footer {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}

.popular-course-card-style .hover-content .inner .course-footer .price {
  color: #ffffff;
  font-size: 20px;

  font-weight: 600;
}

.popular-course-card-style:hover .hover-content:after {
  top: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.popular-course-card-style:hover .hover-content .inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.popular-course-card-style.additional-info {
  min-height: 490px;
  padding: 38px;
  margin-top: 0;
  height: calc(100% - 30px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  border-width: 2px;
  border-style: dashed;
  border-color: #c1c1c1;
}

@media (max-width: 767px) {
  .popular-course-card-style.additional-info {
    min-height: auto;
  }
}

.popular-course-card-style.additional-info .title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .popular-course-card-style.additional-info .title {
    font-size: 30px;
  }
}

.feature-btn-3 {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: -webkit-gradient(linear, left top, right top, from(#4eb8ef), to(#76cdf2));
  background: -webkit-linear-gradient(left, #4eb8ef, #76cdf2);
  background: -o-linear-gradient(left, #4eb8ef, #76cdf2);
  background: linear-gradient(90deg, #4eb8ef, #76cdf2);
  border: 1px solid #4eb8ef;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  position: relative;
  z-index: 2
}

.feature-btn-3:hover {
  background: transparent;
  color: #4eb8ef;
}

.feature-btn-3:hover:after {
  opacity: 1;
}

@media only screen and (max-width: 479px) {
  .popular-course-card-style .hover-content .inner .title {
    font-size: 20px;
  }

  .popular-course-card-style .hover-content .inner {
    padding: 80px 30px 40px;
  }
}

/* end our-popular-course-area */
/* popular-exam-box-area css start */
.popular-exam-box-area {
  position: relative;
  padding: 120px 0;
  background: #f1f4f6;
}

.top-popular-exam-item {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 30px 15px 30px;
  border-radius: 10px;
  border: 1px solid transparent;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(11, 02, 55, 0.10);
  -moz-box-shadow: 0px 20px 50px 0px rgba(11, 02, 55, 0.10);
  box-shadow: 0px 20px 50px 0px rgba(11, 02, 55, 0.10);
}

.exam-thumb {
  position: relative;
  min-height: 130px;
  margin: 0 0 18px;
}

.exam-thumb img {
  max-width: 100%;
  height: auto;
}

.top-popular-exam-item h4 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 6px;
}

.top-popular-exam-item h4 a {
  color: inherit;
}

.top-popular-exam-item h4 a:hover {
  color: #ff5e19;
}

.top-popular-exam-item p {
  font-size: 16px;
  line-height: 18px;
  margin: 0;
}

.top-popular-exam-item:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px -3px 0px 0px rgba(29, 40, 96, 1);
  -moz-box-shadow: 0px -3px 0px 0px rgba(29, 40, 96, 1);
  box-shadow: 0px -3px 0px 0px rgba(29, 40, 96, 1);
}

.top-popular-exam-item:hover:after {
  visibility: visible;
  opacity: 1;
}

.top-popular-exam-item:hover {
  margin-top: -13px;
  border-color: #f5f5f8;
  box-shadow: none;
}

.home-pages {
  background: #e9ecef59;
}

.fixed-top {
  position: sticky;
}

.dataTables_filter {
  text-align: right;
}

.pagination {
  /*float: right;*/
}

.dataTables_length {
  width: auto;
}

.custom-select-sm {
  width: auto;
}

.select2-container {
  display: none;
}

.dataTables_length label {
  margin-left: 15px;
}

.dataTables_empty {
  text-align: center;
}

.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  display: inline-flex;
}

#leatherboardDatatable_filter .form-control {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}