/*
Theme Name: 	JustInterio Child
Theme URI: 		http://justinterio.com/
Author: 		Zoviant Technology
Author URI: 	http://zoviant.com/
Description:	Child Theme for JustInterio - Custom WordPress Theme for JustInterio Project
Template:		JustInterio
Version: 		1.0
*/

/* Theme customization starts here
-------------------------------------------------------------- */
body:not(.template-slider) #Header, body.header-stack:not(.template-slider) #Header {
	min-height: inherit;
}
#Action_bar {
	background: rgba(0,0,0,0.3);
	font-size: 14px;
}
#Action_bar .contact_details li {
	padding: 10px 0;
}
#Action_bar .contact_details li > a:hover {
	text-decoration: none;
}
#Action_bar .contact_details li > i {
	margin-right: 10px;
	background: #f58220;
	font-size: 15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
}
#Action_bar .social {
	padding: 15px 0
}
#Top_bar .menu > li > a span:not(.description) {
	text-transform: uppercase;
	padding: 0 15px;
}
#Top_bar .menu li ul li a {
	padding: 7px 10px 7px 20px;
	font-size: 13px;
}
#Subheader {
	padding-top: 250px;
	padding-bottom: 50px;
}
img.has_border {
	border: 8px solid rgba(0,0,0,0.05);
}
.call_us {
	font-size: 20px;
	color: #ffffff;
	margin-top: 15px;
	margin-bottom: 15px;
}
.call_us a {
	color: #ffffff;
}
.call_us a:hover {
	color: #f58220;
	text-decoration: none;
}
.call_us i {
	background: #f58220;
	font-size: 15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-right: 15px;
	display: inline-block;
}
.landing_top_bar {
	top: 30px !important;
}
#Top_bar.landing_top_bar.is-sticky {
	top: 0px !important;
}
.landing_header {
	width: calc(100% - 80%);
	padding-left: 40%;
	padding-right: 40%;
	text-align: center;
}
.landing_header img {
	display: inline-block;
}
.package {
	padding: 25px 25px 0px 25px;
	background: #ffffff;
	border-radius: 5px;
}
.package h2 {
	padding: 20px;
	margin-left: -35px;
	margin-right: -35px;
	margin-bottom: 25px;
	color: #ffffff;
	text-align: center;
	position: relative;
	border-radius: 5px 5px 0px 0px;
}
.package h2:before {
	content: "";
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: -10px;
	border-right: 10px solid rgba(255,255,255,0.4);
	border-bottom: 10px solid transparent;
}
.package h2:after {
	content: "";
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: -10px;
	border-left: 10px solid rgba(255,255,255,0.4);
	border-bottom: 10px solid transparent;
}
.package.green h2 {
	background: #8cc63c;
}
.package.green .wpcf7-submit {
	background: #8cc63c !important;
	border-radius: 5px !important;
}
.package.orange h2 {
	background: #f58220;
}
.package.orange .wpcf7-submit {
	background: #f58220 !important;
	border-radius: 5px !important;
}
.package.purple h2 {
	background: #8b2289;
}
.package.purple .wpcf7-submit {
	background: #8b2289 !important;
	border-radius: 5px !important;
}
/* Contact Form 7
================================================== */
.ui_tpicker_second, .ui_tpicker_millisec, .ui_tpicker_microsec, .ui_tpicker_timezone {
	display: none;
}
.wpcf7-form label {
	font-weight: bold;
	text-align: left;
}
/*.wpcf7-form label span, .required {
	color: #ff0000;
	font-size: 20px;
}
.wpcf7-form small {
	font-size: 11px;
	top: -25px;
	position: relative;
}*/
span.wpcf7-form-control-wrap .wpcf7-date, span.wpcf7-form-control-wrap .wpcf7-quiz, span.wpcf7-form-control-wrap .wpcf7-number, span.wpcf7-form-control-wrap .wpcf7-select, span.wpcf7-form-control-wrap .wpcf7-text, span.wpcf7-form-control-wrap .wpcf7-textarea {
	padding: 15px 15px;
	margin-bottom: 3px;
	border-radius: 5px;
}
.cptch_input cptch_shortcode {
	border-radius: 5px !important;
}
span.wpcf7-form-control-wrap .wpcf7-file {
	padding: 10px;
	width: 100%;
}
span.wpcf7-form-control-wrap .wpcf7-textarea {
	overflow: hidden;
	box-sizing: padding-box;
}
.wpcf7-submit {
	padding: 13px 30px !important;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px !important;
}
.contact_us {
	margin: 0px;
	padding: 0px;
}
.contact_us li {
	margin-bottom: 10px;
	list-style: none;
}
.contact_us li span {
	margin-left: 50px;
	display: block;
	margin-top: -5px;
}
.contact_us i {
	margin-right: 15px;
	color: #ffffff;
	display: inline-block;
	font-size: 17px;
	background: #f43600;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
}
.contact_form {
	padding: 25px 15px 25px 15px;
	margin-top: -650px;
	margin-bottom: 50px;
	z-index: 9;
	border-radius: 10px;
}
.contact_form_home,
.contact_form_main{
	padding: 25px 25px 5px 25px;
	margin-top: -675px;	
	border-radius: 10px;
	background: rgba(0,0,0,0.8);
	z-index: 9;
}
.contact_form_main {
	margin-top: -575px;
}
.contact_form_main .wpcf7-form .column,
.contact_form_home .wpcf7-form .column{
    margin-bottom: 0px;
}

