.logo-size{
    width: 72px;
    height: 65px;
}

.svgLink{
    font-size: 50px;
    background-color: #17e2fa;
    border-radius: 25%;
    padding: 13px;
}
.svgLink:hover{
    background: inherit;
    border: 1px solid;
    transition: .9s ease;
}

.contactBtn{
    position: relative;
    fill: #ffffff;
    top: -1px;
}

.contact__card{
    /* background-image: linear-gradient(-25deg, rgba(21,18,112,0.8), #151270),url(../img/bg/bg.jpg);
    mix-blend-mode: color-burn;
    background-position: center;
    background-size: cover; */
    background-color: #17e2fa;
}

.idea{
    font-size: 32px;
    color: #ffffff;
    text-align: center;
}

.quoteImg{
    width: 60px !important;
}

.ideas{
    color: #17e2fa;
}

/* .portfolio-description h3{
    color: #ffffff !important;
} */

@media only screen and (max-width:960px) {
    .logo-size{
        width: 57px;
        height: 55px;
    }
}

@media only screen and (max-width:992px){
    img.myPic{
        width: 408px !important;
        display: none;
    }
}
@media only screen  and (max-width:1399px) and (min-width:992px){
    img.myPic{
        display: inherit;
        margin-bottom: 100px;
        width: 408px !important;
    }
}
@media only screen  and (min-width:1399px){
    img.myPic{
        margin-bottom: 100px;
        width: 500px !important;
    }
}

.actives{
    color: #17e2fa !important;
}

a:hover{
    color: #17e2fa !important;
}

.portfolio-area{
    background: #f2f9fa;
}
