body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: #1E1E1E;
    font-family: 'Cairo', sans-serif !important;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.form-control {
    background: #FDFDFD;
    height: 48px;
    font-size: 16px;
    border: 1px solid #E7EAEE;
    border-radius: 6px;
}

.form-control::placeholder {
    color: #000;
}

.form-group label {
    font-weight: 600;
    font-size: 14px;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
    border: 1px solid #1D57C5 !important;
}

.btn {
    padding: 8px 25px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 500;
    height: 55px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn-success {
    background: #41AC3A;
    color: #fff;
    border-color: #41AC3A;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background: #0B7533;
    border-color: #0B7533;
    color: #fff;
}

.btn-outline-secondary {
    border: 2px solid #1D57C5;
    color: #1D57C5;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
    background: #1B55C2;
    border: 2px solid #1B55C2;
    color: #fff;
}

.text-success {
    color: #0C7534 !important;
}

.main-heading {
    font-weight: 700;
    font-size: 48px;
    color: #41AC3A;
    margin-bottom: 40px;
}

a,
a:hover {
    text-decoration: none;
}

/* Header */


header .navbar {
    background: #fff;
}

header .navbar-nav {
    align-items: center;
}


header .navbar-nav .nav-item {
    padding: 5px 15px;
}

header .navbar-nav .nav-link {
    color: #000 !important;
    font-weight: 400;
    font-size: 20px;
    font-family: 'Cairo', sans-serif;

}

header .navbar-nav .nav-link:hover {
    color: #4DB146 !important;
}

header .navbar-nav .nav-item.active .nav-link {
    font-weight: 600;
}

header .navbar-nav .btn-success {
    border-radius: 30px !important;
    padding: 8px 40px 10px;
    height: 55px;
    font-size: 20px;
}

header .btn-light {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-weight: 600;
    font-size: 18px;
    color: #41AC3A;
    background: #fff;

    filter: drop-shadow(0px 0px 5px rgba(65, 172, 58, 0.5));
}

header .navbar-nav .btn-light:hover,
header .navbar-nav .btn-light:focus,
header .navbar-nav .btn-light:active {
    background: #fff;
    color: #0B7533;
}


header .navbar-brand img {
    width: 60px;
}

/* Hero section */

.hero-section .hero-inner {
    padding: 30px 60px 0px 40px;
    background-color: #41AC3A;
    background-image: url('../../assets/images/bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    border-radius: 30px;
    margin-top: 20px;
    overflow: hidden;
}

.app-img {
    position: relative;
    top: 80px;
}

.hero-section h1 {
    font-weight: 400;
    font-size: 46px;
    margin-bottom: 40px;
    line-height: 70px;
}

.hero-section h2 {
    font-weight: 300;
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 75px;
}

.hero-section h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 45px;
    margin-bottom: 20px;
}


.app-section {
    padding: 80px 0 60px;
}


.app-section ul li {
    padding: 5px 0;
    font-weight: 500;
    font-size: 20px;
}

.app-section .btn {
    border-radius: 30px;
}

.advantage-section {
    padding: 10px 0 60px;
    background-image: url('../../assets/images/adv-bg.svg');
    background-repeat: no-repeat;
    background-position: 50% 60%;
}


.advantage-section .card {
    box-shadow: 0px 0px 4px rgba(11, 117, 51, 0.25);
    border-radius: 28px;
    min-height: 470px;
    max-height: 470px;
}

.advantage-section .card h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 45px;
    color: #0B7533;
    text-align: center;
}

.advantage-section .card p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    margin-bottom: 0;
}

.advantage-section .card img {
    margin: 15px auto 10px;
    display: block;
    width: 110px;
    height: 110px;
    object-fit: contain;
}

.advantage-section .item,
.owl-item {
    height: 100%;
}

.about-section {
    padding: 60px 0 420px;
    background-color: #0B7533;
    background-image: url('../../assets/images/bg.svg');

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.app-section .border {
    border: none !important;
}

.contact-section {
    margin-top: -350px;
    padding: 0 0 30px;
}

.contact-section .card {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

.contact-section .card-body {
    padding: 30px;
}

.contact-section textarea {
    resize: none;
}

.contact-section .btn {
    height: 48px;
    background: #0B7533;
    border: 1px solid #0B7533;
    min-width: 450px;
}

.owl-nav {
    width: 100%;
    text-align: center;
}

#latest.owl-carousel .owl-nav button.owl-prev,
#latest.owl-carousel .owl-nav button.owl-next {
    color: #0B7533 !important;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    z-index: 1;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: -80px;
    transform: translatey(-50%);

}

.owl-carousel .owl-nav button.owl-prev {
    left: -50px;
    position: relative;
}

.owl-carousel .owl-nav button.owl-next {
    right: -50px;
    position: relative;

}

.owl-carousel .owl-nav button i {
    font-size: 40px;
}


.card-bg {
    text-align: center;
    padding: 15px 10px;
    background: #fff;
    width: 180px;
    height: 280px;
    margin: 5px auto 0;
    border-radius: 30px;
    position: relative;
}

.card-bg:before {
    content: "";
    background: #ffffff;
    width: 120px;
    left: 50%;
    margin-left: -60px;
    z-index: -1;
    height: 34px;
    position: absolute;
    top: -32px;

}


.card-bg h5 {
    color: #41AC3A;
    font-size: 14px;
    font-weight: 600;
}

.card-bg p {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}

/* Footer */

footer {
    padding: 40px 0;
    text-align: center;
    background-image: url('../../assets/images/footer-bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

footer h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 45px;
}

footer a {
    color: #1E1E1E;
}


footer a:hover {
    color: #0B7533;
    ;
}

footer ul li a:hover {
    text-decoration: none;
    color: #F5A623;
}

.social-link li {
    display: inline-block;
    padding: 0 8px;
}

.social-link li img {
    width: 35px;
}

#latest .owl-stage-outer .item {
    padding: 15px;
}


#counter,
#counter1 {
    font-size: 30px;
    margin-top: 17px;
    position: relative;
    left: 2px;
}

