/*

* Theme Name: NS - Future Stars

*  Author: Netscriper

*  Author URI: http://www.netscriper.com/

*/

/* start common  */

:root {
  --primary-color: #00673c;

  --secondary-color: #6d6d6d;

  --text-primary-color: #2f2f2f;

  --text-secondary-color: #1e1e1e;
}

@font-face {
  font-family: "Lexend-Bold";

  src: url("/wp-content/themes/ns-future/fonts/Lexend-Bold.ttf");

  font-weight: 700;
}

@font-face {
  font-family: "Lexend-SemiBold";

  src: url("/wp-content/themes/ns-future/fonts/Lexend-SemiBold.ttf");

  font-weight: 600;
}

@font-face {
  font-family: "Lexend-Regular";

  src: url("/wp-content/themes/ns-future/fonts/Lexend-Regular.ttf");

  font-weight: 400;
}

@font-face {
  font-family: "Lexend-Medium";

  src: url("/wp-content/themes/ns-future/fonts/Lexend-Medium.ttf");

  font-weight: 500;
}

@font-face {
  font-family: "Myanmar Tagu";
  src: url("/wp-content/themes/ns-future/fonts/MyanmarTagu.eot");
  src:
    url("/wp-content/themes/ns-future/fonts/MyanmarTagu.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/ns-future/fonts/MyanmarTagu.woff2") format("woff2"),
    url("/wp-content/themes/ns-future/fonts/MyanmarTagu.woff") format("woff"),
    url("/wp-content/themes/ns-future/fonts/MyanmarTagu.ttf") format("truetype"),
    url("/wp-content/themes/ns-future/fonts/MyanmarTagu.svg#MyanmarTagu")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;

  margin: 0;

  padding: 0;
}

body {
  font-family: "Lexend-Regular", sans-serif;

  font-weight: 400;

  font-size: 16px;

  color: var(--text-primary-color);
}

header {
  -webkit-transition: all 0.5s ease;

  -moz-transition: position 10s;

  -ms-transition: position 10s;

  -o-transition: position 10s;

  transition: all 0.5s ease;
}

header.fix .menu {
  background: #eef7fa;
}

header.fix {
  position: fixed;

  top: 0;

  z-index: 999;

  width: 100%;

  left: 0;

  animation: smoothScroll 1s forwards;

  box-shadow: 1px -1px 7px #000;

  background: #eef7fa;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }

  100% {
    transform: translateY(0px);
  }
}

p,
ul {
  margin-bottom: 0px;
}

a {
  text-decoration: none;
}

.title-font {
  font-family: "Lexend-Bold", sans-serif;

  font-weight: 700;
}

.title {
  font-family: "Lexend-SemiBold", sans-serif;

  font-weight: 600;

  font-size: 41px;

  text-transform: uppercase;
}

.bg-green {
  background-color: var(--primary-color);
}

.txt-green {
  color: var(--primary-color);
}

.txt-gray {
  color: var(--secondary-color);
}

.cns-btn {
  font-family: "Lexend-Medium", sans-serif;

  font-weight: 500;

  color: #fff;

  background-color: var(--primary-color);

  padding: 10px 24px;

  border: 0;

  border-radius: 50px;
}

.cns-list-items {
  padding-left: 30px;

  position: relative;
}

.cns-list-items::before {
  content: "";

  width: 14px;

  height: 12px;

  background-image: url("images/polygon.png");

  background-position: center;

  background-repeat: no-repeat;

  background-size: contain;

  position: absolute;

  top: 6px;

  left: 0;

  z-index: 1;
}

footer.footer .courses ul li a {
  color: #fff;
}

.dot-container {
  width: 98px;

  margin: 0 auto;
}

.dots {
  width: 14px;

  height: 14px;

  border-radius: 50%;

  background-color: #cfcfcf;
}

.dots.active {
  background-color: var(--primary-color);
}

.mb10 {
  margin-bottom: 10px;
}

.pr-25 {
  padding-right: 25px;
}

.mb34 {
  margin-bottom: 34px;
}

.mt1 {
  margin-top: 2px;
}

/* end common  */

/* start header  */

.header {
  width: 100%;

  z-index: 9999;
}

.header .top {
  padding: 20px 0px;
}

.header .top .img-logo {
  max-width: 121px;

  height: auto;
}

#menu-main-menu .current-menu-item a.nav-link.active {
  color: #ffc107 !important;
}

.header .top .logo-box h1 {
  font-size: 18px;

  text-transform: uppercase;

  letter-spacing: 0.5px;

  margin-bottom: 5px;
}

.header .top .logo-box p {
  font-size: 16px;

  margin-bottom: 0px;

  font-weight: 500;

  font-family: "Lexend-Medium", sans-serif;
}

.header .top .email {
  font-family: "Lexend-SemiBold", sans-serif;

  font-weight: 600;

  margin-bottom: 5px;
}

.header .top .right-col .item-1 {
  width: 62px;

  height: 62px;

  font-size: 32px;

  border-radius: 50%;

  margin-right: 20px;
}

.header .top .right-col .item-2 {
  margin-right: 60px;
}

.header .bot {
  padding: 3px 0px;
}

.header .bot .nav-link {
  padding: 10px 0px;
}

/* end header  */

/* start footer  */

.footer {
  width: 100%;

  background-color: var(--primary-color);

  color: #fff;
}

.footer .f-subtitle {
  font-size: 20px;

  font-weight: 700;

  font-family: "Lexend-Bold", sans-serif;

  margin-bottom: 20px;
}

.footer .top {
  width: 100%;

  padding: 60px 0px;

  border-bottom: 1px solid #fff;
}

.footer .top .campuses {
  width: 444px;
}

.footer .top .campuses .naming {
  white-space: nowrap;

  width: 78px;

  flex-shrink: 0;
}

.footer .top .contact-info {
  width: 310px;
}

.footer .top .contact-info .naming {
  white-space: nowrap;

  width: 48px;

  flex-shrink: 0;
}

.footer .top .courses {
  width: 310px;
}

.footer .bottom {
  padding: 14px 0px;

  text-align: center;
}

.footer .bottom p {
  font-size: 14px;
}

/* end footer  */

/* start xl  */

@media screen and (max-width: 1399px) and (min-width: 1200px) {
  /* code here  */
}

/* start lg  */

@media screen and (max-width: 1199px) and (min-width: 993px) {
  .title {
    font-size: 36px;
  }

  /* start footer  */

  .footer .f-subtitle {
    font-size: 20px;

    margin-bottom: 20px;
  }

  .footer .top {
    width: 100%;

    padding: 60px 0px;
  }

  .footer .top .campuses {
    /* width: 80%; */

    width: 100%;

    margin-bottom: 30px;
  }

  .footer .top .campuses .naming {
    white-space: nowrap;

    width: 78px;

    flex-shrink: 0;
  }

  .footer .top .contact-info {
    width: 40%;
  }

  .footer .top .contact-info .naming {
    white-space: nowrap;

    width: 48px;

    flex-shrink: 0;
  }

  .footer .top .courses {
    width: 40%;
  }

  .footer .bottom {
    padding: 14px 0px;

    text-align: center;
  }

  .footer .bottom p {
    font-size: 14px;
  }
}

/* start md  */

@media screen and (max-width: 992px) and (min-width: 768px) {
  .title {
    font-size: 32px;
  }

  .footer .f-subtitle {
    font-size: 20px;

    margin-bottom: 20px;
  }

  .footer .top {
    width: 100%;

    padding: 60px 0px;
  }

  .footer .top .campuses {
    /* width: 80%; */

    width: 100%;

    margin-bottom: 30px;
  }

  .footer .top .campuses .naming {
    white-space: nowrap;

    width: 78px;

    flex-shrink: 0;
  }

  .footer .top .contact-info {
    width: 40%;
  }

  .footer .top .contact-info .naming {
    white-space: nowrap;

    width: 48px;

    flex-shrink: 0;
  }

  .footer .top .courses {
    width: 40%;
  }

  .footer .bottom {
    padding: 14px 0px;

    text-align: center;
  }

  .footer .bottom p {
    font-size: 14px;
  }
}

