.bg {
   background-color: #F5F3F8;
}

.head-top {
	padding: 15px 0px;
	background-color: #fff;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.header_info_bx_tw {
    position: relative;
    float: left;
    margin-left: 5px;
    font-size: 13px;
    color: #777777;
    text-align: left;
    padding: 0px 50px 0px 45px;
    border-right: 1px solid #f4ecec;
}
.header_info_bx_tw .inon_bx_tw {
    position: absolute;
    left: 0px;
    top: 9px;
    color: #f54d40;
    font-size: 26px;
    text-align: left;
    line-height: 1em;
}
.more-link {
	display: inline-block;
    font-size: 15px;
    padding: 12px 35px 13px 35px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
	color: #fff;
    background: #f54d40;
}
.btn .btn-danger {
    background: #f54d40;
}
#errorMess,  #goodMess{
    display: none;
}
.header_info_bx_tw p {
	line-height: 1.6em;
    color: #222;
    font-size: 17px;
    font-weight: 500;
}
section.header {
	padding: 25px 0;
}
.header h1 {
	font-size: 29px;
	color: #1a2940;
} 
.header p {
	font-size: 23px;
	line-height:1.3;
}

.header-form {
    color: #fff;
    background-color: #f54d40;
    border: 1px solid #e0d7c5;
    padding: 45px 15px 45px 15px;
    border-radius: 15px;
}

.header-form p {
    color: #fff;
    font-size: 21px;
}

#manufacturing, #type, #benefit {
    background-color: #F5F3F8;
    border-radius: 50px;
    padding: 70px!important;
}

.card {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}

p {
    color: #656565;
    line-height: 1.8em;
    margin-bottom: 15px;
    font-size: 17px;
}

.footer {
	width: 100%;
    text-align: center;
    color: #bababa;
    background: #0d1522;
}

@media (max-width: 767px) {
    .header_info_bx_tw.adress, .header_info_bx_tw.time, .header_info_bx_tw.phone, .header-form {
        display: none;
    }
}