
*{
margin:0px;
padding:0px;
}
body{
font-family:"open Sans";
font-size:16px;
color:#fff;
/*font-size-adjust: 0.41;*/
}
/*.element {
  font-size: medium;
}*/
img{
border:none;
}
ul{
list-style:none;
}
a{
text-decoration:none;
}
.logo {
    position: absolute;
    z-index: 99;
}
  
.inner_menu{
	float:right;
}
.menu{
	background:#2e3032;
	
}
.social ul li{
	float:left;
}
.inner_menu ul li a{
/*		padding:13px 25px;*/
	text-transform:capitalize;
}
li.test ul li a{
    font-size: 16px;
    text-transform: capitalize;
    /* padding-top: 5px; */
	font-family:"arial";
	font-weight:normal;
}
.sitemap ul li a {
    font-size: 18px;
    text-transform: capitalize;
    /* padding-top: 5px; */
	font-family:"arial";
	font-weight:normal;
}
.sitemap{
	margin-top:25px;
}
.sitemap ul li{
	margin-left:25px;
}

.sitemap ul li a{
	color:#000;
}
.social ul{
		float:right;
		margin-top:8px;
		margin-bottom:8px;
}
.social ul li a{
		padding:0px 2px;
}
/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color:#000;
  background:#ffa800;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: white;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/* Shutter Out Vertical */
.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz:hover, .hvr-buzz:focus, .hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.header{
	padding:35px;
	background:#02447b;
	position:relative;
}
.text h1{
	font-family:"Georgia";
	font-size:28px;
	margin-bottom:0px;
		margin-top:0px;
		 text-shadow: 2px 2px #000;
}
.text h2{
	font-family:"Georgia";
	font-size:24px;
	margin-bottom:0px;
		margin-top:0px;
			 text-shadow: 2px 2px #000;
}
.text h3{
	font-size:28px;
	margin-bottom:0px;
	margin-top:0px;
		 text-shadow: 2px 2px #000;
}
.text p{
		 text-shadow: 2px 2px #000;
}	
.main{
	background:url(../img/back.jpg) no-repeat;
	padding-top:220px;
	padding-left:0px;
	padding-right:0px;
}
.banner{
	border-bottom:10px solid #ffa800;
	margin-bottom:55px;
}
.banner h1{
	text-align:center;
	font-family:"Century Gothic";
	font-size:44px;
	color:#ffa800;
	font-weight:bold;
}
.banner p{
	text-align:center;
	font-family:"Century Gothic";
	font-size:22px;
	color:#fff;
	margin-bottom:0px;
}
.one{
	background:#fff;
	padding:10px;
	margin:75px 10px 0 10px;
	width:23%;
}
.one h1{
	font-size:18px;
	color:#164175;
	text-align:center;
	margin:10px 0 0 0;
}
.welcome{
	margin-top:30px;
	margin-bottom:88px;
}
.welcome_text{
	background:rgba(255,255,255,0.75);
	margin-top:66px;
	padding:0 15px ;
}
.welcome_text h1{
	font-size:32px;
	font-weight:bold;
	font-family:"Century Gothic";
	color:#111318;
	background:url(../img/line_03.png) no-repeat bottom left;
	padding-bottom:10px;
}
.welcome_text p{
	color:#0c0d12;
	text-align:justify;
}
.welcome_form{
	background:#0c0d12;
	padding: 20px 0px;
	border-radius:10px;
}
.about_form{
	background:#0c0d12;
	padding: 15px 0px;
	border-radius:10px;
	margin-top:25px;
	width: 27%;
    float: right;
	margin-bottom:25px;
}

.welcome_form h1,.about_form h1{
	font-size:26px;
	font-family:"Britannic Bold";
	text-align:center;
	margin-top:0px;
	text-transform:uppercase;
	font-weight:bold;
	text-transform:capitalize;
}
.ccformfield::-webkit-input-placeholder {
	padding-top:5px;
	color:#4b4b4b;	
}
/* Form CSS*/
.fa-2x{
	font-size:22px;
	padding-top:5px;
}
.ccform {
   margin: 0 auto;
    width:85%;
}
.ccfield-prepend{
	margin-bottom:15px;
}
.ccfield-prepend:last-child{
	margin-bottom:0px;
}
textarea.ccformfield {
    height: 50px;
}
.ccform-addon{
	color:#f77d1a; 
	float:left;
	padding:6px;
	width:10%;
	background:#FFFFFF;
	text-align:center;	
	height:40px;
}
.ccformfield {
	color:#4b4b4b; 
	background:#FFFFFF;
	border:none;
	height:35px;
	width:100%;
	display:block;
	font-family: 'Lato',Arial,sans-serif;
	font-size:14px;
	outline:0px;
	padding-left:10px;
}


.ccformfield {
	font-family: "Arial";
}
.ccbtn{
	display:block;
	border:none;
	background:#42acda;
	color:#000;
	padding:7px 12px;
	cursor:pointer;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}
.ccbtn:hover{
	background:#ffa800;
	outline:0px;

}
.pre h1{
	text-align:center;
	font-size:36px;
	font-weight:bold;
	font-family:"Century Gothic";
	margin-bottom:15px;
}
.pre_text{
	background:url(../img/blk.png) no-repeat;
	    background-size: 100% 100%;
		padding:15px 25px;
}
.pre_text p{
	margin-bottom:6px;
}
.pre ul li{
	float:left;
	margin:0 10px;
}
.our h1{
	font-size:22px;
	text-transform:uppercase;
	color:#141612;
	font-weight:bold;
	margin-bottom: 25px;
}
.client h1{
	font-size:22px;
	text-transform:uppercase;
	color:#141612;
	font-weight:bold;
	text-align:center;
	margin-bottom: 25px;
}
.pre {
    margin-top:20px;
}
.our ul li{
	float:left;
}
.our ul li a{
	text-transform:capitalize;
	color:#141612;
}
.client ul li{
	float:left;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:30px;
}

