/*------------------------------------------------------------------

[Table of contents]



1. Common

2. Typography

3. Navigation / #navbar

4. Banner

5. About

6. Service

7. Testimonials

8. Blog

9. Contact

10. Footer / #footer

-------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Muli&family=Poppins:wght@400;600;700&family=Quicksand:wght@500;600;700&display=swap");

body, html {

  width: 100%;

  height: 100%;

}



html {

  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: "Muli", 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: "Muli", sans-serif;

  line-height: 28px;

  font-size: 16px;

}



/*--------------------

 TYPOGRAPHY

-----------------*/

.h1,

.h2,

.h3,

.h4,

.h5,

.h6,

h1,

h2,

h3,

h4,

h5,

h6 {

  font-family: "Quicksand", sans-serif;

  font-weight: 700;

  line-height: 1.3;

  margin-bottom: 0px;

  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: #FF1949;

}



/*-------------------

BUTTONS STYLE

----------------=----*/

.btn {

  font-weight: 700;

  position: relative;

  text-transform: capitalize;

  padding: 16px 30px;

  border-radius: 5px;

  font-size: 16px;

  font-family: "Quicksand", sans-serif;

  border: 1px solid transparent;

  -webkit-transform: translateY(0px);

  transform: translateY(0px);

  transition: all 0.3s ease-in-out;

}



.btn:focus {

  box-shadow: none !important;

}



.btn-main {

  background: #FF1949;

  color: #fff;

  border-color: #FF1949;

}



.btn-main:hover {

  color: #fff;

  border-color: #385777;

  background: #385777;

}



.btn-main-2 {

  border-color: #385777;

  color: #fff;

  background: #385777;

}



.btn-main-2:hover {

  background: #FF1949;

  color: #fff;

  border-color: #FF1949;

}



.btn-tp {

  background: #fff;

  color: #FF1949;

  border: 1px solid transparent;

}



.btn-tp:hover {

  background: #FF1949;

  color: #fff;

  border-color: #FF1949;

}



a {

  color: #FF1949;

  outline: none;

  text-decoration: none;

  transition: all 0.3s ease-in-out;

}



a:hover {

  color: #385777;

  outline: none;

  text-decoration: none;

}



a:focus {

  text-decoration: none;

}



a:focus, a:visited {

  outline: none;

}



ul, ol {

  margin-bottom: 0px;

  list-style-type: none;

  padding-left: 0px;

}



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

}



/*====================

Banner Area

======================*/

.section-padding {

  padding: 43px 0px;

}



.page-header {

  padding: 120px 0px;

  background: #F4FDFF;

  position: relative;

  background: url("../images/page-header.jpg") no-repeat;

  background-size: cover;

  background-position: 0px 10%;

  text-align: center;

}



.page-header:before {

  position: absolute;

  content: "";

  left: 0px;

  top: 0px;

  width: 100%;

  height: 100%;

  background: #263b5e;

  opacity: .85;

}



.page-header .page-header-content h1 {

  color: #fff;

  font-size: 60px;

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

}



.page-wrapper {

  padding: 100px 0px;

}



.bg-grey {

  background: #F7F5F4;

}



.mt--105 {

  margin-top: -105px;

}



.white-text {

  color: #fff;

}



.white-text h3, .white-text h2, .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: 0px;

  color: #FF1949;

}



.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: 0px;

  right: 0px;

  width: 40px;

  height: 2px;

  bottom: 0px;

  margin: 0px  auto;

  background: #FF1949;

}



.font-size-26 {

  font-size: 26px !important;

}



.bg-feature {

  background: #F5F7FA;

}



/*=======================

Header TopBar

============================*/

.header-top {

  background: #07294D;

}



.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: 0px 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: #FF1949;

  border-radius: 0px;

  padding: 12px 30px;

  font-size: 14px;

  text-transform: capitalize;

  font-weight: 400;

}



/*-------------------

   MENU

----------------------*/

.site-navigation {

  border-bottom: 1px solid #F5F7FA;

  padding: 12px 0px;

}



.navbar {

  padding: 0px;

}



.navbar-nav .nav-link {

  /*padding-left: 15px !important;

  padding-right: 15px !important;

  padding-top: 20px;

  padding-bottom: 20px;*/

  font-weight: 600;

  text-transform: capitalize;

  font-size: 15px;

  color: #111;

  padding: 20px 8px!important;

}



.navbar-nav .nav-link:hover {

  color: #FF1949;

}



.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

----------------------*/

.dropdown-menu.show {

  -webkit-animation: .2s forwards b;

          animation: .2s forwards b;

}



.dropdown-item {

  font-weight: 500;

  padding-top: .5rem;

  padding-bottom: .5rem;

  transition: background-color .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: #FF1949;

}



.dropdown-toggle::after {

  display: none;

}



.nav-item.dropdown .dropdown-menu {

  transition: all 300ms ease;

  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

  border: 0px;

  padding: 0px;

  position: absolute;

  border-top: 2px solid #FF1949;

  min-width: 220px;

}



/* Header Right */

.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 .4s ease;

}



.header-contact-right li i:hover {

  background: #385777;

  border-color: #385777;

  color: #fff;

}



.btn-small {

  padding: 11px 24px;

}



.btn-small i {

  margin-right: 5px;

}



.header-form {

  position: relative;

}



.header-form .form-control {

  height: 50px;

  background: #F9F9F9;

  border: 0px solid transparent;

}



