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

@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%;
	}
	.features-section .auto-container {
		padding: 0 15px;
	}
	.main-header.header-style-two .header-info-right .phone-number {
		display: none;
	}
	.main-header.header-style-two .sticky-header .auto-container {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 1199px){
	.main-menu .navigation>li {
		padding: 15px 30px;
	}
	.banner-section .banner-slider-nav {
		display: none;
	}
	.main-header.header-style-one .header-upper .auto-container {
	    padding: 0 15px;
	}
	.header-top .right-column {
	    display: none;
	}
}

@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;
	}
	.main-header.header-style-two .header-info-right {
		display: none;
	}
}

@media only screen and (max-width: 991px){
	.banner-section .content-box h1 {
		font-size: 50px;
		line-height: 60px;
	}
	.about-section .year-experience {
		position: relative;
	}
	.main-header .header-upper .search-btn {
	    position: relative;
	    display: none;
	}

	.main-header .header-upper .link-btn {
	    display: none;
	}
	.features-section .inner-container {
	    max-width: 100%;
	}
	.features-section .image {
	    margin-top: 0;
	}
	.estimate-section .wrapper-box:before {
	    right: -15px;
	}
	.services-section {
		padding-bottom: 70px;
	}
	

}

@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){	
	br {
		display: none;
	}
	.filter-tabs li .count {
		display: none;
	}
	.features-section .icon-box .icon {
		margin-bottom: 20px;
	}
	.skills-section .inner-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.header-top .left-column .office-hour {
		display: none;
	}
	.header-top .left-column,
	.header-top .left-column .text {
		width: 100%;
	}
	.footer-bottom {
		justify-content: center;
	}
	
	.cta-section .wrapper-box {
		position: relative;
		padding: 37px 15px 13px;
	}
	
	.features-section-two .inner-container,
	.why-choose-us-two .inner-container,
	.welcome-block .right-content,
	.welcome-block .left-content{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.services-single {
		padding-left: 0;
	}
	.testimonial-section.style-three .testimonial-block .content {
		width: 100%;
	}
	.error-section h1 {
		font-size: 130px;
	}
	.error-section h2 {
		font-size: 40px;
	}
	.error-section .text {
		line-height: 1.3em;
	}
	
	.comming-soon .content .content-inner h2 {
		font-size: 60px;
	}
	.comming-soon .emailed-form .form-group {
		padding-right: 0;
	}
	.comming-soon .emailed-form .form-group input[type="email"] {
		margin-bottom: 20px;
	}
	.comming-soon .emailed-form button {
		position: relative;
		width: 100%;
	}
	
	.st-comment-item > .st-comment-item {
		margin-left: 0;
	}
	
	.contact-section .info-column .inner-column {
		padding-left: 0;
	}
	
	.search-popup .search-form fieldset{
		border:none;
		text-align:center;
	}
	
	.search-popup .search-form fieldset input[type="search"]{
		padding-right:30px;
		text-align:center;
	}
	
	.search-popup .search-form fieldset input[type="submit"]{
		position:relative;
		margin-top:30px;
		border-radius:7px;
		display:inline-block;
	}
}

@media only screen and (max-width: 600px){
	.about-section .year-experience {
		bottom: 30px;
	}
}


@media only screen and (max-width: 599px) {
	.styled-pagination li{
		margin-bottom:6px;
	}
}