/* start sm  */

@media screen and (max-width: 767.9px) and (min-width: 576px) {
  .title {
    font-size: 28px;
  }

  /* start footer  */

  .footer .f-subtitle {
    font-size: 20px;

    margin-bottom: 20px;
  }

  .footer .top {
    width: 100%;

    padding: 60px 0px;
  }

  .footer .top .campuses {
    width: 100%;

    margin-bottom: 30px;
  }

  .footer .top .campuses .naming {
    white-space: nowrap;

    width: 78px;

    flex-shrink: 0;
  }

  .footer .top .contact-info {
    width: 100%;
  }

  .footer .top .contact-info .naming {
    white-space: nowrap;

    width: 48px;

    flex-shrink: 0;
  }

  .footer .top .courses {
    width: 40%;

    display: none;
  }

  .footer .bottom {
    padding: 14px 0px;

    text-align: center;
  }

  .footer .bottom p {
    font-size: 14px;
  }

  /* end footer  */
}

@media screen and (max-width: 575.9px) {
  body {
    font-family: "Lexend-Regular", sans-serif;

    font-weight: 400;

    font-size: 2.787vw;

    color: var(--text-primary-color);
  }

  .title {
    font-size: 4.878vw;
  }

  .cns-btn {
    padding: 1.742vw 4.181vw;

    border: 0;

    border-radius: 8.711vw;
  }

  /* start footer  */

  .footer .f-subtitle {
    font-size: 3.484vw;

    margin-bottom: 3.484vw;
  }

  .footer .top {
    width: 100%;

    padding: 6.969vw 0px;
  }

  .footer .top .campuses {
    width: 100%;

    margin-bottom: 5.226vw;
  }

  .footer .top .campuses .naming {
    white-space: nowrap;

    width: 13.589vw;

    flex-shrink: 0;
  }

  .footer .top .contact-info {
    width: 100%;
  }

  .footer .top .contact-info .naming {
    white-space: nowrap;

    width: 8.362vw;

    flex-shrink: 0;
  }

  .footer .top .courses {
    width: 40%;

    display: none;
  }

  .footer .bottom {
    padding: 2.439vw 0vw;

    text-align: center;
  }

  .footer .bottom p {
    font-size: 2.439vw;
  }

  /* end footer  */
}

/* start banner  */

.h-banner {
  width: 100%;

  /* margin-top: 240px; */

  position: relative;
}

.h-banner .banner-content {
  width: 100%;

  /* background-image: url("images/banner.jpg"); */

  background-repeat: no-repeat;

  background-position: left;

  background-size: cover;

  padding: 223px 0px;

  height: 700px;
}

.h-banner .banner-content .content-box {
  max-width: 590px;

  height: auto;
}

.h-banner .banner-content .content-box h2 {
  color: var(--primary-color);

  font-size: 48px;

  font-weight: 600;

  font-family: "Lexend-SemiBold", sans-serif;

  line-height: 1.2;

  text-transform: uppercase;

  margin-bottom: 18px;
}

.h-banner .banner-content .content-box p {
  color: var(--text-secondary-color);

  margin-bottom: 20px;
}

/* end banner  */

/* start aboutus  */

.h-aboutus {
  background-color: #fff;

  padding: 150px 0px;
}

.h-aboutus .aboutus-img {
  height: auto;
}

.h-aboutus .aboutus-content-box {
  max-width: 528px;

  margin-left: auto;
}

.h-aboutus .aboutus-content-box p {
  line-height: 2;
}

/* end aboutus  */

/* start our course  */

.h-courses {
  background-image: url("images/bg.png");

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  padding: 80px 0px;
}

.h-courses .top {
  margin-bottom: 60px;
}

.h-courses .card-container {
  margin-bottom: 40px;
}

.h-courses .card {
  max-height: 385px;

  box-shadow: 0px 7px 29px rgba(100, 100, 111, 0.2);

  overflow: hidden;

  border-radius: 30px;

  position: relative;
}

.h-courses .card-body {
  padding: 0;
}

/* .h-courses .card-img-wrapper {

    width: 482px;

    height: 482px;

    border-radius: 50%;

    overflow: hidden;

    position: relative;

    right: 30%;

    transform: translateY(-40%);

} */

.h-courses .card-img-wrapper {
  width: 482px;
  height: 482px;
  overflow: hidden;
  position: relative;
}

.h-courses .card-img-wrapper .card-img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

/* .h-courses .card-title-box {

    width: 70%;

    position: absolute;

    bottom: 0;

    z-index: 2;

    padding: 0px 20px 10px;

} */

.h-courses .card-title-box {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 11px 20px 10px;
  background: #fff;
}

.h-courses .card-title-box .card-title {
  font-size: 20px;

  /* color: var(--text-secondary-color); */

  color: #00673c;
}

.h-courses .circle {
  width: 117px;

  height: 117px;

  background-color: var(--primary-color);

  position: absolute;

  transform: translate(15%, 20%);

  bottom: 0;

  right: 0;

  border-radius: 50%;
}

.h-courses .circle .nav-link {
  font-size: 24px;

  color: #fff;

  transform: translate(35%, 100%);
}

.h-courses .top h2 {
  margin-bottom: 0;
}

.course_items.h-courses {
  padding-top: 30px;

  background-image: none;
}

/* end our course  */

/* start our core  */

.h-core {
  padding: 150px 0px;

  background-color: #fff;
}

.h-core .title {
  margin-bottom: 30px;
}

.h-core .side {
  padding-top: 92px;
}

.h-core .social-dev-box {
  display: flex;

  justify-content: space-between;

  align-items: start;
}

.h-core .social-dev-box .social-dev-txt-box {
  max-width: 300px;

  padding-top: 24px;
}

.h-core .social-dev-box .social-dev-txt-box h3 {
  font-size: 24px;

  font-family: "Lexend-SemiBold", sans-serif;

  font-weight: 600;
}

.h-core .social-dev-box .circle {
  width: 81px;

  height: 81px;

  background-color: var(--primary-color);

  border-radius: 50%;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-shrink: 0;
}

.h-core .img-box {
  width: 100%;

  height: auto;
}

.h-core .img-box img {
  width: 100%;
}

button.splide__pagination__page.is-active {
  background-color: #036637;
}

button.splide__pagination__page {
  width: 14px;

  height: 14px;
}

/* end our core  */

/* start admission  */

.h-admission {
  max-width: 2500px;

  background-image: url("images/admission-left.png");

  background-repeat: no-repeat;

  background-position: left;

  background-size: contain;

  position: relative;

  padding: 300px 0px 65px;

  margin: 0 auto;
}

.h-admission::before {
  content: "";

  width: 100%;

  height: 470px;

  background-color: #f3f3f3;

  position: absolute;

  top: 80px;

  left: 0;

  z-index: -1;
}

.h-admission .left-img img {
  width: 100%;

  height: 100%;
}

.h-admission .container {
  position: relative;

  z-index: 3;
}

.h-admission .container .admission-content {
  max-width: 748px;

  padding: 60px;

  border-radius: 30px;
}

.h-admission .container .admission-content h3 {
  margin-bottom: 14px;
}

.h-admission .container .admission-content p {
  line-height: 2;

  margin-bottom: 24px;
}

