@font-face {
  font-family: ProximaNova;
  src: url(assets/fonts/ProximaNovaRegular.otf);
}

@font-face {
  font-family: ProximaNova_Black;
  src: url(assets/fonts/ProximaNovaCond-Black.otf);
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p {
  font-family: ProximaNova;
}

.navbar {
  background-color: white;
  z-index: 1;
  position: relative;
}

.navbar .navbar-brand {
  position: absolute;
  top: 1px;
  width: 90px;
}

@media screen and (max-width: 767px) {
  .navbar .navbar-brand {
    width: 60px;
  }
}

.navbar .navbar-collapse .navbar-nav .nav-item {
  padding: 0px 10px;
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: black;
  text-transform: uppercase;
}

.navbar .navbar-collapse .navbar-nav .nav-item .active {
  color: #608353;
}

.navbar .navbar-collapse .button_ContactUs {
  background-color: #608353;
  height: 41px;
  width: 140px;
  border-radius: 42px;
  font-size: small;
  border: 0px;
  text-transform: uppercase;
  color: white;
  -webkit-box-shadow: 1px 2px 5px 1px #bababc;
          box-shadow: 1px 2px 5px 1px #bababc;
}

@media screen and (max-width: 1200px) {
  .navbar .navbar-collapse .button_ContactUs {
    width: 120px;
  }
}

.navbar .navbar-toggler-icon {
  display: block;
  width: 30px;
  height: 5px;
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin: 3px;
}

@media screen and (max-width: 992px) {
  .navbar .collapse {
    margin: 25px;
    background-color: white;
    padding: 10px;
  }
}

#hero_section {
  height: 100%;
  position: relative;
}

#hero_section .hero_image .hero_content {
  position: absolute;
  color: #f1f1f1;
  width: 100%;
  padding: 0px 0px 0px 100px;
  top: 40%;
}

@media screen and (max-width: 767px) {
  #hero_section .hero_image .hero_content {
    padding: 0px 0px 0px 50px;
  }
}

@media screen and (max-width: 576px) {
  #hero_section .hero_image .hero_content {
    padding: 0px 0px 20px 20px;
    top: 20%;
  }
}

#hero_section .hero_image .hero_content span {
  font-size: 41px;
  color: white;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 576px) {
  #hero_section .hero_image .hero_content span {
    font-size: 20px;
  }
}

#hero_section .hero_image .hero_content .heading1 {
  font-size: 98px;
  color: #FFBF69;
  font-weight: 700;
  font-family: ProximaNova_Black;
  line-height: 1.2;
}

@media screen and (max-width: 1200px) {
  #hero_section .hero_image .hero_content .heading1 {
    font-size: 70px;
  }
}

@media screen and (max-width: 992px) {
  #hero_section .hero_image .hero_content .heading1 {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  #hero_section .hero_image .hero_content .heading1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 576px) {
  #hero_section .hero_image .hero_content .heading1 {
    font-size: 20px;
  }
}

#hero_section .hero_image .hero_content .learn_more {
  background-color: #FFBF69;
  height: 41px;
  width: 200px;
  border-radius: 42px;
  border: 0px;
  text-transform: uppercase;
  color: white;
  margin-top: 15px;
}

@media screen and (max-width: 576px) {
  #hero_section .hero_image .hero_content .learn_more {
    height: 30px;
    width: 150px;
    font-size: 10px;
  }
}

#hero_section .hero_image #myVideo {
  position: relative;
  min-width: 100%;
  max-height: 100%;
}

#our_best {
  background-color: #608353;
  padding: 50px;
}

#our_best .box {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #our_best .box {
    padding: 15px 0px;
  }
}

#our_best .box .box_heading {
  color: #FFBF69;
  font-size: 29px;
  margin: 10px;
  font-family: ProximaNova_Black;
}

@media screen and (max-width: 576px) {
  #our_best .box .box_heading {
    font-size: 19px;
  }
}

