*,
::after,
::before {
  box-sizing: border-box;
}

@font-face {
  font-family: NeueMachina-Regular;
  src: url(../fonts/NeueMachina-Regular.otf);
}
html,
body {
  overflow-x: hidden;
}
body {
  margin: 0px;
  color: #111111;
  font-family: "Inter", sans-serif;
  background-color: #f4f4f4;
  font-size: 16px;
}
header {
  padding: 20px 0px;
}
a {
  cursor: pointer;
}
img {
  max-width: 100%;
}
.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background-color: white;
  z-index: 99;
  padding: 6px 0px;
}
.container {
  width: 1324px;
  margin: 0px auto;
  padding: 0px 20px;
  max-width: 100%;
}
.inner-header {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  align-items: center;
}
a {
  color: #111111;
  text-decoration: none;
}
a:hover {
  color: #ff6746;
}

ul {
  margin: 0px;
  padding: 0px;
}
ul li {
  list-style: none;
}
nav ul {
  display: flex;
  gap: 22px;
  background-color: white;
  border: 1px solid black;
  padding: 13px 27px;
  border-radius: 50px;
}
.logo {
  flex: 0 0 300px;
}
.current-lang {
  display: flex;
  align-items: center;
  gap: 9px;
  cursor: pointer;
}
.phone {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: 500;
}
.right-nav {
  display: flex;
  align-items: center;
  gap: 35px;
  flex: 0 0 300px;
  justify-content: right;
}
.lang {
  position: relative;
  font-weight: 500;
}
.lang ul {
  position: absolute;
  margin-top: 9px;
  display: none;
}
.activelang img {
  transform: rotate(180deg);
}
.two-col {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 12px;
}
#topsec {
  padding-top: 100px;
}
.red-label {
  background-color: #ff6746;
  padding: 6px 23px 6px 23px;
  border-radius: 20px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
}
h1 {
  font-family: NeueMachina-Regular;
  font-weight: 400;
  font-size: 72px;
  text-transform: uppercase;
  margin-top: 9px;
  margin-bottom: 0px;
}
#topsec p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 31px;
}
.green-btn {
  display: inline-flex;
  padding: 16px 20px 16px 20px;
  font-size: 20px;
  gap: 10px;
  align-items: center;
  font-weight: 500;
  background-color: #4be833;
  border-radius: 30px;
  border: 2px solid black;
  justify-content: center;
  box-shadow: 4px 4px 0px 0px;
}
.green-btn:hover {
  color: black;
  background-color: white;
}
.green-btn:hover img {
  transform: rotate(86deg);
}
.section {
  padding: 60px 0px;
}
h2 {
  text-align: center;
  font-size: 40px;
  line-height: 60px;
  margin: 0px;
  font-family: NeueMachina-Regular;
  font-weight: 400;
}
#subjects {
  margin-top: -12px;
  position: relative;
}
.dark {
  background-color: #111111;
  color: #fffffa;
}
.dark h2 {
  color: #fffffa;
}
.dark p {
  color: #fffffa;
}
.sub {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  line-height: 27px;
  margin-top: 24px;
}
.subject-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  margin: 25px 0px;
}
.subject-heading h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  margin: 0px;
}
.sm-green-btn {
  display: inline-flex;
  padding: 8px;
  gap: 7px;
  align-items: center;
  font-weight: 500;
  background-color: #4be833;
  border-radius: 30px;
  border: 2px solid black;
  justify-content: center;
  box-shadow: 4px 4px 0px 0px;
}
.sm-green-btn:hover {
  color: black;
  background-color: white;
}
.sm-green-btn:hover img {
  transform: rotate(86deg);
}
.three-col {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: 32px;
}
.sub-thumb {
  background-color: #f4f4f4;
  text-align: center;
  border-radius: 4px;
}
.single-subject h4 {
  font-size: 24px;
  font-weight: 400;
  color: #fffffa;
  font-family: NeueMachina-Regular;
  margin-top: 10px;
  margin-bottom: 0px;
}
.single-subject p {
  line-height: 24px;
  font-weight: 300;
  margin-top: 10px;
}
.marqueeslider {
  background-color: #ff6746;
  padding: 10px 0px;
}

