* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Segoe-UI";
  src: url(../font/segoe-ui-this/segoeuithis.ttf);
}
@font-face {
  font-family: "Radlush-Bold";
  src: url(../font/radlush/Radlush-Bold.otf);
}
@font-face {
  font-family: "Radlush-Medium";
  src: url(../font/radlush/Radlush-Medium.otf);
}
@font-face {
  font-family: "Radlush-SemiBold";
  src: url(../font/radlush/Radlush-SemiBold.otf);
}
body {
  font-family: "Segoe-UI";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Radlush-Bold";
}

section {
  padding: 70px 0;
  overflow: hidden;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

.web-btn {
  background: #1676c1;
  padding: 8px 18px;
  border-radius: 7px;
  color: #fff;
  border: none;
  font-weight: 700;
  letter-spacing: 1.2px;
  border: 3px solid transparent;
  font-size: 16px;
  transition: 400ms;
  display: inline-block;
}
.web-btn:hover {
  transform: scale(1.04);
  border: 3px solid #FEE9CA;
  box-shadow: 0 0 0 3px #1676c1, 0 0 0 20px hsla(0, 0%, 90%, 0);
}

.web-btn:active {
  transform: scale(0.95);
}

.section-title {
  margin-bottom: 48px;
}
.section-title h3 {
  font-size: 58px;
  text-transform: capitalize;
  line-height: 1.4;
}
.section-title h4 {
  font-size: 20px;
  font-family: "Segoe-UI";
  color: #FCB040;
  font-weight: 550;
}
.section-title p {
  margin-top: 24px;
  color: #7D7D7D;
  font-size: 20px;
  text-align: justify;
}
.section-title span {
  background-color: #F9616D;
  padding: 14px 24px 8px;
  border-radius: 14px;
  color: #fff;
}
.section-title .vector {
  color: #F9616D;
  position: relative;
  background-color: transparent;
  padding: 10px 0;
}
.section-title .vector::before {
  content: "";
  position: absolute;
  bottom: -30px;
  height: 40px;
  left: 10px;
  width: 100%;
  background: url("../images/Vector.svg") no-repeat;
  background-size: contain;
}

#header {
  margin-top: 24px;
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}
#header #nav-main {
  border-radius: 14px;
}
#header .navbar-brand img {
  width: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}
#header .dropdown:hover .dropdown-menu.show {
  opacity: 1;
  display: block;
}
#header .dropdown-menu.show {
  opacity: 0;
  transition: 200ms all ease;
  display: none;
}
#header .dropdown:hover .dropdown-menu {
  opacity: 1;
  display: block;
}
#header .dropdown-menu {
  opacity: 0;
  transition: 200ms all ease;
  display: none;
}
#header .navbar-expand-lg .navbar-nav .dropdown-menu {
  background-color: #ffffff;
  line-height: 1.5;
  padding: 24px 18px;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.5490196078);
}
#header .dropdown-item:focus,
#header .dropdown-item:hover {
  color: #0a1229;
}
#header .dropdown-item.active,
#header .dropdown-item:active {
  color: #0a1229;
}
#header .navbar > .container-fluid {
  align-items: flex-end;
  align-items: center;
}
#header .navbar-expand-lg .navbar-nav {
  width: -moz-fit-content;
  width: fit-content;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
#header li {
  position: relative;
  font-size: 16px;
  transition: 300ms all ease;
  color: #fff !important;
  letter-spacing: 1px;
  padding: 0 10px;
  border-radius: 10px;
  transition: 300ms all ease;
  font-weight: 600;
  margin: 0 4px;
  display: block;
}
#header li:hover {
  background: #F9616D;
}
#header li:hover a {
  color: #fff;
}
#header li a {
  color: #000000;
  padding: 5px 3px 7px;
  transition: 300ms all ease;
}
#header li.contact-btn:hover {
  background: transparent;
}
#header li.active {
  background: #F9616D;
}
#header li.active a {
  color: #fff;
}

#mobile-nav {
  position: sticky;
  top: 0;
  z-index: 9999;
  padding: 0;
}
#mobile-nav .mobile_nav_area {
  background-color: #ffffff;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.5490196078);
  padding: 8px 12px;
  display: block;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
}
#mobile-nav .mobile_nav_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
#mobile-nav .mobile_nav_right {
  width: 20%;
}
#mobile-nav .mobile_nav_right img {
  width: 100px;
  height: auto;
}
#mobile-nav .mobile_nav_left {
  width: 10%;
  margin-top: 0px;
}
#mobile-nav .mobile_nav_left i {
  cursor: pointer;
  color: #1676c1;
  font-size: 28px;
}
#mobile-nav .mobile_nav_____ {
  background: url("../images/AboutBg.png");
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 100vh;
  margin-left: -1100px;
  transition: 0.2s all ease;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  margin-top: 18px;
  margin-bottom: 0px;
  padding-left: 0;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .nav-item {
  border-bottom: 1px solid rgba(249, 97, 109, 0.12);
  transition: 0.3s ease-in-out;
  margin: 0 4px;
  position: relative;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .nav-item a {
  padding: 4px 14px;
  text-decoration: none;
  position: relative;
  color: #000;
  text-transform: capitalize;
  font-size: 21px;
  display: flex;
  align-items: center;
  gap: 6px;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .nav-item a .material-symbols-outlined {
  transition: 0.3s ease-in-out;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .nav-item .dropdown-list {
  position: absolute;
  top: 0px;
  left: 22px;
  width: 100%;
  padding: 12px 22px;
  transform: scale(0.8);
  flex-direction: column;
  background: #d47911;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .nav-item .web-btn-1 {
  position: relative;
  padding: 10px 22px;
  border-radius: 0px;
  font-size: 18px;
  border: none;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.3s ease;
  font-family: "Sansita-Bold";
  min-width: 130px;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .nav-item .web-btn-1 ::before {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .nav-item .web-btn-1 ::after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .nav-item .web-btn-1 span {
  background: linear-gradient(82.21deg, #06abd0 1.01%, #06d0a8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .contact-btn {
  border: none;
}
#mobile-nav .mobile_nav_____ .dropdown-toggle.show {
  margin: -5px 0 1px;
}
#mobile-nav .mobile_nav_____ .dropdown:hover .dropdown-menu.show {
  opacity: 1;
  display: block;
}
#mobile-nav .mobile_nav_____ .dropdown-menu.show {
  opacity: 0;
  transition: 200ms all ease;
  display: none;
}
#mobile-nav .mobile_nav_____ .dropdown:hover .dropdown-menu {
  opacity: 1;
  display: block;
}
#mobile-nav .mobile_nav_____ .dropdown-menu {
  opacity: 0;
  transition: 200ms all ease;
  display: none;
}
#mobile-nav .mobile_nav1_icon_____ {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 18px;
  padding: 0 20px;
}
#mobile-nav .mobile_nav1_icon_____ img {
  width: 85px;
}
#mobile-nav .mobile_nav1_icon_____ .material-symbols-outlined {
  color: #1676c1;
  font-size: 27px;
  width: 44px;
  height: 44px;
  line-height: 42px;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  margin-right: 0px;
  cursor: pointer;
}
#mobile-nav .mobile_nav1_icon_____ i {
  color: #1676c1;
  font-size: 27px;
  width: 44px;
  height: 44px;
  line-height: 42px;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  margin-right: 16px;
  cursor: pointer;
  position: absolute;
  right: 0;
  opacity: 0;
}

#Hero {
  background: url("../images/Hero-Bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 0;
  display: flex;
  align-items: end;
  justify-content: center;
  background-position: bottom center;
  position: relative;
}
#Hero .HeroContent {
  padding-left: 40px;
}
#Hero .ElementsMain img {
  width: 45px;
  position: absolute;
  display: block;
}
#Hero .ElementsMain .d-1 {
  top: 40%;
  left: 5%;
  animation: slide-top 3s linear infinite reverse both;
  animation-direction: alternate;
}
@keyframes slide-top {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateX(-50px);
  }
}
#Hero .ElementsMain .d-2 {
  top: 20%;
  left: 25%;
  animation: d2 3s linear infinite reverse both;
  animation-direction: alternate;
}
@keyframes d2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: rotate(45deg);
  }
}
#Hero .ElementsMain .d-3 {
  top: 35%;
  left: 65%;
  animation: rotate-center 7s linear infinite both;
}
@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#Hero .ElementsMain .d-4 {
  top: 30%;
  right: 5%;
  animation: d4 3s linear infinite reverse both;
  animation-direction: alternate;
}
@keyframes d4 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50px);
  }
}
#Hero .ElementsMain .d-5 {
  bottom: 5%;
  right: 55%;
  animation: d5 3s linear infinite reverse both;
  animation-direction: alternate;
}
@keyframes d5 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateX(-70px);
  }
}
#Hero .ElementsMain .d-6 {
  bottom: 10%;
  right: 5%;
  animation: d6 3s linear infinite reverse both;
  animation-direction: alternate;
}
@keyframes d6 {
  0% {
    transform: translateY(50px);
  }
  100% {
    transform: translateX(50px);
  }
}
#Hero .ElementsMain .d-7 {
  bottom: 37%;
  right: 55%;
  animation: d7 3s linear infinite reverse both;
  animation-direction: alternate;
}
@keyframes d7 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: rotate(-35deg);
  }
}
#Hero .section-title {
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
  width: 100%;
}
#Hero .section-title h3 {
  font-size: 62px;
}
#Hero .HeroImg .girl-bg {
  position: absolute;
  z-index: -1;
  width: 70%;
  bottom: 10%;
  left: 15%;
  animation: rotatecenter 7s linear infinite both;
}
@keyframes rotatecenter {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
#Hero .HeroImg img {
  width: 100%;
}
#Hero .HeroForm .FormWrapper {
  display: flex;
  align-items: center;
  padding: 10px 24px;
  gap: 14px;
  background-color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
}
#Hero .HeroForm .FormWrapper input {
  height: 100%;
  border: none;
  background: transparent;
  outline: none;
}
#Hero .HeroForm .FormWrapper input::-webkit-input-placeholder {
  color: #a8a8a8;
  -webkit-transition: 600ms all ease;
  transition: 600ms all ease;
}
#Hero .HeroForm .FormWrapper input:focus::-webkit-input-placeholder {
  color: transparent;
}
#Hero .HeroForm .FormWrapper .FormSubmit {
  background: #FCB040;
  border-radius: 6px;
  font-size: 14px;
  animation-name: animate;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 600ms;
  animation-direction: alternate;
}
@keyframes animate {
  100% {
    border: 3px solid #fff;
    box-shadow: 0 0 0 2.5px #FCB040, 0 0 0 20px hsla(0, 0%, 90%, 0);
  }
}
#Hero .HeroForm .FormWrapper .FormSubmit:hover {
  transform: scale(1.04);
  border: 3px solid #fff;
  box-shadow: 0 0 0 2.5px #FCB040, 0 0 0 20px hsla(0, 0%, 90%, 0);
}
#Hero .HeroForm .FormWrapper .FormSubmit input {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}
#Hero .HeroForm .FormWrapper .FormSubmit:active {
  transform: scale(0.95);
}

