/*** 01 TYPOGRAPHY ***/
/*** 02 COMMON ***/
/*** 03 BUTTON ***/
/*** 04 BADGE ***/
/*** 05 FORM ***/
/*** 06 CARD ***/
/*** 07 DROPDOWN ***/
/*** 08 HEADER ***/
/*** 09 HEROINTRO ***/
/*** 10 ABOUTUS ***/
/*** 11 COUNTER ***/
/*** 12 PRICING PALAN ***/
/*** 13 FAQS ***/
/*** 14 TEAM ***/
/*** 15 TESTIMONIAL ***/
/*** 16 NEWSLATTER ***/
/*** 17 WHY CHOOSES ***/
/*** 18 AUTHINTICATION ***/
/*** 19 BLOG ***/
/*** 20 404 ***/
/*** 21 GALLERY ***/
/*** 22 COMING SOON ***/
/*** 23 PRIVACY POLICY ***/
/*** 24 FOOTER ***/
/*** 25 RESPONSIVE ***/
/*******************
 01 TYPOGRAPHY START
********************/
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  color: #200e0c;
  font-size: 14px;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a,
button {
  transition: all 0.3s ease;
}

button {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

a {
  color: #200e0c;
  text-decoration: none;
  outline: none;
}
a:visited, a:focus, a:active, a:hover {
  text-decoration: none;
  outline: none;
  color: #200e0c;
}

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 0;
}

h1 {
  font-size: 70px;
}

h2 {
  font-size: 45px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: calc(16px + 2 * (100vw - 420px) / 1500);
  font-weight: 400;
  color: #8e8e8e;
  font-family: "Rubik", sans-serif;
}

/*******************
 02 COMMON CSS START
********************/
.btn-default a {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: #f76253;
  padding: 14px 30px;
  border-radius: 4px;
  margin-top: 50px;
}

.btn-default a:hover {
  background-color: #200e0c;
}

.cdx-overlay {
  position: relative;
}

.cdx-overlay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 14, 12, 0.6);
}

.bg-light {
  background-color: #f4f6fb !important;
}

.font-light {
  color: #8e8e8e !important;
}

.shadow-none {
  box-shadow: 0 0 !important;
}

.bg-cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.rating-list li {
  display: inline-block;
}
.rating-list li i {
  color: #f4c150;
}

[class^=col] {
  position: relative;
}

.button-center {
  text-align: center;
  margin-top: 45px;
}

/*space class*/
section {
  overflow: hidden;
}

.space-py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.space-pt-100 {
  padding-top: 100px;
}

.space-pb-100 {
  padding-bottom: 100px;
}

.cdx-row {
  margin-bottom: -24px;
}
.cdx-row > div {
  margin-bottom: 24px;
}

.font-primary {
  color: #f76253;
}

/*title*/
.title {
  margin-bottom: 40px;
}
.title h4 {
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  font-weight: 600;
  text-transform: uppercase;
  color: #f76253;
  letter-spacing: 1px;
}
.title h2 {
  font-size: calc(32px + 13 * (100vw - 320px) / 1600);
  font-weight: 700;
}

/*media */
.media {
  display: flex;
  align-items: center;
}

/*breadcrumb*/
.breadcrumb {
  position: relative;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 0;
}
.breadcrumb:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 14, 12, 0.8);
}
.breadcrumb .breadcrumb-contain h1 {
  font-size: calc(42px + 18 * (100vw - 320px) / 1600);
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1;
}
.breadcrumb .breadcrumb-contain ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumb .breadcrumb-contain ul li a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
}
.breadcrumb .breadcrumb-contain ul li i {
  margin-left: 12px;
}
.breadcrumb .breadcrumb-contain ul li + li {
  margin-left: 10px;
}

/*social link*/
.social-link {
  display: flex;
  align-items: center;
}
.social-link li {
  display: inline-block;
}
.social-link li a {
  width: 38px;
  height: 38px;
  color: #ffffff;
  background-color: #f76253;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.social-link li:hover a {
  background-color: #200e0c;
}
.social-link li + li {
  margin-left: 10px;
}

/*custom scrollbar*/
[data-simplebar] .simplebar-scrollbar::before {
  border-radius: 3px;
  background-color: rgba(247, 98, 83, 0.6);
}

