body {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 18px;
}

ul.form {
    display: block;
}

ul.form li {
    display: block;
}

h1 {
    font-family: 'Source Sans Pro', sans-serif !important;
}

h2 {
    font-family: 'Source Sans Pro', sans-serif !important;
}

h3 {
    font-family: 'Source Sans Pro', sans-serif !important;
}

img {
    max-width: 100%
}

p {
    line-height: 30px !important;
}

header {
    background: url(../images/header-background-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.icon {
    text-align: right;
    margin: 30px 0;
    color: #fff;
}

    .icon img {
        padding: 0 30px;
    }

    .icon a i {
        color: #fff;
        font-weight: 600;
    }

        .icon a i:hover {
            color: #0b3982;
        }

.nav-section .navbar.navbar-inverse {
    background: none;
    border: none;
    padding: 0 !important;
    margin: 0 !important;
}

.footer-menu b {
    padding: 0 10px !important;
    border-left: 2px solid #fff !important;
    height: 20px !important;
    margin-left: 10px !important;
    font-weight: 600 !important;
}

    .footer-menu b a:link,
    .footer-menu b a:visited,
    .footer-menu b a:hover,
    .footer-menu b a:active {
        color: #fff !important;
    }

.nav-section .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.nav-section .nav.navbar-nav .navbar-nav > li > a {
    color: #333333;
    padding: 15px 25px;
    font-weight: 600;
}

.navbar-nav > li > a {
    color: #333 !important;
    padding: 15px 29px;
    font-weight: 600;
    color: #333;
}

.nav-section .nav.navbar-nav li:first-child a {
    padding-left: 0;
}

.nav-section .navbar-nav ul li:last-child a {
    padding: 15px 43px;
}

.nav-section .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff !important;
    background-color: #727167;
    font-weight: bold;
}

.nav-section .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #0b3982 !important;
}

.banner-section {
    background: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 135px 0;
}

    .banner-section h1 {
        font-size: 48px;
        font-weight: bold;
        line-height: 60px;
        margin-top: 65px;
    }

    .banner-section p {
        font-size: 24px;
        width: 75%;
        line-height: 36px;
        margin: 15px 0 30px;
    }

    .banner-section button {
        background: none;
        border: 2px solid #ffff;
        border-radius: 3px;
        color: #fff;
        height: 45px;
        width: 140px;
        font-weight: bold;
    }

        .banner-section button:hover {
            transition: all 1s;
            box-shadow: -156px 0 0 #0b3982 inset;
        }

.search {
    background: rgba(0, 0, 0, 0.5);
    padding: 35px 35px 70px;
}

    .search h3 {
        margin-bottom: 10px;
        font-size: 26px;
        font-weight: 500;
    }

    .search p span {
        line-height: 40px;
        font-weight: 600;
    }

    .search p {
        line-height: 30px;
        margin: 0;
    }

    .search p {
        margin: 0;
        padding-bottom: 10px;
        border-bottom: 2px solid #4b516a;
        width: 100%;
        font-size: 18px;
    }

    .search .form-control {
        height: 54px;
        font-size: 18px;
    }

    .search .form-group {
        margin: 20px 0;
    }

    .search #formGroupExampleInput::placeholder {
        color: #898989;
    }

    .search button {
        width: 100%;
        height: 54px;
        background: #0b3982;
        border: none;
        font-size: 24px;
    }

.content-section {
    padding: 30px 0 50px;
}

    .content-section h2 {
        text-align: center;
        color: #333333;
        font-weight: bold;
        font-size: 30px;
    }

.section-heading h3 {
    font-size: 24px;
    font-weight: bold;
    color: #0b3982;
    line-height: 30px;
}

.content-section p {
    font-size: 20px;
}

.section-heading p {
    color: #898989;
}

.works {
    position: relative;
}

.root-icon {
    position: absolute;
    left: 95%;
    bottom: -60%;
}

.content-section .row {
    margin-top: 40px;
}

.works1 {
    position: relative;
}

