@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500&display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
  font-family: 'Droid';
  src: url('../fonts/droid.otf');
}

@font-face {
  font-family: 'LittleBird';
  src: url('../fonts/LittleBird.ttf');
}

@font-face {
  font-family: 'thunderball';
  src: url('../fonts/thunderball.ttf');
}

body {
  font-family: "Open Sans", sans-serif;
  color: #272829;
}

a {
  color: #18d26e;
}

a:hover {
  color: #20c96f;
  text-decoration: none;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none
}

/*Buttons*/
.btn_services {
  display: inline-block;
  color: #f1f1f1;
  background: #e66b00;
  padding: 0.8rem 1.5rem;
  margin: 1.2rem auto;
  border-radius: 9px;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
  border-radius: 50px;
}

.btn_services:hover {
  color: #f1f1f1;
  opacity: 0.95;
  transition: ease-in-out .2s;
}

.btn_services:hover,
.btn_services:focus,
.btn_services:active {
  transform: scale(1.1);
}

/*Buttons End*/

/*Breadcrumbs*/
#breadcrumb {
  padding: 30px 0px;
  background: #FBFBFC;
  border-bottom: 2px solid #18d26e;
}

#breadcrumb .breadcrumb-header {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 15px;
  text-transform: uppercase;
}

#breadcrumb .breadcrumb-tree {
  display: inline-block;
}

#breadcrumb .breadcrumb-tree li {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

#breadcrumb .breadcrumb-tree li+li {
  margin-left: 10px;
}

#breadcrumb .breadcrumb-tree li+li:before {
  content: '/';
  display: inline-block;
  color: #333;
  margin-right: 10px;
}

#breadcrumb .breadcrumb-tree li a {
  color: #8D99AE;
}

#breadcrumb .breadcrumb-tree li a:hover {
  color: #18d26e;
}

/*Breadcrumbs*/

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  background: #266e0d;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 7px;
  left: 8px;
}

.back-to-top i:hover {
  color: #333;
  transition: ease-in 0.2s;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# LOGIN
--------------------------------------------------------------*/
.account {
  background-image: url(../img/ai.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.account .block {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 55px;

}

.account .block h2 {
  font-weight: 400;
  font-size: 25px;
  text-transform: uppercase;
  margin-top: 40px;
}

.account .block .btn {
  background: #e66b00;
  margin-top: 15px;
  padding: 10px 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.account .block form {
  margin-top: 40px;
}

.account .block form input[type="email"],
.account .block form input[type="password"],
.account .block form input[type="text"] {
  border-radius: 5px;
  box-shadow: none;
}

.mt-20 {
  margin-top: 20px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9997;
  transition: all 0.5s;
  padding: 15px;
  overflow-y: auto;
}

@media (max-width: 992px) {
  #header {
    width: 300px;
    background: #fff;
    border-right: 1px solid #e6e9ec;
    left: -300px;
  }
}

@media (min-width: 992px) {
  #main {
    margin-left: 100px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
}

.nav-menu a {
  display: flex;
  align-items: center;
  color: #333;
  padding: 10px 18px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
  border-radius: 50px;
  background: #f2f3f5;
  height: 56px;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
}

.nav-menu a i {
  font-size: 20px;
}

.nav-menu a span {
  padding: 0 5px 0 7px;
  color: #45505b;
}

@media (min-width: 992px) {
  .nav-menu a {
    width: 56px;
  }

  .nav-menu a span {
    display: none;
    color: #fff;
  }
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #fff;
  background: #e66b00;
}

.nav-menu a:hover span,
.nav-menu .active>a span,
.nav-menu li:hover>a span {
  color: #fff;
}

.nav-menu a:hover,
.nav-menu li:hover>a {
  width: 100%;
  color: #fff;
}

.nav-menu a:hover span,
.nav-menu li:hover>a span {
  display: block;
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 26px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #20c96f;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active #header {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #ccc;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 0 auto;
  background: url("../img/hero-bg.jpg") top right no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  display:flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 665px) {
  #hero {
    height: 100vh;
  }
}

@media (min-width: 992px) {
  #hero {
    padding-left: 160px;
  }
}

#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h1 {
  margin: 0;
  font-family: "Syne", sans-serif;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: -6px;
  line-height: 56px;
  color: #266e0d;
}

