@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,700');

body {
  margin: 0 auto;
  padding: 0;
  max-width: 1366px;
  font-family: 'Work Sans', sans-serif;
	background-color: #f2f2f250;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style-type: none;
  padding: 0;
}

button {
	outline: none;
}
.clear {
  clear: both;
}
.full-wrapper {
  max-width: 1130px;
  margin: 0px auto;
  position: relative;
}
.wrapper {
	/* margin: 0px auto 50px auto; */
	padding: 0px 0px 50px 0px;
}
/* Removing default input tag style*/
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

/* Header */
.header-top {
  background-color: #0B2027;
  color: #ffffff;
  font-size: 16px;
}
.header-bottom {
  /* position: fixed;
  top: 49px;
  left: 0;
  width: 100%; */
	position: relative;
  background-color: rgba(255,255,255,0.99);
	box-shadow: 0px 0px 5px #000000;
}
.right-content {
  float: right;
}
.left-content {
  display: inline-block;
}
.left-content, .right-content {
  padding: 15px 0;
}
header li {
  display: inline-block;
  padding: 7px 10px 7px 10px;
 /* margin: 15px 0px 0px 0px;*/
  font-weight: 500;
}
/* header li a{
  padding: 7px 10px 7px 10px;
} */
.menu-left {
  float: left;
}
.logo {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 506px;
  box-shadow: 0px 0px 4px #888888;
	z-index: 2;
}
.logo img {
  max-width: 133px;
}
.menu-right {
  float: right;
}
#search {
  background-color: #0B2027;
  color: #ffffff;
  border-radius: 10px;
}
#search i {
  padding-left: 10px;
}

/* .sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
} */

header li:hover {
  background-color: #0B2027;
  color: #ffffff;
  box-shadow: 0px 0px 2px #0B2027;
}

/* Banner*/
.banner {
	height: 450px;
	overflow: hidden;
}

.banner img {
  width: 100%;
}
.heading {
	text-align: center;
	margin: 30px auto;
	width: 80%;
}
.heading h1{
	font-size: 30px;
	color: #0B2027;
	font-weight: 500;
}

.banner-slider .slick-prev {
	  position: absolute;
    top: 45%;
    left: 3%;
    z-index: 3;
		background-color: white;
		border:none;
		font-size:40px;
		color: #0B2027;
    padding: 0px 8px;
		cursor:pointer;
}
.banner-slider .slick-next {
	  position: absolute;
    top: 45%;
    right: 3%;
    z-index: 3;
    background-color: white;
    border: none;
    font-size: 40px;
    color: #0B2027;
    padding: 0px 8px;
		cursor:pointer;
}

.banner-slider .slick-next:hover,
.banner-slider .slick-prev:hover {
	background-color: #0B2027;
	color: #ffffff;
}


/* Products Gallery*/
.product-gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex-item span {
	display: block;
	padding: 10px 0px;
	color: #ffffff;
  background-color: #646464;
  font-size: 14px;
}
.product-gallery a {
	text-align: center;
	width: 18%;
	display: inline-block;
	border: 2px solid #b0afae;
	margin: 30px 5px;
	background-color: #fff;
}

.flex-item:hover span {
	color: #ffffff;
	background-color: #20418b;
}
#view-more-btn {
	margin: 0 auto;
	width: 100px;
	display: block;
	text-align: center;
	padding: 10px 20px;
	background-color: #0B2027;
	color: #ffffff;
	border: 0.5px solid #0B2027;
}
#view-more-btn:hover {
	color: #0B2027;
	background-color: #fff;
}


/* Footer */
footer li {
  display: inline-block;
  padding: 7px 20px;
  margin: 15px 5px;
  font-size: 15px;
  font-weight: 300;
}
  
footer li:hover {
  text-shadow: 0px 0px 5px #000000;
  color: #888888;
} 
footer i:hover {
  text-shadow: 0px 0px 5px #000000;
  color: #888888;
} 
  
footer {
  text-align: center;
  background-color: #1d60b6;
  color: #ffffff;
}
  
footer i {
  padding: 40px 20px 20px 20px;
}
footer .copyright {
  font-size: 12px;
  padding: 20px 0px;
  border-top: 1px solid #ffffff;
}

  /* Product Details Page*/

  /*Product details*/
.product-image {
  border: 6px solid #b0afae;
  width: 33%;
  float: left;
  margin: 30px;
}
.product-details-content {
  width: 57%;
  float: left;
  margin: 15px;
}
.product-details-content h2 {
  margin: 20px 0 20px 0;
  font-weight: 500;
  font-size: 28px;
}
.product-details-content h3 {
  font-weight: 700;
}

.product-image img {
  width: 100%;
}
.spec td {
  font-weight: 300;
  font-size: 17px;
  width: 50%;
  line-height: 30px;
  color: #525151;
}
.product-desc {
  font-weight: 300;
  font-size: 17px;
  line-height: 30px;
  color: #525151;
}

.know-more-btn {
  display: inline-block;
  background-color: #2154ac;
  color: #ffffff;
  padding: 7px 12px;
  font-size: 17px;
  font-weight: 300;
  margin: 15px 0px;
  border: 0.5px solid #b0afae;
}

.know-more-btn:hover {
  background-color: #ffffff;
  color: #2154ac;
}