#our_best .box .box_des {
  font-size: 16px;
  margin-bottom: 0px;
  color: white;
  margin-top: 0px;
}

@media screen and (max-width: 576px) {
  #our_best .box .box_des {
    margin: 10px;
  }
}

#intro .intro_heading {
  font-size: 40px;
  color: #FFBF69;
  font-family: ProximaNova_Black;
}

@media screen and (max-width: 576px) {
  #intro .intro_heading {
    font-size: 30px;
  }
}

#intro .intro_heading span {
  font-size: 18px;
  color: #608353;
}

#intro .intro_detail {
  font-size: 16px;
  font-weight: 600;
  color: black;
  text-align: justify;
}

@media screen and (max-width: 576px) {
  #intro .intro_detail {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  #intro .right_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#board {
  min-height: 100%;
  position: relative;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#board::before {
  content: "";
  background-image: url(./assets/Group78.png);
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.5;
}

#board .container {
  z-index: 1;
  position: relative;
}

#board .board_heading {
  font-size: 70px;
  font-weight: 700;
  color: #FFBF69;
  font-family: ProximaNova_Black;
  margin-bottom: 0px;
}

@media screen and (max-width: 576px) {
  #board .board_heading {
    font-size: 30px;
  }
}

#board .board_box {
  background-color: #608353;
}

#board .board_box .trustees_name {
  color: #FFBF69;
  font-weight: 600;
  text-align: center;
  padding: 10px 0px;
  margin-top: 0px;
}

@media screen and (max-width: 1200px) {
  #board .board_box .trustees_name {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  #board .board_box .trustees_name {
    font-size: 14px;
  }
}

@media screen and (max-width: 576px) {
  #board .board_box {
    height: 100%;
    text-align: center;
    background-color: transparent;
  }
}

#gallery .gallery_heading {
  font-size: 70px;
  color: #FFBF69;
  font-weight: 700;
  font-family: ProximaNova_Black;
  margin-bottom: 0px;
}

@media screen and (max-width: 576px) {
  #gallery .gallery_heading {
    font-size: 30px;
  }
}

#staff {
  min-height: 100%;
  position: relative;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#staff::before {
  content: "";
  background-image: url(./assets/Group78.png);
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.5;
}

#staff .container {
  z-index: 1;
  position: relative;
}

#staff .staff_heading {
  font-size: 70px;
  color: #FFBF69;
  font-weight: 700;
  font-family: ProximaNova_Black;
  margin-bottom: 0px;
}

@media screen and (max-width: 576px) {
  #staff .staff_heading {
    font-size: 30px;
  }
}

#staff .card_name {
  padding: 15px 0px;
  background-color: #608353;
  text-align: center;
}

#staff .card_name h5 {
  color: #FFBF69;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  #staff .card_name h5 {
    font-size: 14px;
  }
}

#staff .card_des {
  padding: 15px 0px;
  background-color: #f3f2f2;
  text-align: center;
}

#staff .card_des h6 {
  color: #000;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  #staff .card_des h6 {
    font-size: 14px;
  }
}

#latest_news {
  min-height: 100%;
  position: relative;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#latest_news::before {
  content: "";
  background-image: url(./assets/Group78.png);
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.5;
}

#latest_news .container {
  z-index: 1;
  position: relative;
}

#latest_news .news_heading {
  font-size: 70px;
  color: #FFBF69;
  font-weight: 700;
  font-family: ProximaNova_Black;
  margin-bottom: 0px;
}

@media screen and (max-width: 576px) {
  #latest_news .news_heading {
    font-size: 30px;
  }
}

#latest_news .card {
  background-color: transparent;
  border: 0;
}

#latest_news .card .card-body {
  padding-bottom: 0px;
}

#latest_news .card .card-body h5 {
  color: #608353;
  font-weight: 700;
  font-size: 18px;
  font-family: ProximaNova_Black;
}

#latest_news .card .card-body .sub_title {
  font-size: 14px;
  color: #B78D54;
  font-weight: 600;
}