#hero h1 span{
  color: #e66b00;
}

#hero p {
  font-style: normal;
  margin: 15px 0 0 0;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
}

#hero p span {
  color: #fff;
  letter-spacing: 1px;
  text-shadow: #504e4e 1px 1px 0;
}

#hero .social-links {
  margin-top: 30px;
}

#hero .social-links a {
  font-size: 28px;
  display: inline-block;
  color: #333;
  line-height: 1;
  margin-right: 20px;
  transition: 0.3s;
}

#hero .social-links .twitter {
  color: #248ae9;
  background: #fff;
  padding: 5px;
  border-radius: .4rem;
}

#hero .social-links .twitter:hover {
  opacity: .8;
}

#hero .social-links .facebook {
  color: #054a8b;
  background: #fff;
  padding: 3px;
  border-radius: .4rem;
  transition: ease-in-out 0.7s;
}
#hero .social-links .facebook:hover {
  opacity: .8;
}

#hero .social-links .instagram {
  background: -moz-linear-gradient(top, #fdf497 0%, #fdf497 5%, #fd5949 45%,  60%, #285AEB 90%);
  /*background: -webkit-linear-gradient(top, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: linear-gradient(to bottom, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;*/
  color: rgb(131,58,180);
  background: #fff;
  padding: 3px;
  border-radius: .4rem;
  transition: ease-in-out 0.7s;
  transition: ease-in-out 0.7s;
}

#hero .social-links .instagram {
  opacity: .8;
}

#hero .social-links .whatsapp {
  color: #25D366;
  background: #fff;
  padding: 3px;
  border-radius: .4rem;
  transition: ease-in-out 0.7s;
}

#hero .social-links .whatsapp:hover {
  opacity: .8;
}

#hero .social-links .linkedin {
  color: #006192;
  background: #fff;
  padding: 3px;
  border-radius: .4rem;
  transition: ease-in-out 0.7s;
}

#hero .social-links .linkedin:hover {
  opacity: .8;
}

@media (max-width: 992px) {
  #hero {
    text-align: center;
  }

  #hero h1 {
    font-size: 32px;
    line-height: 36px;
  }

  #hero p {
    margin-top: 10px;
    font-size: 20px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #45505b;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #266e0d;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Courses
--------------------------------------------------------------*/
.courses .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #728394;
}

/* Tabs*/
.tabs {
  margin: 0 auto;
  padding: 0 0px;
}

#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

#tab-button li {
  display: table-cell;
  width: 30%;
  vertical-align: middle;
  padding: 0.8em;
  background: #eee;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  border: 1px solid #ddd;
  transition: 0.3s all;
  position: relative;
}

#tab-button li:not(:first-child) {
  border-left: none;
}

#tab-button .is-active,
#tab-button li.is-active:hover {
  background: #18d26e;
  text-decoration: none;
}

#tab-button li a {
  color: #333;
}

#tab-button li.is-active a {
  color: #ffffff;
}

#tab-button li:hover {
  background: #ddd;
  text-decoration: none;
}

#tab-button a {
  text-decoration: none;
}

.tab-contents {
  padding: 2em;
  border: 1px solid #ddd;
  position: relative;
  background-color: #ffffff;
}

.tab-contents img {
  margin: 0 auto;
}

.tab-button-outer {
  display: none;
}

.tab-contents {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }

  .tab-select-outer {
    display: none;
  }

  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 0;
    -webkit-animation: fadeIn 500ms;
    animation: fadeIn 500ms;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


/*Folders Expand*/
.exp_wrapper {
  margin: 2em auto;
  max-width: 1000px;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}

.header {
  padding: 30px 30px 0;
  text-align: center;
}

.header__title {
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.1;
}

.cards {
  padding: 15px;
  display: flex;
  flex-flow: row wrap;
  border-radius: 15px;
}

.card_exp {
  margin: 15px;
  width: calc((100% / 3) - 30px);
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 991px) {
  .card_exp {
    width: calc((100% / 2) - 30px);
  }
}

@media screen and (max-width: 767px) {
  .card_exp {
    width: 100%;
  }
}

.card_exp:hover .card__inner {
  background-color: #18d26e;
  transform: scale(1.05);
}

