:root {
  --light-gray: #e2e2e2;
  --color-red: #9e1c24;
}

/* global css start */
.width-100 {
  width: 100%;
}
.height-100 {
  height: 100%;
}
.all-100 {
  width: 100%;
  height: 100%;
}
.my-55 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-33 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.form-control:focus {
  box-shadow: unset;
}

.color-red {
  color: var(--color-red);
}
.color-red-important {
  color: var(--color-red) !important;
}
.bg-red {
  background-color: var(--color-red) !important;
}
.bg-red:hover {
  background-color: var(--color-red);
}
.btn-h-about {
  background-color: #000;
  border: 0;
  border-radius: 20px;
  padding: 0.5rem 1.7rem;
  font-size: 0.9rem;
  margin-top: 2rem;
}
.btn-h-about:focus {
  background-color: #000;
}
.btn-h-about:hover {
  background-color: #000;
}
.section-title {
  color: #000;
  text-align: center;
  font-weight: 800;
}
.football-1 {
  position: absolute;
  top: 0;
  width: 170px;
  z-index: -1;
}
.football-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 170px;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .section-title {
    font-size: calc(1.325rem + 0.4vw);
  }
}
/* global css end */

/* header start */
.nav-link {
  color: #fff;
  margin-left: 0.6rem;
  margin-right: 0.6rem;
}
.nav-link:hover {
  color: var(--color-red);
}
.main-logo {
  width: 92px;
}
header {
  position: absolute;
  z-index: 2;
  top: 0;
  background: transparent;
  width: 100%;
}
.main-navbar {
  background-color: #0000008c;
}
a.nav-link span:hover {
  border-bottom: 1px solid var(--color-red);
}
@media only screen and (max-width: 768px) {
  .offcanvas-start {
    width: 350px !important;
  }
  .nav-link {
    color: var(--color-red);
  }
}
/* header end */

