*{
    font-family: montserrat;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    background: f1fbff;
}
.bg-icons{
    background-color:#0594db;
}
.btn-color , .card-color{
    background-color:#0594db !important;  
}
.nav-link:hover{
    color: #0594db !important;
}
.section-padding{
    padding: 35px 0;
}
.carousel-item{
    height: 100vh;
    min-height: 300px;
}
.carousel-caption{
    bottom: 200px !important;
    z-index: 2;
}
.carousel-caption h5{
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
}
.carousel-caption p{
    width:60%;
    margin: auto;
    margin-top: 20px !important;
    font-size: 18px;
    line-height: 1.9;
    
}
/* .carousel-inner::before{
    content:"";
    position: absolute;
    width:100%;
    height: 100%;
    top:0;
    left:0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
} */
.navbar-nav a{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;

}
.navbar-light .navbar-nav .navbar-link{
    color: #000;
}
.w-100{
    height: 100vh;
}
.card{
    height: 100% !important;
    border:none !important;
    padding: 40px !important;
}
.about-text{
    font-size: 20px !important;
}
.about-title{
    font-size: 30px !important;
    color: #0594db;
}
.aboutImg{
    box-shadow: 28px 24px 24px #7f8080!important;
}
.services .card-body i{
    font-size: 50px;
}
.service-title{
    font-size: 50px;
}
.service-list{
    font-size: 20px;

}
.team .card-body i{
    font-size: 20px;
}
.team .card{
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.15);
}
.phone-icon{
    width:30px;
    height:30px;
}
.topbar p{
    margin: 0 !important;

}
.map iframe{
    height:360px;
    width:100%;
    padding-bottom: 40px !important;
}
.contact{
    position: relative;
}
.whatsapp-btn-container {
    position: absolute;
    bottom: 0px;
    right: 30px !important;
    
    
}
.whatsapp-btn-container .whatsapp-btn {
    font-size: 48px;
    color: #25d366;
    display: inline-block;
    transition: all 400ms;
    position: relative;
}

.whatsapp-btn-container .whatsapp-btn:hover {
    transform: scale(1.2);
}

.whatsapp-btn-container span {
    position: absolute;
    top: 0;
    left: 4px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #075e54;
    transform: rotateZ(20deg) translateX(10px);
    opacity: 0;
    transition: all 400ms;
}
.whatsapp-btn-container .whatsapp-btn:hover + span {
    transform: rotateZ(0deg) translateX(0px);
    opacity: 1;
}

/* responsive css */
@media only screen and (min-width:768px) and (max-width:991px) {
    .carousel-caption{
        bottom: 370px;
    }
    .carousel-caption p{
        width:100%;
    }
    
}

@media only screen and (max-width:767px){
    .navbar-nav{
        text-align: center;
    }
    .carousel-caption{
        bottom: 125px;
    }
    .carousel-caption h5{
        font-size: 17px;
    }
    .carousel-caption a{
        padding: 10px 15px;
    }
    .carousel-caption p{
        width:100%;
        line-height: 1.6;
        font-size: 12px;
    }
    .contact{
        font-size: 11px;
    }
    .whatsapp-btn-container {
        position: absolute;
        bottom: 0px;
        right: 30px !important;
        
        
    }
}