.root-icon1 {
    position: absolute;
    left: -105%;
    bottom: -40%;
}

.col-sm-offset-4 {
    margin-left: 28.333%;
}

.two {
    text-align: center;
}

    .two button {
        height: 45px;
        background: #0b3982;
        color: #fff;
        font-weight: bold;
        border: none;
        padding: 10px 20px;
        margin-top: 50px;
    }

        .two button:hover {
            opacity: 0.9;
        }

.banner2 {
    background: url(../images/banner2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 50px 0 60px;
}

    .banner2 h2 {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        margin: 0;
    }

    .banner2 .testimonial {
        text-align: center;
        padding: 35px 18px;
        border: 3px solid #fff;
        margin: 50px 0 0;
        border-radius: 3px;
        height: 535px;
    }

        .banner2 .testimonial:hover {
            box-shadow: 0 0 20px #fff;
            transition: 0.5s;
        }

        .banner2 .testimonial button:hover {
            transition: all 1s;
            box-shadow: -286px 0 0 #0b3982 inset;
            border: 2px solid #fff !important;
        }

.testimonial .rounded {
    border-radius: 50%;
}

.testimonial:hover .rounded:hover {
    transform: scale(1.1);
    transition: 1s;
}

.testimonial h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 35px 0 15px;
    line-height: 30px;
}

.collect {
    margin-bottom: 45px !important;
}

.testimonial p {
    margin: 15px 0 35px;
}

.inform {
    margin-bottom: 65px !important;
}

.testimonial button {
    height: 40px;
    border-radius: 3px;
    background: none;
    border: 2px solid #e57918;
    color: #fff;
    font-weight: bold;
    padding: 0 15px;
}

    .testimonial button:hover {
        box-shadow: 0px 0px 280px -2px #fff;
        transition: 1s;
    }

footer h2 {
    font-size: 48px;
    line-height: 55px;
    color: #898989;
    margin: 0;
}

    footer h2 b {
        color: #333;
    }

footer p {
    color: #898989;
    font-size: 18px;
    margin: 25px 0;
    width: 70%;
}

.playstore img {
    margin-top: -40px;
}

.playstore {
    width: 47%;
    border: 2px solid #898989;
    padding: 5px 10px;
    float: left;
    border-radius: 3px;
}

footer {
    margin-top: 50px;
}

.aap img {
    text-align: center;
    height: 430px !important;
}

footer span {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #898989;
    margin-left: 15px;
}

    footer span b {
        font-size: 30px;
        color: #898989;
    }

.aap {
    text-align: center;
}

.mobile-aap img {
    margin-top: -40px;
}

.mobile-aap {
    width: 41%;
    border: 2px solid #898989;
    padding: 5px 10px;
    float: left;
    border-radius: 3px;
    margin-left: 10px;
}

.footer-menu {
    margin: 0;
    padding: 35px 0;
    background: #727167;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    font-weight: 600;
}

.nav2 ul {
    margin: 0;
    padding: 0;
}

    .nav2 ul li a {
        color: #fff !important;
        padding: 0 19px;
        font-weight: 600;
        color: #333;
        border-right: 2px solid #fff;
        display: block;
        text-decoration: none;
        margin: 0 0 15px;
    }

    .nav2 ul li {
        float: left;
        list-style: none;
        line-height: 1 !important;
    }

.footer-menu .nav2 ul li:last-child a {
    border: none;
    padding-right: 0;
}

.footer-menu span {
    color: #fff;
    margin-bottom: 10px;
}
/**resp[onsive css here*/
@media all and (max-width:1200px) {
    .navbar-nav > li > a {
        padding: 15px 10px;
    }

    .footer-menu .navbar-nav > li > a {
        padding: 0 12px;
        font-size: 16px;
    }

    footer span b {
        font-size: 21px;
    }

    .nav2 ul li a {
        padding: 0 14px;
        font-size: 16px;
    }

    .playstore {
        width: 47%;
        padding: 5px 10px;
    }

    .mobile-aap {
        width: 50%;
        padding: 5px 10px;
        border-radius: 3px;
        margin-left: 10px;
    }
}