.how-two-col {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 16px;
}
.single-box {
  background-color: white;
  border: 2px solid #000000;
  padding: 24px;
  display: flex;
  gap: 12px;
}
.single-box h4 {
  font-family: NeueMachina-Regular;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  margin: 0px;
}
.single-box p {
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 0px;
  margin-top: 6px;
}
.inner-img {
  flex: 0 0 62px;
}
#howitworks h2 {
  margin-bottom: 30px;
}
.four-col {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  gap: 33px;
  margin-top: 60px;
  position: relative;
}
.single-teacher h4 {
  font-family: NeueMachina-Regular;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 0px;
  margin-top: 10px;
  color: #111111;
  margin-bottom: 13px;
}
.job-title {
  font-weight: 500;
  margin-bottom: 15px;
}
.single-teacher p {
  margin: 0px;
  font-size: 14px;
}
.single-teacher .sm-green-btn {
  background-color: white;
  padding: 10px;
  margin-top: 22px;
  margin-bottom: 15px;
}
.single-teacher .sm-green-btn:hover {
  background-color: #4be833;
}
.text-center {
  text-align: center;
}
#teachers .green-btn {
  font-size: 18px;
  margin-top: 30px;
}
.testimonials {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 33px;
  margin-top: 35px;
  position: relative;
}
.reviews {
  overflow: hidden;
  background-color: #fffffa;
  color: black;
  padding: 30px;
}
.full {
  width: 100%;
}
.name {
  font-size: 20px;
  line-height: 26px;
  font-family: NeueMachina-Regular;
  font-weight: 400;
}
.usermeta {
  text-align: right;
  text-align: right;
  display: grid;
  align-items: end;
}
.single-review p {
  color: black;
  font-family: NeueMachina-Regular;
  font-weight: 300;
  font-size: 32px;
  line-height: 48px;
  margin-top: 0px;
}
.reviews .slick-slider,
.reviews .slick-list,
.reviews .slick-track {
  height: 100%;
}
.single-review {
  display: grid;
  justify-content: space-between;
  height: 100%;
}

.accordion {
  background-color: white;
  cursor: pointer;
  padding: 24px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 24px;
  line-height: 32px;
  transition: 0.4s;
  font-family: NeueMachina-Regular;
  font-weight: 400;
  border: 2px solid black;
  margin-top: 12px;
  border-bottom: 0px;
  display: flex;
  justify-content: space-between;
  color: black !important;
}

.accordion:after {
  content: "\002B";
  color: black;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
  color: #ff6746;
}

.panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border: 2px solid black;
  border-top: 0px;
  font-size: 18px;
  line-height: 27px;
  padding: 0px;
}
.panel p {
  margin: 24px;
  margin-top: 0px;
}