#latest_news .card .card-body p {
  font-size: 12px;
  font-weight: 500;
}

#latest_news .card .card-body a {
  color: #608353;
  text-decoration: none;
  font-weight: 600;
}

footer {
  background-color: #608353;
  padding: 0px 30px 10px;
}

@media screen and (max-width: 575px) {
  footer {
    text-align: center;
  }
}

footer ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0px;
}

@media screen and (min-width: 575px) {
  footer ul li {
    padding: 10px;
  }
}

@media screen and (max-width: 575px) {
  footer ul li {
    padding-bottom: 5px;
  }
}

footer ul li a {
  color: white;
  text-decoration: none;
  font-size: 16px;
}

@media screen and (max-width: 992px) {
  footer ul li a {
    font-size: 14px;
  }
}

footer ul li a:hover {
  color: #B78D54;
  text-decoration: none;
}

footer ul li a .icons {
  padding-right: 8px;
}

footer ul li a .icons img {
  width: 18px;
}

footer ul .header {
  color: #FFBF69;
  font-family: ProximaNova_Black;
  font-size: 20px;
}

footer ul img {
  width: 150px;
}

footer .copy_right {
  padding-top: 50px;
}

footer .copy_right span {
  font-size: 18px;
  color: white;
  padding-left: 40px;
}

footer .copy_right ul {
  text-align: end;
  padding-right: 30px;
}

footer .copy_right ul li {
  display: inline-block;
  font-size: 10px;
}

#aboutus_hero_sec {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(200, 204, 201, 0)), to(rgba(100, 155, 92, 0.73))), url("assets/Picture3.png");
  background-image: linear-gradient(to bottom, rgba(200, 204, 201, 0), rgba(100, 155, 92, 0.73)), url("assets/Picture3.png");
  width: 100%;
  height: 600px;
  background-size: cover;
  color: white;
  padding: 20px;
}

@media screen and (max-width: 992px) {
  #aboutus_hero_sec {
    height: 500px;
  }
}

@media screen and (max-width: 767px) {
  #aboutus_hero_sec {
    height: 300px;
  }
}

@media screen and (max-width: 576px) {
  #aboutus_hero_sec {
    height: 190px;
  }
}

#aboutus_hero_sec .hero_content {
  padding: 380px 0px 80px 83px;
}

@media screen and (max-width: 1300px) {
  #aboutus_hero_sec .hero_content {
    padding: 380px 0px 80px 83px;
  }
}

@media screen and (max-width: 1040px) {
  #aboutus_hero_sec .hero_content {
    padding: 380px 0px 70px 80px;
  }
}

@media screen and (max-width: 992px) {
  #aboutus_hero_sec .hero_content {
    padding: 300px 0px 70px 80px;
  }
}

@media screen and (max-width: 767px) {
  #aboutus_hero_sec .hero_content {
    padding: 120px 0px 50px 50px;
  }
}

@media screen and (max-width: 576px) {
  #aboutus_hero_sec .hero_content {
    padding: 75px 0px 20px 30px;
  }
}

#aboutus_hero_sec .heading1 {
  font-size: 98px;
  color: #FFBF69;
  font-weight: 700;
  font-family: ProximaNova_Black;
  line-height: 1.2;
}

@media screen and (max-width: 1200px) {
  #aboutus_hero_sec .heading1 {
    font-size: 80px;
  }
}

@media screen and (max-width: 992px) {
  #aboutus_hero_sec .heading1 {
    font-size: 70px;
  }
}

@media screen and (max-width: 576px) {
  #aboutus_hero_sec .heading1 {
    font-size: 50px;
  }
}

#staff_hero_sec {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(200, 204, 201, 0)), to(rgba(100, 155, 92, 0.73))), url("assets/Staff-Banner.jpg");
  background-image: linear-gradient(to bottom, rgba(200, 204, 201, 0), rgba(100, 155, 92, 0.73)), url("assets/Staff-Banner.jpg");
  width: 100%;
  height: 600px;
  background-size: cover;
  color: white;
  padding: 20px;
}

