/**
* Template Name: Arsha - v4.8.0
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

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

a {
  color: #47b2e4;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

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

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  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;
}

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

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

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

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

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

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(40, 58, 90, 0.9);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
  font-family: "Jost", sans-serif;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# 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-size: 15px;
  font-weight: 500;
  color: #fff;
  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: #47b2e4;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #47b2e4;
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #31a9e1;
}

.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: 14px;
  text-transform: none;
  font-weight: 500;
  color: #0c3c53;
}

.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: #47b2e4;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37517e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background: #37517e;
}

#hero .container {
  padding-top: 72px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero p {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 1.1rem;
}

#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
}

#hero .btn-get-started:hover {
  background: #209dd8;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #47b2e4;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

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

  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }

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

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

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

  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# 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;
  word-wrap: break-word;
}

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

/*--------------------------------------------------------------
# Logos
--------------------------------------------------------------*/
.logos {
  padding: 12px 0;
  text-align: center;
}

.logos img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.logos img:hover {
  filter: none;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .logos img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

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

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #47b2e4;
  line-height: 1;
}

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

.about .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #47b2e4;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #47b2e4;
}

.about .content .btn-learn-more:hover {
  background: #47b2e4;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #37517e;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

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

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

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

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

.why-us .accordion-list span {
  color: #47b2e4;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

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

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

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

.why-us .accordion-list a.collapsed:hover {
  color: #47b2e4;
}

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

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

@media (max-width: 1024px) {

  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }

  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #37517e;
  font-family: "Poppins", sans-serif;
}

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

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

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #47b2e4;
}

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

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #37517e;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #4668a2;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}

.services .icon-box .icon {
  margin-bottom: 10px;
}

.services .icon-box .icon i {
  color: #47b2e4;
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #37517e;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
  color: #47b2e4;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #47b2e4;
  border: 2px solid #47b2e4;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #47b2e4;
  color: #fff;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(55, 81, 126, 0.8);
  padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #47b2e4;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #47b2e4;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #47b2e4;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
}

.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover {
  transform: translateY(-10px);
}

.team .member .member-info {
  padding-left: 30px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
  color: #37517e;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #47b2e4;
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a+a {
  margin-left: 8px;
}

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

.pricing .box {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
}

.pricing h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  color: #37517e;
}

.pricing h4 {
  font-size: 48px;
  color: #37517e;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 sup {
  font-size: 28px;
}

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

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

.pricing ul li {
  padding: 10px 0 10px 30px;
  position: relative;
}

.pricing ul i {
  color: #28a745;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}

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

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

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

.pricing .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  color: #47b2e4;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
  border: 1px solid #47b2e4;
}

.pricing .buy-btn:hover {
  background: #47b2e4;
  color: #fff;
}

.pricing .featured {
  border-top-color: #47b2e4;
}

.pricing .featured .buy-btn {
  background: #47b2e4;
  color: #fff;
}

.pricing .featured .buy-btn:hover {
  background: #23a3df;
}

@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 .faq-list {
  padding: 0 100px;
}

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

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

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

.faq .faq-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;
  cursor: pointer;
}

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

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

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

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

.faq .faq-list a.collapsed {
  color: #37517e;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #47b2e4;
}

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

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

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

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  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: #47b2e4;
  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: #47b2e4;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #47b2e4;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  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;
  -webkit-animation: animate-loading 1s linear infinite;
  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: #47b2e4;
}

.contact .php-email-form input {
  height: 44px;
}

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

.contact .php-email-form button[type=submit] {
  background: #47b2e4;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #209dd8;
}

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

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

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

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

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h1, .breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #37517e;
}

.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: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #37517e;
}

#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: #47b2e4;
  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: #209dd8;
}

#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: #37517e;
}

#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 i {
  padding-right: 2px;
  color: #47b2e4;
  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: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

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

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

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

#footer .copyright {
  float: left;
}

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


/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
#search {
  font-size: 14px;
  padding-top: 0px;
}

#search .search {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

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

#search .search form {
  margin-top: 30px;
  margin-bottom: 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;
}

