/*-- Google Font --*/

@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;500;600;700&display=swap");

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"),
    url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"),
    url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"),
    url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"),
    url("Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.woff2") format("woff2"),
    url("../fonts/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"),
    url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"),
    url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Thin.woff2") format("woff2"),
    url("../fonts/Inter-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/*-- Common Style --*/

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

body {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #263238;
  outline: none;
  visibility: visible;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: "";
}

body[dir="rtl"] {
  text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #263238;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: 0;
}

h1 {
  font-size: 36px;
}

.container-fluid.w-90 {
  max-width: 90%;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin-bottom: 0;
  font-size: 14px !important;
}

a,
button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a,
button,
img,
input {
  transition: all 0.3s linear;
  outline: 0;
}

a:focus,
button:focus,
img:focus,
input:focus {
  outline: 0;
}

a:focus {
  color: none;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #005de0;
}

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

button,
input[type="submit"] {
  cursor: pointer;
}

img {
  width: 100%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

/*-- Common Classes --*/

.section,
.main-wrapper {
  float: left;
  width: 100%;
}

header #navbarText {
  justify-content: end;
}
/* ======= Navbar style ======= */

/* homw-swiper */

header nav.navbar.navbar-expand-xl.navbar-dark {
  background: #0f4378;
  padding: 20px 0;
}

.head-top {
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  padding: 1rem 2rem;
  align-items: center;
}
.head-top span{
  padding-right: 20px;
}
header {
  border-top: 1px solid #ffdf69;
}
.nav-wrapper {
  width: 100%;
  scrollbar-width: none;
}

.nav-wrapper::-webkit-scrollbar {
  display: none;
}

.home-banner {
  position: relative;
}

.banner-text h1 {
  color: #fff;
  font-size: 40px;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
}
.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);
}

.banner-text .know-more:hover {
  background: #0f4378;
  color: #fff;
}

.banner-text .know-more {
  background: #ffdf69;
  padding: 7px 40px;
  border-radius: 35px;
  font-weight: 600;
  color: #263238;
  font-size: 14px;
  margin-top: 1rem;
}
.abt-cont {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.abt-icon1,
.abt-icon3,
.abt-icon2 {
  text-align: center;
}

.about-icon h4 {
  padding: 11px 0 8px;
  font-size: 2rem;
}

.nav-tabs .nav-link {
  border-bottom-color: var(--bs-gray-300);
}

.about-icon p {
  font-weight: 500;
  color: #181818;
}

.nav-tabs .nav-link[aria-selected="true"] {
  border-bottom-color: transparent;
}

.nav-wrapper .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: space-around !important;
}

.nav-wrapper .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #ffd279 !important;
}

ul.nav.nav-tabs.m-0.flex-nowrap {
  background: #fff;
  padding: 3rem 2rem;
}

.projects-verticals-wrap {
  background-color: #fff;
  padding: 3rem 0;
}

.msg-img-bg {
  position: relative;
}

.inner-msg-cont h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 3rem;
  font-size: 36px;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.inner-msg-cont h2:after {
  content: "";
  width: 75px;
  height: 4px;
  margin: 0 auto;
  position: relative;
  background-color: #ffd92a;
  display: block;
  margin-top: 8px;
}
/* .inner-msg-cont {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  left: 50%;
  width: 70%;
} */
.header-mainn {
  background: #0f4378;
  padding: 10px 0;
}
.row.ach-1 {
  background: #ffde39;
}

.row.ach-1 .achieve-img-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
  height: 100%;
}
.achieve-img-ri8 img {
  width: 100%;
}
.achieve-img-left img {
  width: 100%;
}
.row.ach-1 .achieve-img-left h2 {
  font-size: 36px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}
.row.ach-1 .achieve-img-left h2:after {
  content: "";
  width: 75px;
  height: 4px;
  position: relative;
  background-color: #263238;
  display: block;
  margin-top: 8px;
}
.achieve-img-ri8 h2 {
  font-size: 36px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}
