
.contact-us-textarea,.contact-us-input {
    border: none;
    border-bottom: 2px solid rgb(128, 126, 126);
    background: transparent;
    outline: none;
    width: 100%;
    text-transform: capitalize;
    padding: 1rem 0.4rem;
}
.aside {
    background-image: linear-gradient(to left bottom, #051937, #002350, #002d69, #003684, #01409f);
    animation: animateClr 5s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99);
    background-size: 400%;
}

@keyframes animateClr {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/*.ion-icon:not([name="logo-codepen"]) {
    border: 1px solid currentColor;
    border-radius: 20%;
    padding: 1rem;
}*/
.ion-icon{
    display:inline-block;
    font-size: 30px;
    line-height: 50px;
    /*background-color:black;*/
    border: 1px solid currentColor;
    border-radius: 20%;
    color:white;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: bottom;
}


.image-resize {
    position:relative;
    width:60px; 
    height:60px;
    min-height:60px;
    overflow: hidden;
    border: 1px solid currentColor;
    border-radius: 20%;
    padding: 10px;;
}
.image-resize>img {width:100%;}
