﻿
@media (min-width: 1000px) and (max-width: 1600px) {
    .main_header_area {
        background-color: transparent !important;
    }

    .main_slider_area {
        margin-top: 0;
    }
}

@media (min-width: 1000px) {
    /*.navbar-nav > li:last-child {
        position: absolute !important;
        right: 20px;
    }*/

        /*.navbar-nav > li:last-child > a {
            color: #0e95d6 !important;
        }*/

    .navbar-expand-lg {
        width: 100%;
    }

    .main_header_area {
        background-color: white;
    }

    .main_slider_area {
        margin-top: 170px;
    }
}

@media (max-width: 999px) {

    .main_slider_area {
        margin-top: 70px;
    }

    .navbar-nav > li:last-child > a {
        color: #0e95d6 !important;
    }

    .main_header_area {
        background: white;
    }
}


.blackBody {
    background: black !important;
}

.home-p-class {
    padding-left: 20px !important;
}

.home-p-class p {
    padding-bottom: 20px !important;
    padding-top : 0px !important;
}

.home-p-class h3 {
        padding-top : 0px !important;
}

.quick_contact_class {
    background-color: #0093E9;
    background-image: linear-gradient(160deg, #0093E9 0%, #324296 100%);
    border-radius: 20px;
    padding: 10px 20px !important;
}

.footer_color_class {
    font-size: 1.2rem !important;
    background: -webkit-linear-gradient(120deg, #0093E9, #324296) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-weight: bold !important;
    text-align: center;
}

.media-body a{
    color : white !important;
}
.image-fix {
    border-radius: 20px;
    border: solid 5px #324296;
}
.logo-fix-class {
    text-align-last: center;
}