@media screen and (max-width: 992px) {
  #staff_hero_sec {
    height: 500px;
  }
}

@media screen and (max-width: 767px) {
  #staff_hero_sec {
    height: 300px;
  }
}

@media screen and (max-width: 576px) {
  #staff_hero_sec {
    height: 190px;
  }
}

#hero_section_gallery {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(200, 204, 201, 0)), to(rgba(100, 155, 92, 0.73))), url("assets/Gallery/header.png");
  background-image: linear-gradient(to bottom, rgba(200, 204, 201, 0), rgba(100, 155, 92, 0.73)), url("assets/Gallery/header.png");
  width: 100%;
  height: 600px;
  background-size: cover;
  color: white;
  padding: 20px;
}

@media screen and (max-width: 992px) {
  #hero_section_gallery {
    height: 500px;
  }
}

@media screen and (max-width: 767px) {
  #hero_section_gallery {
    height: 300px;
  }
}

@media screen and (max-width: 576px) {
  #hero_section_gallery {
    height: 190px;
  }
}

#image_gallery {
  padding: 35px 0px 20px;
  background: #f2f9fa;
  position: relative;
}

#image_gallery img {
  padding: 12px 0px;
}

#image_gallery .gallery_background {
  background-image: url(assets/Rectangle5.png);
  height: 65%;
  background-size: cover;
  position: absolute;
  top: 335px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.9;
}

@media screen and (max-width: 767px) {
  #image_gallery .gallery_background {
    top: 235px;
    height: 60%;
  }
}

#image_gallery .gallery_heading {
  font-size: 70px;
  color: #FFBF69;
  font-weight: 700;
  font-family: ProximaNova_Black;
  margin-bottom: 0px;
  text-align: center;
}

@media screen and (max-width: 576px) {
  #image_gallery .gallery_heading {
    font-size: 30px;
  }
}

#our_mission {
  padding: 35px 0px 20px;
  background: #f2f9fa;
}

#our_mission .mission_heading {
  font-size: 70px;
  color: #FFBF69;
  font-weight: 700;
  font-family: ProximaNova_Black;
  margin-bottom: 0px;
  text-align: center;
}

@media screen and (max-width: 576px) {
  #our_mission .mission_heading {
    font-size: 30px;
  }
}

#our_mission p {
  font-size: 18px;
  font-weight: 500;
  color: black;
  font-family: ProximaNova;
}

#our_mission ul span {
  font-size: 18px;
  font-weight: 500;
  color: black;
  font-family: ProximaNova;
}

#our_mission ul li {
  list-style: none;
  font-size: 18px;
  font-weight: 500;
  color: black;
  font-family: ProximaNova;
}

@media screen and (max-width: 576px) {
  #our_mission ul li {
    padding-left: 10px;
  }
}

#our_mission ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 3px;
  background-color: #FFBF69;
  border-radius: 6px;
  margin-right: 5px;
  vertical-align: middle;
  margin-left: -10px;
}

#our_mission .sub_box {
  background-color: #608353;
  text-align: center;
  padding: 50px 0px;
  position: relative;
}

@media screen and (max-width: 575px) {
  #our_mission .sub_box {
    height: 100%;
  }
}

#our_mission .sub_box h6 {
  margin-bottom: 0px;
  color: #FFBF69;
  font-size: 20px;
  font-family: ProximaNova_Black;
}

#school_alumni {
  padding: 35px 0px 20px;
  background: #f2f9fa;
}

#school_alumni .alumni_heading {
  font-size: 70px;
  color: #FFBF69;
  font-weight: 700;
  font-family: ProximaNova_Black;
  margin-bottom: 0px;
  text-align: center;
}

@media screen and (max-width: 576px) {
  #school_alumni .alumni_heading {
    font-size: 30px;
  }
}

#school_alumni p {
  font-size: 18px;
  font-weight: 500;
  color: black;
}

