body {
    background: #141414;
}

#sys-home ul,
#sys-home li {
    list-style: none;
    margin: 0;
}

#sys-home a {
    color: #4caf50;
    text-decoration: none;
    font-family: "Poppins";
    font-size: 17px;
    font-weight: 700;
}

#sys-home img {
    height: auto;
    width: 100%;
}

#sys-home .container {
    max-width: 1170px;
}

#sys-home .green-text {
    color: #4caf50;
    font-family: "Raleway";
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.01rem;
    line-height: 1.55;
    text-transform: uppercase;
}

#sys-home h1 {
    color: #fff;
    font-family: "Poppins";
    font-size: 60px;
    font-weight: 700;
    margin: 25px 0;
}

@media screen and (max-width: 991px) {
    #sys-home h1 {
        font-size: 56px;
    }
    #sys-footer .email-block #btnSubmit2 {
        width: 200px !important;
        margin-top: 15px !important;
    }
    #sys-footer .email-block #inputEmail2 {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    #sys-home h1 {
        font-size: 32px;
    }
}

#sys-home h2 {
    color: #fff;
    font-family: "Poppins";
    font-size: 40px;
    font-weight: 700;
    margin: 25px 0;
}

@media screen and (max-width: 991px) {
    #sys-home h2 {
        font-size: 36px;
    }
}

#sys-home h3 {
    color: #fff;
    font-family: "Poppins";
    font-size: 28px;
    font-weight: 700;
    margin: 25px 0;
}

@media screen and (max-width: 991px) {
    #sys-home h3 {
        font-size: 24px;
    }
}

#sys-home p {
    color: #fff;
    font-family: "Raleway";
    font-size: 17px;
    font-weight: 400;
}

@media screen and (max-width: 991px) {
    #sys-home p {
        font-size: 15px;
    }
}

#sys-home .row>* {
    padding: 0 25px;
}

#sys-home .sys-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    font-family: "Raleway";
    font-size: 14px;
    font-weight: 600;
    color: #000;
    background: #4caf50;
    border: 1px solid #4caf50;
    border-radius: 30px;
    height: 40px;
    width: 195px;
}

#sys-home .sys-arrow-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    font-family: "Raleway";
    font-size: 14px;
    font-weight: 600;
    color: #000;
    background: #4caf50;
    border: 1px solid #4caf50;
    border-radius: 30px;
    height: 50px;
    width: 195px;
}

#sys-home .sys-arrow-btn span {
    margin-right: 10px;
}

#sys-home .green-border {
    border: 1px solid #4caf50;
}

@media screen and (max-width: 991px) {
    #sys-home .green-border-md {
        border: 1px solid #4caf50;
    }
}

@media screen and (max-width: 991px) {
    #sys-home .no-border-md {
        border: 0;
    }
}

@media screen and (max-width: 767px) {
    #sys-home .green-border-sm {
        border: 1px solid #4caf50;
    }
}

@media screen and (max-width: 767px) {
    #sys-home .no-border-sm {
        border: 0;
    }
}

#sys-home .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

#sys-banner {
    height: 100vh;
    position: relative;
}

@media screen and (max-width: 991px) {
    #sys-banner {
        height: auto;
        padding: 180px 0 120px;
    }
}

#sys-banner .banner-img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

#sys-banner .banner-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0% 40%;
    object-position: 0% 40%;
}

@media screen and (max-width: 991px) {
    #sys-banner .banner-img img {
        -o-object-position: center;
        object-position: center;
    }
}

#sys-banner .banner-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

#sys-brands {
    padding: 80px 0;
}

@media screen and (max-width: 767px) {
    #sys-brands {
        padding: 20px 0;
    }
}

#sys-brands h2 {
    padding-right: 40px;
    margin-top: 25px;
}

#sys-brands h3 {
    padding-right: 40px;
    margin: 25px 0;
}

@media screen and (max-width: 991px) {
    #sys-brands p {
        font-size: 13px;
    }
    #sys-brands .brand-block {
        margin-bottom: 25px;
    }
}

#sys-feature {
    padding: 80px 0;
}

