body {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: auto;
}

.btn {
  border-radius: 0px;
}

.btheme {
  background-color: #000;
}

a {
  text-transform: capitalize;
  text-decoration: none;
}
.container{max-width: 1170px; margin: auto;}
.p-r-0 {
  padding-right: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

ul {
  padding: 0px;
  margin: 0px;
}


.topbar {
  overflow: hidden;
  background: #222326;
}
.topbar .tinner {
  padding: 0px 10px;
  display: flex;
  height: 100%;
  align-items: center;
}
.topbar .tinner img {
  width: 35px;
  margin: 5px;
}
.topbar .tinner p {
  margin: 0px;
  font-size: 14px;
  margin-left: 10px;
  font-weight: bold;
  color: #fff;
}
.topbar .tinner div#timer {
  display: flex;
  color: #fff;
}
.topbar .tinner div#timer div {
  margin-right: 10px;
  font-size: 20px;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
  padding: 0px 10px;
  display: inline-block;
  background: rgba(91, 67, 46, 0.14);
  flex-wrap: wrap;
  justify-content: center;
}
.topbar .tinner div#timer div span {
  margin-left: 5px;
  font-weight: normal;
  font-size: 13px;
}
.topbar .tinner a {
  color: #fff;
  opacity: 0.7;
  margin-left: 10px;
  cursor: pointer;
}

header .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  bottom: -72px;
  right: 0px;
  border-radius: 0px !important;
  z-index: 999;
  background: rgba(255, 255, 255, 0.11);
  padding: 10px;
}
header .input-group .btn {
  position: relative;
  z-index: 2;
  border-radius: 0px !important;
}
header input#example-search-input {
  border-radius: 0px !important;
}
header .mmhide {
  display: none;
}
header .searchpanel {
  position: relative;
}
header .srcbar {
  cursor: pointer;
}
header .srcbar {
  padding: 10px 15px;
  color: #000;
  width: 46px;
  display: inline-block;
}
header .navbar {
  padding-bottom: 0px;
  background-color: #000;
}
header ul li a {
  color: #fff !important;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.0178571429em;
  text-transform: uppercase;
}
header ul li a:hover {
  color: #f5841f !important;
}
header ul li a i.fa-solid.fa-house {
  font-size: 9px;
  /* margin-top: 7px; */
  position: relative;
  top: -1px;
}
header ul li .nav-link {
  padding: 20px 10px;
}
header .dropdown-menu {
  top: 100%;
  min-width: 200px;
  width: 200px;
  transition: 0.4s;
  text-align: left;
  border-radius: 8px;
  border: 0px;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.12);
  margin-top: -10px !important;
}
header .dropdown-menu .dropdown-item {
  padding-left: 5px;
  padding-right: 5px;
  white-space: pre-line;
}
header .dropdown-menu .ulinner {
  padding: 0px 15px;
}
header .dropdown-menu .ulinner .col-md-6:nth-child(odd) {
  padding-right: 0px;
}
header .dropdown-menu .ulinner h5 {
  font-weight: 700;
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
  padding: 10px;
  font-size: 12px;
  display: none;
  position: relative;
}
header .dropdown-menu .ulinner h5:after {
  position: absolute;
  width: 30%;
  height: 2px;
  left: 0px;
  bottom: 0px;
  content: "";
  background: #f5841f;
}
header .dropdown-menu .ulinner ul li {
  list-style: none;
}
header .dropdown-menu .ulinner ul li a {
  transition: 0.3s ease-in-out;
  font-size: 13px;
  font-weight: 700;
}
header .dropdown-menu .ulinner ul li a:hover {
  background-color: #fff;
  text-decoration: none;
  color: #f5841f !important;
}
header .navbar-brand {
  width: 280px;
}
header .cninfo {
  margin-left: 10px;
  border-radius: 100px;
  padding: 0px 15px;
}
header .cninfo li {
  display: inline-flex;
  list-style: none;
  font-size: 14px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.168627451);
  line-height: 40px;
  align-items: center;
}
header .cninfo li span {
  width: 20px;
  color: #000;
  display: inline-flex;
}
header .cninfo li span img {
  width: 20px;
}
header .cninfo li a {
  margin-right: 5px;
}
header .cninfo li .right span {
  display: flex;
  width: 100%;
  text-transform: capitalize;
}
header .cninfo li:nth-child(2) a {
  text-transform: capitalize;
}
header .ctaccount {
  border: 2px solid;
  border-radius: 100px;
  padding: 5px 18px;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  transition: 0.3s ease-in-out;
}
header .ctaccount:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: #dcd7d7;
  border-width: 2px;
}
@media only screen and (min-width: 1024px) {
  header .dropdown ul.subdropdown-menu {
    position: absolute;
    right: -158px;
    background: #eee;
    width: 158px;
    top: 0px;
    display: none;
  }
  header .dropdown .submenuparent:hover .subdropdown-menu {
    display: block;
  }
  header .dropdown .dropdown-toggle i {
    font-size: 14px;
  }
  header .dropdown .dropdown-toggle:after {
    display: none;
  }
  header .dropdown:hover .dropdown-menu {
    display: block;
  }
  header .dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  header .dropdown-content {
    position: absolute;
    background-color: #1e2126;
    min-width: 160px;
    visibility: hidden;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 99;
    transition: 0.5s all ease;
    opacity: 0;
    transform: translateY(17px);
    pointer-events: none;
  }
  header .dropdown-content a i.fas.fa-chevron-down {
    float: right;
    display: none;
    transform: rotate(270deg);
  }
  header .dropdown:hover .dropdown-content {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    pointer-events: auto;
  }
  header .submenu {
    position: absolute;
    background-color: #1e2126;
    min-width: 160px;
    z-index: 999999999;
    left: 100%;
    visibility: hidden;
    top: 0;
    transition: 0.5s all ease;
    opacity: 0;
    pointer-events: none;
    transform: translateX(17px);
  }
  header .dropdown-item:hover + .submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-1px);
  }
  header .submenu:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-1px);
  }
  header .dropdown-item {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    color: #fff !important;
    transition: background-color 0.3s ease-in-out;
  }
  header .dropdown-item:hover {
    background-color: #111214;
    color: #fff !important;
  }
}

