#intro {
    background: url("../img/intro_header_background.png") center bottom no-repeat !important;
    padding: 150px 0 50px 0 !important;
}

#intro .intro-info {
    padding: 50px 0 0 0;
}

#intro .intro-info h2 {
    color: #000 !important;
}

#intro .intro-info h2 span {
    color: #2E75B6 !important;
}

#intro .for_school {
    color: #37AF57;
}

#intro .for_parents {
    color: #FCC934;
}

#intro .for_teachers {
    color: #448AFD;
}

.main-nav a {
    color: black !important;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
    /*color: #1F4E79 !important;*/
    color: black !important;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: black !important;
}

.sms_menu {
    background-color: #113652;
    border-radius: 50px;
}

#about .about-container .title {
    color: #000 !important;
}

#about .about-container .icon-box .icon {
    border-radius: 0 !important;
    border: 0 !important;
}

#about .about-container .icon-box:hover .icon {
    background: #fff !important;
}

.section-header-about {
    color: #000 !important;
}

#about .about-extra h4 {
    color: #000;
}

#about .about-extra p {
    color: #000;
}

#about .for_school {
    color: #37AF57;
}

#about .for_parents {
    color: #FCC934;
}

#about .for_teachers {
    color: #448AFD;
}

#why-us .bullet {
    text-align: left;
    font-weight: lighter;
}

#why-us .card h6 {
    font-size: 18px;
    font-weight: 550;
  }

#why-us .card {
    background: #00458f;
    border-color: #00458f;
    border-radius: 10px;
    margin: 0 15px;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s ease-in-out;
    height: 100%;
  }

.section-bg {
    padding-bottom: 15px !important;
}

.section-header-dark h3 {
    font-size: 36px;
    color: #000;
    text-align: center;
    font-weight: 500;
    position: relative;
}
  
.section-header-dark p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 60px;
    color: #000;
    width: 50%;
}

#footer .footer-top .footer-info h5 {
    font-size: 30px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
}

#footer .footer-top .footer-info p {
    font-size: 15px !important;
}

.footer_contact_align {
    float: right;
    text-align: right;
}

.footer_white_link {
    color: white;
}

.clear {
    clear: both;
}

.modal {
    padding-top: 10%;
}

.modal-background {
    background-color: #b3caff;
}

.form-control {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

input[type="text"]::placeholder {  
    /* Firefox, Chrome, Opera */ 
    text-align: center; 
}

.button {
    color: #000;
    background-color: #8ee86b;
    text-align: center;
    width: 100px;
    border-radius: 50px;
}

.error_msg {
    color: red;
}
