#s1{
    background: #000000;
    padding: 50px 0;
}

#s1 img{
    width: 100%;
    max-width: 532px;
    height: auto;
    aspect-ratio: 532/481;
    object-fit: cover;
}

#s1 .content{
    color: #fff;
    padding-left: 50px;
}

#s1 h2{
    color: #fff;
    font-weight: 800;
    font-size: 32px;
    line-height: 45px;
}

#s1 .row{
    align-items: center;
}

#s1 .content p:last-of-type{
    margin: 0;
}

@media(max-width:1200px){
    #s1 img{
        margin: 0 auto;
        display: block;
    }
    
    #s1 .content{
        padding: 0;
    }
}

#faq{
    padding: 50px 0;
}

#faq .header{
    margin-bottom: 50px;
}

#faq .header h2{
    text-align: center;
    color: #000000;
    font-size: 32px;
    line-height: 45px;
    font-weight: 800
}

#faq .header p{
    color: #040707;
    text-align: center;
}

.accordion-button:not(.collapsed){
    color: #15312B;
    background-color: transparent;
    box-shadow: none;
}

.accordion-item{
    background: transparent;
    border: none;
    border-bottom: 1px solid #7EC9C9;
}

.accordion-button{
    background: transparent;
    position: relative;
    padding-left: 50px;
}

.accordion-button p{
    font-size: 19px;
    line-height: 28px;
    color: #275B4E!important;
}

.accordion-item p{
    color: #040707;
}

.accordion-button::after{
        font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\2b';
    background-image: none;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #275B4E;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 20px;
    left: 10px;
}

.accordion-button:not(.collapsed)::after{
           font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f068';
    background-image: none;
    color: #fff; 
}

#gallery{
    background: #111111;
    padding: 50px 0;
}

#gallery .header{
    margin-bottom: 50px;
}

#gallery h2{
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    line-height: 45px;
}

#gallery .header p{
    color: #FFFFFF;
    font-weight: 300;
    text-align: center;
}

#gallery img{
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}

#gallery .slick-slide{
    margin: 0 10px;
}

#latest{
    padding: 50px 0;
}

#latest .header h2{
    text-align: center;
    font-size: 32px;
    line-height: 45px;
    font-weight: 800;
}

#latest .header{
    margin-bottom: 50px;
}

#latest a{
    text-decoration: none;
}

#latest .wrap{
    display: flex;
    align-items: center;
}

#latest .left{
    min-width: 223px;
}

#latest img{
    height: 100%;
    min-height: 223px;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 0;
}

#latest .right{
    padding-left: 50px;
}

#latest .wrap h2{
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}

#latest .meta{
    color: #111111;
    text-transform: uppercase;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#latest p{
    color: #111111;
    margin: 0;
}

@media(max-width:576px){
    #latest .wrap{
        flex-direction: column;
    }
    #latest img{
        max-width: 223px;
    }
    #latest .left{
        margin-bottom: 20px;
    }
    #latest .right{
        padding: 0;
    }
}

#services{
    padding: 50px 0;
}

#services .header{
    margin-bottom: 50px;
}

#services h2{
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    line-height: 45px;
}

#services .inner{
    display: flex;
    align-items: center;
}

#services img{
    width:258px;
    height: 239px;
    object-fit: cover;
}

#services .inner .content{
    padding-left: 30px;
}

#services h3{
    font-size: 24px;
    font-weight: 800;
}

#services .click{
    margin-top: 30px;
}

#services a{
    color: #275B4E;
    font-weight: 500;
}

#services a i{
    margin-right: 10px;
}

#services .slick-slide{
    margin: 10px;
}

@media(max-width:767px){
    #services .inner{
        flex-direction: column;
    }
    #services .left{
        margin-bottom: 20px;
    }
    #services .inner .content{
        padding: 0;
    }
}

#locator{
    background: #F8F8F8;
}

#locator .container-fluid{
    padding: 0;
    overflow: hidden
}

#locator iframe{
    width: 100%;
    height: 100%;
}

#locator .wrap{
    padding: 170px;
}

#locator h2{
    font-size: 32px;
    font-weight: 800;
    line-height: 45px;
}

@media(max-width:1600px){
    #locator .wrap{
        padding: 100px
    }
}

@media(max-width:1200px){
    #locator .wrap{
        padding: 50px
    }
    #locator iframe{
        min-height: 350px;
    }
}


@media(max-width:576px){
    #locator .wrap{
        padding: 50px 15px
    }
}