@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
    color: #303030;
    font-size: 16px;
}

h2 {
    font-size: 24px;
    line-height: normal;
    color: #000;
    font-weight: 600;
}

h3 {
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
}

h4 {
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.text-yellow {
    color: #fecf17;
}

.bg-yellow {
    background-color: #fecf17;
}

.bg-black {
    background-color: #303030;
}

.btn-yellow,
.btn-yellow:hover,
.btn-yellow:focus {
    background-color: #fecf17;
}

.btn-orange,
.btn-orange:hover,
.btn-orange:focus {
    background-color: #ff7301;
}

.large-button {
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    padding: 11px 28px;
    min-height: 60px;
}

ul.tick-list,
.tick-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tick-list li {
    margin-bottom: 15px;
    margin-left: 30px;
}

.tick-list li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -30px;
}

.stripe {
    background-color: #f7f7fa;
}

.header-banner {
    padding-top: 80px;
    padding-bottom: 60px;
}

.banner-content h1 {
    font-size: 40px;
    font-weight: 400;
    line-height: 52px;
}

.banner-content h5 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}

.btt-header {
    display: inline-block;
    background-color: #303030;
    color: #fff;
}

.btt-content img {
    width: 80px;
    margin: auto;
    margin-bottom: 15px;
}

.btt-content h3 {
    font-family: 'Sarabun', sans-serif;
}

.awards li {
    width: 50%;
}

.features {
    display: inline-block;
    text-align: left;
}

.features img {
    width: 80px;
    margin-right: 15px;
}

.features li {
    margin-bottom: 15px;
}

.years {
    position: relative;
    font-family: 'Anton', sans-serif;
    display: inline-block;
}

.years span {
    font-size: 80px;
    position: absolute;
    left: 60px;
    top: 12px;
}

.responsive-tabs .nav-tabs {
    border-bottom: 1px solid #ddd;
}

.responsive-tabs .nav-tabs li .nav-link {
    font-size: 24px;
    color: #303030;
    font-weight: 600;
    outline: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
}

.responsive-tabs .nav-tabs li .nav-link.active {
    color: #000;
    font-weight: bold;
    border-bottom: 3px solid #fecf17;
}

.responsive-tabs .accordion-button {
    outline: none;
    box-shadow: none;
}

.responsive-tabs .accordion-button:not(.collapsed) {
    background-color: #fecf17;
}

.location-list li {
    width: 100%;
    margin: 10px;
    flex: auto;
    height: 170px;
}

.flip-card {
    width: 100%;
    min-height: 170px;
    height: 100%;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card img {
    max-width: 100px;
    margin-bottom: 15px;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.flip-card-front {
    background-color: #fff;
    color: #000;
}

.flip-card-back {
    background-color: #fff;
    color: #000;
    transform: rotateY(180deg);
}

.highlight-review-card {
    background-color: #2f3032;
    color: #fff;
	position: relative;
    top: 30px;
}

.highlight-review {
    width: 90%;
    padding: 15px 20px;
    font-size: 20px;
    letter-spacing: -.025rem;
    margin: -90px auto 30px auto;
}

.carousel-indicators {
    margin-bottom: -30px;
}

.carousel-indicators [data-bs-target] {
    background-color: #303030;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.carousel-indicators .active {
    background-color: #fecf17;
}

#caseStudy .carousel-item {
    min-height: 370px;
}
.testimonials {
	margin-top:50px;
}

@media (max-width: 991px) {
    .responsive-tabs .tab-content>.tab-pane {
        display: block;
        opacity: 1;
    }
}

@media (max-width:767px) {
    .header-banner {
        text-align: center;
    }
}

@media (max-width:480px) {
    .features {
        width: 90%;
    }
}

@media (max-width:800px) and (orientation:landscape) {
    .container {
        max-width: 100%;
    }

    .awards li {
        width: 25%;
    }

    .location-list>li {
        width: 50%;
        max-width: 45%;
    }
}

@media (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
    .header-banner {
        text-align: center;
    }
}

@media (min-width:768px) {
    h2 {
        font-size: 30px;
        line-height: 42px;
    }

    h3 {
        font-size: 24px;
        line-height: 35px;
    }

    h4 {
        font-size: 22px;
    }

    .btt-content .card p {
        min-height: 72px;
    }

    .responsive-tabs .accordion-item {
        border: 0;
        background-color: transparent;
    }
}

@media (min-width:992px) {
    .banner-content {
        max-width: 535px;
    }

    .location-list>li {
        width: 16%;
        max-width: 20%;
    }

    .location-list li:nth-child(even) {
        margin-top: 40px;
    }

    .highlight-review {
        width: 80%;
        padding: 20px 40px;
        font-size: 36px;
        margin: -100px auto 30px auto;
    }
}