@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900;1000&display=swap");
/*Variables*/
/*---------------------------------------------------- */
/*global area*/
/*----------------------------------------------------*/
body * a {
  transition: ease all 0.3s;
}
body * a, body * a:hover, body * a:focus {
  text-decoration: none;
}
body * .text-right,
body * .text-end {
  text-align: end !important;
}
body * .text-left,
body * .text-start {
  text-align: start !important;
}

select,
.select2-selection__rendered,
input, textarea {
  background-color: #f0f0f0 !important;
  padding: 15px 10px;
}

.shadow-1 {
  box-shadow: 0px 0px 10px 0px rgba(26, 46, 85, 0.1);
}

.shadow-2 {
  box-shadow: 0px 0px 20px 0px rgba(26, 46, 85, 0.1);
}

.shadow-3 {
  box-shadow: 0px 0px 30px 0px rgba(26, 46, 85, 0.1);
}

.shadow-4 {
  box-shadow: 0px 0px 40px 0px rgba(26, 46, 85, 0.1);
}

.shadow-5 {
  box-shadow: 0px 0px 50px 0px rgba(26, 46, 85, 0.1);
}

.text-main {
  color: #067b20 !important;
}

.text-second {
  color: #24acea !important;
}

.text-black {
  color: #333 !important;
}

.bg-main {
  background-color: #067b20 !important;
  color: #fff;
}

.bg-second {
  background-color: #24acea !important;
  color: #fff;
}

.border-main {
  border: 1px solid #f0f0f0;
}

.btn,
.border-main,
select,
input,
textarea,
.select2-selection__rendered {
  border-radius: 3px !important;
  border-start-start-radius: 15px !important;
  border-end-end-radius: 15px !important;
}
.btn,
.btn *,
.border-main,
.border-main *,
select,
select *,
input,
input *,
textarea,
textarea *,
.select2-selection__rendered,
.select2-selection__rendered * {
  transition: ease all 0.3s !important;
}
.btn:hover,
.border-main:hover,
select:hover,
input:hover,
textarea:hover,
.select2-selection__rendered:hover {
  border-radius: 3px !important;
  border-end-start-radius: 15px !important;
  border-start-end-radius: 15px !important;
}

.btn {
  padding: 7px 20px !important;
}

.btn-primary {
  background-color: #067b20 !important;
  color: #fff !important;
  border-color: #067b20 !important;
}
.btn-primary * {
  color: #fff !important;
}
.btn-primary:hover {
  background-color: #176929 !important;
  border-color: #176929 !important;
}

.btn-primary-outline {
  background-color: transparent !important;
  color: #067b20 !important;
  border: 2px solid #067b20 !important;
}
.btn-primary-outline * {
  color: #067b20 !important;
}
.btn-primary-outline:hover {
  border-color: #24acea !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:hover * {
  color: #24acea !important;
}

.btn-secondary {
  background-color: #24acea !important;
  color: #fff !important;
  border-color: #24acea !important;
}
.btn-secondary * {
  color: #fff !important;
}
.btn-secondary:hover {
  background-color: #2a8bb8 !important;
  border-color: #2a8bb8 !important;
}

/*---------------------------------------------------- */
/*Header Section*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*slider Section*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*Search Course*/
/*----------------------------------------------------*/
.search-course-section {
  background-color: #f0f4f5;
  padding-bottom: 0;
}

/*---------------------------------------------------- */
/*popular Course*/
.popular-course-section {
  padding: 0px 0 100px 0;
  background-color: #f0f4f5;
}

