/*   Responsive page - 1366px width desktop   P A G E   ***************************************************/


/*// X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1024px) and (max-width: 1366px) { 
	
	#hero-video{
		height: 100vh !important;
		width: auto !important;
	}
	
	.about-heading {
        font-size: 48px;
        line-height: 54px;
        margin-bottom: 40px;
    }
	
    #myCarousel .website-header-1{
		font-size: 56px;
        margin-top: 120px;
    }
	
	#hero-ScrollDown-btn{
		margin-top: -40px !important
	}
	
	#Language-btn{

	}
    
    
    
    .carousel .carousel-inner .home-info-bg1 {
        background-image: url(../images/home/hero-banner-01.jpg);
        background-position: center top;
    }
    .carousel .carousel-inner .home-info-bg2 {
        background-image: url(../images/home/hero-banner-02.jpg);
        background-position: left center !important;
    }
    .carousel .carousel-inner .home-info-bg3 {
        background-image: url(../images/home/hero-banner-03.jpg);
        background-position: left top !important;
    }
    
    #hero-video {
        height: auto !important;
        width: 100vw !important;
    }
    
	
	/* *************  ABOUT US   **************** */
	.sec-about-01-container, .sec-about-02-container, .sec-about-03-container, .sec-about-04-container{
		margin: 0px;
		padding: 80px 0 20px;
	}
	
	
	/* *************  ./ABOUT US   **************** */
    
}
