/* @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smotthing: antialiased;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.03em;
}

.fa-bars:before,
.fa-navicon:before {
  content: "\f0c9";
  color: #000000;
}

header.fixed-top {
  background-color: #fff;
  z-index: 19990;
}

header.fixed-top img {
  width: 100px;
}

select,
input[type='date'] {
  color: #595C5F !important;
}


.size {
  font-size: 50px;
}

.custom-btn {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.custom-btn:hover {
  border: 1px solid transparent;
  background-color: #4CAF50;
  color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
}

html,
body {
  scroll-behavior: smooth;
}

/* width */
::-webkit-scrollbar {
  width: 3px;
}


.modal-dialog {
  max-width: 50%;
}


/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #0056B3;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-decoration: none;
}



.lottie-player_2 {
  position: absolute;
  top: auto;
  left: -11px;
  transform: rotate(49deg);
  width: 500px;
  height: 500px;
  bottom: -96px;
  top: auto;
}

.lottie-player_3 {
  position: absolute;
  top: auto;
  right: -140px;
  transform: rotate(298deg);
  width: 500px;
  height: 500px;
  bottom: 92px;
  top: auto;
}

.lottie-player_1 {
  width: 300px;
  position: absolute;
  top: 0;
}

.lottie-player_4 {
  width: 300px;
  position: absolute;
  top: 0;
  left: 30%;
}

.lottie-player_5 {
  width: 300px;
  position: absolute;
  top: 0;
  left: 60%;
}




.btn_1 {
  border-radius: 17px;
  padding: 16px;
  font-size: 14px;
  background: #034194;
  color: #fff;
  transition: all 0.5s ease;
}

.btn_1:hover {

  background: #022553;

}



.btn_2 {
  border-radius: 17px;
  padding: 16px;
  font-size: 14px;
  background: #4CAF50;
  color: #fff;
  transition: all 0.5s ease;
}

.btn_2:hover {
  background: #125214;

}

.topbar .btn_1 , .topbar .btn_2 {
    padding: 8px 20px;
      font-weight: 600;
}
.topbar .btn_1{
   background-color: #fff;
   color: #0049AC;
   font-weight: 600;
}


header {
  position: relative;
  z-index: 1;
}

.nav {
  padding: 0 20px;
}

nav a {
  padding: 15px 0px;
  color: #000;
}


/* header.active{
  -webkit-backdrop-filter: blur(39.69999694824219px);
        backdrop-filter: blur(39.69999694824219px);
background: #020f228a;
} */

/* header.active .nav{
  -webkit-backdrop-filter: blur(0);
        backdrop-filter:none;
background: transparent;
border-radius: 0;
border: 0;
} */

header.active .logo {
  width: 113px;
  position: relative;
  top: -2px;
}

header.active .logo1 {
  width: 100px;
}

.desk {
  display: block;
}





.mobile {
  display: none;
}

.drop {
    position: absolute;
    border-radius: 0px 20px 20px 20px;
    background: #ffffff;
    padding: 15px 20px;
    width: max-content;
    top: 40px;
    opacity: 0;
    visibility: hidden;
    left: -56px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    pointer-events: none;
}


.hover:hover .drop {
  top: 53px;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.drop li {
  padding: 10px 0;
  border-bottom: 1px solid rgb(211, 211, 211);
      transition: all 0.5s ease;
}

.drop li:hover{
  border-color: #00193A !important;
}
.drop li a{
    transition: all 0.5s ease;
}

.drop li a:hover{
  color:#001832 !important;
}

.mob_size{
  height: 280px;
  object-fit: cover;
}


.offcanvas-body .hover a {
  color: #fff !important;
}

.offcanvas-body .drop {
  background: #0d2447ea;
}



.offcanvas {
  background-color: #00193ade;
  -webkit-backdrop-filter: blur(80.69999694824219px);
  backdrop-filter: blur(80.69999694824219px);
  border: 0;
}

.bar1 {
  border-radius: 100%;
  background-color: #ededed36;
  stroke-width: 1px;
  border: 0;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  /* stroke: rgba(255, 255, 255, 0.32); */
  -webkit-backdrop-filter: blur(80.69999694824219px);
  backdrop-filter: blur(80.69999694824219px);
  cursor: pointer;
}

.offcanvas {
  border: 0 !important;
}

.fa-bars {
  color: #000 !important;
}

.bar {
  border-radius: 100%;
  fill: rgba(0, 0, 0, 0.1);
  stroke-width: 1px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  stroke: rgba(255, 255, 255, 0.32);
  -webkit-backdrop-filter: blur(80.69999694824219px);
  backdrop-filter: blur(80.69999694824219px);
  cursor: pointer;
}


/* Hero Section Styles */
section.hero-section {
  /* position: relative; */
  /* height: 100svh; */
  overflow: hidden;
}

/* section.hero-section .carousel,
section.hero-section .carousel-inner,
section.hero-section .carousel-item {
  height: 100%;
} */

section.hero-section .carousel-item img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}


