/*
Theme Name: My School Tracker
Theme URI: 
Author: Team Badabiz
Author URI: https://www.badabiz.com
Description: WordPress theme created for My School Tracker
Version: 1.0
*/


/* .outfit {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

body {
    font-family: "Outfit", sans-serif;
}

/** Button Styles **/
.thm-btn-light {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: var(--mst-light-green);
  color: var(--mst-dark-blue);
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.67px;
  padding: 8px 18px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
}

.thm-btn-light:hover {
  background-color: var(--mst-dark-blue);
  color: var(--mst-light-green);
}

.thm-btn-dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none !important;
  background-color: var(--mst-dark-blue);
  color: var(--mst-light-green);
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.67px;
  padding: 8px 18px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
}

.thm-btn-dark:hover {
  background-color: var(--mst-light-green);
  color: var(--mst-dark-blue);
}


/** EOF **/

.main-header__top-social-box.top-header {
    background: #652D90;
    min-height: 47px;
}
.stricky-header .main-menu__wrapper {
    background-color: #A8D607;
}

.nav-header {

}

.main-header__top-details-list li:first-child p {
    font-size: 30px;
    color: #652D90;
    font-weight: bold;
}
.main-header__top-details-list li .phone p a {
    font-size: 17px;
    font-weight: normal;
    color: #652D90;
}
.main-header__top-details-list li a.trial {
    padding: 14px 24px;
    background: #B8DD35;
    color: #652D90;
    font-size: 14px;
    font-weight: bold;
}
.main-header__top-details-list li a.trial:hover {
    background: #652D90;
    color: #B8DD35;
}
.main-header__top-details-list li::before {
    position: unset;
    content: unset;
    width: unset;
    background: unset;
}

.nav-header .main-header__logo {
    top: 0;
}
.nav-header .main-header__logo > a {
    height: unset;
    width: unset;
    box-shadow: unset;
    background-color: unset;
}
.main-slider-three {
    margin-bottom: -70px;
    top: -70px;
    z-index: 91;
}
.main-menu__wrapper-inner {
    background-color: #A8D607;
    padding-right: 0;
    border-radius: 0;
}
.main-menu .main-menu__list > li > a, 
.stricky-header .main-menu__list > li > a {
    font-size: 16px;
    color: #652D90;
    text-transform: uppercase;
    letter-spacing: 0.67px;
}
.main-menu .main-menu__list > li.current > a, 
.main-menu .main-menu__list > li.current:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li.current:hover > a {
    color: #652D90;
    font-weight: bold;
}
.main-menu .main-menu__list > li:hover > a, 
.stricky-header .main-menu__list > li:hover > a {
    color: #fff;
}

.main-slider-three .image-layer-three::before {
    background-color: rgba(0, 0, 0, 0.2);
}

/**Banner Content**/
.main-slider-three__content p {
    font-size: 17px;
    color: #fff;
    padding-bottom: 38px;
    line-height: 28px;

    max-width: 70%;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
    visibility: visible;
    opacity: .80;
    transform: translateY(0) translateX(0);
}
/**EOF**/

/**Banner Form**/
.main-slider-three__get-quote {
    margin-top: -100px;
}
.main-slider-three__get-quote-container {
    max-width: 100%;
    padding: 0;
}
.main-slider-three__get-quote-inner {
    background-color: #652D90B3;
    border-radius: unset;
    max-width: unset;
    padding: 80px;
}
.container.form-ctn {
    padding: unset;
}

.main-slider-three__get-quote h3 {
  font-size: 26px;
  color: var(--brote-white);
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 22px;
  text-align: left;
}
.main-slider-three__get-quote p {
    font-size: 18px;
    color: #A8D607;
    text-align: left;
}
.main-slider-three__get-quote-form {
    display: flex;
    flex-wrap: wrap;
}
.main-slider-three__get-quote-input-box,
.main-slider-three__get-quote-btn-box {
    flex-basis: calc(48% - 6px);
    width: calc(48% - 6px);
    float: left;
    margin: 7px;
    text-align: left;
}
.main-slider-three__get-quote-input-box.captcha-box,
.main-slider-three__get-quote-btn-box {
    width: 100%;
}
.main-slider-three__get-quote-input-box input[type="text"], 
.main-slider-three__get-quote-input-box input[type="email"],
.main-slider-three__get-quote-input-box input[type="tel"],
.main-slider-three__get-quote-input-box select {
    border-radius: 0;
    padding-left: 20px;
    padding-right: 20px;

    height: 60px;
    width: 100%;
    border: none;
    outline: none;
    color: var(--brote-gray);
    font-size: 14px;
    font-weight: 500;
}
/**EOF**/

