*{
    margin: 0;
    padding: 0;
  }
  body{
    overflow-x:hidden;
}
/* banner */
.banner img{
    margin-top: 160px;
}
@media screen and (max-width: 952px){
    .banner img{
      margin-top: 175px;
    }
}
/* first para */
.heads {
    text-align: center;
    font-family: calibri;
    font-weight: bold;
    margin-top: 60px;
    font-size: 40px;
}
.line{
    border: 1.5px solid #FF761A;
    margin-left: auto;
    margin-right: auto;
}
.cont .para1{
    font-family: calibri;
    font-size: 20px;
}
.cont ul li{
    font-size: 18px;
    font-family: calibri;
    font-weight:bold ;
}
/* customer */
.heads1 {
    text-align: center;
    font-family: calibri;
    font-weight: bold;
    margin-top: 40px;
    font-size: 33px;
}
.cust-row1 .col-sm-3 {
    height: auto; 
    width: 210px;
    margin-top: 70px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-bottom:2px solid #FF761A;
}
.cust-row1 .col-sm-3:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.060); 
    transition: all 0.2s ease-out;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
    top: -4px;
}
.cust-row1 .col-sm-3 img{
    margin-left: auto;
    margin-right: auto;
}
.cust-row1 .col-sm-3 p{
   text-align: center;
   font-family: calibri;
   font-size: 18px;
   font-weight: bold;
}


/* third para */
.cont1 ul li{
    font-family: calibri;
    font-size: 20px;
}
.cont1 .para2{
    font-size: 20px;
    font-family: calibri;
    font-weight: bold;
}


.heads1 {
    text-align: center;
    font-family: calibri;
    font-weight: bold;
    margin-top: 40px;
    font-size: 33px;
}

.cont1 .para2{
    font-size: 20px;
    font-family: calibri;
    font-weight: bold;
}
/* whats app */
.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
  font-size:30px;
    box-shadow: 2px 2px 3px #999;
  z-index:100;
  }
  
  .my-float{
    margin-top:16px;
  }
  .social{
  margin-left: 12px;
  }
  