#Learning .section-title {
  text-align: center;
}
#Learning .LearningBox {
  background: #FFE8E8;
  border: 5px solid #FFE8E8;
  padding: 42px;
  text-align: center;
  border-radius: 12px;
  position: relative;
  height: 100%;
  transition: 0.7s;
  box-sizing: border-box;
  display: block;
}
#Learning .LearningBox:hover {
  transform: scale(0.95);
  background-color: #fff;
}
#Learning .LearningBox:hover .readMorebtn {
  opacity: 1;
  transform: rotate(0deg);
}
#Learning .LearningBox:hover::before {
  opacity: 1;
}
#Learning .LearningBox:hover .LearningIcon .img-hov {
  opacity: 1;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1215686275);
}
#Learning .LearningBox .LearningIcon {
  position: relative;
  width: 100px;
  margin: 0px auto 12px;
}
#Learning .LearningBox .LearningIcon img {
  width: 100%;
  border-radius: 100%;
  transition: 300ms all ease;
}
#Learning .LearningBox .LearningIcon .img-hov {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#Learning .LearningBox .LearningTitle {
  font-family: "Radlush-SemiBold";
  font-size: 24px;
  position: relative;
}
#Learning .LearningBox .Description {
  color: #8E8E8E;
  position: relative;
}
#Learning .LearningBox:active {
  transform: scale(0.9);
}
#Learning .Box-2 {
  background: #DFFFFD;
  border-color: #DFFFFD;
}
#Learning .Box-3 {
  background: #E8F5FF;
  border-color: #E8F5FF;
}
#Learning .Box-4 {
  background: #FFF5E7;
  border-color: #FFF5E7;
}
#Learning .Box-5 {
  background: #E8FFEA;
  border-color: #E8FFEA;
}
#Learning .Box-6 {
  background: #EEE8FF;
  border-color: #EEE8FF;
}
#Learning .readMorebtn {
  opacity: 0;
  transition: 500ms all ease;
  transform: rotate(45deg);
}
#Learning .readMorebtn span {
  font-size: 32px;
  color: #1676c1;
  font-weight: 500;
}

#Stats {
  padding: 0;
  overflow: visible;
}
#Stats .CounterMain {
  box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.0588235294);
  padding: 42px;
  min-height: 230px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  background: #fff;
  position: relative;
}
#Stats .CounterMain .CounterBox {
  border-right: 1px solid #FEE9CA;
}
#Stats .CounterMain .CounterBox .CounterNo {
  font-size: 58px;
  color: #FCB040;
  font-family: "Radlush-SemiBold";
  margin: 0;
}
#Stats .CounterMain .CounterBox .CounterTitle {
  font-size: 20px;
}
#Stats .CounterMain .border-none {
  border: none;
}

#HomeAbout {
  background: url("../images/AboutBg.png");
}
#HomeAbout .phone-btn {
  display: none;
}
#HomeAbout .section-title {
  margin: 0px 0;
}
#HomeAbout .AboutList {
  margin-top: 24px;
}
#HomeAbout .AboutList .web-btn {
  border-radius: 5px;
  margin: 24px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
#HomeAbout .AboutList ul {
  padding: 0;
  width: 85%;
  list-style: none;
}
#HomeAbout .AboutList ul li {
  background-color: #fff;
  padding: 10px 14px 10px 70px;
  margin-bottom: 14px;
  border-radius: 30px;
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
  transition: 500ms all ease;
}
#HomeAbout .AboutList ul li:hover {
  transform: translate(14px);
}
#HomeAbout .AboutList ul li::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 8px;
  height: 27px;
  width: 27px;
  background: url("../images/list.svg");
  background-size: contain;
}
#HomeAbout .AboutImg {
  position: relative;
}
#HomeAbout .AboutImg .hd1 {
  position: absolute;
  right: -35px;
  top: 15px;
  width: 50px;
  animation: hd1 3s linear infinite reverse both;
  animation-direction: alternate;
}
@keyframes hd1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px) translateX(10px) rotate(15deg);
  }
}
#HomeAbout .AboutImg .hd2 {
  position: absolute;
  width: 60px;
  bottom: 0;
  left: 100px;
  animation: d7 3s linear infinite reverse both;
  animation-direction: alternate;
}
@keyframes d7 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: rotate(-35deg);
  }
}

#Cta .ContactStrip {
  background: url("../images/cta-bg.png") no-repeat;
  background-size: cover;
  padding: 60px;
  border-radius: 24px;
  text-align: center;
  background-position: right;
}
#Cta .ContactStrip .ContactTitle {
  margin-bottom: 18px;
}
#Cta .ContactStrip .ContactTitle h4 {
  font-size: 52px;
  font-family: "Radlush-SemiBold";
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: capitalize;
}
#Cta .ContactStrip .web-btn {
  background: #fff;
  padding: 12px 24px;
  color: #FCB040;
  border-radius: 5px;
  font-weight: 700;
  animation-name: animate2;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 600ms;
  animation-direction: alternate;
}
@keyframes animate2 {
  100% {
    border: 3px solid #F9616D;
    box-shadow: 0 0 0 3px #ffffff, 0 0 0 20px hsla(0, 0%, 90%, 0);
  }
}
#Cta .ContactStrip .web-btn:hover {
  transform: scale(1.04);
  border: 3px solid #F9616D;
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 20px hsla(0, 0%, 90%, 0);
}

#Testimonials {
  position: relative;
  background: url("../images/AboutBg.png");
  padding-bottom: 100px;
  overflow: hidden;
}
#Testimonials .section-title {
  margin: 0;
}
#Testimonials .section-title p {
  text-align: left;
  font-size: 26px;
}
#Testimonials .section-title p strong {
  color: #000;
}
#Testimonials .TestimonialBox {
  background: #FFF4D6;
  padding: 32px;
  border-radius: 24px;
  min-height: 350px;
}
#Testimonials .TestimonialBox .Profile {
  display: flex;
  gap: 14px;
  margin-bottom: 29px;
  align-items: center;
}
#Testimonials .TestimonialBox .Profile .ProfileImg {
  width: 60px;
}
#Testimonials .TestimonialBox .Profile .ProfileDetails h5 {
  font-family: "Radlush-SemiBold";
  margin: 0;
  font-size: 21px;
}
#Testimonials .TestimonialBox .Profile .ProfileDetails p {
  margin: 0;
  color: #595959;
  font-weight: 600;
  letter-spacing: 1px;
}
#Testimonials .TestimonialBox .Comment {
  font-size: 21px;
  font-weight: 500;
  text-align: justify;
  margin-bottom: 24px;
}
#Testimonials .Box-2 {
  background: #D3F2FF;
}
#Testimonials .StarsMain {
  display: flex;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 14px;
  gap: 4px;
  border-radius: 30px;
  margin-top: 42px;
  position: absolute;
  bottom: 24px;
}
#Testimonials .StarsMain .star {
  width: 18px;
}
#Testimonials .TestimonialMain {
  position: absolute;
  right: -15%;
  top: auto;
  width: 60%;
}
#Testimonials .my-owl-nav {
  display: flex;
  gap: 6px;
}
#Testimonials .my-owl-nav span {
  width: 52px;
  opacity: 0.6;
  transition: 300ms all ease;
  cursor: pointer;
  border-radius: 100%;
}
#Testimonials .my-owl-nav span:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  opacity: 1;
}