/* footer start */
.footer-fluid {
  background-size: cover;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.footer-fluid2 {
  background-color: #e2e2e2;
}
.foot-box a {
  color: #fff;
  text-decoration: none;
}
.foot-box {
  color: #fff;
  background-color: #00000045;
  padding: 1rem;
  display: inline-block;
  border-radius: 8px;
}
.copyright1 {
  font-size: 15px;
  text-align: center;
}
.copyright2 {
  visibility: hidden;
  position: absolute;
}
.foot-logo {
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .foot-logo {
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 150px;
  }
  .copyright1 {
    text-align: center;
  }
  .copyright2 {
    left: 0;
  }
}
/* footer end */

/* home carousel start */
.hc-title {
  font-weight: 800;
  margin-bottom: 1rem;
}
.hc-img {
  width: 300px;
}
.carousel-indicators [data-bs-target] {
  width: 11px !important;
  height: 11px !important;
  margin-right: 3px !important;
  margin-left: 3px !important;
  border-radius: 50%;
}
.carousel-indicators .active {
  background-color: var(--color-red);
}
.btn-hc {
  background-color: var(--color-red);
  color: #fff;
  border-radius: 25px;
  padding: 0.4rem 1.5rem 0.5rem 1.5rem;
  font-size: 0.9rem;
  margin-bottom: 3rem;
  margin-top: 0.5rem;
}
.chc-img {
  height: 39rem;
}
@media only screen and (max-width: 768px) {
  .chc-img {
    height: 400px;
  }
  .hc-img {
    width: 130px;
  }
  .hc-title {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    margin-top: 0.5rem;
  }
  .btn-hc {
    margin-bottom: 1rem;
  }
}
/* home carousel end */

/* home about start */
.home-about {
  position: relative;
  background-color: var(--light-gray);
}
.home-about-title {
  color: #000;
  font-weight: 800;
}
.aul-img {
  width: 140px;
}
@media only screen and (max-width: 768px) {
  .home-about-title {
    margin-top: 1rem;
  }
}
/* home about end */

/* home section3 start */
.home-section3 {
  position: relative;
  background-size: cover;
}
.section3-box a {
  color: var(--color-red);
  text-decoration: none;
  font-weight: 500;
}
.section3-col {
  color: #fff;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.section3-box {
  background-color: #0000008c;
  padding: 1.5rem 2rem;
  margin: 0 7rem;
  z-index: 1;
  position: relative;
  border-radius: 10px;
  margin-top: 2rem;
}
.section3-col1,
.section3-col2 {
  border-bottom: 1px solid #fff;
}
.section3-person {
  position: absolute;
  left: -200px;
  bottom: 0;
  width: 650px;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .home-section3 {
    background-size: contain;
  }
  .section3-box {
    margin: 0;
    padding: 1.5rem 1rem;
  }
  .section3-person {
    left: -160px;
    width: 400px;
  }
}
/* home section 3 end */

/* overview start */
.overview {
  background-color: var(--light-gray);
}
.overview-box {
  text-align: center;
  padding: 2rem 3rem;
}
.overview-img {
  margin-bottom: 1rem;
}
.btn-overview {
  background-color: var(--color-red);
  display: inline-block;
  color: #fff;
  padding: 0.3rem 5rem;
  text-align: center;
  border-radius: 25rem;
  border: 1px solid var(--color-red);
}
.btn-overview:hover {
  background-color: var(--color-red);
  color: #fff;
  border: 1px solid var(--color-red);
}
@media only screen and (max-width: 768px) {
  .overview-box {
    padding: 2rem 0rem;
  }
}
/* overview end */

/* skills start */
.skills-inter-head {
  font-weight: 700;
}
.skills-inter {
  padding: 0 3rem;
}
.skills-inter1 {
  border-right: 1px solid #000;
}
/* skills end */

/* home course start */
.home-course {
  background-size: cover;
}
.course-box {
  position: relative;
}
.course-content {
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
}
.course-num {
  font-size: 5rem;
  font-weight: 800;
  color: #fff;
}
.course-text {
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .course-num {
    font-size: 2rem;
  }
  .course-text {
    font-size: 0.8rem;
  }
}
/* home course end */

/* partner start */
.partners-img {
  width: 130px !important;
  height: 120px !important;
  display: unset !important;
}
/* partner end */

/* newsletter start */
.newsletter {
  background-color: var(--light-gray);
  position: relative;
}
.newsletter-form {
  margin-left: 5rem;
  margin-right: 5rem;
}
.input-newsletter {
  border: 0;
  padding: 0.5rem 0.75rem;
}
.input-newsletter:focus {
  border: 0;
}
.btn-search {
  padding: 0px 50px;
  font-weight: 500;
  border-radius: 5px;
}
.newsletter-football {
  position: absolute;
  left: 39%;
  top: -2rem;
  width: 300px;
}
@media only screen and (max-width: 768px) {
  .newsletter-form {
    margin-left: 0;
    margin-right: 0;
  }
  .btn-search {
    padding: 0px 15px;
  }
  .newsletter-football {
    left: 23%;
    top: 0rem;
    width: 200px;
  }
}
/* newsletter end */

/* ============ owl carousel start ============ */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: unset !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--color-red) !important;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px !important;
  height: 10px !important;
  margin-right: 3px !important;
  margin-left: 3px !important;
}
.owl-carousel .prev-slide {
  background: url("../images/Left-Slider-button.png") no-repeat scroll 0 0;
  left: -33px;
}
.owl-carousel .next-slide {
  background: url("../images/Right-Slider-button.png") no-repeat scroll -11px 0px;
  right: -33px;
}
.owl-carousel .nav-btn {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 38px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}
@media only screen and (max-width: 768px) {
  .owl-carousel .prev-slide {
    left: -10px;
  }
  .owl-carousel .next-slide {
    right: -10px;
  }
}
/* ============ owl carousel end ============ */