.header-form i {

  position: absolute;

  right: 14px;

  top: 15px;

}



/* Search Option*/

.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 .35s, visibility .35s, height .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: 0px;

}



.search-close:hover {

  cursor: pointer;

}



/* Menu Transpaarent */

.menu-2 .navbar-nav .nav-link {

  text-transform: uppercase;

  font-size: 13px;

}



.nav-link.active {

  color: #FF1949;

}



.nav-tp {

  border-bottom: 1px solid rgba(255, 255, 255, 0.03);

  padding: 12px 0px;

  z-index: 999;

  margin-bottom: -100px;

  position: relative;

}



.nav-tp .navbar-nav .nav-link {

  color: #fff;

}



.nav-tp .navbar-brand h3 {

  color: #fff;

}



/* ================

 BAnner

================*/

.banner {

  padding: 130px 0px;

  padding-bottom: 180px;

  background: url("../images/bg/video-bg.jpg");

  background-size: cover;

  position: relative;

}



.banner:before {

  position: absolute;

  content: "";

  left: 0px;

  top: 0px;

  background: #263b5e;

  width: 100%;

  height: 100%;

  opacity: .7;

}



.banner .banner-content h1 {

  font-size: 56px;

  margin: 15px 0px 45px;

  line-height: 65px;

  letter-spacing: -1.3px;

  color: #fff;

}



.banner .banner-content p {

  margin-bottom: 35px;

  color: #fff;

  opacity: .8;

  font-size: 18px;

  line-height: 32px;

}



.banner .banner-content .subheading {

  color: #fff;

  margin-bottom: 0px;

}



/*=====================

Banner 2

======================= */

.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: 0px;

  top: 0px;

  background: #263b5e;

  width: 100%;

  height: 100%;

  opacity: .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: inline-block;

}



.subheading:before {

  position: absolute;

  content: "";

  left: 0px;

  width: 40px;

  height: 2px;

  background: #FF1949;

  top: 0px;

  bottom: 0px;

  margin: auto 0px;

}



/*=====================

Banner -3/.4

======================= */

.banner-left {

  position: relative;

  background: #263b5e;

  padding: 35px 0px;

}



.banner-left:before {

  position: absolute;

  content: "";

  left: 0px;

  top: 0px;

  background: url("../images/bg/bg-pattern.png") center center;

  background-size: cover;

  width: 100%;

  height: 100%;

  opacity: .05;

}



.banner-left .banner-content h1 {

  font-size: 56px;

  margin: 20px 0px 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: 0px;

}



.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: transparent;

  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

======================= */

.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 h2 {

  width: 70%;

  margin: 0px auto 40px;

  font-size: 20px;

  line-height: 40px;
  color:#fff;
  font-weight: normal;
     opacity: .8;
}


.banner-5 .banner-content p {

  width: 70%;

  margin: 0px auto 40px;

  font-size: 20px;

  line-height: 40px;

}



/*=====================

Banner 6

======================= */

.banner-6 {

 /* padding-top: 100px;

  padding-bottom: 70px;*/

  background: #fff;

  position: relative;

}



.banner-6:before {

  position: absolute;

  content: "";

  left: 0px;

  top: 0px;

  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;

  padding-right: 40px;

  text-align: justify;

}



.banner-img3 {

  position: relative;

}



.banner-img3:before {

  position: absolute;

  content: "";

  right: 0px;

  bottom: 0px;

  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: 0px 200px;

}



.primary-bg {

  background: #FF1949;

}



/* ================

Features

================*/

.feature {

  margin-top: -70px;

}



.feature-item {

  padding: 30px 35px;

  margin-bottom: 25px;

  background: #fff;

  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.04);

  margin: 0px 5px;

  border-radius: 5px;

  border-top: 2px solid #FF1949;

  display: flex;

  transition: .4s;

  margin-bottom: 20px;

}



.feature-item h4 {

  margin-bottom: 20px;

  transition: .4s;

}
.feature-item h2 {

  margin-bottom: 20px;

  transition: .4s;
  font-size: 22px;

}


.feature-item:hover {

  margin-top: -10px;

}



.feature-item:hover .feature-icon {

  color: #FF1949;

}



.feature-icon {

  font-size: 40px;

  float: left;

  margin-right: 25px;

  color: #385777;

  margin-top: 5px;

  transition: .4s ease;

}



.feature-text {

  overflow: hidden;

}



/* ====================

Feature Style 2

======================*/

.feature-item.feature-style-2 {

  display: block;

  box-shadow: none;

  margin-bottom: 0px;

  padding: 25px;

  background: #fff;

  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.04);

  border-top: 0px;

}



.feature-item.feature-style-2:hover {

  border-color: transparent;

  background: #FF1949;

}



.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: 0px;

  margin-bottom: 15px;

  font-size: 50px;

  color: #FF1949;

}



.feature-item.feature-style-2 h4, .feature-item.feature-style-2 p, .feature-item.feature-style-2 .feature-icon {

  transition: .4s ease;

}



/* ====================

Clientns Partners

======================*/

.cta-2-inner {

  padding: 30px 0px;

  background: #fff;

  position: relative;

  z-index: 1;

  border-radius: 10px;

  border: 1px solid #eee;

}



.cta-2-inner .client-logo {

  padding: 0px 10px;

  text-align: center;

}



/*========================

 Contact Section

============================*/

.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: #FF1949;

}



.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: #FF1949;

}



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

}



/*======================

Popular Courses

============================*/

