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

  Template Name: Responsive Multipurpose HTML5 Template
  Template URI:
  Description: Responsive Multipurpose, one page, Portfolio, Business,  Creative HTML Templatee
  Author: Mehedi Hasan
  Author URI: http://mrmehedihasan.com
  Version: 1.0

CSS INDEX
===================

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

/* **********************************
Reset CSS
************************************** */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font: inherit;*/
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/********************************
 Typography Style
******************************** */
@font-face {
  font-family: 'MuseoSans-300';
  src: url('../fonts/MuseoSans-300.ttf');
  src: url('../fonts/MuseoSans-300.ttf') format('embedded-opentype'),
    url('../fonts/MuseoSans-300.eot') format('eot'),
    url('../fonts/MuseoSans-300.woff') format('woff'),
    url('../fonts/MuseoSans-300.otf') format('otf'),
    url('../fonts/MuseoSans-300.woff2') format('woff2'),
    url('../fonts/MuseoSans-300.svg') format('svg');
}

@font-face {
  font-family: 'MuseoSans-500';
  src: url('../fonts/MuseoSans-500.ttf');
  src: url('../fonts/MuseoSans-500.ttf') format('embedded-opentype'),
    url('../fonts/MuseoSans-500.eot') format('eot'),
    url('../fonts/MuseoSans-500.woff') format('woff'),
    url('../fonts/MuseoSans-500.otf') format('otf'),
    url('../fonts/MuseoSans-500.woff2') format('woff2'),
    url('../fonts/MuseoSans-500.svg') format('svg');
}

@font-face {
  font-family: 'MuseoSans-700';
  src: url('../fonts/MuseoSans-700.ttf');
  src: url('../fonts/MuseoSans-700.ttf') format('embedded-opentype'),
    url('../fonts/MuseoSans-700.eot') format('eot'),
    url('../fonts/MuseoSans-700.woff') format('woff'),
    url('../fonts/MuseoSans-700.otf') format('otf'),
    url('../fonts/MuseoSans-700.woff2') format('woff2'),
    url('../fonts/MuseoSans-700.svg') format('svg');
}

@font-face {
  font-family: 'MuseoSans-900';
  src: url('../fonts/MuseoSans-900.ttf');
  src: url('../fonts/MuseoSans-900.ttf') format('embedded-opentype'),
    url('../fonts/MuseoSans-900.eot') format('eot'),
    url('../fonts/MuseoSans-900.woff') format('woff'),
    url('../fonts/MuseoSans-900.otf') format('otf'),
    url('../fonts/MuseoSans-900.woff2') format('woff2'),
    url('../fonts/MuseoSans-900.svg') format('svg');
}



body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 15px;
}

a {
  text-decoration: none;
  font-size: 15px;
}

/*-------------------------
loader
----------------------------*/

.scrolltotop {
  color: #fff;
  background-color: #00c6b7;
  padding: 6px 12px;
  position: fixed;
  line-height: 1;
  right: 15px;
  bottom: 10px;
  text-decoration: none;
  display: none;
  font-size: 24px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 999;
}