/* Error 404
================================================== */
body.error404 {
	height: auto;
}
#Error_404 {
	overflow: inherit;
	position: inherit;
	top: inherit;
	left: inherit;
	margin: 50px 0px;
}
/* Shortcodes
================================================== */

/* Pricing boxes --------------------------------------------------------------------- */
.pricing-box .plan-header {
	padding: 20px 15px 0
}
.pricing-box .plan-header h2 {
	margin: 30px 0 40px;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
}
.pricing-box .plan-header .price {
	padding: 25px;
	background: #cccccc;
	margin: 0px -25px 20px -25px;
	position: relative
}
.pricing-box .plan-header .price:before {
	content: "";
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: -10px;
	border-right: 10px solid rgba(0,0,0,0.7);
	border-bottom: 10px solid transparent;
}
.pricing-box .plan-header .price:after {
	content: "";
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: -10px;
	border-left: 10px solid rgba(0,0,0,0.7);
	border-bottom: 10px solid transparent;
}
.pricing-box .plan-header .price > span {
	font-size: 75px;
	line-height: 75px;
	font-weight: bold;
}
.pricing-box .plan-header p.subtitle {
	padding: 10px 0px 10px 0px;
	background: rgba(0,0,0,0.1)
}
.pricing-box .plan-inside ul {
	min-height: 370px;
}
.pricing-box .plan-inside ul li {
	padding: 7px 6px;
	text-align: left;
}
.pricing-box.pricing-box-featured .plan-header .price {
	background: rgba(0,0,0,1);
}
.pricing-box .plan-footer{
	background: rgba(0,0,0,0.1);
	padding-top: 25px;
}
.orange .pricing-box,
.green .pricing-box,
.purple .pricing-box {
	border: 1px solid rgba(0,0,0,0.1) !important;
	background: #ffffff !important;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1) !important;
}
.orange .pricing-box .plan-header .price,
.orange .pricing-box .plan-footer .button_theme {
	background: #f58220;
}
.green .pricing-box .plan-header .price,
.green .pricing-box .plan-footer .button_theme {
	background: #8cc63c;
}
.purple .pricing-box .plan-header .price,
.purple .pricing-box .plan-footer .button_theme {
	background: #8b2289;
}
.orange .pricing-box .plan-header .price > span,
.orange .pricing-box .plan-header .price sup.currency,
.orange .pricing-box .plan-header .price sup.period,
.green .pricing-box .plan-header .price > span,
.green .pricing-box .plan-header .price sup.currency,
.green .pricing-box .plan-header .price sup.period,
.purple .pricing-box .plan-header .price > span,
.purple .pricing-box .plan-header .price sup.currency,
.purple .pricing-box .plan-header .price sup.period {
	color: #ffffff;
}
/* Icon bar -------------------------------------------------------------------------- */
a.icon_bar {
	background-color: #f58220;
	border-radius: 2px;
	border: none;
}
.icon_bar span {
	color: #ffffff;
}
.icon_box_border .image_wrapper img {
	border-radius: 50% 0px;
	width: 65%;
	padding: 10px;
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
}
.icon_box .services_desc {
	min-height: 145px;
	padding-left: 10px;
	padding-right: 10px;
}
.white .quick_fact .number-wrapper {
	color: #fff;
}
.subpage-decoration:after {
	content: "";
	overflow: hidden;
	position: absolute;
	left: 0;
	top: -100px;
	border-bottom: 100px solid #fcfcfc;
	border-right: 1920px solid transparent;
	z-index: 1;
}
.about-decoration:after {
	content: "";
	overflow: hidden;
	position: absolute;
	left: 0;
	top: -100px;
	border-bottom: 100px solid #f58220;
	border-right: 1920px solid transparent;
	z-index: 1;
}
.services-decoration {
	padding-top: 140px !important;
}
.services-decoration:after {
	content: "";
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0px;
	border-top: 100px solid #f58220;
	border-right: 1920px solid transparent;
	z-index: 1;
}
.facts-decoration {
	padding-top: 140px !important;
	padding-bottom: 100px !important;
}
.facts-decoration:after {
	content: "";
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0px;
	border-top: 100px solid #f5f5f5;
	border-left: 1920px solid transparent;
	z-index: 2;
}
.facts-decoration:before {
	content: "";
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0px;
	border-bottom: 100px solid #5882af;
	border-left: 1920px solid transparent;
	z-index: 2;
}
.portfolio-decoration {
	padding-bottom: 100px !important;
}
.portfolio-decoration:before {
	content: "";
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 0px;
	border-bottom: 100px solid #f58220;
	border-right: 1920px solid transparent;
	z-index: 1;
}
.contact-decoration {
	padding-top: 100px !important;
	padding-bottom: 40px !important;
}
.contact-decoration:before {
	content: "";
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0px;
	border-top: 100px solid #f58220;
	border-right: 1920px solid transparent;
	z-index: 1;
}
.query_form {
	margin-top: -650px;
}
.query_form .title {
	color: #ffffff;
}
.query_form .wpcf7 {
	background: rgba(0,0,0,0.4);
	padding: 30px 20px 20px 20px;
}
.slider_heading {
	width: 750px !important;
}
/* #Widget area
================================================== */
.with_aside .sections_group {
	padding-top: 70px;
	padding-bottom: 70px;
}
.widget-area {
	padding: 70px 20px 70px;
}
.aside_right .widget-area {
	border-left-width: 0px;
}
.with_aside .widget, .column_sidebar_widget .widget {
	border: 1px solid rgba(0,0,0,0.1);
	background: rgba(255,255,255,1);
	font-size: 14px;
	padding: 20px;
	margin-bottom: 25px;
}
.with_aside .widget .column, .with_aside .widget .columns {
	margin: 0px;
}
.with_aside .widget .one-sixth.column, .with_aside .widget .one-fifth.column, .with_aside .widget .one-fourth.column, .with_aside .widget .one-third.column, .with_aside .widget .two-fifth.column, .with_aside .widget .one-second.column, .with_aside .widget .three-fifth.column, .with_aside .widget .two-third.column, .with_aside .widget .three-fourth.column, .with_aside .widget .four-fifth.column, .with_aside .widget .five-sixth.column, .with_aside .widget .one.column {
	width: 100%;
}
.with_aside .widget > h3, .column_sidebar_widget .widget > h3 {
	font-size: 20px;
	line-height: 22px;
	background: #5882af;
	color: #ffffff;
	padding: 15px 20px;
	margin: -20px -20px 20px -20px;
	border-bottom: 3px solid #f58220;
	font-weight: 500;
}
.with_aside .widget > h3:after, .column_sidebar_widget .widget > h3:after {
	content: "";
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 52px;
	border-top: 20px solid #5882af;
	border-right: 45px solid transparent;
}
/* Archives, Categories, Custom menu */
.widget_archive ul, .widget_nav_menu ul, .widget_categories ul {
	list-style: none;
	padding: 0px;
	background: none;
	margin: 0px;
}
.widget_archive ul li, .widget_nav_menu ul li, .widget_categories ul li {
	border-bottom: 1px solid rgba(0,0,0,0.08);
	list-style: none;
}
.widget_archive ul li:after, .widget_nav_menu ul li:after, .widget_categories ul li:after {
	content: '\e915';
	display: block;
	position: absolute;
	right: 0px;
	font-family: "mfn-icons";
	top: 5px;
	color: #000;
	width: auto;
	border: none;
	left: auto;
}
.widget_archive ul li:last-child:after, .widget_nav_menu ul li:last-child:after, .widget_categories ul li:last-child:after {
	display: inherit
}
.widget_archive ul li a, .widget_nav_menu ul li a, .widget_categories ul li a {
	color: #000;
	display: block;
	padding: 5px 0 6px 0px;
}
.widget_archive ul li:last-child, .widget_nav_menu ul li:last-child, .widget_categories ul li:last-child {
	border-bottom: none;
}
/* #Footer
================================================== */
#Footer {
	font-size: 14px;
	line-height: 24px;
}
#Footer .footer_copy {
	background: rgba(0,0,0,1);
}
#Footer .footer_copy .social li a {
	font-size: 13px;
	line-height: 28px;
	background: #5882af;
	width: 28px;
	height: 28px;
	text-align: center;
	display: inline-block;
}
#Footer .footer_copy .social li a:hover {
	background: #f58220;
}
#callnowbutton {
	width: 48px !important;
	height: 48px !important;
	background-size: 30px 30px !important;
	border: none !important;
	bottom: 20px !important;
}
.bottom_contact {
	display: block;
	margin: 25px 0px 0px 0px !important;
}
.bottom_contact li {
	display: inline-block;
	font-size: 17px;
	margin-right: 10px;
	min-width: 220px;
}
.bottom_contact li i {
	background: #5882af;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	display: inline-block;
	font-size: 17px;
	margin-right: 5px;
}


