/**
* Template Name: Reveal - v4.7.0
* Template URL: https://bootstrapmade.com/reveal-bootstrap-corporate-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #50d8af;
  text-decoration: none;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #51d8af;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;

}

/* #nameSchool h1, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  margin-left: 30px;
  
} */

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #C11108;
  width: 40px;
  height: 40px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #000;
  color: #615D5C;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #C11108;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  padding: 0;
  height: 40px;
}

#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #615D5C;
}

#topbar .social-links a {
  color: #fff;
  padding: 0 15px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
  color: #615D5C;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 55px;
  transition: all 0.5s;
  z-index: 997;
  background: #C11108;
  box-shadow: 0px 6px 9px 0px rgb(0 0 0 / 62%);
  /* justify-content: center; */
  text-align: -webkit-center;
}

#header #logo h1 {
  font-size: 32px;
  margin: 0;
  padding: 0;
  font-family: "Constantia", sans-serif;
  font-weight: 600;
  margin-left: 28px;
  margin-top: 17px;
  color: #C11108;
}
#header #logo h6 {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  margin-left: 30px;
  color: #C11108;
}

#header #logo h1 a {
  color: #0c2e8a;
}

#header #logo h1 a span {
  color: #50d8af;
}

#header #logo img {
  padding: 0;
  margin: 0;
  height: 108px;
}

@media (max-width: 1075px) {
  #header {
    margin: auto;
  }

  #header #logo h1 {
    font-size: 31px;
    margin-top: 1px;
    margin: auto;
  }
  #header #logo h6 {
    font-size: 19px;
    margin: auto;
  }

  #header #logo img {
    max-height: 105px;
    margin: auto;
  }
}
/* 
@media (max-width: 1029px) {
  #header {
    margin-right: 117px;
  }

  #header #logo h1 {
    font-size: 31px;
    margin-top: 1px;
    margin-right: 126px;
    margin: auto;
  }
  #header #logo h6 {
    font-size: 16px;
    margin: auto;
    margin-right: 134px;
  }

  #header #logo img {
    max-height: 105px;
    margin: auto;
    margin-left: 35px;
  }
} */

/* 
@media (max-width: 966px) {
  #header {
    margin-right: 14px;
  }

  #header #logo h1 {
    font-size: 32px;
    margin-top: 1px;
    margin-right: 126px;
    margin: auto;
  }
  #header #logo h6 {
    font-size: 16px;
    margin: auto;
    margin-right: 134px;
  }

  #header #logo img {
    max-height: 105px;
    margin: auto;
    margin-left: 35px;
  }
} */


@media (max-width: 771px) {
  #header {
    margin: auto;
  }

  #header #logo h1 {
    font-size: 24px;
    margin-top: 1px;
    margin: auto;
  }
  #header #logo h6 {
    font-size: 12px;
    margin: auto;
  }

  #header #logo img {
    max-height: 105px;
    margin: auto;
  }
}

@media (max-width: 500px) {
  #header {
    margin: auto;
  }

  #header #logo h1 {
    font-size: 20px;
    margin-top: 1px;
    margin: auto;
  }
  #header #logo h6 {
    font-size: 10px;
    margin: auto;
  }

  #header #logo img {
    max-height: 97px;
    margin: auto;
  }
}






/*--------------------------------------------------------------
# HEADER NAVBAR
--------------------------------------------------------------*/

#headerNavBar {
  height: 109px;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
  /* justify-content: center; */
  text-align: -webkit-center;
}

#headerNavBar #logo h1 {
  font-size: 32px;
  margin: 0;
  padding: 0;
  font-family: "Constantia", sans-serif;
  font-weight: 600;
  margin-left: 28px;
  margin-top: 17px;
  color: #C11108;
}
#headerNavBar #logo h6 {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  margin-left: 30px;
  color: #C11108;
}

#headerNavBar #logo h1 a {
  color: #0c2e8a;
}

#headerNavBar #logo h1 a span {
  color: #50d8af;
}

#headerNavBar #logo img {
  padding: 0;
  margin: 0;
  height: 108px;
}


@media (max-width: 1075px) {
  #headerNavBar {
    margin: auto;
  }

  #headerNavBar #logo h1 {
    font-size: 31px;
    margin-top: 1px;
    margin: auto;
  }
  #headerNavBar #logo h6 {
    font-size: 19px;
    margin: auto;
  }

  #headerNavBar #logo img {
    max-height: 105px;
    margin: auto;
  }
}

@media (max-width: 771px) {
  #headerNavBar {
    margin: auto;
  }

  #headerNavBar #logo h1 {
    font-size: 24px;
    margin-top: 1px;
    margin: auto;
  }
  #headerNavBar #logo h6 {
    font-size: 12px;
    margin: auto;
  }

  #headerNavBar #logo img {
    max-height: 105px;
    margin: auto;
  }
}