.card__inner {
  width: 100%;
  padding: 30px;
  position: relative;
  cursor: pointer;
  background-color: #ccc;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.5em;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.2s ease-in-out;
}

.card__inner:after {
  transition: all 0.3s ease-in-out;
}

.card__inner .bx {
  width: 100%;
  margin-top: 0.25em;
  font-size: 1em;
}

.card__expander {
  transition: all 0.2s ease-in-out;
  background-color: #333a45;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #eceef1;
  font-size: 1.2em;
}

.card__expander #close.bx {
  font-size: 1.3em;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.card__expander .bx:hover {
  opacity: 0.5;
}

.card_exp.is-collapsed .card__inner:after {
  content: "";
  opacity: 0;
}

.card_exp.is-collapsed .card__expander {
  max-height: 0;
  min-height: 0;
  overflow: hidden;
  margin-top: 0;
  opacity: 0;
}

.card_exp.is-expanded .card__inner {
  background-color: #18d26e;
}

.card_exp.is-expanded .card__inner:after {
  content: "";
  opacity: 1;
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 15px);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #333a45;
}

.card_exp.is-expanded .card__inner .bx:before {
  content: "\f115";
}

.card_exp.is-expanded .card__expander {
  max-height: 1000px;
  min-height: 200px;
  overflow: visible;
  margin-top: 30px;
  opacity: 1;
}

.card_exp.is-expanded:hover .card__inner {
  transform: scale(1);
}

.card_exp.is-inactive .card__inner {
  pointer-events: none;
  opacity: 0.5;
}

.card_exp.is-inactive:hover .card__inner {
  background-color: #949fb0;
  transform: scale(1);
}

@media screen and (min-width: 992px) {
  .card_exp:nth-of-type(3n+2) .card__expander {
    margin-left: calc(-100% - 30px);
  }

  .card_exp:nth-of-type(3n+3) .card__expander {
    margin-left: calc(-200% - 60px);
  }

  .card_exp:nth-of-type(3n+4) {
    clear: left;
  }

  .card__expander {
    width: calc(300% + 60px);
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .card_exp:nth-of-type(2n+2) .card__expander {
    margin-left: calc(-100% - 30px);
  }

  .card_exp:nth-of-type(2n+3) {
    clear: left;
  }

  .card__expander {
    width: calc(200% + 30px);
  }
}

/*Expanded Content*/
.curriculum-level {
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
}

.curriculum-level h4 {
  margin-bottom: 20px;
  display: block;
  font-family: "Open Sans", sans-serif;
}

.curriculum-level h5 {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
}

.curriculum-level p {
  color: rgb(253, 251, 251, 0.9);
  font-size: 18px;
  text-transform: capitalize !important;
}

.curriculum-level .curriculum-list li {
  display: block;
  margin-bottom: 10px;
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(252, 245, 245, 0.9);
}

.curriculum-level .curriculum-list li:last-child {
  margin-bottom: 0;
}

.curriculum-level .curriculum-list li i {
  color: #18d26e;
  margin-right: 5px;
  display: inline-block;
  line-height: 1;

}

.curriculum-level .curriculum-list li ul {
  display: block;
  margin-top: 10px;
  padding-left: 25px;
}

.curriculum-level .curriculum-list li ul li {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
}

.curriculum-level .curriculum-list li ul li span span {
  text-decoration: underline;
  text-transform: capitalize;
}

@media only screen and (max-width: 767px) {
  .curriculum-level {
    padding: 15px;
  }
}

/*Expanded Content End*/

/*Folders Expand END*/



/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
.facts .count-box {
  padding: 30px 30px 25px 30px;
  margin-top: 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}

.facts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #266e0d;
  padding: 12px;
  color: #fff;
  border-radius: 50px;
}

.facts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #011426;
}

.facts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Card Courses For Tabs
--------------------------------------------------------------*/
.card-box {
  position: relative;
  color: #fff;
  padding: 20px 10px 40px;
  margin: 20px 0px;
  height: 130px;
}

.card-box:hover {
  text-decoration: none;
  color: #f1f1f1;
}

.card-box:hover .icon i {
  font-size: 100px;
  transition: 1s;
  -webkit-transition: 1s;
}

