/*--------------------------------------------------------------
# Start Global Page
--------------------------------------------------------------*/
@font-face {
  font-family: "FFShamelFamily";
  src: url("../fonts/FFShamelFamily-SemiRoundBook.eot");
  src: url("../fonts/FFShamelFamily-SemiRoundBook.eot?#iefix") format("embedded-opentype"), url("../fonts/FFShamelFamily-SemiRoundBook.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FFShamelFamily";
  src: url("../fonts/FFShamelFamily-SemiRoundBold.eot");
  src: url("../fonts/FFShamelFamily-SemiRoundBold.eot?#iefix") format("embedded-opentype"), url("../fonts/FFShamelFamily-SemiRoundBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "FFShamelFamily";
  src: url("../fonts/FFShamelFamily-SemiRoundMedium.eot");
  src: url("../fonts/FFShamelFamily-SemiRoundMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/FFShamelFamily-SemiRoundMedium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamRounded-Book.eot");
  src: url("../fonts/GothamRounded-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamRounded-Book.svg#GothamRounded-Book") format("svg"), url("../fonts/GothamRounded-Book.ttf") format("truetype"), url("../fonts/GothamRounded-Book.woff") format("woff"), url("../fonts/GothamRounded-Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamRoundedLight.eot");
  src: url("../fonts/GothamRoundedLight.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamRoundedLight.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamRoundedBold.eot");
  src: url("../fonts/GothamRoundedBold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamRoundedBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/GothamRounded-Medium.eot");
  src: url("../fonts/GothamRounded-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamRounded-Medium.svg#GothamRounded-Medium") format("svg"), url("../fonts/GothamRounded-Medium.ttf") format("truetype"), url("../fonts/GothamRounded-Medium.woff") format("woff"), url("../fonts/GothamRounded-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
body::-webkit-scrollbar-track {
  background-color: #d7d7d7;
}

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

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

body {
  font-family: "FFShamelFamily", "Gotham";
  font-weight: normal;
  font-size: 14px;
  direction: rtl;
  position: relative;
  background-color: #F8FBFF;
  color: #2a2424;
  text-align: start;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.7;
}

strong {
  font-weight: normal !important;
}

.mt-15,
.my-15 {
  margin-top: 15px !important;
}

.ms-10 {
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}

.stars-card svg {
  -webkit-margin-start: 3px;
          margin-inline-start: 3px;
  color: #818894;
}
.stars-card svg.active {
  color: #ffc600;
  fill: #ffc600;
}

.badge {
  line-height: 1.58;
  font-weight: 400;
}

.badge {
  display: inline-block;
  padding: 0 0.5rem;
  font-size: 0.75rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.3125rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.badge-primary {
  color: #fff;
  background-color: #00BDA6;
}

.img-cover {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.transition {
  transition: 0.3s;
}

.font-16 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.font-12,
.font-14 {
  font-weight: 400;
  line-height: 1.4;
}

.font-12 {
  font-size: 0.7em;
}

.font-13 {
  font-size: 0.75em;
}

.font-14 {
  font-size: 0.8rem;
}

.p-5 {
  padding: 5px !important;
}

.rounded {
  border-radius: 0.3125rem !important;
}

.text-secondary {
  color: #282834 !important;
}

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

.font-weight-500 {
  font-weight: 500 !important;
}

.text-gray {
  color: #818894 !important;
}

a.text-gray:focus,
a.text-gray:hover {
  color: #5c626c !important;
}

.bg-gray200 {
  background-color: #f1f1f1 !important;
}

a.bg-gray200:focus,
a.bg-gray200:hover,
button.bg-gray200:focus,
button.bg-gray200:hover {
  background-color: #d8d8d8 !important;
}

.flex-column {
  flex-direction: column !important;
}

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

svg {
  align-items: center;
  vertical-align: middle;
}

h6 {
  font-size: 1em;
}

.bold {
  font-weight: 900;
}

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

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

.teaser.lazyload {
  opacity: 0;
  transform: scale(0.8);
}

.teaser.lazyloaded {
  opacity: 1;
  transform: scale(1);
  transition: all 700ms;
}

button {
  outline: none !important;
}

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

.pointer {
  cursor: pointer;
}

a {
  transition: 0.3s;
  color: #2a2424;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #FF6D34;
}

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

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

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

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

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

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

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

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

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

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

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

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

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

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

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

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

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

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

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

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

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

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

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

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

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

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

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

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

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

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

section {
  overflow: hidden;
  position: relative;
}

.owl-carousel {
  direction: ltr;
}

.main-color {
  color: #FF6D34;
}

.sec-color {
  color: #00BDA6;
}

.p-relative {
  position: relative;
  z-index: 1;
}

.form-control {
  box-shadow: none !important;
  outline: none !important;
}
.form-control::-moz-placeholder {
  color: #999;
  font-size: 14px;
}
.form-control::placeholder {
  color: #999;
  font-size: 14px;
}

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

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

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

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

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

.sticky {
  position: sticky;
  top: 20px;
  z-index: 9;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.br-0 {
  border-radius: 0 !important;
}

.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #111;
}

.text-ellipsis {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

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

.item_carousel_p {
  padding: 15px;
  direction: rtl;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-grow-2 {
  flex-grow: 2;
}

.px-4 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.small {
  font-size: 14px !important;
}

.header-right > div {
  padding: 0 5px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.fas.fa-star {
  color: #F6C322;
}

hr {
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

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

.mb-0 {
  margin-bottom: 0 !important;
}

.text-dark {
  color: #222 !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.select2-container {
  direction: rtl;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da;
  height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  -webkit-padding-start: 8px;
          padding-inline-start: 8px;
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  left: 1px;
  right: auto;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: none;
}

.select2-results__option {
  cursor: pointer;
}

.select2-results__option.select2-results__option--highlighted {
  background-color: #FF6D34;
  color: #fff;
}

.select2-results__option {
  text-align: right;
}

.custom_checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.custom_checkbox input {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
.custom_checkbox .checkmark {
  position: relative;
  display: inline-block;
  width: 18px;
  min-width: 18px;
  height: 18px;
  border-radius: 2px;
  background-color: #E4EAF1;
  transition: 0.3s;
}
.custom_checkbox .checkmark:after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-size: 0.8em;
  content: "\f00c";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: none;
}
.custom_checkbox .checkmark:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 109, 52, 0.2);
  transition: 0.3s;
}
.custom_checkbox input:checked ~ .checkmark {
  background-color: #FF6D34;
}
.custom_checkbox input:checked ~ .checkmark:before {
  transform: translate(-50%, -50%) scale(1);
}
.custom_checkbox input:checked ~ .checkmark:after {
  display: block;
}
.custom_checkbox p {
  margin: 0;
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
}

.check-radio-item input {
  width: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  position: absolute;
  z-index: -10;
}
.check-radio-item.radio img {
  margin-top: -3px;
}
.check-radio-item.radio span {
  -webkit-margin-start: 6px;
          margin-inline-start: 6px;
}
.check-radio-item label {
  position: relative;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  padding-right: 27px;
  margin: 0;
  margin-right: -4px;
}
.check-radio-item label:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #E4EAF1;
  transition: all 0.3s;
}
.check-radio-item label:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
  background: #FF6D34;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.check-radio-item input:checked + label:after {
  opacity: 1;
  visibility: visible;
}

.odometer-inside {
  direction: ltr;
}

.custom_pagination {
  gap: 0 8px;
  direction: rtl;
}
.custom_pagination .num {
  width: 33px;
  height: 33px;
  border: 1px solid #2a2424;
  color: #2a2424;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.custom_pagination .num.active, .custom_pagination .num:hover {
  background-color: #2a2424;
  color: #fff;
}

@media (min-width: 992px) {
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
}
/*--------------------------------------------------------------
# End Global Page
--------------------------------------------------------------*/
/*==============================================
// Start Hint Bar
================================================*/
.hint-bar {
  background: #FF6D34;
}
.hint-bar .hint-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0;
  /*padding-left: 35px;*/
  color: #ffffff;
  font-size: 0.8em;
  font-weight: 500;
  flex-wrap: wrap;
}
.hint-bar .hint-wrap .close-hint {
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 100%;
  transition: all 0.3s;
  background: #a44621;
}
.hint-bar .hint-wrap .countdown {
  display: flex;
  align-items: center;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.hint-bar .hint-wrap .countdown .box {
  position: relative;
  -webkit-padding-end: 5px;
          padding-inline-end: 5px;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.hint-bar .hint-wrap .countdown .box:not(:last-of-type):after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 2px;
  height: 18px;
  background-color: #fff;
}
.hint-bar .hint-wrap .countdown span {
  color: #fff;
  font-weight: 700;
}
.hint-bar .hint-wrap a:hover {
  text-decoration: underline;
  color: #fff;
}

/*==============================================
// End Hint Bar
================================================*/
/*==============================================
// Start Nav Top
================================================*/
.navtop {
  background-color: #282834;
  color: #fff;
  font-size: 0.8em;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  overflow: visible;
  z-index: 10;
}
.navtop .contact-info-two {
  position: relative;
  display: flex;
  align-items: center;
}
.navtop .contact-info-two li {
  font-weight: 500;
  line-height: 1.2em;
}
.navtop .contact-info-two li:not(:last-of-type) {
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
  -webkit-border-end: 1px solid rgba(255, 255, 255, 0.5);
          border-inline-end: 1px solid rgba(255, 255, 255, 0.5);
}
.navtop .contact-info-two li a {
  display: flex;
  align-items: center;
  gap: 0 10px;
  line-break: anywhere;
}
.navtop .header-search {
  flex: 1;
}
.navtop .header-search form {
  position: relative;
  width: 250px;
  transition: all 0.3s;
  height: 35px;
  margin: 0 auto;
}
.navtop .header-search input {
  height: 35px;
  background: #f2f5f8;
  border-radius: 50px;
  padding: 0 20px 0 40px;
  outline: none !important;
  border: none;
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  color: #000;
}
.navtop .header-search button {
  position: absolute;
  background: none;
  padding: 0;
  outline: none !important;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
}
.navtop .header-search button svg {
  width: 15px;
  height: 15px;
}
.navtop .header-search svg path {
  fill: #2a2424;
}
.navtop .settings {
  gap: 20px;
  justify-content: flex-end;
  white-space: nowrap;
}
.navtop .settings i {
  font-size: 1.3em;
}
.navtop .settings .lang {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  -webkit-border-start: 1px solid rgba(255, 255, 255, 0.5);
          border-inline-start: 1px solid rgba(255, 255, 255, 0.5);
}
.navtop .settings .main-btn.animate {
  font-size: 1em;
  padding: 13px 40px;
}
.navtop .social-links {
  position: relative;
  display: flex;
  gap: 0 20px;
}
.navtop .social-links li a {
  color: #fff;
  transition: 0.5s;
}
.navtop .social-links li a:hover {
  color: #FF6D34;
}

/*==============================================
// End Nav Top
================================================*/
/*--------------------------------------------------------------
# Start nav-menu
--------------------------------------------------------------*/
.header-list {
  background-color: transparent;
  z-index: 9;
  position: relative;
  height: 0;
  transition: all 0.3s;
}
.header-list .li_login {
  color: #fff;
  display: block;
  /* float: left;
      padding: 1rem; */
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
}
.header-list ul .li_login ul {
  width: 170px;
  left: -30px;
  margin-top: 2px;
  background: #00bda6;
  visibility: hidden;
  opacity: 0;
  border-radius: 5px;
  position: absolute;
  transition: all 1s ease;
  top: 122%;
  left: 0;
  display: none;
}
.header-list ul .li_login ul::after {
  content: "";
  position: absolute;
  top: -18px;
  left: 59px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #ff6d34;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.header-list ul .li_login:hover > ul,
.header-list ul .li_login ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}
.header-list ul .li_login ul li {
  clear: both;
  width: 100%;
  padding: 10px 15px;
}
.header-list ul .li_login ul li a {
  font-weight: bold;
  color: #fff;
}
.header-list.inside_header {
  background-color: #fff;
  height: auto;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}
.header-list.inside_header .content-header {
  background: #fff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}
.header-list.inside_header .social-links li a,
.header-list.inside_header .primary-menu-container ul.nav-menu > li > a,
.header-list.inside_header .toggle-menu,
.header-list.inside_header .btns-div .text-white {
  color: #2a2424;
}
.header-list.inside_header .social-links li a:hover,
.header-list.inside_header .primary-menu-container ul.nav-menu > li > a:hover,
.header-list.inside_header .toggle-menu:hover,
.header-list.inside_header .btns-div .text-white:hover {
  color: #FF6D34;
}
.header-list.sticky-header.home {
  position: sticky;
  top: 2rem;
  right: 0;
  left: 0;
  z-index: 999;
}
.header-list.sticky-header {
  position: sticky;
  top:0 !important;
  right: 0;
  left: 0;
  z-index: 999;
}
.header-list.sticky-header .content-header {
  background: #fff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}
.header-list.sticky-header .social-links li a,
.header-list.sticky-header .primary-menu-container ul.nav-menu > li > a,
.header-list.sticky-header .toggle-menu,
.header-list.sticky-header .btns-div .text-white {
  color: #2a2424;
}
.header-list.sticky-header .social-links li a:hover,
.header-list.sticky-header .primary-menu-container ul.nav-menu > li > a:hover,
.header-list.sticky-header .toggle-menu:hover,
.header-list.sticky-header .btns-div .text-white:hover {
  color: #FF6D34;
}
.header-list .content-header {
  transition: all 0.3s;
}
.header-list .logo img {
  width: 129px;
  min-width: 129px;
}
.header-list .main-btn {
  font-size: 12px;
  padding: 11px 30px;
  white-space: nowrap;
}
.header-list .header-item {
  position: relative;
  width: 90px;
}
.header-list .header-item:hover .user-login-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 15px;
  z-index: 10;
}
.header-list .header-item:hover .header-link {
  background-color: #FF6D34;
  color: #fff;
}
.second-btn{
  width: 90px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  font-weight: 500;
  transition: all 0.3s;
  height: 40px;
  color: #fff;
  background: #FF6D34;
  padding: 6px 10px !important;
  line-height: normal;
  display: flex;
  align-items: center;
}
.header-list .header-item .header-link {
  width: 90px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  font-weight: 500;
  transition: all 0.3s;
  height: 40px;
  color: #fff;
  background: #FF6D34;
  padding: 6px 10px !important;
  line-height: normal;
  display: flex;
  align-items: center;
}
.header-list .header-item .user-login-menu {
  position: absolute;
  transition: all 0.3s;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  top: 100%;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  background: #393d48;
  padding: 25px;
  box-shadow: none;
  width: 212px;
}
.header-list .header-item .user-login-menu:before {
  content: "";
  position: absolute;
  top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  z-index: 9999;
  border-color: transparent transparent #393d48 transparent;
  left: 50%;
  transform: translateX(-50%);
}
.header-list .header-item .user-login-menu:before {
  border-color: transparent transparent #393d48 transparent;
  left: 50%;
  transform: translateX(-50%);
}
.header-list .header-item .user-login-menu a {
  color: #e4eaf1;
  display: block;
  transition: all 0.3s;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 23px;
  display: flex;
  align-items: center;
}
.header-list .header-item .user-login-menu a:last-child {
  margin: 0;
}
.header-list .header-item .user-login-menu a svg {
  margin-left: 14px;
  transition: all 0.3s;
  color: #e4eaf1;
  fill: #e4eaf1;
}
.header-list .header-item .user-login-menu a:hover {
  color: #FF6D34;
}
.header-list .header-item .user-login-menu a:hover svg {
  color: #FF6D34;
  fill: #FF6D34;
}

.primary-menu-container ul.nav-menu > li {
  display: inline-block;
  list-style: none;
  position: relative;
  margin: 0;
}
.primary-menu-container ul.nav-menu > li > a {
  padding: 25px 5px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 0.93em;
  position: relative;
  text-transform: capitalize;
  text-shadow: none;
  white-space: normal;
  word-wrap: break-word;
  word-break: normal;
  color: #fff;
}
.primary-menu-container ul.nav-menu > li > a > i {
  font-size: 1.3em;
}
.primary-menu-container ul.nav-menu > li.menu-item-has-children > a:after {
  /* Remove or comment out the following lines */
  /*
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  border: 0;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
  margin-top: 1px;
  font-weight: normal;
  font-weight: 900;
  */
  
  /* Add this line to ensure no content is added */
  content: none;
}
.primary-menu-container ul.nav-menu > li:hover > a {
  color: #FF6D34;
}
.primary-menu-container ul.nav-menu > li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: none;
  pointer-events: unset;
  text-align: start;
}

.primary-menu-container ul.nav-menu .sub-menu {
  background: #ffffff;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 380;
  margin: 0;
  padding: 20px;
  min-width: 270px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(15px) translateZ(0);
  pointer-events: none;
  box-shadow: 0px 8px 20px rgba(61, 110, 168, 0.1);
  border-radius: 0px 0px 10px 10px;
  border-top: 2px solid #FF6D34;
}

.primary-menu-container ul.nav-menu .sub-menu.sub-menu-elementor.default {
  width: 1000px;
  right: -310px;
}

.elementor-section-boxed {
  position: relative;
  color: #334763;
  padding: 30px 30px 30px 30px;
  border-radius: 0px 0px 5px 5px;
}
.elementor-section-boxed > .elementor-container {
  max-width: 1440px;
}
.elementor-section-boxed .elementor-container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.elementor-section-boxed .elementor-column {
  position: relative;
  display: flex;
}
.elementor-section-boxed .elementor-widget:not(:last-child) {
  margin-bottom: 20px;
}
.elementor-section-boxed .elementor-heading-title {
  color: #FF6D34;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 16px;
}

.primary-menu-container ul.nav-menu .sub-menu li a {
  display: block;
  text-transform: none;
  padding: 10px 0;
  color: #334763;
  font-size: 0.92em;
  font-weight: 600;
  white-space: normal;
  word-wrap: break-word;
  word-break: normal;
  transition: 0.3s;
  line-height: 131%;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 6px;
}
.primary-menu-container ul.nav-menu .sub-menu li a:hover {
  color: #FF6D34;
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
}

.primary-menu-container ul.nav-menu .sub-menu[class*=width_]:not(.sub-menu-elementor),
.primary-menu-container ul.nav-menu .sub-menu.default:not(.sub-menu-elementor),
.primary-menu-container ul.nav-menu .sub-menu.fullwidth:not(.sub-menu-elementor) {
  min-width: 150px;
  padding: 10px 0;
}

.primary-menu-container ul.nav-menu .sub-menu[class*=width_]:not(.sub-menu-elementor) li,
.primary-menu-container ul.nav-menu .sub-menu.default:not(.sub-menu-elementor) li,
.primary-menu-container ul.nav-menu .sub-menu.fullwidth:not(.sub-menu-elementor) li {
  margin: 0;
  list-style: none;
  padding: 0 20px;
}

.acc-form-padding .lost-pwlink,
.acc-form-padding .acc-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff3ec;
  color: #2d2a6e;
}

.wl-icon-wrapper > a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ecfbff;
  color: #2d2a6e;
  position: relative;
}

.wl-icon-wrapper .wl-icon,
.cart-toggler .my-cart {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.wl-icon-wrapper .qty-count,
.cart-toggler .qty {
  background: transparent;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  background-color: #ea0d42;
  color: #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: -5px;
}

.cart-toggler .content-cart {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #feefd0;
  color: #2d2a6e;
  position: relative;
}

.toggle-menu {
  font-size: 24px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: #fff;
  padding-inline: 2rem;
}

/*--------------------------------------------------------------
# End nav-menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start search pop up
--------------------------------------------------------------*/
.search-switcher .search-opener {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f2ff;
  color: rgb(18, 26, 56);
  position: relative;
}

.search-switcher .search-form-container {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  top: -1000px !important;
  left: 0;
  z-index: 1000;
  transition: all 0.4s ease-in-out;
  height: 100%;
}
.search-switcher .search-form-container .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.search-switcher .search-form-container .search-content-popup {
  padding: 50px 20px 50px;
  min-height: 320px;
  position: relative;
  z-index: 10;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.search-switcher .search-form-container .search-content-popup .close-popup {
  position: absolute;
  right: 40px;
  top: 50px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  width: 30px;
  height: 30px;
}
.search-switcher .search-form-container .search-content-popup .close-popup i {
  font-size: 30px;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
}
.search-switcher .search-form-container .search-content-popup .close-popup i:hover {
  opacity: 1;
  color: #FF6D34;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.search-switcher .search-form-container .search-content-popup .close-popup span {
  font-weight: 500;
  font-size: 16px;
  display: none;
}
.search-switcher .search-form-container .search-content-popup h3 {
  font-size: 18px;
  margin: 0 0 25px;
  text-transform: uppercase;
  font-weight: 500;
}
.search-switcher .search-form-container .search-content-popup .field-container {
  width: 100%;
  max-width: 600px;
  position: relative;
}
.search-switcher .search-form-container .search-content-popup .field-container input.search-field {
  border: 0;
  border: 1px solid #ebeff4;
  border-radius: 3px;
  width: 100%;
  padding: 10px 45px 10px 20px;
  height: 45px;
  min-height: 45px;
  margin: 0;
  padding-left: 10px;
  font-size: 14px;
  background: none;
  box-shadow: none;
}
.search-switcher .search-form-container .search-content-popup .field-container .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  opacity: 0;
  border: 0;
  padding: 0;
  margin: 0;
  text-indent: -99999px;
  width: 45px;
  height: 45px;
  min-height: 50px;
  z-index: 2;
}
.search-switcher .search-form-container .search-content-popup .field-container i {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  z-index: 1;
}

.search-switcher.showing .search-form-container {
  top: 0 !important;
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
# End search pop up
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start card side
--------------------------------------------------------------*/
.cart-side-content .cart-side-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1112;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
}

.cart-side-content.opened .cart-side-backdrop {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s ease, visibility 0s ease;
}

.cart-side-content .cart-widget-content {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1113;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 350px;
  max-width: 100%;
  background-color: #ffffff;
  transition: transform 0.4 ease;
  transition: transform 0.4s ease;
  left: 0;
  right: auto;
  transform: translate3d(-100%, 0, 0);
}

.cart-side-content.opened .cart-widget-content {
  transform: none;
}

.cart-side-content .widget_shopping_cart {
  float: none;
  padding: 0 30px 30px;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex: 1 1 auto;
  align-items: stretch;
  flex-direction: column;
}

.cart-side-content .widget_shopping_cart .widgettitle {
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 30px;
  position: relative;
  margin: 0 -30px 30px;
  border-bottom: 1px solid #ebeff4;
  line-height: unset;
  background: #f2f2f6;
}

.cart-side-content .widget_shopping_cart .widgettitle .toggle-cartside {
  width: 16px;
  height: 30px;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: normal;
}
.cart-side-content .widget_shopping_cart .widgettitle .toggle-cartside i {
  font-size: 20px;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
}
.cart-side-content .widget_shopping_cart .widgettitle .toggle-cartside i:hover {
  opacity: 1;
  color: #FF6D34;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}

.cart-side-content .widget_shopping_cart .widget_shopping_cart_content {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  align-items: stretch;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.cart-side-content .widget_shopping_cart .widget_shopping_cart_content .minicart-list {
  position: relative;
  flex: 1 1 auto;
  overflow: auto;
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

.cart-side-content .widget_shopping_cart .widget_shopping_cart_content .product_list_widget {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: none;
}

.cart-side-content .widget_shopping_cart .widget_shopping_cart_content .product_list_widget .mini_cart_item {
  position: relative;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
  font-size: 14px;
  border-bottom: 1px solid #ebeff4;
}

.cart-side-content .widget_shopping_cart .widget_shopping_cart_content .product_list_widget .mini_cart_item a.remove {
  right: 2px;
  top: -8px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  font-weight: 400;
  width: 10px;
  height: 30px;
  position: absolute;
  border-radius: 100%;
  line-height: 1.4;
}

.cart-side-content .widget_shopping_cart .widget_shopping_cart_content .product_list_widget .mini_cart_item a {
  font-weight: normal;
  line-height: 1.4;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.cart-side-content .widget_shopping_cart .widget_shopping_cart_content .product_list_widget .mini_cart_item img {
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  width: 70px;
  height: auto;
  box-shadow: none;
  max-width: 100%;
}

.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after {
  clear: both;
}

.cart-side-content .widget_shopping_cart .widget_shopping_cart_content .minicart-bottom {
  margin-bottom: 52px;
  flex: 0 0 auto;
}

.cart-side-content .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__total {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 20px;
  border-top: 1px solid #ebeff4;
}

.cart-side-content .widget_shopping_cart .widget_shopping_cart_content .minicart-bottom p {
  margin: 0;
}

.cart-side-content .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__total strong {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #2d2a6e;
}

.cart-side-content .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__total .amount {
  font-weight: 700;
  font-size: 18px;
  color: #2d2a6e;
}

.cart-side-content .woocommerce .button,
.cart-side-content .woocommerce .button.alt,
.cart-side-content .woocommerce #submit {
  box-shadow: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 13px;
  min-height: 45px;
  text-transform: uppercase;
  color: #fff;
  background-color: #FF6D34;
  border-radius: 30px;
  padding: 10px 30px;
  text-align: center;
  text-shadow: none;
  white-space: nowrap;
  border: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  line-height: 1.5;
  padding: 14px;
}
.cart-side-content .woocommerce .button:hover,
.cart-side-content .woocommerce .button.alt:hover,
.cart-side-content .woocommerce #submit:hover {
  background-color: #00BDA6;
}

.cart-side-content .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons > * {
  width: 100%;
  margin: 0;
  min-height: 50px;
}

.cart-side-content .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons a:first-child {
  background: none;
  color: #FF6D34;
  border: 2px solid #FF6D34;
}
.cart-side-content .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons a:first-child:hover {
  background-color: #FF6D34;
  color: #fff;
}

.cart-side-content .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons .checkout {
  margin-top: 10px;
}

/*--------------------------------------------------------------
# End card side
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# start mobile menu
--------------------------------------------------------------*/
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1112;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
}

.mobile-nav-on .mobile-menu-overlay {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s ease, visibility 0s ease;
}

.mobile-navigation {
  left: 0;
  top: 0;
  margin: 0;
  position: fixed;
  max-width: calc(100% - 30px);
  width: 350px;
  height: 100%;
  padding: 70px 30px 30px;
  overflow: auto;
  z-index: 9999999;
  overflow-y: auto;
  background-color: #1f1e2b;
  transition: transform 0.4 ease;
  transition: transform 0.4s ease;
  transform: translate3d(-101%, 0, 0);
}

.mobile-nav-on .mobile-navigation {
  transform: none;
}

.mobile-navigation #close-menu-moblie {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #FF6D34;
}
.mobile-navigation #close-menu-moblie a {
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
.mobile-navigation #close-menu-moblie a i {
  padding: 0 5px;
  font-size: 19px;
  font-weight: normal;
}

.mobile-navigation .search-form-container {
  margin-bottom: 20px;
}

.mobile-navigation .search-form-container .search-content-popup {
  text-align: center;
}

.mobile-navigation .search-form-container .search-content-popup .close-popup,
.mobile-navigation .search-form-container .search-content-popup .orfarm-autocomplete-search-loading,
.mobile-navigation .search-form-container .search-content-popup .orfarm-autocomplete-search-results {
  display: none;
}

.mobile-navigation .search-form-container .search-content-popup h3 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 13px;
  text-transform: uppercase;
}

.mobile-navigation .search-form-container .search-content-popup .field-container {
  position: relative;
  color: #0a2748;
}
.mobile-navigation .search-form-container .search-content-popup .field-container i {
  position: absolute;
  top: 0;
  left: 5px;
  width: 45px;
  height: 45px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-navigation .search-form-container .search-content-popup .field-container input.search-field {
  width: 100%;
  height: 45px;
  border-radius: 3px;
  font-size: 14px;
  padding-right: 45px;
  border: 1px solid transparent;
  background: #f3f3f9;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease;
}

.mobile-navigation .search-form-container .search-content-popup .field-container input[type=submit] {
  background: transparent !important;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  height: 45px;
  min-height: 45px;
  width: 45px;
  font-size: 0;
  border: 0;
  z-index: 222;
  text-transform: capitalize;
}

.mobile-navigation .nav-menu > li {
  padding: 5px 0px 10px 0;
  border-bottom: 1px #333144 solid;
}

.mobile-navigation .nav-menu > li,
.mobile-navigation .nav-menu > ul {
  display: block;
  list-style: none;
  text-transform: capitalize;
}

.mobile-navigation .nav-menu li.dropdown {
  position: relative;
}

.mobile-navigation .nav-menu a {
  color: #fff;
  display: block;
  line-height: 30px;
  font-size: 1em;
  font-weight: 500;
}
.mobile-navigation .nav-menu a i {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.mobile-navigation .nav-menu a:hover {
  color: #FF6D34;
  -webkit-padding-start: 5px;
          padding-inline-start: 5px;
}

.mobile-navigation .nav-menu li.dropdown .sub-menu {
  margin-left: 0;
  padding-bottom: 10px;
  padding-left: 15px;
}

.mobile-navigation .nav-menu li.dropdown ul:not(.elementor-icon-list-items) {
  display: none;
}

.mobile-navigation .nav-menu li.dropdown .toggle-submenu {
  position: absolute;
  top: 5px;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  color: #526e8e;
  font-size: 18px;
}

.mobile-navigation .nav-menu li.dropdown .toggle-submenu i {
  font-size: 16px;
  color: #fff;
}

.mobile-navigation .nav-menu li.dropdown.opening > .toggle-submenu .icon-chevron-up {
  color: #FF6D34;
}

.mobile-navigation .my-account-link,
.mobile-navigation .wishlist-link,
.mobile-navigation .header-top-setting {
  padding: 10px 0;
  border-bottom: 1px #333144 solid;
  margin-left: 0;
}

.mobile-navigation .my-account-link a,
.mobile-navigation .wishlist-link a,
.mobile-navigation .header-top-setting a {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  font-size: 1em;
  color: #fff;
  font-weight: 500;
}
.mobile-navigation .my-account-link a:hover,
.mobile-navigation .wishlist-link a:hover,
.mobile-navigation .header-top-setting a:hover {
  color: #FF6D34;
  -webkit-padding-start: 5px;
          padding-inline-start: 5px;
}

.mobile-navigation .my-account-link a i,
.mobile-navigation .wishlist-link a i,
.mobile-navigation .header-top-setting a i {
  float: right;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

/*--------------------------------------------------------------
# End mobile menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start icons bar bottom
--------------------------------------------------------------*/
.side-sticky-icons {
  position: fixed;
  right: 20px;
  left: 20px;
  bottom: 20px;
  z-index: 1111;
  padding: 0;
  margin: 0;
  align-items: center;
  background: #ffffff;
  display: none;
  padding: 0 40px;
  min-height: 60px;
  box-shadow: 0px 0px 25px rgba(61, 110, 168, 0.2);
  border-radius: 50px;
}
.side-sticky-icons li {
  list-style: none;
  display: inline-block;
  margin: 0;
  position: relative;
  text-align: center;
  flex: 1 0 20%;
}
.side-sticky-icons li a {
  display: flex;
  align-self: stretch;
  width: 100%;
  height: 100%;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  font-size: 12px;
  line-height: 1;
  padding: 12px 15px 10px;
  text-transform: uppercase;
  color: #2d2a6e;
}
.side-sticky-icons li a .icons {
  font-size: 20px;
}
.side-sticky-icons li a .icon-home1:before {
  content: "\e918";
}
.side-sticky-icons li a .icon-menu:before {
  content: "\e919";
}

.side-sticky-icons li.quick-cart a {
  position: absolute;
  top: -50px;
  width: 65px;
  height: 65px;
  border-radius: 100%;
  background-color: #ffffff;
  margin: auto;
  left: 0;
  right: 0;
}
.side-sticky-icons li.quick-cart a:before {
  content: "";
  background-color: #FF6D34;
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  border-radius: 100%;
}
.side-sticky-icons li.quick-cart a svg {
  position: relative;
}

.side-sticky-icons li .badge {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  font-size: 11px;
  line-height: 18px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #ea0d42;
  color: #fff;
}

.side-sticky-icons li.quick-cart a .badge {
  top: 15px;
  left: 13px;
  z-index: 99;
}

/*--------------------------------------------------------------
# End icons bar bottom
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start Page Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start Page Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start Header
--------------------------------------------------------------*/
.header_section {
  /* Slider style */
  /* current slide
      ---------------------------------*/
  /* nav
      ---------------------------------*/
}
.header_section .info {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999999;
  margin: 1.5rem;
}
.header_section a {
  text-decoration: none;
  color: rgba(225, 255, 255, 0.8);
}
.header_section p {
  font-weight: 700;
  font-size: 1rem;
  color: #fff;
}
.header_section .cd-slider {
  position: relative;
  width: 100%;
  height: calc(100vh - 59px);
  overflow: hidden;
}
.header_section .cd-slider img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.header_section .cd-slider.ie9 nav div span {
  display: none;
}
.header_section .cd-slider ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  transition: visibility 0s 0.6s;
}
.header_section .cd-slider ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  width: 135vh;
  height: 135vh;
  border: solid rgba(0, 0, 0, 0.2);
  border-width: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: border-width 0.4s 0.6s;
}
.header_section .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(1.2);
  transition: opacity 0.4s 0.6s, transform 0.4s 0.6s;
}
.header_section .content:after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: rgb(2, 0, 36);
  background: linear-gradient(180deg, rgba(2, 0, 36, 0.7318277653) 0%, rgba(0, 0, 0, 0.1463935916) 100%);
}
.header_section .content blockquote {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  text-align: center;
  margin: 0;
  width: 90%;
  padding: 0 40px;
}
.header_section blockquote p {
  font-size: 4rem;
  margin-bottom: 0;
  margin-bottom: 10px;
}
.header_section blockquote span {
  font-size: 2rem;
  color: #fff;
  display: block;
}
.header_section .cd-slider li.current_slide {
  visibility: visible;
}
.header_section .cd-slider li.current_slide::before {
  border-width: 16rem;
}
.header_section .cd-slider li.current_slide .content {
  opacity: 1;
  transform: scale(1);
}
.header_section nav div {
  position: absolute;
  top: 50%;
  left: 4%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  list-style: none;
}
.header_section nav div:last-of-type {
  left: auto;
  right: 4%;
}
.header_section .prev,
.header_section .next {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  transition: box-shadow 0.3s;
  background-color: #FF6D34 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_section .prev::before {
  transform: rotate(45deg);
  top: 24%;
}
.header_section .prev::after {
  transform: rotate(-45deg);
  bottom: 24%;
}
.header_section .next::before,
.header_section .next::after {
  left: auto;
  right: 43%;
}
.header_section .next::before {
  transform: rotate(-45deg);
  top: 24%;
}
.header_section .next::after {
  transform: rotate(45deg);
  bottom: 24%;
}
.header_section .prev:hover,
.header_section .next:hover {
  box-shadow: 0 0 0 1rem rgba(0, 0, 0, 0.15);
}
.header_section nav > div > span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 100%;
  z-index: 5;
  pointer-events: none;
  will-change: width, height;
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

/*--------------------------------------------------------------
# End Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start why choose us
--------------------------------------------------------------*/
.why-choose-us-section {
  background-color: #f8fbff;
  padding: 130px 0 80px;
}
.why-choose-us-section:after {
  position: absolute;
  content: "";
  left: 0;
  top: 80px;
  width: 60%;
  height: 662px;
  background: rgba(255, 109, 52, 0.1);
  border-radius: 0px 200px 0 0;
}
.why-choose-us-section .container {
  position: relative;
  z-index: 1;
}
.why-choose-us-section .info h3 {
  color: #282834;
  font-size: 2.625em;
  font-weight: 700;
  margin-bottom: 20px;
}
.why-choose-us-section .info p {
  color: rgba(40, 40, 52, 0.7019607843);
  font-size: 1.5em;
  margin: 0;
}
.why-choose-us-section .info .main-btn {
  box-shadow: 0px 12px 32px rgba(0, 189, 166, 0.3);
  margin-top: 30px;
}
.why-choose-us-section .items {
  margin: 0 -8px;
}
.why-choose-us-section .items [class*=col-] {
  padding: 0 8px;
  margin-bottom: 16px;
}
.why-choose-us-section .items .single {
  background: #ffffff;
  box-shadow: 0px 8px 32px rgba(253, 190, 0, 0.0784313725);
  border: 1px solid rgba(48, 56, 104, 0.1215686275);
  border-radius: 10px;
  padding: 30px;
  gap: 20px;
}
.why-choose-us-section .items .single img {
  width: 50px;
}
.why-choose-us-section .items .single p {
  color: #282834;
  font-size: 1.1em;
  margin: 0;
  font-weight: 500;
}
.why-choose-us-section .items .single:hover {
  border-radius: 40px 10px 10px 10px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
# End why choose us
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start search section
--------------------------------------------------------------*/
.search-section {
  padding: 30px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-image: url(../img/courses/01.jpg);
}
.search-section:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 28, 33, 0.9);
}
.search-section .reveal-wrap,
.search-section .reveal-content {
  height: 100%;
}
.search-section .row {
  margin: 0 -7px;
  position: relative;
  z-index: 1;
}
.search-section [class*=col-] {
  padding: 0 7px;
}
.search-section .box-form {
  padding: 10px 30px;
  background-color: #282834;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.0588235294);
  border-radius: 12px;
}
.search-section .box-form .form-group {
  outline: none;
  margin-bottom: 1rem;
}
.search-section .box-form select {
  width: 100%;
  height: 45px;
}
.search-section .box-form select:focus-visible {
  outline: none;
}
.search-section .box-form .head {
  margin-bottom: 30px;
  text-align: center;
}
.search-section .box-form .head h5 {
  color: #fff;
  font-size: 2em;
  text-transform: capitalize;
}
.search-section .box-form .form-control {
  height: 45px;
  border-color: transparent;
  transition: 0.3s;
}
.search-section .box-form .form-control:hover, .search-section .box-form .form-control:focus {
  border-color: #FF6D34;
}
.search-section .box-form label {
  color: #7a7a7a;
  display: block;
  margin-bottom: 4px;
  font-weight: 500;
  text-transform: capitalize;
}
.search-section .box-form .main-btn {
  border-radius: 3px;
  padding: 11px 40px;
}
.search-section .content-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.search-section .content-search .box {
  max-width: 49%;
  flex: 49%;
  height: 325px;
}
.search-section .content-search .box:hover .bg h3:after {
  width: 90%;
}
.search-section .content-search .box:hover .bg:before {
  background-color: #00BDA6;
  opacity: 0.6;
}
.search-section .content-search .bg {
  width: 100%;
  text-align: center;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  padding-top: 25%;
  padding-bottom: 25%;
  border-radius: 10px;
  overflow: hidden;
}
.search-section .content-search .bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  background-color: black;
  opacity: 0.3;
  z-index: 1;
  top: 0;
  transition: 0.3s;
}
.search-section .content-search .bg * {
  position: relative;
  z-index: 1;
}
.search-section .content-search .bg h3 {
  font-size: 1.5em;
}
.search-section .content-search .bg h3:after {
  content: "";
  width: 70%;
  height: 1px;
  background-color: white;
  display: block;
  margin: 10px auto 0;
  transition: 0.3s;
}
.search-section .content-search .bg p {
  margin-top: 0px;
  margin-bottom: 0px !important;
  font-size: 1em;
  font-weight: 600;
}

