  a {
  text-decoration: none;
}

.custom-logo-link img {
  max-width: 30px;
  max-height: 30px;
  margin-right: 1em;
}

.fc-t {
  color: #004729;
}

.fc-tg {
  color: #555;
}

.bg-t {
  background-color: #004729;
}

.fc-w {
  color: #fff;
}

.gradient-bg {
  background: rgb(0, 71, 41);
  background: linear-gradient(0deg, rgb(0, 71, 41) 0%, rgb(0, 140, 81) 100%);
}

.cust-width {
  max-width: 1000px;
  margin: 0 auto;
}

.sm-text {
  font-size: 80%;
}

.dropshadow {
  box-shadow: 10px 10px 4px -3px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 10px 10px 4px -3px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 10px 10px 4px -3px rgba(0, 0, 0, 0.22);
}

body {
  font-family: "Poppins", sans-serif;
  min-height: 100%;
}

.bg-theme-color {
  background-color: #004729;
}

.nav-item .active {
  color: #004729 !important;
}
.nav-item .active2 {
  color: #fff !important;
}
@media only screen and (max-width: 993px) {
  .nav-item {
    font-size: 150% !important;
    text-align: center;
  }
}

.brand-text-m {
  display: none;
}

@media only screen and (max-width: 482px) {
  .brand-text {
    display: none;
  }
  .brand-text-m {
    display: inline;
  }
}
@media only screen and (max-width: 600px) {
  .hide-sm {
    display: none;
  }
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
li {
  list-style: none;
}

.home-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-color: #eee;
  min-height: 90vh;
  display: grid;
  align-items: center;
}
@media only screen and (max-width: 993px) {
  .home-banner {
    min-height: 90vh;
  }
}
.home-banner .home-grid {
  height: 100%;
  display: grid;
  align-items: center;
  grid-template-columns: 40% 60%;
  padding-bottom: 2em;
}
@media only screen and (max-width: 993px) {
  .home-banner .home-grid {
    height: auto;
    padding: 1em 0;
    grid-template-columns: auto;
    grid-template-rows: auto auto;
  }
}
.home-banner .home-grid .banner-area {
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media only screen and (max-width: 993px) {
  .home-banner .home-grid .banner-area {
    padding: 2em 0;
    margin: 0 auto;
    text-align: center;
  }
}
.home-banner .home-grid .banner-area h1 {
  max-width: 550px;
  font-size: 350%;
}
@media only screen and (max-width: 993px) {
  .home-banner .home-grid .banner-area h1 {
    font-size: 200% !important;
  }
}
.home-banner .home-grid .banner-area a {
  max-width: 250px;
  background-color: #004729;
  color: #fff;
}
@media only screen and (max-width: 993px) {
  .home-banner .home-grid .banner-area a {
    text-align: center;
    margin: 0 auto;
    max-width: 400px;
  }
}

.carousel {
  box-shadow: 10px 10px 4px -3px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 10px 10px 4px -3px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 10px 10px 4px -3px rgba(0, 0, 0, 0.22);
}
.carousel .home-carousel {
  background: rgb(0, 71, 41);
  background: linear-gradient(0deg, rgb(0, 71, 41) 0%, rgba(0, 71, 41, 0.7819502801) 47%, rgba(0, 71, 41, 0.4458158263) 81%, rgba(0, 71, 41, 0) 100%, rgba(1, 0, 255, 0) 4729%);
}
.carousel img {
  border-radius: 10px;
}
.carousel .carousel-caption {
  right: 0;
  left: 0;
  bottom: 0;
  padding: 1em;
}
.carousel .carousel-caption h3 {
  text-shadow: 1px 3px 1px rgba(0, 0, 0, 0.8);
  color: #FFD700;
  border-radius: 5px;
  display: inline;
  padding: 0 15px;
}
.carousel .carousel-caption p {
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.8);
}
.navbar-brand {
  z-index: 5px !important;
}

.sm-area {
  text-align: right;
  color: #fff;
}
.sm-area h6 {
  display: inline;
  font-size: 80%;
}
.sm-area a {
  font-size: 80%;
  padding: 0 6px;
  color: #fff;
  padding-bottom: 15px !important;
}
.sm-area a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.contact-area a {
  color: #fff;
  text-decoration: none;
}
.contact-area a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
.contact-area h6 {
  display: inline;
  font-size: 80%;
  padding: 0 10px;
}
@media only screen and (max-width: 993px) {
  .contact-area h6 {
    font-size: 70%;
  }
}