#FAQS .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1.5px solid #EBEBEB;
  outline: none;
  box-shadow: none;
  color: #8E8E8E;
  font-size: 16px;
  text-align: justify;
  margin-bottom: 7px;
}
#FAQS .accordion-button {
  background: transparent;
  box-shadow: none;
  font-size: 24px;
  letter-spacing: 1px;
  font-family: "Radlush-Medium";
  padding: 16px 30px 16px;
  transition: 300ms all ease;
}
#FAQS .accordion-collapse {
  font-size: 16px;
  letter-spacing: 1px;
}
#FAQS .accordion-button:not(.collapsed) {
  background: #1676c1;
  color: #fff;
  border-radius: 30px;
  padding: 10px 30px 8px;
}
#FAQS .accordion-button:not(.collapsed)::after {
  background-image: url(../images/arrow-yel.svg);
  background-size: contain;
  height: 14px;
  width: 14px;
  transform: rotate(0deg);
}
#FAQS .accordion-button::after {
  background-image: url(../images/Chevrondown.svg);
  background-size: contain;
  height: 14px;
  width: 14px;
}
#FAQS .Form-wrapper {
  padding: 40px 40px 40px;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0px 0px 35.63px 0px rgba(0, 0, 0, 0.1411764706);
  background: url(../images/AboutBg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#FAQS .Form-wrapper h3 {
  font-size: 52px;
  margin-bottom: 42px;
}
#FAQS .field-wrapper {
  display: block;
  margin: 30px 0px;
  position: relative;
  outline: none;
  width: 100%;
}
#FAQS input {
  width: 100%;
  border: 1.11px solid #b5b5b5;
  padding: 19px;
  border-radius: 14px;
  outline: none;
}
#FAQS input::-webkit-input-placeholder {
  color: #a8a8a8;
  -webkit-transition: 600ms all ease;
  transition: 600ms all ease;
}
#FAQS input:focus::-webkit-input-placeholder {
  color: transparent;
}
#FAQS input::-webkit-input-placeholder {
  color: #a8a8a8;
  -webkit-transition: 600ms all ease;
  transition: 600ms all ease;
}
#FAQS input:focus::-webkit-input-placeholder {
  color: transparent;
}
#FAQS input:focus {
  border-color: #FCB040;
}
#FAQS select {
  width: 100%;
  border: 1.11px solid #b5b5b5;
  padding: 19px 25px;
  border-radius: 14px;
  color: #a8a8a8;
  font-size: 19px;
}
#FAQS select option {
  color: #000000;
}
#FAQS textarea {
  width: 100%;
  border: 1.11px solid #b5b5b5;
  padding: 19px 25px;
  border-radius: 14px;
  color: #a8a8a8;
  font-size: 19px;
  outline: none;
}
#FAQS textarea::-moz-placeholder {
  color: #999;
  -moz-transition: 600ms all ease;
  transition: 600ms all ease;
}
#FAQS textarea::placeholder {
  color: #999;
  transition: 600ms all ease;
}
#FAQS textarea:focus::-moz-placeholder {
  color: transparent;
}
#FAQS textarea:focus::placeholder {
  color: transparent;
}
#FAQS textarea:focus {
  border-color: #FCB040;
}
#FAQS .form-btn {
  font-size: 18px;
  border-radius: 5px;
  background: #FCB040;
}
#FAQS .form-btn:hover {
  transform: scale(1.04);
  border: 3px solid #FEE9CA;
  box-shadow: 0 0 0 3px #FCB040, 0 0 0 20px hsla(0, 0%, 90%, 0);
}
#FAQS .form-btn input {
  color: #fff;
  text-transform: capitalize;
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
  font-weight: 600;
  letter-spacing: 1px;
}
#FAQS .form-btn:active {
  transform: scale(0.95);
}

#Footer .FooterMain {
  background: url("../images/footer-bg.png") no-repeat;
  background-size: cover;
  padding: 200px 0 0px;
  margin-top: -145px;
}
#Footer .FooterMain ul {
  padding-left: 20px;
}
#Footer .FooterMain .padding-none {
  padding: 0;
}
#Footer .FooterMain .FooterTitle {
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 12px;
  transition: 300ms all ease;
  font-family: "Radlush-SemiBold";
}
#Footer .FooterMain ul {
  padding: 2px;
  list-style: none;
}
#Footer .FooterMain ul li {
  color: #4F4F4F;
  font-size: 18px;
  margin-bottom: 8px;
  transition: 300ms all ease;
}
#Footer .FooterMain ul li:hover {
  color: #F9616D;
  transform: translateX(10px);
}
#Footer .FooterMain ul .FooterContact {
  display: flex;
  align-items: center;
  gap: 32px;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: space-between;
}
#Footer .material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
#Footer .FooterFlex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 24px;
}
#Footer .FooterFlex .FooterLinkFlex {
  display: flex;
  gap: 8px;
}
#Footer .FooterFlex .FooterLinkFlex .material-symbols-outlined {
  color: #B55428;
}
#Footer .FooterFlex .SocialMedia {
  display: flex;
  gap: 14px;
}
#Footer .FooterFlex .SocialMedia li:hover {
  transform: translateY(-10px);
}
#Footer .FooterFlex .SocialMedia img {
  width: 65px;
}
#Footer .FooterFlex .FooterItem2 {
  margin-bottom: 42px;
}
#Footer .FooterBottom {
  padding: 25px 0;
  border-top: 1px solid #ECB099;
}
#Footer .FooterBottom .FooterBottomFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#Footer .FooterBottom .FooterBottomFlex .FooterBottomItem a {
  font-weight: 600;
  transition: 300ms all ease;
  display: inline-flex;
}
#Footer .FooterBottom .FooterBottomFlex .FooterBottomItem a:hover {
  color: #1676c1;
  transform: translateY(-3px);
}

#other-page-hero {
  height: 100%;
  padding: 0;
  position: relative;
}
#other-page-hero .OtherImg {
  width: 100%;
  position: relative;
}
#other-page-hero .OtherImg img {
  width: 100%;
}
#other-page-hero .OtherImg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3411764706);
}
#other-page-hero .section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#other-page-hero .section-title h3 {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 10;
  margin: 3% 0 0;
}

#about-us {
  background: url(../images/AboutBg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 160px;
}
#about-us .section-title h3 {
  text-align: center;
}
#about-us .about-image {
  margin-bottom: -70px;
}
#about-us .about-image img {
  border-radius: 20px;
}

#about-image {
  margin-top: -220px;
}
#about-image img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

#vission-mission {
  overflow: visible;
  padding-top: 0;
}
#vission-mission .mission {
  padding: 20px;
  border-radius: 20px;
  position: relative;
  background: #E8FFEA;
  margin-bottom: 20px;
  gap: 20px;
  border: 5px solid #E8FFEA;
  display: flex;
}
#vission-mission .mission .section-title {
  width: 78%;
}
#vission-mission .mission img {
  max-width: 200px;
}
#vission-mission .mission:hover {
  background: #fff;
  border: 5px solid #E8FFEA;
}

#subject-offer {
  background: #E8F5FF;
  overflow: visible;
}
#subject-offer .subject-stickey {
  position: sticky;
  top: 25%;
}
#subject-offer .subject-wrapeer {
  padding: 28px 24px;
  border-radius: 24px;
  position: relative;
}
#subject-offer .subject-wrapeer .subject-1 {
  background: #FFF5E7;
}
#subject-offer .subject-wrapeer .subject-1 .image-wrapeer img {
  max-width: 186px;
}
#subject-offer .subject-wrapeer .subject-2 {
  background: #E8FFEA;
}
#subject-offer .subject-wrapeer .subject-2 .image-wrapeer img {
  max-width: 255px;
}
#subject-offer .subject-wrapeer .subject-3 {
  background: #EEE8FF;
}
#subject-offer .subject-wrapeer .subject-3 .image-wrapeer img {
  max-width: 400px;
}
#subject-offer .subject-wrapeer .subject {
  border-radius: 20px;
  padding: 20px;
  padding-bottom: 0;
  margin-bottom: 20px;
}
#subject-offer .subject-wrapeer .subject .section-title {
  margin-bottom: 10px;
  padding-top: 20px;
}
#subject-offer .subject-wrapeer .subject .section-title h4 {
  color: #000;
  font-size: 27px;
  font-family: "Radlush-Bold";
}
#subject-offer .subject-wrapeer .subject .section-title p {
  margin-top: 0;
  color: #7D7D7D;
  font-family: "Radlush-Medium";
}
#subject-offer .subject-wrapeer .subject .web-btn {
  margin-bottom: 20px;
  text-transform: capitalize;
}

#teaching-method .section-title {
  padding-bottom: 40px;
  text-align: center;
}
#teaching-method .method {
  background: #FFE8E8;
  padding: 30px 20px;
  margin-bottom: 100px;
  text-align: center;
  height: 230px;
  position: relative;
  border: 5px solid #FFE8E8;
  transition: 300ms all ease;
  border-radius: 12px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
#teaching-method .method .method-title {
  padding-top: 20px;
}
#teaching-method .method .method-title h4 {
  font-size: 28px;
  text-transform: capitalize;
}
#teaching-method .method .method-title p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.2;
}
#teaching-method .method .method-image {
  position: absolute;
  top: -70px;
  right: 29%;
}
#teaching-method .method .method-image img {
  max-width: 125px;
  border-radius: 100%;
  border: 5px solid #FFE8E8;
}
#teaching-method .method .method-image .img-hov {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#teaching-method .method:hover {
  transform: scale(0.95);
  background-color: #fff;
}
#teaching-method .method:hover .img-hov {
  opacity: 1;
}

#service-para {
  background: #FFE8E8;
}
#service-para .section-title {
  text-align: center;
}
#service-para .section-title h3 {
  color: #000;
  text-align: center;
}
#service-para .section-title p {
  text-align: center;
  color: #5d4e4e;
  font-family: "Radlush-Medium";
}
#service-para .section-title .web-btn {
  margin: 10px auto;
}

#services {
  background-image: url(../images/service-4.png);
  background-color: black;
  background-attachment: fixed;
  background-position-y: -0.2;
  background-repeat: no-repeat;
  background-size: cover;
  -o-background-size: cover;
  overflow: visible;
}
#services .section-title {
  margin-bottom: 10px;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}
#services .service-box {
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.0784313725);
  padding: 50px 40px;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border-radius: 24px;
  transition: 300ms all ease;
  margin-bottom: 20px;
  position: relative;
}
#services .service-box .service-no {
  font-size: 200px;
  position: absolute;
  bottom: -64px;
  right: -28px;
  color: #f5f5f5;
  transition: 300ms all ease;
}
#services .service-box .service-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
#services .service-box .service-title h4 {
  font-size: 22px;
  width: 90%;
  font-weight: 700;
  transition: 300ms all ease;
  text-transform: capitalize;
}
#services .service-box .service-title .service-icon {
  position: relative;
  z-index: 10;
}
#services .service-box .service-title .service-icon img {
  width: 60px;
}
#services .service-box .service-title .service-icon .img-hov {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 300ms all ease;
}
#services .service-box .service-para {
  font-size: 19px;
  line-height: 1.3;
  margin-bottom: 18px;
  color: #949494;
  transition: 300ms all ease;
}
#services .service-box:hover {
  box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.1803921569);
  transform: translateY(-10px);
  background: linear-gradient(101deg, #F8A9A9 0%, #EC6E6E 73.22%);
}
#services .service-box:hover .service-title h4 {
  color: #fff;
}
#services .service-box:hover .service-para {
  color: #fff;
}
#services .service-box:hover .service-title .service-icon img {
  opacity: 0;
}
#services .service-box:hover .service-title .service-icon .img-hov {
  opacity: 1;
}
#services .service-btn {
  text-align: center;
}
#services .image-wrapeer {
  position: sticky;
  top: 30%;
}
#services .image-wrapeer img {
  border-radius: 12px;
}

