@media only screen and (max-width: 7000px){
	.page-wrapper{
		overflow: hidden;
	}
	
}

@media only screen and (max-width: 1600px){
	.skills-section .left-column{
		padding-left:20px;
	}
}

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

	.main-menu .navigation>li:nth-last-child(-n+3)>ul>li>ul {
	    left: auto;
	    right: 100%;
	}

	.main-menu .navigation > li:nth-last-child(-n+2) > ul {
	    left: auto;
	    right: 0;
	}
	.main-menu .navigation > li:nth-last-child(-n+2) > ul > li > ul {
	    left: auto;
	    right: 100%;
	}
}

@media only screen and (max-width: 1199px){
	.banner-section .banner-slider-nav {
		display: none;
	}
	.skills-section .left-column{
		padding-left:0px;
	}
}

@media only screen and (max-width: 1139px){
	/* Default */
	.main-header .nav-outer .main-menu,
	.sticky-header{
		display: none !important;
	}
	.nav-outer .mobile-nav-toggler{
		display: block;
	}
}

@media only screen and (max-width: 991px){
	.banner-section.dark-style .content-box h1,
	.banner-section .content-box h1 {
		font-size: 50px;
		line-height: 60px;
	}
	.banner-section .estimate-form {
		display: none;
	}
	.about-section-two .shape-one {
	    display: none;
	}
}

@media only screen and (min-width: 768px){
	.main-menu .navigation > li > ul,
	.main-menu .navigation > li > ul > li > ul{
		display:block !important;
		visibility:hidden;
		opacity:0;
	}
}

@media only screen and (max-width: 767px){	
	.filter-tabs li .count {
		display: none;
	}
	.features-section .icon-box .icon {
		margin-bottom: 20px;
	}
	.skills-section .inner-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.main-header .header-upper .search-btn{
		display: none;
	}
	.main-menu .contact-info {
	    display: none;
	}

	.main-header .header-upper .inner-container {
	    justify-content: center;
	}
	.header-top .right-column,
	.header-top .inner-container {
	    justify-content: center;
	}
	.main-header .header-upper {
		padding-bottom: 30px;
	}
	.header-top .contact-info {
		text-align: center;
	}
	
	.cta-section .wrapper-box,
	.cta-section-two .wrapper-box {
		padding-left:30px;
		padding-right:30px;
	}
	.error-section .inner-box h1 {
		font-size: 140px;
	}
	.comments-area .comment {
		padding-left: 0;
	}
	.comments-area .comment-box .author-thumb {
		position:relative;
	}
	.comments-area .st-comment-item > .st-comment-item > .comment-box {
		margin-left: 0px;
	}
	.clients-logo-section .slide-item .image img{
		width: auto;
    	margin: 0 auto;
	}
	
	.about-section-two .image-block .col-md-6{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.filter-tabs{
		margin-bottom:50px;
	}
	
	.portfolio-section-two .filter-tabs li{
		margin-bottom:20px;
	}
	
	.about-widget .logo img{
		max-height:55px;
	}
	.widgets-section .column:nth-child(2) .widget_nav_menu{
		padding-left:0px;
	}
	.widgets-section .column:nth-child(3) .widget_nav_menu{
		padding-left:0px;
	}
}

@media only screen and (max-width: 575px){
	.main-header .header-upper .contact-info {
		display: none;
	}
	.header-top .contact-info li:before {
		display: none;
	}
	.main-header .header-upper {
	    padding-bottom: 0;
	    padding-top: 0;
	}
	.contact-section .contact-form-area {
		padding: 50px 30px;
	}
	.news-block-three .bottom-content{
		padding-left:0px;
	}
	.news-block-three .date{
		display:none;
	}
}


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

}