.regpopup .modal-dialog {
  max-width: 70%;
}
.regpopup .modal-dialog .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.regpopup .modal-dialog .btn {
  background-color: #f5841f;
  border: 0px;
}
.regpopup .modal-dialog .btn:hover {
  background-color: rgb(252, 172, 102);
}
.regpopup .modal-dialog figure {
  margin: 0 0 1rem;
  height: 100%;
  display: flex;
  align-items: center;
}
.regpopup .modal-dialog .reginner {
  height: 100%;
  background: #479dc8;
  color: #fff;
  text-align: center;
  padding: 25px 25px 50px;
}
.regpopup .modal-dialog .reginner h4 {
  font-size: 19px;
}
.regpopup .modal-dialog .reginner .descmrtew {
  text-align: left;
  font-size: 13px;
}
.regpopup .modal-dialog .reginner .descmrtew span {
  color: #000;
}
.regpopup .modal-dialog .modal-body {
  font-size: 14px;
}
.regpopup .modal-dialog .modal-body form a {
  color: #479dc8;
}
.regpopup .modal-dialog .modal-body form select {
  text-transform: capitalize;
  font-size: 14px;
}
.regpopup .modal-dialog .modal-body form .dflexinp {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.regpopup .modal-dialog .modal-body form .dflexinp i {
  margin-right: 15px;
  color: #479dc8;
}
.regpopup .modal-dialog .modal-body form .dflexinp input {
  border: 0px;
  padding: 0px;
}
.regpopup .modal-dialog .modal-body form .dflexinp input:focus {
  outline: none;
  box-shadow: unset;
}
.regpopup .modal-dialog .modal-body form .dflex {
  display: flex;
  align-items: center;
}
.regpopup .modal-dialog .modal-body form .dflex span {
  display: inline-flex;
}
.regpopup .modal-dialog .modal-body form .dflex .btn {
  background-color: transparent;
  border: 1px solid #479dc8;
  color: #479dc8;
}
.regpopup .modal-dialog .modal-body form .dflex .btn:hover {
  background-color: #479dc8;
  color: #fff;
}

#community {
  background-color: #000;
}
#community h3 {
  color: #fff;
}
#community p {
  color: #9d9d9d;
}

.slidermain {
  background-color: #000;
}
.slidermain .vidinner {
  padding: 35px;
}
.slidermain .vidinner h2 {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}
.slidermain .vidinner h4 {
  margin-bottom: 20px;
  font-size: 2rem;
  color: #fff;
}
.slidermain .vidinner h6 {
  margin-bottom: 20px;
  font-size: 1.2rem;
  color: #9ea0a9;
}
.slidermain .vidinner .dflex .signup {
  background: #f5841f;
  color: #fff;
  border-radius: 5px;
  padding: 10px 15px;
  margin-right: 10px;
}
.slidermain .vidinner .dflex .signup:hover {
  background-color: rgb(252, 172, 102);
}
.slidermain .vidinner .dflex .explore {
  background: #222326;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
  color: #dcd7d7;
  font-weight: bold;
  padding: 10px 15px;
}
.slidermain .vidinner .dflex .explore:hover {
  background: rgba(255, 255, 255, 0.1);
}

