@charset "UTF-8";
/****Prifixes Mixin******/
/*****background properties Mixin*****/
/*--------------------------------------------------------------
# Start Global Page
--------------------------------------------------------------*/
@font-face {
  font-family: SE_Bold;
  src: url(../fonts/GE-SS-Two-Bold.otf);
}
@font-face {
  font-family: SE_Light;
  src: url(../fonts/GE_SS_Two_Light.otf);
}
body::-webkit-scrollbar-track {
  background-color: #d7d7d7;
}

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

body::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #A37A56;
}

body {
  font-family: SE_Light, sans-serif;
  position: relative;
  background-color: #FAF9F4;
  color: #717171;
  direction: rtl;
  text-align: start;
}

.invalid-feedback {
  display: block !important;
}

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

p {
  line-height: 28px;
}

button {
  outline: none !important;
}

button[type=submit] {
  border: none;
}

label {
  margin-inline-start: 2px;
}

a {
  transition: 0.3s;
  color: #0A0A0A;
}
a:hover {
  text-decoration: none;
  color: #A37A56 !important;
}

.map_page {
  color: #B5B5B5;
  display: flex;
  align-items: center;
  gap: 0 7px;
}
.map_page a {
  color: #B5B5B5;
}
.map_page span {
  color: #707070;
}

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

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

.mb-10 {
  margin-bottom: 10px;
}

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

.mb-20 {
  margin-bottom: 20px;
}

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

.mb-30 {
  margin-bottom: 30px;
}

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

.mb-40 {
  margin-bottom: 40px;
}

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

.mb-50 {
  margin-bottom: 50px;
}

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

.mb-60 {
  margin-bottom: 60px;
}

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

.mb-70 {
  margin-bottom: 70px;
}

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

.mb-80 {
  margin-bottom: 80px;
}

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

.mb-90 {
  margin-bottom: 90px;
}

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

.mb-100 {
  margin-bottom: 100px;
}

section {
  overflow: hidden;
  position: relative;
}

.owl-carousel {
  direction: ltr;
}

.main-color {
  color: #A37A56;
}

.sec-color {
  color: #c99970;
}

.bg_main-color {
  background-color: #A37A56;
}

.overlay_gen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999999999;
  display: none;
}

.custom_pagination {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom_pagination .nums {
  display: inline-block;
  margin: -3px 20px 0;
}
.custom_pagination .num {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c99970;
  color: #A37A56;
  border-radius: 4px;
}
.custom_pagination .num.active {
  background-color: #A37A56;
  color: #fff;
  border-color: #A37A56;
}
.custom_pagination .num:not(:last-of-type) {
  margin-inline-end: 10px;
}
.custom_pagination .arrow i {
  font-size: 20px;
}

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

.flex-m {
  display: flex;
  align-items: center;
}

.play-btn {
  width: 60px;
  height: 60px;
  background: radial-gradient(#A37A56 50%, #A37A56 52%);
  border-radius: 50%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border: 2px solid #A37A56;
  opacity: 1;
  border-radius: 50%;
  top: -50%;
  left: -50%;
  animation: pulsate-btn 2s infinite;
}

.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: 0.6s;
}

.play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 101;
  animation: none;
  border-radius: 0;
}

.play-btn:hover::after {
  border-left: 15px solid #A37A56;
  transform: scale(20);
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.3, 0.3);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
.text-ellipsis {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.item_carousel {
  padding: 0 15px;
  direction: rtl;
}

.item_carousel_p {
  padding: 15px;
}

.slick-slider {
  direction: ltr;
}

.shape_ratel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.nice-select {
  float: none;
  text-align: start !important;
  font-size: 16px;
  line-height: normal;
  padding: 8px 10px !important;
}
.nice-select:after {
  left: 12px;
  right: auto;
}
.nice-select .list {
  width: 100%;
}
.nice-select .list li {
  text-align: start;
  padding: 0 15px;
}

.custom_checkbox {
  display: block;
  position: relative;
  margin: 0;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom_checkbox .checkmark {
  border: 1px solid #b0b0b0;
  position: absolute;
  top: 50%;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border-radius: 5px;
  transform: translateY(-50%);
}
.custom_checkbox .checkmark.radio {
  border-radius: 50%;
}
.custom_checkbox .text {
  margin-bottom: 0;
  margin-inline-start: 35px;
  display: block;
  width: auto;
  cursor: pointer;
}
.custom_checkbox .text span {
  font-size: 16px;
}
.custom_checkbox .text p {
  color: #717171;
  font-size: 14px;
}

.custom_scrollbar::-webkit-scrollbar-track {
  background-color: #d7d7d7;
}

.custom_scrollbar::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

.custom_scrollbar::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #A37A56;
}

/* On mouse-over, add a grey background color */
.custom_checkbox:hover input ~ .checkmark {
  border-color: #212121;
}

/* When the checkbox is checked, add a blue background */
.custom_checkbox input:checked ~ .checkmark {
  background-color: #A37A56 !important;
  border-color: transparent !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom_checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom_checkbox .checkmark:after {
  left: 8px;
  top: 4px;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.iti__country-list {
  left: 0;
  right: auto;
}

.leason_checked .icon_lesson i {
  color: #28a745;
  font-weight: bold;
}

/*--------------------------------------------------------------
# End Global Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start navbar
--------------------------------------------------------------*/
.header_section {
  position: relative;
  z-index: 2;
}
.header_section.in_home {
  height: 0;
}

.lang_box {
  position: relative;
}
.lang_box.dropdown_item:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 33px;
}
.lang_box .drop_menu {
  position: absolute;
  background: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  top: 60px;
  left: 0;
  min-width: 150px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  transition: 0.3s;
}
.lang_box .drop_menu li {
  padding: 10px;
  border-bottom: 1px solid #eee;
  transition: 0.3s;
  display: flex !important;
}
.lang_box .drop_menu li a {
  color: #212121 !important;
  display: block;
}
.lang_box .drop_menu li img {
  width: 20px;
  margin-inline-end: 10px;
}
.lang_box:hover .drop_menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.nav_bar {
  padding: 22px 0;
}
.nav_bar .logo img {
  width: 98px;
}
.nav_bar .nav-menu ul {
  text-align: center;
  display: flex;
  align-items: center;
}
.nav_bar .nav-menu li {
  display: inline-block;
}
.nav_bar .nav-menu li:not(:last-of-type) {
  margin-inline-end: 45px;
}
.nav_bar .nav-menu li a {
  position: relative;
  color: #707070;
}
.nav_bar .nav-menu li a:before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  background-color: #A37A56;
  width: 20px;
  height: 3px;
  transition: 0.3s;
}
.nav_bar .nav-menu li a:hover {
  color: #A37A56 !important;
}
.nav_bar .nav-menu li a:hover:before {
  transform: translateX(-50%) scaleX(1);
}
.nav_bar .dropdown.in_mobile {
  display: flex;
  align-items: center;
  margin: 0;
}
.nav_bar .dropdown.in_mobile .dropdown-toggle::after {
  display: none;
}
.nav_bar .dropdown.in_mobile .icon_user img {
  width: 22px;
  margin-inline-end: 12px;
}
.nav_bar .dropdown {
  display: inline-block;
}
.nav_bar .dropdown.show .dropdown-toggle {
  border-radius: 5px;
  padding: 10px 11px;
}
.nav_bar .dropdown.show .dropdown-toggle span {
  display: none;
}
.nav_bar .dropdown.show .dropdown-toggle .chevron {
  margin-inline-start: 7px;
}
.nav_bar .dropdown .dropdown-toggle {
  padding: 10px 16px;
  border-radius: 10px;
  background: #A37A56;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: none;
  transition: 0.3s;
}
.nav_bar .dropdown .dropdown-toggle .icon_user img {
  min-width: 16px;
  width: 16px;
}
.nav_bar .dropdown .dropdown-toggle span {
  display: inline-block;
  margin-inline-start: 10px;
  margin-inline-end: 22px;
  font-size: 20px;
}
.nav_bar .dropdown .dropdown-toggle .chevron {
  font-size: 14px;
  margin-top: 3px;
}
.nav_bar .dropdown .dropdown-toggle i {
  margin: 0;
}
.nav_bar .dropdown .dropdown-toggle:after {
  display: none;
}
.nav_bar .dropdown .dropdown-toggle:hover {
  background: #c99970;
  color: #fff !important;
}
.nav_bar .dropdown .dropdown-menu {
  padding: 13px 17px;
  border: 0;
  text-align: start;
  overflow: hidden;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
}
.nav_bar .dropdown .dropdown-menu .dropdown-item {
  padding: 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #222222;
}
.nav_bar .dropdown .dropdown-menu .dropdown-item:not(:last-of-type) {
  margin-bottom: 8px;
}
.nav_bar .dropdown .dropdown-menu .dropdown-item i {
  margin-inline-end: 10px;
}
.nav_bar .dropdown .dropdown-menu .dropdown-item:hover, .nav_bar .dropdown .dropdown-menu .dropdown-item:focus {
  color: #A37A56;
  text-decoration: none;
  background-color: transparent;
}
.nav_bar .additional {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nav_bar .additional > div {
  display: flex;
  align-items: center;
}
.nav_bar .additional a {
  cursor: pointer;
}
.nav_bar .additional .lang {
  text-transform: uppercase;
  font-size: 17px;
}
.nav_bar .additional .icon_nav {
  position: relative;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border: 1px solid #E9DDD3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #484848;
  margin-inline-start: 18px;
  cursor: pointer;
}
.nav_bar .additional .icon_nav.notifications {
  border: 1px solid #E9DDD3;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #A37A56;
  font-size: 20px;
}
.nav_bar .additional .icon_nav.notifications.active:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 14px;
  height: 14px;
  background-color: #F23F3F;
  border-radius: 50%;
}
.nav_bar .navbar-toggler {
  padding: 0;
  cursor: pointer;
}
.nav_bar .navbar-toggler svg {
  width: 26px;
}
.nav_bar .navbar-toggler > div {
  cursor: pointer;
}
.nav_bar .navbar-toggler span {
  display: block;
  width: 30px;
  height: 3px;
  background: #111;
  transition: 0.3s;
}
.nav_bar .navbar-toggler .two {
  margin: 5px 0;
}
.nav_bar .navbar-toggler.open .one {
  transform: rotate(-45deg) translate(-3px, 10px);
}
.nav_bar .navbar-toggler.open .two {
  opacity: 0;
}
.nav_bar .navbar-toggler.open .three {
  transform: rotate(45deg) translate(-4px, -11px);
}

.list-noti {
  transition: 0.3s;
  position: absolute;
  top: 54px;
  background: #fff;
  z-index: 99;
  width: 250px;
  padding: 20px 10px;
  box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  cursor: default;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
}

.list-noti:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg) translateX(-50%);
}

.list-noti .content {
  max-height: 245px;
  overflow-y: auto;
}
.list-noti .content .conv_list {
  height: auto;
}
.list-noti .content .conv_list .item {
  display: flex;
  gap: 0 7px;
  padding: 10px;
}
.list-noti .content .conv_list .item .image img {
  width: 25px;
  height: 25px;
}
.list-noti .content .conv_list .item .info .name {
  font-size: 14px;
}

.list-noti .item {
  display: block;
  background-color: #F7F7F7;
  box-shadow: 0px 0px 4px rgba(209, 209, 209, 0.27);
  padding: 10px;
  font-size: 13px;
  border-radius: 5px;
  color: #707070;
}
.list-noti .item:hover {
  background-color: #d5bda9;
}
.list-noti .item:hover * {
  transition: 0.3s;
  color: #fff;
}
.list-noti .item p {
  margin: 0;
  line-height: inherit;
  color: #222;
  text-align: start;
}

.list-noti .item:not(:last-of-type) {
  margin-bottom: 15px;
}

.list-noti.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(10px);
}

.notifications .list-noti .content::-webkit-scrollbar {
  width: 5px;
  background-color: #fff;
  border-radius: 10px;
}

.notifications .list-noti .content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #A37A56;
}

.notifications .list-noti .content::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #DADADA;
}

