@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%;
	}
}

@media only screen and (max-width: 1199px){
	.banner-section .banner-slider-nav {
		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;
	}
}

@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){	
	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;
	}
	.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;
	}
}

@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;
	}
}


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

}


@media (min-width:320px) and (max-width:767px){
	.header-top{
		display: none;
	}
	.brochure{
		display: none;
	}
	.nav-outer .mobile-nav-toggler{
		position: relative;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    float: right;
    margin: 13px 0;
    margin-left: 50px;
	}
	.scroll-to-top{
		position: fixed;
    right: 30px;
    bottom: 80px;
    width: 54px;
    height: 54px;
    color: #ffffff;
    font-size: 18px;
    line-height: 54px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #25283a;
    border-radius: 50%;
    margin-left: -26px;
    display: none;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
	}
	.sec-title h2{
		text-align: center;
	}
	.sec-title .sub-title{
		text-align: center;
	}
	.sec-title .sub-title{
		line-height: 35px;
	}
	.working-process .top-content .text{
		text-align: center;
	}
	.features-section-two .sec-title .text{
		text-align: justify;
	}
	.features-section-two .link-btn{
		position: relative;
		margin-top: 40px;
		margin-left: 23%;
	}
	.contact{
		padding-right: 0px !important;
	}
	.testimonial{
		padding-left: 0px !important;
	}
	.main-header .header-upper .logo-box{
		width: 70%;
		z-index: 10;
	}
	.filter-tabs li{
		margin: 6px 76px;
		position: relative;
		cursor: pointer;
	}
	.sec-title h2{
		font-size: 35px;
	}
	.sec-title .sub-title{
		line-height: 40px;
	}
}