.similar-products-content .col-1,
.similar-products-content .col-2,
.similar-products-content .col-3 {
  float: left;
  text-align: center;
  width: 30%;
  margin: 16px;
}
.similar-products-content {
  margin: 20px 0;
}

.similar-products-content span {
  display: block;
  background-color: #2154ac;
  color: #ffffff;
  padding: 10px 0px;
}

.similar-products-content img {
  width: 100%;
}
.similar-products h2 {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}
.similar-products {
  background-color: #ededed;
  padding: 30px 0;
}
.similar-products-content .col-1:hover,
.similar-products-content .col-2:hover,
.similar-products-content .col-3:hover {
  box-shadow: 0px 0px 5px #888888;
}

/* Contact Us Page*/

.enquiry p {
  text-align: center;
  color: #534e4e;
  font-weight: 300;
}
.enquiry h2 {
  text-align: center;
  font-weight: 500;
	font-size: 30px;
	color: #0B2027;
}
.enquiry-heading {
  width: 80%;
  margin: 0 auto;
}
.contact-form {
  width: 80%;
  margin: 0 auto;
}
.contact-form input {
  display: inline-block;
  width: 42%;
  margin: 15px 5px;
  padding: 15px;
  background-color: #bfbfbf;
  border: none;
  color: #534e4e;
  border-radius: 5px;
	outline: none;
}
.contact-form textarea {
  display: block;
  resize: none;
  width: 92%;
  height: 150px;
  margin: 15px auto;
  background-color: #bfbfbf;
  border: none;
  color: #534e4e;
  padding: 10px 10px;
  border-radius: 5px;
	outline: none;
}
.contact-form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  
}

.contact-form .input-field {
	float: left;
	width: 45%;
  margin-left: 29px;
}
.input-field input {
  display: inline-block;
	width: 90%;
	margin: 15px 0px;
	padding: 15px;
	background-color: #ebeaea;
  border: none;
  color: #534e4e;
	border-radius: 5px;
}
.contact-form .input-field-txt-area {
	width: 93%;
	margin-left: 11px;
}
.contact-form textarea {
  display: block;
  resize: none;
	width: 100%;
	margin: 15px auto;
  height: 150px;
  background-color: #bfbfbf;
  border: none;
  color: #534e4e;
  float: left;
	padding: 13px;
	border-radius: 5px;
}


.address-location {
  background-color:  #f8f8f8;
  overflow: hidden;
}
.address-location h2 {
  font-weight: 500;
}
.address span {
  display: block;
  color: #534e4e;
}
#con-num {
  margin-left: 85px;
}
.address {
  line-height: 30px;
  font-size: 15px;
  width: 30%;
  float: left;
  margin: 30px;
  padding: 30px;
  border-right: 0.5px solid #888888;
}
.address i{
  color: #1589bb;
}

.map-location {
  width: 50%;
  float: left;
  margin: 50px 40px;
}

input.mail {
  width: 15%;
  color: #ffffff;
  background-color: #0B2027;
  border: 1px solid #0B2027;
  padding: 10px;
}
input.mail:hover {
  width: 15%;
  color: #0B2027;
  background-color: #ffffff;
}


/*Who We Are Page*/

.who-we-are-banner {
  width: 100%;
  margin: 0 auto;
  height: 425px;
  overflow: hidden;
}
.who-we-are-banner img{
  width: 100%;
}
.who-we-are-page-content p{
  line-height: 35px;
  font-size: 16px;
  color: #525151;
}

.who-we-are-page-content h2 {
  font-size: 28px;
  font-weight: 500;
}
.who-we-are-page-content-main {
  margin: 30px 0px;
}
.mission-statement {
  margin: 30px 0px;
}

/*Careers Page*/
#careers-main {
  margin-bottom: 75px;
}


.career-form-outer {
  width: 60%;
  margin: 0 auto;
  background-color: #cfd7c7;
  padding: 50px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #888888;
}
.career-form-outer form{
  width: 98%;
}
.input-field input {
  display: block;
  width: 95%;
  padding: 15px;
  background-color: #bfbfbf;
  border: none;
  border-radius: 5px;
}
.input-field {
  width: 100%;
}
.details input {
  width: 95%;
  padding: 10px;
  background-color: #ebeaea;
  border: none;
  border-radius: 5px;
}
.details, .capcha,  .button {
  padding: 10px;
  float: left;
  margin: 15px;
}
input#mainCaptcha {
  padding: 12px;
  border: none;
  background-image: url(../images/bg9.jpg);
  border-radius: 5px;
  /* margin-left: 45px; */
  pointer-events: none;
  user-select: none;
  text-align: center;
  letter-spacing: 7px;
  font-weight: 600;
  font-family: cursive;
  margin: 20px 0;
}
.button {
  margin: 25px;
  background-color: transparent;
  border: none;
  color: #0B2027;
}
.send-button {
  /* display: block; */
  color: #ffffff;
  background-color: #0B2027;
  border: 1px solid #0B2027;
  margin: 25px 0;
  width: 15%;
  padding: 10px;
}

label {
  float: left;
  width: 100%;
}
label input{
  margin: 10px;
}
label i{
  float: left;
  color: #0B2027;
  margin: 10px;
}
form em {
  color: red;
}