.achieve-img-ri8 h2:after {
  content: "";
  width: 75px;
  height: 4px;
  position: relative;
  background-color: #263238;
  display: block;
  margin-top: 8px;
}
.cont-achieve p {
  padding: 1rem 0;
  font-weight: 500;
  font-size: 16px;
}
.achieve-img-left p {
  padding: 1rem 0;
  font-weight: 500;
  font-size: 14px;
  color: #181818;
}

.inner-msg-cont p {
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
}
.msg-core-innerr {
  border: 1px solid #ddd;
  text-align: justify;
  padding: 3rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  box-shadow: 7px 20px 80px #00000063;
}
.msg-core-innerr h4 {
  text-align: start;
  margin-top: 20px;
  color: #fff;
}
.msg-core-innerr span {
  color: #ffd92a;
}
ul.list-ach li {
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  color: #181818;
  display: block;
  position: relative;
  margin-bottom: 24px;
  padding: 0 15px 0 36px;
  list-style: none;
  display: block;
  background: url(https://www.honeybunchschool.com/wp-content/themes/honey-bunch/assets/images/black.png)
    0 0 no-repeat;
    background-size: 14px;
    background-position-y: center;
}

ul.list-ach2 li {
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 24px;
  padding: 0 15px 0 36px;
  list-style: none;
  display: block;
  background: url(https://www.honeybunchschool.com/wp-content/themes/honey-bunch/assets/images/gree.png)
    0 0 no-repeat;
  color: #5b5b5b;
  background-size: 17px;
    background-position-y: center;
}

.achieve-img-ri8 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 2rem 0;
}
/* about */
.abt-icon1,
.abt-icon2,
.abt-icon3 {
  border-left: 2px solid #ddd;
}
.about-icon {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-top: 3rem;
}
.abt-in-cont h2 {
  font-size: 36px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}
.abt-in-cont h2:after {
  content: "";
  width: 75px;
  height: 4px;
  position: relative;
  background-color: #ffd92a;
  display: block;
  margin-top: 8px;
}
.abt-in-cont p {
  text-align: justify;
  font-size: 14px;
  line-height: 27px;
}
.abt-in-cont .bi-chevron-right {
  padding-left: 5px;
}
.abt-in-cont .read-more {
  color: #0f4378;
  font-weight: 500;
  margin: 1rem 0 0;
  font-size: 18px;
}

section#msg-cores-quotes p {
  font-size: 24px;
}

.foot-wrap {
  background: #0f4378;
  color: #fff;
  padding: 60px 0 30px;
}

.widget-link h4 {
  color: #fff;
  padding-bottom: 1rem;
}

h4.footer-widget-title {
  color: #ffff;
}

ul.social li {
  margin-right: 1rem;
}

ul.social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.widget-link {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.2px;
}

.widget-link ul li {
  margin-bottom: 1.5rem;
}

.border-ri8-last {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.border-ri8 {
  border-right: 1px solid gray;
  display: flex;
  align-items: flex-start;
  justify-content: start;
}
.border-ri8-center {
  border-right: 1px solid gray;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.footer-widget.footer-widget-2 {
  margin-top: 2rem;
}

.copyright-social ul li {
  margin-top: 1rem;
  width: 30px;
}

.col-md-6.col-12.fot-bot-left {
  display: flex;
  align-items: center;
  justify-content: start;
  font-weight: 500;
}
.col-md-6.col-12.fot-bot-ri8 {
  display: flex;
  align-items: center;
  justify-content: end;
  font-weight: 500;
}

a.for-ad {
  background: #ffde39;
  padding: 5px 12px;
  font-weight: 600;
  border-radius: 4px;
  box-shadow: 1px 1px 1px 1px #8883;
  margin-right: 1rem;
}

.cont-eri8 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}

a.contact-mail {
  padding: 0 0 0 1rem;
}

.foot-bot {
  padding: 1rem 0;
  background: #ffdf69;
}
.foot-logo-wrap {
  display: flex;
  align-items: flex-start;
  /* justify-content: center; */
  margin-bottom: 30px;
}

#testimonial-wrap {
  
    /* background: url(https://www.honeybunchschool.com/wp-content/uploads/2025/09/home-bg.jpg) */
     background: url(https://www.honeybunchschool.com/wp-content/uploads/2025/09/home-bg-img.jpg)
    no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0;
}
#testimonial-wrap-sec .test-cont {
    width: 80%;
    margin: 0 auto;
}
#testimonial-wrap-sec h2:after {
    content: "";
    width: 75px;
    height: 4px;
    margin: 0 auto;
    position: relative;
    background-color: #ffd92a;
    display: block;
    margin-top: 8px;
}
#testimonial-wrap-sec h2 {
    font-size: 36px;
    letter-spacing: 1px;
    margin-bottom: 3rem;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    color: #ffff;
    text-transform: uppercase;
}
#testimonial-wrap-sec{
	 /* background: url(https://www.honeybunchschool.com/wp-content/uploads/2023/07/Home-Page-BG.jpg) */
    background: url(https://www.honeybunchschool.com/wp-content/uploads/2025/09/home-parent.png)
    no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0;
}
#testimonial-wrap .swiper {
  width: 100%;
  height: 100%;
}