@media (max-width: 500px) {
  #headerNavBar {
    margin: auto;
  }

  #headerNavBar #logo h1 {
    font-size: 20px;
    margin-top: 1px;
    margin: auto;
  }
  #headerNavBar #logo h6 {
    font-size: 10px;
    margin: auto;
  }

  #headerNavBar #logo img {
    max-height: 97px;
    margin: auto;
  }
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  text-align: center;
}

.navbar .dropdown {
  position: relative;
}

.navbar .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  /* background-color: #fff; */
  padding: 0;
  border-radius: 5px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.navbar .dropdown-menu li {
  list-style: none;
  /* background-color: red; */
  /* text-align: center; */
  text-align: left;
}

.navbar .dropdown-menu li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}

.navbar .dropdown-menu li a:hover {
  background-color: #f0f0f0;
  color: #0054A4;
}

.navbar .dropdown:hover .dropdown-menu {
  display: block;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  list-style: none;
  align-items: center;
}

/* .navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
} */

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  /* align-items: center;
  justify-content: space-between; */
  /* padding: 12px 80px 12px 85px; */
  font-family: "Arial", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  justify-content: center;
  align-items: center;
  margin-left: 41px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

.navbar a:hover,
.navbar li:hover>a {
  color: #615D5C;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  /* box-shadow: 0px 0px 30px rgb(255, 255, 255); */
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  margin-left: auto;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #C11108;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 39px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;


}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 1159px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(91, 8, 8, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  text-align: center;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #C11108;
  margin-left: 1px;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #C11108;
}

.navbar-mobile a:hover,
.navbar-mobile li:hover>a {
  color: #615D5C;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #C11108;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 60vh;
  position: relative;
  /* background: url("../img/hero-carousel/1.jpg") no-repeat; */
  /*background: url("../img/kasociusitcsd.png") no-repeat;*/
  background-size: cover;
  padding: 0;
}

#hero .hero-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero .iframe-container {
  position: relative;
  width: 100%;
  /* padding-bottom: 56.25%; */
  padding-bottom: 550px;
  height: 100%;
}
#hero .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#hero .hero-content h2 {
  color: #615D5C;
  margin-bottom: 30px;
  font-family: "Constantia", sans-serif;
  font-size: 73px;
  font-weight: 700;
  text-shadow: 7px 2px 8px black;
  -webkit-text-stroke: 1px white;
}

#hero .hero-content h2 span {
  color: #C11108;    
  font-family: "Constantia", sans-serif;
  font-size: 83px;
  text-shadow: 7px 2px 8px white;
  -webkit-text-stroke: 2px black;
}

@media (max-width: 767px) {
  #hero .hero-content h2 {
    font-size: 50px;
    text-shadow: 4px 1px 3px black;
  }

  #hero .hero-content h2 span{
    color: #C11108;    
    font-family: "Constantia", sans-serif;
    font-size: 63px;
    text-shadow: 7px 2px 8px white;
    -webkit-text-stroke: 2px black;
  }
}

@media (max-width: 500px) {
  #hero .hero-content h2 {
    font-size: 50px;
    text-shadow: 4px 1px 3px black;
  }

  #hero .hero-content h2 span{
    color: #C11108;    
    font-family: "Constantia", sans-serif;
    font-size: 53px;
    text-shadow: 7px 2px 8px white;
    -webkit-text-stroke: 2px black;
  }
}

#hero .hero-content .btn-get-started,
#hero .hero-content .btn-projects {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}

#hero .hero-content .btn-get-started {
  background: #C11108;
  border: 2px solid #fff;
}

#hero .hero-content .btn-get-started:hover {
  background: #fff;
  color: #C11108;
  border: 2px solid #C11108;
}

#hero .hero-content .btn-projects {
  background: #50d8af;
  border: 2px solid #50d8af;
}

#hero .hero-content .btn-projects:hover {
  background: none;
  color: #50d8af;
}

#hero .hero-slider {
  z-index: 8;
  height: 60vh;
}

#hero .hero-slider::before {
  content: "";
  /* background-color: rgba(255, 255, 255, 0.7); */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
}

#hero .hero-slider .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: opacity;
}

.hero-img {
  width: 100%;
  height: 500px; /* or vh units for responsiveness */
  position: relative;
  overflow: hidden;
}

.hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* fills the box, crops if needed */
  display: block;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 40px 0;
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 32px;
  color: #C11108;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
  text-align: left;
}

.section-header h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #615D5C;
  bottom: 0;
  left: 0;
}

.section-header p {
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #fafafa;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/* About Section
--------------------------------*/
#about {
  padding: 60px 0 30px 0;
 
}

