/*
    Theme Responsive Design
*/

@media (max-width: 1024px) {
	
}

/* ---- Start of max-width 992px CSS ---- */
@media (max-width: 992px) {
    .sm-padding{ padding: 15px; }
	.hero_section{
		height: 540px;
	}
	.hero_content {
		padding: 78px 0;
	}
	.hero_content h1{
		font-size: 30px;
	}
	.form_container h2{
		font-size: 18px;
	}
	.form_container p{
		font-size: 12px;
	}
    .about_section .about_content,
	.about_section .idea_content {
	    padding: 0;
	}
	.service_items li:nth-child(3){
		margin-bottom: 30px;
	}
	.service_bg {
	    background-position: 130% bottom;
	}
	.skill_wrap{
		padding: 0;
	}
	#google_map{
		display: none;
	}

}
/* ---- End of max-width 992px CSS ---- */


/* ---- Start of min-width 480px and max-width 768px CSS ---- */
@media all and (min-width: 480px) and (max-width: 768px) {
	
}
/* ---- End of min-width 480px and max-width 768px CSS ---- */


/* ---- Start of max-width 767px CSS ---- */
@media all and (max-width: 767px) {
    body, p{
        font-size: 12px;
        line-height: 22px;
    }
    h1{
        font-size: 30px;
    }
    h2{
        font-size: 20px;
    }
    h3{
        font-size: 16px;
    }
    .padding{
        padding: 60px 0;
    }
    .xs-padding{
    	padding: 15px;
    }
	.hero_section{
		height: auto;
	}
	.hero_content {
		padding: 30px 0;
		text-align: center;
	}
	.hero_content h1 br{
		display: none;
	}
    .widget_content{ padding-top: 30px; }
    .contact_wrap.padding{ padding: 30px 0; }
	.form_container{
		margin-bottom: 30px;
	}
	.skill_items .skill_item:last-child{
		margin-bottom: 0;
	}
	.contact_form .form-group .col-sm-6:first-child{
        margin-bottom: 15px;
    }
    .scroll-to-top{
        display: none !important;
    }
}
/* ---- End of max-width 767px CSS ---- */


/* ---- Start of max-width 520px CSS ---- */
@media all and (max-width: 520px) {
	.col-xs-6{
		float: none;
		width: 100%;
	}

}
/* ---- End of max-width 520px CSS ---- */


/* ---- Start of max-width 420px CSS ---- */
@media all and (max-width: 420px) {

}
/* ---- End of max-width 420px CSS ---- */


/* ---- Start of max-width 380px CSS ---- */
@media all and (max-width: 380px) {
	
}
/* ---- End of max-width 380px CSS ---- */
