
.logo img {
    max-height: 110px;
}

.text-regular{
    text-decoration: none;
    font-weight: 400;
}

.social-btn{
    width: 50px;
    height: 50px;
    padding: 10px;
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
    background-color: #e33d2d;
    border: solid #e33d2d;
    color: white;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}

.social-btn:hover{
    color: white;
    text-decoration: none;
}

.listteam.detail {
    max-width: 750px !important;
    min-height: 260px;
}

.servcices .bgimg img {
    opacity: .2 !important;
}


.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    left: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 36px;
    box-shadow: 2px 2px 3px #222;
    z-index: 100;
    padding: 3px;
}
.whatsapp-float:hover, .whatsapp-float:active{
    color: #FFF;
    box-shadow: 2px 2px 3px #fff;
}


.navbar-fixed-top.sticky{
    background-color: #173863;
}

@media(max-width: 992px) {
    .whatsapp-float {
        padding: 3px;
    }
}

@media(max-width: 468px) {
    .whatsapp-float {
        padding: 3px;
    }
}