.section-heading {

  margin-bottom: 15px;

  margin-top: 35px;

}

.general-heading {

  margin-bottom: 15px;

  margin-top: 35px;
   font-family: "Quicksand", sans-serif;
   line-height: 1.3;
   color: #07294D;

}

.general-heading h3 {

 font-size: 22px;

}

.general-heading h1 {

 font-size: 36px!important;
  color: #07294D!important;

}

.section-heading .news-heading {

  font-size: 36px;
  font-family: "Quicksand", sans-serif;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0px;
    color: #07294D;

}

.section-heading h3 {

  font-size: 36px;

}



.popular-course {

  padding-bottom: 200px;

}



.popular-course .course-btn {

  margin-bottom: 60px;

}



/*=================

Course Block

==================*/

.course-block {

  border: 1px solid #e2f4ff;

  background: #fff;

  transition: .4s;

  margin-bottom:25px;

}



.course-block:hover {

  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);

  border-color: transparent;

}



.course-block .course-content {

  padding: 20px;

}



.course-block .course-content h4 {

  margin: 10px 0px;

}



.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 0px;

}



.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: #FF1949;

}



.course-price {

  color: #FF1949;

  font-weight: 700;

  font-size: 30px;

  margin-bottom: 10px;

  font-family: "Quicksand", sans-serif;

}



.course-price .del {

  text-decoration: line-through;

  color: #727695;

  font-weight: 400;

  font-size: 20px;

}



/* Rating */

.rating {

  margin-bottom: 10px;

  font-size: 13px;

}



.rating i {

  color: #f2b827;

}



.rating span {

  color: #222;

  margin-left: 10px;

}



/*=======================

Course Category

========================*/

.course-category {

  text-align: center;

  border-radius: 5px;

  background: #fff;

  padding: 80px 20px 30px;

  transition: .4s;

  overflow: hidden;

  margin-bottom: 30px;

  margin: 10px;

  position: relative;

  z-index: 1;

}



.course-category:before {

  position: absolute;

  content: "";

  left: 0px;

  top: 0px;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.8);

  z-index: -1;

  transition: .4s;

}



.course-category:hover:before {

  background: #FF1949;

  border-color: #FF1949;

  opacity: .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: .4s;

}



.course-category h4 {

  margin-bottom: 0px;

  font-size: 20px;

  transition: .4s;

  font-weight: 600;

}



.course-category h4 a {

  color: #fff;

}



.course-category p {

  transition: .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;

}



.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: .3s ease;

  border-radius: 10px;

  overflow: hidden;

  text-align: center;

  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);

}



.course-categories .category-item:hover {

  -webkit-transform: translateY(-10px);

          transform: translateY(-10px);

  border-radius: 0px;

}



.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: 0px;

  font-family: "Quicksand", sans-serif;

    font-weight: 700;

    line-height: 1.3;

}



.course-categories .category-item p {

  color: #fff;

  margin-bottom: 0px;

}



.category-bg-1 {

  background: #D94DA6;

}



.category-bg-2 {

  background: #307AD5;

}



.category-bg-3 {

  background: #EAB830;

}



.category-bg-4 {

  background: #FF1949;

}



.category-bg-5 {

  background: #10C45C;

}



/*========================

 Funfact  Counter

==========================*/

.counter-inner {

  background: #FF1949;

  padding: 50px 50px 30px 50px;

  border-radius: 10px;

  position: relative;

}



.counter-inner:before {

  position: absolute;

  content: "";

  left: 0px;

  top: 0px;

  width: 100%;

  height: 100%;

  background: url("../images/bg/bg-do2.png");

  opacity: .3;

}



.counter-wrap .counter-item {

  text-align: center;

}



.counter-wrap .counter-item .counter {

  font-size: 50px;

  margin: 15px 0px;

  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: 0px;

  color: #fff;

}



.counter-section {

  position: relative;

  background: #FF1949;

}



.counter-section:before {

  position: absolute;

  content: "";

  left: 0px;

  top: 0px;

  width: 100%;

  height: 100%;

  background: url("../images/bg-do2.png");

  opacity: .3;

}



/*========================

Course Filter Tab

==========================*/

.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: .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: #FF1949;

}



.course.gutter .course-item {

  padding: 10px;

}



/* ====================

VIDEO SECTION

======================*/

.video-section {

  position: relative;

  padding-bottom: 30px;

}



.video-section:before {

  position: absolute;

  content: "";

  left: 0px;

  top: 0px;

  width: 100%;

  height: 70%;

  background: rgba(7, 41, 77, 0.98);

}



.video-section:after {

  position: absolute;

  content: "";

  left: 0px;

  top: 0px;

  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 h3, .video-section .section-heading .subheading {

  color: #fff;

}



.video-block {

  position: relative;

}



.video-block:before {

  position: absolute;

  content: "";

  left: 0px;

  top: 0px;

  width: 100%;

  height: 100%;

  background: rgba(7, 41, 77, 0.4);

}



.video-block:after {

  position: absolute;

  content: "";

  background: #FF1949;

  left: 0px;

  right: 0px;

  bottom: -32px;

  width: 80%;

  height: 30%;

  z-index: -1;

  opacity: .3;

  margin: 0px 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: #FF1949;

  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: #FF1949;

}



@-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 0px;

  background: #e8e8e8;

}



.video-section2 .section-heading {

  padding-right: 43px;

  margin-bottom: 0px;

}



.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: 0px;

  top: 0px;

  height: 100%;

}