#about .about-img {
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}



@media (max-width: 990px) {
  #about {
    text-align: center;
  }

  #about .about-img {
    height: auto;
  }

  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}


@media (max-width: 768px) {
  #about {
    text-align: center;
  }

  #about .about-img {
    height: auto;
  }

  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
    max-height: 390px;
  }
}

#about .content h2 {
  color: #C11108;
  font-weight: 700;
  font-size: 36px;
  font-family: "Raleway", sans-serif;
}

#about .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #50d8af;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

/* Founder  SchooPres Dr Uy Section
--------------------------------*/
#founder #schoolPres {
  text-align: -webkit-center;
}

#founder #schoolPres img {
  height: 100%;
  border: 1px solid #C11108;
}

/* Senior High School Programs Section
--------------------------------*/
#shsPrograms {
  padding: 60px 0 30px 0;
 
}

#shsPrograms .box {
  padding: 40px;
  box-shadow: 37px 13px 15px rgba(0 0 0 / 10%);
  background: #C11108;
  transition: 0.4s;
  margin-bottom: 15px;
}

#shsPrograms .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#shsPrograms .box .icon {
  float: left;
}

#shsPrograms .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#shsPrograms .box .icon i:before {
  background: #0c2e8a;
  background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#shsPrograms .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}

#shsPrograms .box h4 a {
  color: #444;
}

#shsPrograms .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

@media (max-width: 767px) {
  #shsPrograms .box .box {
    margin-bottom: 20px;
  }

  #shsPrograms .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #shsPrograms .box h4,
  #shsPrograms .box p {
    margin-left: 0;
    text-align: center;
  }
}

#shsPrograms .about-img {
  overflow: hidden;
  text-align: -webkit-center;
}

#shsPrograms .about-img img {
  max-width: 100%;
  margin-top: 15px;
}

#shsPrograms #excellencian h2  {
  color: #C11108;
  margin-top: 104px;
  font-family: "ScriptC",  sans-serif;
  font-weight: 1000;
  font-size: 42px;
}

@media (max-width: 990px) {
  #shsPrograms {
    text-align: center;
  }

  #shsPrograms .about-img {
    text-align: -webkit-center;
    height: auto;
  }

  #shsPrograms .about-img img {
    padding-bottom: 30px;
    vertical-align: super;

  }

  #shsPrograms #excellencian h2 {
    font-size: 50px;
  }
}

@media (max-width: 768px) {
  #shsPrograms {
    text-align: center;
  }

  #shsPrograms .about-img {
    height: auto;
    text-align: -webkit-center;
  }

  #shsPrograms .about-img img {
    padding-bottom: 30px;
  }

  #shsPrograms #excellencian h2 {
    font-size: 50px;
  }
}

@media (max-width: 500px) {
  #shsPrograms {
    text-align: center;
  }

  #shsPrograms .about-img {
    height: auto;
    text-align: -webkit-center;
  }

  /* #shsPrograms .about-img img {
    padding-bottom: 30px;
  } */

  #shsPrograms #excellencian h2 {
    font-size: 50px;
  }
}

#shsPrograms .content h2 {
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  font-family: "Raleway", sans-serif;
}

#shsPrograms .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#shsPrograms .content p {
  line-height: 26px;
}

#shsPrograms .content p:last-child {
  margin-bottom: 0;
}

#shsPrograms .content i {
  font-size: 18px;
  padding-right: 4px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

#shsPrograms .content h3 {
  font-size: 15px;
  /* padding-right: 4px; */
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

#shsPrograms .content ul {
  list-style: none;
  color: #fff;
  padding: 0;
}

#shsPrograms .content ul li {
  padding-bottom: 3px;
}

/* Services Section
--------------------------------*/
#enrollHere {
  padding: 40px 0;
}

#enrollHere .box {
  padding: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
  height: 100%;
}

#enrollHere .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#enrollHere .box .icon {
  float: left;
}

#enrollHere .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#enrollHere .box .icon i:before {
  background: #0c2e8a;
  background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#enrollHere .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}

#enrollHere .box h4 a {
  color: #444;
}

#enrollHere .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

@media (max-width: 767px) {
  #enrollHere .box .box {
    margin-bottom: 20px;
  }

  #enrollHere .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #enrollHere .box h4,
  #enrollHere .box p {
    margin-left: 0;
    text-align: center;
  }
}



/* careers Section
--------------------------------*/

#careers {
  margin: auto;
}

#careers img {
  height: 100px;
  width: 100px;
}

#careers .enrollmentContent {
  margin: auto;
  padding: 40px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: #fff;
  transition: 0.4s;
  height: 100%;
  border: 1px solid #615D5C;
}