#testimonial-wrap .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
}
#testimonial-wrap .swiper-wrapper {
  position: relative;
  padding-bottom: 100px;
}
#testimonial-wrap .swiper-slide img {
  display: block;
  width: auto;
      margin-right: 10px;
    object-fit: contain;
}
#testimonial-wrap .test-cont {
  width: 80%;
  margin: 0 auto;
}
#testimonial-wrap .swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 12px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 12px)
  );
  background: #82670d;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.5);
}
#testimonial-wrap .swiper-pagination-bullet-active {
  background: #ffdf69;
  opacity: 1;
  height: 15px;
  width: 15px;
}
#testimonial-wrap h2 {
  font-size: 36px;
  letter-spacing: 1px;
  margin-bottom: 3rem;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  color: #ffff;
  text-transform: uppercase;
}
#testimonial-wrap h2:after {
  content: "";
  width: 75px;
  height: 4px;
  margin: 0 auto;
  position: relative;
  background-color: #ffd92a;
  display: block;
  margin-top: 8px;
}
.test-cont .test-content-home{
	border: 1px solid darkgray;
	padding: 2rem 2rem;
}
.test-content-home h3 {
    text-align: center;
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
    font-size: 18px;
}
.test-cont p {
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.header-mainn-roww {
  display: flex;
  align-items: center;
}
#about-us-wrapper {
  overflow: hidden;
}
#achieve-wrapper {
  overflow: hidden;
}
.abt-img img {
  width: 100%;
}
#msg-cores {
  background: #0f4378;
  padding: 60px 0;
  color: #fff;
}

.hb-accordion-wrapper h2{
  margin-bottom: 10px;
    color: #074376;
    font-size: 26px;
}

.hb-accordion-wrapper #faq .card {
  margin-bottom: 30px;
  border: 0;
}

.hb-accordion-wrapper #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

.hb-accordion-wrapper #faq .card .card-header .btn-header-link {
  display: block;
  text-align: left;
  background: #074376;
  color: #fff;
  padding: 20px;
}

.hb-accordion-wrapper #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
}

.hb-accordion-wrapper #faq .card .card-header .btn-header-link.collapsed {
  background: #074376;
  color: #fff;
}

.hb-accordion-wrapper #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

.hb-accordion-wrapper #faq .card .collapsing {
  background: #ffe472;
  line-height: 30px;
}

.hb-accordion-wrapper #faq .card .collapse {
  border: 0;
}