.video-section2 .video-block-container:before {

  position: absolute;

  content: "";

  right: 0px;

  top: 0px;

  width: 100%;

  height: 100%;

  background: rgba(7, 41, 77, 0.9);

  z-index: 1;

}



/* ====================

Testimonial

======================*/

.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 #FF1949;

}



.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: .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 .testi-head {

  margin-bottom: 0px;

  font-weight: 600;

  font-size: 20px;
  font-family: "Quicksand", sans-serif;
  line-height: 1.3;
  color: #07294D;

}

.review-item .client-text h4 {

  margin-bottom: 0px;

  font-weight: 600;

  font-size: 20px;

}



.review-item .client-text .designation {

  font-size: 14px;

  color: #FF1949;

}



.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: .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 0px;

}



.testimonials-slides-2 .review-item {

  opacity: 1;

}



.testimonials-slides-2 .review-item .client-info {

  border-top: 2px solid #FF1949;

}



.testimonials-slides-2 .review-item .client-info i {

  color: #FF1949;

  opacity: 1;

}



.testimonials-slides-2 .owl-nav {

  margin-top: 10px;

  position: absolute;

  left: 0px;

  left: -385px;

  bottom: 100px;

}



.testimonials-slides-2 .owl-nav button.owl-prev, .testimonials-slides-2 .owl-nav button.owl-next {

  font-size: 50px;

}



.testimonials-slides-2 .owl-nav button.owl-prev:hover, .testimonials-slides-2 .owl-nav button.owl-next:hover {

  color: #FF1949;

  background: transparent;

}



.testimonials-slides-2 .owl-nav button.owl-prev:focus, .testimonials-slides-2 .owl-nav button.owl-next:focus {

  outline: none;

}



.testimonials-slides-2 .owl-nav button.owl-prev {

  opacity: .6;

}



/* ====================

About Section

======================*/

.about-section .section-heading {

  margin-bottom: 30px;

}



.about-content .btn {

  margin-top: 10px;

}



.about-text-block {

  position: relative;

  background: #F9F9F9;

  padding: 25px 30px 15px 95px;

  margin-bottom: 20px;

  border-radius: 5px;

}



.about-text-block i {

  position: absolute;

  font-size: 40px;

  left: 25px;

  top: 26px;

  color: #FF1949;

}



.about-text-block h4 {

  margin-bottom: 10px;

  font-size: 20px;

}



.about-img2 {

  padding-right: 30px;

}



.about-2 p {

  margin-bottom: 30px;

}



/*====================

 Team Section

=====================*/

.team {

  position: relative;

  padding-bottom: 70px;

}



.team:before {

  position: absolute;

  content: "";

  left: 0px;

  top: 0px;

  width: 100%;

  height: 100%;

  background: url("../images/bg/bg-7.png") center center;

  background-size: cover;

  opacity: .8;

}



.team .team-item {

  text-align: center;

  border: 2px solid #fff;

  padding: 30px 20px 40px 20px;

  transition: .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: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);

  background: #fff;

}



.team .team-item img {

  border-radius: 100%;

  width: 200px;

  height: 200px;

  margin: 0px auto;

  transition: .4s;

}



.team .team-item .team-info {

  margin-top: 30px;

  position: relative;

  height: 60px;

}



.team .team-item .team-info h4 {

  margin-bottom: 0px;

}



.team .team-item .team-info p {

  color: #FF1949;

}



.team-socials {

  opacity: 0;

  transition: .4s;

  position: absolute;

  bottom: -56px;

  left: 0px;

  right: 0px;

  text-align: center;

}



.team-socials li {

  margin-right: 0px !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: .4s;

}



.team-socials a:hover i {

  background: #FF1949;

}



.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: 0px;

  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 0px 20px;

  text-align: center;

  padding: 15px 10px;

  border-radius: 5px;

  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);

}

.team-block .team-info h2{
  font-size: 22px;
  font-family: "Quicksand", sans-serif;
    font-weight: 700;
    line-height: 1.3;
    color: #07294D;
}

.team-block .team-info h4, .team-block .team-info p {

  margin-bottom: 0px;

}



.team-block .team-info p {

  color: #535967;

    font-family: "Muli", sans-serif;

    line-height: 28px;

    font-size: 16px;

}



.team-block .team-img {

  overflow: hidden;

  position: relative;

}



.team-block .team-img img {

  transition: all .3s ease;

  border-radius: 5px;

  width: 100%;

}



.team-block .team-img:before {

  position: absolute;

  content: "";

  left: 0px;

  top: 0px;

  width: 100%;

  height: 100%;

  background: rgba(56, 87, 119, 0.2);

  transition: all .3s ease;

  visibility: hidden;

  opacity: 0;

}



.team-block .team-socials {

  position: absolute;

  top: 50%;

  margin-top: -50px;

}



.team-block .team-socials li {

  margin: 0px 5px;

}



.team-block:hover .team-img::before {

  opacity: 1;

  visibility: visible;

}



.team-block:hover .team-socials {

  opacity: 1;

  visibility: visible;

}



/* ====================

OfFer COurse

======================*/