.sw-container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 400px) {
  .sw-container {
    justify-content: center;
  }
}
.sw-container .prc-container {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 515px) {
  .sw-container .prc-container {
    display: inline;
    text-align: center;
    padding-top: 18px;
  }
}
.sw-container .prc-container div {
  padding: 5px;
}
@media only screen and (max-width: 515px) {
  .sw-container .prc-container div {
    padding: none;
  }
}
.sw-container .prc-container div img {
  max-width: 25px;
}
.sw-container .prc-container div h6 {
  font-size: 10px;
  margin: 0;
  padding: 0;
  padding-top: 4px;
}
@media only screen and (max-width: 993px) {
  .sw-container .prc-container div h6 {
    font-size: 90%;
  }
}
@media only screen and (max-width: 515px) {
  .sw-container .prc-container div h6 {
    font-size: 10px;
    padding-top: 0;
  }
}
.sw-container .prc-container div p {
  margin: 0;
  padding: 0;
  font-size: 60%;
}
@media only screen and (max-width: 993px) {
  .sw-container .prc-container div p {
    font-size: 70%;
  }
}
@media only screen and (max-width: 515px) {
  .sw-container .prc-container div p {
    display: none;
  }
}
.sw-container .other-websites {
  display: flex;
}
.sw-container .other-websites .other-sites h6 {
  padding-top: 17px;
  color: #aaa;
  font-size: 80%;
  padding-right: 2em;
}
@media only screen and (max-width: 993px) {
  .sw-container .other-websites .other-sites h6 {
    display: none;
  }
}
.sw-container .other-websites .ow-items {
  padding: 0 5px;
}
@media only screen and (max-width: 993px) {
  .sw-container .other-websites .ow-items {
    padding: 0 5px;
  }
}
.sw-container .other-websites .ow-items a {
  padding: 10px;
  border-radius: 10px;
  display: flex;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .sw-container .other-websites .ow-items a {
    display: inline;
    text-align: center;
  }
}
.sw-container .other-websites .ow-items a div img {
  width: 100%;
  height: auto;
  max-width: 25px;
}
.sw-container .other-websites .ow-items a div h6 {
  padding-top: 3px;
  padding-left: 5px;
  color: #555;
}
@media only screen and (max-width: 993px) {
  .sw-container .other-websites .ow-items a div h6 {
    font-size: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .sw-container .other-websites .ow-items a div h6 {
    padding: 5px;
  }
}
.sw-container .other-websites .ow-items:hover {
  background-color: #eee;
}

.about-sec {
  display: flex;
  align-items: center;
  min-height: 60vh;
}

footer {
  background-color: #eee;
  min-height: 40vh;
}

.footer-section {
  background-color: #fff;
  border-radius: 10px;
}

.footer-item-section {
  display: block;
  padding: 1em;
}
.footer-item-section li {
  list-style: none;
}
.footer-item-section a {
  text-decoration: none;
  color: #555;
}
.footer-item-section a i {
  padding-right: 1px;
  font-size: 120%;
}
.footer-item-section a:hover {
  color: #004729;
}

.download-section a {
  font-size: 80%;
}

.sm-footer-section li {
  padding: 5px 0;
}

.distinctives-sec {
  padding: 1em;
  padding-bottom: 3em;
}
.distinctives-sec .container .row {
  padding: 2em 0;
  border-radius: 10px;
}

.slick-slider-1 {
  margin: 1em;
}
.slick-slider-1 .slick-slide {
  background-color: #fff;
  margin: 5px 1em;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.slick-slider-1 .slick-slide img {
  border-radius: 10px 10px 0 0;
}
.slick-slider-1 .slick-text-section {
  padding: 1em;
}
.slick-slider-1 .slick-text-section h5 {
  margin: 0;
  color: #004729;
}
.slick-slider-1 .slick-text-section p {
  font-size: 80%;
}

.slick-prev:before {
  color: #004729 !important;
}

.slick-next:before {
  color: #004729 !important;
}

.cta-section {
  min-height: 50vh;
  background-color: #eee;
}

.cta-tab {
  min-height: 60vh;
  box-shadow: 10px 10px 4px -3px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 10px 10px 4px -3px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 10px 10px 4px -3px rgba(0, 0, 0, 0.22);
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.cta-tab div {
  padding: 3em;
  max-width: 350px;
}

.homeschool-section {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url("/wp-content/themes/SOTP-WPTheme/images/homeschool.jpg");
  background-position: right center;
}
@media only screen and (max-width: 1400px) {
  .homeschool-section {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("/wp-content/themes/SOTP-WPTheme/images/homeschool.jpg");
  }
}

.school-section {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url("/wp-content/themes/SOTP-WPTheme/images/system.jpg");
  background-position: right center;
}
@media only screen and (max-width: 1400px) {
  .school-section {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("/wp-content/themes/SOTP-WPTheme/images/system.jpg");
  }
}

.event-section {
  min-height: 100%;
}/*# sourceMappingURL=mainSass.css.map */