/*Smartphone Media Queries*/
@media only screen and (min-width:0px) and (max-width:767px) {
/** Heading **/
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px 0;
}
h1 {
	font-size: 40px;
	line-height: 45px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 20px
}
h5 {
	font-size: 18px
}
h6 {
	font-size: 18px
}
/**Banner section css**/
.banner-section {
	padding: 0 0 50px;
}
.banner-section .banner-content-box {
	margin: 40px 0;
	text-align: center;
}
.banner-content-box .banner-content {
	margin: 40px 0;
}
.banner-form {
	float: none;
	margin: 0 auto;
	padding: 30px;
}
/**Features css**/
.features-section {
	padding: 40px 0 20px;
}
.features-section .what-we-do {
	margin: 0 auto 20px;
}
.what-we-do h2 {
	font-size: 40px;
}
.what-we-do h2 strong {
	width: auto;
	display: inline-block
}
.features-section .features-box {
	margin: 10px 0 15px;
}
/**Welcome section**/
.welcome-section {
	padding: 40px 0 20px;
}
/**Cardslider css**/
.cardslider {
	height: 480px;
	width: 100%;
	max-width: 360px;
}
.cardslider__cards {
	width: 100%;
	height: 100%;
	-webkit-transform: translate(0%, 10%);
	-ms-transform: translate(0%, 10%);
	-o-transform: translate(0%, 10%);
	transform: translate(0%, 10%);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.cardslider__direction-nav {
	left: 64%;
}
/**Lastest work css**/
.lastest-work-section {
	padding: 40px 0 0 0;
}
.work-profile .work-profile-img {
	width: 100%;
	height: auto;
	display: inline-block;
}
.work-profile .work-profile-img img {
	width: 100%;
	height: auto;
}
.work-profile .work-profile-content {
	margin: 0 auto 30px;
}
.lastest-work-section .button {
	margin: 0 auto;
}
/**Client are css**/
.client-area hr {
	margin: 40px 0 35px;
}
.client-area {
	padding: 0 0 25px 0;
}
/*Footer css*/
footer {
	padding: 50px 0 20px;
	position: relative;
}
footer .scrollup {
	left: 0;
	position: absolute;
	right: 0;
	top: -50px;
}
footer p {
	text-align: center;
	float: none;
	width: 100%;
}
footer .design-by {
	float: none;
	text-align: center;
}
}
@media only screen and (min-width:0px) and (max-width:567px) {
}
@media only screen and (min-width: 0px) and (max-width: 360px) {
/**Cardslider css**/
.cardslider__direction-nav {
	left: 67%;
}
/**Footer css**/
footer .scrollup {
	top: -50px
}
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation : landscape) {
/**Cardslider css**/
.cardslider__direction-nav {
	left: 64%;
}
}
@media only screen and (min-width:768px) and (max-width:991px) {
/**Heading**/
h1 {
	line-height: 50px;
}
/**Banner section css**/
.banner-content-box .banner-content {
	margin: 80px 0 50px 0;
}
/**Features section css**/
.features-section .what-we-do {
	margin: 0 auto 40px;
}
.what-we-do h2 strong {
	width: auto;
	display: inline-block
}
/**Welcome section css**/
.welcome-section {
	padding: 80px 0 40px;
}
/**Card slider css**/
.cardslider {
	width: 50%;
	margin: 60px auto 0
}

}
@media only screen and (min-width:992px) and (max-width:1279px) {
/**Banner section css**/
.banner-content-box .banner-content {
	margin: 80px 0 50px 0;
}
/**Card slider css**/
.cardslider {
	width: 80%;
}


}
@media only screen and (min-width:1280px) and (max-width:1599px) {
/**Banner section css**/
.banner-content-box .banner-content {
	margin: 80px 0 50px 0;
}
}