.offer-course {

  position: relative;

  background: #F9F9F9;

  background: white;

  background: linear-gradient(32deg, white 36%, #eee3dd 100%);

}



.offer-course .course-block {

  box-shadow: 0px 8px 16px 0px rgba(146, 184, 255, 0.2);

  margin-bottom: 0px;

}



.offer-course .section-heading h3 {

  margin-bottom: 20px;

}



.offer-course .section-heading h3 span {

  color: #FF1949;

  text-decoration: underline;

}



.offer-course .section-heading p {

  color: #444;

}



.offer-course .section-heading .btn {

  margin-top: 10px;

}



/* ====================

Footer Section

======================*/

.footer {

  background: #100f1f;

  padding: 80px 0px 0px;

  position: relative;

  color: rgba(255, 255, 255, 0.8);

}



.footer .footer-widget .widget-title {

  color: #fff;

  margin-bottom: 20px;

  font-size: 22px;
  font-family: "Quicksand", 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: #FF1949;

  margin-right: 20px;

  float: left;

  margin-top: 7px;

  min-width: 30px;

}



.footer .footer-contact ul li div {

  overflow: hidden;

  font-size: 14px;

}



.footer .footer-contact ul li div strong {

  display: block;

  text-transform: capitalize;

  font-size: 16px;

}



.footer .footer-links li {

  padding: 5px 0px;

}



.footer .footer-links a {

  color: rgba(255, 255, 255, 0.8);

}



.footer .footer-links a:hover {

  color: #FF1949;

}



.footer .footer-socials {

  margin-top: 30px;

}



.footer .footer-socials a {

  width: 40px;

  height: 40px;

  background: #fff;

  display: inline-block;

  text-align: center;

  padding-top: 6px;

  font-size: 14px;

  color: #222;

  border-radius: 100%;

}



.footer .footer-socials a:hover {

  background: #FF1949;

  color: #fff;

}



.footer-btm {

  margin-top: 30px;

  padding: 20px 0px 25px;

  border-top: 1px solid rgba(255, 255, 255, 0.1);

}



.footer-btm .copyright p {

  color: rgba(255, 255, 255, 0.8);

  margin-bottom: 0px;

  font-size: 14px;

}



.form-subscribe {

  position: relative;

}



.form-subscribe .form-control {

  height: 50px;

  border-color: rgba(255, 255, 255, 0.2);

  background: transparent;

  border-radius: 5px;

}



.form-subscribe button {

  position: absolute;

  right: 0px;

  top: 0px;

  background: #FF1949;

}



.form-subscribe button:hover {

  background: #fff;

  color: #222;

}



/*==========================

Course Page

=======================*/

.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-style-2 .course-content h4 {

  margin: 10px 0px 15px;

}

.course-style-2 .course-content h2 {

  margin: 10px 0px 15px;
  font-size: 22px;
  font-family: "Quicksand", sans-serif;
    font-weight: 700;
    line-height: 1.3;
   
    color: #07294D;

}



.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 .rating, .course-style-2 .course-price {

  margin-bottom: 0px;

}



.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: 0px;

}



.course-list-item .course-img img {

  border-radius: 5px;

}



.course-list-item .course-content {

  padding: 0px;

}



/* =========================

 Course Single Sidebar

==============================*/

.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 h3 {font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 0px;
    color: #07294D;}

.course-sidebar .course-widget {

  border: 1px solid #eee;

  padding: 25px;

  margin-bottom: 25px;

  border-top: 2px solid #385777;

  border-radius: 5px;

  margin-top: 20px;

}



.course-sidebar .course-widget.single-info {

  font-weight: 600;

  color: #222;

}



.course-sidebar .course-widget.single-info i {

  color: #FF1949;

  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;

}



.course-sidebar .course-widget ul li i {

  margin-right: 10px;

  color: #FF1949;

  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: 0px !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: 0px;

  transition: .4s;

  width: 40px;

  height: 40px;

  display: inline-block;

  background: #eee;

  text-align: center;

  border-radius: 4px;

  line-height: 40px;

  transition: .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: #FF1949;

}



.course-sidebar .course-widget.single-info span {

  color: #FF1949;

}



.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: 0px;

  top: 13px;

}



 .single-course-tags a {

  color: #fff;

  display: inline-block;

  padding: 0px 12px;

  border: 1px solid #d8d9dc;

  background: #ff1949;

  font-size: 14px;

  margin: 3px;

}



.single-course-tags a.active {

  color: #fff;

  display: inline-block;

  padding: 0px 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: 25px;

  text-transform: capitalize;

  position: relative;

  padding-bottom: 20px;

  font-size: 24px;
  font-family: "Quicksand", sans-serif;
    font-weight: 700;
    line-height: 1.3;
   
    color: #07294D;
}

}

.course-title {

  margin-bottom: 25px;

  text-transform: capitalize;

  position: relative;

  padding-bottom: 20px;

  font-size: 24px;

}



.course-title:before {

  position: absolute;

  content: "";

  left: 0px;

  bottom: 0px;

  width: 40px;

  height: 2px;

  background: #222;

}



/*========================

COURse Single Details

==============================*/

.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;
  font-family: "Quicksand", sans-serif;
    font-weight: 700;
    line-height: 1.3;

}
.section-heading h1 {font-size: 32px;}


.course-single-header  ul li {

  color: #fff;

  text-transform: capitalize;

  font-weight: 600;

}



.course-single-header  ul li a {

  color: #fff;

  opacity: .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: #FF1949;

}



.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: #FF1949;

}



.single-course-details {

  clear: both;

}



.single-course-details .course-info {

  overflow: hidden;

  padding: 25px;

  border: 1px solid #eee;

  margin: 25px 0px;

  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: 0px;

  top: 10px;

}



