/* navbar start  */
@media(max-width:1199px) {

    .navbar .nav-item {
        margin: 0 10px;
    }

}

@media(max-width:992px) {
    .contact_btn {
        margin: 0 0 20px 0;
    }

    .navbar .nav-link {
        text-align: center;
        margin: 10px 0;
    }

    .navbar .nav-item:hover .nav-link::before {
        width: 0;
    }

    .navbar-collapse {
        text-align: center;
        padding: 30px 0;
    }

}

/* navbar end */

/* hero section stat  */
@media(max-width:992px) {

    .header_logo {
        margin-bottom: 160px;
    }

}





/* hero section end */

/* About us section start  */

@media(max-width:992px) {
    #about {
        margin: 30px 0;
    }

    #about p {
        font-size: 16px;
    }

    #about .btn-primary {
        margin: 30px 0 40px 0;
    }


}

@media(max-width:500px) {
    #about {
        margin: 30px 0;
    }

    #about p {
        font-size: 16px;
    }




    .header_logo {
        width: 80%;
    }

}

/* About us section end */

/* service section start  */
@media(max-width:992px) {
    #service {
        padding: 64px 0;
    }

    #service p {
        margin-bottom: 40px;
    }

    #service .box p {
        margin-bottom: 0;
    }

    #service .pera {
        text-align: start !important;
        margin-bottom: 0;
        font-size: 18px;
    }
}

@media(max-width:500px) {
    #service p {
        margin-bottom: 20px;
        font-size: 16px;
    }

    #service .box {
        padding: 24px;
    }

    .service_heading h2 {
        font-size: 30px;
    }
}

/* service section end */

/* port section start  */

@media(max-width:992px) {
    #port {
        padding: 64px 0;
    }

    #port h2 {
        font-size: 30px;
    }

    #port .btn-primary {
        margin-bottom: 30px;
    }
}

/* port section end */

/* location section stat */
@media(max-width:992px) {
    #location {
        padding: 64px 0;
    }

    #location h2 {
        margin-bottom: 40px;
        font-size: 30px;
    }
}

/* location section end */

/* employment section start  */
@media(max-width:992px) {
    #employment {
        padding: 64px 0;
    }

    #employment h2 {
        font-size: 30px;
        margin-bottom: 40px;
    }

    #employment h3 {
        font-size: 18px;
        text-align: start;
        margin-bottom: 30px;
    }

    #employment ul {
        margin-bottom: 30px;
    }
}

/* employment section end */

/* contact section start  */
@media(max-width:992px) {
    #contact {
        padding: 64px 0;
    }

    #contact h2 {
        font-size: 30px;
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {
    #contact {
        padding: 64px 0;
    }

    #contact h2 {
        font-size: 30px;
        margin-bottom: 40px;
    }

    #contact .border_right {
        border-right: none;
        border-left: none;
        border-top: 1px solid #22258C;
        border-bottom: 1px solid #22258C;

    }

    #contact .box {
        padding: 30px;
        text-align: center !important;
    }

    #contact .col_1 {
        padding: 0;
    }

    .icon_box {
        text-align: left !important;
        margin: 20px 0;
    }

    .contact_box h3 {
        font-size: 10px;
    }
}

/* contact section end */

/* footer start  */
@media(max-width:992px) {
    #footer p {
        text-align: left !important;
        margin: 10px 0;
    }
}

/* footer end */