@charset "utf-8";
/* CSS Document */


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1920px) {




}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1536px) {
	
	
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1280px) {
	
}



/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {




	/* tested so far no changes */

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {


}


@media only screen and (max-width : 768px) {


}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 767px) {

    .gallery-v2 > img {
        width: 152px;
   
    }

    .loaderContainer{
        display: none;
    }
	  
}

/* bootstrap single row change */
@media only screen and (max-width : 575px) {

}


/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .gallery-v2 > img {
        width: 145px;

    }

    .gallery {
        --size: min(85vmin, 400px);
top: 45%;
    }

    .about-us-image {
        position: relative;
        height: 60vh;
    }

    .swiper {
        height: 33vh;
    }

    .swiper h5{


        font-size: 1rem;
        }
        .swiper p{
        
        
        font-size: 0.7rem;
     
        }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 375px) {


	}

	


/* Custom, iPhone Retina */
@media only screen and (max-width : 360px) {

	
	
}


@media only screen and (max-width : 320px) {

}