.h-admission .container .admission-content .cns-btn {
  width: fit-content;

  background-color: #fff;

  color: var(--primary-color);

  text-decoration: none;

  font-weight: 500;

  font-family: "Lexend-Medium", sans-serif;
}

/* end admission  */

/* start outstanding students  */

.h-outstanding {
  padding: 150px 0px;
}

.h-outstanding .title-box {
  margin-bottom: 80px;
}

.h-outstanding .title-box p {
  font-size: 18px;

  color: #575757;
}

/* .h-outstanding .card {

    border-radius: 30px;

    overflow: hidden;

    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;

    margin-bottom: 60px;

} */
.h-outstanding .card {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.h-outstanding .card .card-body {
  padding: 0;
}

/* 
.h-outstanding .card .card-body .left-side {

    width: 40%;

    position: relative;

} */
.h-outstanding .card .card-body .left-side {
  /* border-radius: 50%; */
  width: 300px;
  position: absolute;
  background: #ede7f2;
  height: 300px;
  top: 0%;
  left: -6%;
  background-size: contain;
  background-position: center;
  border-bottom-right-radius: 50px;
}
a.text-decoration-none.text-dark {
  margin-top: 15px;
}
.info-box {
  margin-left: 40%;
  width: 60%;
  padding: 25px 0px;
}
.h-outstanding .card .card-body .img-wrapper {
  /* width: 350px;

  height: 350px; */

  background-color: #dddddd;

  /* border-radius: 50%; */

  overflow: hidden;

  position: absolute;

  top: 0;

  right: 0%;

  /* transform: translateY(-30%); */
}

.h-outstanding .card .card-body .img-wrapper img {
  width: 75%;

  position: absolute;

  bottom: 0;

  right: 0;
}

/* .h-outstanding .info-box {

    width: 60%;

    padding: 24px 0px 24px;

} */

.h-outstanding .info-box .name {
  font-size: 24px;

  font-weight: 500;

  margin: 0px 14px 10px;

  font-family: "Lexend-Medium", sans-serif;
}

.h-outstanding .info-box .exam {
  padding: 12px 14px;

  border-top-left-radius: 30px;

  border-bottom-left-radius: 30px;

  margin-bottom: 14px;
}

.h-outstanding .info-box .exam p {
  font-size: 18px;
}

.h-outstanding .info-box .shield {
  width: 100%;

  padding: 0px 14px;

  margin-bottom: 23px;
}

.h-outstanding .info-box .shield img {
  width: 27px;

  height: auto;
}

.h-outstanding .info-box .shield p {
  font-size: 24px;

  font-weight: 600;

  font-family: "Lexend-SemiBold", sans-serif;

  margin-left: 12px;
}

.h-outstanding .info-box .skill-box {
  width: 90%;

  font-family: "Lexend-Medium", sans-serif;

  font-weight: 500;

  padding: 0px 14px;
}

.h-outstanding .info-box .skill-box .skill-txt {
  width: 60%;

  padding: 7px 0px;
}

.h-outstanding .info-box .skill-box .mark-side {
  width: 40%;

  flex-shrink: 0;

  display: flex;

  align-items: center;
}

.h-outstanding .info-box .skill-box .mark-side .mark {
  font-size: 20px;
}

.h-outstanding .info-box .skill-box .mark-side .mark-unit {
  color: #b1b1b1;
}

/* end outstanding students  */

/* start event and activies  */

.h-event-and-activies {
  background-image: url("images/bg.png");

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  padding: 150px 0px;
}

.h-event-and-activies .title-box {
  margin-bottom: 60px;
}

.h-event-and-activies .title-box .title {
  margin-bottom: 0px;
}

.h-event-and-activies .event-card {
  padding: 0px;
}

.h-event-and-activies .event-card .date {
  width: 90%;

  background-color: #fff;

  font-weight: 500;

  font-family: "Lexend-Medium", sans-serif;

  color: var(--primary-color);

  padding: 17px 26px;

  position: relative;

  left: 50%;

  transform: translate(-50%, 50%);

  border-radius: 30px;
}

.h-event-and-activies .event-card .img-box {
  width: 100%;

  height: auto;
}

.h-event-and-activies .event-card .img-box img {
  width: 100%;

  border-radius: 30px;
}

.h-event-and-activies .event-card .content {
  width: 90%;

  background-color: #fff;

  color: var(--primary-color);

  padding: 16px;

  border-radius: 30px;

  display: flex;

  flex-flow: column;

  height: 111px;

  justify-content: center;

  gap: 0px;

  margin: -42px auto 0;

  position: relative;

  left: auto;
}

.h-event-and-activies .event-card .content h3 {
  font-size: 20px;

  font-weight: 700;

  font-family: "Lexend-Bold", sans-serif;

  margin-bottom: 0px;
}

.h-event-and-activies .img-box img {
  width: 100%;

  height: 277px;

  object-fit: cover;
}

article.fs_article div.fs_image {
  max-width: 37%;

  flex: 0 0 37%;
}

article.fs_article {
  display: flex;

  gap: 20px;
}

.fs_content h4 {
  font-size: 19px;
}

.fs_content small {
  color: #fff;

  font-size: 14px;

  background: #afacac;

  padding: 3px 20px;

  border-radius: 6px;

  font-weight: 100;
}

.fs_content p {
  display: inline-block;
}

.fs_content h4 a {
  color: #00673c;
}

.h-event-and-activies.fs_article {
  background-image: none;

  padding: 0 15px;
}

.fs__archive {
  padding-bottom: 40px;
}

/* end event and activies  */

/* start xl  */

@media screen and (max-width: 1399px) and (min-width: 1200px) {
  /* start our course  */

  .h-courses .card {
    max-height: 340px;
  }

  .h-courses .card-img-wrapper {
    width: 420px;

    height: 420px;

    right: 32%;
  }

  .h-courses .card-title-box .card-title {
    font-size: 20px;
  }

  .h-courses .circle {
    width: 100px;

    height: 100px;
  }

  .h-courses .circle .nav-link {
    font-size: 20px;
  }

  /* end our course  */

  /* start our core  */

  .h-core .side {
    padding-top: 70px;
  }

  .h-core .social-dev-box {
    justify-content: start;

    gap: 10px;
  }

  .h-core .social-dev-box .social-dev-txt-box {
    padding-top: 20px;
  }

  .h-core .social-dev-box .social-dev-txt-box h3 {
    font-size: 22px;
  }

  /* end our core  */

  /* start admission  */

  .h-admission {
    background-position: top left;

    background-size: 70%;

    padding: 240px 0px 65px;
  }

  .h-admission .container .admission-content {
    max-width: 680px;

    padding: 50px;
  }

  /* end admission  */

  /* start outstanding  */

  .h-outstanding .card .card-body .img-wrapper {
    width: 310px;

    height: 310px;

    transform: translateY(-25%);
  }

  .h-outstanding .card .card-body .img-wrapper img {
    width: 80%;
  }

  .h-outstanding .info-box .exam {
    border-top-left-radius: 20px;

    border-bottom-left-radius: 20px;
  }

  .h-outstanding .info-box .shield {
    margin-bottom: 10px;
  }

  .h-outstanding .info-box .skill-box {
    width: 95%;
  }

  .h-outstanding .info-box .skill-box .skill-txt {
    width: 60%;

    padding: 7px 0px;
  }

  /* end outstanding students  */

  /* start event and activies  */

  .h-event-and-activies .event-card .content h3 {
    font-family: "Lexend-SemiBold", sans-serif;

    font-size: 18px;

    font-weight: 600;
  }

  /* end event and activies  */
}

/* start lg  */

@media screen and (max-width: 1199px) and (min-width: 993px) {
  /* start aboutus  */

  .h-aboutus .aboutus-content-box {
    max-width: 100%;
  }

  /* end aboutus  */

  /* start our course  */

  .h-courses .card {
    max-height: 300px;
  }

  .h-courses .card-img-wrapper {
    width: 360px;

    height: 360px;

    right: 35%;
  }

  .h-courses .card-title-box {
    width: 75%;
  }

  .h-courses .card-title-box .card-title {
    font-size: 16px;
  }

  .h-courses .circle {
    width: 82px;

    height: 82px;
  }

  .h-courses .circle .nav-link {
    font-size: 16px;
  }

  /* end our course  */

  /* start our core  */

  .h-core {
    padding: 100px 0px;
  }

  .h-core .side {
    padding-top: 0px;
  }

  .h-core .social-dev-box {
    justify-content: start;

    gap: 10px;
  }

  .h-core .social-dev-box .social-dev-txt-box {
    max-width: 280px;

    padding-top: 10px;
  }

  .h-core .social-dev-box .social-dev-txt-box h3 {
    font-size: 18px;
  }

  .h-core .social-dev-box .circle {
    width: 68px;

    height: 68px;
  }

  .h-core .social-dev-box .circle img {
    width: 36px;
  }

  .h-core .img-box {
    width: 100%;

    height: auto;
  }

  .h-core .img-box img {
    width: 100%;
  }

  /* end our core  */

  /* start admission  */

  .h-admission {
    background-position: top left;

    background-size: 80%;

    padding: 380px 0 65px;
  }

  .h-admission::before {
    height: 370px;
  }

  .h-admission .left-img img {
    width: 100%;

    height: 100%;
  }

  .h-admission .container .admission-content {
    max-width: 680px;

    padding: 40px;
  }

  /* end admission  */

  /* start outstanding  */

  .h-outstanding .card .card-body .img-wrapper {
    width: 270px;

    height: 270px;

    transform: translateY(-20%);
  }

  .h-outstanding .card .card-body .img-wrapper img {
    width: 80%;
  }

  .h-outstanding .info-box .name {
    font-size: 20px;
  }

  .h-outstanding .info-box .exam {
    padding: 10px 14px;

    border-top-left-radius: 20px;

    border-bottom-left-radius: 20px;

    margin-bottom: 10px;
  }

  .h-outstanding .info-box .exam p {
    font-size: 16px;
  }

  .h-outstanding .info-box .shield {
    margin-bottom: 10px;
  }

  .h-outstanding .info-box .shield img {
    width: 24px;
  }

  .h-outstanding .info-box .shield p {
    font-size: 20px;
  }

  .h-outstanding .info-box .skill-box {
    width: 95%;
  }

  .h-outstanding .info-box .skill-box .skill-txt {
    width: 50%;
  }

  .h-outstanding .info-box .skill-box .mark-side {
    width: 50%;
  }

  /* end outstanding  */

  /* start event and activies  */

  .h-event-and-activies {
    padding: 100px 0px;
  }

  .h-event-and-activies .title-box {
    margin-bottom: 60px;
  }

  .h-event-and-activies .title-box .title {
    margin-bottom: 0px;
  }

  .h-event-and-activies .event-card {
    padding: 0px;
  }

  .h-event-and-activies .event-card .date {
    padding: 17px 26px;

    border-radius: 30px;
  }

  .h-event-and-activies .event-card .img-box {
    width: 100%;

    height: auto;
  }

  .h-event-and-activies .event-card .img-box img {
    width: 100%;

    border-radius: 30px;
  }

  .h-event-and-activies .event-card .content {
    width: 90%;

    padding: 16px;

    border-radius: 30px;
  }

  .h-event-and-activies .event-card .content h3 {
    font-family: "Lexend-SemiBold", sans-serif;

    font-size: 18px;

    font-weight: 600;

    margin-bottom: 14px;
  }

  /* end event and activies  */
}

/* start md  */

@media screen and (max-width: 992px) and (min-width: 768px) {
  /* start aboutus  */

  .h-aboutus {
    padding: 100px 0px;
  }

  .h-aboutus .aboutus-content-box {
    max-width: 100%;

    margin-left: auto;

    margin-bottom: 50px;
  }

  .h-aboutus .aboutus-content-box p {
    line-height: 2;
  }

  /* end aboutus  */

  /* start our course  */

  .h-courses {
    padding: 80px 0px;
  }

  .h-courses .top {
    margin-bottom: 60px;
  }

  .h-courses .card-container {
    margin-bottom: 40px;
  }

  .h-courses .card {
    max-height: 320px;

    border-radius: 30px;
  }

  .h-courses .card-body {
    padding: 0;
  }

  .h-courses .card-img-wrapper {
    width: 420px;

    height: 420px;

    border-radius: 50%;

    right: 35%;

    transform: translateY(-45%);
  }

  .h-courses .card-img-wrapper .card-img {
    width: 100%;

    height: 100%;
  }

  .h-courses .card-title-box {
    width: 70%;

    position: absolute;

    bottom: 0;

    z-index: 2;

    padding: 0px 20px 10px;
  }

  .h-courses .card-title-box .card-title {
    font-size: 18px;

    color: var(--text-secondary-color);
  }

  .h-courses .circle {
    width: 82px;

    height: 82px;

    background-color: var(--primary-color);

    position: absolute;

    transform: translate(15%, 20%);

    bottom: 0;

    right: 0;

    border-radius: 50%;
  }

  .h-courses .circle .nav-link {
    font-size: 18px;

    color: #fff;

    transform: translate(-10%, -10%);
  }

  /* end our course  */

  /* start our core  */

  .h-core {
    padding: 100px 0px;

    background-color: #fff;
  }

  .h-core .title {
    margin-bottom: 80px;
  }

  .h-core .side {
    padding-top: 0px;
  }

  .h-core .social-dev-box {
    justify-content: start;

    gap: 20px;

    margin-bottom: 15px;
  }

  .h-core .social-dev-box .social-dev-txt-box {
    max-width: 280px;

    padding-top: 0px;
  }

  .h-core .social-dev-box .social-dev-txt-box h3 {
    font-size: 18px;
  }

  .h-core .social-dev-box .circle {
    width: 56px;

    height: 56px;
  }

  .h-core .social-dev-box .circle img {
    width: 30px;
  }

  .h-core .img-box {
    width: 100%;

    height: 100%;

    display: flex;

    justify-content: center;

    align-items: center;
  }

  .h-core .img-box img {
    width: 100%;
  }

  /* end our core  */

  /* start admission  */

  .h-admission {
    background-position: top left;

    background-size: 70%;

    padding: 280px 0 65px;
  }

  .h-admission::before {
    height: 320px;

    top: 80px;

    left: 0;

    z-index: -1;
  }

  .h-admission .container .admission-content {
    max-width: 680px;

    padding: 30px;

    border-radius: 30px;
  }

  .h-admission .container .admission-content h3 {
    margin-bottom: 14px;
  }

  .h-admission .container .admission-content p {
    line-height: 2;

    margin-bottom: 20px;
  }

  /* end admission  */

  /* start outstanding  */

  .h-outstanding {
    padding: 100px 0px;
  }

  .h-outstanding .title-box {
    margin-bottom: 50px;
  }

  .h-outstanding .title-box p {
    font-size: 18px;

    color: #575757;
  }

  .h-outstanding .card {
    border-radius: 30px;

    overflow: hidden;

    box-shadow: 0px 7px 29px #64646f33;

    margin-bottom: 60px;
  }

  .h-outstanding .card .card-body {
    padding: 0;
  }

  .h-outstanding .card .card-body .left-side {
    width: 30%;
  }

  .h-outstanding .card .card-body .img-wrapper {
    width: 310px;

    height: 310px;

    background-color: #dddddd;

    border-radius: 50%;

    overflow: hidden;

    position: absolute;

    top: 0;

    right: 0;

    transform: translateY(-25%);
  }

  .h-outstanding .card .card-body .img-wrapper img {
    width: 80%;

    bottom: 0;

    right: 0;

    /* transform: translate(30%,30%); */
  }

  .h-outstanding .info-box {
    width: 70%;

    padding: 24px 0px 24px;
  }

  .h-outstanding .info-box .name {
    font-size: 20px;

    margin: 0px 14px 10px;
  }

  .h-outstanding .info-box .exam {
    padding: 10px 20px;

    border-top-left-radius: 20px;

    border-bottom-left-radius: 20px;

    margin-bottom: 10px;
  }

  .h-outstanding .info-box .exam p {
    font-size: 18px;
  }

  .h-outstanding .info-box .shield {
    width: 100%;

    padding: 0px 14px;

    margin-bottom: 10px;
  }

  .h-outstanding .info-box .shield img {
    width: 24px;

    height: auto;
  }

  .h-outstanding .info-box .shield p {
    font-size: 20px;

    margin-left: 12px;
  }

  .h-outstanding .info-box .skill-box {
    width: 95%;

    padding: 0px 14px;
  }

  .h-outstanding .info-box .skill-box .skill-txt {
    width: 50%;

    padding: 7px 0px;
  }

  .h-outstanding .info-box .skill-box .mark-side {
    width: 50%;

    flex-shrink: 0;

    display: flex;

    align-items: center;
  }

  .h-outstanding .info-box .skill-box .mark-side .mark {
    font-size: 20px;
  }

  /* end outstanding  */

  .h-event-and-activies {
    padding: 80px 0px;
  }

  .h-event-and-activies .title-box {
    margin-bottom: 60px;
  }

  .h-event-and-activies .title-box .title {
    margin-bottom: 0px;
  }

  .h-event-and-activies .event-card {
    padding: 0px;
  }

  .h-event-and-activies .event-card .date {
    padding: 17px 26px;

    border-radius: 30px;
  }

  .h-event-and-activies .event-card .img-box {
    width: 100%;

    height: auto;
  }

  .h-event-and-activies .event-card .img-box img {
    width: 100%;

    border-radius: 30px;
  }

  .h-event-and-activies .event-card .content {
    width: 90%;

    padding: 16px;

    border-radius: 30px;
  }

  .h-event-and-activies .event-card .content h3 {
    font-family: "Lexend-SemiBold", sans-serif;

    font-size: 18px;

    font-weight: 600;

    margin-bottom: 14px;
  }

  /* end event and activies  */
}

/* start sm  */

@media screen and (max-width: 767.9px) and (min-width: 576px) {
  /* start aboutus  */

  .h-aboutus {
    padding: 80px 0px;
  }

  .h-aboutus .aboutus-content-box {
    max-width: 100%;

    margin-left: auto;

    margin-bottom: 50px;
  }

  .h-aboutus .aboutus-content-box p {
    line-height: 2;
  }

  /* end aboutus  */

  /* start our course  */

  .h-courses {
    padding: 80px 0px;
  }

  .h-courses .top {
    margin-bottom: 60px;
  }

  .h-courses .card-container {
    margin-bottom: 40px;
  }

  .h-courses .card {
    width: 70%;

    max-height: 330px;

    border-radius: 30px;

    margin: 0 auto;
  }

  .h-courses .card-body {
    padding: 0;
  }

  .h-courses .card-img-wrapper {
    width: 450px;

    height: 450px;

    border-radius: 50%;

    right: 110px;

    transform: translateY(-45%);
  }

  .h-courses .card-img-wrapper .card-img {
    width: 100%;

    height: 100%;
  }

  .h-courses .card-title-box {
    width: 85%;

    position: absolute;

    bottom: 0;

    z-index: 2;

    padding: 0px 20px 10px;
  }

  .h-courses .card-title-box .card-title {
    font-size: 16px;

    color: var(--text-secondary-color);
  }

  .h-courses .circle {
    width: 60px;

    height: 60px;

    background-color: var(--primary-color);

    position: absolute;

    transform: translate(10%, 10%);

    bottom: 0;

    right: 0;

    border-radius: 50%;
  }

  .h-courses .circle .nav-link {
    font-size: 18px;

    color: #fff;

    transform: translate(-10%, -10%);
  }

  /* end our course  */

  /* start our core  */

  .h-core {
    padding: 80px 0px;

    background-color: #fff;
  }

  .h-core .title {
    margin-bottom: 30px;
  }

  .h-core .side {
    padding-top: 0px;
  }

  .h-core .social-dev-box {
    justify-content: start;

    gap: 20px;

    margin-bottom: 30px;
  }

  .h-core .social-dev-box .social-dev-txt-box {
    max-width: 100%;

    padding-top: 0px;
  }

  .h-core .social-dev-box .social-dev-txt-box h3 {
    font-size: 20px;
  }

  .h-core .social-dev-box .circle {
    width: 56px;

    height: 56px;
  }

  .h-core .social-dev-box .circle img {
    width: 30px;
  }

  .h-core .img-box {
    width: 100%;

    height: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

    margin-bottom: 50px;
  }

  .h-core .img-box img {
    width: 100%;
  }

  /* end our core  */

  /* start admission  */

  .h-admission {
    background-position: top left;

    background-size: 90%;

    padding: 39.113vw 0 65px;
  }

  .h-admission::before {
    height: 270px;

    top: 80px;

    left: 0;
  }

  .h-admission .left-img img {
    width: 100%;

    height: 100%;
  }

  .h-admission .container .admission-content {
    max-width: 100%;

    padding: 2.608vw;

    border-radius: 3.911vw;
  }

  .h-admission .container .admission-content h3 {
    margin-bottom: 1.825vw;
  }

  .h-admission .container .admission-content p {
    line-height: 2;

    margin-bottom: 2.608vw;
  }

  /* end admission  */

  /* start outstanding  */

  .h-outstanding {
    padding: 80px 0px;
  }

  .h-outstanding .title-box {
    margin-bottom: 50px;
  }

  .h-outstanding .title-box p {
    font-size: 18px;

    color: #575757;
  }

  .h-outstanding .card {
    border-radius: 30px;

    overflow: hidden;

    box-shadow: 0px 7px 29px #64646f33;

    margin-bottom: 60px;
  }

  .h-outstanding .card .card-body {
    padding: 0;
  }

  .h-outstanding .card .card-body .left-side {
    width: 35%;
  }

  .h-outstanding .card .card-body .img-wrapper {
    width: 270px;

    height: 270px;

    background-color: #dddddd;

    border-radius: 50%;

    overflow: hidden;

    position: absolute;

    top: 0;

    right: 0;

    transform: translateY(-20%);
  }

  .h-outstanding .card .card-body .img-wrapper img {
    width: 80%;

    bottom: 0;

    right: 0;

    /* transform: translate(30%,30%); */
  }

  .h-outstanding .info-box {
    width: 65%;

    padding: 24px 0px 24px;
  }

  .h-outstanding .info-box .name {
    font-size: 20px;

    margin: 0px 14px 10px;
  }

  .h-outstanding .info-box .exam {
    padding: 10px 20px;

    border-top-left-radius: 20px;

    border-bottom-left-radius: 20px;

    margin-bottom: 10px;
  }

  .h-outstanding .info-box .exam p {
    font-size: 18px;
  }

  .h-outstanding .info-box .shield {
    width: 100%;

    padding: 0px 14px;

    margin-bottom: 10px;
  }

  .h-outstanding .info-box .shield img {
    width: 24px;

    height: auto;
  }

  .h-outstanding .info-box .shield p {
    font-size: 20px;

    margin-left: 12px;
  }

  .h-outstanding .info-box .skill-box {
    width: 95%;

    padding: 0px 14px;
  }

  .h-outstanding .info-box .skill-box .skill-txt {
    width: 50%;

    padding: 7px 0px;
  }

  .h-outstanding .info-box .skill-box .mark-side {
    width: 50%;

    flex-shrink: 0;

    display: flex;

    align-items: center;
  }

  .h-outstanding .info-box .skill-box .mark-side .mark {
    font-size: 20px;
  }

  /* end outstanding  */

  .h-event-and-activies {
    padding: 80px 0px;
  }

  .h-event-and-activies .title-box {
    margin-bottom: 60px;
  }

  .h-event-and-activies .title-box .title {
    margin-bottom: 0px;
  }

  .h-event-and-activies .event-card {
    padding: 0px;
  }

  .h-event-and-activies .event-card .date {
    padding: 17px 26px;

    border-radius: 30px;
  }

  .h-event-and-activies .event-card .img-box {
    width: 100%;

    height: auto;
  }

  .h-event-and-activies .event-card .img-box img {
    width: 100%;

    border-radius: 30px;
  }

  .h-event-and-activies .event-card .content {
    width: 90%;

    padding: 16px;

    border-radius: 30px;
  }

  .h-event-and-activies .event-card .content h3 {
    font-family: "Lexend-SemiBold", sans-serif;

    font-size: 18px;

    font-weight: 600;

    margin-bottom: 14px;
  }

  /* end event and activies  */
}

/* start sm  */

@media screen and (max-width: 575.9px) {
  /* start aboutus  */

  .h-aboutus {
    padding: 8.711vw 0vw;
  }

  .h-aboutus .aboutus-content-box {
    max-width: 100%;

    margin-left: auto;

    margin-bottom: 8.711vw;
  }

  .h-aboutus .aboutus-content-box p {
    line-height: 2;
  }

  /* end aboutus  */

  /* start our course  */

  .h-courses {
    padding: 6.969vw 0vw;
  }

  .h-courses .top {
    margin-bottom: 10.453vw;
  }

  .h-courses .card-container {
    margin-bottom: 6.969vw;
  }

  .h-courses .card {
    width: 78%;

    height: 60.976vw;

    border-radius: 5.226vw;

    margin: 0 auto;
  }

  .h-courses .card-body {
    padding: 0;
  }

  /* 
    .h-courses .card-img-wrapper {

        width:86.957vw; 

        height:86.957vw;

        border-radius: 50%;

        right: 22.857vw; 

        transform: translateY(-45%);

    } */

  .h-courses .card-img-wrapper {
    width: 100%;
    height: 100%;
  }

  .h-courses .card-img-wrapper .card-img {
    width: 100%;

    height: 100%;
  }

  /* 
    .h-courses .card-title-box {

        width: 80%;

        position: absolute;

        bottom: 0;

        z-index: 2;

        padding: 0px 0px 5px 3.478vw;

    } */

  .h-courses .card-title-box {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 9px 0px 5px 3.478vw;
  }

  .h-courses .card-title-box .card-title {
    font-size: 3.13vw;

    color: var(--text-secondary-color);
  }

  .h-courses .circle {
    width: 60px;

    height: 60px;

    background-color: var(--primary-color);

    position: absolute;

    transform: translate(10%, 10%);

    bottom: 0;

    right: 0;

    border-radius: 50%;
  }

  .h-courses .circle .nav-link {
    font-size: 15.997px;

    color: #fff;

    transform: translate(-5%, 0%);
  }

  /* end our course  */

  /* start our core  */

  .h-core {
    padding: 8.711vw 0vw;

    background-color: #fff;
  }

  .h-core .title {
    margin-bottom: 5.226vw;
  }

  .h-core .side {
    padding-top: 0vw;
  }

  .h-core .social-dev-box {
    justify-content: start;

    gap: 3.484vw;

    margin-bottom: 5.226vw;
  }

  .h-core .social-dev-box .social-dev-txt-box {
    max-width: 100%;

    padding-top: 0vw;
  }

  .h-core .social-dev-box .social-dev-txt-box h3 {
    font-size: 3.484vw;
  }

  .h-core .social-dev-box .circle {
    width: 9.756vw;

    height: 9.756vw;
  }

  .h-core .social-dev-box .circle img {
    width: 5.226vw;
  }

  .h-core .img-box {
    width: 100%;

    height: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

    margin-bottom: 8.711vw;
  }

  .h-core .img-box img {
    width: 100%;
  }

  /* end our core  */

  /* start admission  */

  .h-admission {
    background-position: top left;

    background-size: 90%;

    padding: 39.113vw 0 65px;
  }

  .h-admission::before {
    height: 270px;

    top: 80px;

    left: 0;
  }

  .h-admission .left-img img {
    width: 100%;

    height: 100%;
  }

  .h-admission .container .admission-content {
    max-width: 100%;

    padding: 2.608vw;

    border-radius: 3.911vw;
  }

  .h-admission .container .admission-content h3 {
    margin-bottom: 1.825vw;
  }

  .h-admission .container .admission-content p {
    line-height: 2;

    margin-bottom: 2.608vw;
  }

  /* end admission  */

  .h-outstanding {
    padding: 8.711vw 0vw;
  }

  .h-outstanding .title-box {
    margin-bottom: 8.711vw;
  }

  .h-outstanding .title-box p {
    font-size: 3.136vw;

    color: #575757;
  }

  .h-outstanding .card {
    border-radius: 5.226vw;

    overflow: hidden;

    box-shadow: 0vw 1.22vw 5.052vw #64646f33;

    margin-bottom: 10.453vw;
  }

  .h-outstanding .card .card-body {
    padding: 0;
  }

  .h-outstanding .card .card-body .left-side {
    width: 35%;
  }

  .h-outstanding .card .card-body .img-wrapper {
    width: 47.038vw;

    height: 47.038vw;

    background-color: #dddddd;

    border-radius: 50%;

    overflow: hidden;

    position: absolute;

    top: 0;

    right: 0;

    transform: translateY(-20%);
  }

  .h-outstanding .card .card-body .img-wrapper img {
    width: 80%;

    bottom: 0;

    right: 0;

    /* transform: translate(30%,30%); */
  }

  .h-outstanding .info-box {
    width: 65%;

    padding: 4.181vw 0vw;
  }

  .h-outstanding .info-box .name {
    font-size: 3.484vw;

    margin: 0vw 2.439vw 1.742vw;
  }

  .h-outstanding .info-box .exam {
    padding: 0.871vw 1.742vw;

    border-top-left-radius: 1.742vw;

    border-bottom-left-radius: 1.742vw;

    margin-bottom: 1.742vw;
  }

  .h-outstanding .info-box .exam p {
    font-size: 3.136vw;
  }

  .h-outstanding .info-box .shield {
    width: 100%;

    padding: 0vw 2.439vw;

    margin-bottom: 1.742vw;
  }

  .h-outstanding .info-box .shield img {
    width: 4.181vw;

    height: auto;
  }

  .h-outstanding .info-box .shield p {
    font-size: 3.484vw;

    margin-left: 2.091vw;
  }

  .h-outstanding .info-box .skill-box {
    width: 95%;

    padding: 0vw 2.439vw;
  }

  .h-outstanding .info-box .skill-box .skill-txt {
    width: 60%;

    padding: 1.22vw 0vw;
  }

  .h-outstanding .info-box .skill-box .mark-side {
    width: 40%;

    flex-shrink: 0;

    display: flex;

    align-items: center;
  }

  .h-outstanding .info-box .skill-box .mark-side .mark {
    font-size: 3.484vw;
  }

  /* end outstanding  */

  /* start event  */

  .h-event-and-activies {
    padding: 8.711vw 0vw;
  }

  .h-event-and-activies .title-box {
    margin-bottom: 5.226vw;
  }

  .h-event-and-activies .title-box .title {
    margin-bottom: 0vw;
  }

  .h-event-and-activies .event-card {
    padding: 0vw;
  }

  .h-event-and-activies .event-card .date {
    padding: 2.962vw 4.53vw;

    border-radius: 5.226vw;
  }

  .h-event-and-activies .event-card .img-box {
    width: 100%;

    height: auto;
  }

  .h-event-and-activies .event-card .img-box img {
    width: 100%;

    border-radius: 3.484vw;
  }

  .h-event-and-activies .event-card .content {
    width: 90%;

    padding: 2.787vw;

    border-radius: 3.484vw;
  }

  .h-event-and-activies .event-card .content h3 {
    font-family: "Lexend-SemiBold", sans-serif;

    font-size: 3.136vw;

    font-weight: 600;

    margin-bottom: 2.439vw;
  }

  /* end event and activies  */
}

ul#menu-main-menu {
  width: 100%;
}