.get-to-know {
    padding: 60px;
}
.how-it-works h2 {
    font-size: 30px;
    font-weight: bold;
    color: #652D90;
    line-height: 36px;    
    margin-bottom: 27px;
}
.how-it-works h4 {
    font-size: 20px;
    font-weight: 600;
    color: #666666;
}
.how-it-works p {
    font-size: 17px;
    font-weight: normal;
    color: #666666;
    line-height: 26px;    
    margin-bottom: 27px;
}
.services-two__content {
    text-align: left;
}
.services-two__title a {
    color: #652d90;
}
.services-two__title a:hover {
    color: #a8d607;
}
.video {
    padding-bottom: 30px;
}
.video video {
    width: 100%;
}
.cta-one-bg.mst-benefits {
    mix-blend-mode: unset;
    opacity: unset;
}
.cta-one__title {
    text-align: left;
    font-size: 30px;
}
.cta-one__btn-box.mst-benefits-ctn {
    background: #fff;
    padding: 40px;
    margin-top: 0;
}
.cta-one__btn-box.mst-benefits-ctn div {
    margin: 0 20px;
}
.cta-one__btn-box.mst-benefits-ctn h4 {
    color: #652D90;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    height: 50px;
}
.cta-one__btn-box.mst-benefits-ctn p {
    color: #652D90;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    text-align: left;
}

.site-footer,
.site-footer__bottom {
    margin-top: 0;
    background-color: #652D90;
}
ul.footer-menu  {
    list-style: none;
}
.footer-menu  li {
    display: inline-block;
    padding: 0 5px;
}
.footer-menu  li:before {
    content: "|";
    padding-right: 10px;
    color: #fff;
}
.footer-menu  li:first-child:before {
    content: "";
}
.footer-menu  li a {
    font-size: 17px;
    font-weight: normal;
    color: #fff;
}
.footer-menu  li a:hover {
    color: #A8D607;
}
.site-footer__bottom-inner p,
.site-footer__bottom-inner a {
    font-size: 15px;
    color: #fff;
}
.site-footer__bottom-inner a:hover {
    color: #A8D607;
}

.scroll-to-top {
    background: #a8d607;
}
.welcome-one {
    padding: 60px;
}
.welcome-one h2 {
    font-size: 30px;
    font-weight: bold;
    color: #652D90;
}

/**Testimonial**/
.testimonial-one .section-title h2 {
    margin: 0;
    color: #A8D607;
    font-size: 30px;
    line-height: 31px;
}
.testimonial-one__single:hover {
    border-top: 3px solid #A8D607;
}
.testimonial-one__client-name {
    color: #A8D607;
}
.testimonial-one__quote span {
    color: #A8D607;
}


.logo-box a {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    margin: 0 auto;
}


.page-header-bg {
    width: 100%;
    /* background-size: unset; */
}
.page-header__inner h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 300;
}
.page-header__inner p {
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    padding-bottom: 30px;
}
.comment-form__input-box input[type="text"], 
.comment-form__input-box input[type="email"],
.comment-form__input-box textarea {
    border: 1px solid #C4B6B6;
    border-radius: 0;
    background: #fff;
}

.faq-one-accrodion .accrodion::before {
    background-color: #a8d607;
}
.faq-one-accrodion .accrodion.active .accrodion-title,
.faq-one-accrodion .accrodion-title h4::before {
    color: #652D90;
}
.faq-one-accrodion .accrodion-content p {
    color: #666666;
}


.testimonial-one__carousel.owl-theme .owl-nav .owl-next,
.testimonial-one__carousel.owl-theme .owl-nav .owl-prev {
    background: #a8d607;
}

.mobile-nav__content {
    background-color: #652D90;
}
.mobile-nav__contact li > i {
    background-color: #B8DD35;
}






.services-one__single {
    max-width: unset;
    background: #EEE8F3;
}
.services-one__single-inner {
    background: transparent;
}
.services-one__text-box img {
    width: 60px;
    height: 60px;
}
@media (min-width: 360px) and (max-width: 767px) {
    .main-slider-three__get-quote-inner {
        padding: 20px;
    }
    .main-slider-three__get-quote-form {
        margin-top: 30px;
    }
    .main-slider-three__get-quote-input-box, 
    .main-slider-three__get-quote-btn-box {
        flex-basis: 100%;
    }
    .get-to-know {
        padding: 0 0 60px 0;
    }
    .cta-one__btn-box.mst-benefits-ctn {
        padding: 20px;
    }
    .cta-one__btn-box.mst-benefits-ctn div {
        margin: 20px 0;
    }
    .welcome-one {
        padding: 60px 0;
    }
    .welcome-one img {
        width: 100%;
    }
    .welcome-one__right {
        margin: 0px;
    }
    .welcome-one__text-2 {
        padding-bottom: 0;
    }
}