/* ==============
 ========= css documentation =========

 * Theme Name: Elearning
 * Version: 1.0
 * Description: E-learning, Education, LMS, and Online Course Website Template
 * ¸ü¶àÏÂÔØ£ºhttp://www.bootstrapmb.com

 01. abstracts
     1.1 --> mixins
     1.2 --> variables

 02. base
     2.1 --> reset
     2.2 --> typography
     2.3 --> global

 03. components
     3.1 --> buttons
     3.2 --> forms
     3.3 --> preloader

 04. layout
     4.1 --> header
     4.2 --> hero Section
     4.3 --> banner
     4.4 --> newsletter
     4.4 --> footer

 05. sections
     5.1 --> course
     5.2 --> feature
     5.3 --> about
     5.4 --> services
     5.5 --> seminar
     5.6 --> process
     5.7 --> counter
     5.8 --> testimonials
     5.9 --> instructor

 06. responsive

     =================================
============== */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Lato:wght@300;400;700;900&display=swap");
/* ==== 
 --------- (2.1) reset styles start ---------
 ==== */
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::-webkit-scrollbar {
  width: 5px;
}
*::-webkit-scrollbar-track {
  background-color: #cae6f7;
  border-radius: 5px;
}
*::-webkit-scrollbar-button, *::-webkit-scrollbar-thumb {
  background-color: #f5920c;
  border-radius: 5px;
}
*::-moz-selection {
  color: #ffffff;
  background-color: #1770c8;
}
*::selection {
  color: #ffffff;
  background-color: #1770c8;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 0px;
  font-weight: 400;
  color: #2d1100;
  background-color: #ffffff;
  overflow-x: hidden;
}