.hb-accordion-wrapper #faq .card .collapse.show {
  background: #ffdf75;
  line-height: 30px;
  color: #222;
}
.academics-inner-banner {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
   /* background: url(https://www.honeybunchschool.com/wp-content/uploads/2025/09/home-bg.jpg) */
        background: url(https://www.honeybunchschool.com/wp-content/uploads/2025/09/home-bg-img.jpg)
    top no-repeat;
  z-index: 9;
  background-position: 100%;
}
.academics-bg {
  animation: slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(50deg, #ffdf690a 50%, #ffdf6917 50%);
  bottom: 0;
  left: -50%;
  opacity: 0.5;
  position: absolute;
  right: -50%;
  top: 0;
  z-index: -1;
}
.academics-bg2 {
  animation-direction: alternate-reverse;
  animation-duration: 4s;
}
.academics-bg3 {
  animation-duration: 5s;
}
@keyframes slide {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(25%);
  }
}
.academics-banner-content {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.academics-banner-content h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  background: #ae9e3840;
  border-left: 5px solid #ae9e38;
  padding: 10px 15px;
  border-radius: 5px;
  text-transform: uppercase;
}
.breadcrumb {
  background: transparent;
  padding: 0;
  color: #000;
  margin: 0;
  text-transform: uppercase;
  justify-content: end;
}
.breadcrumb div {
  color: #fff;
}
.breadcrumb a {
  color: #fff;
  font-size: 14px;
}
.common-page-title {
  font-size: 30px;
  color: #ffdf69;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
  padding: 0 20px;
}
span.post.post-page.current-item {
  color: #ffdf69;
}
#content-wrapper {
  padding: 60px 0;
}
#content-wrapper h4 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  color: #393939;
  margin-top: 10px;
}
#content-wrapper p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-align: justify;
  padding: 0px 0 15px 0;
}
#content-wrapper h3 {
  color: #0f4378;
  margin: 10px 0;
}
#content-wrapper .list-style-ultimate {
  margin-bottom: 15px;
}
#content-wrapper .list-style-ultimate li {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  font-weight: 400;
  background: url(https://www.honeybunchschool.com/wp-content/themes/honey-bunch/assets/images/black-over.png)
    0 0 no-repeat;
  padding: 0 10px 20px 40px;
}
.contact-box {
  background: #074376;
  color: #fff;
  padding: 23px 42px;
  margin-bottom: 18px;
  /* box-shadow: inset 4px -1px 20px 8px rgb(255 255 255 / 57%); */
  border-radius: 20px;
}
.gform_wrapper .gform_button.button {
  background: #004374;
  color: #fff;
  font-size: 16px !important;
  font-weight: 500;
  padding: 8px 30px;
  border: 1px solid #004374;
  border-radius: 5px;
}
.abt-table {
  margin: unset !important;
}
.apply-online-wrap a:hover {
  color: #f2d465;
}
.gform_wrapper .gform_button.button:hover {
  background: #fff;
  color: #004374;
  border: 1px solid #004374;
}
.contact-form-section {
  padding: 30px 30px;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-left: 50px solid transparent;
  justify-content: center;
  border-right: 50px solid #074376;
  border-top: 50px solid #004374;
  border-bottom: 50px solid #004374;
  box-shadow: 0 0 16px #b8b8b8;
}
.career-form-wrapper {
  padding: 30px 50px;
  border: 2px solid #31678f;
  border-radius: 50px;
}
.gallery-section .su-spoiler-style-fancy > .su-spoiler-title {
  border-radius: 5px;
  background: #074376;
  font-size: 16px;
  color: #ffff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 7px 12px 34px;
}
.gallery-section .su-spoiler-icon {
  top: 10px;
}
.gallery-section .su-spoiler-content {
  font-size: 16px;
}
.download-btn-spl {
  background: #074376;
  color: #ffffff;
  border: 1px solid #004374;
  font-size: 16px !important;
  font-weight: 500;
  padding: 11px 42px;
  margin-right: 20px;
  margin-top: 16px;
  border-radius: 0px;
}
.download-btn-spl:hover {
  background: #fff;
  color: #004374;
  border: 1px solid #004374;
}
.mandatory-disclosures-page .item {
  margin-bottom: 50px;
}
.mandatory-disclosures-page .item h4 {
  font-size: 16px !important;
  background: #0f4378;
  padding: 10px 10px;
  color: #fff !important;
  border-bottom-left-radius:15px;
  border-bottom-right-radius: 15px;
  margin-top: 0 !important;
  min-height: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ngg-album-compact h4 {
  font-size: 16px !important;
  font-weight: bold !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
}
.ngg-album-compact h4 .ngg-album-desc {
  height: unset;
}
.mandatory-disclosures-page .item .image-holder {
  box-shadow: 0 0 16px #ddd;
  text-align: center;
  padding: 30px 0;
}
.mandatory-inner-wrapp h2 {
  font-size: 30px;
  margin-bottom: 30px;
  color: #074376;
}
.modern-table-wrapper th {
  background: #074376;
  color: #fff;
}
.foot-wrap a:hover {
  color: #ffdf69;
}
.vision-mision-wrapp {
  padding: 40px 0;
}
.Mission-wrap {
  padding: 50px;
  background: #0f4378;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.vision-wrap {
  padding: 50px;
  background: #e6e6e6;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.vision-wrap h3,
.Mission-wrap h3 {
  font-size: 36px;
}
.Mission-wrap p {
  color: #fff;
}
.vision-wrap-img {
  position: absolute;
  right: 20px;
  left: unset;
  top: 20px;
  z-index: 1;
  text-align: center;
}
.Mission-wrap-img {
  position: absolute;
  right: 20px;
  left: unset;
  top: 20px;
  z-index: 1;
  text-align: center;
}
.vision-wrap-img img,
.Mission-wrap-img img {
  opacity: 0.2;
  width: 80%;
}
#home-wrapper
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
#home-wrapper
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px);
}
#home-wrapper .swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 12px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 12px)
  );
  display: inline-block;
  border-radius: 50%;
  background: #ffdf69;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.4);
}
#home-wrapper .swiper-pagination-bullet-active {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 15px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 15px)
  );
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}
#home-wrapper .swiper-horizontal > .swiper-pagination-bullets,
#home-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal,
#home-wrapper .swiper-pagination-custom,
#home-wrapper .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 50px);
}
.home-achivement-btn .read-more {
  color: #181818;
  font-weight: 500;
  margin: 1rem 0 0;
  font-size: 18px;
}
.home-achivement-btn .bi-chevron-right {
  padding-left: 5px;
}
.about-inner-warp-sec1 {
  padding: 20px 0;
}
.Mission-wrap h3 {
  color: #fff !important;
}
.table-bordered td {
  font-weight: 500;
}
.modern-table-wrapper-table-1.table-bordered thead td,
 .modern-table-wrapper-table-1.table-bordered thead th {
  border-bottom-width: 1px !important;
}
.modern-table-wrapper .modern-table-wrapper-table-1 th {
  background: #00a7e31c;
  color: #000;
}
.modern-table-wrapper .modern-table-wrapper-table-1 thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #cbcbcb;
}
.modern-table-wrapper-table-2 tbody th{
  background: #00a7e31c;
  color: #000;
}
.modern-table-wrapper-table-2 tbody td{
  text-align: center;
}
.table thead th {
  padding: 20px;
  font-size: 20px;
  border-collapse: collapse;
}
.table {
  margin-bottom: 0;
}
.table td, .table th{
  padding: 15px;
}
.modern-table-wrapper-table-3 tbody{
  text-align: center;
}
.modern-table-wrapper-table-3 tbody td:nth-child(odd) {
  background: #00a7e31c;
}
.modern-table-wrapper .modern-table-wrapper-table-4 tbody th {
  background: #00a7e31c;
  color: #000;
}
.modern-table-wrapper .modern-table-wrapper-table-4 tbody td {
  font-weight: 500;
  text-align: center;
}
.modern-table-wrapper-table-5 tbody th{
  background: #00a7e31c;
  color: #000;
}
.table-responsive {
  border: 1px solid #074376;
  margin: 60px 0;
}
.apply-online-wrap .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
.apply-online-wrap .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
  margin-bottom: 12px;
  background: #f4f4f4;
  border: none;
  padding: 10px 10px 10px 20px!important;
}
.apply-online-wrap .gform_wrapper input.large,.apply-online-wrap .gform_wrapper input.medium,
.apply-online-wrap .gform_wrapper input.small,.apply-online-wrap .gform_wrapper select.large,
.apply-online-wrap .gform_wrapper select.medium,.apply-online-wrap .gform_wrapper select.small,.apply-online-wrap .gform_wrapper textarea.small{
  background: #f4f4f4;
  border: none;
  padding: 10px 10px 10px 20px!important;
}
.apply-online-wrap .gform_wrapper ul.gfield_checkbox li label,
.apply-online-wrap .gform_wrapper ul.gfield_radio li label{
  font-size: 14px;
  font-weight: 600;
  margin: 5px 0 0 6px;
}
.apply-online-wrap .gform_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_last,
.apply-online-wrap .gform_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle{
  margin-left: 0;
}
.apply-online-wrap .gform_wrapper li.gfield.gfield_error,.apply-online-wrap .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: 0px!important;
  border-top: none;
  border-bottom: none;
  padding-bottom: 0px;
  padding-top: 0px;
  box-sizing: border-box;
}
.apply-online-wrap .gform_wrapper .field_description_below .gfield_description {
  padding-top: 0px;
}
.gform_wrapper div.validation_error {
  display: none;
}
.apply-online-wrap p {
  padding: 0px 0 0px 0 !important;
}
.apply-online-wrap h2{
  text-align: center;
  border-bottom: 1px solid #0f4378;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: 26px;
  color: #0f4378;
}
.apply-online-wrap .career-form-wrapper{
  padding: 50px 50px;
  border: 2px solid #f2d465;
  border-radius: 50px;
  box-shadow: 0 0 16px #b6b6b6;
}
.careers-wrapper .career-form-wrapper{
  padding: 50px 50px;
  border: 2px solid #f2d465;
  border-radius: 50px;
  box-shadow: 0 0 16px #b6b6b6;
}
.gform_wrapper .gfield_radio li label {
  font-size: 14px;
  font-weight: 600;
  margin: 5px 0 0 6px;
}
#content-wrapper .careers-wrapper p {
  padding: 0px 0 10px 0;
}
body .careers-wrapper .gform_wrapper ul li.field_description_below div.ginput_container_checkbox,
 body .careers-wrapper .gform_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 0px;
  margin-bottom: 0;
}
.careers-wrapper .gform_wrapper li.gf_list_inline ul.gfield_radio li {
  margin: 0 8px 0px 0;
}
.careers-wrapper .gform_wrapper ul.gfield_checkbox,.careers-wrapper .gform_wrapper ul.gfield_radio {
  margin: 0px 0;
}
.careers-wrapper .gform_wrapper li.gfield.gfield_error,.careers-wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: 0px!important;
  border-top: none;
  border-bottom: none;
  padding-bottom: 0px;
  padding-top: 0px;
  box-sizing: border-box;
}
.careers-wrapper .gform_wrapper input.large,
.careers-wrapper .gform_wrapper input.small,
.careers-wrapper .gform_wrapper select.large,
.careers-wrapper .gform_wrapper select.medium,
.careers-wrapper .gform_wrapper select.small {
  width: 100%;
  margin-bottom: 12px;
  background: #f4f4f4;
  border: none;
  padding: 10px 10px 10px 20px!important;
}
.careers-wrapper .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
  margin-top: 10px;
}
.hb-alumni-section .item {
  padding: 30px;
}
.hb-alumni-section .item:nth-child(odd) {
  background: #b1b1b11c;
}
.hb-alumni-section .alumni-name {
  color: #0f4378;
  font-size: 18px;
  font-weight: 700;
}
.hb-alumni-section .modern-table-wrapper-table-1 thead th{
  background: #074376;
  color: #fff;
}
.alumni-reg-wrapper .gform_wrapper input.large,
.alumni-reg-wrapper .gform_wrapper input.medium,
.alumni-reg-wrapper .gform_wrapper input.small,
.alumni-reg-wrapper .gform_wrapper select.large,
.alumni-reg-wrapper .gform_wrapper select.medium,
.alumni-reg-wrapper .gform_wrapper select.small,
.alumni-reg-wrapper .gform_wrapper textarea.small {
  width: 100%;
  margin-bottom: 12px;
  background: #f4f4f4;
  border: none;
  padding: 10px 10px 10px 20px!important;
}
.alumni-form-wrapper{
  padding: 50px 50px;
  border: 2px solid #f2d465;
  border-radius: 50px;
  box-shadow: 0 0 16px #b6b6b6;
}
.alumni-reg-wrapper .gform_wrapper li.gfield.gfield_error,
.alumni-reg-wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: 0px!important;
  border-top: none;
  border-bottom: none;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-top: 0;
}
.hb-results-sec {
  padding: 30px;
  background: #00a7e31c;
  border-right: 5px solid #0f4378;
  border-left: 5px solid #0f4378;
  border-radius: 10px;
  margin: 50px 0;
  box-shadow: 0 0 16px #00000036;
}
.hb-results-sec .item-result p{
  text-align: start !important;
}
.our-achive-section h2{
  color: #0f4378;
  margin-bottom: 30px;
}
.hb-results-sec .item-result p i {
  padding-right: 10px;
  color: #0f4378;
}
.our-achive-table-1{
  margin: 30px 0 !important;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(227 245 252);
}
.national-champ-wrap {
  margin-top: 20px;
}
.national-champ-wrap h2 {
  margin-bottom: 15px !important;
}
.hb-tournament-wrap h3 {
  font-size: 20px;
}
.hb-tournament-wrap .table-responsive {
  margin: 30px 0 !important;
}
.national-champ-wrap {
  margin-top: 20px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.hb-tournament-wrap .modern-table-wrapper .modern-table-wrapper-table-1 thead th {
  background: #074376;
  color: #fff;
}
.hb-tournament-wrap-inner-2 {
  padding: 30px;
  background: #f2f2f285;
}
.hb-tournament-wrap-inner-1 {
  padding: 30px;
  background: #f2f2f285;
}
.hb-tournament-wrap {
  margin-top: 30px;
}
.contact-form-section .gform_wrapper li.gfield.gfield_error,
 .contact-form-section .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: 0px!important;
  border-top: none;
  border-bottom: none;
  padding-bottom: 0px;
  padding-top: 0px;
}
.contact-form-section .gform_wrapper .field_description_below .gfield_description {
  padding-top: 0px;
}
.contact-address .contact-num-title {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 16px;
}
.contact-form-section .gform_wrapper input.large,
 .contact-form-section .gform_wrapper input.medium,
 .contact-form-section .gform_wrapper input.small,
 .contact-form-section .gform_wrapper select.large,
 .contact-form-section .gform_wrapper select.medium,
 .contact-form-section .gform_wrapper select.small,
 .contact-form-section .gform_wrapper textarea{
      border: 1px solid #d6d6d6;
}
.contact-num.desk{
  display: block;
}
.contact-num.mob{
  display: none;
}
.abt-page-table .table-responsive {
  margin: 30px 0 50px 0 !important;
}
.hb-alumni-section .img-holder {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.hb-alumni-section .alumni-img-title {
  font-size: 16px;
  padding: 20px 0 10px 0;
  font-weight: 600;
  color: #0f4378;
  text-align: center;
}
.click-certificate p{
  text-align: center !important;
  margin-top: 30px !important;
}
.click-certificate p a:hover{
  color: #ffdf69;
}
.hb-tournament-wrap .list-style-ultimate {
  margin-bottom: 0px !important;
}
.achivement-last-sec{
  padding: 30px;
  border-left: 10px solid #0f4378;
  margin-top: 50px;
  box-shadow: 0 0 16px #ddd;
}
a.for-ad:hover {
  color: #202124;
}
.contact-box a:hover {
  color: #fff;
}
#breadcrumb-area h1 {
  font-size: 30px;
  color: #fff;
}
#breadcrumb-area .row{
  display: flex;
  align-items: center;
}
#breadcrumb-area {
  background: #074376;
  padding: 20px 0;
}
.gchoice {
  margin: 12px 0;
}
.gchoice input {
  margin-right: 10px;
}
/* .test-cont span{
	font-size: 20px;
    font-weight: 700;
    display: table;
    padding-bottom: 10px;
    color: #ffd92a;
	text-align:center;
} */

