
.footer_box {
    background: #1a1d20;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
image {
    max-width: 100%;
}
.address {
    margin: 10px 10px;
}
.address .logo{
    height:75px !important;
    width: 160px;
    margin-bottom: 20px;
}
.address p {
    font-size: 1rem;
    line-height: 1.2rem;
    color: #fff;
}
.company_links {
    margin: 3rem 3rem;
}
 .company_links a, h3 {
    color: #fff;
}
.company_links h3 {
    margin-left: 2rem;
    color: #fff;
}
.company_links >ul {
    margin-top: 1rem;
    list-style: none;
    font-size: 1rem;
    line-height: 2rem;
    color: #fff;
}

.read-more_gen {
    background: var(--accent-color);
    color: var(--contrast-color);
    font-family: var(--heading-font), serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px 28px;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.read-more_gen i {
    font-size: 18px;
    margin-left: 5px;
    line-height: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.read-more_gen:hover {
    background: color-mix(in srgb, var(--accent-color), transparent 20%);
}
.read-more_gen:hover i {
    -webkit-transform: translate(5px, 0);
        -ms-transform: translate(5px, 0);
            transform: translate(5px, 0);
}
@media only screen and (max-width:600px){
    .address .logo{
        height:80px !important;
        width: 150px;
        margin: 1rem ;
    }
    .address p {
        font-size: 1.2rem;
        line-height: 2rem;
        color: #fff;
    }
    .company_links {
        margin: 4rem 3rem;
    }
    .company_links a, h3 {
        color: #fff;
    }
    .company_links ul {
        margin-top: 1rem;
        list-style: none;
        font-size: 1.2rem;
        line-height: 2rem;
        color: #fff;
    }



}

.tech_feature_table {
    border-top:solid 2px #3535da;
    padding: 1rem 2rem;
    text-align: justify;

}
.tech_feature_table hr {
    height: 1px;
    border: 0;
    border-top: 2px solid #3535da;
    margin: 1em 0;
    padding: 0;
}

.iwrs_features {
    display: block;
    margin: 1rem auto;
}
.iwrs_features span {
    padding:1rem;
    border: 1px solid #3535da;
    margin: 0 1rem;
    background: #18af3c;
}
@media only screen
and (width: 393px)
and (height: 852px)
and (-webkit-device-pixel-ratio: 3) {
    .header .logo img {
        max-height: 80px;
        width: 160px;
        margin-right: 8px;
    }
}

#search-results .blog-post {
    margin-bottom: 20px;
}

#search-results h2 {
    font-size: 18px;
    margin: 0;
}

#search-results p {
    font-size: 14px;
    color: #555;
}

#search-results a {
    color: #007bff;
    text-decoration: none;
}
