/* common */

@import url('https://fonts.googleapis.com/css?family=Roboto');

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
html,

body {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #8c806e;
	zoom: 87%; 
}
input,
select,
textarea {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #8c806e;
}
body {
	background: #fff;
}
img {
	border: 0px;
	display: block;
	max-width: 100%;
}
a,
input {
	outline: none;
	text-decoration: none;
}
ul,
ol {
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}
h1 {
	font-weight: 400;
	font-size: 72px;
	color: #fff;
	margin-bottom: 12px;
}
h2 {
	font-weight: 400;
	font-size: 48px;
	color: #1D1D1B;
}
h3 {
	font-weight: 500;
	font-size: 22px;
	color: #fff;
}
p {
	color: #1D1D1B;
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 20px;
}
.container {
	margin: 0 auto;
	width: 100%;
	max-width: 1470px;
	padding: 0px 15px;
}
.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}
.left-side {
	float: left;
}
.right-side {
	float: right;
}
.primarybtn {
	background: #fff;
	color: #CE211D;
	font-weight: 700;
	font-size: 18px;
	padding: 0px 19px 0px;
	display: inline-block;
	margin: 0px 14px 0px 0px;
	line-height: 40px;
	width: 100%;
	max-width: 220px;
	border-radius: 4px;
	position: relative;
	transition: all 300ms ease-in-out;
}
.primarybtn:after {
	position: absolute;
	right: 24px;
	top: 10px;
	content: "";
	background: url(../Images/right-angle.svg)no-repeat center;
	width: 20px;
	height: 20px;
}
.primarybtn:hover {
	color: #fff;
	background: #1D1D1B;
}
.primarybtn:hover:after {
	background: url(../Images/right-angle-white.svg)no-repeat center;
}
.secondarybtn {
	display: inline-block;
	width: 100%;
	max-width: 180px;
	background: #E1261C;
	color: #fff;
	border-radius: 4px;
	font-size: 18px;
	margin-bottom: 22px;
	font-weight: 700;
	position: relative;
	line-height: 40px;
	transition: all 300ms ease-in-out;
}
.secondarybtn span {
	padding: 0px 10px 0px 42px;
	display: inline-block;
	vertical-align: middle;
}
.secondarybtn i {
	display: inline-block;
	vertical-align: middle;
}
.secondarybtn.mail span {
	padding: 0px 10px 0px 38px;
}
.secondarybtn:hover {
	background: #1D1D1B;
}
.mobile-toggle {
	display:block;
	float:right;
	font-size:28px;
	color:#000;
	padding:15px;
	display:none;
}
/* section  */

#section {
	position: relative;
	display: block;
	width: 100%;
	min-height: 100%;
}
/* page wrap */

#page-wrap {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	/* height: 5000px; */
}
/* header */

#header-wrap {
	position: relative;
	width: 100%;
	z-index: 999;
}
.header-block {
	padding: 41px 0px 28px;
	width: 100%;
}
.header-block .logo {
	float: left;
}
.header-block .logo a {
	display: block;
}
.header-block .right-side {
	float: right;
	width: calc(100% - 29.5%);
	padding: 26px 0px;
}
/* nav block */

.nav-block {
	float: left;
}
.nav-block ul li {
	float: left;
	margin-right: 50px;
	position: relative;
}
.nav-block ul li a:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #E1261C;
	display: none;
	transition: all 300ms ease-in-out;
}
.nav-block ul li:last-child {
	margin-right: 0;
}
.nav-block ul li a {
	display: block;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #000;
	padding: 0px 7px 5px;
	transition: all 100ms ease-in-out;
	position: relative;
}
.nav-block ul li a:hover,
.nav-block ul li.current_page_item a {
	color: #E1261C;
}
.nav-block ul li a:hover:after,
.nav-block ul li.current_page_item a:after {
	display: block;
}
/* contactus */