.verticleslider {
  background-color: #000;
  padding: 40px 0px;
}
.verticleslider .stinner {
  color: #fff;
}
.verticleslider .stinner .sbinst {
  color: #9ea0a9;
  font-weight: bold;
  font-size: 19px;
}
.verticleslider .stinner .btnconnt {
  background: #f5841f;
  border: 0px;
  color: #fff;
  padding: 5px 20px;
  text-transform: capitalize;
  border-radius: 7px;
}
.verticleslider .stinner .btnconnt:hover {
  background-color: rgb(252, 172, 102);
}
.verticleslider .stinner h1 {
  font-size: 2.9rem;
  font-weight: bold;
  position: relative;
}
.verticleslider .stinner h1:after {
  position: absolute;
  width: 30px;
  height: 5px;
  background-color: #f5841f;
  content: "";
  left: 0px;
  bottom: -12px;
}
.verticleslider .stinner h5 {
  margin: 25px 0px;
  font-size: 17px;
  color: #9ea0a9;
}
.verticleslider .stinner .chkboxouter label {
  font-size: 14px;
  border-radius: 5px 5px 0px 0px;
  background-color: #222326;
  padding: 7px 5px 5px 33px;
  display: flex;
  align-items: center;
}

.fadeindown {
  animation: fadeindown 0.5s ease-in-out;
}

.fadeup {
  animation: fadeinup 0.5s ease-in-out;
}

.fadeinleft {
  animation: fadeinleft 0.5s ease-in-out;
}

