*{
    margin: 0;
    padding: 0;
  }
  body{
    overflow-x:hidden;
}
/* banner */
.banner img{
    margin-top: 50px;
}
@media screen and (max-width: 952px){
    .banner img{
      margin-top: 170px;
    }
}
/* ** */
.cont1 .heads {
    text-align: center;
    font-family: calibri;
    font-weight: bold;
    font-size: 40px;
    margin-top: 30px;
}
.line{
    border: 1.5px solid #FF761A;
    margin-left: auto;
    margin-right: auto;
}
.cont1 .para{
    font-family: calibri;
    font-size: 20px;
}
/* *** */
.row1 .col-sm-6{
    border: 1px solid #FF761A;
    width: 550px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}
.para1{
    font-family: calibri;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
.para2{
    font-family: calibri;
    font-size: 18px; 
}
.row1 .col-sm-6 img{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.para3{
    font-family: calibri;
    font-size: 20px; 
    font-weight: bold; 
    text-align: center;
}
.para4{
    font-family: calibri;
    font-size: 18px;
    text-align: center;
}
/* 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;
  }

  /* become partner */
  .row .col-lg-12 h1{
    margin-top: 200px;
    text-align: center;
    color: #f58236;
    font-family: calibri;
    font-weight: bold;
    font-size: 30px;
  }
  .row .col-lg-12 img{
   display: block;
   margin-left: auto;
   margin-right: auto;
  }
  .p1{
    text-align: center;
    font-family: calibri;
    margin-top: 20px;
    font-weight: bold;
    font-size: 30px;


  }
  .p2{
    text-align: center;
    font-family: calibri;
    margin-top: 20px;
    font-weight: bold;
    font-size: 45px;
    margin-top: -20px;

  }

  /* card */
  .card {
    margin-left: 30px;
    margin-top: 40px;
    width: 350px;
    height: 235px;
    position: relative;
    padding: 25px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; 
    border-radius: 23px;
    transition: all 0.8s cubic-bezier(0.15, 0.83, 0.66, 1);
    width: 90%;
    height: 280px;
   
  }


  /* .container .card {
    margin-left: 30px;
    margin-top: 40px;
    width: 350px;
    height: 235px;
    position: relative;
    padding: 25px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; 
    border-radius: 23px;
    transition: all 0.8s cubic-bezier(0.15, 0.83, 0.66, 1);
    width: 90%;
    height: 300px;
   
  } */
  .container .card {
    margin-left: 30px;
    margin-top: 40px;
    width: auto;
    height: 235px;
    position: relative;
    padding: 25px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; 
    border-radius: 23px;
    transition: all 0.8s cubic-bezier(0.15, 0.83, 0.66, 1);
    width: 90%;
    height: auto;
   
  }


 .row .col-lg-12 h6{
color: #f58236;
margin-top: 40px;
margin-left: 30px;
font-size: 22px;
text-align: center;
 }
 .row .col-lg-12 h2{
  color: #0d6efd;
  margin-top: 30px;
  margin-left: 30px;
  text-align: center;
   }

   .row .col-lg-12 p{
    margin-top: 30px;
    margin-left: 30px;
    font-family: calibri;
   
    font-weight: bold;
    font-size: 20px;

}
.row .col-lg-6 .card h5{
  margin-top: 35px;
  color: #1d2473;

}
.row .col-lg-6 .card p{
  font-family: calibri;
  font-size: 20px;


}

.card:hover {
  transition: all 0.2s ease-out;
  box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
  top: -4px;
  border: 1.5px solid #f58236;

}