.pdf{
	margin-top:65px;
}
.pdf h2{
	text-align:center;
}
.pdf h2 a{
	text-decoration:underline;
	font-size:24px;
	color:#000;
	text-align:center;
}
i.fa.fa-angle-double-right {
    margin-right: 10px;
}
.footer{
	background:#141414;
	padding-bottom: 20px;
	margin-top:20px;
}
.read {
    background: #02447b;
    padding: 10px 15px;
}
.home h1,.home2 h1{
	margin-bottom: 25px;
}
.home h1 a,.home2 h1 a{
	font-size:20px;
	text-transform:uppercase;
	border-bottom: 2px solid #0174ba;
    padding-bottom: 10px;
}
.home ul li a{
	line-height:25px;
}
.home ul li a:hover{
	color:#ffa800;
}
.pro{
	margin-top:85px;
}
.copy{
	margin:7px 0;
}
.copy ul li{
	float:left;
	color:#848484;
}
.copy ul li a{
	color:#848484;
}
.copy ul li+li{
	float:right;
	color:#848484;
}
/********ABOUT********/
.banner{
	margin:0px;
	padding:0px;
}
.head{
	padding:15px 0px;
	border-bottom:1px solid #2e3032;
	border-bottom-style:dotted;
}
.about h1{
	font-size:30px;
	font-family:"Georgia";
	color:#2e3032;
/*	font-weight:bold;*/
	margin: 0px;
}
.about_text h2,.product_text h2{
	font-size:18px;
	font-family:"Georgia";
	color:#02447b;
/*	font-weight:bold;*/
	margin-top:15px;
}
.about h1 span{
	font-size:30px;
	font-family:"Georgia";
	color:#02447b;
}
.about_text{
	margin-top:25px;
}
.about_text p,.product_text p{
	color:#2e3032;
	text-align:justify;
	font-size:15px;
}
.about_text h3{
	font-size:26px;
	font-family:"Georgia";
	color:#02447b;
	margin-top:0px;
	margin-bottom:20px;
	
}
.about_text h4,.product_text h4{
	font-size:20px;
	color:#02447b;
	margin-top:15px;
	margin-bottom:15px;
}
.head ul{
	float:right;
	    margin: 0px;
}
.head ul li{
	float:left;
	margin-top:5px;
}
.head ul li a{
	color:#2e3032;
	font-family:"Georgia";
}
.head ul li a span{
	color:#878787;
	font-family:"Georgia";
}
.head ul li a:hover{
	color:#02447b;
	font-family:"Georgia";
}
.add-row{
	border-bottom:2px solid #02447b;
	padding:15px 0px;
	border-bottom-style:dotted;
}
.enq-form form input {
    border: 1px solid #CCC;
    width: 49%;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    height: 45px;
    margin: 19px 2px;
    color: #1a1d1c;
    padding: 0 10px;
	border-radius:10px;
}
.enq-form form textarea {
    border: 1px solid #CCC;
    width: 99%;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    height: 90px;
    margin: 19px 0px;
    color: #1a1d1c;
    padding: 10px 10px;
	border-radius:10px;
}
.cont_submit .sub {
    width: 20%;
    margin: 5px 0 30px 0px;
    background:#02447b;
    border: none;
    color: #fff;
    font-size: 16px;
	border-radius:10px;
}
.cont_submit .sub:hover {
    background:#ffa800;
    color: #000;
}
.contact_add h1,.enq-form h1{
	color:#02447b;
	font-size:28px;
	margin-bottom:15px;
}
.contact_add p{
	color:#2e3032;
	  margin-left: 15px;
}
.contact_add p span{
    margin-left: 0px;
    font-size: 24px;
    color:#02447b;
	 margin-right: 15px;
}
.map{
	padding:0px;
}
p.last {
    margin-top: 15px;
    color: #000;
    padding-left: 15px;
}
.table{margin:20px 0px 0px;}
.table h4{color:#730003; font-size:22px; font-family:'Open Sans', sans-serif; text-align:center; font-weight:600}
.table th{background:#730003;color:#000;}
.table th,td{border:1px solid #5a5a5a;padding:10px 0px 10px 20px;color:#000;}
.table table p {padding:5px;color:#000;}
.table table h1{font-size:18px; vertical-align:middle;}

.about_photo {
    margin:20px 0px;
}
/********product********/
.about_text ul li,.product_text ul li{
	color:#2e3032;
	    line-height: 25px;
}
.about_text a,.product_text ul li a{
	background:#02447b;
	padding:8px 15px;
	margin-top:20px;
	border-radius:5px;
	float:right;
	margin-bottom:25px;	
}
.about_text a:hover{
	background:#ffa800;
	color:#000;
}
i.fa.fa-check{
    margin-right: 10px;
    color: #02447b;
}
.about_photo.hvr-shrink img{
	border:4px solid #fff;
	box-shadow: 0px 0px 5px 2px #c9c9c9;
}
.about_photo img{
	border:4px solid #fff;
	box-shadow: 0px 0px 5px 2px #c9c9c9;
}
.product_in{
	border-bottom:1px solid #02447b;
	border-bottom-style:dotted;
	margin-bottom: 20px;
	margin-bottom: 20px;
}
	
.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