section.hero-section .carousel-caption {
  text-align: left;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: auto;
  left: 0;
  right: 0;
}



section.hero-section .carousel-indicators {
  margin-bottom: 2rem;
}

section.hero-section .carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  margin: 0 5px;
}

section.hero-section .carousel-indicators .active {
  width: 30px;
  background-color: #0056B3;
  border-radius: 10px;
}


.social {
  position: absolute;
  left: 0;
  z-index: 9999;
  width: 70px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.32);
  -webkit-backdrop-filter: blur(80.69999694824219px);
  backdrop-filter: blur(80.69999694824219px);
  width: 45px;
  height: 45px;
  margin-bottom: 15px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.social a:hover {
  background-color: #0056B3;
}


.social a img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
  object-fit: contain;
}

.social a i {
  color: #fff;
}

.color {
  background-color: #0056B3 !important;
}

.color1 {
  color: #0056B3 !important;
}

/* .color1{
  color: #0056B3 !important;
} */

.color_2 {
  color: #4CAF50;
}


.padding {
  padding-bottom: 120px;
}

.margin {
  margin-bottom: 60px;
}

.topbar{
    background-color: #0049AC;
}

section.number .row div:nth-child(1) div {
  background-color: #4CAF50;
  padding: 20px;
  border-radius: 20px;
  height: 100%;
}

section.number .row div:nth-child(2) div {
  background-color: #034194;
  padding: 20px;
  border-radius: 20px;
  height: 100%;
}

section.number .row div:nth-child(3) div {
  background-color: #E53935;
  padding: 20px;
  border-radius: 20px;
  height: 100%;
}


.font{
  font-size: 40px;
}

.para {
  color: #001832;
}


section.future {
  position: relative;
}