@keyframes fadeindown {
  0% {
    opacity: 0;
    transform: translate3d(0px, -100%, 0px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translateY(45px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeinleft {
  0% {
    opacity: 0;
    transform: translateX(-45px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
    transform: none;
  }
}
a.whatsapp {
  position: fixed;
  bottom: 90px;
  right: 15px;
  z-index: 9;
  width: 40px;
  display: flex;
  background: #27f519;
  color: #fff;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 24px;
}

a.callbtn {
  position: fixed;
  bottom: 138px;
  right: 15px;
  z-index: 9;
  background: #e35c61;
  color: #fff;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 17px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.impactful {
  background-color: #000;
}
.impactful .mhead {
  text-align: center;
}
.impactful .mhead h2 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
}
.impactful .mhead p {
  color: #9d9d9d;
}
.impactful .mhead p span {
  color: #fff;
}
.impactful .mhead .dflex .signup {
  background: #f5841f;
  color: #fff;
  border-radius: 5px;
  padding: 10px 15px;
  margin-right: 10px;
}
.impactful .mhead .dflex .explore {
  background: #222326;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
  color: #dcd7d7;
  font-weight: bold;
  padding: 10px 15px;
}
.impactful .mhead .dflex .explore:hover {
  background: rgba(255, 255, 255, 0.1);
}
.impactful .item a {
  border-radius: 0.8rem;
  overflow: hidden;
  display: block;
  position: relative;
}
.impactful .item a img {
  transition: 0.3s ease-in-out;
}
.impactful .item a:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background: linear-gradient(0deg, #191c21 0, rgba(25, 28, 33, 0.5) 50%, rgba(25, 28, 33, 0) 90%) 50% no-repeat;
  top: 0px;
  z-index: 9;
}
.impactful .item a:hover img {
  transform: scale(1.1);
}
.impactful .item .new {
  position: absolute;
  background-color: #fff;
  border-radius: 20px;
  color: #000;
  left: 10px;
  top: 10px;
  z-index: 9;
  padding: 5px 15px;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: bold;
}
.impactful .item .desc {
  position: absolute;
  bottom: 0px;
  color: #fff;
  padding: 10px;
  z-index: 99;
  text-align: center;
}
.impactful .item .desc .mtitle {
  font-size: 30px;
  line-height: 30px;
}
.impactful .item .desc p {
  margin: 0px;
  position: relative;
  padding-top: 25px;
}
.impactful .item .desc p:after {
  width: 10%;
  height: 6px;
  position: absolute;
  content: "";
  background-color: #fff;
  top: 10px;
  margin: auto;
  display: block;
  left: 0px;
  right: 0px;
}
.impactful .owl-carousel .owl-nav {
  position: absolute;
  top: -40px;
  width: 100px;
  right: 0px;
}
.impactful .owl-carousel .owl-nav button {
  color: #fff;
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.23);
  border-radius: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.impactful .owl-carousel .owl-nav .owl-prev {
  color: #fff;
}
.impactful .owl-carousel .owl-nav .owl-next {
  color: #fff;
  margin-left: 10px;
}
.impactful .owl-carousel .owl-nav .disabled {
  opacity: 0.5;
}
.impactful .exp {
  background: rgba(255, 255, 255, 0.18);
  margin: auto;
  display: block;
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
  color: #dcd7d7;
  font-weight: bold;
  padding: 10px 15px;
}
.impactful .exp:hover {
  background: rgba(255, 255, 255, 0.1);
}

.journey {
  background-color: #000;
}
.journey .mhead {
  text-align: center;
}
.journey .mhead h2 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
}
.journey .mhead p {
  color: #9d9d9d;
}
.journey .mhead p span {
  color: #fff;
}
.journey .mhead .dflex .signup {
  background: #f5841f;
  color: #fff;
  border-radius: 5px;
  padding: 10px 15px;
  margin-right: 10px;
}
.journey .mhead .dflex .signup:hover {
  background-color: rgb(252, 172, 102);
}
.journey .mhead .dflex .explore {
  background: #222326;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
  color: #dcd7d7;
  font-weight: bold;
  padding: 10px 15px;
}
.journey .mhead .dflex .explore:hover {
  background: rgba(255, 255, 255, 0.1);
}
.journey .owl-dots {
  display: none;
}
.journey .item .mtrxinner {
  border-radius: 15px;
  margin-top: 35px;
  position: relative;
}
.journey .item .mtrxinner .fxp {
  position: absolute;
  left: 86px;
  top: 8px;
  width: 562px;
  z-index: 999;
  -o-object-fit: cover;
  object-fit: contain;
  height: 286px;
  border-radius: 22px;
}
.journey .item .mtrxinner:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background: #2e2e2e;
  border-radius: 15px;
  top: 0px;
  z-index: 9;
}
.journey .item .mtrxinner .jinner {
  padding: 85px 20px;
  color: #fff;
  position: relative;
  z-index: 99;
  text-transform: capitalize;
}
.journey .item .mtrxinner .jinner span {
  color: #a4a3a3;
}
.journey .item .mtrxinner .jinner span .tf {
  color: #fff;
}
.journey .item .mtrxinner .jinner p {
  color: #a4a3a3;
}
.journey .item .mtrxinner .jinner .dflex .signup {
  background: #f5841f;
  color: #fff;
  border-radius: 5px;
  padding: 10px 15px;
  margin-right: 10px;
}
.journey .item .mtrxinner .jinner .dflex .lmore {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
  color: #dcd7d7;
  font-weight: bold;
  padding: 10px 15px;
}
.journey .item .mtrxinner .jinner .dflex .lmore:hover {
  background: rgba(255, 255, 255, 0.1);
}

.benefits {
  background-color: white;
}
.benefits .mhead {
  text-align: center;
}
.benefits .mhead h2 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
}
.benefits .mhead p {
  color: #9d9d9d;
}
.benefits .mhead p span {
  color: #fff;
}
.benefits .mhead .dflex .signup {
  background: #f5841f;
  color: #fff;
  border-radius: 5px;
  padding: 10px 15px;
  margin-right: 10px;
}
.benefits .mhead .dflex .explore {
  background: #222326;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
  color: #dcd7d7;
  font-weight: bold;
  padding: 10px 15px;
}
.benefits .mhead .dflex .explore:hover {
  background: rgba(255, 255, 255, 0.1);
}
.benefits .bnmtrxinner {
  border-radius: 15px;
  position: relative;
}
.benefits .bnmtrxinner .binner {
  padding: 15px 20px;
  color: #000;
  position: relative;
  z-index: 99;
  text-transform: capitalize;
}
.benefits .bnmtrxinner .binner h2 {
  font-size: 40px;
}
.benefits .bnmtrxinner .binner .rnt {
  color: #7a12d4;
  font-weight: bold;
}
.benefits .bnmtrxinner .binner .rnt .num {
  color: #fff;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  background-color: #7a12d4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.benefits .bnmtrxinner .binner h2 {
  font-weight: bold;
}
.benefits .bnmtrxinner .binner span {
  color: #000;
}
.benefits .bnmtrxinner .binner p {
  color: #000;
}
.benefits .bnmtrxinner .binner .dflex {
  display: flex;
}
.benefits .bnmtrxinner .binner .dflex img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 10px;
}

.onlinelearning {
  background-color: #e7f6fb;
}
.onlinelearning .mhead h2 {
  font-weight: bold;
  color: #000;
  text-align: center;
  font-size: 40px;
}
.onlinelearning .exp {
  background-color: rgb(245, 132, 31);
  margin: auto;
  display: block;
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
  margin-top: 30px;
}
.onlinelearning .exp:hover {
  background-color: rgb(252, 172, 102);
}

