/*========================================================
-------------------popup----------------------------------
=========================================================*/
.all-projects-section .container-fluid .gallery-container {
    position: relative;
    min-height: 100vh;
   
}

.all-projects-section .container-fluid .gallery-container .box {
    
    overflow: hidden;
    cursor: pointer;
}
.all-projects-section .container-fluid .gallery-container .box img{

    object-fit: cover;
    transition: .2s linear;
}
.all-projects-section .container-fluid .gallery-container .box:hover img{
    
}
.all-projects-section .container-fluid .row .sortable-gallery .gallery-container .popup-image{
    
    position:fixed;
    top: 0; left: 0;
    background-color: rgba(0, 0, 0, .9);
    height: 100%;
    width: 100%;
    z-index: 100;
    display:none ;
}
.all-projects-section .container-fluid .gallery-container .popup-image span{
    position: absolute;
    top: 0; right: 10px;
    font-size: 40px;
    font-weight: bolder;
    color: #fff;
    cursor: pointer;
    z-index: 100;
}
.all-projects-section .container-fluid .gallery-container .popup-image img{
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    
    width: 600px;
    object-fit: cover;
    height: 470px;
    
}

@media (max-width: 460px){
    .all-projects-section .container-fluid .gallery-container .popup-image img{
        width: 500px;
        height: 470px;
        
    }
}

/*========================================================
-------------------responsive location map---------------------------
=========================================================*/

.map-responsive .row {
    overflow: hidden;
    padding-bottom: 46.25%; /*56.25%*/
    /*Radio is 16/9*/
    position: relative;
    
}
.map-responsive .row iframe{
    left: 0px;
    right: 0px;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
.about-section-s3 .container .about-img{
    cursor: pointer;
}

.about-section-s3 .container .about-img img{
    object-fit: cover;
    transition: .2s linear;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.about-section-s3 .container .about-img:hover img{
    transform: scale(1.1);
   
}
.tab-content .img-holder{
    cursor: pointer;
}
.tab-content .img-holder img{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.tab-content .img-holder:hover img{
    transform: scale(1.1);
}
.about-section-s3 .container .about-img img{
    cursor: pointer;
}
.team-grids .img-holder-social{
    cursor:pointer;
}
.team-grids .img-holder-social:hover img{
    transform: scale(1.1); 
}
.team-grids .img-holder-social img{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;  
}
    .team-grids .img-holder{
        cursor: pointer;
    }
    .service-single-content  {
        cursor:pointer;
    }
    .service-single-content img{
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    }
    .services-grids .grid{
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;  
    }
    .team-grids .img-holder{
        cursor: pointer;
    }
    .team-grids .img-holder img{
        object-fit: cover;
    transition: .2s linear;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    