/*======================

Course Topics

==============================*/

.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: 0px;

}



.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: "Quicksand", 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: #FF1949;

}



.edutim-course-topic .card {

  margin-bottom: 20px;

  border: 0px solid transparent;

}



.edutim-course-topic .card .card-header {

  padding: 0px;

  margin-bottom: 0;

  background: transparent;

  border-bottom: 0px 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: transparent;

}



.edutim-course-topic .card .card-header button h4 {

  font-size: 18px;

  margin-bottom: 0px;

}





.curriculmn-title {

  position: relative;
  font-family: "Quicksand", sans-serif;
    font-weight: 700;
    line-height: 1.3;
    color: #07294D;
    font-size: 18px;

}



.curriculmn-title::after {

  position: absolute;

  content: "\f067";

  font-family: "Font Awesome 5 Free";

  font-weight: 900;

  color: #FF1949;

  margin-left: 20px;

  font-size: 15px;

  top: 3px;

  color: #555;

}



.curriculmn-title-btn[aria-expanded="true"] .curriculmn-title::after {

  content: "\f068";

  font-family: "Font Awesome 5 Free";

  color: #FF1949;

}



.edutim-course-topic .card .card-header button.curriculmn-title-btn[aria-expanded="true"] {

  border-bottom: 0px;

}



/*=======================

Related Courses

================= */

.related-course {

  border-top: 1px solid #eee;

}



.related-course .course-block {

  background: #F9F9F9;

  border-color: #F9F9F9;

}



.related-course .course-block:hover {

  background: #fff;

}



/*==========================

 Instructor info

=============================*/

.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: #FF1949;

}



.course-review {

  margin-bottom: 30px;

  padding: 25px;

}



.review-text {

  overflow: hidden;

}



.review-text h5 span {

  font-size: 14px;

  color: #555;

  margin-left: 10px;

}



/*===============================

Course Page Tab Panel

==================================*/

.course-single-tabs {

  margin-bottom: 45px;

  margin-top: 20px;

}



.course-single-tabs .nav-tabs {

  background: #F8F8F9;

  border: 0px;

}



.course-single-tabs .nav-tabs .nav-link.active,

.course-single-tabs .nav-tabs .nav-link {

  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: 0px;

  right: 0px;

  bottom: 0px;

  width: 50%;

  margin: 0px auto;

  text-align: center;

  border-bottom: 2px solid transparent;

}



.course-single-tabs .nav-tabs .nav-link.active {

  color: #FF1949;

}



.course-single-tabs .nav-tabs .nav-link.active:before {

  border-color: #FF1949;

}



/*===============================

Course Page Tab Panel

==================================*/

.subscribe-section {

  background: url("../images/cta-bg.jpg") no-repeat;

  background-size: cover;

  background-position: center center;

  position: relative;

  /*padding: 60px 50px;*/
  padding: 24px 5px;

  margin-bottom: -60px;

  position: relative;

  z-index: 2;

  border-radius: 7px;

  overflow: hidden;

}



.subscribe-section:before {

  position: absolute;

  content: "";

  left: 0px;

  top: 0px;

  width: 100%;

  height: 100%;

  background: #263b5e;

  opacity: .98;

}



.subscribe-section .section-heading {

  margin-bottom: 0px;

}



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

}



/*===================

 Course single style 3

 ==========================*/

.single-top-meta {

  margin-top: 20px;

}



.single-top-meta .rating {

  margin-bottom: 0px;

  margin-left: 20px;

}



.single-top-meta span {

  margin-left: 10px;

  color: #fff;

  font-weight: 600;

}

.teach-content p {padding: 15px!important;}
.teach-content .inn-list {padding: 15px!important;}

.course-single-wrapper {

  background: #ddd;

  

  background: url("../images/cta-bg.jpg");

  background-size: cover;

  position: relative;

}



.course-single-wrapper:before {

  position: absolute;

  content: "";

  left: 0px;

  top: 0px;

  background: #263b5e;

  width: 100%;

  height: 100%;

  opacity: .98;

}



.course-single-wrapper .course-single-header {

  border-bottom: 0px;

  padding-top: 70px;

}



.course-single-style-3 {

  padding-top: 0px;

}



.course-single-style-3 .course-sidebar {

  margin-top: -360px;

  border: #fff;

  background: #fff;

}