/* Landing 
================================================== */
.landing_hi_logo {
	top: 50px;
	position: absolute;
}
.landing_hi_form {
	position: absolute;
	z-index: 999;
	bottom: 150px;
}
.landing_hi_form .title {
	color: #ffffff;
}
.landing_hi_form .wpcf7 {
	background: rgba(0,0,0,0.1);
	padding: 30px 20px 20px 20px;
	margin: 0px 33%;
	color: #fff;
	position: relative;
}
.landing_hi_form .wpcf7 .column {
    margin-bottom: 0px;
}
.landing_hi_form .wpcf7:before,
.landing_hi_form .wpcf7:after,
.landing_hi_form .wpcf7 .wpcf7-form:before,
.landing_hi_form .wpcf7 .wpcf7-form:after {
	content: "";
	position: absolute;
	top: -6%;
	left: -1px;
	width: 100%;
	height: 75px;
	border: 1px solid rgba(255,255,255,0.40);
	border-bottom: none;
}
.landing_hi_form .wpcf7:after,
.landing_hi_form .wpcf7 .wpcf7-form:after {
	top: 0px;
	left: -4%;
	width: 108%;
}
.landing_hi_form .wpcf7 .wpcf7-form:before,
.landing_hi_form .wpcf7 .wpcf7-form:after {
	bottom: -6%;
	top: inherit;
	border-top: none;
	border-bottom: 1px solid rgba(255,255,255,0.40);
}
.landing_hi_form .wpcf7 .wpcf7-form:after {
	bottom: 0px;
}
@media only screen and (min-width: 1240px) and (max-width: 1370px) {
.icon_box .services_desc {
	min-height: 180px;
}
/* Landing 
================================================== */
.landing_hi_form .wpcf7 {
	margin: 0px 20%;
}
}

