html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Raleway', sans-serif;
}

.bold-text {
    color: rgba(255, 51, 51, 1);
    font-size: 32px;
    font-weight: bold;
}

.underline-text {
    text-decoration: underline;
    font-size: 27px;
    font-weight: bold;
    color: #1da650;
}

.primary-bg {
    background-color: #ffde00;
}

.grey-background {
    background: #f2f2f2;
}

.p-relative {
    position: relative;
}

.elementor-background-overlay {
    z-index: -2;
    background-image: url('../images/features/info-bg.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .1;
    mix-blend-mode: multiply;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.primary-btn {
    background: rgba(255, 51, 51, 1);
    color: #fff;
    padding: 10px;
    text-decoration: none;
    display: flex;
    width: 400px;
    text-align: center;
    justify-content: center;
    display: flex;
    margin: 0 auto;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
}

.dark-text {
    color: #000 !important;
}

.light-text {
    color: #fff !important;
}

header {
    display: flex;
    justify-content: center;
    z-index: 11;
    position: relative;
    padding: 10px 0 10px 0;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
}

.logo {
    width: 100px;
}


/* BANNER SECTION */

.banner {
    padding: 120px;
    background-color: #ffde00;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.banner-content {
    position: relative;
    z-index: 99;
}

.banner-subheadline {
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
    color: #000;
}

.banner-headline {
    line-height: 35px;
    text-align: center;
    font-size: 24px;
    padding: 0 100px;
    color: #000;
}


/* TESTIMONIAL SECTION */

.testimonials {
    position: relative;
    z-index: 9;
}

.testimonials-container {
    padding: 40px 20px 20px;
    background: #001c41;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

.testimonial-wrapper {
    display: flex;
    position: relative;
    justify-content: center;
}

.testimonial-quote {
    height: 60px;
    width: 60px;
    background: #f2f2f2;
    border-radius: 50%;
    position: absolute;
    right: 450px;
    z-index: 99;
    top: -32px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.6);
}

.quote {
    position: absolute;
    top: 18px;
    left: 19px;
}

.testimonial-image img {
    height: 250px;
    position: absolute;
    z-index: 22;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    width: 30%;
}

.testimonial-image iframe {
    width: 425px;
    height: 250px;
    position: absolute;
    left: 50%;
    z-index: 22;
    transform: translateX(-50%);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.6);
    border-radius: 10px;
}

.testimonial-content {
    margin-top: 107px;
    padding: 148px 30px 30px;
    width: 67%;
    background: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 40px;
    border-radius: 15px;
}

.testimonial-content p {
    font-size: 18px;
    line-height: 36px;
    margin-right: 30px;
    text-align: center;
    font-weight: bold;
}


/* AWARDS SECTIONS */

#awards__wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ffde00;
}

#awards__wrapper .awards__box {
    position: relative;
    margin-bottom: 30px;
}

#awards__wrapper .awards__box-image {
    margin: 0 auto -45px;
    text-align: center;
}

#awards__wrapper .awards__box-image img {
    height: 300px;
    margin: 0 auto;
}

.special-img {
    height: 230px !important;
}

#awards__wrapper .awards__content {
    background-color: #fff;
    padding: 16px 40px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    min-height: 200px;
}

#awards__wrapper .awards__content-title {
    color: #164b91;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 15px;
    font-size: 24px;
}

#awards__wrapper .awards__content-description {
    text-align: center;
    font-size: 15px;
}

#awards__wrapper .slick-slide {
    opacity: 0.3;
    transition: opacity 0.3s;
    padding-left: 1rem;
    padding-right: 1rem;
}

#awards__wrapper .slick-slide.slick-cloned {
    opacity: 0.3;
    transition: opacity 0.3s;
}

#awards__wrapper .slick-slide.slick-current.slick-active {
    opacity: 1;
    transition: opacity 0.3s;
}


/* Features section */

.features-card-container {
    display: flex;
    justify-content: space-around;
}

.main-section {
    position: relative;
    padding: 40px 20px;
}

.features-heading {
    text-align: center;
    font-size: 32px;
    color: rgb(115, 66, 62);
    margin: 0 0 40px 0;
    position: relative;
}

.features-card-container {
    margin-bottom: 40px;
}

.feature-card {
    position: relative;
    width: 300px;
}

