@import url(https://fonts.googleapis.com/css2?family=Muli&family=Poppins:wght@400;600;700&family=Muli
                                :wght@500;600;700&display=swap);

@import url(https://fonts.googleapis.com/css2?family=Inter&family=Work+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap);


body,
html {
  width: 100%;
  height: 100%;
}

html {
  scroll-behavior: smooth;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(238, 122, 122, 0);
}
body {
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  text-align: left;
  background-color: #fff;
  font-weight: 400;
  color: #535967;
  overflow-x: hidden;
}
p {
  color: #535967;
  font-family: "Work Sans", sans-serif;
  line-height: 28px;
  font-size: 16px;
  text-align: left;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
  color: #07294d;
}
.h1,
h1 {
  font-size: 46px;
}
.h2,
h2 {
  font-size: 32px;
}
.h3,
h3 {
  font-size: 28px;
}
.h4,
h4 {
  font-size: 22px;
}
.h5,
h5 {
  font-size: 18px;
}
.h6,
h6 {
  font-size: 16px;
}
.text-sm {
  font-size: 14px;
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #07294d;
}
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #c71f2f;
}
.btn {
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
  padding:7px;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Work Sans", sans-serif;
  border: 1px solid transparent;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
.btn:focus {
  box-shadow: none !important;
}
.btn-main {
  background: #c7202f;
  color: #fff;
  border-color: #c7202f;
}
.btn-main:hover {
  color: #fff;
  border-color: #385777;
  background: #385777;
}
.btn-main-2 {
  border-color: #0c2d50;
  color: #fff;
  background: #0c2d50;
}
.btn-main-2:hover {
  background: #c7202f;
  color: #fff;
  border-color: #c71f2f;
}
.btn-tp {
  background: #fff;
  color: #c71f2f;

  border: 1px solid transparent;
}
.btn-tp:hover {
  background: #c71f2f </li>-->;
  color: #fff;
  border-color: #c71f2f;
}
a {
  color: #c71f2f;
  outline: 0;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #385777;
  outline: 0;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
a:focus,
a:visited {
  outline: 0;
}
ol,
ul {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}
li{text-align: justify;}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.form-control {
  transition: all 0.3s ease-in-out;
}
.form-control:focus {
  box-shadow: none;
}
.section-padding {
  padding: 15px 0;
}
.page-header {
  padding: 80px 0;
  background: #f4fdff;
  position: relative;
  background: url("../images/page-header.jpg") no-repeat;
  background-size: cover;
  background-position: 0 10%;
  text-align: center;
}
.page-header:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #263b5e;
  opacity: 0.85;
}
.page-header .page-header-content h1 {
  color: #fff;
  font-size: 33px;
  text-transform: capitalize;
}
.page-header .page-header-content ul li {
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
}
.page-header .page-header-content ul li a {
  color: #fff;
  opacity: 0.7;
}
.page-wrapper {
  padding: 100px 0;
}
.bg-grey {
  background: #f7f5f4;
}
.mt--105 {
  margin-top: -105px;
}
.mb-25 {
  bottom: 25px;
}
.white-text {
  color: #fff;
}
.white-text h2,
.white-text h3,
.white-text h4 {
  color: #fff;
}
.white-text .subheading,
.white-text p,
.white-text span {
  color: #fff;
}
.center-heading {
  text-align: Center;
}
.center-heading .subheading {
  padding-left: 0;
  color: #c71f2f;
  display: none;
}
.center-heading .subheading:before {
  display: none;
}
.center-heading h3 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.center-heading h3:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  bottom: 0;
  margin: 0 auto;
  background: #c71f2f;
}
.center-heading h2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.center-heading h2:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  bottom: 0;
  margin: 0 auto;
  background: #c71f2f;
}
.font-size-26 {
  font-size: 26px !important;
}
.font-size-22 {
  font-size: 22px !important;
}
.bg-feature {
  background: #f5f7fa;
}
.header-top {
  background: #232c65;
}
.header-contact li {
  color: #fff;
  font-size: 13px;
}
.header-contact li i {
  margin-right: 6px;
}
.header-contact li span {
  font-weight: 600;
}
.header-contact li:last-child {
  padding-left: 35px;
}
.header-contact li,
.header-socials li {
  float: left;
}
.header-socials {
  display: inline-block;
  vertical-align: middle;
}
.header-socials li {
  padding: 0 10px;
  font-size: 13px;
}
.header-socials li a {
  color: #fff;
}
.header-btn {
  margin-left: 25px;
  display: inline-block;
  vertical-align: middle;
}
.header-btn .btn {
  color: #fff;
  background: #c71f2f;
  border-radius: 0;
  padding: 12px 30px;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
}
.site-navigation {
  border-bottom: 1px solid #f5f7fa;
  padding: 5px 0;
}
.navbar {
  padding: 0;
}
.navbar-nav .nav-link {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 15px;
  color: #111;
  padding: 20px 6px !important;
}
.navbar-nav .nav-link:hover {
  color: #c71f2f;
}
.navbar-nav .nav-link i {
  margin-left: 5px;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  content: "";
  vertical-align: middle;
  background: no-repeat 50%;
  background-size: 100% 100%;
}
.dropdown-menu.show {
  -webkit-animation: 0.2s forwards b;
  animation: 0.2s forwards b;
}
.dropdown-item {
  font-weight: 500;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition: background-color 0.1s;
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
}
.dropdown-item:last-child {
  border-color: transparent;
}
.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #c71f2f;
}
.dropdown-toggle::after {
  display: none;
}
.nav-item.dropdown .dropdown-menu {
  transition: all 0.3s ease;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0 5px 1px rgba(0, 0, 0, 0.05);
  border: 0;
  padding: 0;
  position: absolute;
  border-top: 2px solid #c71f2f;
  min-width: 220px;
}
.header-contact-right li {
  display: inline-block;
  margin-left: 5px;
}
.header-contact-right li i {
  width: 45px;
  height: 45px;
  border: 1px solid #eee;
  text-align: center;
  padding-top: 14px;
  border-radius: 100%;
  background: #f9f9f9;
  color: #385777;
  transition: all 0.4s ease;
}
.header-contact-right li i:hover {
  background: #385777;
  border-color: #385777;
  color: #fff;
}
.btn-small {
  padding: 6px 6px;
}
.btn-small i {
  margin-right: 5px;
}
.header-form {
  position: relative;
}
.header-form .form-control {
  height: 50px;
  background: #f9f9f9;
  border: 0 solid transparent;
}
.header-form i {
  position: absolute;
  right: 14px;
  top: 15px;
}
.search-wrap {
  position: relative;
  z-index: 1200;
  top: 20px;
  right: 16px;
  display: block;
  float: right;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: opacity 0.35s, visibility 0.35s, height 0.4s;
  opacity: 0;
  background: #1f1f1f;
}
.overlay.open {
  visibility: visible;
  height: 100%;
  opacity: 1;
}
.overlay .search-form {
  position: relative;
  height: 400px;
  padding-top: 120px;
  background: #222;
}
.search-form .form-control {
  height: 50px;
}
.search-form h3 {
  color: #fff;
  margin-bottom: 28px;
  font-weight: 400;
}
.search-close {
  margin-top: 0;
}
.search-close:hover {
  cursor: pointer;
}
.menu-2 .navbar-nav .nav-link {
  text-transform: uppercase;
  font-size: 13px;
}
.nav-link.active {
  color: #c71f2f;
}
.nav-tp {
  border-bottom: 1px solid rgba(255, 255, 255, 0.03);
  padding: 12px 0;
  z-index: 999;
  margin-bottom: -100px;
  position: relative;
}
.nav-tp .navbar-nav .nav-link {
  color: #fff;
}
.nav-tp .navbar-brand h3 {
  color: #fff;
}
.navbar-brand {
  margin: 0 auto;
}
.banner {
  padding: 0 0;
  padding-bottom: 0;
  background-size: cover;
  position: relative;
}
.banner:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #263b5e;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.banner .banner-content h1 {
  font-size: 56px;
  margin: 15px 0 45px;
  line-height: 65px;
  letter-spacing: -1.3px;
  color: #fff;
}
.banner .banner-content p {
  margin-bottom: 35px;
  color: #fff;
  opacity: 0.8;
  font-size: 18px;
  line-height: 32px;
}
.banner .banner-content .subheading {
  color: #fff;
  margin-bottom: 0;
}
.banner-2 {
  padding-bottom: 220px;
  padding-top: 100px;
  background: url("../images/banner/banner-4.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
}
.banner-2:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #263b5e;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.banner-2 .banner-content h1 {
  margin-bottom: 20px;
}
.subheading {
  text-transform: uppercase;
  font-size: 13px;
  color: #385777;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  padding-left: 50px;
  display: none;
}
.subheading:before {
  position: absolute;
  content: "";
  left: 0;
  width: 40px;
  height: 2px;
  background: #c71f2f;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.banner-left {
  position: relative;
  background: #263b5e;
  padding: 35px 0;
}
.banner-left:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url("../images/bg/bg-pattern.png") center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.05;
}
.banner-left .banner-content h1 {
  font-size: 56px;
  margin: 20px 0 35px;
  line-height: 65px;
  letter-spacing: -1.3px;
  color: #fff;
}
.banner-left .banner-content p {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 38px;
}
.banner-left .banner-content .subheading {
  color: #fff;
  margin-bottom: 0;
}
.banner-left .banner-img {
  margin-top: 50px;
}
.banner-4 {
  padding-top: 200px;
  padding-bottom: 170px;
}
.form-search-banner {
  position: relative;
}
.form-search-banner .form-control {
  height: 70px;
  border-color: rgba(255, 255, 255, 0.2);
  background: 0 0;
  border-radius: 5px;
}
.form-search-banner .btn {
  position: absolute;
  right: 6px;
  top: 6px;
}
.form-banner {
  background: #07294d;
  padding: 5px;
  border-radius: 5px;
}
.banner-cat {
  color: #fff;
  text-transform: capitalize;
  font-size: 13px;
  margin-top: 30px;
}
.banner-cat span {
  display: inline-block;
  padding: 2px 15px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
}
.banner-5 {
  padding-bottom: 220px;
  padding-top: 140px;
  background: url("../images/banner-2.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
}
.banner-5 .banner-content h1 {
  font-size: 73px;
  line-height: 73px;
  font-weight: 400;
  margin-bottom: 30px;
}
.banner-5 .banner-content p {
  width: 70%;
  margin: 0 auto 40px;
  font-size: 20px;
  line-height: 40px;
}
.banner-6 {
  padding-top: 50px;
  background: #f9f9f9;
  position: relative;
}
.banner-6:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: url("../images/bg-7.png") center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.banner-6 .banner-content .subheading {
  color: #222;
}
.banner-6 .banner-content h1 {
  font-size: 52px;
  line-height: 65px;
  color: #222;
  margin-bottom: 25px;
}
.banner-6 .banner-content p {
  color: #273044;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}
.banner-img3 {
  position: relative;
}
.banner-img3:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 200px solid rgba(38, 59, 94, 0.2);
  border-left: 200px solid transparent;
}
.banner-shape-1 {
  position: absolute;
  content: "";
  width: 87px;
  height: 89px;
  background: #ffedf1;
  right: -10px;
  top: -37px;
  border-radius: 100%;
  z-index: 1;
}
.container-padding {
  padding: 0 200px;
}
.primary-bg {
  background: #c71f2f;
}
.feature {
/*  margin-top: -70px;*/
}
.feature-item {
  padding: 30px 35px;
  margin-bottom: 25px;
  background: #fff;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.04);
  margin: 0 5px;
  border-radius: 5px;
  border-top: 2px solid #c71f2f;
  display: flex;
  transition: 0.4s;
  margin-bottom: 20px;
}
.feature-item h4 {
  margin-bottom: 20px;
  transition: 0.4s;
}
.feature-item:hover {
  margin-top: -10px;
}
.feature-item:hover .feature-icon {
  color: #c71f2f;
}
.feature-icon {
  font-size: 40px;
  float: left;
  margin-right: 25px;
  color: #385777;
  margin-top: 5px;
  transition: 0.4s ease;
}
.feature-text {
  overflow: hidden;
}
.feature-item.feature-style-2 {
  display: block;
  box-shadow: none;
  margin-bottom: 0;
  padding: 25px;
  background: #fff;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.04);
  border-top: 0;
}
.feature-item.feature-style-2:hover {
  border-color: transparent;
  background: #c71f2f;
}
.feature-item.feature-style-2:hover .feature-icon {
  color: #fff;
}
.feature-item.feature-style-2:hover h4 {
  color: #fff;
}
.feature-item.feature-style-2:hover p {
  color: #fff;
}
.feature-item.feature-style-2 .feature-icon {
  float: none;
  margin-right: 0;
  margin-bottom: 15px;
  font-size: 50px;
  color: #c71f2f;
}
.feature-item.feature-style-2 .feature-icon,
.feature-item.feature-style-2 h4,
.feature-item.feature-style-2 p {
  transition: 0.4s ease;
}
.cta-2-inner {
  padding: 30px 0;
  background: #fff;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  border: 1px solid #eee;
}
.cta-2-inner .client-logo {
  padding: 0 10px;
  text-align: center;
}
.contact-info .contact-item {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-right: 30px;
}
.contact-info .contact-item p {
  margin-bottom: 10px;
  color: #c71f2f;
}
.contact-heading {
  text-align: center;
  padding-top: 100px;
  margin-bottom: 40px;
}
.contact__form .form-control {
  height: 55px;
  border-radius: 46px;
  padding-left: 20px;
  border: 2px solid #eee;
  background: #eee;
}
.contact__form .form-control:hover {
  border-color: #c71f2f;
}
.contact__form .form-group {
  margin-bottom: 25px;
}
.contact__form textarea.form-control {
  height: auto;
  border-radius: 15px;
  padding-top: 15px;
}
.contact__form label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #385777;
}
.section-heading {
  margin-bottom: 15px;
  margin-top: 35px;
}
.section-heading h3 {
  font-size: 29px;
}
.section-heading h2 {
  font-size: 29px;
}
.section-heading {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #07294d;
  font-size: 29px;
}
.section-heading span.mainheading {
  display: block;
  font-size: 29px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #07294d;
}
.popular-course {
  padding-bottom: 200px;
}
.popular-course .course-btn {
  margin-bottom: 60px;
}
.course-block {
  border: 1px solid #e2f4ff;
  background: #fff;
  transition: 0.4s;
  margin-bottom: 25px;
}
s .course-block:hover {
  box-shadow: 0 8px 16px 0 rgba(146, 184, 255, 0.2);
  border-color: transparent;
}
.course-block .course-content {
  padding: 20px;
}
.course-block .course-content h4 {
  margin: 10px 0;
}
.course-block .course-footer {
  border-top: 1px solid #e2f4ff;
  padding-top: 15px;
  margin-top: 30px;
}
.course-img {
  position: relative;
  margin-bottom: 10px;
}
.course-img img {
  border-radius: 5px;
}
.course-img .course-label {
  position: absolute;
  content: "";
  left: 20px;
  top: 20px;
  background: #fff;
  padding: 2px 10px;
  border-radius: 5px;
  font-weight: 700;
  color: #385777;
  border: 1px solid #f3f5f9;
}
.course-meta {
  margin: 5px 0;
}
.course-meta span {
  margin-right: 15px;
  display: inline-block;
  font-size: 14px;
  color: #222;
  font-weight: 600;
}
.course-meta span i {
  margin-right: 7px;
  color: #c71f2f;
}
.course-price {
  color: #c71f2f;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
  font-family: "Work Sans", sans-serif;
  line-height: 19px;
}
.course-price .del {
  text-decoration: line-through;
  color: #727695;
  font-weight: 400;
  font-size: 20px;
}
.rating {
  margin-bottom: 10px;
  font-size: 13px;
}
.rating i {
  color: #f2b827;
}
.rating span {
  color: #222;
  margin-left: 10px;
}
.course-category {
  text-align: center;
  border-radius: 5px;
  background: #fff;
  padding: 80px 20px 30px;
  transition: 0.4s;
  overflow: hidden;
  margin-bottom: 30px;
  margin: 10px;
  position: relative;
  z-index: 1;
}
.course-category:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
  transition: 0.4s;
}
.course-category:hover:before {
  background: #c71f2f;
  border-color: #c71f2f;
  opacity: 0.85;
}
.course-category:hover h4 a {
  color: #fff;
}
.course-category:hover p {
  color: #fff;
}
.course-category:hover .category-icon {
  margin-top: -5px;
}
.course-category .category-icon {
  font-size: 35px;
  margin: 0 auto 30px;
  color: #fff;
  transition: 0.4s;
}
.course-category h4 {
  margin-bottom: 0;
  font-size: 20px;
  transition: 0.4s;
  font-weight: 600;
}
.course-category h4 a {
  color: #fff;
}
.course-category p {
  transition: 0.4s;
  color: #fff;
}
.style-1 {
  background: url("../images/course/course1.jpg");
  background-size: cover;
}
.style-2 {
  background: url("../images/course/course2.jpg");
  background-size: cover;
}
.style-3 {
  background: url("../images/course/course3.jpg");
  background-size: cover;
}
.style-4 {
  background: url("../images/course/course4.jpg");
  background-size: cover;
}
.category-section2 {
  margin-top: -120px;
  position: relative;
  z-index: 999;
}
.course-categories {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: -10px 0 7px;
  padding-top: 10px;
  overflow-x: auto;
  width: 100%;
}
.course-categories .category-item {
  width: calc(20% - 10px);
  padding: 15px;
  margin: 0 0 33px;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 8px 16px 0 rgba(146, 184, 255, 0.2);
}
.course-categories .category-item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  border-radius: 0;
}
.course-categories .category-item i {
  display: block;
  font-size: 64px;
  color: #fff;
  margin-bottom: 30px;
}
.course-categories .category-item span {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}
.course-categories .category-item p {
  color: #fff;
  margin-bottom: 0;
}
.category-bg-1 {
  background: #d94da6;
}
.category-bg-2 {
  background: #307ad5;
}
.category-bg-3 {
  background: #eab830;
}
.category-bg-4 {
  background: #c71f2f;
}
.category-bg-5 {
  background: #10c45c;
}
.counter-inner {
  background: #c71f2f;
  padding: 50px 50px 30px 50px;
  border-radius: 10px;
  position: relative;
}
.counter-inner:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg/bg-do2.png");
  opacity: 0.3;
}
.counter-wrap .counter-item {
  text-align: center;
}
.counter-wrap .counter-item .counter {
  font-size: 50px;
  margin: 15px 0;
  display: inline-block;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 10px;
}
.counter-wrap .counter-item i {
  font-size: 50px;
  color: #fff;
}
.counter-wrap .counter-item p {
  font-size: 14px;
  margin-bottom: 0;
  color: #fff;
}
.counter-section {
  position: relative;
  background: #0b2c4f;
}
.counter-section:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
/*  background: url("../images/home-bg.jpg");*/
  opacity: 0.3;
}
.course-filter {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 50px;
}
.course-filter li {
  display: inline-block;
}
.course-filter li a {
  font-size: 12px;
  margin: 0;
  padding: 0.5em 1.5em;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #414141;
  border-radius: 5px;
}
.course-filter li a:hover,
.course-filter li.active a,
.f-link li a:hover,
.f-link li.active a {
  color: #fff;
  background: #c71f2f;
}
.course.gutter .course-item {
  padding: 10px;
}
.video-section {
  position: relative;
  padding-bottom: 30px;
}
.video-section:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 41, 77, 0.98);
}
.video-section:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 70%;
  background: rgba(7, 41, 77, 0.98);
  z-index: -1;
  background-image: url("../images/cta-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.video-section .section-heading .subheading,
.video-section .section-heading h3 {
  color: #fff;
}
.video-block {
  position: relative;
}
.video-block:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 41, 77, 0.4);
}
.video-block:after {
  position: absolute;
  content: "";
  background: #c71f2f;
  left: 0;
  right: 0;
  bottom: -32px;
  width: 80%;
  height: 30%;
  z-index: -1;
  opacity: 0.3;
  margin: 0 auto;
}
.video-icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  z-index: 3;
  text-align: center;
  padding-top: 36px;
  font-size: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background-color: #c71f2f;
  border-radius: 100%;
  color: #fff;
}
.video-icon::after,
.video-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  border: 1px solid #fff;
}
.video-icon::before {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}
.video-icon::after {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}
.video-icon:hover {
  background-color: #c71f2f;
}
@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.video-section2 {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background: #e8e8e8;
}
.video-section2 .section-heading {
  padding-right: 43px;
  margin-bottom: 0;
}
.video-section2 .section-heading h3 {
  font-size: 60px;
}
.video-section2 .video-block-container {
  background-image: url("../images/cta-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
}
.video-section2 .video-block-container:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 41, 77, 0.9);
  z-index: 1;
}
.testimonials-slides .owl-item.active.center .review-item {
  opacity: 1;
}
.testimonials-slides .owl-item.active.center .review-item .client-info {
  background: #222;
  border: 1px solid #222;
  border-top: 3px solid #c71f2f;
}
.testimonials-slides .owl-item.active.center .review-item .client-info:before {
  border-top: 30px solid #222;
  opacity: 1;
}
.testimonials-slides .owl-item.active.center .review-item .client-info i {
  color: #fff;
}
.testimonials-slides .owl-item.active.center .review-item .client-info p {
  color: #fff;
}
.testimonials-slides
  .owl-item.active.center
  .review-item
  .client-info
  .rating
  i {
  color: #f2b827;
}
.review-item {
  transition: 0.5s;
  opacity: 0.7;
}
.review-item .client-img {
  width: 90px;
  height: 90px;
  margin-left: 15px;
}
.review-item .client-img img {
  border-radius: 100%;
}
.review-item .client-desc {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.review-item .client-text {
  margin-left: 20px;
}
.review-item .client-text {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 20px;
}
.review-item .client-text .designation {
  font-size: 14px;
  color: #c71f2f;
  font-weight: 400;
}
.review-item .client-info {
  margin-bottom: 25px;
  border-radius: 14px;
  padding: 40px 30px 30px 40px;
  position: relative;
  border: 1px solid #eee;
}
.review-item .client-info .rating i {
  font-size: 14px;
  color: #f2b827;
  opacity: 1;
}
.review-item .client-info i {
  font-size: 60px;
  opacity: 0.4;
}
.review-item .client-info:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 31px solid transparent;
  border-top: 30px solid #0eb582;
  bottom: -25px;
  opacity: 0;
}
.review-item p {
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0;
}
.testimonials-slides-2 .review-item {
  opacity: 1;
}
.testimonials-slides-2 .review-item .client-info {
  border-top: 2px solid #c71f2f;
}
.testimonials-slides-2 .review-item .client-info i {
  color: #c71f2f;
  opacity: 1;
}
.testimonials-slides-2 .owl-nav {
  margin-top: 10px;
  position: absolute;
  left: 0;
  left: -385px;
  bottom: 100px;
}
.testimonials-slides-2 .owl-nav button.owl-next,
.testimonials-slides-2 .owl-nav button.owl-prev {
  font-size: 50px;
}
.testimonials-slides-2 .owl-nav button.owl-next:hover,
.testimonials-slides-2 .owl-nav button.owl-prev:hover {
  color: #c71f2f;
  background: 0 0;
}
.testimonials-slides-2 .owl-nav button.owl-next:focus,
.testimonials-slides-2 .owl-nav button.owl-prev:focus {
  outline: 0;
}
.testimonials-slides-2 .owl-nav button.owl-prev {
  opacity: 0.6;
}
.about-section .section-heading {
  margin-bottom: 30px;
}
.about-content .btn {
  margin-top: 10px;
}
.about-text-block {
  position: relative;
  background: #f9f9f9;
  padding: 14px 24px 9px 88px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.about-text-block i {
  position: absolute;
  font-size: 40px;
  left: 25px;
  top: 26px;
  color: #c71f2f;
}
.about-text-block h4 {
  margin-bottom: 10px;
  font-size: 20px;
}

.about-text-block-acc {
  position: relative;
  background: #f9f9f9;
  padding: 14px 24px 9px 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.about-text-block-acc i {
  position: absolute;
  font-size: 40px;
  left: 25px;
  top: 26px;
  color: #c71f2f;
}
.about-text-block-acc h4 {
  margin-bottom: 10px;
  font-size: 17px;
  color: #c71f2f;
    font-weight: 600;
}
.about-img2 {
  padding-right: 30px;
}
.about-2 p {
  margin-bottom: 30px;
}

.about-img3 {
  padding-right: 0px;
}
.about-img3 img{border-radius: 5px;
    background: #c71f2f;
    padding: 5px;}
.about-3 p {
	 color: #535967;
  font-family: "Work Sans", sans-serif;
  line-height: 28px;
  font-size: 16px;
  text-align: left;
/*  
  margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;*/
}

.about-text-block1 {
  position: relative;
  background: #f4faff;
  padding: 25px 30px 15px 95px;
  margin-bottom: 20px;
  border-radius: 5px;
}
.about-text-block1 i {
  position: absolute;
  font-size: 40px;
  left: 25px;
  top: 26px;
  color: #c71f2f;
}
.about-text-block1 h4 {
  margin-bottom: 10px;
  font-size: 20px;
}
.team {
  position: relative;
  padding-bottom: 70px;
}
.team:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg/bg-7.png") center center;
  background-size: cover;
  opacity: 0.8;
}
.team .team-item {
  text-align: center;
  border: 2px solid #fff;
  padding: 30px 20px 40px 20px;
  transition: 0.4s;
  background: #fff;
  position: relative;
  margin-bottom: 30px;
}
.team .team-item:hover img {
  margin-top: -10px;
}
.team .team-item:hover .team-socials {
  opacity: 1;
}
.team .team-item:hover {
  box-shadow: 0 8px 16px 0 rgba(146, 184, 255, 0.2);
  background: #fff;
}
.team .team-item img {
  border-radius: 100%;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  transition: 0.4s;
}
.team .team-item .team-info {
  margin-top: 30px;
  position: relative;
  height: 60px;
}
.team .team-item .team-info h4 {
  margin-bottom: 0;
}
.team .team-item .team-info p {
  color: #c71f2f;
}
.team-socials {
  opacity: 0;
  transition: 0.4s;
  position: absolute;
  bottom: -56px;
  left: 0;
  right: 0;
  text-align: center;
}
.team-socials li {
  margin-right: 0 !important;
}
.team-socials a {
  display: block;
}
.team-socials a i {
  width: 35px;
  height: 35px;
  text-align: center;
  background: #222;
  display: inline-block;
  line-height: 36px;
  border-radius: 100%;
  color: #fff;
  font-size: 13px;
  transition: 0.4s;
}
.team-socials a:hover i {
  background: #c71f2f;
}
.team-socials a .fa-twitter {
  background: #1da1f2;
}
.team-socials a .fa-facebook {
  background: #3b5998;
}
.team-socials a .fa-linkedin {
  background: #0077b5;
}
.team-2 {
  padding-bottom: 0;
  background: url("../images/bg/gray-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
}
.team-block {
  margin-bottom: 30px;
  position: relative;
}
.team-block .team-info {
  background: #fff;
  margin-top: -30px;
  position: relative;
  margin: -30px 20px 0 20px;
  text-align: center;
  padding: 15px 10px;
  border-radius: 5px;
  box-shadow: 0 8px 16px 0 rgba(146, 184, 255, 0.2);
}
.team-block .team-info h4,
.team-block .team-info p {
  margin-bottom: 0;
}
.team-block .team-info p {
  color: #535967;
  font-family: "Work Sans", sans-serif;
  line-height: 28px;
  font-size: 16px;
}
.team-block .team-img {
  overflow: hidden;
  position: relative;
}
.team-block .team-img img {
  transition: all 0.3s ease;
  border-radius: 5px;
  width: 100%;
}
.team-block .team-img:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(56, 87, 119, 0.2);
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
}
.team-block .team-socials {
  position: absolute;
  top: 50%;
  margin-top: -50px;
}
.team-block .team-socials li {
  margin: 0 5px;
}
.team-block:hover .team-img::before {
  opacity: 1;
  visibility: visible;
}
.team-block:hover .team-socials {
  opacity: 1;
  visibility: visible;
}
.offer-course {
  position: relative;
  background: #f9f9f9;
  background: #fff;
  background: linear-gradient(32deg, #fff 36%, #eee3dd 100%);
}
.offer-course .course-block {
  box-shadow: 0 8px 16px 0 rgba(146, 184, 255, 0.2);
  margin-bottom: 0;
}
.offer-course .section-heading h3 {
  margin-bottom: 20px;
}
.offer-course .section-heading h3 span {
  color: #c71f2f;
  text-decoration: underline;
}
.offer-course .section-heading p {
  color: #444;
}
.offer-course .section-heading .btn {
  margin-top: 10px;
}
.footer {
  background:#070e35;
  padding: 80px 0 0;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
}
.footer .footer-widget .widget-title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 22px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}
.footer .footer-widget p {
  color: rgba(255, 255, 255, 0.8);
}
.footer .footer-contact ul {
  margin-top: 30px;
}
.footer .footer-contact ul li {
  margin-bottom: 20px;
}
.footer .footer-contact ul li i {
  color: #c71f2f;
  margin-right: 20px;
  float: left;
  margin-top: 7px;
  min-width: 25px;
}
.footer .footer-contact ul li div {
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
}
.footer .footer-contact ul li div strong {
  display: block;
  text-transform: capitalize;
  font-size: 16px;
}
.footer .footer-links li {
  padding: 1px 0;
}
.footer .footer-links a {
  color: rgba(255, 255, 255, 0.8);
}
.footer .footer-links a:hover {
  color: #c71f2f;
}
.footer .footer-socials {
  margin-top: 30px;
}
.footer .footer-socials a {
  width: 25px;
  height: 25px;
  background: #fff;
  display: inline-block;
  text-align: center;
  padding-top: 0px;
  font-size: 14px;
  color: #c71f2f;
  border-radius: 100%;
  margin-bottom: 8px;
}
.footer .footer-socials a:hover {
  background: #c71f2f;
  color: #fff;
}
.footer-btm {
  margin-top: 30px;
  padding: 20px 0 25px;
  border-top: 1px solid rgba(255, 255, 255);
  text-align: center;
  background-color: #070e35;
}
.footer-btm a:hover {
  color: #fff;
}
.footer-btm .copyright p {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
  text-align: right;
}
.form-subscribe {
  position: relative;
}
.form-subscribe .form-control {
  height: 50px;
  border-color: rgba(255, 255, 255, 0.2);
  background: 0 0;
  border-radius: 5px;
}
.form-subscribe button {
  position: absolute;
  right: 0;
  top: 0;
  background: #c71f2f;
}
.form-subscribe button:hover {
  background: #fff;
  color: #222;
}
.course-top-wrap {
  margin-bottom: 50px;
}
.topbar-search {
  position: relative;
}
.topbar-search .form-control {
  height: 50px;
  border-radius: 30px;
  padding-left: 20px;
  background: #eef5f9;
  border-color: #eef5f9;
}
.topbar-search label {
  position: absolute;
  right: 20px;
  top: 11px;
}
.course-style-2 .course-content h4 {
  margin: 10px 0 15px;
}
.course-style-2 .course-content h3 {
  margin: 10px 0 15px;
  font-size: 22px;
}
.course-style-2 .course-img .course-cat {
  position: absolute;
  content: "";
  left: 20px;
  bottom: -15px;
  background: #385777;
  padding: 2px 10px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
}
.course-style-2 .course-price,
.course-style-2 .rating {
  margin-bottom: 0;
}
.popular-course-list {
  padding-bottom: 80px;
}
.course-list-item {
  display: flex;
  align-items: center;
  padding: 10px 10px;
  margin-bottom: 20px;
}
.course-list-item .course-img {
  margin-bottom: 0;
}
.course-list-item .course-img img {
  border-radius: 5px;
}
.course-list-item .course-content {
  padding: 0;
}
.course-list-item .course-content h3 {
  font-size: 22px;
}
.course-sidebar .course-single-thumb {
  border: 1px solid #eee;
  padding: 15px;
  margin-bottom: 25px;
}
.course-sidebar .course-single-thumb img {
  border-radius: 5px;
}
.course-sidebar .course-price-wrapper {
  margin-top: 15px;
}
.course-sidebar .course-price-wrapper .course-price {
  margin-bottom: 30px;
}
.course-sidebar .course-price-wrapper .course-price h4 span {
  font-size: 50px;
}
.course-sidebar .course-widget {
  border: 1px solid #eee;
  padding: 25px;
  margin-bottom: 25px;
  border-top: 2px solid #385777;
  border-radius: 5px;
  margin-top: 45px;
  margin-left: 16px;
}
.course-sidebar .course-widget.single-info {
  font-weight: 600;
  color: #222;
}
.course-sidebar .course-widget.single-info i {
  color: #c71f2f;
  margin-right: 10px;
}
.course-sidebar .course-widget ul li {
  line-height: 45px;
  color: #222;
}
.course-sidebar .course-widget ul li span {
  font-weight: 600;
  font-size: 15px;
  color: #0e2140;
}
.course-sidebar .course-widget ul li i {
  margin-right: 10px;
  color: #c71f2f;
  width: 20px;
  display: inline-block;
}
.course-sidebar .course-widget ul li a {
  color: #535967;
  text-transform: capitalize;
}
.course-sidebar .course-widget.course-share li {
  margin-right: 0 !important;
}
.course-sidebar .course-widget.course-share span {
  font-weight: 600;
  font-size: 15px;
  color: #222;
}
.course-sidebar .course-widget.course-share a i {
  color: #fff;
  margin-right: 0;
  transition: 0.4s;
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #eee;
  text-align: center;
  border-radius: 4px;
  line-height: 40px;
  transition: 0.4s;
}
.course-sidebar .course-widget.course-share a .fa-twitter {
  background: #1da1f2;
}
.course-sidebar .course-widget.course-share a .fa-facebook {
  background: #3b5998;
}
.course-sidebar .course-widget.course-share a .fa-linkedin {
  background: #0077b5;
}
.course-sidebar .course-widget.course-share a .fa-pinterest {
  background: #f92b39;
}
.course-sidebar .course-widget.course-share a:hover i {
  color: #fff;
  background: #c71f2f;
}
.course-sidebar .course-widget.single-info span {
  color: #c71f2f;
}
.course-sidebar .course-widget.course-metarials ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  line-height: 28px;
}
.course-sidebar .course-widget.course-metarials ul li i {
  position: absolute;
  left: 0;
  top: 13px;
}
.single-course-tags a {
  color: #fff;
  display: inline-block;
  padding: 0 12px;
  border: 1px solid #d8d9dc;
  background: #c71f2f;
  font-size: 14px;
  margin: 3px;
}
.single-course-tags a.active {
  color: #fff;
  display: inline-block;
  padding: 0 12px;
  border: 1px solid #d8d9dc;
  background: #5a4c4f;
  font-size: 14px;
  margin: 3px;
}
.single-course-tags a:hover {
  background: #eee;
  color: #535967;
}
.course-title {
  margin-bottom: 12px;
/*  text-transform: capitalize;*/
  position: relative;
  padding-bottom: 20px;
  font-size: 24px;
}
.course-title:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 9px;
  width: 40px;
  height: 2px;
  background: #c71f2f;
}