@media only screen and (min-width: 960px) and (max-width: 1239px) {
.header-semi #Top_bar:not(.is-sticky) {
	background-color: transparent !important;
}
.landing_header {
	width: calc(100% - 70%);
	padding-left: 35%;
	padding-right: 35%;
}
.icon_box_border .image_wrapper img {
	padding: 5px;
}
.icon_box .desc_wrapper .title {
	min-height: 50px;
	margin-bottom: 0px;
}
.icon_box .services_desc {
	min-height: 260px;
}
.slider_desc, .slider_img {
	width: 465px;
}
.slider_excerpt {
	line-height: normal !important;
}
.slider_img img {
	width: 465px !important;
	height: auto !important
}
.query_form {
	margin-top: -585px !important;
}
.header-semi #Top_bar:not(.is-sticky) {
	background-color: transparent !important;
}
.contact_form_main {
	padding: 20px 20px 0px 20px;
	margin-top: -475px;
}
.contact_form_home {
	padding: 20px 20px 0px 20px;
	margin-top: -525px;
}

/* Landing 
================================================== */
.landing_hi_form {
	bottom: 90px;
}
.landing_hi_form .wpcf7 {
	margin: 0px 15%;
}

}

@media only screen and (min-width: 768px) and (max-width: 959px) {
.header-semi #Top_bar:not(.is-sticky) {
	background-color: transparent !important;
}
.landing_header {
	width: calc(100% - 60%);
	padding-left: 30%;
	padding-right: 30%;
}
.icon_box_border .image_wrapper img {
	padding: 5px;
}
.icon_box .desc_wrapper .title {
	min-height: 50px;
	margin-bottom: 0px;
}
.icon_box .services_desc {
	min-height: 260px;
}
.icon_box_landing .image_wrapper img {
	border-radius: 50% !important;
	width: 60% !important;
}
.about-decoration:after {
	top: -65px;
	border-bottom-width: 65px;
	border-right-width: 959px;
}
.services-decoration {
	padding-top: 80px !important;
}
.services-decoration:after {
	border-top-width: 65px;
	border-right-width: 959px;
}
.facts-decoration {
	padding-top: 120px !important;
	padding-bottom: 80px !important;
}
.facts-decoration:after {
	border-top-width: 65px;
	border-left-width: 959px;
}
.facts-decoration:before {
	border-bottom-width: 65px;
	border-left-width: 959px;
}
.portfolio-decoration {
	padding-bottom: 60px !important;
}
.portfolio-decoration:before {
	border-bottom-width: 65px;
	border-right-width: 959px;
}
.contact-decoration {
	padding-top: 80px !important;
}
.contact-decoration:before {
	border-top-width: 65px;
	border-right-width: 959px;
}
.contact_form {
	padding: 50px 15px 25px 15px;
}
.slider_desc, .slider_img {
	width: 340px;
}
.slider_excerpt {
	line-height: normal !important;
}
.slider_img img {
	width: 340px !important;
	height: auto !important
}
.slider_heading {
	width: 600px !important;
	font-size: 50px !important;
	line-height: 55px !important;
	margin-top: 70px !important
}
.slider_heading.second {
	margin-top: 85px !important;
}
.query_form {
	margin-top: -280px !important;
}
.header-semi #Top_bar:not(.is-sticky) {
	background-color: transparent !important;
}
.contact_form_main {
	padding: 20px 20px 0px 20px;
	margin-top: -400px;
}
.contact_form_home {
	padding: 15px 15px 0px 15px;
	margin-top: -425px;
}
/* Landing 
================================================== */
.landing_hi_form {
	bottom: -50px;
}
.landing_hi_form .wpcf7 {
	margin: 0px 10%;
}
}