.card-box .inner {
  padding: 5px 5px 0 5px;
}

.card-box h3 {
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 8px 0;
  white-space: pre-wrap;
  padding: 0;
  text-align: left;
  z-index: 1;
}

.card-box p {
  font-size: 13px;
  text-align: center;
}

.card-box .icon {
  position: absolute;
  top: auto;
  bottom: 5px;
  right: 5px;
  z-index: 0;
  font-size: 70px;
  color: rgba(0, 0, 0, 0.1);
}

.card-box .card-box-footer {
  position: absolute;
  left: 0px;
  bottom: 0px;
  text-align: center;
  padding: 3px 0;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  text-decoration: none;
  z-index:1111;
}

.card-box:hover .card-box-footer {
  background: rgba(0, 0, 0, 0.3);
}

.bg-blue {
  background-color: #00c0ef !important;
}

.bg-green {
  background-color: #00a65a !important;
}

.bg-orange {
  background-color: #f39c12 !important;
}

.bg-red {
  background-color: #d9534f !important;
}

.bg-grey {
  background-color: #8395a7 !important;
}

.bg-purple {
  background-color: #8c7ae6 !important;
}

.bg-yellow {
  background-color: #f1c40f !important;
}

.bg-black {
  background-color: #2f3640 !important;
}

/*Pagination*/
.pagination-box {
  text-align: center;
  margin-top: 20px;
}

.pagination {
  display: inline-flex;
  overflow: hidden;
  position: relative;
  border-radius: 0;
}

.pagination li a.page-link,
.pagination li:first-child a.page-link,
.pagination li:last-child a.page-link {
  border: none;
  height: 45px;
  width: 45px;
  line-height: 35px;
  border-radius: 50%;
  background-color: transparent;
  color: rgb(70, 68, 68);
  font-size: 13px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 1;
  margin: 0 8px 0 0;
  transition: all 0.4s ease 0s;
}

.pagination li a.page-link:before,
.pagination li:first-child a.page-link:before,
.pagination li:last-child a.page-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #18d26e;
  border-radius: 50%;
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.3s ease 0s;
}

.pagination li a.page-link:hover:before,
.pagination li.active a.page-link:before {
  transform: scaleY(1);
  opacity: 1;
}

.pagination li:last-child a.page-link {
  margin-right: 0;
}

.pagination li.active a.page-link,
.pagination li a.page-link:hover,
.pagination li.active a.page-link:hover {
  background-color: transparent;
  color: #000 !important;
  border: none;
  outline: none !important;
}

@media only screen and (max-width: 480px) {
  .pagination {
    display: block;
  }

  .pagination li {
    display: inline-block;
    margin-bottom: 20px;
  }
}

/*Pagination End*/

/*--------------------------------------------------------------
# Teachers
--------------------------------------------------------------*/
.teachers {
  background: whitesmoke;
  padding: 1.4rem;
}

.single-tutors-slides {
  position: relative;
  z-index: 1;
}

.single-tutors-slides .tutor-thumbnail {
  width: 165px;
  height: 165px;
  background-color: #000;
  border-radius: 6px;
  margin: 0 auto 40px;
  box-shadow: 0 0 30px rgba(43, 29, 29, 0.15);
}

.single-tutors-slides .tutor-thumbnail img {
  border-radius: 6px;
  width: 100%;
}

.single-tutors-slides .tutor-information {
  display: none;
  position: relative;
  z-index: 1;
  padding: 20px 30px;
  background-color: #f7f7f7;
  border-radius: 6px;
}

.single-tutors-slides .tutor-information::after {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #f7f7f7;
  content: '';
  top: -14px;
  left: 49%;
}

.single-tutors-slides .tutor-information h5 {
  font-size: 18px;
  margin-bottom: 5px;
}

.single-tutors-slides .tutor-information span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
  display: block;
}

.single-tutors-slides .tutor-information p {
  margin-bottom: 30px;
}

.single-tutors-slides .tutor-information .social-info a {
  display: inline-block;
  padding: 0 10px;
}

.single-tutors-slides .tutor-information .social-info a:hover,
.single-tutors-slides .tutor-information .social-info a:focus {
  color: #2c56df;
}