#service-2 {
  background-image: url(../images/service-2.png);
  background-color: black;
  background-attachment: fixed;
  background-position-y: -0.2;
  background-repeat: no-repeat;
  background-size: cover;
  -o-background-size: cover;
  overflow: visible;
}
#service-2 .section-title {
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
#service-2 .service-btn {
  text-align: center;
}
#service-2 .service-box {
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.0784313725);
  padding: 50px 40px;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border-radius: 24px;
  transition: 300ms all ease;
  margin-bottom: 20px;
  position: relative;
}
#service-2 .service-box .service-no {
  font-size: 200px;
  position: absolute;
  bottom: -64px;
  right: -28px;
  color: #f5f5f5;
  transition: 300ms all ease;
}
#service-2 .service-box .service-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
#service-2 .service-box .service-title h4 {
  font-size: 22px;
  width: 90%;
  font-weight: 700;
  transition: 300ms all ease;
  text-transform: capitalize;
}
#service-2 .service-box .service-title .service-icon {
  position: relative;
  z-index: 10;
}
#service-2 .service-box .service-title .service-icon img {
  width: 60px;
}
#service-2 .service-box .service-title .service-icon .img-hov {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 300ms all ease;
}
#service-2 .service-box .service-para {
  font-size: 19px;
  line-height: 1.3;
  margin-bottom: 18px;
  color: #949494;
  transition: 300ms all ease;
}
#service-2 .service-box:hover {
  box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.1803921569);
  transform: translateY(-10px);
  background: linear-gradient(101deg, #F8A9A9 0%, #EC6E6E 73.22%);
}
#service-2 .service-box:hover .service-title h4 {
  color: #fff;
}
#service-2 .service-box:hover .service-para {
  color: #fff;
}
#service-2 .service-box:hover .service-title .service-icon img {
  opacity: 0;
}
#service-2 .service-box:hover .service-title .service-icon .img-hov {
  opacity: 1;
}
#service-2 .image-wrapeer {
  position: sticky;
  top: 30%;
}
#service-2 .image-wrapeer img {
  border-radius: 12px;
}

#service-3 {
  background-image: url(../images/service-4.png);
  background-color: black;
  background-attachment: fixed;
  background-position-y: -0.2;
  background-repeat: no-repeat;
  background-size: cover;
  -o-background-size: cover;
  overflow: visible;
}
#service-3 .section-title {
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
#service-3 .service-btn {
  text-align: center;
}
#service-3 .service-box {
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.0784313725);
  padding: 50px 40px;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border-radius: 24px;
  transition: 300ms all ease;
  margin-bottom: 20px;
  position: relative;
}
#service-3 .service-box .service-no {
  font-size: 200px;
  position: absolute;
  bottom: -64px;
  right: -28px;
  color: #f5f5f5;
  transition: 300ms all ease;
}
#service-3 .service-box .service-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
#service-3 .service-box .service-title h4 {
  font-size: 22px;
  width: 90%;
  font-weight: 700;
  transition: 300ms all ease;
  text-transform: capitalize;
}
#service-3 .service-box .service-title .service-icon {
  position: relative;
  z-index: 10;
}
#service-3 .service-box .service-title .service-icon img {
  width: 60px;
}
#service-3 .service-box .service-title .service-icon .img-hov {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 300ms all ease;
}
#service-3 .service-box .service-para {
  font-size: 19px;
  line-height: 1.3;
  margin-bottom: 18px;
  color: #949494;
  transition: 300ms all ease;
}
#service-3 .service-box:hover {
  box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.1803921569);
  transform: translateY(-10px);
  background: linear-gradient(101deg, #F8A9A9 0%, #EC6E6E 73.22%);
}
#service-3 .service-box:hover .service-title h4 {
  color: #fff;
}
#service-3 .service-box:hover .service-para {
  color: #fff;
}
#service-3 .service-box:hover .service-title .service-icon img {
  opacity: 0;
}
#service-3 .service-box:hover .service-title .service-icon .img-hov {
  opacity: 1;
}
#service-3 .image-wrapeer {
  position: sticky;
  top: 30%;
}
#service-3 .image-wrapeer img {
  border-radius: 12px;
}

#ContactDetails {
  background: url("../images/contact-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: visible;
}
#ContactDetails .ContactWrapper {
  position: sticky;
  top: 15%;
}
#ContactDetails .Contact {
  display: flex;
  align-items: center;
  gap: 24px;
  transition: 300ms all ease;
}
#ContactDetails .Contact:hover {
  color: #1676c1;
}
#ContactDetails .Contact:hover .ContactIcon img {
  opacity: 0;
}
#ContactDetails .Contact:hover .ContactIcon .img-hov {
  opacity: 1;
}
#ContactDetails .Contact .ContactIcon img {
  opacity: 1;
  transition: 300ms all ease;
}
#ContactDetails .Contact .ContactIcon .img-hov {
  opacity: 0;
}
#ContactDetails .section-title {
  margin-bottom: 24px;
}
#ContactDetails .SocialMediaTitle {
  font-size: 24px;
  font-family: "Radlush-SemiBold";
  margin-bottom: 14px;
}
#ContactDetails .SocialMediaFlex {
  display: flex;
  padding: 0;
  gap: 14px;
}
#ContactDetails .SocialMediaFlex .SocialMediaItem {
  width: 65px;
  transition: 300ms all ease;
}
#ContactDetails .SocialMediaFlex .SocialMediaItem:hover {
  transform: translateY(-10px);
}
#ContactDetails .ContactIcon {
  position: relative;
  width: 52px;
  margin-bottom: 14px;
}
#ContactDetails .ContactIcon img {
  width: 100%;
  transition: 300ms all ease;
}
#ContactDetails .ContactIcon .img-hov {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 300ms all ease;
}
#ContactDetails .Form-wrapper {
  padding: 40px 40px 40px;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0px 0px 35.63px 0px rgba(0, 0, 0, 0.1411764706);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background: #E8FFEA;
}
#ContactDetails .Form-wrapper h3 {
  font-size: 52px;
  margin-bottom: 42px;
}
#ContactDetails .field-wrapper {
  display: block;
  margin: 30px 0px;
  position: relative;
  outline: none;
  width: 100%;
}
#ContactDetails input {
  width: 100%;
  border: 1.11px solid #b5b5b5;
  padding: 19px;
  border-radius: 14px;
  outline: none;
}
#ContactDetails input::-webkit-input-placeholder {
  color: #a8a8a8;
  -webkit-transition: 600ms all ease;
  transition: 600ms all ease;
}
#ContactDetails input:focus::-webkit-input-placeholder {
  color: transparent;
}
#ContactDetails input::-webkit-input-placeholder {
  color: #a8a8a8;
  -webkit-transition: 600ms all ease;
  transition: 600ms all ease;
}
#ContactDetails input:focus::-webkit-input-placeholder {
  color: transparent;
}
#ContactDetails input:focus {
  border-color: #1676c1;
}
#ContactDetails select {
  width: 100%;
  border: 1.11px solid #b5b5b5;
  padding: 19px 25px;
  border-radius: 14px;
  color: #a8a8a8;
  font-size: 19px;
}
#ContactDetails select option {
  color: #000000;
}
#ContactDetails textarea {
  width: 100%;
  border: 1.11px solid #b5b5b5;
  padding: 19px 25px;
  border-radius: 14px;
  color: #a8a8a8;
  font-size: 19px;
  outline: none;
}
#ContactDetails textarea::-moz-placeholder {
  color: #999;
  -moz-transition: 600ms all ease;
  transition: 600ms all ease;
}
#ContactDetails textarea::placeholder {
  color: #999;
  transition: 600ms all ease;
}
#ContactDetails textarea:focus::-moz-placeholder {
  color: transparent;
}
#ContactDetails textarea:focus::placeholder {
  color: transparent;
}
#ContactDetails textarea:focus {
  border-color: #1676c1;
}
#ContactDetails .form-btn {
  font-size: 18px;
  border-radius: 5px;
  background: #1676c1;
}
#ContactDetails .form-btn:hover {
  transform: scale(1.04);
  border: 3px solid #FEE9CA;
  box-shadow: 0 0 0 3px #1676c1, 0 0 0 20px hsla(0, 0%, 90%, 0);
}
#ContactDetails .form-btn input {
  color: #fff;
  text-transform: capitalize;
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
  font-weight: 600;
  letter-spacing: 1px;
}
#ContactDetails .form-btn:active {
  transform: scale(0.95);
}
#ContactDetails .SocialMediaMain {
  margin-top: 24px;
}