p.parent-video {
    margin-top: 20px;
    }
    
    p.parent-video img {
   height: 50px !important;
    }
    .test-cont span {
     font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    color: #ffd92a;
    cursor: pointer;
}

#primary-head-message-content-wrap .phmc-wrap-row{
  background: #7a7a7a2b; 
  padding: 50px; 
  color: #fff; 
  box-shadow: 0 0 16px #0000004a;
}
#primary-head-message-content-wrap .phmc-wrap-row-spl{
  justify-content: space-between;
  margin-bottom: 50px;
}
#primary-head-message-content-wrap .phmc-wrap-row-spl h4{
  color: #0f4378; 
  margin-bottom: 10px; 
  text-align: center; 
  font-size: 24px; 
  font-weight: 600;
}
#primary-head-message-content-wrap .phmc-wrap-row-spl h4 span{
  font-size: 18px; 
  color: #484848; 
  font-weight: 500;
}
#primary-head-message-content-wrap .phmc-wrap-row-inner p{
  color: #000;
}
#primary-head-message-content-wrap .phmc-wrap-row-inner h4{
  font-size: 16px; 
  color: #484848; 
  line-height: 24px; 
  font-weight: 500; 
  margin-bottom: 0;
}
#primary-head-message-content-wrap .phmc-wrap-row-inner h4 span{
  color: #0f4378; 
  font-size: 24px;
  font-weight: 800;
}
#primary-head-message-content-wrap .phmc-wrap-row-inner img{
  width: 360px;
  margin: 0 auto;
  display: table;
}
#primary-head-message-content-wrap .phmc-wrap-row-inner {
  flex-wrap: wrap-reverse;
}


