:root {
  --main: #253771;
  --light: #F0FBFC;
  --dark: #181d38;
  --second: #f49F1C;
  --light-main: #06BBCC;
}

ul {
  list-style: none;
  padding-inline: 0;

}

a {
  color: var(--main);
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.text-main {
  color: var(--main);
}

.text-second {
  color: var(--second);
}

.bg-main {
  background-color: var(--main);
}

.bg-second {
  background-color: var(--second);
}

.btn-main {
  color: #fff;
  background-color: var(--main);
  border-color: var(--main);
}

.btn-main:hover {
  color: #000;
  background-color: var(--light-main);
  border-color: var(--light-main);
}

.btn-second {
  color: #fff;
  background-color: var(--second);
  border-color: var(--second);
}

.btn-second:hover {
  color: #fff;
  background-color: var(--main);
  border-color: var(--main);
}

.fw-medium {
  font-weight: 600 !important;
}

.btn:focus,
.btn:hover,
.btn.active {
  box-shadow: none;
  outline: medium none;
}

button:focus {
  outline: none;
}

.btn {
  border-width: 2px;
  cursor: pointer;
  line-height: normal;
  padding: 12px 30px;
  text-transform: capitalize;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn.active:focus,
.btn:active:focus {
  box-shadow: none !important;
}

.btn-main {
  color: #fff;
  background-color: var(--main);
  border-color: var(--main);
}

.btn-main:hover {
  color: #000;
  background-color: var(--light-main);
  border-color: var(--light-main);
}

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

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** loader **/
.alertbox.alert_fixed {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
}

.alert {
  padding-block: 8px;
}

.bg_second {
  background-color: var(--second);
}

.alertbox.alert_fixed.fixed {
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.alertbox_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.alertbox .alert {
  border: 0;
  border-radius: 0;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.alertbox .close {
  float: none;
  vertical-align: middle;
  margin-left: 15px;
  font-size: 28px;
  opacity: 1;
  border: none;
  background-color: transparent;
}

.alertbox_content *,
.alertbox_content a {
  color: #fff;
  font-weight: bold;
}

marquee {
  display: block;
}

.news_ticker a {
  padding: 0 10px;
}

.news_ticker a:hover {
  color: #fff;
}


.search-overlay {
  border: 1px solid #ddd;
  right: 0;
  opacity: 0;
  position: absolute;
  min-width: 655px;
  top: 100%;
  transition: all 0.25s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  padding: 15px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: -webkit-calc(100% - 30px) 0;
  transform-origin: calc(100% - 30px) 0;
}

.search-overlay.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.search_trigger.open i::before {
  content: "\f129";
}

.search_wrap {
  position: relative;
}

.search_icon {
  font-size: 26px;
  position: absolute;
  right: 15px;
  top: 4px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
}

.search_wrap .form-control {
  border-radius: 0;
  padding: 10px;
  height: auto;
  border: 1px solid var(--main);
  border-radius: 15px;
  min-width: 320px;
  padding-right: 42px;
}

.nav-link.search-icon {
  font-size: 27px !important;
}

.nav-link.cart {
  position: relative;
  line-height: 1;
  display: flex;
  align-items: center;
  font-size: 27px !important;
}

.auth-list {
  margin-left: 40px;
}

.nav-link.cart span {
  font-size: 14px;
  font-weight: 600;
  padding: 5px;
  background: var(--second);
  position: absolute;
  top: 12px;
  right: -4px;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 50px;
  color: #000;
}

/*** Spinner ***/
/*Loader Css*/
#preloader {
  position: fixed;
  top: 0%;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 999999;
  /* height: 100%; */
  display: flex;
  align-items: center;
}

#preloader .preloader {
  width: 250px;
  height: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;

  z-index: 9999999;
  -webkit-animation: bounce 1s infinite;
  -moz-animation: bounce 1s infinite;
  -o-animation: bounce 1s infinite;
  animation: bounce 1s infinite;
}

#preloader .preloader:after {
  content: "";
  height: 35px;
  width: 100px;
  position: absolute;
  top: 180px;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 0 0 4px 4px rgba(2, 2, 2, 0.2);
  border-radius: 50%;
  background-color: rgba(2, 2, 2, 0.2);
  z-index: -1;
  -webkit-animation: bounces 1s infinite;
  -moz-animation: bounces 1s infinite;
  -o-animation: bounces 1s infinite;
  animation: bounces 1s infinite;
}

img {
  max-width: 100%;
}

#preloader .preloader img {

  -webkit-animation: bounce 1s infinite;
  -moz-animation: bounce 1s infinite;
  -o-animation: bounce 1s infinite;
  animation: bounce 1s infinite;
}

.spinner,
.spinner-small {
  height: 45px;
  width: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  border: 2px solid #000000;
  border-top: 2px solid var(--main);
  border-radius: 100%;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  z-index: 9999;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(359deg)
  }
}

@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0)
  }

  to {
    -moz-transform: rotate(359deg)
  }
}

@-o-keyframes rotation {
  from {
    -o-transform: rotate(0)
  }

  to {
    -o-transform: rotate(359deg)
  }
}

@keyframes rotation {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(359deg)
  }
}

.loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background-color: #E7EDF3;
  z-index: 999;
  -webkit-transform: translateX(0);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  /* IE 9 */
  transform: translateX(0);
  /* Firefox 16+, IE 10+, Opera */
}

.loader-section.section-left {
  left: 0;
}

.loader-section.section-right {
  right: 0;
}

/* Loaded */
.loaded .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded .loader-section.section-right {
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);
  /* IE 9 */
  -moz-transform: translateX(100%);
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

/*** Button ***/
.btn {
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #FFFFFF;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 0px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}
/*.navbar-nav{*/
/*    margin-right:auto !important;*/
/*}*/
.navbar-light .navbar-nav .nav-link {
  /* margin-right: 30px; */
  padding: 25px 15px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--second);
}



.navbar-light a.btn {
  height: 50px;
  display: flex !important;
  align-items: center;
  padding-inline: 12px;
  font-size: 16px;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 600;
}

.navbar-light.sticky-top {
  top: -100px;
  transition: .5s;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
  }

  .navbar .dropdown-menu.fade-down {
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
  }
}


/*** Header carousel ***/
@media (max-width: 768px) {
  .header-carousel .owl-carousel-item {
    position: relative;
    min-height: 500px;
  }

  .header-carousel .owl-carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.header-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  margin: 7px 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: transparent;
  border: 1px solid #FFFFFF;
  font-size: 22px;
  transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.page-header {
  background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)),
    url(../images/carousel-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header-inner {
  background: rgba(15, 23, 43, .7);
}

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--light);
}


/*** Section Title ***/
.section-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.section-title::before {
  position: absolute;
  content: "";
  width: calc(100% + 80px);
  height: 2px;
  top: 4px;
  left: -40px;
  background: var(--second);
  z-index: -1;
}

.section-title::after {
  position: absolute;
  content: "";
  width: calc(100% + 120px);
  height: 2px;
  bottom: 5px;
  left: -60px;
  background: var(--second);
  z-index: -1;
}

.section-title.text-start::before {
  width: calc(100% + 40px);
  left: 0;
}

.section-title.text-start::after {
  width: calc(100% + 60px);
  left: 0;
}


/*** Service ***/
.service-item {
  background: var(--light);
  transition: .5s;
}

.service-item:hover {
  margin-top: -10px;
  background: #e3e3e3;
}
.icon-image{
    height:70px;
}
.service-item * {
  transition: .5s;
}

.service-item:hover * {
  color: #000 !important;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
  transition: .5s;
}

.category a:hover img,
.course-item:hover img {
  transform: scale(1.1);
}


/*** Team ***/
.team-item img {
    transition: .5s;
    object-fit: cover;
    height: 250px;
    width: 100%;

}

.team-item:hover img {
  transform: scale(1.1);
}


/*** Testimonial ***/
.testimonial-carousel::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

.testimonial-carousel::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

@media (min-width: 768px) {

  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 200px;
  }
}

