#header{
	position: relative !important;
}
#header .header-body{
    min-height: 5px;
    border-top: 3px solid #f00;
    border-bottom: none;
}
#header .header-top{
    background-color: #fff;
    margin-top: 0;
    border:none;
    padding: 0;
}
#header .header-top .topHeading p {
    margin: 20px;
    font-size: 20px;
    line-height: 20px;
    text-transform: capitalize;
    font-weight: bold;
    float: right;
}
.topSlider{
	padding: 30px;
	padding-bottom: 0;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span{
	 background-color: #f00;
}
.enquiryForm{
	background: #fff;
    padding: 10px 20px;
    box-shadow: 0 1px 5px 0 #728099;
    border-radius: 10px;
    position: relative;
    z-index: 0;
}
.enquiryForm h2{
	font-weight: 700;
    margin-bottom: 10px;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    color: #1d2127;
}
.enquiryForm p{
	color: #333;
	line-height: 24px;
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 14px;
}
.enquiryForm table{
    width: 100%;
}
.enquiryForm form td {
    padding: 5px 0;
}
.enquiryForm form .textLabel {
    font-size: 13px;
    text-align: left;
    text-decoration: none;
}
.enquiryForm form INPUT.textField,.enquiryForm form SELECT.textField, .enquiryForm form INPUT.textFieldFocus,.enquiryForm form  SELECT.textFieldFocus,
.form-control {
    font-size: 14px;
    width: 100%;
    float:left;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    text-align: left;
    line-height: 1.42857;
    padding: 7px 12px;
    font-size: 14px;
    vertical-align: middle;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
}
.textFieldFocus{
     box-shadow: 0 0 2px 2px #e7e7e7 !important;
     background: #f4f4f4 !important;
}
.enquiryForm form textarea {
    height: 100px;
    resize: none;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    text-align: left;
    padding: 7px 12px;
    font-size: 14px;
    vertical-align: middle;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
}
.enquiryForm form .buttonfield, .enquiryForm form .buttonfieldFocus{
    width:100%;
    font-weight: 600;
    text-transform: uppercase;
}
.enquiryForm form .buttonfield, .enquiryForm form .buttonfieldFocus {
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid;
    color: #fff;
    padding: 8px;
    font-size: 14px;
    line-height: 1.42857;
}
.scofexForm form .buttonfield, .scofexForm form .buttonfieldFocus {
	background: #A6CA6A;
	border-color: #6FB200;
	color: #333F4D;
}
.topSlider .compSlides h1{
	font-size: 44px;
    line-height: 50px;
    margin-bottom: 30px;
    margin-top: 30px;
    color: #1d2127;
    font-weight: bold;
}
.topSlider .compSlides p{
	color: #333;
	line-height: 24px;
	font-size: 15px;
}
.topSlider .compSlides ul{
	list-style: none;
	padding: 0;
}
.topSlider .compSlides ul li{
	float: left;
	width: 50%;	
	color: #333 !important;
	font-size: 15px;
	line-height: 24px;
}
.topSlider .compSlides ul li i{
	color: #000;
	margin-right: 5px;
}
.productGallery{
	background: #f7f7f7;
	padding: 70px 0 40px 0; 
	margin-top: -30px;
}
.productGallery .heading.heading-middle-border h2 {
	background: #f7f7f7;
	font-size: 30px;
}
.highlightRow{
	background: #fff;
	padding: 40px 0;
}
.highlightRow .heading.heading-middle-border h2{
 	background: #fff;
	font-size: 30px;
}
.highlightRow  h3{
    text-transform: capitalize;
}
.scofexRegisterBtn button.btn-primary{
    border-color: #A6CA6A;
    color: #6FB200;
    text-shadow: none;
}
.scofexRegisterBtn button.btn-primary:hover{
    background: #6FB200 !important;
    border-color: #A6CA6A !important;
}

#footer{
    padding: 20px 0 20px;
}
#footer .newsletter-info{
 	font-size: 14px;
 	line-height: 24px;
    color: #eee;
}


 @media (max-width: 768px) {
 	.compLogo,#header .header-top .topHeading p {
 		text-align: center;
 		float: none !important;
 	}	
 }