#school_alumni ul li {
  list-style: none;
  font-size: 18px;
  color: black;
}

#school_alumni ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 3px;
  background-color: #FFBF69;
  border-radius: 6px;
  margin-right: 5px;
  vertical-align: middle;
  margin-left: -10px;
}

#school_alumni .sub_box {
  background-color: #608353;
  text-align: center;
  padding: 50px 0px;
  position: relative;
}

@media screen and (max-width: 575px) {
  #school_alumni .sub_box {
    height: 100%;
  }
}

#school_alumni .sub_box h6 {
  margin-bottom: 0px;
  color: #FFBF69;
  font-size: 24px;
  font-family: ProximaNova_Black;
}

#school_alumni .sub_box span {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

#school_history {
  min-height: 100%;
  position: relative;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#school_history::before {
  content: "";
  background-image: url(./assets/Group78.png);
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.5;
}

#school_history .container {
  z-index: 1;
  position: relative;
}

#school_history .school_heading {
  font-size: 70px;
  color: #FFBF69;
  font-weight: 700;
  font-family: ProximaNova_Black;
  margin-bottom: 0px;
}

@media screen and (max-width: 576px) {
  #school_history .school_heading {
    font-size: 30px;
  }
}

#school_history p {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: justify;
  font-family: ProximaNova;
}

#school_history .history_head {
  padding: 12px;
}

#school_history .history_head div {
  background-color: #B78D54;
  padding: 20px;
}

#school_history .history_head h3 {
  font-family: ProximaNova_Black;
  margin-bottom: 0px;
  color: #fff;
}

#school_history .history_box {
  text-align: center;
  background-color: #608353;
  padding: 100px 30px 60px;
  height: 100%;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  #school_history .history_box {
    padding: 50px 30px 50px;
    margin: 10px;
  }
}

@media screen and (max-width: 992px) {
  #school_history .history_box {
    padding: 30px 2px 30px;
    margin: 10px;
  }
}

@media screen and (max-width: 767px) {
  #school_history .history_box {
    padding: 70px 40px 50px;
    margin: 10px;
    height: auto;
  }
}

@media screen and (max-width: 576px) {
  #school_history .history_box {
    padding: 50px 40px 40px;
    margin: 10px;
    height: auto;
  }
}

#school_history .history_box img {
  width: 180px;
}

@media screen and (max-width: 992px) {
  #school_history .history_box img {
    width: 110px;
  }
}

#school_history .history_box h5 {
  color: white;
  font-family: ProximaNova_Black;
  font-size: 24px;
}

@media screen and (max-width: 1200px) {
  #school_history .history_box h5 {
    font-size: 18px;
  }
}

@media screen and (max-width: 992px) {
  #school_history .history_box h5 {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #school_history .history_box h5 {
    font-size: 18px;
  }
}

#board_page {
  min-height: 100%;
  position: relative;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#board_page::before {
  content: "";
  background-image: url(./assets/Group78.png);
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.5;
}

#board_page .container {
  z-index: 1;
  position: relative;
}

#board_page .board_heading {
  font-size: 70px;
  font-weight: 700;
  color: #FFBF69;
  font-family: ProximaNova_Black;
  margin-bottom: 0px;
}

@media screen and (max-width: 576px) {
  #board_page .board_heading {
    font-size: 40px;
  }
}

#board_page .board_box {
  background-color: #608353;
}

#board_page .board_box img {
  width: 100%;
}

@media screen and (max-width: 576px) {
  #board_page .board_box {
    height: 100%;
    text-align: center;
  }
}

#board_page .board_box .trustees_name {
  color: #FFBF69;
  font-weight: 600;
  text-align: center;
  padding: 20px 0px;
  margin: 0px;
  font-family: ProximaNova_Black;
}

@media screen and (max-width: 992px) {
  #board_page .board_box .trustees_name {
    font-size: 14px;
  }
}