.sidebar {
  background-size: cover;
  position: fixed;
  height: 100%;
  right: 0;
  top: 0;
  width: 250px;
  background: #fff;
  z-index: 9999999999;
  transform: translateX(100%);
  transition: all 0.3s;
  background-position: 36%;
  opacity: 1;
}
.sidebar.opened {
  transform: translateX(0%);
  transition: all 0.3s;
}
.sidebar .list-noti {
  right: 0;
  left: auto;
}
.sidebar .list-noti:before {
  left: auto;
  right: 0;
}
.sidebar .sid-logo {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 20px;
}
.sidebar .btn-req.additional {
  display: block;
  position: relative;
  z-index: 2;
  background-color: #A37A56;
  text-align: center;
  padding: 25px 10px;
}
.sidebar .btn-req.additional > div {
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: center;
}
.sidebar .btn-req.additional > div a {
  color: #fff;
}
.sidebar .btn-req.additional > div a.lang {
  text-transform: uppercase;
  font-size: 17px;
}
.sidebar .btn-req.additional > div a:hover {
  color: #111 !important;
}
.sidebar .btn-req.additional .icon_nav {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E9DDD3;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #A37A56;
  font-size: 17px;
  cursor: pointer;
}
.sidebar .btn-req.additional .icon_nav.notifications.active:after {
  position: absolute;
  content: "";
  top: -5px;
  right: 0;
  width: 14px;
  height: 14px;
  background-color: #F23F3F;
  border-radius: 50%;
}
.sidebar .btn-req.additional li {
  display: inline-block;
}
.sidebar .btn-req.additional li a {
  color: #fff;
}
.sidebar .side-nav {
  max-height: 100%;
  height: calc(100% - 90px);
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.sidebar .side-nav ul li {
  display: block;
  position: relative;
}
.sidebar .side-nav ul li a {
  display: block;
  font-size: 17px;
  padding: 11px 25px;
  position: relative;
  font-weight: normal;
}
.sidebar .side-nav ul li a:hover {
  background: #A37A56;
  border: none !important;
  outline: none;
  color: #fff !important;
}

/*--------------------------------------------------------------
# End navbar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start nav menu
--------------------------------------------------------------*/
.nav_menu {
  padding: 20px 0;
  background: linear-gradient(90deg, rgba(207, 207, 207, 0) 0%, rgba(246, 237, 230, 0.69) 100%);
}
.nav_menu ul {
  display: flex;
}
.nav_menu ul li:not(:last-of-type) {
  padding-inline-end: 15px;
  margin-inline-end: 15px;
  border-inline-end: 1px solid rgba(191, 150, 114, 0.12);
}
.nav_menu ul li a {
  color: #1F1F1F;
}

/*--------------------------------------------------------------
# End nav menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start Page header
--------------------------------------------------------------*/
.page_header {
  position: relative;
  height: 204px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.page_header:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.36);
}
.page_header .info {
  position: relative;
  z-index: 1;
  font-size: 20px;
}
.page_header .info a {
  color: #fff;
  font-weight: 700;
  display: inline-block;
}
.page_header .info a.active, .page_header .info a:hover {
  color: #c99970;
}
.page_header .info .break {
  color: #c99970;
  margin: 0 7px;
}

/*--------------------------------------------------------------
# End Page header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start Header section
--------------------------------------------------------------*/
.slider_section {
  background-size: cover;
  min-height: 100vh;
  background-image: url(../img/header_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 340px 0 0;
  text-align: center;
}
.slider_section .owl-carousel .owl-nav {
  transform: translateY(-45px);
}
.slider_section .owl-carousel .owl-nav button {
  border: 1px solid transparent !important;
  color: #A37A56 !important;
  transition: 0.3s;
  font-size: 23px;
  background: none !important;
  box-shadow: none;
  border-color: transparent !important;
}
.slider_section .owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.slider_section .owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.slider_section .info {
  direction: rtl;
  margin: 0 20px;
}
.slider_section .info h2 {
  font-size: 66px;
  color: #A37A56;
}
.slider_section .info p {
  color: #072345;
  font-size: 22px;
  margin: 13px auto 30px;
  width: 35%;
}
.slider_section .info .main-btn {
  font-size: 21px;
  border-radius: 10px;
  padding: 16px 40px;
}

/*--------------------------------------------------------------
# End Header section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start About section
--------------------------------------------------------------*/
.about_section {
  background: #faf9f4;
  background: linear-gradient(0deg, #faf9f4 0%, #d6b89e 100%);
  padding-top: 100px;
}
.about_section .content_about {
  background: #fff;
  padding: 100px 0 80px;
  margin-inline-end: 50px;
}
.about_section .content_about .info h2 {
  font-size: 41px;
  font-family: SE_Bold, sans-serif;
  color: #072345;
}
.about_section .content_about .info .desc {
  margin: 32px 0 52px;
  color: #0C376B;
}
.about_section .content_about .image {
  position: relative;
}
.about_section .content_about .image:after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: -18px;
  width: 196px;
  height: 277px;
  background-color: #c99970;
  z-index: 1;
}
.about_section .content_about .image img {
  max-height: 470px;
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

/*--------------------------------------------------------------
# End About section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start learning section
--------------------------------------------------------------*/
.learning_levels_section {
  padding: 64px 0;
}
.learning_levels_section .levels {
  border: 1px solid #DEDBCD;
  border-radius: 20px;
  overflow: hidden;
}
.learning_levels_section .levels .box:not(:last-of-type) {
  border-bottom: 1px solid #DEDBCD;
}
.learning_levels_section .levels .box .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 27px;
  cursor: pointer;
}
.learning_levels_section .levels .box .head h6 {
  margin: 0;
  color: #111;
  font-size: 25px;
}
.learning_levels_section .levels .box .head i {
  color: #714F31;
  transition: 0.3s;
}
.learning_levels_section .levels .box .head i.rotate {
  transform: rotate(-90deg);
}
.learning_levels_section .levels .box .desc {
  background: #EAE9E4;
  padding: 20px 27px 13px;
  display: none;
}
.learning_levels_section .info h3 {
  font-size: 38px;
  font-family: SE_Bold, sans-serif;
  color: #072345;
}
.learning_levels_section .info .desc {
  margin: 32px 0 52px;
  color: #0C376B;
}
.learning_levels_section .info .links {
  display: flex;
  gap: 0 24px;
}
.learning_levels_section .info .links .more_link {
  font-size: 17px;
}

/*--------------------------------------------------------------
# End learning section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start courses section
--------------------------------------------------------------*/
.courses_section {
  background: #faf9f4;
  background: linear-gradient(0deg, #faf9f4 0%, #c99970 100%);
  padding-top: 100px;
}
.courses_section .owl-carousel .owl-item {
  opacity: 0.09;
  transition: opacity 0.4s linear;
}
.courses_section .owl-carousel .owl-item.active {
  opacity: 1;
}
.courses_section .owl-carousel .owl-nav button.owl-prev {
  left: 40px;
}
.courses_section .owl-carousel .owl-nav button.owl-next {
  right: 40px;
}
.courses_section .content_courses {
  background: #fff;
  padding: 86px 0 60px;
  margin-inline-start: 40px;
}
.courses_section .item_carousel {
  padding: 15px 15px 50px;
}
.courses_section .more_btn {
  border-radius: 10px;
  color: #111111 !important;
  padding: 10px 40px;
  margin-top: 20px;
}

.box_course {
  box-shadow: 0px 30px 50px rgba(12, 11, 11, 0.05);
  background-color: #fff;
  padding: 15px 15px 30px;
  border-radius: 10px;
}
.box_course .image img {
  border-radius: 10px;
  height: 322px;
  object-fit: cover;
}
.box_course .info {
  margin-top: 37px;
}
.box_course .info .name_block {
  padding-bottom: 11px;
  border-bottom: 1px solid #E4E8F2;
}
.box_course .info .name {
  color: #273756;
  -webkit-line-clamp: 1;
}
.box_course .info .desc {
  color: #616A7E;
  font-size: 15px;
}
.box_course .info .desc p {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.box_course .info .btns {
  text-align: center;
  margin-top: 16px;
  display: flex;
  gap: 0 12px;
  justify-content: center;
}
.box_course .info .btns .main-btn {
  border-radius: 10px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  max-width: 50%;
  flex: 50%;
  font-size: 18px;
}

/*--------------------------------------------------------------
# End courses section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start mobile apps section
--------------------------------------------------------------*/
.mobile_apps_section {
  padding: 40px 0 60px;
}
.mobile_apps_section .info h3 {
  color: #1F1F1F;
  font-size: 49px;
}
.mobile_apps_section .info .desc {
  margin: 36px 0 38px;
  color: #1F1F1F;
  font-size: 22px;
  width: 70%;
}
.mobile_apps_section .info .desc p {
  line-height: inherit;
}
.mobile_apps_section .info .desc span {
  color: #999;
}
.mobile_apps_section .info .apps {
  display: flex;
  flex-wrap: wrap;
  gap: 0 12px;
}
.mobile_apps_section .info .apps img {
  width: 180px;
}
.mobile_apps_section .image {
  text-align: center;
}

/*--------------------------------------------------------------
# End mobile apps section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start login page
--------------------------------------------------------------*/
.login_page {
  position: relative;
  padding: 100px 0;
}
.login_page .form_modal {
  width: 50%;
  margin: 0 auto;
  box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  border: 1px solid #FFEBD9;
  padding: 35px 47px;
  background-color: #fff;
}
.login_page .form_modal .head {
  text-align: center;
  color: #A37A56;
  font-size: 18px;
  font-family: SE_Bold, sans-serif;
  margin-bottom: 26px;
}
.login_page .form_modal label {
  color: #6D6D6D;
  margin-bottom: 8px;
}
.login_page .form_modal .form-control {
  border-radius: 5px;
  border: 1px solid #c99970;
  height: 40px;
  box-shadow: none;
}
.login_page .form_modal .form-control::placeholder {
  color: #AEAEAE;
  font-size: 14px;
}
.login_page .form_modal .form-control.file {
  background-size: 18px;
  background-position: 3% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icons/file.svg);
}
.login_page .form_modal .forget_link {
  color: #A37A56;
  font-size: 15px;
}
.login_page .form_modal .main-btn {
  border: 0;
  border-radius: 8px;
  height: 45px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: #c99970;
  margin: 0 auto;
}
.login_page .form_modal .main-btn:hover {
  background-color: #A37A56;
}
.login_page .pass-group {
  position: relative;
}
.login_page .pass-group .toggle-password {
  position: absolute;
  left: 15px;
  top: 20px;
  transform: translateY(-50%);
  color: #3D3D3D;
  font-size: 18px;
  cursor: pointer;
}
.login_page .custom_checkbox .text span {
  font-size: 15px;
  color: #A37A56;
}

.contact_page {
  padding: 70px 0 50px;
}
.contact_page .form_modal {
  width: 90%;
}
.contact_page .form_modal .head {
  text-align: start;
}
.contact_page .form_modal .border_e {
  border-inline-end: 1px solid rgba(201, 153, 112, 0.43);
  padding-inline-end: 50px;
}
.contact_page .form_modal .main-btn {
  margin: 0;
}
.contact_page .form_modal .file_upload {
  position: relative;
  border: 1px solid #c99970;
  border-radius: 5px;
  padding: 11px 45px;
  color: #A37A56;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0 11px;
  font-size: 18px;
  margin: 0;
  cursor: pointer;
}
.contact_page .form_modal .file_upload input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}
.contact_page .form_modal .file-select-name {
  display: inline-block;
  margin-inline-start: 20px;
}
.contact_page .contact_info {
  padding-inline-start: 50px;
}
.contact_page .contact_info .item {
  display: flex;
  align-items: center;
  gap: 0 15px;
  color: #1F1F1F;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  -break: anywhere;
}
.contact_page .contact_info .sochial_media {
  display: flex;
  align-items: center;
}
.contact_page .contact_info .sochial_media span {
  color: #6D6D6D;
  margin-inline-end: 24px;
}
.contact_page .contact_info .sochial_media .icons {
  display: flex;
  align-items: center;
  gap: 0 18px;
}
.contact_page .contact_info .sochial_media .icons a {
  color: #828282;
  font-size: 24px;
}
.contact_page .contact_info .sochial_media .icons a:hover {
  color: #c99970 !important;
}

/*--------------------------------------------------------------
# End login page
--------------------------------------------------------------*/
.exam_page {
  padding: 55px 0;
}
.exam_page .custom_checkbox input {
  opacity: 1;
  height: 1px;
  width: 1px;
  z-index: -1;
}
.exam_page .content {
  background-color: #fff;
  border: 1px solid #FFEEDF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 47px 0 80px;
}
.exam_page .content .head {
  text-align: center;
  border-bottom: 1px solid #FFEEDF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px 30px;
}
.exam_page .content .head .name_exam {
  display: flex;
  align-items: center;
  gap: 0 15px;
  margin-bottom: 10px;
}
.exam_page .content .head .name_exam h3 {
  font-size: 33px;
  color: #072345;
  margin: 0;
  font-family: SE_Bold, sans-serif;
}
.exam_page .content .head .name_exam i {
  color: #A37A56;
  font-size: 33px;
}
.exam_page .content .head .status_exam h4 {
  margin: 0;
  font-size: 18px;
  color: #a37a56;
  font-weight: bold;
}
.exam_page .content .head .some_details {
  border: 1px solid #e9ecef;
  border-radius: 4px;
  padding: 10px 20px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
}
.exam_page .content .head .some_details h3 {
  font-size: 20px;
  color: #c99970;
  font-weight: bold;
}
.exam_page .content .head .some_details h4 {
  margin: 0;
  font-size: 18px;
  color: #072345;
  font-weight: bold;
}
.exam_page .content .about_members {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border-bottom: 1px solid #FFEEDF;
  gap: 20px 50px;
}
.exam_page .content .about_members .item .feat {
  font-weight: bold;
  color: #a37a56;
}
.exam_page .content .about_members .item .value {
  color: #072345;
  font-weight: bold;
}
.exam_page .content .content_question {
  padding: 37px 25px 0;
}
.exam_page .content .content_question .exam_details {
  justify-content: space-between;
}
.exam_page .content .content_question .exam_details .exam_time {
  font-size: 20px;
}
.exam_page .content .content_question .exam_details .exam_time i {
  color: #A37A56;
  font-size: 22px;
}
.exam_page .content .content_question .exam_details .exam_time .time.quiz-timer,
.exam_page .content .content_question .exam_details .exam_time .flip-clock {
  display: flex;
  align-items: center;
  gap: 0 15px;
  flex-direction: row-reverse;
}
.exam_page .content .content_question .exam_details .exam_time .flip-clock__card.card-flip {
  color: #A37A56;
  margin-inline-end: 3px;
}
.exam_page .content .content_question .exam_details .exam_time .flip-clock__slot {
  color: #4b6061;
}
.exam_page .content .content_question .exam_details .exam_time .flip-clock__piece.flip {
  display: flex;
  gap: 0 5px;
}
.exam_page .content .content_question .num_ques {
  font-size: 22px;
  color: #072345;
  font-family: SE_Bold, sans-serif;
}
.exam_page .content .content_question .exam_questions {
  margin-top: 30px;
}
.exam_page .content .content_question .box_question {
  border: 1px solid #c99970;
  border-radius: 3px;
  margin-bottom: 37px;
}
.exam_page .content .content_question .box_question .text_ques {
  position: relative;
  padding: 32px 17px;
  border-bottom: 1px solid #FFEEDF;
  display: flex;
  align-items: center;
  gap: 0 10px;
}
.exam_page .content .content_question .box_question .text_ques > span {
  min-width: 42px;
  height: 42px;
  border: 1px solid #c99970;
  background-color: #FFF6EE;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #072345;
}
.exam_page .content .content_question .box_question .text_ques p {
  margin: 0;
  font-size: 20px;
  font-family: SE_Bold, sans-serif;
  color: #072345;
}
.exam_page .content .content_question .box_question .answers {
  padding: 32px;
}
.exam_page .content .content_question .box_question .answers .custom_checkbox:not(:last-of-type) {
  margin-bottom: 20px;
}
.exam_page .content .content_question .box_question .answers .custom_checkbox .text {
  margin-inline-start: 27px;
}
.exam_page .content .content_question .box_question .answers .custom_checkbox .text span {
  font-size: 18px;
  color: #072345;
}
.exam_page .content .content_question .box_question .answers .custom_checkbox .text .multible-choice-correct {
  color: #28a745;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin-inline-start: 20px;
}
.exam_page .content .content_question .box_question .answers .custom_checkbox .checkmark {
  height: 20px;
  width: 20px;
  border-radius: 50%;
}
.exam_page .content .content_question .box_question .answers .custom_checkbox .checkmark:after {
  left: 6px;
  top: 2px;
}
.exam_page .content .content_question .box_question .answers textarea {
  height: 150px;
  background-color: #F8F8F8;
  border-radius: 3px;
  transition: 0.3s;
  padding: 14px;
  color: #111;
  resize: none;
  box-shadow: none;
  border: 1px solid transparent;
}
.exam_page .content .content_question .box_question .answers textarea::placeholder {
  color: #C2C2C2;
}
.exam_page .content .content_question .box_question .answers textarea:hover, .exam_page .content .content_question .box_question .answers textarea:focus {
  border: 1px solid #A37A56;
}
.exam_page .content .content_question .box_question .answers #audio_box {
  display: none;
}
.exam_page .content .content_question .box_question .answers #audio_box.show {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
}
.exam_page .content .content_question .box_question .answers #audio_box audio {
  max-width: 100%;
}
.exam_page .content .content_question .main-btn {
  border-radius: 8px;
  border: 0;
  font-size: 18px;
}
.exam_page .records {
  display: flex;
  align-items: center;
  gap: 0 30px;
  justify-content: center;
}
.exam_page .records label {
  position: relative;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0 8px;
  padding: 16px 20px;
  border-radius: 5px;
  cursor: pointer;
}
.exam_page .records label input {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 1px;
  height: 1px;
  z-index: -1;
}
.exam_page .records label input.active ~ .icon {
  background: #f44336;
}
.exam_page .records label .icon {
  min-width: 37px;
  height: 37px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #A37A56;
  color: #fff;
  border-radius: 50%;
}
.exam_page .records label .text {
  color: #072345;
  font-size: 18px;
}
.exam_page .records .record_btn {
  border: 1px solid #A37A56;
  background-color: #fff;
}
.exam_page .records .file_record_btn {
  background-color: #A37A56;
}
.exam_page .records .file_record_btn .text {
  color: #fff;
}
.exam_page .records .file_record_btn .icon {
  background: #fff;
  color: #A37A56;
}

