
@media screen and (max-width: 1200px) {
    .header .menu>ul>li{
        padding: 14px 1px;
    }
}


@media screen and (max-width: 1024px) {

    .header .menu>ul>li{
        padding: 0 5px;
    }

    .profile-item .row .col-md-5 {
        width: 100%;
    }

    .profile-item .row .col-md-7 {
        width: 100%;
    }
    .profile-img{
        height: 320px;
    }

}

/* --------------------------------------  */


@media screen and (max-width: 911px) {
    .footer-main .col-md-4:nth-child(1){
        width: 100%;
    }
    .footer-main .col-md-4:nth-child(2){
        width: 50%;
    }
    .footer-main .col-md-4:nth-child(3){
        width: 50%;
    }


    .photo-gallery .row .col-md-4{
        width: 49%;
    }
    .video-gallery .row .col-md-6{
        width: 98%;
    }


}

/* --------------------------------------  */




@media screen and (max-width: 768px) {

    .site-title-pnl h2 {
        font-size: 20px;
        padding: 15px 15px;
        letter-spacing: 0px;
    }

    .slick-slide img {
        height: auto;
    }

    .content-container {
        width: 90%;
    }


    .about-section-heading {
        line-height: 1.7;
    }

    .about-section-container {
        margin-bottom: 30px;
    }


    .profile-item .row .col-md-5 {
        width: 50%;
    }

    .profile-item .row .col-md-7 {
        width: 50%;
    }

    .profile-item {
        margin-bottom: 25px;
    }

    .photo-g-item {
        height: 180px;
    }
    .video-gallery .video-item{
        height: 200px;
    }


    .footer-main .col-md-4:nth-child(1){
        width: 100%;
    }
    .footer-main .col-md-4:nth-child(2){
        width: 100%;
    }
    .footer-main .col-md-4:nth-child(3){
        width: 100%;
    }
    .cprty {
        flex-direction: column;
        justify-content: center;
    }

    .cprty p {
        padding: 5px 0;
    }
}

/* --------------------------------------  */



@media screen and (max-width: 480px) {

    .top-header {
        width: 90%;
    }

    .site-title-pnl h2 {
        padding: 15px 7px;
        text-align: center;
    }


    .profile-item .row .col-md-5 {
        width: 100%;
    }

    .profile-item .row .col-md-7 {
        width: 100%;
    }


    .photo-g-item {
        height: 250px;
        margin-bottom: 10px;
    }

    .home-gallery-section .p-r-20{
        padding-right: 0;
    }
    .photo-gallery .row .col-md-4 {
        width: 100%;
    }

}

/* --------------------------------------  */


@media screen and (max-width: 380px) {}

/* --------------------------------------  */