﻿body {
}
.main-banner {
    background: url(../../images/bannerbg.webp);
    background-size: cover;
    overflow: hidden;
}

.left-bar {
    background-color: rgb(8 78 128 / 70%);
    color: #fff;
    text-align: center;
}
.main-banner .left-bar .icon-set {
    display:flex;
    height:200px;
    align-items:center;
    justify-content:center;
}
.main-banner .left-bar .icon-set.border-r {
    border-right: solid 1px rgb(0 0 0 / 15%);
}
.main-banner .left-bar .icon-set.border-t {
    border-top: solid 1px rgb(0 0 0 / 15%);
}
.main-banner .left-bar .icon-set img {
   
}
.main-banner .left-bar .icon-set h3 {
    font-size: 16px;
    margin: 0;
    margin-top: 10px;
}
.main-banner .left-bar .icon-set h3 span {
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
}
.banner-text {
    padding: 30px;
}
.banner-text .inc {
    display: flex;
    color: #fff;
    align-items: center;
    margin-bottom:20px;
}
.banner-text .inc .inc-logo {
    margin-right: 15px;
}
.banner-text .inc .inc-logo img {
    height: 135px;
}
.banner-text .inc .inc-text P {
    margin: 0;
    font-size: 18px;
}
.banner-text .inc .inc-text h3 {
    font-size: 25px;
    margin: 0;
}
.banner-text .bnr-text{
    color:#fff;
}
.banner-text .bnr-text h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.20);
}
.banner-text .bnr-text p {
    font-size: 18px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.20);
}
.banner-text .bnr-text .btn-banner {
    color: #fff;
    background-color: #F66E0A;
    font-size:18px;
    font-weight:700;
    text-transform:uppercase;
    padding:10px 30px;
    border-radius:50px;
    margin-top:10px;
}
.banner-text .bnr-text .btn-banner:hover {
    background-color:#fff;
    color:#F66E0A;
}



    @media(max-width:1600px) {
        .banner-text .inc .inc-text h3 {
        font-size: 20px;
    }
    .banner-text .inc .inc-text P {
        font-size: 15px;
    }
    .banner-text .bnr-text h3 {
        font-size: 25px;
    }
    .banner-text .bnr-text p, .banner-text .bnr-text .btn-banner {
        font-size: 16px;
    }
    .main-banner .left-bar .icon-set h3 span {
        font-size: 23px;
    }
    .main-banner .left-bar .icon-set h3 {
        font-size: 14px; 
    }
    .main-banner .left-bar .icon-set {
        padding: 0px 10px;
    }
    .main-banner .left-bar .icon-set img {
        height: 55px;
    }
    .main-banner .left-bar .icon-set {
        height: 170px;
    }
    
}

@media(max-width:1400px) {
    .banner-text .inc .inc-logo img {
        height: 100px;
    }
    .banner-text .inc .inc-text h3 {
       font-size: 18px;
}
}

@media(max-width:1200px) {
    .banner-text .inc .inc-text h3 {
        font-size: 16px;
    }
    .banner-text .inc .inc-logo img {
        height: 90px;
    }
    .banner-text .inc .inc-text P {
        font-size: 12px;
    }
    .banner-text .bnr-text h3 {
        font-size: 18px;
    }
    .banner-text .bnr-text p, .banner-text .bnr-text .btn-banner {
        font-size: 14px;
    }
}

@media(max-width:1100px) {
    .main-banner .left-bar .icon-set h3 span {
        font-size: 20px;
    }
    .main-banner .left-bar .icon-set h3 {
        font-size: 12px;
    }
    .main-banner .left-bar .icon-set img {
        height: 50px;
    }
}

@media(max-width:991px) {
    .main-banner .left-bar .icon-set.border-r, .main-banner .left-bar .icon-set.border-t {
        border: 0;
    }
    .main-banner .left-bar .icon-set {
        height: 170px;
        border: solid 1px rgb(0 0 0 / 15%) !important;
    }
    .main-banner .left-bar .icon-set {
        height: 140px;
        border: solid 1px rgb(0 0 0 / 15%);
    }
    .banner-text .bnr-text h3 {
        margin-bottom: 5px;
    }
}

@media(max-width:512px) {
    .left-bar {
        /*display:none;*/
    }
    .banner-text .bnr-text .btn-banner {
        color: #fff;
        background-color: #F66E0A;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 9px 20px;
        border-radius: 50px;
        margin-top: 10px;
        font-size: 13px !important;
    }
}