.join {
  background-color: #000;
}
.join .mhead h2 {
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 40px;
}
.join .jinner {
  text-align: center;
}
.join .jinner .icon {
  width: 100px;
  height: 100px;
  margin: auto;
  background: #191919;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin-bottom: 10px;
}
.join .jinner b {
  font-size: 24px;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.join .jinner p {
  font-weight: bold;
  color: #9ea0a9;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.join .exp {
  background-color: rgb(245, 132, 31);
  margin: auto;
  display: block;
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
  margin-top: 30px;
}
.join .exp:hover {
  background-color: rgb(252, 172, 102);
}

.ruteacher {
  background-color: #e7f6fb;
}
.ruteacher .mhead {
  text-align: center;
}
.ruteacher .mhead h2 {
  font-weight: bold;
  color: #000;
  text-align: center;
  font-size: 40px;
}
.ruteacher .listn {
  list-style: none;
  line-height: 50px;
}
.ruteacher .listn li {
  font-weight: bold;
}
.ruteacher .listn li span {
  margin-right: 10px;
}
.ruteacher .tsinner {
  text-align: center;
  padding: 34px 40px 44px;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 36px -12px rgba(5, 138, 190, 0.44);
  width: -moz-max-content;
  width: max-content;
}
.ruteacher .tsinner .vbnm {
  position: absolute;
  right: -93px;
  top: 0px;
}
.ruteacher .tsinner .ticons {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border-radius: 100px;
  border: 1px solid #2196F3;
  padding: 10px;
  background-color: #e2f6ff;
}
.ruteacher .tsinner .ticons img {
  width: 45px;
}
.ruteacher .tsinner p {
  color: #576979;
}
.ruteacher .tsinner .media {
  text-align: left;
  margin: auto;
  display: flex;
  align-items: start;
}
.ruteacher .tsinner .media img {
  margin-right: 10px;
}
.ruteacher .tsinner .media p {
  margin: 0px;
}
.ruteacher .tsinner .media b {
  font-size: 24px;
}
.ruteacher .tsinner a {
  background-color: rgb(245, 132, 31);
  margin: auto;
  display: block;
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px 15px;
  line-height: 30px;
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
}
.ruteacher .tsinner a:hover {
  background-color: rgb(252, 172, 102);
}

.videotestimonials {
  background-color: #000;
}
.videotestimonials .mhead h2 {
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 40px;
}
.videotestimonials .owl-carousel .owl-nav {
  position: absolute;
  top: 35%;
  width: 100%;
  right: 0px;
  display: flex;
  justify-content: space-between;
}
.videotestimonials .owl-carousel .owl-nav button {
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.videotestimonials .owl-carousel .owl-nav button:hover {
  background: rgba(255, 255, 255, 0.23);
}
.videotestimonials .owl-carousel .owl-nav .owl-prev {
  color: #fff;
}
.videotestimonials .owl-carousel .owl-nav .owl-next {
  color: #fff;
  margin-left: 10px;
}
.videotestimonials .owl-carousel .owl-nav .disabled {
  opacity: 0.5;
}
.videotestimonials .vdinner figure {
  border-radius: 15px 15px 0px 0px;
  overflow: hidden;
}
.videotestimonials .vdinner b a {
  color: #fff;
  font-size: 17px;
}
.videotestimonials .vdinner .exert {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  color: #a4a3a3;
  -webkit-box-orient: vertical;
  margin: 0px;
}
.videotestimonials .vdinner .mt-1 {
  display: none;
}
.videotestimonials .vdinner .rmore {
  color: #f5841f;
}

.testimonial {
  background-color: #000;
}
.testimonial .mhead h2 {
  color: #fff;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.testimonial .item .desc {
  /* padding: 72px 30px; */
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  position: relative;
  right: -83px;
  /* min-height: 303px; */
  display: flex;
  /* align-items: center; */
  height: 100%;
  align-items: center;
}
.testimonial .item .desc .dinner {
  width: 100%;
  background-color: #272c33;
  height: 288px;
  padding: 33px;
}
.testimonial .item .desc .tinfo {
  text-transform: capitalize;
  font-size: 14px;
  color: #a4a3a3;
}
.testimonial .item .desc .tinfo b {
  color: #fff;
}
.testimonial .item figure {
  width: 336px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #323030;
}
.testimonial .item figure img {
  width: 100%;
}
.testimonial .owl-carousel .owl-nav {
  position: absolute;
  top: 35%;
  width: 100%;
  right: 0px;
  display: flex;
  justify-content: space-between;
}
.testimonial .owl-carousel .owl-nav button {
  color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.testimonial .owl-carousel .owl-nav button:hover {
  background: rgba(255, 255, 255, 0.23);
}
.testimonial .owl-carousel .owl-nav .owl-prev {
  color: #fff;
}
.testimonial .owl-carousel .owl-nav .owl-next {
  color: #fff;
  margin-left: 10px;
}
.testimonial .owl-carousel .owl-nav .disabled {
  opacity: 0.5;
}

.contactus a {
  color: #f37a0f;
}
.contactus .btn-primary {
  color: #fff;
  background-color: #f37a0f;
  border-color: #f37a0f;
}

.faq {
  background-color: #000;
}
.faq h6 {
  color: #9ea0a9;
}
.faq .mhead {
  text-align: center;
}
.faq .mhead h4 {
  color: #fff;
}
.faq .mhead h2 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
}
.faq .accordion .accordion-item {
  margin-bottom: 10px;
  background-color: #222326;
  color: #fff;
}
.faq .accordion .accordion-item .accordion-button {
  background-color: transparent;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.faq .accordion .accordion-item .accordion-button:after {
  background-image: url("../img/arrv.svg");
  background-size: 100%;
}
.faq .accordion .accordion-item .accordion-button:focus {
  border-color: transparent;
  box-shadow: unset;
}
.faq .accordion .accordion-item:hover {
  background-color: #303136;
}

.invitation {
  background-image: url(../img/inv.webp);
  background-size: 100%;
  min-height: 551px;
  /* padding-top: 125px; */
  background-position: bottom;
  background-repeat: no-repeat;
}
.invitation .mhead h2 {
  font-weight: bold;
  color: #000;
  text-align: center;
  font-size: 40px;
}
.invitation .invinner h3 {
  font-size: 1.75rem;
  color: #7a12d4;
  font-weight: bold;
}
.invitation .invinner .media {
  display: flex;
  align-items: flex-start;
}
.invitation .invinner .media img {
  -o-object-fit: contain;
     object-fit: contain;
  min-width: 48px;
  margin-right: 10px;
}
.invitation .invinner .media b {
  font-size: 1.25rem;
}
.invitation .invinner .media p {
  font-size: 1rem;
  margin-bottom: 5px;
}
.invitation .invinner .member {
  color: #fff;
  font-weight: bold;
  display: inline-block;
  background-color: #7a12d4;
  padding: 10px 30px;
  margin-top: 5px;
  border-radius: 100px;
}

.signupbox {
  background: #000;
  color: #a4a3a3;
}
.signupbox .sginner {
  text-align: center;
  text-transform: capitalize;
  padding: 30px;
  margin-bottom: 15px;
}
.signupbox .sginner .icon {
  display: block;
  padding: 15px;
  opacity: 0.8;
  width: 100px;
  height: 100px;
  margin: auto;
  background: #191919;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin-bottom: 10px;
}
.signupbox .sginner .icon img {
  width: 100%;
}
.signupbox .sginner b {
  font-size: 19px;
  color: #fff;
  display: block;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-transform: uppercase;
}
.signupbox .sginner p {
  height: 70px;
  overflow: hidden;
}
.signupbox .sginner .bmore {
  background: rgb(245, 132, 31);
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
  border: 0px;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
}
.signupbox .sginner .bmore:hover {
  background-color: rgb(252, 172, 102);
}


.bj-topper .bj-secondhead {
  color: #9d9d9d;
}
.bj-topper .bj-topper-head {
  color: #fff;
}

footer {
  background: #000;
  border-top: 1px solid #2b2a2a;
}
footer b {
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
  color: #ebebeb;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
}
footer .ctvu ul li a {
  color: #ebebeb;
  display: flex;
  justify-content: space-between;
}
footer ul {
  padding-left: 15px;
}
footer ul li {
  line-height: 24px;
  color: #656565;
  margin-bottom: 5px;
  list-style: disc;
}
footer ul li a {
  color: #ebebeb;
}
footer ul li a:hover {
  color: #aaa8a5;
}
footer ul li a i {
  margin-right: 5px;
  width: 20px;
}
footer .download {
  padding: 0px;
}
footer .download li {
  width: 113px !important;
}
footer .download li a {
  width: 113px;
  display: block;
}
footer .socials {
  padding: 0px;
}
footer .socials li {
  display: inline-block;
  width: 49%;
}
footer .download img {
  width: 100%;
  height: 38px;
}
footer .download li {
  width: 49%;
  display: inline-block;
}
footer .download li:last-child img {
  width: 114px;
}
footer .copyright {
  margin-top: 10px;
}
footer .copyright p {
  color: #a4a3a3;
  text-transform: capitalize;
}

.memebrship {
  text-align: center;
}
.memebrship h2 {
  font-size: 4rem;
  font-weight: bold;
}
.memebrship .btn {
  background: #f5841f;
  color: #fff;
  border-radius: 100px;
  padding: 10px 20px;
  margin-right: 10px;
  margin: auto;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-top: 30px;
  margin-bottom: 30px;
}
.memebrship .btn:hover {
  background-color: rgb(252, 172, 102);
}
.memebrship video#vid {
  border-radius: 25px;
}

.bj-mentor {
  background-color: #000;
}
.bj-mentor .bj-mentorhead,
.bj-mentor .bj-tipsheadsub {
  color: #fff;
}

.tablist #navbar_top {
  margin-bottom: 20px;
  padding: 0px;
  background-color: #fff !important;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.tablist #navbar_top a {
  color: #000;
  font-size: 15px;
}
.tablist #navbar_top .btn {
  background: #f5841f;
  color: #fff;
  border-radius: 100px;
  padding: 10px 20px;
  margin-left: 10px;
  width: -moz-max-content;
  width: max-content;
}
.tablist #navbar_top .btn:hover {
  background-color: rgb(252, 172, 102);
}
.tablist #navbar_top li {
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.tablist #navbar_top .active:after {
  left: 0px;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f5841f;
  position: absolute;
  bottom: 0px;
}
.tablist #navbar_top .active a {
  color: #f5841f;
}
.tablist .tabbox .tbinner .card {
height: 250px;
}
.tablist .tabbox .tbinner b {
  font-size: 21px;
}
.tablist .tabbox .tbinner h3 {
  font-size: 2.25rem;
  letter-spacing: 0.0069444444em;
  line-height: 2.75rem;
  font-weight: bold;
}
.tablist .tabbox .tbinner figure {
  border-radius: 20px;
  overflow: hidden;
}
.tablist .tabbox .tbinner .btn {
  background: #f5841f;
  color: #fff;
  border-radius: 100px;
  padding: 10px 20px;
  margin-left: 10px;
  width: -moz-max-content;
  width: max-content;
}
.tablist .tabbox .tbinner .btn:hover {
  background-color: rgb(252, 172, 102);
}
.tablist .tabbox .tbinner .binner .card {
  padding: 30px 15px;
  margin-bottom: 15px;
}
.tablist .tabbox .tbinner .binner .media {
  text-align: center;
}
.tablist .tabbox .tbinner .binner .media img {
  width: 45px;
  margin-bottom: 15px;
}
.tablist .tabbox .tbinner .binner b {
  font-size: 18px;
  color: #9ea0a9;
  display: block;
  text-align: center;
}
.tablist #page1 {
  padding-bottom: 50px;

}
.tablist #page2 {
  padding-bottom: 50px;

}
.tablist #page2 h3 {
  margin-bottom: 30px;
}
.tablist #page3 {

}
.tablist #page3 .btn {
  padding: 10px 35px;
}
.tablist #page3 h3 {
  font-size: 4rem;
  line-height: 70px;
}
.tablist #page4 h3 {
  margin-bottom: 15px;
}
.tablist #page4 form label {
  text-align: left;
  text-transform: capitalize;
  font-weight: bold;
}
.tablist #page4 form .btn {
  background: #f5841f;
  color: #fff;
  border-radius: 100px;
  padding: 10px 40px;
  margin-right: 10px;
  margin: auto;
  display: block;
  width: -moz-max-content;
  width: max-content;
  border: 0px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.tablist #page4 form .btn:hover {
  background-color: rgb(252, 172, 102);
}
.tablist #page4 .step {
  text-align: center;
  background: linear-gradient(45deg, #ffdfae, #f7e382);
  padding: 5px 20px;
  border-radius: 100px;
  font-size: 14px;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
.tablist #page4 .step b {
  font-size: 14px;
  text-transform: capitalize;
}


