/* Google Font
========================== */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap");
/* Global
====================== */
* {
  padding: 0px;
  margin: 0px;
}

body {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  background: #fff;
  line-height: 1.7rem;
}

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

a,
a:hover,
a:visited,
a:focus {
  text-decoration: none;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Josefin Sans", sans-serif;
  color: #000;
  margin: 0px;
  font-weight: 700;
}

p {
  margin: 0px;
}

iframe,
img {
  max-width: 100%;
}

.bg_base {
  background: #1C7AFD;
}
.bg_base:hover, .bg_base:focus, .bg_base:visited {
  background: #1C7AFD;
}
.bg_base:active {
  background: #1C7AFD !important;
  border: transparent;
}

.base_color {
  color: #1C7AFD !important;
}

.w-40 {
  width: 40vw;
}

.section_padding {
  padding: 100px 0px;
}

.my_account_padding {
  padding: 180px 0px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #1C7AFD;
  border-radius: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #1C7AFD;
  background-color: #1C7AFD;
}

::-webkit-input-placeholder {
  text-transform: capitalize !important;
}

:-moz-input-placeholder {
  text-transform: capitalize !important;
}

::-moz-placeholder {
  text-transform: capitalize !important;
}

::placeholder {
  text-transform: capitalize !important;
}

.shadow_left {
  box-shadow: 10px 3px 9px #F5F5F5;
}

/* Header
==================== */
.header_top .social,
.header_top .call {
  font-size: 0.8rem;
}
.header_top .btn_enroll {
  font-size: 0.8rem;
  padding-top: 7px;
}
.header_top .btn_enroll:hover {
  color: #1C7AFD;
  background: #fff;
}

/**
 * Main Menu
 */
.main_menu .col-md-6 {
  justify-content: center;
}
.main_menu .menu .menu_close {
  display: none;
}
.main_menu .menu li a:hover {
  color: #1C7AFD;
}
.main_menu .menu li .active {
  color: #1C7AFD;
}
.main_menu .sign_in_up a {
  font-size: 0.8rem;
}

/*Menu Profile
=========================*/
.login_profile button::after {
  color: #1C7AFD;
}
.login_profile button.show, .login_profile button:focus, .login_profile button:active {
  border: 0px !important;
  box-shadow: none !important;
}
.login_profile button .img {
  background-color: #bbb;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  margin-right: 5px;
}
.login_profile button .img img {
  width: 35px;
}
.login_profile button .name {
  font-size: 0.8rem;
}
.login_profile .login_profile_items a {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  font-weight: 600;
}
.login_profile .login_profile_items a .icon {
  margin-right: 5px;
}
.login_profile .login_profile_items a .icon img {
  width: 15px;
}
.login_profile .login_profile_items button {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  font-weight: 600;
  background-color: #fff;
  border: 0px !important;
}
.login_profile .login_profile_items button:focus, .login_profile .login_profile_items button:active {
  border: 0px !important;
  box-shadow: none !important;
}
.login_profile .login_profile_items button .icon {
  margin-right: 5px;
}
.login_profile .login_profile_items button .icon img {
  width: 15px;
}

