@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,500,600');
@import url('https://fonts.googleapis.com/css?family=Oswald');

body {
  margin: 0 auto;
  padding: 0;
  max-width: 1350px;
  font-family: 'Work Sans', sans-serif;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  list-style-type: none;
  padding: 0;
}
.clear {
  clear: both;
}
.full-wrapper {
  max-width: 1130px;
  margin: 0 auto;
  position: relative;
}
button {
	outline: none;
}

/* Header */
.header-top {
  background-color: #0B2027;
  color: #ffffff;
  font-size: 16px;
}
.header-bottom {
  position: fixed;
  top: 49px;
  left: 0;
  width: 100%;
  background-color: rgba(255,255,255,0.95);
  z-index: 1;
	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;
}
.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 Content */
.banner {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.banner-text {
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background-color: #1d60b647;*/
}
.banner-text h1{
  font-size: 36px;
  font-weight: bolder;
  text-shadow: 2px 2px 3px #000;
}
.banner-text p{
  font-size: 24px;
  font-weight: 100;
  text-shadow: 2px 2px 3px #000;
}

.banner-text span{
  margin-top: 30px;
  display: inline-block;
  padding: 10px 20px;
  background-color: #0B2027;
}
.banner-text span:hover {
  background-color: #ffffff;
  color: #0B2027;
  box-shadow: 0px 0px 10px #383838;
}
.banner-slider {
	padding-top: 65px;
}
.banner-slider .slick-prev {
	  position: absolute;
    top: 47%;
    left: 3%;
    z-index: 3;
		background-color: white;
		border:none;
		font-size:40px;
		color: #0B2027;
    padding: 0px 8px;
		cursor:pointer;
		border-radius: 0px;
}
.banner-slider .slick-next {
	  position: absolute;
    top: 47%;
    right: 3%;
    z-index: 3;
    background-color: white;
    border: none;
    font-size: 40px;
    color: #0B2027;
    padding: 0px 8px;
		cursor:pointer;
		border-radius: 0px;
}

.banner-slider .slick-next:hover,
.banner-slider .slick-prev:hover {
	background-color: #0B2027;
	color: #ffffff;
}

/* Who We Are*/

.who-we-are {
  padding: 40px;
  background-color: #f2f2f2;
	overflow: hidden;
}
.who-we-are-img {
  display: inline-block;
  width: 40%;
  margin: 15px 15px 0px 15px;
}
.who-we-are-img img {
  width: 100%;
}
.who-we-are-content {
  font-size: 14px;
    line-height: 26px;
    /* display: inline-block; */
    width: 100%;
    /* margin: 15px 40px 0px 0px; */
    text-align: center;
}
.who-we-are-content span {
  background-color: #0B2027;
  color: #ffffff;
  display: inline-block;
  padding: 5px 10px;
}
.who-we-are-content span:hover {
  background-color: #ffffff;
  color: #0B2027;
  box-shadow: 0px 0px 10px #0B2027;
}
.who-we-are-content h2 {
  margin: 0;
  font-size: 30px;
	color: #0B2027;
	font-weight: 500;
}

.who-we-are-content p {
	margin-top: 30px;
  margin-bottom: 30px;
  font-size: 15px;
  color: #525151;
}

/* Our Featured Products */
.products {
  text-align: center;
  background-image: url("../images/products-bg.png");
  /* overflow: hidden; */
  padding: 0px 20px 35px 20px;
  color: #ffffff;
  min-height: 350px;
  background-color: rgba(29,96,182,0.8);
}
.products h2{
  font-size: 30px;
  font-weight: 200;
  margin-top: 30px;
  margin-bottom: 0;
}
.products .col-1 {
  margin: 10px;
  float: left;
  width: 20%;
  position: relative;
	box-shadow: 0px 0px 3px #ffffff;
}
.products .col-1 img, .products .col-2 img, .products .col-3 img{
  width: 100%;
}
.triangle {
  width: 0;
  height: 0;
  border-top: 30px solid #f2f2f2;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  margin: 0 auto;
}
.products-content {
  padding: 30px;
}

.product-hover-text {
  position: absolute;
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 21px;
  font-weight: 900;
  display: none;
}

.products-content .col-2:hover .product-hover-text,
.products-content .col-3:hover .product-hover-text,
.products-content .col-1:hover .product-hover-text {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(90,134,179,0.8);
}
.products-content .slick-next {
  position: absolute;
  right: -10px;
  top: 44%;
  background-color: #ffffff;
  border-radius: 50%;
  color: #828282;
  border: none;
  font-size: 15px;
  font-weight: 900;
	padding: 5px 9px;
	cursor:pointer;
}
.products-content .slick-prev {
  position: absolute;
  left: -10px;
  top: 44%;
  background-color: #ffffff;
  border-radius: 50%;
  color: #828282;
  border: none;
  font-size: 15px;
  font-weight: 900;
	padding: 5px 9px;
	cursor:pointer;
}

/* Testimonials*/

.testimonials h2 {
  text-align: center;
  font-size: 30px;
	margin: 30px 0;
	color: #0B2027;
	font-weight: 500;
}
.testimonials p{
  font-size: 20px;
  font-weight: 200;
  color: #525151;
  margin: 40px 0px 5px 0px;
  display: inline-block;
  width: 90%;
}
.testimonials span {
  margin-top: 10px;
  display: inline-block;
}
.testimonials {
  /*padding: 40px;*/
  line-height: 30px;
	background-image: url("../images/banner.png");
	position: relative;
  height: 200px;
}
.testimonials-inner {
	position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
	background-color: #ffffffdb;
}
.testimonial-content {
  width: 80%;
  margin: 0 auto;
  background-color: #cfd7c7;
  padding: 50px;
  border-radius: 5px;
}
#bold {
  font-weight: bolder;
}
#quote {
  font-family: 'Oswald', sans-serif;
  font-size: 130px;
  color: #404040;
  position: relative;
  left: 0;
}
#quote-author {
  margin-left: 55px;
}
.slick-next {
  position: absolute;
  right: -35px;
  top: 52px;
  background-color: #828282;
  border-radius: 50%;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 900;
	padding: 5px 9px;
	cursor:pointer;
}
.slick-prev {
  position: absolute;
  left: -35px;
  top: 52px;
  background-color: #828282;
  border-radius: 50%;
  color: #fff;
  border: none;
  font-size: 15px;
  font-weight: 900;
	padding: 5px 9px;
	cursor:pointer;
}
.testimonials .col-1  {
  width: 18%;
  margin: 10px;
  float: left;
	border: 1px solid #88888890;
}

.testimonial-slider {
  margin: 30px 0;
}
.testimonials .col-1 img {
  width: 100%;
}
.testimonials .col-1:hover {
  box-shadow: 0px 0px 10px #383838;
}
/* Footer */
footer li {
  display: inline-block;
  padding: 7px 20px;
  margin: 15px 5px;
  font-size: 15px;
}

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;
}