.contactus {
	float: right;
}
.contactus ul li {
	float: left;
	margin-left: 48px;
}
.contactus ul li:first-child {
	margin-left: 0;
}
.contactus ul li a {
	display: block;
	color: #000;
	font-size: 22px;
	transition: all 100ms ease-in-out;
}
.contactus ul li a:hover,
.contactus ul li.active a {
	color: #E1261C;
}
#banner-wrap {
	width: 100%;
	height: 1000px;
	background: #E1261C;
	position: relative;
}

#banner-wrap:before {
	background: url(../Images/background-img.png)no-repeat left/754px;
	position: absolute;
	left: 0px;
	bottom: -135px;
	content: "";
	height: 544px;
	z-index: 1;
	width: 100%;
}

#banner-wrap:after {
	width: 100%;
	background: #E1261C;
	position: absolute;
	/* left: -100px;
	bottom: -106%; */
	left:0;
	top:90%;
	content: "";
    height: 515px;
    /* transform: rotate(12.5deg); */
    z-index: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 19%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 19%);
}

.banner-block {
	padding: 86px 0px 156px;
}
.banner-block .inner {
	position: relative;
	z-index: 2;
}
.banner-block .inner:after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	background: url(/wp-content/uploads/2019/03/Agenda.png)no-repeat center;
	height: 739px;
	width: 52%;
	background-size: contain;
	z-index: 1;
}

.banner-block .content {

	width: 60%;
}

.medium {
	font-size: 22px;
	color: #fff;
	line-height: 32px;
	margin-bottom: 38px;
	font-weight: 400;
}
/* content */

#content-wrap {
	width: 100%;
}
/* paragraph-block */

.paragraph-block {
	padding-top: 16.8%;
	position: relative;
	z-index: 99;
	margin-bottom: 142px;
}
.paragraph-block .left-side {
	width: 50%;
	margin-right: 2%;
}
.paragraph-block .medium,
.product-block .medium,
.highlighted-block .medium {
	color: #E1261C;
	line-height: 29px;
	margin-bottom: 20px;
}
.paragraph-block .left-side p:nth-child(5) {
	margin-bottom: 47px;
}
.paragraph-block .right-side {
	width: 48%;
	padding-top: 25px;
	position: relative;
}
.paragraph-block .right-side figure {
	width: 114%;
}
.paragraph-block .right-side figure img {
	height: 570px;
}
.paragraph-block .right-side:after {
	position: absolute;
	left: -12px;
	top: -2px;
	content: "";
	background: url(../Images/background-img2.svg)no-repeat left/640px;
	height: 588px;
	width: 100%;
}
/* product-block*/

.product-block {
	margin-bottom: 113px;
}
.product-block .productpanel {
	padding: 41px 0px;
}
.productpanel .panel {
	width: 44%;
	margin-right: 12%;
	background: #E1261C;
	padding: 28px 0px 30px 30px;
	min-height: 591px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.productpanel .panel:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: url(../Images/background-img3.png)no-repeat center/930px;
	width: 100%;
	height: 685px;
	z-index: -1;
}
.productpanel .panel:nth-child(2n):after {
	background: url(../Images/background-img4.png)no-repeat center/930px;
}
.productpanel .panel:nth-child(2n) {
	margin-right: 0;
}
.productpanel .panel h2 {
	line-height: 67px;
	color: #fff;
	margin-bottom: 5px;
}
.productpanel .panel figure {
	width: 64%;
	margin: 0 auto 65px;
}
/* highlighted-block */