#search .search form input[type=search] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#search .search form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#search .search form input[type=submit]:hover {
  background: #209dd8;
}


/*--------------------------------------------------------------
# Reviews
--------------------------------------------------------------*/
.reviews .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
}

.reviews .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.reviews .member .pic img {
  transition: ease-in-out 0.3s;
}

.reviews .member:hover {
  transform: translateY(-10px);
}

.reviews .member .member-info {
  padding-left: 30px;
}

.reviews .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
}

.reviews .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.reviews .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.reviews .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.reviews .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.reviews .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.reviews .member .social a i {
  color: #37517e;
  font-size: 16px;
  margin: 0 2px;
}

.reviews .member .social a:hover {
  background: #47b2e4;
}

.reviews .member .social a:hover i {
  color: #fff;
}

.reviews .member .social a+a {
  margin-left: 8px;
}	


/*--------------------------------------------------------------
# Tasks
--------------------------------------------------------------*/
.tasks .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}

.tasks .icon-box .icon {
  margin-bottom: 10px;
}

.tasks .icon-box .icon i {
  color: #47b2e4;
  font-size: 36px;
  transition: 0.3s;
}

.tasks .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}

.tasks .icon-box h4 a {
  color: #37517e;
  transition: ease-in-out 0.3s;
}

.tasks .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.tasks .icon-box:hover {
  transform: translateY(-10px);
}

.tasks .icon-box:hover h4 a {
  color: #47b2e4;
}


/*--------------------------------------------------------------
# Tutorials
--------------------------------------------------------------*/
.tutorials .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
}

.tutorials .icon-box .icon {
  margin-bottom: 10px;
}

.tutorials .icon-box .icon i {
  color: #47b2e4;
  font-size: 36px;
  transition: 0.3s;
}

.tutorials .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}

.tutorials .icon-box h4 a {
  color: #37517e;
  transition: ease-in-out 0.3s;
}

.tutorials .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.tutorials .icon-box:hover {
  transform: translateY(-10px);
}

.tutorials .icon-box:hover h4 a {
  color: #47b2e4;
}

/*--------------------------------------------------------------
# Adding progress
--------------------------------------------------------------*/
.adding-progress .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #37517e;
  font-family: "Poppins", sans-serif;
}

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

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

.adding-progress .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #47b2e4;
}

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

.adding-progress .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.adding-progress .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #37517e;
}

.adding-progress .progress .skill .val {
  float: right;
  font-style: normal;
}

.adding-progress .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
}

.adding-progress .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #4668a2;
}


/*--------------------------------------------------------------
# Inner page
--------------------------------------------------------------*/
.inner-page .content h2 {
    font-size: 23px;
    font-weight: 600;
    color: #37517e;
}
.inner-page .content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #37517e;
}
.inner-page .content ul {
    list-style: none;
    padding: 0;
}

.inner-page .content ul li {
    padding-left: 28px;
    position: relative;
}

.inner-page .content ul li+li {
    margin-top: 10px;
}