#school_staff {
  min-height: 100%;
  position: relative;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#school_staff::before {
  content: "";
  background-image: url(./assets/Group78.png);
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.5;
}

#school_staff .container {
  z-index: 1;
  position: relative;
}

#school_staff .staff_heading {
  font-size: 70px;
  color: #FFBF69;
  font-weight: 700;
  font-family: ProximaNova_Black;
  margin-bottom: 0px;
}

@media screen and (max-width: 576px) {
  #school_staff .staff_heading {
    font-size: 30px;
  }
}

#school_staff .intro_heading {
  font-size: 40px;
  color: #FFBF69;
  font-family: ProximaNova_Black;
}

@media screen and (max-width: 576px) {
  #school_staff .intro_heading {
    font-size: 30px;
  }
}

#school_staff .intro_heading span {
  font-size: 18px;
  color: #608353;
}

#school_staff .intro_detail {
  font-size: 16px;
  font-weight: 600;
  color: black;
  text-align: justify;
}

@media screen and (max-width: 576px) {
  #school_staff .intro_detail {
    text-align: left;
  }
}

#school_staff img {
  width: 100%;
}

#school_staff .card_name {
  padding: 20px 0px;
  background-color: #608353;
  text-align: center;
}

#school_staff .card_name h5 {
  color: #FFBF69;
  font-weight: 700;
  font-family: ProximaNova_Black;
}

@media screen and (max-width: 1200px) {
  #school_staff .card_name h5 {
    font-size: 14px;
  }
}

#school_staff .card_des {
  padding: 20px 0px;
  background-color: #B78D54;
  text-align: center;
}

#school_staff .card_des h6 {
  color: #fff;
  font-weight: 700;
  font-family: ProximaNova_Black;
}

@media screen and (max-width: 1200px) {
  #school_staff .card_des h6 {
    font-size: 14px;
  }
}

#subject {
  background-color: #B78D54;
}

#subject .subject_heading {
  font-size: 70px;
  color: #608353;
  font-weight: 700;
  font-family: ProximaNova_Black;
  margin-bottom: 0px;
}

@media screen and (max-width: 576px) {
  #subject .subject_heading {
    font-size: 30px;
  }
}

#subject .sub_box {
  background-color: #608353;
  text-align: center;
  padding: 40px;
  height: 160px;
  position: relative;
}

@media screen and (max-width: 575px) {
  #subject .sub_box {
    height: 100%;
  }
}

#subject .sub_box img {
  width: 30%;
  position: absolute;
  left: 36%;
  bottom: 60px;
}

@media screen and (max-width: 575px) {
  #subject .sub_box img {
    left: 0%;
    width: auto;
    position: relative;
    bottom: 15px;
  }
}

#subject .sub_box h6 {
  margin-bottom: 0px;
  color: #FFBF69;
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  font-family: ProximaNova_Black;
}

#years .year_heading {
  font-size: 70px;
  color: #FFBF69;
  font-weight: 700;
  margin-bottom: 0px;
  font-family: ProximaNova_Black;
}

@media screen and (max-width: 576px) {
  #years .year_heading {
    font-size: 30px;
  }
}

#years .year_box {
  background-color: #fff;
  text-align: center;
  padding: 40px;
  height: 300px;
  position: relative;
}

#years .year_box img {
  position: absolute;
  left: 23%;
  /* right: auto; */
  bottom: 50px;
}

@media screen and (max-width: 1200px) {
  #years .year_box img {
    left: 15%;
  }
}

@media screen and (max-width: 992px) {
  #years .year_box img {
    left: 30%;
  }
}

@media screen and (max-width: 767px) {
  #years .year_box img {
    left: 20%;
  }
}

@media screen and (max-width: 575px) {
  #years .year_box img {
    left: 36%;
  }
}

@media screen and (max-width: 421px) {
  #years .year_box img {
    left: 30%;
  }
}

@media screen and (max-width: 320px) {
  #years .year_box img {
    left: 23%;
  }
}

