/** main-footer **/

.main-footer{
    position: relative;
    display: block;
  }
  
  /* .main-footer:before{
    position: absolute;
    content: '';
    background: url(../images/icons/footer-icon-1.png);
    width: 341px;
    height: 268px;
    right: -25px;
    bottom: 0px;
    background-repeat: no-repeat;
  } */
  
  /* .main-footer:after{
    position: absolute;
    content: '';
    background: url(../images/icons/footer-icon-2.png);
    width: 332px;
    height: 235px;
    left: 0px;
    bottom: 0px;
    background-repeat: no-repeat;
  } */
  
  .main-footer .footer-top{
    position: relative;
    display: block;
    padding: 30px 0px 30px 0px;
    /* border-bottom: 1px solid #e5e5e5; */
    z-index: 1;
  }
    
  .main-footer .footer-top .logo-widget{
    position: relative;
    margin-top: 7px;
  }
  
  .main-footer .footer-top .logo-widget .footer-logo{
    position: relative;
    display: inline-block;
    margin-bottom: 12px;
  }
  
  .main-footer .footer-top .logo-widget .text{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #616b8c;
  }
  
  .main-footer .widget-title{
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    /* color: #ED107B; */
    margin-bottom: 19px;
  }
  
  .main-footer .footer-top .links-widget .widget-content ul li{
    position: relative;
    display: block;
    margin-bottom: 4px;
  }
  
  .main-footer .footer-top .links-widget .widget-content ul li:last-child{
    margin-bottom: 0px;
  }
  
  .main-footer .footer-top .links-widget .widget-content ul li a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #616b8c;
  }
  
  .main-footer .footer-top .links-widget .widget-content ul li a:hover{
    color: #fd571d;
  }
  
  .main-footer .footer-top .company-widget{
    margin-left: 60px;
  }
  
  .main-footer .footer-bottom{
    position: relative;
    display: block;
    padding: 20px 0px;
    z-index: 1;
  }
  
  .main-footer .footer-bottom .copyright{
    position: relative;
    /* font-size: 15px; */
    font-size: 20px;
    /* color: #616b8c; */
    color: white;
  }
  
  .main-footer .footer-bottom .footer-social li{
    position: relative;
    display: inline-block;
    margin-right: 20px;
  }
  
  .main-footer .footer-bottom .footer-social li:last-child{
    margin-right: 0px;
  }
  
  .main-footer .footer-bottom .footer-social li a{
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #ED107B;
  }
  
  .main-footer .footer-bottom .footer-social li a:hover{
    color: #fff;
  }

  .whatsapp{
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 85px;
    background-color: #ED107B;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    /* box-shadow: 3px 4px 3px #999; */
    right: 30px;
    z-index: 100;
  }

  .whatsapp-float {
    margin-top: 10px;
}