.course-details {
  background-color: #fff;
  text-align: start;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.course-details * {
  transition: ease all 0.3s;
}
.course-details .badges {
  min-height: 22.4px;
}
.course-details .price {
  font-weight: 700;
}
.course-details .course-overlay {
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.course-details .course-overlay .content {
  overflow: auto;
  padding-bottom: 10px;
}
.course-details .course-overlay .content::-webkit-scrollbar {
  width: 4px;
  border-radius: 2px;
}
.course-details .course-overlay .content::-webkit-scrollbar-track {
  background: transparent;
}
.course-details .course-overlay .content::-webkit-scrollbar-thumb {
  background: #fff;
}
.course-details .course-overlay .content::-webkit-scrollbar-thumb:hover {
  background: #24acea;
}
.course-details .course-overlay .fav {
  top: 0px;
  right: 0px;
  width: 100%;
  padding: 10px;
  text-align: end;
}
.course-details .course-overlay .title {
  font-weight: 800;
  font-size: 18px;
}
.course-details .course-overlay .course-desc p,
.course-details .course-overlay .course-desc p * {
  color: #eee;
}
.course-details .info .course-title * {
  font-size: 16px;
  font-weight: 600;
}
.course-details:hover .course-overlay {
  opacity: 1;
}

/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*About Us*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*testimonial section*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*latest section*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*Best course section*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*Teacher  section*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*Best product  section*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*FAQ  section*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*Course category  section*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*why choose  section*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*Contact  section*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*Blog  section*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*course  section*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*Checkout  section*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*Contact  section*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  margin-top: 70px;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  font-family: "Cairo", sans-serif;
}

.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block li {
  display: block;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

a:hover {
  outline: none;
  box-shadow: none;
}
a:focus {
  outline: none;
  box-shadow: none;
}
a:visited {
  outline: none;
  box-shadow: none;
}

img {
  max-width: 100%;
  height: auto;
}

section {
  overflow: hidden;
}

button {
  cursor: pointer;
}
button:visited {
  outline: none;
  box-shadow: none;
}
button:hover {
  outline: none;
  box-shadow: none;
}
button:focus {
  outline: none;
  box-shadow: none;
}

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

button.active {
  outline: none;
  box-shadow: none;
}

input:visited {
  outline: none;
  box-shadow: none;
}
input:hover {
  outline: none;
  box-shadow: none;
}
input:focus {
  outline: none;
  box-shadow: none;
}

.register-form-area select {
  height: 42px;
  width: 100%;
  padding: 0 15px;
  border-radius: 4px;
  margin-bottom: 5px;
  border: none;
}
.register-form-area select:visited {
  outline: none;
  box-shadow: none;
}
.register-form-area select:hover {
  outline: none;
  box-shadow: none;
}
.register-form-area select:focus {
  outline: none;
  box-shadow: none;
}
.register-form-area textarea {
  height: 42px;
  width: 100%;
  padding: 0 15px;
  border-radius: 4px;
  margin-bottom: 5px;
  border: none;
  height: 100px;
  padding-top: 15px;
}
.register-form-area textarea:visited {
  outline: none;
  box-shadow: none;
}
.register-form-area textarea:hover {
  outline: none;
  box-shadow: none;
}
.register-form-area textarea:focus {
  outline: none;
  box-shadow: none;
}
.register-form-area select.active {
  outline: none;
  box-shadow: none;
}
.register-form-area textarea.active {
  outline: none;
  box-shadow: none;
}
.register-form-area .modal-body .contact_form select {
  height: 50px;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 10px;
  width: 100%;
  border: none;
}
.register-form-area .modal-body .contact_form textarea {
  height: 50px;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 10px;
  width: 100%;
  border: none;
}
.register-form-area .search-course select {
  width: 100%;
  height: 60px;
  border: none;
  padding: 0px 20px;
  border-radius: 5px;
}
.register-form-area .search-course textarea {
  width: 100%;
  height: 60px;
  border: none;
  padding: 0px 20px;
  border-radius: 5px;
}
.register-form-area .subs-form select {
  width: 100%;
  height: 60px;
  border: none;
  padding: 0px 20px;
  border-radius: 5px;
}
.register-form-area .subs-form textarea {
  width: 100%;
  height: 60px;
  border: none;
  padding: 0px 20px;
  border-radius: 5px;
}
.register-form-area input {
  height: 42px;
  width: 100%;
  padding: 0 15px;
  border-radius: 4px;
  margin-bottom: 5px;
  border: none;
}
.register-form-area button {
  height: 60px;
  width: 100%;
  font-weight: 700;
  color: #fff;
  border: none;
  text-transform: uppercase;
}
.register-form-area .teacher-faq-form select {
  width: 100%;
  height: 60px;
  border-radius: 4px;
  border: none;
  margin-bottom: 30px;
  padding: 15px;
}
.register-form-area .teacher-faq-form textarea {
  width: 100%;
  height: 60px;
  border-radius: 4px;
  border: none;
  margin-bottom: 30px;
  padding: 15px;
}
.register-form-area .price-range select {
  position: absolute;
  font-size: 12px;
  right: -70px;
  top: -13px;
  border: none;
  font-weight: 700;
}
.register-form-area .price-range textarea {
  position: absolute;
  font-size: 12px;
  right: -70px;
  top: -13px;
  border: none;
  font-weight: 700;
}
.register-form-area .contact_secound_form .contact_form select {
  width: 45%;
  border: none;
  padding: 25px 0px;
  border-bottom: 1px solid #73a3c4;
  margin-right: 20px;
  height: 35px;
}
.register-form-area .contact_secound_form .contact_form textarea {
  width: 45%;
  border: none;
  padding: 25px 0px;
  border-bottom: 1px solid #73a3c4;
  margin-right: 20px;
  height: 35px;
}
.register-form-area .contact_third_form .contact-info select {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid #dddddd;
}
.register-form-area .contact_third_form .contact-info textarea {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid #dddddd;
}
.register-form-area .side-bar-search {
  background-color: #f0f0f0;
}
.register-form-area .side-bar-search select {
  height: 40px;
  width: 100%;
  padding: 0px 15px;
  border: none;
  border-radius: 4px;
}
.register-form-area .side-bar-search textarea {
  height: 40px;
  width: 100%;
  padding: 0px 15px;
  border: none;
  border-radius: 4px;
}
.register-form-area .rating label select {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.register-form-area .rating label select:focus:not(:checked) ~ .icon:last-child {
  text-shadow: 0 0 5px #ffc926;
}
.register-form-area .rating label textarea {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.register-form-area .rating label textarea:focus:not(:checked) ~ .icon:last-child {
  text-shadow: 0 0 5px #ffc926;
}
.register-form-area .listing-filter-form select {
  height: 50px;
  border: none;
  padding: 15px;
  width: 100%;
}
.register-form-area .listing-filter-form textarea {
  height: 50px;
  border: none;
  padding: 15px;
  width: 100%;
}
.register-form-area .checkbox label select[type=checkbox] {
  display: none;
}
.register-form-area .checkbox label select[type=checkbox] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.register-form-area .checkbox label select[type=checkbox]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.register-form-area .checkbox label select[type=checkbox]:disabled + .cr {
  opacity: 0.5;
}
.register-form-area .checkbox label textarea[type=checkbox] {
  display: none;
}
.register-form-area .checkbox label textarea[type=checkbox] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.register-form-area .checkbox label textarea[type=checkbox]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.register-form-area .checkbox label textarea[type=checkbox]:disabled + .cr {
  opacity: 0.5;
}
.register-form-area .radio label select[type=radio] {
  display: none;
}
.register-form-area .radio label select[type=radio] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.register-form-area .radio label select[type=radio]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.register-form-area .radio label select[type=radio]:disabled + .cr {
  opacity: 0.5;
}
.register-form-area .radio label textarea[type=radio] {
  display: none;
}
.register-form-area .radio label textarea[type=radio] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.register-form-area .radio label textarea[type=radio]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.register-form-area .radio label textarea[type=radio]:disabled + .cr {
  opacity: 0.5;
}
.register-form-area .payment-info select {
  width: 80%;
  height: 50px;
  border-radius: 4px;
}
.register-form-area .payment-info select::-webkit-input-placeholder {
  font-weight: 500;
}
.register-form-area .payment-info textarea {
  width: 80%;
  height: 50px;
  border-radius: 4px;
}
.register-form-area .payment-info textarea::-webkit-input-placeholder {
  font-weight: 500;
}
.register-form-area .input-2 select {
  width: 25%;
  margin-right: 10px;
}
.register-form-area .input-2 textarea {
  width: 25%;
  margin-right: 10px;
}

input.active {
  outline: none;
  box-shadow: none;
}

textarea:hover {
  outline: none;
  box-shadow: none;
}
textarea:focus {
  outline: none;
  box-shadow: none;
}

a.active {
  outline: none;
  box-shadow: none;
}

select {
  outline: none;
  box-shadow: none;
}
select:hover {
  outline: none;
  box-shadow: none;
}
select:focus {
  outline: none;
  box-shadow: none;
}
select:visited {
  outline: none;
  box-shadow: none;
}

.relative-position {
  position: relative;
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin: 0;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb45 {
  margin-bottom: 45px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt25 {
  margin-top: 25px;
}

.ml42 {
  margin-left: 42px;
}

.mb65 {
  margin-bottom: 65px;
}

.mt60 {
  margin-top: 60px;
}

.pt150 {
  padding-top: 150px;
}

.pb45 {
  padding-bottom: 30px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb10 {
  padding-bottom: 10px;
}

.gradient-bg {
  background: #17d0cf;
  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #17d0cf), color-stop(100%, #4eb3bf));
  background: linear-gradient(to right, #01a6fd 0%, #17d0cf 51%, #01a6fd 100%);
  background-size: 200% auto;
  transition: background 0.3s ease-out;
}
.gradient-bg:hover {
  background: #01a6fd;
  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #01a6fd), color-stop(100%, #4eb3bf));
  background: linear-gradient(to right, #17d0cf 0%, #01a6fd 51%, #17d0cf 100%);
  background-size: 200% auto;
  background-position: 190px;
}

.modal-body {
  padding: 50px 65px;
}
.modal-body .nws-button button {
  background: #17d0cf;
  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #17d0cf), color-stop(100%, #4eb3bf));
  background: linear-gradient(to right, #01a6fd 0%, #17d0cf 51%, #01a6fd 100%);
  background-size: 200% auto;
  transition: background 0.3s ease-out;
  height: 60px;
  width: 100%;
  border: none;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
.modal-body .nws-button button:hover {
  background: #01a6fd;
  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #01a6fd), color-stop(100%, #4eb3bf));
  background: linear-gradient(to right, #17d0cf 0%, #01a6fd 51%, #17d0cf 100%);
  background-size: 200% auto;
  background-position: 190px;
}
.modal-body .nws-button .modal-header button {
  position: absolute;
  top: 0;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  opacity: 0.9;
}
.modal-body .contact_form {
  margin-bottom: 20px;
}
.modal-body .contact_form input {
  height: 50px;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 10px;
  width: 100%;
  border: none;
}
.modal-body .contact_form .register-form-area select {
  height: 50px;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 10px;
  width: 100%;
  border: none;
}
.modal-body .contact_form .register-form-area textarea {
  height: 50px;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 10px;
  width: 100%;
  border: none;
}
.modal-body p {
  margin-bottom: 5px;
}
.modal-body .log-in-text {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}
.modal-body .log-in-icon i {
  font-size: 20px;
  color: #fff;
}

.teacher-pic-content {
  margin-bottom: 30px;
}
.teacher-pic-content .teacher-img-content {
  padding: 0;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 0;
  height: 270px;
  width: 270px;
}
.teacher-pic-content .teacher-img-content:after {
  background: #17d0cf;
  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #17d0cf), color-stop(100%, #4eb3bf));
  background: linear-gradient(to right, #01a6fd 0%, #17d0cf 51%, #01a6fd 100%);
  background-size: 200% auto;
  transition: background 0.3s ease-out;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s all ease-in-out;
  z-index: 0;
}
.teacher-pic-content .teacher-img-content:hover:after {
  background: #01a6fd;
  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #01a6fd), color-stop(100%, #4eb3bf));
  background: linear-gradient(to right, #17d0cf 0%, #01a6fd 51%, #17d0cf 100%);
  background-size: 200% auto;
  background-position: 190px;
}
.teacher-pic-content .teacher-img-content img {
  height: 100%;
  width: 100%;
}
.teacher-pic-content .modal-header .teacher-img-content:after {
  position: absolute;
  top: 0;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  opacity: 0.9;
}
.teacher-pic-content .teacher-hover-item {
  display: inline-block;
  position: absolute;
  top: 35px;
  left: 15px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
}
.teacher-pic-content .teacher-hover-item .teacher-text {
  color: #fff;
}
.teacher-pic-content .teacher-social-name {
  width: 100%;
  max-width: inherit;
  margin-bottom: 5px;
}
.teacher-pic-content .teacher-next {
  height: 45px;
  width: 45px;
  position: absolute;
  right: -40px;
  bottom: 0;
  line-height: 52px;
  border-top-left-radius: 10px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in-out;
  transition-delay: 0.3s;
}
.teacher-pic-content .teacher-next a {
  display: block;
  width: 100%;
}
.teacher-pic-content .teacher-next i {
  font-size: 20px;
}
.teacher-pic-content .teacher-name-designation {
  margin-top: 10px;
}
.teacher-pic-content .teacher-name-designation .teacher-name {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
.teacher-pic-content .teacher-name-designation .teacher-designation {
  font-size: 13px;
}
.teacher-pic-content:hover .teacher-img-content::after {
  opacity: 0.8;
}
.teacher-pic-content:hover .teacher-hover-item {
  opacity: 1;
  visibility: visible;
  left: 25px;
}
.teacher-pic-content:hover .teacher-next {
  opacity: 1;
  right: 0;
  visibility: visible;
}

.course-details-category li {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 7px 15px;
  border-radius: 4px;
  margin-top: 5px;
  transition: 0.3s all ease-in-out;
}
.course-details-category li:hover {
  background: #17d0cf;
  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #17d0cf), color-stop(100%, #4eb3bf));
  background: linear-gradient(to right, #01a6fd 0%, #17d0cf 51%, #01a6fd 100%);
  background-size: 200% auto;
  transition: background 0.3s ease-out;
  background: #01a6fd;
  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #01a6fd), color-stop(100%, #4eb3bf));
  background: linear-gradient(to right, #17d0cf 0%, #01a6fd 51%, #17d0cf 100%);
  background-size: 200% auto;
  background-position: 190px;
  color: #fff;
}
.course-details-category .modal-header li:hover {
  position: absolute;
  top: 0;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  opacity: 0.9;
}
.course-details-category span {
  font-weight: 300;
  font-size: 28px;
  margin-right: 15px;
}
.course-details-category span b {
  font-weight: 700;
}
.course-details-category li.active {
  background: #e6e6e6;
}

.text-gradiant {
  background: -webkit-gradient(left top, right top, color-stop(0%, #01a6fd), color-stop(100%, #17d0cf));
  background: linear-gradient(to left, #01a6fd 0%, #17d0cf 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.backgroud-style {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.whitish-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.genius-btn {
  height: 50px;
  line-height: 52px;
  border-radius: 4px;
  display: table;
  padding: 0px 25px;
}
.genius-btn a {
  color: #fff;
  display: block;
  width: 100%;
}
.genius-btn a i {
  margin-left: 5px;
}

.bold-font {
  font-weight: 700 !important;
}

.section-title .subtitle {
  color: #24acea;
  letter-spacing: 7px;
  position: relative;
}
.section-title h2 {
  font-size: 55px;
  font-weight: 300;
  color: #333;
}
.section-title h2 span {
  font-weight: 700;
}

.section-title-2 h2 {
  font-size: 38px;
  color: #333;
  font-weight: 300;
  position: relative;
}
.section-title-2 h2 span {
  font-weight: 700;
}
.section-title-2 h2:after {
  position: absolute;
  content: "";
  bottom: -20px;
  height: 2px;
  width: 50px;
  left: 0;
}

.widget-title {
  font-size: 25px;
  color: #333;
  font-weight: 700;
  position: relative;
  margin-bottom: 50px;
}
.widget-title:after {
  position: absolute;
  content: "";
  bottom: -20px;
  height: 2px;
  width: 50px;
  left: 0;
}

.breadcrumb-section {
  position: relative;
  background-color: rgba(6, 123, 32, 0.1);
}
.breadcrumb-section:before {
  content: "";
  background-image: url(/assets/img/banner/reason.png);
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}
.breadcrumb-section .breadcrumb-head {
  font-size: 38px;
  color: rgba(51, 51, 51, 0.8);
  font-weight: 300;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumb-section .breadcrumb-head span {
  font-weight: 700;
}

.main-menu-container {
  width: 100%;
  padding: 15px 0px;
  transition: 0.3s all ease-in-out;
  z-index: 9;
  position: fixed;
  background-color: #fff;
  top: 0;
}
.main-menu-container.menu-bg-overlay {
  position: fixed;
  padding: 10px 0px;
  box-shadow: 0 0px 5px 0px #333;
}
.main-menu-container .navbar-brand img {
  width: 135px;
}
.main-menu-container .nav-menu li a {
  text-transform: capitalize;
  font-size: 18px;
  padding: 7px 15px;
  font-weight: 600;
  position: relative;
  border-radius: 4px;
  transition: ease all 0.3s;
  color: #333;
}
.main-menu-container .nav-menu li a:hover {
  color: #067b20;
}
.main-menu-container .nav-menu li a.submenu {
  color: #333;
}
.main-menu-container .nav-menu li a.submenu:after {
  opacity: 0;
  visibility: hidden;
}

.log-in {
  margin-top: 20px;
}
.log-in a {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  padding: 15px;
  font-weight: 700;
}

.cart-search {
  margin-top: 12px;
  margin-left: 10px;
}
.cart-search li {
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  color: #fff;
  margin-left: 10px;
  border: 2px solid #17d0cf;
  position: relative;
}
.cart-search li a {
  display: block;
  width: 100%;
}
.cart-search li button {
  border: none;
  color: #fff;
}

.select-lang {
  display: inline;
  position: relative;
  border-left: 1px solid;
  margin-left: 25px;
}
.select-lang select {
  margin-top: 12px;
  border: none;
  padding: 10px 20px;
  -webkit-appearance: none;
  position: relative;
}
.select-lang:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 2px;
  right: 3px;
  font-size: 12px;
  font-weight: 700;
}

.header-style-2.main-menu-container.menu-bg-overlay {
  background: #fff;
  transition: 0.3s all ease-in-out;
  padding-top: 0;
  padding-bottom: 25px;
  margin-top: -42px;
}

.header-top {
  border-bottom: 1px solid #eeeeee;
}
.header-top li {
  border-right: 1px solid #eeeeee;
  padding: 10px 20px;
}
.header-top li i {
  margin-right: 5px;
}
.header-top li select {
  border: none;
}

.header-top-text {
  padding: 10px 0px;
}

.header_3 {
  padding: 30px 0px 70px;
  position: relative;
  z-index: 2;
  transition: 0.3s all ease-in-out;
}
.header_3 .nav-menu-4 .nav-menu a {
  transition: 0.3s all ease-in-out;
}
.header-info {
  display: inline-block;
  margin-left: 50px;
}
.header-info li {
  margin-left: 45px;
  text-align: center;
  color: #fff;
  position: relative;
  height: 60px;
}
.header-info li i {
  font-size: 25px;
  line-height: 36px;
}
.header-info li:after {
  position: absolute;
  content: "";
  height: 60px;
  width: 1px;
  top: 0;
  right: -20px;
}
.header-info li:last-child:after {
  display: none;
}
.header-info .info-text {
  color: #fff;
  font-size: 13px;
}

.mail-phone .info-icon {
  height: 55px;
  width: 55px;
  border-radius: 100%;
  line-height: 63px;
  text-align: center;
}
.mail-phone .info-icon i {
  font-size: 25px;
}
.mail-phone .info-id {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  display: block;
}
.mail-phone .info-content {
  display: inline-block;
  margin-left: 10px;
  text-align: left;
}

.nav-menu-4 {
  border-radius: 4px;
  padding: 25px 20px 25px 20px;
  position: absolute;
  line-height: 25px;
  left: 0;
  right: 0;
  max-width: 1170px;
  margin: 0 auto;
  bottom: -30px;
}
.nav-menu-4 .nav-menu {
  padding-top: 0;
}
.nav-menu-4 .nav-menu li a {
  color: #333;
}
.nav-menu-4 select {
  font-size: 15px;
  margin-top: 0;
  padding: 0;
  width: 70px;
}
.nav-menu-4 .select-lang {
  border-left: none;
  margin-left: 0;
}
.nav-menu-4 .login-cart-lang li {
  margin: 0 20px;
  position: relative;
}
.nav-menu-4 .login-cart-lang li:before {
  position: absolute;
  height: 40px;
  width: 1px;
  top: -8px;
  left: -20px;
  content: "";
}
.nav-menu-4 .login-cart-lang li i {
  font-size: 13px;
}
.nav-menu-4 .login-cart-lang .cart_search {
  height: 25px;
  width: 25px;
  color: #fff;
  border-radius: 100%;
  line-height: 22px;
  text-align: center;
}
.nav-menu-4 .login-cart-lang button {
  border: none;
  color: #fff;
}

.search-body {
  top: 55px;
  right: 0px;
  opacity: 0;
  border-radius: 4px;
  width: 300px;
  height: auto;
  z-index: 999;
  padding: 10px;
  position: absolute;
  visibility: hidden;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
}
.search-body:after {
  position: absolute;
  content: "";
  top: -10px;
  border-left: 20px solid transparent;
  border-right: 0px solid transparent;
  border-top: 20px solid #ffffff;
  transform: rotate(-45deg);
  right: 6px;
}
.search-body .search-form {
  width: 100%;
  height: auto;
  position: relative;
}
.search-body .search-form .search-input {
  width: 100%;
  height: 50px;
  padding: 0px 20px;
  border: 1px solid #eee;
}
.search-body .search-form .search-input:focus {
  outline: none;
  border-color: #f0f0f0;
}
.search-body .search-form .search-close {
  top: 1px;
  right: 1px;
  z-index: 1;
  width: 50px;
  height: 48px;
  cursor: pointer;
  line-height: 48px;
  text-align: center;
  position: absolute;
  border: none;
}

.search-open {
  opacity: 1;
  visibility: visible;
}

.modal-backdrop {
  z-index: 0;
}

.popup-logo {
  left: 0;
  right: 0;
  top: 25px;
  position: absolute;
  text-align: center;
}
.popup-logo img {
  border-radius: 4px;
  max-width: 200px;
  background-color: #fff;
}

.modal-dialog {
  margin: 12.75rem auto;
}

.modal-header {
  padding: 0;
  position: relative;
  background-image: url(/images/pb.jpg?778942a2fa506db8b32539e0ab3aa018);
}
.modal-header .gradient-bg {
  position: absolute;
  top: 0;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  opacity: 0.9;
}
.modal-header .modal-body .nws-button button {
  position: absolute;
  top: 0;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  opacity: 0.9;
}
.modal-header .teacher-pic-content .teacher-img-content:after {
  position: absolute;
  top: 0;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  opacity: 0.9;
}
.modal-header .course-details-category li:hover {
  position: absolute;
  top: 0;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  opacity: 0.9;
}

.popup-text {
  width: 100%;
  padding: 100px 0px 50px 0px;
  position: relative;
}
.popup-text h2 {
  color: #fff;
  font-weight: 300;
  font-size: 38px;
}
.popup-text h2 span {
  font-weight: 700;
}
.popup-text p {
  color: #fff;
}
.popup-text p span {
  font-weight: 700;
}

.facebook-login {
  height: 50px;
  line-height: 50px;
  text-transform: capitalize;
  border-radius: 4px;
  margin-bottom: 20px;
}
.facebook-login a {
  padding: 0;
}

.alt-text {
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
}
.alt-text a {
  color: #333;
  font-size: 12px;
  padding: 0;
}
.alt-text:before {
  position: absolute;
  content: "";
  top: 10px;
  height: 1px;
  width: 35%;
  left: 0;
}
.alt-text:after {
  position: absolute;
  content: "";
  top: 10px;
  height: 1px;
  width: 35%;
  right: 0;
}

.log-in-icon {
  padding: 0 20px;
  border-right: 1px solid #a29c9c;
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children a {
  padding-bottom: 10px !important;
}
.menu-item-has-children:hover a:after {
  opacity: 1;
  visibility: visible;
}
.menu-item-has-children:hover a.submenu:after {
  opacity: 0;
  visibility: hidden;
}
.menu-item-has-children:hover .sub-menu {
  transform: scaleY(1);
}
.menu-item-has-children li {
  margin-bottom: 5px;
  transition: 0.3s all ease-in-out;
}
.menu-item-has-children li:hover {
  margin-left: 3px;
}

.sub-menu {
  width: 200px;
  display: table;
  box-shadow: 0 0px 10px 0 rgba(83, 82, 82, 0.1);
  position: absolute;
  transform: scaleY(0);
  background-color: #fff;
  transform-origin: center top 0;
  transition: 0.3s all ease-in-out;
  top: 50px;
  right: 0;
  text-align: left;
  border-radius: 4px;
  padding: 15px !important;
}
.sub-menu li {
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 0px;
}
.sub-menu li a {
  text-transform: capitalize !important;
  padding: 0;
}
.sub-menu li a:after {
  display: none;
}
.sub-menu li:last-child {
  border-bottom: none;
}
.sub-menu li:before {
  content: "»";
}
.sub-menu li ul.depth-1 {
  margin-left: 10px;
}
.sub-menu li ul.depth-2 {
  margin-left: 20px;
}
.sub-menu li ul.depth-3 {
  margin-left: 30px;
}
.sub-menu li ul.depth-4 {
  margin-left: 40px;
}
.sub-menu li ul.depth-5 {
  margin-left: 50px;
}
.sub-menu:before {
  position: absolute;
  content: "";
  top: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #01a6fd;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 20px;
}

.altranative-header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
  padding: 30px;
  position: fixed;
}

.alt-menu-btn {
  max-width: 100%;
  cursor: pointer;
  overflow: hidden;
}
.alt-menu-btn .hamburger-menu {
  width: 30px;
  height: 30px;
  text-align: center;
  position: relative;
  display: inline-block;
}
.alt-menu-btn .hamburger-menu:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 30px;
  content: "\f0c9";
  line-height: 30px;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.alt-menu-btn .hamburger-menu.open:before {
  content: "\f00d";
}

#menu-container .logo-area {
  height: auto;
  margin: -8px auto;
  text-align: center;
}
#menu-container .cart-Collapse {
  font-size: 16px;
}
#menu-container .menu-list {
  top: 88px;
  bottom: 0;
  left: -100%;
  height: 100%;
  width: 310px;
  z-index: 999;
  padding: 30px;
  position: fixed;
  min-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: #151515;
  padding-bottom: 200px;
}
#menu-container .menu-list .alt-search input[type=search] {
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 50px;
  padding: 15px;
  width: 100%;
}
#menu-container .menu-list .alt-search .register-form-area select[type=search] {
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 50px;
  padding: 15px;
  width: 100%;
}
#menu-container .menu-list .alt-search .register-form-area textarea[type=search] {
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 50px;
  padding: 15px;
  width: 100%;
}
#menu-container .accordion .card {
  border: none;
  box-shadow: none;
  background: none;
  border-radius: 0px;
}
#menu-container .accordion .card .card-header {
  padding: 0;
}
#menu-container .accordion .card .menu-link {
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  padding: 10px 15px;
  border: none;
  position: relative;
  color: #fff;
}
#menu-container .accordion .card button.menu-link:after {
  top: 50%;
  right: 15px;
  content: "\f078";
  position: absolute;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  transform: rotate(0deg) translateY(-50%);
  -o-transform: rotate(0deg) translateY(-50%);
  -ms-transform: rotate(0deg) translateY(-50%);
  -moz-transform: rotate(0deg) translateY(-50%);
  -webkit-transform: rotate(0deg) translateY(-50%);
}
#menu-container .accordion .card .submenu {
  padding: 0px 30px;
}
#menu-container .accordion .card .submenu li {
  padding: 5px 0px;
}
#menu-container .accordion .card .submenu li:hover {
  color: #fff;
}
#menu-container .accordion .card .submenu li.active a {
  color: #fff;
}
#menu-container .accordion .card:hover .menu-link {
  color: #fff;
  border: none;
}
#menu-container .accordion .card.active .menu-link {
  color: #fff;
  border: none;
}

.cart-btn {
  margin-top: 10px;
}
.cart-btn li {
  display: inline-block !important;
  margin: 0px 5px;
  font-size: 18px;
  color: #fff;
  margin: 0px 10px;
}

.header_3.full-width-menu {
  position: fixed;
  width: 100%;
  transition: 0.3s all ease-in-out;
  margin-top: -100px;
  z-index: 3;
}

.slider-text {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}
.slider-text .section-title {
  width: 70%;
  margin: auto;
}
.slider-text .section-title .subtitle {
  color: #067b20;
}
.slider-text .section-title h2 {
  font-size: 60px;
  color: #333;
  font-weight: 100;
}

#slider-item:hover {
  visibility: visible;
}
#slider-item .genius-btn {
  border: 2px solid #17d0cf;
  margin-top: 30px;
}
#slider-item .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#slider-item .owl-dots .owl-dot.active {
  height: 20px;
  background-color: #067b20;
}
#slider-item .owl-dots .owl-dot {
  border-radius: 4px;
  height: 15px;
  width: 7px;
  margin-inline: 2px;
  border: 0.2px solid #f0f0f0;
}
#slider-item .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  direction: ltr;
}
#slider-item .owl-nav .owl-prev {
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 15px;
}
#slider-item .owl-nav .owl-prev:hover {
  border-bottom-right-radius: 15px;
  border-top-right-radius: 3px;
}
#slider-item .owl-nav .owl-next {
  border-radius: 0;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 3px;
}
#slider-item .owl-nav .owl-next:hover {
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 15px;
}
#slider-item .owl-nav .owl-prev,
#slider-item .owl-nav .owl-next {
  background-color: #067b20;
  height: 45px;
  width: 45px;
  color: #fff;
  margin: 0;
  font-size: 30px;
  transition: ease all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