a,
button {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  outline: 0px;
  border: 0px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a i,
button i {
  -webkit-transition: inherit;
  transition: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
a:hover,
button:hover {
  text-decoration: none;
  border: 0px;
  outline: 0px;
}

button {
  cursor: pointer;
}
button:focus {
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
}

ul,
ol {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
}

input,
textarea {
  border: 0px;
  outline: 0px;
}
input:focus,
textarea:focus {
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0px;
}

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

input[type=checkbox] {
  width: initial;
  height: initial;
}

textarea {
  min-height: 150px;
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

iframe {
  border: 0px;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0px;
  margin: 0px;
  font-weight: 700;
  color: #2d1100;
  font-family: "Inter", sans-serif;
}

/* ==== 
 --------- (2.1) reset styles end ---------
 ==== */
/* ==== 
 --------- (2.2) typography styles start ---------
 ==== */
p,
th,
td,
li,
input,
textarea,
select,
label,
blockquote,
span {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-top: -7px;
  color: #2d1100;
  font-family: "Inter", sans-serif;
}

.primary-text {
  font-size: 24px;
  line-height: 34px;
  margin-top: -7px;
}

a,
button {
  font-size: 18px;
  line-height: 24px;
  color: #2d1100;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
a:hover,
button:hover {
  color: #f5920c;
}

h1,
.hero__title {
  font-size: 76px;
  line-height: 99px;
  margin-top: -11px;
}

h2,
.section__title {
  font-size: 57px;
  line-height: 74px;
  margin-top: -12px;
}

h3 {
  font-size: 24px;
  line-height: 32px;
  margin-top: -8px;
}

h4 {
  font-size: 32px;
  line-height: 40px;
  margin-top: -6px;
}

h5 {
  font-size: 24px;
  line-height: 32px;
  margin-top: -5px;
}

h6 {
  font-size: 18px;
  line-height: 24px;
  margin-top: -4px;
}

h1 > a,
h1 > span,
h2 > a,
h2 > span,
h3 > a,
h3 > span,
h4 > a,
h4 > span,
h5 > a,
h5 > span,
h6 > a,
h6 > span,
p > a,
p > span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

/* ==== 
 --------- (2.2) typography styles end ---------
 ==== */
/* ==== 
 --------- (2.3) global styles start ---------
 ==== */
.row-margin {
  margin-bottom: -30px;
}
.row-margin .col-margin {
  margin-bottom: 30px;
}

img {
  max-width: 100%;
  height: auto;
  border: 0px;
  outline: 0px;
}

.width-unset {
  max-width: unset;
}

.bg-img {
  background-color: #2d1100;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.dir-rtl {
  direction: rtl;
}

.slick-slide {
  margin: 0px 12px;
}
.slick-slide img {
  display: inline-block;
}

.slick-list {
  margin: 0px -12px;
}

.bg-primary {
  background-color: #f5920c;
  background-image: -webkit-gradient(linear, left top, right top, from(#f48d00), to(#f73e00));
  background-image: linear-gradient(90deg, #f48d00 0%, #f73e00 100%);
}

.bg-secondary {
  background-color: #fefaf3 !important;
}

.text-bg {
  background: -webkit-gradient(linear, left top, right top, from(#f48d00), to(#f73e00));
  background: linear-gradient(90deg, #f48d00 0%, #f73e00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section {
  padding: 120px 0px;
  background-color: #ffffff;
}

.section__header {
  text-align: center;
  margin-bottom: 56px;
}
.section__header .section__title {
  color: #150800;
  margin-bottom: 25px;
}
.section__header .section__sub-title {
  color: #2d1100;
}

.section__content h2 {
  margin-bottom: 20px;
}
.section__content p {
  margin-bottom: 35px;
}

.slider__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}

.slider-btn {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #d3d3d3;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #ffffff;
}
.slider-btn i {
  color: #f5920c;
}
.slider-btn:hover, .slider-btn:focus {
  border: 1px solid #d3d3d3;
  background-color: #f5920c;
}
.slider-btn:hover i, .slider-btn:focus i {
  color: #ffffff;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.social a {
  color: #150800;
}
.social a:hover {
  color: #ffffff;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
.pagination li {
  margin: 0px;
}
.pagination .page-link {
  width: 60px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  background-color: #ffffff;
  color: #4d4e4f;
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
}
.pagination .page-link i {
  -webkit-transition: unset;
  transition: unset;
}
.pagination .page-link:hover, .pagination .page-link:focus, .pagination .page-link:active {
  border: 1px solid #d3d3d3;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#f48d00), to(#f73e00));
  background: linear-gradient(90deg, #f48d00 0%, #f73e00 100%);
}
.pagination .active {
  color: #ffffff;
  background: -webkit-gradient(linear, left top, right top, from(#f48d00), to(#f73e00));
  background: linear-gradient(90deg, #f48d00 0%, #f73e00 100%);
}
.pagination .page-item:nth-last-of-type(1) .page-link, .pagination .page-item:nth-of-type(1) .page-link {
  border: 0px;
  background-color: transparent;
}
.pagination .page-item:nth-last-of-type(1) .page-link:hover, .pagination .page-item:nth-last-of-type(1) .page-link:active, .pagination .page-item:nth-last-of-type(1) .page-link:focus, .pagination .page-item:nth-of-type(1) .page-link:hover, .pagination .page-item:nth-of-type(1) .page-link:active, .pagination .page-item:nth-of-type(1) .page-link:focus {
  background: transparent;
}
.pagination .page-item:nth-last-of-type(1) .page-link:hover i, .pagination .page-item:nth-last-of-type(1) .page-link:active i, .pagination .page-item:nth-last-of-type(1) .page-link:focus i, .pagination .page-item:nth-of-type(1) .page-link:hover i, .pagination .page-item:nth-of-type(1) .page-link:active i, .pagination .page-item:nth-of-type(1) .page-link:focus i {
  color: #2d1100;
}
.pagination .page-item:nth-last-of-type(1) .page-link i, .pagination .page-item:nth-of-type(1) .page-link i {
  color: #d3d3d3;
}

.milestone__content img {
  margin-bottom: 30px;
}

.plo {
  background-color: #F8FFFF !important;
}

.plt {
  background-color: #FAF8FF !important;
}

/* ==== 
 --------- (2.3) global styles end ---------
 ==== */
/* ==== 
 --------- (3.1) button styles start ---------
 ==== */
.cmn-button {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #ffffff;
  padding: 15px 30px;
  background-color: #f5920c;
  background-image: -webkit-gradient(linear, left top, right top, from(#f48d00), to(#f73e00));
  background-image: linear-gradient(90deg, #f48d00 0%, #f73e00 100%);
  background-size: 100% 100%;
  border-radius: 5px;
}
.cmn-button:hover {
  color: #ffffff;
  background-size: 220% 220%;
  background-position: right center;
}

.cmn-button--secondary {
  color: #2d1100;
  background: #ffffff;
  border: 1px solid #d3d3d3;
}
.cmn-button--secondary:hover {
  color: #f5920c;
  border: 1px solid #f5920c;
}

.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 24px;
  width: 40px;
  height: 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f48d00), to(#f73e00));
  background-image: linear-gradient(90deg, #f48d00 0%, #f73e00 100%);
  background-size: 100% 100%;
  color: #ffffff;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  border-radius: 5px;
}
.scrollToTop:hover, .scrollToTop:focus, .scrollToTop:active {
  color: #ffffff;
  background-size: 220% 220%;
  background-position: right center;
}
.scrollToTop.active {
  bottom: 30px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/* ==== 
 --------- (3.1) button styles end ---------
 ==== */
/* ==== 
 --------- (3.2) form styles start ---------
 ==== */
.registration__inner {
  padding: 60px 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}
.registration__inner h3 {
  margin-bottom: 20px;
}
.registration__inner form {
  margin-top: 40px;
}
.registration__inner .group {
  margin-bottom: 30px;
}
.registration__inner .group label {
  display: block;
  margin-bottom: 15px;
}
.registration__inner .group input {
  width: 100%;
  border: 1px solid #c3c7e4;
  padding: 10px 20px;
  border-radius: 5px;
}
.registration__inner .user__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}
.registration__inner .checkbox {
  text-align: left;
}
.registration__inner .checkbox label {
  color: #2d1100;
  cursor: pointer;
  position: relative;
  padding-left: 36px;
}
.registration__inner .checkbox label a {
  font-weight: 400;
  color: #4508ed;
}
.registration__inner .checkbox label a:hover {
  color: #2d1100;
}
.registration__inner .checkbox input {
  display: none;
}
.registration__inner .checkbox .checkmark {
  height: 24px;
  width: 24px !important;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(21, 8, 0, 0.5647058824);
          box-shadow: 0px 0px 10px 0px rgba(21, 8, 0, 0.5647058824);
  border-radius: 50%;
  margin: 0px;
}
.registration__inner .checkbox [type=checkbox]:checked + .checkmark:before {
  content: "\f00c";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.registration__inner .cmn-button {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.registration__inner .group-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

.contact .contact__form .single-input {
  padding: 0;
  margin-bottom: 15px;
  position: relative;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid transparent;
}
.contact .contact__form .single-input input, .contact .contact__form .single-input textarea {
  width: 100%;
  padding: 20px 30px;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 14px 30px;
}
.contact .contact__form .single-input.success input, .contact .contact__form .single-input.success textarea {
  border-color: #2ecc71;
}
.contact .contact__form .single-input.error input, .contact .contact__form .single-input.error textarea {
  border-color: #e74c3c;
}
.contact .contact__form .single-input.error small {
  visibility: visible;
}
.contact .contact__form .single-input small {
  color: #e74c3c;
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
}

.thank_you p {
  bottom: 25px;
  color: green;
  -webkit-animation: scaleone 0.5s linear;
          animation: scaleone 0.5s linear;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
}

/* ==== 
 --------- (3.2) form styles end ---------
 ==== */
/* ==== 
 --------- (3.3) preloader styles start ---------
 ==== */
/* ==== 
 --------- (3.3) preloader styles end ---------
 ==== */
/* ==== 
 --------- (4.1) header styles start ---------
 ==== */
.header {
  position: fixed;
  top: 30px;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 9;
}
.header .nav {
  padding: 20px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.header .nav li,
.header .nav span {
  margin: 0px;
}
.header .nav .nav__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  min-width: 100%;
}
.header .nav .nav__menu {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header .nav .nav__menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .nav .nav__menu-link {
  font-family: "Inter", sans-serif;
  padding: 10px 12px;
  color: #2d1100;
  font-weight: 500;
}
.header .nav .nav__menu-link:hover {
  color: #f5920c;
}
.header .nav .nav__menu-item--dropdown {
  position: relative;
}
.header .nav .nav__menu-item--dropdown .nav__dropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  min-width: 200px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  padding: 30px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.header .nav .nav__menu-item--dropdown .nav__dropdown li {
  margin-bottom: 10px;
}
.header .nav .nav__menu-item--dropdown .nav__dropdown li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.header .nav .nav__menu-item--dropdown:hover .nav__dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.header .nav .nav__menu-item--dropdown .nav__dropdown-item {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
}
.header .nav .nav__menu-link--dropdown {
  position: relative;
}
.header .nav .nav__menu-link--dropdown::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f107";
  border: none;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.header .nav .nav__menu-link--dropdown:hover::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header .nav .nav__uncollapsed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.header .nav .nav__uncollapsed-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.header .nav .nav__bar {
  padding: 0px;
  display: inline-block;
  background-color: transparent;
}
.header .nav .nav__bar span {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.header .nav .nav__bar .icon-bar {
  width: 35px;
  height: 2px;
  background-color: #2d1100;
  margin: 0px;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .nav .nav__bar .middle-bar {
  margin: 6px 0px;
  opacity: 1;
}
.header .nav .nav__bar-toggle .top-bar {
  -webkit-transform: rotate(-45deg) translate(-7px, 4px);
          transform: rotate(-45deg) translate(-7px, 4px);
  background: #ffd500;
}
.header .nav .nav__bar-toggle .middle-bar {
  opacity: 0;
}
.header .nav .nav__bar-toggle .bottom-bar {
  -webkit-transform: rotate(45deg) translate(-7px, -4px);
          transform: rotate(45deg) translate(-7px, -4px);
  background: #ffd500;
}

.sticky-active {
  background-color: transparent;
  -webkit-animation: header 0.5s linear;
          animation: header 0.5s linear;
  top: 0px;
}

.backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5019607843);
  z-index: 9;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: none;
}

.backdrop-active {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

@-webkit-keyframes header {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes header {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/* ==== 
 --------- (4.1) header styles end ---------
 ==== */
/* ==== 
 --------- (4.2) hero section styles start ---------
 ==== */
.hero {
  padding: 195px 0px 70px;
  background-color: #fefaf3;
}
.hero .hero__title {
  margin-bottom: 10px;
}
.hero .hero__search {
  max-width: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.hero .hero__search input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 17px 30px;
  background-color: #ffffff;
  margin: 0px;
  border-radius: 5px 0px 0px 5px;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}
.hero .hero__search input::-webkit-input-placeholder {
  color: #9f9f9f;
}
.hero .hero__search input::-moz-placeholder {
  color: #9f9f9f;
}
.hero .hero__search input:-ms-input-placeholder {
  color: #9f9f9f;
}
.hero .hero__search input::-ms-input-placeholder {
  color: #9f9f9f;
}
.hero .hero__search input::placeholder {
  color: #9f9f9f;
}
.hero .hero__search .cmn-button {
  border-radius: 0px 5px 5px 0px;
  height: 64px;
  min-width: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero .hero__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-top: 40px;
}

/* ==== 
 --------- (4.2) hero section styles end ---------
 ==== */
/* ==== 
 --------- (4.3) banner styles start ---------
 ==== */
.banner {
  padding: 230px 0px 100px;
  background-color: #FEFAF3;
}
.banner li {
  font-weight: 600;
}
.banner .breadcrumb {
  margin: 0px;
}
.banner .breadcrumb-item {
  color: #150800;
  font-weight: 400;
}
.banner .breadcrumb-item::before {
  content: ">";
  color: #150800;
  font-weight: 400;
  font-size: 24px;
}
.banner .breadcrumb-item:first-of-type::before {
  content: none;
}
.banner .breadcrumb-item a {
  color: #150800;
  font-weight: 400;
}
.banner .breadcrumb-item a:hover {
  color: #f5920c;
}

/* ==== 
 --------- (4.3) banner styles end ---------
 ==== */
/* ==== 
 --------- (4.4) newsletter section styles start ---------
 ==== */
.newsletter .newsletter__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 670px;
  margin: 0px auto;
}
.newsletter .newsletter__inputs input {
  width: 100%;
  padding: 17px 30px;
  background: #ffffff;
  border: 1px solid #d3d3d3;
  border-radius: 5px 0px 0px 5px;
  margin: 0px;
}
.newsletter .newsletter__inputs .cmn-button {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 21px 30px;
  border-radius: 0px 5px 5px 0px;
}

/* ==== 
 --------- (4.4) newsletter section styles end ---------
 ==== */
/* ==== 
 --------- (4.4) footer styles start ---------
 ==== */
.footer {
  background-color: #4a1c01;
}
.footer .footer__single h4,
.footer .footer__single p {
  color: #ffffff;
}
.footer .footer__single-content {
  margin-top: 30px;
}
.footer .footer__single-item {
  margin-bottom: 20px;
}
.footer .footer__single-item p {
  margin-bottom: 6px;
}
.footer .footer__single-item p:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.footer .footer__single-item:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.footer ul li {
  margin-bottom: 15px;
}
.footer ul li a {
  color: #ffffff;
}
.footer ul li a:hover {
  color: #f5920c;
}
.footer ul li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.footer .recent-course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.footer .recent-course:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.footer .recent-course img {
  border-radius: 5px;
}
.footer .recent-course h6 {
  color: #ffffff;
  margin-bottom: 8px;
  font-weight: 500;
}
.footer .recent-course .price {
  color: #f5920c;
}
.footer .recent-course .price span {
  text-decoration: line-through;
  font-size: 16px;
  color: #ffffff;
}
.footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.footer .social a {
  color: #f5920c;
}
.footer .social a:hover {
  color: #ffffff;
}
.footer .footer__credit {
  margin-top: 60px;
  border-top: 1px solid rgba(255, 213, 0, 0.3137254902);
  padding: 30px 0px;
}
.footer .footer__credit p {
  margin: 0px;
  color: #ffffff;
}
.footer .footer__credit ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .footer__credit ul li {
  margin: 0px;
}
.footer .footer__credit ul li a {
  font-weight: 400;
}
.footer .footer__credit ul li a:hover {
  color: #f5920c;
}

/* ==== 
 --------- (4.4) footer styles end ---------
 ==== */
/* ==== 
 --------- (5.1) course section styles start ---------
 ==== */
.course .slick-list {
  padding-bottom: 60px !important;
}
.course .course__single {
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}
.course .course__single-thumb {
  position: relative;
}
.course .course__single-thumb img {
  border-radius: 5px;
}
.course .course__single-thumb .tag {
  position: absolute;
  bottom: 20px;
  left: 30px;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: #ffffff;
  font-weight: 700;
  color: #2d1100;
  margin: 0px;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}
.course .course__single-content {
  padding: 30px;
}
.course .course__single-content-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.course .course__single-content-meta a,
.course .course__single-content-meta span {
  font-family: "Inter", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 0px;
  font-weight: 600;
}
.course .course__single-content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.course .course__single-content-title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  gap: 8px;
}
.course .course__single-content-title span i {
  color: #ffd500;
}
.course .course__single-content-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.course .course__single-content-cta h5 span {
  font-size: 18px;
  font-weight: 400;
  text-decoration: line-through;
  color: #9f9f9f;
}

.course__intro {
  margin-bottom: 60px;
}

.all-courses {
  padding-bottom: 120px;
}

.course-details .group {
  margin-bottom: 60px;
}
.course-details .group h4 {
  margin-bottom: 30px;
}
.course-details .course__details-intro h2 {
  margin-bottom: 30px;
}
.course-details .course__instructor-meta {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fefaf3;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
}
.course-details .course__instructor-meta img {
  border-radius: 50%;
}
.course-details .course__instructor-meta h5 {
  margin-bottom: 10px;
}
.course-details li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}
.course-details li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  width: 10px;
  height: 10px;
  background-color: #f5920c;
  border-radius: 50%;
}
.course-details li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.course-details .course__about-meta {
  margin-bottom: 30px;
}
.course-details .course__about-meta img {
  border: 1px solid #d3d3d3;
  border-radius: 5px;
}
.course-details .course__about-content {
  padding: 30px;
  background: #fefaf3;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
}
.course-details .course__about-content p {
  margin-bottom: 30px;
}
.course-details .course__about-content p:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.course-details .accordion-item {
  background-color: #ffffff;
  margin-bottom: 30px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
}
.course-details .accordion-item:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.course-details .accordion-item:nth-last-of-type(1) .accordion-button {
  border-radius: 5px;
}
.course-details .accordion-item h5 {
  margin: 0px;
}
.course-details .accordion-item .accordion-button {
  outline: none;
  border: 0px;
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
  border-radius: 5px;
  padding: 12px 30px;
  font-size: 18px;
  line-height: 30px;
  color: #4a1c01;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  gap: 40px;
}
.course-details .accordion-item .accordion-button::after {
  background-image: none;
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: auto;
  height: auto;
  text-align: center;
  z-index: 1;
  color: #4a1c01;
}
.course-details .accordion-item .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  color: #4a1c01;
  border-radius: 5px 5px 0px 0px;
}
.course-details .accordion-item .accordion-button:not(.collapsed)::after {
  color: #4a1c01;
}
.course-details .accordion-item .accordion-body {
  padding: 20px 30px;
  border-top: 1px solid #d3d3d3;
}
.course-details .accordion-item .accordion-body p {
  font-size: 16px;
  color: #4a1c01;
}
.course-details .course__pay-thumb {
  padding: 20px 40px;
  background: #ffffff;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.course-details .hero__popup {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background-color: #f5920c;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  margin: 10px 10px 10px 10px;
}
.course-details .hero__popup::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background-color: rgba(245, 146, 12, 0.5647058824);
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: waves 8s infinite linear;
          animation: waves 8s infinite linear;
}
.course-details .hero__popup::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: rgba(245, 146, 12, 0.3764705882);
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: waves 3.6s infinite linear;
          animation: waves 3.6s infinite linear;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.course-details .hero__popup i {
  font-size: 14px;
  color: #ffffff;
}
.course-details .course__certificate ul {
  margin-top: 30px;
}
.course-details .course__feedback {
  background: #ffffff;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  margin-bottom: 30px;
}
.course-details .course__feedback:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.course-details .course__user {
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
}
.course-details .course__user img {
  border-radius: 50%;
}
.course-details .course__user h5 {
  margin-bottom: 10px;
}
.course-details .course__feedback-content {
  padding: 30px 40px;
}
.course-details .course__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 22px;
}
.course-details .course__share a {
  gap: 8px;
}
.course-details .course__review .course__review-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  padding: 15px 30px;
  margin-bottom: 30px;
  gap: 20px;
}
.course-details .course__review .course__review-inner .input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.course-details .course__review .course__review-inner .input input {
  width: 100%;
  padding: 10px 15px;
  margin: 0px;
}
.course-details .course__review .course__review-inner img {
  border-radius: 50%;
}
.course-details .course__review .course__review-inner .stickers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.course-details .course__review .course__review-inner a img {
  border-radius: 0px;
}
.course-details .pagination li {
  padding-left: 0px;
  margin-bottom: 0px;
}
.course-details .pagination li::before {
  content: none;
}

.course__details-sidebar .course__single-content-cta {
  margin-top: 25px;
}
.course__details-sidebar .course__single-content-meta {
  margin-top: 30px;
  margin-bottom: 0px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d3d3d3;
}
.course__details-sidebar .course__single-content-meta a,
.course__details-sidebar .course__single-content-meta span {
  font-size: 24px;
  font-weight: 400;
}
.course__details-sidebar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
.course__details-sidebar ul li {
  width: calc(50% - 10px);
  padding-left: 30px;
  position: relative;
  margin: 0px;
  color: #2d1100;
}
.course__details-sidebar ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #f5920c;
  border-radius: 50%;
}
.course__details-sidebar .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px;
  margin-top: 30px;
}
.course__details-sidebar .details span {
  margin: 0px;
  font-weight: 500;
}

/* ==== 
 --------- (5.1) course section styles end ---------
 ==== */
/* ==== 
 --------- (5.2) features section styles start ---------
 ==== */
.features {
  overflow: hidden;
}
.features .features__slider-single-content {
  padding: 30px;
  background-color: #fff7f4;
  border-radius: 10px;
  text-align: center;
  max-width: 320px;
}
.features .features__slider-thumb {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  margin: 0px auto 30px;
}
.features h5 {
  margin-bottom: 15px;
}

.bg-one {
  background-color: #faf8ff !important;
}

/* ==== 
 --------- (5.2) features section styles end ---------
 ==== */
/* ==== 
 --------- (5.3) about section styles start ---------
 ==== */
.about {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left 10% top 20%;
  background-color: #ffffff;
}
.about .about__content img {
  margin-bottom: 30px;
}
.about .about__content .section__title {
  margin-bottom: 30px;
}
.about .about__content p {
  margin-bottom: 40px;
}

/* ==== 
 --------- (5.3) about section styles end ---------
 ==== */
/* ==== 
 --------- (5.4) services section styles start ---------
 ==== */
.services {
  background: #fefaf3;
  background-position: center center;
}
.services .section__header p {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.services .services__slider {
  margin-top: -10px;
}
.services .slick-track {
  padding-top: 10px;
  padding-bottom: 40px;
}
.services .service__slider-single {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.services .service__slider-thumb {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff7f4;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  margin: 0px auto 30px;
}
.services h5 {
  margin-bottom: 15px;
}

/* ==== 
 --------- (5.4) services section styles end ---------
 ==== */
/* ==== 
 --------- (5.5) seminar section styles start ---------
 ==== */
.seminar {
  background-color: #ffffff;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left 10% top 15%;
}
.seminar .seminar__content .section__title {
  margin-bottom: 30px;
}
.seminar .seminar__content p {
  margin-bottom: 30px;
}
.seminar .seminar__content-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: 40px;
  margin-top: 30px;
}
.seminar .seminar__content-single__item {
  width: 100%;
  padding: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.seminar .seminar__content-single__item p {
  margin-top: 10px;
}
.seminar .seminar__content-single__item .cmn-button {
  color: #2d1100;
  padding: 12px 24px;
  background-image: none;
  background: #ffffff;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
}
.seminar .seminar__content-single__item .cmn-button:hover {
  border-color: #f5920c;
  color: #f5920c;
}
.seminar .seminar__date {
  padding: 15px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f48d00), to(#f73e00));
  background-image: linear-gradient(90deg, #f48d00 0%, #f73e00 100%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  margin-bottom: 30px;
}
.seminar .seminar__date h5 {
  margin: 0px;
  color: #ffffff;
}

/* ==== 
 --------- (5.5) seminar section styles end ---------
 ==== */
/* ==== 
 --------- (5.6) process section styles start ---------
 ==== */
.process {
  background-color: #fefaf3;
}
.process .process__content .section__title {
  margin-bottom: 20px;
}
.process .process__content p {
  margin-bottom: 40px;
}
.process .process__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.process .process__items-single {
  width: calc(50% - 12px);
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 30px 20px;
}
.process .process__items-single__thumb {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff7f4;
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  margin: 0px auto 30px;
}
.process h5 {
  margin-bottom: 15px;
}

/* ==== 
 --------- (5.6) process section styles end ---------
 ==== */
/* ==== 
 --------- (5.7) counter section styles start ---------
 ==== */
.counter {
  background-color: #4a1c01;
}
.counter .counter__single img {
  margin-bottom: 20px;
}
.counter .counter__single .section__title {
  margin-bottom: 15px;
  color: #ffffff;
}
.counter .counter__single p {
  color: #ffffff;
}

/* ==== 
 --------- (5.7) counter section styles end ---------
 ==== */
/* ==== 
 --------- (5.8) testimonial section styles start ---------
 ==== */
.testimonials {
  background-color: #fefaf3;
}
.testimonials .slick-track {
  padding-bottom: 40px;
}
.testimonials .testimonials__slider-item__content {
  padding: 100px 20px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  text-align: center;
  background-image: url("../images/testimonials/quote-lg.png"), url("../images/testimonials/quote.png");
  background-repeat: no-repeat;
  background-size: auto, auto;
  background-position: left 10px top 20px, right 20px bottom 20px;
}
.testimonials .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  margin-bottom: 30px;
}
.testimonials .rating i {
  color: #ffd500;
  cursor: pointer;
}
.testimonials .testimonials__slider-item__content-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  text-align: left;
  margin-top: 30px;
}
.testimonials .testimonials__slider-item__content-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.testimonials .testimonials__slider-item__content-author p {
  font-weight: 600;
  margin: 0;
}
.testimonials .testimonials__slider-item__content-author .designation {
  font-weight: 400;
  font-size: 16px;
}

/* ==== 
 --------- (5.8) testimonial section styles end ---------
 ==== */
/* ==== 
 --------- (5.9) instructor section styles start ---------
 ==== */
.instructor .instructor__single {
  padding: 10px 10px 30px;
  background-color: #ffffff;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
}
.instructor .instructor__cover {
  text-align: center;
}
.instructor .instructor__cover .profile {
  margin-top: -45px;
}
.instructor .instructor__cover .profile img {
  width: 90px;
  height: 90px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.instructor .instructor__meta {
  text-align: center;
  margin-top: 30px;
}
.instructor .instructor__meta h5 {
  margin-bottom: 10px;
}
.instructor .instructor__meta p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.instructor .instructor__overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  padding: 0px 10px 0px;
}
.instructor .instructor__overview::before, .instructor .instructor__overview::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 50px;
  background-color: #d3d3d3;
  left: 36%;
}
.instructor .instructor__overview::after {
  left: unset;
  right: 33%;
}
.instructor .instructor__overview .instructor__overview-item {
  text-align: center;
}
.instructor .instructor__overview .instructor__overview-item h5 {
  margin-bottom: 5px;
}
.instructor .instructor__overview .instructor__overview-item p {
  font-size: 16px;
}

.instructor-details__sidebar {
  padding: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
}
.instructor-details__sidebar .instructor__sidebar-profile img {
  border-radius: 50%;
  margin-bottom: 30px;
}
.instructor-details__sidebar .instructor__sidebar-profile h4,
.instructor-details__sidebar .instructor__sidebar-profile p {
  margin-bottom: 20px;
}
.instructor-details__sidebar .instructor__sidebar-profile p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  color: #4a1c01;
}
.instructor-details__sidebar .instructor__sidebar-profile .cmn-button {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.instructor-details__sidebar .instructor__sidebar-profile .message {
  background: #ffffff;
  border: 1px solid #d3d3d3;
  color: #2d1100;
  margin-bottom: 30px;
}
.instructor-details__sidebar .instructor__sidebar-meta p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
}
.instructor-details__sidebar .instructor__sidebar-meta p:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.instructor-details__sidebar .instructor__sidebar-meta .message {
  background: #ffffff;
  border: 1px solid #d3d3d3;
  color: #2d1100;
  margin-bottom: 30px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.instructor-details__sidebar .instructor__sidebar-footer p {
  margin-bottom: 30px;
}
.instructor-details__sidebar .report {
  text-align: center;
  margin-bottom: 0px !important;
}

/* ==== 
 --------- (5.9) instructor section styles end ---------
 ==== */
/* ==== 
 --------- (5.10) faq section styles start ---------
 ==== */
.faq .faq__content .accordion-item {
  background-color: #ffffff;
  margin-bottom: 30px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
}
.faq .faq__content .accordion-item:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.faq .faq__content .accordion-item:nth-last-of-type(1) .accordion-button {
  border-radius: 5px;
}
.faq .faq__content .accordion-item h5 {
  margin: 0px;
}
.faq .faq__content .accordion-item .accordion-button {
  outline: none;
  border: 0px;
  -webkit-box-shadow: 0px 0px 0px;
          box-shadow: 0px 0px 0px;
  border-radius: 5px;
  padding: 12px 30px;
  font-size: 18px;
  line-height: 30px;
  color: #4a1c01;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  gap: 40px;
}
.faq .faq__content .accordion-item .accordion-button::after {
  background-image: none;
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: auto;
  height: auto;
  text-align: center;
  z-index: 1;
  color: #4a1c01;
}
.faq .faq__content .accordion-item .accordion-button:not(.collapsed) {
  background-color: #ffffff;
  color: #4a1c01;
  border-radius: 5px 5px 0px 0px;
}
.faq .faq__content .accordion-item .accordion-button:not(.collapsed)::after {
  color: #4a1c01;
}
.faq .faq__content .accordion-item .accordion-body {
  padding: 20px 30px;
  border-top: 1px solid #d3d3d3;
}
.faq .faq__content .accordion-item .accordion-body p {
  font-size: 16px;
  color: #4a1c01;
}

/* ==== 
 --------- (5.10) faq section styles end ---------
 ==== */
/* ==== 
 --------- (5.11) contact section styles start ---------
 ==== */
.contact .contact__map {
  border-radius: 5px;
}
.contact .contact__map iframe {
  border-radius: 5px;
  max-height: 600px;
}
.contact .contact__map .gm-style .place-card-large {
  display: none !important;
}
.contact .contact__content h4 {
  margin-bottom: 40px;
}
.contact .contact__content li {
  margin-bottom: 20px;
  color: #2d1100;
}
.contact .contact__content li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.contact .contact__content .contact__content-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
.contact .contact__content .contact__content-group-item {
  padding: 30px 20px;
  background: #fff7f4;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  width: calc(50% - 12px);
}
.contact .contact__content .contact__content-group-item h5 {
  margin-bottom: 20px;
}
.contact .contact__content .contact__content-group-item p {
  margin-bottom: 8px;
}
.contact .contact__content .contact__content-group-item p:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.contact .contact__form {
  padding-top: 120px;
}
.contact .contact__form h2 {
  margin-bottom: 24px;
  color: #000000;
}
.contact .contact__form input,
.contact .contact__form textarea {
  margin: 0px;
  margin-bottom: 30px;
  padding: 15px 24px;
  background-color: #ffffff;
  border: 1px solid #dbd7d7;
  border-radius: 5px;
  width: 100%;
  color: #4A1C01;
}
.contact .contact__form input::-webkit-input-placeholder, .contact .contact__form textarea::-webkit-input-placeholder {
  color: #2d1100;
}
.contact .contact__form input::-moz-placeholder, .contact .contact__form textarea::-moz-placeholder {
  color: #2d1100;
}
.contact .contact__form input:-ms-input-placeholder, .contact .contact__form textarea:-ms-input-placeholder {
  color: #2d1100;
}
.contact .contact__form input::-ms-input-placeholder, .contact .contact__form textarea::-ms-input-placeholder {
  color: #2d1100;
}
.contact .contact__form input::placeholder,
.contact .contact__form textarea::placeholder {
  color: #2d1100;
}
.contact .contact__form .nice-select {
  height: 62px;
  line-height: 62px;
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #dbd7d7;
}
.contact .contact__form .nice-select::after {
  width: 8px;
  height: 8px;
  margin-top: -6px;
}
.contact .contact__form .nice-select:focus {
  border: 1px solid #dbd7d7;
}
.contact .contact__form .nice-select .current {
  color: #4A1C01;
}
.contact .contact__form .nice-select .list {
  width: 100%;
}
.contact .contact__form .nice-select .option {
  padding: 10px 30px;
}
.contact .contact__form textarea {
  max-height: 180px;
  margin-bottom: 30px;
}
.contact .contact__form .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 767px) {
  .contact .contact__form .group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}

/* ==== 
 --------- (5.11) contact section styles end ---------
 ==== */
/* ==== 
 --------- (6.0) responsive styles start ---------
 ==== */
@media only screen and (max-width: 1399px) {
  .header .nav .nav__content {
    gap: 20px;
  }
  .header .nav .nav__menu-link {
    padding: 12px;
  }
}
@media only screen and (max-width: 1199px) {
  .header .nav .nav__menu {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    min-width: 300px;
    max-width: 300px;
    height: 100vh;
    z-index: 99;
    overflow-x: clip;
    overflow-y: auto;
    padding: 40px 20px;
    background-color: #e4e4e4;
    -webkit-box-shadow: 0px 4px 4px #000000;
            box-shadow: 0px 4px 4px #000000;
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .header .nav .nav__menu::-webkit-scrollbar {
    width: 5px;
  }
  .header .nav .nav__menu-logo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
    gap: 20px;
  }
  .header .nav .nav__menu-logo .nav__menu-close {
    font-size: 40px;
    color: #2d1100;
  }
  .header .nav .nav__menu-active {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-animation: sidenav 0.2s linear;
            animation: sidenav 0.2s linear;
  }
  .header .nav .nav__menu-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header .nav .nav__menu-item {
    width: 100%;
    margin-bottom: 5px;
  }
  .header .nav .nav__menu-item:nth-last-of-type(1) {
    margin-bottom: 0px;
    margin-top: 20px;
  }
  .header .nav .nav__menu-item:nth-last-of-type(1) .cmn-button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .nav .nav__menu-item--dropdown .nav__dropdown {
    position: static;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    padding: 20px;
    margin-top: 5px;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  .header .nav .nav__menu-item--dropdown .nav__dropdown-active {
    display: block;
  }
  .header .nav .nav__menu-item--dropdown .nav__menu-link--dropdown:hover::after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .header .nav .nav__menu-item--dropdown .nav__menu-link--dropdown-active {
    color: #f5920c;
  }
  .header .nav .nav__menu-item--dropdown .nav__menu-link--dropdown-active::after {
    -webkit-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
  }
  .header .nav .nav__menu-link {
    width: 100%;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .backdrop {
    display: block;
  }
  .course .course__single-content {
    padding: 30px 20px;
  }
  .course .course__single-thumb .tag {
    left: 20px;
    font-size: 14px;
  }
  .course .course__single-content-cta h5 span {
    font-size: 14px;
  }
  .course .course__single-content-cta .cmn-button {
    padding: 10px 20px;
  }
  .services .service__slider-single {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .section {
    padding: 100px 0px;
  }
  .all-courses {
    padding-bottom: 100px;
  }
  .width-unset {
    max-width: 75%;
    height: auto;
  }
  .dir-rtl {
    direction: ltr;
  }
  p,
th,
td,
li,
input,
textarea,
select,
label,
blockquote,
span {
    font-size: 16px;
    line-height: 28px;
  }
  .primary-text {
    font-size: 20px;
    line-height: 30px;
  }
  a,
button {
    font-size: 16px;
  }
  h1,
.hero__title {
    font-size: 57px;
    line-height: 74px;
    margin-top: -12px;
  }
  h2,
.section__title {
    font-size: 43px;
    line-height: 55px;
    margin-top: -8px;
  }
  h3 {
    font-size: 32px;
    line-height: 40px;
    margin-top: -6px;
  }
  h4 {
    font-size: 24px;
    line-height: 32px;
    margin-top: -5px;
  }
  h5 {
    font-size: 20px;
    line-height: 24px;
    margin-top: -4px;
  }
  .hero {
    padding: 220px 0px 80px;
  }
  .hero .hero__search .cmn-button {
    height: 62px;
  }
  .banner h2 {
    margin-bottom: 15px;
  }
  .instructor .instructor__overview {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 20px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .instructor .instructor__overview::before, .instructor .instructor__overview::after {
    content: none;
  }
  .instructor .instructor__overview p {
    font-size: 14px !important;
  }
  .contact .contact__map iframe {
    max-height: 400px;
  }
  .contact .contact__form {
    padding-top: 100px;
  }
  .contact .contact__form .nice-select {
    height: 60px;
    line-height: 60px;
  }
  .contact .contact__form textarea {
    max-height: 150px;
  }
  .footer .footer__credit ul {
    margin-bottom: 10px;
  }
  .footer .row-margin {
    margin-bottom: -60px;
  }
  .footer .row-margin .col-margin {
    margin-bottom: 60px;
  }
  .footer .footer__single-content {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section {
    padding: 80px 0px;
  }
  .all-courses {
    padding-bottom: 80px;
  }
  h1,
.hero__title {
    font-size: 36px;
    line-height: 48px;
    margin-top: -12px;
  }
  h2,
.section__title {
    font-size: 30px;
    line-height: 42px;
    margin-top: -8px;
  }
  h3 {
    font-size: 26px;
    line-height: 34px;
    margin-top: -6px;
  }
  h4 {
    font-size: 24px;
    line-height: 32px;
    margin-top: -5px;
  }
  h5 {
    font-size: 20px;
    line-height: 24px;
    margin-top: -4px;
  }
  .section__header {
    margin-bottom: 40px;
  }
  .pagination .page-link {
    width: 40px;
    height: 38px;
  }
  .hero {
    padding: 180px 0px 80px;
  }
  .banner {
    padding: 180px 0px 80px;
  }
  .course .slick-list {
    padding-bottom: 40px !important;
  }
  .course__details-sidebar .course__single-content-meta a,
.course__details-sidebar .course__single-content-meta span {
    font-size: 16px;
  }
  .features .features__slider-single-content {
    max-width: 300px;
    padding: 30px 20px;
  }
  .contact .contact__form {
    padding-top: 80px;
  }
  .registration__inner .group-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .registration__inner .group-row .group {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .primary-text {
    font-size: 18px;
  }
  h1,
.hero__title {
    font-size: 30px;
    line-height: 42px;
    margin-top: -12px;
  }
  h2,
.sectiontitle {
    font-size: 26px;
    line-height: 34px;
    margin-top: -5px;
  }
  h3 {
    font-size: 22px;
    line-height: 30px;
    margin-top: -6px;
  }
  h4 {
    font-size: 20px;
    line-height: 30px;
    margin-top: -5px;
  }
  h5 {
    font-size: 18px;
    line-height: 24px;
    margin-top: -4px;
  }
  .cmn-button {
    padding: 15px 20px;
  }
  .header .nav {
    padding: 20px 12px;
  }
  .header .nav .nav__logo img,
.header .nav .nav__menu-logo img {
    max-width: 100px;
    height: 40px;
  }
  .services .service__slider-single {
    max-width: 300px;
  }
  .seminar .seminar__content-single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .seminar .seminar__content-single__item {
    padding: 30px 20px;
    max-width: 300px;
  }
  .process .process__items-single {
    width: 100%;
  }
  .process .process__items-single p {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .newsletter .newsletter__inputs input {
    padding: 12px 20px;
  }
  .newsletter .newsletter__inputs .cmn-button {
    padding: 15px 30px;
  }
  .course-details .group {
    margin-bottom: 40px;
  }
  .course-details .course__instructor-meta {
    padding: 30px 20px;
  }
  .course-details .course__about-content {
    padding: 30px 20px;
  }
  .course-details .course__pay-thumb {
    padding: 20px;
    gap: 10px;
  }
  .course-details .course__user {
    padding: 20px;
    gap: 15px;
  }
  .course-details .course__feedback-content {
    padding: 30px 20px;
  }
  .course-details .course__review .course__review-inner {
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .course-details .course__review .course__review-inner .input {
    width: 100%;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
  }
  .course-details .course__review .course__review-inner .input input {
    border-radius: 5px;
  }
  .registration__inner {
    padding: 40px 20px;
  }
  .registration__inner .checkbox .checkmark {
    width: 20px !important;
    height: 20px;
  }
}
@media only screen and (max-width: 424px) {
  .hero .hero__search input {
    padding: 12px;
    max-width: calc(100% - 40px);
  }
  .hero .hero__search .cmn-button {
    height: 52px;
    min-width: auto;
    padding: 12px;
  }
  .hero .hero__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hero .hero__cta .cmn-button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .course__details-sidebar ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .course__details-sidebar ul li {
    width: 100%;
  }
  .course__details-sidebar .details {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 15px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .course__details-sidebar .details span {
    margin: 0px;
    font-weight: 500;
  }
  .contact .contact__content .contact__content-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact .contact__content .contact__content-group-item {
    width: 100%;
  }
  .newsletter .newsletter__inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .newsletter .newsletter__inputs input,
.newsletter .newsletter__inputs .cmn-button {
    border-radius: 5px;
  }
}



/* ==== 
 --------- (6.0) responsive styles end ---------
 ==== */