/*--------------------------------------------------------------
# End search section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start products section
--------------------------------------------------------------*/
.products-section {
  margin: 70px 0 50px;
}
.products-section .box_content {
  display: none;
  transition: 0.3s;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
.products-section .box_content.active {
  display: block;
  animation: fadeInUp 1s both;
  -webkit-animation: fadeInUp 1s both;
}
.products-section .list_control {
  text-align: center;
  overflow: auto;
  max-width: 100%;
  margin: 25px auto 40px;
  display: flex;
  white-space: nowrap;
  padding-bottom: 10px;
}
.products-section .list_control::-webkit-scrollbar-track {
  background-color: #F8FBFF;
}
.products-section .list_control::-webkit-scrollbar {
  height: 6px;
  background-color: #F8FBFF;
}
.products-section .list_control::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #e1e1e1;
}
.products-section .list_control li {
  padding: 4px 20px;
  border-radius: 50px;
  font-size: 13px;
  color: #8a8e98;
  background: #f2f5f8;
  line-height: 22px;
  display: inline-block;
  transition: all 0.3s;
  margin: 0 10px;
  cursor: pointer;
}
.products-section .list_control li.active, .products-section .list_control li:hover {
  background: #282834;
  color: #fff;
}
.products-section .item_carousel {
  padding: 15px 0 30px;
}