#slider-item .owl-nav .owl-prev:hover,
#slider-item .owl-nav .owl-next:hover {
  background-color: #24acea;
}
#slider-item .owl-item .layer-1-2,
#slider-item .owl-item .layer-1-1,
#slider-item .owl-item .layer-1-4,
#slider-item .owl-item .layer-1-5,
#slider-item .owl-item .layer-1-6,
#slider-item .owl-item .layer-1-3 {
  transform: translateY(100%);
  opacity: 0;
}
#slider-item .owl-item .layer-1-2,
#slider-item .owl-item .layer-1-1 {
  transition: all 0.3s ease-in-out 0.3s;
}
#slider-item .owl-item .layer-1-4 {
  transition: all 0.3s ease-in-out 2s;
}
#slider-item .owl-item .layer-1-5 {
  transition: all 0.3s ease-in-out 2.5s;
}
#slider-item .owl-item .layer-1-6 {
  transition: all 0.3s ease-in-out 3s;
}
#slider-item .owl-item.active .layer-1-2,
#slider-item .owl-item.active .layer-1-1,
#slider-item .owl-item.active .layer-1-3,
#slider-item .owl-item.active .layer-1-4,
#slider-item .owl-item.active .layer-1-5,
#slider-item .owl-item.active .layer-1-6 {
  transform: translateY(0);
  opacity: 1;
}
#slider-item .owl-item.active .slider-images img {
  transform: scale(1.1);
  transition: 10s;
}

.coming-countdown {
  margin-bottom: 30px;
  text-align: center;
}
.coming-countdown li {
  width: 100px;
  height: auto;
  padding: 15px 5px;
  margin-right: 30px;
  text-align: center;
  display: inline-block;
  color: #fff;
  border: 2px solid #17d0cf;
  border-radius: 8px;
}
.coming-countdown li:last-child {
  margin-right: 0px;
}
.coming-countdown .number {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
}
.coming-countdown span {
  display: block;
  position: relative;
  text-transform: uppercase;
}
.coming-countdown span:before {
  left: 0;
  right: 0;
  top: -20px;
  width: 50px;
  height: 3px;
  margin: 0 auto;
  position: absolute;
  background: #ffffff;
  border-radius: 45px;
}