.end_exam {
  padding: 100px 0 50px;
}
.end_exam .card_welcome {
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  width: 70%;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
}
.end_exam .card_welcome h3 {
  font-size: 33px;
  font-family: SE_Bold, sans-serif;
  color: #A37A56;
  margin-bottom: 25px;
}
.end_exam .card_welcome p {
  font-size: 24px;
  color: #072345;
  width: 70%;
  margin: 0 auto 25px;
  line-height: 35px;
}
.end_exam .card_welcome .main-btn {
  border-radius: 8px;
}

.result_of_exam_page .custom_checkbox {
  pointer-events: none;
}
.result_of_exam_page .result_ques {
  display: flex;
  align-items: center;
  gap: 0 14px;
  position: absolute;
  top: -26px;
  left: 26px;
}
.result_of_exam_page .result_ques .icon_result {
  width: 52px;
  height: 52px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 33px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.result_of_exam_page .result_ques .icon_result.true {
  color: #199810;
}
.result_of_exam_page .result_ques .icon_result.false {
  color: #F23F3F;
}
.result_of_exam_page .result_box {
  margin-bottom: 65px;
}
.result_of_exam_page .result_box textarea {
  height: 110px !important;
  background-color: #F7F7F7;
  border-radius: 3px;
  border: 1px solid #c99970;
  resize: none;
  padding: 15px;
  box-shadow: none;
}
.result_of_exam_page .result_box textarea::placeholder {
  color: #6D6D6D;
}
.result_of_exam_page .content .content_question .box_question {
  margin-bottom: 24px;
}
.result_of_exam_page .content .content_question .box_question .answers audio {
  opacity: 1;
  visibility: visible;
}
.result_of_exam_page .test_correction {
  margin-bottom: 20px;
  border: 1px solid #c99970;
  border-radius: 3px;
  padding: 20px;
  display: flex;
  gap: 0 10px;
}
.result_of_exam_page .test_correction .cutom_correction {
  position: relative;
  margin: 0;
  border-radius: 3px;
  cursor: pointer;
}
.result_of_exam_page .test_correction .cutom_correction.correct {
  border: 1px solid #28a745;
  color: #28a745;
}
.result_of_exam_page .test_correction .cutom_correction.correct .text:after {
  background-color: #28a745;
}
.result_of_exam_page .test_correction .cutom_correction.mistake {
  border: 1px solid #dc3545;
  color: #dc3545;
}
.result_of_exam_page .test_correction .cutom_correction.mistake .text:after {
  background-color: #dc3545;
}
.result_of_exam_page .test_correction .cutom_correction .text {
  padding: 10px 25px;
  display: block;
  position: relative;
  text-align: center;
}
.result_of_exam_page .test_correction .cutom_correction .text:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.2s;
}
.result_of_exam_page .test_correction .cutom_correction .text span {
  position: relative;
  z-index: 1;
}
.result_of_exam_page .test_correction .cutom_correction input {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  z-index: -1;
}
.result_of_exam_page .test_correction .cutom_correction input:checked ~ .text {
  color: #fff;
}
.result_of_exam_page .test_correction .cutom_correction input:checked ~ .text:after {
  opacity: 1;
}
.result_of_exam_page .meetings_btns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.result_of_exam_page .meetings_btns a {
  border-radius: 5px;
  font-size: 18px;
}

#meeting_modal .content_meetings {
  max-height: 400px;
  overflow: auto;
  padding: 0 10px;
}
#meeting_modal .content_meetings::-webkit-scrollbar-track {
  background-color: #d7d7d7;
}
#meeting_modal .content_meetings::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
#meeting_modal .content_meetings::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #A37A56;
}
#meeting_modal .content_meetings .box_meeting {
  border: 1px solid #c99970;
  padding: 20px;
  border-radius: 3px;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.05);
}
#meeting_modal .content_meetings .box_meeting:not(:last-of-type) {
  margin-bottom: 20px;
}
#meeting_modal .content_meetings .box_meeting .name {
  color: #a37a56;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-weight: bold;
}
#meeting_modal .content_meetings .box_meeting .details {
  display: flex;
  margin-bottom: 15px;
  font-size: 14px;
  color: #072345;
  flex-direction: column;
  gap: 7px 0;
}
#meeting_modal .content_meetings .box_meeting .meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#meeting_modal .content_meetings .box_meeting .meta .status {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
  color: #fff;
}
#meeting_modal .content_meetings .box_meeting .meta .status.comming {
  background: #a37a56;
}
#meeting_modal .content_meetings .box_meeting .meta .status.finish {
  background: #dc3545;
}
#meeting_modal .content_meetings .box_meeting .meta .settings .icon {
  min-width: 34px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 4px;
  font-size: 15px;
  cursor: pointer;
}
#meeting_modal .content_meetings .box_meeting .meta .settings .icon.delete {
  background: #dc3545;
}
#meeting_modal .content_meetings .box_meeting .meta .settings .icon.delete:hover {
  background-color: rgba(220, 53, 69, 0.85);
}
#meeting_modal .content_meetings .box_meeting .meta .settings .icon.edit {
  background: #072345;
}
#meeting_modal .content_meetings .box_meeting .meta .settings .icon.edit:hover {
  background-color: rgba(7, 35, 69, 0.85);
}

.courses_page {
  padding: 100px 0 50px;
}

.main_courses_page {
  padding: 55px 0;
}
.main_courses_page .col-lg-3 {
  padding: 0 6px !important;
}

.box_course_2 {
  background-color: #fff;
  border: 1px solid #FFEEDF;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.13);
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}
.box_course_2 .image img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.box_course_2 .info {
  padding: 16px;
}
.box_course_2 .info h5 {
  font-size: 20px;
  font-family: SE_Bold, sans-serif;
  color: #A37A56;
  margin-bottom: 16px;
}
.box_course_2 .info .main-btn {
  border-radius: 8px;
  font-size: 18px;
}

.main_course_box {
  position: relative;
  text-align: center;
  background-color: #fff;
  border: 1px solid #FFEEDF;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
}
.main_course_box .date_course {
  position: absolute;
  top: 0;
  right: 7px;
  background-color: #fff;
  padding: 13px 9px;
  display: flex;
  align-items: center;
  gap: 0 6px;
  font-size: 15px;
  transform: translateY(-100%);
  transition: 0.3s;
}
.main_course_box .date_course span {
  color: #707070;
}
.main_course_box .date_course i {
  color: #A37A56;
}
.main_course_box .image img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}
.main_course_box .name_block {
  padding: 14px 10px;
  border-bottom: 1px solid #FFEEDF;
}
.main_course_box .name_course {
  font-size: 16px;
  color: #A37A56;
  font-family: SE_Bold, sans-serif;
  -webkit-line-clamp: 1;
  margin: 0;
}
.main_course_box .bottom_count {
  padding: 14px 10px;
}
.main_course_box:hover .date_course {
  transform: translateY(0);
}