.course-box {
  background: #fff;
  box-shadow: 0 10px 15px rgba(69, 79, 88, 0.05);
  border-radius: 10px;
  overflow: hidden;
  transition: 0.5s;
}
.course-box:hover {
  border-radius: 40px 10px 10px 10px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15) !important;
}
.course-box:hover .info-content h3 {
  color: #00BDA6;
}
.course-box .image {
  position: relative;
}
.course-box .image img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}
.course-box .image .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 189, 166, 0.8);
  opacity: 0;
  transition: 0.5s;
}
.course-box .image .overlay a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 500;
  color: #fff;
}
.course-box .image:hover .overlay {
  opacity: 1;
}
.course-box .info-content {
  padding: 15px 22px;
}
.course-box .info-content .category-capsule {
  display: inline-block;
  height: 25px;
  width: 60px;
  border-radius: 50px;
  font-size: 11px;
  text-align: center;
  font-weight: 500;
  color: #282834;
  background-color: rgba(0, 60, 94, 0.1);
  line-height: 25px;
}
.course-box .info-content .favorite-icon {
  font-size: 12px;
  color: #e9228c;
  transition: all 0.6s ease;
  width: 36px;
  height: 36px;
  padding: 12px;
  border: 1px solid #efe5ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.course-box .info-content h3 {
  font-size: 17px;
  margin: 10px 0 15px;
  color: #282834;
  -webkit-line-clamp: 2;
  transition: 0.5s;
  height: 44px;
  line-height: 1.3;
}
.course-box .info-content .item {
  font-size: 12px;
  color: #0d0000;
  margin-bottom: 7px;
  font-weight: 500;
}
.course-box .info-content .item i {
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
  font-size: 13px;
}
.course-box .main-btn.animate {
  margin-top: 20px;
  padding: 10px 40px;
  line-height: normal;
  font-size: 13px;
}

/*--------------------------------------------------------------
# End products section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start categories section
--------------------------------------------------------------*/
.categories_section {
  padding: 70px 0 56px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-image: url(../img/courses/01.jpg);
}
.categories_section:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 28, 33, 0.86);
}
.categories_section .container {
  position: relative;
  z-index: 1;
}
.categories_section .main-heading h3 {
  color: #fff;
}
.categories_section .content {
  display: flex;
  flex-wrap: wrap;
}
.categories_section .content .main-box {
  max-width: 20%;
  flex: 20%;
  padding: 0 7px;
  margin-bottom: 14px;
}
.categories_section .content .main-box:nth-of-type(odd) .inner {
  background-color: rgba(126, 123, 123, 0.5);
}
.categories_section .content .main-box:nth-of-type(odd) .inner:hover {
  background-color: #7e7b7b;
  border-radius: 25px 5px 5px 5px;
}
.categories_section .content .main-box:nth-of-type(even) .inner {
  background-color: rgba(0, 189, 166, 0.5);
}
.categories_section .content .main-box:nth-of-type(even) .inner:hover {
  background-color: #00BDA6;
  border-radius: 25px 5px 5px 5px;
}
.categories_section .content .main-box .inner {
  text-align: center;
  border-radius: 5px;
  padding: 20px;
  height: 100%;
  transition: 0.3s;
}
.categories_section .content .main-box .inner .icon {
  height: 80px;
}
.categories_section .content .main-box .inner img {
  width: 65px;
  height: 100%;
  margin-bottom: 10px;
}
.categories_section .content .main-box .inner .name {
  color: #fff;
}

/*--------------------------------------------------------------
# End categories section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start testimonials Section
--------------------------------------------------------------*/
.testimonials_section {
  margin: 60px 0;
  padding: 30px 0 0 0;
}
.testimonials_section .item_carousel {
  padding: 50px 0;
}
.testimonials_section .box {
  position: relative;
  text-align: center;
  background: #fff;
  padding: 60px;
  box-shadow: 0px 0px 27px rgba(216, 216, 216, 0.3098039216);
  border-radius: 12px;
}
.testimonials_section .box:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  background: #00BDA6;
  border-radius: 0 0 10px 10px;
}
.testimonials_section .box .image {
  margin-top: -116px;
}
.testimonials_section .box .image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 10px;
}
.testimonials_section .box .info .about {
  position: relative;
}
.testimonials_section .box .info .about img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
}
.testimonials_section .box .info .about img.two {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  transform: rotate(180deg);
}
.testimonials_section .box .info .name {
  color: #202020;
  font-size: 19px;
}
.testimonials_section .box .info .title {
  font-size: 13px;
  color: #202020;
  margin-bottom: 5px;
}
.testimonials_section .box .info .job-title {
  font-weight: 600;
}
.testimonials_section .box .info p {
  color: #161616;
  font-size: 12px;
  -webkit-line-clamp: 3;
}
.testimonials_section .box .info .stars i {
  font-size: 14px;
  color: #ffc600;
}
.testimonials_section .gradiant-box {
  width: 195px;
  height: 195px;
  opacity: 0.66;
  position: absolute;
  border-radius: 30px;
  background-image: linear-gradient(180deg, #96dcd3, #00BDA6);
}
.testimonials_section .gradiant-box.one {
  right: 10%;
  top: 10%;
  transform: rotate(45deg);
}
.testimonials_section .gradiant-box.two {
  left: 10%;
  top: 15%;
}
.testimonials_section .gradiant-box.three {
  left: -5%;
  top: 50%;
}

/*--------------------------------------------------------------
# End testimonials Section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start Details section
--------------------------------------------------------------*/
.details-section {
  padding: 50px 0;
  background-color: rgba(0, 189, 166, 0.5);
}
.details-section .col-lg-3:not(:last-of-type):after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 54px;
  background-color: rgba(255, 255, 255, 0.3215686275);
}
.details-section .box {
  text-align: center;
  color: #fff;
}
.details-section .box img {
  width: 60px;
  height: 60px;
  margin-bottom: 13px;
}
.details-section .box .counted {
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3px;
}
.details-section .box h6 {
  font-size: 1.5em;
  font-weight: normal;
  margin: 0;
}

/*--------------------------------------------------------------
# Start Details section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start Our dependence
--------------------------------------------------------------*/
.our-dependence-section {
  margin-top: 50px;
}
.our-dependence-section a.box:hover {
  transform: translateY(-10px);
}
.our-dependence-section .box {
  transition: all 0.5s ease;
}
.our-dependence-section .box .image {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-dependence-section .box .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.our-dependence-section .box h6 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
  color: #282834;
  transition: all 0.5s ease;
  text-transform: capitalize;
}
.our-dependence-section .box p {
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.19;
  color: #818894;
  transition: all 0.5s ease;
  margin: 0;
}
.our-dependence-section .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