@media (min-width: 992px) {

  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 300px;
  }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
  transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
  background: var(--main) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
  color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
  margin-top: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #CCCCCC;
  transition: .5s;
}

.testimonial-carousel .owl-dot.active {
  background: var(--main);
  border-color: var(--main);
}


/*** Footer ***/
.footer .btn.btn-social {
  margin-left: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-weight: normal;
  border: 1px solid #FFFFFF;
  border-radius: 35px;
  transition: .3s;
}

.footer .btn.btn-social:hover {
  color: var(--light-main);
}

.footer .btn.btn-link {
  /*display: block;*/
  margin-bottom: 5px;
  padding: 0;
  /*text-align: left;*/
  color: #FFFFFF;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
  text-decoration: none;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 0.5px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.footer-btn{
        /*margin-right: unset !important;*/
    margin-right: 8px !important;
    left: 0 !important;
    /*right: unset !important;*/
}

.pm-logo {
  position: relative;
  width: 185px;
  height: 80px;
}

.pm-logo img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.contact-badge {
  width: 50px;
  height: 50px;
}

.form-control,
.form-control:focus,
.custom-file-input:focus~.custom-file-label {
  color: #666666;
  box-shadow: none;
}
.form-control{text-align:left;}

.heading_s1 h2,
.heading_s1 h3,
.heading_s1 h4,
.heading_s1 h5,
.heading_s1 h6 {
  margin-bottom: 1rem;
  text-transform: capitalize;
  color: var(--main);
  position: relative;
  display: inline-block;
}

.faq-page .heading_s1 h2 {
  font-size: 30px;
}

.bold {
  font-weight: 500;
}

.faq-page p {
  font-size: 16px;
  margin-bottom: 16px !important;
}

.newsletter_overlap h1 i {
  margin: 0 26px;
  font-size: 78px;
  line-height: 1;
}

.heading_s1 h2 {
  margin-bottom: 8px;
}

.heading_s1 a {
  color: #fff;
}

.social_icons {

  margin-bottom: 0;
}

.social_icons {
  display: flex;
  align-items: center;
  justify-content: end;
}

.social_icons li {
  padding: 25px 5px;

}

.social_icons li a {
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsletter_overlap .social_icons li a {
  background-color: var(--main);
}

.content_box {
  background-color: #fff;
  margin-top: 30px;
  margin-bottom: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.content_title a {
  color: var(--main);
}

.content_title a:hover {
  color: var(--second);
}

.content_desc {
  position: relative;
  padding: 15px;
}

.event_title {
  border-bottom: 1px solid #dad1b9;
  padding-bottom: 10px;
  margin: 15px 0;
}

.event_date {
  position: absolute;
  top: 10px;
  left: 10px;
  max-width: 75px;
  background-color: #fff;
  text-align: center;
  width: 100%;
}

.event_time {
  display: block;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.event_date h5 {
  font-size: 14px;
  margin: 0;
  padding: 5px;
}

.event_date h5 span {
  display: block;
  font-size: 24px;
}

.event_date span {
  display: block;
  padding: 5px;
}

.content_desc p:last-child {
  margin: 0;
      display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 72px;
}
.content_title a{
   display: -webkit-box;
   overflow: hidden;
   text-overflow: ellipsis;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
   height: 60px;
}
.content_desc p:last-child {
  margin: 0;
}
.event_list {
  margin-top: 30px;
}

.event_list .content_box {
  margin-top: 15px;
  display: inline-block;
}

.event_list .content_box:first-child {
  margin-top: 0px;
}

.event_list .event_date {
  position: static;
  float: left;
  margin: 15px 0px 15px 15px;
}

.event_list .event_date h5 {
  border: 1px solid #eee;
}

.event_list .content_desc {
  overflow: hidden;
}

.event_list .content_desc p {
  height: 48px;
  overflow: hidden;
}

.bg_blue_dark {
  background-color: var(--main);
}

.bg_fixed {
  background-attachment: fixed !important;
}

.heading_light>* {
  color: #fff !important;
}

.box_shadow1 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.padding_eight_all {
  padding: 8%;
}

.heading_s1 h3 {
  margin-bottom: 1rem;
  text-transform: capitalize;
  color: var(--main);
  position: relative;
  display: inline-block;
}

.content_meta {
  list-style: none;
  padding-inline: 0;
  margin-bottom: 0;
  padding-block: 7px;
}

.text_default {
  color: var(--second);
}

.page-item.active .page-link {
  background-color: var(--main);
  border-color: var(--main);
}

.page-link {
  color: var(--main);
}

.page-item.disabled .page-link,
.page-item:last-child .page-link {
  color: var(--main);
  /* padding-block: 10px; */
}

.page-link {
  padding: 6px 12px;
}


.page-link:focus {
  box-shadow: none;
}

/*===================================*
START BLOG SECTION
*===================================*/
.blog_post {
  margin-top: 30px;
}

.blog_title {
  margin-bottom: 10px;
}

.blog_img {
  position: relative;
  overflow: hidden;
}

.blog_img img {
  width: 100%;
}



.sidebar-card ul {
  list-style: none;
}

.search_form {
  position: relative;
}

.search_form .form-control {
  padding: 10px 15px 10px 45px;
  height: 47px;
}

.search_form button {
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 15px;
  font-size: 18px;
  height: 46px;
}

.search_form button:hover {
  color: #004dc8;
}

.sidebar .widget {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.sidebar .widget:last-child {
  margin: 0;
  padding: 0;
}

.sidebar .widget_title {
  position: relative;
  padding-bottom: 15px;
}

.sidebar .widget_title::before {
  background-color: var(--main);
  bottom: 0;
  content: "";
  height: 3px;
  right: 0;
  position: absolute;
  width: 80px;
  z-index: 1;
}

.sidebar .widget_title::after {
  background-color: #ddd;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  bottom: 0;
  width: 100%;
  content: "";
  z-index: 0;
}

.widget_categories .categories_num {
  float: right;
}

.sidebar .widget_title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.widget_categories ul li,
.widget_archive ul li {
  padding-bottom: 15px;
  line-height: normal;
}

.widget_categories a {
  color: var(--second);
}

.widget_categories ul li:last-child,
.widget_archive ul li:last-child {
  padding-bottom: 0px;
}

.widget_archive a {
  color: var(--second);
}

.post_img {
  float: left;
  margin-right: 10px;
  max-width: 60px;
}

.post_date {
  font-size: 80%;
}

.post_content {
  overflow: hidden;
}

.recent_post li {
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
}

.recent_post li:last-child {
  margin-bottom: 0;
}

.post_content h6 {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 5px;
  font-weight: normal;
}

.widget_categories a::before,
.widget_archive a::before {
  content: "\f050";
  font-family: "ionicons";
  margin-right: 10px;
  font-size: 12px;
  color: var(--second);
}

.sidebar .widget_countdown {
  padding: 15px;
  margin-bottom: 30px;
}

.widget_countdown .countdown_box .countdown {
  font-size: 26px;
}

.widget_countdown .countdown_box::before {
  font-size: 20px;
  top: 5px;
}

.widget_countdown .countdown_time .cd_text {
  font-size: 12px;
}

.tags a {
  border: 1px solid #ddd;
  font-size: 14px;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 2px;
  margin-bottom: 5px;
  color: var(--second);
}

.tags a:hover {
  background-color: var(--main);
  color: #fff;
  border-color: var(--main);
}

.countent_detail_meta {
  display: inline-block;
  width: 100%;
}

.countent_detail_meta ul {
  list-style: none;
}

.countent_detail_meta li {
  float: left;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #dad1b9;
}

.single_post .single_post_content {
  margin-top: 15px;
}

.single_post .blog_text .blog_meta {
  margin: 10px 0;
}

.blog_meta {
  display: table;
  width: 100%;
}

.blog_meta li {
  display: inline-block;
  margin-right: 15px;
}

.blog_meta a i {
  color: var(--main);
  padding-right: 5px;
}

.social-icons,
.contact_detail {
  font-size: 0;
}

.post_navigation i {
  font-size: 32px;
  line-height: normal;
}

.post_navigation span {
  display: block;
  font-weight: bold;
  text-transform: capitalize;
}

.single_post .post_navigation {
  margin: 30px 0;
}

.single_post .related_post {
  margin: 40px 0;
}

.single_post .comment_list {
  margin-bottom: 40px;
}

.comment-title h5 {
  margin: 0;
}

.rating>span.selected {
  color: #ffc300;
}

.rating>span {
  cursor: pointer;
  display: inline-block;
}

.rating span i {
  font-size: 30px;
}

.rating>span.selected i::before {
  content: "\f2fc";
}

.share {
  margin: 5px 0;
}

.share h5 {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.social-icons li,
.contact_detail li {
  display: inline-block;
  padding: 2px 3px;
}

.social-icons li a {
  font-size: 18px;
  height: 35px;
  width: 35px;
  line-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-icons.social_small li a {
  height: 25px;
  width: 25px;
  line-height: 26px;
  font-size: 16px;
}

.social_white .social_icons li a,
.social_white.social_icons li a {
  color: #fff;
  border-color: #fff;
}

.border_social li a {
  border: 1px solid #292b2c;
}

.radius_social li a {
  border-radius: 5px;
}

.rounded_social li a {
  border-radius: 50px;
}

.social_style1 li a {
  background-color: rgba(0, 0, 0, 0.1);
}

.social_white.social_style1 li a {
  background-color: rgba(255, 255, 255, 0.1);
}

.social-icons [class*="sc_"] {
  color: #fff !important;
}

.social-icons [class*="sc_"]:hover {
  opacity: 0.8;
}

.sc_facebook {
  background-color: #3b5998 !important;
  border-color: #3b5998 !important;
}

.sc_gplus,
.sc_google {
  background-color: #dd4b39 !important;
  border-color: #dd4b39 !important;
}

.sc_linkedin {
  background-color: #0e76a8 !important;
  border-color: #0e76a8 !important;
}

.sc_rss {
  background-color: #ee802f !important;
  border-color: #ee802f !important;
}

.sc_skype {
  background-color: #00aff0 !important;
  border-color: #00aff0 !important;
}

.sc_twitter {
  background-color: #00acee !important;
  border-color: #00acee !important;
}

.sc_youtube {
  background-color: #c4302b !important;
  border-color: #c4302b !important;
}

.sc_vimeo {
  background-color: #86c9ef !important;
  border-color: #86c9ef !important;
}

.sc_yahoo {
  background-color: #720e9e !important;
  border-color: #720e9e !important;
}

.sc_tumblr {
  background-color: #34526f !important;
  border-color: #34526f !important;
}

.sc_instagram {
  background-color: #3f729b !important;
  border-color: #3f729b !important;
}

.sc_pinterest {
  background-color: #c8232c !important;
  border-color: #c8232c !important;
}

.sc_dribbble {
  background-color: #EA4C89 !important;
  border-color: #EA4C89 !important;
}

.sc_reddit {
  background-color: #C6C6C6 !important;
  border-color: #C6C6C6 !important;
}

.sc_github {
  background-color: #171515 !important;
  border-color: #171515 !important;
}

.sc_android {
  background-color: #A4C639 !important;
  border-color: #A4C639 !important;
}

.sc_windows {
  background-color: #00A7E7 !important;
  border-color: #00A7E7 !important;
}

.sc_tux {
  background-color: #C1C1C1 !important;
  border-color: #C1C1C1 !important;
}

.sc_delicious {
  background-color: #205cc0 !important;
  border-color: #205cc0 !important;
}

.sc_paypal {
  background-color: #00588b !important;
  border-color: #00588b !important;
}

.sc_blogger {
  background-color: #fc4f08 !important;
  border-color: #fc4f08 !important;
}

.sc_flickr {
  background-color: #ff0084 !important;
  border-color: #ff0084 !important;
}

.sc_yahoo {
  background-color: #720e9e !important;
  border-color: #720e9e !important;
}

.sc_dropbox {
  background-color: #3d9ae8 !important;
  border-color: #3d9ae8 !important;
}

.sc_ebay {
  background-color: #89c507 !important;
  border-color: #89c507 !important;
}

.sc_wordpress {
  background-color: #1e8cbe !important;
  border-color: #1e8cbe !important;
}

.sc_yelp {
  background-color: #c41200 !important;
}


.post_navigation i {
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
}

.post_navigation span {
  display: block;
  font-weight: 700;
  text-transform: capitalize;
}

.single_post .post_navigation {
  margin: 30px 0;
}

.mr-3 {
  margin-right: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.single_post .comment_list {
  margin-bottom: 40px;
}

.comment-title h5 {
  margin: 0;
}

.comment_info {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #ddd;
}

.rating>span.selected {
  color: #ffc300;
}


.meta_data {
  margin-bottom: 6px;
}

.ml-auto {
  margin-left: auto !important;
}

.course_author {
  background-color: #fff;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 30px 20px;
  margin: 20px 5px 5px 50px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}

.radius_all_5 {
  border-radius: 5px;
}

.author_meta {
  overflow: hidden;
  width:80%;
}

.author_img {
    position:relative;
    /*float: left;*/
    /*margin-left: -100px;*/
     width: 100px;
    height: 100px;
}
.author_img img{
    position: absolute;
    max-width: 100px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 100%;
    inset: 0;
    margin: auto;
}

.social-icons.social_small li a {
  height: 25px;
  width: 25px;
  line-height: 26px;
  font-size: 16px;
}

.testi_desc p:last-child,
.author_desc p:last-child {
  margin: 0;
}

.btn-default {
  background-color: var(--main) !important;
  border: 2px solid var(--main);
  color: #ffffff !important;
  padding: 7px 25px;
  border-radius: 24px;
}

.comment_info.reply {
  padding-left: 60px;
}

.form-group {
  margin-bottom: 1rem;
}

.fx-2 {
  font-size: 24px;
}

/*===================================*
  courses page
*===================================*/
.filter-courses {
  background-color: #E7EDF3;
  border-radius: 4px;
  padding: 15px;
}

.searchBtn {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  padding: 10px;
}

.custome-checkbox .form-check-label {
  position: relative;
  cursor: pointer;
  color: #908f8f;
  font-weight: 500;
  padding: 0;
  line-height: normal;
  vertical-align: middle;
}

.custome-checkbox .form-check-input {
  display: none;
}

.custome-checkbox .form-check-label::before {
  content: "";
  border-radius: 3px;
  border: 2px solid var(--main);
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: top;
  margin: 0px 8px 0 0px;
}

.custome-checkbox input[type="checkbox"]:checked+.form-check-label::after {
  opacity: 1;
}

.custome-checkbox input[type="checkbox"]+.form-check-label::after {
  content: "";
  width: 11px;
  position: absolute;
  top: 6px;
  left: 5px;
  opacity: 0;
  height: 6px;
  border-left: 2px solid var(--main);
  border-bottom: 2px solid var(--main);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.custome-checkbox input[type="radio"]:checked+.form-check-label::after {
  opacity: 1;
}

.custome-checkbox input[type="radio"]+.form-check-label::after {
  content: "";
  width: 11px;
  position: absolute;
  top: 6px;
  left: 5px;
  opacity: 0;
  height: 6px;
  border-left: 2px solid var(--main);
  border-bottom: 2px solid var(--main);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.heading_s1 h1,
.heading_s1 h2,
.heading_s1 h3,
.heading_s1 h4,
.heading_s1 h5,
.heading_s1 h6 {
  margin-bottom: 16px;
  text-transform: capitalize;
  color: var(--main);
  position: relative;
  display: inline-block;
  font-size: 22px;
}

.twitter-link {
  text-align: center;
}

.twitter-link a {
  margin: 0px 0 20px;
}

.twitter-link a img {
  width: 25px;
}

.more-cert {
  margin: 20px 0;
}

.more-cert a {
  font-weight: 600
}

.check-cert {
  width: 100%;
  position: relative;
  height: 500px;
  margin: 10px 0;
}

.content_box .intro_desc {
  top: 33%;
}
.intro_desc h5{
  padding-top: 16px;
  min-height: 55px;  
  overflow: hidden;
}
.box_icon i {
  font-size: 37px;
}

.icon_box img {
  max-width: 60px;
}

.icon_box_style1.icon_box {
  background-color: #fff;
  padding: 10px 0px;
  border: 2px solid #eee;
  -moz-transition: transform .25s cubic-bezier(.68, -0.55, .27, 1.55);
  -webkit-transition: transform .25s cubic-bezier(.68, -0.55, .27, 1.55);
  transition: transform .25s cubic-bezier(.68, -0.55, .27, 1.55);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  text-align: center;
}

.courses-page .icon_box_style1.icon_box {
  background: none;
  border: 0;
  /* box-shadow: 0 0 14px rgba(0, 0, 0, 0.05); */
  /* margin-top: 15px; */
  text-align: center;
}

.icon_box_style1 .box_icon {
  /* float: left; */
  /* margin-right: 8px; */
  display: flex;
  justify-content: center;
  width: 100%;
  height: auto;
}

.icon_box_style1.icon_box:hover {
  /* box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
  -moz-transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); */
  /* margin-top: 15px; */
}

.icon_box_style1.icon_box img {
  max-width: 70px;
  height: 75px;
}

.icon_box_style1 .intro_desc {
  overflow: hidden;
}

.intro_desc h5 {
  text-transform: capitalize;
  color: var(--main);
}

.filter-courses .form-control {
  color: #666666;
  box-shadow: none;
  height: 46px;
}

.filter-courses p {
  margin-bottom: 0px;
}


/*gallary css*/
.magnific-img {
  display: inline-block;
  width: 100%;
  height: 230px;
  position: relative;
}

.magnific-img img {
  position: absolute;
  inset: 0;
  margin: auto;
  max-width: 100%;

  max-height: 100%;

}

.mfp-bottom-bar,
* {
  font-family: 'Abel', sans-serif;
}


a.image-popup-vertical-fit {
  cursor: -webkit-zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-arrow-left:before {
  border-right: none !important;
}

.mfp-arrow-right:before {
  border-left: none !important;
}

button.mfp-arrow,
.mfp-counter {
  opacity: 0 !important;
  transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
  opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.register {
  padding: 50px 0 80px;
  position: relative;
  width: 100%;
}

.register label {
  font-weight: 600;
  color: var(--main);
  margin-bottom: 6px;
}

.register .tab-pane {
  background-image: url(../images/category_bg_1.jpg);
  background-position: top right !important;
  background-size: contain;
  padding: 30px;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.register .form-control,
.join-us-page .form-control {
  height: 46px;
}

.register .register-title {
  font-size: 28px;
  margin-bottom: 20px;
}

.register p {
  font-size: 18px;
  padding-bottom: 8px;
}

.login_footer {
  text-align: left;
}

.login_footer a {
  float: right;
  color: #908f8f;
}

.accordion .card-header {
  padding: 0;
  background-color: transparent;
  border: 0;
}

.accordion .card-header a {
  display: block;
  padding: 20px 20px 20px 50px;
  font-size: 18px;
  text-transform: capitalize;
  border-bottom: 1px solid #ddd;
  line-height: normal;
}

.accordion .card-header a::after {
  content: "\f126";
  font-family: "Ionicons";
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  right: 20px;
  top: 22px;
}

.accordion .card-header a.collapsed::after {
  content: "\f123";
}

.course_tabs .accordion .card-header a {
  /*padding: 20px 120px 20px 50px;*/
}


.sidebar-card .card {
  background: none;
  border: 0;
  box-shadow: none;
}

.sidebar-card .card h2 {
  font-size: 28px;
}

.sidebar-card .card .rating_stars i {
  font-size: 23px;
}

.sidebar-card .card .teacher {
  padding: 5px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 10px 0;
}

.sidebar-card .card .teacher img {
  width: 65px !important;
}

.sidebar-card .card .teacher span {
  font-weight: 600;
}

.sidebar-card .card .course-details li {
  padding: 2px 0;
  font-size: 18px;
}

.sidebar-card .card .course-details li img {
  margin-right: 6px;
  width: 21px;
  height: auto;
}

.sidebar-card .card .price {
  float: inherit;
  text-align: inherit;
  margin: 10px 0;
  display: flex;
  align-items: center;
}

.sidebar-card .card .price span {
  font-size: 32px;
  color: var(--main);
}

.sidebar-card .card .price del {
  padding: 0 10px;
  font-size: 22px;
}

.sidebar-card .card .teacher_chat .btn {
  width: 100%;
  margin: 10px auto;
  background-color: #f49F1C !important;
  color: var(--main) !important;
  border-color: #f49F1C !important;
  font-size: 17px;
  padding: 14px;
}

.sticky {
  position: sticky;
  top: 100px;
}

.accordion .card {
  overflow: hidden;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  border-radius: 20px !important;
}

.sidebar .card .btn {
  width: 100%;
  margin: 10px auto;
  font-size: 17px;
  padding: 14px;
}

.btn i {
  padding: 0 5px;
  margin: 0 5px !important;
}

.chat .card {
  padding: 20px;
  border: 0;

}

.chat .card .card-chat {
  height: 500px;
  overflow-y: scroll;
  display: 1;
}

.chat .receive_message {
  margin: 15px 0 0;
  display: block;
}

.chat .send_message {
  margin: 15px 0 0;
  display: block;
}

.chat .receive_message .d-flex {
  max-width: 85%;
  float: right;
}

.chat .send_message .d-flex {
  max-width: 85%;
}

.chat .receive_message .d-flex p {
  margin: 0;
  font-size: 15px;
  color: #000;
}

.chat .send_message .d-flex p {
  margin: 0;
  font-size: 15px;
  color: #000;
}

.chat .receive_message .d-flex span {
  float: right;
  font-size: 15px;
}

.chat .send_message .d-flex span {
  float: right;
  font-size: 15px;
}

.chat .d-flex img {
  width: 60px;
  height: 60px;
  border-radius: 50px;
}

.chat .card .text {
  background: #f2f2f2;
  padding: 15px;
  border-radius: 20px;
  margin: 0 10px;
  max-width: 90%;
}

.chat .card .send-input {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid;
}

.chat .card .send-input form {
  display: flex;
  align-items: center;
  border: 1px solid #d1d1d1;
  padding: 0 10px;
  border-radius: 33px;
}

.chat .card .send-input form textarea {
  border: 0;
  height: 45px;
  background: none;
}

.chat .card .send-input form button {
  border-radius: 50px;
  padding: 10px 25px;
}

.me-2 {
  margin-right: .5rem !important;
}

.clear {
  clear: both;
}

.sidebar-card {
  background-image: url(../images/category_bg_1.jpg);
  background-position: top right !important;
  background-size: contain;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.twitter-link {
  text-align: center;
}

.twitter-link a {
  margin: 20px 0;
}

.twitter-link a img {
  width: 25px;
}

.more-cert {
  margin: 20px 0;
}

.more-cert a {
  font-weight: 600
}

.check-cert {
  width: 100%;
  position: relative;
  height: 500px;
  margin: 10px 0;
}

.check-cert img {
  width: 100%;
  height: 500px;
  object-fit: contain;
}

.gallery-page .gallery-img {
  width: 100%;
  height: 200px;
  position: relative;
  margin-bottom: 10px;
}

.gallery-page .gallery-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

.gallery-page .card {
  background-image: url(../images/category_bg_1.jpg);
  background-position: top right !important;
  background-size: contain;
  padding: 15px;
  transition: all ease-in-out .5s;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
}

.gallery-page .card:hover {
  transform: translateY(-15px);
  box-shadow: none;
}

.gallery-page .card h5 {
  text-align: center;
  color: var(--main);
}

label {
  font-weight: 600;
  color: var(--main);
}

.register .tab-pane {
  background-image: url(../images/category_bg_1.jpg);
  background-position: top right !important;
  background-size: contain;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.video_play {
  position: absolute;
  right: 0;
  display: table;
  left: 50%;
  top: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

.bounce_img {
  -webkit-animation: bounce_img 1.5s ease-in-out 0s infinite alternate;
  animation: bounce_img 1.5s ease-in-out 0s infinite alternate;
}

@-webkit-keyframes bounce_img {
  from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes bounce_img {
  from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.overlay_bg_50::before {
  background-color: rgba(0, 0, 0, 0.50);
}

.overlay_bg_40::before {
  background-color: rgba(0, 0, 0, 0.40);
}

.overlay_bg_30 {
  position: relative;
}

.overlay_bg_30::before {
  background-color: rgba(0, 0, 0, 0.30);
}

.overlay_bg_20::before {
  background-color: rgba(0, 0, 0, 0.20);
}

.overlay_bg_10::before {
  background-color: rgba(0, 0, 0, 0.10);
}

.overlay_bg_danger_90:before {
  background-color: rgba(245, 87, 108, 0.90);
}

.overlay_bg_danger_80:before {
  background-color: rgba(245, 87, 108, 0.80);
}

.overlay_bg_danger_70:before {
  background-color: rgba(245, 87, 108, 0.70);
}

.overlay_bg_danger_60:before {
  background-color: rgba(245, 87, 108, 0.60);
}

.overlay_bg_danger_50:before {
  background-color: rgba(245, 87, 108, 0.50);
}

.sidebar ul {
  list-style: none;
}

.search_form {
  position: relative;
}

.search_form .form-control {
  padding: 10px 45px 10px 15px;
  height: 47px;
}

.search_form button {
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 15px;
  font-size: 18px;
  height: 46px;
}

.search_form button:hover {
  color: var(--main);
}

.sidebar .widget {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.sidebar .widget:last-child {
  margin: 0;
  padding: 0;
}

.sidebar .widget_title {
  position: relative;
  padding-bottom: 15px;
}

.sidebar .widget_title::before {
  background-color: var(--main);
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 80px;
  z-index: 1;
}

.sidebar .widget_title::after {
  background-color: #ddd;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  bottom: 0;
  width: 100%;
  content: "";
  z-index: 0;
}

.widget_categories .categories_num {
  float: right;
}

.widget_categories ul li,
.widget_archive ul li {
  padding-bottom: 15px;
  line-height: normal;
}

.widget_categories ul li:last-child,
.widget_archive ul li:last-child {
  padding-bottom: 0px;
}

.widget_categories a::before,
.widget_archive a::before {
  content: "\f125";
  font-family: "ionicons";
  margin-right: 10px;
  font-size: 12px;
}

.sidebar .widget_countdown {
  padding: 15px;
  margin-bottom: 30px;
}

.widget_countdown .countdown_box .countdown {
  font-size: 26px;
}

.widget_countdown .countdown_box::before {
  font-size: 20px;
  top: 5px;
}

.widget_countdown .countdown_time .cd_text {
  font-size: 12px;
}

.tags a {
  border: 1px solid #ddd;
  font-size: 14px;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 2px;
  margin-bottom: 5px;
}

.tags a:hover {
  background-color: var(--main);
  color: #fff;
  border-color: var(--main);
}

.countent_detail_meta {
  display: inline-block;
  width: 100%;
}

.countent_detail_meta ul {
  list-style: none;
}

.countent_detail_meta li {
  float: left;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #dad1b9;
}

.instructor img {
  border-radius: 5px;
  float: left;
  margin-right: 10px;
  max-width: 50px;
  width: 100%;
}

.countent_detail_meta label {
  display: block;
  font-weight: bold;
  color: #333;
  margin: 0;
}

.course_student span {
  color: #333;
}

.instructor_info {
  overflow: hidden;
}

.course_cat a::after {
  content: ",";
  margin: 0 2px;
}

.course_cat a:last-child:after {
  content: normal;
}

.countent_detail_meta li:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.course_img {
  position: relative;
  max-height: 400px;
}

.course_img .price {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.enroll_btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.course_detail {
  padding: 20px;
  margin-bottom: 40px;
}

.alert-warning {
  color: var(--main);
  background-color: #d9d3cb;
}

.tab_box ul {
  list-style: disc;
}

ul li::marker {
  color: #f49F1C;
}

.z_index_minus1 * {
  z-index: -1;
  position: relative;
  object-fit: cover;
  height: 400px;
}

.course_title h2,
.event_title h2 {
  font-size: 24px;
  margin: 0;
}

.curriculum_sections li {
  border-bottom: 1px solid #eee;
}

.curriculum_sections li:last-child {
  border-bottom: 0;
}

.curriculum_sections li a {
  display: table;
  width: 100%;
}

.curriculum_sections li a::before {
  content: "\f15c";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  display: table-cell;
  width: 20px;
  text-align: center;
  line-height: 50px;
}

.course_item_meta {
  text-align: right;
}

.item_meta.duration {
  background-color: var(--main);
  color: #fff;
  padding: 4px 8px;
  border-radius: 3px;
  position: absolute;
  right: 44px;
  font-size: 14px;
  top: 20px;
}

.item_meta.duration::before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}

.item_meta.duration2 {
  background-color: var(--main);
  color: #fff;
  padding: 4px 8px;
  border-radius: 3px;
  position: absolute;
  left: 120px;
  font-size: 14px;
  top: 20px;
}

.item_meta.duration2::before {
  content: "\f15b";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
}

.accordion .card-header {
  padding: 0;
  background-color: transparent;
  border: 0;
}

.accordion .card-header a {
  display: block;
  padding: 20px 50px 20px 20px;
  font-size: 18px;
  text-transform: capitalize;
  border-bottom: 1px solid #ddd;
  line-height: normal;
}

.accordion .card-header a::after {
  content: "\f126";
  font-family: "Ionicons";
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  right: 20px;
  top: 26px;
}

.accordion .card-header a.collapsed::after {
  content: "\f123";
}

.course_tabs .accordion .card-header a {
  /*padding: 20px 120px 20px 50px;*/
}

.tab_box {
  padding: 15px;
}

.tab_box ul {
  padding: 0 15px;
}

.tab-content p:last-child {
  margin: 0;
}

.comment_content p:last-child,
.card-body p:last-child {
  margin: 0;
}

.course_rate .review_bar {
  width: calc(100% - 120px);
  margin: 0 10px;
  height: 15px;
  background-color: #DDD;
  display: inline-block;
}

.course_rate .review_bar .rating {
  background-color: var(--main);
  height: 15px;
}

.course_rating {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.rating_review {
  width: 40%;
  text-align: center;
  background-color: #f5f5f5;
  padding: 20px;
}

.review_number {
  display: block;
  font-size: 70px;
  color: #333;
  font-weight: 500;
  line-height: normal;
}

.rating_box {
  width: 60%;
  padding: 20px;
}

.course_rate {
  margin-bottom: 10px;
}

.course_rate:last-child {
  margin-bottom: 0px;
}
.user_img{
        position: relative;
    width: 100px;
    height: 100px;
    margin-right: 15px;
}
.user_img img {
     position: absolute;
    max-width: 100px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 100%;
    inset: 0;
    margin: auto;
}

.comment-time {
  font-size: 14px;
  text-transform: capitalize;
  color: #333;
}

.meta_data {
  margin-bottom: 6px;
}

.comment_info {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #ddd;
}

.comment_info.reply {
  padding-left: 60px;
}

.countdown_time {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: space-around
}

.countdown_time .countdown_box {
  float: left;
  width: 20%;
  text-align: center;
  position: relative;
  border: 3px solid #f49F1C
}

.countdown_time .cd_text {
  display: block;
  color: #333;
}

.countdown_box .countdown {
  color: #333;
  font-size: 40px;
  font-weight: bold;
}

.countdown_white .countdown_box .countdown,
.countdown_white .countdown_box .cd_text {
  color: #f49F1C;
}

.countdown_box::before {
  content: ":";
  font-size: 40px;
  font-weight: bold;
  color: #000;
  position: absolute;
  right: -6px;
}

.countdown_white .countdown_box::before {
  color: #fff;
}

.countdown_box:last-child:before,
.countdown_style1 .countdown_box::before {
  content: normal;
}

.countdown_style1 .countdown_box {
  border: 2px solid #f49F1C;
  border-radius: 50%;
  padding: 10px;
  width: 120px;
  height: 120px;
}

/* .countdown_style1 .countdown_box:last-child {
  border-right: 0;
} */

iframe {
  border: 0;
}

.event_map iframe {
  width: 100%;
  height: 300px;
}

.event_map {
  margin-bottom: 40px;
}

.price .alert {
  margin: 0;
  padding: 8px 15px;
  display: block;
  background: var(--second);
  color: #fff;
  border-color: var(--second);
  color: var(--main);
  border-radius: 0.3rem;
  font-weight: 500;
  font-size:18px;
}
.pad-ic{
    padding-left:8px;
}
.course_img {
  position: relative;
  max-height: 400px;
}

.course_img .price {
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.enroll_btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.course_detail {
  padding: 20px;
  margin-bottom: 40px;
}

.course_title h2,
.event_title h2 {
  font-size: 24px;
  margin: 0;
}

.border_top_tran {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ripple {
  background-color: #FFFFFF;
  border-radius: 100%;
  color: var(--main);
  position: relative;
  display: inline-block;
  margin-right: 25px;
  line-height: 50px;
  font-size: 18px !important;
  vertical-align: middle;
  margin-left: 0;
  height: 50px;
  width: 50px;
  text-align: center;
}

.ripple::before,
.ripple::after {
  -webkit-animation: ripple 1.8s infinite;
  -moz-animation: ripple 1.8s infinite;
  -o-animation: ripple 1.8s infinite;
  -ms-transition: ripple 1.8s infinite;
  animation: ripple 1.8s infinite;
  background-color: #ffffff;
  border-radius: 100%;
  margin: -20px;
  bottom: 0px;
  content: "";
  display: block;
  left: 0px;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: -1;
}

.ripple::before {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.ripple::after {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

@-webkit-keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}



/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.course-content li h5,
.free-lesson h5 {
  margin: 0;
  padding: 0 10px;
}

.free-lesson {
  padding: 10px 0;
  font-size: 20px;
}

.course-content li {
  padding: 10px 0px;
  font-size: 20px;
}
.padd-r{padding-left:8px;}
.radius_all_5 {
    border-radius: 5px;
}
.course-content li .float-right i,
.free-lesson .float-right i {
  color: var(--second);
}

.list_none {
  list-style: none !important;
}

.rating_stars i {
  color: #ffc600;
  font-size: 18px;
  line-height: normal;
}

.team_single_info {
  padding: 15px;
  display: inline-block;
  width: 100%;
}

.contact_info span {
  color: #333;
  float: left;
  margin-right: 10px;
  line-height: normal;
  max-width: 70px;
  width: 100%;
}

.team_name {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.contact_info>li {
  margin-top: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.contact_info i+*,
.contact_info span+* {
  font-size: 14px;
  color: #888888;
  margin: 0;
  vertical-align: top;
}

.chat,
.pb-70 {
  padding-top: 20px;
  padding-bottom: 70px;
}

/*======================
    404 page
=======================*/


.page_404 {
  padding: 40px 0;
  background: #f1f1f1;
  font-family: 'Arvo', serif;
}

.page_404 img {
  width: 100%;
}

.four_zero_four_bg h1 {
  font-size: 80px;
}

.four_zero_four_bg h3 {
  font-size: 80px;
}

.link_404 {
  color: #fff !important;
  padding: 10px 20px;
  background: #39ac31;
  margin: 20px 0;
  display: inline-block;
}

.contant_box_404 {
  margin-top: -50px;
}

.text-page {
  padding: 20px 0 70px;
  position: relative;
  width: 100%;
}

.text-page .card {
  padding: 25px;
  border: 0;
  box-shadow: 0px 0px 20px -11px;
  border-radius: 0;
}

.check-certificate {
  padding: 20px 0 70px;
}

.check-certificate .search-box {
  display: table;
  padding: 20px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ced4da
}

.check-certificate .heading_s1 h2 {
  margin-bottom: 10px;
  font-size: 24px;

}

.check-certificate .search-box .search-box-header {
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  margin-bottom: 15px;
}

.check-certificate .search-box .search-box-header .fa {
  color: var(--second);
  font-size: 24px;
  margin-right: 10px;
}

.check-certificate .search-box .search-box-header h2 {
  color: #000;
  font-size: 24px;
}

.btn-search {
  border-radius: 0 4px 4px 0;
}

p.bold {
  font-weight: 600;
}

.certificate-result span {
  font-weight: 700;
  color: var(--main);
}

.certificate-result p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.select2-container {
  margin-block: 16px;

}

.select2-container--default .select2-selection--single {
  height: 47px;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-inline: 0;
  color: #666666;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 90%;
  top: 1px;
  right: 8px;
}

.heading_s2 a {
  font-size: 26px;
  color: #000;
  font-weight: 600;
}

.course-list-table .course-title a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.course-list-table .starts,
.course-list-table .length {
  width: 15%;
}

.course-list-table thead tr th {
  border-bottom: 2px solid var(--main);
  color: var(--main);
  font-size: 16px;
  font-weight: 600;
  padding-block: 14px;
}

.course-list-table tr td {
  padding-block: 14px;
}


.course-has-date {
  background: #f49F1C;
  padding: 8px;
  color: #000;
  border-radius: 15px;
  font-size: 15px;
  font-weight: 500;
}

.si-course {
  background: #3566f5;
  padding: 8px;
  color: #fff;
  border-radius: 15px;
  font-size: 15px;
  font-weight: 500;
}

.vip-course {
  background: green;
  padding: 8px;
  color: #fff;
  border-radius: 15px;
  font-size: 15px;
  font-weight: 500;
}

.vip-course i,
.si-course i,
.course-has-date i {
  margin-right: 5px;
}

.table-responsive {
  box-shadow: 0px 0px 20px -11px;
}

.contact-data {
  background-color: #E7EDF3;
  margin-bottom: 16px;
  padding: 17px 22px !important;
}

.contact-data i {
  margin-right: 20px;
  color: var(--main);
  font-size: 24px;

}

.text-main {
  color: var(--main);
}

.pb-6 {
  padding-bottom: 50px;
}

.map-contact {
  height: 350px;
}

.contact-data h4 {
  color: #000;
  font-size: 24px;

}

.payment-images {
  background-color: #E7EDF3;
  padding: 16px;
  justify-content: center;
}

.payment-images li {
  position: relative;
  width: 100px;
  height: 50px;
  /* border: 1px solid #253771; */
  margin-right: 6px;
}

.payment-images li:last-child {
  margin-right: 0px;
}

.payment-images li img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  inset: 0;
  margin: auto;
}

.payment-card {
  background-color: #E7EDF3;
  padding: 25px 18px;
}

.checkout-data {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.checkout-data p a {
  font-size: 14px;
  color: #253771;
  font-weight: 600;
}

.certificate-result img {
  height: 200px;
}

.reference-number {
  color: #253771;
  font-size: 16px;
}

.reference-number i {
  color: #000;
  font-size: 20px;
}

.checkout .page-title h1 {
  font-size: 30px;
  color: #253771;
}

.checkbox-items .form-group {
  display: block;
  margin-bottom: 15px;
}

.checkbox-items .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox-items .form-group label {
  position: relative;
  cursor: pointer;
}

.checkbox-items .form-group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid var(--main);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  /* padding: 11px; */
  width: 25px;
  height: 25px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.checkbox-items .form-group input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid var(--main);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-items p {
  color: #000;
  font-size: 16px;
}

.checkbox-txt {
  color: var(--light-main);
  font-size: 14px;
}

.course-price {
  color: var(--main);
  font-size: 18px;
  font-weight: 600;
}

.payment-card label {
  font-weight: 600;
  color: var(--main);
}

.checkout {
  padding-top: 20px;
  padding-bottom: 70px;
}

.form-control:disabled,
.form-control:read-only {
  background-color: #fff;
  opacity: 1;
}

.checkout .heading_s1 h2 {
  margin-bottom: 16px;
  text-transform: capitalize;
  color: var(--main);
  position: relative;
  display: inline-block;
  font-size: 30px;
}

.medium_divider {
  height: 50px;
}
.custom-title {
  font-size:20px !important;
}
.foo-start {
    justify-content: flex-start !important;
}
/*===================================*
  13.START GALLERY SECTION
*===================================*/
.grid_filter {
  margin-bottom: 30px;
}

.grid_filter li {
  display: inline-block;
  margin: 0 3px;
}

.grid_filter li a {
  background-color: #eee;
  padding: 5px 25px;
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 4px;
}

.grid_filter li a.current,
.grid_filter li a:hover {
  background-color: #253771;
  color: #fff;
}

.grid_container {
  list-style: none;
}

.gutter_small {
  margin: 0 -7.5px -15px -7.5px;
}

.gutter_small>li {
  padding: 0 7.5px 15px 7.5px;
}

.gutter_medium {
  margin: 0 -15px -30px -15px;
}

.gutter_medium>li {
  padding: 0px 15px 30px 15px;
}

.grid_col3>li {
  width: 33.33%;
  float: left;
}

.grid_col4>li {
  width: 25%;
  float: left;
}

.gallery_item {
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
}

.gallery_item img {
  width: 100%;
}

.gallery_content {
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  position: absolute;
  top: 60px;
  opacity: 0;
  visibility: hidden;
  right: 0;
  left: 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

.gallery_item:hover .gallery_content {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.gallery_item::before {
  background-color: rgba(0, 0, 0, 0.60);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  top: 0;
  bottom: 0;
  transition: all 0.5s ease-in-out;
  z-index: 2;
}

.gallery_item:hover:before {
  opacity: 1;
  visibility: visible;
}

.grid_container .owl-carousel.owl-theme .owl-dots {
  margin: 0 !important;
  position: absolute;
  bottom: 5px;
  right: 15px;
  z-index: 9;
}

.grid_container .owl-carousel {
  z-index: inherit;
}

.grid_container .owl-carousel.owl-theme .owl-dots span {
  margin: 5px 2px;
}

.owl-theme .owl-dots .owl-dot span {
  background-color: transparent;
  border: 1px solid #9a9a9a;
  margin: 5px;
}

.dots_white.owl-theme .owl-dots .owl-dot.active span,
.dots_white.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fff;
  border-color: #fff;
}

.dots_white.owl-theme .owl-dots .owl-dot span {
  border-color: #fff;
}

.nav_bottom_right.owl-theme .owl-nav [class*="owl-"] {
  top: auto;
  -moz-transform: translateY(0);
  -webkittransform: translateY(0);
  transform: translateY(0);
}

.nav_bottom_right.owl-theme .owl-nav .owl-prev {
  left: auto;
  right: 50px;
}

.gallery_content .ripple {
  margin: 0;
}

.text_holder {
  margin-top: 25px;
  text-transform: capitalize;
}
.course-item .position-relative{
    width: 100%;
    height: 250px;
}
.course-item .position-relative img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.border-btn1{
    border-radius: 30px 0 0 30px
}
.border-btn2{
    border-radius: 0 30px 30px 0px
}
.team-img, .content_img{
    width: 100%;
    height: 250px;
}
.team-img img, .content_img img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.comment_content{
     width: 100%;
}
/*===================================*
  13.END GALLERY SECTION
*===================================*/
.listStyle {
  padding-left: 16px;
}

.listStyle,
.listStyle li {
  list-style: disc !important;
}

.course-card-title{
    min-height:48px;
}
.slider-title {
    font-size: 38px;
    font-weight: 400;
    line-height: 50px;
   }
   
    .display-3 {
        font-size: 42px;
        font-weight: 500;
    }
    .price-book{
        font-weight:500;
    }
    .auther-name{
        padding-right:6px;
        font-weight:500;
    }
    
    .category-item{
        font-weight: 600;
         color: var(--main);
    }
    .category-item.active {
    color: var(--second);
}
.or-text{
    font-weight: 700;
    font-size: 20px;
}
.register-link{
        color: var(--main);
    text-decoration: underline;
    font-size: 18px;
    font-weight: 500;
     
}

.social-login{
  position:relative;
  float: left;
  width: 100%;
  height:auto;
  padding: 10px 0 15px 0;
  border-bottom: 1px solid #eee;
}
.social-login a{
  position:relative;
  float: right;
  width:calc(100% - 12px);
  text-decoration: none;
  color: #fff;
  border: 1px solid rgba(0,0,0,0.05);
  padding: 12px;
  border-radius: 2px;
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 3%;
  text-align:center;
}
.social-login:hover a{
 color:#fff;
}
.social-login .btn-facebook{
  background-color: #49639F;
}
.social-login .btn-google{
  background-color: #DF4A32;
}
.select2-container{
    width:100% !important;
    margin-block:0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
   right:8px !important;
    left: unset !important;
}
.list-courses{
    max-height: 500px;
    overflow: auto;
}


.list-courses::-webkit-scrollbar {
  width: 8px;
}

.list-courses::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 80px;
}

.list-courses::-webkit-scrollbar-thumb {
  background-color: gray;
  border-radius: 80px;
}
.dropzone {
    min-height: 150px;
    border: 1px solid rgb(206 212 218) !important;

}
/*.half-width-radio{width:50%;}*/
/*.radio-box-custom{display:flex;}*/

   /* Hide the default radio button */
    .join-form-radio input[type="radio"] {
      display: none;
    }
.custom-radio{width:50%;}
    /* Custom label for the radio button */
    .join-form-radio label {
      display: inline-flex;
      align-items: center;
      cursor: pointer;
      position: relative;
      padding-left: 25px;
      font-size: 16px;
      color: var(--main);
    }

    /* Custom circle for the radio button */
    .join-form-radio label::before {
      content: '';
      width: 17px;
      height: 17px;
      border: 2px solid var(--main);
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      background-color: #fff;
      transition: 0.3s;
    }
    .join-form-radio input[type="radio"]:checked + label::before {
         border: 2px solid var(--second);
    }
      .join-form input[type="radio"]:checked + label {
      color: var(--second);
    }
    /* Inner dot for selected radio button */
    .join-form-radio input[type="radio"]:checked + label::after {
      content: '';
      width: 9px;
      height: 9px;
      background-color: var(--second); /* Blue color for selected */
      border-radius: 50%;
      position: absolute;
      left: 4px;
      top: 50%;
      transform: translateY(-50%);
    }

.categoty_box{
     border-radius: 5px;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
     padding-bottom:16px;
}
.box_icon img{
    height:250px;
    object-fit:cover;
}
.box_icon h5{font-size:16px;}
.course-details i{
    color:var(--second);
    width: 25px;
    font-size:18px;
}
.course-details span{
    font-size:16px;
    font-weight:500;
}
.categories-owl img{object-fit:cover}
.profile-nav{margin-left:10px;}
.lesson-tabs {
    border-bottom: 2px solid var(--main);
}
.lesson-tabs .nav-link{
    color:var(--main);
    font-weight: 500;
}
.lesson-tabs .nav-item.show .nav-link, .lesson-tabs .nav-link.active {
    color: #fff;
    background-color: #253771;
    border-color: #253771 #253771 #253771;
}
.group-quest .custome-checkbox .form-check-label{
    color:var(--main);
}
.tab-title{
    font-size:24px;
    color:var(--main);
}
.comment-inpt ,.send-inpt{
    border-radius: 5px 0 0 5px;
}
.comment-reply ,.send-comment{
        border-radius: 0 5px 5px 0;
}
.widget-q  a::before  {
    content: unset !important;}
    .widget-q a   {
        display:flex;
        justify-content: space-between;
        color:var(--main);
        font-weight:500;
        
    }
    .widget-q a:hover   {
        color:var(--second);
        
    }



/* sidebar */


.sidebar-container {
  display: flex;
  /* height: 100vh; */
  width: 100%;
}

.sidebar-container .sidebar {
  width: 25%;
  background-color: #f4f4f4;
  border-right: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding: 20px;
  position: relative;
  transition: width 0.3s;
  background-image: none !important;
  border-radius: 0;
}

.sidebar-container .sidebar h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.sidebar-container .menu {
  list-style: none;
  padding: 0;
}

.sidebar-container .menu li {
  margin-bottom: 10px;
  border-bottom: 1px solid var(--main);
}

.sidebar-container .collapsible {
  background-color: transparent;
  border: none;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  padding: 10px 0;
  color: var(--main);
  cursor: pointer;
}

.sidebar-container .collapsible:after {
  content: "▼";
  float: right;
  font-size: 12px;
}

.sidebar-container .collapsible.active:after {
  content: "▲";
}

.sidebar-container .content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding-left: 8px;
  color: var(--main);
}

.sidebar-container .content p {
  margin: 5px 0;
}

.sidebar-container .toggle-btn {
  /* position: absolute;
  top: 10px;
  left: 10px; */
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--main);
  color: #fff;
}

/* Main Content */
.sidebar-container .main-content {
  flex-grow: 1;
  padding: 20px;
}

.sidebar-container .sidebar.collapsed {
  width: 0;
  padding: 0;
}

.sidebar-container .sidebar.collapsed h2,
.sidebar-container .sidebar.collapsed .subtitle,
.sidebar-container .sidebar.collapsed .menu {
  display: none;
}
.toggle-sidebar {
  display: none;
  background: #007bff;
  color: white;
  border: none;
  padding: 10px 15px;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  left: 10px;
}

.time-remain{
  font-size: 20px;
  color: var(--main);
  font-weight: 600;
}
.time-remain2{
  font-size: 18px;
  color: var(--main);
  font-weight: 500;
}
.time-remain2 .bold{
  font-weight: 600;
  font-size: 20px;
}
.progress-exam{
  border: 1px solid rgb(204, 204, 204);
  min-width: 80%;
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-exam .progress-bar {

  background-color: var(--main);}
  
  .question h3{
    font-size: 24px;
  }
  .btn-second{
    background-color: var(--second);
    border: 1px solid var(--second);
  }
  .btn-out{
    background-color: transparent;
    border: 1px solid var(--second);
    color: var(--second);
    font-weight: 600;
  }
  .questions-title{
    font-size: 24px;
    font-weight: 600;
    color: var(--main);
  }
  .close-btn-q{
    background-color: transparent;
    border: none;
    font-size: 20px;
    font-weight: 500;
    color: var(--main);
  }
  .quiz-modal .modal-dialog {
    max-width: 80%;
}
.questions-link{
font-weight: 500;
color: #000;

}
.answer-modal .modal-dialog {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 auto;
}
.chek-form.incorrect{
    border: 3px solid red;
    padding: 5px;
    border-radius: 5px;
}
.chek-form.correct{
  border: 3px solid #1aa71a;
  padding: 5px;
  border-radius: 5px;
}
.add_to_cart{
    border-radius: 30px 0 0 30px
   
}
.read_more{
    border-radius: 0 30px 30px 0 
}
a.border-end {
    border-left: 1px solid #dee2e6 !important;
    border-right:unset !important;
}

.failed-icon{
    font-size:24px;
    color:red;
    padding-right:8px;
}
.failed-text{
    font-size:20px;
    color:red;
    font-weight:500;
}
.icon-green{
    font-size:24px;
    color:green;
    padding-right:8px;
}
.txt-green{
    font-size:20px;
    color:green;
    font-weight:500;
}
.box-quiz h4{font-size:18px;}
.box-quiz p{
        font-weight: 600;
    font-size: 16px;
    padding-left: 8px;
    
}
.summary_title{
    font-size:24px;
    font-weight:700;
}
.course-txt a{
    font-size:18px;
    font-weight:600;
}
.course-txt .co-icon{
    padding-right:8px;
}
.content_desc h4 span{
    font-weight: 500;
    font-size: 20px;
}
#payment label{
    padding-bottom:8px;
}
#payment .form-control{
    height:46px;
}
#payment .select2-container--default .select2-selection--single {
    height: 46px;
    padding: 10px 20px;
    border: 1px solid #ced4da;
    border-radius: 0;}
    .paymont-icon img{width:50px;}
    .txt-content{
        font-weight: 500;
       font-size: 18px;
    }
    
    
@media (max-width: 991.98px) {

    .de-in-mobile{
      justify-content: space-between;
    }
    .next-prv{
      justify-content: space-between;
      margin-top: 16px;
    }
}
/* Mobile Styles */
@media (max-width: 768px) {
    .result-btns a{width:100%;}
  .sidebar {
    position: absolute !important;
    left: -250px;
    top: 0;
    height: 100%;
    width: 250px !important;
    transform: translateX(250px);
    /* transform: translateX(100%); */
    transition: transform 1s;
    z-index: 100;
  }

  .sidebar.collapsed {
    transform: translateX(0) !important;
  }
.in-mobile-end{
  display: flex;
  justify-content: end !important;
}

}


.web-view{display:flex !important;}
.mobile-view{display:none !important;}

@media (max-width: 991.98px) {
    .web-view{display:none !important;}
    .mobile-view{display:flex !important;}
  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }
    
 .modal-dialog {
     display: flex;
    align-items: center;
    height: 100%;
}
   .grid_col3>li {
    width: 49.5%;
    margin-bottom: 16px;}
.custom-radio {
    width: 100%;
}
 .register {
    padding: 0px 0 60px;
}
  .slider-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
}
.auth-list li{width:100%;}
.navbar-light a.btn {
    justify-content: center;
    margin-bottom: 16px;
    margin-inline:16px !important
}
.cart-mobile{
    flex-direction:row !important
}
.cart-mobile  .nav-link {
        margin-right: 16px  !important;
        padding: 0px  !important;
    }
.cart-mobile li .mob-ic{
    font-size:32px !important
}
.search-overlay ,.search_wrap .form-control{
    min-width: 100% !important;
    
}
.nav-link.cart span {
    top: -8px;
    right: -12px;
    width: 24px;
    height: 24px;}
  .alertbox_content *, .alertbox_content a {
    font-weight: 500;
    font-size: 14px;}
    .display-3 {
    font-size: 34px;}
    
}
@media (max-width: 758px) {
   
    .social_icons{
        justify-content:center;
    }
  .social_icons li  {
    padding: 5px;
}

    .course_rating {
      display: block;
    }
    .rating_review ,.rating_box ,.author_meta ,.full-in-mob{
      width: 100%;
    }
    .full-in-mob{margin-top:10px;}
.course_author {
    padding:  20px;
    margin: 20px 20px;
    display: flex;
    flex-direction: column-reverse;}
    .author_img {
    margin-bottom: 16px;}
.course_img .price {
    bottom: 0;
    top: 20px;
}
    .display-3 {
        font-size: 24px;
    }
}
@media (max-width: 578px) {
   .join-form-radio{margin-bottom:8px;}
    
  .register .register-title {
      font-size: 24px;
    }

    .owl-nav{
        display:none !important;
    }

.grid_col3>li {
    width: 100%;}
}
@media (max-width: 400px) {
.read-btn ,.read-btn a{width:100%;}
}

.watermark-container {
    position: relative;
    overflow: hidden;
    height: 100%;
}
 .watermark-container .card{
    background-color:transparent;
}
.watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-30deg);
    z-index: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.2;
}
.short-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.short-text.expanded {
  display: block;
  -webkit-line-clamp: unset; /* Remove line clamp */
}