.click-btn-spl {
   display: block;
    margin: 20px auto 0;
    width: 255px;
    font-size: 14px;
    font-weight: 700;
    /* font-family: 'Saira', sans-serif; */
    color: #ffffff;
    /* text-decoration: none !important; */
    padding: 0 20px;
    background: #074376;
    /* text-transform: uppercase; */
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
}


.click-btn-spl:hover {
  background: #fff;
  color: #004374;
  border: 1px solid #004374;
}

section#content-wrapper hr {
  background: #000;
border-top: 1px solid rgb(0 0 0) !important;

}

/* marquee {
    background: #ffde39 !important;
    line-height: unset;
    margin: 0 !important;
    font-weight: 500;
    width: 100%;
    display: block;
    padding: 5px 0; 
} */
/* marquee p{
  color: #000 !important;
  font-size: 10px;
  letter-spacing: 1px;
} */
/*kowshi*/
.scroll-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 5px;
  position: relative;
  background: #ffde39 !important;;
  }
.scroll-container .scrolling-text {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 20s linear infinite;
  letter-spacing: 1px;
  color: #000;
  font-weight: 500;
}
.scroll-container .scrolling-text:hover {
  animation-play-state: paused;
}
.scroll-container .scrolling-text a {
  text-decoration:underline;
  color:#132052;
  font-weight:300!important
}
@keyframes scroll-left {
  0% {
    transform:translateX(0%)
  }
  100% {
    transform:translateX(-100%)
  }
}
/*kowshi*/
.social-icons-ul li:hover {
    margin-left: -90px
}