.highlighted-block {
	width: 100%;
	position: relative;
	margin-bottom: 221px;
}
.highlighted-block:after {
	background: url(../Images/background-img6.png)no-repeat left/754px;
	position: absolute;
	left: 5.9%;
	bottom: -127px;
	content: "";
	height: 544px;
	z-index: 0;
	width: 100%;
	transform: rotate(2deg);
}
.highlighted-block .owl-carousel {
	margin-top: 43px;
	position: relative;
}
.highlighted-block .owl-carousel .owl-stage-outer .owl-item .item {
	padding: 50px 20px 20px 20px;
	display: table;
	cursor: pointer;
    margin-left: auto;
    margin-right: auto;
	transition: all 100ms ease-in-out;
}
.highlighted-block .owl-carousel .owl-stage-outer .owl-item:hover {
	background: #fff;
	-webkit-box-shadow: 0px 0px 52px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 52px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 52px 0px rgba(0, 0, 0, 0.75);
	transition: all 100ms ease-in-out;
}
.highlighted-block .owl-carousel .owl-stage-outer .owl-item:hover .primarybtn2 {
	visibility: visible;
	transition: all 300ms ease-in-out;
}
.owl-carousel .owl-stage-outer {
	overflow: inherit;
}
.highlighted-block .owl-carousel .owl-stage-outer .owl-item .item figure img {
	width: auto;
	max-width: 290px;
	margin: 0 auto 90px;
}
.highlighted-block .owl-carousel .owl-stage-outer .owl-item .item h3 {
	color: #1D1D1B;
}
.primarybtn2 {
	float: right;
	color: #fff;
	background: #1D1D1B;
	font-weight: 700;
	font-size: 18px;
	padding: 0px 19px 0px;
	display: block;
	line-height: 40px;
	width: 100%;
	max-width: 220px;
	border-radius: 4px;
	position: relative;
	visibility: hidden;
	transition: all 300ms ease-in-out;
}
.primarybtn2:after {
	background: url(../Images/right-angle-white.svg)no-repeat right;
	position: absolute;
	right: initial;
	top: 10px;
	content: "";
	width: 20px;
	height: 20px;
}
.owl-carousel .owl-nav.disabled {
	display: block;
}
.highlighted-block .owl-carousel .owl-prev, .owl-next {
	width: 79px;
	height: 79px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 52px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 52px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 52px 0px rgba(0, 0, 0, 0.75);
	transform: translate(-0%, -50%);
	z-index: 9999;
	outline: none;
	cursor: default;
	position: absolute;
	left: 10%;
	top: 50%;
}
.highlighted-block .owl-carousel .owl-prev span,
.owl-next span {
	background: url(../Images/left-img.png)no-repeat center/50%;
	width: 100%;
	height: 79px;
	font-size: 0;
	position: absolute;
	left: 40%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.highlighted-block .owl-carousel .owl-next {
	left: inherit;
	right: 10%;
}
.highlighted-block .owl-carousel .owl-next span {
	background: url(../Images/right-img.png)no-repeat center/50%;
	left: 60%;
}
/* contactus-block */

.contactus-block {
	padding-bottom: 7.1%;
	position: relative;
}
.contactus-block:after {
	position: absolute;
	left: -220px;
	top: 0;
	width: 145%;
	height: 100%;
	background: #E1261C;
	content: "";
	z-index: -1;
	transform: rotate(14.3deg);
}
.contactus-block:before {
	position: absolute;
	left: 0;
	top: 30%;
	width: 100%;
	height: 70%;
	background: #E1261C;
	content: "";
	z-index: 0;
}
.contactus-block .left-side {
	width: 32%;
	margin-right: 13%;
	position: relative;
	z-index: 99;
}
.contact-panel h2 {
	color: #fff;
	margin-bottom: 25px;
}
.contact-panel p {
	color: #fff;
	margin-bottom: 40px;
}
.contact-panel .secondarybtn {
	background: #fff;
	color: #E1261C;
}
.contact-panel .secondarybtn:hover {
	background: #1D1D1B;
	color: #fff;
}
.contactus-block .right-side {
	width: 55%;
	background: #fff;
	position: relative;
	z-index: 99;
}
.form-panel .inner {
	padding: 53px 53px 40px;
	-webkit-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.75);
}
.inputbtn,
.txtareabtn {
	width: 31.3%;
	margin-right: 3%;
	border: solid 2px #E1261C;
	border-radius: 4px;
	font-size: 18px;
	font-weight: 300;
	color: #E1261C;
	padding: 0px 15px;
	height: 42px;
	float: left;
}
.inputbtn::placeholder {
	color: #E1261C;
}
.inputbtn:nth-child(3n) {
	margin-right: 0;
}
.form-panel .form-group {
	margin-bottom: 22px;
}
.form-panel .form-group:last-child {
	margin-bottom: 0px;
}
.txtareabtn {
	width: 100%;
	resize: none;
	float: none;
	margin-right: 0;
	padding: 8px 15px;
	height: 222px;
	outline: 0;
}
.checkboxbtn {
	cursor: pointer;
	-webkit-appearance: none;
}
.checkboxbtn + label {
	background-color: #ffffff;
	color: #E1261C;
	font-size: 18px;
	font-weight: 300;
	cursor: pointer;
	position: relative;
	padding-left: 28px;
	top: -5px;
}
.checkboxbtn + label:before {
	width: 14px;
	height: 14px;
	border-radius: 2px;
	border: 2px solid #E1261C;
	background-color: #ffffff;
	content: "";
	position: absolute;
	left: 0;
	top: 1px;
}
.checkboxbtn:checked + label:after {
	content: "";
	position: absolute;
	left: 6px;
	top: 3px;
	width: 3px;
	height: 8px;
	border: solid #E1261C;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.form-panel .inner .primarybtn2 {
	float: none;
	background: #E1261C;
	color: #fff;
	visibility: visible;
	border: none;
	cursor: pointer;
	padding: 0px 10px 0px;
	max-width: 133px;
	text-align: inherit;
}
.form-panel .inner .primarybtn2:after {
	background: url(../Images/right-angle-white.svg)no-repeat right/17px;
	right: 12px;
}
.form-panel .inner .primarybtn2:hover {
	background: #1D1D1B;
}
/* footer wrap */