#HowItWorks {
  background: #E8E0FF;
}
#HowItWorks .section-title {
  text-align: center;
}
#HowItWorks .section-title h4 {
  text-transform: capitalize;
  color: #707070;
  margin-bottom: 14px;
}
#HowItWorks .process-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#HowItWorks .process-container .process-image {
  position: relative;
  width: 400px;
  height: 400px;
  overflow: hidden;
  border-radius: 50%;
}
#HowItWorks .process-container .process-image:hover img {
  transform: scale(1.15);
}
#HowItWorks .process-container .process-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  transition: 700ms;
}
#HowItWorks .process-container .steps {
  width: 30%;
}
#HowItWorks .process-container .steps .step-item {
  padding: 24px 18px;
  border: 1px solid #FCB040;
  align-items: center;
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  border-radius: 12px;
  background-color: #fff;
  transition: 300ms all ease;
  position: relative;
  overflow: hidden;
}
#HowItWorks .process-container .steps .step-item:hover {
  transform: translateY(-10px);
  border: 1px solid transparent;
}
#HowItWorks .process-container .steps .step-item:hover .step-number {
  background: #fff;
  color: #1676c1;
}
#HowItWorks .process-container .steps .step-item:hover::after {
  opacity: 1;
}
#HowItWorks .process-container .steps .step-item:hover .step-content h3 {
  color: #fff;
}
#HowItWorks .process-container .steps .step-item:hover .step-content p {
  color: #fff;
}
#HowItWorks .process-container .steps .step-item:last-child {
  margin-bottom: 0;
}
#HowItWorks .process-container .steps .step-item .step-number {
  width: 32px;
  height: 32px;
  background-color: #EC6E6E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  margin-right: 20px;
  flex-shrink: 0;
  padding-bottom: 2px;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 10;
}
#HowItWorks .process-container .steps .step-item .step-content {
  position: relative;
  z-index: 10;
}
#HowItWorks .process-container .steps .step-item .step-content h3 {
  font-family: "Radlush-SemiBold";
  font-size: 24px;
  font-weight: 600;
  color: #0B2239;
  margin: 0 0 4px;
}
#HowItWorks .process-container .steps .step-item .step-content p {
  font-size: 14px;
  color: #4F4F4F;
  margin: 0;
  line-height: 1.5;
}
#HowItWorks .process-container .steps .Box-2:hover {
  background: linear-gradient(101deg, #F8A9A9 0%, #EC6E6E 73.22%);
}
#HowItWorks .process-container .steps .Box-2 .step-number {
  background: linear-gradient(101deg, #F8A9A9 0%, #EC6E6E 73.22%);
}
#HowItWorks .process-container .steps .Box-1:hover {
  background: linear-gradient(101deg, #FFC068 0%, #EFA43A 73.22%);
}
#HowItWorks .process-container .steps .Box-1 .step-number {
  background: linear-gradient(101deg, #FFC068 0%, #EFA43A 73.22%);
}
#HowItWorks .process-container .steps .Box-3:hover {
  background: linear-gradient(260.56deg, #C8B5FF 0%, #A486FB 69.08%);
}
#HowItWorks .process-container .steps .Box-3 .step-number {
  background: linear-gradient(260.56deg, #C8B5FF 0%, #A486FB 69.08%);
}
#HowItWorks .process-container .steps .Box-4:hover {
  background: linear-gradient(260.56deg, #AADAFF 0%, #72C2FF 69.08%);
}
#HowItWorks .process-container .steps .Box-4 .step-number {
  background: linear-gradient(260.56deg, #AADAFF 0%, #72C2FF 69.08%);
}

#Teachers {
  background: #FFE8E8;
  padding: 0;
}
#Teachers .section-title {
  border-top: 1px solid rgba(22, 119, 193, 0.3764705882);
  text-align: center;
  padding-top: 60px;
}
#Teachers .TeamBox {
  height: 100%;
  width: 100%;
  position: relative;
  color: #000;
  transition: 400ms all ease;
}
#Teachers .TeamBox .TeamDetails {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 20px;
  left: 0;
  padding: 32px 24px;
  max-width: 85%;
  z-index: 10;
}
#Teachers .TeamBox .tag {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 10px 5px;
  background-color: #F9616D;
  color: #fff;
  border-radius: 0 0 0 5px;
  z-index: 10;
}
#Teachers .TeamBox .Designation {
  position: relative;
  color: #1676c1;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
}
#Teachers .TeamBox p {
  line-height: 1.3;
}
#Teachers .TeamBox .TeamTitle {
  font-size: 24px;
}
#Teachers .TeamBox .web-btn {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 5px;
  font-weight: 500;
}
#Teachers .TeamBox ul {
  list-style: none;
  padding: 0;
}
#Teachers .TeamBox ul li {
  background-color: #fff;
  padding: 5px 10px 5px 36px;
  margin-bottom: 14px;
  border-radius: 30px;
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
  transition: 500ms all ease;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
}
#Teachers .TeamBox ul li:hover {
  transform: translate(14px);
}
#Teachers .TeamBox ul li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 6px;
  height: 20px;
  width: 20px;
  background: url("../images/list.svg");
  background-size: contain;
}

#Tutoring {
  background: #FFE8E8;
  padding-bottom: 20px;
}
#Tutoring .section-title {
  text-align: center;
}
#Tutoring .section-title h3 {
  color: #000;
  text-align: center;
}
#Tutoring .section-title p {
  text-align: center;
  color: #5d4e4e;
  font-family: "Radlush-Medium";
}
#Tutoring .section-title .web-btn {
  margin: 10px auto;
}
#Tutoring .Pointers {
  padding: 18px 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
#Tutoring .Pointers .List {
  display: flex;
  gap: 14px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
#Tutoring .Pointers .List .ListIcon {
  width: 58px;
  position: relative;
}
#Tutoring .Pointers .List .ListItem {
  color: #000;
  font-weight: 600;
  letter-spacing: 1px;
}

#FAQSContact .section-title {
  text-align: center;
}
#FAQSContact .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1.5px solid #EBEBEB;
  outline: none;
  box-shadow: none;
  color: #8E8E8E;
  font-size: 16px;
  text-align: justify;
  margin-bottom: 7px;
}
#FAQSContact .accordion-button {
  background: transparent;
  box-shadow: none;
  font-size: 24px;
  letter-spacing: 1px;
  font-family: "Radlush-Medium";
  padding: 16px 30px 16px;
  transition: 300ms all ease;
}
#FAQSContact .accordion-collapse {
  font-size: 16px;
  letter-spacing: 1px;
}
#FAQSContact .accordion-button:not(.collapsed) {
  background: #1676c1;
  color: #fff;
  border-radius: 30px;
  padding: 10px 30px 8px;
}
#FAQSContact .accordion-button:not(.collapsed)::after {
  background-image: url(../images/arrow-yel.svg);
  background-size: contain;
  height: 14px;
  width: 14px;
  transform: rotate(0deg);
}
#FAQSContact .accordion-button::after {
  background-image: url(../images/Chevrondown.svg);
  background-size: contain;
  height: 14px;
  width: 14px;
}

#OurApproach .section-title {
  text-align: center;
}
#OurApproach .ApproachBox {
  background: #FFE8E8;
  border: 5px solid #FFE8E8;
  padding: 24px;
  border-radius: 12px;
  position: relative;
  height: 100%;
  transition: 0.7s;
  display: flex;
  align-items: center;
  gap: 24px;
}
#OurApproach .ApproachBox p {
  margin: 0;
}
#OurApproach .ApproachBox:hover {
  transform: scale(0.95);
  background-color: #fff;
}
#OurApproach .ApproachBox:hover .readMorebtn {
  opacity: 1;
  transform: rotate(0deg);
}
#OurApproach .ApproachBox:hover::before {
  opacity: 1;
}
#OurApproach .ApproachBox:hover .ApproachIcon .img-hov {
  opacity: 1;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1215686275);
}
#OurApproach .ApproachBox .ApproachIcon {
  position: relative;
  width: 20%;
}
#OurApproach .ApproachBox .ApproachIcon img {
  width: 100%;
  border-radius: 100%;
  transition: 300ms all ease;
}
#OurApproach .ApproachBox .ApproachIcon .img-hov {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#OurApproach .ApproachBox .ApproachContent {
  width: 80%;
}
#OurApproach .ApproachBox .ApproachTitle {
  font-family: "Radlush-SemiBold";
  font-size: 24px;
  position: relative;
}
#OurApproach .ApproachBox .Description {
  color: #8E8E8E;
  position: relative;
}
#OurApproach .Box-2 {
  background: #DFFFFD;
  border-color: #DFFFFD;
}
#OurApproach .Box-3 {
  background: #E8F5FF;
  border-color: #E8F5FF;
}
#OurApproach .Box-4 {
  background: #FFF5E7;
  border-color: #FFF5E7;
}
#OurApproach .Box-5 {
  background: #E8FFEA;
  border-color: #E8FFEA;
}
#OurApproach .Box-6 {
  background: #EEE8FF;
  border-color: #EEE8FF;
}

