/* Tech Project - 126

Color Code

Background - #121212
Hover - #424242

Button - #e25f0e
font color near icons #69e6fd

Font color

Heading - #ffffff
content - #747474 */
.dark-gray-bg-linear{
    background-image: linear-gradient(to right, #424242, transparent);
}
.iq-about4 {
    background-image: url(../images/v1/Mid_.png);
    background-position: center;
    background-size: cover;
}
.abrstacr-shape::before {
    background: url(../images/v1/Abstract.png);
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 10%;
    width: 100%;
    z-index: 0;
}
.iq-counter{
    display: flex;
    align-items: center;
}
.border-none{
    border: none !important;
}
.before-none::before{
    content: none !important;
}
._orange{
    border-color: #e25f0e;
}
.gray-iq-bg{
    background:#4242429c ;
}
._orange li::after{
    color: #e25f0e;
}
._orange_under::before {
    background: #e25f0e !important;
}
._sky_under::before {
    background: #69e6fd !important;
}

._white_under::before {
    background: #ffffff !important;
}
.rev-image{
    width: 600px;
    margin-top: -120px;
}
.iq-blog-detail p, .iq-blog-detail ul li,
.iq-blog-detail ol li{
    color: #747474;
}
.iq-blog-entry.iq-blockquote.white h1,
.iq-blog-entry.iq-blockquote.white h2,
.iq-blog-entry.iq-blockquote.white h3,
.iq-blog-entry.iq-blockquote.white h4,
.iq-blog-entry.iq-blockquote.white h5,
.iq-blog-entry.iq-blockquote.white h6{
    color: #ffffff !important;
    opacity: 0.8;
    margin-bottom: 12px;
}
.iq-copyright{
    padding-top: 20px ; padding-bottom: 20px;    border-top: 1px solid #ffffff;
}