@media only screen and (max-width: 767px) {
#Subheader {
	padding-top: 70px;
	padding-bottom: 70px;
}
body:not(.template-slider):not(.header-simple) #Header {
	min-height: 0px;
}
#Action_bar {
	font-size: 12px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding: 5px 0px;
}
#Action_bar .contact_details li > i {
	margin-right: 5px;
	font-size: 12px;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
#Action_bar .social {
	display: none;
}
span.wpcf7-form-control-wrap .wpcf7-date, span.wpcf7-form-control-wrap .wpcf7-quiz, span.wpcf7-form-control-wrap .wpcf7-number, span.wpcf7-form-control-wrap .wpcf7-select, span.wpcf7-form-control-wrap .wpcf7-text, span.wpcf7-form-control-wrap .wpcf7-textarea {
	padding: 8px 15px;
}
.icon_box .services_desc {
	min-height: inherit;
}
.about-decoration:after {
	top: -40px;
	border-bottom-width: 40px;
	border-right-width: 767px;
}
.services-decoration {
	padding-top: 40px !important;
}
.services-decoration:after {
	border-top-width: 40px;
	border-right-width: 767px;
}
.facts-decoration {
	padding-top: 80px !important;
	padding-bottom: 40px !important;
}
.facts-decoration:after {
	border-top-width: 40px;
	border-left-width: 767px;
}
.facts-decoration:before {
	border-bottom-width: 40px;
	border-left-width: 767px;
}
.portfolio-decoration {
	padding-bottom: 60px !important;
}
.portfolio-decoration:before {
	border-bottom-width: 40px;
	border-right-width: 767px;
}
.contact-decoration {
	padding-top: 120px !important;
}
.contact-decoration:before {
	border-top-width: 40px;
	border-right-width: 767px;
}
.contact_form {
	padding: 50px 15px 25px 15px;
}
.slider_heading {
	width: 380px !important;
	font-size: 45px !important;
	line-height: 50px !important;
}
.subpage-decoration {
	margin-bottom: 50px;
}
.contact_form_main {
	margin-top: -175px !important;
}
.contact_form_home {
	padding: 20px 20px 0px 20px;
	margin-bottom: 50px !important;
}
/* Landing 
================================================== */
.landing_hi_logo {
	top: 25px;
}
.landing_hi_logo img {
	width: 200px;
}
.landing_hi_form {
	position: inherit;
	bottom: auto;
}
.landing_hi_form .wpcf7 {
	padding: 15px 10px 5px 10px;
	margin: 0px 10%;
}
}