/*--------------------------------------------------------------
# End Our dependence
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start certificates section
--------------------------------------------------------------*/
.certificates-section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-image: url(../img/courses/01.jpg);
}
.certificates-section:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(28, 28, 33, 0.86);
}
.certificates-section .container {
  position: relative;
  z-index: 1;
}
.certificates-section .info-side {
  position: relative;
  padding: 70px 30px;
  color: #fff;
  text-align: center;
  width: 77%;
  margin: 0 auto;
}
.certificates-section .info-side h4 {
  font-size: 1.5em;
  margin-bottom: 25px;
  font-weight: 700;
}
.certificates-section .info-side p {
  line-height: 32px;
  font-size: 1em;
}
.certificates-section .info-side .main-btn.animate {
  padding: 12px 40px;
  font-size: 0.95em;
}
.certificates-section .certificates_content {
  position: relative;
  background: rgba(0, 189, 166, 0.6);
  padding: 50px;
  height: 100%;
}
.certificates-section .certificates_content:after {
  position: absolute;
  content: "";
  top: 0;
  left: -1000000px;
  background-color: rgba(0, 189, 166, 0.6);
  width: 1000000px;
  height: 100%;
}
.certificates-section .certificates_content .row {
  margin: 0 -7px;
}
.certificates-section .certificates_content [class*=col-] {
  padding: 0 7px;
}
.certificates-section .certificates_content .box {
  display: block;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  padding: 7px;
  margin-bottom: 14px;
  transition: 0.4s;
}
.certificates-section .certificates_content .box img {
  height: 50px;
}
.certificates-section .certificates_content .box h6 {
  font-size: 0.8em;
  margin: 10px 0 0;
}
.certificates-section .certificates_content .box:hover {
  border-radius: 20px 5px 5px 5px;
  box-shadow: 0px 10px 14px rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
# End certificates section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start news section
--------------------------------------------------------------*/
.news_section {
  padding: 50px 0;
  background-color: rgba(0, 189, 166, 0.031372549);
}
.news_section .blog-entry {
  background-color: #fff;
  transition: 0.4s;
  overflow: hidden;
  box-shadow: 0 7px 12px 0 rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.news_section .blog-entry:hover {
  border-radius: 40px 10px 10px 10px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.15);
}
.news_section .blog-entry:hover .entry-title h4 a {
  color: #00BDA6;
}
.news_section .entry-thumb {
  position: relative;
}
.news_section .entry-thumb img {
  height: auto;
  max-width: 100%;
  height: 175px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_section .info {
  padding: 25px 30px 25px;
}
.news_section .entry-date,
.news_section .entry-title {
  color: rgba(71, 71, 71, 0.5);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}
.news_section .entry-date {
  margin-bottom: 10px;
}
.news_section .entry-date i {
  color: rgba(71, 71, 71, 0.5);
  -webkit-margin-end: 3px;
          margin-inline-end: 3px;
}
.news_section .entry-title h4 {
  font-size: 1.25em;
  font-weight: 700;
  margin: 0;
  text-transform: capitalize;
  margin-bottom: 10px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news_section .entry-title h4 a {
  color: #222;
}
.news_section .entry-title h6 {
  font-size: 0.875em;
  margin: 0;
}
.news_section .entry-title h6 * {
  margin: 0;
}
.news_section .main-btn {
  margin-top: 16px;
}

/*--------------------------------------------------------------
# End news section
--------------------------------------------------------------*/
.newsletter_section {
  position: relative;
  padding: 18px 160px;
  border-top-width: 1px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-color: rgba(0, 0, 0, 0.1);
  border-top-style: solid;
  text-align: center;
}
.newsletter_section .main-heading h3 {
  text-align: start;
  font-size: 1.4em;
  margin-bottom: 0;
}
.newsletter_section .main-heading i {
  z-index: 0;
}
.newsletter_section .inputs {
  gap: 13px;
  margin-bottom: 20px;
}
.newsletter_section .inputs .input-field {
  background: #f1f1f1;
  height: 50px;
  border-radius: 5px;
  border: 1px solid #eee;
  padding: 14px;
  flex: 1;
}
.newsletter_section .inputs .input-field .form-control {
  background-color: transparent;
  border: 0;
}
.newsletter_section .inputs .input-field .form-control::-moz-placeholder {
  color: #666;
}
.newsletter_section .inputs .input-field .form-control::placeholder {
  color: #666;
}
.newsletter_section .inputs .input-field .icon {
  display: block;
  -webkit-border-end: 1px solid #888;
          border-inline-end: 1px solid #888;
  -webkit-padding-end: 13px;
          padding-inline-end: 13px;
  font-size: 16px;
}
.newsletter_section .main-btn.animate {
  width: 160px;
  line-height: normal;
  padding: 13px 40px;
}
.newsletter_section .select2-container {
  overflow: hidden;
  height: 39px;
}
.newsletter_section .select2-container--default .select2-selection--multiple {
  background: transparent;
  border: 0;
}
.newsletter_section .select2-container--default.select2-container--focus .select2-selection--multiple {
  overflow: hidden;
  height: 39px;
  border: 1px solid #00bda6;
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
}
.newsletter_section .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  width: 200px;
}
.newsletter_section .select2-selection.select2-selection--multiple {
  display: flex;
}

.footer-shape {
  position: relative;
}
.footer-shape.header-shape {
  transform: scaleY(-1);
  z-index: 1;
}
.footer-shape .bottom-footer-shape {
  bottom: -2px;
  position: absolute;
  pointer-events: none;
  right: 0;
  left: 0;
  width: 100%;
  color: #282834;
  overflow: hidden;
}
.footer-shape .shape svg {
  transform: scale(2);
  width: 100%;
  height: auto;
  transform-origin: top center;
  overflow: hidden;
}

.chat_icon {
  position: fixed;
  bottom: 20px;
  right: 80px;
  z-index: 999999;
  gap: 15px;
}
.chat_icon a {
  background: green;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 20px;
  transition: 0.5s;
}
.chat_icon a:hover {
  transform: scale(1.1);
}
.chat_icon a:last-child {
  background: lightskyblue;
}

.social_mobil {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99999999;
}
.social_mobil ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.social_mobil ul li {
  color: #fff;
  width: 100%;
  padding: 20px;
}
.social_mobil ul li a {
  color: #fff;
  width: 100%;
}

/*--------------------------------------------------------------
# Start single course page
--------------------------------------------------------------*/
.single_course_page {
  background-color: #fff;
}
.single_course_page .menu_icon_side {
  background-color: #fff;
  color: #000;
  position: absolute;
  right: 0;
  width: 60px;
  height: 40px;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.single_course_page .menu_icon_side i {
  font-size: 30px;
}
.single_course_page .header_course {
  padding: 55px 0;
  background: #282834;
}
.single_course_page .header_course .course-text-details h3 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  line-height: 38px;
  margin-bottom: 10px;
}
.single_course_page .header_course .course-text-details .price {
  font-size: 16px;
  color: rgba(0, 189, 166, 0.5);
  line-height: 28px;
  margin-bottom: 20px;
}
.single_course_page .header_course .course-text-details .price span {
  -webkit-margin-start: 25px;
          margin-inline-start: 25px;
}
.single_course_page .header_course .course-text-details .price span:first-child {
  font-weight: 700;
  color: #FF6D34;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
.single_course_page .header_course .course-text-details .price span.dashed {
  text-decoration: line-through !important;
}
.single_course_page .header_course .course-text-details p {
  line-height: 30px;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 15px;
}
.single_course_page .header_course .course-text-details .course-info-item {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
}
.single_course_page .header_course .course-text-details .course-info-item > svg {
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}
.single_course_page .header_course .course-text-details .course-info-item .course-rate {
  display: flex;
}
.single_course_page .header_course .course-text-details .course-info-item .course-rate .stars svg {
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  width: 15px;
  height: 15px;
}
.single_course_page .header_course .course-text-details .course-info-item .course-rate .rating-text {
  color: #fecd73;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}
.single_course_page .header_course .course-text-details .course-info-item .course-rate .rating-number {
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
}
.single_course_page .header_course .course-text-details .course-buttons {
  margin-top: 25px;
}
.single_course_page .header_course .course-text-details .course-buttons.one {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: 72px;
  gap: 10px;
}
.single_course_page .header_course .course-text-details .course-buttons i {
  font-size: 15px;
  -webkit-margin-start: 7px;
          margin-inline-start: 7px;
}
.single_course_page .header_course .course-text-details .course-buttons a {
  height: 50px;
  border-radius: 50px;
  transition: 0.3s;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}
.single_course_page .header_course .course-text-details .course-buttons .add-cart {
  background: #FF6D34;
  width: 150px;
}
.single_course_page .header_course .course-text-details .course-buttons .add-cart svg {
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
  margin-top: -4px;
}
.single_course_page .header_course .course-text-details .course-buttons .add-cart:hover {
  background: #00BDA6;
}
.single_course_page .header_course .course-text-details .course-buttons .gift-btn {
  width: 138px;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
  border: 1.5px solid rgba(0, 189, 166, 0.5);
}
.single_course_page .header_course .course-text-details .course-buttons .gift-btn svg {
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
  margin-top: -4px;
}
.single_course_page .header_course .course-text-details .course-buttons .gift-btn:hover {
  background: #00BDA6;
}
.single_course_page .header_course .course-text-details .course-buttons .add-fav {
  width: 50px;
  border: 1px solid #fff;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}
.single_course_page .header_course .course-text-details .course-buttons .add-fav:hover {
  background: #FF6D34;
  border-color: #FF6D34;
}
.single_course_page .header_course .video-player-wrap {
  width: 100%;
  height: 400px;
}
.single_course_page .header_course .video-player-wrap iframe {
  width: 100%;
  height: 100%;
}
.single_course_page .header_course .course-video {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border-radius: 20px;
}
.single_course_page .header_course .course-video img {
  width: 100%;
  height: 400px;
  -o-object-fit: fill;
     object-fit: fill;
}
.single_course_page .header_course .course-video a {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.single_course_page .header_course .course-video a:hover {
  background: rgba(0, 0, 0, 0.7);
}
.single_course_page .content_course_section {
  padding: 40px 0;
}
.single_course_page .content_course_section .rounded-lg {
  padding: 20px 25px;
  border-radius: 0.9375rem;
  border: 2px solid rgba(0, 189, 166, 0.2);
}
.single_course_page .content_course_section .rounded-lg:not(:last-of-type) {
  margin-bottom: 30px;
}
.single_course_page .content_course_section .rounded-lg .sidebar-title {
  position: relative;
  pointer-events: none;
}
.single_course_page .content_course_section .rounded-lg .sidebar-title:after {
  content: "";
  width: 35px;
  height: 3px;
  background-color: #00BDA6;
  position: absolute;
  bottom: -7px;
  right: 0;
  left: auto;
}
.single_course_page .content_course_section .course-teacher-card .teacher-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
}
.single_course_page .content_course_section .course-teacher-card .teacher-avatar img {
  border-radius: 50%;
}
.single_course_page .content_course_section .course-teacher-card .teacher-avatar .user-circle-badge {
  width: 32px;
  height: 32px;
  position: absolute;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  right: 0;
  bottom: 0;
  background-color: #00BDA6;
}
.single_course_page .content_course_section .course-teacher-card .main-btn.animate {
  font-weight: 500;
  font-size: 14px;
  height: 42px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  width: 90%;
}
.single_course_page .content_course_section .list_control {
  border-bottom: 3px solid rgba(0, 189, 166, 0.2117647059);
}
.single_course_page .content_course_section .list_control ul {
  gap: 0 40px;
}
.single_course_page .content_course_section .list_control .mou_tab {
  position: relative;
  font-weight: 500;
  cursor: pointer;
  padding-bottom: 13px;
}
.single_course_page .content_course_section .list_control .mou_tab:after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FF6D34;
  border-radius: 50px;
  opacity: 0;
  transition: 0.3s;
}
.single_course_page .content_course_section .list_control .mou_tab.active {
  color: #00BDA6;
}
.single_course_page .content_course_section .list_control .mou_tab.active:after {
  opacity: 1;
}
.single_course_page .content_course_section .box_content {
  display: none;
  opacity: 0;
  transition: 0.3s;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
.single_course_page .content_course_section .box_content.active {
  display: block;
  animation: fadeInUp 1s both;
  -webkit-animation: fadeInUp 1s both;
}
.single_course_page .content_course_section #course_desceription {
  padding: 30px 0 0;
  color: #484848;
}
.single_course_page .content_course_section #course_desceription .desc p {
  line-height: 30px;
}
.single_course_page .content_course_section #course_desceription .block {
  margin-top: 28px;
}
.single_course_page .content_course_section #course_desceription .block .sign_btn {
  color: #fff;
  background: #FF6D34;
  border: none;
}
.single_course_page .content_course_section #course_desceription .block .sign_btn:hover {
  background-color: #00BDA6;
}
.single_course_page .content_course_section #course_desceription .block h5 {
  position: relative;
  margin-bottom: 20px;
  font-size: 1.35em;
  color: #00BDA6;
  display: inline-block;
}
.single_course_page .content_course_section #course_desceription .block h5:after {
  position: absolute;
  content: "";
  bottom: 8px;
  left: 50%;
  width: 90%;
  height: 5px;
  border-radius: 50px;
  background-color: rgba(255, 109, 52, 0.3882352941);
  transform: translateX(-50%);
  z-index: -1;
}
.single_course_page .content_course_section #course_desceription .block ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 0;
}
.single_course_page .content_course_section #course_desceription .block ul li {
  max-width: 50%;
  flex: 50%;
  display: flex;
  align-items: center;
  gap: 0 6px;
}
.single_course_page .content_course_section #course_desceription .block ul li i {
  color: #42e50f;
}
.single_course_page .content_course_section .course_content {
  padding: 30px 0 0;
}
.single_course_page .content_course_section .course_content .course_block {
  margin-bottom: 17px;
}
.single_course_page .content_course_section .course_content .course_block.active .head {
  border: 1px solid rgba(40, 40, 52, 0.2);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
.single_course_page .content_course_section .course_content .course_block.active i {
  transform: rotate(180deg);
}
.single_course_page .content_course_section .course_content .course_block .head {
  display: flex;
  transition: 0.3s;
  align-items: center;
  justify-content: space-between;
  padding: 14px;
  border: 1px solid transparent;
  cursor: pointer;
  background-color: rgba(0, 189, 166, 0.11);
  border-radius: 5px;
}
.single_course_page .content_course_section .course_content .course_block .head h6 {
  margin: 0;
  color: #282834;
}
.single_course_page .content_course_section .course_content .course_block .head i {
  transition: 0.3s;
}
.single_course_page .content_course_section .course_content .course_block .content {
  margin-top: 7px;
  margin-bottom: 27px;
  display: none;
  border: 1px solid rgba(40, 40, 52, 0.2901960784);
  border-radius: 5px;
  padding: 15px;
}
.single_course_page .content_course_section .course_content .course_block .content.active {
  display: block;
}
.single_course_page .content_course_section .course_content .course_block .content .item {
  display: flex;
  align-items: center;
  gap: 0 10px;
  color: #6d6d6d;
}
.single_course_page .content_course_section .course_content .course_block .content .item:not(:last-of-type) {
  margin-bottom: 20px;
}
.single_course_page .content_course_section .course_content .course_block .content .item i {
  color: #FF6D34;
  font-size: 1.3em;
}
.single_course_page .content_course_section .course_content .course_block .content .item:hover {
  color: #FF6D34;
}
.single_course_page .content_course_section #course_rating {
  padding: 30px 0 0;
}
.single_course_page .content_course_section #course_rating .avg-rating-container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.single_course_page .content_course_section #course_rating .avg-rating-container mark {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  color: #FF6D34;
  background: none;
  -webkit-margin-end: 18px;
          margin-inline-end: 18px;
}
.single_course_page .content_course_section #course_rating .avg-rating-container .ratings-container {
  display: flex;
  align-items: center;
  line-height: 1.1;
  font-size: 11px;
}
.single_course_page .content_course_section #course_rating .avg-rating-container .rating-reviews {
  margin: 2px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 11px;
  color: #aaa;
  letter-spacing: 0;
  text-transform: capitalize;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
.single_course_page .content_course_section #course_rating .ratings-item {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
.single_course_page .content_course_section #course_rating .rating-percent {
  background: #eee;
  height: 8px;
  width: 200px;
  max-width: 100%;
  border-radius: 10px;
}
.single_course_page .content_course_section #course_rating .rating-percent span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #999;
}
.single_course_page .content_course_section #course_rating .comments-list li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e1e1e1;
}
.single_course_page .content_course_section #course_rating .comments-list li .comment {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.single_course_page .content_course_section #course_rating .comments-list li .comment-media {
  max-width: 60px;
  flex: 0 0 60px;
  height: 60px;
  overflow: hidden;
  margin: 0;
}
.single_course_page .content_course_section #course_rating .comments-list li .comment-media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.single_course_page .content_course_section #course_rating .comments-list li .comment-body {
  position: relative;
  flex: 1 1 auto;
  padding: 8px 0 0 0;
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
}
.single_course_page .content_course_section #course_rating .comments-list li .comment-body p {
  font-size: 1em;
  margin: 0;
}
.single_course_page .content_course_section #course_rating .comments-list li .comment-date {
  display: block;
  margin-bottom: 5px;
  font-size: 0.93em;
  color: #999;
  line-height: 1;
}
.single_course_page .content_course_section #course_comments {
  padding: 30px 0 0 0;
}
.single_course_page .content_course_section #course_comments .comments-content .comment-in textarea {
  border: 1px solid #d9d9d9;
  height: 120px;
  margin: 15px 0;
  resize: none;
}
.single_course_page .content_course_section #course_comments .comments-card {
  padding: 15px 20px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0.625rem;
  border: 1px solid #ececec;
}
.single_course_page .content_course_section #course_comments .comments-card .user-inline-avatar .avatar {
  width: 40px;
  max-width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
}
.single_course_page .content_course_section #course_comments .comments-card .user-inline-avatar .avatar img {
  border-radius: 50%;
}
.single_course_page .content_course_section #course_comments .comments-card p {
  line-height: 28px;
}
.single_course_page .content_course_section #course_comments .comments-card .replay-btn {
  padding: 4px 20px;
  border-radius: 6px;
  line-height: normal;
  display: block;
  min-height: unset;
  background: none;
  color: #999;
  border: 1px solid #999;
}
.single_course_page .content_course_section #course_comments .comments-card .replay-btn:hover {
  background-color: #00BDA6;
  color: #fff;
}
.single_course_page .content_course_section #course_comments .replay-form {
  display: none;
}
.single_course_page .content_course_section #course_comments .replay-form textarea {
  height: 150px !important;
  resize: none;
}
.single_course_page .content_course_section #course_comments .replay-form .main-btn {
  border: 0;
}
.single_course_page .content_course_section #course_comments .replay-form .main-btn.close {
  background: #f44336;
}
.single_course_page .content_course_section #course_comments .replay-form .main-btn.close:hover {
  background: #eb665d;
}

.comments-content .comment-in textarea {
  border: 1px solid #d9d9d9;
  height: 120px;
  margin: 15px 0;
  resize: none;
}

.comments-card {
  padding: 15px 20px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 0.625rem;
  border: 1px solid #ececec;
}
.comments-card .user-inline-avatar .avatar {
  width: 40px;
  max-width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
}
.comments-card .user-inline-avatar .avatar img {
  border-radius: 50%;
}
.comments-card p {
  line-height: 28px;
}
.comments-card .replay-btn {
  padding: 4px 20px;
  border-radius: 6px;
  line-height: normal;
  display: block;
  min-height: unset;
  background: none;
  color: #999;
  border: 1px solid #999;
}
.comments-card .replay-btn:hover {
  background-color: #00BDA6;
  color: #fff;
}

.replay-form {
  display: none;
}
.replay-form textarea {
  height: 150px !important;
  resize: none;
}
.replay-form .main-btn {
  border: 0;
}
.replay-form .main-btn.close {
  background: #f44336;
}
.replay-form .main-btn.close:hover {
  background: #eb665d;
}

.course-buttons {
  align-items: baseline;
  margin-top: 25px;
}
.course-buttons i {
  font-size: 15px;
  -webkit-margin-start: 7px;
          margin-inline-start: 7px;
}
.course-buttons a {
  height: 50px;
  border-radius: 50px;
  transition: 0.3s;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}