.inner-page .content ul i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 20px;
    color: #47b2e4;
    line-height: 1;
}
.inner-page .content i[class=ri-heart-fill]{
    color: #47b2e4;
}
.inner-page .content img {
	display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    width: 100%;
    height: auto;
    padding: 1rem 1rem 1rem 1rem;
    margin-bottom: 1rem;
    box-shadow: 0px 0 10px rgb(55 81 126 / 40%);
}
.inner-page .content .pagination {
    display: block;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.inner-page .content .pagination a {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 17px;
    border-radius: 4px;
    transition: 0.3s;
    line-height: 1;
    color: #47b2e4;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    border: 2px solid #47b2e4;
}
.inner-page .content .pagination a:hover {
    background: #47b2e4;
    color: #fff;
    text-decoration: none;
}
.inner-page .content .pagination .current-link {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 17px;
    border-radius: 4px;
    transition: 0.3s;
    line-height: 1;
    background: #47b2e4;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 2px solid #47b2e4;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
}
.inner-page .content .pagination span {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 17px;
    transition: 0.3s;
    line-height: 1;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin-top: 15px;
}


/*--------------------------------------------------------------
# Lesson
--------------------------------------------------------------*/
.lesson {
  padding-top: 40px;
}

.lesson .content h2, h3, h4 {
    font-weight: 600;
    color: #37517e;
}

.lesson .content h2 {
    font-size: 26px;
}
.lesson .content h3 {
    font-size: 21px;
}
.lesson .content h4 {
    font-size: 19px;
}
.lesson .content .link-to-source {
    text-align: right;
    color: #777777;
    font-size: 14px;
}
.lesson .content table {
    margin-bottom: 12px;
    margin-top: 10px;
    display: block;
    overflow-x: auto;
    box-shadow: 0px 0 30px rgb(55 81 126 / 8%);
}
.lesson .content table td {
    padding: 5px;
    border: 1px solid #ccc;
    background: #ffffff;
    color: #444444;
}
.lesson .content table tr:first-child td {
    background: #f3f5fa;
    font-weight: 700;
}
.lesson .content img {
    margin-bottom: 1rem;
    width: 100%;
    max-width: max-content;
    box-shadow: 0px 0 10px rgb(55 81 126 / 40%);
}
.lesson .content p ~ pre {
}

.lesson .lesson-slider img {
  width: 100%;
}

.lesson .lesson-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.lesson .lesson-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #47b2e4;
}

.lesson .lesson-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #47b2e4;
}

.lesson .lesson-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
  margin-bottom: 1rem;
}

.lesson .lesson-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.lesson .lesson-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
  overflow-y: scroll;
  height: 300px;
  padding: 0px 10px;
}
.lesson .lesson-info ul::-webkit-scrollbar {
  width: 10px;
}

.lesson .lesson-info ul::-webkit-scrollbar-track {
  -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
  background-color: #f9f9fd;
}

.lesson .lesson-info ul::-webkit-scrollbar-thumb {
  background-color: #356184;
  background-image: -webkit-gradient(linear, 0 0, 0 100%,
                    color-stop(.5, rgba(255, 255, 255, .25)),
                    color-stop(.5, transparent), to(transparent));
}

.lesson .lesson-info ul li+li {
  margin-top: 10px;
}

.lesson .lesson-info .pr-2 {
  padding-right: 20px;
}
.lesson .lesson-info .pr-4 {
  padding-right: 40px;
}

.lesson .lesson-description {
  padding-top: 30px;
}