#cart-course h3 {
  color: #000;
}
#cart-course .btn-primary {
  color: #fff;
  background-color: #f5841f;
  border-color: #f5841f;
}
#cart-course .btn-primary:hover {
  background-color: rgb(252, 172, 102);
}
#cart-course .card {

}
#cart-course .card .card-title {
  color: #000000;
}
#cart-course .card .card-title:hover {
  color: #000000;
  font-weight: bold;
  font-size: 17px;
}
#cart-course .card .card-img{width: 100%; overflow: hidden; height: 353px;}
#cart-course .card .card-img { }
#cart-course{background-color: #fff;}
.bnm h2 {
  font-size: 4rem;
  color: #000;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}

@media only screen and (max-width: 1441px) {
  .journey .item .mtrxinner .fxp {
    width: 518px;
    -o-object-fit: cover;
    object-fit: contain;
    height: 286px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-image__img {
    max-width: 63%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
    height: 315px !important;
  }
  .navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
  }
  .navbar-light .navbar-toggler:focus {
    background: rgba(249, 249, 249, 0) !important;
  }
  .verticleslider .stinner h1 {
    font-size: 30px;
  }
  .topbar .tinner div#timer div {
    margin-bottom: 3px;
  }
  .topbar img.img-fluid {
    min-width: 30px;
  }
  .topbar .tinner {
    padding: 2px 10px;
  }
  .slidermain .vidinner h2 {
    font-size: 27px;
    margin-bottom: 15px;
  }
  .slidermain .vidinner {
    padding: 15px;
  }
  .slidermain .vidinner h4 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .slidermain .vidinner h6 {
    margin-bottom: 15px;
    font-size: 14px;
  }
  header .navbar-brand {
    width: 260px;
  }
  header .navbar {
    padding-bottom: 0px;
  }
  .repo-d{display: flex; align-items: center; gap: 10px; width: 100%;}
  .repo-d a{width: 50%;}
  .ctacco{display: none;}
  .bnm h2 {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
  }
  .srchmaininp {
    position: unset !important;
  }
  header .srcbar {
    padding: 10px 15px;
    color: #000;
    display: block;
    margin-top: 0px;
    padding-top: 0px;
  }
  .gallery-image .row .col-md-6:nth-child(2) {
    position: unset !important;
  }
  .stinner.stright.relative {
    margin-top: 23px;
  }
  .gallery-image .row .col-md-6 {
    margin-bottom: 10px;
  }
  .gallery-image .row .col-md-6:nth-child(1),
  .gallery-image .row .col-md-6:nth-child(2) {
    padding: unset;
  }
  .topbar .tinner a {
    margin-left: 3px;
  }
  .topbar .tinner p {
    font-size: 13px;
  }
  .topbar img.img-fluid {
    min-width: 37px;
  }
  .tablist #page3 h3 {
    font-size: 2rem;
    line-height: 40px;
  }
  .tablist .tabbox .tbinner h3 {
    font-size: 1.6rem;
  }
  .memebrship h2 {
    font-size: 2rem;
  }
  .regpopup .modal-dialog .reginner {
    display: none;
  }
  .regpopup .modal-dialog {
    max-width: 100%;
  }
  .regpopup .modal-body {
    padding-left: 30px;
  }
  .ruteacher .tsinner {
    margin: auto;
    margin-top: 10px;
  }
  header .ctaccount {
    display: block;
    margin-bottom: 10px;
  }
  ul.cninfo {
    display: flex;
    align-items: center;
    padding: 0px;
    justify-content: space-between;
  }
  .dropdown-content,
  .submenu {
    display: none;
    background: #2c2c2c;
  }
  .submenu {
    display: none;
    background: #2c2c2c;
  }
  .dropdown-toggle::after {
    display: none;
  }
  .dropdown-toggle i {
    float: right;
    width: 30px;
    height: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dropdown-content a i {
    transform: unset;
    float: right;
  }
  .dropdown-item {
    padding: 10px;
  }
  .ruteacher .tsinner .vbnm {
    display: none;
  }
  .testimonial .row {
    flex-direction: column-reverse;
  }
  .testimonial .item .desc {
    right: 0px;
  }
  .testimonial .item .desc .dinner {
    height: auto;
  }
  .testimonial .item figure {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 0px;
  }
  .invitation {
    background-position: bottom;
  }
  .journey .item {
    padding-left: 30px;
    padding-right: 30px;
  }
  .journey .container-fluid.px-5 {
    padding: 0px !important;
  }
  .journey .item .mtrxinner .fxp {
    position: absolute;
    left: 32px;
    top: -141px;
    width: 293px;
    z-index: 999;
    -o-object-fit: cover;
    object-fit: contain;
    height: 460px;
    border-radius: 22px;
  }
  .journey .item .mtrxinner .jinner {
    padding: 73px 20px;
  }
  .journey .item .mtrxinner .jinner h2 {
    margin-top: 38px;
    display: block;
    padding-top: 7px;
  }
  .journey .item .mtrxinner .jinner h2 {
    padding-top: 4px !important;
  }
  .journey .item .mtrxinner .jinner {
    padding-bottom: 15px;
  }
  .journey .item .mtrxinner .jinner h2 {
    margin-top: 58px;
    display: block;
    padding-top: 30px;
  }
  .journey .item .mtrxinner .jinner .dflex {
    display: flex;
    align-items: center;
  }
  .journey .item .mtrxinner .jinner .dflex .btn {
    padding: 10px 10px;
  }
  header .dropdown-menu {
    min-width: 200px;
    width: 200px;
  }
  .dropdown-toggle::after {
    display: none;
  }
  header .cninfo {
    border-radius: 0px;
  }
  header i.fas.fa-chevron-down {
    float: right;
  }
  header .ctaccount {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
  header .cninfo {
    display: flex;
    justify-content: space-between;
    padding: 0px;
  }
  header ul li .nav-link {
    padding: 10px 10px;
  }
  header .dropdown-menu {
    max-width: 100%;
    min-width: 100%;
  }
  .navbar-light .navbar-toggler {
    border: 0px;
  }
  .navbar-light .navbar-toggler:focus {
    box-shadow: unset;
    background: #f9f9f9;
  }
  .btns {
    margin-bottom: 15px;
  }
  .slidermain .carousel-item .caption {
    top: 10%;
    padding: 15px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 413px) {
  .journey .item .mtrxinner .fxp {
    position: absolute;
    left: 20px;
    top: -141px;
    width: 262px;
    z-index: 999;
    -o-object-fit: cover;
    object-fit: contain;
    height: 460px;
    border-radius: 22px;
  }
}/*# sourceMappingURL=style.css.map */