.vision_mission {
  margin-top: 30px;

  margin-bottom: 30px;
}

.vision_mission .wp-block-column {
  background: rgb(0 103 60 / 20%);

  padding: 30px 30px;
}

h3.wp-block-heading {
  font-size: 18px;

  text-transform: uppercase;

  letter-spacing: 0.5px;

  margin-bottom: 5px;

  color: rgb(0 103 60);
}

h1.fs_page__title {
  margin: 30px 0;
  animation: fadeInLeft;
  animation-duration: 2s;
}

.core-values {
  margin-top: 30px;

  margin-bottom: 30px;
}

.core-values div.wp-block-column {
  background: #666666;

  padding: 30px 30px;
}

.core-values h4.wp-block-heading {
  color: #cce1d8;
}

.core-values ul.wp-block-list li {
  color: #cce1d8;
}

.wp-block-group h3 {
  margin-bottom: 25px;
}

.wp-block-group {
  margin: 30px 0;
}

ul.wp-block-list li {
  line-height: 2rem;
}

table.table.fs__table thead tr th {
  background: rgb(0 103 60 / 20%);

  color: #00673c;
}

/* .course_items img {

    width: 482px;

    height: 482px;

    object-fit: cover;

    position: absolute;

    clip-path: circle(50% at 45% 45%);

}

.course_items {

    border-radius: 30px;

    overflow: hidden;

    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;

    margin-bottom: 40px;

    background: #d3d2d2;

    height: 385px;



}

.course_items figcaption {

    font-family: Lexend;

    font-weight: 500;

    font-size: 24px;

    line-height: 100%;

    padding: 13px 30px;

} */