.ieac-course-single-image {background: #d6d6d6;
    border-radius: 14px;
    padding: 5px; margin-bottom: 20px;}
.course-single-header {
  margin-bottom: 40px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}
.course-single-header .single-course-title {
  margin-bottom: 20px;
  font-size: 36px;
}
.course-single-header ul li {
  color: #c71f2f;
}
.course-single-header ul li a {
  color: #fff;
  opacity: 0.7;
}
.course-single-header .single-course-meta {
  margin-top: 30px;
}
.course-single-header .single-course-meta ul li {
  margin-right: 25px;
  float: left;
}
.course-single-header .single-course-meta ul li a {
  color: #333;
}
.course-single-header .single-course-meta ul li a:hover {
  color: #c71f2f;
}
.course-single-header .single-course-meta ul span {
  color: #222;
  font-weight: 600;
}
.course-single-header .single-course-meta ul span i {
  margin-right: 10px;
  color: #c71f2f;
}
.single-course-details {
  clear: both;
}
.single-course-details ul{margin-bottom: 10px;}
.single-course-details ul li i {

  color:#c71f2f;
}

.single-course-details .course-info {
  overflow: hidden;
  padding: 25px;
  border: 1px solid #eee;
  margin: 25px 0;
  background: #f8f8f9;
}
.single-course-details .course-info ul {
  list-style: none;
  display: block;
  overflow: hidden;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin: 0;
}
.single-course-details .course-info ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  color: #222;
}
.single-course-details .course-info ul li i {
  position: absolute;
  left: 0;
  top: 10px;
  color:#c71f2f;
}
.edutim-course-topics-contents {
  margin-bottom: 50px;
}
.edutim-course-topics-header {
  margin-top: 50px;
  margin-bottom: 25px;
}
.edutim-course-topics-header .course-title {
  margin-bottom: 0;
}
.edutim-course-topics-header .edutim-course-topics-header-right {
  margin-left: 30px;
}
.edutim-course-topics-header .edutim-course-topics-header-right span {
  margin-right: 20px;
}
.edutim-course-topics-header .edutim-course-topics-header-right span strong {
  color: #222;
}
.single-course-lesson {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
  background: #fafafa;
  border: 1px solid #eee;
}
.single-course-lesson .course-topic-lesson {
  font-family: "Work Sans", sans-serif;
}
.single-course-lesson .course-topic-lesson span {
  color: #444;
  font-weight: 600;
  font-size: 15px;
}
.single-course-lesson .course-topic-lesson i {
  margin-right: 10px;
  color: #c71f2f;
}
.edutim-course-topic .card {
  margin-bottom: 20px;
  border: 0 solid transparent;
}
.edutim-course-topic .card .card-header {
  padding: 0;
  margin-bottom: 0;
  background: 0 0;
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}
.edutim-course-topic .card .card-header button {
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 20px;
  background: 0 0;
}
.edutim-course-topic .card .card-header button h4,h3 {
  font-size: 18px;
  margin-bottom: 0;
}
.curriculmn-title {
  position: relative;
}
.curriculmn-title::after {
  position: absolute;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #c71f2f;
  margin-left: 20px;
  font-size: 15px;
  top: 3px;
  color: #555;
   right: 0%;
}
.curriculmn-title-btn[aria-expanded="true"] .curriculmn-title::after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  color: #c71f2f;

}
.edutim-course-topic
  .card
  .card-header
  button.curriculmn-title-btn[aria-expanded="true"] {
  border-bottom: 0;
}
.related-course {
  border-top: 1px solid #eee;
}
.related-course .course-block {
  background: #f9f9f9;
  border-color: #f9f9f9;
}
.related-course .course-block:hover {
  background: #fff;
}
.instructor-profile {
  margin-bottom: 30px;
  border: 1px solid #eee;
  padding: 25px;
  background: #fbfbfc;
}
.profile-img {
  width: 80px;
  border-radius: 100%;
  height: 80px;
  overflow: hidden;
  float: left;
  margin-right: 40px;
}
.profile-info {
  overflow: hidden;
}
.instructor-courses span {
  color: #222;
  margin-right: 15px;
}
.instructor-courses span i {
  margin-right: 10px;
  color: #c71f2f;
}
.course-review {
  margin-bottom: 30px;
  padding: 25px;
}
.review-text {
  overflow: hidden;
}
.review-text h5 span {
  font-size: 14px;
  color: #555;
  margin-left: 10px;
}
.course-single-tabs {
  margin-bottom: 45px;
  margin-top: 20px;
}
.course-single-tabs .nav-tabs {
  background: #f8f8f9;
  border: 0;
}
.course-single-tabs .nav-tabs .nav-link,
.course-single-tabs .nav-tabs .nav-link.active {
  color: #495057;
  background-color: transparent;
  border-color: transparent;
  font-weight: 600;
  padding: 20px 20px;
  position: relative;
  font-size: 18px;
}
.course-single-tabs .nav-tabs .nav-link.active:before,
.course-single-tabs .nav-tabs .nav-link:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  border-bottom: 2px solid transparent;
}
.course-single-tabs .nav-tabs .nav-link.active {
  color: #c71f2f;
}
.course-single-tabs .nav-tabs .nav-link.active:before {
  border-color: #c71f2f;
}
.subscribe-section {
  background: url("../images/cta-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 17px 50px;
/*  margin-bottom: -60px;*/
  position: relative;
  z-index: 2;
  border-radius: 7px;
  overflow: hidden;
}
.subscribe-section:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #040a2e;
  opacity: 0.98;
}
.subscribe-section .section-heading {
  margin-bottom: 0;
  font-size: 29px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
}
.subscribe-form {
  position: relative;
}
.subscribe-form .form-control {
  height: 65px;
  border-radius: 45px;
  padding-left: 25px;
}
.subscribe-form i {
  color: #fff;
}
.subscribe-form .btn {
  color: #fff;
  position: absolute;
  right: 7px;
  top: 7px;
  border-radius: 45px;
  padding: 12px 30px;
}
.pt-120 {
  padding-top: 120px;
}
.single-top-meta {
  margin-top: 20px;
}
.single-top-meta .rating {
  margin-bottom: 0;
  margin-left: 20px;
}
.single-top-meta span {
  margin-left: 10px;
  color: #fff;
  font-weight: 600;
}
.course-single-wrapper {
  background: #ddd;
  background: url("../images/cta-bg.jpg");
  background-size: cover;
  position: relative;
}
.course-single-wrapper:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #263b5e;
  width: 100%;
  height: 100%;
  opacity: 0.98;
}
.course-single-wrapper .course-single-header {
  border-bottom: 0;
  padding-top: 70px;
}
.course-single-style-3 {
  padding-top: 0;
}
.course-single-style-3 .course-sidebar {
  margin-top: -360px;
  border: #fff;
  background: #fff;
}
.course-single-style-3 .course-single-thumb {
  box-shadow: 0 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  border: 0 solid transparent;
}
.course-single-style-3 .course-price-wrapper {
  padding: 20px;
}
.course-single-style-3 .course-price-wrapper .course-price {
  margin-bottom: 10px;
}
.course-single-style-3 .course-price-wrapper .btn {
  margin-top: 30px;
}
.error-page .error-header h2 {
  font-size: 90px;
  line-height: 1.1;
  font-weight: 700;
}
.error-page .error-message {
  margin: 15px 0;
}
.error-page .error-content .btn {
  margin-top: 30px;
}
.nav-padding {
  padding: 0 180px;
}
.nav-padding .header-form .form-control {
  border: 1px solid #eee;
}
.category-menu {
  background: #385777;
  margin: 0 10px;
}
.category-menu .dropdown i {
  margin-right: 5px;
}
.category-menu .dropdown .nav-link {
  color: #fff;
}
.fixed-btm-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
}
.fixed-btm-top .scroll-to-top {
  display: inline-block;
  text-align: center;
  height: 50px;
  background: #c71f2f;
  color: #fff;
  width: 50px;
  border-radius: 100%;
  padding-top: 10px;
  opacity: 0;
}
.scroll-to-top.reveal {
  opacity: 1;
  visibility: visible;
}
.process {
  position: relative;
  background: #f5f5f5;
}
.process .section-heading {
  margin-bottom: 30px;
  margin-top: 5px;
}
.process-img {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 43%;
  height: 100%;
  background: url("../images/img1.jpg") no-repeat;
  background-size: contain;
}
.process-block {
  position: relative;
  padding: 20px 0;
}
.process-block i {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 100%;
  text-align: center;
  left: 0;
  display: inline-block;
  padding-top: 22px;
  background: #fff;
  color: #c71f2f;
  font-size: 25px;
  z-index: 1;
}
.process-block span {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 100%;
  text-align: center;
  left: 0;
  display: inline-block;
  line-height: 70px;
  color: #c71f2f;
  font-size: 25px;
  z-index: 1;
  border: 1px solid #eee;
  background: #fff;
  font-weight: 600;
}
/*.process-block .process-desc {
  padding-left: 100px;
  position: relative;
  margin-top: 5px;
}*/
.process-block .process-desc {
  margin-bottom: 10px;
  font-family: "Work Sans", sans-serif;
/*  font-weight: 700;*/
  line-height: 16px;
  margin-bottom: 0;
  color: #07294d;
  font-size: 18px;
  text-align: left;
}
/*.process-block .process-desc:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #c71f2f;
  left: 33px;
  top: 60px;
}*/
.process-block .process-desc.no-divider:before {
  display: none;
}
.feature-4 {
  padding-top: 100px;
}
.feature-4 .section-heading {
  padding-right: 30px;
}
.feature-4 .section-heading h3 {
  font-size: 40px;
}
.feature-4 .section-heading p {
  margin: 20px 0 30px;
}
.feature-item.feature-style-4 {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  border: 2px solid #e2f4ff;
  box-shadow: none;
  padding: 50px 20px;
}
.feature-item.feature-style-4 h4 {
  margin-bottom: 0;
  font-size: 20px;
}
.feature-item.feature-style-4 .feature-icon {
  float: none;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 15px;
  color: #c71f2f;
}
.feature-item.feature-style-4:hover {
  margin-top: 0;
}
.course-block.style-5 {
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}
.course-block.style-5 .course-price {
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 10px;
  position: absolute;
  right: 30px;
  top: -50px;
  background: #263b5e;
  border: 2px solid #fff;
  width: 82px;
  height: 82px;
  text-align: center;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.course-block.style-5 .course-img {
  position: relative;
  overflow: hidden;
}
.course-block.style-5 .course-img img {
  border-radius: 0;
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.course-block.style-5 .course-meta {
  margin: 20px 0 0;
}
.course-block.style-5 .course-meta span {
  font-size: 12px;
  color: #222;
  font-weight: 400;
}
.course-block.style-5 .course-content {
  padding: 20px 30px;
  position: relative;
}
.course-block.style-5 .course-content h3 {
  line-height: 34px;
  font-size: 22px;
}
.course-block.style-5:hover {
  cursor: pointer;
  box-shadow: 0 14px 59px rgba(0, 0, 0, 0.12);
  background: #fff;
}
.course-block.style-5:hover .course-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.testimonials-slides-3 .client-info {
  margin-bottom: 0;
  border-radius: 0;
  padding: 0;
  border: 0;
}
.testimonials-slides-3 .client-info p {
  font-size: 19px;
  line-height: 38px;
}
.testimonials-slides-3 .client-img img {
  border: 3px solid #fff;
  box-shadow: 0 14px 59px rgba(0, 0, 0, 0.12);
}
.testimonials-slides-3 .review-item {
  padding: 30px 40px;
  border: 10px solid transparent;
}
.testimonials-slides-3 .owl-item.center .review-item {
  opacity: 1;
  border: 10px solid #f5f7fa;
}
.testimonials-slides-3 .rating i {
  color: #c71f2f;
}
.testimonials-slides-3 .owl-dots {
  margin-top: 60px !important;
}
.img-block {
  position: relative;
  z-index: 2;
  padding-right: 20px;
  padding-bottom: 20px;
}
.img-block:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 200px solid rgba(255, 255, 255, 0.1);
  border-left: 200px solid transparent;
  z-index: -1;
}
.popular-course-list2 .course-list-item .course-img img {
  border-radius: 100%;
}
.popular-course-list2 .course-list-item {
  padding: 29px 21px;
  background: #f3f3f3;
}
.popular-course-list2 .course-list-item:hover {
  background: #fff;
}
.popular-course-list2 .course-block {
  border: 0 solid #e2f4ff;
}
@media (max-width: 991px) {
  .app-header {
    padding: 0;
  }
  .app-header .navbar {
    padding: 0.5rem 0;
  }
  .app-header .navbar-nav {
    margin-top: 1rem;
  }
  .navbar-toggler-icon {
    line-height: 1.6em;
    position: relative;
    right: -16px;
  }
  .navbar-toggler {
    color: #333;
  }
  .navbar-toggler:focus,
  .navbar-toggler:hover {
    border: none;
    background: #fff;
  }
}
@media (max-width: 768px) {
  .woocommerce ul.order_details li {
    width: 48%;
    margin: 0;
    margin-right: -1px;
    margin-bottom: -1px;
    padding: 20px;
    border: 1px dashed #d3ced2;
  }
}
@media (max-width: 767px) {
  .hero .hero-content .hero-title {
    font-size: 36px;
    line-height: normal;
  }
  .section-title {
    margin-bottom: 3rem;
  }
  .img-block-txt h2,
  .parallax h2,
  .section-title .title {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 1rem;
  }
  .space-3 {
    padding: 3rem 0;
  }
  .space-adjust {
    margin-top: -3rem;
  }
}
@media (max-width: 576px) {
  .hero .hero-content .hero-title {
    font-size: 36px;
    line-height: normal;
  }
  .section-title {
    margin-bottom: 3rem;
  }
  .section-title .title {
    font-size: 24px;
  }
  .woocommerce-MyAccount-navigation {
    text-align: left;
  }
}
.woocommerce .products .star-rating {
  width: 5.6em;
  margin-top: 10px;
  float: right;
}
.woocommerce .star-rating::before {
  content: "\f005\f005\f005\f005\f005";
  color: #f5a623;
  font-family: "Font Awesome 5 Free";
}
.post-meta {
  text-transform: capitalize;
}
.post-meta span {
  margin-right: 15px;
}
.blog-item {
  transition: 0.4s;
  cursor: pointer;
  border: 1px solid #e2f4ff;
  border-radius: 5px;
  margin-bottom: 20px;
  min-height: 500px;
}
.blog-item img {
  border-radius: 5px;
}
.blog-item .blog-content {
  padding: 10px;
  min-height: 170px;
}
.blog-item .blog-content .entry-meta span {
  margin-right: 10px;
  font-size: 14px;
}
.blog-item .blog-content .entry-meta span i {
  margin-right: 10px;
  color: #c71f2f;
}
.blog-item .blog-content h2 {
  margin: 15px 0 10px;
  font-size: 20px;
  line-height: 1.4;
}
.blog-item:hover h2 {
  color: #c71f2f;
}
.blog-item .blog-content h3 {
  margin: 15px 0 10px;
  font-size: 20px;
  line-height: 1.4;
}
.blog-item:hover h3 {
  color: #c71f2f;
}
.blog-post-item {
  border: 1px solid #eee;
  margin-bottom: 30px;
}
.blog-post-item .post-item {
  padding: 0 40px 40px;
}
.blog-post-item .post-meta span {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.blog-post-item .post-meta span i {
  color: #ddd;
}
.blog-post-item .post-meta span a:hover {
  color: #c71f2f;
}
.blog-post-item .post-title {
  margin: 10px 0 20px;
}
.blog-post-item .post-content .read-more {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
  display: inline-block;
}
.main-content-area {
  padding: 100px 0;
}
.post-bg {
  background: #faf9ff;
  border: 1px solid #eef2fb;
}
.post-bg .post-content {
  padding: 30px 40px 40px 40px;
}
.blog-sidebar .widget {
  padding: 30px;
  background-color: #fff;
  border: 2px solid #eef2fb;
  border-top-width: 4px;
  margin-bottom: 40px;
  transition: 0.4s;
}
.blog-sidebar .widget:hover {
  box-shadow: 0 8px 16px 0 rgba(200, 183, 255, 0.2);
  border-top-color: #c71f2f;
}
.blog-sidebar .widget .widget-title {
  font-size: 20px;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
}
.blog-sidebar .widget .widget-title:before {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 2px;
  background: #c71f2f;
}
.blog-sidebar .widget ol,
.blog-sidebar .widget ul {
  border: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-sidebar .widget.widget_tag_cloud a {
  font-size: 13px;
  background: #f5f5f5;
  padding: 6px 16px;
  text-transform: uppercase;
  color: #333;
  margin: 0 5px 10px 0;
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.blog-sidebar .widget.widget_tag_cloud a:hover {
  background: #385777;
  color: #fff;
}
.blog-sidebar .widget.widget_search input {
  height: 55px;
  position: relative;
  border-radius: 0;
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  padding: 9px 10px 9px 20px;
  width: 100%;
}
.blog-sidebar .widget.widget_search .search-form {
  position: relative;
}
.blog-sidebar .widget.widget_search .search-form [type="submit"] {
  color: #fff;
  background: #385777;
  border: 1px solid #385777;
  padding: 12px 22px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.blog-sidebar .widget.widget_search .search-form [type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
}
.blog-sidebar .widget.widget_categories ul li:first-child {
  border-top: 0;
  padding-top: 0;
}
.blog-sidebar .widget.widget_categories ul li {
  border-top: 1px solid #eaedff;
  padding: 15px 0;
  overflow: hidden;
  text-align: right;
  color: #647589;
}
.blog-sidebar .widget.widget_categories ul li a {
  display: block;
  color: #647589;
  float: left;
}
.blog-sidebar .widget.widget_categories ul li a i {
  margin-right: 10px;
}
.blog-sidebar .widget.widget_categories ul li a:hover {
  color: #385777;
}
.recent-posts li {
  clear: both;
  margin-bottom: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.recent-posts li:last-child {
  margin-bottom: 0;
  border: 0;
}
.widget-post-thumb {
  max-width: 80px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 20px;
}
.widget-post-body h6 {
  margin-bottom: 0;
}
.widget-post-body span {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}
.blog-pagination {
  margin-top: 60px;
}
.blog-pagination ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  clear: both;
  display: block;
}
.blog-pagination ul li {
  margin-right: 10px;
  display: inline-block;
}
.blog-pagination ul li.active a {
  color: #fff;
  background: #c71f2f;
  border-color: #c71f2f;
}
.blog-pagination ul li a {
  width: 50px;
  height: 50px;
  background: #fff;
  color: #385777;
  border: 1px solid #eee;
  text-align: center;
  padding-top: 10px;
  display: inline-block;
  font-weight: 700;
  border-radius: 5px;
}
.blog-pagination ul li a:hover {
  background: #385777;
  color: #fff;
  border-color: #385777;
}
.post-single h1,
.post-single h2,
.post-single h3,
.post-single h4,
.post-single h5,
.post-single h6 {
  margin-bottom: 20px;
}
.post-single img {
  margin-bottom: 20px;
}
.post-single blockquote {
  padding: 40px 30px 40px;
  margin-top: 35px;
  line-height: 1.5;
  font-size: 24px;
  background: #8fb569;
  position: relative;
  padding-left: 120px;
  color: #fff;
}
.post-single blockquote:after {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  font-size: 60px;
  opacity: 0.3;
  top: 35%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 30px;
  z-index: 1;
}
.post-single blockquote i {
  font-size: 30px;
  display: none;
}
.post-single blockquote cite {
  display: block;
  font-style: normal;
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.post-single .post-meta {
  border-bottom: 2px solid #eef2fb;
  padding-bottom: 15px;
}
.post-single .post-meta span {
  margin-right: 14px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #6f7172;
  font-size: 12px;
}
.post-single .post-meta span i {
  margin-right: 10px;
  color: #ddd;
}
.blog-footer {
  margin-top: 60px;
}
.single-tags a {
  display: inline-block;
  padding: 6px 16px;
  margin: 0 5px;
  border: 2px solid #f0f0f0;
  color: #333;
  border-radius: 5px;
}
.single-tags a:hover {
  background: #c71f2f;
  color: #fff;
  border-color: #c71f2f;
}
.post-share a {
  width: 50px;
  height: 50px;
  background: #f5f5f5;
  text-align: center;
  padding-top: 12px;
  color: #777;
  display: inline-block;
  border-radius: 100%;
}
.post-share a:hover {
  background: #385777;
  color: #fff;
}
.author {
  margin: 40px 0;
  padding: 40px;
  background: #f5f5f5;
  position: relative;
}
.author .author-img {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 25px;
}
.author .author-img img {
  border-radius: 100%;
  border: 5px solid #fff;
}
.author .author-info {
  overflow: hidden;
}
.author .author-info .author-designation {
  color: #c71f2f;
}
.author .author-info h4 {
  margin-bottom: 0;
}
.author .author-info ul {
  margin: 25px 0 0;
}
.author .author-info ul li a {
  color: #222;
  padding: 0 6px;
}
.comments {
  margin: 90px 0;
}
.comments .commment-title {
  margin-bottom: 60px;
}
.comments .media {
  margin-bottom: 25px;
}
.comments .media img {
  border-radius: 100%;
}
.comments .media .media-body {
  padding-left: 20px;
}
.comments .media .media-body .media {
  margin-top: 35px;
}
.comments .media .media-body h5 span {
  font-size: 12px;
  padding-left: 10px;
  margin-left: 10px;
  font-family: "Work Sans", sans-serif;
  color: #c71f2f;
  border-left: 1px solid #eee;
}
.comments .media .reply-link {
  font-size: 12px;
  font-family: "Work Sans", sans-serif;
  float: right;
  text-transform: uppercase;
  color: #777;
  letter-spacing: 1px;
}
.comments .media .reply-link i {
  margin-right: 5px;
}
.comments .media .reply-link:hover {
  color: #c71f2f;
}
.comments-form {
  background: #f5f5f5;
  padding: 30px;
  border-radius: 15px;
}
.comments-form h3 {
  margin-bottom: 10px;
}
.comments-form .comment_form {
  margin-top: 30px;
}
.comments-form .comment_form .form-control {
  height: 50px;
  border-radius: 40px;
  padding: 15px 15px 15px 20px;
  font-size: 14px;
  border: 1px solid #eee;
  background: #fff;
}
.comments-form .comment_form textarea.form-control {
  height: auto;
  border-radius: 15px;
}
.comments-form .comment_form .btn {
  padding: 14px 30px 14px 30px;
  margin-top: 20px;
}
.blog-navigation {
  margin: 60px 0;
  padding: 50px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  clear: both;
}
.blog-navigation a {
  color: #222;
  font-size: 20px;
}
.blog-navigation a span {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #385777;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.blog-navigation .next-post {
  text-align: right;
  float: right;
}
.single-tags {
  margin-bottom: 20px;
}
.single-tags a {
  margin-bottom: 10px;
}
.post-share a {
  margin-bottom: 10px;
}
.edutim-course-curriculum ul.curriculum-sections {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.edutim-course-curriculum ul.curriculum-sections .section-header {
  padding: 10px 40px;
  display: table;
  width: 100%;
  box-sizing: border-box;
}
.edutim-course-curriculum ul.curriculum-sections .section-header .section-meta {
  display: table-cell;
  white-space: nowrap;
  padding-left: 20px;
  text-align: right;
  font-size: 14px;
  vertical-align: middle;
}
.edutim-course-curriculum
  ul.curriculum-sections
  .section-header
  .section-meta
  .section-progress {
  display: inline-block;
  margin-right: 5px;
}
.edutim-course-curriculum
  ul.curriculum-sections
  .section-header
  .section-meta
  .section-progress
  .progress-bg {
  width: 100px;
}
.edutim-course-curriculum
  ul.curriculum-sections
  .section-header
  .section-title {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 18px;
  padding: 10px 0;
}
.edutim-course-curriculum ul.curriculum-sections .section-header .section-left {
  display: table-cell;
  vertical-align: top;
  cursor: pointer;
}
.edutim-course-curriculum ul.curriculum-sections .section-header .section-desc,
.edutim-course-curriculum
  ul.curriculum-sections
  .section-header
  .section-title {
  margin: 0 0 10px 0;
}
.edutim-course-curriculum ul.curriculum-sections .section-content {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}
.edutim-course-curriculum ul.curriculum-sections .section-content .course-item {
  position: relative;
  font-size: 14px;
  transition: padding-left linear 0.15s;
  background: #fff;
  margin: 0;
}
.edutim-course-curriculum
  ul.curriculum-sections
  .section-content
  .course-item
  .item-icon {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0;
}
.edutim-course-curriculum
  ul.curriculum-sections
  .section-content
  .course-item
  .section-item-link {
  border-bottom: none;
  display: table;
  box-shadow: none;
  outline: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 700;
  transition: all 0.4s ease 0s;
  padding: 7px 40px;
}
.edutim-course-curriculum
  ul.curriculum-sections
  .section-content
  .course-item
  .section-item-link:hover
  .item-name {
  color: #ff1949;
}
.edutim-course-curriculum
  ul.curriculum-sections
  .section-content
  .course-item
  .section-item-link:hover:before {
  color: #ff1949;
}
.edutim-course-curriculum
  ul.curriculum-sections
  .section-content
  .course-item
  .section-item-link
  .item-name {
  color: #222;
  transition: all 0.4s ease 0s;
  display: table-cell;
  vertical-align: middle;
  padding: 10px 10px;
}
.edutim-course-curriculum
  ul.curriculum-sections
  .section-content
  .course-item
  .section-item-link
  .course-item-meta {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  padding: 10px 0;
  text-align: right;
}
.edutim-course-curriculum
  ul.curriculum-sections
  .section-content
  .course-item
  .section-item-link
  .course-item-meta
  .item-meta {
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  padding: 0 8px;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  background: #000;
}
.edutim-course-curriculum
  ul.curriculum-sections
  .section-content
  .course-item
  .section-item-link
  .course-item-meta
  .item-meta.duration {
  background: rgba(255, 25, 73, 0.3);
  color: #222;
}
.edutim-course-curriculum
  ul.curriculum-sections
  .section-content
  .course-item
  .section-item-link
  .course-item-meta
  .course-item.item-preview
  .course-item-status {
  background: rgb(255, 25, 73, 0.3);
  font-style: normal;
  border-radius: 3px;
}
.edutim-course-curriculum
  ul.curriculum-sections
  .section-content
  .course-item
  .section-item-link
  .course-item-meta
  .course-item-status {
  color: #ddd;
  margin-left: 5px;
  display: none;
  border-radius: 50%;
  box-sizing: border-box;
}
.edutim-course-curriculum
  ul.curriculum-sections
  .section-content
  .course-item
  .section-item-link
  .course-item-meta
  .course-item.has-status
  .course-item-status {
  display: inline-block;
}
.course-thumb {
  padding: 10px;
  border: 4px solid #fff;
}
.course-thumb img {
  border-radius: 5px;
}
.banner-style-8 {
  padding: 100px 0;
  background: #feefdc;
  padding-bottom: 200px;
}
.banner-style-8 .banner-content h1 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.banner-style-8 .banner-content p {
  margin-bottom: 30px;
  padding-right: 40px;
}
.mt--100 {
  margin-top: -100px;
}
.header-top-2 {
  padding: 5px 0;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.header-top-2 .header-contact li,
.header-top-2 .header-contact li a {
  color: #666;
}
.header-top-2 .header-socials li a {
  color: #666;
}
.header-top-2 .header-contact li a:hover,
.header-top-2 .header-socials li a:hover {
  color: #c71f2f;
}
.search-close {
  width: 60%;
}
.menu-style-8 .header-contact-right li i {
  background: #fff;
}
.menu-style-8 .header-contact-right li i:hover {
  background: #385777;
  border-color: #385777;
}
.dropdown-item span {
  color: #c71f2f;
  background: #eee;
  padding: 2px 7px;
  border-radius: 4px;
}
.menu_fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  border-bottom: 1px solid #e8f1f7;
}
.nav-tp.menu_fixed {
  background: #263b5e;
  border-color: transparent;
}
.ptb-40 {
  padding: 40px 0;
}
.inn-list {
  margin-bottom: 15px;
}
.inn-list li {
  font-size: 15px;
  margin-bottom: 5px;
  color: #273044;
  position: relative;
  padding-left: 24px;
  text-align: justify;
}
.inn-list li:before {
  font-family: themify;
  content: "\e60a";
  position: absolute;
  left: 0;
  top: 1px;
  display: block;
  color: #ff1f59;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  z-index: 5;
}
.sub-title {
  letter-spacing: 1px;
  color: #111;
  margin: 10px 0;
  font-size: 21px;
  border-bottom: 3px double #c71f2f;
  display: inline-block;
  padding: 0 5px 8px 0;
  -webkit-box-shadow: 0 2px 0 #999;
  box-shadow: 0 2px 0 #999;
}
.location-litle2 {
  margin-bottom: 15px;
  color: #07294d;
  margin-top: 0;
  font-size: 18px;
}
.bd-text img {
  padding: 1px;
  background-color: #fff;
  border: 2px solid #213a76;
  display: inline-block;
  max-width: 100%;
  box-shadow: 2px 2px 0 #c71f2f;
  -webkit-box-shadow: 2px 2px 0 #c71f2f;
  border-radius: 3px;
  margin-right: 10px;
  float: left;
}
.bd-text {
  color: #111;
  text-align: left;
}
.gray-bg-section {
  position: relative;
  padding: 40px 0 30px;
  background: #ebebeb;
}
.gray-bg-section ul li strong {
  color: #f7365e;
}
.gray-bg-section ul li {
  position: relative;
  display: block;
  padding-bottom: 10px;
  margin: 0 0 10px 10px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 22px;
}
.gray-bg-section ul li:before {
  position: absolute;
  color: #c71f2f;
  left: -20px;
  top: 2px;
  font-family: themify;
  content: "\e65d";
  font-size: 14px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-45 {
  margin-bottom: 45px;
}
#ftr-btm-link ul li {
  display: inline-block;
  margin: 1px 0;
  padding: 0 10px;
  border-right: 1px solid #aaa;
  text-align: center;
}
.iso-inn-page {
  box-shadow: 0 10px 60px 0 rgba(159, 164, 189, 0.14);
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
  background-color: #dbe9ff;
}
.iso-inn-page h3 {
  font-size: 18px;
}
.inn-cmn-page {
  padding: 30px 0;
}
.iso-inn-page img {
  width: 100%;
}
#accordion8 .panel {
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 15px;
}
#accordion8 .panel-heading {
  padding: 0;
  border-radius: 0;
  border: none;
}
#accordion8 .panel-title a {
  display: block;
  padding: 20px 30px 20px 50px;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #20457c;
  position: relative;
  transition: all 0.5s ease 0s;
  border: 1px solid #20457c;
  border-radius: 5px;
}
#accordion8 .panel-title a.collapsed {
  background: #fff;
  color: #696969;
  border: 1px solid #20457c;
  border-radius: 5px;
}
#accordion8 .panel-title a.collapsed:after,
#accordion8 .panel-title a:after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 25%;
  left: -13px;
  background: #c71f2f;
}
#accordion8 .panel-title a.collapsed:after {
  content: "\f107";
  background: #c71f2f;
}
#accordion8 .panel-title a.collapsed:hover {
  background: #f1f1f1;
  color: #20457c;
}
#accordion8 .panel-body {
  font-size: 14px;
  color: #fff;
  line-height: 25px;
  background: #ddc7c0;
  padding: 15px 15px 15px 50px;
  border-bottom: 1px solid #20457c;
  border-left: 1px solid #20457c;
  border-right: 1px solid #20457c;
  border-radius: 5px;
  transition: all 0.5s ease 0s;
}
.hm-icon-sec {
  background: url(../images/ecommerce-bg.jpg) repeat;
  position: relative;
  width: 100%;
  display: block;
  padding: 16px 20px 5px;
  border-radius: 6px;
}
.banner-content h4 {
  margin-bottom: 10px;
}
#overly-box {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 35px;
  overflow: hidden;
}
#overly-box .container {
  margin-top: -35px;
}
#overly-box ul {
  padding: 40px 0 20px 40px;
  background-color: #fff;
  float: left;
}
#overly-box ul li {
  list-style: none;
  float: left;
  text-align: center;
  width: 19.3%;
  height: inherit;
  padding: 15px 3px;
  min-height: 208px;
}
#overly-box .blue-bg {
  background: #d3d3cd;
}
#overly-box .white-bg {
  background: #c71f2f;
}
#overly-box h4 {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
}
#overly-box p {
  font-size: 12px;
  color: #000;
  line-height: 17px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #overly-box ul li {
    width: 49%;
    margin: 5px 3px;
    min-height: 210px;
  }
}
@media (min-width: 100px) and (max-width: 767px) {
  #overly-box .container {
    margin-top: -25px;
  }
  #overly-box ul {
    padding: 12px;
    float: none;
  }
  #overly-box ul li {
    width: 98%;
    float: none;
    margin: 5px auto;
  }
  #overly-box {
    margin-top: 33px;
  }
}
.denmark-line {
  padding: 20px 0 15px;
  background: url(../images/bg.jpg) center no-repeat #d3d3d3;
  margin: 30px 0 20px;
  background-size: cover;
  border-top: 5px solid #c71f2f;
  border-bottom: 1px solid #c71f2f;
}
.denmark-line h3 {
  text-align: center;
  margin: 0;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
}
.denmark-line p {
  padding: 10px 0 0 !important;
}
.denmark-line a {
  padding: 0 10px;
}
.academy-wrap {
  padding: 20px;
  margin-bottom: 18px;
}
.StickyFooter__ctaButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  background: #f23e36;
  -webkit-box-shadow: 0 4px 40px rgb(0 0 0 / 25%);
  box-shadow: 0 4px 40px rgb(0 0 0 / 25%);
  border-radius: 8px;
  margin: auto;
}
.w-btn {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #ef403d;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: calc(0.375em - 1px);
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: calc(0.375em - 1px);
  text-align: center;
  white-space: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-btn a {
  color: #fff;
}
#Resource .course-block {
  border: 1px solid #e2f4ff;
  background: #fff;
  transition: 0.4s;
  margin-bottom: 25px;
  min-height: 687px;
}
.Resource-img {
  width: 304px;
  float: left;
  margin-right: 9px;
  border: 1px solid #e2f4ff;
  border-radius: 5px;
}
#myCarousel .carousel-item .mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-attachment: fixed;
}
#myCarousel h4 {
  font-size: 50px;
  margin-bottom: 15px;
  color: #fff;
  line-height: 100%;
  letter-spacing: 0.5px;
  font-weight: 600;
}
#myCarousel p {
  font-size: 18px;
  margin-bottom: 15px;
  color: #d5d5d5;
}
#myCarousel .carousel-item a {
  background: #f47735;
  font-size: 14px;
  color: #fff;
  padding: 13px 32px;
  display: inline-block;
}
#myCarousel .carousel-item a:hover {
  background: #394fa2;
  text-decoration: none;
}
#myCarousel .carousel-item h4 {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
#myCarousel .carousel-item p {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
#myCarousel .carousel-item a {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
#myCarousel .carousel-item .mask img {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  display: block;
  height: auto;
  max-width: 100%;
}
#myCarousel .carousel-item .mask img,
#myCarousel a,
#myCarousel h4,
#myCarousel p {
  -webkit-animation-duration: 1s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#myCarousel .container {
  max-width: 1430px;
}
#myCarousel .carousel-item {
  height: 100%;
  min-height: 550px;
}
#myCarousel {
  position: relative;
}
.carousel-control-next,
.carousel-control-prev {
  height: 40px;
  width: 40px;
  padding: 12px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  background-color: #c71f2f;
}
.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  opacity: 1;
}
.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-right.active {
  opacity: 0;
}
.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-left.active,
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item-prev.active,
  .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-fade .carousel-item-left.active,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item-prev.active,
