* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

img {
  display: inline-block;
  width: 100%;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #000;
}

button {
  display: inline-block;
  border: none;
}

.overflow-hidden {
  overflow: hidden;
}

h1 {
  font-size: 3rem;
}
@media screen and (max-width: 992px) {
  h1 {
    font-size: 2.5rem;
  }
}

.text-justify {
  text-align: justify;
}

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

.bg-transparent {
  background-color: transparent !important;
}

p {
  font-size: 1;
}

a {
  display: inline-block;
  color: #333 !important;
  text-decoration: none !important;
}

.mt-auto {
  margin-top: auto;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.mt-5 {
  margin-top: 5rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-2 {
  margin-top: 2rem;
}

.pt-5 {
  padding-top: 5rem;
}

.p-0 {
  padding: 0 !important;
}

.w-100 {
  width: 100%;
}

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

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-evenly {
  justify-content: space-evenly;
}

.justify-content-between {
  justify-content: space-between;
}

@media screen and (max-width: 576px) {
  .justify-content-mobile-center {
    justify-content: center;
  }
}

.justify-content-around {
  justify-content: space-around;
}

.watch-now {
  background-color: var(--default-color);
  padding: 7px 15px;
  color: var(--secondary-white) !important;
  border-radius: 5px;
  border: none;
  margin: 7px 10px;
}

.other-btn {
  background-color: #c8ddf1;
  padding: 7px 15px;
  color: var(--default-color) !important;
  border-radius: 5px;
  border: 1px solid #aec2d5;
  margin: 7px 10px;
}

.success-btn {
  background: none !important;
  color: #0a7c38 !important;
  border: none;
  margin: 7px 0px;
  padding: 7px 5px;
  border-radius: 0;
  font-size: 1.125rem;
}

.back-btn a {
  display: inline-block;
  background-color: var(--default-color);
  color: #fff;
  padding: 5px 20px;
  border-radius: 4px;
  margin: 20px 0px;
}

.back-btn a i {
  margin-right: 5px;
}

a {
  display: inline-block;
  text-decoration: none;
}

li {
  list-style: none;
}

.h-auto {
  animation: autohight 0.2s ease-in;
  height: auto !important;
}

.h-100 {
  height: 100vh !important;
  animation: autohight 0.2s ease-in;
}
.rensponsive-breadcrumb {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .rensponsive-breadcrumb {
    height: 250px;
    object-fit: cover;
  }
}
.item-width-3 {
  width: 30%;
}
@media screen and (max-width: 1200px) {
  .item-width-3 {
    width: 45%;
  }
}
@media screen and (max-width: 992px) {
  .item-width-3 {
    width: 100%;
  }
}

.item-width-2 {
  width: 45%;
}
@media screen and (max-width: 1200px) {
  .item-width-2 {
    width: 45%;
  }
}
@media screen and (max-width: 992px) {
  .item-width-2 {
    width: 100%;
  }
}

.default-padding {
  padding: 120px 0px;
}
@media screen and (max-width: 992px) {
  .default-padding {
    padding: 80px 0px;
  }
}

.default-margin {
  margin: 120px 0px;
}
@media screen and (max-width: 992px) {
  .default-margin {
    margin: 80px 0px;
  }
}

.input-box {
  margin: 10px 10px;
}
.input-box h6 {
  font-size: 1rem;
  margin-bottom: 10px;
}
.input-box #error-message {
  margin-top: 5px;
}
.input-box label {
  font-size: 1rem;
}
.input-box input {
  padding: 8px;
  width: 100%;
  font-size: 1rem;
  background-color: var(--secondary-white);
  border: 1px solid #b5b5b5;
  border-radius: 3px;
}
.input-box input:focus-visible {
  outline-offset: 1px;
  outline-color: rgb(112, 112, 112);
}
.input-box input[type="Radio"] {
  margin: 0 10px;
  width: auto !important;
}
.input-box select {
  padding: 8px;
  width: 100%;
  font-size: 1rem;
  background-color: var(--secondary-white);
  border: 1px solid #b5b5b5;
  border-radius: 3px;
}
.input-box select:focus-visible {
  outline-offset: 1px;
  outline-color: rgb(112, 112, 112);
}
.input-box .password-container {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--secondary-white);
  border-radius: 3px;
}
.input-box .password-container input[type="password"] {
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.input-box .password-container .eye-icon {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.btn-theme {
  padding: 10px 25px;
  font-size: 1rem;
  background-color: var(--default-color);
  color: var(--secondary-white);
  width: clamp(100px, 90%, 200px);
  border: none;
  border-radius: 5px;
  margin-left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .btn-theme {
    margin-left: 50%;
    transform: translateX(-50%);
  }
}

.signup-alternate {
  color: #333;
  margin: 20px 0px;
  text-align: center;
  font-size: 0.85rem;
}
.signup-alternate a {
  font-size: 1.01rem;
  margin-left: 8px;
  color: var(--default-color);
}

.sticky {
  position: fixed !important;
  top: 0;
  z-index: 9999 !important;
  width: 100% !important;
}

@keyframes firstfloat {
  0% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes secondfloat {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes thirdfloat {
  0% {
    transform: translateY(0) translateX(0);
  }
  100% {
    transform: translateY(-10px) translateX(10px);
  }
}
:root {
  --default-color: #003466;
  --secondary-white: #fff;
  --third-grey: #eee;
  --cursor-1-bg: #ffffff;
  --cursor-1-bg-line: #f1f1f1;
  --curzr-logo-color: #f1f1f1;
  --basic-grey: #e9e6e6;
  --dark-grey: #333;
  font-family: "Lato", sans-serif;
}

.container-cursor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 30px 30px;
  background-position: center;
  background-attachment: fixed;
}

.container-cursor-1 {
  z-index: 6;
  background-image: linear-gradient(
      var(--cursor-1-bg-line) 1px,
      transparent 1px
    ),
    linear-gradient(
      to right,
      var(--cursor-1-bg-line) 1px,
      var(--cursor-1-bg) 1px
    );
}

.container {
  width: clamp(100px, 95%, 1200px);
  margin: auto;
}

header {
  position: absolute;
  z-index: 9999;
  top: 0;
  width: 100%;
}
header .topbar {
  background-color: var(--default-color);
  padding: 5px 0px;
}
header .topbar p {
  color: var(--secondary-white);
  text-align: right;
}
@media screen and (max-width: 576px) {
  header .topbar p {
    text-align: center;
  }
}
header .topbar p a {
  margin: 5px 15px;
  display: inline-block;
  color: var(--secondary-white) !important;
}
header .menubar {
  padding: 5px 0px 0px 0px;
  background-color: rgb(255, 255, 255);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  position: relative;
  z-index: 999;
}
header .menubar .logo {
  width: clamp(100px, 30%, 250px);
}
@media screen and (max-width: 992px) {
  header .menubar .logo {
    width: clamp(100px, 40%, 200px);
    order: 0;
  }
}
header .menubar .search_bar {
  padding: 5px;
  width: clamp(50px, 30%, 350px);
}
@media screen and (max-width: 992px) {
  header .menubar .search_bar {
    order: 1;
    width: clamp(50px, 40%, 350px);
  }
}
header .menubar .search_bar .searchbox {
  padding: 5px;
  border-radius: 25px;
  border: 1px solid var(--basic-grey);
  width: 100%;
}
header .menubar .search_bar .searchbox input {
  border: none;
  width: 80%;
  padding: 7px;
  padding-left: 10px;
  background-color: rgba(255, 255, 255, 0);
}
header .menubar .search_bar .searchbox input:focus-visible {
  outline: none;
}
header .menubar .search_bar .searchbox .search_icon {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--default-color);
  border-radius: 50%;
  cursor: pointer;
}
header .menubar .search_bar .searchbox .search_icon i {
  color: var(--secondary-white);
}
header .menubar nav {
  padding: 15px 0px;
  width: clamp(100px, 30%, 350px);
}
@media screen and (max-width: 992px) {
  header .menubar nav {
    order: 3;
    transition: all 0.3s ease-in;
  }
}
@media screen and (max-width: 992px) {
  header .menubar nav ul {
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
  }
}
header .menubar nav ul li {
  margin: 0px 10px;
}
@media screen and (max-width: 992px) {
  header .menubar nav ul li {
    margin: 7px 0px;
  }
}
header .menubar nav ul li a {
  font-size: 1.1rem;
  color: var(--light-color);
  padding: 0px 10px;
}
header .menubar nav ul li a i {
  margin-right: 5px;
  font-size: 1.25rem;
}
header .menubar nav ul li .coursemaster-btn {
  background-color: #d2e2ff;
  padding: 7px 10px;
  border-radius: 5px;
}
header .menubar nav .dashboard-menu {
  padding: 7px;
  background-color: #dbdbdb;
  border: 1px solid #c1bebe;
  border-radius: 2px;
}
header .menubar nav .dashboard-menu i {
  font-size: 1.25rem;
}
header .menubar button {
  padding: 15px 7px;
  border: 1px solid var(--basic-grey);
  background-color: transparent;
  border-radius: 5px;
  display: none;
}
@media screen and (max-width: 992px) {
  header .menubar button {
    display: block !important;
    order: 2;
  }
}
header .menubar button .collapse-button {
  position: relative;
  width: 40px;
  height: 1.5px;
  background-color: var(--dark-grey);
  transition: all 0.25s ease;
}
@media screen and (max-width: 992px) {
  header .menubar button .collapse-button {
    width: 30px;
  }
}
header .menubar button .collapse-button::after,
header .menubar button .collapse-button::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 1.5px;
  background-color: var(--dark-grey);
  right: 0;
  transition: all 0.25s ease;
}
@media screen and (max-width: 992px) {
  header .menubar button .collapse-button::after,
  header .menubar button .collapse-button::before {
    width: 25px;
  }
}
header .menubar button .collapse-button::before {
  top: 8px;
}
header .menubar button .collapse-button::after {
  top: -8px;
}
header .menubar button .active {
  position: relative;
  background-color: transparent;
}
header .menubar button .active::before {
  rotate: 45deg;
  top: 0;
}
header .menubar button .active::after {
  rotate: -45deg;
  top: 0;
}
header .menubar .bottom-menu {
  width: 100%;
  padding: 10px;
  background-color: #e5e5e5;
  border-bottom: 1px solid #d6d6d6;
}
@media screen and (max-width: 992px) {
  header .menubar .bottom-menu {
    height: 0px;
    overflow: hidden;
    padding: 0;
    background-color: #e5e5e5;
  }
}
header .menubar .bottom-menu ul {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 992px) {
  header .menubar .bottom-menu ul {
    flex-direction: column;
    padding: 20px;
  }
}
@media screen and (max-width: 992px) {
  header .menubar .bottom-menu ul li {
    margin: 10px 0px;
    width: 100%;
  }
}
header .menubar .bottom-menu ul li a {
  padding: 0px 10px;
  font-weight: 600;
  font-size: 1.125rem;
}
@media screen and (max-width: 992px) {
  header .menubar .bottom-menu ul li a {
    padding: 10px 30px;
    width: 100%;
  }
}

main {
  z-index: 99;
  position: relative;
}
main .banner {
  padding: 130px 0px 0px 0px;
  position: relative;
}
main .banner .banner-img {
  position: relative;
  height: 100%;
}
main .banner .banner-img::before {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
}
@media screen and (max-width: 1440px) {
  main .banner .banner-img img {
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 992px) {
  main .banner .banner-img img {
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
main .banner .banner-container {
  position: absolute;
  top: 175px;
  left: 50%;
  z-index: 99;
  transform: translateX(-50%);
}
@media screen and (max-width: 992px) {
  main .banner .banner-container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
main .banner .banner-container .content {
  width: clamp(100px, 100%, 600px);
  padding: 20px;
}
main .banner .banner-container .content h1 {
  margin: 30px 0px;
  color: var(--secondary-white);
}
main .banner .banner-container .content p {
  color: var(--basic-grey);
  font-size: 1.125rem;
}
main .banner .banner-container .login-form {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: clamp(100px, 100%, 600px);
}
main .banner .banner-container .login-form .login-form-container {
  position: relative;
  width: clamp(100px, 80%, 400px);
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid var(--basic-grey);
}
@media screen and (max-width: 576px) {
  main .banner .banner-container .login-form .login-form-container {
    width: 100%;
  }
}
main .banner .banner-container .login-form .login-form-container .float-icon {
  position: absolute;
  width: 100px;
  height: 100px;
}
main
  .banner
  .banner-container
  .login-form
  .login-form-container
  .icon-animate-1 {
  top: 10px;
  left: -20px;
  transform: rotate(-10deg);
}
main
  .banner
  .banner-container
  .login-form
  .login-form-container
  .icon-animate-2 {
  bottom: 130px;
  right: 10px;
}
main
  .banner
  .banner-container
  .login-form
  .login-form-container
  .icon-animate-3 {
  bottom: 50px;
  left: 20px;
}
main .banner .banner-container .login-form .login-form-container .form-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgb(255, 255, 255);
  background: rgb(255, 255, 255);
}
main .banner .banner-container .login-form .login-form-container .login-part {
  padding-top: 70px;
  position: relative;
  z-index: 2;
  padding: 50px 30px 30px 30px;
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
@media screen and (max-width: 576px) {
  main .banner .banner-container .login-form .login-form-container .login-part {
    padding: 30px 20px 20px 20px;
  }
}
main
  .banner
  .banner-container
  .login-form
  .login-form-container
  .login-part
  .additional_info_tag {
  font-size: 1rem;
  color: var(--default-color);
  margin: 20px 0px 30px 0px;
}
main .courses-data {
  background-color: var(--secondary-white);
}
main .courses-data .course-container {
  margin: 40px 0px;
}
main .courses-data .course-container .couse-type-title {
  font-size: 1.5rem;
  text-align: start;
  position: relative;
  margin: 10px 0px;
  margin-left: 20px;
}
@media screen and (max-width: 992px) {
  main .courses-data .course-container .couse-type-title {
    margin-left: 20px;
  }
}
main .courses-data .course-container .couse-type-title::after {
  position: absolute;
  content: "";
  left: -10px;
  width: 3px;
  height: calc(100% - 10px);
  background-color: #848484;
  top: 0;
  border-radius: 2px;
  border-top: 10px solid var(--default-color);
}
main .courses-data .course-container .course-video-box {
  display: flex;
  width: clamp(100px, 100%, 1400px);
  padding: 25px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main .courses-data .course-container .course-video-box {
    justify-content: center;
  }
}
main .courses-data .course-container .course-video-box .couse-card {
  width: clamp(200px, 100%, 350px);
  padding: 15px;
  background-color: var(--basic-grey);
  border-radius: 5px;
  margin: 10px;
  transition: all 0.2s ease-in;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  main .courses-data .course-container .course-video-box .couse-card {
    width: 100% !important;
  }
}
main .courses-data .course-container .course-video-box .couse-card:hover {
  transform: scale(1.05);
}
main
  .courses-data
  .course-container
  .course-video-box
  .couse-card
  .thumbnail-img {
  width: 100%;
}
main .courses-data .course-container .course-video-box .couse-card .heading {
  margin: 10px 0px;
  color: var(--default-color) !important;
  font-weight: 700;
  margin-bottom: 15px;
}
main
  .courses-data
  .course-container
  .course-video-box
  .couse-card
  .like-date-box
  .date
  i {
  margin-right: 10px;
}
main
  .courses-data
  .course-container
  .course-video-box
  .couse-card
  .like-date-box
  .like-btn {
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
}
main
  .courses-data
  .course-container
  .course-video-box
  .couse-card
  .like-date-box
  .like-btn
  i {
  font-size: 1.25rem !important;
}
main .courses {
  background-color: var(--basic-grey);
}
main .courses .title {
  font-size: 2rem;
  text-align: center;
  position: relative;
  margin: 20px 0px 50px 0px;
}
main .courses .title::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background-color: #848484;
  top: calc(100% + 10px);
  border-radius: 2px;
  border-right: 30px solid var(--default-color);
}
main .courses .course-container {
  margin: 40px 0px;
}
main .courses .course-container .couse-type-title {
  font-size: 1.25rem;
  text-align: start;
  position: relative;
  margin: 10px 0px;
}
@media screen and (max-width: 992px) {
  main .courses .course-container .couse-type-title {
    margin-left: 20px;
  }
}
main .courses .course-container .couse-type-title::after {
  position: absolute;
  content: "";
  left: -10px;
  width: 3px;
  height: calc(100% - 10px);
  background-color: #848484;
  top: 0;
  border-radius: 2px;
  border-top: 10px solid var(--default-color);
}
main .courses .course-container .course-video-box {
  display: flex;
  width: clamp(100px, 100%, 1400px);
  padding: 25px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main .courses .course-container .course-video-box {
    justify-content: center;
  }
}
main .courses .course-container .course-video-box .couse-card {
  width: clamp(200px, 100%, 350px);
  padding: 15px;
  background-color: var(--secondary-white);
  border-radius: 5px;
  margin: 10px;
  transition: all 0.2s ease-in;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  main .courses .course-container .course-video-box .couse-card {
    width: 100% !important;
  }
}
main .courses .course-container .course-video-box .couse-card:hover {
  transform: scale(1.05);
}
main .courses .course-container .course-video-box .couse-card .thumbnail-img {
  width: 100%;
}
main
  .courses
  .course-container
  .course-video-box
  .couse-card
  .lecture-quantity {
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 1.125rem;
  margin: 10px;
}
main
  .courses
  .course-container
  .course-video-box
  .couse-card
  .lecture-quantity
  i {
  margin-left: 10px;
}
main .courses .course-container .course-video-box .couse-card .author {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  margin: 10px 0px;
}
main .courses .course-container .course-video-box .couse-card .author .img {
  padding: 3px;
  background-color: var(--basic-grey);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
main .courses .course-container .course-video-box .couse-card .heading {
  margin: 10px 0px;
  color: var(--default-color) !important;
  font-weight: 700;
  font-size: 1.125rem;
}
main .courses .course-container .course-video-box .couse-card .description {
  font-size: 0.9rem;
}
main .courses .course-container .course-video-box .couse-card .watch-now {
  background-color: var(--default-color);
  padding: 7px 15px;
  color: var(--secondary-white) !important;
  border-radius: 5px;
  border: none;
  margin: 7px 10px;
}
main .courses .course-container .course-video-box .couse-card .label {
  color: #009338;
  font-size: 1.1rem;
  background-color: #f1f1f1;
  border: 1px solid #e5e1e1;
  padding: 5px 10px;
  font-weight: 500;
}
main .courses .course-container .course-video-box .couse-card .label i {
  margin-right: 5px;
}
main .coursemaster-videos .coursemaster-title .title-box .logo {
  margin: 20px 0px;
}
main .coursemaster-videos .coursemaster-title .title-box .logo img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #c8c8c8;
  padding: 2px;
  margin-right: 25px;
}
main .coursemaster-videos .coursemaster-title .title-box h5 {
  font-size: 2.5rem;
  color: var(--default-color);
}
main .coursemaster-videos .coursemaster-title .desc {
  font-size: 1rem;
  margin: 10px auto;
  text-align: justify;
  width: clamp(10px, 100%, 600px);
}
main .coursemaster-videos .title {
  font-size: 2rem;
  text-align: center;
  position: relative;
  margin: 20px 0px 50px 0px;
}
main .coursemaster-videos .title::after {
  position: absolute;
  content: "";
  width: calc(100% - 120px);
  height: 1px;
  background-color: #c0c0c0;
  top: calc(100% + 10px);
  border-radius: 2px;
  border-right: 50px solid var(--default-color);
  border-left: 50px solid var(--default-color);
}
main .gallery {
  transform: translate(-20%, calc(20% + 300px)) rotate(45deg); /* Start 300px down and rotate 45 degrees */
  opacity: 0.3;
  width: clamp(100px, 90%, 1200px);
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
  overflow-x: hidden;
  margin: auto;
}
main .gallery .gallery_belt_odd,
main .gallery .gallery_belt_even {
  display: flex;
  flex: 0 0 33.33%; /* 3 items per view */
  height: 100%; /* Adjust as needed */
}
main .gallery .gallery_belt_odd .item,
main .gallery .gallery_belt_even .item {
  width: 500px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  margin: 20px;
}
main .register .reg-bloc {
  padding: 10px;
  background-color: #f2f0f0;
  border-radius: 10px;
}
@media screen and (max-width: 992px) {
  main .register .reg-bloc {
    margin-top: 5rem;
  }
}
main .register .reg-bloc .reg-img {
  width: clamp(100px, 45%, 450px);
  padding: 15px;
  height: 100%;
}
@media screen and (max-width: 992px) {
  main .register .reg-bloc .reg-img {
    width: 100%;
  }
}
main .register .reg-bloc .reg-img img {
  width: 100%;
  height: 100%;
  max-height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 992px) {
  main .register .reg-bloc .reg-img img {
    height: 200px;
  }
}
main .register .reg-bloc .reg-form {
  padding: 10px 20px;
  width: clamp(100px, 55%, 900px);
}
@media screen and (max-width: 992px) {
  main .register .reg-bloc .reg-form {
    width: 100%;
  }
}
main .register .reg-bloc .reg-form .reg-form-part {
  align-items: center;
}
main .forgot-password .reg-bloc {
  margin: 50px auto 0px;
}
@media screen and (max-width: 992px) {
  main .forgot-password .reg-bloc {
    margin-top: 5rem;
  }
}
main .forgot-password .reg-bloc .reg-form {
  background-color: #f2f0f0;
  border-radius: 10px;
  padding: 20px;
  width: clamp(100px, 100%, 900px) !important;
}
@media screen and (max-width: 992px) {
  main .forgot-password .reg-bloc .reg-form {
    width: 100%;
  }
}
main .forgot-password .reg-bloc .reg-form .heading {
  padding: 15px 0px;
  border-bottom: 1px solid #b5b5b5;
  margin-bottom: 20px;
  text-align: center;
  color: var(--default-color);
  font-size: 1.75rem;
}
main .forgot-password .reg-bloc .reg-form .reg-form-part {
  align-items: center;
}
main .forgot-password .reg-bloc .reg-form .input-box textarea {
  width: 100%;
  display: block;
}
main .dashboard {
  background-color: var(--secondary-white);
  display: flex;
  align-items: start;
  position: relative;
  overflow: hidden;
}
main .dashboard .sidebar {
  width: 275px;
  height: 100vh;
  overflow-y: auto;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  border-right: 2px solid #eee;
  position: fixed;
  z-index: 9999;
  background-color: var(--secondary-white);
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 992px) {
  main .dashboard .sidebar {
    position: fixed;
    top: 0;
    left: -275px;
    width: 230px;
  }
}
main .dashboard .sidebar .sidebar-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px;
  border: none;
  border-left: 1px solid var(--basic-grey);
  background: var(--third-grey);
  border-radius: 0px;
  box-shadow: 0px 0px 10px #eee;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 992px) {
  main .dashboard .sidebar .sidebar-close {
    display: block;
  }
}
main .dashboard .sidebar .sidebar-close i {
  font-size: 1.75rem;
  color: #333;
}
main .dashboard .sidebar .logo {
  margin: 0px;
  width: 75%;
}
main .dashboard .sidebar .user {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 10px 0px;
}
main .dashboard .sidebar .user .img-part {
  position: relative;
  width: 100px;
  margin: 30px 0px;
}
main .dashboard .sidebar .user .img-part img {
  width: 75px;
  height: 75px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 50%;
}
main .dashboard .sidebar .user .img-part .edit-profile-btn {
  position: absolute;
  top: calc(100% - 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.8rem;
  padding: 8px;
  border-radius: 7px;
  background-color: var(--secondary-white);
  box-shadow: 0px 0px 10px #d0d0d0;
}
main .dashboard .sidebar .user .img-part .edit-profile-btn i {
  margin-right: 8px;
}
main .dashboard .sidebar .user .name {
  margin: 10px 0px 5px 0px;
  font-size: 1rem;
}
main .dashboard .sidebar .menubar {
  margin: 25px 0px;
}
main .dashboard .sidebar .menubar .menu {
  margin: 18px 0px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: left !important;
}
main .dashboard .sidebar .menubar .menu i {
  font-size: 0.95rem;
  margin-right: 10px;
}
main .dashboard .sidebar .menubar .active-menu {
  position: relative;
  padding: 5px 0px;
}
main .dashboard .sidebar .menubar .active-menu::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 2px;
  border-radius: 2px 0px 0px 2px;
  background: rgb(0, 52, 102);
  background: linear-gradient(
    90deg,
    rgb(0, 52, 102) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  top: 100%;
}
main .dashboard .sidebar .quick-menubar {
  margin: 0px !important;
}
main .dashboard .sidebar .quick-menubar .menu {
  border-radius: 5px;
  font-size: 1rem;
}
main .dashboard .sidebar .quick-menubar .menu:nth-last-child(1) {
  padding: 5px 10px;
  background-color: #cce6ff;
}
main .dashboard .sidebar .sidebar-bg {
  width: 100%;
}
main .dashboard .content-area {
  width: calc(100% - 275px);
  margin-left: 275px;
  background-color: var(--third-grey);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  main .dashboard .content-area {
    width: 100%;
    margin-left: 0;
  }
}
main .dashboard .content-area .header {
  width: 100%;
  padding: 10px;
  background-color: var(--secondary-white);
  border-bottom: 1px solid var(--basic-grey);
}
main .dashboard .content-area .header .hamburger {
  position: relative;
  z-index: 9;
  padding: 5px;
  background-color: var(--secondary-white);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  display: none;
  border: 1px solid var(--third-grey);
}
@media screen and (max-width: 992px) {
  main .dashboard .content-area .header .hamburger {
    display: inline-block;
  }
}
main .dashboard .content-area .header .hamburger i {
  font-size: 1.25rem;
  color: #333;
}
main .dashboard .content-area .main-area .reg-bloc {
  margin: 50px auto;
}
@media screen and (max-width: 992px) {
  main .dashboard .content-area .main-area .reg-bloc {
    margin-top: 5rem;
  }
}
main .dashboard .content-area .main-area .reg-bloc .reg-form {
  background-color: #f2f0f0;
  border-radius: 10px;
  padding: 20px;
  width: clamp(100px, 100%, 900px) !important;
}
@media screen and (max-width: 992px) {
  main .dashboard .content-area .main-area .reg-bloc .reg-form {
    width: 100%;
  }
}
main .dashboard .content-area .main-area .reg-bloc .reg-form .heading {
  padding: 15px 0px;
  border-bottom: 1px solid #b5b5b5;
  margin-bottom: 20px;
  text-align: center;
  color: var(--default-color);
  font-size: 1.75rem;
}
main .dashboard .content-area .main-area .reg-bloc .reg-form .reg-form-part {
  align-items: center;
}
main .dashboard .content-area .course-video {
  width: 100%;
}
main .dashboard .content-area .course-video .video-banner {
  width: 100%;
}
@media screen and (max-width: 768px) {
  main .dashboard .content-area .course-video .video-banner {
    flex-direction: column;
  }
}
main .dashboard .content-area .course-video .video-banner .video-box {
  padding: 0px;
  border-bottom: 1px solid var(--third-grey);
  width: 100%;
}
@media screen and (max-width: 1440px) {
  main .dashboard .content-area .course-video .video-banner .video-box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main .dashboard .content-area .course-video .video-banner .video-box {
    width: 100%;
  }
}
main
  .dashboard
  .content-area
  .course-video
  .video-banner
  .video-box
  .video-frame {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  main
    .dashboard
    .content-area
    .course-video
    .video-banner
    .video-box
    .video-frame {
    flex-direction: column;
  }
}
main
  .dashboard
  .content-area
  .course-video
  .video-banner
  .video-box
  .video-frame
  iframe {
  width: 70%;
  height: 600px;
}
@media screen and (max-width: 992px) {
  main
    .dashboard
    .content-area
    .course-video
    .video-banner
    .video-box
    .video-frame
    iframe {
    height: 450px;
  }
}
@media screen and (max-width: 768px) {
  main
    .dashboard
    .content-area
    .course-video
    .video-banner
    .video-box
    .video-frame
    iframe {
    height: 350px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  main
    .dashboard
    .content-area
    .course-video
    .video-banner
    .video-box
    .video-frame
    iframe {
    height: 300px;
  }
}
@media screen and (max-width: 420px) {
  main
    .dashboard
    .content-area
    .course-video
    .video-banner
    .video-box
    .video-frame
    iframe {
    height: 250px;
  }
}
main
  .dashboard
  .content-area
  .course-video
  .video-banner
  .video-box
  .video-frame
  .comment-box {
  width: 100%;
  padding: 10px 30px;
}
#msgshow{
    font-size:0.875rem;
    color:green;
    display:inline-block;
    margin-top:8px;
    font-weight:400;
}
@media screen and (max-width: 1440px) {
  main
    .dashboard
    .content-area
    .course-video
    .video-banner
    .video-box
    .video-frame
    .comment-box {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  main
    .dashboard
    .content-area
    .course-video
    .video-banner
    .video-box
    .video-frame
    .comment-box {
    width: 100%;
    margin: auto;
  }
}
main
  .dashboard
  .content-area
  .course-video
  .video-banner
  .video-box
  .video-frame
  .comment-box
  .comment-bloc {
  border: 1px solid #c8c8c8;
  border-radius: 6px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  main
    .dashboard
    .content-area
    .course-video
    .video-banner
    .video-box
    .video-frame
    .comment-box
    .comment-bloc {
    height: 500px;
  }
}
main
  .dashboard
  .content-area
  .course-video
  .video-banner
  .video-box
  .video-frame
  .comment-box
  .comment-bloc
  .title {
  text-align: center;
  color: #333;
  padding: 15px 0px;
  border-bottom: 1px solid #c8c8c8;
}
main
  .dashboard
  .content-area
  .course-video
  .video-banner
  .video-box
  .video-frame
  .comment-box
  .comment-bloc
  .comment-area {
  position: relative;
  display: flex;
  align-items: end;
  height: 100%;
  overflow-y: auto;
}
main
  .dashboard
  .content-area
  .course-video
  .video-banner
  .video-box
  .video-frame
  .comment-box
  .comment-bloc
  .comment-area
  ul {
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
  padding: 10px;
}
main
  .dashboard
  .content-area
  .course-video
  .video-banner
  .video-box
  .video-frame
  .comment-box
  .comment-bloc
  .comment-area
  ul
  li {
  word-wrap: break-word;
  border-bottom: 1px dotted #dfdfdf;
  margin-top: 5px;
  padding: 3px;
}
main
  .dashboard
  .content-area
  .course-video
  .video-banner
  .video-box
  .video-frame
  .comment-box
  .comment-bloc
  .type-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
}
main
  .dashboard
  .content-area
  .course-video
  .video-banner
  .video-box
  .video-frame
  .comment-box
  .comment-bloc
  .type-area
  .text {
  width: calc(100% - 30px);
}
main
  .dashboard
  .content-area
  .course-video
  .video-banner
  .video-box
  .video-frame
  .comment-box
  .comment-bloc
  .type-area
  .text
  input {
  border: none;
  display: flex;
  width: 100%;
  background: none;
}
main
  .dashboard
  .content-area
  .course-video
  .video-banner
  .video-box
  .video-frame
  .comment-box
  .comment-bloc
  .type-area
  .text
  input:focus-visible {
  outline: 0px;
}
main
  .dashboard
  .content-area
  .course-video
  .video-banner
  .video-box
  .video-frame
  .comment-box
  .comment-bloc
  .type-area
  .send {
  width: 25px;
  background: none;
  padding: 5px;
  cursor: pointer;
}
main
  .dashboard
  .content-area
  .course-video
  .video-banner
  .video-box
  .about-course-detail {
  width: 100%;
  padding: 20px;
}
@media screen and (max-width: 992px) {
  main
    .dashboard
    .content-area
    .course-video
    .video-banner
    .video-box
    .about-course-detail {
    width: 100%;
    border-radius: 0;
    margin: auto;
  }
}
main
  .dashboard
  .content-area
  .course-video
  .video-banner
  .video-box
  .about-course-detail
  .author-detail {
  margin: 15px 0px 20px 0px;
  display: flex;
  align-items: center;
}
main
  .dashboard
  .content-area
  .course-video
  .video-banner
  .video-box
  .about-course-detail
  .author-detail
  .logo {
  margin-right: 20px;
}
main
  .dashboard
  .content-area
  .course-video
  .video-banner
  .video-box
  .about-course-detail
  .author-detail
  .logo
  img {
  width: 200px;
}
main
  .dashboard
  .content-area
  .course-video
  .video-banner
  .video-box
  .about-course-detail
  .author-detail
  .date {
  font-weight: 600;
  color: #333;
}
main
  .dashboard
  .content-area
  .course-video
  .video-banner
  .video-box
  .about-course-detail
  .author-detail
  .date
  i {
  font-size: 1.2rem;
  margin-right: 15px;
}
main
  .dashboard
  .content-area
  .course-video
  .video-banner
  .video-box
  .about-course-detail
  .course-name {
  font-size: 2.25rem;
  margin: 10px 0px;
  color: var(--default-color);
}
@media screen and (max-width: 567px) {
  main
    .dashboard
    .content-area
    .course-video
    .video-banner
    .video-box
    .about-course-detail
    .course-name {
    font-size: 1.5rem;
  }
}
main
  .dashboard
  .content-area
  .course-video
  .video-banner
  .video-box
  .about-course-detail
  .desc {
  text-align: justify;
  font-size: 0.9rem;
  color: var(--dark-grey);
}
main
  .dashboard
  .content-area
  .course-video
  .video-banner
  .video-box
  .about-course-detail
  a {
  padding: 12px 20px;
  margin-left: 0;
  transform: translateX(0);
  margin-top: 30px;
  color: var(--secondary-white) !important;
  display: inline-block;
}
main .dashboard .content-area .deatail-course {
  width: 100%;
}
main .dashboard .content-area .deatail-course .banner {
  position: relative;
  padding: 0;
}
main .dashboard .content-area .deatail-course .banner .video-banner {
  width: 100%;
}
@media screen and (max-width: 992px) {
  main .dashboard .content-area .deatail-course .banner .video-banner img {
    height: 450px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 567px) {
  main .dashboard .content-area .deatail-course .banner .video-banner img {
    height: 250px;
  }
}
@media screen and (max-width: 420px) {
  main .dashboard .content-area .deatail-course .banner .video-banner img {
    height: 170px;
  }
}
main .dashboard .content-area .deatail-course .banner .about-course-detail {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  padding: 20px;
}
@media screen and (max-width: 1440px) {
  main .dashboard .content-area .deatail-course .banner .about-course-detail {
    bottom: 30px;
  }
}
@media screen and (max-width: 992px) {
  main .dashboard .content-area .deatail-course .banner .about-course-detail {
    width: 100%;
    border-radius: 0;
    margin: auto;
    left: 0;
    transform: translateX(0);
  }
}
@media screen and (max-width: 567px) {
  main .dashboard .content-area .deatail-course .banner .about-course-detail {
    top: 120px;
  }
}
main
  .dashboard
  .content-area
  .deatail-course
  .banner
  .about-course-detail
  .author-detail {
  margin: 15px 0px 20px 0px;
  display: flex;
  align-items: center;
}
main
  .dashboard
  .content-area
  .deatail-course
  .banner
  .about-course-detail
  .author-detail
  .logo {
  margin-right: 20px;
}
main
  .dashboard
  .content-area
  .deatail-course
  .banner
  .about-course-detail
  .author-detail
  .logo
  img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #c0c0c0;
  padding: 3px;
}
main
  .dashboard
  .content-area
  .deatail-course
  .banner
  .about-course-detail
  .author-detail
  h3 {
  font-size: 2.25rem;
  color: #333;
}
main
  .dashboard
  .content-area
  .deatail-course
  .banner
  .about-course-detail
  .course-name {
  font-size: 2.25rem;
  margin: 10px 0px;
  color: var(--default-color);
}
@media screen and (max-width: 567px) {
  main
    .dashboard
    .content-area
    .deatail-course
    .banner
    .about-course-detail
    .course-name {
    font-size: 1.5rem;
  }
}
main
  .dashboard
  .content-area
  .deatail-course
  .banner
  .about-course-detail
  .desc {
  text-align: justify;
  font-size: 0.9rem;
  color: var(--dark-grey);
}
main
  .dashboard
  .content-area
  .deatail-course
  .banner
  .about-course-detail
  .date {
  font-weight: 600;
  color: #333;
  margin-top: 15px;
}
main
  .dashboard
  .content-area
  .deatail-course
  .banner
  .about-course-detail
  .date
  i {
  font-size: 1.2rem;
  margin-right: 15px;
}
main
  .dashboard
  .content-area
  .deatail-course
  .banner
  .about-course-detail
  .btn-theme {
  padding: 12px 20px;
  margin-left: 0;
  transform: translateX(0);
  margin-top: 30px;
  color: var(--secondary-white) !important;
  display: inline-block;
  text-align: center;
}
main .dashboard .content-area .deatail-course .shorthand-detail {
  position: relative;
  width: 100%;
}
main
  .dashboard
  .content-area
  .deatail-course
  .shorthand-detail
  .shorthand-detail-box {
  z-index: 999;
  padding: 10px;
  border-radius: 7px;
}
@media screen and (max-width: 992px) {
  main
    .dashboard
    .content-area
    .deatail-course
    .shorthand-detail
    .shorthand-detail-box {
    position: relative !important;
    top: 0;
    width: 100%;
    left: 0;
    transform: translate(0, 0);
    flex-direction: column;
    align-items: flex-start;
    border-radius: 0;
  }
}
main
  .dashboard
  .content-area
  .deatail-course
  .shorthand-detail
  .shorthand-detail-box
  .shorthand-item {
  width: clamp(100px, 100%, 250px);
  padding: 10px 25px;
}
main
  .dashboard
  .content-area
  .deatail-course
  .shorthand-detail
  .shorthand-detail-box
  .shorthand-item
  a {
  text-decoration: underline !important;
  font-weight: 600;
  padding: 10px;
}
main
  .dashboard
  .content-area
  .deatail-course
  .shorthand-detail
  .shorthand-detail-box
  .shorthand-item
  strong {
  padding: 10px;
  display: inline-block;
}
main .dashboard .content-area .deatail-course .courses-data {
  background-color: var(--secondary-white);
}
main .dashboard .content-area .deatail-course .courses-data .course-container {
  margin: 40px 0px;
}
main
  .dashboard
  .content-area
  .deatail-course
  .courses-data
  .course-container
  .couse-type-title {
  font-size: 1.5rem;
  text-align: start;
  position: relative;
  margin: 10px 0px;
  margin-left: 20px;
}
@media screen and (max-width: 992px) {
  main
    .dashboard
    .content-area
    .deatail-course
    .courses-data
    .course-container
    .couse-type-title {
    margin-left: 20px;
  }
}
main
  .dashboard
  .content-area
  .deatail-course
  .courses-data
  .course-container
  .couse-type-title::after {
  position: absolute;
  content: "";
  left: -10px;
  width: 3px;
  height: calc(100% - 10px);
  background-color: #848484;
  top: 0;
  border-radius: 2px;
  border-top: 10px solid var(--default-color);
}
main
  .dashboard
  .content-area
  .deatail-course
  .courses-data
  .course-container
  .course-video-box {
  display: flex;
  width: clamp(100px, 100%, 1400px);
  padding: 25px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main
    .dashboard
    .content-area
    .deatail-course
    .courses-data
    .course-container
    .course-video-box {
    justify-content: center;
  }
}
main
  .dashboard
  .content-area
  .deatail-course
  .courses-data
  .course-container
  .course-video-box
  .couse-card {
  width: clamp(200px, 100%, 350px);
  padding: 15px;
  background-color: var(--basic-grey);
  border-radius: 5px;
  margin: 10px;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 768px) {
  main
    .dashboard
    .content-area
    .deatail-course
    .courses-data
    .course-container
    .course-video-box
    .couse-card {
    width: 100%;
  }
}
main
  .dashboard
  .content-area
  .deatail-course
  .courses-data
  .course-container
  .course-video-box
  .couse-card:hover {
  transform: scale(1.05);
}
main
  .dashboard
  .content-area
  .deatail-course
  .courses-data
  .course-container
  .course-video-box
  .couse-card
  .thumbnail-img {
  width: 100%;
}
main
  .dashboard
  .content-area
  .deatail-course
  .courses-data
  .course-container
  .course-video-box
  .couse-card
  .heading {
  margin: 10px 0px;
  color: var(--default-color) !important;
  font-weight: 700;
  margin-bottom: 15px;
}
main
  .dashboard
  .content-area
  .deatail-course
  .courses-data
  .course-container
  .course-video-box
  .couse-card
  .like-date-box
  .date
  i {
  margin-right: 10px;
}
main
  .dashboard
  .content-area
  .deatail-course
  .courses-data
  .course-container
  .course-video-box
  .couse-card
  .like-date-box
  .like-btn {
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
}
main
  .dashboard
  .content-area
  .deatail-course
  .courses-data
  .course-container
  .course-video-box
  .couse-card
  .like-date-box
  .like-btn
  i {
  font-size: 1.25rem !important;
}
main .dashboard .content-area .main-area {
  overflow-y: auto;
}
main .dashboard .content-area .main-area .slider {
  padding: 15px;
  width: clamp(100px, 95%, 1200px);
  margin: auto;
}
main
  .dashboard
  .content-area
  .main-area
  .slider
  .carousel
  .carousel-inner
  .carousel-item {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  main
    .dashboard
    .content-area
    .main-area
    .slider
    .carousel
    .carousel-inner
    .carousel-item {
    overflow: inherit;
  }
}
@media screen and (max-width: 768px) {
  main
    .dashboard
    .content-area
    .main-area
    .slider
    .carousel
    .carousel-inner
    .carousel-item
    img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
main
  .dashboard
  .content-area
  .main-area
  .slider
  .carousel
  .carousel-inner
  .carousel-item:hover
  .carousel-inner-content {
  bottom: 0;
}
main
  .dashboard
  .content-area
  .main-area
  .slider
  .carousel
  .carousel-inner
  .carousel-item
  .carousel-inner-content {
  background: rgb(0, 53, 102);
  background: linear-gradient(
    0deg,
    rgba(0, 53, 102, 0.9) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-top: 1pzx solid var(--dark-grey);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  bottom: -100%;
  padding: 20px;
  display: flex;
  justify-content: end;
  flex-direction: column;
  transition: all 0.15s ease-in;
}
@media screen and (max-width: 768px) {
  main
    .dashboard
    .content-area
    .main-area
    .slider
    .carousel
    .carousel-inner
    .carousel-item
    .carousel-inner-content {
    position: relative;
    background: rgb(77, 77, 77);
  }
}
main
  .dashboard
  .content-area
  .main-area
  .slider
  .carousel
  .carousel-inner
  .carousel-item
  .carousel-inner-content
  .title {
  color: var(--basic-grey);
  text-align: left;
}
@media screen and (max-width: 992px) {
  main
    .dashboard
    .content-area
    .main-area
    .slider
    .carousel
    .carousel-inner
    .carousel-item
    .carousel-inner-content
    .title {
    font-size: 1.5rem;
  }
}
main
  .dashboard
  .content-area
  .main-area
  .slider
  .carousel
  .carousel-inner
  .carousel-item
  .carousel-inner-content
  .desc {
  text-align: justify;
  color: #eee;
}
@media screen and (max-width: 992px) {
  main
    .dashboard
    .content-area
    .main-area
    .slider
    .carousel
    .carousel-inner
    .carousel-item
    .carousel-inner-content
    .desc {
    font-size: 0.8rem;
  }
}
main
  .dashboard
  .content-area
  .main-area
  .slider
  .carousel
  .carousel-inner
  .carousel-item
  .carousel-inner-content
  .shortmenu-box {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 576px) {
  main
    .dashboard
    .content-area
    .main-area
    .slider
    .carousel
    .carousel-inner
    .carousel-item
    .carousel-inner-content
    .shortmenu-box {
    flex-direction: column;
  }
}
main
  .dashboard
  .content-area
  .main-area
  .slider
  .carousel
  .carousel-inner
  .carousel-item
  .carousel-inner-content
  .shortmenu-box
  a {
  background-color: var(--secondary-white);
  padding: 7px 15px;
  color: var(--default-color) !important;
  border-radius: 5px;
  border: none;
  margin: 7px 10px;
}
@media screen and (max-width: 768px) {
  main
    .dashboard
    .content-area
    .main-area
    .slider
    .carousel
    .carousel-inner
    .carousel-item
    .carousel-inner-content
    .shortmenu-box
    a {
    color: var(--default-color) !important;
  }
}
@media screen and (max-width: 576px) {
  main
    .dashboard
    .content-area
    .main-area
    .slider
    .carousel
    .carousel-inner
    .carousel-item
    .carousel-inner-content
    .shortmenu-box
    a {
    width: clamp(100px, 80%, 300px);
  }
}
main
  .dashboard
  .content-area
  .main-area
  .slider
  .carousel
  .carousel-inner
  .carousel-item
  .carousel-inner-content
  .shortmenu-box
  a
  i {
  margin-right: 10px;
}
main
  .dashboard
  .content-area
  .main-area
  .slider
  .carousel
  .carousel-control-prev,
main
  .dashboard
  .content-area
  .main-area
  .slider
  .carousel
  .carousel-control-next {
  z-index: 10 !important;
  height: 40px;
  width: 40px;
  top: 50%;
  background-color: var(--dark-grey);
}
main
  .dashboard
  .content-area
  .main-area
  .slider
  .carousel
  .carousel-control-prev {
  left: -20px;
}
main
  .dashboard
  .content-area
  .main-area
  .slider
  .carousel
  .carousel-control-next {
  right: -20px;
}
main .dashboard .content-area .main-area .course-container {
  margin: 40px 0px;
}
main .dashboard .content-area .main-area .course-container .couse-type-title {
  font-size: 1.5rem;
  text-align: start;
  position: relative;
  margin: 10px 0px;
}
@media screen and (max-width: 992px) {
  main .dashboard .content-area .main-area .course-container .couse-type-title {
    margin-left: 20px;
  }
}
main
  .dashboard
  .content-area
  .main-area
  .course-container
  .couse-type-title::after {
  position: absolute;
  content: "";
  left: -10px;
  width: 3px;
  height: calc(100% - 10px);
  background-color: #848484;
  top: 0;
  border-radius: 2px;
  border-top: 10px solid var(--default-color);
}
main .dashboard .content-area .main-area .course-container .course-video-box {
  display: flex;
  width: clamp(100px, 100%, 1400px);
  padding: 25px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  main .dashboard .content-area .main-area .course-container .course-video-box {
    justify-content: center;
  }
}
main
  .dashboard
  .content-area
  .main-area
  .course-container
  .course-video-box
  .couse-card {
  width: clamp(200px, 100%, 350px);
  padding: 15px;
  background-color: var(--secondary-white);
  border-radius: 5px;
  margin: 10px;
  transition: all 0.2s ease-in;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  main
    .dashboard
    .content-area
    .main-area
    .course-container
    .course-video-box
    .couse-card {
    width: 100% !important;
  }
}
main
  .dashboard
  .content-area
  .main-area
  .course-container
  .course-video-box
  .couse-card:hover {
  transform: scale(1.05);
}
main
  .dashboard
  .content-area
  .main-area
  .course-container
  .course-video-box
  .couse-card
  .thumbnail-img {
  width: 100%;
}
main
  .dashboard
  .content-area
  .main-area
  .course-container
  .course-video-box
  .couse-card
  .author {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  margin: 10px 0px;
}
main
  .dashboard
  .content-area
  .main-area
  .course-container
  .course-video-box
  .couse-card
  .author
  .img {
  padding: 3px;
  background-color: var(--basic-grey);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
main
  .dashboard
  .content-area
  .main-area
  .course-container
  .course-video-box
  .couse-card
  .heading {
  margin: 10px 0px;
  color: var(--default-color) !important;
  font-weight: 700;
  font-size: 1.125rem;
}
main
  .dashboard
  .content-area
  .main-area
  .course-container
  .course-video-box
  .couse-card
  .description {
  font-size: 0.9rem;
}
main
  .dashboard
  .content-area
  .main-area
  .course-container
  .course-video-box
  .couse-card
  .watch-now {
  background-color: var(--default-color);
  padding: 7px 15px;
  color: var(--secondary-white) !important;
  border-radius: 5px;
  border: none;
  margin: 7px 10px;
}
@media screen and (max-width: 576px) {
  main
    .dashboard
    .content-area
    .main-area
    .course-container
    .course-video-box
    .couse-card
    .watch-now {
    margin: 10px 0px;
    width: 100%;
    text-align: center;
  }
}
main
  .dashboard
  .content-area
  .main-area
  .course-container
  .course-video-box
  .couse-card
  .label {
  color: #009338;
  font-size: 1.1rem;
  background-color: #f1f1f1;
  border: 1px solid #e5e1e1;
  padding: 5px;
  font-weight: 500;
}
main
  .dashboard
  .content-area
  .main-area
  .course-container
  .course-video-box
  .couse-card
  .label
  i {
  margin-right: 10px;
}
main .contact {
  padding: 120px 0px 50px 0px;
}
main .contact .contact-container {
  padding: 50px 0px;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  main .contact .contact-container {
    flex-direction: column;
  }
}
main .contact .contact-container .info {
  padding: 20px;
  width: 55%;
}
@media screen and (max-width: 992px) {
  main .contact .contact-container .info {
    width: 100%;
  }
}
main .contact .contact-container .info .info-box {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 576px) {
  main .contact .contact-container .info .info-box {
    flex-direction: column;
  }
}
main .contact .contact-container .info .info-box .detail-box {
  padding: 20px;
  background-color: rgb(242, 240, 240);
  border: 1px solid var(--third-grey);
  border-radius: 10px;
  width: 45%;
  margin: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-self: stretch;
}
@media screen and (max-width: 576px) {
  main .contact .contact-container .info .info-box .detail-box {
    flex-direction: column;
    width: 100%;
    margin: 10px 0px;
  }
}
main .contact .contact-container .info .info-box .detail-box .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--default-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0px;
}
main .contact .contact-container .info .info-box .detail-box .icon i {
  font-size: 1.5rem;
  color: var(--secondary-white);
}
main .contact .contact-container .info .info-box .detail-box .title {
  font-size: 1.2rem;
  color: var(--default-color);
}
main .contact .contact-container .info .info-box .detail-box .desc {
  font-size: 1rem;
  text-align: justify;
  margin: 30px 0px;
}
main .contact .contact-container .contact-form {
  width: 45%;
  padding: 20px;
}
@media screen and (max-width: 992px) {
  main .contact .contact-container .contact-form {
    width: 100%;
  }
}
main .contact .contact-container .contact-form .conatct-form-box {
  padding: 25px;
  background: rgb(242, 240, 240);
  border: 1px solid var(--third-grey);
  border-radius: 10px;
}
main .contact .contact-container .contact-form .conatct-form-box .title {
  font-size: 2rem;
  text-align: center;
  position: relative;
  margin: 20px 0px 50px 0px;
}
main .contact .contact-container .contact-form .conatct-form-box .title::after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background-color: #848484;
  top: calc(100% + 10px);
  border-radius: 2px;
  border-right: 30px solid var(--default-color);
}
main .contact .contact-container .contact-form .conatct-form-box .data-field {
  margin-top: 20px;
}
main
  .contact
  .contact-container
  .contact-form
  .conatct-form-box
  .data-field
  .input-box {
  margin: 20px 0px;
}
main
  .contact
  .contact-container
  .contact-form
  .conatct-form-box
  .data-field
  .input-box
  textarea {
  width: 100%;
}
main .map {
  width: 100%;
}
main .map iframe {
  width: 100%;
  height: 400px;
  border-top: 2px solid var(--third-grey);
}

footer {
  position: relative;
  z-index: 9;
  background-color: var(--basic-grey);
  border: 1px solid var(--basic-grey);
}
footer .footer-box {
  width: 100%;
  margin: auto;
  background-color: var(--secondary-white);
}
footer .footer-box .main-footer {
  padding: 30px 0px;
  width: clamp(100px, 95%, 1400px);
  margin: auto;
}
footer .footer-box .main-footer a {
  width: clamp(100px, 100%, 400px);
}
.copyright {
  background-color: var(--default-color);
  padding: 10px 0px;
  margin-top: auto;
}
.copyright p {
  text-align: center;
  color: var(--secondary-white);
  margin: 0;
}
.copyright p a {
  color: var(--basic-grey) !important;
  padding: 0px 10px;
  transition: all 0.3s ease-in;
}
.copyright p a:hover {
  color: var(--third-grey);
}

/* Slick slider dots and arrows styles */
.slick-prev,
.slick-next {
  color: #000;
  font-size: 30px;
}

.slick-dots li button:before {
  font-size: 14px;
  color: #000;
} /*# sourceMappingURL=style.css.map */
.live-frame{
   display:block !important;
}
.live-frame h3{
    padding:75px 10px 0px 10px;
    text-align:center;
    font-size:1.75rem;
    color: #003466;
}
.refresh-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:40px;
}
.refresh-btn a{
    color:#fff !important;
    padding:10px 20px;
}