/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17 Dec, 2019, 3:40:08 PM
    Author     : Test
*/

@media only screen and (max-width: 1180px) {
    .container {
    max-width: 100%;
}
}



@media only screen and (max-width: 990px) {
	header.sticky .navbar-nav .nav-item>a,
	header.sticky .navbar-expand-lg .navbar-nav .nav-link,
	header.sticky .navbar-nav .nav-item>a.dropdown-toggle::after,
	.inner header .navbar-expand-lg .navbar-nav .nav-link,
	.inner header .navbar-nav .nav-item a.dropdown-toggle::after,
	.inner header .navbar-nav .dropdown-menu .nav-item a,
	.inner header.sticky .navbar-expand-lg .navbar-nav .nav-link,
	.inner header.sticky .navbar-nav .nav-item a.dropdown-toggle::after,
	.inner header.sticky .navbar-nav .dropdown-menu .nav-item a {
		color: #fff !important;
	}
	.navbar-nav .nav-item a,
	.navbar-nav .dropdown-item a,
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 10px 0;
	}
	.video-fold .content .display {
		font-size: 55px;
		line-height: 65px;
	}
	.about-us::before {
		height: 300px;
		width: 100%;
	}
	.about-us::after {
		width: 300px;
		top: 4%;
		left: 77%;
		height: 500px;
	}
	.about-us.style-2::after {
		top: 10%;
	}
	.about-us.style-2 .counter-sec {
		padding-right: 0px;
		margin-bottom: 60px;
	}
	.about-us.style-2 .counter-sec .col-lg-12 .counter-column {
		width: 80%;
	}
	.inner .about-us .content-sec {
		padding-right: 0;
	}
	.inner .about-us::after {
		height: 180px;
	}
	
	header.header-2.sticky .navbar-nav .nav-item a,
	header.header-2.sticky .navbar-nav .dropdown-item a,
	header.header-2.sticky .navbar-expand-lg .navbar-nav .nav-link {
		color: #fff;
	}	
	.qualities-2 .column {
		margin-bottom: 70px;
	}
	.navbar-nav .nav-item {
		margin-left: 0;
	}
        .navbar-nav .nav-item a, .navbar-nav .dropdown-item a, .navbar-expand-lg .navbar-nav .nav-link:hover{
            color: #f1efef;
            padding: 16px 0;
        }
         .profile-page-item{
        overflow:hidden;
    }
    .profile-left-item{
        width: 99%;
    }
    .profile-right-item{
        width: 99%;
        padding: 10px 20px;
    }
    .profile-form{
        text-align: center;
    }
    #mobile-nav-toggle{
        background: #da365e;
    }
    .container {
    max-width: 100%;
}
section {
   padding: 25px 0;
}
.heading-title {
    position: relative;
    transform: translate3d(0%,0%,0);
    text-align: center;
    left: 0%;
    font-size: 24px;
    padding: 7px;
    margin: auto;  
}
.heading-title:before{
    margin-bottom: 30px;
    content: '';
}
.wid-50{
    width: 100%;
    
}
.right{
    float: left;
}
}

@media only screen and (max-width: 778px) {
    #lightgallery li{
    max-width: 48%;
}
#lightgallery li{
    float: none;
    margin-bottom: 15px;
}
section {   
    padding: 40px 0;
}
.title-left{
    font-size: 25px;
}
.heading-title {
    position: relative;
    transform: translate3d(0%,0%,0);    
    text-align: center;
    left: 0%;    
    font-size: 24px;   
    padding: 5px;
    margin: auto;   
}
.mt-100 {
    margin-top: 0px;
}
.container {
    max-width: 100%;
}
}

@media only screen and (max-width: 498px) {
    #lightgallery {
        margin: auto;
        width: 100%;
        text-align: center;
        
    }
    #lightgallery li{
    max-width: 100%;
    margin: auto;
    text-align: center;
    display: block;
    
}
    
}