#footer-wrap {
	overflow: hidden;
	width: 100%;
}
.footer-block {
	 background-image: linear-gradient(rgba(203,34,27,1), rgba(210,30,33,1));
	 padding: 60px 0px 80px;
}
.footer-block  .panel{
	float:left;
}
.footer-block  .panel:nth-child(1){ width: 20%;     padding-right: 8%;}
.footer-block  .panel:nth-child(2){ width: 26%;}
.footer-block  .panel:nth-child(3){ width: 28%; }
.footer-block  .panel:nth-child(4){ width: 23.8%; }
.footer-block  .panel:nth-child(5){ }

.footer-block  .panel a {
	width: 85%;
}
.footer-block  .panel li a {
	width: 85%;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 18px;
	line-height: 32px;
	font-weight: 400;
}
.footer-block  .panel h3 {
	margin-bottom:15px;
}
.footer-block .panel:nth-child(2) li a {
	font-weight:300;
	text-transform:unset;
	line-height: 25px;
}
.footer-block .panel:nth-child(2) address {
	color: #ffffff;
	font-size: 18px;
	font-weight:300;
	font-style:normal;
	margin-top:15px;
	display:block;
}
.footer-block .panel .social-panel li a {
	font-size:24px;
}
.footer-bottom {
	padding:36px 0;
	background:#1d1d1b;
	position:relative;
}
.footer-bottom li {
	display:inline-block;
}
.footer-bottom ul {
	text-align:center;
}
.footer-bottom li:after {
	content:"-";
	display:inline-block;
	vertical-align:middle;
	padding:0 25px;
}
.footer-bottom li:last-child:after {
	content:"";
	display:none;
}
.footer-bottom li ,
.footer-bottom li a {
	font-weight:300;
	font-size:18px;
	color:#fff;
}
.designed-by {
	position:absolute;
	right:25px;
	color:#fff;
	top:35px;
	color: #ffffff;
	font-size: 18px;
	font-weight:300;
}