.center .single-tutors-slides .tutor-information {
  display: block;
}

.tutors-slide .owl-prev,
.tutors-slide .owl-next {
  position: absolute;
  width: 40px;
  top: 62.5px;
  background-color: transparent;
  height: 40px;
  text-align: center;
  color: #ccc;
  font-size: 30px;
  line-height: 36px;
  border-radius: 6px;
  left: 0;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.tutors-slide .owl-prev:hover,
.tutors-slide .owl-next:hover {
  background-color: #2c56df;
  color: #fff;
}

.tutors-slide .owl-next {
  left: auto;
  right: 0;
}



/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why_us .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}

.why_us .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.why_us .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.why_us .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.why_us .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.why_us .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.why_us .icon-box h4 a {
  color: #45505b;
  transition: ease-in-out 0.3s;
}

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

.why_us .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.why_us .iconbox-blue i {
  color: #47aeff;
}

.why_us .iconbox-blue:hover .icon i {
  color: #fff;
}

.why_us .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.why_us .iconbox-orange i {
  color: #ffa76e;
}

.why_us .iconbox-orange:hover .icon i {
  color: #fff;
}

.why_us .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.why_us .iconbox-pink i {
  color: #e80368;
}

.why_us .iconbox-pink:hover .icon i {
  color: #fff;
}

.why_us .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.why_us .iconbox-yellow i {
  color: #ffbb2c;
}

.why_us .iconbox-yellow:hover .icon i {
  color: #fff;
}

.why_us .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.why_us .iconbox-red i {
  color: #ff5828;
}

.why_us .iconbox-red:hover .icon i {
  color: #fff;
}

.why_us .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.why_us .iconbox-teal i {
  color: #11dbcf;
}

.why_us .iconbox-teal:hover .icon i {
  color: #fff;
}

.why_us .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #266e0d;
  float: left;
  width: 44px;
  height: 44px;
  background: #eef7ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #45505b;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #728394;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

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

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

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

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

.contact .php-email-form button[type="submit"] {
  background: #e66b00;  
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  transition-duration: 0.3s;
  transition-property: transform;
}

.contact .php-email-form button[type="submit"]:hover {
  color: #fff;
  opacity: 0.95;
  transition: ease-in-out 0.4s;
  transform: scale(1.1);
}

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

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

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

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


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #313335;
  color: #f1f1f1;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15px;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 25px;
  display: inline-block;
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  transition: 0.3s;
}

/*#Footer Hover */

#footer .social-links .twitter:hover {
  background: #248ae9;
  color: #fff;
  text-decoration: none;
}

#footer .social-links .facebook:hover {
  background: #054a8b;
  color: #fff;
  text-decoration: none;
}

#footer .social-links .instagram:hover {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: #fff;
  text-decoration: none;
}

#footer .social-links .facebook:hover {
  background: #054a8b;
  color: #fff;
  text-decoration: none;
}

#footer .social-links .whatsapp:hover {
  background: #25D366;
  color: #fff;
  text-decoration: none;
}

#footer .social-links .linkedin:hover {
  background: #006192;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
}