@media screen and (max-width: 767px) {
    #sys-feature {
        padding: 20px 0;
    }
}

#sys-feature img {
    height: 190px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media screen and (max-width: 991px) {
    #sys-feature img {
        height: 125px;
    }
}

@media screen and (max-width: 767px) {
    #sys-feature img {
        height: auto;
    }
}

#sys-feature p {
    font-size: 15px;
}

@media screen and (max-width: 767px) {
    #sys-feature .feature-1 {
        margin-bottom: 30px;
    }
}

#sys-feature .feature-1 img {
    height: 410px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

@media screen and (max-width: 991px) {
    #sys-feature .feature-1 img {
        height: 240px;
    }
}

@media screen and (max-width: 767px) {
    #sys-feature .feature-1 img {
        height: auto;
    }
}

#sys-feature .feature-1 p {
    font-size: 17px;
}

@media screen and (max-width: 767px) {
    #sys-feature .feature-2 {
        margin-bottom: 30px;
    }
}

#sys-overview {
    padding: 80px 0;
}

@media screen and (max-width: 767px) {
    #sys-overview {
        padding: 20px 0;
    }
}

#sys-overview img {
    height: 150px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

#sys-overview p {
    font-size: 15px;
    margin: 0;
}

#sys-overview a {
    display: block;
}

#sys-overview .overview-block {
    padding: 25px 0;
}

#sys-overview .overview-main {
    margin: 15px;
}

#sys-register {
    padding: 80px 0;
}

@media screen and (max-width: 767px) {
    #sys-register {
        padding: 20px 0;
    }
}

#sys-register .register-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 991px) {
    #sys-register .register-content {
        width: 100%;
    }
}

#sys-testimonials {
    padding: 80px 0;
    margin-bottom: 80px;
}

#sys-testimonials img {
    height: 315px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

#sys-testimonials .testimonial-img {
    position: relative;
}

#sys-testimonials .testimonial-quote {
    position: absolute;
    top: 30%;
    left: 10%;
    padding: 25px;
    width: 420px;
    background: #4caf50;
}

@media screen and (max-width: 991px) {
    #sys-testimonials .testimonial-quote {
        left: 5%;
        width: 80%;
    }
}

@media screen and (max-width: 767px) {
    #sys-testimonials .testimonial-quote {
        top: 20%;
        left: 50%;
        transform: translateX(-50%);
    }
}

#sys-testimonials .testimonial-quote i {
    color: #419044;
    font-size: 120px;
}

#sys-testimonials .testimonial-quote p {
    color: #151515;
    margin-top: -40px;
    font-size: 22px;
}

@media screen and (max-width: 767px) {
    #sys-testimonials .testimonial-quote p {
        font-size: 16px;
    }
}

#sys-testimonials .testimonial-quote span {
    color: #151515;
    font-size: 17px;
    opacity: 0.8;
}

#sys-contact {
    padding: 80px 0;
    position: relative;
}

#sys-contact .container {
    max-width: 700px;
}

@media screen and (max-width: 991px) {
    #sys-contact .container {
        max-width: 1170px;
    }
}

#sys-contact .contact-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

#sys-contact .contact-img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

#sys-contact .image-overlay {
    z-index: -1;
    background: rgba(0, 0, 0, 0.7);
}

#sys-contact .contact-block {
    display: flex;
    justify-content: center;
    align-items: center;
}

#sys-contact .contact-logo {
    padding: 0 25px;
    height: 100%;
    display: flex;
    align-items: center;
}

#sys-contact .contact-detail {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 5px 0;
}

#sys-contact .contact-detail i {
    color: #4caf50;
    margin-right: 15px;
    margin-top: 5px;
}

#sys-contact .contact-detail p {
    margin: 0;
}


/*# sourceMappingURL=home.css.map */

#sys-footer .email-block #btnSubmit2 {
    width: 25%;
    background: #4caf50;
    border-radius: 30px;
    border: 2px solid #4caf50;
    margin-top: -2px;
}

#sys-footer .email-block #inputEmail2 {
    color: #4caf50;
    width: 75%;
    margin-top: -2px;
}