:root {
    --theme-color1: #ED1C24;
    --whatsapp-color: #128c7e;
    --whatsapp-color-dark: #075e54;
}

/** Global - Start **/

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

.project-block .inner-box .title {
    background-color: #ffffff;
    color: var(--theme-color2);
}

.testimonial-section-two {
    background-image: url(../images/bg9.jpg);
}

.contact-details__info .icon {
    height: 80px;
    width: 80px;
    background-color: var(--theme-color1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
}

.contact-details__info {
    position: relative;
    display: flex;
    margin-top: 41px;
}

.contact-details__info:hover .icon span {
    color: var(--text-color-bg-theme-color2);
}

.contact-details__info .icon span {
    color: var(--text-color-bg-theme-color1);
    font-size: 25px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block-five-2 .lower-content .icon {
    font-family: 'linearicons-free' !important;
    font-size: 32px;
}

.contact-us-whatsapp .outer-box.style-two{
    background-color: var(--whatsapp-color);
}

.contact-us-whatsapp .title-column .text-theme1 {
    color: var(--review-color) !important;
}

.contact-us-whatsapp .contact-button .icon {
    background-color: var(--whatsapp-color-dark) !important;
    color: var(--theme-color-light) !important;
}

.contact-us-whatsapp .contact-button .icon > img{
    border-radius:10%;
    vertical-align: top;
}

.contact-us-whatsapp .contact-button .icon:hover {
    background-color: #009f8d  !important;
    color: var(--theme-color-light) !important;
}

.contact-us-whatsapp .style-two .contact-column .text > a {
    color: var(--theme-color-light);
    text-decoration: none;
}

@media only screen and (min-width: 1024px) {
    .header-logo-lg-hide{
        display: none !important;
    }
}

#back-to-top2 .top-2 {
    /* display:none; */
    position: fixed;
    bottom: 105px;
    right: 20px;
    margin: 0px;
    color: var(--dark-color);
    z-index: 999;
    font-size: 26px;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 56px;
    /* animation: backtotop 2s infinite; */
    border-radius: 10px;
}

.whatsapp-img{
    border-radius: 8px;
}

.top-2 .help-message {
    position: absolute;
    top: 53%;
    right: 120%;
    transform: translateY(-50%);
    white-space: nowrap;
    background-color: #29a61a;
    color: #fff;
    border-radius: 5px;
    display: block;
    font-size: 20px;
    font-weight: 700;
    padding: 0px 20px 1px 20px ;
}


.scroll-to-top {
    width: 57px;
    height: 58px;
    font-size: 32px;
    line-height: 56px;
}

.contact-us-whatsapp .outer-box {
    margin-bottom: 50px;
}

/** Global - End **/