#HowItWorksParents .section-title {
  text-align: center;
}
#HowItWorksParents .listar-map-button {
  width: 100%;
  position: absolute;
  display: table;
  right: 0;
  top: 0;
  height: 200px;
  line-height: 164px;
  white-space: nowrap;
  font-size: 0;
}
#HowItWorksParents .listar-map-button {
  right: auto;
  box-shadow: 0 0 65px rgba(0, 0, 0, 0.07) inset, 0 0 35px rgba(0, 0, 0, 0.05) inset;
}
#HowItWorksParents .listar-map-button-text span {
  background-color: #fff;
  color: #252525;
  text-shadow: none;
}
#HowItWorksParents .listar-page-header-content .listar-map-button-text span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  height: 44px;
  line-height: 1.6;
  padding: 10px 25px;
  box-shadow: 0 0 300px rgba(0, 0, 0, 0.65), 0 0 30px rgba(0, 0, 0, 0.06);
  border-radius: 50px;
  background-color: rgba(35, 40, 45, 0.9);
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
#HowItWorksParents .listar-feature-item-wrapper {
  padding-left: 27px;
  padding-right: 27px;
}
#HowItWorksParents .pset {
  padding-top: 80px;
}
#HowItWorksParents .listar-feature-item .listar-feature-item-inner {
  padding: 50px 30px;
  border-radius: 6px;
  z-index: 5;
  position: relative;
  height: 100%;
}
#HowItWorksParents .listar-feature-item .listar-feature-item-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
#HowItWorksParents .listar-feature-right-border {
  position: absolute;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  top: -12px;
  left: 50%;
  overflow: hidden;
}
#HowItWorksParents .listar-feature-items {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
#HowItWorksParents .listar-feature-right-border:before,
#HowItWorksParents .listar-hovering-features .listar-feature-item a:hover ~ .listar-feature-item-inner .listar-feature-right-border:before {
  border: 11px solid #2f53bf;
}
#HowItWorksParents .listar-feature-right-border:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 11px solid #258bd5;
  border-radius: 800px;
  left: -50%;
}
#HowItWorksParents .Border1::before {
  border: 11px solid #1676c1;
}
#HowItWorksParents .Border2::before {
  border: 11px solid #FFC068;
}
#HowItWorksParents .Border3::before {
  border: 11px solid #F9616D;
}
#HowItWorksParents .listar-feature-item .listar-feature-block-content-wrapper {
  position: relative;
  display: block;
  text-decoration: none;
  margin: -30px;
  padding: 30px;
  height: calc(100% + 100px);
}
#HowItWorksParents .listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
  content: "";
  background-color: #fff;
  z-index: 6;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
}
#HowItWorksParents .listar-feature-icon-wrapper {
  width: 148px;
  height: 148px;
  line-height: 148px;
  border-radius: 500px;
  position: relative;
  background-color: #fff;
  box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.06);
  transform: rotate(0deg);
  left: 50%;
  vertical-align: middle;
  margin-left: -74px;
  top: -66px;
  margin-top: -74px;
}
#HowItWorksParents .listar-feature-icon-inner {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 500px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.14);
  background: #fff;
}
#HowItWorksParents .listar-feature-icon-inner div {
  transform: rotate(0deg);
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: left;
}
#HowItWorksParents .listar-feature-icon-inner img {
  position: relative;
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
  width: auto;
  left: 50%;
  transform: translate(-50%);
  height: 55px;
}
#HowItWorksParents .listar-feature-item img,
#HowItWorksParents .listar-feature-item i {
  position: relative;
  display: inline-block;
  border-bottom: 0;
  font-size: 40px;
  top: 0;
  padding: 0;
  color: #258bd5;
}
#HowItWorksParents .listar-feature-with-image .listar-feature-content-wrapper {
  top: 0;
}
#HowItWorksParents .listar-feature-content-wrapper {
  position: relative;
  margin-top: -45.5px;
}
#HowItWorksParents .listar-feature-item .listar-feature-item-title {
  padding-top: 0;
  margin: 0 0 30px;
  text-align: center;
  line-height: 1.5;
}
#HowItWorksParents .listar-feature-item .listar-feature-item-title.listar-feature-counter-added > span {
  margin-left: 25px;
  border-radius: 0 50px 50px 0;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: #EEE8FF;
}
#HowItWorksParents .listar-feature-item .listar-feature-item-title > span {
  box-shadow: 15px 20px 30px rgba(80, 80, 80, 0.12), 5px 0px 40px rgba(80, 80, 80, 0.1);
  padding: 10px 20px;
  display: inline-block;
  position: relative;
  background-color: #fff;
}
#HowItWorksParents .listar-feature-item .listar-feature-item-title > span span {
  box-shadow: 15px 15px 30px rgba(80, 80, 80, 0.2), 5px 0px 80px rgba(80, 80, 80, 0.15);
  padding: 10px 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 30px;
  white-space: nowrap;
  position: absolute;
  top: -3px;
  left: -40px;
  border-radius: 50px;
  background-color: rgb(255, 245, 231);
}
#HowItWorksParents .listar-feature-item .listar-feature-item-title span {
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  text-shadow: none;
  border-radius: 50px;
  color: #252525;
  font-size: 18px;
}
#HowItWorksParents .listar-feature-item-excerpt {
  padding: 0 20px;
}
#HowItWorksParents .listar-feature-item-excerpt {
  color: #252525;
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#HowItWorksParents .listar-map-button-text span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  height: 44px;
  line-height: 1.6;
  padding: 10px 25px;
  box-shadow: 0 0 31px rgba(0, 0, 0, 0.65), 0 0 4px rgba(0, 0, 0, 0.06);
  border-radius: 50px;
  background-color: rgba(35, 40, 45, 0.9);
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}
#HowItWorksParents .listar-map-button-text span {
  background-color: #fff;
  color: #252525;
  text-shadow: none;
  transition: all 0.2s ease-in;
}
#HowItWorksParents .listar-map-button-text span:after {
  border: 12px solid #fff;
}
#HowItWorksParents .listar-map-button-text span:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  width: calc(100% + 28px);
  height: calc(100% + 28px);
  border-radius: 36px;
}
#HowItWorksParents .listar-map-button:hover .listar-map-button-text span {
  padding: 10px 43px 10px 51px;
  transition: all 0.2s ease-in;
}
#HowItWorksParents .listar-feature-with-image .listar-feature-item a:before {
  content: "";
  position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -74px;
  width: 148px;
  height: 148px;
  border-radius: 1000px;
  z-index: 10;
}
#HowItWorksParents .listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  box-shadow: 10px 10px 40px rgba(80, 80, 80, 0.15), 15px 15px 30px rgba(80, 80, 80, 0.05), 0 0 120px rgba(80, 80, 80, 0.6);
  bottom: -30px;
  background-image: url("https://image.flaticon.com/icons/svg/2316/2316674.svg");
  background-size: 40%;
  color: #555;
  line-height: 52px;
}

#Teachers.Tutors {
  background: #E8F5FF;
  padding-top: 0;
}
#Teachers.Tutors .section-title {
  border-top: 1px solid transparent;
  text-align: center;
  padding: 0;
}

#ForParents .section-title h3 {
  line-height: 1.2;
}
#ForParents .section-title p {
  margin-top: 14px;
}
#ForParents ul {
  list-style: none;
  padding: 0;
}
#ForParents ul li {
  font-family: "Radlush-SemiBold";
  font-size: 19px;
  margin-bottom: 16px;
  position: relative;
  padding-left: 36px;
}
#ForParents ul li::before {
  content: "";
  position: absolute;
  height: 24px;
  width: 24px;
  top: 0;
  left: 0;
  background: url("../images/bluetick.svg");
  background-size: contain;
}

#AboutSafeguard .AbouSafeguardImg img {
  border-radius: 14px;
}
#AboutSafeguard .section-title {
  margin-bottom: 32px;
}
#AboutSafeguard .section-title p {
  margin-top: 14px;
}
#AboutSafeguard .SafeGuardTitle {
  text-transform: capitalize;
  font-size: 24px;
  font-family: "Radlush-SemiBold";
  color: #1676c1;
  margin-bottom: 24px;
}
#AboutSafeguard .SafeguardingPoints {
  padding: 0;
}
#AboutSafeguard .SafeguardingPoints .SafeGuardFlex {
  display: flex;
  gap: 14px;
  margin-bottom: 24px;
  align-items: center;
}
#AboutSafeguard .SafeguardingPoints .SafeGuardFlex .No {
  height: 32px;
  width: 32px;
  background-color: #FCB040;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  color: #ffffff;
  border-radius: 100%;
  font-weight: 600;
}
#AboutSafeguard .SafeguardingPoints .SafeGuardFlex .SafeGuardItem {
  width: 90%;
  font-weight: 600;
  font-size: 16px;
  color: #090909;
}
#AboutSafeguard .SafeguardingPoints .SafeGuardFlex:nth-child(1) .No {
  background: linear-gradient(101deg, #FFC068 0%, #EFA43A 73.22%);
}
#AboutSafeguard .SafeguardingPoints .SafeGuardFlex:nth-child(2) .No {
  background: linear-gradient(101deg, #F8A9A9 0%, #EC6E6E 73.22%);
}
#AboutSafeguard .SafeguardingPoints .SafeGuardFlex:nth-child(3) .No {
  background: linear-gradient(260.56deg, #C8B5FF 0%, #A486FB 69.08%);
}
#AboutSafeguard .SafeguardingPoints .SafeGuardFlex:nth-child(4) .No {
  background: linear-gradient(260.56deg, #AADAFF 0%, #72C2FF 69.08%);
}

#safeguide-cta {
  padding-top: 0;
  z-index: 99;
  overflow: visible;
  position: relative;
}
#safeguide-cta .CtaMain {
  background: url(../images/safeguardcta2.jpg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  padding: 60px 40px;
  height: 100%;
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 35.63px 0px rgba(0, 0, 0, 0.1411764706);
}
#safeguide-cta .CtaMain .image {
  width: 50%;
}
#safeguide-cta .CtaMain .image h3 {
  font-family: "Radlush-SemiBold";
  text-transform: capitalize;
}
#safeguide-cta .CtaMain h3,
#safeguide-cta .CtaMain p,
#safeguide-cta .CtaMain a {
  position: relative;
  z-index: 10;
}

#Commitment {
  padding: 0;
  background: #E8F5FF;
}
#Commitment .ContentBox {
  padding: 40px 40px 0;
  margin: 0 auto 0 100px;
}
#Commitment .CommitmentImg {
  height: 100%;
}
#Commitment .CommitmentImg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#Commitment .CommitmentList {
  list-style: none;
  padding: 24px 0 0;
}
#Commitment .CommitmentList li {
  background-color: #fff;
  padding: 10px 14px 10px 70px;
  margin-bottom: 14px;
  border-radius: 30px;
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
  transition: 500ms all ease;
  width: 75%;
}
#Commitment .CommitmentList li:hover {
  transform: translate(14px);
}
#Commitment .CommitmentList li::before {
  content: "";
  position: absolute;
  left: 27px;
  top: 8px;
  height: 27px;
  width: 27px;
  background: url("../images/list.svg");
  background-size: contain;
}

#Commitment.RiskAssement {
  background-color: #FFF5E7;
}
#Commitment.RiskAssement .ContentBox {
  padding: 40px 40px 0;
  margin: 0 100px 0 auto;
}
#Commitment.RiskAssement .CommitmentList li {
  width: auto;
}