#faq h2 {
  margin-bottom: 20px;
}
.morequestions {
  background-color: #c9c9c9;
}
.innerbox {
  padding: 80px 32px 80px 32px;
  border: 2px solid black;
  background-image: url(../img/pattern.svg);
  background-size: cover;
}
.morequestions p {
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  margin-top: 13px;
}
.morequestions .green-btn {
  font-size: 18px;
  margin-top: 13px;
}
footer {
  background-color: #111111;
  padding: 60px 0px;
  padding-bottom: 30px;
}
.footernav ul {
  display: flex;
  gap: 20px;
}
.footernav ul li a {
  color: white;
  font-weight: 300;
  line-height: 22px;
  text-transform: uppercase;
}
.footernav ul li a:hover {
  color: #4be833;
}
.footer-logo {
  text-align: center;
}
.top-footer {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 32px;
}
.rightnav ul {
  justify-content: right;
}
.social a:hover path {
  fill: white !important;
}
.bottom-footer {
  padding-top: 32px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
.social {
  display: flex;
  gap: 26px;
  align-items: center;
}
.cp {
  color: #c9c9c9;
  font-size: 14px;
  text-align: right;
  font-weight: 300;
}
.mob-btn {
  display: none;
  background-color: #4be833;
  height: 48px;
  width: 48px;
  padding: 11px;
  border-radius: 55px;
  box-shadow: 4px 4px 0px 0px;
  border: 2px solid black;
}
.grid {
  display: grid !important;
}
.onlymob {
  display: none;
}
.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container.swiper--bottom:after {
  animation-direction: reverse;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}

.swiper-slide {
  text-align: center;
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden;
  padding: 0 32px;
  font-family: NeueMachina-Regular;
}

@-webkit-keyframes line-slide {
  0% {
    background-position: -5% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

@keyframes line-slide {
  0% {
    background-position: -5% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

#reviews .swiper-slide {
  text-align: left !important;
  padding: 0px !important;
  font-size: unset !important;
  display: block !important;
  font-family: unset !important;
}
.tags h3 {
  font-size: 32px;
  margin-top: 0px;
  margin-bottom: 12px;
}
.tags-single-box {
  background-color: #f4f4f4;
  padding: 33px 22px;
  border-radius: 4px;
  color: black;
}
.tags a {
  font-size: 24px;
  font-size: 24px;
  border: 1px solid #ff6746;
  background-color: #fffffa;
  padding: 4px 20px;
  border-radius: 39px;
  display: inline-block;
}
.manymore {
  color: #ff6746;
  background-color: black !important;
}
.univerty a {
  border-color: black !important;
}
.univerty .manymore {
  color: white;
  border-color: black;
}
.tags {
  gap: 22px;
  margin-top: 28px;
  margin-bottom: 15px;
}
.mobile-menu {
  background-color: #f4f4f4;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  min-height: 100vh;
  padding: 39px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  display: none;
  z-index: 99999;
}
.mobile-menu img {
  cursor: pointer;
}
.mflex {
  display: flex !important;
  padding-top: 94px;
}
.mob-menu,
.menu-bottom {
  width: 300px;
  margin: 0px auto;
  text-align: center;
  max-width: 100%;
}
.mob-menu a {
  display: block;
  margin-top: 28px;
  text-transform: uppercase;
}
.lang-select {
  display: flex;
  gap: 22px;
  justify-content: center;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 12px;
}
.activem {
  color: #ff6746 !important;
}
.lang-select span {
  color: #ff6746;
}
.menu-bottom .phone {
  justify-content: center;
}
.mtn {
  margin-top: -6px;
}
.single-contact {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 21px;
}
.contact-info {
  margin-top: 36px;
}
.single-contact a {
  border-bottom: 1px solid black;
}
.single-contact a:hover {
  border-bottom: 1px solid #ff6746;
}
.privacy-policy {
  text-align: center;
  width: 822px;
}
.date {
  font-size: 18px;
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 30px;
}
.privacy-policy h2 {
  font-size: 32px;
}
.privacy-policy a {
  color: #ff6746;
}

.privacy-policy p {
  line-height: 27px;
}
.abouttop h1 {
  font-size: 31px;
  text-align: left;
  margin-bottom: 54px;
}
.fw-500 {
  font-weight: 500 !important;
}
#missing {
  background-color: #c9c9c9;
}
.text-left {
  text-align: left !important;
}
.aboutpage p {
  line-height: 27px;
  font-size: 18px;
}
#missing {
  padding-bottom: 0px;
}
#missing .two-col {
  gap: 125px;
}
.greenbg {
  background-color: #4be833;
}
.bgblack {
  background-color: black !important;
  color: white;
}
.mtnt {
  margin-top: -5px;
}
.studypopup {
  position: fixed;
  z-index: 9999;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  min-height: 100vh;
  background-color: #000000a3;
  display: none;
  align-items: center;
}
.inner-pop h2 {
  text-align: center;
  font-size: 32px;
  line-height: 43px;
}
.inner-pop {
  background-color: #f4f4f4;
  padding: 22px 51px;
  width: 800px;
  margin: 20px auto;
  max-width: 100%;
  border-radius: 4px;
  position: relative;
}
.align-center {
  align-items: center;
}
.close {
  display: block;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 15px;
  cursor: pointer;
}
.inner-pop {
  padding-top: 0px !important;
}

.insta {
  width: 21px;
}

@media screen and (max-width: 1189px) {
  h1 {
    font-size: 29px !important;
  }
}
@media screen and (max-width: 1164px) {
  .logo {
    flex: 0 0 90px;
  }
  .right-nav {
    flex: 0 0 261px;
  }
}

@media screen and (max-width: 921px) {
  .mob-btn {
    display: block;
  }
  .right-nav {
    display: none;
  }
  header {
    padding-top: 40px;
  }
  nav ul {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 108px;
    border-radius: 12px;
  }

  .two-col {
    grid-template-columns: repeat(1, 1fr);
  }
  h1 {
    font-size: 45px;
  }
  #topsec p {
    font-size: 16px;
    line-height: 24px;
  }
  .green-btn {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
  }
  #topsec {
    padding-top: 60px;
    padding-bottom: 75px;
  }
  .red-label {
    font-size: 12px;
  }
  #topsec .two-col {
    gap: 84px;
  }
  h2 {
    font-size: 32px;
  }
  .tags a {
    font-size: 14px;
  }
  .sub {
    font-size: 15px;
    line-height: 24px;
  }
  .subject-heading h3,
  .tags h3 {
    font-size: 24px;
  }
  .sm-green-btn {
    font-size: 14px;
  }
  .how-two-col {
    grid-template-columns: repeat(1, 1fr);
  }
  .single-box {
    border: 0px;
    border-top: 2px solid #000000;
    gap: 23px;
  }
  .four-col {
    grid-template-columns: repeat(2, 1fr);
  }
  .testimonials {
    grid-template-columns: repeat(1, 1fr);
  }
  .sub {
    font-size: 16px;
  }
  .single-box h4 {
    font-size: 20px;
  }
  .single-box p {
    line-height: 21px;
    font-size: 14px;
  }
  .swiper-slide {
    font-size: 24px;
  }
  .single-subject h4 {
    font-size: 20px;
  }
  .single-subject p {
    font-size: 14px;
    line-height: 21px;
  }
  .single-review p {
    font-size: 24px;
    line-height: 36px;
  }
  .name {
    font-size: 18px;
  }
  .job {
    font-size: 14px;
  }
  .testimonials {
    margin-top: 30px;
  }
  .accordion {
    border: 0px;
    border-top: 2px solid black;
    font-size: 20px;
    line-height: 32px;
  }
  .panel {
    border: 0px;
    font-size: 14px;
  }
  .morequestions p {
    font-size: 16px;
    line-height: 24px;
  }
  .morequestions .green-btn {
    font-size: 18px;
    margin-top: 31px;
  }
  .morequestions .green-btn,
  #teachers .green-btn {
    font-size: 16px;
  }
  .innerbox {
    border: 0px;
    border-top: 2px solid black;
  }
  .morequestions {
    background-color: transparent;
  }
  .sticky nav ul {
    top: 66px;
  }
  .reversem {
    display: flex;
    flex-direction: column-reverse;
    gap: 26px !important;
  }
  .contactsec {
    padding-bottom: 0px !important;
  }
  .privacy-policy {
    text-align: left;
  }
  .privacy-policy h2,
  .privacy-policy p {
    text-align: left;
  }
  #missing .two-col {
    gap: 26px;
  }
  #missing {
    padding-bottom: 60px;
  }
  .margin-mobile {
    margin-top: 22px;
  }
  .inner-pop h2 {
    text-align: left;
  }
  .inner-pop {
    padding: 40px 19px;
  }
}
.mobflag {
  display: none;
  gap: 12px;
}
.mobflag img {
  width: 34px;
}
.mobgroup {
  display: flex;
  align-items: center;
  gap: 23px;
}
@media screen and (max-width: 872px) {
  .leftnav {
    display: none;
  }
  .onlymob {
    display: block;
  }
  .top-footer {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-logo {
    text-align: left;
  }
  .rightnav ul {
    display: grid;
    text-align: right;
    justify-content: right;
  }
  .top-footer {
    align-items: unset;
  }
  .mobflag {
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .three-col {
    grid-template-columns: repeat(1, 1fr);
  }
  .single-subject {
    width: 100%;
    margin: 0px auto;
    max-width: 100%;
  }
  .four-col {
    grid-template-columns: repeat(1, 1fr);
  }
  p br {
    display: none;
  }
  .single-teacher {
    text-align: center;
  }
  .innerbox {
    padding: 80px 25px 80px 25px;
  }
  .close {
    margin-top: 64px;
  }
}
@media screen and (max-width: 377px) {
  .single-subject {
    width: 100%;
  }
}
.footerbottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 17px;
}
