
 
 
  .accordion:after{
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }

  .accordion {
    background-color:white;
    color: black;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border: 1px solid #e8e8e8;
  }
  
  .active, .accordion:hover {
    color: #3980d1;; 
  }
  
  .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    
  }
  table, th, td {
    border: 1px solid#ede9e9;}
    th, td {
      padding: 6px 68px 6px 6px;
    }

    .section2 img{
      margin-bottom: 30px;
     }
     .section2{
      background-color: #fcfcfc;}
      .p2{
        margin:20px 0px;
      }
  .p2 h5{
    letter-spacing: .5px;
      text-transform: uppercase;
      color:black;
  }
  .p2 h4{
    padding-bottom:8px;
  }
  .p2 h4{
          color:cornflowerblue;
          text-transform: uppercase;
          font-size: 16px;
        }
        .p2 img{
          border: 1px solid #e0dddd;
          border-radius: 4px;
        }
  

  .i1{
    color:white;
  }
  .module {
    background: 
      linear-gradient(
        rgba(0, 0, 0, 0.6),
        rgba(0, 0, 0, 0.6)
      ),
      url(images/banner7.jpg);
    background-size: cover;
    width: 100%;
  
    position: relative;
    float: left;
  }

 .padded-multiline { 
 background-color: black;
 color: #fff; 
 display: inline;
 padding: 0.5rem;
font-size: 20px;
text-align: center;
width: 100%;}
 
 

  @media (max-width: 660px) {
   .logo h4{
     display:none;
   }
      .section4{
        padding:40px 10px!important;
      }
      .section4 h2{
        font-size:23px;
        line-height:38px!important;
      }
      .clients h1{
        font-size:22px!important;
      }
     .pt-sm-5{padding-top:30px}
  }
 .about{
    background-color: rgb(243 240 240);
    }
    .about .b1,.about .b2{
      background-color: rgb(255, 255, 255);
      padding:32px;
    }
    .clients{
      padding:40px 10px;
    }
    .b2 h1,.clients h1{
      font-size: 34px;
      padding: 15px 10px;
      text-transform: capitalize;
      text-align: center;
    }
 
    .pro{
      background:url(images/fag-bearing-min-min.jpeg);
    background-position:bottom;
    background-repeat: no-repeat;
    background-size: 100%;
   height:300px;
    }
    .pro1{
      background:url(images/caro5.jpeg);
    background-position:bottom;
    background-repeat: no-repeat;
    background-size: 100%;
   height:450px;
    }
    .pro2{
      background:url(images/caro1.jpeg);
    background-position:bottom;
    background-repeat: no-repeat;
    background-size: 100%;
   height:450px;
    }
    .b2 h2{
      font-size: 36px;
    padding-bottom: 15px;
    font-weight: 700;
    text-transform: capitalize;
    color: black;
    font-family: cursive;
    }
   
    .n1{
      font-size: 29px;
      padding: 16px;
      margin-bottom: 0;
      font-weight: 400;
      text-transform: capitalize;
      color: white;
      font-family: auto;
      background-color:#3f5f84;
    }
 
    .p2 a,.a1 a{
      border: none;
      outline: 0;
      display: inline-block;
      padding: 10px 15px;
      margin-bottom:20px;
      color: white;
      background-color: #151414;
      font-weight: 700;
      text-align: center;
      cursor: pointer;
      margin-top: 10px;
      text-transform: uppercase;
    }
    .p2 a:hover,.a1 a:hover{
      text-decoration: none;
      background-color: cornflowerblue;
      color:white;
    }
    
    .a1{
      padding:0 20px;
    }
    .panel .nav-link{
      color: #1f1e1e;
      border-bottom: 1px solid #ded9d9;
      padding:15px 0px;
    }
    .panel .nav-link:hover{
      color:#508bf4;
    }
    
.carousel .slide{
  width:100%;
}

#slider {
  height:350px;
margin:auto;
  overflow:hidden;
 
}

.slides{
  height:300px;
  float:left;
  text-align:center;
 padding-top:30px;
line-height:8em;
}
.main-pr img{
  margin-bottom: 20px;
}
.owl-carousel .owl-nav .owl-prev ,.owl-next{
  background:black;
  color:white;
  margin-top: 20px;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

.item{
  height:300px;
}
#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: 300px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}
.owl-carousel .owl-nav .owl-prev ,.owl-next{
  background:black;
  color:white;
  margin-top: 20px;
}
.fa-angle-double-up:before {
  content: "\f102";
}
.m1 a{
  color:gray;
  font-size:14px;
}
.m1 h4{
  font-size:17px;
  padding:15px 2px;
  text-align:center;
  border:1px solid#e6e4e4;
}
.m1 img{
  transition: transform .2s;
}
.m1 img:hover{
  transform: scale(1.3); 
}
@media (max-width: 715px){
  .pro {
      height: 220px;
  }
  .pro1 {
    height: 220px;
}
.pro2 {
  height: 220px;
}}
  @media (max-width: 968px){
    .icon {
    display: block;
    color: #0a0909;}}

  .p2 ul li::before {
    content: "\2022";
    color: red;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
  }
 .m1 h2{
font-size:24px;
 }
 .r1{
   margin-top: 20px;
 }
.p2 ul li{
  color:#222222;
  font-size: 15px;
    line-height: 30px;
}
