
.header-2 .header-main img, .header-left img{
    max-width: 200px;
}

.radius-50{
    border-radius: 50%;
}

.sticky.header-2 .header-main img, .sticky .header-left img{
    max-width: 115px;
}

.program-box-items-2 .program-bg.bg-3, .program-box-items-2 .content .arrow-icon.color-3{
    background-color: #3e7b39;
}

.program-box-items-2 .program-bg, .program-box-items-2 .content .arrow-icon{
    background-color: #5387a3;
}

.news-section-2.home-custom::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    height: 50%;
    background-image: url("../../assets/img/custom/shape-no-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, h6 {
    text-transform: unset;
}

body{
    font-size: 18px;
}


@media (min-width: 1200px) {
    .header-2 .header-main {
        background-color: #ffffff00;
        padding: 0;
    }

    .news-section-2.home-custom{
        margin-top: -40px;
    }
}

@media (max-width: 575px) {

    .footer-section .footer-top-shape {
        top: -3px;
    }

    .header-2 .header-main {
        background-color: #ffffff00;
    }

    .header-2 .header-main img{
        max-width: 105px;
    }
}