.single_course_page {
  padding: 70px 0 30px;
  /******************************
  // start single course before
  *****************************/
}
.single_course_page .map_page {
  color: #B5B5B5;
  display: flex;
  align-items: center;
  gap: 0 7px;
}
.single_course_page .map_page a {
  color: #B5B5B5;
}
.single_course_page .map_page span {
  color: #707070;
}
.single_course_page .lessons-card-show {
  border: 1px solid #FFEEDF;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}
.single_course_page .lessons-card-show .head_card {
  background-color: #c99970;
  padding: 17px 27px;
  color: #fff;
  margin-bottom: 5px;
}
.single_course_page .lessons-card-show .head_card h6 {
  margin: 0;
  color: #072345;
  font-family: SE_Bold, sans-serif;
}
.single_course_page .lessons-card-show .head_card h6 span {
  margin-inline-start: 10px;
}
.single_course_page .lessons-card-show .item_slide:not(:last-of-type) {
  border-bottom: 1px solid #EFEFEF;
}
.single_course_page .lessons-card-show .item_slide .head_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: SE_Bold, sans-serif;
  color: #A37A56;
  cursor: pointer;
  padding: 14px 19px;
}
.single_course_page .lessons-card-show .item_slide .head_item i {
  transition: 0.3s;
}
.single_course_page .lessons-card-show .item_slide .head_item i.rotate {
  transform: rotate(180deg);
}
.single_course_page .lessons-card-show .slide_content .content_item {
  display: block;
  padding: 14px 19px;
  color: #6D6D6D;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
}
.single_course_page .lessons-card-show .slide_content .content_item:first-of-type {
  padding-top: 4px;
}
.single_course_page .lessons-card-show .slide_content .content_item:not(:last-of-type) {
  border-bottom: 1px solid #EFEFEF;
}
.single_course_page .lessons-card-show .slide_content .content_item .name_lesson {
  display: flex;
  align-items: center;
  gap: 0 9px;
}
.single_course_page .lessons-card-show .slide_content .content_item .name_lesson h6 {
  -webkit-line-clamp: 1;
}
.single_course_page .lessons-card-show .slide_content .content_item .icon_lesson {
  color: #A37A56;
}
.single_course_page .meetings.comming {
  background-color: #FFFBF8;
}
.single_course_page .meetings .item_meeting h4 {
  font-size: 18px;
  font-family: SE_Bold, sans-serif;
  color: #A37A56;
  padding: 17px 19px 0;
}
.single_course_page .meetings .item_meeting .details {
  position: relative;
  display: block;
  padding: 15px 19px 26px;
  border-bottom: 1px solid #EFEFEF;
}
.single_course_page .meetings .item_meeting .details .item {
  display: flex;
  align-items: center;
  gap: 0 7px;
  color: #6D6D6D;
  margin-bottom: 7px;
}
.single_course_page .meetings .item_meeting .details .date {
  display: flex;
  align-items: center;
  gap: 0 16px;
}
.single_course_page .meetings .item_meeting .details .date .item {
  color: #A37A56;
}
.single_course_page .meetings .item_meeting .details .delete_zoom {
  position: absolute;
  top: 10px;
  left: 15px;
  background-color: #c99970;
  border: 0;
  width: 30px;
  height: 35px;
  border-radius: 3px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.single_course_page .meetings .item_meeting .details .delete_zoom:hover {
  background-color: #A37A56;
}
.single_course_page .teachers_card .head {
  font-size: 18px;
  font-family: SE_Bold, sans-serif;
  margin: 0;
  color: #A37A56;
}
.single_course_page .teachers_card .box {
  display: flex;
  align-items: center;
  gap: 0 12px;
  padding: 20px 0;
}
.single_course_page .teachers_card .box:not(:last-of-type) {
  border-bottom: 1px solid #EFEFEF;
}
.single_course_page .teachers_card .box img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
}
.single_course_page .teachers_card .box .name {
  font-size: 16px;
  font-family: SE_Bold, sans-serif;
  color: #6D6D6D;
  margin: 0;
}
.single_course_page .main_box {
  background-color: #fff;
  border: 1px solid #FFEEDF;
  border-radius: 3px;
  margin-bottom: 23px;
}
.single_course_page .course_content .description {
  padding: 33px 22px;
}
.single_course_page .course_content .description .head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 18px;
  font-size: 20px;
  color: #A37A56;
  font-family: SE_Bold, sans-serif;
  margin-bottom: 37px;
}
.single_course_page .course_content .description .head h3 {
  font-size: 20px;
  margin: 0;
}
.single_course_page .course_content .description .video_box {
  margin-bottom: 50px;
}
.single_course_page .course_content .description .video_box .image {
  position: relative;
}
.single_course_page .course_content .description .video_box img {
  max-height: 374px;
  width: 100%;
  object-fit: cover;
}
.single_course_page .course_content .description .video_box .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.single_course_page .course_content .description .video_box iframe {
  width: 100% !important;
}
.single_course_page .course_content .description p {
  color: #6D6D6D;
}
.single_course_page .course_content .description .main-btn {
  font-size: 18px;
  border-radius: 5px;
}
.single_course_page .course_content .exam_box {
  padding: 30px;
  justify-content: space-between;
}
.single_course_page .course_content .exam_box p {
  margin: 0;
  color: #A37A56;
  font-size: 18px;
  font-family: SE_Bold, sans-serif;
}
.single_course_page .course_content .exam_box .main-btn {
  border: 2px solid #c99970;
  color: #A37A56;
  font-size: 18px;
  border-radius: 5px;
}
.single_course_page .course_content .exam_box .main-btn:hover {
  border-color: #A37A56;
}
.single_course_page .course_content .similar_courses {
  padding: 18px 30px 12px;
}
.single_course_page .course_content .similar_courses .head {
  color: #A37A56;
  font-size: 18px;
  font-family: SE_Bold, sans-serif;
  margin-bottom: 40px;
}
.single_course_page .course_content .similar_courses .box_similar {
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
  display: block;
}
.single_course_page .course_content .similar_courses .box_similar .image {
  overflow: hidden;
}
.single_course_page .course_content .similar_courses .box_similar img {
  height: 150px;
  object-fit: cover;
  width: 100%;
  transition: 0.3s;
}
.single_course_page .course_content .similar_courses .box_similar .info {
  padding: 13px;
  border: 1px solid #E4E4E4;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}
.single_course_page .course_content .similar_courses .box_similar .info h5 {
  color: #6D6D6D;
  margin: 0;
}
.single_course_page .course_content .similar_courses .box_similar:hover img {
  transform: scale(1.1) rotate(3deg);
}
.single_course_page .course_content .similar_courses .box_similar:hover .info h5 {
  color: #A37A56;
}
.single_course_page .main_content_before > .main_box {
  padding: 34px;
}
.single_course_page .main_content_before .lesson_card_before {
  border: 1px solid #FFEEDF;
  border-radius: 8px;
  text-align: center;
}
.single_course_page .main_content_before .lesson_card_before .top {
  padding: 25px 15px 18px;
  border-bottom: 1px solid #E4E4E4;
}
.single_course_page .main_content_before .lesson_card_before .top h6 {
  color: #1F1F1F;
  margin-bottom: 13px;
}
.single_course_page .main_content_before .lesson_card_before .top .value {
  display: block;
  font-size: 20px;
  color: #A37A56;
  font-family: SE_Bold, sans-serif;
}
.single_course_page .main_content_before .course_content_before .image_course {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  display: block;
  color: #fff;
}
.single_course_page .main_content_before .course_content_before .image_course:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(31, 31, 31, 0) 43%, black 100%);
}
.single_course_page .main_content_before .course_content_before .image_course img {
  max-height: 340px;
  object-fit: cover;
}
.single_course_page .main_content_before .course_content_before .image_course .info {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.single_course_page .main_content_before .course_content_before .image_course .info h6 {
  font-size: 20px;
  font-family: SE_Bold, sans-serif;
  padding: 22px 34px;
}
.single_course_page .main_content_before .course_content_before .image img {
  max-height: 300px;
  border-radius: 8px;
}
.single_course_page .main_content_before .course_content_before .desc_box {
  margin-top: 25px;
}
.single_course_page .main_content_before .course_content_before .desc_box .head {
  margin-bottom: 24px;
  color: #A37A56;
  font-size: 20px;
  font-family: SE_Bold, sans-serif;
}
.single_course_page .main_content_before .course_content_before .desc_box p {
  color: #6D6D6D;
  margin-bottom: 20px;
}
.single_course_page .create_meeting {
  border-radius: 8px;
  width: 100%;
  height: 45px;
  font-size: 18px;
  gap: 0 12px;
}
.single_course_page .students_card {
  margin-top: 35px;
}
.single_course_page .students_card .head {
  font-size: 18px;
  font-family: SE_Bold, sans-serif;
  margin-bottom: 20px;
  color: #A37A56;
}
.single_course_page .students_card .content {
  display: flex;
  align-items: center;
}
.single_course_page .students_card .content img {
  width: 50px;
  height: 50px;
  border: 1px solid #FFEEDF;
  border-radius: 50%;
}
.single_course_page .students_card .content img:not(:first-of-type) {
  position: relative;
  margin-inline-start: -18px;
  z-index: 1;
}
.single_course_page .students_card .content a {
  position: relative;
  margin-inline-start: -18px;
  z-index: 1;
  color: #A37A56;
  color: #A37A56;
  display: flex;
  align-items: center;
  gap: 0 9px;
}
.single_course_page .students_card .content a .add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #FFEEDF;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  background-color: #c99970;
}

.bottom_count {
  padding: 18px 15px;
}
.bottom_count h6 {
  font-size: 15px;
  margin-bottom: 10px;
  color: #A37A56;
}
.bottom_count .countdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.bottom_count .countdown .box {
  position: relative;
  flex: 25%;
  max-width: 25%;
}
.bottom_count .countdown .box:not(:last-of-type):after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 2px;
  height: 18px;
  background-color: #A37A56;
}
.bottom_count .countdown .box span {
  display: block;
  font-size: 15px;
}
.bottom_count .countdown .box .num {
  color: #A37A56;
  font-family: SE_Bold, sans-serif;
}
.bottom_count .countdown .box .name {
  color: #707070;
}
.bottom_count .course_period {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.bottom_count .course_period .period_box {
  display: flex;
  flex-direction: column;
  font-size: 15px;
}
.bottom_count .course_period .period_box:first-of-type {
  margin-inline-end: 15px;
  padding-inline-end: 15px;
  border-inline-end: 2px solid #999;
}
.bottom_count .course_period .period_box .text {
  color: #A37A56;
  display: flex;
  align-items: center;
  gap: 0 4px;
}
.bottom_count .course_period .period_box .text i {
  font-size: 13px;
}
.bottom_count .course_period .period_box .date {
  font-family: OpenSans;
}
.bottom_count .main-btn {
  font-size: 18px;
  border-radius: 5px;
}

/*=================== start students modal ======================*/
.students_modal {
  padding: 0 !important;
}
.students_modal .modal-dialog {
  max-width: 700px;
}
.students_modal .modal-content {
  border: 0;
  border-radius: 8px;
}
.students_modal .modal-body {
  padding: 0;
}
.students_modal .head_modal {
  padding: 32px 10px 22px;
  border-bottom: 1px solid #EFEFEF;
  text-align: center;
}
.students_modal .head_modal h5 {
  font-size: 20px;
  font-family: SE_Bold, sans-serif;
  color: #A37A56;
  margin: 0;
}
.students_modal .main_content {
  margin: 28px 16px 40px;
  padding: 0 16px;
  max-height: 380px;
  overflow: auto;
}
.students_modal .main_content::-webkit-scrollbar-track {
  background-color: #E4E4E4;
}
.students_modal .main_content::-webkit-scrollbar {
  width: 4px;
  background-color: #E4E4E4;
}
.students_modal .main_content::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #c99970;
}
.students_modal .main_content .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0 19px;
  gap: 0 10px;
}
.students_modal .main_content .item:not(:last-of-type) {
  border-bottom: 1px solid #EFEFEF;
}
.students_modal .main_content .item span.text,
.students_modal .main_content .item span.name {
  color: #6D6D6D;
  font-size: 16px;
}
.students_modal .main_content .item .personal {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
.students_modal .main_content .item .personal img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #FFEEDF;
}
.students_modal .main_content .item .main-btn {
  border-radius: 5px;
  transition: 0.3s;
}
.students_modal .main_content .item.custom_checkbox .checkmark {
  position: relative;
  transform: none;
  display: block;
}
.students_modal .main_content .item:hover .main-btn {
  opacity: 1;
  visibility: visible;
}
.students_modal .main-btn.date {
  border: 0;
  border-radius: 5px;
  font-size: 18px;
  height: 45px;
}
.students_modal#meeting_modal .main_content .item {
  flex-direction: row;
  gap: 10px 0;
}