/* TAP TO TOP  START */
.scroll-top {
  font-size: 20px;
  border: none;
  outline: none;
  background: #f76253;
  color: #ffffff;
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 45px;
  height: 45px;
  border-radius: 3px;
  text-align: center;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.scroll-top.show {
  opacity: 1;
  visibility: visible;
}
.scroll-top:hover {
  color: #ffffff;
}

/*theme tabs*/
.cdx-tabs {
  border-bottom: none;
  align-items: center;
  justify-content: center;
  border-bottom: none;
  margin-bottom: 30px;
}
.cdx-tabs .nav-link {
  border: 1px solid #f76253;
  font-size: 16px;
  font-weight: 600;
  color: #8e8e8e;
  text-transform: capitalize;
  border-radius: 5px;
}
.cdx-tabs .nav-link.active {
  color: #ffffff;
  background-color: #f76253;
}
.cdx-tabs li:nth-child(n+2) {
  margin-left: 15px;
}

/*Loader*/
.codex-loader {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #200e0c;
  z-index: 99999;
  direction: ltr;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.codex-loader .loader-item {
  position: relative;
  width: 250px;
  height: 250px;
  filter: url(#glowfloxs);
}
.codex-loader .loader-item span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(calc(45deg * var(--i)));
  display: block;
}
.codex-loader .loader-item span::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(to right, #f76253, #f7968c);
  box-shadow: 0 0 30px #f76253;
}
.codex-loader svg {
  width: 0;
  height: 0;
}
.codex-loader .rotate {
  -webkit-animation: waterflox 4s ease-out infinite;
          animation: waterflox 4s ease-out infinite;
  -webkit-animation-delay: calc(-0.2s * var(--watet));
          animation-delay: calc(-0.2s * var(--watet));
}
@-webkit-keyframes waterflox {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes waterflox {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*customizer*/
/*theme customizer*/
.theme-customizer {
  position: fixed;
  top: 48%;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 0 0 40px 5px rgba(32, 14, 12, 0.1);
  overflow: hidden;
  z-index: 999;
}
.theme-customizer i {
  color: #f76253;
  font-size: 26px;
}
.theme-customizer svg {
  height: 26px;
  color: #f76253;
}
.theme-customizer > div {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/*******************
 03 BUTTON START
********************/
.btn {
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  padding: 15px 30px;
  transition: all 0.5s ease;
  text-transform: capitalize;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 1px;
}
.btn.btn-md {
  padding: 12px 25px;
  font-size: 14px;
}
.btn.btn-sm {
  padding: 8px 20px;
  font-size: 14px;
}
.btn.btn-xs {
  padding: 5px 12px;
  font-size: 12px;
}
.btn:focus {
  box-shadow: none;
  outline: none;
}

.btn-primary {
  color: #ffffff !important;
  background-color: #f76253 !important;
  box-shadow: 5px 10px 30px rgba(247, 98, 83, 0.3);
}

.btn-white {
  color: #f76253 !important;
  background-color: #ffffff !important;
  box-shadow: 5px 10px 30px rgba(255, 255, 255, 0.3);
}
.btn-white:hover {
  color: #ffffff !important;
  background-color: #f76253 !important;
}

.btn-outline-primary {
  border: 1px solid #f76253;
  color: #f76253;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #f76253 !important;
  border-color: #f76253 !important;
}

/*******************
04 BADGE START
********************/
.badge {
  text-transform: capitalize;
  font-weight: 400;
}
.badge + :nth-child(n+2) {
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}

/* bg color */
.badge-primary {
  background-color: rgba(247, 98, 83, 0.1) !important;
  color: #f76253 !important;
  font-size: 12px;
  padding: 7px 10px;
}

.badge-rounded-primary {
  background-color: rgba(247, 98, 83, 0.1) !important;
  color: #f76253 !important;
  border: 1px solid #f76253;
  font-size: 12px;
  border-radius: 50%;
}

/****************
  BADGE END
******************/
/****************
 05 FORM START
*****************/
.form-control, .form-select {
  border-color: #E5E5E5;
  padding: 12px 18px;
  font-weight: 500;
  color: #8e8e8e;
  border-radius: 5px;
  transition: all 0.5s ease;
}
.form-control:focus, .form-select:focus {
  border-color: #f76253;
  box-shadow: none;
}
.form-control:focus ~ .input-group-text, .form-select:focus ~ .input-group-text {
  border-color: #f76253;
}
.form-control::-moz-placeholder, .form-select::-moz-placeholder {
  color: #8e8e8e;
}
.form-control::placeholder, .form-select::placeholder {
  color: #8e8e8e;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
}

.group-small {
  display: flex;
  align-items: center;
}
.group-small > div {
  width: 100%;
}
.group-small > div:nth-child(n+2) {
  margin-left: 15px;
}

select.form-control {
  position: relative;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.input-group-text {
  border-color: #E5E5E5;
  color: #8e8e8e;
  transition: all 0.5s ease;
}

/* 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;
}

/* custom chekbox  start*/
.custom-chek {
  margin-bottom: 0;
}
.custom-chek .form-check-input {
  width: 1.2em;
  height: 1.2em;
  border-color: #E5E5E5;
  box-shadow: none;
  margin-top: 1px;
}
.custom-chek .form-check-input:checked {
  background-color: #f76253;
  border-color: #f76253;
  box-shadow: none;
}
.custom-chek label {
  font-size: 16px;
  font-weight: 600;
  margin-left: 5px;
  margin-bottom: 0 !important;
}

/****************
  FORM END
*****************/
/*********************
06 CARD START
**********************/
.card {
  background-color: #ffffff;
  border-radius: 8px;
  border: none;
  margin-bottom: 1.6em;
  box-shadow: 0 0 40px 5px rgba(32, 14, 12, 0.05);
  transition: all 0.5s ease;
}
.card .card-header {
  background-color: transparent;
  padding: 25px;
  padding-bottom: 0 !important;
  border: none;
  display: flex;
  justify-content: space-between;
}
.card .card-header h4 {
  text-transform: capitalize;
  margin-bottom: 15px;
  font-weight: 600;
}
.card .card-body {
  padding: 25px;
}

/*******************
 07 DROPDOWN START
*******************/
.dropdownmenu {
  position: relative;
}
.dropdownmenu .dropdownitem-list {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 2;
  background-color: #ffffff;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s ease;
  border-radius: 5px;
  box-shadow: 0 0 4px #E5E5E5;
}
.dropdownmenu .dropdownitem-list.open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.dropdownmenu .dropdownitem-list > li {
  display: block;
}
.dropdownmenu .dropdownitem-list > li > a {
  color: #8e8e8e;
  text-transform: capitalize;
  font-weight: 500;
  padding: 10px 20px;
  display: block;
  width: 100%;
  font-family: "Rubik", sans-serif;
  transition: all 0.5s ease;
}
.dropdownmenu .dropdownitem-list > li + li {
  border-top: 1px solid #E5E5E5;
}
.dropdownmenu .dropdownitem-list > li:hover a, .dropdownmenu .dropdownitem-list > li:focus a {
  background-color: #f4f6fb;
}

.hover-dropdownmenu {
  position: relative;
}
.hover-dropdownmenu .dropdownitem-list {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 2;
  background-color: #ffffff;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.5s ease;
  border-radius: 5px;
  box-shadow: 0 0 4px #E5E5E5;
}
.hover-dropdownmenu .dropdownitem-list > li {
  display: block;
}
.hover-dropdownmenu .dropdownitem-list > li > a {
  color: #8e8e8e;
  text-transform: capitalize;
  font-weight: 500;
  padding: 10px 20px;
  display: block;
  width: 100%;
  font-family: "Rubik", sans-serif;
}
.hover-dropdownmenu .dropdownitem-list > li + li {
  border-top: 1px solid #E5E5E5;
}
.hover-dropdownmenu:hover .dropdownitem-list {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

/*******************
 DROPDOWN END
*******************/
/*******************
08  HEADER START
********************/
.top-header {
  background-color: #200e0c;
  z-index: 6;
  position: relative;
}
.top-header .header-list > li {
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-block;
}
.top-header .header-list > li > a {
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.03em;
  font-weight: 400;
}
.top-header .header-list > li > a i {
  margin-right: 10px;
}
.top-header .header-list > li + li {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.top-header .header-right .header-list {
  justify-content: flex-end;
  text-align: right;
}
.top-header .social-list > li + li {
  margin-left: 8px;
}
.top-header .dropdownmenu .dropdownitem-list {
  min-width: 180px;
}
.top-header .dropdownmenu .dropdownitem-list li {
  text-align: left;
}

.menu-list {
  display: flex;
  align-items: center;
}
.menu-list a {
  color: #200e0c;
  font-weight: 700;
}
.menu-list > li {
  position: relative;
}
.menu-list > li > a {
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
  font-size: 18px;
}
.menu-list > li > a i {
  font-weight: 600;
  margin-left: 10px;
}
.menu-list li {
  text-transform: capitalize;
}
.menu-list li .close-menu .menu-brand .dark-logo {
  display: none;
}

header {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #ffffff;
  z-index: 5;
  position: relative;
}
header .header-contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .codex-brand img {
  width: 140px;
  height: auto;
}
header .codex-brand .dark-logo {
  display: none;
}
header .menu-action {
  margin-left: 20px;
  display: none;
  position: relative;
  width: 28px;
  height: 30px;
}
header .menu-action span {
  margin: 0 auto;
  position: relative;
  top: 12px;
  transition-duration: 0s;
  transition-delay: 0.2s;
  transition: background-color 0.3s;
  width: 28px;
  height: 4px;
  background-color: #200e0c;
  display: block;
  opacity: 1;
}
header .menu-action span::before, header .menu-action span::after {
  position: absolute;
  content: "";
  width: 28px;
  height: 4px;
  background-color: #200e0c;
  display: block;
  opacity: 1;
  transition-property: margin, transform;
  transition-duration: 0.2s;
  transition-delay: 0.2s, 0;
}
header .menu-action span::before {
  margin-top: -8px;
}
header .menu-action span::after {
  margin-top: 8px;
}
header .menu-action.toggle-active span {
  background-color: transparent;
  transition: 0.3s background-color;
}
header .menu-action.toggle-active span::after, header .menu-action.toggle-active span::before {
  margin-top: 0;
  transition-delay: 0, 0.2s;
}
header .menu-action.toggle-active span::before {
  transform: rotate(45deg);
}
header .menu-action.toggle-active span::after {
  transform: rotate(-45deg);
}
header .nav-iconlist {
  display: flex;
  align-items: center;
}
header .nav-iconlist > ul {
  display: flex;
  align-items: center;
}
header .nav-iconlist > ul > li a svg {
  width: 25px;
  height: 25px;
  color: #200e0c;
}
header .nav-iconlist > ul > li a svg path {
  stroke: #200e0c;
}
header .nav-iconlist > ul > li a i {
  font-size: 26px;
  color: #f76253;
}
header .nav-iconlist > ul > li a .nav-notification {
  position: absolute;
  top: -7px;
  right: -5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f76253;
  color: #ffffff;
  font-size: 10px;
}
header .nav-iconlist > ul > li + li {
  margin-left: 20px;
}
header .nav-iconlist > ul > li:hover .cart-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
header .nav-iconlist .mobilemenu-toggle {
  margin-left: 20px;
}
header .nav-iconlist > .btn {
  padding: 12px 30px;
  font-size: 16px;
  margin-left: 40px;
}
header .nav-iconlist > .button-group {
  margin-left: 45px;
}
header .nav-iconlist .button-group .btn + .btn {
  margin-left: 15px;
}
header .nav-iconlist .hover-dropdownmenu .dropdownitem-list {
  min-width: 150px;
}
header .cart-dropdown {
  min-width: 350px;
  background-color: #ffffff;
  padding: 20px;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 0 3px #E5E5E5;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  transform: translateY(15px);
  z-index: 1;
}
header .cart-dropdown .dropdown-list {
  height: 235px;
  overflow: auto;
}
header .cart-dropdown .dropdown-list .media img {
  width: 80px;
  height: auto;
  border-radius: 10px;
}
header .cart-dropdown .dropdown-list .media .media-body {
  margin-left: 15px;
}
header .cart-dropdown .dropdown-list .media .media-body h6 a {
  font-size: 16px;
  font-weight: 600;
}
header .cart-dropdown .dropdown-list .media .media-body span {
  color: #f76253;
  font-size: 16px;
  font-weight: 600;
}
header .cart-dropdown .dropdown-list .media .media-body span del {
  color: #8e8e8e;
  font-size: 14px;
  margin-right: 10px;
}
header .cart-dropdown .dropdown-list li {
  position: relative;
}
header .cart-dropdown .dropdown-list li .close-pro {
  position: absolute;
  top: 10px;
  right: 10px;
}
header .cart-dropdown .dropdown-list li + li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #E5E5E5;
}
header .cart-dropdown .button-group {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
header .cart-dropdown .button-group .btn {
  width: 100%;
}
header .cart-dropdown .button-group .btn + .btn {
  margin-left: 15px;
}
header .course-search .form-control {
  font-weight: 500;
  width: 440px;
  padding: 10px 15px;
}
header .course-search .input-group-text {
  background-color: #f76253;
  padding: 0 15px;
  border: none;
}
header .course-search .input-group-text i {
  color: #ffffff;
  font-size: 14px;
}
header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-animation: fadeInDown 1s ease;
          animation: fadeInDown 1s ease;
  box-shadow: 0 0 10px 0 rgba(32, 14, 12, 0.1);
}

.cdx-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 14, 12, 0.8);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.cdx-layer.active {
  opacity: 1;
  visibility: visible;
}

/*******************
 09 HERO INTRO START
********************/
.intro-intro {
  background-color: #f4f6fb;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.intro-intro .img-wrap {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.intro-intro .img-wrap img {
  width: 75%;
  height: auto;
  margin-left: auto;
}
.intro-intro .intro-contain {
  height: calc(100vh - 150px);
  display: flex;
  align-items: center;
}
.intro-intro .intro-contain h1 {
  font-size: 72px;
  font-size: calc(40px + 25 * (100vw - 420px) / 1500);
  font-weight: 700;
}
.intro-intro .intro-contain h3 {
  font-size: calc(26px + 10 * (100vw - 420px) / 1500);
  font-weight: 600;
}
.intro-intro .intro-contain h4 {
  font-weight: 600;
  font-size: calc(22px + 8 * (100vw - 420px) / 1500);
  margin-top: 5px;
  text-transform: capitalize;
}
.intro-intro .intro-contain p {
  margin-top: 25px;
  line-height: 1.6;
}
.intro-intro .intro-contain .btn {
  margin-top: 35px;
}

/*******************
    SERVICES
******************/
.codex-services .service-grid {
  padding: 30px;
  box-shadow: 0px 0px 5px 0px rgba(32, 14, 12, 0.1);
  box-shadow: 0 0 15px rgba(32, 14, 12, 0.1);
  border-radius: 10px;
  transition: all 0.4s ease;
  position: relative;
}
.codex-services .service-grid .icon-wrap {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background-color: #f76253;
}
.codex-services .service-grid .icon-wrap img {
  width: auto;
  height: 50%;
}
.codex-services .service-grid h4 {
  font-weight: 700;
  margin-bottom: 5px;
}
.codex-services .service-grid p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.codex-services .service-grid .services-numb {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #f76253;
  font-weight: 800;
  font-size: 92px;
  line-height: 1;
  opacity: 0.06;
}
.codex-services .service-grid:hover {
  box-shadow: 0 20px 40px rgba(32, 14, 12, 0.1);
}

/*******************
 10 ABOUT US START
********************/
.about-us .aboutimg-wrapper img {
  border-radius: 20px;
}
.about-us .about-contain {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 35px;
}
.about-us .about-contain h4 {
  font-size: calc(20px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  text-transform: uppercase;
  color: #f76253;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.about-us .about-contain h2 {
  font-size: calc(32px + 13 * (100vw - 320px) / 1600);
  font-weight: 700;
  margin-bottom: 20px;
}
.about-us .about-contain p + p {
  margin-top: 15px;
}
.about-us .about-contain .btn {
  margin-top: 30px;
}
.about-us.two .img-wrap img {
  border-radius: 20px;
}
.about-us.two .about-contain {
  padding-left: unset;
  margin-bottom: 55px;
  display: block;
  height: auto;
  text-align: center;
}

.about-counter {
  margin-top: 60px;
}

/*******************
 11 COUNTER  START
********************/
.cdx-counter {
  background-color: #200e0c;
  padding: 95px 0 80px;
  position: relative;
}

.counter-title.two p {
  color: #ffffff;
}

.counter-grid h2 {
  color: #f76253;
  font-size: calc(38px + 12 * (100vw - 420px) / 1500);
  font-weight: 700;
}
.counter-grid p {
  color: #200e0c;
  font-size: calc(18px + 2 * (100vw - 420px) / 1500);
}
.counter-grid.two p {
  color: #ffffff;
}
.counter-grid.three {
  padding: 25px;
  background-color: #f4f6fb;
  border-radius: 10px;
}
.counter-grid.four {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 10px;
}

/**********************
12 PRICING PALAN START
***********************/
.pricing-grid {
  padding: 40px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(32, 14, 12, 0.1);
  position: relative;
  transition: all 0.5s ease;
}
.pricing-grid:hover {
  box-shadow: 0 20px 40px rgba(32, 14, 12, 0.1);
}
.pricing-grid h2 {
  font-size: 23px;
  font-weight: 700;
  color: #f76253;
  text-transform: capitalize;
}
.pricing-grid .price-lable {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #f76253;
  background-color: rgba(247, 98, 83, 0.1);
  padding: 7px 20px;
  border-radius: 10px;
  font-family: "Rubik", sans-serif;
  text-transform: capitalize;
}
.pricing-grid .pricing-header {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.pricing-grid .pricing-header .pricing-currency {
  font-size: calc(20px + 4 * (100vw - 420px) / 1500);
  font-weight: 700;
  color: #200e0c;
}
.pricing-grid .pricing-header .pricing-currency {
  margin-right: 5px;
}
.pricing-grid .pricing-header .pricing-price {
  color: #200e0c;
  font-family: "Rajdhani", sans-serif;
  font-size: calc(45px + 5 * (100vw - 420px) / 1500);
  font-weight: 700;
}
.pricing-grid .pricing-header .month {
  color: #8e8e8e;
  margin-left: 5px;
  font-size: calc(16px + 2 * (100vw - 420px) / 1500);
  font-weight: 700;
}
.pricing-grid .pricing-body li {
  color: #8e8e8e;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.pricing-grid .pricing-body li svg {
  margin-right: 10px;
  width: 20px;
}
.pricing-grid .pricing-body li:nth-child(n+2) {
  margin-top: 15px;
}
.pricing-grid .btn {
  margin-top: 30px;
  width: 100%;
}

/*******************
 13 FAQ START
********************/
.cdx-faq .img-wrap img {
  border-radius: 20px;
}
.cdx-faq .card {
  border: none;
}
.cdx-faq .card .card-header {
  position: relative;
  background-color: #ffffff;
  border-bottom: none;
  padding: 0;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.cdx-faq .card .card-header a {
  font-size: calc(18px + 2 * (100vw - 420px) / 1500);
  font-weight: 700;
  text-transform: capitalize;
  color: #200e0c;
  display: block;
  position: relative;
  padding: 20px 25px;
  padding-right: 45px;
  width: 100%;
  transition: all 0.3s ease;
}
.cdx-faq .card .card-header a:before {
  content: "\f067";
  font-family: "FontAwesome";
  position: absolute;
  color: #f76253;
  right: 25px;
  top: 22px;
  font-weight: 400;
}
.cdx-faq .card .card-header.active {
  background-color: #f76253;
}
.cdx-faq .card .card-header.active a {
  color: #ffffff;
}
.cdx-faq .card .card-header.active a:before {
  content: "\f068";
  color: #ffffff;
}
.cdx-faq .card .card-body {
  color: #8e8e8e;
  font-size: 16px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  padding: 25px;
}
.cdx-faq .accordian-info {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 30px;
}

/*******************
 14 TEAM START
********************/
.team-grid {
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(32, 14, 12, 0.1);
  overflow: hidden;
  padding: 20px;
  background-color: #ffffff;
  transition: all 0.5s ease;
}
.team-grid .img-wrap {
  position: relative;
}
.team-grid .img-wrap img {
  border-radius: 10px;
}
.team-grid .img-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 14, 12, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.team-grid .team-detail {
  padding-top: 25px;
  padding-bottom: 8px;
}
.team-grid .team-detail h4 {
  color: #200e0c;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}
.team-grid .social-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.team-grid .social-link li {
  display: inline-block;
}
.team-grid .social-link li a {
  width: 38px;
  height: 38px;
  color: #ffffff;
  background-color: #f76253;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.team-grid .social-link li:hover a {
  background-color: #200e0c;
}
.team-grid .social-link li + li {
  margin-left: 5px;
}
.team-grid:hover {
  box-shadow: 10px 0 30px rgba(32, 14, 12, 0.15);
}
.team-grid:hover .img-wrap::before {
  opacity: 1;
  visibility: visible;
}
.team-grid:hover .social-link {
  visibility: visible;
  opacity: 1;
}
.team-grid:hover .social-link li:first-child {
  -webkit-animation: fadeInUp 0.5s ease;
          animation: fadeInUp 0.5s ease;
}
.team-grid:hover .social-link li:nth-child(2) {
  -webkit-animation: fadeInUp 0.7s ease;
          animation: fadeInUp 0.7s ease;
}
.team-grid:hover .social-link li:nth-child(3) {
  -webkit-animation: fadeInUp 0.9s ease;
          animation: fadeInUp 0.9s ease;
}
.team-grid:hover .social-link li:nth-child(4) {
  -webkit-animation: fadeInUp 1.1s ease;
          animation: fadeInUp 1.1s ease;
}

/*******************
 15 TESTIMONIAL START
********************/
.testi-grid {
  background-color: #ffffff;
  transition: all 0.5s ease;
  box-shadow: 0 0 15px rgba(32, 14, 12, 0.1);
  padding: 35px 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.testi-grid .media {
  margin-bottom: 20px;
}
.testi-grid .media .img-wrap {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #E5E5E5;
  margin-right: 20px;
}
.testi-grid .media .img-wrap img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
.testi-grid .media .media-body h4 {
  font-size: 20px;
  font-weight: 700;
}
.testi-grid .media .media-body h6 {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #8e8e8e;
}
.testi-grid p {
  margin-bottom: 15px;
}
.testi-grid .testiquote {
  position: absolute;
  top: 33px;
  right: 30px;
}
.testi-grid .testiquote i {
  line-height: 1;
  color: #f76253;
  font-size: 40px;
}
.testi-grid .rating-list li i {
  font-size: 22px;
}

.arrow-dot .swiper {
  padding-bottom: 70px;
}
.arrow-dot .swiper-pagination-bullet {
  opacity: 1;
  background-color: #200e0c;
  width: 15px;
  height: 15px;
}
.arrow-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f76253;
}

.cdx-testimonial {
  overflow: hidden;
}

/*******************
 16 NEWSLATTER START
********************/
.newsletter-wrap {
  background-color: #200e0c;
  padding: 50px;
  border-radius: 50px;
}
.newsletter-wrap.cdx-overlay:before {
  border-radius: 50px;
}
.newsletter-wrap h2 {
  color: #ffffff;
  font-size: calc(26px + 19 * (100vw - 420px) / 1500);
  font-weight: 700;
}

.subscribe-form input {
  padding-left: 25px;
  height: 55px;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  border: 0;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.subscribe-form .input-group-text {
  padding: 0;
  border: none;
  background-color: transparent;
}
.subscribe-form .input-group-text button {
  height: 55px;
  background-color: #f76253;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 20px;
  font-size: 16px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.subscribe-form .input-group-text button:hover {
  background-color: #f76253 !important;
  color: #ffffff !important;
}

.newsletter-subscribe {
  z-index: 1;
  position: relative;
}

/*********************
 17 WHY CHOOSES START
**********************/
.whychoose-info h4 {
  font-size: calc(18px + 4 * (100vw - 420px) / 1500);
  font-weight: 600;
  text-transform: uppercase;
  color: #f76253;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.whychoose-info h2 {
  font-size: calc(28px + 17 * (100vw - 420px) / 1500);
  font-weight: 700;
  margin-bottom: 15px;
}
.whychoose-info p + p {
  margin-top: 15px;
}
.whychoose-info .btn {
  margin-top: 30px;
}

.whychoose-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
.whychoose-wrap .whychoose-info {
  margin-bottom: 50px;
}
.whychoose-wrap .whychoose-grid:nth-child(n+2) {
  margin-top: 35px;
}

.whychoose-imgwrap {
  padding-right: 35px;
}
.whychoose-imgwrap img {
  border-radius: 20px;
}

.whychoose-grid {
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 0 30px rgba(32, 14, 12, 0.1);
}
.whychoose-grid .icon-wrap {
  margin-top: 5px;
}
.whychoose-grid .icon-wrap img {
  min-width: 65px;
  width: 65px;
  height: auto;
}
.whychoose-grid .whychoose-detail {
  padding-left: 15px;
}
.whychoose-grid .whychoose-detail h3 {
  font-weight: 700;
  margin-bottom: 5px;
}
.whychoose-grid.three {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 10px;
  transition: all 0.5s ease;
  display: block;
}
.whychoose-grid.three .icon-wrap {
  width: 100%;
  margin-top: unset;
  margin-bottom: 20px;
}
.whychoose-grid.three .whychoose-detail {
  padding-left: unset;
  margin-left: auto;
  margin-right: auto;
}
.whychoose-grid.three .whychoose-detail h3 {
  margin-bottom: 15px;
}
.whychoose-grid.three:hover {
  box-shadow: 0 20px 30px rgba(32, 14, 12, 0.1);
}

/**************************
18 AUHTENTICATION START
***************************/
.auth-main {
  height: 100vh;
  display: flex;
  align-items: center;
  height: 100vh;
  justify-content: center;
}

.codex-authbox {
  min-width: 630px;
  width: 630px;
  margin: auto;
  background-color: #ffffff;
  padding: 50px;
  border-radius: 10px;
  box-shadow: 0 0 40px 5px rgba(32, 14, 12, 0.05);
}
.codex-authbox .auth-header {
  text-align: center;
  margin-bottom: 35px;
  text-transform: capitalize;
}
.codex-authbox .auth-header p b {
  font-weight: 500;
}
.codex-authbox .auth-header .codex-brand {
  margin-bottom: 15px;
}
.codex-authbox .auth-header .codex-brand img {
  width: 160px;
  height: auto;
}
.codex-authbox .auth-header .codex-brand .dark-logo {
  display: none;
}
.codex-authbox .auth-header h3 {
  font-size: calc(26px + 6 * (100vw - 420px) / 1500);
  font-weight: 700;
  margin-bottom: 5px;
}
.codex-authbox .auth-header h6 {
  color: #8e8e8e;
  font-weight: 600;
}
.codex-authbox .form-label {
  text-transform: capitalize;
}
.codex-authbox .group-input .input-group-text {
  background-color: transparent;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #f76253;
  font-size: 18px;
}
.codex-authbox .auth-remember {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
}
.codex-authbox .form-group .form-control {
  transition: all 0.5s ease;
}
.codex-authbox .form-group .form-control:focus ~ .input-group-text {
  border-color: #f76253;
}
.codex-authbox .form-group .input-group .input-group-text {
  transition: all 0.5s ease;
}
.codex-authbox .form-group .input-group .form-control {
  border-right: none;
}
.codex-authbox .form-group .group-btn {
  background-color: transparent;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.codex-authbox .btn {
  margin-top: 40px;
  display: block;
  width: 100%;
  font-size: 20px;
  padding: 10px 35px;
}
.codex-authbox .btn i {
  margin-right: 10px;
}
.codex-authbox .auth-footer {
  margin-top: 40px;
}
.codex-authbox .auth-footer .auth-with {
  color: #8e8e8e;
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.codex-authbox .auth-footer .login-list {
  display: flex;
  justify-content: center;
}
.codex-authbox .auth-footer .login-list li a {
  padding: 10px 30px;
  border-radius: 30px;
  text-transform: capitalize;
  display: block;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
}
.codex-authbox .auth-footer .login-list li a img {
  width: 18px;
  height: auto;
  margin-right: 10px;
}
.codex-authbox .auth-footer .login-list li .bg-fb {
  color: #ffffff !important;
  background-color: #385196;
}
.codex-authbox .auth-footer .login-list li .bg-google {
  box-shadow: 0 0 30px 5px rgba(32, 14, 12, 0.07);
  color: #200e0c;
}
.codex-authbox .auth-footer .login-list li + li {
  margin-left: 15px;
}
.codex-authbox .auth-icon {
  margin-bottom: 30px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(247, 98, 83, 0.08);
  margin-left: auto;
  margin-right: auto;
}
.codex-authbox .auth-icon i {
  font-size: 45px;
  color: #f76253;
}
.codex-authbox .cdxsocial-link {
  justify-content: center;
}
.codex-authbox .cdxsocial-link li a i {
  color: #ffffff;
}
.codex-authbox .auth-pin {
  display: flex;
  margin-bottom: 45px;
}
.codex-authbox .auth-pin .form-control:nth-child(n+2) {
  margin-left: 10px;
}
.codex-authbox.auth-emailverify h5 {
  font-size: 16px;
}

/*contact*/
.contact-grid {
  padding: 30px;
  position: relative;
  border-radius: 10px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 40px 5px rgba(32, 14, 12, 0.05);
}
.contact-grid h4 {
  margin-bottom: 5px;
  font-weight: 700;
}
.contact-grid p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.contact-grid p a {
  color: #8e8e8e;
}
.contact-grid .icon-wrap {
  width: 65px;
  height: 65px;
  background: #f76253;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.contact-grid .icon-wrap i {
  font-size: 30px;
  color: #ffffff;
}
.contact-grid .icon-wrap svg {
  color: #ffffff;
}

.getin-touch .img-wrap img {
  border-radius: 10px;
}
.getin-touch .contact-form {
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 40px 5px rgba(32, 14, 12, 0.05);
}
.getin-touch .contact-form .touch-header {
  margin-bottom: 25px;
}
.getin-touch .contact-form .touch-header h2 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 10px;
}
.getin-touch .contact-form .form-group {
  margin-bottom: 25px;
}
.getin-touch .contact-form .form-group .form-control {
  padding: 12px 20px;
  border-radius: 8px;
  box-shadow: none;
  transition: all 0.5s ease;
}
.getin-touch .contact-form .form-group .form-control:focus {
  border-color: #f76253;
}
.getin-touch .contact-form .form-group textarea {
  min-height: 170px;
}
.getin-touch .contact-form .btn {
  margin-top: 35px;
}
.getin-touch .contact-form .btn i {
  margin-right: 5px;
}

/*******************
 19 BLOG START
********************/
.blog-grid {
  box-shadow: 0 0 15px rgba(32, 14, 12, 0.1);
  border-radius: 5px;
  transition: all 0.5s ease;
  overflow: hidden;
}
.blog-grid:hover {
  box-shadow: 0 10px 40px rgba(32, 14, 12, 0.1);
}
.blog-grid .blog-detail {
  padding: 30px;
}
.blog-grid .blog-detail h3 {
  margin-bottom: 15px;
}
.blog-grid .blog-detail h3 a {
  font-weight: 700;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: calc(22px + 4 * (100vw - 420px) / 1500);
}
.blog-grid .blog-detail h3 a:hover {
  color: #f76253;
}
.blog-grid .blog-detail .post-meta {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E5E5E5;
}
.blog-grid .blog-detail .post-meta li {
  display: inline-block;
  margin-right: 15px;
}
.blog-grid .blog-detail .post-meta li a {
  font-size: 18px;
}
.blog-grid .blog-detail .post-meta li a i {
  color: #f76253;
}
.blog-grid .blog-detail .post-meta li a span {
  margin-left: 8px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #8e8e8e;
}
.blog-grid .blog-detail .post-meta li a span:hover {
  color: #f76253;
}
.blog-grid .blog-detail .btn {
  margin-top: 25px;
}

/*blog page*/
.btn-filter {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: calc(16px + 2 * (100vw - 420px) / 1500);
  line-height: 1;
}
.btn-filter svg {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.cdx-sidebar .filter-title {
  font-weight: 700;
  margin-bottom: 20px;
}
.cdx-sidebar .input-group .form-control {
  border-right: none;
}
.cdx-sidebar .input-group .input-group-text {
  padding-right: 18px;
  color: #8e8e8e;
  font-weight: 600;
}
.cdx-sidebar .card .card-header h4 {
  margin-bottom: 15px;
}
.cdx-sidebar .card .card-body .filter-title {
  font-weight: 700;
  margin-bottom: 15px;
}
.cdx-sidebar .teamimg-wrap {
  margin-bottom: 30px;
}
.cdx-sidebar .teamimg-wrap img {
  border-radius: 5px;
}
.cdx-sidebar .filter-list > li:nth-child(n+2) {
  margin-top: 10px;
}
.cdx-sidebar .filter-list li {
  color: #8e8e8e;
  font-family: "Rubik", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
}
.cdx-sidebar .filter-list .rating-list {
  display: flex;
  align-items: center;
}
.cdx-sidebar .filter-list .rating-list li {
  margin-left: 3px;
}
.cdx-sidebar .filter-list .rating-list li i {
  font-size: 16px;
}
.cdx-sidebar .gallery-post {
  margin-bottom: -10px;
  margin-left: -10px;
}
.cdx-sidebar .gallery-post li {
  width: calc(33.33% - 13px);
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 10px;
}
.cdx-sidebar .gallery-post li img {
  border-radius: 10px;
}
.cdx-sidebar .media .img-wrap img {
  border-radius: 5px;
  width: 160px;
  height: auto;
}
.cdx-sidebar .media .media-body {
  margin-left: 15px;
}
.cdx-sidebar .media .media-body h6 {
  margin-bottom: 5px;
}
.cdx-sidebar .media .media-body h6 a {
  font-weight: 600;
}
.cdx-sidebar .media .media-body span {
  font-family: "Rubik", sans-serif;
  color: #8e8e8e;
  font-weight: 400;
}
.cdx-sidebar .media + .media {
  margin-top: 15px;
}
.cdx-sidebar .course-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.cdx-sidebar .course-price span {
  color: #200e0c;
  font-size: calc(28px + 8 * (100vw - 420px) / 1500);
  font-weight: 700;
  display: inline-block;
}
.cdx-sidebar .course-price .badge {
  font-size: 16px;
}
.cdx-sidebar .coursevideo-info {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.cdx-sidebar .coursevideo-info img {
  width: 100%;
}
.cdx-sidebar .coursevideo-info .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 55px;
  height: 55px;
  font-size: 16px;
}
.cdx-sidebar .courseinfo-list {
  margin-top: 20px;
  padding-top: 25px;
  border-top: 1px solid #E5E5E5;
}
.cdx-sidebar .courseinfo-list li {
  color: #200e0c;
  font-family: "Rubik", sans-serif;
  font-size: calc(14px + 2 * (100vw - 420px) / 1500);
  text-transform: capitalize;
}
.cdx-sidebar .courseinfo-list li i {
  margin-right: 10px;
  color: #f76253;
}
.cdx-sidebar .courseinfo-list li .corse-info {
  float: right;
  color: #8e8e8e;
  font-weight: 400;
}
.cdx-sidebar .courseinfo-list li + li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #E5E5E5;
}
.cdx-sidebar .button-group {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cdx-sidebar .button-group .btn {
  width: 100%;
}
.cdx-sidebar .button-group .btn + .btn {
  margin-left: 15px;
}
.cdx-sidebar .contact-list li {
  font-size: 16px;
  font-weight: 600;
  color: #8e8e8e;
}
.cdx-sidebar .contact-list li a {
  color: #8e8e8e;
}
.cdx-sidebar .contact-list li span {
  color: #200e0c;
  font-weight: 700;
  text-transform: capitalize;
  min-width: 90px;
  display: inline-block;
}
.cdx-sidebar .contact-list li + li {
  margin-top: 10px;
}
.cdx-sidebar .team-detail h4 {
  font-weight: 700;
  font-size: calc(24px + 2 * (100vw - 420px) / 1500);
  margin-bottom: 5px;
}
.cdx-sidebar .team-detail p {
  font-size: calc(18px + 2 * (100vw - 420px) / 1500);
  margin-bottom: 20px;
}
.cdx-sidebar .team-detail .social-link {
  justify-content: center;
}
.cdx-sidebar .custom-chek label {
  font-weight: 400;
}

.blogsingle-detail .blogpost-group .img-wrap {
  margin-bottom: 30px;
}
.blogsingle-detail .blogpost-group .img-wrap img {
  border-radius: 5px;
  overflow: hidden;
}
.blogsingle-detail .blogpost-group .blog-data-list {
  padding-bottom: 10px;
}
.blogsingle-detail .blogpost-group .blog-data-list li {
  display: inline-block;
}
.blogsingle-detail .blogpost-group .blog-data-list li a {
  color: #8e8e8e;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 15px;
}
.blogsingle-detail .blogpost-group .blog-data-list li a i {
  margin-right: 6px;
  font-size: 16px;
  color: #f76253;
}
.blogsingle-detail .blogpost-group .blog-data-list li a:hover {
  color: #f76253;
}
.blogsingle-detail .blogpost-group .blog-data-list li + li {
  margin-left: 15px;
}
.blogsingle-detail .blogpost-group h3 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E5E5E5;
}
.blogsingle-detail .blogpost-group h3 a {
  font-weight: 700;
  font-size: calc(22px + 10 * (100vw - 420px) / 1500);
}
.blogsingle-detail .blogpost-group p + p {
  margin-top: 15px;
}
.blogsingle-detail .blogpost-group .btn {
  margin-top: 30px;
}
.blogsingle-detail .blockqoute {
  background-color: rgba(247, 98, 83, 0.04);
  border-left: 5px solid #f76253;
  padding: 30px;
  margin-bottom: 0;
  font-style: italic;
  border-radius: 8px;
}
.blogsingle-detail .blockqoute h6 {
  margin-top: 20px;
  padding-left: 60px;
  position: relative;
  font-weight: 600;
}
.blogsingle-detail .blockqoute h6::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 40px;
  background: #200e0c;
  left: 0;
  top: 10px;
}
.blogsingle-detail .detail-title {
  margin-bottom: 15px;
  font-weight: 700;
}
.blogsingle-detail .blog-comments .comments-list li .media {
  display: flex;
  align-items: flex-start;
}
.blogsingle-detail .blog-comments .comments-list li .media .img-wrap {
  border-radius: 8px;
  overflow: hidden;
}
.blogsingle-detail .blog-comments .comments-list li .media .media-body {
  padding-left: 25px;
}
.blogsingle-detail .blog-comments .comments-list li .media .media-body h5 {
  font-family: "Rubik", sans-serif;
  margin-bottom: 5px;
}
.blogsingle-detail .blog-comments .comments-list li .media .media-body span {
  font-weight: 600;
  font-size: 16px;
}
.blogsingle-detail .blog-comments .comments-list li .media .media-body .blog-actionlist {
  float: right;
  display: flex;
}
.blogsingle-detail .blog-comments .comments-list li .media .media-body .blog-actionlist li {
  color: #8e8e8e;
  font-weight: 600;
  font-size: calc(14px + 2 * (100vw - 420px) / 1500);
  display: flex;
  align-items: center;
}
.blogsingle-detail .blog-comments .comments-list li .media .media-body .blog-actionlist li svg {
  width: auto;
  height: 16px;
  margin-right: 5px;
}
.blogsingle-detail .blog-comments .comments-list li .media .media-body .blog-actionlist li + li {
  margin-left: 10px;
}
.blogsingle-detail .blog-comments .comments-list li .media .media-body span {
  display: inline-block;
  margin-bottom: 5px;
  color: #8e8e8e;
}
.blogsingle-detail .blog-comments .comments-list li .media .media-body .btn {
  border-radius: 8px;
  margin-top: 15px;
}
.blogsingle-detail .blog-comments .comments-list li .media .media-body .btn i {
  margin-right: 5px;
}
.blogsingle-detail .blog-comments .comments-list li + .comments-detail {
  margin-top: 30px;
}
.blogsingle-detail .blog-comments .comments-list li.comments-reply {
  padding-left: 50px;
}
.blogsingle-detail .blog-comments .comments-list > li + li {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #E5E5E5;
}
.blogsingle-detail .comments-form .btn {
  margin-top: 35px;
}

/*******************
 20 404 ERROR 
******************/
.error-main {
  background-color: rgba(247, 98, 83, 0.08);
}

.codex-error {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.codex-error h1 {
  font-size: calc(120px + 40 * (100vw - 320px) / 1600);
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1;
  text-transform: uppercase;
}
.codex-error h1 span {
  color: #f76253;
}
.codex-error h2 {
  font-size: calc(38px + 7 * (100vw - 320px) / 1600);
  font-weight: 700;
  margin-bottom: 10px;
}
.codex-error p {
  width: 65%;
  margin: auto;
}
.codex-error .btn {
  margin-top: 30px;
}
.codex-error .btn i {
  margin-right: 5px;
}
.codex-error .error-detail {
  margin-top: -27px;
}

/*******************
 21 GALLERY START
******************/
.gallery-grid {
  position: relative;
}
.gallery-grid:hover .gallery-link {
  opacity: 1;
}
.gallery-grid .img-wrap {
  position: relative;
}
.gallery-grid .img-wrap img {
  border-radius: 10px;
}
.gallery-grid .gallery-link {
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
  opacity: 0;
  border-radius: 10px;
  background-color: rgba(247, 98, 83, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.gallery-grid .gallery-link i {
  width: 50px;
  height: 50px;
  font-weight: 800;
  font-size: 20px;
  color: #f76253 !important;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.gallery-tabs {
  text-align: center;
  margin-bottom: 40px;
}
.gallery-tabs li {
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  color: #f76253;
  cursor: pointer;
  padding-bottom: 5px;
  padding: 8px 20px;
  border-radius: 8px;
  transition: all 0.5s ease;
  border: 1px solid #f76253;
  text-transform: capitalize;
}
.gallery-tabs li.active {
  color: #ffffff;
  background-color: #f76253;
}
.gallery-tabs li + li {
  margin-left: 15px;
}

/*******************
 22 COMING SOON 
******************/
.coming-soon {
  height: 100vh;
  width: 100%;
  display: flex !important;
  align-items: center;
}
.coming-soon:before {
  position: absolute;
  content: "";
  background: rgba(32, 14, 12, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.coming-soon .newsletter-form {
  position: relative;
  margin-top: 55px;
  width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.coming-soon .newsletter-form .input-group {
  overflow: hidden;
  border-radius: 30px;
}
.coming-soon .newsletter-form .input-group .form-control {
  height: 50px;
  display: block;
  border: none;
  border-radius: 50px;
  font-size: 14px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 25px;
}
.coming-soon .newsletter-form .input-group span {
  padding: 0;
  border: none;
}
.coming-soon .newsletter-form .input-group span button {
  border: none;
  height: 100%;
  background: #f76253;
  display: inline-block;
  color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.coming-soon .newsletter-form .input-group span button:hover {
  background-color: #200e0c;
  color: #ffffff;
}
.coming-soon .social-link {
  margin-top: 35px;
  justify-content: center;
}
.coming-soon .social-link a {
  color: #f76253;
  background: #ffffff;
}
.coming-soon .social-link a:hover {
  background: #f76253;
  color: #ffffff;
}
.coming-soon .social-link li + li {
  margin-left: 10px;
}
.coming-soon .countdown-wrap {
  margin-top: 30px;
}
.coming-soon .countdown-grid {
  background: #f76253;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  z-index: 1;
}
.coming-soon .countdown-grid h2 {
  color: #ffffff;
  font-weight: 700;
}
.coming-soon .countdown-grid h5 {
  color: #ffffff;
  font-family: "Rubik", sans-serif;
}
.coming-soon h1 {
  font-weight: 700;
  font-size: calc(42px + 13 * (100vw - 320px) / 1600);
  margin-bottom: 15px;
}
.coming-soon p {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

/*******************
23 PRIVECY POLICY
******************/
.policy-group h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.policy-group p + p {
  margin-top: 5px;
}
.policy-group:nth-child(n+2) {
  margin-top: 30px;
}
.policy-group .terms-list {
  margin-top: 15px;
  margin-left: 40px;
}
.policy-group .terms-list li {
  font-size: calc(16px + 2 * (100vw - 420px) / 1500);
  font-weight: 400;
  color: #8e8e8e;
  display: list-item;
  list-style-type: auto;
  font-family: "Rubik", sans-serif;
}
.policy-group .terms-list li + li {
  margin-top: 5px;
}

/*******************
24 FOOTER START
********************/
footer {
  background: #200e0c;
  padding-top: 90px;
  padding-bottom: 90px;
  font-family: "Rubik", sans-serif;
  position: relative;
}
footer .footer-grid .codex-brand {
  margin-bottom: 30px;
}
footer .footer-grid .codex-brand img {
  width: 160px;
}
footer .footer-grid h4 {
  color: #ffffff;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  z-index: 1;
}
footer .footer-grid h4::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 30px;
  height: 2px;
  background-color: #f76253;
  bottom: 0;
  left: 0;
}
footer .footer-grid h4::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 10px;
  height: 2px;
  background-color: #f76253;
  bottom: 0;
  left: 35px;
}
footer .footer-grid p {
  color: #ffffff;
  padding-right: 18px;
  margin-bottom: 20px;
}
footer .input-group {
  border: 1px solid #f76253;
  border-radius: 50px;
  overflow: hidden;
}
footer .input-group .form-control {
  padding-left: 25px;
  height: 50px;
  color: #ffffff;
  box-shadow: none;
  background-color: transparent;
  border: none;
}
footer .input-group .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
footer .input-group .form-control::placeholder {
  color: #ffffff;
  opacity: 1;
}
footer .input-group .input-group-text {
  padding: 0;
  background-color: transparent;
  border: none;
}
footer .input-group .btn {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
  height: 100%;
}
footer .input-group .btn i {
  margin-right: 10px;
}
footer .input-group .btn:hover {
  background-color: #f76253;
}
footer .follow-us {
  margin-top: 40px;
}
footer .follow-us h6 {
  color: #ffffff;
  margin-bottom: 15px;
}
footer .follow-us .footer-social {
  display: flex;
  align-items: center;
}
footer .follow-us .footer-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  text-align: center;
  background: #f76253;
  border-radius: 50%;
  transition: all 0.5s ease;
}
footer .follow-us .footer-social li a i {
  color: #ffffff;
  transition: all 0.5s ease;
}
footer .follow-us .footer-social li a:hover {
  background: #ffffff;
}
footer .follow-us .footer-social li a:hover i {
  color: #f76253;
}
footer .follow-us .footer-social li + li {
  margin-left: 15px;
}
footer .footer-list {
  display: flex;
  flex-direction: column;
}
footer .footer-list li {
  transition: all 0.5s ease;
  font-size: 16px;
}
footer .footer-list li a {
  color: #ffffff;
  transition: all 0.5s ease;
}
footer .footer-list li a i {
  margin-right: 8px;
  color: #f76253;
  font-weight: 800;
}
footer .footer-list li:hover {
  transform: translateX(10px);
}
footer .footer-list li:hover a {
  color: #f76253;
}
footer .footer-list li + li {
  margin-top: 15px;
}
footer .footer-contact li {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
}
footer .footer-contact li + li {
  margin-top: 15px;
}
footer .footer-contact li a {
  color: #ffffff;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
}
footer .footer-contact li a i {
  font-size: 14px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  background-color: #f76253;
  margin-right: 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
footer .footer-contact li:hover a i {
  background-color: #ffffff;
  color: #f76253;
}
footer .scroll-top {
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  margin: auto;
}

.subfooter {
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #200e0c;
  overflow: hidden;
}
.subfooter .footer-contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.subfooter ul li {
  display: inline-block;
  font-size: 16px;
}
.subfooter ul li a {
  color: #ffffff;
  transition: all 0.5s ease;
}
.subfooter ul li a:hover {
  color: #f76253;
}
.subfooter ul li + li {
  margin-left: 25px;
}
.subfooter p {
  color: #ffffff;
  font-size: 16px;
}
.subfooter p a {
  color: #f76253;
  font-weight: 500;
}

/*******************
25 RESPONSIVE START
********************/
@media screen and (min-width: 1200px) {
  .menu-list {
    position: relative;
    z-index: 1;
  }
  .menu-list > li {
    padding: 10px 0;
  }
  .menu-list > li:hover > a {
    color: #f76253;
  }
  .menu-list > li:hover .submenu-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .menu-list > li:nth-child(n+3) {
    margin-left: 40px;
  }
  .menu-list li {
    position: relative;
  }
  .menu-list li .submenu-list, .menu-list li .secodnmenu-list {
    position: absolute;
    min-width: 220px;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(32, 14, 12, 0.1);
    border-radius: 5px;
    border-top: 4px solid #f76253;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
  }
  .menu-list li .submenu-list li:last-child a, .menu-list li .secodnmenu-list li:last-child a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .menu-list li .submenu-list {
    top: 100%;
    left: 0;
    transform: translateY(10px);
  }
  .menu-list li .submenu-list a {
    font-size: 16px;
    padding: 10px 20px;
    display: block;
    width: 100%;
  }
  .menu-list li .submenu-list a i {
    top: 16px;
    position: absolute;
    right: 15px;
    font-weight: 600;
  }
  .menu-list li .submenu-list > li:hover > a {
    background-color: #f76253;
    color: #ffffff;
  }
  .menu-list li .submenu-list li {
    width: 100%;
  }
  .menu-list li .submenu-list li:hover .secodnmenu-list {
    opacity: 1;
    visibility: visible;
  }
  .menu-list li .submenu-list li + li {
    border-top: 1px solid #E5E5E5;
  }
  .menu-list li .submenu-list li .secodnmenu-list {
    left: 100%;
    top: 0;
  }
  .menu-list li .submenu-list li .secodnmenu-list li:hover > a {
    background-color: #f76253;
    color: #ffffff;
  }
}
@media screen and (max-width: 1399px) {
  /*hero intro*/
  .hero-intro .hero-contain ul.btn-list {
    margin-top: 45px;
  }
  /*discount banner*/
  .discount-upcoming .discount-detail {
    padding-left: 15px;
  }
  .discount-upcoming.three .discount-detail {
    padding-left: 15px;
  }
  /*why choose*/
  .whychoose-imgwrap {
    padding-right: 15px;
  }
  /*video banner*/
  .video-contain2 {
    padding-left: 15px;
  }
  /*faq */
  .cdx-faq .accordian-info {
    padding-left: 15px;
  }
  .about-faq .title {
    margin-bottom: 25px;
  }
  /*about*/
  .about-us .about-contain {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1199px) {
  body.overflow-hidden .top-header {
    z-index: 5;
  }
  body.dark-mode .menu-list {
    background-color: #092823;
  }
  body.dark-mode .menu-list li + li {
    border-color: #093c34;
  }
  body.dark-mode .menu-list li .submenu-list {
    border-color: #093c34;
  }
  body.dark-mode .menu-list li .submenu-list a {
    color: #b5b5b5;
  }
  body.dark-mode .menu-list li .submenu-list li .secodnmenu-list {
    border-color: #093c34;
  }
  body.dark-mode .filter-sidebar .cdx-sidebar {
    background-color: #010403;
  }
  body.dark-mode .filter-sidebar .cdx-sidebar .close-filter {
    border-color: #093c34;
  }
  .space-py-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .space-pt-100 {
    padding-top: 80px;
  }
  .space-pb-100 {
    padding-bottom: 80px;
  }
  /*header */
  .menu-list {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100%;
    overflow: auto;
    background-color: #ffffff;
    display: block;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
  }
  .menu-list.open {
    right: 0;
    opacity: 1;
    visibility: visible;
    border-top: 1px solid #E5E5E5;
  }
  .menu-list li {
    display: block;
    position: relative;
  }
  .menu-list li .close-menu {
    padding: 25px 20px;
  }
  .menu-list li .close-menu .menu-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .menu-list li .close-menu .menu-brand img {
    width: 130px;
    height: auto;
  }
  .menu-list li .close-menu .menu-brand svg {
    width: 30px;
    height: 30px;
  }
  .menu-list li + li {
    border-top: 1px solid #E5E5E5;
  }
  .menu-list li a {
    padding: 10px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
  }
  .menu-list li .submenu-list {
    border-top: 1px solid #E5E5E5;
  }
  .menu-list li .submenu-list a {
    padding-left: 30px;
    color: #8e8e8e;
    font-size: 14px;
  }
  .menu-list li .submenu-list a i {
    position: absolute;
    top: 15px;
    right: 20px;
    transform: rotate(90deg);
    font-weight: 600;
    font-size: 16px;
  }
  .menu-list li .submenu-list li .secodnmenu-list {
    border-top: 1px solid #E5E5E5;
  }
  .menu-list li .submenu-list li .secodnmenu-list a {
    padding-left: 45px;
  }
  .menu-list > li > a i {
    margin-left: auto;
  }
  header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  header .codex-brand img {
    width: 120px;
  }
  header .menu-action {
    display: block;
  }
  header .nav-iconlist > .btn {
    padding: 10px 25px;
    font-size: 14px;
    margin-left: 35px;
  }
  header .course-search .form-control {
    width: 310px;
  }
  .cdx-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 14, 12, 0.8);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
  }
  .cdx-layer.open {
    opacity: 1;
    visibility: visible;
  }
  .search-bar .input-group {
    width: 60%;
  }
  /*hero intro*/
  .intro-intro .img-wrap img {
    width: 90%;
  }
  /*discount banner*/
  .discount-upcoming .discount-detail {
    padding-left: unset;
  }
  .discount-upcoming .discount-detail h4 {
    margin-bottom: 5px;
  }
  .discount-upcoming .discount-detail h2 {
    margin-bottom: 10px;
  }
  .discount-upcoming .discount-detail .cdx-timer {
    margin-top: 25px;
  }
  .discount-upcoming .discount-detail .btn {
    margin-top: 30px;
  }
  .discount-upcoming.three .discount-wrap {
    padding: 35px;
  }
  .discount-upcoming.three .discount-detail {
    padding-left: unset;
  }
  .discount-upcoming.three .discount-detail .cdx-timer {
    margin-top: 20px;
  }
  .cdx-timer .timer-grid:nth-child(n+2) {
    margin-left: 40px;
  }
  /*category */
  .category-grid.cate-three {
    padding: 25px;
  }
  /*team*/
  .team-grid2 .team-detail p {
    width: auto;
  }
  /*whychoose */
  .whychoose-imgwrap {
    padding-right: unset;
  }
  .whychoose-wrap .whychoose-info {
    margin-bottom: 30px;
  }
  /*pricing table*/
  .pricing-grid {
    padding: 35px;
  }
  /*video banner*/
  .video-contain {
    padding: 30px;
    margin-top: -60px;
  }
  .video-contain2 {
    padding-left: unset;
  }
  /*faq start*/
  .cdx-faq .accordian-info {
    padding-left: unset;
  }
  /*filter sidebar*/
  .filter-sidebar .cdx-layer {
    z-index: 9;
  }
  .filter-sidebar .cdx-sidebar {
    position: fixed;
    top: 0;
    left: -350px;
    width: 320px;
    height: 100%;
    overflow: auto;
    padding: 20px;
    z-index: 9;
    background-color: #ffffff;
    transition: all 0.5s ease;
  }
  .filter-sidebar .cdx-sidebar.active {
    left: 0;
  }
  .filter-sidebar .cdx-sidebar .close-filter {
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 1px solid #E5E5E5;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    cursor: pointer;
  }
  .filter-sidebar .cdx-sidebar .close-filter svg {
    width: 30px;
    height: 30px;
  }
  /*work step*/
  .work-step .icon-wrap {
    width: 80px;
    height: 80px;
  }
  .work-step .icon-wrap img {
    width: 32px;
  }
}
@media screen and (max-width: 991px) {
  .breadcrumb {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .breadcrumb .breadcrumb-contain h1 {
    margin-bottom: 10px;
  }
  /*header*/
  .top-header .header-list > li + li {
    margin-left: 10px;
    padding-left: 15px;
  }
  header .course-search {
    display: none;
  }
  .category-header {
    margin-top: unset;
    padding-top: unset;
    border-top: unset;
  }
  .category-header .dropdownmenu, .category-header .contact-action {
    display: none;
  }
  /*hero intro*/
  .intro-row > div:nth-child(2) {
    order: -1;
  }
  .intro-intro {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .intro-intro .img-wrap img {
    width: 45%;
    margin-left: unset;
  }
  .intro-intro .intro-contain {
    height: auto;
    display: block;
    margin-top: 30px;
  }
  .intro-intro .intro-contain p {
    margin-top: 15px;
  }
  .intro-intro .intro-contain .btn {
    margin-top: 20px;
  }
  /*discount banner*/
  .discount-upcoming .discount-detail {
    padding-left: unset;
    display: block;
    margin-top: 40px;
    height: auto;
  }
  .discount-upcoming.two .discount-detail {
    padding: 40px;
  }
  .discount-call .discount-contain h4 {
    margin-bottom: 10px;
  }
  .discount-call .discount-contain h2 {
    margin-bottom: 15px;
  }
  .discount-call .discount-contain .btn {
    margin-top: 30px;
  }
  /*whychoose*/
  .whychoose-wrap {
    margin-top: 30px;
    height: auto;
  }
  .whychoose-wrap .whychoose-grid:nth-child(n+2) {
    margin-top: 25px;
  }
  /*video banner*/
  .video-banner {
    padding: 140px 0 200px 0;
  }
  /*aboout us*/
  .about-us .about-contain {
    padding-left: unset;
    margin-top: 30px;
    height: auto;
  }
  /*event grid*/
  .career-grid {
    display: block;
  }
  .career-grid .img-wrap {
    max-width: 100%;
  }
  .career-grid .career-detail {
    padding-left: unset;
    width: 100%;
    padding-top: 15px;
  }
  .arrow-style1 .swiper-button-next, .arrow-style1 .swiper-button-prev {
    opacity: 1;
    visibility: visible;
  }
  .arrow-style1 .swiper-button-prev {
    left: 0;
  }
  .arrow-style1 .swiper-button-next {
    right: 0;
  }
  /*news latter*/
  .newsletter-wrap {
    text-align: center;
  }
  .newsletter-wrap h2 {
    margin-bottom: 20px;
  }
  /*video banner*/
  .video-contain2 {
    padding-left: unset;
  }
  /*faq */
  .about-faq .accordian-info {
    margin-top: 30px;
    height: auto;
  }
  .about-faq .title {
    margin-bottom: 20px;
  }
  /*footer start*/
  .footer-row {
    margin-bottom: -45px;
  }
  .footer-row > div {
    margin-bottom: 45px;
  }
  /*gallery*/
  .gallery-tabs {
    margin-bottom: 20px;
  }
  .gallery-tabs li {
    margin-bottom: 15px;
  }
  /*course*/
  .coursesearch-grid h5 {
    display: none;
  }
  .coursesearch-grid .dropdown-action {
    padding: 10px 15px;
  }
  .primary-pagination {
    margin-top: 35px;
  }
  .primary-pagination li a {
    width: 40px;
    height: 40px;
  }
  .cdx-sidebar .teamimg-wrap {
    margin-bottom: 20px;
  }
  .cdx-sidebar .team-detail p {
    margin-bottom: 15px;
  }
  .social-link li a {
    width: 32px;
    height: 32px;
  }
  /*revenue */
  .revenue-share .revenue-detail {
    margin-top: 30px;
    height: auto;
    display: block;
  }
  .revenue-share .revenue-detail .btn {
    margin-top: 30px;
  }
  /*team start*/
  .team-grid2 .team-detail {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .team-grid2 .team-detail .btn {
    margin-top: 20px;
  }
  /*contact */
  .contact-grid {
    display: block;
    text-align: center;
  }
  .contact-grid .icon-wrap {
    width: 55px;
    height: 55px;
    margin: auto;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .btn.btn-md {
    padding: 10px 20px;
    font-size: 12px;
  }
  .space-py-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .space-pt-100 {
    padding-top: 60px;
  }
  .space-pb-100 {
    padding-bottom: 60px;
  }
  .btn {
    padding: 12px 25px;
  }
  .codex-loader .loader-item {
    width: 200px;
    height: 200px;
  }
  .codex-loader .loader-item span::before {
    width: 30px;
    height: 30px;
    box-shadow: 0 0 20px #13B65C;
  }
  /*header*/
  .top-header .header-left {
    display: none;
  }
  .top-header .header-list > li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .top-header .header-right .header-list {
    text-align: center;
  }
  header .nav-iconlist > .btn {
    display: none;
  }
  header .nav-iconlist > ul > li + li {
    margin-left: 12px;
  }
  /*hero intro*/
  .hero-intro .hero-contain {
    text-align: center;
  }
  .hero-intro .hero-contain p {
    width: auto;
  }
  .hero-intro .hero-contain h4 {
    margin-bottom: 15px;
  }
  .hero-intro.intro-three .hero-contain .input-group {
    margin-top: 20px;
  }
  .hero-intro.intro-three .hero-contain .input-group .dropdown-action {
    font-size: 0;
  }
  .hero-intro.intro-three .hero-contain .input-group .dropdown-action i {
    font-size: 20px;
    margin-right: unset;
  }
  .hero-intro.intro-three .hero-contain .btn-list {
    margin-top: 45px;
  }
  /*video banner*/
  .video-btn {
    width: 60px;
    height: 60px;
    font-size: 22px;
  }
  .video-banner {
    padding: 90px 0 130px 0;
  }
  .video-banner2 {
    padding: 100px 0;
  }
  .video-contain2 {
    margin-top: 30px;
    height: auto;
  }
  .video-contain2 h2 {
    margin-bottom: 15px;
  }
  /*chat bar*/
  .livechat-bar .chat-toggle {
    width: 42px;
    height: 42px;
    bottom: 10px;
    right: 10px;
    z-index: 9;
  }
  .livechat-bar .chat-toggle svg {
    width: 20px;
  }
  /*subscribe newsslatter*/
  .newsletter-wrap {
    padding: 40px;
  }
  .newsletter-subscribe.newsletter2 {
    padding: 65px 0;
  }
  /*discount banner*/
  .discount-upcoming.three .discount-wrap {
    padding: 25px;
  }
  .discount-upcoming.three .discount-detail {
    margin-top: 25px;
  }
  .discount-upcoming.three .discount-detail h4 {
    margin-bottom: 15px;
  }
  .discount-upcoming.three .discount-detail .cdx-timer {
    margin-top: 25px;
  }
  .discount-upcoming.three .discount-detail .btn {
    margin-top: 30px;
  }
  /*about us*/
  .about-us .about-contain h2 {
    margin-bottom: 10px;
  }
  .about-us .about-contain p + p {
    margin-top: 10px;
  }
  /*footer*/
  footer .footer-grid .codex-brand {
    margin-bottom: 25px;
  }
  footer .footer-grid h4 {
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
  footer .footer-list li + li {
    margin-top: 10px;
  }
  footer .scroll-top {
    left: unset;
    right: 20px;
    bottom: 0;
  }
  .subfooter .footer-contain {
    display: block;
  }
  .subfooter .footer-contain ul {
    margin-top: 15px;
  }
  .footer-row {
    margin-bottom: -35px;
  }
  .footer-row > div {
    margin-bottom: 35px;
  }
  /*live chat bar*/
  .livechat-bar .livechat-box.show {
    width: 300px;
  }
  /*popup*/
  .cookie-grid {
    width: 100%;
    left: 0;
    border-radius: 0;
    text-align: center;
  }
  .cookie-grid.bottom p {
    margin-bottom: 15px;
    margin-right: unset;
  }
  .cookie-grid.right {
    right: 0;
  }
  .cookie-grid.active {
    bottom: 0;
  }
  .cyber-monday .modal-body .btn {
    margin-top: 20px;
  }
  /*error 404*/
  .codex-error p {
    width: 100%;
  }
  /*gallery*/
  .gallery-tabs li {
    font-size: 14px;
    padding: 5px 15px;
    margin-bottom: 10px;
  }
  .gallery-tabs li + li {
    margin-left: 10px;
  }
  /*authentication*/
  .auth-main {
    padding: 0 50px;
  }
  .codex-authbox {
    width: 100%;
    min-width: 100%;
    padding: 35px;
  }
  .codex-authbox .auth-header {
    margin-bottom: 25px;
  }
  .codex-authbox .auth-icon {
    width: 75px;
    height: 75px;
    margin-bottom: 20px;
  }
  .codex-authbox .auth-icon i {
    font-size: 32px;
  }
  .codex-authbox .auth-pin {
    margin-bottom: 35px;
  }
  /*course */
  .btn-filter {
    padding: 8px 15px;
  }
  .coursesearch-grid .gridfilter-list li.gridview-toggle, .coursesearch-grid .gridfilter-list li.listview-toggle {
    display: none;
  }
  .coursetab-detail .course-group .teacher-info {
    display: block;
  }
  .coursetab-detail .course-group .teacher-info .img-wrap {
    margin-bottom: 20px;
    margin-right: unset;
  }
  .team-group h3 {
    margin-bottom: 10px;
  }
  .team-group p:nth-child(n+2) {
    margin-top: 10px;
  }
  /*revenue*/
  .revenue-share .revenue-detail {
    margin-top: 20px;
  }
  .revenue-share .revenue-detail h2 {
    margin-bottom: 5px;
  }
  .revenue-share .revenue-detail .btn {
    margin-top: 25px;
  }
  /*event career*/
  .career-group h2 {
    margin-bottom: 5px;
  }
  .career-group p + p {
    margin-top: 10px;
  }
  .career-group .topic-list {
    margin-top: 10px;
  }
  .career-group .topic-list li + li {
    margin-top: 5px;
  }
  /*blog*/
  .blogsingle-detail .blog-comments .comments-list li.comments-reply {
    padding-left: 30px;
  }
  .blogsingle-detail .blog-comments .comments-list li .media .media-body {
    padding-left: 15px;
  }
}
@media screen and (max-width: 575px) {
  .title {
    margin-bottom: 30px;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .card .card-body {
    padding: 20px;
  }
  /*header*/
  .top-header .dropdownmenu .dropdownitem-list {
    right: -100%;
  }
  .search-bar .input-group {
    width: 100%;
  }
  header .cart-dropdown {
    min-width: 300px;
  }
  /*hero intro*/
  .hero-intro .hero-contain ul.btn-list li + li {
    margin-left: 15px;
  }
  .hero-intro.intro-three .hero-contain .input-group {
    width: 85%;
  }
  /*discount banner*/
  .cdx-timer .timer-grid:nth-child(n+2) {
    margin-left: 25px;
  }
  .cdx-timer.timer2 {
    display: block;
    margin-left: -15px;
  }
  .cdx-timer.timer2 .timer-grid {
    width: calc(48% - 15px);
    display: inline-block;
    margin-left: 15px;
    margin-top: 15px;
  }
  .discount-upcoming.two .discount-wrap {
    border-radius: 15px;
  }
  .discount-upcoming.two .discount-detail .cdx-timer {
    margin-top: 10px;
  }
  .discount-upcoming.three .discount-detail h4 {
    margin-bottom: 10px;
  }
  /*subscribe newsslatter*/
  .subscribe-form input {
    height: 45px;
  }
  .subscribe-form .input-group {
    display: block;
  }
  .subscribe-form .input-group .form-control {
    width: 100%;
    border-radius: 30px !important;
  }
  .subscribe-form .input-group .input-group-text {
    margin-top: 30px;
  }
  .subscribe-form .input-group .input-group-text button {
    height: 45px;
    border-radius: 30px !important;
    margin: auto;
  }
  /*pricng table*/
  .pricing-grid {
    padding: 30px;
  }
  .pricing-grid .price-lable {
    padding: 5px 15px;
  }
  .pricing-grid .pricing-header {
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
  .pricing-grid .pricing-body li:nth-child(n+2) {
    margin-top: 10px;
  }
  /*video banner*/
  .video-contain {
    padding: 20px 0;
  }
  /*popup*/
  .theme-modal .btn-close {
    right: 0;
  }
  .festival-popup .modal-body .btn {
    margin-top: 20px;
  }
  /*coming soonn*/
  .coming-soon h1 {
    margin-bottom: 5px;
  }
  .coming-soon .countdown-wrap {
    margin-top: 25px;
  }
  .coming-soon .newsletter-form {
    width: auto;
    margin-top: 40px;
  }
  .coming-soon .social-link {
    margin-top: 25px;
  }
  /*shoppin cart*/
  .cdxshopping-cart .cartbtn-group {
    display: block;
  }
  .cdxshopping-cart .group-btn {
    margin-top: 15px;
  }
  .chekout-tbl tr:last-child td {
    padding-top: 20px;
  }
  .cdx-checkout .payment-card {
    display: block;
    text-align: center;
  }
  .cdx-checkout .payment-card > div {
    width: auto;
    display: inline-block;
  }
  /*authentication*/
  .auth-main {
    padding: 0 20px;
  }
  .codex-authbox .auth-icon {
    margin-bottom: 15px;
  }
  .codex-authbox .auth-header {
    margin-bottom: 20px;
  }
  .codex-authbox .auth-header .codex-brand img {
    width: 145px;
  }
  .codex-authbox .btn {
    margin-top: 25px;
    font-size: 18px;
    padding: 10px 25px;
  }
  .codex-authbox .btn i {
    margin-right: 5px;
  }
  .codex-authbox .auth-footer {
    margin-top: 25px;
  }
  .codex-authbox .auth-footer .auth-with {
    margin-bottom: 25px;
  }
  .codex-authbox .auth-pin {
    margin-bottom: 30px;
  }
  .codex-authbox .auth-pin .form-control {
    padding: 0;
    height: 50px;
    text-align: center;
  }
  /*course*/
  .coursetab-detail .nav-tabs {
    display: block;
    margin-bottom: 5px;
    text-align: center;
  }
  .coursetab-detail .nav-tabs li {
    width: auto;
    display: inline-block;
    margin-bottom: 10px;
  }
  .coursetab-detail .nav-tabs li:nth-child(n+2) {
    margin-left: 10px;
  }
  .coursetab-detail .nav-tabs .nav-link {
    padding: 8px 15px;
  }
  .coursetab-detail .course-group .course-review {
    padding: 20px;
  }
  .coursetab-detail .course-group .course-review .ratingprogress-list {
    margin-top: 20px;
    display: block;
    height: auto;
  }
  .coursetab-detail .course-group .cdx-faq .course-item {
    padding: 12px 20px;
  }
  .coursetab-detail .course-group .cdx-faq .course-item .curriculum-houres {
    width: 55px;
  }
  .coursetab-detail .course-group .cdx-faq .course-item .curriculum-houres i {
    margin-left: 5px;
  }
  .cdx-sidebar .course-price {
    margin-top: 15px;
  }
  .cdx-sidebar .courseinfo-list {
    margin-top: 12px;
    padding-top: 12px;
  }
  .cdx-sidebar .courseinfo-list li + li {
    margin-top: 12px;
    padding-top: 12px;
  }
  /*faq*/
  .cdx-faq .card .card-header a {
    padding: 15px 20px;
    padding-right: 40px;
  }
  .cdx-faq .card .card-header a::before {
    right: 20px;
    top: 18px;
  }
  .cdx-faq .card .card-body {
    padding: 15px 20px;
  }
  /*revenue*/
  .revenue-share .revenue-detail {
    margin-top: 20px;
  }
  .revenue-share .revenue-detail h2 {
    margin-bottom: 5px;
  }
  .revenue-share .revenue-detail .btn {
    margin-top: 20px;
  }
  /*blog*/
  .blogsingle-detail .blogpost-group p + p {
    margin-top: 10px;
  }
  .blogsingle-detail .blogpost-group .btn {
    margin-top: 20px;
  }
  .blogsingle-detail .blockqoute {
    padding: 20px;
  }
  .blogsingle-detail .blockqoute h6 {
    margin-top: 5px;
  }
}
@media screen and (max-width: 400px) {
  /*discount banner*/
  .cdx-timer .timer-grid:nth-child(n+2) {
    margin-left: 18px;
  }
  /*shopping cart */
  .cdxshopping-cart .cartbtn-group {
    text-align: center;
  }
  .cdxshopping-cart .group-btn {
    margin-top: 15px;
  }
  .cdxshopping-cart .group-btn .btn {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .cdxshopping-cart .group-btn .btn:nth-child(n+2) {
    margin-left: auto;
    margin-top: 15px;
  }
  /*authentication*/
  .codex-authbox {
    padding: 25px;
  }
}
@media screen and (max-width: 374px) {
  /*hero intro*/
  .hero-intro .hero-contain ul.btn-list li + li {
    margin-left: unset;
    margin-top: 15px;
  }
  /*authentication*/
  .codex-authbox .auth-footer .login-list li a {
    font-size: 0;
    border-radius: 5px;
    padding: 12px 20px;
  }
  .codex-authbox .auth-footer .login-list li a img {
    margin-right: unset;
  }
  .codex-authbox .auth-remember {
    display: block;
  }
  .codex-authbox .auth-pin .form-control {
    height: 38px;
  }
  .codex-authbox .auth-pin .form-control:nth-child(n+2) {
    margin-left: 3px;
  }
}
/*# sourceMappingURL=style.css.map */