.feature-card-logo {
    margin: 0 auto;
    display: flex;
    height: 101px;
}

.feature-line {
    height: 4px;
    width: 36%;
    position: absolute;
    bottom: -12px;
    left: 50%;
    background: #ffd107;
    transform: translateX(-50%);
    display: none;
}

.feature-list {
    font-size: 18px;
    padding: 0;
}

.feature-list li {
    line-height: 28px;
    margin-bottom: 18px;
    list-style-type: none;
    text-align: center;
    padding-left: 10px;
}

.upper-latin li {
    text-align: left;
    list-style-type: circle;
}


/* INFO SECTION */

.info-bg {
    background: url('../images/fruit1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.info-section {
    position: relative;
    padding: 40px 20px;
}

.info-heading {
    text-align: center;
    line-height: 40px;
    /* color: #1da650; */
    font-size: 30px;
    padding: 10px 0;
    margin: 0 0 40px 0;
    position: relative;
    z-index: 8;
}

.info-content {
    color: #fff;
    position: relative;
    z-index: 9;
    padding: 0 100px;
}

.info-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-content p {
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 0px;
    color: #fff;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 0;
    cursor: pointer;
}

#info-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
    cursor: pointer;
}

footer {
    background: #f2f2f2;
    text-align: center;
    padding: 10px 0;
}


/* TABLET MEDIA QUERIES */

@media only screen and (max-width: 1300px) and (min-width: 768px) {
    .banner {
        padding: 60px;
    }
    .banner-subheadline {
        padding: 0 50px;
    }
    .testimonial-quote {
        right: 130px;
    }
    .banner-headline {
        padding: 0 50px;
    }
    .info-content {
        padding: 0 50px;
    }
    .testimonial-quote {
        left: unset;
    }
    .info-heading {
        margin: 0 0 20px 0;
    }
    .testimonial-image img {
        width: 55%;
    }
}


/* MOBILE MEDIA QUERIES */

@media only screen and (max-width: 767px) and (min-width: 300px) {
    .info-section {
        text-align: left;
    }
    .info-heading {
        margin: 0 0 20px 0;
        font-size: 25px;
    }
    .underline-text {
        font-size: 22px;
    }
    .main-section {
        padding: 20px;
    }
    .banner {
        padding: 40px 10px;
    }
    .banner-content {
        margin: 0 20px;
    }
    .banner-headline {
        padding: 0;
        font-size: 20px;
    }
    .banner-subheadline {
        margin-bottom: 30px;
    }
    .testimonial-wrapper {
        display: block;
        margin-bottom: 55px;
    }
    .testimonial-image img {
        position: static;
        width: 76%;
        height: 196px;
        object-fit: cover;
        display: flex;
        margin: 0 auto;
        transform: translate(0);
        z-index: 99;
    }
    .testimonial-image iframe {
        position: static;
        height: 196px;
        width: 100%;
        transform: translate(0);
    }
    .testimonial-content {
        margin-left: 0;
        width: 100%;
        height: auto;
        padding: 0;
        margin: -118px 0 30px;
        z-index: -1;
    }
    .testimonial-content p {
        font-size: 18px;
        line-height: 1.4;
        padding: 0 20px;
        /* display: flex; */
        align-items: flex-end;
        padding-top: 126px;
    }
    .testimonial-quote {
        left: 266px;
        top: -30px;
    }
    .info-section {
        padding: 30px 20px;
    }
    .info-content {
        padding: 0;
    }
    .bold-text {
        font-size: 24px;
    }
    .features-card-container {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .feature-card {
        margin-bottom: 25px;
        text-align: center;
    }
    .feature-card p {
        font-size: 18px;
        line-height: 28px;
    }
    .feature-card h3 {
        font-size: 22px;
    }
    .feature-list {
        font-size: 17px;
        padding: 0;
    }
    .feature-list li {
        line-height: 28px;
        margin-bottom: 18px;
    }
    .features-heading {
        margin: 0 0 25px 0;
        font-size: 27px;
    }
    .primary-btn {
        width: 250px;
        margin-top: 20px;
    }
    body>section:nth-child(3)>div:nth-child(4)>div {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1800px) and (min-width: 1200px) {
    .custom-width {
        width: 420px;
    }
}

@media only screen and (max-width: 349px) and (min-width: 300px) {
    .testimonial-quote {
        left: 235px;
    }
}