﻿/* Style all font awesome icons */
.fa {
    padding: 7px;
    font-size: 20px !important;
    width: 35px;
    text-align: center;
    text-decoration: none !important;
    border-radius: 50%;
    margin-right: 5px;
}

    /* Add a hover effect if you want */
    .fa:hover {
        opacity: 0.7 !important;
    }

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
    background: #3B5998;
    color: white;
}

/* Twitter */
.fa-twitter {
    background: #1da1f2;
    color: white;
}

/* youtube */
.fa-youtube {
    background: #fe0000;
    color: white;
}

/* skype */
.fa-skype {
    background: #00a7eb;
    color: white;
}

.no-underline {
    text-decoration: none;
}

.text-white {
    color: white !important;
}

.text-bold {
    font-weight: bold !important;
}

.footer-icon {
    font-size: 15px !important;
    margin-left: -10px !important;
}

@media (max-width: 450px) {
    .no-mobile {
        display: none !important;
    }
}

.about-box {
    height: 310px !important;
}

.img-fluid {
    max-width: 100%;
    /* height: auto; */
    height: 280px !important;
}

.blog-img-width {
    width: -webkit-fill-available !important;
}

@media only screen and (max-device-width: 480px) {
    .img-fluid {
        max-width: 100%;
        /* height: auto; */
        height: 100px !important;
    }

    .widget_img_gellary ul li {
        display: inline-block;
        max-width: 33.33%;
        padding: 5px;
        text-align: center;
        vertical-align: top;
        width: 100%;
    }
}

.contact-dd {
    background: #f1f1f1;
    border-color: #f1f1f1;
    /*color: #a3a4a7;*/
}

.heading-font {
    font-family: var(--title-fonts);
}

.card-sum {
    width: -webkit-fill-available;
    position: absolute;
    bottom: 0;
}