.skitter {
    max-width: 100%;
    height: 600px;
}
.skitter img {
    height: 600px !important;
}

.products {
    padding: 5%;
}
.products .box {
    border: 1px solid rgb(0, 0, 0);
    padding-bottom: 15px;
}
.products .box h6 {
    color: red;
    line-height: 30px;
    font-weight: bold;
}
.products .box i {
    color: #0094ff;
font-size: 13px !important;
}
.products .box h5 {
    color: rgb(139, 0, 0);
    font-weight: bolder;
}
.products .box a {
    text-decoration: none;
}



.logoSec {
    padding: 5%;
    background-color: #ccc;
}



.logos {
    padding: 5%;
    background-color: #e2e2e2;
}
.logos img {
    height: 72px;
}

.logos .owl-nav {
    text-align: center;
    margin-top: 30px;
}
.logos .owl-nav button span {
    background-color: rgb(0, 89, 255);
    display: inline-block;
    padding: -5%;
    width: 50px;
    margin: 10px;
    color: white;
    border-radius: 20px;
}


/*start of footer*/
footer{
    background-color: #F5F5F5;
    padding: 50px 0px;
    color: rgb(138, 138, 138);
  }
  footer img{
    margin-bottom: 40px;
  }
  footer .footer-about p{margin-bottom: 30px;}
  footer .cutter .cut1{
    width: 15px;
    height: 10px;
    margin-left: 1px;
    margin-right: 1px;
    transform: skewX(-10deg);
    margin: 20px 0px;
    background-color: rgb(131, 131, 131);
    display: inline-block;
    position: relative;
  }
  footer h3 {
      color: #980606;
  }
  footer .cutter .cut2{
    width: 80px;
    height: 4px;
    transform: skewX(-10deg);
    background-color: #980606;
    display: inline-block;
    position: relative;
    margin: 23px 0px;
  }
  footer b{color: rgb(138, 138, 138);}
  footer a{
    color: rgb(138, 138, 138);
  }
  footer a:hover{
    text-decoration: none;
    color: #980606;
  }
  footer .social-icons a i{
    width: 50px;height: 50px;
    border: 2px solid #fff;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    background-color: #980606;
    margin-right: 5px;
    margin-bottom: 30px;
    margin-bottom: 30px;
  }
  footer .social-icons a i:hover{
    background-color: #000;
  }
  footer h3{margin-top: 20px;}
  /*end of footer*/
  
  /*start of copy*/
  .copy{
    background-color: #000;
    color: #fff;
    padding: 20px;
  }
  .copy p{margin: 0px;}
  .copy span{color: #980606;}
  /*end of copy*/

/*start of contact-form*/

.contact-form form{
  margin-top: 30px;
}
.contact-form .inpt{
  background-color: #f8f8f8;
  border-radius:0px;
  color: #d81d28;
  padding: 20px; 
  border: 0px;
  margin-bottom: 10px;
}
.contact-form .inpt:focus{
  outline: 0px;
  box-shadow: 0px;
}
.contact-form .inpt::-webkit-input-placeholder{color: #d81d28;font-size: 18px;}
.contact-form .btn{
  width: 200px;
  height: 60px;
  background-color: #d81d28;
  border: 0px;
  transition: all 0.5s ease-in-out;
  color: #fff;
  font-size: 18px;
  padding: 0px;
}
.contact-form .btn:hover,
.contact-form .btn:focus{
  background-color: #333;
  color: #fff;
}
/*end of contact-form*/