.company-info {
    padding-bottom: 100px;
}

.company-info .hero-inner {
    background-color: #0B7533;
    padding: 40px 60px;
}

.company-info h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 60px;
}

.company-info ul li {
    padding: 5px 0;
    font-size: 20px;
}


.about-inner-section {
    padding: 60px 0 330px;
}

.about-company {
    padding-top: 120px;
}

.about-company h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 30px;
    line-height: 60px;
}

.about-company p {
    font-weight: 500;
    font-size: 20px;
    line-height: 37px;

    color: #1E1E1E;
}

.about-hero .hero-inner {
    background-color: #0B7533 !important;
}

/* Media Query */

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 92%;
    }
}

@media only screen and (max-width: 1200px) {

    .hero-section h1 {
        font-size: 35px;
        margin-bottom: 30px;
        line-height: 52px;
    }


}

@media(max-width:991px) {

    .contact-section {
        margin-top: -280px;
    }

    .advantage-section {
        padding: 20px 0 100px;
    }

    .hero-section .app-mobile {
        height: 280px;
        margin: 30px 0;
    }

    .hero-section .hero-inner {
        padding: 50px 30px;
    }

    .about-company {
        padding-top: 30px;
    }

}

@media(max-width:767px) {

    main {
        padding-top: 64px;
    }

    header .navbar {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
        z-index: 999;

        padding: 0.3rem 1rem;
    }

    header .navbar-toggler {
        border: 0;
        color: #4DB146 !important;
        font-size: 27px;
    }

    header .navbar-brand img {
        width: 45px;
    }

    header .navbar-nav .nav-item {
        padding: 12px 0 !important;
    }

    header .navbar-nav .nav-link {
        padding: 0;
        line-height: 21px;

    }


    .hero-section {
        background-color: #41AC3A;
        background-image: url(../../assets/images/bg.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;

    }


    .hero-section .hero-inner {
        margin-top: 0;
        border-radius: 0;
        background-color: none;
        padding: 40px 20px;
    }

    .hero-section h1 {
        font-weight: 500;
        font-size: 30px;
        line-height: 56px;
    }


    .hero-section h2 {
        font-weight: 300;
        font-size: 28px;
        line-height: 52px;
    }


    .main-heading {
        font-weight: 700;
        font-size: 32px;
    }

    header .navbar-nav {
        align-items: flex-start;
        padding: 15px 0;
    }


    .about-hero {
        background-color: #0B7533 !important;
    }

    .about-company {
        padding-top: 10px;
    }

    .hero-section h2 {
        text-align: center;
    }

    .company-info {
        background-color: #0B7533;
        padding-bottom: 0;
    }

    .hero-section .hero-inner {
        padding: 40px 0 0;
    }

}

@media (max-width: 576px) {

    .app-section {
        text-align: center;
    }

    .app-section ul li {
        flex-direction: column;
        text-align: left;
    }

    .app-section ul li img {
        margin-bottom: 20px;
    }

    .app-section h2 {
        text-align: center;
        position: relative;
        top: -42px;
        background: #fff;
        margin-bottom: 0;
        width: fit-content;
        margin: 0px auto;
        padding: 0 18px;
    }

    .app-section .border {
        border: 2px solid #41AC3A !important;
        padding: 20px;
    }

    .app-section .btn {
        position: relative;
        top: 45px;
        margin-top: 0 !important;
    }

    .social-link li {
        padding: 0 6px;
    }


    .contact-section .btn {
        min-width: 100%;
    }

    .contact-section {
        margin-top: -280px;
    }

    .about-section {
        padding: 60px 0 400px;
    }


    .advantage-section .item {
        padding: 10px 20px;
    }

    .card-bg {
        width: 221px;
        height: 240px;
    }

    .card-bg:before {
        height: 42px;
        top: -38px;
    }

    .card-bg {
        width: 250px;
        height: 242px;
    }

    .card-bg p {
        font-size: 15px;
    }

    .about-company {
        text-align: left;
    }

    .about-company p {
        font-weight: 500;
        font-size: 16px;
        line-height: 30px;
        text-align: justify;
    }

    .company-info h2 {
        font-weight: 700;
        font-size: 24px;
        line-height: 45px;
    }

    .about-inner-section {
        padding: 60px 0 260px;
    }


.company-info ul li {
    font-size: 16px;
}

}