.scrolltotop:hover {
  color: #fff;
  background-color: #006666;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}




/***********************
header
**********************/

.header {
  padding: 10px 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}

.navbar-brand img {
  height: 30px;
}

.mr-auto,
.mx-auto {
  /*margin-right: 0!important;
    margin-left: auto;*/
}

.navbar-light .navbar-nav .nav-link {
  color: #3a4049;
  font-size: 14px;
  font-weight: 300;
  margin: 0 7px;
  font-family: 'MuseoSans-300';
}

.search-box {
  /*width: 350px;*/
  position: relative;
  /*margin: 0 10px;*/
  width: 246px;
  margin: 0 80px 0 0;
}

.search-box .form-control {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}

.search-box .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 14px;
  font-weight: 300;
  font-family: 'MuseoSans-300';
  line-height: 1.5;
  color: #686f7a;
  background-color: #f2f3f5;
  background-clip: padding-box;
  border: 1px solid #f2f3f5;
  border-radius: 4px;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.form-control:focus {
  outline: inherit;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

.search-icon {
  position: absolute;
  top: auto;
  right: 18px;
  height: 15px;
  background-color: #f2f3f5;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #006666;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #006666;
}

li.cate {
  color: #006666;
  font-size: 14px;
  padding: 10px;
  font-family: 'MuseoSans-700';
  display: block;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cate img {
  margin-right: 5px;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: #00c6b7;
}

.navbar-light .navbar-toggler-icon {
  background-image: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  font-size: 22px;
  color: #00c6b7;
}

button:focus {
  outline: inherit;
  outline: inherit;
}

.navbar-light .navbar-nav .nav-link.login {
  border: 1px solid #686f7a;
  background-color: #ffffff;
  color: #686f7a;
  font-size: 16px;
  letter-spacing: 0.16px;
  line-height: 19.2px;
  padding: 8px 15px;
  border-radius: 4px;
  font-family: 'MuseoSans-500';
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.navbar-light .navbar-nav .nav-link.login:hover {
  border: 1px solid #006666;
  background-color: #006666;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.navbar-light .navbar-nav .nav-link.signup {
  border: 1px solid #00c6b7;
  background-color: #00c6b7;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.16px;
  line-height: 19.2px;
  padding: 8px 15px;
  border-radius: 4px;
  font-family: 'MuseoSans-500';
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}


.navbar-light .navbar-nav .nav-link.signup:hover {
  border: 1px solid #006666;
  background-color: #006666;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.navbar-light .navbar-nav .nav-link.user {
  border: 1px solid #00c6b7;
  background-color: #00c6b7;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  padding: 0;
  font-family: 'MuseoSans-500';
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
}


.navbar-light .navbar-nav .nav-link.user:hover {
  border: 1px solid #006666;
  background-color: #006666;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.navbar-light .navbar-nav .nav-link i {
  color: #00c6b7;
}

.navbar-nav .mycour:after {
  display: block;
  clear: both;
  content: '';
  border-left: 1px solid #3a4049;
  height: 18px;
  position: absolute;
  top: 10px;
}


/***********************
Sub-menu
***************************/
.menux {
  float: left;
  min-width: 18rem;
  padding: .5rem 0;
  /*margin: .125rem 0 0;*/
  margin: 0 0 0;
  font-size: 14px;
  color: #3a4049;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-box-shadow: 0 4px 16px rgba(20, 23, 28, .25);
  box-shadow: 0 4px 16px rgba(20, 23, 28, .25);
  color: #505763;
  border-radius: 0;
  position: absolute;
  z-index: 9;
  top: 100%;
  left: auto;
  display: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

li.cate:hover .menux {
  display: block;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.menux li a {
  display: block;
  width: 100%;
  padding: 5px 15px;
  clear: both;
  font-size: 14px;
  font-weight: 500;
  color: #3a4049;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  text-decoration: none;
  font-family: 'MuseoSans-500';
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.menux li a.active,
.menux li a:active {
  color: #3a4049;
  text-decoration: none;
  background-color: #f8f9fa;
}

.menux li a:focus,
.menux li a:hover {
  color: #3a4049;
  text-decoration: none;
  background-color: #f8f9fa;
}

.menux li a i {
  float: right;
  font-size: 18px;
}

.sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  padding: .5rem 0;
  width: 125%;
  /* height: 100%; */
  box-shadow: 0 4px 16px rgba(20, 23, 28, .25);
  display: none;
  /*overflow: hidden;*/
  transition: all 0.4s ease;
}

.menux li:hover .sub-menu {
  display: block !important;
  transition: all 0.4s ease;
}

.sub-menu li {
  list-style: none;
  display: block;
}

.sub-menu a {
  display: block;
  text-decoration: none;
  color: #3a4049;
  font-size: 14px;
  font-weight: 500;
  font-family: 'MuseoSans-500';
  padding: 5px 15px;
  transition: all 0.4s ease;
}


.sub-menu li a:focus,
.sub-menu li a:hover {
  color: #3a4049;
  text-decoration: none;
  background-color: #f8f9fa;
}

/*******************
  sub-sub-category
********************/

.sub-menu1 {
  position: absolute;
  left: 100%;
  /*border: 1px solid;*/
  top: 0;
  background: #fff;
  padding: .5rem 0;
  width: 150%;
  height: 100%;
  box-shadow: 0 4px 16px rgba(20, 23, 28, .25);
  display: block;
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 10000;
}

.sub-menu li:hover .sub-menu1 {
  display: block !important;
  transition: all 0.4s ease;
}

.sub-menu1 li {
  list-style: none;
  display: block;
}

.sub-menu1 a {
  display: block;
  text-decoration: none;
  color: #3a4049;
  font-size: 14px;
  font-weight: 500;
  font-family: 'MuseoSans-500';
  padding: 5px 15px;
  transition: all 0.4s ease;
}

.sub-menu1 li a:focus,
.sub-menu1 li a:hover {
  color: #3a4049;
  text-decoration: none;
  background-color: #f8f9fa;
}


.menux li:hover .sub-menu1 {
  display: none;
}

/***************************
carousel-slider
*****************************/

.carousel-slider {
  position: relative;
}

.carousel-captions {
  width: auto;
  height: auto;
  background: #fff;
  position: absolute;
  top: 30%;
  left: 5%;
  z-index: 2;
  padding: 30px;
}

.carousel-captions h1 {
  color: #00c6b7;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 900;
  font-family: 'MuseoSans-900';
}

.carousel-captions h5 {
  color: #444444;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: 'MuseoSans-700';
}

.carousel-captions .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #878787;
  font-family: 'MuseoSans-500';
  background-color: #f2f3f5;
  background-clip: padding-box;
  border: 1px solid #f2f3f5;
  border-radius: 4px;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.seacrhss {
  position: relative;
}

.seacrhss .search-icon {
  position: absolute;
  top: 12px;
  right: 18px;
  height: 18px;
  background-color: #f2f3f5;
}

.carousel-slider .owl-nav {
  display: none;
}


.carousel-slider .owl-dots {
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}

.carousel-slider .owl-dot {
  display: inline-block;
  height: 5px;
  width: 20px;
  background-color: #ffffff;
  opacity: 0.4;
  margin: 0 5px;
  border-radius: 30px;
}

.carousel-slider .owl-dot.active {
  display: inline-block;
  height: 5px;
  width: 20px;
  background-color: #00c6b7;
  opacity: 1;
}




/****************************
your-journey
**************************/

.your-journey {
  overflow: hidden;
  padding: 30px 0;
  text-align: center;
}

.title h2 {
  color: #2c2f3a;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 900;
  font-family: 'MuseoSans-900';
  margin-bottom: 15px;
}

.team {
  margin: 15px 0;
}

.team h4 {
  color: #2c2f3a;
  font-size: 24px;
  line-height: 2;
  font-weight: 300;
  font-family: 'MuseoSans-300';
}

.team p {
  color: #2c2f3a;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  font-family: 'MuseoSans-300';
  opacity: .6;
}



/****************************
popular-categories
****************************/
.popular-categories {
  overflow: hidden;
  padding: 30px 0;
}

.cate-title h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2c2f3a;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: 'MuseoSans-700';
}

.cate-title h4 img {
  margin-left: 10px;
}

.categories {
  -webkit-box-shadow: 0 2px 3px rgba(78, 87, 104, 0.15);
  box-shadow: 0 2px 3px rgba(78, 87, 104, 0.15);
  background-color: #ffffff;
  margin-bottom: 15px;
  border-radius: 3px;
}

.popular-categories .item {
  margin: 15px;
}

.categori-top {
  margin-bottom: -1px;
}

.categori-top h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #1f2b33;
  padding: 10px 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  height: 50px;
  font-family: 'MuseoSans-700';
}

.categori-top h3 img {
  height: 23px;
  width: auto !important;
  display: inline-block !important;
  margin-right: 15px;
}

.categori-top h3 svg {
  margin-right: 15px;
}

.categori-top h3 svg g {
  opacity: 1;
}

.categori-top h3 svg path {
  opacity: 1;
  fill: #3cd3bd;
}

.categories-img img {
  width: 100%;
}

.categories-img p {
  color: #2c2f3a;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 15px;
  padding-top: 15px;
  font-family: 'MuseoSans-500';
}

.rating {
  padding: 0px 15px 15px;
}

.rating ul li {
  list-style: none;
  display: inline;
}

.rating ul li a {
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  color: #00c6b7;
  margin: 5px 0px;
}

.rating ul li:nth-child(5) a {
  color: #dedfe0;
}

.rating ul li a span {
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  color: #3b424c;
}





/**************************
featured-courses
**************************/
.featured-courses {
  /*overflow: hidden;*/
  padding: 30px 0;
}

.cate-title h4 {
  color: #2c2f3a;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}


.filter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.filter li {
  display: inline;
}

.filter li a {
  display: inline-block;
  color: #00c6b7;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  text-decoration: none;
  font-family: 'MuseoSans-700';
}

.filter li a svg g {
  opacity: 1;
}

.filter li a svg path {
  opacity: 0.5;
  fill: #686f7a;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.filter li a:hover svg path {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  fill: #00c6b7;
}

a.filter {
  border: 1px solid #686f7a;
  background-color: #ffffff;
  color: #686f7a !important;
  font-size: 16px;
  letter-spacing: 0.16px;
  line-height: 19.2px;
  padding: 5px 15px;
  border-radius: 4px;
  text-decoration: none;
}


.courses {
  -webkit-box-shadow: 0px 3px 4px 1px rgba(78, 87, 104, 0.1);
  box-shadow: 0px 3px 4px 1px rgba(78, 87, 104, 0.1);
  background-color: #ffffff;
  margin: 15px;
  border-radius: 3px;
}

.courses-img {
  position: relative;
}

.courses-img img {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.tags {
  position: absolute;
  left: 0;
  top: 15px;
  background: #f4c150;
  padding: 3px 5px;
}

.tags:after {
  display: block;
  content: '';
  clear: both;
  width: 0;
  height: 0;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #f4c150 transparent;
  border-style: solid;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  right: -15px;
  top: 6px;
}

.beginner {
  background: #afe2dd;
}

.beginner:after {
  border-color: transparent transparent #afe2dd transparent;
}

.beginner-img img {
  width: auto !important;
  padding: 38px 0;
  text-align: center;
  margin: 0 auto;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.beginner p {
  color: #a57516;
}

.tags p {
  color: #a57516;
  font-size: 11px;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'MuseoSans-300';
  padding: 0 5px;
}

.tags p span {
  font-size: 11px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  font-family: 'MuseoSans-500';
}

.share {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
}

.share li {
  display: block;
}

.share li a {
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.share li a img {
  height: 22px;
  margin: 0 auto;
  padding: 0;
}

.share li a svg {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.share li a:hover svg path {
  stroke: #00c6b7;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.courses-text {
  padding: 10px;
}

.courses-text h5 {
  overflow: hidden;
  max-height: 45px;
  min-height: 45px;
  color: #2c2f3a;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  font-family: 'MuseoSans-500';
}

.courses-text p {
  overflow: hidden;
  max-height: 33px;
  min-height: 33px;
  color: #686f7a;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  font-family: 'MuseoSans-300';
}

.time-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
}

.times p {
  color: #686f7a;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  font-family: 'MuseoSans-300';
}

.times p span {
  font-weight: 500;
  font-family: 'MuseoSans-500';
}

.time-rate .rating {
  padding: 0;
}

.featured-courses .owl-nav.disabled {
  display: block;
}

.featured-courses .owl-nav .owl-prev {
  position: absolute;
  top: 35%;
  left: -15px;
  background: #fff;
  color: #414d55;
  -webkit-box-shadow: 0 2px 3px rgba(78, 87, 104, 0.25);
  box-shadow: 0 2px 3px rgba(78, 87, 104, 0.25);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.featured-courses .owl-nav .owl-prev:hover {
  background: #00c6b7;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.featured-courses .owl-nav .owl-next:hover {
  background: #00c6b7;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.featured-courses .owl-nav .owl-prev:hover i {
  color: #fff;
}

.featured-courses .owl-nav .owl-next:hover i {
  color: #fff;
}

.featured-courses .owl-nav .owl-next {
  position: absolute;
  top: 35%;
  right: -15px;
  background: #fff;
  color: #414d55;
  -webkit-box-shadow: 0 2px 3px rgba(78, 87, 104, 0.25);
  box-shadow: 0 2px 3px rgba(78, 87, 104, 0.25);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}



/********************************
our-students
******************************/
.our-students {
  overflow: hidden;
  padding: 30px 0;
  background: #f2f5fa;
}

.title h4 {
  color: #2c2f3a;
  line-height: 1.5;
  font-size: 24px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}

.title h5 {
  color: #2c2f3a;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

.embed-responsive {
  margin: 20px 0;
}

/********************************
our-students
******************************/
.organisations {
  text-align: center;
  padding: 30px 0;
  background: #f2f5fa;
}

.organi-logo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.organi-logo li {
  display: inline;
}

.organi-logo li a {
  display: inline-block;
  margin: 15px 0;
}

/********************************
teach-with
******************************/
.teach-with {
  text-align: center;
  padding: 30px 0;
  background: #f2f5fa;
  padding-bottom: 80px;
}

.teach h3 {
  color: #2c2f3a;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom: 15px;
  font-family: 'MuseoSans-900';
}

.teach p {
  color: #2c2f3a;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 30px;
  font-family: 'MuseoSans-500';
}

.teach a {
  display: inline-block;
  text-decoration: none;
  background: #00c6b7;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 6px 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}


.teach a:hover {
  background-color: #006666;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}



/************************
footer-area
**************************/
.footer-area {
  overflow: hidden;
  padding: 30px 0;
}

.fo-menu {
  margin-bottom: 15px;
}

.fo-menu li {
  display: block;
}

.fo-menu li a {
  display: inline-block;
  text-decoration: none;
  color: #2c2f3a;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
  font-family: 'MuseoSans-300';
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.fo-menu li a:hover {
  color: #006666;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer-bottom {
  border-top: 1px solid #dee2e6;
  padding: 15px 0;
  border-bottom: 5px solid #00c6b7;
}

.copy img {
  height: 30px;
  margin-right: 15px;
}

.copy p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2c2f3a;
  font-size: 14px;
  font-weight: 300;
  font-family: 'MuseoSans-300';
}

.social {
  text-align: right;
}

.social li {
  display: inline;
}

.social li a {
  display: inline-block;
  text-decoration: none;
  background: #646d75;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-left: 5px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.social li a:hover {
  background: #006666;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}




/*******************************
breadcrumb-area
*******************************/
.breadcrumb-area {
  background-color: #f7f8fa;
  margin-top: 2px;
}

.custom-bread .breadcrumb {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-bread .breadcrumb-item+.breadcrumb-item::before {
  display: none;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 15px;
}

.custom-bread .breadcrumb-item a img {
  margin-right: 10px;
}

.custom-bread .breadcrumb-item a {
  text-decoration: none;
  color: #262d38;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  font-family: 'MuseoSans-300';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.custom-bread .breadcrumb-item a:hover {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #006666;
}

.custom-bread .breadcrumb-item.current a {
  text-decoration: none;
  color: #006666;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  font-family: 'MuseoSans-700';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-bread .breadcrumb-item svg {
  margin-right: 10px;
}

.custom-bread .breadcrumb-item img {
  margin-left: 10px;
}

.custom-bread .breadcrumb-item svg g {
  opacity: 1;
}

.custom-bread .breadcrumb-item svg path {
  opacity: 1;
  fill: #00c6b7;
}


.breadcrumb-item+.breadcrumb-item::before {
  padding-right: .5rem;
  color: #6c757d;
  content: "\f105";
  font-family: "FontAwesome";
}

.breadcrumb {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: .25rem;
}


.breadcrumb-item a {
  text-decoration: none;
  color: #262d38;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  font-family: 'MuseoSans-300';
  padding: 0 10px;
}

.admin-bread .breadcrumb-item.current a {
  text-decoration: none;
  color: #262d38;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  font-family: 'MuseoSans-500';
  padding: 0 10px;
}

.breadcrumb-item.active a {
  text-decoration: none;
  color: #262d38;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  font-family: 'MuseoSans-500';
}

/****************************
banner-area
*******************************/
.banner-area {
  background: url(../img/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner h3 {
  color: #1f2b33;
  font-weight: 700;
  font-family: 'MuseoSans-700';
  font-size: 36px;
  line-height: 1.5;
}

.banner p {
  color: #1f2b33;
  font-weight: 300;
  font-family: 'MuseoSans-300';
  font-size: 16px;
  line-height: 1.5;
}

.tabs {
  border-bottom: 1px solid #f5f5f5;
}

.tabs li {
  display: inline;
  float: left;
}

.tabs li a {
  display: inline-block;
  text-decoration: none;
  color: #2c2f3a;
  font-weight: 300;
  font-family: 'MuseoSans-300';
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 15px;
  border-bottom: 8px solid transparent;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tabs li a.active {
  border-bottom: 8px solid #00c6b7;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tabs li a:hover {
  border-bottom: 8px solid #00c6b7;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.secrch-page .beginner-img img {
  width: 100% !important;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.shape-img {
  position: absolute;
  left: 15px;
  bottom: -30px;
  z-index: 2;
}

.secrch-page .courses-img {
  margin-bottom: 30px;
}

.search-rate {
  display: block;
}

.search-rate .times p {
  display: block;
}

.search-rate .times p span {
  display: inline-block;
  float: right;
}



/*********************
popular-tags
************************/

.popular-tags {
  overflow: hidden;
  padding: 30px 0;
}

.populars h4,
.teachers h4 {
  color: #1f2b33;
  font-weight: 700;
  font-family: 'MuseoSans-700';
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.populars li {
  display: inline;
}

.populars li a {
  display: inline-block;
  padding: 6px 20px;
  text-decoration: none;
  color: #006666;
  font-weight: 500;
  font-family: 'MuseoSans-500';
  font-size: 14px;
  letter-spacing: 0.14px;
  line-height: 1.5;
  border: 1px solid #006666;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-right: 5px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.populars li a:hover {
  color: #fff;
  background: #006666;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}


/***************************
teachers-area
*****************************/

.teachers-area {
  overflow: hidden;
  padding: 30px 0;
}

.teachers-list {
  -webkit-box-shadow: 0 2px 3px rgba(78, 87, 104, 0.15);
  box-shadow: 0 2px 3px rgba(78, 87, 104, 0.15);
  background-color: #ffffff;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 15px 0;
  border: 1px solid #f5f5f5;
}

.teachers-img {
  margin-right: 15px;
}

.teachers-img h3 {
  border: 1px solid #00c6b7;
  background-color: #00c6b7;
  color: #fff;
  font-size: 16px;
  line-height: 64px;
  padding: 0;
  font-family: 'MuseoSans-500';
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 64px;
  width: 64px;
  border-radius: 50%;
  text-align: center;
}

.teachers-details h3 {
  color: #00c6b7;
  font-weight: 500;
  font-family: 'MuseoSans-500';
  font-size: 14px;
  letter-spacing: 0.14px;
  line-height: 1.5;
}

.teachers-details h4 {
  color: #1f2b33;
  font-weight: 500;
  font-family: 'MuseoSans-500';
  font-size: 12px;
  letter-spacing: 0.14px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.teachers-details p {
  color: #686f7a;
  font-weight: 300;
  font-family: 'MuseoSans-300';
  font-size: 12px;
  letter-spacing: 0.14px;
  line-height: 1.3;
}




/************************
all-courses
***********************/
.all-courses {
  overflow: hidden;
  padding: 30px 0;
}

.title h3 {
  color: #1f2b33;
  font-family: 'MuseoSans-700';
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 15px;
}



.filter-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.filter-area a.filter {
  color: #686f7a;
  font-family: 'MuseoSans-700';
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #ced4da;
  padding: 9px 15px;
  margin-right: 10px;
}

.filter-area .form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #686f7a;
  font-family: 'MuseoSans-700';
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}


.sort-filter {
  margin-bottom: 30px;
}

.sort-filter .card-header {
  padding: 10px 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: none;
}

.sort-filter .btn-link {
  font-weight: 700;
  text-decoration: none;
  color: #1f2b33;
  font-family: 'MuseoSans-700';
  font-size: 18px;
  line-height: 1.5;
  display: block;
  width: 100%;
  text-align: left;
}

.sort-filter .card {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0;
  border-left: none;
  border-right: none;
}

.card-header button.collapsed:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.card-header button:before {
  content: '';
  display: block;
  clear: both;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  right: 15px;
  top: 25px;
  width: 8px;
  height: 8px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}



.containers {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 16px !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #1f2b33;
  font-weight: 300;
  font-family: 'MuseoSans-300';
}

/* Hide the browser's default radio button */
.containers input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #1f2b33;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.containers:hover input~.checkmark {
  background-color: #fff;
  border: 1px solid #1f2b33;
}

/* When the radio button is checked, add a blue background */
.containers input:checked~.checkmark {
  background-color: #fff;
  border: 1px solid #006666;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.containers input:checked~.checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.containers .checkmark:after {
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #006666;
}

/* The container */
.container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #1f2b33;
  font-weight: 300;
  font-family: 'MuseoSans-300';
}

/* Hide the browser's default checkbox */
.container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.container2 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.container2:hover input~.checkmark {
  background-color: #fff;
  border: 1px solid #1f2b33;
}

/* When the checkbox is checked, add a blue background */
.container2 input:checked~.checkmark {
  background-color: #006666;
  border: 1px solid #006666;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container2 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container2 input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container2 .checkmark:after {
  left: 6px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.sort-filter .table td:last-child {
  text-align: right;
}

.sort-filter .table td,
.sort-filter .table th {
  padding: 5px 0;
  vertical-align: middle;
  border-top: none;
  color: #1f2b33;
  font-weight: 300;
  font-family: 'MuseoSans-300';
  font-size: 14px;
}

.sort-filter .card-body {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  padding: 0 15px;
}




.result {
  margin-bottom: 15px;
}

.result h4 {
  color: #1f2b33;
  font-weight: 700;
  font-family: 'MuseoSans-700';
  font-size: 18px;
  line-height: 1.5;
}

.result-grid {
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 4px 1px rgba(78, 87, 104, 0.1);
  box-shadow: 0px 3px 4px 1px rgba(78, 87, 104, 0.1);
  background-color: #ffffff;
  margin-bottom: 15px;
  border: 1px solid #f5f5f5;
  height: 135px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.grid-content .rating {
  padding: 0;
}

.grid-content h5 {
  color: #2c2f3a;
  font-weight: 500;
  font-family: 'MuseoSans-500';
  font-size: 16px;
  line-height: 1.5;
}

.grid-content p {
  color: #686f7a;
  font-weight: 300;
  font-family: 'MuseoSans-300';
  font-size: 12px;
  letter-spacing: 0.28px;
  line-height: 1.5;
}

.grid-content span.triangle {
  display: inline-block;
  background: #f4c150;
  padding: 3px 10px;
  color: #000000;
  font-weight: 500;
  font-family: 'MuseoSans-500';
  font-size: 10px;
  line-height: 1;
  position: relative;
}

.grid-content span.triangle:after {
  display: block;
  content: '';
  clear: both;
  width: 0;
  height: 0;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #f4c150 transparent;
  border-style: solid;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  right: -12px;
  top: 4px;
}

.grid-content span.beginner {
  display: inline-block;
  background: #afe2dd;
  padding: 3px 10px;
  color: #000000;
  font-weight: 500;
  font-family: 'MuseoSans-500';
  font-size: 10px;
  line-height: 1;
  position: relative;
}

.grid-content span.beginner:after {
  display: block;
  content: '';
  clear: both;
  width: 0;
  height: 0;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent #afe2dd transparent;
  border-style: solid;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  right: -12px;
  top: 4px;
}

.Duration ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Duration li {
  display: inline;
}

.Duration li a {
  display: inline-block;
  text-decoration: none;
  color: #686f7a;
  font-weight: 300;
  font-family: 'MuseoSans-300';
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: 12px;
  margin: 4px 2px;
  border-right: 1px solid #f5f5f5;
  padding: 0 3px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.Duration li:nth-child(4) a {
  border-right: 1px solid transparent;
}

.Duration li:nth-child(5) a {
  border-right: 1px solid transparent;
}

.Duration li a span {
  color: #4d545e;
  font-weight: 500;
  display: inline-block;
  margin: 0 2px;
  font-family: 'MuseoSans-500';
}

.Duration li a svg {
  height: 16px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.Duration li a:hover svg path {
  stroke: #00c6b7;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.grid-enroll a {
  display: inline-block;
  text-decoration: none;
  background: #00c6b7;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.18px;
  line-height: 1.5;
  border-radius: 4px;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.grid-enroll a:hover {
  background-color: #006666;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.grid-enroll p {
  color: #686f7a;
  font-family: 'MuseoSans-300';
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.3px;
  line-height: 1.2;
}

.grid-enroll span {
  color: #4d545e;
  font-family: 'MuseoSans-500';
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.3px;
  line-height: 1.2;
}

.grid-img img {
  width: 100%;
  height: 135px;
  vertical-align: bottom;
  margin-left: -1px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.grid-img {
  width: 25%;
  float: left;
}

.grid-content {
  width: 55%;
  float: left;
  padding: 8px 0px 8px 22px;
}

.grid-enroll {
  width: 20%;
  float: left;
  text-align: center;
  padding: 10px 0;
}

.page-link {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-left: -1px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid transparent;
  color: #00c6b7;
  font-family: 'MuseoSans-500';
  font-size: 18px;
  line-height: 21.6px;
}

.pagination {
  margin: 30px 0;
}

.page-link:hover {
  z-index: 2;
  color: #00c6b7;
  text-decoration: none;
  background-color: #fff;
  border-color: #fff;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

.page-link.left {
  height: 38px;
  width: 38px;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(78, 87, 104, 0.25);
  box-shadow: 0 2px 2px rgba(78, 87, 104, 0.25);
  border-radius: 50%;
  font-size: 22px;
  text-align: center;
  padding: 0;
  line-height: 38px;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}

.page-item:last-child .page-link {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}



/**************************
introduction-finance
*****************************/
.introduction-finance {
  background-color: #2a3e54;
  padding: 30px 0;
  padding-bottom: 130px;
}

.intro h1 {
  color: #ffffff;
  font-family: 'MuseoSans-900';
  font-weight: 900;
  font-size: 36px;
  line-height: 1.2;
}

.intro p {
  color: #ffffff;
  font-family: 'MuseoSans-300';
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  opacity: .5;
}


/******************************
courses-details-area
********************************/
.courses-details-area {
  margin-top: -100px;
}

.courses-videos {
  margin-bottom: 15px;
}

.courses-videos img {
  width: 100%;
}

/*.courses-overview {

}*/

.courses-overview h4 {
  color: #1f2b33;
  font-family: 'MuseoSans-700';
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 15px;
}

/*.courses-overview {
  color: #1f2b33;
  font-family: 'MuseoSans-300';
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
}*/

.courses-teacher {
  margin-bottom: 30px;
}

.teacherss {
  background: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(78, 87, 104, 0.15);
  box-shadow: 0 2px 3px rgba(78, 87, 104, 0.15);
  border: 1px solid #b3b3b3;
  padding: 15px;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 15px;
}

.teacherss .teachers-img {
  margin-right: 15px;
  width: 10%;
  float: left;
}

.teachers-con {
  width: 86%;
  float: left;
}

.teachers-con .titles {
  width: 60%;
  float: left;
}

.teachers-con .watch {
  width: 40%;
  float: left;
  text-align: right;
}

.teachers-con .para {
  width: 100%;
  overflow: hidden;
}

.teachers-con .titles h4 {
  color: #00c6b7;
  font-family: 'MuseoSans-700';
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.18px;
  line-height: 1.2;
}

.teachers-con .titles h5 {
  color: #1f2b33;
  font-family: 'MuseoSans-500';
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.18px;
  line-height: 1.5;
}

.teachers-con .titles p {
  color: #686f7a;
  font-family: 'MuseoSans-500';
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.18px;
  line-height: 1.5;
}

.teachers-con .titles p span {
  color: #686f7a;
  font-family: 'MuseoSans-300';
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.18px;
  line-height: 1.5;
  display: inline-block;
  margin: 0 5px;
}

.teachers-con .titles h4 span {
  color: #00c6b7;
  font-family: 'MuseoSans-300';
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.18px;
  line-height: 1.5;
  display: inline-block;
  margin: 0 5px;
}

.watch a {
  display: inline-block;
  text-decoration: none;
  padding: 8px 15px;
  background: #00c6b7;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.18px;
  line-height: 21.6px;
  font-family: 'MuseoSans-500';
  font-weight: 500;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.watch a:hover {
  background: #006666;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.watch a svg {
  margin-right: 5px;
}

.teachers-con .para p {
  color: #1f2b33;
  font-family: 'MuseoSans-300';
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  margin: 15px 0;
}



.courses-details {
  margin-bottom: 30px;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
  color: #2c2f3a;
  font-size: 16px;
  font-family: 'MuseoSans-300';
  font-weight: 300;
  border: none;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #2c2f3a;
  background-color: #fff;
  border-color: transparent;
  border-bottom: 8px solid #00c6b7;
  font-family: 'MuseoSans-700';
  font-weight: 700;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 8px solid #00c6b7;
  color: #2c2f3a;
}

.tab-content p {
  color: #1f2b33;
  font-family: 'MuseoSans-300';
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  margin: 15px 0;
}




.student-review {
  margin-bottom: 30px;
  overflow: hidden;
}

.reviews {
  width: 20%;
  float: left;
  text-align: center;
}

.reviews-bars {
  width: 60%;
  float: left;
  padding: 0 10px;
}

.star-rating {
  width: 20%;
  float: left;
  padding: 5px 0;
}


.reviews h1 {
  color: #1f2b33;
  font-family: 'MuseoSans-700';
  font-weight: 700;
  font-size: 78px;
  line-height: 1;
}

.student-review .rating {
  padding: 0;
}

.star-rating .rating ul li:last-child a {
  margin-left: 10px;
}

.star-rating .five-star ul li:nth-child(5) a {
  color: #00c6b7;
}

.star-rating .four-star ul li:nth-child(5) a {
  color: #dedfe0;
}


.star-rating .three-star ul li:nth-child(4) a {
  color: #dedfe0;
}

.star-rating .three-star ul li:nth-child(5) a {
  color: #dedfe0;
}

.star-rating .two-star ul li:nth-child(3) a {
  color: #dedfe0;
}

.star-rating .two-star ul li:nth-child(4) a {
  color: #dedfe0;
}

.star-rating .two-star ul li:nth-child(5) a {
  color: #dedfe0;
}

.star-rating .one-star ul li:nth-child(2) a {
  color: #dedfe0;
}

.star-rating .one-star ul li:nth-child(3) a {
  color: #dedfe0;
}

.star-rating .one-star ul li:nth-child(4) a {
  color: #dedfe0;
}

.star-rating .one-star ul li:nth-child(5) a {
  color: #dedfe0;
}


.reviews p {
  color: #1f2b33;
  font-family: 'MuseoSans-500';
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
}


.reviews-bars .progress {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 20px;
  overflow: hidden;
  font-size: .75rem;
  background-color: #f2f3f5;
  border-radius: 30px;
  margin: 12px 0;
}

.reviews-bars .progress-bar {
  background-color: #00c6b7;
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}

.read-more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3cd3bd;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.read-more a img {
  margin-left: 10px;
}



.all-offer {
  background: #fff;
  padding: 15px 25px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 3px rgba(78, 87, 104, 0.15);
  box-shadow: 0 2px 3px rgba(78, 87, 104, 0.15);
}

.offer-by {
  overflow: hidden;
  padding: 14px 0;
  border-bottom: 1px solid #f5f5f5;
}

.offer-left {
  width: 60%;
  float: left;
}

.offer-right {
  width: 40%;
  float: left;
}

.offer-left h4 {
  color: #1f2b33;
  font-family: 'MuseoSans-700';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}

.offer-left p {
  color: #686f7a;
  font-family: 'MuseoSans-300';
  font-weight: 300;
  font-size: 14px;
  line-height: 1.3;
}


.offer-right h4 {
  color: #1f2b33;
  font-family: 'MuseoSans-700';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}

.offer-right p {
  color: #686f7a;
  font-family: 'MuseoSans-300';
  font-weight: 300;
  font-size: 14px;
  line-height: 1.3;
}


.offer-full h4 {
  color: #1f2b33;
  font-family: 'MuseoSans-700';
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
}

.offer-full h4 span {
  color: #686f7a;
  font-family: 'MuseoSans-300';
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3;
}

.offer-left .rating {
  padding: 0;
}

.offer-bottom {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.offer-bottom .lefts {
  width: 50%;
  float: left;
}

.offer-bottom .rights {
  width: 50%;
  float: left;
}

.offer-bottom .lefts li {
  display: inline;
}

.offer-bottom .lefts li a {
  display: inline-block;
  margin: 15px 5px;
}

.offer-bottom .lefts li a svg path {
  stroke: #00c6b7;
  opacity: 1;
}

.offer-bottom .rights a {
  display: inline-block;
  text-decoration: none;
  background: #00c6b7;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.18px;
  line-height: 1.5;
  border-radius: 4px;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 15px 0;
}

.offer-bottom .rights a:hover {
  background-color: #006666;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}



/*****************************
admin-header
*****************************/
.admin-header .search-box {
  margin-left: 50px;
}

.admin-header {
  padding: 0;
}

.admin-header .dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  margin: .125rem 0 0;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  font-size: 14px;
  font-weight: 500;
  color: #3a4049;
  text-align: inherit;
  white-space: nowrap;
  border: 0;
  text-decoration: none;
  font-family: 'MuseoSans-500';
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tr-box span {
  width: 48px;
  height: 48px;
  background-color: #00c6b7;
  border-radius: 50%;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: 48px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.14px;
}

.admin-header .navbar-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}




/************************
teacher-details
*************************/

.teacher-details {
  overflow: hidden;
  padding: 30px 0;
}

.teacher-tabs .nav-tabs .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 10px 30px;
}

.content-tabs {
  margin: 30px 0;
}

.selecteds .form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: #686f7a;
  font-family: 'MuseoSans-300';
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.searchss input {
  position: relative;
}

.searchss img {
  position: absolute;
  right: 17px;
  top: 10px;
  background: #fff;
  cursor: default;
}

.head-option {
  text-align: right;
  float: right;
}

.head-option.navbar {
  padding: 0;
}

.head-option li {
  display: inline-block;
  float: left;
}

.head-option li a {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #ced4da;
  background: #fff;
  color: #4d545e;
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 3px;
  margin: 0 5px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 3px 0;
}

.head-option li a:focus,
.head-option li a:active,
.head-option li a:hover {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  /*background: #00c6b7;
  color: #fff;*/
  background-color: #f8f9fa;
  color: #343434 !important;
  border: 1px solid #343434;
}

.head-option li a.invites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  border: 1px solid transparent;
  background: #fff;
  color: #4d545e;
  height: auto;
  width: auto;
  text-align: center;
  border-radius: 3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.head-option li a.invites img {
  margin-right: 5px;
}

.head-option .dropdown-item {
  display: block !important;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  border-bottom: 1px solid #ced4da !important;
  border-radius: 0 !important;
  margin: 0 !important;
}

.head-option .dropdown-toggle::after {
  display: none;
}

.head-option .dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: auto;
  z-index: 1000;
  float: left;
  padding: 0;
}



.teacher-table {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 10px;
}

.teacher-table thead {
  background: #00c6b7 !important;
}

.teacher-table thead th {
  vertical-align: middle;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  color: #ffffff;
  font-family: 'MuseoSans-300';
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  padding: 15px 15px;
}

.teacher-table thead th i {
  margin-left: 5px;
}

.teacher-table thead th:last-child {
  text-align: center;
}

.teacher-table .table td {
  padding: 8px 15px;
  vertical-align: middle;
  border-top: 1px solid transparent;
  /*color: #4d545e;*/
  font-family: 'MuseoSans-300';
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.35px;
  line-height: 1.5;
  text-transform: capitalize;
}

.teacher-table .table td b {
  font-family: 'MuseoSans-500';
  font-weight: 500;
}

/* The container */
.check1 {
  display: block;
  position: relative;
  padding-left: 5px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmarks {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #4d545e;
}

/* On mouse-over, add a grey background color */
.check1:hover input~.checkmarks {
  background-color: transparent;
  border: 1px solid #4d545e;
}

/* When the checkbox is checked, add a blue background */
.check1 input:checked~.checkmarks {
  background-color: #00c6b7;
  border: 1px solid #00c6b7;
}

.teacher-table thead .check1 input:checked~.checkmarks {
  background-color: #00c6b7;
  border: 1px solid #fff;
}

.teacher-table thead .check1:hover input~.checkmarks {
  background-color: transparent;
  border: 1px solid #fff;
}

.teacher-table thead .checkmarks {
  border: 1px solid #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmarks:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check1 input:checked~.checkmarks:after {
  display: block;
}

/* Style the checkmark/indicator */
.check1 .checkmarks:after {
  left: 6px;
  top: 1px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.teacher-table .table td .form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 15px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  color: #686f7a;
  font-family: 'MuseoSans-300';
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.teacher-table .table td a.act {
  display: inline-block;
  text-decoration: none;
  color: #00c6b7;
  font-family: 'MuseoSans-500';
  font-size: 14px;
  letter-spacing: 0.35px;
  line-height: 1.5;
}

.teacher-table .table td a.pending {
  display: inline-block;
  text-decoration: none;
  color: #4d545e;
  font-family: 'MuseoSans-500';
  font-size: 14px;
  letter-spacing: 0.35px;
  line-height: 1.5;
}

.teacher-table .table td a.course-img img {
  height: 50px;
  width: 80px;
}

.table-striped tbody tr:nth-of-type(odd) {
  /* background-color: #fff; */
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: #FAFAFA;
}

.teacher-table .table td span.short-name {
  display: inline-block;
  color: #686f7a;
  font-family: 'MuseoSans-300';
  font-size: 14px;
  letter-spacing: 0.35px;
  line-height: 1.5;
  text-transform: uppercase;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #B3EEEA;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
}

a.load-more {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #4d545e;
  font-family: 'MuseoSans-300';
  font-size: 14px;
  letter-spacing: 0.35px;
  line-height: 1.5;
}




/****************************
invite-teacher
***************************/

.invite-teacher {
  padding: 30px 0;
}

.invite-tabs .nav-tabs .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 10px 25px;
}

.invite-details {
  margin: 15px 0;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 15px;
}

.information {
  -webkit-box-shadow: 0 2px 3px rgba(78, 87, 104, 0.15);
  box-shadow: 0 2px 3px rgba(78, 87, 104, 0.15);
  background-color: #ffffff;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 4px;
}

.profile {
  overflow: hidden;
}

.profile h4,
.Personal h4 {
  color: #2c2f3a;
  font-family: 'MuseoSans-500';
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.profile-img {
  width: 110px;
  float: left;
}

.image-upload {
  overflow: hidden;
  width: auto;
  float: left;
  margin-top: 25px;
  margin-left: 15px;
}

.uploadd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}




.image-upload input[type=file] {
  cursor: pointer;
  width: 100px;
  height: 36px;
  overflow: hidden;
  margin: 0;
  text-align: center;
  border: 1px solid #00c6b7;
  border-radius: 4px;
}

.image-upload input[type=file]:focus {
  outline: inherit;
}

.image-upload input[type=file]:before {
  width: 100px;
  height: 36px;
  content: 'Browse';
  display: inline-block;
  background: #00c6b7;
  padding: 0 10px;
  color: #ffffff;
  font-family: 'MuseoSans-500';
  font-size: 14px;
  letter-spacing: 0.07px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

.submit-btn {
  display: inline-block;
  border: 1px solid #00c6b7;
  color: #00c6b7;
  font-family: 'MuseoSans-500';
  font-size: 14px;
  letter-spacing: 0.07px;
  line-height: 1.5;
  background: #fff;
  text-align: center;
  border-radius: 4px;
  width: 100px;
  height: 36px;
  margin-left: 5px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}


.image-upload p {
  color: #97a6b7;
  font-family: 'MuseoSans-300';
  font-size: 12px;
  letter-spacing: 0.6px;
  line-height: 1.5;
  margin: 5px 0;
}


.image-upload input[type=file]:hover {
  background-color: #006666;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.submit-btn:hover {
  background-color: #006666;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #006666;
}




.info-text {
  padding-top: 15px;
  padding-left: 30px;
  border-left: 1px solid #ced4da;
  height: 100%;
}

.info-text p {
  color: #97a6b7;
  font-family: 'MuseoSans-300';
  font-size: 14px;
  line-height: 1.5;
}

.Personal label {
  color: #686f7a;
  font-family: 'MuseoSans-300';
  font-size: 14px;
  letter-spacing: 0.14px;
  line-height: 1.8;
  font-weight: 300;
}

.Personal label span {
  color: #97a6b7;
  font-family: 'MuseoSans-300';
  font-size: 12px;
  letter-spacing: 0.14px;
  line-height: 1.5;
  font-weight: 300;
}

.Personal .form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: #686f7a;
  font-family: 'MuseoSans-300';
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.Personal .containers {
  line-height: 1.2 !important;
  margin-top: 15px !important;
}

.save-btns {
  text-align: right;
  padding: 10px 0;
}

.save-btns li {
  display: inline;
}

.save-btn {
  display: inline-block;
  border: 1px solid #00c6b7;
  color: #00c6b7;
  font-family: 'MuseoSans-500';
  font-size: 14px;
  letter-spacing: 0.07px;
  line-height: 1.5;
  background: #fff;
  text-align: center;
  border-radius: 4px;
  height: 36px;
  margin-right: 10px;
  padding: 0 20px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.send-btn {
  height: 36px;
  content: 'Browse';
  display: inline-block;
  background: #00c6b7;
  padding: 0 20px;
  color: #ffffff;
  font-family: 'MuseoSans-500';
  font-size: 14px;
  letter-spacing: 0.07px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  border: none;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.send-btn:hover {
  background-color: #006666;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.save-btn:hover {
  background-color: #006666;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #006666;
}

input:focus {
  outline: inherit;
}

/* custom css */
.Personal label.form-subnote {
  color: #97a6b7;
  font-family: 'MuseoSans-300';
  font-size: 12px;
  letter-spacing: 0.14px;
  line-height: 1.5;
  font-weight: 300;
}

.sub-menu li:first-child .sub-menu1 {
  display: none !important;
}

.bootstrap-select>.dropdown-toggle {
  height: 36px !important;
}

.gray-img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

.sub-footer-netnz-logo {
  width: 70px;
  position: relative;
  top: 6px;
}

.report-table-container {
  max-height: 70vh;
  overflow: scroll;
  position: relative;
}

table.report-table {
  position: relative;
  /* border-collapse: collapse; */
}

table.report-table thead tr.sticky-row {
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  top: 0;
  background-color: #f7f7f7;
  z-index: 2;
}

table.report-table tbody .sticky-column,
table.report-table thead .sticky-column {
  position: -webkit-sticky;
  /* for Safari */
  position: sticky;
  left: 0;
  background-color: #f7f7f7;
  z-index: 1;
}
th.vertical-header {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  width: 100px;
}
ul.learner-disposition-list {
  list-style: circle;
  margin-left: 40px;
}

ul.learner-disposition-list li {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 5px;
}

.social-btn {
  border: 1px solid #747775;
  display: block;
  text-align: center;
  color: #202020;
  font-weight: bold;
  border-radius: 5px;
}

.social-btn img {
  float: left;
  margin-top: 7px;
  margin-left: 10px;
}

.mt-9 {
  margin-top: 9px !important;
}

.attendance-week-option-one {

  background-color: #a90303 !important;
  color: #ffffff !important;
}

.attendance-week-option-two {
  background-color: #006400 !important;
  color: #ffffff !important;
}

.attendance-week-option-three {

  background-color: #D4EDBC !important;
  color: #000 !important;
}

.attendance-week-option-four {
  background-color: #FFC0CB !important;
  color: #000 !important;
}
.attendance-week-option-five{
  background-color: #E6CFF2 !important;
  color: #000 !important;
}
.attendance-participation-option-one {

  background-color: #B10202 !important;
  color: #ffffff !important;
}

.attendance-participation-option-two {
  background-color: #FFC0CB !important;
  color: #000 !important;
}

.attendance-participation-option-three {
  background-color: #D4EDBC !important;
  color: #000 !important;

}

.attendance-participation-option-four {
  background-color: #11734B !important;
  color: #ffffff !important;
}
.dd-size {
  width: 120px !important;
}

.dd-dis{
  width: 400px;
}
.stu-chk{
  margin-right: 5px;
}
.pro-note{
  width: 200px !important;
}
.input-size{
  width: 660px;
}
.green-dd{
  background-color: #11734B !important;
  color: #ffffff !important;
}
.red-dd{
  background-color: #C20F28 !important;
  color: #ffffff !important;
}
.light-dd{
  background-color: #E8EAED !important;
  color: #000 !important;
}
/* Custom styling for select tag */
select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Style for when the select is focused */
select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Style for disabled select */
select:disabled {
  background-color: #e9ecef;
  opacity: 0.65;
}

.light-green-dd{
  background-color: #D4EDBC !important;
  color: #2A8056 !important;

}
.light-red-dd{
  background-color: #FFCFC9 !important;
  color: #C20F28 !important;
}
.reflection-week-option-one {
  
  background-color: #C20F28 !important;
  color: #ffffff !important;

}

.reflection-week-option-two {
  background-color: #FFCFC9 !important;
  color: #000 !important;
}

.reflection-week-option-three {

  background-color: #E8EAED !important;
  color: #000 !important;
}

.reflection-week-option-four {
  background-color: #D4EDBC !important;
  color: #000 !important;
}

.reflection-week-option-five {
  background-color: #11734B !important;
  color: #ffffff !important;

}

.disposition-engaged {
  background-color: #CFE2F3 !important;
}

.disposition-socially {
  background-color: #D9EAD3 !important;
}

.disposition-diverse {
  background-color: #F4CCCC !important;
}

.disposition-active {
  background-color: #D9D2E9 !important;
}

.disposition-option-one {
  background-color: #11734B !important;
  color: #ffffff !important;
}

.disposition-option-two {
  background-color: #D4EDBC !important;
  color: #1D7D73 !important;
}

.disposition-option-three {
  background-color: #E8EAED !important;
  color: #000
}

.disposition-option-four {
  background-color: #FFCFC9 !important;
  color: #C50F28 !important;
}

.disposition-option-five {
  background-color: #B10202 !important;
  color: #ffffff !important;
}