#careers .enrollmentContent h2 {
  color: #720000;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 70px;

}

#careers .enrollmentContent iframe {
  background-color: #ffffff;
  width: 640px;
  height: 800px;
  margin: 0;
  margin-left: 200px;
  margin-right: auto;
}

@media (max-width: 767px) {
  #careers {
    margin: auto;
  }
  
  #careers .enrollmentContent {
    margin: auto;
  }
  
  #careers .enrollmentContent iframe {
    margin: auto;
  }
}



/* Partners Section
--------------------------------*/
#partners {
  padding: 40px 0;
}

#partners .box {
  padding: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
  height: 100%;
}

#partners .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#partners .box .icon {
  float: left;
}

#partners .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#partners .box .icon i:before {
  background: #0c2e8a;
  background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#partners .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}

#partners .box h4 a {
  color: #444;
}

#partners .box p {
  font-size: 14px;
  margin-left: 200px;
  margin-bottom: 0;
  line-height: 24px;
}

@media (max-width: 767px) {
  #partners .box .box {
    margin-bottom: 20px;
  }

  #partners .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #partners .box h4,
  #partners .box p {
    margin-left: 0;
    text-align: center;
  }
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 30px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

#clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #50d8af;
}

#clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #50d8af;
}

/* Our Portfolio Section
--------------------------------*/
#portfolio {
  background: #fff;
  padding: 30px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 18px 12px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #f7f7f7;
  border-radius: 4px;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #50d8af;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}

#portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #50d8af;
  padding: 15px 20px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

#portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info .preview-link,
#portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: rgba(255, 255, 255, 0.6);
  transition: ease-in-out 0.3s;
}

#portfolio .portfolio-item .portfolio-info .preview-link:hover,
#portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

#portfolio .portfolio-item:hover img {
  top: -30px;
}

#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #50d8af;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #50d8af;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(12, 46, 138, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 30px 0;
}

#testimonials .testimonials-carousel,
#testimonials .testimonials-slider {
  overflow: hidden;
}

#testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

#testimonials #excellencian h1  {
  color: #C11108;
  font-family: "Montserrat",  sans-serif;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
}

#testimonials #excellencian h2  {
  color: #C11108;
  font-family: "Montserrat",  sans-serif;
  font-weight: 600;
  font-size: 26px;
  text-align: center;
}


@media (max-width: 767px) {
  #testimonials .testimonial-item {
    margin: 30px 10px;
  }

  #testimonials #excellencian h1  {
    color: #C11108;
    font-family: "Montserrat",  sans-serif;
    font-weight: 600;
    font-size: 21px;
    text-align: center;
  }

  #testimonials #excellencian h2  {
    color: #C11108;
    font-family: "Montserrat",  sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
  }

}

#testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

#testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

#testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #50d8af;
}

#testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #50d8af;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: #C11108;
  background-size: cover;
  padding: 40px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #fff;
  border: 3px solid #fff;
  color: #C11108;
}

/* Our Team Section
--------------------------------*/
#teamSection {
  background: #fff;
  padding: 30px 0 0 0;
}

#teamSection .member {
  text-align: center;
  margin-bottom: 20px;
}

#teamSection .member .pic {
  overflow: hidden;
  text-align: center;
}

#teamSection .member .pic img {
  max-width: 100%;
}

#teamSection .member .details {
  background: #50d8af;
  color: #fff;
  padding: 15px;
  border-radius: 0 0 3px 3px;
}

#teamSection .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#teamSection .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#teamSection .member .social {
  margin-top: 5px;
}

#teamSection .member .social a {
  color: #fff;
}

#teamSection .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  padding: 30px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #C11108;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #C11108;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {

  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }
}

#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input,
#contact .php-email-form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .php-email-form input::focus,
#contact .php-email-form textarea::focus {
  background-color: #50d8af;
}

#contact .php-email-form button[type=submit] {
  background: #50d8af;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .php-email-form button[type=submit]:hover {
  background: #2dc899;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #615D5C;
  padding: 0 0 30px 0;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #fff;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #555;
}

#footer .credits a {
  color: #0c2e8a;
}
#footer .copyright span a{
  color: #C11108;
  font-weight: bolder;

}

#footer .copyright span a:hover {
  color: #50d8af;
}
/** ADDED NEW FOOTER CSS **/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body{
	line-height: 1.5;
	font-family: 'Poppins', sans-serif;
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
.container{
	max-width: 1170px;
	margin:auto;
  /* text-align: -webkit-center; */
}
.row{
	display: flex;
	flex-wrap: wrap;
}
ul{
	list-style: none;
  padding-left: 0px;
}
.footer{
	background-color: #081e5b;

  padding: 70px 0;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #50d8af;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #50d8af;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #50d8af;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}



