@charset "utf-8";
/* CSS Document */

@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	
}
*, *::after, *::before {
  box-sizing: border-box;
}


::selection
{
	background:#5a4361; color:#fff; 
}
::-moz-selection
{
	background:#5a4361; color:#fff;
}
.scrollup
{
	position:fixed; 
	z-index:9999;
	bottom:30px; 
	float:right;
	right:0; 
	width:30px;  height:30px; border-radius:3px 0 0 3px;
	text-align:center;
	font-family: 'open_sansbold';
	display:none;		
	color:#fff; 
	-webkit-transition:0.3s; 
	-moz-transition:0.3s; 
	-o-transition:0.3s; 
	transition:0.3s; 
	background:url(../images/top.png) center center no-repeat; 
}
.scrollup:hover
{
	
}
#loader {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: #fefefe;
 z-index: 99999;
 height: 100%;
 }
#status {
 width: 200px;
 height: 200px;
 position: absolute;
 left: 50%;
 top: 50%;
 background-image: url(../images/loading.gif);
 background-repeat: no-repeat;
 background-position: center;
 margin: -100px 0 0 -100px;
 }
.preloader
{
	background:#fff url(../images/loaders/1.gif)  center center no-repeat;
}
header, section, footer
{
	display:block;
}
body
{
	width:auto; margin:0; border:0; 
}
img
{
	max-width: 100%; vertical-align: middle; border: 0;
}
.clearfix:after
{
	display:block; visibility:hidden; overflow:hidden; clear:both !important; content:"."; line-height:0; height:0;
}
.clearfix
{
	display:inline-block;
}
html[xmlns] .clearfix
{
	display:block;
}
*html .clearfix
{
	height:1%;
}
.clear
{
	clear:both !important;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
p
{ 
	color:#585b60; line-height:22px; font-size:14px; font-family: 'open_sansregular'; text-align:justify;
}
p strong
{
	color:#5a4361; font-family: 'open_sansbold'; font-weight:bold;
}
p span
{
	color:#0072bc;
}
a, img, li, ul, span, strong, nav
{
	-webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s; 
} 
a
{
	color:#b62425; text-decoration:none; -webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s;  font-family: 'open_sansregular';
}
a:hover
{
	color:#000; 
}
table
{ 
	color:#585b60; line-height:22px; font-size:14px; font-family: 'open_sansregular';
}
tr
{
	
}
td
{
	padding:8px 15px;
}
td.h3
{ 
	color:#fff; background:#703682; margin:0; text-transform:uppercase; font-size:16px; padding:12px 15px; font-family: 'open_sansbold';
}
ul.list
{
	padding:0; margin:0; list-style:none; display:inline; 
} 
ul.list li
{
	list-style:url(../images/ar.png); color:#585b60; line-height:22px; font-size:14px; font-family: 'open_sansregular'; margin-left:30px;
}
ul.list li strong
{
	color:#000;
}
ul.list li span
{
	color:#2d3091;
}

h1, h2, h3
{ 
	color:#221300; margin:15px 0; font-family: 'open_sansbold';
}
.wrapper
{
	
}
.header
{
	position:relative;
}
.section
{
	
}
.footer
{
	background:#221f23;
}
.isStuck
{
	z-index:9999999; background:#fff; box-shadow:0px 0px 5px #B2B2B2;
}
.isStuck .header-top
{
	padding:5px 30px;
}
.isStuck .header-top h1
{
	
}
.header-top
{
	padding:15px 30px;
}
.header-top h1
{
	margin: 0;
    padding: 1px 0;
}
.nav
{
	margin:10px 0;
}
.nav ul
{
	padding:0; margin:0; list-style:none;
}
.nav ul li
{
	list-style:none; float:left; margin-left:30px;
}
.nav ul li a
{
	color:#454d5a; font-size:12px; display:block; font-family: 'open_sanssemibold'; text-transform:uppercase; -webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s; transition:0.3s; text-transform:uppercase; padding:8px 0; letter-spacing:1px;
}  
.nav ul li a
{
	position:relative; 
}  
.nav ul li a span
{
	color:#fff; background:#703682; border:solid 1px #522660; padding:8px 25px; box-shadow:1px 4px 5px #f2e9f5;
}  
.nav ul li a:hover span
{
	background:#855e91;
}  
.nav ul li a strong
{
	background-position:bottom center; position:absolute; width:100%; height:100%; top:0; left:0; display:block;
}   
.nav ul li a:hover, .nav ul li.active a
{
	color:#703682; 
}
.banner
{
	position:relative;
}
.banner-heading
{
	position:relative;
}
.banner-heading h2
{
	position: absolute;
    background: url(../images/text-bg.png) right center no-repeat;
    padding: 30px 100px 30px 40px;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 2em;
    text-transform: uppercase;
    font-family: 'open_sanssemibold';
    font-weight: 400;
    margin: 0;
}
.section-home
{
	width:700px;
	padding:20px 0 40px 0;
	margin:auto;
}
.section-home h2
{
	color: #703682;
    font-family: 'open_sanssemibold';
    font-size: 1.3em;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
	margin:20px 0;
}
.section-home p
{
	margin-bottom:20px;
}
.section-home h2:after
{
	position: absolute;
    content: " ";
    right: -50%;
    top: 50%;
    width: 40%;
    height: 1px;
    background: #703682;
}
.section-home a
{
	font-size:11px;
	display:block;
	font-family: 'open_sanssemibold';
    text-transform: uppercase;
    color:#fff;
	background:#703682;
	border:solid 1px #522660;
	padding:8px 25px;
	box-shadow:1px 4px 5px #f2e9f5;
    display: inline-block;
}
.section-home a:hover
{
	letter-spacing:2px;
}
.service-home
{
	background:#e8e3e9 url(../images/service-bg.jpg);
	text-align:center;
}
.service-home h2
{
	color: #000;
    font-family: 'open_sanssemibold';
    font-size: 1.3em;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
	margin:60px 0 25px 0;
	line-height:0;
}
.service-home p
{
	text-align:center;
	padding:0 18%;
}
.service-home h2:after
{
	position: absolute;
    content: " ";
    right: -50%;
    top: 50%;
    width: 40%;
    height: 1px;
    background: #000;
}
.service-home h2:before
{
	position: absolute;
    content: " ";
    left: -50%;
    top: 50%;
    width: 40%;
    height: 1px;
    background: #000;
}
.service-home-inner
{
	width:1200px; margin:auto; 
}
.service-home-inner-slider
{
	text-align:left;
}
.service-home-inner-slider img
{
	padding:10px;
	background:#fff;
	box-shadow:0px 0px 6px #aeb4bd;
}
.service-home-inner-slider h3
{
	color:#232628;
	text-transform:uppercase;
	margin-bottom:0;
	font-size:16px;
}
.service-home-inner-slider a
{
	color:#703682;
	font-family: 'open_sansbold';
	font-size:11px;
	text-transform:uppercase;
}
.service-home-inner-slider a i
{
	font-size:18px;
}
.service-home-inner-slider a:hover
{
	letter-spacing:2px;
}
.section-tabs
{
	position:relative;
}
.section-tabs .one
{
	background:url(../images/machinery.jpg) center center no-repeat;
	background-size:cover;
	width:50%;
	position:relative;
	padding:75px;
}
.section-tabs .two
{
	background:url(../images/enquiry.jpg) center center no-repeat;
	background-size:cover;
	width:50%;
	position:relative;
	padding:75px;
}
.section-tabs .cover
{
	width:100%;
	height:100%;
	position:absolute; 
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:#21354e;
	opacity:0.8;
}
.section-tabs .cover2
{
	width:100%;
	height:100%;
	position:absolute; 
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:#000;
	opacity:0.6;
}
.section-tabs p, .section-tabs h2, .section-tabs a
{
	position: relative;
    z-index: 9999;
}
.section-tabs p
{
	font-family: 'open_sanslight'; color:#fff; font-size:16px; margin:0 0;
}
.section-tabs h2
{
	margin:0; color:#fff; font-family: 'open_sanssemibold'; text-transform:uppercase; font-size:2vw;
}
.section-tabs a
{
	font-size:11px;
	display:block;
	font-family: 'open_sanssemibold';
    text-transform: uppercase;
    color:#000;
	background:#fff;
	margin-top:10px;
	padding:8px 25px;
    display: inline-block;
}
.section-tabs a:hover
{
	letter-spacing:2px;
}

.footer_marg
{
	width:1200px; margin:auto; padding:80px 0 30px 0;
}
.foot
{
	
}
.foot p
{
	color:#fff; font-size:13px; font-family: 'open_sanssemibold';
}
.foot h3
{
	color:#fff; text-transform:uppercase; font-size:14px; margin:0 0 15px 0; padding-bottom:3px; border-bottom:solid 3px #fff; display:inline-block;
}
.foot strong
{
	color:#a175ac; font-family: 'open_sanssemibold';
}
.foot_list
{
	margin-right:170px;
}
.foot_list ul
{
	padding:0; margin:0; list-style:none; display:inline;
}
.foot_list ul li
{
	
}
.foot_list ul li a
{
	color:#fff; display:inline-block; font-size:13px; font-family: 'open_sanssemibold'; line-height: 20px;
}
.foot_list ul li a:hover
{
	text-decoration:underline;
}
.social
{

}
.social a
{
	color: #fff;
    width: 32px;
    padding: 8px 10px;
    font-size: 14px;
    text-align: center;
    margin: 0 0px;
    text-decoration: none;
    box-shadow: 0px 1px 2px #000;
}
.social a.facebook
{
	 background:#3b5998;
} 
.social a.twitter
{
	 background:#22cbff;
} 
.social a.google
{
	 background:#dd4b39;
} 
.social a.linked
{
	 background:#007bb6;
}
.social a.flickr
{
	 background:#ff0084;
}
.foot_bottom
{
	padding-bottom:70px;
}
.foot_bottom p
{
	color:#fff; margin:0 0; padding:0 0; font-size:13px;
}
.foot_bottom-margin
{
	width:1200px; margin:auto;
}
.foot_bottom-margin a
{
	color:#703682; text-decoration:underline; 
}
.section-about
{
	width:800px;
	padding:20px 0 40px 0;
	margin:auto;
}
.section-about h2, .services-content h2, .services-list h2, .enquiry h2
{
	color: #703682;
    font-family: 'open_sanssemibold';
    font-size: 1.3em;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
	margin:20px 0;
}
.section-about h2:after, .services-content h2:after, .services-list h2:after, .enquiry h2:after
{
	position: absolute;
    content: " ";
    right: -50%;
    top: 50%;
    width: 40%;
    height: 1px;
    background: #703682;
}
.section-about h3, .services-content h3, .quality-content h3
{
	color: #000000;
    font-family: 'open_sanssemibold';
    font-size: 1em;
    text-transform: uppercase;
	margin:20px 0;
}
.section-about p
{
	margin-bottom:20px;
}
.services-content
{
	width:800px;
	padding:20px 0;
	margin:auto;
}
.services-content p, .quality p
{
	margin:15px 0;
}
.services-list
{
	position:relative;
}
.services-list h2
{
	margin:0;
}
.services-list-left
{
	width:50%;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	height:100%;
	background:url(../images/services.jpg) center center no-repeat;
	background-size:cover;
}
.services-list-right
{
	width:50%;
	padding:50px 50px;
	box-sizing:border-box;
	background:#e8e3e9;
}
.services-list-right ul
{
	margin-top:10px; display:block;
}
.machinery-page
{
	width:1200px; margin:40px auto;
}
.quality-content
{
	width:800px;
	padding:20px 0;
	margin:auto;
}
.quality
{
	position:relative;
}
.quality-left
{
	width:50%;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	height:100%;
	background:url(../images/quality.jpg) center center no-repeat;
	background-size:cover;
}
.quality-right
{
	width:50%;
	padding:30px 50px;
	box-sizing:border-box;
	background:#e8e3e9;
}
.enquiry
{
	width:600px;
	padding:40px 0;
	margin:auto;
}
.enquiry label {
    color: #6a6a6a;
    font-family: 'open_sansregular';
    font-size: 14px;
    margin-bottom: 5px;
}

.enquiry input[type=text], .enquiry input[type=email], .enquiry input[type=number] {
    background: #fff;
    padding: 15px 20px;
    box-sizing: border-box;
    width: 100%;
    border: none;
    box-shadow: 0px 0px 15px #E5E5E5 inset;
    outline: 0;
    margin-bottom: 6px;
    font-family: 'open_sansregular';
}

.enquiry input[type=file] {
    background: #fff;
    padding: 15px 20px;
    box-sizing: border-box;
    width: 100%;
    border: none;
    box-shadow: 0px 0px 15px #E5E5E5;
    outline: 0;
    margin-bottom: 10px;
    font-family: 'open_sansregular';
}

.enquiry textarea {
    background: #fff;
    padding: 15px 20px;
    box-sizing: border-box;
    width: 100%;
    border: none;
    box-shadow: 0px 0px 15px #E5E5E5 inset;
    outline: 0;
    margin-bottom: 6px;
    font-family: 'open_sansregular';
}

.enquiry label {
    width: 100%;
    border: none;
    margin-bottom: 6px;
    font-family: 'open_sansregular';
    font-size: 12px;
}
.select {
    background: #fff;
    padding: 15px 20px;
    box-sizing: border-box;
    width: 100%;
    border: none;
    box-shadow: 0px 0px 15px #E5E5E5;
    outline: 0;
    margin-bottom: 10px;
    font-family: 'open_sansregular';
}
.enquiry-button {
	background: #703682;
    padding: 8px 30px;
    outline: 0;
    color: #fff;
    font-family: 'open_sansbold';
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 15px;
}
.enquiry-form-label
{
	width:49%;
}
.contact
{
	position:relative;
}
.contact-left
{
	width:70%;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	height:100%;
}
.contact-right
{
	width:30%;
	padding:80px 50px;
}
.contact-right h3
{
	font-family: 'open_sansbold'; color:#703682; font-size:1.2em; margin-top:0; text-transform:uppercase;
}