.course-buttons .add-cart {
  background: #FF6D34;
  width: 150px;
}
.course-buttons .add-cart svg {
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
  margin-top: -4px;
}
.course-buttons .add-cart:hover {
  background: #00BDA6;
}
.course-buttons .gift-btn {
  width: 138px;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
  border: 1.5px solid rgba(0, 189, 166, 0.5);
}
.course-buttons .gift-btn svg {
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
  margin-top: -4px;
}
.course-buttons .gift-btn:hover {
  background: #00BDA6;
}
.course-buttons .add-fav {
  width: 50px;
  border: 1px solid #fff;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}
.course-buttons .add-fav:hover {
  background: #FF6D34;
  border-color: #FF6D34;
}

#course_bell .box_bell,
#course_activity .box_bell {
  background-color: white;
  padding: 20px 0;
  border: 1px solid #d9d9d9;
  margin: 10px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#course_bell .box_bell p,
#course_activity .box_bell p {
  font-size: 16px;
}

.content_course_box_type .attachment {
  margin: 30px 0;
}
.content_course_box_type .attachment .head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  padding-bottom: 20px;
}
.content_course_box_type .attachment .all_files {
  display: flex;
  gap: 30px;
}
.content_course_box_type .attachment .file {
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  max-width: 111px;
  width: 111px;
  justify-content: center;
  align-items: center;
  background: #ddd;
  padding: 11px 0;
  gap: 5px;
}
.content_course_box_type .attachment .file span i {
  font-size: 57px;
}
.content_course_box_type .image {
  border-radius: 5px;
  overflow: hidden;
  height: 300px;
  width: 100%;
  margin: 30px 0;
}
.content_course_box_type .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
  width: 100%;
}
.content_course_box_type .image iframe {
  border-radius: 5px;
}
.content_course_box_type .image:hover img {
  transform: scale(1.1);
}
.content_course_box_type button {
  border: none;
  background-color: #FF6D34;
  transition: 0.5s;
}
.content_course_box_type button:hover {
  background-color: #00BDA6;
}
.content_course_box_type .exam_question .input_content {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.content_course_box_type .exam_question .input_content label img {
  max-width: 100px;
  width: 100px !important;
}
.content_course_box_type .exam_question .input_content .form-group {
  display: flex;
  align-items: inherit;
  gap: 6px;
}
.content_course_box_type .exam_question .input_content .form-group input {
  width: 30px;
  height: 17px;
  accent-color: brown;
}
.content_course_box_type .exam_question .input_content .question_head {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin: 20px 0;
}
.content_course_box_type .exam_question .input_content .question_head img {
  max-width: 100px;
  width: 100px !important;
}
.content_course_box_type .exam_question .input_content .question_head span {
  background: #ddd;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}

/*--------------------------------------------------------------
# End single course page
--------------------------------------------------------------*/
.course_content_side_menu {
  border-radius: 0.9375rem;
  padding: 5px;
  border: 2px solid rgba(0, 189, 166, 0.2);
}
.course_content_side_menu .side_a {
  display: block;
  width: 100%;
  background: ivory;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
.course_content_side_menu .collapse .card .lesson {
  margin-bottom: 10px;
}
.course_content_side_menu .collapse .card .lesson .main_head {
  display: flex;
  justify-content: space-between;
}
.course_content_side_menu .collapse .card .lesson p {
  margin-bottom: 3px;
}
.course_content_side_menu .collapse .card .lesson p span {
  /* color: #000; */
  font-weight: 500;
}
.course_content_side_menu .collapse .card .lesson p.sub_main {
  font-size: 10px;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  margin-bottom: 4px;
  display: flex;
  gap: 5px;
}
.course_content_side_menu .collapse .card .lesson p.sub_main span.play_icon {
  background: #ddd;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-size: 8px;
}
.course_content_side_menu .menu_icon_side_close i {
  font-size: 20px;
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 30px;
  cursor: pointer;
}
.course_content_side_menu .course_block {
  margin-bottom: 17px;
}
.course_content_side_menu .course_block.active .head {
  border: 1px solid rgba(40, 40, 52, 0.2);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
.course_content_side_menu .course_block.active i {
  transform: rotate(180deg);
}
.course_content_side_menu .course_block .head {
  display: flex;
  transition: 0.3s;
  align-items: center;
  justify-content: space-between;
  padding: 14px;
  border: 1px solid transparent;
  cursor: pointer;
  background-color: rgba(0, 189, 166, 0.11);
  border-radius: 5px;
}
.course_content_side_menu .course_block .head h6 {
  margin: 0;
  color: #282834;
}
.course_content_side_menu .course_block .head i {
  transition: 0.3s;
}
.course_content_side_menu .course_block .content {
  margin-top: 7px;
  margin-bottom: 27px;
  display: none;
  border: 1px solid rgba(40, 40, 52, 0.2901960784);
  border-radius: 5px;
  padding: 15px;
}
.course_content_side_menu .course_block .content.active {
  display: block;
}
.course_content_side_menu .course_block .content .item {
  display: flex;
  align-items: center;
  gap: 0 10px;
  color: #6d6d6d;
}
.course_content_side_menu .course_block .content .item:not(:last-of-type) {
  margin-bottom: 20px;
}
.course_content_side_menu .course_block .content .item i {
  color: #FF6D34;
  font-size: 1.3em;
}
.course_content_side_menu .course_block .content .item:hover {
  color: #FF6D34;
}

.active_show {
  transform: translateX(0px) !important;
  transition: 0.5s;
}

.box_content {
  display: none;
  opacity: 0;
  transition: 0.3s;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}

.box_content.active {
  display: block;
  animation: fadeInUp 1s both;
  -webkit-animation: fadeInUp 1s both;
}

.lesson.mou_tab.active p span {
  color: #00bda6 !important;
}

.all_course_intro h1 {
  font-size: 25px;
  margin-bottom: 10px;
}
.all_course_intro p {
  font-size: 16px;
  padding: 20px 0;
}

.course-video {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border-radius: 20px;
}
.course-video img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.course-video a {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.course-video a:hover {
  background: rgba(0, 0, 0, 0.7);
}

/*--------------------------------------------------------------
# Start filter page
--------------------------------------------------------------*/
.filter_page {
  background-color: #fff;
}
.filter_page .filter_page_content {
  padding: 50px 0;
}
.filter_page .filter_card {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07);
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
}
.filter_page .filter_card .head {
  padding: 10px 15px;
  background: rgba(0, 189, 166, 0.2392156863);
}
.filter_page .filter_card .head h5 {
  font-size: 1.15em;
  font-weight: 600;
}
.filter_page .filter_card .content_card {
  padding: 12px;
}
.filter_page .filter_card .content_card .filter_box {
  margin-bottom: 0px;
}
.filter_page .filter_card .content_card .filter_box:not(:last-of-type) {
  padding-bottom: 20px;
  border-bottom: 1px solid #E4EAF1;
}
.filter_page .filter_card .content_card .filter_box .custom_checkbox:not(:last-of-type) {
  margin-bottom: 13px !important;
}
.filter_page .filter_card .content_card .filter_box .custom_checkbox p {
  color: #555;
  font-weight: 500;
  font-size: 0.9em;
}
.filter_page .filter_card .content_card .filter_box .input-filter-item:not(:last-of-type) {
  margin-bottom: 13px;
}
.filter_page .filter_card .content_card .filter_box .label span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #00BDA6;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.filter_page .filter_card .content_card .filter_box.slideup .label i {
  transform: rotate(180deg);
}
.filter_page .filter_card .content_card .filter_box_inner {
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  margin-top: 15px;
}
.filter_page .result_content .filter_bar {
  background-color: #c2efea;
  padding: 11px 17px;
  border-radius: 6px;
}
.filter_page .result_content .filter_bar .search_box {
  background-color: #fff;
  height: 40px;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  align-items: center;
}
.filter_page .result_content .filter_bar .search_box input {
  background: none;
  border: none;
  outline: none;
  width: 270px;
}
.filter_page .result_content .filter_bar .search_box input::-moz-placeholder {
  color: #04a08d;
}
.filter_page .result_content .filter_bar .search_box input::placeholder {
  color: #04a08d;
}
.filter_page .result_content .filter_bar .search_box button {
  background: none;
  border: 0;
  color: #04a08d;
}
.filter_page .result_content .filter_bar .switch_style svg {
  color: rgba(40, 40, 52, 0.5019607843);
}
.filter_page .result_content .filter_bar .switch_style span.active svg {
  color: #282834;
}
.filter_page .products_content .row {
  margin: 0 -8px;
}
.filter_page .products_content .row [class*=col-] {
  padding: 0 8px;
}
.filter_page .products_content .main_box {
  margin-bottom: 20px;
}
.filter_page .products_content .course-box {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07);
  transition: 0.4s;
}
.filter_page .products_content .list_style {
  max-width: 100%;
  flex: 100%;
}
.filter_page .products_content .list_style .course-box {
  display: flex;
  align-items: center;
}
.filter_page .products_content .list_style .course-box .info-content {
  padding: 20px;
  flex: 1;
}
.filter_page .products_content .list_style .course-box .info-content h3 {
  height: auto;
  margin-bottom: 20px;
  margin-top: 3px;
}
.filter_page .products_content .list_style .course-box .main-btn.animate {
  margin-top: 12px;
}
.filter_page .products_content .list_style .course-box .image {
  position: relative;
  flex: 38%;
  max-width: 38%;
  height: 100%;
}
.filter_page .products_content .list_style .course-box .image img {
  width: 100%;
  height: 256px;
}

/*------------------- 3.3 Ion Slider -------------------*/
.price-range {
  direction: ltr;
}

.price-range label {
  margin-bottom: 0;
  font-size: 14px;
  margin-left: 5px;
}

.advanced-search-box .advanced-box .irs--flat {
  margin-top: -18px;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  display: none;
}

.irs--flat .irs-single {
  visibility: visible !important;
}

.irs-from,
.irs-to,
.irs-single {
  top: -15px;
}

.irs--flat .irs-from,
.irs--flat .irs-to {
  visibility: visible !important;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  font-size: 14px;
  color: #FF6D34;
  background-color: transparent;
  left: auto !important;
  right: 0;
  font-weight: 600;
  top: -4px;
}

.rtcl .store-more-details .store-hours-list-wrap .store-hours-list .store-hour .oh-hours-wrap .oh-hours .close-hour:before {
  content: "-";
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  display: none;
}

.irs--flat .irs-to {
  left: inherit !important;
  right: 0;
  display: none;
}

.irs--flat .irs-from {
  left: 0 !important;
  display: none;
}

.irs--flat .irs-line {
  height: 6px;
  background-color: #e9ecf2;
  border-radius: 4px;
}

.irs--flat .irs-bar {
  height: 6px;
  background-color: #FF6D34;
}

.irs--flat .irs-handle {
  cursor: pointer;
}

.irs--flat .irs-handle {
  top: 19px;
}

.irs--flat .irs-handle > i:first-child {
  width: 14px;
  height: 14px;
  background-color: #FF6D34;
  margin-left: -7px;
  border-width: 3px;
  border-color: white;
  border-style: solid;
  border-radius: 50%;
  box-shadow: 1px 3px 7px 0 rgba(87, 101, 128, 0.4);
  box-sizing: content-box;
  top: -2px;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #00BDA6;
}

/*--------------------------------------------------------------
# Start filter page
--------------------------------------------------------------*/
.login {
  margin: 50px 0;
}
.login form {
  padding: 28px 35px 40px;
  box-shadow: 0px 40px 99px rgba(19, 181, 183, 0.1019607843);
  border: 1px solid #13b5b7;
  border-radius: 5px;
}
.login form select {
  width: 100%;
  outline: none;
}
.login form .check_box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 30px 0;
}
.login form input[type=checkbox] {
  width: 20px;
  height: 20px;
  accent-color: cadetblue;
}
.login form label {
  font-weight: 600;
  font-family: "FFShamelFamily", "Gotham";
}
.login form .header-link {
  display: block;
  margin: 20px auto;
  outline: none;
  border: none;
}

.terms {
  margin: 50px 0;
}
.terms h3 {
  text-align: center;
  font-size: 25px;
  font-weight: bolder;
}
.terms .terms_box {
  margin-bottom: 30px;
}
.terms .terms_box h4 {
  color: #ff6d34;
  font-size: 19px;
}
.terms .terms_box ul li {
  margin-bottom: 10px;
}
.terms .terms_box p {
  line-height: 2;
}
.terms .terms_last {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}
.terms .terms_last a {
  text-decoration: underline;
  color: #ff6d34 !important;
}

.error-section {
  position: relative;
  padding: 100px;
}

.error-section .outer-container {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 15px;
  overflow: hidden;
  height: 700px;
}

.error-section .outer-container .content-box .info_error {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}

.error-section .outer-container .content-box {
  position: relative;
  display: block;
  max-width: 870px;
  padding: 104px 0px 110px 0px;
  width: 100%;
  margin: 0 auto;
}

.error-section .outer-container .content-box .bg-layer {
  position: absolute;
  width: 870px;
  height: 870px;
  border-radius: 50%;
  left: 0px;
  top: -85px;
  opacity: 0.94;
  background: -webkit-linear-gradient(0deg, #fd2f61, #fb8860 100%);
}

.error-section .content-box h2 {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 23px;
}

.error-section .content-box h1 {
  display: block;
  font-size: 250px;
  line-height: 200px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.error-section .content-box h3 {
  display: block;
  font-size: 46px;
  line-height: 56px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 9px;
}

.error-section .content-box p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 33px;
}

.info_error a.main-btn {
  background: #fff;
  color: #000;
  transition: 0.5s;
}
.info_error a.main-btn:hover {
  background-color: #000;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .error-section {
    padding: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .error-section .outer-container .content-box .bg-layer {
    width: calc(100% + 30px);
    left: -15px;
    border-radius: 0px;
    top: 0px;
  }
}
@media (max-width: 575px) {
  .error-section .content-box h1 {
    font-size: 120px;
    line-height: 100px;
  }
}
.page-title {
  position: relative;
  padding: 0px 100px;
  margin-bottom: 70px;
}

.page-title .outer-container {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 15px;
  overflow: hidden;
  padding: 160px 0px 164px 0px;
}

.page-title .outer-container:before {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.2;
  border-radius: 15px;
}

.page-title h1 {
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 1px;
}

.page-title .bread-crumb li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 23px;
  margin-right: 5px;
}

.page-title .bread-crumb li:last-child {
  padding: 0px !important;
  margin-bottom: 0px !important;
}

.page-title .bread-crumb li a {
  color: #fff;
}

.page-title .bread-crumb li:before {
  position: absolute;
  content: "\f101";
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  top: 0px;
  right: 0px;
  font-weight: 400;
}

.page-title .bread-crumb li:last-child:before {
  display: none;
}

.faq-page-section {
  margin-bottom: 100px;
}

.accordion-box .block .acc-btn.active .icon-outer:before {
  color: #ff6d34;
}

.default-sidebar .sidebar-widget {
  position: relative;
  display: block;
  background: #f7f3f4;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 40px;
}

.default-sidebar .sidebar-widget:last-child {
  margin-bottom: 0px;
}

.default-sidebar .sidebar-widget .widget-content {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 15px;
  padding: 34px 30px 40px 30px;
  border: 1px solid #e6e2e3;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.default-sidebar .sidebar-widget .widget-title {
  position: relative;
  display: block;
  padding-bottom: 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e2e3;
}

.default-sidebar .sidebar-widget .widget-title:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  left: 0px;
  bottom: -1px;
}

.default-sidebar .sidebar-widget .widget-title h3 {
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

.faq-sidebar .sidebar-widget .search-inner {
  position: relative;
  margin-top: 23px;
  margin-bottom: 19px;
}

.default-sidebar .sidebar-widget .search-form .form-group {
  position: relative;
  margin: 0px;
}

.default-sidebar .sidebar-widget .search-form .form-group input[type=search] {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #e6e2e3;
  border-radius: 15px;
  font-size: 18px;
  color: #817c7e;
  padding: 10px;
  transition: all 500sm ease;
}

.default-sidebar .sidebar-widget .search-form .form-group button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 15px;
  cursor: pointer;
  transition: all 500ms ease;
}

.faq-sidebar .sidebar-widget .text p {
  font-size: 18px;
  display: block;
}

.faq-sidebar .sidebar-widget .text p a {
  display: inline-block;
  text-decoration: underline;
}

.faq-sidebar .sidebar-widget .text p a:hover {
  color: #1e2c36;
}

.accordion-box .block {
  position: relative;
  display: block;
  border: 1px solid #e6e2e3;
  border-radius: 15px;
  margin-bottom: 20px;
  transition: all 500ms ease;
}

.accordion-box .block:last-child {
  margin-bottom: 0px;
}