@media all and (max-width:1000px) {
    .testimonial button {
        padding: 0 15px;
        font-size: 14px;
    }
}

@media all and (max-width:992px) {
    .navbar-nav > li > a {
        padding: 15px 7px;
        font-size: 14px;
    }

    .search .form-control {
        height: 40px;
        font-size: 12px;
    }

    .footer-menu .navbar-nav > li > a {
        padding: 0 9px;
        font-size: 12px;
        margin: 0;
    }

    .works img {
        position: relative;
    }

    .works1 img {
        position: relative;
    }

    .root-icon {
        display: none;
    }

    .root-icon1 {
        display: none;
    }

    .content-section .col-sm-offset-4 {
        margin-left: 0 !important;
    }

    .mobile-aap img {
        margin-top: -30px;
        width: 15%;
    }

    .playstore img {
        margin-top: -30px;
        width: 25%;
    }

    footer span {
        font-size: 14px;
        margin-left: 5px;
    }

        footer span b {
            font-size: 18px;
        }

    .footer-menu {
        margin-top: 20px;
    }

    .content-section .col-sm-6 {
        width: 80%;
    }

    .content-section br {
        display: none;
    }

    .content-section .row {
        margin-top: 0;
    }

    #register {
        margin-top: 40px;
    }

    .nav2 ul li a {
        font-size: 13px;
    }

    .nav2 ul li a {
        padding: 0 7px;
    }
}

@media all and (max-width:800px) {
    .search button {
        width: 100%;
        height: 40px;
        background: #0b3982;
        border: none;
        font-size: 20px;
    }

    .banner2 h2 {
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        margin: 0;
    }

    .testimonial button {
        padding: 0 5px;
        font-size: 16px;
    }

    .navbar-nav > li > a {
        padding: 15px 7px;
        font-size: 14px;
    }
}

@media all and (max-width:767px) {
    header {
        background-image: none;
    }

    .logo {
        text-align: center;
    }

    .icon {
        text-align: center;
        margin: 40px 0 0;
    }

        .icon img {
            padding: 0 10px 0;
        }

        .icon a i {
            color: #333;
        }

    #myNavbar {
        border: none;
        margin-bottom: 20px;
    }

    .navbar {
        min-height: 0 !important;
    }

    .navbar-toggle {
        margin-top: -30px;
        margin-bottom: 15px;
    }

    .banner-section {
        background: url(../images/banner.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        color: #fff;
        padding: 135px 0;
        text-align: center;
    }

        .banner-section p {
            width: 100%;
        }

    .search {
        margin: 50px 0 0;
    }

    .works img {
        max-width: 100%;
        float: none;
        margin: 0 auto;
    }

    .works1 img {
        max-width: 100%;
        float: none;
        margin: 0 auto;
    }

    .content-section .col-sm-6 {
        width: 100%;
    }

    .section-heading {
        text-align: center;
    }

    .content-section br {
        display: none;
    }

    footer {
        text-align: center;
    }

        footer p {
            width: 100%;
        }

    .aap img {
        text-align: center;
        height: auto !important;
    }

    .nav.navbar-nav li:first-child a {
        padding-left: 30px;
    }

    .navbar-inverse .navbar-toggle {
        background: #000;
    }

    .nav-section .nav.navbar-nav li:first-child a {
        padding-left: 0;
    }

    .nav2 ul li a {
        border: none;
        padding: 0 10px;
        font-size: 18px;
    }

    .navbar-inverse .navbar-toggle {
        background: #333;
    }

    .navbar-nav > li > a {
        padding: 15px 0;
        font-size: 18px;
        text-align: center;
        margin: 5px 0;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-default .navbar-toggle span {
        color: #fff;
        margin-bottom: 5px;
    }

    .testimonial p {
        margin: 20px 0 !important;
    }

    .testimonial h3 {
        font-size: 20px;
        margin: 35px 15px !important;
    }

    .content-section .row {
        margin-top: 40px !important;
    }

    #register {
        margin-top: 0;
    }

    #active {
        margin: 0;
    }

    .playstore {
        padding: 25px 10px 10px;
    }

        .playstore img {
            max-width: 100%;
        }

    .mobile-aap {
        padding: 6px 10px 10px;
    }

        .mobile-aap img {
            margin-top: 0 !important;
            max-width: 100% !important;
        }

    .search .form-control {
        font-size: 16px;
    }

    footer span {
        font-size: 18px;
    }
}