.progress_course {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
.progress_course span.value {
  color: #A37A56;
  font-family: SE_Bold, sans-serif;
}

/*=================== End students modal ======================*/
.about_page.about_section {
  background: none;
  padding-top: 55px;
}
.about_page.about_section .content_about {
  background: none;
  padding: 0;
  margin-inline-end: 0;
}

.why_us_section {
  margin: 100px 0;
}
.why_us_section .box {
  border: 1px solid #FFEBD9;
  box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 26px 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  text-align: center;
}
.why_us_section .box .icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #FFF8F1;
  font-size: 46px;
  color: #0C376B;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.why_us_section .box .icon img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}
.why_us_section .box .name {
  font-size: 22px;
  font-family: SE_Bold, sans-serif;
  margin-bottom: 20px;
  color: #A37A56;
}
.why_us_section .box p {
  color: #0C376B;
  margin: 0;
}

/*--------------------------------------------------------------
  # Start Counter section
--------------------------------------------------------------*/
.counter-section {
  background-image: url(../img/counter_bg.png);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  padding: 90px 0 60px;
  position: relative;
}
.counter-section:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(163, 122, 86, 0.66);
}
.counter-section .content {
  position: relative;
  z-index: 1;
}
.counter-section .box {
  text-align: center;
  margin-bottom: 30px;
}
.counter-section .box .cover {
  color: #fff;
  font-family: PottaOne, sans-serif;
  margin: 10px 0 0;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter-section .box .cover .counter {
  font-size: 50px;
}
.counter-section .box .cover span {
  margin-inline-start: 5px;
  font-size: 50px;
}
.counter-section .box h4 {
  margin: 15px 0 0;
  color: #fff;
  font-family: SE_Bold, sans-serif;
  font-size: 22px;
}

/*--------------------------------------------------------------
  # End Counter section
--------------------------------------------------------------*/
.media_center_page {
  padding: 34px 0;
  overflow: visible;
}
.media_center_page .news_content .box_new {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.media_center_page .news_content .box_new:not(:last-of-type) {
  padding-bottom: 22px;
  margin-bottom: 22px;
  border-bottom: 1px solid #E6E6E6;
}
.media_center_page .news_content .box_new .image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.media_center_page .news_content .box_new .image img {
  height: 147px;
  object-fit: cover;
  width: 100%;
}
.media_center_page .news_content .box_new .info h6 {
  color: #A37A56;
  font-family: SE_Bold, sans-serif;
  margin-bottom: 13px;
}
.media_center_page .news_content .box_new .info p {
  color: #0C376B;
  line-height: 30px;
  margin-bottom: 20px;
  -webkit-line-clamp: 2;
}
.media_center_page .image {
  position: relative;
}
.media_center_page .image .date {
  position: absolute;
  top: 0;
  right: 10px;
  padding: 10px 7px;
  border-radius: 0 0 3px 3px;
  background-color: #fff;
  font-size: 15px;
  color: #707070;
}
.media_center_page .single_new_page .image {
  border-radius: 5px;
  overflow: hidden;
}
.media_center_page .single_new_page .image img {
  max-height: 300px;
  width: 100%;
  object-fit: cover;
}
.media_center_page .single_new_page .details_new {
  margin-top: 26px;
}
.media_center_page .single_new_page .details_new h6 {
  font-family: SE_Bold, sans-serif;
  margin-bottom: 13px;
  color: #A37A56;
}
.media_center_page .single_new_page .details_new p {
  color: #0C376B;
}
.media_center_page .single_new_page .details_new .back_news {
  text-align: end;
}
.media_center_page .single_new_page .details_new .more_link {
  font-size: 22px;
}

.box_media {
  background-color: #fff;
  border: 1px solid #FFEBDA;
  box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}

.box_event .image {
  overflow: hidden;
}
.box_event .image img {
  height: 147px;
  width: 100%;
  object-fit: cover;
}
.box_event .info {
  padding: 15px;
}
.box_event .info h6 {
  font-family: SE_Bold, sans-serif;
  color: #A37A56;
  margin-bottom: 10px;
}
.box_event .info .disc {
  min-height: 44px;
}
.box_event .info p {
  color: #0C376B;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: initial;
  margin-bottom: 0;
}
.box_event .info .more_link {
  font-size: 18px;
  margin-top: 10px;
}

.video_box .image {
  overflow: hidden;
}
.video_box .image img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.video_box .video_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  background: rgba(163, 122, 86, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.video_box .video_btn img {
  width: 30px;
  height: 30px;
  transition: 0.3s;
}
.video_box .video_btn:hover {
  background: #a37a56;
}
.video_box .video_btn:hover img {
  transform: scale(1.2);
}
.video_box .info {
  padding: 20px 15px 13px;
}
.video_box .info h6 {
  font-size: 16px;
  font-family: SE_Bold, sans-serif;
  color: #A37A56;
}
.video_box .info .date_video {
  display: flex;
  align-items: center;
  gap: 0 5px;
}
.video_box .info .date_video i {
  color: #A37A56;
}
.video_box .info .date_video span {
  color: #707070;
  font-size: 15px;
}

.main_image_box {
  padding: 0 6px;
}
.main_image_box .image_box {
  margin-bottom: 12px;
}
.main_image_box .image_box .image {
  overflow: hidden;
  border-radius: 5px;
}
.main_image_box .image_box .image img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}
.main_image_box .image_box .image .overlay {
  background-color: rgba(163, 122, 86, 0.74);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 45px;
  opacity: 0;
  transform: translateY(-50px);
  transition: 0.3s;
}
.main_image_box .image_box .image:hover .overlay {
  opacity: 1;
  transform: translateY(0);
}

.card_side {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.11);
  overflow: hidden;
  position: sticky;
  top: 20px;
}
.card_side .head {
  background-color: #c99970;
  padding: 13px 21px 10px;
  color: #fff;
  font-size: 16px;
  font-family: SE_Bold, sans-serif;
  margin: 0;
}
.card_side ul {
  border: 1px solid #FFE7D3;
}
.card_side ul li {
  padding: 12px 21px;
}
.card_side ul li a {
  color: #1F1F1F;
}
.card_side ul li:not(:last-of-type) {
  border-bottom: 1px solid #F2F2F2;
}
.card_side ul li.active a {
  color: #A37A56;
}

.no_content_m {
  font-size: 35px;
  color: #ccc !important;
  font-weight: bold;
  text-align: center;
}

.chat_page {
  padding: 26px 0;
}
.chat_page .conv_content {
  background-color: #fff;
  border: 1px solid #FFEEDF;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 13px 16px;
}
.chat_page .conv_content .content_messages {
  padding-inline-end: 17px;
  padding-top: 26px;
  height: 398px;
  overflow: auto;
}
.chat_page .conv_content .content_messages::-webkit-scrollbar-track {
  background-color: #E3E3E3;
}
.chat_page .conv_content .content_messages::-webkit-scrollbar {
  width: 3px;
  background-color: #E3E3E3;
}
.chat_page .conv_content .content_messages::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #c99970;
}
.chat_page .conv_content .content_messages .box_message {
  display: flex;
}
.chat_page .conv_content .content_messages .box_message:not(:last-of-type) {
  margin-bottom: 36px;
}
.chat_page .conv_content .content_messages .recevier .message {
  border-radius: 15px 0 15px 15px;
}
.chat_page .conv_content .content_messages .sender {
  direction: ltr;
}
.chat_page .conv_content .content_messages .sender .message {
  border-radius: 0 15px 15px 15px;
  text-align: end;
}
.chat_page .conv_content .content_messages .img_personal {
  margin-top: -18px;
  margin-inline-end: 7px;
}
.chat_page .conv_content .content_messages .img_personal img {
  border: 1px solid #F3F3F3;
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  border-radius: 50%;
}
.chat_page .conv_content .content_messages .info {
  flex: 1;
}
.chat_page .conv_content .content_messages .info .message {
  background-color: #F8F8F8;
  padding: 19px 15px 15px;
  color: #3D3D3D;
  width: 70%;
}
.chat_page .conv_content .content_messages .info .message p {
  margin: 0;
}
.chat_page .conv_content .content_messages .info .message.message_img {
  max-width: fit-content;
}
.chat_page .conv_content .content_messages .info .message.message_img img {
  max-width: 200px;
  border-radius: 10px;
}
.chat_page .conv_content .content_messages .info .message.message_file {
  max-width: fit-content;
}
.chat_page .conv_content .content_messages .info .message.message_file .icon {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  width: 38px;
  min-width: 38px;
  border-radius: 50%;
  border: 1px solid transparent;
  background: #eef0f7;
  transition: 0.3s;
  color: #A37A56;
}
.chat_page .conv_content .content_messages .info .message.message_file .text {
  font-size: 14px;
  color: #555;
  margin-inline-start: 7px;
}
.chat_page .conv_content .content_messages .info .date {
  color: #A0A0A0;
  font-size: 14px;
  margin-top: 9px;
}
.chat_page .conv_content form {
  display: flex;
  gap: 0 10px;
  margin-top: 20px;
}
.chat_page .conv_content .input_setting {
  background: #F5F5F5;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 0 15px;
  padding: 0 20px;
  flex: 1;
}
.chat_page .conv_content .input_setting textarea.form-control {
  background: none;
  border: 0;
  box-shadow: none;
  height: 55px;
  resize: none;
}
.chat_page .conv_content .input_setting label {
  margin: 0;
  cursor: pointer;
}
.chat_page .conv_content .main-btn {
  padding: 0;
  height: 55px;
  width: 70px;
  border-radius: 5px;
  border: 0;
  font-size: 25px;
}

.conv_list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  height: 500px;
  overflow: auto;
}
.conv_list::-webkit-scrollbar-track {
  background-color: #E3E3E3;
}
.conv_list::-webkit-scrollbar {
  width: 6px;
  background-color: #E3E3E3;
}
.conv_list::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #c99970;
}
.conv_list .item {
  padding: 32px 25px;
  display: flex;
  align-items: center;
  gap: 0 13px;
  border-bottom: 1px solid #DBDBDB;
  transition: 0.3s;
}
.conv_list .item.active .image {
  position: relative;
}
.conv_list .item.active .image:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background-color: #199810;
  border-radius: 50%;
}
.conv_list .item .image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.conv_list .item .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
.conv_list .item .info .name {
  color: #1F1F1F;
  margin: 0;
}
.conv_list .item .info .date {
  width: 22px;
  min-width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #dc3545;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.conv_list .item:hover {
  background-color: #F6F6F6;
}