.accordion-box .block .acc-btn .icon-outer {
  position: absolute;
  top: 21px;
  right: 29px;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn .icon-outer:before {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-size: 24px;
  color: #9b9395;
  top: 0px;
  right: 0px;
  font-weight: 700;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon-outer:before {
  content: "\f322";
  font-size: 20px;
  font-weight: 700;
}

.accordion-box .block .acc-btn {
  position: relative;
  display: block;
  cursor: pointer;
  background: #fff;
  border-bottom: 1px solid #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 17px 70px 20px 14px;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active {
  border-bottom: 1px solid #e6e2e3;
}

.accordion-box .block .acc-btn h4 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  padding-left: 57px;
  text-align: left;
}

.accordion-box .block .acc-btn h4 i {
  position: absolute;
  left: 0px;
  top: -4px;
  width: 42px;
  height: 42px;
  line-height: 48px;
  background: #f9f5f6;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
  padding: 29px 40px 27px 30px;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .acc-content p {
  display: block;
  font-size: 16px;
}

.default-sidebar .sidebar-widget .search-form .form-group button {
  background: #fd295d;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  border: none;
  left: 10px;
  right: auto;
}

.faq-sidebar .sidebar-widget .text p a {
  color: #fd295d;
}

@media only screen and (max-width: 1200px) {
  .page-title,
  .chooseus-style-two,
  .service-level-section {
    padding: 0px;
  }
}
@media (max-width: 991px) {
  .default-sidebar .sidebar-widget:last-child {
    margin-top: 20px;
  }
  .page-title .outer-container {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .accordion-box .block .acc-content {
    padding: 10px;
  }
}
.bin {
  margin: 50px 0;
}
.bin h4 {
  font-weight: bold;
  color: #FF6D34;
  font-size: 25px;
  margin-bottom: 13px;
}
.bin .code {
  padding: 30px 20px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
}
.bin .code .total {
  margin-bottom: 33px;
}
.bin .code button {
  background: #ed7565 0% 0% no-repeat padding-box;
  border-radius: 5px;
  display: block;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: #fff;
  margin-bottom: 40px;
  border: none;
}
.bin .code form .input-group-prepend {
  display: flex;
  justify-content: center;
}
.bin .price {
  color: #ed7565;
  margin-bottom: 25px;
}
.bin .price h5 {
  font-size: 18px;
}
.bin .clear {
  width: 104px;
  height: 40px;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  color: #6d6d6d;
  background: transparent;
}
.bin .box_bin {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  padding: 24px 13px;
  margin-bottom: 20px;
}
.bin .box_bin .image img {
  width: 120px;
  height: 86px;
}
.bin .box_bin .info h6 {
  font-weight: 600;
  margin-bottom: 15px;
  color: #343434;
}
.bin .box_bin .info p {
  display: flex;
  gap: 6px;
}
.bin .box_bin .info p span {
  color: #6d6d6d;
}
.bin .box_bin .info p span i {
  color: #FF6D34;
}

.in {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 10px;
  width: 82px;
  height: 45px;
  background-color: #00bda6;
  border-radius: 5px 0px 0px 5px;
}

.done form {
  display: flex;
  align-items: baseline;
}

.payment_page {
  padding: 50px 0;
}
.payment_page .tabs-li ul {
  display: flex;
  justify-content: center;
}
.payment_page .tabs-li ul .fri-li.active {
  background-color: #FF6D34;
  color:white
}
.payment_page .tabs-li ul li {
  color: #FF6D34;
  text-align: center;
  margin: 0 20px;
  padding: 20px 40px 10px;
  border: 1px solid #FF6D34;
  border-radius: 7px 7px 0 0;
  background-color: #f1f1f1;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  z-index: 1;
  top: 1px;
}
.payment_page .tabs-li ul li {
  border-bottom: 1px solid #fff;
  background-color: #fff;
}
.payment_page .tabs-li ul li img {
  width: auto;
  margin: 0 5px;
}
.payment_page .payment-body .box_content {
  padding: 66px 124px;
  box-shadow: 0px 3px 26px rgba(184, 179, 179, 0.16);
  border-radius: 10px;
  border: 1px solid #FF6D34;
  display: none;
  opacity: 0;
  transition: 0.3s;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
.payment_page .payment-body .box_content.active {
  display: block;
  animation: fadeInUp 1s both;
  -webkit-animation: fadeInUp 1s both;
}
.payment_page .payment-body .box_content .visa-pay-form-info {
  color: #FF6D34;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.payment_page .payment-body .box_content .visa-pay-form-info .visa-pay-form-back a {
  cursor: pointer;
  color: #FF6D34;
}
.payment_page .payment-body .box_content .visa-pay-form-info .visa-pay-form-back a i {
  -webkit-margin-start: 16px;
          margin-inline-start: 16px;
}
.payment_page .payment-body .box_content .visa-pay-form-info .visa-pay-form-head i {
  color: #FF6D34;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.payment_page .info .details_bank {
  margin-bottom: 50px;
}
.payment_page .info .details_bank .item {
  margin-bottom: 15px;
}
.payment_page .info .details_bank .item span {
  display: inline-block;
}
.payment_page .info .details_bank .item .name {
  color: #111;
}
.payment_page .info .details_bank .item .value {
  color: #4d4d4d;
}
.payment_page .info .details_bank .price {
  border-top: 1px solid #f1f1f1;
  padding-top: 16px;
}
.payment_page .info .details_bank .price .value {
  color: #00BDA6;
}
.payment_page #bank-method .form_payment {
  -webkit-padding-start: 70px;
          padding-inline-start: 70px;
}
.payment_page #visa-method .info {
  -webkit-padding-start: 70px;
          padding-inline-start: 70px;
  height: 100%;
}
.payment_page .form_payment .choose_pay {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FF6D34;
  margin-bottom: 45px;
}
.payment_page .form_payment .choose_pay .form-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}
.payment_page .form_payment .choose_pay .radio {
  width: 25px;
  height: 25px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  -webkit-accent-color: #FF6D34;
  -moz-accent-color: #FF6D34;
  accent-color: #FF6D34;
}
.payment_page .form_payment label {
  color: #111;
  margin-bottom: 12px;
}
.payment_page .form_payment .form-control {
  border: 1px solid #828282;
  color: #4d4d4d;
  height: 45px;
  border-radius: 5px;
}
.payment_page .form_payment .form-control:hover, .payment_page .form_payment .form-control:focus {
  border-color: #FF6D34;
  box-shadow: none;
}
.payment_page .form_payment .form-control::-moz-placeholder {
  color: #aaa;
}
.payment_page .form_payment .form-control::placeholder {
  color: #aaa;
}
.payment_page .form_payment .main-btn {
  border: 1px solid transparent;
  padding: 16px 80px;
  background-color: #FF6D34;
  color: #fff;
  transition: 0.5s;
}
.payment_page .form_payment .main-btn:hover {
  background-color: transparent;
  color: #FF6D34 !important;
  border: 1px solid #FF6D34;
}
.payment_page .image img {
  width: 100%;
}

.form-wizard-header {
  text-align: center;
  margin: 80px 0 30px;
}
.form-wizard-header #progressbar {
  margin-bottom: 30px;
  overflow: hidden;
}
.form-wizard-header #progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 33.333%;
  float: right;
  position: relative;
  z-index: 1;
  color: #363636;
}
.form-wizard-header #progressbar li .icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #FF6D34;
  border: 2px solid #FF6D34;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}
.form-wizard-header #progressbar li .strong {
  color: #707070;
}
.form-wizard-header #progressbar li:after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(112, 112, 112, 0.4);
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}
.form-wizard-header #progressbar li.active {
  color: #FF6D34;
}
.form-wizard-header #progressbar li.active .icon {
  background-color: #FF6D34;
  color: #fff;
}
.form-wizard-header #progressbar li.active:after,
.form-wizard-header #progressbar li.active:before {
  background: #FF6D34;
}

input[type=file] {
  padding: 10px;
  border: 1px solid #ddd;
  width: 100%;
  background: #fff;
}

@media (max-width: 1199px) {
  .payment_page .payment-body .box_content {
    padding: 66px 32px !important;
  }
}
@media (max-width: 991px) {
  .payment_page .payment-body #bank-method .form_payment {
    -webkit-padding-start: 0px !important;
    padding-inline-start: 0px !important;
  }
}
@media (max-width: 575px) {
  .payment_page .tabs-li ul {
    flex-direction: column;
  }
  .payment_page .payment-body .form_payment .choose_pay {
    flex-direction: column-reverse;
  }
  .payment_page .payment-body .form_payment .choose_pay .form-cont {
    margin: 10px;
  }
  .payment_page .payment-body .form_payment .main-btn {
    padding: 10px 20px !important;
  }
}
.register_page {
  margin: 50px 0;
}
.register_page .all_boxes .details_sec {
  width: 99%;
  margin: auto;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0 7px 8px 0;
  border-radius: 3px;
  margin-bottom: 30px;
}
.register_page .all_boxes .details_sec > h3 {
  background: #254bad;
  padding: 10px 20px 14px;
  border-radius: 3px 3px 0 0;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.register_page .table-responsive {
  padding: 20px;
  overflow-x: auto;
}
.register_page .table-responsive table {
  text-align: center;
  width: 100%;
  min-width: 650px;
}
.register_page .table-responsive table th,
.register_page .table-responsive table td {
  padding: 7px 0;
  /* width: 15%; */
}
.register_page .table-responsive table th input[type=radio],
.register_page .table-responsive table td input[type=radio] {
  height: 20px;
  width: 20px;
  accent-color: chocolate;
}
.register_page .table-responsive table thead {
  background-color: #FF6D34;
  color: #fff;
}
.register_page .table-responsive table tbody tr:hover {
  background-color: #ddd;
}
.register_page form {
  padding: 20px;
}
.register_page form .form-group.check {
  display: flex;
  align-items: center;
  gap: 20px;
}
.register_page form .form-group label {
  font-size: 14px;
  font-weight: 700;
}
.register_page form .form-group select,
.register_page form .form-group input {
  width: 100%;
  height: 45px;
  text-indent: 20px;
  border: 1px solid #ddd;
}
.register_page form .form-group select:focus-within,
.register_page form .form-group input:focus-within {
  outline: none;
  border: 1px solid #FF6D34;
}
.register_page form .form-group input[type=checkbox] {
  width: 20px;
  accent-color: cadetblue;
}
.register_page form .btns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 50px 0 30px;
  gap: 20px;
}
.register_page form .btns button {
  width: 150px;
  height: 45px;
  outline: none;
  border: none;
  transition: 0.5s;
}
.register_page form .btns button.now {
  color: #fff;
  background: #ff6d34;
}
.register_page form .btns button.now:hover {
  background-color: #00BDA6;
}
.register_page form .btns button.later {
  color: #fff;
  background: #00BDA6;
}
.register_page form .btns button.later:hover {
  background-color: #ff6d34;
}
.register_page .payment_page .payment-body .box_content.active {
  padding: 10px !important;
  border: 1px solid transparent;
}

select {
  width: 100%;
  height: 45px;
}
select:focus-within {
  outline: none;
}

