/*header*/
header {
    background-color: #f5f5f5;
    padding: 20px 0;
}


.logo a{
    /* Style your logo here */
    text-decoration: none;
    color: #333;
}

.nav ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.nav ul li {
    margin-left: 20px;
    display:flex;
    align-items: center;
}

.nav ul li a {
    text-decoration: none;
    color: #333;
}

/*services*/
#services {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.service img{
    width: 100%;
    object-fit: cover;
    height:100%;
    max-height:400px;
}

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal{
    position: relative;
}
.swiper-horizontal{
    position: relative;
}

#about-us{
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

#construction_work_men_img{
    max-height: 300px;
    max-width: 300px;
}

.whatsapp-btn{
    position: fixed;
    bottom: 10%;
    right: 10%;
    z-index: 10;
    animation: blinker 3s linear infinite;
    width: fit-content;
    height: fit-content;
}
@keyframes blinker {
    50% {
      opacity: 0.6;
    }
}
footer{
    color: #0047AB;
    background-color:#ccc;
    display: inline-block;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 10;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}
footer p{
    display: inline-block;
    font-size: 9pt;
    
    margin-left: 0 !important;
    margin-right: 0 !important;

}
.footer-left{
    padding-left: 0.8rem;
}
.footer-right{
    padding-right: 0.8rem;
    float: right;
}
.container{
    max-width: 100%;
}
@media only screen and (min-width: 600px) {
    .body-content{
        padding-left: 5%;
        padding-right: 5%;
    }
}
@media only screen and (min-width: 768px) {
    .body-content{
        padding-left: 15%;
        padding-right: 15%;
    }
}