.course-single-style-3 .course-single-thumb {

  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;

  border: 0px 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-page .error-header h2 {

  font-size: 90px;

  line-height: 1.1;

  font-weight: 700;

}



.error-page .error-message {

  margin: 15px 0px;

}



.error-page .error-content .btn {

  margin-top: 30px;

}



/*===============================

Home Page 2

===================================*/

.nav-padding {

  padding: 0px 180px;

}



.nav-padding .header-form .form-control {

  border: 1px solid #eee;

}



.category-menu {

  background: #385777;

  margin: 0px 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: #FF1949;

  color: #fff;

  width: 50px;

  border-radius: 100%;

  padding-top: 10px;

  opacity: 0;

}



.scroll-to-top.reveal {

  opacity: 1;

  visibility: visible;

}



/*===============================

Home Page 5

===================================*/

.process {

  position: relative;

  margin-top: 32px;

  background: #F5F5F5;

}



.process .section-heading {

  margin-bottom: 30px;

}



.process-img {

  position: absolute;

  content: "";

  left: 0px;

  top: 0px;

  width: 49%;

  height: 100%;

  background: url("../images/img1.jpg") no-repeat;

  background-size: cover;

}



.process-block {

  position: relative;

  padding: 20px 0px;

}



.process-block i {

  position: absolute;

  content: "";

  width: 70px;

  height: 70px;

  border-radius: 100%;

  text-align: center;

  left: 0px;

  display: inline-block;

  padding-top: 22px;

  background: #fff;

  color: #FF1949;

  font-size: 25px;

  z-index: 1;

}



.process-block span{

  position: absolute;

  content: "";

  width: 70px;

  height: 70px;

  border-radius: 100%;

  text-align: center;

  left: 0px;

  display: inline-block;

  line-height: 70px;

  color: #FF1949;

  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 h4 {

  margin-bottom: 10px;

}

.process-block .process-desc .title-head {

  margin-bottom: 10px;
  font-size: 22px;
  font-family: "Quicksand", sans-serif;
    font-weight: 700;
    line-height: 1.3;
    color: #07294D;

}



.process-block .process-desc:before {

  position: absolute;

  content: "";

  left: 0px;

  top: 0px;

  width: 1px;

  height: 100%;

  background: #FF1949;

  left: 33px;

  top: 60px;

}



.process-block .process-desc.no-divider:before {

  display: none;

}



/*------------------------

Feature style

-----------------------------*/

.feature-4 {

  padding-top: 100px;

}



.feature-4 .section-heading {

  padding-right: 30px;

}



.feature-4 .section-heading .news-heading {

  font-size: 40px;

}

.feature-4 .section-heading h3 {

  font-size: 40px;

}

.feature-4 .section-heading p {

  margin: 20px 0px 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 .feature-heading {

  margin-bottom: 0px;

  font-size: 20px;
  transition: .4s;
  font-family: "Quicksand", sans-serif;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0px;
    color: #07294D;

}


.feature-item.feature-style-4 h4 {

  margin-bottom: 0px;

  font-size: 20px;

}



.feature-item.feature-style-4 .feature-icon {

  float: none;

  margin-right: 0px;

  margin-top: 0px;

  margin-bottom: 15px;

  color: #FF1949;

}



.feature-item.feature-style-4:hover {

  margin-top: 0px;

}



/*------------------------

Course  style for home5

-----------------------------*/

.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: 0px;

  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  width:100%;

}



.course-block.style-5 .course-meta {

  margin: 20px 0px 0px;

}



.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 h4 {

  line-height: 34px;

}

.course-block.style-5 .course-content h3 {

  line-height: 34px;
      font-size: 22px;
          margin: 10px 0px;

}


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

}



/*------------------------

Testimonial style for home5

-----------------------------*/

.testimonials-slides-3 .client-info {

  margin-bottom: 0px;

  border-radius: 0px;

  padding: 0px;

  border: 0px;

}



.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: #FF1949;

}



.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: 0px;

  bottom: 0px;

  width: 0;

  height: 0;

  border-bottom: 200px solid rgba(255, 255, 255, 0.1);

  border-left: 200px solid transparent;

  z-index: -1;

}



/*------------------------

Popular cousr list style2

-----------------------------*/

.popular-course-list2 .course-list-item .course-img img {

  border-radius: 100%;

}



.popular-course-list2 .course-list-item {

  padding: 29px 21px;

  background: #F5F7FA;

}



.popular-course-list2 .course-list-item:hover {

  background: #fff;

}



.popular-course-list2 .course-block {

  border: 0px solid #e2f4ff;

}







/* ---------------------------------------------



/* ---------------------------------------------

responsive

--------------------------------------------- */

@media (max-width: 991px) {

  .app-header {

    padding: 0;

  }

  .app-header .navbar {

    padding: .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:hover,

  .navbar-toggler:focus {

    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;

  }

  .section-title .title,

  .parallax h2,

  .img-block-txt h2 {

    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";

}



/*===================

Blog Main

=====================*/

.post-meta {

  text-transform: capitalize;

}



.post-meta span {

  margin-right: 15px;

}



.blog-item {

  transition: .4s;

  cursor: pointer;

  border: 1px solid #e2f4ff;

  border-radius: 5px;

  margin-bottom: 20px;

}



.blog-item img {

  border-radius: 5px;

}



.blog-item .blog-content {

  padding: 20px;

}



.blog-item .blog-content .entry-meta span {

  margin-right: 15px;

  font-size: 14px;

}



.blog-item .blog-content .entry-meta span i {

  margin-right: 10px;

  color: #FF1949;

}



.blog-item .blog-content h2 {

  margin: 15px 0px 10px;

  font-size: 20px;

  line-height: 1.4;

}



.blog-item:hover h2 {

  color: #FF1949;

}



.blog-post-item {

  border: 1px solid #eee;

  margin-bottom: 30px;

}



.blog-post-item .post-item {

  padding: 0px 40px 40px;

}



.blog-post-item .post-meta span {

  font-size: 14px;

  font-weight: 600;

  letter-spacing: .5px;

}



.blog-post-item .post-meta span i {

  color: #ddd;

}



.blog-post-item .post-meta span a:hover {

  color: #FF1949;

}



.blog-post-item .post-title {

  margin: 10px 0px 20px;

}



.blog-post-item .post-content .read-more {

  text-transform: uppercase;

  font-weight: 600;

  margin-top: 20px;

  display: inline-block;

}



/*==================

Blog PAge 

==================== */

.main-content-area {

  padding: 100px 0px;

}



.post-bg {

  background: #faf9ff;

  border: 1px solid #eef2fb;

}



.post-bg .post-content {

  padding: 30px 40px 40px 40px;

}



/*-----------------

Right Sidebar

-----------------*/

.blog-sidebar .widget {

  padding: 30px;

  background-color: white;

  border: 2px solid #eef2fb;

  border-top-width: 4px;

  margin-bottom: 40px;

  transition: .4s;

  /* ----TAGS-----*/

  /*--------- SEARCH FORM -----------*/

  /*============== Widgte Categories ============ */

}



.blog-sidebar .widget:hover {

  box-shadow: 0px 8px 16px 0px rgba(200, 183, 255, 0.2);

  border-top-color: #8fb569;

}



.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: 0px;

  width: 40px;

  height: 2px;

  background: #8fb569;

}



.blog-sidebar .widget ul, .blog-sidebar .widget ol {

  border: 0;

  list-style: none;

  margin: 0;

  padding: 0px;

}



.blog-sidebar .widget.widget_tag_cloud a {

  font-size: 13px;

  background: #f5f5f5;

  padding: 6px 16px;

  text-transform: uppercase;

  color: #333;

  margin: 0px 5px 10px 0px;

  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: 0px;

  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: 0px;

  right: 0px;

  border-radius: 0px;

}



.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 post widget

====================*/

.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: 0px;

  border: 0px;

}