.bread_contact {
  background-image: url(/assets/img/contact/ContactBanner.jpg);
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread_contact:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.bread_contact h2 {
  z-index: 2;
}
.bread_contact ul {
  display: flex;
  gap: 10px;
  z-index: 2;
}
.bread_contact ul li a {
  color: #fff;
  font-weight: bold;
}
.bread_contact ul li a.active {
  color: #00BDA6;
}

.contact {
  margin: 50px 0;
}
.contact .address {
  border: 1px solid #bdbdbd;
  padding: 15px 20px 28px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact .address.address_last {
  flex-direction: column;
}
.contact .address.address_last h6 {
  font-weight: 700;
  font-size: 19px;
}
.contact .address.address_last ul {
  display: flex;
  gap: 10px;
}
.contact .address.address_last ul li {
  transition: 0.5s;
}
.contact .address.address_last ul li:hover {
  background-color: #FF6D34;
  color: #fff;
}
.contact .address i {
  font-size: 20px;
  color: #002147;
}
.contact .address ul li a {
  border: 1px solid #002147;
  color: #002147;
  height: 35px;
  width: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  transition: all 0.5s ease-out;
  font-size: 20px;
}
.contact .address .info p {
  color: #111111;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 5px;
}
.contact .contact_help {
  text-align: center;
}
.contact .contact_help h4 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 800;
}
.contact .contact_help p {
  font-size: 18px;
  width: 80%;
  margin: auto;
  display: block;
  padding-bottom: 40px;
}
.contact .box_social {
  position: relative;
  padding: 40px 10px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  border-radius: 6px;
}
.contact .box_social .image {
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.contact .box_social .image span {
  font-size: 17px;
  font-weight: 600;
  color: #2d2a6e;
}
.contact form .head h3 {
  font-size: 30px;
  color: #002147;
  line-height: 1.5;
  text-align: justify;
  margin: 0 0 15px;
}
.contact form .head span {
  height: 1px;
  border-top: 1px solid #ebebeb;
  display: block;
  height: 3px;
  background: #FF6D34;
  width: 10%;
  margin-bottom: 40px;
}
.contact form .form-group {
  margin-bottom: 1rem;
}
.contact form .form-group input {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 0;
  box-shadow: none;
  color: #555555;
  height: 45px;
  outline: none;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
.contact form .form-group textarea {
  width: 100%;
  height: 200px;
  resize: none;
  border: 1px solid #dddddd;
  outline: none !important;
}
.contact form .form-group button {
  height: 45px;
  width: 160px;
  color: #fff;
  font-weight: bold;
  background-color: #002147;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.contact form .form-group button:hover {
  background-color: #FF6D34;
  border: none;
  outline: none;
}
.contact .box_contact img {
  width: 100%;
  min-height: 250px;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.contact .box_contact .address {
  border: 1px solid #bdbdbd;
  padding: 15px 20px 28px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact .box_contact .address.address_last {
  flex-direction: column;
}
.contact .box_contact .address.address_last h6 {
  font-weight: 700;
  font-size: 19px;
}
.contact .box_contact .address.address_last ul {
  display: flex;
  gap: 10px;
}
.contact .box_contact .address.address_last ul li {
  transition: 0.5s;
}
.contact .box_contact .address.address_last ul li:hover {
  background-color: #FF6D34;
  color: #fff;
}
.contact .box_contact .address i {
  font-size: 20px;
  color: #002147;
}
.contact .box_contact .address ul li a {
  border: 1px solid #002147;
  color: #002147;
  height: 35px;
  width: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  transition: all 0.5s ease-out;
  font-size: 20px;
}
.contact .box_contact .address .info p {
  color: #111111;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 5px;
}
#map {
  height: 400px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.profile {
  margin: 50px 0;
}
.profile .side_profile .nav-tabs {
  border: none;
  display: flex;
  flex-direction: column;
  background: #fff;
  margin-bottom: 30px;
}
.profile .side_profile .nav-tabs .nav-link {
  border: none;
  padding: 13px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  gap: 10px;
}
.profile .side_profile .nav-tabs .nav-link.active {
  background-color: #00BDA6;
  color: #fff;
}
.profile .tab-content ul.tabs_inside {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  border: none;
}
.profile .tab-content ul.tabs_inside .nav-link {
  background: #002147;
  color: #fff;
}
.profile .tab-content ul.tabs_inside .nav-link.active {
  background-color: #00BDA6;
}
.profile .tab-content .tab_content_side table th,
.profile .tab-content .tab_content_side table td {
  width: auto !important;
}
.profile .tab-content form.information {
  padding: 20px 40px;
  background: #fff;
}
.profile .tab-content form.information h5 {
  color: #2d2a6e;
  font-size: 20px;
}
.profile .tab-content form.information label {
  font-weight: 500;
}
.profile .tab-content form.information input,
.profile .tab-content form.information textarea {
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 0;
  box-shadow: none;
  color: #555555;
  height: 45px;
  outline: none;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  border-radius: 5px;
  padding: 20px;
}
.profile .tab-content form.information textarea {
  height: 200px;
  resize: none;
}
.profile .tab-content form.information button {
  height: 45px;
  color: #fff;
  font-weight: bold;
  background-color: #002147;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.profile .tab-content form.information button:hover {
  background-color: #FF6D34;
  border: none;
  outline: none;
}
.profile .tab-content .table-responsive {
  overflow-x: auto;
  overflow-y: hidden;
}
.profile .tab-content .table-responsive table {
  min-width: 700px;
  text-align: center;
}
.profile .tab-content .table-responsive table thead {
  background-color: #002147;
  color: #fff;
}
.profile .tab-content .table-responsive table th,
.profile .tab-content .table-responsive table td {
  width: 33.33%;
  text-align: center;
}
.profile .tab-content .table-responsive table .btns {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.profile .tab-content .table-responsive table .btns button {
  width: auto;
  min-width: 80px;
  background-color: #FF6D34;
  padding: 0;
  border: none;
  outline: none;
  min-height: 30px;
  font-size: 11px;
}
.profile .tab-content .table-responsive table .btns button:hover {
  background-color: #00BDA6;
}
.profile .tab-content .points {
  background: #fff;
  padding: 30px;
  text-align: center;
}
.profile .tab-content .points span {
  font-size: 20px;
}
.profile .tab-content .points span.how_point {
  font-weight: bold;
  color: #FF6D34;
}

.blog {
  margin: 50px 0;
}
.blog button.main-btn {
  background-color: #FF6D34;
  color: #fff;
  border: none;
  outline: none;
  display: block;
  margin: auto;
  transition: 0.5s;
}
.blog button.main-btn:hover {
  background-color: #00BDA6;
}
.blog .blog_sidebar {
  position: relative;
  border: 1px solid #e1e5e9;
  background-color: #f1f5f8;
  padding: 40px 30px;
  border-radius: 6px;
  margin-bottom: 30px;
}
.blog .blog_sidebar .category {
  margin-bottom: 45px;
}
.blog .blog_sidebar .category.last_cat input {
  height: 45px;
  border: none;
  width: 100%;
  margin-bottom: 20px;
}
.blog .blog_sidebar .category.last_cat button {
  background-color: #FF6D34;
  color: #fff;
  border: none;
  outline: none;
  display: block;
  margin: auto;
  transition: 0.5s;
}
.blog .blog_sidebar .category.last_cat button:hover {
  background-color: #00BDA6;
}
.blog .blog_sidebar .category select {
  border: 1px solid #ddd;
  -webkit-padding-start: 20p;
          padding-inline-start: 20p;
}
.blog .blog_sidebar .category h3 {
  font-size: 22px;
  font-weight: 600;
  color: #2d2a6e;
}
.blog .blog_sidebar .category .widget-content ul li {
  border-bottom: 1px solid #e1e5e9;
}
.blog .blog_sidebar .category .widget-content ul li:last-child {
  border-bottom: none;
}
.blog .blog_sidebar .category .widget-content ul li a {
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #1e1e2a;
  padding: 14px 0px 13px 20px;
  transition: 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog .blog_sidebar .category .widget-content ul li a span.num {
  opacity: 0;
  visibility: hidden;
}
.blog .blog_sidebar .category .widget-content ul li a:hover {
  color: #FF6D34;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
.blog .blog_sidebar .category .widget-content ul li a:hover span.num {
  opacity: 1;
  visibility: visible;
}
.blog .blog_sidebar .category .popular_post {
  margin: 30px 0;
  display: flex;
  gap: 30px;
  border-bottom: 3px dotted #2d2a6e;
}
.blog .blog_sidebar .category .popular_post .image img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.blog .blog_sidebar .category .popular_post .info_pop h4 {
  font-size: 20px;
  font-weight: 500;
  color: #2d2a6e;
}
.blog .blog_sidebar .category .popular_post .info_pop p {
  color: #FF6D34;
}
.blog .blog_sidebar .category ul.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.blog .blog_sidebar .category ul.tags li {
  margin-bottom: 5px;
}
.blog .blog_sidebar .category ul.tags li a {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  border-radius: 20px;
  color: #838d9e;
  padding: 3px 12px 7px;
  display: inline-block;
  transition: 0.5s ease;
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
}
.blog .blog_sidebar .category ul.tags li a:hover {
  background-color: #FF6D34;
  color: #fff;
}
.blog .box_blog {
  margin-bottom: 30px;
}
.blog .box_blog .image {
  width: 100%;
  overflow: hidden;
}
.blog .box_blog .image img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.blog .box_blog:hover .image img {
  transform: scale(1.1);
}
.blog .box_blog .content_box_blog {
  padding: 40px 30px;
  border: 2px solid #f1f1f1;
  border-top: 0;
}
.blog .box_blog .content_box_blog span {
  color: #FF6D34;
}
.blog .box_blog .content_box_blog h3 {
  font-size: 22px;
  margin: 10px 0;
}
.blog .box_blog .content_box_blog p {
  color: #7a7a7a;
}
.blog .single_post h5 {
  color: #2d2a6e;
  text-transform: none;
  font-weight: 600;
  font-size: 28px;
  margin: 5px 0 30px;
}
.blog .single_post img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 400px;
  width: 100%;
}
.blog .single_post .info_single {
  margin-bottom: 50px;
}
.blog .single_post .info_single h6 {
  margin: 20px 0;
  font-weight: 500;
  font-size: 24px;
}
.blog .single_post .info_single p {
  color: #7a7a7a;
  line-height: 1.7;
  font-size: 17px;
}
.blog .comment_body {
  margin: 40px 0;
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #ddd;
}
.blog .comment_body .info {
  display: flex;
  flex-direction: column;
}
.blog .comment_body .info span {
  font-size: 12px;
  transition: 0.5s;
}
.blog .comment_body .info span:hover {
  color: #FF6D34;
}
.blog .comment_body .info p {
  font-weight: 500;
  padding-top: 15px;
}
.blog .comment_body .image img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}
.blog .share_btns {
  margin: 30px 0 0;
  padding: 20px;
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.blog .share_btns a {
  padding: 7px 15px;
  background: #00BDA6;
  border-radius: 50px;
  color: #fff;
  transition: 0.5s;
}
.blog .share_btns a:hover {
  background-color: #FF6D34;
}
.blog form.add_comment {
  margin-top: 30px;
}
.blog form.add_comment h6 {
  font-size: 20px;
  font-weight: 600;
  color: #2d2a6e;
}
.blog form.add_comment input,
.blog form.add_comment textarea {
  border: 1px solid #ddd;
  height: 45px;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
  width: 100%;
}
.blog form.add_comment input:focus-within, .blog form.add_comment input:focus-visible,
.blog form.add_comment textarea:focus-within,
.blog form.add_comment textarea:focus-visible {
  border: 1px solid #00BDA6;
  outline: none;
}
.blog form.add_comment textarea {
  height: 250px;
}

.clints_page {
  margin: 50px 0;
}
.clints_page .head {
  margin-bottom: 40px;
}
.clints_page .head h3 {
  font-size: 40px;
  text-align: center;
  margin: 30px auto 0;
  font-weight: bold;
  color: #00BDA6;
}
.clints_page .head span {
  display: block;
  margin: auto;
  height: 4px;
  width: 100px;
  background: #00BDA6;
}
.clints_page .box_image {
  margin-bottom: 30px;
  border: 2px solid #00BDA6;
  display: flex;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  min-height: 164px;
  overflow: hidden;
  transition: 0.5s;
}
.clints_page .box_image img {
  max-width: 100px;
  transition: 0.5s;
  mix-blend-mode: multiply;
}
.clints_page .box_image:hover img {
  transform: scale(1.1);
}

.credit_page .box_image {
  padding: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.credit_page .box_image h4 {
  font-size: 17px;
  margin: 20px 0;
  color: #00BDA6;
}
.mftc_photos {
  margin: 50px 0;
}
.mftc_photos .icon_play {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  background: #FF6D34;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.mftc_photos .head p {
  padding: 20px;
  text-align: center;
}
.mftc_photos .tabs {
  margin-bottom: 30px;
}
.mftc_photos .tabs ul {
  flex-direction: column;
  display: flex;
  gap: 20px;
  background: #fff;
  border: none;
}
.mftc_photos .tabs ul li {
  border: none;
}
.mftc_photos .tabs ul li .nav-link {
  padding: 15px;
  font-weight: bold;
  border: none;
}
.mftc_photos .tabs ul li .nav-link:hover {
  border: none;
}
.mftc_photos .tabs ul li .nav-link.active {
  background: #FF6D34;
  color: #fff;
}
.mftc_photos label {
  font-weight: 500;
}
.mftc_photos select {
  border: 1px solid #FF6D34;
  margin-top: 5px;
}
.mftc_photos .box {
  margin-bottom: 20px;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  min-height: 340px;
}
.mftc_photos .box p {
  padding: 20px 0;
  font-size: 13px;
  font-weight: 500;
}
.mftc_photos .box .image {
  height: 250px;
  position: relative;
  overflow: hidden;
}
.mftc_photos .box .image:hover img {
  transform: scale(1.1);
}
.mftc_photos .box img {
  width: 100%;
  height: 100%;

     object-fit: contain;
  transition: 0.5s;
}

.achieve_mftc .box {
  padding-bottom: 20px;
}
.achieve_mftc .box p {
  padding: 20px 0 0;
}
.achieve_mftc .box span {
  display: block;
  margin: 0 15px;
}

.add_content {
  margin: 50px 0;
}
.add_content .table-responsive {
  padding: 20px;
  overflow-x: auto;
}
.add_content .table-responsive input {
  width: 100%;
  height: 40px;
  margin: 5px;
  text-indent: 20px;
  border: 1px solid #ddd;
}
.add_content .table-responsive input:focus-within {
  outline: none;
  border: 1px solid #FF6D34;
}
.add_content .table-responsive .accordian-body {
  padding: 20px;
}
.add_content .table-responsive table {
  text-align: center;
  width: 100%;
  min-width: 700px;
}
.add_content .table-responsive table form {
  padding: 15px;
}
.add_content .table-responsive table form .form-group {
  text-align: right;
}
.add_content .table-responsive table form button {
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.5s;
  background-color: #FF6D34;
}
.add_content .table-responsive table form button:hover {
  background: #00BDA6;
}
.add_content .table-responsive table h5 {
  text-align: right;
}
.add_content .table-responsive table .hiddenRow {
  padding: 0;
}
.add_content .table-responsive table .actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.add_content .table-responsive table .actions button {
  border: 1px solid #FF6D34;
  background: #fff;
  cursor: pointer;
}
.add_content .table-responsive table .actions button .fa-trash {
  color: #FF6D34;
}
.add_content .table-responsive table .actions button .fa-edit {
  color: #00BDA6;
}
.add_content .table-responsive table table th {
  background-color: #00BDA6;
}
.add_content .table-responsive table th,
.add_content .table-responsive table td {
  padding: 7px 0;
  width: 20%;
  text-align: center;
}
.add_content .table-responsive table th input[type=radio],
.add_content .table-responsive table td input[type=radio] {
  height: 20px;
  width: 20px;
  accent-color: chocolate;
}
.add_content .table-responsive table thead {
  background-color: #FF6D34;
  color: #fff;
}
.add_content .table-responsive table tbody tr:hover {
  background-color: #ddd;
}
.add_content .card {
  width: 100%;
}
.add_content .card .card-header {
  padding: 0;
}
.add_content #accordion .link_togg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 14px;
}
.add_content #accordion .link_togg span {
  font-size: 15px;
  font-weight: 500;
}
.add_content #accordion .link_togg .icons {
  display: flex;
  gap: 10px;
}
.add_content #accordion .link_togg .icons .fa-edit {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00BDA6;
  color: #fff;
  border-radius: 3px;
}
.add_content #accordion .link_togg .icons .fa-trash {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: red;
  color: #fff;
  border-radius: 3px;
}
.add_content #accordion .course_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.add_content #accordion .course_info .content {
  display: flex;
  gap: 20px;
}
.add_content #accordion .course_info .icons {
  display: flex;
  gap: 16px;
}
.add_content #accordion .course_info .icons .fa-edit {
  color: green;
}
.add_content #accordion .course_info .icons .fa-trash {
  color: red;
}
.add_content .add_cbtn {
  width: 170px;
  height: 35px;
  background-color: #00BDA6;
  color: #fff;
  border: none;
  outline: none;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}
.add_content .faq-section > a {
  display: block;
  position: relative;
}
.add_content .faq-section > a:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  font-weight: 600;
}
.add_content .faq-section > a[aria-expanded=true]:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

.modal-body input,
.modal-body textarea {
  margin-bottom: 25px;
  height: 45px;
}
.modal-body select {
  border: 1px solid #ddd;
}

.modal-footer button.btn {
  background: #FF6D34;
  color: #fff;
}

