/* BOX SECTION */

.box-section {
    display: block;
    background-color: #C9B988;
    padding: 2rem;
}


/* INTRO SECTION */

.intro-section {
    padding: 3rem 2rem;
    text-align: center;
}

.intro-section .att-container {
    max-width: 1140px;
    margin: 0 auto;
}

.intro-section h2 {
    color: #C9B988;
    text-transform: uppercase;
    line-height: 1.3;
    margin: 0 0 0.5rem 0;
    font-size: 26px;
	font-family:"Lora" !important;
	letter-spacing:0 !important;
}

.intro-section p {
    color: #404040;
    line-height: 1.35;
    margin: 0;
    font-size: 16px;
}


/* REASONS TO USE SECTION */

.reasons-section {
    background-color: #C9B988;
    padding: 1.5rem;
}

.reasons-section .att-container {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
}

.reasons-section h4 {
    color: #fff;
    font-size: 20px;
}


/* HOVER BOXES */

.hover-section {
    padding: 3rem 2rem;
    background-color: #E3DABE;
}

.hover-section .att-container {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 1.5rem;
    max-width: 750px!important;
    margin: 0 auto;
}

.hover-section h2 {
    text-align: center;
    color: #404040;
    line-height: 1.3;
    margin: 0 0 0 0;
    font-size: 26px;
}

.hover-section .text-center {
    text-align: center;
}

.hover-section p.text-center {
	color:#83195A;
	margin: 0 0 1rem 0;
}

.hover-box {
    margin-bottom: 10px;
    width: 360px;
}

.hover-box-image {
    line-height: 0;
}

.hover-box-image img {
    width: 100%;
    height: 300px;
}

.hover-box-text {
    border-top: 3px solid #C9B988;
    background-color: #fff;
    padding: 1.5rem;
}

.hover-box-text p {
    color: #83195A;
    margin: 0;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    line-height: 1.35;
}

.hover-box-text h4 {
    color: #404040;
    text-transform: uppercase;
    margin: 0;
    font-weight: 700;
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
}

/* BESPOKE TRAINING PACKAGES SECTION*/
.bespoke-training-packages-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 3rem 2rem;
    max-width: 1140px;
    margin: 0 auto;
}

.bespoke-training-packages-section h2 {
    text-align: center;
    color: #C9B988;
    line-height: 1.3;
    margin: 0 0 0 0;
    font-size: 26px;
}

.bespoke-training-packages-section .text-center {
    text-align: center;
}

.bespoke-training-packages-section p.text-center {
	color:#C9B988;
	margin: 1rem 0;
}


/* TESTIMONIAL SECTION */

.testimonial-section {
    background-color: #404040;
    padding: 3rem 2rem;
}

.testimonial-section .att-container {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-section h2 {
    color: #fff;
    margin: 0 0 0rem 0;
}

.testimonial-section div i {
    color: #fff;
    font-size: 1.5rem;
    margin-right: 0.5rem;
}

.testimonial-section div i:last-of-type {
    margin-right: 0;
}

.testimonial-section p {
    color: #fff;
    margin: 1rem 0 0 0;
    font-size: 16px;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #ffffff;
}

.slick-dots li button:before {
    opacity: .25;
    color: #ffffff;
}


/* FOOTER CTA */

.footer-cta {
    padding: 2rem;
}

.footer-cta .att-container {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
}

.footer-cta-text {
    padding-right: 2rem;
    text-align: right;
    width: 60%;
}

.footer-cta h4 {
    color: #404040;
    line-height: 1.3;
    margin: 0 0 0.5rem 0;
    font-size: 20px;
    font-weight: 800;
}

.footer-cta-button {
    text-align: left;
    width: 40%;
}

.footer-cta a {
    color: #ffffff;
    line-height: 1.35;
    margin: 0;
    font-size: 16px;
    background-color: #C9B988;
    padding: 10px 15px;
    border-radius: 20px;
}

@media only screen and (max-width: 992px) {
    .footer-cta-text,
    .footer-cta-button {
        width: 100%;
        text-align: center;
    }
    .footer-cta .att-container {
        display: block;
    }
}