/*experimental courses.container
The Html

 <div class="courses-container">
        <div class="row">
          <div class="col-4 course">
            <div class="course-preview">
              <h6>Course</h6>
              <h2>JavaScript Fundamentals</h2>
              <a href="#">View all chapters <i class="fas fa-chevron-right"></i></a>
            </div>
            <div class="course-info">
              <div class="progress-container">
                <div class="progress"></div>
                <span class="progress-text">
                  6/9 Challenges
                </span>
              </div>
              <h6>Chapter 4</h6>
              <h2>Callbacks & Closures</h2>
              <button class="btn">Continue</button>
            </div>
          </div>

          <div class="col-4 course">
            <div class="course-preview">
              <h6>Course</h6>
              <h2>JavaScript Fundamentals</h2>
              <a href="#">View all chapters <i class="fas fa-chevron-right"></i></a>
            </div>
            <div class="course-info">
              <div class="progress-container">
                <div class="progress"></div>
                <span class="progress-text">
                  6/9 Challenges
                </span>
              </div>
              <h6>Chapter 4</h6>
              <h2>Callbacks & Closures</h2>
              <button class="btn">Continue</button>
            </div>
          </div>

          <div class="col-4 course">
            <div class="course-preview">
              <h6>Course</h6>
              <h2>JavaScript Fundamentals</h2>
              <a href="#">View all chapters <i class="fas fa-chevron-right"></i></a>
            </div>
            <div class="course-info">
              <div class="progress-container">
                <div class="progress"></div>
                <span class="progress-text">
                  6/9 Challenges
                </span>
              </div>
              <h6>Chapter 4</h6>
              <h2>Callbacks & Closures</h2>
              <button class="btn">Continue</button>
            </div>
          </div>
        </div>
      </div>


*/
/*.courses-container {}

.course {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  max-width: 100%;
  margin: 20px;
  overflow: hidden;
  width: 700px;
}

.course h6 {
  opacity: 0.6;
  margin: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.course h2 {
  letter-spacing: 1px;
  margin: 10px 0;
}

.course-preview {
  background-color: #2A265F;
  color: #fff;
  padding: 30px;
  max-width: 250px;
}

.course-preview a {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  opacity: 0.6;
  margin-top: 30px;
  text-decoration: none;
}

.course-info {
  padding: 30px;
  position: relative;
  width: 100%;
}

.progress-container {
  position: absolute;
  top: 30px;
  right: 30px;
  text-align: right;
  width: 150px;
}

.progress {
  background-color: #ddd;
  border-radius: 3px;
  height: 5px;
  width: 100%;
}

.progress::after {
  border-radius: 3px;
  background-color: #2A265F;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 66%;
}

.progress-text {
  font-size: 10px;
  opacity: 0.6;
  letter-spacing: 1px;
}

.btn {
  background-color: #2A265F;
  border: 0;
  border-radius: 50px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 16px;
  padding: 12px 25px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  letter-spacing: 1px;
}*/

/*3dot Menu*/
.window-container {
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
  margin: 0 auto;
  /*
  -webkit-box-shadow: 0px 0px 36px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 36px 1px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 36px 1px rgba(0, 0, 0, 0.75);
  */
}

.valign {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.valign-hidden{
  z-index:2;
}

.valign-active{
  z-index:2222;
}

/*Styles for Dot Menu*/
.button_container {
  position: fixed;
  top: 14px;
  right: 15px;
  height: 25px;
  width: 25px;
  cursor: pointer;
  z-index: 9999;
  transition: opacity .25s ease;
}

.button_container span {
  background: #121111;
  border: none;
  height: 5px;
  width: 5px;
  position: absolute;
  top: 0;
  left: 10px;
  transition: all .35s ease;
  cursor: pointer;
  border-radius: 5px;
}

.button_container:hover {
  opacity: .7;
}

.button_container span:nth-of-type(3) {
  top: 9px;
}

.button_container span:nth-of-type(4),
.button_container span:nth-of-type(5) {
  top: 18px;
}

.button_container.active .top,
.button_container.active .bottom {
  transform: translateX(-10px);
  background: #ff3838;
}

.button_container.active .top2,
.button_container.active .bottom2 {
  transform: translateX(10px);
  background: #ff3838;
}

.button_container.active .middle {
  background: #ff3838;
}

/*Overlay styles, after click on menu icon*/
.overlay {
  position: fixed;
  background: #121111;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  z-index: 8888;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}

.overlay.open {
  opacity: .95;
  visibility: visible;
  height: 100%;
}

.overlay .overlay-menu {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
}

.overlay .overlay-menu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.overlay .overlay-menu a {
  color: #fff;
}

.overlay .overlay-menu #edit:hover {
  background: #2ecc71;
  padding: 5px 15px;
  border-radius: 9px;
  transition: ease-in-out .3s;
}

.overlay .overlay-menu #delete:hover {
  background: #e74c3c;
  padding: 5px 15px;
  border-radius: 9px;
  transition: ease-in-out .3s;
}

.overlay .overlay-menu #extra:hover {
  background: #3498db;
  padding: 5px 15px;
  border-radius: 9px;
  transition: ease-in-out .3s;
}

.overlay li {
  opacity: 0;
}

.overlay.open li {
  animation: fadein 0.5s ease forwards;
  animation-delay: 0.35s;
  padding: 3px;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*3dot Menu End*/