.carousel-fade .carousel-item.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
.form-control {
  font-size: 14px;
}
.course-grid-2 .section-heading h1 {
  font-size: 29px;
}
.phase-class {
  display: block;
  font-size: 18px;
  margin-bottom: 1.5rem !important;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #07294d;
}
.part-class {
  display: block;
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #07294d;
  margin-bottom: 0;
}
.section-heading-title {
  display: block;
  font-size: 29px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
  color: #07294d;
}
.course-sidebar .course-title {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #07294d;
  display: block;
}
.course-sidebar .course-title a {
  color: #07294d;
}
.course-img img {
  width: 100%;
  height: 100%;
}
.course-content h3 {
  font-size: 22px;
  margin: 10px 0;
}
.sm_menu_outer.active {
  z-index: 99999 !important;
}

.star-icon {
  color: #ddd;
  font-size: 2em;
  position: relative;
}

.star-icon.full:before {
  text-shadow: 0 0 0px rgba(0, 0, 0, 0.7);
  color: #f2b827;
  content: "\2605"; /* Full star in UTF-8 */
  position: absolute;
  left: 0;
}

.star-icon.half:before {
  text-shadow: 0 0 0px rgba(0, 0, 0, 0.7);
  color: #f2b827;
  content: "\2605"; /* Full star in UTF-8 */
  position: absolute;
  left: 0;
  width: 50%;
  overflow: hidden;
}