@media all and (max-width:550px) {
    .playstore {
        width: 80%;
        float: none;
        padding: 10px 0;
        margin: 0 auto 10px;
    }

    footer span {
        margin-left: 10px;
    }

        footer span b {
            font-size: 24px;
        }

    .mobile-aap {
        width: 80%;
        float: none;
        text-align: center;
        margin: 0 auto;
        padding: 10px 0;
    }

    .playstore img {
        width: 15%;
    }

    .mobile-aap img {
        width: 11%;
        margin-top: -30px !important;
    }

    @media all and (max-width:412px) {
        .mobile-aap {
            width: 70%;
            padding: 5px 0;
        }

        .playstore {
            width: 70%;
            float: none;
            padding: 5px 0;
        }
    }

    @media all and (max-width:360px) {
        .icon {
            text-align: left;
        }

        .two button {
            padding: 10px 14px;
        }

        .section-heading h3 {
            font-size: 20px;
        }

        .banner2 h2 {
            font-size: 20px;
            line-height: 30px;
        }

        .testimonial h3 {
            font-size: 20px;
            margin: 20px 15px !important;
        }

        footer h2 {
            font-size: 30px;
            margin: 30px 0 0;
        }

        .nav2 ul li a {
            font-size: 16px;
        }

        .content-section h2 {
            font-size: 24px;
        }

        .banner-section h1 {
            font-size: 36px;
            line-height: 48px;
            margin-top: 0;
        }

        .search h3 {
            margin-bottom: 10px;
            font-size: 20px;
        }

        .banner-section {
            padding: 70px 0 !important;
        }

        .mobile-aap img {
            margin-top: -30px !important;
            width: 10% !important;
        }

        .two {
            font-size: 17px !important;
        }

        .search .form-control {
            font-size: 12px;
        }
    }
    /*sign up page css here*/ body {
        font-family: 'Source Sans Pro', sans-serif !important;
        font-size: 18px;
    }

    h1 {
        font-family: 'Source Sans Pro', sans-serif !important;
    }

    h2 {
        font-family: 'Source Sans Pro', sans-serif !important;
    }

    h3 {
        font-family: 'Source Sans Pro', sans-serif !important;
    }

    img {
        max-width: 100%
    }

    p {
        line-height: 30px !important;
    }

    header {
        background: url(../images/header-background-image.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .icon {
        text-align: right;
        margin: 30px 0;
        color: #fff;
    }

        .icon img {
            padding: 0 30px;
        }

        .icon a i {
            color: #fff;
            font-weight: 600;
        }

            .icon a i:hover {
                color: #0b3982;
            }

    .nav-section .navbar.navbar-inverse {
        background: none;
        border: none;
        padding: 0 !important;
        margin: 0 !important;
    }

    .nav-section .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }

    .nav-section .nav.navbar-nav .navbar-nav > li > a {
        color: #333333;
        padding: 15px 25px;
        font-weight: 600;
    }

    .navbar-nav > li > a {
        color: #333 !important;
        padding: 15px 29px;
        font-weight: 600;
        color: #333;
    }

    .nav-section .nav.navbar-nav li:first-child a {
        padding-left: 0;
    }

    .nav-section .navbar-nav ul li:last-child a {
        padding: 15px 43px;
    }

    .nav-section .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff !important;
        background-color: #727167;
        font-weight: bold;
    }

    .nav-section .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        color: #0b3982 !important;
    }

    .banner-section1 {
        background: url(../images/banner1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        color: #fff;
        padding: 135px 0;
        background-position: top center;
    }

    .search1 {
        background: rgba(0, 0, 0, 0.5);
        padding: 40px;
        width: 90%;
    }

        .search1 h3 {
            margin: 0;
            font-size: 40px;
            font-weight: bold;
        }

        .search1 p span {
            line-height: 40px;
            font-weight: 600;
        }

        .search1 span {
            font-size: 30px;
            font-weight: 600;
            margin: 30px 0 15px;
            display: inline-block;
        }

        .search1 p {
            line-height: 30px;
            margin: 0;
        }

        .search1 p {
            margin: 0 0 15px;
            padding-bottom: 10px;
            border-bottom: 2px solid #59626c;
            width: 100%;
            font-size: 18px;
        }

        .search1 .form-control {
            height: 54px;
            font-size: 18px;
        }

        .search1 .form-group {
            margin: 20px 0;
        }

        .search1 #formGroupExampleInput::placeholder {
            color: #898989;
        }

        .search1 button {
            width: 100%;
            height: 54px;
            background: #0b3982;
            border: none;
            font-size: 24px;
            color: #fff;
            font-weight: bold;
            transition: 1s;
        }

            .search1 button:hover {
                box-shadow: -576px 0 0 #898989 inset;
                transition: 1s;
            }

    .content-section1 {
        padding: 50px 0;
        text-align: center;
    }

        .content-section1 h2 {
            text-align: center;
            color: #333333;
            font-weight: bold;
            font-size: 30px;
            margin: 0;
        }

            .content-section1 h2 a {
                display: block;
                margin-bottom: 50px;
            }

        .content-section1 span {
            font-size: 48px;
            font-weight: bold;
            color: #727167;
        }

        .content-section1 img {
            position: relative;
        }

        .content-section1 span {
            position: absolute;
            left: 0;
            right: 0;
            top: 10%;
            transition: 2s;
        }

            .content-section1 span:hover {
                transform: scale(1.2);
                transition: 2s;
            }

        .content-section1 p {
            margin-top: 50px;
            font-size: 18px;
            color: #898989;
            margin-bottom: 0;
        }

    .two1 {
        text-align: center;
    }

        .two1 button {
            height: 45px;
            background: #0b3982;
            color: #fff;
            font-weight: bold;
            border: none;
            padding: 10px 30px;
            margin-top: 50px;
        }

            .two1 button:hover {
                opacity: 0.9;
            }

    .footer-menu {
        margin: 0;
        padding: 35px 0;
        background: #727167;
        color: #fff;
        text-align: center;
        line-height: 30px;
        font-size: 18px;
        font-weight: 600;
    }

    .nav2 ul {
        margin: 0;
        padding: 0;
    }

        .nav2 ul li a {
            color: #fff !important;
            padding: 0 19px;
            font-weight: 600;
            color: #333;
            border-right: 2px solid #fff;
            display: block;
            text-decoration: none;
            margin: 0 0 15px;
        }

        .nav2 ul li {
            float: left;
            list-style: none;
            line-height: 1 !important;
        }

    .footer-menu .nav2 ul li:last-child a {
        border: none;
        padding-right: 0;
    }

    .footer-menu span {
        color: #fff;
        margin-bottom: 10px;
    }

    .clear {
        clear: both;
    }
    /**resp[onsive css here*/
    @media all and (max-width:1200px) {
        .navbar-nav > li > a {
            padding: 15px 10px;
        }

        .footer-menu .navbar-nav > li > a {
            padding: 0 12px;
            font-size: 16px;
        }

        footer span b {
            font-size: 21px;
        }

        .nav2 ul li a {
            padding: 0 14px;
            font-size: 16px;
        }
    }

    @media all and (max-width:992px) {
        .navbar-nav > li > a {
            padding: 15px 7px;
            font-size: 14px;
        }

        .search1 .form-control {
            height: 40px;
            font-size: 12px;
        }

        .footer-menu .navbar-nav > li > a {
            padding: 0 9px;
            font-size: 12px;
            margin: 0;
        }

        footer span {
            font-size: 14px;
            margin-left: 5px;
        }

            footer span b {
                font-size: 18px;
            }

        .footer-menu {
            margin-top: 20px;
        }

        .nav2 ul li a {
            font-size: 13px;
        }

        .nav2 ul li a {
            padding: 0 7px;
        }

        .content-section1 span {
            top: 8%;
        }

        .search1 h3 {
            font-size: 36px;
        }

        .search1 {
            width: 100%;
        }
    }

    @media all and (max-width:800px) {
        .search1 button {
            width: 100%;
            height: 40px;
            background: #0b3982;
            border: none;
            font-size: 20px;
        }

        .navbar-nav > li > a {
            padding: 15px 7px;
            font-size: 14px;
        }
    }

    @media all and (max-width:767px) {
        header {
            background-image: none;
        }

        .logo {
            text-align: center;
        }

        .icon {
            text-align: center;
            margin: 40px 0 0;
        }

            .icon img {
                padding: 0 10px 0;
            }

            .icon a i {
                color: #333;
            }

        #myNavbar {
            border: none;
            margin-bottom: 20px;
        }

        .navbar {
            min-height: 0 !important;
        }

        .navbar-toggle {
            margin-top: -30px;
            margin-bottom: 15px;
        }

        .banner-section1 {
            color: #fff;
            padding: 135px 0;
            text-align: center;
        }

            .banner-section1 p {
                width: 100%;
            }

        .search1 {
            margin: 50px 0 0;
            width: 100%;
        }

        .content-section1 .col-sm-6 {
            width: 100%;
        }

        .section-heading {
            text-align: center;
        }

        .content-section1 br {
            display: none;
        }

        footer {
            text-align: center;
        }

            footer p {
                width: 100%;
            }

        .nav.navbar-nav li:first-child a {
            padding-left: 30px;
        }

        .navbar-inverse .navbar-toggle {
            background: #000;
        }

        .nav-section .nav.navbar-nav li:first-child a {
            padding-left: 0;
        }

        .nav2 ul li a {
            border: none;
            padding: 0 10px;
            font-size: 18px;
        }

        .navbar-inverse .navbar-toggle {
            background: #333;
        }

        .navbar-nav > li > a {
            padding: 15px 0;
            font-size: 18px;
            text-align: center;
            margin: 5px 0;
        }

        .navbar-nav {
            margin: 0;
        }

        .navbar-default .navbar-toggle span {
            color: #fff;
            margin-bottom: 5px;
        }

        .search1 .form-control {
            font-size: 16px;
        }

        footer span {
            font-size: 18px;
        }

        .content-section1 p {
            margin: 50px 0;
        }

        .content-section1 span {
            top: 8%;
        }

        .two1 button {
            padding: 10px 30px;
            margin-top: 0;
        }
    }

    @media all and (max-width:550px) {
        footer span {
            margin-left: 10px;
        }

            footer span b {
                font-size: 24px;
            }

        .search1 span {
            font-size: 24px;
            margin: 20px 0 15px;
        }

        .search1 h3 {
            margin-bottom: 10px;
            font-size: 30px;
            line-height: 36px;
        }
    }

    @media all and (max-width:412px) {
        .content-section1 .col-xs-6 {
            width: 100%;
        }
    }

    @media all and (max-width:360px) {
        .icon {
            text-align: left;
        }

        .section-heading h3 {
            font-size: 20px;
        }

        footer h2 {
            font-size: 30px;
            margin: 30px 0 0;
        }

        .nav2 ul li a {
            font-size: 16px;
        }

        .content-section1 h2 {
            font-size: 24px;
        }

        .banner-section1 h1 {
            font-size: 36px;
            line-height: 48px;
            margin-top: 0;
        }

        .banner-section1 {
            padding: 70px 0 !important;
        }

        .two1 {
            font-size: 17px !important;
        }
    }
}

@media all and (min-width:1920px) {
    header {
        background: url(../images/header-background-image-lg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

}
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}









