.location-section1 {
   padding:140px 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
}

.ls1-text {
    max-width:675px;
    color:#FFF;
    margin:0 auto;
}

.ls1t-button {
    text-align: center;
}

.ls1-text h3 {
    font-weight: normal;
    margin:0;
}

.ls1-text h1 {
    margin:0;
    font-weight: normal;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}

.ls1-text h2 {
    font-weight: normal;
    margin:0;
}

.ls1-text h4 {
    font-weight: normal;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    margin:40px 0;
}

.ls1-text .btn {
    padding:10px 40px;
    margin:0 auto;
}


.breadcrumbs {
    padding:25px 0;
    font-size: 20px;
}
.breadcrumbs a {
    color:inherit;
    /* text-decoration: none; */
}



.location-section2 {
    padding:75px 0;
}


.ls2-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 75px;
    align-items : center;
}

.ls2-col1 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.ls2-col2 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}


.location-section3 {
    padding:85px 0;
    background-color: #000;
    color:#fff;
    position: relative;
}

.location-section3-section3 h2 {
    margin-top:0;
}

.location-section3-section3 .btn {
    margin-top:50px;
}

.ls3-inner {
    max-width:750px;
    margin: 0 auto;
    text-align: center;
}


.location-section4 {
    padding:75px 0;
}


.ls4-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 75px;
    align-items : center;
}

.ls4-col1 {
    -webkit-flex: 65;
    -ms-flex: 65;
    flex: 65;
}

.ls4-col2 {
    -webkit-flex: 35;
    -ms-flex: 35;
    flex: 35;
}

.ls4-col2 h4 {
    margin:0;
    font-weight: normal;
}
.ls4-col2 h2 {
    margin:0;
    font-weight: normal;
}


.location-section5 {
    padding:75px 0;
}



.ls5-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 75px;
}
.ls5-col1 {
    -webkit-flex: 65;
    -ms-flex: 65;
    flex: 65;
}

.ls5-col2 {
    -webkit-flex: 35;
    -ms-flex: 35;
    flex: 35;
    background-color: #e4e4e4;
    border-radius: 10px;
    padding:30px 25px;
}

.ls5-col2 h2 {
    margin-top:0;
}

.ls5-serv-blocks {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.ls5sb-block {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border:1px solid var(--red-color);
    border-radius: 8px;
    padding:15px;
    min-width:265px;
    max-width:265px;
    cursor: pointer;
}

.ls5sb-block:hover,
.ls5sb-block.active {
    background-color: var(--red-color);
    border:1px solid var(--red-color);
    color:#FFF;
}

.ls5sbb-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    align-items : center;
}

.ls5sbb-col1 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width:80px;
    max-width:80px;
}

.ls5sbb-col2 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.ls5c2-single h2 {
    color:var(--red-color);
}
/*.ls5sb-block:hover img,
.ls5sb-block.active img {
    filter: brightness(0) invert(1);
}*/


.location-section6 {
    padding:75px 0;
}


.location-section6 {
    padding:100px 0;
    background-color: #000;
    color:#fff;
    text-align: center;
}

.ls6-inner {
    max-width:865px;
    margin:0 auto;
}

.location-section6 h2 {
    margin-top:0;
}

.location-section6 p {
    margin:25px 0 35px 0;
}



.location-section7 {
    padding:75px 0;
}

.ls7-header {
    text-align: center;
}

.ls7-header h2 {
    margin-top:0;
}

.ls7-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
    align-items : center;
    margin-top:50px;
}

.ls7-col1 {
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
}

.ls7-col2 {
    -webkit-flex: 6;
    -ms-flex: 6;
    flex: 6;
}



.ls7c2-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.ls7c2-column {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
    padding:20px;
}

.ls7c2-column-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}

.ls7c2ch-col1 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width:66px;
    max-width:66px;
}

.ls7c2ch-col2 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.ls7c2ch-col2 .fas {
    font-size: 13px;
    margin:0;
    padding:0 5px 0 0;
    color:#000;
}

.ls7c2chc1-icon {
    background-color: #d8b148;
    color:#fff;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    width:65px;
    height:65px;
    border-radius: 50%;
    padding-top:5px;
}

.ls7c2-column-body p {
    font-size: 14px;
}

.ls7c2chc1-icon {
    background-color: var(--red-color);
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    padding-top: 17px;
}


.location-section8 {
    padding:75px 0;
}

.ls8-header {
    padding:50px;
    background-color: #000;
    color:#fff;
    text-align: center;
}

.ls8-container {
    margin-top:75px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:30px 100px;
}

.ls8-faq {
    background-color: var(--red-color);
    color:#fff;
    border-radius: 28px;
    padding:20px;
}

.ls8-faq.active {
    background-color: #efefef;
    color:#000;
}

.ls8-faq-question {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    align-items : center;
    cursor: pointer;
    font-size: 20px;
}

.ls8-faq-q-col1 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width:75px;
    max-width:75px;
}

.ls8-faq-q-col2 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.ls8-faq-answer {
    display: none;
    padding:25px;
}

.ls8-faq-answer-text {
    margin-top:15px;
    border-top:2px solid #707070;
}

.faq-arrow {
    background-color: #fff;
    color:#000;
    border-radius: 50%;
    width:75px;
    height:75px;
    text-align: center;
    font-size: 35px;
    padding-top:19px;
}

.ls8-faq.active .faq-arrow {
    background-color: var(--red-color);
    color:#fff;
    transform: rotate(90deg);
}

@media only screen and (max-width: 1250px) {
    .ls7-container {
        flex-direction: column;
    }
    .ls7-col1 {
        min-width: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 1100px) {
    .ls8-container {
        grid-template-columns: 1fr;
    }
}


@media only screen and (max-width: 1023px) {
    .ls2-container,
    .ls4-container,
    .ls5-container,
    .ls7c2-container {
        flex-direction: column;
    }

}