.student_profile_page {
  padding: 20px 0;
  overflow: visible;
}
.student_profile_page .card_side {
  border-radius: 8px;
  box-shadow: none;
  overflow: hidden;
}
.student_profile_page .card_side .head {
  display: flex;
  align-items: center;
  gap: 0 13px;
  padding: 11px 16px;
}
.student_profile_page .card_side .head img {
  min-width: 56px;
  max-width: 56px;
  height: 56px;
  border-radius: 50%;
}
.student_profile_page .card_side .head h4 {
  font-size: 22px;
  font-family: SE_Light, sans-serif;
  margin: 0;
  -webkit-line-clamp: 1;
}
.student_profile_page .card_side ul li {
  cursor: pointer;
  color: #707070;
  display: flex;
  align-items: center;
  gap: 0 8px;
  position: relative;
}
.student_profile_page .card_side ul li:hover, .student_profile_page .card_side ul li.active {
  color: #A37A56;
}
.student_profile_page .card_side ul li a {
  color: #707070;
  display: flex;
  align-items: center;
  gap: 0 8px;
  position: relative;
}
.student_profile_page .card_side ul li .noti {
  width: 22px;
  height: 22px;
  background: #F23F3F;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 10px;
}
.student_profile_page .main_content {
  border: 1px solid #FFEEDF;
  border-radius: 3px;
  background-color: #fff;
  height: 100%;
}
.student_profile_page .main_content .box_content {
  display: none;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.student_profile_page .main_content .box_content.active {
  display: block;
  animation: fadeInUp 1s both;
  -webkit-animation: fadeInUp 1s both;
}
.student_profile_page .main_content .box_content .no-content-sentence {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  color: #ccc !important;
  font-weight: bold;
  padding: 30px;
  text-align: center;
}
.student_profile_page .main_content .box_content .no-content-sentence p {
  line-height: normal;
}
.student_profile_page .main_content .exam_content_m {
  padding: 0 34px;
}
.student_profile_page .main_content .learning_courses .heading {
  padding: 28px 34px 20px;
  border-bottom: 1px solid #FFEEDF;
}
.student_profile_page .main_content .learning_courses .heading h5 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  color: #A37A56;
}
.student_profile_page .main_content .learning_courses .learning_content {
  padding: 0 34px;
}
.student_profile_page .main_content .learning_courses .learning_content .main_course_box {
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
}
.student_profile_page .main_content .learning_courses .learning_content .main_course_box .bottom_count .countdown {
  margin-bottom: 0;
}
.student_profile_page .main_content .levels_course {
  padding: 40px 40px 30px;
}
.student_profile_page .main_content .certificates_content {
  padding: 45px 38px;
}
.student_profile_page .main_content .certificates_content .box_cert {
  text-align: center;
  display: block;
  margin-bottom: 30px;
}
.student_profile_page .main_content .certificates_content .box_cert img {
  border-radius: 3px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
}
.student_profile_page .main_content .certificates_content .box_cert .info {
  margin-top: 16px;
}
.student_profile_page .main_content .certificates_content .box_cert .info span {
  display: block;
  color: #1F1F1F;
  transition: 0.3s;
}
.student_profile_page .main_content .certificates_content .box_cert:hover .info span {
  color: #A37A56;
}
.student_profile_page .main_content .exams_content .exam_box {
  border: 1px solid #FFEEDF;
  box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}
.student_profile_page .main_content .exams_content .exam_box .image img {
  height: 165px;
  width: 100%;
  object-fit: cover;
}
.student_profile_page .main_content .exams_content .exam_box .info {
  padding: 10px 10px 15px;
}
.student_profile_page .main_content .exams_content .exam_box .info .main-btn {
  border-radius: 5px;
}
.student_profile_page .main_content .exams_content .exam_box_teacher {
  background: #c99970;
  padding: 26px 23px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 20px;
}
.student_profile_page .main_content .exams_content .exam_box_teacher h6 {
  font-family: SE_Bold, sans-serif;
  margin-bottom: 10px;
}
.student_profile_page .main_content .exams_content .exam_box_teacher .date {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}
.student_profile_page .main_content .exams_content .exam_box_teacher .name_student {
  display: flex;
  align-items: center;
  gap: 0 6px;
  margin-bottom: 10px;
  justify-content: center;
}
.student_profile_page .main_content .exams_content .exam_box_teacher .name_student > div {
  display: flex;
  align-items: center;
  gap: 0 7px;
}
.student_profile_page .main_content .exams_content .exam_box_teacher .name_student > div img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
.student_profile_page .main_content .exams_content .exam_box_teacher .main-btn {
  background: #fff;
  border-radius: 5px;
  color: #A37A56;
}
.student_profile_page .main_content .exams_content .exam_box_teacher .main-btn:hover {
  background-color: #A37A56;
  color: #fff;
}
.student_profile_page .main_content .settings_content {
  padding: 32px 32px 70px;
}
.student_profile_page .main_content .settings_content .edit_image {
  text-align: center;
}
.student_profile_page .main_content .settings_content .edit_image .image {
  margin-bottom: 14px;
}
.student_profile_page .main_content .settings_content .edit_image .image img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  border: 1px solid #FFEEDF;
}
.student_profile_page .main_content .settings_content .edit_image .edit_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  cursor: pointer;
}
.student_profile_page .main_content .settings_content .edit_image .edit_btn i {
  color: #A37A56;
}
.student_profile_page .main_content .settings_content .edit_image .edit_btn .text {
  color: #706F6F;
}
.student_profile_page .main_content .settings_content .edit_image .edit_btn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.student_profile_page .main_content .settings_content .form_modal {
  border-radius: 2px;
  border: 1px solid #E4E4E4;
  padding: 27px 50px;
  width: 70%;
  margin: 45px auto 0;
}
.student_profile_page .main_content .settings_content .form_modal label {
  color: #6D6D6D;
}
.student_profile_page .main_content .settings_content .form_modal .form-control {
  border: 1px solid #c99970;
  color: #1F1F1F;
}
.student_profile_page .main_content .settings_content .form_modal .form-control.file {
  background-size: 18px;
  background-position: 3% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icons/file.svg);
}
.student_profile_page .main_content .settings_content .form_modal .main-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 5px;
  margin: 0 auto;
  height: 45px;
}
.student_profile_page .main_content .settings_content .form_modal .edit_pass {
  color: #A37A56;
  text-decoration: underline;
  margin-top: 17px;
  display: block;
  text-align: center;
  cursor: pointer;
}

/*--------------------------------------------------------------
# Start custom modal
--------------------------------------------------------------*/
.custom_modal .modal-content {
  padding: 25px;
  background-color: #fff;
  border: 0;
  border-radius: 8px;
}
.custom_modal .modal-content .head_modal {
  text-align: center;
  margin-bottom: 15px;
}
.custom_modal .modal-content .head_modal h3 {
  margin: 0;
  font-size: 22px;
}
.custom_modal .modal-content .modal-body {
  padding: 0;
}
.custom_modal .modal-content .modal-body p {
  color: #fff;
  font-size: 20px;
}
.custom_modal .modal-content .modal-body textarea:focus {
  border-color: #c99970;
  box-shadow: 0 0px 0 0.2rem #c999701a;
}
.custom_modal .modal-content .modal-footer {
  margin-top: 15px;
  padding: 0;
  border: 0;
  justify-content: center;
}
.custom_modal .modal-content .modal-footer .main-btn {
  font-size: 18px;
  padding: 8px 40px;
  border: 0;
  border-radius: 4px;
}
.custom_modal .modal-content .modal-footer .main-btn.delete {
  background-color: #4caf50;
}
.custom_modal .modal-content .modal-footer .main-btn.delete:hover {
  background-color: rgba(76, 175, 80, 0.8);
  color: #fff;
}
.custom_modal .modal-content .modal-footer .main-btn.close_btn {
  background-color: #494949;
}
.custom_modal .modal-content .modal-footer .main-btn.close_btn:hover {
  background-color: rgba(73, 73, 73, 0.8);
  color: #fff;
}

.my_notification_page {
  padding: 30px 35px;
}
.my_notification_page .content .item {
  position: relative;
  background-color: #F9F9F9;
  padding: 15px 20px;
  margin-bottom: 13px;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  transition: 0.3s;
}
.my_notification_page .content .item:hover {
  background-color: #ebebeb;
}
.my_notification_page .content .item:hover .delete {
  opacity: 1;
  visibility: visible;
}
.my_notification_page .content .item .delete {
  position: absolute;
  top: -9px;
  right: -9px;
  width: 22px;
  height: 22px;
  background-color: #c99970;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  cursor: pointer;
}
.my_notification_page .content .item .info {
  max-width: 80%;
  flex: 80%;
}
.my_notification_page .content .item .info .name {
  color: #222222;
  font-weight: bold;
  margin-bottom: 12px;
}
.my_notification_page .content .item .info .desc {
  margin: 0;
  line-height: 23px;
}
.my_notification_page .content .item .time {
  max-width: 20%;
  flex: 20%;
  font-size: 14px;
  display: flex;
  justify-content: flex-end;
}
.my_notification_page .content .item .time i {
  color: #A0A0A0;
  font-size: 17px;
  margin-inline-end: 4px;
}

/*--------------------------------------------------------------
# End custom modal
--------------------------------------------------------------*/
.certificate_page {
  padding: 60px 0;
}
.certificate_page .btns_group {
  gap: 0 22px;
  margin-bottom: 12px;
}
.certificate_page .btns_group .print_btn {
  border: 0;
  border-radius: 3px;
  font-size: 18px;
  gap: 0 6px;
}
.certificate_page .btns_group .share_btn {
  gap: 0 5px;
  font-size: 18px;
  color: #A37A56;
}
.certificate_page .cert_box {
  border: 1px solid #FFEEDF;
  background-color: #fff;
  box-shadow: 0px 6px 3px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  padding: 25px;
  direction: rtl;
}
.certificate_page .cert_box .head_shapes {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.certificate_page .cert_box .head_shapes img:nth-of-type(3) {
  transform: rotate(270deg);
}
.certificate_page .cert_box .head_cert {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 80px;
  margin-top: -30px;
  text-align: center;
}
.certificate_page .cert_box .head_cert h2 {
  font-size: 26px;
  font-family: SE_Bold, sans-serif;
  color: #A37A56;
}
.certificate_page .cert_box .cert_body {
  margin: 45px 0 60px;
  text-align: center;
}
.certificate_page .cert_box .cert_body .title {
  font-size: 20px;
  font-family: SE_Bold, sans-serif;
  color: #072345;
}
.certificate_page .cert_box .cert_body .name {
  margin: 33px 0;
  font-size: 26px;
  font-family: SE_Bold, sans-serif;
  color: #A37A56;
}
.certificate_page .cert_box .cert_date {
  text-align: center;
}
.certificate_page .cert_box .cert_date h6 {
  font-size: 18px;
  font-family: SE_Bold, sans-serif;
  color: #A37A56;
  margin-bottom: 10px;
}
.certificate_page .cert_box .cert_date .value {
  color: #072345;
  font-size: 18px;
  display: block;
}
.certificate_page .cert_box .footer_cert {
  transform: rotate(180deg);
  margin-top: -30px;
}

.show_student_profile {
  padding: 50px 0;
}
.show_student_profile .profile_box {
  position: relative;
  border: 1px solid #FFEEDF;
  background-color: #fff;
  border-radius: 3px;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.show_student_profile .profile_box:not(:first-of-type) {
  margin-top: 30px;
}
.show_student_profile .profile_box .user_profile_level_btns {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  max-width: 50%;
  flex: 50%;
}
.show_student_profile .profile_box .user_profile_level_btns .main-btn {
  border-radius: 5px;
}
.show_student_profile .profile_box .personal_box {
  padding: 27px;
  border-bottom: 1px solid #F2F2F2;
  text-align: center;
}
.show_student_profile .profile_box .personal_box .chat_btn {
  border: 0;
  padding: 7px 15px;
  margin-top: 15px;
}
.show_student_profile .profile_box .personal_box .user_img {
  display: flex;
  align-items: center;
  gap: 0 12px;
  justify-content: center;
}
.show_student_profile .profile_box .personal_box img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #FFEEDF;
}
.show_student_profile .profile_box .personal_box .name {
  color: #6D6D6D;
  margin: 0;
}
.show_student_profile .profile_box .personal_box .map_course {
  display: block;
  margin-top: 15px;
}
.show_student_profile .profile_box .profile_head {
  padding: 27px 34px 40px;
  display: flex;
  justify-content: space-between;
  gap: 0 30px;
}
.show_student_profile .profile_box .profile_head .dates_of_course {
  font-size: 15px;
  display: flex;
  flex-direction: column;
  gap: 6px 0;
  padding: 13px 20px;
  border-radius: 3px;
  border: 2px solid #c99970;
}
.show_student_profile .profile_box .profile_head .progress_course {
  justify-content: center;
}
.show_student_profile .profile_box .profile_content {
  padding: 27px 34px 0;
  border-top: 1px solid #F2F2F2;
}
.show_student_profile .profile_box .profile_content .head {
  color: #A37A56;
  font-family: SE_Bold, sans-serif;
  font-size: 20px;
  margin-bottom: 16px;
}
.show_student_profile .profile_box .profile_content .block_course {
  padding-top: 14px;
}
.show_student_profile .profile_box .profile_content .block_course .title {
  color: #a37a56;
  font-weight: bold;
}
.show_student_profile .profile_box .profile_content .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  color: #A37A56;
  gap: 0 10px;
}
.show_student_profile .profile_box .profile_content .item:not(:last-of-type) {
  border-bottom: 1px solid #EFEFEF;
}
.show_student_profile .profile_box .profile_content .item .name {
  display: flex;
  align-items: center;
  gap: 0 6px;
}
.show_student_profile .profile_box .profile_content .item .status {
  padding: 7px 15px;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
}
.show_student_profile .profile_box .profile_content .item .status.finish {
  background: #dc3545;
}
.show_student_profile .profile_box .profile_content .item .status.start {
  background: #28a745;
}

