.dsk{
	display:block !important;
}
.mob{
		display:none !important;
	}
@media only screen and (max-width: 599px) {
	.dsk{
		display:none !important;
	}
	.mob{
		display:block !important;
	}
	.footer__area-primary {
		padding-top: calc(30px);
		padding-bottom: calc(30px);
		text-align: center !important;

	}
	.footer .textwidget {
    text-align: center;
}
	.logo-header {
		width: 200px;
	}
	.page-gallery-wrapper {
    display: none;
}
.intro-section .year-exp {
    margin-top: 15px;
    margin-bottom: 0px;
}
.architecture-service {
    min-height: 440px;
    height: auto;
    padding: 0px 20px;
}
.silder-three .silder-content {
	top:25%;
}
.btn {
    padding: 6px 15px;
    font-size: 14px;
}
.silder-three .silder-content .title {
    font-size: 23px;
    margin-bottom: 15px;
}
.intro-section h2.year {
    font-size: 55px;
}
.right-logo{
	display:none;
}
.site-header.style-2 .extra-nav .extra-cell:last-child{
	display:none;
}
.logo__text img{
	max-width:200px;
}
}