@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&family=Poppins:wght@200;300;400;500;700&display=swap");
@import url(component.min.css);
@import url(layout.min.css);
:root {
  --primary: #f6dccb;
  --theme-color: #452473;
  --black: #000;
  --white: #fff;
  --text-color: #828282;
}
::selection {
  background: var(--theme-color);
  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;
  line-height: 1;
}
body {
  background: var(--white);
  color: #030303;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  line-height: 1;
}
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;
  color: #3b3b3b;
  font-weight: 300;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
}
img {
  max-width: 100%;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
h1 {
}
h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}
h2 span {
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
h3 {
  font-family: "Open Sans", sans-serif;
}
h4 span {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 2.0625rem;
  font-weight: 700;
}
section {
  padding: 3rem 0;
  position: relative;
}
.main-banner {
  background-image: url(../images/banner/abtbg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  height: calc(100% - 5rem);
  min-height: 38rem;
  /* padding-top: 5.5rem; */
  position: relative;
}
.main-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #00000042;
}
.bannerText h2 {
  font-size: 3rem;
  color: var(--white);
  font-weight: 300;
}
.bannerText h2 span {
  font-size: 3rem;
  display: contents;
}
.bannerText h6 {
  font-size: 1.125rem;
  color: var(--white);
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}
.listStyle {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
  line-height: 1.4;
}
.listStyle li {
  font-size: 1rem;
  color: var(--white);
  font-weight: 300;
  display: flex;
  align-items: center;
  line-height: 1.4;
  gap: 0.8rem;
}
.listStyle li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: var(--white);
}
.listStyle li img {
  padding-right: 0.8rem;
}
.banner-arrow {
  position: absolute;
  right: 46%;
  top: 26%;
}
.lead-form {
  background: rgb(69 36 115 / 90%);
  position: relative;
  margin: 0 0 0 6rem;
}
.lead-form h2 {
  font-size: 2.2rem;
  text-align: center;
  font-weight: 700;
  color: var(--white);
  border-radius: 10px 10px 0 0;
  padding: 1rem;
  margin: 0;
}
.lead-form h5 {
  font-size: 1.3rem;
  text-align: center;
  color: var(--theme-color);
  padding: 4px;
  background: var(--primary);
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.leadForm {
  /* background: #5fa8d354; */
  padding: 1rem 1.5rem;
  text-align: center;
  border-radius: 0 0 10px 10px;
  position: relative;
}
.leadForm input:not(.iti__search-input) {
  height: 3rem;
  width: 100%;
  position: relative;
  padding-left: 2.4rem;
  /* margin: 0.5rem 0; */
  border-radius: 8px;
  border: none;
  background: var(--white);
  font-size: 14px;
}
.leadForm .form-group i {
  position: absolute;
  z-index: 1;
  font-size: 1rem;
  padding-left: 0.7rem;
  padding-bottom: 0.2rem;
}
.leadForm .form-group {
  display: flex;
  align-items: center;
  color: #7c7c7c;
}
.leadForm button:not(.iti__selected-country) {
  width: 100%;
  /* margin: 0.4rem 0; */
  letter-spacing: 1px;
  background: var(--primary);
  border-color: var(--primary);
  color: var(--theme-color);
  border-radius: 8px;
  padding: 0.9rem 0;
}
.leadForm .themeBtn:after {
  transform: translate(43%, -50%);
}
.leadForm .themeBtn:before {
  transform: translate(-43%, -50%);
}
.logoSec {
  padding: 0;
  position: relative;
}
.logoSec img {
  filter: invert(1);
  width: 160px;
}
.logoSec.lpLogoSec img {
  width: auto;
}
.logoSlider div {
  display: flex;
  align-items: center;
}
.logoSec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000;
}
.logoSec .container {
  position: relative;
}
.logoSec h4 {
  padding: 10px 0;
  margin: 0;
  color: var(--white);
  font-size: 2rem;
  font-weight: 300;
}
.aboutSec {
  position: relative;
  padding: 5rem 0 8rem;
}
.aboutSec.inner {
  padding: 5rem 0 10rem;
}
.aboutSec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: skewX(-30deg);
  width: 50%;
  height: 100%;
  background: var(--primary);
  opacity: 0.05;
  z-index: -1;
}
.aboutSec img {
  margin-left: -3rem;
}
/* Begin: CTA CSS */
.our-stats {
  background: var(--theme-color);
  padding: 0 0 2rem;
  text-align: center;
}
.stats-box .main-round {
  border-radius: 100px;
  width: 6rem;
  height: 6rem;
  padding: 1rem;
  margin: -3rem auto 1rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 400ms ease-in-out;
  border: 6px solid var(--theme-color);
  background: var(--white);
}
.stats-box .main-round img {
  filter: hue-rotate(40deg);
}
.exploreList li:hover h4 {
  color: var(--theme-color);
}
.stats-box h5 {
  color: var(--white);
  font-family: "Open Sans", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
.stats-box p {
  margin: 0;
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
}
.stats-box:hover .main-round {
  background-color: var(--primary);
}
/*.stats-box:hover .main-round img {*/
/*    filter: hue-rotate(0deg) brightness(10);*/
/*}*/
/* END: CTA CSS */
.exploreSec {
  padding: 3rem 0 2rem;
}
.searchBar {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px #00000017;
  border-radius: 10px;
  margin: 1.5rem 0;
}
.searchBar input {
  width: 100%;
  height: 4.5rem;
  padding-left: 1.5rem;
  border: none;
  border-radius: 10px;
}
.searchBar a {
  height: 4.5rem;
  width: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--white);
  background: var(--primary);
  border-radius: 0 10px 10px 0;
}
.exploreList {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem;
}
.exploreList li {
  display: flex;
  gap: 1rem;
  align-items: center;
  box-shadow: 0px 0px 20px #00000021;
  background: var(--white);
  border-radius: 10px;
  width: 100%;
  padding: 10px;
  transition: all 0.4s ease;
}
.exploreList li h4 {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--black);
  margin: 0;
  width: calc(100% - 65px);
}
.exploreList li .img {
  box-shadow: 0px 0px 10px #00000026;
  border-radius: 50px;
  background: var(--theme-color);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.exploreList li:hover {
  background: var(--primary);
}
.exploreList li .img img {
  filter: brightness(15.5);
  width: 36px;
}
.exploreList li:hover .img {
  background: var(--white);
}
.exploreList li:hover .img img {
  filter: hue-rotate(40deg);
}
.slick-dots {
  display: flex;
  justify-content: center;
  gap: 0.7rem;
  bottom: -5rem;
}
.slick-dots li button {
  width: 15px;
  height: 15px;
  background: var(--primary);
  border-radius: 10px;
  position: unset;
}
.slick-dots li button:before {
  content: none;
}
.subjectWrap {
  background: #f9f9f9;
  padding: 1rem;
  text-align: center;
  height: 280px;
  margin: 0 6px;
  border-radius: 0 30px 30px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
.subjectWrap h4 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
}
.subjectWrap img {
  margin: 0 auto;
  width: 70px;
}
.exploreSlider .slick-dots {
  position: unset;
  margin-top: 2rem;
  gap: 10px;
}
.exploreSlider {
  margin: 2rem 0 0 !important;
}
.serviceSec {
  background: url(../images/bg/serbg.webp) center/cover no-repeat;
  position: relative;
}
.serviceSec:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--theme-color);
  opacity: 0.95;
}
.serviceSec .container {
  position: relative;
  z-index: 1;
}
.serviceContnt h6 {
  font-size: 1.375rem;
  text-align: center;
  font-weight: 700;
}
.serviceContnt {
  background: var(--white);
  margin: -4rem 3rem 0 3rem;
  position: relative;
  box-shadow: 0px 0px 20px #00000026;
  text-align: center;
  padding: 2rem 1rem;
  border-radius: 10px;
  transition: all 0.5s ease;
  min-height: 12rem;
}
.serviceContnt a {
  color: var(--black);
  font-weight: 600;
  display: block;
  margin-top: 10px;
}
.serviceContnt a i {
  padding-left: 0.5rem;
}
.serviceContnt a:hover {
  color: var(--theme-color);
}
.serBox {
  margin: 0 1rem;
}
.serviceSec p {
  color: var(--white);
  text-align: center;
}
.serviceSlider {
  margin-top: 2rem;
}
.serviceContnt p {
  color: var(--black);
}
.serviceSlider .slick-dots li button:before {
  background: var(--white);
}
.whyBox {
  box-shadow: 0px 0px 10px #0000001a;
  padding: 1.25rem;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.4s ease;
  min-height: 14.5rem;
  background: var(--white);
}
.whyBox .img {
  position: relative;
}
.whyBox .img:before {
  content: "";
  position: absolute;
  top: -1rem;
  left: -1rem;
  width: 4rem;
  height: 4rem;
  background: var(--primary);
  border-radius: 100px;
  z-index: -1;
  opacity: 0.5;
}
.whyBox h6 {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 1rem 0 0.5rem;
}
.whyBox p {
  margin: 0;
}
.whyBox:hover {
  transform: scale(1.1) rotate(2deg);
}
.whyBox:hover .overlayImg {
  z-index: 0;
}
.whyBox .img img {
  filter: hue-rotate(40deg);
  width: 3rem;
}
.abtSec {
  background: #fbfbfb;
}
.abtSec .listStyle {
  padding-left: 3rem;
}
.aboutSec ul li::before {
  color: var(--theme-color);
}
.abtSec .themeBtn:before,
.abtSec .themeBtn:after {
  background: var(--primary);
}
.abtSec .themeBtn:hover {
  color: var(--theme-color);
  border-color: var(--primary);
}
.abtSec .themeBtn2:before,
.abtSec .themeBtn3:after {
  background: var(--primary);
}
.abtSec .themeBtn2:hover {
  color: var(--theme-color);
  border-color: var(--primary);
}
.getSec {
  background: var(--theme-color);
  padding: 0;
  margin-top: 5rem;
}
.getSec .square {
  width: 27%;
  height: 8rem;
  border-left: 8px solid var(--primary);
  border-bottom: 8px solid var(--primary);
  position: absolute;
  top: 0;
  right: 0;
}
.getSec .square:after {
  content: "";
  position: absolute;
  bottom: -4rem;
  right: 0;
  width: 90%;
  height: 8px;
  background: var(--primary);
}
.getSec:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 50%;
  width: 8px;
  background: var(--primary);
}
.getSec h2 {
  font-size: 3.125rem;
  color: var(--white);
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
.getSec h2 span {
  font-weight: 700;
  font-size: 6.125rem;
  color: var(--primary);
}
.getSec h4 {
  color: var(--white);
  font-size: 2rem;
  font-weight: 500;
}
.getSec .btnSec {
  margin-top: 2rem;
}
.getBtn {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
}
.getBtn i {
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 0.6rem;
  margin-right: 0.5rem;
}
.getSec .themeBtn {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--black);
  font-weight: 400;
}
.getSec .themeBtn:hover {
  color: var(--theme-color);
}
.getSec .themeBtn:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.getSec .themeBtn:before {
  left: -20px;
  transform: translate(-50%, -50%);
}
.getSec .themeBtn:before,
.getSec .themeBtn:after {
  background-color: var(--primary);
}
.getSec img {
  margin-top: -10rem;
  position: relative;
  z-index: 1;
}
.accordion-item .accordion-button {
  font-size: 1rem;
  color: var(--black);
  font-weight: 600;
  background: none;
  box-shadow: none;
  padding: 1.5rem 1.5rem;
}
.faqSec .accordion-item {
  border: none;
}
.faqSec .accordion-item .accordion-button.collapsed {
  padding: 2rem 1.5rem;
}
.faqSec .accordion-item {
  border-radius: 0;
  border-top: 1px solid #bfbbbb;
  background: transparent;
}
.faqSec .accordion-button::after {
  background: none;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.5rem;
}
.faqSec .accordion-button:not(.collapsed)::after {
  background: none;
}
.faqSec .accordion-body {
  padding: 0.1rem 1.8rem;
}
.reviewBox {
  text-align: center;
  margin: 0 1rem;
  position: relative;
}
.reviewBox img {
  margin: 0 auto;
  filter: blur(2px);
}
.reviewBox h4 {
  font-size: 1.8125rem;
  font-weight: 600;
  text-align: center;
  margin: 1rem 0;
}
.reviewBox h4 span {
  font-size: 1rem;
  display: block;
  color: grey;
  font-weight: 400;
}
.reviewBox ul {
  display: flex;
  justify-content: center;
  gap: 0.3rem;
  margin-bottom: 2rem;
}
.reviewBox ul li {
  color: orange;
  font-size: 1.2rem;
}
.reviewBox p {
  font-size: 1rem;
  font-weight: 300;
}
.quoteImg {
  position: absolute;
  z-index: -1;
  bottom: 0;
}
.reviewBotel {
  position: absolute;
  left: 0;
  z-index: -1;
  bottom: 0;
  opacity: 0.5;
}
.reviewSec {
  padding: 4rem 0;
}
.processSec {
  padding: 2rem 0 8rem;
}
.processbox {
  text-align: center;
  /* box-shadow: 0px 0px 40px #00000040;
    padding: 3rem;
    margin: 0 3rem;
    border-radius: 10px; */
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 0 20px #0001;
}
.processbox h4 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 1rem;
}
.proceedRow {
  /* background-image: url(../images/bg/row.webp); */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  /* background-position: center; */
  /* height: 510px; */
}
.processbox p {
  font-size: 1.2rem;
  font-weight: 500;
}
.reviewImgSlider {
  margin-top: 3rem;
}
.paymentSec {
  background: #f9f9f9;
  text-align: center;
}
.paymentSec h4 {
  margin-bottom: 1rem;
}
.paymentSec p {
  font-size: 1rem;
  font-weight: 300;
}
.lAngle {
  width: auto;
}
.payBox {
  text-align: center;
  background: #fff;
  box-shadow: 0 0 20px #0001;
  padding: 1rem;
  margin: 2rem 0.8rem 1rem;
  border-radius: 10px;
  height: 12rem;
}
.payBox img {
  margin: 0 auto;
}
.payBox h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 1rem 0 0;
  color: var(--black);
}
.abtSec img {
  margin: 0;
}
.aboutBanner {
  background-image: url(../images/banner/innerBg.webp);
  position: relative;
}
.aboutBanner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #00000094;
}
.ctaInner h5 {
  font-size: 2rem;
}
.abtInner {
  background: #f7f7f7;
  padding: 4rem 0;
}
.abtInner img {
  margin: 0;
}
.abtInner h5 {
  font-size: 1.6875rem;
  display: grid;
  text-transform: capitalize;
  font-weight: 700;
}
.abtInner h5 span {
  font-size: 1.25rem;
  font-weight: 400;
}
.abtInner h5 img {
  width: 170px;
  margin-top: 2rem;
}
/* Our Services CSS Start */
.serBanner {
  background: url(../images/banner/subbg.webp) top center/cover no-repeat;
}
.serviceInner {
  background: none;
}
.serviceInner::before {
  display: none;
}
.serviceInner h2,
.serviceInner p {
  color: #000;
}
.serviceInner .serBox {
  margin-bottom: 3rem;
}
.serBox:hover .serviceContnt {
  background: var(--primary);
}
.serBox:hover h6,
.serBox:hover p,
.serBox:hover a {
  color: var(--theme-color);
}
.examInner {
  padding: 0;
  position: relative;
  background: #452177;
  z-index: 1;
  overflow: hidden;
}
.examInner .left {
  position: relative;
  padding-top: 5rem;
}
/*.examInner .left:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 80%;*/
/*    height: calc(100% - 6.5rem);*/
/*    border: 1px solid #C9C9C9;*/
/*    background: #FAFAFA;*/
/*       z-index: -1;*/
/*}*/
.examInner .rightImg {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.proHead p {
  color: var(--white);
}
.examInner .examContnt h2 {
  color: #3c3c3c;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 3rem;
}
.examInner .examContnt h2 span {
  display: inline-block;
  font-size: 3rem;
  color: #de6c2e;
}
.examInner .examContnt h4 {
  font-size: 4.125rem;
  font-weight: 700;
  color: var(--primary);
}
/*.examInner .examContnt h4 span {*/
/*    font-weight: 700;*/
/*    color: #DE6C2E;*/
/*}*/
.examContnt ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0;
  background: #32125e;
  padding: 1rem 1rem 1rem 1.5rem;
  border-radius: 10px;
  box-shadow: none;
  position: relative;
  transition: all 0.5s ease;
}
/*.examContnt ul li::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    background: #e9e8e8;*/
/*    width: 1px;*/
/*    height: 45%;*/
/*    left: 6rem;*/
/*}*/
.examContnt ul li:hover {
  box-shadow: 0 0 40px #00000030;
}
.examContnt {
  padding-bottom: 3rem;
}
.proHead {
  margin-bottom: 4rem;
}
/*.proHead::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    inset: 0;*/
/* background: #fff; */
/*    z-index: 0;*/
/*}*/
.examInner .left:after {
  content: "";
  position: absolute;
  top: 8rem;
  left: 0;
  background: #32125e;
  border-radius: 0 10px 10px 0;
  box-shadow: 0 0 30px #0000002b;
  height: 20%;
  width: 85%;
  z-index: -1;
}
.examContnt ul li img {
  width: 3.125rem;
}
.examBox {
  position: absolute;
  top: 35%;
  left: -10rem;
  width: 70%;
  background: #0009;
  padding: 1.5rem;
  border-radius: 20px;
}
.examBox h5 {
  font-size: 2.875rem;
  font-weight: 600;
  color: var(--white);
}
.examBox h5 span {
  color: var(--primary);
}
.examBox p {
  color: var(--white);
}
.examBox::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  filter: blur(8px);
  opacity: 0.8;
}
.examContnt ul li p {
  width: calc(100% - 2rem);
  padding-left: 2rem;
  margin: 0 0 0 2rem;
  color: var(--white);
  border-left: 1px solid #ccc;
}
.com1 {
  position: absolute;
  left: -6rem;
  top: -5rem;
  transform: rotate(106deg);
}
.com2 {
  position: absolute;
  right: 10px;
  top: -5rem;
}
.com3 {
  position: absolute;
  right: -6rem;
  z-index: 0;
  bottom: 0;
}
/* END: Exam Inner CSS */
.ctaInner h6 {
  font-size: 4rem;
}
/* Our Services CSS End */
/* Review CSS Start */
.reviewBanner {
  background-image: url(../images/banner/reviewbg.webp);
  background-position: center;
}
.resultBg {
  background-image: url(../images/banner/resultbg.webp);
  background-position: right;
}
.reviewInner h6 {
  font-size: 1.6875rem;
  font-weight: 600;
  text-align: center;
  margin-top: 1rem;
}
.reviewInner h6 span {
  font-size: 1rem;
  display: block;
  font-weight: 400;
}
.reviewInner p {
  font-size: 1.4375rem;
  margin: 2rem 0;
}
.reviewInner .quote {
  font-size: 11rem;
  color: whitesmoke;
  margin: 0 0 -6rem -3rem;
}
.rateBox h5 {
  font-size: 1.6875rem;
  font-weight: 500;
}
.rateBox h5 span {
  font-weight: 700;
}
.rateBox h5 img {
  padding-left: 4rem;
}
.rateBox {
  padding: 3rem 2rem;
  border-radius: 5px;
  transition: all 0.4s ease;
  margin: 3rem 0;
}
.rateBox:hover {
  box-shadow: 0px 0px 30px #0000000f;
}
.rateBox p {
  margin-bottom: 0;
  font-size: 1rem;
}
/* Review CSS End */
/* service Details CSS Start */
.rateSec {
  display: flex;
  align-items: end;
  gap: 3rem;
}
.serviceDetail h5 {
  font-size: 1.125rem;
  font-weight: 300;
  color: var(--white);
  margin: 1rem 0 5px;
}
.serviceDetail h5 span {
  color: var(--theme-color);
}
.serviceDetail ul {
  display: flex;
  font-size: 1.5rem;
  color: var(--white);
  justify-content: center;
  gap: 5px;
}
.serviceDetail ul li {
  font-size: 1rem;
}
.serviceDetail {
  text-align: center;
}
.serviceDetail img {
  width: 10rem;
}
.aboutBanner p {
  font-size: 1.125rem;
  color: var(--white);
  margin: 1rem 0;
}
.aboutSec ul li {
  color: #000;
}
.serInner {
  padding: 3rem 0;
  background: url(../images/bg/ctabg.webp) center/cover no-repeat;
}
.serInner h2,
.serInner p,
.serInner ul li {
  color: var(--white);
}
.checkBox .checkhead {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.checkBox {
  box-shadow: 0px 0px 20px #00000017;
  padding: 2rem;
  border-radius: 10px;
  margin: 2rem 1rem;
  min-height: 16rem;
}
.checkBox h4 {
  font-size: 1.25rem;
  font-weight: 500;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.checkBox h4 img {
  width: 2.8rem;
}
.checkBox p {
  display: block;
  font-size: 1.2rem;
  color: var(--text-color);
  padding-left: 4rem;
}
.checkBox .btnSec {
  margin-top: 2rem;
}
.checkBox .btnSec a {
  font-size: 13px;
}
.ctaService h6 {
  padding: 0;
  font-size: 4.8125rem;
}
.ctaService h5 {
  padding-top: 10rem;
}
.whyBg {
  background: url(../images/banner/choosebg.webp) right/cover no-repeat;
  background-position: right;
}
/* service Details CSS End */
/* Contact CSS Start */
.contactBanner {
  background: url(../images/banner/contactbg.webp) top left/cover no-repeat;
  /*min-height: auto;*/
  /*height: auto;*/
  /*padding: 10rem 0 5rem;*/
}
.haveQuestion h3 {
  text-align: center;
  color: var(--black);
  font-size: 48px;
  padding-bottom: 12px;
  font-weight: 700;
}
.haveColor {
  background-color: #f2f2f2;
  padding: 5rem 0;
}
.haveColor .formStyle {
  background: var(--white);
  padding: 2rem 1rem;
  border-radius: 8px;
  margin: 0;
  box-shadow: 0 0 20px #0001;
}
.haveQuestion p {
  font-size: 28px;
  text-align: center;
  margin-bottom: 33px;
}
.formStyle label {
  display: inline-block;
  font-weight: 500;
}
.formStyle .form-control {
  display: block;
  width: 100%;
  padding: 20px 25px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #212529;
  background-color: #f5f5f5;
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 1rem;
  border: none;
  border-radius: 5px;
  /* box-shadow: 0px 0px 10px #00000012; */
}
.formStyle textarea {
  min-height: calc(1.5em + 12.75rem + 2px);
}
.submitBtn {
  border: none;
  background-color: var(--primary);
  padding: 12px 40px;
  border-radius: 90px;
  text-align: center;
}
.themeBtn i {
  padding-left: 10px;
}
/* Contact CSS End */
/* Why Choose Us Start */
.providingClass h3 {
  font-size: 2.5rem;
  color: var(--black);
  font-weight: 700;
  padding-bottom: 16px;
}
.providingClass p {
  padding-right: 5rem;
  color: #5c5c5c;
  font-weight: 500;
  padding: 10px 5rem 10px 0;
}
.providingClass img {
  width: 91%;
  margin-top: 3rem;
}
.whyChooseUsImage {
  background-color: var(--white);
  text-align: center;
  padding-top: 3rem;
  box-sizing: border-box;
  padding-bottom: 2rem;
  border-radius: 14px;
  margin-bottom: 2.4rem;
  box-shadow: 0px 0 15px #00000017;
}
.whyChooseUsImage:hover {
  background-color: #452471;
}
.whyChooseUsImage h4 {
  font-size: 30px;
  color: var(--black);
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}
.whyChooseUsImage:hover h4,
.whyChooseUsImage:hover p {
  color: var(--white);
}
.whyChooseUsImage:hover img {
  filter: invert(1);
}
.whyChooseUsImage p {
  padding: 0px 2rem;
  color: var(--text-color);
}
.whyChooseUsImage .themeBtn {
  background: transparent;
  border-color: var(--black);
  color: var(--black);
  margin-top: 0.8rem;
  box-sizing: border-box;
}
.whyChooseUsImage:hover .themeBtn {
  border-color: var(--white);
  color: var(--white);
}
/* Why Choose Us End */
/* Result Start */
.resultSec.light-bg {
  background: #f9f9f9;
}
.ourResult h4 {
  text-align: center;
  font-size: 54px;
  font-weight: 700;
}
.ourResult h6 {
  text-align: center;
  font-size: 27px;
  color: var(--text-color);
  font-weight: 400;
}
.imageOne img {
  width: 100%;
  margin-top: 2rem;
}
.resultSec img {
  margin: 1rem 0;
  width: 100%;
}
/* Result End */
.t-color .listStyle li {
  color: var(--black);
}
.links li img {
  padding-left: 21px;
  margin-top: 17px;
  box-sizing: border-box;
}
.phone-container {
  display: flex;
  margin: 0;
}
.phone-container .iti__flag-container {
  position: unset;
  height: calc(100% - 1rem);
  background: var(--white);
  color: var(--white);
  margin-top: 0.5rem;
  border-radius: 8px 0 0 8px;
}
.phone-container .phone2 {
  border-radius: 0 8px 8px 0;
  padding-left: 1rem;
}
.bannerText {
  position: relative;
}
.spacing__x h4 strong {
  font-weight: 600;
}
.examSec .listStyle li img {
  margin-left: -2rem;
}
.examSec .listStyle li {
  display: block;
  font-size: 1.1rem;
}
.main-navigation > ul {
  font-size: 0;
}
.main-navigation > ul > li {
  display: inline-block;
  margin: 0 20px;
  position: relative;
}
.main-navigation > ul > li > a {
  color: #111111;
  text-transform: uppercase;
  position: relative;
  padding: 35px 0;
}
.main-navigation > ul > li:last-child {
  margin-right: 0;
}
.main-navigation > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 0;
  background-color: #f8b318;
  width: 0;
  height: 2px;
  transition: all 500ms ease-in-out;
}
.main-navigation > ul > li > a:hover {
  color: #f8b318;
}
.main-navigation > ul > li > a:hover::before {
  width: 100%;
}
.dropdown-nav:hover {
  overflow: visible;
}
.main-navigation > ul > li .dropdown-menu {
  margin: 0;
  min-width: 13rem;
  border: 0;
  border-radius: 0;
  background: #ededed;
}
.main-navigation > ul > li:hover .dropdown-menu {
  display: block;
}
.main-navigation > ul > li .dropdown-menu a {
  color: #000;
  padding: 7px 1rem;
  display: block;
}
.main-navigation > ul > li .dropdown-menu a:hover {
  background: #145857;
  color: #fff;
}
.ratestar {
  display: flex;
  gap: 3rem;
  margin: 1rem 0 0;
  align-items: end;
}
.ratestar li > img {
  height: 2rem;
}
.ratestar li h6 {
  color: var(--white);
  padding-top: 10px;
  margin: 0;
  font-size: 1rem;
}
.ratestar li h6 img {
  padding-left: 0.6rem;
}
.serBox img {
  border-radius: 10px;
}
header .logo img {
  width: 12.5rem;
}
header.sticky .logo img {
  width: 12.5rem;
}
.main-slider {
  /* padding: 5rem 0 0; */
  height: calc(100% - 5rem);
  min-height: 30rem;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.main-slider video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  right: 0;
  background-size: cover;
  bottom: 0;
  z-index: -1;
}
.main-slider::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 30%);
}
/* Begin: Subjects CSS */
.exploreSec {
  padding: 5rem 0;
}
.exploreSec h2 {
  font-size: 2.25rem;
}
.subjectInner .subjectWrap {
  background: var(--theme-color);
  text-align: center;
  margin: 0 6px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  gap: 0;
  margin-bottom: 2rem;
  overflow: hidden;
}
.subjectInner .subjectWrap > img {
  width: 100%;
  height: 15rem;
  object-fit: cover;
  object-position: center;
  border-radius: 20px 20px 0 0;
}
.subjectInner .subjectWrap .content {
  padding: 1.5rem;
  text-align: center;
  margin-bottom: 1rem;
}
.subjectInner .subjectWrap .content .img {
  box-shadow: 0px 0px 10px #00000026;
  border-radius: 50px;
  background: var(--primary);
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -1rem;
}
.subjectInner .subjectWrap .content .img img {
  filter: brightness(10);
}
.subjectInner .subjectWrap .content h4 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--white);
}
.getBtn:hover {
  color: var(--primary);
}
.examContnt ul li p span {
  display: block;
  font-weight: 600;
}
.spacing__x {
  padding-top: 6rem;
}
.spacing__x h3 {
  font-size: 2.4rem;
  font-weight: 700;
}
.spacing__x h4 {
  font-size: 1.6rem;
}
/* END: Subjects CSS */
.thankyou {
  background: #452473 url(../images/banner/thankbg12.jpg) top right/50% 100%
    no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: auto;
  padding: 0;
}
.thankyou::before {
  display: none;
}
.thankyou .bannerText {
  padding: 0 2rem;
  text-align: center;
}
.thankyou .bannerText h2 {
  font-size: 4.25rem;
  font-weight: 400;
}
.thankyou .bannerText h2 strong {
  font-weight: 600;
  display: block;
}
.thankyou .bannerText .themeBtn {
  background: var(--primary);
  color: var(--theme-color);
  border-color: var(--primary);
}
.thankyou .bannerText .themeBtn:hover {
  background: var(--white);
}
.resultExam img {
  margin: 0;
}
.resultExam .examItems {
  background: var(--white);
  border: 1px solid #ccc;
  border-radius: 6px;
  padding-bottom: 10px;
  box-shadow: 0 0 20px #0000;
  transition: ease all 0.5s;
}
.resultExam .examItems h4 {
  margin: 0;
  text-align: center;
  font-size: 1.25rem;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
/* validation */
.iti {
  width: 100%;
}
.form-error {
  border: 2px solid red !important;
}
.form-error .vscomp-value {
  color: red !important;
}
.form-error::placeholder {
  color: red !important;
}