.show_trainer_profile .profile_box {
  width: 100%;
  padding: 0 30px 20px;
}
.show_trainer_profile .profile_box .profile_head {
  display: block;
  justify-content: unset;
}
.show_trainer_profile .profile_box .profile_head .cert_btn {
  padding: 7px 14px;
  gap: 0 8px;
}
.show_trainer_profile .profile_box .profile_head .main-btn {
  border-radius: 5px;
  position: absolute;
  top: 27px;
  right: 17px;
}
.show_trainer_profile .profile_box .profile_head img {
  width: 116px;
  height: 116px;
}
.show_trainer_profile .profile_box .profile_head .name {
  color: #1F1F1F;
  margin: 18px 0 5px;
  font-size: 22px;
  font-family: SE_Bold, sans-serif;
}
.show_trainer_profile .profile_box .profile_head .country img {
  width: 23px;
  height: auto;
  border-radius: 2px;
}
.show_trainer_profile .profile_box .profile_head .country span {
  color: #6D6D6D;
  font-size: 15px;
}
.show_trainer_profile .profile_box .personal_box {
  padding: 0;
  border-bottom: 0;
}
.show_trainer_profile .profile_box .profile_trainer_content {
  margin-top: 15px;
}
.show_trainer_profile .profile_box .profile_trainer_content .box_about {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #707070;
  padding: 25px 42px;
}
.show_trainer_profile .profile_box .profile_trainer_content .box_about .head {
  display: inline-block;
  font-size: 18px;
  font-family: SE_Bold, sans-serif;
  color: #A37A56;
  background: #fff;
  padding: 17px 30px;
  transform: translateY(-54px);
  margin: 0;
}
.show_trainer_profile .profile_box .profile_trainer_content .box_about .desc {
  margin-top: -30px;
}
.show_trainer_profile .profile_box .profile_trainer_content .box_about .desc p {
  color: #3D3D3D;
}
.show_trainer_profile .profile_box .profile_trainer_content .courses_trainer {
  margin-top: 45px;
  padding: 0 90px;
}
.show_trainer_profile .profile_box .profile_trainer_content .courses_trainer .heading h5 {
  font-size: 20px;
  font-family: SE_Bold, sans-serif;
  color: #A37A56;
}
.show_trainer_profile .profile_box .profile_trainer_content .courses_trainer .main_course_box {
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
}
.show_trainer_profile .profile_box .profile_trainer_content .courses_trainer .main_course_box .image img {
  height: 200px;
}

.filter_courses_page {
  padding: 60px 0;
}

.filter_courses_page .filter {
  background: #fff;
  border: 1px solid #e1e1e1;
}

.filter_courses_page .filter .title_filter {
  padding: 10px;
  margin: 0;
  background: #e1e1e1;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.filter_courses_page .filter dt {
  padding: 10px 10px 10px 40px;
  background: #f6f6f6;
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  text-transform: none;
  font-size: 16px;
  position: relative;
  margin: 0 0 10px 0;
  font-weight: 700;
}

.filter_courses_page .filter dt .searchcontainer {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  height: 46px;
}

