.first-section{
    overflow:hidden; 
}
.first-section img {
    position: relative;
    left: 0px; 
    width: calc(100% + 0px); 
    max-width: none; 
}
.title{
    font-size:48px;
}

@media (max-width: 767px) {
    .first-section img {
        left: -27px;
        width: calc(100% + 50px); 
    }
    .title{
        margin-top:25px;
        margin-bottom:25px;
        font-size:28px;
        line-height:100%;
    }
}
.grayBg{
    background-color: #F3F3F3;
}
.img-container {
    width: 100%; 
    height: 0;
    padding-top: 56.25%;
    position: relative;
    overflow: hidden;
    background-color: #f0f0f0; 
}

.img-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.indent {
    text-indent: 20px; 
}
.navinimation {
    background-color: rgba(26, 77, 96, 0.3) !important; 
    transition: background 0.3s ease, opacity 0.3s ease;
    position:fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000; 
    transition: top 0.5s ease;
}

.navinimation.scrolled {
    background-color: rgba(57, 149, 182, 0.95) !important; 
}
.burgermenu{
    background-color: transparent !important;

    }
@media (max-width: 767px) {
    .navinimation {
        position: static; 
    background-color: rgba(57, 149, 182, 0.95) !important; 
    }
    .burgermenu{
    background-color: #3995b6 !important;

    }
}