div#go-top {
  position: fixed;

  bottom: 100px;

  right: 100px;

  background: #fff;

  width: 38px;

  height: 38px;

  line-height: 38px;

  text-align: center;

  border-radius: 100px;

  color: var(--color2);

  font-size: 28px;
}

div#go-top i {
  color: #00673c;
}

.mm-listitem:after {
  left: 0;
}

.get-in-touch h3 {
  font-weight: 800;
  font-size: 20px;
  text-align: center;
}

.get-in-touch h4 {
  font-size: 16px;
  color: #00673c;
  text-align: center;
}

.contact-form {
  padding-top: 50px;
}

form#contact-form {
  margin: 0 auto 40px;
}
.current-post-parent a {
  color: #ffc107 !important;
}
@media (min-width: 1200px) {
  form#contact-form {
    width: 70%;
  }
}
.form-group {
  margin-bottom: 15px;
}

.content_wrap {
  margin-bottom: 30px;
}

.get-in-touch {
  margin-top: 30px;
}

.contact-form {
  /* padding-top: 14px;
    background: rgb(0 103 60 / 20%);
    padding-bottom: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 30px; */
}

.google-map {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 40px;
}

.content_thumb {
  /*    
    overflow: hidden; */
  /* height: 300px; */
}
.content_thumb img {
  height: 238px;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.content_wrap h3.txt-green {
  font-size: 20px;
}

.content_wrap .content {
  padding: 20px 20px;
  height: 121px;
}

.content_wrap .content {
  padding: 20px 20px;
  height: 121px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  border: 1px solid #c2e9d8;
}
h1.post_title {
  font-size: 25px;
  font-weight: 600;
  margin: 30px 0;
  color: #00673c;
  line-height: 2.5rem;
}
.single figure.wp-block-gallery {
  margin-top: 30px;
  margin-bottom: 30px;
}
h3.widget-post-title {
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  max-width: 264px;
  white-space: nowrap;
  overflow: hidden;
}
.mywidget {
  margin-bottom: 23px;
  align-items: center;
}
p.readmore-link {
  font-size: 13px;
  color: #00673c;
  text-align: right;
}
.widget h2 {
  font-size: 19px;
  color: #00673c;
  margin-bottom: 20px;
}
.fs__post {
  padding-bottom: 30px;
}
.sidebar {
  margin-top: 35px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: #fff;
}
.hamburger {
  padding: 0;
}
button#my-icon {
  margin-top: 5px;
}
a.mm-navbar__title {
  font-size: 15px;
}
a.mm-listitem__text {
  font-size: 15px;
}
.mm-menu--offcanvas {
  position: absolute;
}
.menu-main-menu-container .current_page_item a {
  color: #00673c;
}
.mm-menu--theme-light {
  --mm-color-text-dimmed: #00673c;
}
div#page {
  overflow: hidden;
}
/*



   Styles for animated modal

   =========================



*/