.slider-area {
  height: calc(100vh - 140px) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-image {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.bg-image:after {
  opacity: 0;
  content: attr(data-content);
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.bg-image.overlay:after {
  content: attr(data-content);
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.search-course-section {
  padding: 125px 0px 50px 0px;
}

.search-course input {
  width: 100%;
  height: 60px;
  border: none;
  padding: 0px 20px;
  border-radius: 5px;
}
.search-course .register-form-area select {
  width: 100%;
  height: 60px;
  border: none;
  padding: 0px 20px;
  border-radius: 5px;
}
.search-course .register-form-area textarea {
  width: 100%;
  height: 60px;
  border: none;
  padding: 0px 20px;
  border-radius: 5px;
}
.search-course .nws-button {
  top: 0;
  right: 0;
  height: 60px;
  width: 195px;
  line-height: 60px;
  position: absolute;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-course .nws-button button {
  border: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}

.counter-icon {
  width: 60px;
  height: 45px;
  line-height: 40px;
  margin-right: 15px;
  text-align: center;
}
.counter-icon i {
  font-size: 38px;
}

.counter-number {
  display: inline-block;
  overflow: hidden;
}
.counter-number p {
  font-size: 14px;
  font-weight: 700;
  font-color: #989898;
}
.counter-number .counter-count {
  font-size: 30px;
  color: #333;
  line-height: 0.9;
}
.counter-number span {
  font-size: 30px;
  color: #333;
  line-height: 0.9;
  font-weight: 700;
}
.counter-number .home-secound-course-search span {
  color: #fff;
}

.copy-right-menu-item li {
  margin-left: 30px;
}

.copy-right-menu {
  padding: 45px 0px;
  border-top: 1px solid #ddd6d6;
  padding: 30px 0px;
  border-top: 1px solid #ddd6d6;
}
.copy-right-menu p {
  margin: 0;
}

.home-secound-course-search {
  background-image: url(/images/hb-2.jpg?3f8dca320aa4390ab80a9e5cbd366c0b);
  padding-bottom: 0;
}
.home-secound-course-search .search-app {
  padding-top: 50px;
}
.home-secound-course-search .search-app .search-app-content h2 {
  font-size: 35px;
}
.home-secound-course-search .search-app-content {
  margin-left: 40px;
}
.home-secound-course-search .search-course input {
  background: #4273e1;
  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #4273e1), color-stop(100%, #4eb3bf));
  background: linear-gradient(to right, #01a6fd 0%, #4273e1 51%, #01a6fd 100%);
  background-size: 200% auto;
  color: #fff;
}
.home-secound-course-search .search-course input::-webkit-input-placeholder {
  color: #fff;
}
.home-secound-course-search .search-course .register-form-area select {
  background: #4273e1;
  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #4273e1), color-stop(100%, #4eb3bf));
  background: linear-gradient(to right, #01a6fd 0%, #4273e1 51%, #01a6fd 100%);
  background-size: 200% auto;
  color: #fff;
}
.home-secound-course-search .search-course .register-form-area select::-webkit-input-placeholder {
  color: #fff;
}
.home-secound-course-search .search-course .register-form-area textarea {
  background: #4273e1;
  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #4273e1), color-stop(100%, #4eb3bf));
  background: linear-gradient(to right, #01a6fd 0%, #4273e1 51%, #01a6fd 100%);
  background-size: 200% auto;
  color: #fff;
}
.home-secound-course-search .search-course .register-form-area textarea::-webkit-input-placeholder {
  color: #fff;
}
.home-secound-course-search .counter-number p {
  color: #fff;
}
.home-secound-course-search .counter-number span {
  color: #fff;
}
.home-secound-course-search .counter-count {
  color: #fff;
}
.home-secound-course-search .section-title span {
  color: #fff;
}
.home-secound-course-search .section-title h2 {
  color: #fff;
}
.home-secound-course-search .app-details-content p {
  font-size: 20px;
  color: #fff;
}
.home-secound-course-search .about-list li {
  margin-left: 5px;
}
.home-secound-course-search .about-list li:before {
  width: 10px;
  height: 10px;
  top: 7px;
}
.home-secound-course-search .genius-btn {
  width: 190px;
}

.app-stor {
  display: inline-block;
}
.app-stor li {
  font-size: 22px;
  color: #fff;
  margin-right: 25px;
  position: relative;
}
.app-stor li:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 1px;
  top: 4px;
  right: -14px;
}
.app-stor li:last-child:after {
  display: none;
}

.search-course-secound {
  background-color: #333;
  padding: 20px 0px 10px !important;
  max-width: 1170px;
  margin: 0 auto;
  border-radius: 5px;
  position: relative;
  z-index: 2;
  top: -40px;
}
.search-course-secound .counter-number .counter-count {
  color: #fff;
}
.search-course-secound .counter-number span {
  color: #fff;
  color: #fff;
}
.search-course-secound .counter-number p {
  margin: 0;
}

.search-course-third {
  padding: 0;
}
.search-course-third .version-four {
  padding: 40px 35px 30px;
}
.search-course-third .counter-number p {
  margin-bottom: 0;
}
.search-course-third .counter-icon-number {
  position: relative;
}

.home-third-course-search {
  padding-bottom: 0;
}
.home-third-course-search .section-title h2 {
  font-size: 42px;
}

#search-course-2 .search-app {
  margin-top: 50px;
}

.course-meta {
  display: inline-block;
  width: 100%;
}
.course-meta span {
  font-size: 14px;
  margin-right: 24px;
  position: relative;
}
.course-meta span:after {
  top: 2px;
  width: 1px;
  content: "";
  height: 15px;
  right: -14px;
  position: absolute;
}
.course-meta span:last-child:after {
  display: none;
}
.course-meta .course-author {
  color: #333;
}
.latest-events {
  display: inline-block;
  max-width: 340px;
  margin-bottom: 30px;
}
.latest-events .course-meta .course-author {
  font-weight: 500;
}
.latest-events .course-meta .course-category {
  font-weight: 500;
}

.course-title h3 {
  display: inline-block;
  width: 100%;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  transition: 0.3s all ease-in-out;
}

.course-viewer li {
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 3px;
}

.course-price {
  top: 20px;
  left: 20px;
  font-weight: 700;
  padding: 5px 15px;
  border-radius: 4px;
  position: absolute;
}
.course-price span {
  color: #fff;
}

.course-details-btn {
  bottom: 25px;
  right: 5px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: 0.3s all ease-in-out;
}
.course-details-btn a {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
}

.course-item-pic-text .course-pic {
  overflow: hidden;
  border-radius: 4px;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.course-item-pic-text .course-pic img {
  transition: 0.3s all ease-in-out;
}
.course-item-pic-text:hover .course-details-btn {
  right: 20px;
  opacity: 1;
  visibility: visible;
}
.course-item-pic-text:hover img {
  transform: scale(1.05);
}

.course-pic {
  overflow: hidden;
  border-radius: 4px;
}
.course-pic img {
  transition: 0.3s all ease-in-out;
}

.about-us-section {
  padding: 125px 0px;
  overflow: visible;
}

.about-resigter-form {
  z-index: 2;
  padding: 30px;
  max-width: 360px;
  margin-top: 120px;
}

.register-content {
  position: relative;
}

.register-fomr-title h3 {
  font-size: 35px;
  color: #fff;
}
.register-fomr-title h3 span {
  font-weight: 300;
}
.register-fomr-title p {
  font-size: 14px;
  color: #fff;
}

.bg-mockup {
  position: absolute;
  top: 10px;
  left: -6px;
  z-index: 1;
}

.about-us-text {
  padding-top: 35px;
}
.about-us-text .section-title {
  margin-bottom: 60px;
}
.about-us-text .section-title p {
  font-size: 22px;
  font-weight: 500;
  color: #333;
  margin-top: 20px;
}
.about-us-text .section-title:after {
  position: absolute;
  content: "";
  bottom: -30px;
  height: 2px;
  width: 50px;
}

.about-content-text p {
  font-size: 18px;
  color: #333;
}

.about-list li {
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
  padding-left: 25px;
  position: relative;
}
.about-list li:before {
  left: 0;
  content: "";
  width: 15px;
  height: 15px;
  top: 2px;
  border-radius: 100%;
  position: absolute;
}

.about-btn .genius-btn {
  display: inline-block;
  margin-right: 25px;
}

.home-secound .about-resigter-form {
  background-image: url(/images/abt.jpg?26582de55693df2c27ad0c98642910dc);
  max-width: 420px;
  margin-top: 5px;
  padding: 50px;
  margin-left: 30px;
  border-radius: 5px;
  position: relative;
  z-index: 2;
  box-shadow: 10px 10px 30px 10px rgba(0, 0, 0, 0.1);
}
.home-secound .about-resigter-form:after {
  content: "";
  position: absolute;
  height: 80%;
  top: 50%;
  width: 30px;
  transform: translateY(-50%);
  border-radius: 5px;
  left: -30px;
  z-index: -1;
  background: #17d0cf;
  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #17d0cf), color-stop(100%, #4eb3bf));
  background: linear-gradient(to right, #01a6fd 0%, #17d0cf 51%, #01a6fd 100%);
  background-size: 200% auto;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.home-secound .register-form-area button {
  background: #17d0cf;
  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #17d0cf), color-stop(100%, #4eb3bf));
  background: linear-gradient(to right, #01a6fd 0%, #17d0cf 51%, #01a6fd 100%);
  background-size: 200% auto;
}
.home-secound .bg-mockup {
  display: none;
}

.about-page-section {
  padding: 80px 0px;
}

.about-gallery {
  display: inline-block;
  margin-bottom: 20px;
}

.about-gallery-img {
  margin-bottom: 15px;
}

.grid-1 {
  width: 66.5%;
}

.grid-2 {
  width: 31.5%;
  margin-left: 12px;
}

.about-text-item .section-title-2 {
  margin-bottom: 65px;
}
.about-text-item .section-title-2 h2:after {
  bottom: -30px;
}
.about-text-item p {
  font-weight: 300;
  font-size: 20px;
  color: #333;
  margin-bottom: 25px;
}

.about-teacher-2 .section-title-2 h2 {
  font-size: 28px;
}
.about-teacher-2 .section-title-2 h2:after {
  display: none;
}
.about-teacher-2 .section-title-2 h2 b {
  font-size: 14px;
  font-weight: 700;
}

.about-course-categori {
  padding-top: 50px;
}
.about-course-categori .category-slide {
  margin-top: 40px;
}

.service-slide {
  margin-bottom: 50px;
}

.service-icon {
  margin-right: 15px;
}
.service-icon i {
  font-size: 50px;
}

.service-text {
  overflow: hidden;
}
.service-text h3 {
  font-size: 22px;
  color: #fff;
}
html[lang=ar] .owl-stage-outer {
  direction: ltr !important;
}
html[lang=ar] .owl-stage-outer .owl-item,
html[lang=ar] .owl-stage-outer .owl-item * {
  direction: rtl !important;
}

.testimonials-section {
  padding-block: 100px;
}
.testimonials-section .testimonial-slide .testimonial-item {
  box-shadow: 0px 0px 20px 0px rgba(26, 46, 85, 0.1);
}
.testimonials-section .testimonial-slide .testimonial-item .name {
  font-size: 20px;
  font-weight: 600;
}
.testimonials-section .testimonial-slide .testimonial-item .position {
  font-size: 14px;
}
.testimonials-section .testimonial-slide .owl-stage-outer {
  position: relative;
  padding-bottom: 10px;
}

.latest-area-section {
  padding: 125px 0px 55px 0px;
}

.side-bar-widget {
  margin: 30px 0px;
  display: inline-block;
  width: 100%;
}
.side-bar-widget * {
  text-align: start !important;
}
.side-bar-widget .latest-news-thumbnail-wrapper {
  height: 80px;
  width: 80px;
}
.side-bar-widget .latest-news-thumbnail-wrapper .latest-news-thumbnile {
  height: 100%;
  width: 100%;
}
.side-bar-widget .widget-title {
  font-size: 30px;
  font-weight: 300;
  color: #333;
  margin-bottom: 20px;
}
.side-bar-widget .widget-title span {
  font-weight: 700;
}
.side-bar-widget .widget-title:after {
  display: none;
}
.side-bar-widget .post-categori {
  border-radius: 4px;
}
.side-bar-widget .post-categori .cat-item {
  position: relative;
  padding: 15px 20px 15px 35px;
  border-bottom: 1px solid #f0f0f0;
  transition: 0.3s all ease-in-out;
}
.side-bar-widget .post-categori .cat-item:before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 19px;
  left: 19px;
  font-size: 10px;
  font-weight: 700;
  content: "\f054";
}
.side-bar-widget .post-categori .cat-item:hover {
  color: #333;
}
.side-bar-widget .latest-news-thumbnile {
  height: 80px;
  width: 80px;
}
.side-bar-widget .latest-news-area {
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.side-bar-widget .latest-title {
  font-size: 17px;
}
.side-bar-widget .tag-clouds li {
  border: 1px solid #cfcaca;
  padding: 5px 15px;
  margin-bottom: 8px;
  margin-right: 2px;
  border-radius: 4px;
  transition: 0.3s all ease-in-out;
}
.side-bar-widget .tag-clouds li:hover {
  color: #fff;
}
.side-bar-widget .tag-clouds li.active {
  color: #fff;
}
.side-bar-widget .best-course-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  box-shadow: none;
  transform: translateY(-50%);
  text-align: center;
}
.side-bar-widget .best-course-text h3 {
  color: #fff;
}
.side-bar-widget .best-course-text .course-meta span {
  margin-right: 0;
  color: #fff;
  margin: 0px 10px;
}
.side-bar-widget .best-course-pic-text:hover .best-course-text {
  box-shadow: none;
}

.latest-news-thumbnile {
  height: 120px;
  width: 120px;
  margin-right: 20px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.latest-news-thumbnile .hover-search {
  position: absolute;
  top: 50%;
  left: 0;
  color: #fff;
  transform: translateY(-50%);
  text-align: center;
  right: 0;
  transition: 0.3s all ease-in-out;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.latest-news-area {
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  width: 100%;
  max-width: 335px;
}
.latest-news-area:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.latest-news-area .date-meta {
  font-size: 14px;
  margin-bottom: 10px;
}
.latest-news-area:hover .hover-search {
  opacity: 1;
  visibility: visible;
}

.latest-title {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}

.view-all-btn {
  color: #333;
}
.view-all-btn i {
  margin-left: 5px;
}

.gradient-bdr {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 10px;
  transform: scale(1.06);
  background: linear-gradient(21deg, #10abff, #1beabd);
  background: -webkit-linear-gradient(69deg, #10abff, #1beabd);
}

.events-date {
  height: 84px;
  width: 95px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 10px;
  margin-right: 20px;
}
.events-date span {
  font-size: 50px;
  padding-top: 8px;
  color: #333;
  line-height: 1;
  display: block;
}

.event-text {
  overflow: hidden;
}

.video-play-btn {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 100%;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
.video-play-btn a {
  display: block;
  width: 100%;
}

.sponsor-section {
  padding: 30px 0px 30px 0px;
}
.sponsor-section .owl-item {
  padding: 10px;
}
.sponsor-section .owl-item img {
  width: 120px;
}

.home-page-three {
  padding: 40px 0px 125px;
}

.best-course-section {
  padding: 125px 0px 125px 0px;
}

.best-course-pic-text {
  border-radius: 4px;
  padding-top: 30px;
}
.best-course-pic-text .course-title h3 {
  font-size: 16px;
  font-weight: bold;
}
.best-course-pic-text .course-title:after {
  display: none;
}
.best-course-pic-text .best-course-text {
  border-radius: 4px;
  padding: 20px 25px 30px 25px;
  transition: 0.3s all ease-in-out;
}
.best-course-pic-text .best-course-text .course-meta span {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.best-course-pic-text .best-course-pic {
  width: 270px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 220px;
  overflow: hidden;
  border-radius: 4px;
}
.best-course-pic-text .course-price {
  bottom: 20px;
  z-index: 1;
  top: inherit;
}
.best-course-pic-text .course-rate {
  position: absolute;
  right: 25px;
  bottom: 25px;
  transition: 0.3s all ease-in-out;
}
.best-course-pic-text .course-rate li {
  font-size: 14px;
}
.best-course-pic-text .course-details-btn {
  top: inherit;
  bottom: 25px;
  right: 5px;
}
.best-course-pic-text:hover .course-details-btn {
  opacity: 1;
  right: 25px;
  visibility: visible;
  z-index: 1;
}
.best-course-pic-text:hover .course-rate {
  opacity: 0;
}
.best-course-pic-text:hover .best-course-text {
  box-shadow: 10px 10px 20px 1px rgba(0, 0, 0, 0.1);
}

.trend-badge-2 {
  top: -18px;
  left: -50px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  padding: 30px 35px 5px;
  transform: rotate(-45deg);
  z-index: 3;
}
.trend-badge-2 span {
  display: block;
}

.couse-pagination li {
  font-size: 18px;
  margin: 0 5px;
}
.couse-pagination li.active {
  color: #333;
  font-weight: 700;
}
.couse-pagination .pg-text {
  font-size: 13px;
}

.best-course-v2 {
  padding-bottom: 80px;
}
.course-search-filter {
  display: inline-block;
  width: 100%;
}

.course-button ul.product-tab li.active:after {
  display: none;
}
.course-button ul.product-tab li.active:before {
  opacity: 1;
}
.course-button ul.product-tab li.active .category-icon-title:after {
  opacity: 1;
  transform: scale(1);
}
.course-button ul.product-tab li.active .category-icon i {
  color: #fff;
  -webkit-text-fill-color: inherit;
}
.course-button ul.product-tab li.active .category-title h4 {
  color: #fff;
}
.course-button ul.product-tab li {
  margin: 0;
}
.course-button ul.product-tab li:before {
  content: "";
  position: absolute;
  top: -15px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #01a6fd;
  transform: rotate(-180deg);
  left: 0;
  width: 20px;
  right: 0;
  opacity: 0;
  margin: 0 auto;
}
.course-button ul.product-tab li .category-icon-title {
  width: 180px;
  height: 180px;
  padding: 20px;
  overflow: hidden;
}
.course-button .category-title h4 {
  text-transform: capitalize;
  font-size: 16px;
}

.course-teacher-section {
  background-color: #f0f4f5;
  padding: 100px 0;
}
.course-teacher-section .teacher {
  box-shadow: 0px 0px 40px 0px rgba(26, 46, 85, 0.1);
  margin-top: 100px;
}
.course-teacher-section .teacher .image {
  width: 150px;
  margin: 0 auto;
}
.course-teacher-section .teacher .info .name {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

.teacher-img-content {
  display: inline-block;
  padding: 20px;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 50px;
}
.teacher-img-content .teacher-social-name {
  max-width: 200px;
}
.teacher-img-content .teacher-social-name ul {
  margin-bottom: 10px !important;
}
.teacher-img-content .teacher-social-name li {
  height: 35px;
  width: 35px;
  border-radius: 100%;
  text-align: center;
  line-height: 35px;
  margin-bottom: 5px;
  transition: 0.3s all ease-in-out;
}
.teacher-img-content .teacher-social-name .teacher-name span {
  font-weight: 700;
  color: #fff;
  font-size: 18px;
}
.teacher-img-content .teacher-img {
  height: 150px;
  width: 150px;
  display: inline-block;
  position: relative;
  right: -35px;
  top: -35px;
}
.teacher-img-content .teacher-img img {
  border-radius: 4px;
}
.teacher-img-content .teacher-img:after {
  content: "";
  height: 2px;
  width: 50px;
  left: -25px;
  bottom: 30px;
  position: absolute;
}
.teacher-img-content .teacher-img .course-price {
  font-weight: 400;
  top: auto;
  bottom: 20px;
  font-size: 12px;
  left: 45px;
  opacity: 0;
  transition: 0.3s all ease-in-out;
  visibility: hidden;
}
.teacher-img-content .teacher-category {
  position: relative;
  top: -5px;
}
.teacher-img-content .teacher-category .st-name {
  font-size: 13px;
  color: #fff;
}
.teacher-img-content:hover .course-price {
  opacity: 1;
  left: 35px;
  visibility: visible;
}

.secound-teacher-section {
  padding: 105px 0px;
}
.secound-teacher-section .teacher-img-text {
  padding: 20px 30px 30px 30px;
  border-radius: 4px;
}
.secound-teacher-section .teacher-img-text .teacher-social-list {
  position: absolute;
  top: 40%;
  left: 0;
  transition: 0.3s all ease-in-out;
  right: 0;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
}
.secound-teacher-section .teacher-img-text .teacher-social-list li {
  height: 30px;
  width: 30px;
  text-align: center;
  border: 2px solid #17d0cf;
  line-height: 30px;
  color: #fff;
  margin: 0 2px;
  border-radius: 100%;
}
.secound-teacher-section .teacher-img-text .teacher-name {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
.secound-teacher-section .teacher-img-text .teacher-designation {
  font-size: 13px;
}
.secound-teacher-section .teacher-img-text:hover .blakish-overlay {
  opacity: 1;
  visibility: visible;
}
.secound-teacher-section .teacher-img-text:hover .teacher-social-list {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.secound-teacher-section .genius-btn {
  margin: 0 auto;
  margin-top: 65px;
}

.teacher-img-social {
  z-index: 1;
}
.teacher-img-social img {
  border: 5px solid #fff;
  border-radius: 100%;
}
.teacher-img-social:after {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  background: #17d0cf;
  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #17d0cf), color-stop(100%, #4eb3bf));
  background: linear-gradient(to right, #01a6fd 0%, #17d0cf 51%, #01a6fd 100%);
  background-size: 200% auto;
  top: -5px;
  left: -5px;
  border-radius: 100%;
  z-index: -1;
  right: 0;
}

.genius-teacher-section-2 {
  padding-bottom: 80px;
}
.genius-teacher-section-2 .teacher-img-content {
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 25px;
  height: 210px;
}
.genius-teacher-section-2 .teacher-img-content .teacher-cntent {
  position: absolute;
  top: 15px;
  left: 30px;
  z-index: 1;
  transition: 0.3s all ease-in-out;
  opacity: 0;
}
.genius-teacher-section-2 .teacher-img-content .teacher-social-name ul {
  margin-bottom: 20px !important;
}
.genius-teacher-section-2 .teacher-img-content .teacher-category {
  bottom: 50px;
  top: inherit;
  right: 20px;
  display: none;
  z-index: 11;
}
.genius-teacher-section-2 .teacher-img-content:after {
  position: absolute;
  content: "";
  background: #17d0cf;
  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #17d0cf), color-stop(100%, #4eb3bf));
  background: linear-gradient(to right, #01a6fd 0%, #17d0cf 51%, #01a6fd 100%);
  background-size: 200% auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0;
  transition: 0.3s all ease-in-out;
  opacity: 0;
}
.genius-teacher-section-2 .teacher-img-content:hover:after {
  opacity: 0.8;
}
.genius-teacher-section-2 .teacher-img-content:hover .teacher-category {
  display: block;
}
.genius-teacher-section-2 .teacher-img-content:hover .teacher-cntent {
  opacity: 1;
}
.teacher-page-section {
  padding: 80px 0px;
}
.teacher-page-section .couse-pagination {
  margin-top: 60px;
}

.first-widget {
  margin-top: 0 !important;
}

.teacher-details-area {
  padding: 80px 0px;
}

.course-img {
  margin-bottom: 15px;
}

.course-desc {
  color: #333;
}

.teacher-details-text .section-title-2 {
  margin-bottom: 50px;
}
.teacher-details-text .section-title-2 h2 {
  font-size: 30px;
}
.teacher-details-text .section-title-2 h2:after {
  bottom: -45px;
}
.teacher-details-text .teacher-deg {
  font-weight: 700;
  font-size: 15px;
  margin-top: 5px;
}
.teacher-desc-social {
  margin-bottom: 28px;
}
.teacher-desc-social li {
  height: 80px;
  width: 80px;
  text-align: center;
  border-radius: 4px;
  font-size: 13px;
  margin-right: 5px;
  padding-top: 15px;
  transition: 0.3s all ease-in-out;
}
.teacher-desc-social li i {
  font-size: 30px;
  margin-bottom: 5px;
  transition: 0.3s all ease-in-out;
}
.teacher-desc-social li:hover {
  color: #fff;
}
.teacher-desc-social li:hover i {
  color: #fff;
}

.teacher-address .address-details li {
  font-size: 18px;
  margin-bottom: 10px;
  display: inline-block;
}
.teacher-address .address-details li b {
  font-weight: 900;
}
.teacher-address .address-details li .addrs-icon {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  border-radius: 5px;
  color: #fff;
  margin-right: 15px;
}
.teacher-address .address-details li .add-info {
  overflow: hidden;
  margin-top: 10px;
}

.about-teacher .section-title-2 {
  margin-bottom: 35px;
}
.about-teacher .section-title-2 h2:after {
  display: none;
}
.about-teacher p {
  font-weight: 300;
  font-size: 20px;
  color: #333;
}

.about-faq.faq-secound-home-version {
  background-image: inherit;
  padding-top: 0;
}
.about-faq.faq-secound-home-version .panel-group .panel {
  max-width: inherit;
}
.about-faq.faq-secound-home-version .panel-group .btn-link.collapsed {
  color: #333;
  font-weight: 400;
  padding: 10px 0px;
}
.about-faq.faq-secound-home-version .panel-group .panel-title h3:before {
  top: 15px;
}
.about-faq.faq-secound-home-version .panel-group .collapse.show .panel-body:before {
  height: 185%;
  top: -49px;
}
.about-faq.faq-secound-home-version ul.product-tab li {
  font-size: 15px;
  font-weight: 400;
}
.about-faq.faq-secound-home-version .tab-container {
  margin-left: 15px;
}

.teacher-contact {
  padding-top: 25px;
}

.teacher-faq-form label {
  display: block;
  text-transform: uppercase;
  color: #333;
  font-weight: 700;
  font-size: 14px;
}
.teacher-faq-form input {
  width: 100%;
  height: 60px;
  border-radius: 4px;
  border: none;
  margin-bottom: 30px;
  padding: 15px;
}
.teacher-faq-form .register-form-area select {
  width: 100%;
  height: 60px;
  border-radius: 4px;
  border: none;
  margin-bottom: 30px;
  padding: 15px;
}
.teacher-faq-form .register-form-area textarea {
  width: 100%;
  height: 60px;
  border-radius: 4px;
  border: none;
  margin-bottom: 30px;
  padding: 15px;
}
.teacher-faq-form textarea {
  width: 100%;
  height: 60px;
  border-radius: 4px;
  border: none;
  margin-bottom: 30px;
  padding: 15px;
  height: 160px;
}
.teacher-faq-form .nws-button {
  height: 60px;
  width: 195px;
  line-height: 60px;
  border-radius: 5px;
}
.teacher-faq-form .nws-button button {
  border: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.one-page-teacher {
  padding: 100px 0px;
  background-image: url(/images/tesit-b-1.jpg?71534b4f991950d53a0ccd028d914fa8);
}
.one-page-teacher .section-title span {
  color: #fff;
}
.one-page-teacher .section-title h2 {
  color: #fff;
}

.best-product-section {
  padding: 125px 0px 50px 0px;
}
.best-product-section .course-title h3 {
  font-size: 18px;
}
.best-product-section .course-title:after {
  display: none;
}
.best-product-section .price-start {
  font-size: 12px;
  font-weight: 700;
  margin-top: 5px;
}
.best-product-section.home_2 {
  padding: 50px 0px 100px;
}

.add-cart {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 100%;
  transition: 0.3s all ease-in-out;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
}
.add-cart:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: #17d0cf;
  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #17d0cf), color-stop(100%, #4eb3bf));
  background: linear-gradient(to right, #01a6fd 0%, #17d0cf 51%, #01a6fd 100%);
  background-size: 200% auto;
  transition: 0.3s all ease-in-out;
  left: 0;
  z-index: 0;
  opacity: 0;
  border-radius: 100%;
  transform: scale(0);
}
.add-cart i {
  position: relative;
  z-index: 1;
}

.product-img-text {
  padding: 25px 20px;
  display: inline-block;
  width: 97%;
  margin: 5px;
  border-radius: 4px;
  transition: 0.3s all ease-in-out;
}
.product-img-text:hover {
  box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.1);
}
.product-img-text:hover .add-cart {
  color: #fff;
}
.product-img-text:hover .add-cart::after {
  opacity: 1;
  transform: scale(1);
}

.faq-secound-home-version {
  background-image: url(/images/fq-1.jpg?b799c3d925d7ff1312d2ac45537b136a);
  padding: 110px 0px 100px 0px;
}
.faq-secound-home-version .best-product-section {
  padding-top: 30px;
}
.faq-secound-home-version .best-product-section .section-title-2 h2 {
  color: #fff;
}
.faq-secound-home-version .section-title h2 {
  color: #fff;
}
.faq-secound-home-version .section-title span {
  color: #fff;
}
.faq-secound-home-version ul.product-tab li {
  color: #fff;
  padding: 5px 15px;
  font-size: 16px;
  border-radius: 4px;
  z-index: 1;
  margin: 0px 5px 0px 0px;
}
.faq-secound-home-version ul.product-tab li:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #17d0cf;
  background: -webkit-gradient(left top, right top, color-stop(0%, #4eb3bf), color-stop(51%, #17d0cf), color-stop(100%, #4eb3bf));
  background: linear-gradient(to right, #01a6fd 0%, #17d0cf 51%, #01a6fd 100%);
  background-size: 200% auto;
  left: 0;
  top: 0;
  transition: 0.3s all ease-in-out;
  border-radius: 4px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.faq-secound-home-version ul.product-tab li.active {
  color: #fff;
}
.faq-secound-home-version ul.product-tab li.active:after {
  opacity: 1;
  visibility: visible;
}
.faq-secound-home-version .ques-ans h3 {
  color: #fff;
}
.faq-secound-home-version .tab-content-1 {
  display: none;
}
.home-third-best-product {
  padding: 20px 0px 80px;
}

.shop-product-section {
  padding: 80px 0px 20px;
}

.genius-shop-item .best-product-section {
  padding-top: 0;
}
.genius-shop-item .best-product-section .product-img-text {
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
}
.genius-shop-item .product-list-item {
  padding: 25px 20px;
  border-radius: 4px;
}
.genius-shop-item .course-page-section {
  padding-top: 0;
}

.ui-slider-horizontal {
  height: 3px;
  border: none;
}
.ui-slider-horizontal .ui-slider-handle {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  border: none;
  cursor: pointer;
  outline: none;
  top: -3px;
}

.price-range .ui-widget.ui-widget-content {
  border: none;
}
.price-range input {
  position: absolute;
  font-size: 12px;
  right: -70px;
  top: -13px;
  border: none;
  font-weight: 700;
}
.price-range .register-form-area select {
  position: absolute;
  font-size: 12px;
  right: -70px;
  top: -13px;
  border: none;
  font-weight: 700;
}
.price-range .register-form-area textarea {
  position: absolute;
  font-size: 12px;
  right: -70px;
  top: -13px;
  border: none;
  font-weight: 700;
}

#slider-range {
  width: 73%;
  margin-top: 6px;
}
#slider-range .ui-widget-header {
  background-color: #333;
}

.inner-title {
  font-size: 12px;
  font-weight: 500;
  padding-left: 25px;
  position: relative;
}
.inner-title:after {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  border-radius: 4px;
  border: 1px solid #d9d4d4;
  left: 0;
  top: 1px;
}

.product-highlights .inner-title {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  margin-bottom: 10px;
}
.product-highlights .inner-title:last-child {
  margin-bottom: 0;
}

.best-sell-title-price {
  margin-top: 30px;
}
.best-sell-title-price h3 {
  font-size: 14px;
  font-weight: 700;
  color: #333;
}

.best-sellers-pic-text {
  display: inline-block;
  width: 100%;
  padding: 15px 15px 25px 15px;
  margin-bottom: 4px;
}
.best-sellers-pic-text .best-sell-pic {
  height: 105px;
  width: 105px;
  margin-right: 20px;
}
.best-sellers-pic-text .b-price {
  font-size: 12px;
  font-weight: 700;
}

.best-sellers-item .couse-pagination {
  margin-top: 15px;
}
.best-sellers-item .couse-pagination li {
  font-size: 12px;
}

.faq-section {
  padding: 50px 0px 125px 0px;
}

ul.product-tab li {
  cursor: pointer;
  margin: 0px 40px 0px 0px;
  font-size: 18px;
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
}
ul.product-tab li:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  top: 30px;
  left: 0;
  opacity: 0;
}
ul.product-tab li.active {
  color: #333;
}
ul.product-tab li.active:after {
  opacity: 1;
}

.tab-content-1 {
  display: none;
}
.ques-ans h3 {
  font-size: 22px;
  font-weight: 500;
  color: #333;
  margin-bottom: 20px;
}

.faq_3 {
  padding-bottom: 40px;
}

.panel-group .panel {
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin-bottom: 25px;
  max-width: 625px;
  margin: 0 auto;
}
.panel-group .panel-body {
  position: relative;
}
.panel-group .panel-body:before {
  position: absolute;
  left: -15px;
  top: -42px;
  content: "";
  width: 3px;
  height: 0%;
  transition: 0.3s all ease-in-out;
}
.panel-group .collapse.show .panel-body:before {
  height: 150%;
}
.panel-group .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  position: relative;
}
.panel-group .panel-title h3 {
  position: relative;
}
.panel-group .panel-title h3:before {
  position: absolute;
  width: 3px;
  height: 25px;
  left: -15px;
  content: "";
  top: 22px;
}
.panel-group .panel-title .btn-link {
  display: block;
  padding: 15px;
  position: relative;
  width: 100%;
  text-align: start;
  font-weight: 500;
  text-decoration: none;
}
.panel-group .panel-title .btn-link:before {
  content: "\f139";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 10px;
  top: 10px;
  font-size: 16px;
  transform: scale(1);
  transition: all 0.3s;
}
.panel-group .panel-title .btn-link:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 16px;
  transform: scale(0);
  transition: all 0.3s;
}
.panel-group .panel-title .btn-link,
.panel-group .panel-title .btn-link span, .panel-group .panel-title .btn-link:before, .panel-group .panel-title .btn-link:after {
  color: #24acea !important;
}
.panel-group .btn-link.collapsed {
  color: #fff;
}
.panel-group .btn-link.collapsed:before {
  content: " ";
  transition: all 0.3s;
  transform: scale(0);
}
.panel-group .btn-link.collapsed:after {
  content: "\f13a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all 0.3s;
  transform: scale(1);
}

#accordion .btn {
  white-space: inherit;
}

.faq-page-section {
  padding: 80px 0px 80px 0px;
}
.faq-page-section .panel-group .btn-link.collapsed {
  color: #333;
  font-size: 20px;
  font-weight: 400;
}
.faq-page-section .panel-group .panel-title .btn-link {
  font-size: 20px;
  width: 98%;
}
.faq-page-section .panel-group .panel-title .btn-link:before {
  right: -5px;
}
.faq-page-section .panel-group .panel-title .btn-link:after {
  right: -5px;
}
.faq-page-section .panel-group .panel-body:before {
  top: -50px;
}
.faq-page-section .faq-secound-home-version {
  background-image: inherit;
  padding: 0;
}
.faq-page-section .faq-secound-home-version ul.product-tab li.active {
  color: #fff;
}
.faq-page-section .faq-secound-home-version .ques-ans h3 {
  color: #333;
}

.course-category-section {
  padding: 100px 0px 50px;
}
.course-category-section .category-peace .border-main .title {
  color: #333;
}
.course-category-section .category-peace .border-main:hover .title,
.course-category-section .category-peace .border-main:hover .icon {
  color: #fff !important;
}

.category-title {
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
.category-title h4 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

.why-choose-us-section {
  padding-block: 100px;
}
.why-choose-us-section .section:hover h5,
.why-choose-us-section .section:hover p {
  color: #fff !important;
}
.why-choose-us-section .section:hover .icon {
  background-color: #fff !important;
}

.features-icon {
  height: 80px;
  width: 80px;
  border-radius: 100%;
  line-height: 80px;
  font-size: 40px;
  margin-right: 25px;
}
.features-icon i {
  color: #fff;
}

.features-text-title h3 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.features-text {
  overflow: hidden;
  padding-top: 10px;
}
.extra-icon-text {
  margin-bottom: 45px;
}

.extra-right .features-icon {
  margin-left: 25px;
  margin-right: 0;
}

.version-four .features-icon {
  position: relative;
}
.version-four .features-icon .feat-tag span {
  position: absolute;
  height: 25px;
  width: 25px;
  border-radius: 100%;
  text-align: center;
  line-height: 25px;
  font-weight: 700;
  right: -10px;
  top: 25px;
  font-size: 13px;
}
.version-four .extra-right .features-icon .feat-tag span {
  left: -10px;
  right: inherit;
}

.contact-area-section {
  background-image: url(/images/contact-b.jpg?7074d794ff7f22c91999d1527d34bbf5);
  padding: 105px 0px 105px;
}
.contact-area-section .section-title h2 {
  color: #fff;
  margin-bottom: 25px;
}
.contact-area-section .section-title span {
  color: #fff;
}
.contact-area-section .section-title p {
  color: #fff;
}

.contact_secound_section {
  background-image: url(/images/contact-b.jpg?7074d794ff7f22c91999d1527d34bbf5);
  padding: 105px 0px 105px;
  background-image: url(/images/cf-1.png?ffe769692e5d5c4a1aa75c2095a8b4b2);
  padding: 270px 0px 0px;
}
.contact_secound_section .section-title h2 {
  color: #fff;
  margin-bottom: 25px;
}
.contact_secound_section .section-title span {
  color: #fff;
}
.contact_secound_section .section-title p {
  color: #fff;
}

.contact-left-content {
  max-width: 500px;
}

.address-icon {
  height: 60px;
  width: 60px;
  border: 5px solid;
  line-height: 60px;
  margin-right: 20px;
  border: 4px solid transparent;
  -o-border-image: linear-gradient(69deg, #10abff, #1beabd);
  border-image: linear-gradient(69deg, #10abff, #1beabd);
  border-image-slice: 1;
  border-radius: 40px;
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.address-icon i {
  font-size: 30px;
  color: #fff;
}

.address-details li {
  color: #fff;
}
.address-details li span {
  font-weight: 500;
  color: #333;
}

.contact-address-details {
  width: 100%;
  display: inline-block;
}
.contact-address-details:last-child {
  border-bottom: none;
}
.contact-address-details ul {
  padding: 0;
}

.google-map-container {
  height: 600px;
}

#google-map {
  top: 0;
  width: 940px;
  height: 100%;
  box-shadow: -15px -10px 40px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
}

.contact_secound_form {
  margin-left: 80px;
}
.contact_secound_form .section-title-2 h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  display: table;
}
.contact_secound_form .section-title-2 h2:after {
  right: -65px;
  left: inherit;
  bottom: 5px;
}
.contact_secound_form .contact_form input {
  width: 45%;
  border: none;
  padding: 25px 0px;
  border-bottom: 1px solid #73a3c4;
  margin-right: 20px;
  height: 35px;
}
.contact_secound_form .contact_form .register-form-area select {
  width: 45%;
  border: none;
  padding: 25px 0px;
  border-bottom: 1px solid #73a3c4;
  margin-right: 20px;
  height: 35px;
}
.contact_secound_form .contact_form .register-form-area textarea {
  width: 45%;
  border: none;
  padding: 25px 0px;
  border-bottom: 1px solid #73a3c4;
  margin-right: 20px;
  height: 35px;
}
.contact_secound_form .contact_form textarea {
  height: 155px;
  width: 100%;
  border: none;
  padding: 20px 0px;
  border-bottom: 1px solid #73a3c4;
}
.contact_secound_form .nws-button {
  height: 60px;
  width: 280px;
  line-height: 60px;
  border-radius: 4px;
  margin: 0 auto;
  margin-top: 30px;
}
.contact_secound_form .nws-button button {
  border: none;
  font-weight: 700;
  color: #fff;
}

.contact-form-area_3 {
  padding: 110px 0px;
}

.contact_third_form .contact-info input {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid #dddddd;
}
.contact_third_form .contact-info .register-form-area select {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid #dddddd;
}
.contact_third_form .contact-info .register-form-area textarea {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid #dddddd;
}
.contact_third_form textarea {
  border: none;
  border-bottom: 1px solid #dddddd;
  width: 100%;
  height: 150px;
  margin-top: 40px;
}
.contact_third_form .nws-button {
  height: 60px;
  width: 200px;
  line-height: 60px;
  border-radius: 4px;
  margin: 0 auto;
  margin-top: 70px;
}
.contact_third_form .nws-button button {
  border: none;
  font-weight: 700;
  color: #fff;
}

.contact-page-section {
  padding: 80px 0px;
}
.contact-page-section .social-contact .category-icon-title {
  width: 165px;
  display: inline-block;
  position: relative;
}
.contact-page-section .social-contact .category-icon-title:before {
  content: "";
  position: absolute;
  height: 130px;
  width: 1px;
  top: 0;
  right: 0;
  z-index: 1;
}
.contact-page-section .social-contact .category-icon-title:before:last-child:before {
  opacity: 0;
}
.contact-page-section .social-contact .category-icon-title .category-title h4 {
  font-size: 16px;
}
.contact-page-section .category-icon-title:last-child::before {
  display: none;
}

.contact-page-version .contact_third_form {
  padding: 30px 30px 65px 30px;
  border-radius: 4px;
}

.blog-item-post {
  padding: 105px 0px 0px 0px;
}

.blog-content-details {
  padding-bottom: 80px;
  border-bottom: 1px solid #eeeeee;
}

.short-filter-tab {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.shorting-filter select {
  border-radius: 4px;
  border: none;
  color: #333;
}

.blog-button ul.product-tab li {
  margin: 0px 5px 0px 0px;
  font-size: 22px;
  padding: 5px 10px;
  border-radius: 4px;
}
.blog-button ul.product-tab li:after {
  display: none;
}
.blog-button ul.product-tab li.active {
  color: #fff;
}

.blog-post-img-content {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 35px;
  margin-bottom: 30px;
}
.blog-post-img-content .course-price {
  bottom: 20px;
  top: inherit;
}
.blog-post-img-content .blog-img-date {
  border-radius: 4px;
  margin-bottom: 30px;
}
.blog-post-img-content .blog-img-date .blog-thumnile {
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  width: 420px;
  background-position: center;
}

.blog-title-content h3 {
  font-size: 25px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}
.blog-title-content .blog-content {
  font-size: 17px;
  margin-bottom: 22px;
}

.genius-post-item {
  padding-bottom: 45px;
}

.list-blog-item {
  border-radius: 4px;
  margin-bottom: 30px;
}
.list-blog-item .blog-post-img-content {
  padding: 0;
  margin: 0;
}
.list-blog-item .blog-img-date {
  margin: 0;
}
.list-blog-item .blog-title-content {
  padding-top: 30px;
}

.side-bar-search {
  position: relative;
}
.side-bar-search input {
  height: 40px;
  width: 100%;
  padding: 0px 15px;
  border: none;
  border-radius: 4px;
}
.side-bar-search .register-form-area select {
  height: 40px;
  width: 100%;
  padding: 0px 15px;
  border: none;
  border-radius: 4px;
}
.side-bar-search .register-form-area textarea {
  height: 40px;
  width: 100%;
  padding: 0px 15px;
  border: none;
  border-radius: 4px;
}
.side-bar-search button {
  position: absolute;
  top: 8px;
  right: 10px;
  border: none;
  border-radius: 100%;
  padding: 3px 6px;
  color: #067b20;
  font-size: 14px;
}

.blog-details-section {
  padding: 80px 0px;
  border-bottom: 1px solid #ccc;
}

.blog-details-content h2 {
  font-size: 35px;
  color: #333;
  font-weight: 500;
}
.blog-details-content .date-meta {
  margin-top: 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.blog-details-content .date-meta span {
  font-size: 13px;
  font-weight: 700;
  margin-right: 20px;
}
.blog-details-content h3 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
}
.blog-details-content p {
  font-size: 20px;
  color: #333;
  font-weight: 300;
  margin-bottom: 20px;
}
.blog-details-content .share-text {
  font-weight: 700;
  color: #333;
  margin-top: 8px;
}
.blog-details-content .blog-share-tag {
  display: inline-block;
  width: 100%;
  margin: 40px 0px 15px 0px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.blog-details-content .share-social ul li {
  font-size: 25px;
  margin-left: 30px;
}
.blog-details-content .blog-category li {
  padding: 5px 10px;
  transition: 0.3s all ease-in-out;
  border-radius: 4px;
}
.blog-details-content .blog-category li:hover {
  color: #fff;
}
.blog-details-content .author-comment {
  padding: 25px;
  margin-top: 20px;
  border-radius: 4px;
}
.blog-details-content .author-comment .author-img {
  height: 50px;
  width: 50px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 20px;
}
.blog-details-content .author-comment .author-designation-comment {
  font-size: 12px;
  font-weight: 700;
}
.blog-details-content .author-comment .author-designation-comment p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 0;
}
.blog-details-content .next-prev-post {
  font-weight: 700;
  color: #333;
  display: inline-block;
  width: 100%;
  margin-top: 25px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 35px;
}
.blog-details-content .next-prev-post i {
  margin: 0 5px;
}

.recent-post-item {
  padding-top: 32px;
}
.recent-post-item .blog-title-content h3 {
  margin-bottom: 0;
}

.blog-comment-area {
  margin-top: 10px;
}
.blog-comment-area .comment-list li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.blog-comment-area .section-title-2 {
  margin-bottom: 65px;
}
.blog-comment-area .section-title-2 h2 {
  font-size: 30px;
}
.blog-comment-area .comment-avater {
  height: 50px;
  width: 50px;
  margin-right: 20px;
}
.blog-comment-area .author-designation-comment {
  overflow: hidden;
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}
.blog-comment-area .author-designation-comment h3 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
.blog-comment-area .author-name-rate {
  width: 88%;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  margin-top: 20px;
}
.blog-comment-area .time-comment {
  margin-right: 10px;
}
.blog-comment-area .comment-ratting li {
  font-size: 15px;
  border-bottom: none;
  margin-bottom: 0;
}

.reply-comment-box {
  margin-top: 20px;
}
.reply-comment-box .section-title-2 {
  margin-bottom: 30px;
}

.course-page-section {
  padding: 80px 0px 0px;
}
.course-page-section .short-filter-tab {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.course-page-section .course-list-view {
  overflow-x: auto;
  padding: 5px;
}
.course-page-section table {
  width: 100%;
}
.course-page-section td {
  text-align: left;
  padding: 20px 15px;
}
.course-page-section th {
  text-align: left;
  padding: 20px 15px;
  font-size: 12px;
  font-weight: 700;
  color: #333;
  border-bottom: 3px solid #01a6fd;
}
.course-page-section tr {
  border-bottom: 1px solid #eee;
  transition: 0.3s all ease-in-out;
  padding: 15px;
}
.course-page-section tr:hover {
  box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.1);
}
.course-page-section .list-head {
  padding: 0;
}
.course-page-section .list-head:hover {
  box-shadow: none;
}
.course-page-section .course-list-img {
  height: 70px;
  width: 70px;
  margin-right: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.course-page-section .course-list-text {
  width: 200px;
  display: inline-block;
}
.course-page-section .course-list-text h3 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
.course-page-section .course-type-list span {
  color: #fff;
  padding: 12px 20px;
  border-radius: 4px;
}
.course-details-section {
  padding: 50px 0px;
}

.course-single-text .course-title {
  padding-bottom: 20px;
}
.course-single-text .course-title b {
  font-weight: 700;
  color: #067b20 !important;
}
.course-single-text .course-title h3 {
  font-size: 35px;
  font-weight: 300;
  color: #067b20 !important;
}
.course-single-text .course-details-content img {
  margin: 10px;
}
.course-single-text .course-details-content .video-container * {
  direction: ltr !important;
}
.course-single-text .course-details-content .video-container input {
  padding: 0 !important;
  border-radius: 10px !important;
  height: 5px !important;
}
.course-single-text p {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #333;
}

.course-details-item {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.affiliate-market-guide .section-title-2 h2:after {
  display: none;
}

.course-review {
  border-bottom: 1px solid #eee;
  padding-bottom: 50px;
  margin-bottom: 30px;
}
.course-review .section-title-2 h2:after {
  display: none;
}

.affiliate-market-accordion .panel-group .panel {
  max-width: inherit;
  max-width: inherit;
  border: 1px solid #e5e5e5;
  padding: 10px 20px;
  border-top: none;
}
.affiliate-market-accordion .panel-group .panel:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top: 1px solid #e5e5e5;
}
.affiliate-market-accordion .panel-group .panel:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.affiliate-market-accordion .panel-group .panel-body {
  padding: 10px 50px 25px 80px;
  line-height: 1.8;
}
.affiliate-market-accordion .panel-group .panel-body:before {
  display: none;
}
.affiliate-market-accordion .panel-group .panel-title h3:before {
  display: none;
}
.affiliate-market-accordion .panel-title .ac-head {
  font-size: 20px;
  font-size: 500;
  position: relative;
}
.affiliate-market-accordion .panel-title .ac-head span {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-inline-end: 20px;
  transition: 0.3s all ease-in-out;
}
.affiliate-market-accordion .leanth-course {
  position: absolute;
  right: 60px;
  top: 20px;
}
.affiliate-market-accordion .leanth-course span {
  padding: 12px 20px;
  font-size: 12px !important;
  font-weight: 700;
  border-radius: 4px;
  text-transform: uppercase;
}
.course-by {
  font-weight: 700;
  font-size: 12px;
  position: absolute;
  bottom: 15px;
  left: 80px;
}
.course-by b {
  font-size: 12px !important;
}

.avrg-rating .avrg-rate {
  font-size: 50px;
  font-weight: 700;
  display: block;
  margin: 10px 0px;
}
.avrg-rating .start-bar {
  width: 100px;
  height: 8px;
  display: inline-block;
  margin: 0px 10px;
  transition: 0.3s all ease-in-out;
}
.avrg-rating .rating-overview {
  margin-top: 5px;
}
.review-option {
  display: inline-block;
  width: 100%;
}

.rating {
  display: inline-block;
  position: relative;
  font-size: 20px;
  margin-left: 10px;
}
.rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}
.rating label span {
  margin: 0px 2px;
}
.rating label:last-child {
  position: static;
}
.rating label:nth-child(1) {
  z-index: 5;
}
.rating label:nth-child(2) {
  z-index: 4;
}
.rating label:nth-child(3) {
  z-index: 3;
}
.rating label:nth-child(4) {
  z-index: 2;
}
.rating label:nth-child(5) {
  z-index: 1;
}
.rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.rating label input:focus:not(:checked) ~ .icon:last-child {
  text-shadow: 0 0 5px #ffc926;
}
.rating label .register-form-area select {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.rating label .register-form-area select:focus:not(:checked) ~ .icon:last-child {
  text-shadow: 0 0 5px #ffc926;
}
.rating label .register-form-area textarea {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.rating label .register-form-area textarea:focus:not(:checked) ~ .icon:last-child {
  text-shadow: 0 0 5px #ffc926;
}
.side-bar {
  text-align: start;
}

.course-side-bar-widget h3 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 20px;
}
.course-side-bar-widget h3 span {
  font-weight: 700;
}
.course-side-bar-widget .genius-btn {
  line-height: 50px;
  padding: 0px 15px;
}

.like-course {
  height: 50px;
  width: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  margin-left: 5px;
}

.student-number {
  font-size: 14px;
}

.enrolled-student {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
.couse-feature {
  margin-top: 15px;
}
.couse-feature li {
  font-size: 17px;
  font-weight: 500;
  position: relative;
  padding: 5px 0px;
  border: 1px solid #eeeeee;
  border-left: none;
  border-right: none;
}
.couse-feature span {
  position: relative;
  color: #333;
  margin-inline-start: 5px;
  font-weight: bold;
}
.couse-feature span, .couse-feature span a {
  color: #24acea !important;
}

.listing-filter-form label {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  display: block;
}
.listing-filter-form input {
  height: 50px;
  border: none;
  padding: 15px;
  width: 100%;
}
.listing-filter-form .register-form-area select {
  height: 50px;
  border: none;
  padding: 15px;
  width: 100%;
}
.listing-filter-form .register-form-area textarea {
  height: 50px;
  border: none;
  padding: 15px;
  width: 100%;
}
.listing-filter-form select {
  border: none;
  width: 100%;
}

.checkout-section {
  padding: 80px 0px 0px;
}

.checkout-content .course-page-section {
  padding: 0;
}

.order-item .section-title-2 h2 {
  font-size: 28px;
  font-size: 28px;
}
.order-item .section-title-2 h2:after {
  display: none;
  display: none;
}
.order-payment .section-title-2 h2 {
  font-size: 28px;
}
.order-payment .section-title-2 h2:after {
  display: none;
}

.check-dlt {
  position: absolute;
  top: 10px;
  right: 10px;
}
.check-dlt i {
  transition: 0.3s all ease-in-out;
}

.checkbox label {
  font-size: 18px;
  color: #333;
  font-weight: 700;
}
.checkbox label:after {
  content: "";
  display: table;
  clear: both;
}
.checkbox label input[type=checkbox] {
  display: none;
}
.checkbox label input[type=checkbox] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.checkbox label input[type=checkbox]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.checkbox label input[type=checkbox]:disabled + .cr {
  opacity: 0.5;
}
.checkbox label .register-form-area select[type=checkbox] {
  display: none;
}
.checkbox label .register-form-area select[type=checkbox] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.checkbox label .register-form-area select[type=checkbox]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.checkbox label .register-form-area select[type=checkbox]:disabled + .cr {
  opacity: 0.5;
}
.checkbox label .register-form-area textarea[type=checkbox] {
  display: none;
}
.checkbox label .register-form-area textarea[type=checkbox] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.checkbox label .register-form-area textarea[type=checkbox]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.checkbox label .register-form-area textarea[type=checkbox]:disabled + .cr {
  opacity: 0.5;
}
.checkbox label .sub-text {
  font-weight: 400;
  font-size: 15px;
  padding-left: 35px;
  display: block;
}
.checkbox .cr {
  position: relative;
  display: inline-block;
  text-align: center;
  border: 1px solid #f0f0f0;
  border-radius: 0.25em;
  width: 1.3em;
  height: 1.3em;
  margin-right: 0.5em;
}
.checkbox .cr .cr-icon {
  right: 0;
  display: inline-block;
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: calc(50% + 1px);
  left: 0;
}

.radio label:after {
  content: "";
  display: table;
  clear: both;
}
.radio label input[type=radio] {
  display: none;
}
.radio label input[type=radio] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.radio label input[type=radio]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.radio label input[type=radio]:disabled + .cr {
  opacity: 0.5;
}
.radio label .register-form-area select[type=radio] {
  display: none;
}
.radio label .register-form-area select[type=radio] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.radio label .register-form-area select[type=radio]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.radio label .register-form-area select[type=radio]:disabled + .cr {
  opacity: 0.5;
}
.radio label .register-form-area textarea[type=radio] {
  display: none;
}
.radio label .register-form-area textarea[type=radio] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all 0.3s ease-in;
}
.radio label .register-form-area textarea[type=radio]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.radio label .register-form-area textarea[type=radio]:disabled + .cr {
  opacity: 0.5;
}
.radio .cr {
  position: relative;
  display: inline-block;
  text-align: center;
  border: 1px solid #f0f0f0;
  border-radius: 0.25em;
  width: 1.3em;
  height: 1.3em;
  margin-right: 0.5em;
  border-radius: 50%;
}
.radio .cr .cr-icon {
  right: 0;
  display: inline-block;
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: calc(50% + 1px);
  left: 0;
  margin-left: 0.04em;
}

.save-credit {
  width: 80%;
  margin-top: 10px;
}

.payment-method {
  margin-top: 30px;
  padding: 35px;
  display: inline-block;
  margin-bottom: 45px;
  box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.1);
}

.payment-method-header {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 15px;
  display: inline-block;
  border-bottom: 1px solid #eee;
}

.payment-info {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.payment-info label {
  width: 20%;
  margin-top: 15px;
  font-weight: 500;
}
.payment-info input {
  width: 80%;
  height: 50px;
  border-radius: 4px;
}
.payment-info input::-webkit-input-placeholder {
  font-weight: 500;
}
.payment-info .register-form-area select {
  width: 80%;
  height: 50px;
  border-radius: 4px;
}
.payment-info .register-form-area select::-webkit-input-placeholder {
  font-weight: 500;
}
.payment-info .register-form-area textarea {
  width: 80%;
  height: 50px;
  border-radius: 4px;
}
.payment-info .register-form-area textarea::-webkit-input-placeholder {
  font-weight: 500;
}

.input-2 input {
  width: 25%;
  margin-right: 10px;
}
.input-2 .register-form-area select {
  width: 25%;
  margin-right: 10px;
}
.input-2 .register-form-area textarea {
  width: 25%;
  margin-right: 10px;
}

.terms-text {
  border-bottom: 1px solid #eee;
}
.sub-total-title {
  font-size: 12px;
  font-weight: 700;
  color: #333;
}

.purchase-list {
  padding: 40px 25px 30px 25px;
}
.purchase-list ul li {
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
.purchase-list ul li span {
  color: #333;
  font-weight: 700;
}
.purchase-list ul li:last-child {
  border-bottom: 5px solid #e5e5e5;
}
.purchase-list .in-total {
  font-size: 20px;
  font-weight: 700;
  color: #333;
}
.footer-area-section {
  padding: 105px 0px 0px 0px;
  background-color: rgba(6, 123, 32, 0.1);
}
.footer-area-section h3,
.footer-area-section h2,
.footer-area-section h4,
.footer-area-section p,
.footer-area-section a,
.footer-area-section li {
  color: #333 !important;
}
.footer-area-section .subscribe-form .btn {
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 14px;
  padding-inline: 15px !important;
  height: 40px !important;
}
.footer-area-section .subscribe-form #sub-input {
  width: calc(100% - 10px) !important;
  height: 40px !important;
}
.footer-area-section .icon {
  margin-inline-end: 10px;
  width: 30px;
  height: 30px;
}

.logged-in-as {
  margin: 0;
  border-radius: 0;
}

.profile-picture {
  max-height: 90px;
}

.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}

#search-course .border-main:hover {
  border-start-end-radius: 15px !important;
  border-end-end-radius: 15px !important;
}
#search-course .search-group {
  background: #f0f0f0;
  box-shadow: 0px 0px 10px 0px rgba(26, 46, 85, 0.1);
}
#search-course .search-group input {
  width: 60%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: transparent;
}
#search-course .search-group select {
  width: 20%;
  height: 60px !important;
  border-inline-start: 1px solid #fff !important;
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 15px;
  color: #333;
  background-position: 90% 50%;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<?xml version="1.0" encoding="utf-8"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg xmlns="http://www.w3.org/2000/svg" width="14" height="12"  version="1"><path  d="M4 8L0 4h8z"/></svg>');
  padding: 0.5em;
  padding-right: 1.5em;
}
#search-course .search-group select:focus {
  background-color: transparent;
}
#search-course .nws-button {
  width: 20%;
}

.trend-badge-3 {
  top: -23px;
  left: -42px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  padding: 30px 35px 5px;
  transform: rotate(-45deg);
  z-index: 3;
}
.trend-badge-3 i {
  display: block;
}

@media screen and (max-width: 768px) {
  .slider-text .section-title {
    width: 100%;
    margin: auto;
  }
  .slider-text .section-title h2 {
    font-size: 25px !important;
    color: #fff;
    font-weight: 100;
  }
  .blog-post-img-content .blog-img-date .blog-thumnile {
    width: 100%;
  }
  #search-course .search-group select {
    width: 35%;
    font-size: 12px;
    height: 40px !important;
  }
  #search-course .search-group input {
    width: 65%;
  }
  #search-course .nws-button {
    width: 50%;
    margin: auto;
  }
  #search-course .nws-button button {
    height: 100%;
  }
  .navbar-brand img {
    width: 40px !important;
  }
}
html[lang=ar] body,
html[lang=ar] body * {
  direction: rtl;
}
html[lang=ar] body .side-bar-search button {
  right: auto;
  left: 10px;
}
html[lang=ar] body .widget-title {
  color: #24acea;
  font-weight: bold;
  font-size: 20px;
}
html[lang=ar] body .widget-title:after {
  left: auto !important;
  right: 0 !important;
}
html[lang=ar] body .subscribe-form .btn {
  right: auto;
  left: 0;
}
html[lang=ar] body #search-course .search-group select {
  background-position: 4% 50%;
}
html[lang=ar] .btn-link::after, html[lang=ar] .btn-link::before {
  left: 10px !important;
  right: auto !important;
}/*# sourceMappingURL=frontend.css.map */