#AboutSend {
  padding-bottom: 0;
  position: relative;
}
#AboutSend .section-title {
  margin-bottom: 32px;
}
#AboutSend .SendBtns {
  display: flex;
  gap: 18px;
}
#AboutSend .SendBtns .web-btn {
  text-transform: capitalize;
}
#AboutSend .SendBtns .aboutbtn {
  background: #FCB040;
}
#AboutSend .SendImg img {
  width: 100%;
  -o-object-position: top;
     object-position: top;
}
#AboutSend .col-lg-6:last-child .CounterBox {
  border: none;
  padding-right: 0PX;
  margin-left: 14PX;
}
#AboutSend .col-lg-6:last-child .CounterBox::after {
  content: "";
  background: transparent;
}
#AboutSend .CounterMain {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-top: 24px;
  padding: 24px 0 20px 20px;
  border-radius: 24px;
}
#AboutSend .CounterMain .CounterBox {
  display: flex;
  align-items: center;
  gap: 14px;
  align-items: center;
  text-align: left;
  padding-right: 18px;
  margin-left: 0PX;
  position: relative;
}
#AboutSend .CounterMain .CounterBox::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1PX;
  background-color: #FCB040;
  right: -10px;
}
#AboutSend .CounterMain .CounterBox .CounterNo {
  font-family: "Radlush-SemiBold";
  color: #FCB040;
}
#AboutSend .CounterMain .CounterBox .Countericon {
  width: 48px;
}

#SendServices {
  background: url(../images/hero-shape.png);
  background-color: #FFE8E8;
  background-repeat: no-repeat;
  background-position: right 0px;
  background-size: contain;
  background-blend-mode: lighten;
}
#SendServices .section-title {
  text-align: center;
}
#SendServices .ServicesBox {
  border-radius: 20px;
  border: 1px solid #eee5e5;
  padding: 45px 40px 50px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 0.7s;
  height: 100%;
  background-color: #fff;
}
#SendServices .ServicesBox:hover {
  transform: scale(0.95);
}
#SendServices .ServicesBox:hover::after {
  opacity: 1;
  transform: scaleY(1);
}
#SendServices .ServicesBox:hover .ServiceImage .img-hov {
  opacity: 1;
}
#SendServices .ServicesBox:hover .ServiceTitle {
  color: #000;
}
#SendServices .ServicesBox::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #F8A9A9;
  opacity: 0;
  transform: scale(0.9);
  transform-origin: bottom;
  transition: 0.3s;
  bottom: 0;
  right: 0;
  border-radius: 20px;
}
#SendServices .ServicesBox .ServiceTitle {
  font-size: 27px;
  font-family: "Radlush-SemiBold";
  color: #1676c1;
}
#SendServices .ServicesBox .ServiceDescription {
  margin-top: 18px;
  color: #8E8E8E;
  font-size: 18px;
  line-height: 1.3;
}
#SendServices .ServicesBox .ServiceImage {
  margin-top: 24px;
  position: relative;
}
#SendServices .ServicesBox .ServiceImage img {
  border-radius: 24px;
  transition: 500ms all ease;
}
#SendServices .ServicesBox .ServiceImage .img-hov {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 500ms all ease;
}
#SendServices .col-lg-4:nth-child(1) .ServicesBox::after {
  background: #efffe4;
}
#SendServices .col-lg-4:nth-child(2) .ServicesBox::after {
  background: #DFFFFD;
}
#SendServices .col-lg-4:nth-child(3) .ServicesBox::after {
  background: #E8F5FF;
}
#SendServices .col-lg-4:nth-child(4) .ServicesBox::after {
  background: #FFF5E7;
}
#SendServices .col-lg-4:nth-child(5) .ServicesBox::after {
  background: #E8FFEA;
}
#SendServices .col-lg-4:nth-child(6) .ServicesBox::after {
  background: #EEE8FF;
}

#SendHowItWorks .section-title {
  text-align: center;
}
#SendHowItWorks .HowItWorksMain {
  position: relative;
}
#SendHowItWorks .HowItWorksMain .WorkShape {
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
}
#SendHowItWorks .HowItWorksMain .WorkShape img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
#SendHowItWorks .WorkBox {
  max-width: 298px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}
#SendHowItWorks .WorkBox .WorkTitle {
  font-family: "Radlush-SemiBold";
  font-weight: 600;
  font-size: 26px;
  line-height: 28px;
  padding-bottom: 14px;
  text-transform: capitalize;
}
#SendHowItWorks .WorkBox .Description {
  font-size: 16px;
  line-height: 26px;
  color: #8E8E8E;
}
#SendHowItWorks .WorkBox .WorkImg {
  overflow: hidden;
  border-radius: 24px;
  display: inline-block;
  margin-bottom: 60px;
}
#SendHowItWorks .WorkBox img {
  width: 100%;
  transition: 700ms;
}
#SendHowItWorks .WorkBox:hover img {
  transform: scale(1.08);
}
#SendHowItWorks .WorkNo {
  position: absolute;
  height: 40px;
  width: 40px;
  top: 139px;
  right: 3px;
  background: #1676c1;
  color: #fff;
  font-family: "Radlush-SemiBold";
  padding-top: 2px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  box-shadow: 0 4px 13px 0 rgba(11, 57, 72, 0.25);
  z-index: 10;
}
#SendHowItWorks .col-lg-4:nth-child(2) .WorkBox .WorkImg {
  margin-bottom: 85px;
}
#SendHowItWorks .col-lg-4:nth-child(2) .WorkNo {
  top: 261px;
  left: 50%;
  transform: translateX(-50%);
  background: #FFC068;
}
#SendHowItWorks .col-lg-4:nth-child(3) .WorkNo {
  left: 3px;
  right: auto;
  background: #F9616D;
}

#HowItWorks2 .section-title {
  text-align: center;
}
#HowItWorks2 .WorkBox {
  text-align: left;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-right: 1px solid rgba(22, 119, 193, 0.4196078431);
  margin: 0 auto;
  position: relative;
  padding: 24px;
  transition: 300ms all ease;
}
#HowItWorks2 .WorkBox:hover {
  background-color: #FFE8E8;
  border-top: 1px solid rgba(22, 119, 193, 0.4196078431);
  border-left: 1px solid rgba(22, 119, 193, 0.4196078431);
  border-bottom: 1px solid rgba(22, 119, 193, 0.4196078431);
}
#HowItWorks2 .WorkBox .WorkTitle {
  font-family: "Radlush-SemiBold";
  font-weight: 600;
  font-size: 26px;
  line-height: 28px;
  padding-bottom: 14px;
  text-transform: capitalize;
}
#HowItWorks2 .WorkBox .WorkNo {
  font-size: 72px;
  font-family: "Radlush-SemiBold";
  -webkit-text-stroke: 2px #F9616D;
  color: rgba(255, 255, 255, 0);
}
#HowItWorks2 .WorkBox .Description {
  font-size: 16px;
  line-height: 26px;
  color: #8E8E8E;
}
#HowItWorks2 .col-lg-3:last-child .WorkBox {
  border: none;
}
#HowItWorks2 .col-lg-3:nth-child(1) .WorkBox {
  border: 1px solid rgba(22, 119, 193, 0);
  border-right: 1px solid rgba(22, 119, 193, 0.4196078431);
}
#HowItWorks2 .col-lg-3:nth-child(1) .WorkBox:hover {
  background-color: #FFE8E8;
  border-top: 1px solid rgba(22, 119, 193, 0.4196078431);
  border-left: 1px solid rgba(22, 119, 193, 0.4196078431);
  border-bottom: 1px solid rgba(22, 119, 193, 0.4196078431);
}
#HowItWorks2 .col-lg-3:nth-child(2) .WorkBox:hover {
  background-color: #FFE8E8;
  border-top: 1px solid rgba(22, 119, 193, 0.4196078431);
  border-left: 0px solid rgba(22, 119, 193, 0.4196078431);
  border-bottom: 1px solid rgba(22, 119, 193, 0.4196078431);
}
#HowItWorks2 .col-lg-3:nth-child(3) .WorkBox:hover {
  background-color: #FFE8E8;
  border-top: 1px solid rgba(22, 119, 193, 0.4196078431);
  border-bottom: 1px solid rgba(22, 119, 193, 0.4196078431);
  border-left: 0;
}
#HowItWorks2 .col-lg-3:nth-child(4) .WorkBox {
  border: 1px solid rgba(22, 119, 193, 0);
  border-top: 1px solid rgba(22, 119, 193, 0);
  border-bottom: 1px solid rgba(22, 119, 193, 0);
}
#HowItWorks2 .col-lg-3:nth-child(4) .WorkBox:hover {
  background-color: #FFE8E8;
  border-top: 1px solid rgba(22, 119, 193, 0.4196078431);
  border-right: 1px solid rgba(22, 119, 193, 0.4196078431);
  border-bottom: 1px solid rgba(22, 119, 193, 0.4196078431);
}
#HowItWorks2 .col-lg-3:nth-child(2) .WorkBox .WorkNo {
  -webkit-text-stroke: 2px #FCB040;
}
#HowItWorks2 .col-lg-3:nth-child(3) .WorkBox .WorkNo {
  -webkit-text-stroke: 2px #1676c1;
}
#HowItWorks2 .col-lg-3:nth-child(4) .WorkBox .WorkNo {
  -webkit-text-stroke: 2px #198754;
}

#Approach {
  background-color: #f2f4f4;
}
#Approach .section-title {
  max-width: 100%;
  margin: 0;
}
#Approach .section-title p {
  text-align: justify;
  font-size: 16px;
  color: #7a7a7a;
}
#Approach .ImgSlider {
  height: 440px;
}
#Approach .ImgSlider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#Approach .SectionContainer {
  background-color: #fff;
  border: none;
  height: 100%;
  padding: 40px;
  display: flex;
  align-items: center;
}