#years .year_box h6 {
  padding-bottom: 40px;
  color: #608353;
  font-size: 18px;
  font-weight: 700;
  font-family: ProximaNova_Black;
}

@media screen and (max-width: 1200px) {
  #years .year_box h6 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  #years .year_box h6 {
    font-size: 14px;
  }
}

#years .year-sec {
  min-height: 100%;
  position: relative;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#years .year-sec::before {
  content: "";
  background-image: url(./assets/Group78.png);
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.5;
}

#years .year-sec .container {
  z-index: 1;
  position: relative;
}

#procedure .procedure_heading {
  font-size: 70px;
  color: #FFBF69;
  font-weight: 700;
  margin-bottom: 0px;
  font-family: ProximaNova_Black;
}

@media screen and (max-width: 767px) {
  #procedure .procedure_heading {
    font-size: 50px;
  }
}

@media screen and (max-width: 576px) {
  #procedure .procedure_heading {
    font-size: 30px;
  }
}

#procedure ul li {
  list-style: none;
  font-size: 18px;
  color: black;
  padding: 10px 0px;
}

@media screen and (max-width: 576px) {
  #procedure ul li {
    font-size: 16px;
    padding: 5px 0px;
  }
}

#procedure ul .bullet_line_yellow::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 3px;
  background-color: #FFBF69;
  border-radius: 6px;
  margin-right: 5px;
  vertical-align: middle;
}

#activity {
  background-color: whitesmoke;
  position: relative;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#activity::before {
  content: "";
  background-image: url(./assets/Group78.png);
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.5;
}

#activity .container {
  z-index: 1;
  position: relative;
}

#activity .activities_heading {
  font-size: 70px;
  color: #FFBF69;
  font-weight: 700;
  font-family: ProximaNova_Black;
  margin-bottom: 0px;
}

@media screen and (max-width: 576px) {
  #activity .activities_heading {
    font-size: 30px;
  }
}

#activity .activity_name {
  background-color: #608353;
  text-align: center;
  padding: 20px;
}

#activity .activity_name h6 {
  color: #FFBF69;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  font-family: ProximaNova_Black;
  margin-bottom: 0px;
}

@media screen and (max-width: 992px) {
  #activity .activity_name h6 {
    font-size: 14px;
  }
}

#activity .card-text {
  font-weight: 600;
  text-align: justify;
}

#events {
  min-height: 100%;
  background-color: whitesmoke;
}

#events .events_heading {
  font-size: 70px;
  color: #FFBF69;
  font-weight: 700;
  font-family: ProximaNova_Black;
  margin-bottom: 0px;
}

@media screen and (max-width: 576px) {
  #events .events_heading {
    font-size: 30px;
  }
}

#events .events_name {
  background-color: #608353;
  text-align: center;
  padding: 20px;
}

#events .events_name h6 {
  color: #FFBF69;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  font-family: ProximaNova_Black;
  margin-bottom: 0px;
}

@media screen and (max-width: 992px) {
  #events .events_name h6 {
    font-size: 14px;
  }
}

#events .card-text {
  font-weight: 600;
}

#form {
  background-color: whitesmoke;
}

#form .form_heading {
  font-size: 70px;
  color: #FFBF69;
  font-weight: 700;
  margin-bottom: 0px;
  font-family: ProximaNova_Black;
}

@media screen and (max-width: 576px) {
  #form .form_heading {
    font-size: 30px;
  }
}

#form .contact_btn {
  background-color: #608353;
  height: 41px;
  width: 90%;
  border-radius: 42px;
  font-size: small;
  border: 0px;
  text-transform: uppercase;
  color: white;
}

#form_info {
  background-color: #B78D54;
  margin-bottom: 30px;
}

#form_info h6 {
  padding-top: 20px;
  font-size: 14px;
  color: #fff;
  font-family: ProximaNova_Black;
}

#form_info h6 a {
  font-size: 14px;
  color: #fff;
  font-family: ProximaNova_Black;
}
/*# sourceMappingURL=style.css.map */