/*Banner
=========================*/
.banner {
  background: url("../img/home-banner.jpg") no-repeat center center/cover;
  position: relative;
  height: 80vh;
}
.banner::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.contact_us_banner {
  background: url("../img/map.jpg") no-repeat center center/cover;
  position: relative;
  height: 60vh;
}
.contact_us_banner::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.courses_banner {
  background: url("../img/home-banner.jpg") no-repeat center center/cover;
  position: relative;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.courses_banner::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

/*Home Service
=========================*/
.home_service .single_service_content {
  background: #fff;
  position: absolute;
  top: -200px;
  width: 1000px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.home_service .single_service_content .text_content .sign_up {
  font-size: 14px !important;
}
.home_service .single_service_content .text_content .course_details .item {
  height: 300px;
  overflow-y: scroll;
  text-align: left;
}
.home_service .single_service_content .text_content .course_details .item h6.base_color {
  text-align: center;
}
.home_service .single_service_content .text_content .course_details .item ul {
  list-style-type: circle;
}
.home_service .single_service_content .text_content .course_details .item ul li {
  list-style-type: circle;
}
.home_service .single_service_content .text_content .course_details .slick-dots {
  bottom: -40px;
}
.home_service .single_service_content .text_content .course_details .slick-dots li {
  width: 10px;
  height: 10px;
}
.home_service .single_service_content .text_content .course_details .slick-dots li button {
  width: 10px;
  height: 10px;
}
.home_service .single_service_content .text_content .course_details .slick-dots li button::before {
  opacity: 1;
  background-color: transparent;
  border: 1px solid #1C7AFD;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: #fff;
}
.home_service .single_service_content .text_content .course_details .slick-dots .slick-active button::before {
  opacity: 1;
  background-color: #1C7AFD;
  color: #1C7AFD;
}
.home_service .content_my_account {
  background: #fff;
  position: absolute;
  top: -200px;
  width: 900px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.home_service .content {
  background: #fff;
  position: absolute;
  top: -200px;
  max-width: 800px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.home_service .content .home_service_carousel .item {
  height: 200px;
  padding: 30px;
}
.home_service .content .home_service_carousel .item img {
  width: 130px;
  margin: 10px auto;
}
.home_service .content .home_service_carousel .slick-dots {
  bottom: -50px;
}
.home_service .content .home_service_carousel .slick-dots li {
  width: 10px;
  height: 10px;
}
.home_service .content .home_service_carousel .slick-dots li button {
  width: 10px;
  height: 10px;
}
.home_service .content .home_service_carousel .slick-dots li button::before {
  opacity: 1;
  background-color: transparent;
  border: 1px solid #1C7AFD;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: #fff;
}
.home_service .content .home_service_carousel .slick-dots .slick-active button::before {
  opacity: 1;
  background-color: #1C7AFD;
  color: #1C7AFD;
}

/*Home Countdown
=========================*/
.home_countdown_wrap {
  padding: 40px !important;
}
.home_countdown_wrap .home_countdown .time {
  width: 200px;
  height: 200px;
  padding-top: 25%;
}

/*Home Courses
=========================*/
.home_courses .item .icon {
  width: 60px;
  height: 60px;
  border: 1px solid #1C7AFD;
  font-size: 30px;
  line-height: 60px;
  border-radius: 50%;
  background-color: #1C7AFD;
  color: #fff;
  margin: 0px auto 15px;
}
.home_courses .item h6 {
  color: #1C7AFD;
  margin-bottom: 15px;
  font-size: 1.1rem;
}
.home_courses .item p {
  font-size: 0.8rem;
}
.home_courses .item:hover {
  background-color: #1C7AFD;
}
.home_courses .item:hover .icon {
  background-color: #fff;
  color: #1C7AFD;
}
.home_courses .item:hover h6 {
  color: #fff;
}
.home_courses .item:hover p {
  color: #fff;
}
.home_courses .item:hover a {
  background-color: #fff;
  color: #1C7AFD !important;
}
.home_courses .slick-dots {
  bottom: -50px;
}
.home_courses .slick-dots li {
  width: 10px;
  height: 10px;
}
.home_courses .slick-dots li button {
  width: 10px;
  height: 10px;
}
.home_courses .slick-dots li button::before {
  opacity: 1;
  background-color: transparent;
  border: 1px solid #1C7AFD;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: #fff;
}
.home_courses .slick-dots .slick-active button::before {
  opacity: 1;
  background-color: #1C7AFD;
  color: #1C7AFD;
}

/*Home Client
=========================*/
.home_client_wrap {
  background: url("../img/home-banner.jpg") no-repeat center center/cover;
  position: relative;
}
.home_client_wrap::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.home_client_wrap .home_client {
  text-align: center;
}
.home_client_wrap .home_client .img img {
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.home_client_wrap .home_client .rating {
  margin: 10px 0px;
}
.home_client_wrap .home_client .rating i {
  color: orangered;
}
.home_client_wrap .home_client .slick-dots {
  bottom: -50px;
}
.home_client_wrap .home_client .slick-dots li {
  width: 10px;
  height: 10px;
}
.home_client_wrap .home_client .slick-dots li button {
  width: 10px;
  height: 10px;
}
.home_client_wrap .home_client .slick-dots li button::before {
  opacity: 1;
  background-color: transparent;
  border: 1px solid #fff;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
.home_client_wrap .home_client .slick-dots .slick-active button::before {
  opacity: 1;
  background-color: #fff;
  color: #fff;
}

/*Subccribe
=========================*/
.subscribe span {
  text-transform: capitalize !important;
}
.subscribe .subscribe_form input:focus {
  border: 0px;
  box-shadow: none;
}
.subscribe .subscribe_form button {
  margin-left: -30px;
}

/*My Courses
=========================*/
.my_courses_wrap .my_courses .accordion .accordion-item {
  border: 0px;
  margin-bottom: 30px;
}
.my_courses_wrap .my_courses .accordion .accordion-item .accordion-button {
  box-shadow: none;
  background-color: #fff;
}
.my_courses_wrap .my_courses .accordion .accordion-item .accordion-button::after {
  background-image: url("../img/icon-down.png");
}
.my_courses_wrap .my_courses .accordion .accordion-item .course_content .content li {
  margin-bottom: 30px !important;
}

/*My Account
=========================*/
.content_my_account .my_account_content .img {
  width: 150px;
  height: 150px;
  background-color: #bbb;
  border-radius: 50%;
  position: relative;
  text-align: center;
  line-height: 150px;
  margin: 0px auto 30px;
}
.content_my_account .my_account_content .img .profile_image {
  width: 100px;
}
.content_my_account .my_account_content .img .edit_image {
  display: block;
  position: absolute;
  top: 30px;
  right: -15px;
  width: 30px;
  padding: 4px;
  border-radius: 50%;
  height: 30px;
  background: #eee;
  cursor: pointer;
}
.content_my_account .my_account_content .img .edit_image img {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.content_my_account .my_account_content .logout_btn,
.content_my_account .my_account_content .change_pass_btn {
  font-size: 12px;
}
.content_my_account .my_account_content .change_pass_btn {
  border: 1px solid #1C7AFD;
}
.content_my_account .my_account_form input:focus {
  box-shadow: none;
}

/*Courses
=========================*/
.courses_wrap .courses .item .img img {
  width: 100%;
  max-height: 200px;
}
.courses_wrap .courses .item .content h5 {
  font-size: 16px;
  margin-bottom: 10px;
}
.courses_wrap .courses .item .content a {
  display: inline-block;
  font-size: 14px;
  padding: 5px 15px;
}
.courses_wrap .courses .slick-dots {
  bottom: -50px;
}
.courses_wrap .courses .slick-dots li {
  width: 10px;
  height: 10px;
}
.courses_wrap .courses .slick-dots li button {
  width: 10px;
  height: 10px;
}
.courses_wrap .courses .slick-dots li button::before {
  opacity: 1;
  background-color: transparent;
  border: 1px solid #1C7AFD;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: #fff;
}
.courses_wrap .courses .slick-dots .slick-active button::before {
  opacity: 1;
  background-color: #1C7AFD;
  color: #1C7AFD;
}

/*Pages
=========================*/
.page_content_wrap .desc p, .page_content_wrap .desc li, .page_content_wrap .desc a, .page_content_wrap .desc h1, .page_content_wrap .desc h2, .page_content_wrap .desc h3, .page_content_wrap .desc h4, .page_content_wrap .desc h5, .page_content_wrap .desc h6 {
  font-family: "Josefin Sans", sans-serif !important;
  font-size: 16px !important;
}

/*Extra
=========================*/
.modal.show {
  display: flex !important;
  align-items: center;
}
.modal .modal-body .modal_close {
  top: 20px !important;
  right: 20px !important;
}

.form-control,
.form-select {
  border: 0px;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none !important;
}

/*Rsponsive
=========================*/
@media (min-width: 1500px) {
  .banner {
    height: 65vh;
  }
}
@media (max-width: 768px) {
  .menu_toggle {
    display: block !important;
  }
  .mobile_menu {
    position: fixed;
    display: block !important;
    background-color: #fff;
    width: 300px;
    left: -300px;
    top: 0px;
    height: 100%;
    z-index: 3;
    padding: 40px;
    line-height: 2rem;
    box-shadow: 5px 0px 4px rgba(0, 0, 0, 0.5);
  }
  .mobile_menu .menu_close {
    display: block !important;
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .my_account_padding,
  .section_padding {
    padding: 20px 0px;
  }
  .w-40 {
    width: 300px !important;
  }
  .header_top {
    display: none;
  }
  .main_menu .mobile {
    text-align: center;
    justify-content: center !important;
    margin-bottom: 20px;
  }
  .banner {
    height: 30vh !important;
    display: flex;
    align-items: center;
  }
  .contact_us_banner {
    height: 30vh !important;
    display: flex;
    align-items: center;
  }
  .home_service .single_service_content {
    width: 100%;
    position: static;
    padding: 15px !important;
    transform: translateX(0px);
    box-shadow: none !important;
  }
  .home_service .single_service_content .row .col-md-6 {
    padding: 15px !important;
  }
  .home_service .content_my_account {
    width: 100%;
    position: static;
    padding: 15px !important;
    transform: translateX(0px);
    box-shadow: none !important;
  }
  .home_service .content_my_account .my_account_content {
    padding: 0px !important;
    margin-bottom: 20px;
  }
  .home_service .content_my_account .my_account_content .change_pass_btn {
    padding: 7px 16px !important;
  }
  .home_service .content_my_account .my_account_form {
    padding: 0px !important;
    border: 0px !important;
    margin-top: 20px;
  }
  .home_service .content {
    width: 100% !important;
    padding: 15px !important;
    position: static;
    transform: translateX(0px);
    box-shadow: none !important;
  }
  .home_service .content h4 {
    margin-bottom: 10px !important;
  }
  .home_service .content .text_content h5 {
    margin-bottom: 10px !important;
    margin-top: 10px;
    font-size: 18px;
  }
  .home_service .content .text_content p {
    margin: 10px 0px !important;
  }
  .my_courses_wrap .my_courses {
    padding: 15px !important;
  }
  .my_courses_wrap .my_courses .accordion-item .accordion-button h5 {
    font-size: 18px !important;
  }
  .my_courses_wrap .my_courses .accordion-item .accordion-body {
    padding: 0px !important;
  }
  .my_courses_wrap .my_courses .accordion-item .accordion-body .course_video {
    overflow: hidden;
  }
  .home_client_wrap .home_client .item {
    padding: 15px !important;
  }
  .home_countdown_wrap h3 {
    font-size: 18px;
  }
  .home_countdown_wrap p {
    font-size: 14px !important;
    margin-bottom: 0px !important;
  }
  .home_countdown_wrap p br {
    display: none;
  }
  .home_countdown_wrap .home_countdown .time {
    margin-bottom: 20px;
  }
  .home_countdown_wrap a {
    margin: 0px !important;
  }
  .subscribe {
    display: none;
  }
  footer {
    border-top: 1px solid #eee;
  }
  footer .footer_top .row > div {
    margin-bottom: 20px;
  }
  footer .footer_top .row > div h6 {
    margin-bottom: 10px !important;
  }
  footer .footer_bottom .row > div > ul {
    display: block !important;
    text-align: left;
  }
  footer .footer_bottom .row > div > ul li a {
    border: 0px !important;
  }
  footer .footer_bottom .row .footer_social {
    display: flex !important;
    width: 100%;
  }
  .modal .modal-body .row .col-md-5 {
    display: none !important;
  }
  .modal .modal-body .row .col-md-7 form {
    border: 0px !important;
    padding: 0px !important;
  }
}/*# sourceMappingURL=main.css.map */