.social-icons-ul li a {
    display: flex;
    font-size: 20px;
    color: unset;
    padding: 5px;
    text-decoration: none;
    align-items: center
}

.social-icons-ul {
    padding: 0;
    margin: 0
}

.social-icons-ul li a i {
    background: #960b0b;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    font-size: 20px
}

.social-icons-ul li .social-icons-ul-face i {
    background: #3c599f
}

.social-icons-ul li .social-icons-ul-insta i {
    background: #833ab4;
    background: linear-gradient(to right,#833ab4,#fd1d1d,#fcb045)
}

.social-icons-ul li .social-icons-ul-play i {
    background: red
}

.social-icons-ul li .social-icons-ul-whatsapp i {
    background: #25d366
}

.social-icons-ul li .social-icons-ul-linked i {
    background: #0077b5!important
}

.social-icons-ul li .social-icons-ul-print i {
    background: #e60023
}

.social-icons-ul li .social-icons-ul-twitter i {
    background: #1da1f2
}

.social-icons-ul li a img {
    background: #000;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    padding: 4px;
    object-fit: contain
}
.social-icons-ul li:hover {
    margin-left: -90px
}
.social-icons-ul-sticky {
    padding: 0;
    margin: 0;
    position: fixed;
    right: -170px;
    top: 250px;
    width: 210px;
    z-index: 1100
}
a.social-icons-ul-face {
    background: #fff;
}
a.social-icons-ul-insta {
    background: #fff;
}
a.social-icons-ul-you {
    background: #fff;
}