.services {
  margin: 50px 0;
}
.services .nav-tabs {
  margin: 30px auto;
  gap: 10px;
  border: none;
}
.services .nav-tabs .nav-item .nav-link {
  width: auto;
  height: 45px;
  background: #00BDA6;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: none;
  transition: 0.5s;
}
.services .nav-tabs .nav-item .nav-link:hover {
  background-color: #FF6D34;
}
.services .box {
  margin-bottom: 20px;
  position: relative;
  animation: fadeUp;
}
.services .box:hover .image img {
  transform: scale(1.1);
}
.services .box:hover .image::after {
  transform: translateX(100%);
}
.services .box:hover .image::before {
  transform: translateX(-100%);
}
.services .box:hover .image::after, .services .box:hover .image::before {
  opacity: 1;
  visibility: visible;
}
.services .box:hover h3 {
  background-color: #FF6D34;
  color: #fff;
}
.services .box .image {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.services .box .image::after {
  content: "";
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: translateX(0px);
  transition: 0.5s;
}
.services .box .image::before {
  content: "";
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: translateX(0px);
  transition: 0.5s;
  z-index: 9;
}
.services .box .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: 0.5s;
}
.services .box h3 {
  font-weight: 700;
  font-size: 20px;
  padding: 20px;
  background-color: #fff;
  text-align: center;
  position: absolute;
  bottom: 188px;
  width: 90%;
  display: block;
  margin: auto;
  left: 18px;
  transition: 0.5s;
  z-index: 10;
}
.services .box .content {
  padding: 50px 20px;
}
.services .box .content p {
  text-align: center;
}
.services .box .content button {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: none;
  outline: none;
  margin: auto;
  font-weight: 400;
  font-size: 16px;
  transition: 0.5s;
  color: #FF6D34;
}
.paginate {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.paginate li a {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #FF6D34;
  border-radius: 50%;
  padding: 20px;
}
.paginate li.active a {
  background-color: #FF6D34 !important;
  color: #fff;
}

.mftc_photos.about .box {
  min-height: unset;
}
.mftc_photos.about .box .image {
  height: 350px;
  border-radius: 10px;
}
.mftc_photos.about .box .icon_play {
  top: 50%;
  width: 70px;
  height: 70px;
}

.our_goals {
  padding: 50px 0;
  background-color: #161a33;
}
.our_goals .box .image img {
  filter: invert(1);
}
.our_goals .box h3 {
  color: #fff;
}
.our_goals .box p {
  color: #fff;
}
.our_goals .box:hover {
  border-radius: 6px;
}
.our_goals .box:hover .image img {
  filter: unset;
}
.our_goals .box:hover h3 {
  color: #FF6D34;
}
.our_goals .box:hover p {
  color: #000;
}

.experts .download {
  margin-bottom: 20px;
  background: #FF6D34;
}
.experts .download:hover {
  color: #fff;
  background: #00BDA6;
}
.experts .box_page {
  background: #fff;
  border-radius: 5px;
  color: #000;
  font-weight: bold;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.experts .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.experts .info h3 {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}
.about_quality {
  padding-bottom: 50px;
  overflow-x: unset;
}
.about_quality a.more {
  display: flex;
  gap: 20px;
  align-items: center;
  font-weight: 700;
  color: #FF6D34;
}
.about_quality .image {
  width: 50%;
  margin: auto;
  text-align: center;
}
.about_quality .image img {
  display: block;
  width: 100%;
}
.about_quality .all_img {
  background-image: url(../img/photos/pattern-3.png);
  position: relative;
}
.about_quality .all_img .img-1 {
  position: absolute;
  top: 21%;
  right: -26px;
}
.about_quality .all_img .img-2 {
  position: absolute;
  top: 21%;
  left: 0px;
}
.about_quality .all_img .img-3 {
  position: absolute;
  bottom: -76px;
  left: 0;
}

@media (max-width: 767px) {
  .about_quality .image {
    width: 100%;
  }
  .about_quality .all_img .img-3,
  .about_quality .all_img .img-2,
  .about_quality .all_img .img-1 {
    display: none;
  }
}
.choose_about {
  margin: 50px 0;
}
.choose_about .advantage {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
  padding: 20px;
  transition: 0.5s;
}
.choose_about .advantage img {
  width: 80px;
  height: 80px;
}
.choose_about .advantage:hover {
  background-color: #00BDA6;
  color: #fff;
  border-radius: 5px;
}

.latest_pro {
  margin: 50px 0;
}
.latest_pro .owl-carousel .item {
  position: relative;
  z-index: 100;
  -webkit-backface-visibility: hidden;
}
.latest_pro .owl-carousel .item .image {
  position: relative;
  border-radius: 5px;
}
.latest_pro .owl-carousel .item .image img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.latest_pro .owl-carousel .item .image .overlay {
  position: absolute;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.latest_pro .owl-carousel .item .image .overlay .content {
  text-align: center;
  padding: 10px 0;
  background-color: #FF6D34;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  right: 0;
  left: 0;
}
.latest_pro .owl-carousel .item .image .overlay .content a {
  color: #fff;
}
.latest_pro .owl-carousel .item .image:hover .overlay {
  opacity: 1;
  visibility: visible;
  display: block;
  height: 100%;
}
.latest_pro .owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}
.latest_pro .owl-nav button {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.latest_pro .owl-nav i {
  font-size: 25px;
}
.latest_pro .owl-nav .owl-prev {
  left: -30px;
}
.latest_pro .owl-nav .owl-next {
  right: -30px;
}

.download_center {
  margin: 50px 0;
}
.download_center .head {
  text-align: center;
}
.download_center .head p {
  font-size: 17px;
  line-height: 1.7;
}
.download_center .box {
  margin: 30px 0;
  padding-bottom: 20px;
  background: #fff;
  text-align: center;
}
.download_center .box .image {
  overflow: hidden;
  border-radius: 6px;
}
.download_center .box .image img {
  width: 100%;
  height: 250px;
  transition: 0.5s;
     object-fit: contain;
}
.download_center .box .image:hover img {
  transform: scale(1.1);
}
.download_center .box h4 {
  font-size: 17px;
  margin: 20px 0;
  padding: 0 7px;
}
.download_center .box button {
  display: block;
  margin: auto;
  border: none;
  background-color: #FF6D34;
}
.download_center .box button:hover {
  background-color: #00BDA6;
}

.quality_policy {
  overflow-x: hidden;
  margin: 60px 0;
}
.quality_policy .play_link i {
  background: #00BDA6;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.quality_policy.train_method h4 {
  color: #00BDA6;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 25px;
}
.quality_policy .info {
  margin-bottom: 30px;
}
.quality_policy .info p {
  padding-bottom: 30px;
  font-weight: 500;
}
.quality_policy .info ul {
  list-style: decimal !important;
}
.quality_policy .info ul li {
  margin-bottom: 20px;
}
.quality_policy .image {
  overflow: hidden;
  border-radius: 6px;
}
.quality_policy .image img {
  width: 100%;
  height: 350px;
  transition: 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.quality_policy .image:hover img {
  transform: scale(1.1);
}

.mftc_testmonials {
  margin: 50px 0;
}
.mftc_testmonials .box {
  text-align: center;
  padding: 30px;
  transition: 0.5s;
}
.mftc_testmonials .box:hover {
  background-color: #fff;
}
.mftc_testmonials .box .image img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.mftc_testmonials .box h3 {
  font-weight: bold;
  font-size: 17px;
  margin: 10px 0;
}
.mftc_testmonials .box span {
  color: #FF6D34;
  font-size: 14px;
  font-weight: 500;
}
.mftc_testmonials .box p {
  padding: 10px 0;
}

.testimonial-block-seven {
  margin-bottom: 40px;
  -webkit-border-end: 1px solid #f2f2f2;
          border-inline-end: 1px solid #f2f2f2;
}

.testimonial-block-seven:nth-child(2n+0) {
  border: 0px;
}

/*--------------------------------------------------------------
# Start Footer
--------------------------------------------------------------*/
footer {
  background-color: #282834;
  color: #9c9c9c;
}
footer .footer-main {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
footer .footer-main a {
  color: #9c9c9c;
}
footer .footer-main a:hover {
  color: #00BDA6;
}
footer .footer-main h6 {
  font-size: 18px;
  margin-bottom: 1.2rem;
}
footer .footer-logo {
  max-width: 200px;
  margin-bottom: 10px;
}
footer .list-info li,
footer .menu-footer li {
  margin-bottom: 12px;
}
footer .list-info li a,
footer .menu-footer li a {
  display: flex;
  align-items: center;
  gap: 7px;
}
footer .list-info li a i,
footer .menu-footer li a i {
  font-size: 12px;
}
footer .footer-social li {
  display: inline-block;
  -webkit-margin-end: 4px;
          margin-inline-end: 4px;
}
@media only screen and (max-width: 1199px) {
  footer .footer-social li {
    margin-bottom: 10px;
  }
}
footer .footer-social li:last-child {
  margin-bottom: 0;
}
footer .footer-social li a {
  height: 41px;
  width: 41px;
  line-height: 41px;
  background-color: #00BDA6;
  border-radius: 4px;
  text-align: center;
  display: block;
  color: #ffffff !important;
  font-size: 17px;
  padding: 0 !important;
  overflow: hidden;
}
footer .footer-social li a:hover {
  background-color: #FF6D34;
}
footer .footer-social li a i {
  display: inline-block;
  line-height: 24px;
}
footer .footer-social li a:hover i {
  animation: bottomtotop 0.4s linear forwards;
}
footer .footer-social li a {
  background-color: rgba(255, 255, 255, 0.12);
  transition: 0.4s;
}
footer .footer-social li a:hover {
  background-color: #FF6D34;
}
footer .footer-social li a:hover i {
  animation: bottomtotop 0.4s linear forwards;
}
@keyframes bottomtotop {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
footer .form-control {
  background: #282834;
  color: #999;
  border: 1px solid #707e85;
  max-height: 100px;
  height: 40px;
  border-radius: 0;
  font-size: 14px;
}
footer .form-control:hover, footer .form-control:focus {
  border-color: #FF6D34;
  background: transparent !important;
  color: #fff;
}
footer textarea.form-control {
  height: 100px;
  resize: none;
}
footer .anderson-footer-area-4 [class*=col-] {
  padding: 0 5px;
  margin-bottom: 10px;
}
footer .anderson-footer-area-4 .main-btn.animate {
  padding: 12px 40px;
  line-height: normal;
  font-size: 13px;
}
footer .copyrights {
  padding: 20px 0;
  font-size: 12px;
}

/*--------------------------------------------------------------
# End Footer
--------------------------------------------------------------*/
/*start button up*/
#up_btn {
  position: fixed;
  right: 96%;
  bottom: 10px;
  width: 35px;
  height: 35px;
  border: none;
  color: #fff;
  background-color: #00BDA6;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-direction: column;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  transform: rotate(45deg);
}
#up_btn i {
  transform: rotate(-45deg);
}

#up_btn:hover {
  background-color: #FF6D34;
}

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

/*End button up*/
/*--------------------------------------------------------------
# Start gsap reveal
--------------------------------------------------------------*/
.gsap-reveal {
  position: relative;
  display: block;
  overflow: hidden;
}
.gsap-reveal .cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}

.gsap-reveal-hero {
  line-height: 0;
}
.gsap-reveal-hero .reveal-wrap {
  position: relative;
  overflow: hidden;
  display: block;
}
.gsap-reveal-hero .reveal-wrap .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00bda6;
  margin-left: -100%;
  z-index: 2;
}
.gsap-reveal-hero .reveal-wrap .reveal-content {
  line-height: 1.5;
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}

/*--------------------------------------------------------------
# End gsap reveal
--------------------------------------------------------------*/
.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: #FF6D34 !important;
  width: 40px;
  height: 40px;
  color: #fff !important;
  outline: none;
  transition: 0.3s;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -30px;
}
.owl-carousel .owl-nav button.owl-next {
  right: -30px;
}
.owl-carousel .owl-nav button:hover {
  background-color: #00BDA6 !important;
  color: #fff !important;
}

.owl-carousel.with-shadow {
  overflow: visible;
}
.owl-carousel.with-shadow .owl-stage-outer {
  overflow: visible;
}
.owl-carousel.with-shadow .owl-item {
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}
.owl-carousel.with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 5px 3px;
  transition: 0.3s;
  background: #000;
  opacity: 0.2;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #00BDA6;
  opacity: 1;
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 38px;
}

.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;
    display: flex;
    justify-content: center;
  }
  .owl-carousel .owl-nav button {
    position: unset;
    width: 35px;
    height: 35px;
    margin: 5px;
  }
}
/*********** Start buttons ************/
.main-btn {
  padding: 7px 40px;
  color: #fff;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0 15px;
  min-height: 40px;
  border-radius: 50px;
  font-weight: 500;
  outline: none;
}
.main-btn.shadow {
  box-shadow: 0px 12px 32px rgba(0, 189, 166, 0.3) !important;
}
.main-btn.dark-btn {
  background-color: #2a2424;
  color: #fff;
}
.main-btn.dark-btn:hover {
  background-color: rgb(88, 88, 88);
}
.main-btn.padding {
  padding: 12px 40px;
}
.main-btn.main {
  background-color: #00BDA6;
}
.bg-main {
  background-color: #00BDA6;
}
.main-btn.main:hover {
  background-color: #FF6D34;
  color: #fff !important;
}
.main-btn.sec {
  background-color: #00BDA6;
}
.main-btn.sec:hover {
  background-color: #FF6D34;
  color: #fff !important;
}
.main-btn.trans {
  background-color: rgba(255, 113, 59, 0.1);
  color: #00BDA6;
}
.main-btn.trans:hover {
  background-color: #00BDA6;
  color: #fff !important;
}
.main-btn.animate {
  border-radius: 30px 5px 5px;
  background-color: #FF6D34;
  background-image: linear-gradient(to right, #FF6D34, #00BDA6);
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  padding: 18px 40px 16px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
  display: inline-block;
}
.main-btn.animate.small-btn {
  padding: 12px 40px;
  font-size: 1em;
}
.main-btn.animate.sp {
  display: flex;
  height: 40px;
  font-size: 14px;
  width: 100%;
  border-radius: 5px;
}
.main-btn.animate::before, .main-btn.animate::after {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 60px;
  content: "";
  height: 100%;
  left: -110%;
  opacity: 0.1;
  position: absolute;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: -1;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -khtml-transition: all 0.5s ease 0s;
}
.main-btn.animate:hover {
  border-radius: 5px;
}
.main-btn.animate:hover:after, .main-btn.animate:hover::before {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 60px;
  content: "";
  height: 100%;
  left: -110%;
  opacity: 0.1;
  position: absolute;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: -1;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -khtml-transition: all 0.5s ease 0s;
}
.main-btn.animate:hover:before {
  left: -10%;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
}
.main-btn.animate:hover:after {
  left: -20%;
}
.bg-main2 {
  background-color: #FF6D34 ;
  border: 1px solid #FF6D34;
}
.bg-main2:hover {
  background-color: #00BDA6;
  border: 1px solid #00BDA6;
}


/*********** End buttons ************/
/*--------------------------------------------------------------
# Start Main Heading
--------------------------------------------------------------*/
.main-heading {
  position: relative;
  z-index: 1;
}
.main-heading h3 {
  color: #282834;
  font-weight: 700;
  font-size: 2.1em;
  margin: 0;
}
.main-heading p {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: #818894;
}
.main-heading i,
.main-heading img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 9em;
  z-index: -1;
  color: #282834;
  opacity: 0.08;
}
.main-heading img {
  opacity: 1;
}
.main-heading.ph_heading {
  background: linear-gradient(140deg, rgba(255, 109, 52, 0.15) 0%, rgba(0, 189, 166, 0.15) 100%);
}

/*--------------------------------------------------------------
# End Main Heading
--------------------------------------------------------------*/
.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
/*--------------------------------------------------------------
# Start responsive
--------------------------------------------------------------*/
@media (max-width: 1199.98px) {
  .newsletter_section .inputs {
    gap: 1%;
    row-gap: 10px;
    flex-wrap: wrap;
  }
  .newsletter_section .inputs .input-field {
    flex: 49%;
    max-width: 49%;
  }
  .certificates-section .info-side {
    width: 100%;
  }
  .navtop .header-search {
    margin: 0 10px;
  }
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  .primary-menu-container ul.nav-menu > li > a {
    font-size: 0.8em;
  }
}
@media (max-width: 991.98px) {
  .testimonial-block-seven {
    margin-bottom: 10px;
  }
  .bread_contact {
    height: 200px;
  }
  .bin .box_bin .info p {
    justify-content: center;
  }
  .bin .box_bin .info h6 {
    margin-top: 20px;
  }
  .bin .box_bin .row {
    text-align: center;
  }
  .bin .code {
    margin: 20px 0;
  }
  .hint-bar {
    display: none;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .o-2 {
    order: 2;
  }
  .header-list .content-header {
    padding: 10px;
  }
  .navtop .settings {
    justify-content: space-between;
  }
  .header_section blockquote p {
    font-size: 3em;
  }
  .header_section blockquote span {
    font-size: 1.5em;
  }
  .newsletter_section {
    padding: 45px 20px;
  }
  .categories_section .content .main-box {
    max-width: 25%;
    flex: 25%;
  }
  .details-section .col-lg-3:nth-of-type(even):after {
    display: none;
  }
  .details-section .col-lg-3:not(:last-of-type) .box {
    margin-bottom: 35px;
  }
  footer .col-md-6 {
    margin-bottom: 30px;
  }
  .navtop .content {
    justify-content: center;
  }
  .navtop .settings .lang {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
    -webkit-border-end: 0;
            border-inline-end: 0;
  }
}
@media (max-width: 767.98px) {
  .social_mobil {
    display: block !important;
  }
  .chat_icon {
    bottom: 70px;
  }
  #up_btn.fade {
    bottom: 77px;
  }
  footer .copyrights {
    padding-bottom: 150px;
  }
  .header_section blockquote p {
    font-size: 2.5em;
  }
  .header_section blockquote span {
    font-size: 1.3em;
  }
  .header_section blockquote p {
    white-space: pre-wrap;
  }
  .why-choose-us-section .info h3 {
    font-size: 2em;
  }
  .why-choose-us-section .info p {
    font-size: 1em;
  }
  .categories_section .content .main-box {
    max-width: 33.333%;
    flex: 33.3333%;
  }
  footer .anderson-footer-area-4 [class*=col-] {
    padding: 0 15px;
  }
  .navtop .settings {
    flex-direction: row-reverse;
  }
  footer .footer-social {
    margin-top: 30px;
  }
  .header-list .flex-1 {
    flex: none;
  }
  .header-list .d-flex.align-items-center.p-relative {
    justify-content: space-between;
  }
  .header-list .header-item .user-login-menu {
    left: 100%;
    transform: translateX(-50%);
    padding: 20px 15px;
    width: 170px;
  }
  .header-list .header-item .user-login-menu:before {
    left: 15px;
  }
  .flex-col-md {
    flex-direction: column;
  }
  .single_course_page .content_course_section .list_control ul {
    gap: 25px;
    flex-wrap: wrap;
  }
  .filter_page .result_content .filter_bar {
    flex-direction: column;
    gap: 10px;
  }
  .filter_page .result_content .filter_bar .settings {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .filter_page .result_content .filter_bar .nice-select,
  .filter_page .result_content .filter_bar .search_box {
    width: 100%;
  }
  .filter_page .result_content .filter_bar .search_box form {
    width: 100%;
  }
  .filter_page .result_content .filter_bar .search_box form input {
    flex: 1;
  }
  .navtop {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .question_head_img {
    align-items: center !important;
  }
  .all_img_input {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .add_content #accordion .course_info .content {
    flex-direction: column;
    gap: 10px;
  }
  .add_content #accordion .link_togg span {
    font-size: 11px;
  }
  .services .nav-tabs {
    justify-content: center;
    flex-direction: column;
    width: 91%;
  }
  .quality_policy.train_method .image img {
    height: 250px;
  }
  .blog .single_post h5 {
    font-size: 22px;
  }
  .blog .share_btns {
    gap: 10px;
  }
  .blog .single_post .info_single h6 {
    font-size: 19px;
  }
  .blog .single_post .info_single p {
    font-size: 15px;
  }
  body {
    font-size: 13px;
  }
  .navtop .settings .main-btn.animate {
    padding: 13px 30px;
  }
  .navtop .settings .header-item .header-link {
    width: 70px;
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }
  .header_section blockquote p {
    font-size: 2em;
  }
  .header_section blockquote span {
    font-size: 1em;
  }
  .newsletter_section .inputs .input-field {
    flex: 100%;
    max-width: 100%;
  }
  .why-choose-us-section {
    padding: 60px 0;
  }
  .search-section .box-form {
    padding: 30px 30px;
  }
  .search-section .content-search {
    flex-wrap: wrap;
  }
  .search-section .content-search .box {
    max-width: 100%;
    flex: 100%;
  }
  .search-section .box-form .head h5 {
    font-size: 2em;
  }
  .main-heading {
    position: relative;
    flex-direction: column;
    gap: 17px;
  }
  .main-heading h3 {
    font-size: 2em;
  }
  .products-section .list_control li {
    margin: 0 5px;
  }
  .categories_section .content .main-box {
    max-width: 50%;
    flex: 50%;
  }
  .details-section .col-lg-3:not(:last-of-type):after {
    display: none;
  }
  .certificates-section .certificates_content,
  .certificates-section .info-side {
    padding: 50px 15px;
  }
  .our-dependence-section .box .image {
    width: 100px;
    height: 100px;
  }
  .single_course_page .header_course .course-text-details .course-buttons a {
    height: 40px;
    line-height: 40px;
    font-size: 11px;
  }
  .single_course_page .header_course .course-text-details .course-buttons .add-cart {
    width: 130px;
  }
  .single_course_page .header_course .course-text-details .course-buttons .gift-btn {
    width: 120px;
    line-height: 38px;
    vertical-align: middle;
  }
  .single_course_page .header_course .course-text-details .course-buttons .add-fav {
    width: 40px;
  }
  .single_course_page .header_course .course-video img {
    height: auto;
    max-height: 250px;
  }
  .single_course_page .content_course_section #course_desceription .block ul li {
    max-width: 100%;
    flex: 100%;
  }
  .single_course_page .content_course_section #course_rating .comments-list li .comment-body {
    -webkit-padding-start: 10px;
            padding-inline-start: 10px;
  }
  .login form {
    padding: 20px;
  }
}

#rc-imageselect {
    min-width: 220px !important;
    font-family: Roboto,helvetica,arial,sans-serif;
    background-color: #fff
}


/*--------------------------------------------------------------
# End responsive
--------------------------------------------------------------*//*# sourceMappingURL=style.css.map */