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

-----------------------------------------------------------

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






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

@import url("font-face.css");

/* ========== Default ========== */ /*

body {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  font-style: normal;
  color: #707070;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  outline: medium none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif;
  color: #1B212F;
  line-height: 1.1;
  margin-top: 0px;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  font-family: "Manrope", sans-serif;
  color: #707070;
  margin-bottom: 0;
}

::selection {
  background: #000;
  color: #ffffff;
  text-shadow: none;
}

/* Margin Bottom */ /*

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-60 {
  margin-bottom: 60px;
}

/* Padding Top */ /*
.pt-150 {
  padding-top: 150px;
}

/* Padding Bottom */ /*
.pb-120 {
  padding-bottom: 120px;
}

/* Responsive */ /*
@media (max-width: 767px) {
  .pt-xs-95 {
    padding-top: 95px;
  }
  .pb-xs-70 {
    padding-bottom: 70px;
  }
}

/* ========== Position ========== */ /*
.pos-rel {
  position: relative;
}

/* ========== Section Title ========== */ /*
.section-title {
  position: relative;
  z-index: 2;
}

.section-title h5 {
  color: #FF723A;
}

.section-title h2 {
  font-size: 44px;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 36px !important;
  }
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 32px !important;
  }
}

.section-title .sub-title {
  font-weight: 500;
}

/* ========== Bottom Line ========== */ /*
.bottom-line {
  position: relative;
  display: inline-block;
}

.bottom-line::before {
  content: '';
  position: absolute;
  background-color: #FF723A;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  z-index: 1;
}

/* ========== Sub Title ========== */ /*
.sub-title {
  color: #000009;
  font-size: 24px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  line-height: 1.6;
}

/* ========== Course Blur Shape ========== */
.course-blur-shape {
  width: 569px;
  height: 569px;
  background: #8e66ff;
  opacity: 0.05;
  -webkit-filter: 50px;
          filter: 50px;
  position: absolute;
  -webkit-filter: blur(50px);
  right: 13%;
  top: 150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .course-blur-shape {
    display: none;
  }
}

@media (max-width: 767px) {
  .course-blur-shape {
    display: none;
  }
}

/* ========== Course Instructor ========== */
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .course-instructor {
    margin: 0 0 0 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .course-instructor {
    margin: 0 0 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .course-instructor {
    margin: 0 0 0 0;
  }
}

@media (max-width: 767px) {
  .course-instructor {
    margin: 0 0 0 0;
  }
}

/* ========== Nav Style Two ========== */
.nav-style-two .owl-nav {
  position: absolute;
  z-index: 2;
  left: auto;
  bottom: auto;
  top: -70px;
  right: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-style-two .owl-nav {
    left: 0;
    bottom: 0;
    top: auto;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .nav-style-two .owl-nav {
    left: 0;
    bottom: 0;
    top: auto;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
}

.nav-style-two .owl-nav button.owl-prev,
.nav-style-two .owl-nav button.owl-next {
  color: #ffffff;
  width: 45px;
  height: 45px;
  background: #8080c0;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  display: inline-block;
  position: absolute;
  z-index: 1;
  transition: 0.3s all;
}

.nav-style-two .owl-nav button.owl-prev i,
.nav-style-two .owl-nav button.owl-next i {
  color: #ffffff;
  font-size: 16px;
}

.nav-style-two .owl-nav button.owl-prev:hover,
.nav-style-two .owl-nav button.owl-next:hover {
  background-color: rgba(102, 102, 204, 0.2);
}

.nav-style-two .owl-nav button.owl-prev:hover i,
.nav-style-two .owl-nav button.owl-next:hover i {
  color: #8080c0;
}

.nav-style-two .owl-nav .owl-prev {
  right: 0;
  background-color: rgba(102, 102, 204, 0.2) !important;
}

.nav-style-two .owl-nav .owl-prev i {
  color: #8080c0 !important;
}

.nav-style-two .owl-nav .owl-prev:hover {
  background-color: #8080c0 !important;
}

.nav-style-two .owl-nav .owl-prev:hover i {
  color: #ffffff !important;
}

.nav-style-two .owl-nav .owl-next i {
  color: #ffffff !important;
  opacity: 1 !important;
}

.nav-style-two .owl-nav .owl-next:hover i {
  color: #8080c0 !important;
  opacity: 1 !important;
}

.nav-style .owl-nav {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: auto;
}


/* ========== Z - Instructors Thumb ========== *//*
.z-instructors__thumb {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.z-instructors__thumb img {
  width: 100%;
}

.z-instructors__thumb .social-media {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  padding: 27px 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .z-instructors__thumb .social-media {
    padding: 27px 10px;
  }
}

.z-instructors__thumb .social-media a {
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}

.z-instructors__thumb .social-media a:first-child {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.z-instructors__thumb .social-media a:nth-child(2) {
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.z-instructors__thumb .social-media a:nth-child(3) {
  -webkit-transition: all 0.9s ease 0s;
  transition: all 0.9s ease 0s;
}

.z-instructors__thumb .social-media a:last-child {
  -webkit-transition: all 1.2s ease 0s;
  transition: all 1.2s ease 0s;
}

.z-instructors__thumb .social-media a:hover {
  color: #ffffff;
  background-color: #FF723A;
}

.z-instructors:hover .social-media {
  border-radius: 5px;
  background: transparent;
  /* Note: currently only Safari supports backdrop-filter */ /*
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.05);
  /* (plus shape's fill blended on top as a separate layer with 5% opacity) */ /*
}

.z-instructors:hover .social-media a {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/*
/* ========== Social Media ========== */
/* .social-media a {
  color: #FF723A;
  font-size: 19px;
  background-color: #ffffff;
  width: 45px;
  height: 45px;
  display: inline-block;
  margin: 0 5px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .social-media a {
    width: 40px;
    height: 40px;
    margin: 0 3px;
    line-height: 40px;
  }
}

*/




