.head-banner{
    min-height: 0!important;
}
header{
    border-bottom: 3px solid #00a7e1;
}
.navbar .dropdown .dropdown-menu{
    border-top: 0;
}
.lang-selection.active {
    background: #00a7e1!important;
}
.bottom-belt{
    border-bottom: 0;
}
.heading-box{
    background: #00a7e1;
    color:#fff;
    padding: 10px 0;
    font-size: 30px;
}
.heading-box-secondary{
    color:#00a7e1;
    background: #E6E6E6;
}
.home-center-section{
    padding: 0;
}
.home-center-box{
    padding: 15px;
}
.home-center-icon{
    padding-top: 10px;
    border-radius: 20px;
    display: block;
    height: 160px;
    border:1px solid rgba(0,102,255,.08);
}
.home-center-icon .service-icon{
    margin-bottom: 0;
}

.cover-full .carousel-item img {
    width: 100%;
    height: auto!important;
}
.service-icon .custom-icon img{
    max-width: 100%;
}

.home-center-section .slick-arrow::before{
    color:#00a7e1;
}
.home-center-section .slick-arrow{
    margin-top: -10px;
}
.home-center-section .slick-arrow.slick-prev{
    margin-left: 20px;
}
.home-center-section .slick-arrow.slick-next{
    margin-right: 30px;
}
.home-center-section .slick-arrow::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    box-shadow: none!important;
    background: none;
}
.home-center-section .slick-arrow.slick-prev::before{
    content: "\f053";
}

.home-center-section .slick-arrow.slick-next::before{
    content: "\f054";
}
@media(min-width:992px){
    .home-center-section .slick-arrow.slick-prev {
        margin-left: 10px;
    }

    .home-center-section .slick-arrow.slick-next {
        margin-right: 10px;
    }
}

h1,h2,h3{
    font-weight: 400;
}
.cta-section{
    border-bottom: 3px solid #00a7e1;
}
.btn {
    border-radius: 20px;
}