@charset "utf-8";

@font-face {
    font-family: 'Poppins', sans-serif;
    src: url(../fonts/Roboto-Bold.ttf);
    src: url(../fonts/Roboto-Regular.ttf);
    src: url(../fonts/Roboto-Light.ttf);
}

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    width: 100%;
    overflow-x: hidden;
    font-size: 14px;
    color: #222;
    line-height: 24px;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link:hover {
    color: #ff9200;
    font-weight: 600;
}

footer .col-md-3 h4 {
    margin-bottom: 1.25rem;
}

footer .col-md-3 ul {
    padding: 0;
}

    footer .col-md-3 ul li {
        list-style-type: none;
        line-height: 2rem;
    }

        footer .col-md-3 ul li a {
            color: #fff;
        }

a {
    font-size: 16px;
    color: #222;
    line-height: 18px;
    font-family: 'Poppins', sans-serif;
    outline: none !important;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

    a:hover, a:focus, a:active {
        color: #222;
        text-decoration: none;
        outline: none;
    }

.navbar-light .navbar-toggler-icon {
    background-image: url(../images/hamburger.svg)
}

footer {
    background: rgb(0, 0, 0);
}

.social-icon i {
    font-size: 20px;
    margin-right: 5px;
    color: #fff;
}

.btn-green {
    background: #ff9200;
    color: #fff !important;
    line-height: 26px;
    padding: 8px 35px;
    border-radius: 5px;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

    .btn-green:focus, .btn-green:active, .btn-green:hover {
        background: #ff9200;
        background: linear-gradient(to right, #ff9200 0%, #ff9200 100%) !important;
        background-image: linear-gradient(to right, #ff9200 0%, #ff9200 100%) !important;
        color: #fff !important;
        line-height: 26px;
        border: none !important;
        box-shadow: none !important;
        outline: none !important;
    }

.home-banner {
    width: 100%;
    height: auto;
    position: relative;
}

.bannertext {
    position: absolute;
    text-align: center;
    margin: auto;
    display: block;
    top: 30px;
    left: 0;
    right: 0;
    max-width: 830px;
    width: 100%;
}

    .bannertext h1 {
        font-size: 33px;
        line-height: 45px;
        font-weight: 400;
        color: #000;
        margin-bottom: 10px;
    }

    .bannertext p {
        margin-bottom: 15px;
    }

.sectionhead {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
}

.sectionsubhead {
    font-size: 18px;
}

.goal-bg {
    background: #ff9200;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .goal-bg h2 {
        color: #000;
        font-size: 25px;
        font-weight: bold;
        margin-bottom: 0px;
    }

    .goal-bg p {
        margin: 0 0 0 0;
        color: #fff;
        font-size: 17px;
    }

    .goal-bg .rightbtn {
        text-align: right;
    }

        .goal-bg .rightbtn .btn-green {
            background: #000 !important;
            color: #fff !important;
        }

footer .social-icon a svg {
    color: #fff !important;
    margin-right: .5rem
}

.aboutus-section {
    background: url(../images/netloop_bg.svg);
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin: 2rem 0
}

    .aboutus-section h2 {
        font-weight: 700;
        margin-bottom: 30px;
        margin-top: 0;
        font-size: 28px;
    }

    .aboutus-section p {
        font-size: 18px;
    }

.featureareaouter {
    padding: 3rem 6rem 1rem;
    background: #1a1a1a;
}

.featirelistcarousel {
    position: relative;
}

    .featirelistcarousel .item img {
        height: 80px;
        width: auto;
        margin: 0 auto 30px;
        display: block;
        float: none;
    }

    .featirelistcarousel .item p {
        color: #fff;
        margin: 0 auto 0px;
        text-align: center;
    }

    .featirelistcarousel .owl-nav {
        position: absolute;
        top: 50%;
        left: -40px;
        right: -40px;
    }

        .featirelistcarousel .owl-nav .owl-prev {
            position: absolute;
            left: -30px;
            outline: none !important;
        }

            .featirelistcarousel .owl-nav .owl-prev span {
                display: block;
                width: 30px;
                height: 30px;
                background: url(../images/leftarow.svg);
                background-position: center;
                background-size: contain;
                font-size: 0;
            }

        .featirelistcarousel .owl-nav .owl-next {
            position: absolute;
            outline: none !important;
            right: -30px;
        }

            .featirelistcarousel .owl-nav .owl-next span {
                display: block;
                width: 30px;
                height: 30px;
                background: url(../images/rightarow.svg);
                background-position: center;
                background-size: contain;
                font-size: 0;
            }

.roundcornerbox {
    box-shadow: 0 0 16px 0px #00000030;
    border-radius: 80px 0;
    padding: 16% 20% 14%;
    position: relative;
    width: 94%;
    margin-bottom: 65px;
    font-size: .75rem;
    line-height: 1rem;
}

    .roundcornerbox .img-round {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 30px;
        left: -40px;
        background: #000000;
        line-height: 80px;
        text-align: center;
    }

    .roundcornerbox::before {
        content: '';
        border: 5px solid #ff9200;
        width: 100%;
        height: 100%;
        border-radius: 80px 0;
        display: block;
        position: absolute;
        top: 32px;
        left: -20px;
    }

    .roundcornerbox::after {
        content: '';
        border-top: 40px solid transparent;
        border-right: 40px solid transparent;
        border-bottom: 40px solid transparent;
        border-left: 40px solid #ff9200;
        width: 1px;
        height: 1px;
        display: block;
        position: absolute;
        top: 51%;
        right: -55px;
    }

    .roundcornerbox h3 {
        font-size: 17px;
        font-weight: 700;
        margin-bottom: 1rem;
    }

.copyrghtcenter {
    border-top: 1px solid #707070 !important;
    margin-top: 30px;
    margin-bottom: 0px;
    padding: 15px 0;
    color: #707070;
    font-size: 12px;
}

body.login-page header {
    padding: 15px 0px;
    box-shadow: 0 2px 3px -1px rgb(0 0 0 / 10%);
    background-color: #ECECEC;
    text-align: center;
}

    body.login-page header img {
        max-width: 250px;
    }

section.login {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/Maskbg.png);
}

    section.login .card {
        max-width: 450px;
        margin: auto;
    }

        section.login .card input.form-control {
            height: 50px;
        }

        section.login .card .form-group {
            position: relative;
        }

        section.login .card .toggle-password {
            position: absolute;
            top: 68%;
            transform: translateY(-50%);
            right: 15px;
        }

.login-heading {
    text-align: center;
    padding: 20px;
    background: #ececec;
}

    .login-heading h4 {
        margin: 0;
    }

.cus-btn1 {
    padding: 10px 25px;
    background-color: #fff;
    border: 1px solid #FF9200;
    font-size: 18px;
    border-radius: 5px;
    color: #1A1A1A;
    font-weight: 500;
    margin-right: 16px;
}

    .cus-btn1.active, .cus-btn1.active svg {
        border: 1px solid #FF9200;
        background-color: #FF9200;
        color: #fff;
    }