@media only screen and (max-width: 479px) {
body:not(.template-slider):not(.header-simple) #Header {
	min-height: 0px;
}
.landing_header {
	width: calc(100% - 0px);
	padding-left: 0px;
	padding-right: 0px;
}
.subpage-decoration:after {
	top: -24px;
	border-bottom-width: 25px;
	border-right-width: 479px;
}
.about-decoration:after {
	top: -24px;
	border-bottom-width: 25px;
	border-right-width: 479px;
}
.services-decoration {
	padding-top: 40px !important;
}
.services-decoration:after {
	border-top-width: 25px;
	border-right-width: 479px;
	top: -1px;
}
.facts-decoration {
	padding-top: 80px !important;
	padding-bottom: 40px !important;
}
.facts-decoration:after {
	border-top-width: 25px;
	border-left-width: 479px;
	top: 0px;
}
.facts-decoration:before {
	border-bottom-width: 25px;
	border-left-width: 479px;
	bottom: 0px;
}
.portfolio-decoration {
	padding-bottom: 60px !important;
}
.portfolio-decoration:before {
	border-bottom-width: 25px;
	border-right-width: 479px;
	bottom: -1px;
}
.contact-decoration {
	padding-top: 120px !important;
}
.contact-decoration:before {
	border-top-width: 25px;
	border-right-width: 479px;
	top: -1px;
}
.contact_form {
	padding: 50px 15px 25px 15px;
}
.slider_desc {
	width: 380px;
}
.slider_excerpt {
	line-height: normal !important;
}
.slider_heading {
	width: 300px !important;
	font-size: 35px !important;
	line-height: 38px !important;
}
.slider_heading.second {
	margin-top: 20px !important;
}
.query_form {
	margin-top: -160px !important;
}
.subpage-decoration {
	margin-bottom: 50px;
}
.contact_form_main {
	padding: 20px 20px 0px 20px;
	margin-top: 0px !important;
}
}

@media only screen and (max-width: 359px) {
.slider_heading {
	width: 280px !important;
	font-size: 30px !important;
	line-height: 35px !important;
}
.slider_heading.second {
	margin-top: 15px !important;
}
.query_form {
	margin-top: -150px !important;
}
}