/* Start state */

.animated-modal {
  max-width: 550px;

  border-radius: 4px;

  overflow: hidden;

  transform: translateY(-50px);

  transition: all 0.7s;
}

.animated-modal h2,
.animated-modal p {
  transform: translateY(-50px);

  opacity: 0;

  transition-property: transform, opacity;

  transition-duration: 0.4s;
}

/* Final state */

.fancybox-slide--current .animated-modal,
.fancybox-slide--current .animated-modal h2,
.fancybox-slide--current .animated-modal p {
  transform: translateY(0);

  opacity: 1;
}

/* Reveal content with different delays */

.fancybox-slide--current .animated-modal h2 {
  transition-delay: 0.1s;

  font-weight: 800;

  font-size: 23px;
}

.fancybox-slide--current .animated-modal p {
  transition-delay: 0.3s;
}

h3.model-h3 {
  font-weight: 700;
  font-family: "Lexend-Bold";
  margin-bottom: 30px;
  color: var(--primary-color);
}

.model-content p {
  font-family: "Lexend-Regular" !important;
  line-height: 2rem;
}

.footer-course-menu li.page_item {
  padding-left: 30px;
  position: relative;
  margin-bottom: 12px;
}

.footer-course-menu li.page_item:before {
  content: "";
  width: 14px;
  height: 12px;
  background-image: url(images/polygon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 1;
}

/*button.fancybox-close-small:after {

    content: '\F628';

    font-family: bootstrap-icons !important;

    color: #0d6efd;

}*/

/* a.fancyboxBtn.modal-btn {

    background: var(--color-blue);

    color: #fff;

    border-radius: 10px;

    padding: 4px 12px;

    text-decoration: none;

} */

.fancybox-close-small:after {
  content: "\2716";
}

@media (max-width: 575px) {
  form#contact-form {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #menu-main-menu a.nav-link.text-white {
    font-size: 14px;
  }
  .apply-now.item-3 {
    display: none;
  }
}
@media (min-width: 768px) {
  button#my-icon {
    display: none;
  }
}
@media (max-width: 767px) {
  /* .menu-main-menu-container ul {
        display: none;
    } */
  a.widget_permalin_link {
    display: flex;
    justify-content: space-between;
  }
  .widget_thumb {
    display: none;
  }
  .right-col {
    display: none !important;
  }

  #courses .fs__head div:nth-child(2) {
    float: right;
  }

  #courses .fs__head {
    display: block;
  }

  .program-detail {
    margin-top: 30px;
  }

  .program-detail p {
    font-size: 16px;
    line-height: 2rem;
  }

  #courses .fs__head i.fa-book {
    display: none;
  }

  #courses .fs__head select {
    border-bottom-color: #d6d7d7;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    padding: 0;
  }

  #courses .fs__courses_img img {
    height: 300px;
  }
  #courses .fs__courses_img {
    margin-top: 20px;
    text-align: center;
  }
  /* .ds-menu button.navbar-toggler.collapsed {
        display: none !important;
    } */
  .h-banner .banner-content {
    height: 210px;
    background-size: cover;
    padding-top: 0;
  }
  .content-box {
    display: none;
  }
  nav.nav.navbar.navbar-expand-md.navbar-light.ds-menu {
    display: none;
  }
  div#go-top {
    right: 20px;
    bottom: 65px;
  }
  .h-courses .circle .nav-link {
    transform: translate(27%, 50%);
  }
}

