    .bg-main {

        background-color: #262566 !important;
    }

    .text-main {
        color: #262566 !important;
    }

    .header {
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.61), rgba(97, 97, 97, 0.66)), url("../images/banner-bg.jpg");
        height: 550px;
        background-size: cover;
        background-position: center center;
        padding-top: 80px;

    }

    a {
        text-decoration: none !important;
    }

    a:hover {
        text-decoration: none !important;
    }

    .icon-text {
        color: white;
        font-weight: 600;
        font-size: 90%;

    }

    .left-heading {
        color: white;
        font-weight: 600;
        font-size: 90%;
    }

    .nav-link:hover {
        background-color: #262566 !important;
        color: white !important;
    }

    .nav-link {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
        background-color: transparent;
        color: #262566 !important;
        font-weight: 700;
    }

    footer a {
        color: white;
    }

    footer a:hover {
        color: white;
    }

    .text-h5 {
        color: #262566;
        font-weight: 700;
        font-size: 20px
    }

    .hovernew {
        transition: 0.5s;
    }

    .hovernew:hover {
        background-color: #262566 !important;
    }

    .hovernew:hover .text-h5,
    .hovernew:hover p {
        color: white !important;
    }

    .home-contact {
        background-image: url('../images/contact-bg.jpg');
        background-size: cover;
        background-position: center;
    }

    .inner-div {
        background: rgba(000, 000, 000, 0.7);
    }

    .home-contact-form .input-group-text {
        background: transparent;
        border-radius: none;
        border: 0px;
        background: rgba(0, 0, 0, .5);
    }

    .home-contact-form .form-control {
        background: transparent;
        border-radius: none;
        border: 0px;
        background: rgba(0, 0, 0, .5);
        transition: 0.5s;
        color: #fff;
    }

    .home-contact-form input {
        height: 45px;
    }

    .home-contact-form .form-control:focus,
    .home-contact-form .form-control:hover {
        outline: none;
        box-shadow: none;
        background: rgba(0, 0, 0, 1);

    }

    .page-header {
        background: url('../images/banner-bg.jpg');
        background-position: center;
        background-size: cover;
    }