section.future .box {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 86%;
  /* transform-origin: top; */
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#034194), to(rgba(76, 175, 80, 0.96)));
  background: -o-linear-gradient(left, #034194 0%, rgba(76, 175, 80, 0.96) 100%);
  background: linear-gradient(90deg, #034194 0%, rgba(76, 175, 80, 0.96) 100%);
}

section.future img {
  /* position: absolute; */
}

.btn_3 {
  border: 1px solid rgba(228, 228, 228, 0.264);
  border-radius: 100px;
  padding: 15px 20px;
  background: #E53935;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.btn_3:hover {
  background: #4CAF50;

}

.btn_4 {
  border: 1px solid rgba(228, 228, 228, 0.264);
  border-radius: 100px;
  padding: 15px 20px;
  background: #0056B3;
  font-size: 14px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.btn_4:hover {
  background: #4CAF50;

}


.color2 {
  color: #4CAF50;
}


section.service h2 {
  position: absolute;
  top: -24px;
  background-color: #fff;
  padding: 10px 30px;
  /* text-align: center; */
  left: 49.7%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

section.service svg {
  width: 500px;
  margin: 0 auto;
}

.size1 {
  font-size: 40px;
}

section.service .service_box img {
  -webkit-transform: scale(1) perspective(1000px);
  transform: scale(1) perspective(1000px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

section.service .service_box img:hover {
  -webkit-transform: scale(0.98) translateZ(10px);
  transform: scale(0.98) translateZ(10px);
}



section.service .service_box .box .btn_4 {
  position: absolute;
  left: 40px;
  bottom: 50px;
  opacity: 0;
}


section.service .service_box .box:nth-child(1):hover .btn_4 {
  opacity: 1;
}


section.ads .btn_1 {
  background-color: #001832;
  color: #fff;
}

section.ads .btn_1:hover {
  background-color: #023a76;
  color: #fff;
}

section.ads .btn_1:hover {
  background-color: #023a76;
  color: #fff;
}

section.ads .box_1 {
  background-color: #0049AC;
  overflow: hidden;
  border-radius: 30px;
  position: absolute;
  z-index: -1;
  height: 78%;
  bottom: 48px;
  width: 100%;
}

section.ads .lottie-player {
  width: 100%;

}

section.ads .lottie-player svg {
  -webkit-transform: scale(1.1) !important;
  -ms-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}

.left-panel {
  padding-right: 30px;
}

.timeline-list {

  position: relative;
}

.timeline-list::before {
  content: '';
  position: absolute;
  top: 26px;
  /* bottom: 0; */
  height: 84%;
  left: 5px;
  width: 2px;
  z-index: -1;
  background-color: #28a745;
}

.list-item {
  cursor: pointer;
  font-size: 21px;
  padding: 15px 0;
  opacity: 1;
  color: #8E8E8E;
  font-weight: 400;
  /* font-size: 18px; */
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: relative;
  opacity: 1;
  padding-left: 20px;
}

.list-item.active {
  opacity: 1;
  font-weight: bold;
  color: #034194;
}

.list-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #28a745;
  /* Green color for the dot */
  border-radius: 50%;
  z-index: 1;
}

.list-item.active::before {
  background-color: #034194;
  /* Blue for the active dot */
}


.right-panel img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  -webkit-animation: fadeIn 0.5s ease-in-out forwards;
  animation: fadeIn 0.5s ease-in-out forwards;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.right-panel img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  /* Remove any previous animation property here if you had one */
}


section.testimonials h2 {
  position: absolute;
  top: -24px;
  background-color: #fff;
  padding: 10px 30px;
  /* text-align: center; */
  left: 49.7%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

section.testimonials svg {
  width: 600px;
  margin: 0 auto;
}





section.testimonials .card {
  border: 0;
}

section.testimonials .card-body {
  position: absolute;
  bottom: 10px;
  top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;

}

section.testimonials .card-body img {
  width: 40px;
  height: 40px;
}

section.video h2 {
  position: absolute;
  top: -24px;
  background-color: #fff;
  padding: 10px 30px;
  /* text-align: center; */
  left: 49.7%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

section.video svg {
  width: 500px;
  margin: 0 auto;
}

/* .owl-carousel .item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin: 20px 10px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
} */

.owl-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

/* .owl-carousel .item:hover .play-button {
  opacity: 1;
} */

.play-button svg {
  width: 24px;
  height: 24px;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
}

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc;
  display: block;
  border-radius: 50%;
}

.owl-dots .owl-dot.active span {
  background: #007bff;
}


section.contact-section {

  padding: 20px 0;
}



.site-footer {
  background-color: #00193A;
  color: #fff;
  padding: 40px 0;
}

.footer-heading {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-link {
  color: #adb5bd;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.footer-link:hover {
  color: #fff;
}

.social-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin-right: 10px;
  font-size: 1rem;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.social-icons a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.contact-info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 0.9rem;
  color: #adb5bd;
}

.contact-info svg,
.contact-info i {
  margin-right: 10px;
  font-size: 1rem;
  color: #007bff;
}

.copyright {
  font-size: 0.8rem;
  color: #6c757d;
  margin-top: 30px;
  text-align: center;
}

.logo-section {
  margin-bottom: 20px;
}

.logo-section img {
  max-width: 150px;
  height: auto;
  margin-bottom: 10px;
}

.logo-section p {
  font-size: 0.9rem;
  color: #adb5bd;
}

.enquire-button {
  text-align: right;
}

.btn-outline-light {
  color: #fff;
  border-color: #fff;
  font-size: 0.9rem;
}

.btn-outline-light:hover {
  background-color: #fff;
  color: #0d2447;
  border-color: #fff;
}

.heading_banner{
  position: absolute;
  color: #ffffff;
  padding: 10px;
  bottom: 30px;
  width: max-content;
  left: 0;
  backdrop-filter: blur(12.199999809265137px);
box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
background: rgba(3, 65, 148, 0.42);
}

section.other-banner-about {
  background: url('../Images/new/about_banner.webp') no-repeat center center;
    height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size:cover;
  background-position: center;
}


section.other-banner-service {
  background: url('../Images/new/service_banner.webp') no-repeat center center;
   height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}

section.other-banner-blog1{
  background: url('https://img.freepik.com/free-photo/aerial-view-man-using-computer-laptop-wooden-table_53876-20657.jpg?t=st=1753205423~exp=1753209023~hmac=64e9867fcda303064291d1de70abb5233aa6a99fc96f504c49f32b24436c46ef&w=1380') no-repeat center center;
   height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}


section.other-banner-counselling {
  background: url('../Images/other-banner/banner_Career\ Counselling.webp') no-repeat center center;
  height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}
section.other-banner-school {
  background: url('https://img.freepik.com/free-photo/view-modern-classroom-school_23-2150911441.jpg?t=st=1753204494~exp=1753208094~hmac=36e4bae3fa03a95b5c2551f82a6e432686e3b2a529919cb2735c8d98bbbe93a8&w=1380') no-repeat center center;
  height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}
section.other-banner-course{
  background: url('https://img.freepik.com/free-photo/data-profession-money-symbol-lens-flare_1134-1414.jpg?t=st=1753190283~exp=1753193883~hmac=8cc2fd197ed77623d2b9b1493fb62353c89097e1410a4ad9e0a0b1d12c66c366&w=1380') no-repeat center center;
  height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-size: cover;
}


section.other-banner-test{
  background: url('https://img.freepik.com/free-photo/man-writing-clipboard-group-therapy-session_23-2148752070.jpg?t=st=1753190530~exp=1753194130~hmac=596b784d324f4cce303a2e2342a30b9c2c88ee1590040a39afe33a5157990c49&w=1380') no-repeat center center;
  height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: cover;
}



section.other-banner-parent{
  background: url('../Images/new/parent.jpg') no-repeat center center;
  height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: bottom top;
  background-size: cover;
}



section.other-banner-cv{
  background: url('https://img.freepik.com/free-photo/businesswoman-reading-freelancer-cv-discussing-hiring-offer-with-remote-recruiter-online-videocall-meeting-conference-startup-company-office-teleconference-call-computer-screen_482257-40393.jpg?t=st=1753206495~exp=1753210095~hmac=7b4807318fdb412480f7a187aa38aa9d2fbf92fb2c1e752bad2763ceba9c8ec9&w=1380') no-repeat center center;
  height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: bottom top;
  background-size: cover;
}

section.other-banner-test2{
  background: url('https://img.freepik.com/free-photo/aerial-view-doctor-writing-patient-daily-report-checklist_53876-14932.jpg?t=st=1753206915~exp=1753210515~hmac=e8e89b9e8ecf396111d1bf024da8bc650d772acff9f0b35da2eb01f050cace7e&w=1380') no-repeat center center;
  height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: bottom top;
  background-size: cover;
}


section.other-banner-mentor {
    background: url('https://img.freepik.com/free-photo/portrait-happy-young-colleagues-using-digital-tablet_1262-17980.jpg?t=st=1753205853~exp=1753209453~hmac=57a59e1cbfa06ba8305df3a498c2249e41a7c0bcdad3b4b643c346066455d3df&w=1380') no-repeat center center;
    height: 460px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
}


section.other-banner-contact {
  background: url('../Images/new/contact.webp') no-repeat center center;
  height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}

section.other-banner-blog {
  background: url('../Images/new/blog.webp') no-repeat center center;
  height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}

.other-banner{
  position: relative;
}

.other-banner .content{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  width: 30vw;
}




.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: #fff;
  content: var(--bs-breadcrumb-divider, "/");
}

section.other-banner .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

section.mission .card-img-overlay {
  top: auto;
  bottom: 40px;
  left: 5%;
  padding-right: 20px;
}

section.mission .card-img-overlay h4 {
  color: #fff;
  font-size: 45px;
}

section.mission .card-img-overlay p {
  color: #fff;
}

section.mission .card-img-overlay.new {
  left: 3%;
}


section.need .heading_1 h2 {
  position: absolute;
  top: -24px;
  background-color: #fff;
  padding: 10px 30px;
  /* text-align: center; */
  left: 49.7%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

section.need svg {
  width: 600px;
  margin: 0 auto;
}

section.need .card p {
 color: #000;
}

section.details {
  padding-top: 100px;
}

/* section.details .card {
  box-shadow: 0px 0px 10px #0018322f;

} */

section.details .box {
  position: sticky;
  top: 88px;
  transition: all 0.5s ease;
}

.color2 {
  background-color: #28a745;
}


section.test .card-img-overlay {
  top: 50%;
  transform: translateY(-50%);
  padding: 20px 50px;
}


section.mission .object {
  height: 550px;
  object-fit: cover;
  border-radius: 30px;
}


/* Blogs */

/* Blog-single */
.blog-image {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.latest-blogs {
  border: 1px solid #f0f0f0;
  padding: 20px;
  border-radius: 4px;
}

.blog-logo-height {
  height: 40px;
  border-radius: 5px;
}

.latest-blogs ul a {
  color: #212529;
  padding: 5px 10px;
  display: inline-block;
  font-size: 14px !important;
  border: 1px solid #ddd
}

.latest-blogs h6 {
  color: #212529;
}

.blog-caption {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


section.online_test {
  padding: 80px 0;
}

section.online_test label {
  cursor: pointer;
}

section.online_test .timer {
  background-color: #0056B3;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  width: max-content;
  font-size: 18px;
}

section.online_test .step {
  color: #000000;
  background-color: #ededed;
  padding: 10px;
  border-radius: 10px;
}


.lottie-player.size {
  width: 200px;
  height: 200px;
}

section.future_1 {
  background-color: #034194;
  padding-top: 100px;
}

/* section.future_1 p {
  font-size: 14px;
}
 */


section.benefits h3 {
  font-size: 27px;
}

section.benefits .box {
  margin-bottom: 110px;
  position: relative;
  background-color: #fff;
  padding: 20px;
  width: 80%;
  border-radius: 20px;
}

section.benefits .timeline {
  position: relative;
}

section.benefits .timeline::after {
  content: '';
  position: absolute;
  left: -30px;
  height: 105%;
  background-color: #ffffff;
  width: 1px;
  display: block;
  top: 0;
}

section.benefits .pointer {
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #4CAF50;
  border-radius: 50%;
  left: -42px;
  top: 20px;
  z-index: 100;
}

section.benefits .pointer::after {
  position: absolute;
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


section.benefits .pointer.second {
  left: -42px;
  top: 18px;
}

section.benefits .pointer.four {
  left: -42px;
  top: 27px;
}

section.benefits .sticky_top {
  position: sticky;
  top: 100px;
}

section.service_2 .card {
  border: 0;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.048);
  background: #fff;
  height: 100%;
  border-radius: 20px
}

section.service_2 .card .full_btn {
  width: 100%;
  background-color: #0056B3;
  display: block;
  border-radius: 0px 0px 10px 10px;
  padding: 10px;
  text-align: center;
  color: #fff;
  transition: all 0.5s ease;
}

section.service_2 .card .full_btn:hover {
  background-color: #0b3e75;
}




/* section.service_2 p {
  font-size: 14px;
} */

.font2{
  font-size: 27px;
}


section.service_2 .card_1 {
  background-color: #0056B3;
  overflow: hidden;
}


section.service_2 .card_1 .last {
  width: 250px;
  position: absolute;
  bottom: 0;
  right: 0;
}


section.video {
  background-color: #28a745;
}

section.video .card_1 .img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}



section.video .card_1 {
  box-shadow: none !important;
  border: 0;
  height: 400px;
  background-color: #fff;
}





section.video .card_1 .img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}



section.video .card_1 .img_1 {
  position: absolute;
  right: 20px;
  top: 20px;
}

section.video .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 29px !important;
}

section.video .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #0056B3;
}

section.blog_2 img {
  height: 240px;
  object-fit: cover;
}


.service_form_1 {
background: linear-gradient(190deg, #034194 0%, rgba(76, 175, 80, 0.96) 100%);
}
.service_form_1 h4 {
color: #fff !important;
}
.other-info {
    background-color: #ebf1ff;
    padding: 20px;
}

section.last{
  background: url('../Images/last_bg.webp') no-repeat;
  background-position: top center;
  background-size: cover;
  height: 400px;
  align-items: center;
  /* background-attachment: fixed; */
}


.sidebar img{
width: 100px;
}

.sidebar a{
display: flex;
gap: 10px;
align-items: center;
}

.modal{
  z-index: 100000;
}