.widget-post-thumb {

  max-width: 80px;

  border-radius: 100%;

  overflow: hidden;

  margin-right: 20px;

}



.widget-post-body h6 {

  margin-bottom: 0px;

}



.widget-post-body span {

  text-transform: uppercase;

  font-size: 13px;

  letter-spacing: 1px;

}



/*=====================

Blog pagination

===================*/

.blog-pagination {

  margin-top: 60px;

}



.blog-pagination ul {

  list-style-type: none;

  margin-left: 0px;

  padding-left: 0px;

  clear: both;

  display: block;

}



.blog-pagination ul li {

  margin-right: 10px;

  display: inline-block;

}



.blog-pagination ul li.active a {

  color: #fff;

  background: #FF1949;

  border-color: #FF1949;

}



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

}



/*==========================

Single Blog Page 

===========================*/

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

}



/*=====================

 Single Post Tags

==========================*/

.blog-footer {

  margin-top: 60px;

}



.single-tags a {

  display: inline-block;

  padding: 6px 16px;

  margin: 0px 5px;

  border: 2px solid #f0f0f0;

  color: #333;

  border-radius: 5px;

}



.single-tags a:hover {

  background: #FF1949;

  color: #fff;

  border-color: #FF1949;

}



.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 Info

==========================*/

.author {

  margin: 40px 0px;

  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: #FF1949;

}



.author .author-info h4 {

  margin-bottom: 0px;

}



.author .author-info ul {

  margin: 25px 0px 0px;

}



.author .author-info ul li a {

  color: #222;

  padding: 0px 6px;

}



/*=====================

 CommentS Area

==========================*/

.comments {

  margin: 90px 0px;

}



.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: "Muli", sans-serif;

  color: #FF1949;

  border-left: 1px solid #eee;

}



.comments .media .reply-link {

  font-size: 12px;

  font-family: "Muli", 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: #FF1949;

}



/*=====================

 Comment Forms

==========================*/

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

}



/*=====================

 Single POst Navigation

==========================*/

.blog-navigation {

  margin: 60px 0px;

  padding: 50px 0px;

  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;

}

/*==========================

Course Curriculam

==========================*/

.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 .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 0px;

}



.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 .4s ease 0s;

  padding: 7px 40px;

}



.edutim-course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link:hover .item-name {

  color: rgb(255, 25, 73);

}



.edutim-course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link:hover:before {

  color: rgb(255, 25, 73);

}



.edutim-course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link .item-name {

  color: #222;

  transition: all .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,.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,.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;

}









/* --------------------

Home New 8

-------------------- */





/* Banner style 8  */

.banner-style-8{

  padding: 100px 0px;

  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 bar 2 */



.header-top-2{

  padding: 5px 0px;

  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-socials li a:hover,

.header-top-2 .header-contact li a:hover{

  color:#FF1949;

}





.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: #FF1949;

  background: #eee;

  padding: 2px 7px;

  border-radius: 4px;

}





.menu_fixed{

  position: fixed;

  top: 0px;

  width: 100%;

  z-index: 999;

  background: #fff;

  border-bottom: 1px solid #e8f1f7;

}



.nav-tp.menu_fixed{

  background: #263B5E;

  border-color: transparent;

}





.ptb-40{

  padding: 40px 0px;

}

.inn-list {

    margin-bottom: 15px;

}

.inn-list li {

    font-size: 15px;

    margin-bottom: 5px;

    color: #273044;

    position: relative;

    padding-left: 24px;

}



.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 #ff1949;

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

    -webkit-box-shadow: 2px 2px 0 #ff1949;

    border-radius: 3px;

    margin-right: 10px;

    float: left;

}

.bd-text {

    color: #111;

    text-align: justify;

}



.gray-bg-section {

    position: relative;

    padding: 40px 0px 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: #ff1949;

    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 0px;

    padding: 0px 10px;

    border-right: 1px solid #aaaaaa;

    text-align: center;

}

.hidden-lg {
    display: none;
}

@media only screen and (max-width: 767px) {
	.iframe-cls {width:100% !important;}
	.hidden-lg {display: block;}
}