.footer{
    margin-top: 50px;
    padding: 80px 0 0 0;
    background-color: #004861;

  .footer_wrapper{
    padding-bottom: 60px;
    p{
        font-size: 15px;
        color: #ebebeb;
        font-weight: 400;
        line-height: 24px;
        padding: 20px 0;
      }
    .footer_icon{
        ul{
            display: flex;
            align-items: center;
            justify-content: end;
            li{
                padding-left: 10px;
                a{
                   i{
                    font-size: 23px;
                    color: $white;
                    background-color: #335db9;
                    height: 35px;
                    width: 35px;
                    text-align: center;
                    border: 1px solid #335db9;
                    line-height: 35px;
                    border-radius: 4px;
                   }
                   .tr{
                     color: white;
                     background-color: #00acee ;
                     border: 1px solid #00acee ;
                   }
                   .wp{
                    color: white;
                    background-color: #15cf59 ;
                    border: 1px solid #15cf59;
                   }
                }
            }
        }
    }
    h4{
        font-size: 22px;
        color: #ebebeb;
        font-weight: 500;
        line-height: 32px;
        padding-bottom: 30px;
    }
    h5{
        font-size: 15px;
        color: #cfcfcf;
        font-weight: 400;
        line-height: 26px; 
        padding-top: 15px;
        i{
            font-size: 16px;
            color: #61c7f0;
        }
    }
    h6{
        font-size: 38px;
        color: #f0e73a;
        font-weight: 500;
        line-height: 48px;  
    }
    .get_touch{
        form{
             position: relative;
            .form_control {
                display: block;
                margin-bottom: 10px;
                width: 100%;
                height: 55px;
                padding: 20px;
                color: $black;
                background-color: #ffffff;
                background-clip: padding-box;
                border-radius: 35px;
                border: 1px solid #dededf;
                transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
                -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
                -moz-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
                -ms-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
                -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    
                &:focus {
                    outline: 0;
                }
    
                &::placeholder {
                    font-size: 15px;
                    color: #aeacac;
                    font-weight: 400;
                }
            }
            i{
                height: 55px;
                width: 55px;
                background: transparent linear-gradient(90deg, #1E0B9B 0%, #07CCEC 100%) 0% 0% no-repeat padding-box;
                color: $white;
                font-size: 25px;
                border-radius: 50%;
                text-align: center;
                line-height: 55px;
                position: absolute;
                right: 0;
                top: 49%;
                transform: translateY(-49%);
                cursor: pointer;
            }
        }
    }
  }

  .copy_right{
     border-top: 1px solid #929090;
     padding: 25px 0 10px 0;
    h6{
        font-size: 16px;
        color: #ebebeb;
        font-weight: 400;
        line-height: 10px;
    }
  }
}