/* @import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&amp;display=swap"); */
@import url(component.min.css);
@import url(layout.min.css);

:root {
  --primary: #419197;
  --secondry: #1c3e40;
  --blue: #113946;
  --gradient: #21969f;
  --white: #ffffff;
  --black: #111111;
  --text-color: #828282;
}

::selection {
  background: var(--primary);
  color: var(--white);
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: rgb(0 0 0 / 0%);
}

::-webkit-scrollbar-thumb {
  background: rgb(0 0 0 / 0.5);
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(0 0 0 / 0.8);
}

html,
body {
  height: 100%;
}

html {
  font-size: 16px;
}

body {
  background: var(--white);
  color: #030303;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 1rem;
  line-height: 1.5;
  overflow-x: hidden;
}

a,
button {
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  text-decoration: none;
}

p {
  font-size: 1rem;
}

img {
  max-width: 100%;
}

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

h1 {}

h2 {
  font-size: 3.375rem;
  font-weight: 600;
}

h2 small {
  display: block;
  font-weight: 500;
}

h3 {}

h4 {}

section {
  padding: 5rem 0;
}

.btnWrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.top_header {
  background: radial-gradient(circle,#36348d,#2e2c7f,#262471,#1e1c64,#161457);
  padding: 20px 0;
}

ul.top_links {
  display: flex;
  padding: 0;
  gap: 30px;
}

ul.top_links a {
  color: #fff;

  &:hover {
    color: #21969f
  }
}

/* Begin: Banner CSS */
.main-slider {
  background: url(../images/banner/main_banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 11rem 0 8rem;
  height: 100%;
  /* min-height: 55rem; */
  display: flex;
  align-items: center;
  position: relative;
  z-index: 111;
}
.main-slider:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, #007bff 0%, #007bffc9 0%, #0000008c 63%);
    transform: translateZ(0);
    opacity: 0.6;
    z-index: -1;
    }


.main-slider .content {
  position: relative;
}

.main-slider .content h2 {
  color: var(--white);
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
}

.main-slider .content h4 {
  font-size: 1.1rem;
  color: var(--white);
  margin: 1.5rem 0;
  line-height: 2rem;
  padding-right: 5rem;
}

.botomBordr {
  background: url(../images/components/line.webp) center bottom/100% no-repeat;
}

.main-slider figure {
  margin: 5rem -10rem 0;
}

.main-slider .content .arrow {
  display: block;
  position: absolute;
  right: 15%;
  bottom: -8rem;
  transform: rotate(10deg);
}

.leadForm {
  background: url(../images/banner/form-shape.png) center/100% 100% no-repeat;
  padding: 1rem 4rem 5rem 6rem;
  margin: 0 -4rem;
}

.leadForm h2 {
  font-size: 2.3rem;
  color: var(--white);
  text-align: center;
  padding: 1rem;
  margin: 0;
}

.leadForm label,
.confidentialSec .confidential .circle {
  background: radial-gradient(circle,#36348d,#2e2c7f,#262471,#1e1c64,#161457);
  color: var(--white);
  width: 3rem;
  height: 3rem;
  border-radius: 100px !important;
  position: absolute;
  top: -1.5rem;
  left: -1rem;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.leadForm .input-group,
.leadForm .phone-container {
  position: relative;
  margin-bottom: 1.5rem;
}

.leadForm .input-group .form-control,
.leadForm .phone-container .form-control {
  height: 3.75rem;
  border: 0;
  border-radius: 100px !important;
  padding: 10px 10px 10px 3rem;
}

.leadForm .phone-container {
  display: flex;
  align-items: center;
}

.leadForm .phone-container .form-control {
  border-radius: 100px !important;
  padding-left: 50px;
}

/* .iti {
    background: var(--white);
    height: 3.75rem;
    border: 0;
    border-radius: 100px 0 0 100px;
    position: unset;
    display: flex;
    align-items: center;
}
.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 100px 0 0 100px;
}
.phone1 {
    visibility: hidden!important
}
.iti__flag-container {
    position: unset;
    height: 100%;
}
.iti__selected-dial-code {
    width: 30px;
    font-size: 12px;
    font-weight: bold
}
.iti__country-name {
    font-size: 12px
}
.iti__dial-code {
    font-size: 12px
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent
} */
.leadForm form button.ban_btn {
  background: radial-gradient(circle,#36348d,#2e2c7f,#262471,#1e1c64,#161457);
  border: 0;
  color: var(--white);
  padding: 10px 1.5rem;
  margin: 0 auto;
  display: table;
  font-size: 1.5rem;
  border-radius: 50px;
}

.leadForm form button.ban_btn:hover,
.leadForm form button.ban_btn:focus {
  background: var(--gradient);
  border-bottom-color: var(--secondry);
  border-radius: 100px;
}

/* END: Banner CSS */

/* Begin: Services Card CSS */
.serviceCardSec {
  background: url(../images/bg/bg3.webp) top center/auto no-repeat;
  padding: 8rem 0 3rem;
}

.serviceCard {
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
  padding: 2rem 2rem 1rem;
  margin-bottom: 1.25rem;
  transition: ease all 0.5s;
}

.serviceCard:hover,
.serviceCard:focus {
  transform: scale(1.08);
}

.serviceCard h4 {
  margin-bottom: 1.25rem;
  font-size: 1.75rem;
  font-weight: 600;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.serviceCard p {
  color: var(--text-color);
  margin: 0;
}

.serviceCard hr {
  margin: 1.5rem 0 1rem;
  border-top-color: rgb(0 0 0 / 40%);
}

.serviceCard.highlighted,
.desireGrades {
  background: radial-gradient(circle,#36348d,#2e2c7f,#262471,#1e1c64,#161457);
  text-align: center;
  padding: 3.5rem 2rem;
  height: calc(100% - 1.25rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.serviceCard.highlighted.main {
  transform: scale(1);
  border-radius: 0;
  height: auto;
  margin: 0;
  box-shadow: none;
}

.serviceCard.highlighted h2 {
  font-size: 3.125rem;
  color: var(--white);
}

.serviceCard.highlighted h2 small {
  display: block;
  font-size: 1.875rem;
  font-weight: 500;
}

.serviceCard.highlighted h3 {
  color: var(--white);
}

/* END: Services Card CSS */

/* Begin: Tab Style */
.navStyle {
  justify-content: center;
  gap: 1rem;
  margin-bottom: -1.8rem;
}

.navStyle .nav-item {
  flex: 0 0 25%;
}

.navStyle .nav-link {
  border: 0;
  border-radius: 5px;
  padding: 1rem 3rem;
  background: #dbd9df;
  position: relative;
  color: var(--black);
  font-size: 1.25rem;
  font-weight: 500;
  width: 100%;
}

.navStyle .nav-link.active {
  background: radial-gradient(circle,#36348d,#2e2c7f,#262471,#1e1c64,#161457);
  color: var(--white);
}

.navStyle .nav-link:before {
  content: "";
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #dbd9df;
  position: absolute;
  bottom: -12px;
  left: calc(50% - 12px);
}

.navStyle .nav-link.active:before {
  border-top: 12px solid var(--secondry);
}

.tabStyle {
  border: 1px solid #dadada;
  border-radius: 6px;
  padding: 6rem 3rem 4rem;
}

.tabStyle .imgWrap {
  position: relative;
  text-align: end;
}

.tabStyle .imgWrap img {
  border-radius: 10px;
}

.tabStyle .imgWrap .women {
  position: absolute;
  bottom: -3rem;
  left: 5rem;
  box-shadow: 0px 0px 7px #ffffff52;
}

.successBatch {
  background: #fcc23b;
  border: 4px solid var(--white);
  box-shadow: 0 0 10px #0004;
  border-radius: 10px;
  padding: 1.5rem 1rem;
  display: flex;
  align-items: center;
  text-align: start;
  gap: 1rem;
  position: absolute;
  bottom: 0;
  left: 40%;
}

.successBatch strong {
  font-size: 1.75rem;
  color: var(--white);
  line-height: 1;
}

.successBatch strong small {
  display: block;
  font-size: 14px;
  font-weight: 500;
}

/* END: Tab Style */

/* Begin: Subject Sec CSS */
.subjectSec,
.resumeSample {
  background: url(../images/bg/bg2.webp) center bottom/100% 100% no-repeat;
  padding: 6rem 0 10rem;
}

.subjectSec :is(h2, p, h4) {
  color: var(--white);
}

.subjectSec h2 small {
  font-size: 1.5rem;
}

.subjectCarousel .subject {
  padding: 0 10px;
  transition: ease all 0.5s;
}

.subjectCarousel .subject figure {
  position: relative;
}

.subjectCarousel .subject figure>img {
  border-radius: 5px;
  box-shadow: 0 0 30px #0005;
  width: 100%;
}

.subjectCarousel .subject .overlay {
  height: 80%;
  background: linear-gradient(0deg, rgb(28 28 58 / 80%) 30%, transparent);
  top: auto;
  justify-content: flex-end;
  padding: 2rem;
}

.subjectCarousel .subject h4 {
  background: none;
}

.subjectCarousel .slick-active .subject {
  transform: scale(0.6);
}

.subjectCarousel .slick-active .subject p {
  text-align: center;
  opacity: 0;
}

.subjectCarousel .slick-current .subject p {
  opacity: 1;
}

.subjectCarousel .slick-current .subject {
  transform: scale(1.15);
}

.subjectCarousel .slick-current .subject h4 {
  background: url(../images/components/line.webp) center bottom/100% no-repeat;
}

.subjectCarousel .slick-next,
.subjectCarousel .slick-prev {
  top: 94%;
}

.sampleCarousel .slick-next,
.sampleCarousel .slick-prev {
  top: auto;
  bottom: 0;
}

.subjectCarousel .slick-prev:before,
.subjectCarousel .slick-next:before,
.sampleCarousel .slick-next:before,
.sampleCarousel .slick-prev:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  color: var(--secondry);
  font-size: 3rem;
}

.subjectCarousel .slick-next,
.sampleCarousel .slick-next {
  right: 48%;
}

.sampleCarousel .slick-next {
  right: 46%;
}

.subjectCarousel .slick-next:before,
.sampleCarousel .slick-next:before {
  content: "\f105";
}

.subjectCarousel .slick-prev {
  left: 48%;
}

.sampleCarousel .slick-prev {
  left: 46%;
}

.subjectCarousel .slick-prev:before,
.sampleCarousel .slick-prev:before {
  content: "\f104";
}

.resumeSample {
  padding-bottom: 50px;
  position: relative;
  background-size: 100% auto;
}

.resumeSample .shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.resumeSample h3 {
  font-size: 2rem;
  font-weight: 800;
  color: var(--white);
}

.resumeSample h3+p {
  color: var(--white);
  width: 72%;
}

.sampleCarousel .sampleWrap {
  background: var(--white);
  padding: 2rem;
  margin: 0 10px;
  border-radius: 10px;
}

.sampleCarousel .sampleWrap h4 {
  font-weight: 700;
  margin: 0;
}

.sampleCarousel .sampleWrap p {
  color: var(--black);
  margin: 0.5rem 0 1.5rem 0;
}

.sampleCarousel .sampleWrap :is(.themeBtn, .themeBtn-blue) {
  padding: 10px 1rem;
  min-width: 8rem;
  text-align: center;
}

/* END: Subject Sec CSS */

/* Begin: Past Result CSS */
.pastResultSec {
  background: url(../images/bg/bg3.webp) bottom center/auto no-repeat;
  /* padding-bottom: 0; */
  overflow: hidden;
}

.reviewSec {
  background: url(../images/bg/bg3.webp) bottom center/auto no-repeat;
  padding-bottom: 2rem;
}

.reviewWrap {
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
  padding: 3rem 2rem;
  margin-top: 5rem;
  position: relative;
}

.reviewWrap:after {
  content: "";
  width: 2rem;
  height: 10rem;
  border-radius: 6px 0 0 6px;
  background: var(--primary);
  position: absolute;
  top: 11rem;
  right: 0;
}

.studentsReviewsCarousel .review .client,
.studentsReviews.review .client {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.studentsReviewsCarousel .review .client,
.sstudentsReviews .review .client h4 {
  font-size: 1.875rem;
  font-weight: 700;
}

.studentsReviewsCarousel .review .client,
.studentsReviews .review .client h4 span {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--text-color);
}

.studentsReviewsCarousel .review .comment,
.studentsReviews .review .comment {
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
  padding: 1.5rem;
  margin: 0 1rem;
}

.studentsReviewsCarousel .review .comment p,
.studentsReviews .review .comment p {
  margin: 0;
  line-height: 1.8;
}

.studentsReviewsCarousel .review .star,
.studentsReviews .review .star {
  background: radial-gradient(circle,#36348d,#2e2c7f,#262471,#1e1c64,#161457);
  padding: 5px 1rem;
  display: inline-flex;
  border-radius: 3px;
  margin: 0 0 0 2.5rem;
  gap: 5px;
  position: relative;
  top: -1rem;
}

.studentsReviewsCarousel .review .star li,
.studentsReviews .review .star li {
  font-size: 12px;
  color: var(--white);
}

.studentsReviewsCarousel .slick-dots li {
  width: 14px;
  height: 14px;
}

.studentsReviewsCarousel .slick-dots li button {
  width: 14px;
  height: 14px;
  background: var(--white);
  border: 1px solid var(--text-color);
  border-radius: 100px;
  padding: 0;
}

.studentsReviewsCarousel .slick-dots .slick-active button {
  border-color: var(--secondry);
}

.studentsReviewsCarousel .slick-dots li button:before {
  opacity: 1;
  background: #fff;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  top: 3px;
  left: 3px;
  font-size: 0;
}

.studentsReviewsCarousel .slick-dots .slick-active button:before {
  background: var(--gradient);
}

.reviewSec .arrow {
  position: absolute;
  right: 0;
  top: 10rem;
  transform: scaleX(-1);
  z-index: -1;
}

.reviewSec figure {
  margin: 5rem 0 0 -7rem;
}

.reviewSec .incredibleServiceWrap {
  background: radial-gradient(circle,#36348d,#2e2c7f,#262471,#1e1c64,#161457);
  text-align: center;
  padding: 1rem 1.5rem;
  margin: -10rem 0 0 auto;
  border-radius: 10px;
  position: relative;
  left: 15rem;
  max-width: 30rem;
}

.reviewSec .incredibleServiceWrap h4 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #fff1;
}

.reviewSec .incredibleServiceWrap ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.reviewSec .incredibleServiceWrap ul li {
  width: 30%;
}

.reviewSec .incredibleServiceWrap ul img {
  margin: 0 auto 6px;
}

.reviewSec .incredibleServiceWrap ul span {
  color: var(--white);
  font-size: 14px;
  line-height: 1.2;
  display: block;
}

.resultWrap {
  background: var(--white);
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
  padding: 2rem 2rem 1rem;
  margin-top: 5rem;
  position: relative;
}

.resultWrap .checkCircle {
  width: 5.625rem;
  height: 5.625rem;
  background: var(--blue);
  box-shadow: -5px 5px 15px rgb(21 35 62 / 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  position: absolute;
  top: -3.5rem;
  left: -3.5rem;
}

.studentsResultCarousel h5 {
  font-size: 1.5rem;
  font-weight: 600;
}

.studentsResultCarousel .topic {
  background: var(--blue);
  color: var(--white);
  padding: 6px 10px;
  margin-bottom: 0.5rem;
  border-radius: 4px;
  font-size: 14px;
}

.studentsResultCarousel .progressBar .top {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
}

.studentsResultCarousel .progressBar .grey {
  background: #cfcfcf;
  height: 12px;
  border-radius: 50px;
  margin-bottom: 1rem;
}

.studentsResultCarousel .progressBar .grey .bgGrad {
  background: var(--gradient);
  width: 96%;
  height: 100%;
  border-radius: 50px;
}

.lvyLeague .uniList .circle .teacher {
  position: absolute;
  top: -55%;
  left: -50%;
  background: var(--white);
  border: 1px solid #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 0 6px #0002;
  padding: 10px;
  display: flex;
  align-items: start;
  gap: 1rem;
  min-width: 15rem;
  opacity: 0;
  transition: ease all 0.5s;
}

.lvyLeague .uniList .circle .teacher:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: calc(50% - 5px);
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  filter: drop-shadow(0px 3px 1px #0001);
}

.lvyLeague .uniList .circle:hover .teacher {
  top: -75%;
  opacity: 1;
}

.lvyLeague .uniList .circle .teacher img {
  width: 50px;
}

.lvyLeague .uniList .circle .teacher h4 {
  margin: 0 0 5px;
  font-size: 1.25rem;
  font-weight: 700;
}

.lvyLeague .uniList .circle .teacher .stars {
  display: flex;
  align-items: center;
  gap: 4px;
}

.lvyLeague .uniList .circle .teacher .stars li {
  flex: 0 0 auto;
  font-size: 14px;
  color: var(--secondry);
}

.lvyLeague .uniList .circle .teacher .stars span {
  color: var(--black);
  font-weight: 600;
  font-size: 1rem;
}

/* END: Past Result CSS */

.satisfiedList {
  display: flex;
  justify-content: space-around;
  margin: 3rem 0 5rem;
  gap: 2rem;
}

/* Begin: Desire CSS */
.desireGrades {
  border-radius: 10px;
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
  padding: 4rem;
  overflow: hidden;
}

.desireGrades h2 {
  color: var(--white);
  font-weight: 600;
}

.desireGrades .gradesList {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}

.desireGrades .gradesList li {
  flex: 0 0 25%;
}

.desireGrades .gradesList .cell {
  box-shadow: 0 0 0 1px #fff;
  border-radius: 10px;
  border: 1px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 2rem;
  transition: ease all 0.5s;
}

.desireGrades .gradesList .cell:hover {
  background: #1f2f4b;
  border-bottom: 2px solid var(--primary);
}

.desireGrades .gradesList .cell h3 {
  color: var(--white);
  font-size: 3.875rem;
  font-weight: 800;
  margin: 0;
}

.desireGrades .gradesList .cell p {
  color: var(--white);
  font-size: 1.05rem;
  margin: 0;
  padding-top: 2rem;
}

/* END: Desire CSS */

/* Begin: Confidentiality CSS */
.confidentialSec {
  padding-top: 6rem;
}

.confidentialSec figure {
  position: relative;
  margin: 0;
}

.confidentialSec .confidential,
.ocheTag {
  background: var(--white);
  padding: 5px 2rem 5px 5px;
  box-shadow: 0 0 20px #0005;
  border-radius: 50px;
  position: absolute;
  bottom: 10%;
  left: -10%;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.confidentialSec .confidential .circle {
  position: unset;
}

.confidentialSec .confidential span {
  font-size: 1.375rem;
}

.ocheTag {
  position: relative;
  display: inline-flex;
  left: 0;
  padding: 10px 2rem;
}

.confidentialSec h2 {
  font-size: 2.75rem;
  font-weight: bold;
  margin: 1rem 0 0.5rem;
}

.confidentialSec h4 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 1.5rem 0;
  line-height: 1.4;
}

.confidentialSec p {
  font-size: 1.125rem;
  color: var(--text-color);
}

.confidentialSec .btnWrap {
  margin-top: 2rem;
  gap: 1rem;
}

.confidentialSec .btnWrap a {
  min-width: 12rem;
  text-align: center;
}

/* END: Confidentiality CSS */

/* Begin: FAQ CSS */
.chat {
  background: var(--white);
  border-radius: 10px;
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
  padding: 2rem 2rem 1rem;
  position: absolute;
  left: 1rem;
  top: 25%;
  width: 38%;
}

.faqSec .chat h4 {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
  width: 100%;
  text-align: left;
}

.chat .themeBtn {
  font-size: 14px;
  padding: 0.7rem 2rem;
}

.grayLine {
  background: #dbe6ed;
  height: 8px;
  margin: 0.7rem 0;
}

.faqImg {
  margin-left: 6rem;
}

.faqSec .net {
  position: absolute;
  right: 3rem;
  top: -3rem;
}

.faqSec {
  padding: 5rem 0;
}

.faqSec h4 {
  font-size: 1.875rem;
  font-weight: 600;
  margin: 1rem 0;
  width: 80%;
}

.faqSec .accordion-button:not(.collapsed) {
  color: #ffffff;
  background: radial-gradient(circle,#36348d,#2e2c7f,#262471,#1e1c64,#161457);
  font-size: 1.25rem;
}

.faqSec .accordion-item {
  border: none;
}

.faqSec .accordion-button {
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
  background: var(--white);
  margin: 1rem 0;
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
}

.faqSec .accordion-button::after {
  background: none;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  color: var(--primary);
}

.faqSec .accordion-button:not(.collapsed)::after {
  content: "\f068";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  background: none;
}

/* END: FAQ CSS */

/* Begin: Process Sec */
.processSec {
  background: url(../images/components/bg-arrow.webp) center center/95% no-repeat;
  padding-top: 15px;
  padding-bottom: 45px;
}

.processBox {
  padding: 3rem 3.5rem 2rem;
  background: var(--white);
  border-radius: 30px;
  text-align: center;
  transition: ease all 0.5s;
  position: relative;
  border: 1px solid #efefef;
}

.processBox:hover,
.processBox.active {
  transform: scale(1.06);
  background: radial-gradient(circle,#36348d,#2e2c7f,#262471,#1e1c64,#161457);
  box-shadow: 0 0 57px rgb(217 15 15 / 10%);
  color: #fff;
}

.processBox h5 {
  font-size: 5.625rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  color: #3f3eed;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--primary);
  transition: ease all 0.5s;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
}

.processBox:hover h5,
.processBox.active h5 {
  -webkit-text-stroke-color: var(--white);
  opacity: 0.5;
}

.processBox:hover img,
.processBox.active img {
  filter: brightness(10);
}

.processBox h4 {
  color: var(--text-dark);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.processBox p {
  margin: 0;
  font-size: 1rem;
}

.processBox a {
  font-size: 1.125rem;
  color: #113946;
  display: inline-block;
  padding-top: 2rem;
  opacity: 1;
}

.processBox:hover a,
.processBox.active a {
  color: var(--white);
  opacity: 1;
}

/* END: Process Sec */

/* Begin: Trusted Partner CSS */
.desireGradesHead {
  display: flex;
  gap: 3rem;
  align-items: center;
  text-align: left;
  justify-content: space-between;
}

.desireGradesHead li:nth-child(2) {
  width: 40%;
}

.desireGradesHead li p {
  color: var(--white);
}

.desirePartnerCarousel .cell {
  margin-top: 3rem;
  width: 240px;
  background: #fff;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

/* END: Trusted Partner CSS */

/* Begin: LVY League CSS */
.lvyLeague {
  padding: 5rem 0 0;
}

.lvyLeague .uniList {
  display: flex;
  flex-flow: row wrap;
}

.lvyLeague .uniList li {
  flex: 0 0 20%;
}

.lvyLeague .uniList .circle {
  width: 8rem;
  height: 8rem;
  background: var(--white);
  border: 1px solid #dfdfdf;
  box-shadow: 5px 5px 20px #0003;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto 3rem;
  transition: all 0.4s ease;
}

@keyframes canmove {

  0%,
  100% {
    transform: translateY(-2rem);
  }

  50% {
    transform: translateY(0);
  }
}

.lvyLeague .uniList .circle img {
  width: 5rem;
}

.lvyLeague .uniList li:first-child .circle {
  margin-top: -2rem;
}

.lvyLeague .uniList li:nth-child(2) .circle {
  margin-top: 2rem;
}

.lvyLeague .uniList li:nth-child(3) .circle {
  margin-top: 5rem;
  margin-left: 4rem;
}

.lvyLeague .uniList li:nth-child(4) .circle {
  margin-top: -3rem;
  margin-left: 15rem;
}

.lvyLeague .uniList li:nth-child(5) .circle {
  margin-top: -5rem;
  margin-left: -1rem;
}

.lvyLeague .uniList li:nth-child(6) .circle {
  margin-top: 2rem;
  margin-left: -5rem;
}

.lvyLeague .uniList li:nth-child(7) .circle {
  margin-top: 0rem;
  margin-left: -4rem;
}

.lvyLeague .uniList li:nth-child(8) .circle {
  margin-top: -4rem;
  margin-left: 2rem;
}

.lvyLeague .uniList li:last-child .circle {
  margin-top: -6rem;
  margin-left: 3rem;
}

/*.lvyLeague .uniList li .circle:hover{transform: scale(1.2);}*/
/* END: LVY League CSS */

.subjectSec .themeBtn,
.serviceCardSec .themeBtn {
  margin-top: 4rem;
  font-size: 1.3rem;
  padding: 1rem 3.4rem;
}

.desireGrades p {
  color: #fff;
}

/* Inner Pages CSS start */
.pastInner {
  padding-top: 0;
  padding-bottom: 50px;
}

.pastInner .row+.row {
  margin: 2rem 0;
}

.subInner {
  margin-bottom: 3rem;
}

.serviceInner {
  padding: 5rem 0;
}

.subjectinner {
  padding: 5rem 0;
  background-image: url(../images/bg/getBg.webp);
}

.subjectinner .headingstyle-1 .shadeName {
  color: #dddddd;
}

.headingstyle-1 h2,
.headingstyle-1 p {
  color: #fff;
}

.subjectList {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 1.5rem;
}

.subjectList li {
  flex: 0 0 calc(25% - 1.5rem);
  background: var(--white);
  padding: 10px 1rem;
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: ease all 0.5s;
}

.subjectList li span {
  color: #000;
}

.subjectList li:hover {
  transform: scale(1.15);
}

.subjectLast h2,
.subjectLast p {
  color: #000;
}

.subjectLast {
  margin-bottom: 3rem;
  background: #fff;
}

.contactInfo ul li a {
  font-size: 1.2rem;
  color: #000;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.contactInfo ul li a i {
  display: flex;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid #000;
  justify-content: center;
}

.contactInfo ul li {
  margin: 14px 0;
}

.contactInfo ul li a span {
  font-size: 1.2rem;
  font-weight: 600;
  display: contents;
}

.contntStyle input {
  width: 100%;
  height: 3.2rem;
  margin: 0.5rem 0;
  color: #000;
  padding-left: 1rem;
}

.contntStyle .iti {
  width: 100%;
  margin: 0.5rem 0;
}

.contntStyle textarea {
  width: 100%;
  height: 150px;
  margin: 0.5rem 0;
  color: #000;
  padding: 1rem;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  width: 250px;
  top: 1.9rem;
  border: 2px solid #113946;
  border-radius: 0;
  background: #113946e0;
  padding: 1rem;
}

.dropLinks li a {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 2;
  padding: 5px 0;
  text-transform: capitalize;
}

.dropLinks li a i {
  padding-right: 0.6rem;
  color: #bca37f;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: none;
  color: var(--secondry);
}

.serIner {
  margin-top: 1rem;
  height: auto;
}

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

.cellHead span {
  color: var(--white);
  font-size: 3.875rem;
  font-weight: 800;
}

.chat p {
  text-align: left;
  margin-top: 0.5rem;
}

.satisfiedList h5 {
  font-size: 1rem;
  margin-top: 1rem;
  font-weight: 700;
}

header.privacyheader {
  background: #1c1c3a;
  padding: 1rem 0;
  position: relative;
}

.spacing__x h3 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

.spacing__x h4 {
  font-size: 2rem;
  font-weight: 400;
}

.spacing__x p {
  font-size: 1.1rem;
  color: var(--text-color);
}

.thankyouBanner {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: left;
  background-size: cover;
}

.thank-hdr {
  background-color: #ffffff;
  padding: 50px 50px;
}

.thank-hdr h1 {
  font-size: 54px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 57px;
  text-align: center;
  color: #142e78;
  margin-bottom: 13px;
}

.thank-hdr p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  letter-spacing: normal;
  text-align: center;
  color: #222222;
  padding: 0;
  margin-bottom: 10px;
}

.thank-hdr a {
  color: #222222;
  text-decoration: underline;
  font-style: italic;
  font-size: 16px;
}

.serviceBox {
  height: 23rem;
}

.reviewInner .reviewWrap {
  height: 42rem;
}

.leadForm .phone-container .iti {
  width: 100%;
}

.modaL_order2 .modal-dialog {
  max-width: 800px;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modaL_order2 .modal-dialog .modal-content:before {
  content: "";
  width: 8px;
  height: 65px;
  background: #050830;
  background-image: -moz-linear-gradient(top, #555, #444, #444, #555);
  background-image: -ms-linear-gradient(top, #555, #444, #444, #555);
  background-image: -o-linear-gradient(top, #555, #444, #444, #555);
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  display: block;
  position: absolute;
  top: 50%;
  border: 1px solid #111;
  left: -10px;
}

.modaL_order2 .modal-dialog .modal-content:after {
  content: "";
  width: 8px;
  height: 65px;
  background: #050830;
  background-image: -moz-linear-gradient(top, #555, #444, #444, #555);
  background-image: -ms-linear-gradient(top, #555, #444, #444, #555);
  background-image: -o-linear-gradient(top, #555, #444, #444, #555);
  border: 1px solid #111;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
}

.modaL_order2 form textarea {
  width: 100%;
  border-radius: 7px;
  padding: 17px;

  font-size: 16px;
  margin: 5px 0 0;
  resize: none;
  height: 133px;
}

.modaL_order2 .modal-header {
  padding: 0;
  position: relative;
  border: none;
  z-index: 100000;
}

.modaL_order2 .btn-close {
  position: absolute;
  right: 0;
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: 2px 1px 27px #050830;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #21969f;
  color: #ffff;
  top: -13px;
  opacity: 1;
}

.modaL_order2 .modal-dialog .modal-content {
  padding: 0;
  border: none;
}

.modaL_order2 .modal-body h5 {
  color: #fff;
  font-size: 24px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 9px;
}

.modaL_order2 .modal-body h5 span {
  padding: 10px;
  border-radius: 8px;
  display: block;
  background: radial-gradient(circle,#36348d,#2e2c7f,#262471,#1e1c64,#161457);
  margin-top: 0.5rem;
}

.modaL_order2 .modal-body .poppup-css {
  background: hsl(0deg 0% 0% / 80%);
  padding: 15px !important;
  text-align: center;
  border-radius: 10px;
}

.modaL_order2 .modal-body h2 {
  font-weight: 400;
  font-size: 19px;
  color: #29292e;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.modaL_order2 .modal-body h4 {
  font-size: 26px;
  font-weight: 600;
  text-transform: capitalize;
  color: #f65d4e;
  text-align: center;
  margin: 11px 0;
}

.modaL_order2 .modal-body h4 span {
  font-size: 17px;
  background: #f65d4e;
  border-radius: 2px;
  padding: 4px;
  color: #fff;
  box-shadow: 2px 1px 27px #c28e3b;
}

.modaL_order2 .iti {
  width: 100%;
}

.modaL_order2 form input {
  width: 100%;
  margin: 5px 0;
  padding: 10px 18px;
  border: none;
  border-radius: 7px;
  outline: none;

  font-size: 16px;
}

.modaL_order2 form select {
  width: 100%;
  margin: 10px 0;
  padding: 12px 25px;
  border: none;
  border-radius: 7;
  font-size: 13px;
  outline: none;
  padding: 0px 25px;
}

.modaL_order2 form input::placeholder,
.modaL_order2 form textarea::placeholder {
  color: #000;
}

.modaL_order2 form button.popup_btn {
  border: none;
  outline: none;
  width: 100%;
  border-radius: 6px;
  display: block;
  margin: 5px auto 0;
  padding: 9px 0;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 2px 1px 27px #113946;
  background: #fcc23b;
  color: #fff;
}


#staticBackdrop1 .modal-body:before {
  content: "";
  background: radial-gradient(circle,#36348d,#2e2c7f,#262471,#1e1c64,#161457);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  left: 0;
  bottom: 0;
}

#staticBackdrop1 .modal-body .row {
  position: relative;
}

#staticBackdrop1 .modal-body:after {
  width: 50%;
  content: "";
  height: 85%;
  background: url(../images/popup.webp);
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  border-radius: 30px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

@media (max-width: 991px) {
  #staticBackdrop1 .modal-body:after {
    display: none;
  }

  #staticBackdrop1 .modal-body {
    background: #000 url(../images/popup.webp);
    background-size: cover;
    background-position: -100px 0;
  }

  #staticBackdrop1 .modal-body:before {
    background: linear-gradient(to left, #050830, transparent);
  }
}

h2.mb_fm_hd {
  display: none;
}

.ml-7 {
  margin-left: 0.7rem;
}

.terms {
  color: #ff9a01;
  padding-top: 10px;
  display: inline-block;
  margin: 0 0 0 20px;
  font-size: 21px;
}

.terms:hover {
  color: var(--text-color) !important;
}

.hide {
  display: none !important;
}