.lesson .lesson-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.lesson .lesson-description p {
  padding: 0;
}
.width20 { width: 20%; }
.bg-color-000000 { background: #000000 !important; color: #FFFFFF; }
.bg-color-000033 { background: #000033 !important; color: #FFFFFF; }
.bg-color-000066 { background: #000066 !important; color: #FFFFFF; }
.bg-color-000099 { background: #000099 !important; color: #FFFFFF; }
.bg-color-0000CC { background: #0000CC !important; color: #FFFFFF; }
.bg-color-0000FF { background: #0000FF !important; color: #FFFFFF; }
.bg-color-003300 { background: #003300 !important; color: #FFFFFF; }
.bg-color-003333 { background: #003333 !important; color: #FFFFFF; }
.bg-color-003366 { background: #003366 !important; color: #FFFFFF; }
.bg-color-003399 { background: #003399 !important; color: #FFFFFF; }
.bg-color-0033CC { background: #0033CC !important; color: #FFFFFF; }
.bg-color-0033FF { background: #0033FF !important; color: #FFFFFF; }
.bg-color-006600 { background: #006600 !important; color: #FFFFFF; }
.bg-color-006633 { background: #006633 !important; color: #FFFFFF; }
.bg-color-006666 { background: #006666 !important; color: #FFFFFF; }
.bg-color-006699 { background: #006699 !important; color: #FFFFFF; }
.bg-color-0066CC { background: #0066CC !important; color: #FFFFFF; }
.bg-color-0066FF { background: #0066FF !important; color: #FFFFFF; }
.bg-color-009900 { background: #009900 !important; color: #000000; }
.bg-color-009933 { background: #009933 !important; color: #000000; }
.bg-color-009966 { background: #009966 !important; color: #000000; }
.bg-color-009999 { background: #009999 !important; color: #000000; }
.bg-color-0099CC { background: #0099CC !important; color: #000000; }
.bg-color-0099FF { background: #0099FF !important; color: #000000; }
.bg-color-00CC00 { background: #00CC00 !important; color: #000000; }
.bg-color-00CC33 { background: #00CC33 !important; color: #000000; }
.bg-color-00CC66 { background: #00CC66 !important; color: #000000; }
.bg-color-00CC99 { background: #00CC99 !important; color: #000000; }
.bg-color-00CCCC { background: #00CCCC !important; color: #000000; }
.bg-color-00CCFF { background: #00CCFF !important; color: #000000; }
.bg-color-00FF00 { background: #00FF00 !important; color: #000000; }
.bg-color-00FF33 { background: #00FF33 !important; color: #000000; }
.bg-color-00FF66 { background: #00FF66 !important; color: #000000; }
.bg-color-00FF99 { background: #00FF99 !important; color: #000000; }
.bg-color-00FFCC { background: #00FFCC !important; color: #000000; }
.bg-color-00FFFF { background: #00FFFF !important; color: #000000; }
.bg-color-330000 { background: #330000 !important; color: #FFFFFF; }
.bg-color-330033 { background: #330033 !important; color: #FFFFFF; }
.bg-color-330066 { background: #330066 !important; color: #FFFFFF; }
.bg-color-330099 { background: #330099 !important; color: #FFFFFF; }
.bg-color-3300CC { background: #3300CC !important; color: #FFFFFF; }
.bg-color-3300FF { background: #3300FF !important; color: #FFFFFF; }
.bg-color-333300 { background: #333300 !important; color: #FFFFFF; }
.bg-color-333333 { background: #333333 !important; color: #FFFFFF; }
.bg-color-333366 { background: #333366 !important; color: #FFFFFF; }
.bg-color-333399 { background: #333399 !important; color: #FFFFFF; }
.bg-color-3333CC { background: #3333CC !important; color: #FFFFFF; }
.bg-color-3333FF { background: #3333FF !important; color: #FFFFFF; }
.bg-color-336600 { background: #336600 !important; color: #FFFFFF; }
.bg-color-336633 { background: #336633 !important; color: #FFFFFF; }
.bg-color-336666 { background: #336666 !important; color: #FFFFFF; }
.bg-color-336699 { background: #336699 !important; color: #FFFFFF; }
.bg-color-3366CC { background: #3366CC !important; color: #FFFFFF; }
.bg-color-3366FF { background: #3366FF !important; color: #FFFFFF; }
.bg-color-339900 { background: #339900 !important; color: #000000; }
.bg-color-339933 { background: #339933 !important; color: #000000; }
.bg-color-339966 { background: #339966 !important; color: #000000; }
.bg-color-339999 { background: #339999 !important; color: #000000; }
.bg-color-3399CC { background: #3399CC !important; color: #000000; }
.bg-color-3399FF { background: #3399FF !important; color: #000000; }
.bg-color-33CC00 { background: #33CC00 !important; color: #000000; }
.bg-color-33CC33 { background: #33CC33 !important; color: #000000; }
.bg-color-33CC66 { background: #33CC66 !important; color: #000000; }
.bg-color-33CC99 { background: #33CC99 !important; color: #000000; }
.bg-color-33CCCC { background: #33CCCC !important; color: #000000; }
.bg-color-33CCFF { background: #33CCFF !important; color: #000000; }
.bg-color-33FF00 { background: #33FF00 !important; color: #000000; }
.bg-color-33FF33 { background: #33FF33 !important; color: #000000; }
.bg-color-33FF66 { background: #33FF66 !important; color: #000000; }
.bg-color-33FF99 { background: #33FF99 !important; color: #000000; }
.bg-color-33FFCC { background: #33FFCC !important; color: #000000; }
.bg-color-33FFFF { background: #33FFFF !important; color: #000000; }
.bg-color-660000 { background: #660000 !important; color: #FFFFFF; }
.bg-color-660033 { background: #660033 !important; color: #FFFFFF; }
.bg-color-660066 { background: #660066 !important; color: #FFFFFF; }
.bg-color-660099 { background: #660099 !important; color: #FFFFFF; }
.bg-color-6600CC { background: #6600CC !important; color: #FFFFFF; }
.bg-color-6600FF { background: #6600FF !important; color: #FFFFFF; }
.bg-color-663300 { background: #663300 !important; color: #FFFFFF; }
.bg-color-663333 { background: #663333 !important; color: #FFFFFF; }
.bg-color-663366 { background: #663366 !important; color: #FFFFFF; }
.bg-color-663399 { background: #663399 !important; color: #FFFFFF; }
.bg-color-6633CC { background: #6633CC !important; color: #FFFFFF; }
.bg-color-6633FF { background: #6633FF !important; color: #FFFFFF; }
.bg-color-666600 { background: #666600 !important; color: #FFFFFF; }
.bg-color-666633 { background: #666633 !important; color: #FFFFFF; }
.bg-color-666666 { background: #666666 !important; color: #FFFFFF; }
.bg-color-666699 { background: #666699 !important; color: #FFFFFF; }
.bg-color-6666CC { background: #6666CC !important; color: #FFFFFF; }
.bg-color-6666FF { background: #6666FF !important; color: #FFFFFF; }
.bg-color-669900 { background: #669900 !important; color: #000000; }
.bg-color-669933 { background: #669933 !important; color: #000000; }
.bg-color-669966 { background: #669966 !important; color: #000000; }
.bg-color-669999 { background: #669999 !important; color: #000000; }
.bg-color-6699CC { background: #6699CC !important; color: #000000; }
.bg-color-6699FF { background: #6699FF !important; color: #000000; }
.bg-color-66CC00 { background: #66CC00 !important; color: #000000; }
.bg-color-66CC33 { background: #66CC33 !important; color: #000000; }
.bg-color-66CC66 { background: #66CC66 !important; color: #000000; }
.bg-color-66CC99 { background: #66CC99 !important; color: #000000; }
.bg-color-66CCCC { background: #66CCCC !important; color: #000000; }
.bg-color-66CCFF { background: #66CCFF !important; color: #000000; }
.bg-color-66FF00 { background: #66FF00 !important; color: #000000; }
.bg-color-66FF33 { background: #66FF33 !important; color: #000000; }
.bg-color-66FF66 { background: #66FF66 !important; color: #000000; }
.bg-color-66FF99 { background: #66FF99 !important; color: #000000; }
.bg-color-66FFCC { background: #66FFCC !important; color: #000000; }
.bg-color-66FFFF { background: #66FFFF !important; color: #000000; }
.bg-color-990000 { background: #990000 !important; color: #FFFFFF; }
.bg-color-990033 { background: #990033 !important; color: #FFFFFF; }
.bg-color-990066 { background: #990066 !important; color: #FFFFFF; }
.bg-color-990099 { background: #990099 !important; color: #FFFFFF; }
.bg-color-9900CC { background: #9900CC !important; color: #FFFFFF; }
.bg-color-9900FF { background: #9900FF !important; color: #FFFFFF; }
.bg-color-993300 { background: #993300 !important; color: #FFFFFF; }
.bg-color-993333 { background: #993333 !important; color: #FFFFFF; }
.bg-color-993366 { background: #993366 !important; color: #FFFFFF; }
.bg-color-993399 { background: #993399 !important; color: #FFFFFF; }
.bg-color-9933CC { background: #9933CC !important; color: #FFFFFF; }
.bg-color-9933FF { background: #9933FF !important; color: #FFFFFF; }
.bg-color-996600 { background: #996600 !important; color: #FFFFFF; }
.bg-color-996633 { background: #996633 !important; color: #FFFFFF; }
.bg-color-996666 { background: #996666 !important; color: #FFFFFF; }
.bg-color-996699 { background: #996699 !important; color: #FFFFFF; }
.bg-color-9966CC { background: #9966CC !important; color: #FFFFFF; }
.bg-color-9966FF { background: #9966FF !important; color: #FFFFFF; }
.bg-color-999900 { background: #999900 !important; color: #000000; }
.bg-color-999933 { background: #999933 !important; color: #000000; }
.bg-color-999966 { background: #999966 !important; color: #000000; }
.bg-color-999999 { background: #999999 !important; color: #000000; }
.bg-color-9999CC { background: #9999CC !important; color: #000000; }
.bg-color-9999FF { background: #9999FF !important; color: #000000; }
.bg-color-99CC00 { background: #99CC00 !important; color: #000000; }
.bg-color-99CC33 { background: #99CC33 !important; color: #000000; }
.bg-color-99CC66 { background: #99CC66 !important; color: #000000; }
.bg-color-99CC99 { background: #99CC99 !important; color: #000000; }
.bg-color-99CCCC { background: #99CCCC !important; color: #000000; }
.bg-color-99CCFF { background: #99CCFF !important; color: #000000; }
.bg-color-99FF00 { background: #99FF00 !important; color: #000000; }
.bg-color-99FF33 { background: #99FF33 !important; color: #000000; }
.bg-color-99FF66 { background: #99FF66 !important; color: #000000; }
.bg-color-99FF99 { background: #99FF99 !important; color: #000000; }
.bg-color-99FFCC { background: #99FFCC !important; color: #000000; }
.bg-color-99FFFF { background: #99FFFF !important; color: #000000; }
.bg-color-CC0000 { background: #CC0000 !important; color: #FFFFFF; }
.bg-color-CC0033 { background: #CC0033 !important; color: #FFFFFF; }
.bg-color-CC0066 { background: #CC0066 !important; color: #FFFFFF; }
.bg-color-CC0099 { background: #CC0099 !important; color: #FFFFFF; }
.bg-color-CC00CC { background: #CC00CC !important; color: #FFFFFF; }
.bg-color-CC00FF { background: #CC00FF !important; color: #FFFFFF; }
.bg-color-CC3300 { background: #CC3300 !important; color: #FFFFFF; }
.bg-color-CC3333 { background: #CC3333 !important; color: #FFFFFF; }
.bg-color-CC3366 { background: #CC3366 !important; color: #FFFFFF; }
.bg-color-CC3399 { background: #CC3399 !important; color: #FFFFFF; }
.bg-color-CC33CC { background: #CC33CC !important; color: #FFFFFF; }
.bg-color-CC33FF { background: #CC33FF !important; color: #FFFFFF; }
.bg-color-CC6600 { background: #CC6600 !important; color: #FFFFFF; }
.bg-color-CC6633 { background: #CC6633 !important; color: #FFFFFF; }
.bg-color-CC6666 { background: #CC6666 !important; color: #FFFFFF; }
.bg-color-CC6699 { background: #CC6699 !important; color: #FFFFFF; }
.bg-color-CC66CC { background: #CC66CC !important; color: #FFFFFF; }
.bg-color-CC66FF { background: #CC66FF !important; color: #FFFFFF; }
.bg-color-CC9900 { background: #CC9900 !important; color: #000000; }
.bg-color-CC9933 { background: #CC9933 !important; color: #000000; }
.bg-color-CC9966 { background: #CC9966 !important; color: #000000; }
.bg-color-CC9999 { background: #CC9999 !important; color: #000000; }
.bg-color-CC99CC { background: #CC99CC !important; color: #000000; }
.bg-color-CC99FF { background: #CC99FF !important; color: #000000; }
.bg-color-CCCC00 { background: #CCCC00 !important; color: #000000; }
.bg-color-CCCC33 { background: #CCCC33 !important; color: #000000; }
.bg-color-CCCC66 { background: #CCCC66 !important; color: #000000; }
.bg-color-CCCC99 { background: #CCCC99 !important; color: #000000; }
.bg-color-CCCCCC { background: #CCCCCC !important; color: #000000; }
.bg-color-CCCCFF { background: #CCCCFF !important; color: #000000; }
.bg-color-CCFF00 { background: #CCFF00 !important; color: #000000; }
.bg-color-CCFF33 { background: #CCFF33 !important; color: #000000; }
.bg-color-CCFF66 { background: #CCFF66 !important; color: #000000; }
.bg-color-CCFF99 { background: #CCFF99 !important; color: #000000; }
.bg-color-CCFFCC { background: #CCFFCC !important; color: #000000; }
.bg-color-CCFFFF { background: #CCFFFF !important; color: #000000; }
.bg-color-FF0000 { background: #FF0000 !important; color: #FFFFFF; }
.bg-color-FF0033 { background: #FF0033 !important; color: #FFFFFF; }
.bg-color-FF0066 { background: #FF0066 !important; color: #FFFFFF; }
.bg-color-FF0099 { background: #FF0099 !important; color: #FFFFFF; }
.bg-color-FF00CC { background: #FF00CC !important; color: #FFFFFF; }
.bg-color-FF00FF { background: #FF00FF !important; color: #FFFFFF; }
.bg-color-FF3300 { background: #FF3300 !important; color: #FFFFFF; }
.bg-color-FF3333 { background: #FF3333 !important; color: #FFFFFF; }
.bg-color-FF3366 { background: #FF3366 !important; color: #FFFFFF; }
.bg-color-FF3399 { background: #FF3399 !important; color: #FFFFFF; }
.bg-color-FF33CC { background: #FF33CC !important; color: #FFFFFF; }
.bg-color-FF33FF { background: #FF33FF !important; color: #FFFFFF; }
.bg-color-FF6600 { background: #FF6600 !important; color: #FFFFFF; }
.bg-color-FF6633 { background: #FF6633 !important; color: #FFFFFF; }
.bg-color-FF6666 { background: #FF6666 !important; color: #FFFFFF; }
.bg-color-FF6699 { background: #FF6699 !important; color: #FFFFFF; }
.bg-color-FF66CC { background: #FF66CC !important; color: #FFFFFF; }
.bg-color-FF66FF { background: #FF66FF !important; color: #FFFFFF; }
.bg-color-FF9900 { background: #FF9900 !important; color: #000000; }
.bg-color-FF9933 { background: #FF9933 !important; color: #000000; }
.bg-color-FF9966 { background: #FF9966 !important; color: #000000; }
.bg-color-FF9999 { background: #FF9999 !important; color: #000000; }
.bg-color-FF99CC { background: #FF99CC !important; color: #000000; }
.bg-color-FF99FF { background: #FF99FF !important; color: #000000; }
.bg-color-FFCC00 { background: #FFCC00 !important; color: #000000; }
.bg-color-FFCC33 { background: #FFCC33 !important; color: #000000; }
.bg-color-FFCC66 { background: #FFCC66 !important; color: #000000; }
.bg-color-FFCC99 { background: #FFCC99 !important; color: #000000; }
.bg-color-FFCCCC { background: #FFCCCC !important; color: #000000; }
.bg-color-FFCCFF { background: #FFCCFF !important; color: #000000; }
.bg-color-FFFF00 { background: #FFFF00 !important; color: #000000; }
.bg-color-FFFF33 { background: #FFFF33 !important; color: #000000; }
.bg-color-FFFF66 { background: #FFFF66 !important; color: #000000; }
.bg-color-FFFF99 { background: #FFFF99 !important; color: #000000; }
.bg-color-FFFFCC { background: #FFFFCC !important; color: #000000; }
.bg-color-FFFFFF { background: #FFFFFF !important; color: #000000; }
.lesson .referral-link {
    text-align: center;
    padding: 15px 10px;
}
.lesson .referral-link a {
    color: #212121;
    background-color: #fc0;
    padding: 12px 50px;
    border-radius: 30px;
    font-size: 17px;
    font-weight: 600;
    
}
.lesson .referral-link a:hover {
    background-color: #fce000;
}
.ads {
    margin-bottom: 1rem;
}