@media only screen and (max-width: 1471px) {
	.highlighted-block:after {
		bottom: -186px;
	}
	#banner-wrap:after {
    top: 90%;
    content: "";
    height: 418px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 23%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 23%);
	}
	.paragraph-block .right-side figure img {
		height: auto;
	}
	p br {display:none;}
	
}
@media only screen and (max-width: 1440px) {
	.paragraph-block .right-side:after {
		position: absolute;
		left: -12px;
		top: 23px;
		content: "";
		background: url(../Images/background-img2.svg)no-repeat left/640px;
		height: 92%;
		width: 99%;
		/* z-index: -1; */
	}
	p br {display:none;}
}
@media only screen and (max-width: 1390px) {
	.paragraph-block .right-side:after {
		position: absolute;
		left: -17px;
		top: 9px;
		content: "";
		background: url(../Images/background-img2.svg)no-repeat left/640px;
		height: 96%;
		width: 99%;
	}
	.banner-block .inner:after {
		position: absolute;
		right: 0;
		top: 104px;
		content: "";
		background: url(/wp-content/uploads/2019/03/Agenda.png)no-repeat center / contain;
		height: 698px;
		width: 52%;
		z-index: 1;
	}


	p br {display:none;}
	.highlighted-block:after {
		bottom: -220px;
	}
}
@media only screen and (max-width: 1240px) {
	.paragraph-block .right-side:after {
		position: absolute;
		left: -17px;
		top: 9px;
		content: "";
		background: url(../Images/background-img2.svg)no-repeat left/640px;
		height: 92%;
		width: 99%;
	}
	#banner-wrap:after {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 23%);
		clip-path: polygon(0 0, 100% 0, 100% 90%, 0 23%);
	}
	.contactus-block .left-side {
		width: 39%;
		margin-right: 4%;
	}
}
@media only screen and (max-width: 1200px) { 
	.paragraph-block .right-side:after {
		content:"";
		display:none;
	}
	.productpanel .panel {
		width: 48%;
		margin-right: 4%;
	}
	.nav-block ul li {
		float: left;
		margin-right: 15px;
	}
	#banner-wrap:after {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 23%);
		clip-path: polygon(0 0, 100% 0, 100% 80%, 0 23%);
	}
	.nav-block {
		float: none;
		display: inline-block;
		text-align: left;
	}
	.contactus {
		float: none;
		display: inline-block;
		text-align: left;
		margin-left:20px;
	}
	.header-block .right-side {
		text-align: right;
		width: calc(100% - 22.5%);
	}
	.contactus-block .left-side {
		width: 39%;
		margin-right: 4%;
	}
	.footer-block .panel:nth-child(4) {
		width: 21.8%;
	}
	.footer-block .panel:nth-child(3) {
		width: 25%;
	}
	.designed-by {
		position:static;
		text-align:center;
		padding:15px 0 0;
	}
}
@media only screen and (max-width: 1023px) {
	.banner-block .inner:after {
    position: absolute;
    right: 0;
    top: 50%;
	}

	.banner-block .content {
		width: 100%;
	}

	.contactus-block .left-side {
		width: 40%;
		margin-right: 3%;
	}
	#banner-wrap:after {
		top: 90%;
		content: "";
		height: 371px;
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 83%, 0 30%);
		clip-path: polygon(0 0, 100% 0, 100% 83%, 0 30%);
	}
	.header-block .right-side {
		float: right;
	}
	.nav-block ul li a {
		display: block;
		font-size: 16px;
	}
	.nav-block ul li {
		float: left;
		margin-right: 15px;
	}
	.contactus ul li {
		float: left;
		margin-left: 18px;
	}
	h1 {
		font-weight: 400;
		font-size: 62px;
	}
	h2 {
    font-weight: 400;
    font-size: 44px;

	}
	.productpanel .panel h2 {
		line-height: 1.3;
		color: #fff;
		margin-bottom: 5px;
		font-size: 36px;
	}
	.productpanel .panel {
		min-height:0;
	}
	.product-block {
		margin-bottom: 63px;
	}
	.highlighted-block {
		width: 100%;
		position: relative;
		margin-bottom: 121px;
	}
	.footer-block .panel:nth-child(2) {
    width: 28%;
}
.footer-block .panel:nth-child(3) {
    width: 28%;
}
.footer-block .panel:nth-child(4) {
    width: 23.8%;
}
.footer-block .panel:nth-child(5) {
    width: 100%;
}
.footer-block .panel:nth-child(5) li {
    display:inline-block;
	margin-right:20px;
}
}
@media only screen and (max-width: 767px) {
	h1 {
		font-weight: 400;
		font-size: 56px;
	}
	h2 {
		font-weight: 400;
		font-size: 42px;
	}
	.contactus-block .left-side {
		width: 100%;
		margin-right: 0;
	}
	.contactus-block:before {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #E1261C;
		content: "";
		z-index: 0;
	}
	.contactus-block .right-side {
		width: 100%;
		background: #fff;
		position: relative;
		z-index: 99;
	}
	.contactus-block:after {
		position: absolute;
		left: 0;
		top: -20px;
		width: 100%;
		height: 100%;
		background: #E1261C;
		content: "";
		z-index: -1;
		transform: rotate(0);
	}
	.productpanel .panel {
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
		padding:25px 20px;
	}
	.productpanel .panel figure {
		width: 380px;
		margin: 0 auto 65px;
		max-width:100%;
	}
	.paragraph-block .left-side {
		width: 100%;
		margin-right: 0;
	}
	.paragraph-block .right-side {
		width: 100%;
		padding-top: 25px;
		position: relative;
	}
	#banner-wrap:after {
		top: 58%;
		/* bottom: 96px; */
		content: "";
		width: 100%;
		left: 0;
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	}
	#banner-wrap:before {
		background: url(../Images/background-img.png)no-repeat left/754px;
		position: absolute;
		left: 0px;
		bottom: -130px;
		content: "";
		height: 100%;
		z-index: 1;
		width: 100%;
	}
	.product-block {
		margin-bottom: 35px;
	}
	.highlighted-block .owl-carousel {
		margin-top: 0;
		position: relative;
	}
	.highlighted-block .owl-carousel .owl-stage-outer .owl-item .item figure img {
		width: auto;
		max-width: 290px;
		margin: 0 auto 0px;
	}
	.highlighted-block {
		width: 100%;
		position: relative;
		margin-bottom: 70px;
	}
	.highlighted-block:after {
		bottom: 0;
	}
	.paragraph-block {
    padding-top: 20.8%;
	margin-bottom: 70px;
	}
	.banner-block {
		padding: 46px 0px 156px;
	}
	.form-panel .inner {
		padding: 53px 20px 40px;
	}
	.footer-block .panel {
		width:100% !important;
		margin-bottom:40px;
	}
	.header-block .right-side {
		float: none;
		width: 100%;
		clear: both;
		display:none;
	}
	.nav-block {
		float: none;
		display: block;
		text-align: left;
	}
	.nav-block ul li a {
		display: block;
		font-size: 16px;
		padding: 10px 15px;
	}
	.nav-block ul li {
		float: none;
		margin-right: 0;
	}
	.contactus {
		float: none;
		display: block;
		text-align: left;
		margin-left: 0;
		padding: 10px 15px;
	}
	.header-block {
		padding: 15px 0px;
		width: 100%;
	}
	.mobile-toggle {
		display:block;
	}
	.footer-bottom li {
		display: block;
		padding: 3px 0;
	}
	.footer-bottom li:after {
		content: "";
		display: none;
	}
}
@media only screen and (max-width: 479px) {
	h1 {
    font-weight: 400;
    font-size: 42px;
}
h2 {
    font-weight: 400;
    font-size: 36px;
}
.inputbtn, .txtareabtn {
    width: 100%;
    margin-right: 0;
    border: solid 2px #E1261C;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 300;
    color: #E1261C;
    padding: 0px 15px;
    height: 42px;
    float: none;
    margin-bottom: 10px;
}
textarea.txtareabtn {
	height:222px;
}
.form-panel .form-group {
    margin-bottom: 0;
}
.product-block {
    margin-bottom: 0;
}
}