.star-icon.semi-half:before {
  text-shadow: 0 0 0px rgba(0, 0, 0, 0.7);
  color: #f2b827;
  content: "\2605"; /* Full star in UTF-8 */
  position: absolute;
  left: 0;
  width: 65%;
  overflow: hidden;
}

.star-icon.full-half:before {
  text-shadow: 0 0 0px rgba(0, 0, 0, 0.7);
  color: #f2b827;
  content: "\2605"; /* Full star in UTF-8 */
  position: absolute;
  left: 0;
  width: 70%;
  overflow: hidden;
}

@-moz-document url-prefix() {
  /* Firefox Hack :( */
  .star-icon {
    font-size: 50px;
    line-height: 34px;
  }
}

.member-acc img {
/*  width: 92px;*/
width: 135px;
  background: #fff;
  padding: 1px;
  margin-right: 1px;
  border-radius: 7px;
  margin-bottom: 10px;
}

#sm_menu_ham{top:18px!important;}
#sm_menu_ham span {background-color:#fff!important;}

.scrolling-content {background: #fff;
    border-radius: 5px;
    padding: 5px;}
.scrolling-content img{width: 180px;}
.sub-heading{color:#c71f2f;}
.ns-blog-detials-quote {
  background-color: #f4f5f9;
  padding: 25px 30px 25px;
  position: relative;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .ns-blog-detials-quote {
    padding: 25px 20px 25px;
  }
}
.ns-blog-detials-quote p {
  font-size: 17px;
  font-style: italic;
  margin-bottom: 13px;
    margin-left: 10px;
}
.ns-quote-admin h5 {
  font-size: 22px;
  margin-bottom: 2px;
}

.ns-quote-admin h4 {
  font-size: 22px;
  margin-bottom: 2px;
  margin-left: 10px;
}

.ns-quote-admin span {
  
  margin-left: 10px;
  color:#c71f2f;
  font-weight: 600;
}
.ns-quote-admin img{background: #fff;padding: 8px;border-radius: 8px;}
.ns-quote-icon {
  position: absolute;
  display: inline-block;
  font-size: 54px;
  color: #c7202f;
  right: 30px;
  bottom: 0;
}

.ns-theme-btn {
    line-height: 50px;
    height: 39px;
    font-size: 14px;
    padding: 0 12px;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    border-radius: 4px;
    background: #c7202f;
    cursor: pointer;
    margin-bottom: 0;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    border: none;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.single-intro-inner {
  padding: 13px;
  transition: 0.4s;
  margin-bottom: 30px;
}
.single-intro-inner .thumb {
  margin-bottom: 15px;
  margin-top: -40px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}
.single-intro-inner .details h5 {
  font-size: 14px;
  margin-bottom: 0;
}
.single-intro-inner .details span {
  font-size: 14px;
  display: block;
  margin-top: 13px;
  text-align: center;
}

.single-intro-inner #down span {
  font-size: 16px;
  display: block;
  margin-top: 13px;
  text-align: center;
  color:#000;
}
.single-intro-inner.style-white h5 {
  color: #fff;
}
.single-intro-inner.style-white h5:hover a {
  color: var(--heading-color);
}
.single-intro-inner.style-white p {
  color: #fff;
}
.single-intro-inner.style-two {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
  background: #fff;
  margin-top: 25px;
}
.single-intro-inner.style-two .thumb {
  position: absolute;
  /*top: 23px;*/
  margin-left: -25px;
}
.single-intro-inner.style-two .details {
  margin-top: 8px;
}
.single-intro-inner:hover {
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
}

#bg-red{background-color:#cbcbcb63;}
#bg-blue{background-color:#cbcbcb63;}
#bg-base{background-color:#cbcbcb63;}
#bg-purple{background-color:#cbcbcb63;}
#bg-yellow{background-color:#cbcbcb63;}
#bg-pink{background-color:#cbcbcb63;}


.bg-red {
  background: #d96030;
  border-top: 4px solid #c71f2f;
}
.bg-red .cat-thumb {
  background: #d96030;
}
.bg-red .cat-thumb i {
  color: #fff; font-size: 24px;margin-top: 10px;
}
.cat-thumb i {
  color: #fff; font-size: 24px;margin-top: 10px;
}
.bg-red .cat-thumb img {
  width: 32px;
}
.bg-blue {
  background: #3b6fd9;
  border-top: 4px solid #c71f2f;
}
.bg-blue .cat-thumb {
  background: #3b6fd9;
}
.bg-blue .cat-thumb img {
  width: 25px;
}
.bg-base {
  background: #5acd74;
  border-top: 4px solid #c71f2f;
}
.bg-base .cat-thumb {
  background: #5acd74;
}
.bg-base .cat-thumb img {
  width: 25px;
}
.bg-purple {
  background: #9045ca;
  border-top: 4px solid #c71f2f;
}
.bg-purple .cat-thumb {
  background: #9045ca;
}
.bg-purple .cat-thumb img {
  width: 25px;
}
.bg-yellow {
  background: #da8b2e;
  border-top: 4px solid #c71f2f;
}
.bg-yellow .cat-thumb {
  background: #da8b2e;
}
.bg-yellow .cat-thumb img {
  width: 25px;
}
.bg-pink {
  background: #e6547d;
  border-top: 4px solid #c71f2f;
}
.bg-pink .cat-thumb {
  background: #e6547d;
}
.bg-pink .cat-thumb img {
  width: 25px;
}
.bg-gray {
  background: #F6F6F6;
  border-top: 4px solid #c71f2f;
}
.bg-gray .cat-thumb {
  background: #F6F6F6;
}
.bg-gray .cat-thumb img {
  width: 25px;
}
.bg-black {
  background: var(--heading-color);
}

.inspector-tab{
background: #f4f5f9;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
  }

  .accreditation-documents .single-intro-inner.style-two .thumb{display: none;}

  .accreditation-documents .single-intro-inner #down span {
    font-size: 16px;
    display: block;
    margin-top: 13px;
    text-align: center;
    color: #c71f2f;
}

 .accreditation-documents .single-intro-inner .style-two #bg-red #bg-blue #bg-base #bg-purple #bg-yellow #bg-pink {background-color:#2a2a2a;}
.subheading-2{color: #c71f2f;font-size: 18px;font-weight: 600;}
.ieac-documents h3{font-size: 22px;}

.ieac-documents .single-intro-inner{min-height: 200px;}
.single-course-title-tag{font-family: "Work Sans", sans-serif;
    font-weight: 700;
    line-height: 1.3;
       margin-bottom: 20px;
    font-size: 36px;
    color: #07294d;}

.parterns h2{ font-size: 28px;
    margin-left: 12px;
    font-style: italic;}    
    .error-course-title {font-size: 47px!important;}

     .error-course-title2 {font-size: 18px!important; color:#c71f2f}

     .carousel-indicators{bottom: -16px;}
      .carousel-indicators li{background-color: #c71f2f;}
      .carousel-control-prev, .carousel-control-next{opacity: 1;    background-color: #c71f2f;}
      .carousel-control-prev{margin-left: -18px;}
        .carousel-control-next{margin-right: -18px;}

       


.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
  min-height: 80px;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

#flow-chrt-prcs .single-intro-inner {

/*    min-height: 250px;*/
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}


.footer-logo-bg{background-color: #fff;padding: 10px;border-radius: 8px;}