.text-blue {
    color: #246FF5;
}

.text-gray {
    color: #504E4E;
}

.text-orange {
    color: #F65F5E;
}

.text-left {
    text-align: left;
}

.fs-small {
    font-size: 12px;
    
}

.emailcontact {
    font-size: 20px;
    color: #ffffff;
}

.txtemail {
    color: #333333;
    margin-top:5px;
    display: block;
    letter-spacing: 3px;
    font-size: 25px;
}

.overlay {
    background: rgba(0,0,0,.4);
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 4;
}

.container_90 {
    width: 85%;
    margin: auto;
}

/*font-family: 'Advent Pro', sans-serif;
font-family: 'Arimo', sans-serif;
 */


 @media only screen and (max-width: 700px) {
 .intro-about .img-box img {
    width: auto !important;
    height: 100%;
    max-width: fit-content;
    margin-top: 0 !important;
 }
 }

 .overflowhidden {
   overflow: hidden;
 }