.content_wrap h3.txt-green {
  text-overflow: ellipsis;
  min-width: 300px;
  overflow: hidden;
  white-space: nowrap;
}

.event-card h3.txt-green {
  text-overflow: ellipsis;
  min-width: 300px;
  overflow: hidden;
  white-space: nowrap;
}

.fs__courses_img img {
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

section#courses {
  padding-bottom: 50px;
}

.fs__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fs__head i.fa-book {
  background: var(--primary-color);
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
}
span.choose-course {
  font-weight: 500;
  display: none;
}
.fs__head select {
  padding: 10px 15px;
  color: var(--secondary-color);
  border-color: var(--secondary-color);
}
@media (max-width: 500px) {
  #courses .fs__head select {
    font-size: 16px;
    width: 118px;
  }
  p,
  ul li,
  ol li {
    font-size: 15px;
  }
}
footer.footer p a {
  color: initial;
}
.widget_ns_widget {
  background: #eeeeee;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 30px;
}
@media (max-width: 991px) {
  /* .content_thumb{
        height: auto;
    } */
}
@media (min-width: 575px) and (max-width: 768px) {
  .content_wrap h3.txt-green {
    min-width: 196px;
  }
}


/* Pagination */



ul.page-numbers{

	padding-left: 0px;

}	

