@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

.slider-size-1 {
}

.benifit-box h2 {
    color: yellow;
    margin-bottom: 0;
}

a.navbar-brand {
    height: auto;
    display: block;
    position: absolute;
    background: #181817;
    border-radius: 0 0 50px 50px;
    top: -1px;
}

header.header-hr {
    background: #2d3f01;
}

section.carousel-fixed-height p {
    font-size: 28px;
    color: #fff;
    margin-bottom: 0;
}

section.carousel-fixed-height .row {
    display: flex;
    align-items: center;
}

section.carousel-fixed-height img {
    max-width: 100%;
}

[class*="slider-size-"] {
    min-height: 500px;
    display: flex;
    align-items: center;
}

section.carousel-fixed-height .carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 0;
    border: 1px solid #fff !important;
}

section.carousel-fixed-height .carousel-control.left, section.carousel-fixed-height .carousel-control.right {
    height: 0;
    top: 50%;
}

section.carousel-fixed-height .carousel-indicators li.active {
    width: 20px;
    height: 20px;
    border-radius: 0;
    border: 1px solid #fff !important;
}

.benifit-box {
    background: #2d3f01;
    padding: 30px;
    color: #fff;
    height: 300px;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
}




header.header-hr ul.nav.navbar-nav a {
    color: #ffffff;
    border: 1px solid #ffffff21;
    padding: 7px 15px;
    margin-left: 8px;
}

header.header-hr .navbar-brand > img {
    width: 200px;
}

header.header-hr ul.nav.navbar-nav {
    float: right;
    margin-top: 15px;
}

    header.header-hr ul.nav.navbar-nav li:last-child a {
    }


    header.header-hr ul.nav.navbar-nav a:hover {
        background: #80a300;
    }

section.carousel-fixed-height {
    background: url(../images/Banner1.jpg);
}


.benifit-box p {
    font-size: 26px;
    margin-bottom: 0;
}

.carousel-caption-p {
    color: #fff;
}

.carousel-indicators {
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

section.carousel-fixed-height h3 {
    margin-top: 0;
    font-size: 30px;
    color: #fff;
    font-weight: 100;
}

section.carousel-fixed-height h4 {
    font-size: 30px;
    margin: 15px 0;
    color: #fff700;
}

ul.list-benefit {
    padding: 0;
    list-style: none;
    display: flex;
    flex-flow: wrap;
    position: relative;
    margin-bottom: 0;
    justify-content: space-between;
}

    ul.list-benefit li {
        text-align: center;
        width: 48%;
        margin-top: 30px;
    }

        ul.list-benefit li img {
            width: 50px;
        }


    ul.list-benefit:after {
        content: '';
        position: absolute;
        width: 2px;
        height: 100%;
        background: #40bc7d1f;
        left: 50%;
        transform: translateX(-50%);
    }

    ul.list-benefit:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background: #40bc7d1f;
        top: 50%;
        transform: translateY(-50%);
    }

.bn-right-box {
    background: #fff;
    padding: 30px;
    margin-left: -75px;
    margin-top: 50px;
    width: calc(100% + 75px);
}

section.benifite {
    background: #eef3f7;
    padding: 100px 0;
}

ul.list-benefit p {
    color: #a0a0a0;
}

[class*="oval-"] {
    position: absolute;
}

img.oval-1 {
    width: 150px;
    opacity: 0.1;
    top: 30%;
    right: 0;
}

img.oval-2 {
    width: 130px;
    opacity: 0.1;
    right: 0;
    bottom: 30px;
    left: 0;
}

section.footer-new {
    background: #80a300;
    text-align: center;
    color: #fff;
    padding-top: 50px;
}

section.we-want {
    padding: 50px 0;
}

section.footer-new a {
    color: #fff;
    border-right: 1px solid #fff;
    margin-right: 15px;
    padding-right: 15px;
}

section.footer-border {
    border-top: 1px solid #fff3;
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 30px;
    background: #2d3f01;
}

.we-left-wrp ul {
    padding-left: 0;
    list-style: none;
}

    .we-left-wrp ul li {
        font-size: 22px;
        margin-top: 30px;
        font-weight: 100;
        display: flex;
        color: #a0a0a0;
    }

img.img-res {
    width: 300px;
}

.we-left-wrp ul li .fa {
    color: #80a300;
    margin-right: 15px;
    position: relative;
    top: 5px;
}

.we-left-wrp h1 {
    margin: 0;
    color: #000000;
}

.scroltop {
    position: fixed;
    right: 0;
    bottom: 30px;
    z-index: 9;
    width: 40px;
    height: 40px;
    color: #fff;
}

    .scroltop > img {
        animation: arrow 3s infinite;
        transition-delay: 1s;
    }

section.footer-new a:last-child {
    margin-right: 0;
    padding-right: 0;
    border: 0;
}



@media (max-width:767px) {

    .navbar-toggle {
        margin: 0;
        margin-top: 22px;
    }

        .navbar-toggle span.icon-bar {
            background: #40bc7d;
        }

    section.carousel-fixed-height .row {
        flex-flow: column;
    }

    section.carousel-fixed-height h3 {
        text-align: center;
        font-size: 18px;
    }

    section.carousel-fixed-height h4 {
        text-align: center;
        font-size: 22px;
    }

    section.carousel-fixed-height p {
        text-align: center;
        font-size: 20px;
    }

    section.carousel-fixed-height img {
        max-width: 251px;
    }

    section.carousel-fixed-height .col-md-5 {
        width: 100%;
    }

    section.carousel-fixed-height {
        padding: 30px 0;
    }

    [class*="slider-size-"] {
        min-height: auto;
        text-align: center;
        justify-content: center;
    }

    .benifit-box p {
        margin-bottom: 15px;
        font-size: 20px;
        text-align: center;
    }

    .benifit-box {
        text-align: center;
        height: auto;
    }

        .benifit-box h2 {
            font-size: 22px;
        }

    .bn-right-box {
        width: 100%;
        margin: 0;
    }

    ul.list-benefit {
        flex-flow: column;
    }

        ul.list-benefit li {
            width: 100%;
        }

        ul.list-benefit:before {
            display: none;
        }

        ul.list-benefit:after {
            display: none;
        }

    .we-left-wrp ul li {
        font-size: 18px;
    }

    header.header-hr ul.nav.navbar-nav {
        width: 100%;
        float: unset;
    }

    section.footer-new a {
        margin-right: 0;
        padding-right: 0;
        border: 0;
    }

        section.footer-new a:last-child {
            margin-top: 7px;
            padding-top: 7px;
            border-top: 1px solid #fff;
            display: block;
        }

    header.header-hr .navbar-brand > img {
        width: 120px;
    }

    a.navbar-brand {
        position: relative;
        padding: 0;
        border-radius: 0;
        background: transparent;
    }

    nav.navbar {
        margin-bottom: 0;
    }

    .navbar-collapse {
        box-shadow: none;
    }
}
