.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;
}

.bg-light-gray{
    background: #F7FAFF;
}

/* Content heading scale — H2 largest, stepping down to H6 = body size (22.4px).
   Overrides the flat .tlp-html h1-h6 { font-size:2rem } rule (loads later); only the
   font-size changes, so heading color/weight/line-height stay as-is. */
.tlp-html h2, .tlp-html h2 *, .fr-view h2 { font-size: 30px !important; }
.tlp-html h3, .tlp-html h3 *, .fr-view h3 { font-size: 28px !important; }
.tlp-html h4, .tlp-html h4 *, .fr-view h4 { font-size: 26px !important; }
.tlp-html h5, .tlp-html h5 *, .fr-view h5 { font-size: 24px !important; }
.tlp-html h6, .tlp-html h6 *, .fr-view h6 { font-size: 22.4px !important; }