*{
    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;
}
.para{
    font-weight:bold ;
    text-align:center;
    font-family: calibri;
    font-size: 27px;
}
.para1{
    font-family: calibri;
    font-size: 20px;
}
/* solutions */
.heads1 {
    text-align: center;
    font-family: calibri;
    font-weight: bold;
    margin-top: 40px;
    font-size: 33px;
}
.row1 .col1{
    background-color: #981767;
    width: 100%;
    height: 200px;
}
.row1 .col1 img{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.row1 .col2{
    background-color: #f6931e;
    width: 100%;
    height: 50px;
}
.row1{
    margin-top: 30px;
}
.para2{
    text-align: center;
    font-family: calibri;
    font-size: 20px;
}
.para3{
    color: white;
    font-size: 24px;
    text-align: center;
    font-family: calibri;
    font-weight: bold;
    padding-top: 10px;
}
@media screen and (max-width: 952px){
    .row1 .col-sm-6 .col1{
        margin-top: 40px;
    }
}
/* features */
.row3 .col-sm-3 img{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.row3{
    margin-top: 30px;
}
.para4{
    text-align: center;
    font-family: calibri;
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}

/* 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;
  }
  