.client-img {
    width: 100%;
    height: 120px;
    object-fit: contain;
}

.display-block {
    display: block !important;
}

.display-flex {
    display: flex !important;
}

.white {
    color: white !important;
}

.object-fit-cover {
    object-fit: cover !important;
}

.float-right {
    float: right;
}

.p-13 {
    padding: 13px;
}

.top-nav {
    position: fixed;
    height: 50px;
    top: 0;
    background: #0473b7;
    width: 100%;
    z-index: 1030;
    color: #dbd9ef !important;
}

.nav-color>a {
    color: #dbd9ef !important;
}

.nav-color>a:hover {
    color: #ffffff !important;
}

@media (max-width: 676px) {
    .top-nav {
        display: none !important;
    }

    #navigation {
        top: 0 !important;
    }
}

.whats-app {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 1px 4px #5e5d5d;
    z-index: 100;
}

.whats-app:hover {
    box-shadow: none;
}

.whats-app-float {
    margin-top: 16px;
}

.phone {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 97px;
    background-color: #ffffff;
    color: #0473b7;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 1px 4px #5e5d5d;
    z-index: 100;
    border: 1px solid grey;
    left: 15px;
}

.phone:hover {
    box-shadow: none;
}

.phone-float {
    margin-top: 16px;
}

.navbar-toggle {
    background-color: #0473b7 !important;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #013351 !important;
}

.footer-right {
    justify-content: end;
    display: grid;
}

@media (max-width: 992px) {
    .footer-right {
        justify-content: center;
        display: grid;
    }

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

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

    .foot-ico {
        text-align: left;
        margin-bottom: 20px;
    }
}

/* Blog */
@media screen and (min-width: 320px) and (max-width: 425px) {

    .blog-back {
        height: 362px;
        padding-top: 59px;
    }

    .padding-sc {
        padding: 0 !important;
    }
}

@media screen and (min-width: 426px) and (max-width: 767px) {

    .blog-back {
        height: 362px;
        padding-top: 59px;
    }

    .padding-sc {
        padding: 0 !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {

    .blog-back {
        height: 362px;
        padding-top: 59px;
    }

    .padding-sc {
        padding: 0 !important;
    }

    .p-13 {
        font-size: 14px;
    }

    .navbar-inverse .navbar-nav>li>a {
        font-size: 12px;
        text-transform: uppercase;
    }
}

@media screen and (min-width: 320px) and (max-width: 425px) {
    .sc-main h3 {
        font-size: 20px;
    }

    .blog-inner-head {
        padding-bottom: 10px;
    }

    .blog-inner-head h3 {
        font-size: 20px;
    }
}

@media screen and (min-width: 4266px) and (max-width: 767px) {
    .sc-main h3 {
        font-size: 24px;
    }
}

/* GO TOP BUTTON */
#scroll {
    position: fixed;
    right: 10px;
    bottom: 20px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #0473b7;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: #e74c3c;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

/* REDIRECT LINKS */    

.redirelink{
    /* color: #0600b8 ; */
}
.homelink:hover{
    color: #0600b8 !important;
}
.homelink1{
    color:#9fe948 ;
}
.homelink1:hover{
    color:#9fe948 !important ;
}

.hlink{
    color: #0600b8 !important;
}