.filter_courses_page .filter dt span.searchIcon {
  position: absolute;
  left: 12px;
  width: 36px;
  height: 46px;
  text-align: center;
  line-height: 43px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter_courses_page .filter dt .searchcontainer .searchbox {
  display: none;
}

.filter_courses_page .filter dt input.search {
  color: #a1a1a1;
  border: 1px #e1e1e1 solid;
  background-color: #fff;
  padding: 5px 30px 5px 10px;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  width: 100%;
  box-shadow: none;
  border-right: 0;
  border-left: 0;
  font: 500 14px/40px MyriadPro, Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
  border-top: 0;
  background-position: right 13px;
  background-repeat: no-repeat;
}

.filter_courses_page .filter dt .searchcontainer.expandsearch .searchbox {
  display: block;
}

.filter_courses_page .filter dt .searchcontainer.expandsearch .searchbox input.search {
  margin-top: 6px;
  width: 94%;
  float: right;
  margin-right: 10px;
  border-radius: 20px;
  border: 1px #a1a1a1 solid;
  height: 32px;
}

.filter_courses_page .filter .options {
  max-height: 232px;
  overflow-y: auto;
}

.filter_courses_page .filter .options dd {
  cursor: pointer;
  position: relative;
  margin-bottom: 0.5rem;
  margin-inline-start: 0;
  font-size: 14px;
  padding-inline-start: 10px;
}

.filter_courses_page .filter .options dd input[type=checkbox],
.filter_courses_page .filter .options dd input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #cacece;
  /* box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0 -15px 10px -12px rgb(0 0 0 / 5%); */
  padding: 7px;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.filter_courses_page .filter .options dd input[type=checkbox]:checked,
.filter_courses_page .filter .options dd input[type=radio]:checked {
  background-color: #A37A56;
  border: 1px solid #A37A56;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}

.filter_courses_page .filter .options dd input[type=checkbox]:checked:after,
.filter_courses_page .filter .options dd input[type=radio]:checked:after {
  content: "✔";
  font-size: 13px;
  position: absolute;
  top: -2px;
  left: 0px;
  color: #fff;
  font-family: FontAwesome;
}

.filter_courses_page .filter .options dd label {
  cursor: pointer;
}

.filter_courses_page .main-content .box-product {
  margin-bottom: 30px;
}

.filter_courses_page.products_fixed .custom_flex {
  max-width: 20%;
  flex: 20%;
  padding: 0 10px;
}

.filter_courses_page .controls {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 40px;
}
.filter_courses_page .controls .sortby {
  border: 1px solid #b3b0b0;
  padding: 0.25rem 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.filter_courses_page .controls .sortby label {
  margin: 0;
  white-space: nowrap;
  color: #484848;
  font-weight: 600;
  font-size: 13px;
}
.filter_courses_page .controls .sortby .input_filter {
  border: none;
  background: 0 0;
  padding: 5px 10px;
  border-radius: 3px;
  outline: none;
  color: #484848;
  width: 150px;
}
.filter_courses_page .main-heading {
  margin-bottom: 30px;
}
.filter_courses_page .main-heading h4 {
  position: relative;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
  padding-bottom: 12px;
}
.filter_courses_page .main-heading h4:after {
  position: absolute;
  content: "";
  bottom: -3px;
  right: 0;
  width: 105px;
  height: 5px;
  border-radius: 50px;
  background-color: #000000;
}

/*--------------------------------------------------------------
# Start footer top
--------------------------------------------------------------*/
.footer {
  background: #a37a56;
  background: linear-gradient(0deg, rgba(163, 122, 86, 0.29) 0%, rgba(250, 249, 244, 0.29) 100%);
  padding: 100px 0 0;
  position: relative;
  overflow: hidden;
}
.footer .footer_top {
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .footer .box_footer:nth-of-type(2) {
    animation-delay: 0.3s;
  }
  .footer .box_footer:nth-of-type(3) {
    animation-delay: 0.6s;
  }
  .footer .box_footer:nth-of-type(4) {
    animation-delay: 0.9s;
  }
}
.footer .head {
  font-size: 34px;
  color: #1F1F1F;
  margin-bottom: 18px;
}
.footer .logo img {
  width: 154px;
}
.footer .list li {
  margin-bottom: 9px;
}
.footer .list li a {
  color: #1F1F1F;
}
.footer .contact_info .item {
  display: flex;
  align-items: center;
  gap: 0 11px;
  color: #1F1F1F;
  margin-bottom: 10px;
}
.footer .contact_info .sochial {
  display: flex;
  align-items: center;
  gap: 0 18px;
  margin-top: 26px;
}
.footer .contact_info .sochial a {
  color: #828282;
  font-size: 24px;
}
.footer .contact_info .sochial a:hover {
  color: #c99970 !important;
}

.copyrights {
  margin-top: 47px;
  border-top: 1px solid rgba(163, 122, 86, 0.5);
  position: relative;
  z-index: 1;
}
.copyrights .copy {
  display: flex;
  align-items: center;
}
.copyrights .copy p {
  margin: 0;
  color: #1F1F1F;
}
.copyrights .copy img {
  width: 46px;
  margin-inline-start: 10px;
}
.copyrights .logo_copyrights {
  display: flex;
  justify-content: flex-end;
}

.shape_footer {
  position: absolute;
  bottom: -300px;
  left: -503px;
  width: 809px;
}

/*--------------------------------------------------------------
# End footer top
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start Copy Right
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# End Copy Right
--------------------------------------------------------------*/
/*start plugins*/
/*start button up*/
.up {
  position: fixed;
  right: 30px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  color: #fff;
  background-color: #A37A56;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.up:hover {
  transform: scale(1.1);
}

.up.fade {
  visibility: visible;
  opacity: 1;
  bottom: 30px;
}

/*End button up*/
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*End plugins*/
/*********** Start buttons ************/
.main-btn {
  padding: 7px 40px;
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0 15px;
}
.main-btn.main {
  background-color: #A37A56;
}
.main-btn.main:hover {
  background-color: #c99970;
  color: #fff !important;
}
.main-btn.sec {
  background-color: #c99970;
}
.main-btn.sec:hover {
  background-color: #A37A56;
  color: #fff !important;
}
.main-btn.trans {
  background-color: #fff;
  color: #A37A56;
  border: 2px solid #c99970;
}
.main-btn.trans:hover {
  background-color: #A37A56;
  color: #fff !important;
  border: 2px solid #A37A56;
}
.main-btn.white {
  background-color: #fff;
  color: #A37A56;
}
.main-btn.white:hover {
  background-color: #c99970;
  color: #fff;
}

.sp_link {
  color: #fff;
  position: relative;
  display: inline-block;
}
.sp_link span {
  padding-inline-start: 17px;
  position: relative;
  z-index: 2;
}
.sp_link:after {
  content: "";
  position: absolute;
  background-color: #A37A56;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  right: 0;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  transition: 0.3s;
}
.sp_link:hover {
  color: #fff;
}
.sp_link:hover:after {
  transform: translate(-10px, -50%);
}

/*********** End buttons ************/
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
  margin: 0;
  transform: translateY(-20px);
}
.owl-carousel .owl-nav button {
  position: absolute;
  background: #fff !important;
  width: 40px;
  height: 40px;
  color: #616A7E !important;
  transition: 0.3s;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent !important;
  border-radius: 5px !important;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
}
.owl-carousel .owl-nav button.owl-prev {
  left: -40px;
}
.owl-carousel .owl-nav button.owl-next {
  right: -40px;
}
.owl-carousel .owl-nav button svg * {
  transition: 0.3s;
}
.owl-carousel .owl-nav button svg {
  margin-top: 5px;
}
.owl-carousel .owl-nav button:hover {
  color: #A37A56 !important;
  border: 1px solid #A37A56 !important;
}
.owl-carousel .owl-nav button:hover svg * {
  fill: #A37A56;
}

.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 5px;
  transition: 0.3s;
  background: #A37A56;
  border: 1px solid transparent;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: transparent;
  border-color: #A37A56 !important;
}

.owl-theme .owl-dots {
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .owl-carousel {
    width: 100% !important;
  }

  .owl-carousel .owl-nav {
    position: unset;
    top: 50%;
    width: 100%;
    height: auto;
    margin-top: 10px;
    transform: none !important;
    display: flex;
    justify-content: center;
  }
  .owl-carousel .owl-nav button {
    position: unset;
  }
}
@media (max-width: 575.98px) {
  .owl-carousel .owl-nav button {
    width: 35px;
    height: 35px;
  }
}
/*--------------------------------------------------------------
# Start Main Heading
--------------------------------------------------------------*/
.main_heading h3 {
  font-size: 41px;
  font-family: SE_Bold, sans-serif;
  color: #072345;
}

.more_link {
  font-size: 25px;
  display: inline-flex;
  align-items: center;
  gap: 0 9px;
  color: #A37A56;
}
.more_link i {
  transition: transform 0.3s;
}
.more_link:hover {
  color: #c99970 !important;
}
.more_link:hover i {
  transform: translateX(-5px);
}

/*--------------------------------------------------------------
# End Main Heading
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999999999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  /* clears the 'X' from Internet Explorer */
  /* clears the 'X' from Chrome */
}
.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.search-popup .search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #c99970;
  opacity: 0.75;
  cursor: pointer;
}
.search-popup .search-popup__content {
  width: 100%;
  max-width: 560px;
}
.search-popup .search-popup__content .aws-container .aws-search-form {
  height: auto;
  position: relative;
  width: 100%;
  float: none !important;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.search-popup .search-popup__content .aws-container .aws-search-form .aws-wrapper {
  flex-grow: 1;
  position: relative;
  vertical-align: top;
  width: 100%;
  background-color: #f6f5f2;
  padding: 8px 20px 8px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search-popup .search-popup__content .aws-container .aws-search-form .aws-wrapper .main-btn {
  border: 0;
  border-radius: 4px;
  padding: 7px 25px;
}
.search-popup .search-popup__content .aws-container .aws-search-form .aws-search-label {
  position: absolute !important;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.search-popup .search-popup__content .aws-container .aws-search-form input[type=search] {
  background-color: transparent;
  border-style: solid;
  border-width: 0;
  border-radius: 5px;
  padding: 10px 0;
  font-size: 16px;
  border: none;
  outline: none;
  height: auto;
  width: 100%;
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
  line-height: 30px;
  display: block;
  max-width: 100%;
  color: #313131;
}
.search-popup input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.search-popup input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.search-popup input[type=search]::-webkit-search-decoration,
.search-popup input[type=search]::-webkit-search-cancel-button,
.search-popup input[type=search]::-webkit-search-results-button,
.search-popup input[type=search]::-webkit-search-results-decoration {
  display: none;
}

@media (max-width: 991.98px) {
  .slider_section {
    padding: 175px 0 0;
    display: flex;
    align-items: center;
  }

  .about_section .content_about .info {
    margin-bottom: 50px;
  }
  .about_section .content_about .image:after {
    display: none;
  }
  .about_section .content_about .image img {
    max-height: 400px;
    width: auto;
    object-fit: contain;
  }

  .learning_levels_section .o-2 {
    order: 2;
    margin-top: 40px;
  }
  .learning_levels_section .info h3 {
    font-size: 28px;
  }
  .learning_levels_section .info .desc {
    margin: 22px 0 32px;
  }
  .learning_levels_section .levels .box .head h6 {
    font-size: 19px;
  }

  .mobile_apps_section .info {
    text-align: center;
  }
  .mobile_apps_section .info .desc {
    width: 100%;
  }
  .mobile_apps_section .info .apps {
    justify-content: center;
  }

  .footer .box_footer {
    margin-bottom: 40px;
  }

  .copyrights {
    margin-top: 0px;
    padding-top: 15px;
  }
  .copyrights .copy {
    justify-content: center;
    text-align: center;
  }
  .copyrights .logo_copyrights {
    justify-content: center;
  }

  .login_page .form_modal {
    width: 100%;
  }

  .contact_page .form_modal .border_e {
    border-inline-end: 0;
    padding-inline-end: 15px;
  }

  .contact_page .contact_info {
    padding-inline-start: 15px;
    margin-top: 50px;
  }

  .exam_page .content .head h3 {
    font-size: 25px;
  }

  .exam_page .content .head i {
    font-size: 25px;
  }

  .exam_page .content .content_question .num_ques {
    font-size: 19px;
  }

  .exam_page .content .content_question .exam_questions {
    margin-top: 35px;
  }

  .exam_page .content .content_question .box_question .text_ques p {
    font-size: 16px;
  }

  .end_exam .card_welcome {
    width: 100%;
  }

  .single_course_page .course_content {
    margin-top: 50px;
  }

  .card_side {
    margin-bottom: 50px;
    position: unset;
  }

  .chat_page .conv_list {
    margin-bottom: 30px;
  }

  .certificate_page .cert_box .head_cert img {
    width: 45px;
  }
  .certificate_page .cert_box .head_cert h2 {
    font-size: 20px;
  }

  .show_student_profile .profile_box {
    width: 100%;
  }

  .show_trainer_profile .profile_box .profile_trainer_content .box_about {
    width: 100%;
  }
  .show_trainer_profile .profile_box .profile_trainer_content .courses_trainer {
    padding: 0;
  }

  .nav_bar .additional .icon_nav.notifications.bell {
    display: none;
  }

  .nav_bar .dropdown .dropdown-toggle {
    padding: 0;
    border-radius: 0;
    background: none;
    color: #000;
  }
  .nav_bar .dropdown .dropdown-toggle span,
.nav_bar .dropdown .dropdown-toggle .chevron {
    display: none;
  }

  .nav_bar .dropdown {
    order: 2;
    margin: 0 20px;
  }
  .nav_bar .dropdown .dropdown-toggle .icon_user img {
    width: 22px;
  }

  .nav_bar .additional .icon_nav.notifications {
    margin: 0;
  }

  .nav_bar .dropdown.show .dropdown-toggle {
    border-radius: 0;
    padding: 0;
  }

  .nav_bar .dropdown .dropdown-toggle:hover {
    background: none;
  }

  .nav_bar .additional .icon_nav {
    width: 40px;
    min-width: 40px;
    height: 40px;
    font-size: 16px !important;
  }
  .nav_bar .additional .icon_nav.notifications.active:after {
    top: -1px;
    right: 1px;
    width: 10px;
    height: 10px;
  }

  .filter_courses_page .filter {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .slider_section .info p {
    width: 100%;
  }

  .about_section .content_about .info h2 {
    font-size: 31px;
  }

  .mobile_apps_section .info h3 {
    font-size: 39px;
  }
  .mobile_apps_section .info .desc {
    margin: 25px 0;
    font-size: 18px;
  }

  .copyrights .copy img {
    display: none;
  }

  .end_exam .card_welcome p {
    width: 100%;
  }

  .exam_page .records {
    gap: 10px 0;
    flex-direction: column;
  }

  .single_course_page {
    padding: 30px 0;
  }

  .media_center_page .news_content .box_new .info {
    text-align: center;
  }
  .media_center_page .news_content .box_new .image {
    width: 50%;
    margin: 0 auto 20px;
  }

  .box_event .image img {
    height: auto;
  }

  .chat_page .conv_content .content_messages .info .message {
    width: 100%;
  }

  .student_profile_page .main_content .settings_content .form_modal {
    width: 100%;
  }

  .certificate_page .cert_box .head_cert {
    padding: 0 20px;
    margin-top: 0;
  }

  .students_modal {
    padding: 0 15px !important;
  }
  .students_modal .main_content .item .main-btn {
    padding: 7px 10px;
    font-size: 14px;
  }

  .exam_page .content .head {
    text-align: center;
    border-bottom: 1px solid #FFEEDF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px 30px;
    flex-direction: column;
    gap: 30px 0;
  }

  .show_student_profile .profile_box .profile_head {
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 25px 0;
  }
  .show_student_profile .profile_box .profile_head .personal_box .user_img {
    justify-content: center;
  }

  .show_trainer_profile .profile_box .profile_head .main-btn {
    position: unset;
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .nav_bar .logo img {
    width: 60px;
  }

  .slider_section {
    padding: 125px 0 0;
  }
  .slider_section .info h2 {
    font-size: 46px;
  }
  .slider_section .info p {
    font-size: 19px;
  }
  .slider_section .info .main-btn {
    font-size: 19px;
  }

  .about_section .content_about {
    padding: 50px 20px;
    margin-inline-end: 20px;
  }
  .about_section .content_about .info h2 {
    font-size: 25px;
  }

  .more_link {
    font-size: 21px;
  }

  .main_heading h3 {
    font-size: 31px;
  }

  .courses_section .content_courses {
    margin-inline-start: 20px;
  }

  .mobile_apps_section .info h3 {
    font-size: 29px;
  }
  .mobile_apps_section .info .apps a {
    margin-bottom: 5px;
  }

  .footer {
    text-align: center;
  }
  .footer .contact_info .item,
.footer .contact_info .sochial {
    justify-content: center;
  }

  .login_page {
    padding: 50px 0 20px;
  }

  .login_page .form_modal {
    width: 100%;
    padding: 35px 20px;
  }

  .contact_page .contact_info .item {
    font-size: 18px;
  }

  .exam_page .content .content_question .box_question .text_ques {
    flex-direction: column;
    text-align: center;
    gap: 10px 0;
  }

  .end_exam .card_welcome p {
    font-size: 20px;
    line-height: inherit;
  }

  .exam_page .records label {
    padding: 12px 16px;
  }
  .exam_page .records label .text {
    font-size: 16px;
  }

  .exam_page .content .content_question .box_question .answers {
    padding: 20px;
  }

  .single_course_page .course_content .exam_box {
    flex-direction: column;
    gap: 20px 0;
  }

  .single_course_page .main_content_before .course_content_before .image_course .info h6 {
    font-size: 16px;
    padding: 10px 10px 5px;
  }

  .media_center_page .news_content .box_new .image {
    width: 100%;
  }

  .student_profile_page .main_content .settings_content {
    padding: 32px 20px 70px;
  }

  .student_profile_page .main_content .settings_content .form_modal {
    padding: 27px 20px;
  }

  .certificate_page .cert_box .head_shapes {
    align-items: center;
  }
  .certificate_page .cert_box .head_shapes img:nth-of-type(1), .certificate_page .cert_box .head_shapes img:nth-of-type(3) {
    width: 25%;
  }
  .certificate_page .cert_box .head_shapes img:nth-of-type(2) {
    width: 50%;
  }

  .certificate_page .cert_box .head_cert {
    padding: 0;
    margin-top: 20px;
  }

  .certificate_page .cert_box .cert_body {
    margin: 30px 0 40px;
  }
  .certificate_page .cert_box .cert_body .title {
    font-size: 18px;
  }
  .certificate_page .cert_box .cert_body .name {
    margin: 20px 0;
    font-size: 23px;
  }

  .certificate_page .cert_box .footer_cert {
    margin-top: 0;
  }

  .students_modal .main_content .item {
    flex-direction: column;
    gap: 10px 0;
    text-align: center;
  }
  .students_modal .main_content .item .main-btn {
    opacity: 1;
    visibility: visible;
  }

  .show_trainer_profile .profile_box .profile_trainer_content .box_about .head {
    padding: 17px 20px;
  }

  .show_trainer_profile .profile_box .profile_trainer_content .box_about {
    padding: 25px 15px;
    font-size: 15px;
  }

  .result_of_exam_page .result_ques {
    left: 50%;
    transform: translateX(-50%);
  }

  .exam_page .content .content_question .exam_details {
    flex-direction: column;
    gap: 10px 0;
  }

  .exam_page .content .head .name_exam h3 {
    font-size: 23px;
  }

  .exam_page .content .head .status_exam h4 {
    font-size: 16px;
  }

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

  .exam_page .content .content_question .box_question .answers .custom_checkbox .text .multible-choice-correct {
    font-size: 17px;
    margin-inline-start: 10px;
  }

  .exam_page .content .content_question .num_ques {
    text-align: center;
  }

  .student_profile_page .main_content .box_content .no-content-sentence {
    font-size: 22px;
  }

  .my_notification_page .content .item .info {
    max-width: 100%;
    flex: 100%;
  }

  .my_notification_page .content .item .time {
    max-width: 100%;
    flex: 100%;
    margin-top: 10px;
  }

  .custom_modal#meeting_modal .modal-content {
    padding: 20px 10px;
  }

  #meeting_modal .content_meetings .box_meeting {
    padding: 20px 10px;
  }
  #meeting_modal .content_meetings .box_meeting .name {
    font-size: 17px;
  }

  .result_of_exam_page .meetings_btns a {
    font-size: 15px;
  }

  .show_student_profile .profile_box .user_profile_level_btns .main-btn {
    font-size: 13px;
  }

  .show_student_profile .profile_box .profile_content {
    padding: 27px 15px 0;
  }

  .email_page .content_box {
    padding: 27px 20px 23px;
  }
  .email_page .content_box .details .row_email {
    justify-content: center;
    margin-top: 15px;
    flex-direction: column;
    gap: 15px 0;
  }
  .email_page .content_box .details .item {
    font-size: 16px;
  }

  .box_course_2 {
    width: 70%;
    margin: 0 auto 30px;
  }

  .filter_courses_page .controls .sortby {
    width: 100%;
  }

  .single_course_page .main_content_before > .main_box {
    padding: 34px 15px;
  }

  .single_course_page .main_content_before .course_content_before .desc_box p {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .box_course_2 {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
