body {

  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  color: #333;
  font-size: 11px;
}

a {

  text-decoration: none;
  color: #2c3484;
}

a:hover {

  text-decoration: none;
}

.socials {

  padding: 25px 10% 25px 10%;
  text-align: right;
}

.navbar {

  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}

.nav {

  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.nav:hover .active {

  border-bottom: 3px solid transparent;

}

.side-nav {

  position: fixed;
  top: 0px;
  left: -400px;
  background: #fff;
  padding: 90px;
  padding-left: 90px;
  padding-right: 150px;
  height: 100%;
  font-size: 14px;
  line-height: 40px;
  transition: all .5s ease-in-out;
}

.side-nav-active {

  left: 0px;
  transition: all .5s ease-in-out;
}

.nav-toggle {

  position: absolute;
  top: 100px;
  left: 20px;
  width: 40px;
  display: none;
}

.nav-active .one{

  transform: rotateZ(45deg);
  transform-origin: left;
  position: relative;
  top: -10px;
}

.nav-active .two{

  display: none;
}

.nav-active .three{

  transform: rotateZ(-45deg);
  transform-origin: left;
  position: relative;
  top: 10px;
}

.nav-line {

  width: 100%;
  height: 2px;
  background: #2c3484;
  margin-bottom: 6px;
}

.logo {

  background: url("../images/logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-right: 1px solid #999;
  line-height: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px)
{
  .logo {

    line-height: 50px;
  }

}

.navlink {

  line-height: 60px;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  transition: all .3s ease-in-out;
}

@media screen and (max-width:1360px){

  .navlinks, .fa-search {

    display: none;
  }

  .nav-toggle
  {
    display: block;
  }

}

.search {

  padding-top: 25px;
  padding-bottom: 5px;
}

.search input {

  padding: 9px;
  padding-left: 20px;
  width: 70%;
  border: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.search button {

  padding: 9px;
  padding-left: 20px;
  padding-right: 20px;
  width: 30%;
  margin-left: -10px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #2c3484;
  background: #2c3484;
  color: white;
}

.active {

  border-bottom: 3px solid #2c3484;
}

.navlink:hover {

  background: #2c3484;
  color: #fff;
  border-bottom: 3px solid #2c3484;
}

.content {

  padding-left: 12%;
  padding-right: 12%;
}

.home-image {

  padding: 80px;
  background: url("../images/home.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;

}

@media screen and (max-width: 700px)
{
  .home-image {

    background-position: 50% 0px;
    padding-left: 10%;
    padding-right: 10%;
  }
}

.home-image-logo {

  width: 100%;
  height: 275px;
  background-size: contain;
  background-repeat: no-repeat;
}

.home-image button {

  padding: 11px;
  width: 35%;
  border-radius: 5px;
  background-color: transparent;
  border: 2px solid #333;
  color: #444;
  transition: all .1s ease-in-out;
}

@media screen and (max-width: 800px)
{
  .home-image button {

    width: 95%;

  }
}

.home-image button:hover {

  background-color: #fff;
  color: #2c3484;
  box-shadow: 0 0 10px #ccc;
  border: 2px solid transparent;
}

.about-us-text {

  background: #2c3484;
  color: white;
  padding: 60px;
  padding-left: 5%;
  padding-right: 5%;
  line-height: 25px;
  letter-spacing: 1px;
}


h3, p {

  font-weight: lighter;
}

.about-us-text h6 {

  letter-spacing: 4px;
  font-weight: bold;
}

.about-us-text button {

  padding: 11px;
  width: 75%;
  border-radius: 5px;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  transition: all .1s ease-in-out;
}

.about-us-text button:hover, .products button:hover, .download button:hover, .quotation button:hover {

  background-color: #fff;
  color: #2c3484;
  box-shadow: 0 0 10px #ccc;
}

.about-us-image {

  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat;
  border-left: 20px solid #fff;
}

.about-us-image.one {

  background: url("../images/image1.png");
}

.about-us-image.two {

  background: url("../images/image7.png");
}

.about-us-image.three {

  background: url("../images/image9.png");
}

.our-products {

  text-align: center;
  padding-top: 100px;
}

.our-products h3 {

  font-weight: lighter;
  letter-spacing: 2px;
}

.our-products h6 {

  letter-spacing: 3px;
}

.products {

  border-top: 1px solid #ccc;
}

.products h5{

  font-weight: bold;
  letter-spacing: 0;
}

.products p {

  font-style: italic;
  color: #555;
}

.product-image {

  width: 100%;
  height: 220px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  background-color: #fff;
  transition: all .3s ease-in-out;
}

.product {

  padding: 15px;
  cursor: pointer;
}

.product:hover .product-image {

  background-size: 100%;
}

.product-image.one {

  background-image: url("../images/image2.png");
}

.product-image.two {

  background-image: url("../images/image3.png");
}

.product-image.three {

  background-image: url("../images/image4.png");
}

.product-image.four {

  background-image: url("../images/image5.png");
}

.product-image.ten {

  background-image: url("../images/image10.png");
}

.product-image.eleven {

  background-image: url("../images/image11.png");
}

.product-image.twelve {

  background-image: url("../images/image12.png");
}

.product-image.thirteen {

  background-image: url("../images/image13.png");
}

.products button {

  width: 320px;
  line-height: 38px;
  border: none;
  background: #2c3484;
  color: #fff;
  border-radius: 4px;
}

@media screen and (max-width: 450px)
{
  .products button {

    width: 100%;
  }
}

.download {

  background: url("../images/download.png");
  background-size: cover;
  background-position: right;
  padding: 8px;
  padding-left: 50px;
  padding-bottom: 20px;
  margin-top: 60px;
}

.download h6 {

  letter-spacing: 1px;
}

.download input {

  padding: 11px;
  padding-right: 15%;
  border: none;
  font-size: 14px;
  border-radius: 4px;
}

@media screen and (max-width: 400px)
{
  .download input {

    width: 100%;
  }
}

.download button {

  padding: 10px;
  padding-left: 6%;
  padding-right: 6%;
  margin-left: 20px;
  border: none;
  background: #2c3484;
  color: white;
  border-radius: 5px;
}

.quotation {

  margin-top: 50px;
}

.quotation h2 {

  font-weight: lighter;
  letter-spacing: 2px;
}

.quotation h6 {

  letter-spacing: 3px;
  font-weight: bold;
}

.quotation form {

  background: #ddd;
  padding: 30px;
  padding-left: 50px;
  padding-right: 50px;
  /* margin: -12px; */
  border-radius: 10px;
  border-top: 5px solid #2c3484;
  box-shadow: 0px 0px 10px #666;
}

.quotation form label {

  font-size: 14px;
  color: #333;
  font-weight: lighter;
}

.quotation input, .quotation textarea {

  padding: 10px;
  border: none;
  width: 100%;
  margin-bottom: 10px;
}

.quotation button {

  padding: 15px;
  padding-left: 30%;
  padding-right: 30%;
  margin-left: 20px;
  border: none;
  background: #2c3484;
  color: white;
  border-radius: 3px;
}

.quotation-image {

  background: url("../images/image6.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-left: 20px solid #fff;
}

.contact-image {

  background: url("../images/image15.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-left: 20px solid #fff;
}

.footer {

  padding: 40px;
  padding-bottom: 5px;
  background: #eee;
  padding-left: 10%;
  padding-right: 10%;
  margin-top: 50px;
  margin-bottom: 30px;
}

.footer a {

  font-weight: normal;
}

.small-line {

  width: 30px;
  height: 2px;
  background: #2c3484;
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer table {

  letter-spacing: 1px;
  font-size: 11px;
}

.footer td {

  padding: 2px;
  margin-bottom: 5px;
}

.content-table {

  font-size: 12px;
  width: 100%;
}

.content-table td {

  width: 50%;
}

@media screen and (max-width: 820px)
{
  .content-table td {

    display: block;
    width: 100%;
    min-height: 400px;
    background-position: center;
  }

  .about-us-image {

    border: none;
  }
}

.bottom {

  margin-top: 20px;
  border-top: 1px solid #999;
  color: #666;
  text-align: center;
  padding: 8px;
  font-size: 10px;
  letter-spacing: 1px;
}

.footer input {

  padding: 8px;
  padding-right: 40px;
  height: 32px;
  border: none;
  border-radius: 4px;
  margin-right: -35px;
}

.footer button {

  border: none;
  border-radius: 5px;
  height: 30px;
}

.p-header {

  background: url("../images/products.png");
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  height: 150px;
}

.a-header {

  background: url("../images/about.png");
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  height: 180px;
}


.products-text {

  padding-top: 50px;
  padding-left: 20%;
  padding-right: 20%;
  font-size: 15px;
  text-align: justify;
  margin-bottom: -60px;
}

.map {

  padding-top: 80px;
  text-align: center;
}

.map h2 {

  font-weight: lighter;
  letter-spacing: 2px;
}

.map h5 {

  letter-spacing: 1px;
  font-weight: lighter;
}

.designed {

  background-color: #333;
  color: #fff;
  padding: 20px;
  font-size: 14px;
  text-align: center;
}

.designed a {

  color: #fff;
}