ul.page-numbers li{
  display: inline-block;
    list-style: none;
}

ul.page-numbers li a{

    text-align: center;
    padding: 5px 17px;
    margin-right: 3px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
    background: #ffc107;
    height: 32px;
    width: auto;
    border-radius: 5px;
    font-size: 16px;
}

ul.page-numbers li span.current {
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 5px 17px;
    margin-right: 3px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);
    background: #00673c;
    border-radius: 5px;
}

ul.page-numbers li a {
    color: #00673c;
}




/* About Us */
.contentleft10 {
  padding-left: 10%;
}
.visionbox {
  background: #00673c;
  padding: 70px 40px;
  min-height: 300px;
  color: white;
  border-radius: 45px;
}
.corevalues.h-courses {
  margin: 100px 0px 0px 0px;
}

.corecontent {
  min-height: 250px;
  background: #00673c;
  border-radius: 45px;
  padding: 45px 20px;
  color: white;
  /* text-align: center; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-aboutus .event-card h3.txt-green {
  min-width: auto;
  overflow: hidden;
  white-space: nowrap;
}
.page-template-aboutus .h-event-and-activies {
  padding: 30px 0px;
}

.page-template-aboutus .h-event-and-activies .event-card .content {
  width: 70%;
  background-color: #fff;
  color: var(--primary-color);
  padding: 6px;
  border-radius: 30px;
  display: flex;
  flex-flow: column;
  height: 60px;
  justify-content: center;
  gap: 0px;
  margin: -30px auto 0;
  position: relative;
  left: auto;
  text-align: center;
}
.theme-inner-banner {
  position: relative;
  min-height: 400px;
  margin-bottom: 40px;
}
.banneroverlay {
  position: absolute;
  width: 100%;
  top: 25%;
}
div#breadcrumbs {
  display: flex;
  justify-content: center;
}
div#breadcrumbs li {
  list-style: none;
}
span.sepeator {
  padding: 0px 15px;
}
.banner-caption h1.title {
  margin-bottom: 25px;
  font-size: 30px;
  text-transform: capitalize;
  animation: zoomIn;
  animation-duration: 2s;
}
.courseselector {
  border-radius: 20px;
}
.banner-caption a {
  color: #00673c;
}
section#about-private-school-section {
    background: #015c31;
    padding: 80px 0;
}

section#about-private-school-section h3, 
section#about-private-school-section p,
section#about-private-school-section ul li {
    color: #fff;
}
section#about-private-school-section h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
section#about-private-school-section h3 {
    font-size: 23px;
}
.group-content.who-we-are-group blockquote {
    background-color: rgba(255, 255, 255, 20%);
    padding: 2rem;
    border-radius: 20px;
    margin-bottom: 50px;
    animation: fadeInDown;
    animation-duration: 2s;
}
.group-content.vision_group, .group-content.mission_group {
    background-color: rgba(255, 255, 255, 20%);
    padding: 2rem;
    border-radius: 20px;
    height: 100%;
}
.group-content.vision_group{
  animation: fadeInLeftBig;
  animation-duration: 3s;
}
.group-content.mission_group{
  animation: fadeInRightBig;
  animation-duration: 3.5s;
}
.alignleft {
    float: left;
    margin-right: 50px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.alignright {
    float: right;
    margin-left: 50px;
    width: 560px;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
section#our-educational {
    padding: 80px 0;
}
section#our-educational h3 {
    color: #00673c;
}

section#key-activities:before {
    position: absolute;
    content: '';
    background: rgb(255 255 255 / 90%);
    width: 100%;
    height: 100%;
    top: 0;
}
section#key-activities {
    background-image: url(images/key-bg.jpg);
    position: relative;
    padding: 80px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
}

.key_wrap {
    position: relative;
}

.key_wrap p {
    text-align: center;
    margin-bottom: 40px;
}
.key_wrap h2 {
    text-align: center;
    color: #00673c;
}

.key_wrap blockquote {
    width: 49%;
    float: left;
    background: #fff;
    padding: 2rem;
    margin-right: 10px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
    border-radius: 30px;
    animation: fadeInUp;
    animation-duration: 4s;
}

section#why-choose {
    padding: 50px 0;
}
section#our-commitment {
    padding: 50px 0;
}
@media(min-width:575px) and (max-width:768px){
  h1.fs_page__title.colorTitle {
    font-size: 23px;
  }

}
@media (max-width:991px){
    .fs__courses_img {
      margin: 0 auto 30px;
      text-align: center;
  }
   h1.fs_page__title.colorTitle {
    font-size: 23px;
  }
  .group-content.vision_group {
    margin-bottom: 50px;
    height: auto;
  }
  .alignleft, .alignright {
      float: none;
      margin: 0 auto 30px;
      text-align: center;
  }
  .key_wrap blockquote {
      width: 100%;
      float: none;
  }
}
section#our-educational h3 {
    animation: lightSpeedInRight;
    animation-duration: 2s;
}
section#why-choose img {
    animation: fadeInRight;
    animation-duration: 4s;
}
section#our-commitment img{
  animation: fadeInLeft;
    animation-duration: 4s;
}