/* inner banner start */
.banner-img {
  width: 100%;
  height: 400px;
  overflow: hidden;
  object-fit: cover;
  object-position: bottom;
}
.banner-content {
  position: absolute;
  color: #fff;
  text-align: center;
  top: 19vw;
  left: 45%;
  transform: translate(-40%, -50%);
}
.banner-h1 {
  font-weight: 800;
  font-size: 3.4rem;
}
.banner-h2 {
  font-size: 5rem;
  font-weight: 800;
  margin-top: -31px;
  color: #ffffff6b;
}
@media only screen and (max-width: 768px) {
  .banner-img {
    height: 300px;
  }
  .banner-content {
    top: 55vw;
    /* left: 30%;
    transform: translate(-22%, -50%); */
  }
  .banner-h1 {
    font-size: 2rem;
  }
  .banner-h2 {
    font-size: 1.5rem;
    margin-top: -15px;
  }
}
/* inner banner end */

/* about us page start */
.white1 {
  background-color: #fff;
  position: absolute;
  bottom: -4%;
  width: 130px;
  height: 130px;
  left: 16%;
  z-index: 0;
}
.white2 {
  background-color: #fff;
  position: absolute;
  top: -5%;
  width: 130px;
  height: 130px;
  right: 16%;
  z-index: 0;
}
.white_about {
  position: relative;
  z-index: 1;
}
.overview-box-motto {
  padding: 2rem 7rem;
}
.staff-imgg {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .white1 {
    bottom: -4%;
    width: 60px;
    height: 45px;
    left: 13%;
  }
  .white2 {
    top: -5%;
    width: 60px;
    height: 54px;
    right: 13%;
  }
  .staff-imgg {
    width: 280px;
    margin-top: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  .staff-box {
    margin: 0 2rem;
  }
}
/* about us page end */

/* contact page start */
.contact-anchor {
  color: #212529;
  text-decoration: none;
}
a.contact-anchor:hover {
  color: var(--color-red);
}
.input-control {
  padding: 0.4rem 0.75rem;
}
.contact-page-inner-image {
  width: 230px;
  margin-bottom: 2rem;
}
.btn-apply {
  background-color: var(--color-red);
  color: #fff;
  border-radius: 25px;
  padding: 0.3rem 3rem;
  border: 1px solid var(--color-red);
  margin-top: 1rem;
}
.btn-apply:hover {
  background-color: #fff;
  color: var(--color-red);
  border: 1px solid var(--color-red);
}
@media only screen and (max-width: 768px) {
  .contact-page-inner-image {
    width: 150px;
    margin-bottom: 1rem;
  }
}
/* contact page end */

/* news start */
.news-img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}
.news-box {
  padding: 8rem 3rem;
}
.btn-news {
  background-color: var(--color-red);
  color: #fff !important;
  border-radius: 25px;
  padding: 0.3rem 1.5rem 0.4rem 1.5rem;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  text-decoration: none;
}
.news-title {
  font-size: 1.2rem;
}
/* news end */

.triangle-ul ul {
  list-style-type: disclosure-closed;
}
.triangle-ul ul li {
  margin-bottom: 0.5rem;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form-comment textarea {
  padding: 0.375rem 0.75rem;
  border: 1px solid #000;
  display: block;
  width: 100%;
  outline: 0;
}
p.form-submit input#submit {
  background-color: var(--color-red);
  border: 1px solid var(--color-red);
  color: #fff;
  padding: 0.4rem 0.8rem;
}

.current-menu-item > a.nav-link {
  color: var(--color-red);
}
.staff-box {
  border: 5px solid var(--color-red);
  height: 100%;
  padding: 1rem;
}
.staff-title {
  font-size: calc(1rem + 0.6vw);
}
.staff-subtitle {
  font-size: 1.3rem;
  margin-top: -0.8rem;
  margin-bottom: 1rem;
}
.staff-content {
  font-size: 1.2rem;
}

li#wp-admin-bar-wp-logo {
  display: none;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background-color: #9e1c24d9;
  font-size: 0;
  padding: 12px 12px;
  border-radius: 0;
  width: 40px;
  height: 40px;
}
#btn-back-to-top:hover {
  background-color: var(--color-red);
}


@media only screen and (min-width: 768.1px) and (max-width: 992px){
.pc-white{
	color: #fff !important;
}
}