#Benefits {
  background: url(../images/hero-shape.png);
  background-color: #FFE8E8;
  background-repeat: no-repeat;
  background-size: contain;
  background-blend-mode: lighten;
}
#Benefits .section-title {
  text-align: center;
}
#Benefits .serviceBox {
  color: #999;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  transition: 500ms all ease;
}
#Benefits .serviceBox:hover {
  transform: translateY(-10px);
}
#Benefits .serviceBox .service-icon {
  color: #fff;
  background-color: #3088E2;
  font-size: 50px;
  height: 80px;
  width: 85px;
  margin: 0 auto 25px;
  border-radius: 0 0 50px 50px;
}
#Benefits .serviceBox .service-icon img {
  width: 100%;
  height: 100%;
  padding-bottom: 16px;
}
#Benefits .serviceBox .service-content {
  padding: 0 20px 20px;
  border: 3px solid #3088E2;
  border-radius: 10px;
  border-top: 20px solid #3088E2;
}
#Benefits .serviceBox .title {
  color: #000;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 7px;
  font-family: "Radlush-SemiBold";
}
#Benefits .serviceBox .description {
  font-size: 16px;
  margin: 0 0 15px;
}
#Benefits .col-md-6:nth-child(1) .serviceBox .service-content {
  border-color: #ffd8d8;
}
#Benefits .col-md-6:nth-child(1) .serviceBox .service-icon {
  background-color: #ffd8d8;
}
#Benefits .col-md-6:nth-child(2) .serviceBox .service-content {
  border-color: #c7f6f3;
}
#Benefits .col-md-6:nth-child(2) .serviceBox .service-icon {
  background-color: #c7f6f3;
}
#Benefits .col-md-6:nth-child(3) .serviceBox .service-content {
  border-color: #d3ecff;
}
#Benefits .col-md-6:nth-child(3) .serviceBox .service-icon {
  background-color: #d3ecff;
}
#Benefits .col-md-6:nth-child(4) .serviceBox .service-content {
  border-color: #ffebd0;
}
#Benefits .col-md-6:nth-child(4) .serviceBox .service-icon {
  background-color: #ffebd0;
}
#Benefits .col-md-6:nth-child(5) .serviceBox .service-content {
  border-color: #d7ffda;
}
#Benefits .col-md-6:nth-child(5) .serviceBox .service-icon {
  background-color: #d7ffda;
}
#Benefits .col-md-6:nth-child(6) .serviceBox .service-content {
  border-color: #e9e2ff;
}
#Benefits .col-md-6:nth-child(6) .serviceBox .service-icon {
  background-color: #e9e2ff;
}

#VisionMission .section-title {
  text-align: center;
}
#VisionMission .VisionBox {
  padding: 24px;
}
#VisionMission .VisionBox .ContentMain {
  padding: 32px 0;
  margin-top: 18px;
}
#VisionMission .VisionBox .ContentMain .Title {
  color: #1676c1;
  font-size: 27px;
  margin-bottom: 18px;
}
#VisionMission .VisionBox .ContentMain ul {
  list-style: none;
  padding: 0;
}
#VisionMission .VisionBox .ContentMain ul li {
  background-color: #fff;
  padding: 5px 10px 5px 36px;
  margin-bottom: 14px;
  border-radius: 30px;
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
  transition: 500ms all ease;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.12);
}
#VisionMission .VisionBox .ContentMain ul li:hover {
  transform: translate(14px);
}
#VisionMission .VisionBox .ContentMain ul li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 6px;
  height: 20px;
  width: 20px;
  background: url("../images/list.svg");
  background-size: contain;
}
#VisionMission .VisionBox .CommentBox {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px;
  position: relative;
  background: #efffe4;
  border-radius: 10px;
}
#VisionMission .VisionBox .CommentBox:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  right: auto;
  top: auto;
  bottom: -20px;
  border: 22px solid;
  border-color: transparent transparent transparent #efffe4;
}
#VisionMission .VisionBox .CommentBox .Icon {
  width: 150px;
}
#VisionMission .VisionBox .CommentBox .CounterNo {
  font-size: 42px;
  font-family: "Radlush-SemiBold";
}
#VisionMission .col-lg-4:nth-child(2) .VisionBox {
  background-color: #f7f7f7;
  padding-top: 0;
  border-radius: 14px;
}
#VisionMission .col-lg-4:nth-child(2) .VisionBox .CommentBox:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  right: auto;
  bottom: auto;
  top: -20px;
  border: 22px solid;
  border-color: transparent transparent transparent #efffe4;
}
#VisionMission .col-lg-4:nth-child(2) .VisionBox .CommentBox .ContentMain {
  margin: 0;
}
#VisionMission .col-lg-4:nth-child(1) .VisionBox .CommentBox {
  background: #97ccf5;
}
#VisionMission .col-lg-4:nth-child(1) .VisionBox .CommentBox:after {
  border-color: transparent transparent transparent #97ccf5;
}
#VisionMission .col-lg-4:nth-child(1) .VisionBox .CommentBox .ContentMain {
  margin: 0;
}
#VisionMission .col-lg-4:nth-child(2) .VisionBox .CommentBox {
  background: #f9ce91;
}
#VisionMission .col-lg-4:nth-child(2) .VisionBox .CommentBox:after {
  border-color: transparent transparent transparent #f9ce91;
}
#VisionMission .col-lg-4:nth-child(2) .VisionBox .CommentBox .ContentMain {
  margin: 0;
}
#VisionMission .col-lg-4:nth-child(3) .VisionBox .CommentBox {
  background: #ffb4ba;
}
#VisionMission .col-lg-4:nth-child(3) .VisionBox .CommentBox:after {
  border-color: transparent transparent transparent #ffb4ba;
}
#VisionMission .col-lg-4:nth-child(3) .VisionBox .CommentBox .ContentMain {
  margin: 0;
}

#JobList .section-title {
  text-align: center;
}
#JobList .JobMain {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  padding: 2rem;
  line-height: 1.25;
  font-size: 1.125rem;
  border-radius: 14px;
  transition: 500ms all ease;
}
#JobList .JobMain:hover {
  transform: translateY(-10px);
}
#JobList .JobTitle {
  margin-bottom: 18px;
}
#JobList .JobTitle h4 {
  font-family: "Radlush-SemiBold";
  color: rgb(74, 85, 104);
}
#JobList .JobDescription {
  color: rgb(160, 174, 192);
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 21px;
  letter-spacing: 1px;
  gap: 24px;
}
#JobList .JobDescription .JobLocation {
  display: flex;
  align-items: center;
  gap: 4px;
}
#JobList .JobDescription .Experience {
  display: flex;
  align-items: center;
  gap: 4px;
}
#JobList .Tags {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
#JobList .Tags .Tag {
  font-size: 14px;
  font-family: "Radlush-SemiBold";
  width: 50%;
  margin: 10px 0;
}
#JobList .Tags .Tag span {
  letter-spacing: 1px;
  margin: auto;
  padding: 5px 10px;
  background-color: #ffb4ba;
  display: block;
  width: 90%;
  text-align: center;
  border-radius: 6px;
}
#JobList .Tags .Tag:nth-child(1) span {
  color: rgb(56, 161, 105);
  background-color: rgb(198, 246, 213);
}
#JobList .Tags .Tag:nth-child(2) span {
  color: rgb(90, 103, 216);
  background-color: rgb(195, 218, 254);
}
#JobList .Tags .Tag:nth-child(3) span {
  color: rgb(49, 130, 206);
  background-color: rgb(190, 227, 248);
}
#JobList .Tags .Tag:nth-child(4) span {
  color: rgb(128, 90, 213);
  background-color: rgb(233, 216, 253);
}
#JobList .Form-wrapper {
  padding: 40px 20px 40px;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0px 0px 35.63px 0px rgba(0, 0, 0, 0.1411764706);
  background: url(../images/AboutBg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#JobList .Form-wrapper .section-title {
  margin-bottom: 18px;
}
#JobList .Form-wrapper .section-title h3 {
  font-size: 36px;
  margin-bottom: 0px;
}
#JobList .field-wrapper {
  display: block;
  margin: 14px 0px;
  position: relative;
  outline: none;
  width: 100%;
}
#JobList input {
  width: 100%;
  border: 1.11px solid #b5b5b5;
  padding: 12px 18px;
  border-radius: 14px;
  outline: none;
}
#JobList input::-webkit-input-placeholder {
  color: #a8a8a8;
  -webkit-transition: 600ms all ease;
  transition: 600ms all ease;
}
#JobList input:focus::-webkit-input-placeholder {
  color: transparent;
}
#JobList input::-webkit-input-placeholder {
  color: #a8a8a8;
  -webkit-transition: 600ms all ease;
  transition: 600ms all ease;
  font-size: 14px;
}
#JobList input:focus::-webkit-input-placeholder {
  color: transparent;
}
#JobList input:focus {
  border-color: #FCB040;
}
#JobList select {
  width: 100%;
  border: 1.11px solid #b5b5b5;
  padding: 12px 18px;
  border-radius: 14px;
  color: #a8a8a8;
  font-size: 14px;
}
#JobList select option {
  color: #000000;
}
#JobList textarea {
  width: 100%;
  border: 1.11px solid #b5b5b5;
  padding: 19px 25px;
  border-radius: 14px;
  color: #a8a8a8;
  font-size: 19px;
  outline: none;
}
#JobList textarea::-moz-placeholder {
  color: #999;
  -moz-transition: 600ms all ease;
  transition: 600ms all ease;
  font-size: 14px;
}
#JobList textarea::placeholder {
  color: #999;
  transition: 600ms all ease;
  font-size: 14px;
}
#JobList textarea:focus::-moz-placeholder {
  color: transparent;
}
#JobList textarea:focus::placeholder {
  color: transparent;
}
#JobList textarea:focus {
  border-color: #FCB040;
}
#JobList .form-btn {
  font-size: 18px;
  border-radius: 5px;
  background: #FCB040;
}
#JobList .form-btn:hover {
  transform: scale(1.04);
  border: 3px solid #FEE9CA;
  box-shadow: 0 0 0 3px #FCB040, 0 0 0 20px hsla(0, 0%, 90%, 0);
}
#JobList .form-btn input {
  color: #fff;
  text-transform: capitalize;
  background-color: transparent;
  padding: 0;
  border: none;
  outline: none;
  font-weight: 600;
  letter-spacing: 1px;
}
#JobList .form-btn:active {
  transform: scale(0.95);
}/*# sourceMappingURL=style.css.map */