@font-face {
    font-family: 'ralewayblack';
    src: url('../fonts/Raleway-Black.ttf');
    src: url('../fonts/Raleway-Black.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.corp_banner {
    background-color: #E3EEDF;
    height: 108vh;
    position: relative;
}

.corp_banner img {
    position: absolute;
    bottom: 0;
}

section.corp_banner h1 {
    text-align: center;
    line-height: 1.1;
    font-size: 4.5rem;
    color: #20512B;
    padding-top: 4rem;
}

section.corp_banner p {
    text-align: center;
    color: #200D0A;
    font-size: 30px;
    font-family: 'Futura-PT-Book';
    margin-top: 1rem;
    font-weight: 600;
}

.rediscover_sub {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.sub_left {
    width: 58%;
}

.sub_right {
    width: 40%;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

section.ster-rediscover {
    background: #fff;
    width: 95%;
    margin: 0 auto 50px;
    padding: 4% 4rem;
}

section.ster-rediscover h2 {
    text-align: center;
    font-size: 2.9rem;
    line-height: 1.15;
    color: #20513B;
    margin-bottom: 5rem;
}

.sub-content {
    background: url(../images-corp/Vector11.png) 0 0 no-repeat;
    background-size: cover;
}

.sub-content {
    background: url(../images-corp/Vector11.png) 0 0 no-repeat;
    background-size: 100% 100%;
    height: 19vh;
    background-position: right;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    padding-left: 13%;
}

.sub-content p {
    width: 90%;
    color: #200D0A;
}

.sub-content h5 {
    font-family: 'ralewaybold';
    color: #20513B;
    margin-bottom: 0;
}

a.corp-brouchure button {
    background-color: #FFD535;
    text-align: Center;
    width: 31vh;
    height: 9vh;
    display: flex;
    text-decoration: none;
    display: flex;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
    color: #200D0A;
    font-size: 15px;
    border-radius: 4px;
    z-index: 9;
    border: 0;
    position: relative;
    font-family: 'ralewaymedium';
    margin-left: 7%;
}

/* thumbnail carosuel  */
.carousel-item img {
    width: 100%;
    height: auto;
}


.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    /* margin-bottom: 10px;
    border-bottom: 5px solid transparent; */
}

.thumbnail.active img {
    border-color: #FFD535;
}

.carousel-caption {
    /* background-color: rgba(0, 0, 0, 0.5); */
    padding: 10px;
}

.carousel-item.active:after {
    content: '';
    position: absolute;
    top: 0;
    left: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

button.carousel-control-prev img {
    height: 10vh;
}

button.carousel-control-next img {
    height: 10vh;
}

.carousel-control-prev {
    left: -2%
}

.carousel-control-next {
    right: -2%
}

/* .carousel-item {
    transition: opacity 1s ease-in-out;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.carousel-item.active {
    opacity: 1;
    position: relative;
} */

/* thumbnail carosuel  */

section.thubnail_wrap .container {
    max-width: 95%;
    width: 95%;
}

section.thubnail_wrap {
    padding: 50px 0 100px 0;
}

.col-md-3 .thumbnail:last-child img {
    margin-bottom: 0;
}

section.thubnail_wrap .col-md-3 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.carousel-caption p {
    font-size: 22px;
    text-align: left;
}

.carousel-caption {
    right: auto;
    left: 5%;
    top: auto;
    bottom: 8%;
}

section.sterling-tapteam h2 {
    text-align: center;
    text-align: center;
    font-size: 3rem;
    line-height: 1.2;
    color: #20513B;
    /* margin-bottom: 5rem; */
}

section.sterling-tapteam p {
    text-align: center;
    color: #200D0A;
    font-size: 22px;
}

section.sterling-tapteam {
    padding-bottom: 75px;
}

.boxe {
    background-color: #ccc;
    height: 52vh;
    border: .5px solid #fff;
}

.boxesmain {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 3.5rem;
}

.boxe.boxes1 {
    width: 25%;
}

.boxe.boxes2 {
    width: 25%;
}

.boxe.boxes3 {
    width: 50%;
}

.boxe.boxes4 {
    width: 50%;
}

.boxe.boxes5 {
    width: 25%;
}

.boxe.boxes6 {
    width: 25%;
}

.boxe img {
    width: 100%;
}

/* marquee */
.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    background-color: #f9f9f9;
    padding: 5rem 0;
}

.marquee {
    display: inline-block;
    animation: marquee 10s linear infinite;
    font-size: 3.75vw;
    font-family: "Protest-Riot";
}

.marquee span {
    letter-spacing: 1px;
}

.marquee-content {
    display: inline-block;
    white-space: nowrap;
}

@keyframes marquee {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-50%);
    }
}

.text-style-1 {
    color: #4B714F;
}

.text-style-2 {
    color: transparent;
    -webkit-text-stroke: .675000011920929px #1D2E1F;
}

/* marquee */

.boxe {
    overflow: hidden;
}

.boxe:hover img {
    transform: scale(1.25);
    transition: 0.5s;
}

.escapepara {
    color: #200D0A;
    font-size: 22px;
    margin-bottom: 2.5rem;
}

section.thubnail_wrap h2 {
    font-size: 3rem;
    line-height: 1.2;
    color: #20513B;
}

.form-img img {
    margin-top: -3rem;
}

#sterling-join-advt-sec {
    padding: 8% 0%;
    background: #20513B;
    background-image: url("../images-corp/adv-esc-bg.png");
    background-size: 30% auto;
    background-position: top right;
    background-repeat: no-repeat;
}

a.form-submits button {
    background-color: #FFD535;
    color: #200D0A;
    border: 1px solid #ffd535;
    margin-top: 4rem;
    border-radius: 4px;
}

.boxe {
    position: relative;
}

.sterling-tapteam .boxe p {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images-corp/desc-out.png) 0 0 no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 35px 8px 18px;
    font-size: 16px;
    font-size: 1.5vw;
    font-weight: 600;
}

.dwnld-brouchure-sub {
    display: flex;
    justify-content: space-between;
}

.dwnld-brouchure-sub h2 {
    width: 70%;
    font-size: 2.5rem;
    line-height: 1.4;
    color: #20513B;
}

section.dwnld-brouchure {
    padding-bottom: 75px;
}

a.dwnld-brchre1 button {
    background-color: #FFD535;
    color: #200D0A;
    border: 1px solid #ffd535;
    border-radius: 4px;
    width: 31vh;
    height: 9vh;
    font-size: 19px;
}

a.dwnld-brchre1 {
    align-self: center;
}

section.dwnld-brouchure .container {
    width: 85%;
}

a.corp-brouchure button,
a.dwnld-brchre1 button,
a.form-submits button {
    font-weight: 600;
}

@media (min-width:1500px) {
    section.corp_banner h1 {
        font-size: 5rem;
    }

    section.corp_banner p {
        font-size: 33px;
    }

    section.ster-rediscover h2,
    section.thubnail_wrap h2,
    section.sterling-tapteam h2 {
        font-size: 3.2rem;
    }

    .sub-content h5 {
        font-size: 1.5rem;
    }

    .sub-content p {
        font-size: 18PX;
        line-height: normal;
    }

    .dwnld-brouchure-sub h2 {
        font-size: 3rem;
    }

    .escapepara,
    section.sterling-tapteam p {
        font-size: 24px;
    }

    a.corp-brouchure button {
        font-size: 17px;
    }

    a.dwnld-brchre1 button,
    a.form-submits button {
        font-size: 21px
    }

    .carousel-caption p {
        font-size: 26px;
    }
}

@media (min-width:1700px) {
    section.corp_banner h1 {
        font-size: 5.75rem;
    }

    section.corp_banner p {
        font-size: 36px;
    }

    section.ster-rediscover h2,
    section.thubnail_wrap h2,
    section.sterling-tapteam h2 {
        font-size: 3.75rem;
    }

    .sub-content h5 {
        font-size: 1.75rem;
    }

    .sub-content p {
        font-size: 20PX;
        line-height: normal;
    }

    .dwnld-brouchure-sub h2 {
        font-size: 3.25rem;
    }

    .escapepara,
    section.sterling-tapteam p {
        font-size: 28px;
    }

    a.corp-brouchure button {
        font-size: 20px;
    }

    a.dwnld-brchre1 button,
    a.form-submits button {
        font-size: 22px
    }

    .carousel-caption p {
        font-size: 30px;
    }
}

@media (min-width:1820px) {
    section.corp_banner h1 {
        font-size: 6rem;
    }

    section.corp_banner p {
        font-size: 38px;
    }

    section.ster-rediscover h2,
    section.thubnail_wrap h2,
    section.sterling-tapteam h2 {
        font-size: 4rem;
    }

    .sub-content h5 {
        font-size: 1.85rem;
    }

    .sub-content p {
        font-size: 20PX;
        line-height: normal;
    }

    .dwnld-brouchure-sub h2 {
        font-size: 3.5rem;
    }

    .escapepara,
    section.sterling-tapteam p {
        font-size: 30px;
    }

    .carousel-caption p {
        font-size: 32px;
    }
}

@media (max-width:767px) {
    section.corp_banner h1 {
        font-size: 2.75rem;
    }
    section.corp_banner h1 br {
        display: none;
    }
    .corp_banner {
        height: auto;
    }
    .corp_banner img {
        position: relative;
    }
    section.corp_banner p {
        font-size: 24px;
        width: 80%;
        margin: auto;
        font-weight: 500;
        line-height: 1.1;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    #cycler {
        position: relative;
        min-height: 380px;
    }
    section.ster-rediscover h2 {
        font-size: 1.75rem;
        width: 73%;
        margin: auto;
        margin-bottom: 3rem;
        line-height: 1.2;
    }

    .sub_left,
    .sub_right {
        width: 100%;
    }

    .rediscover_sub {
        flex-direction: column;
    }

    section.ster-rediscover {
        padding: 4rem 0;
        margin: auto;
        width: 100%;
    }

    a.corp-brouchure,
    a.dwnld-brchre1 {
        display: none;
    }

    .sub-content h5 {
        font-size: 16px;
        margin-bottom: .5rem;
    }

    .marquee-container {
        padding: 3rem 0;
    }

    section.ster-rediscover h2 {
        font-size: 1.75rem;
    }

    .dwnld-brouchure-sub h2 {
        font-size: 1.75rem;
        margin: auto;
        text-align: center;
        width: 95%;
    }

    section.sterling-tapteam h2,
    section.thubnail_wrap h2 {
        font-size: 1.75rem;
        text-align: left;
        width: 95%;
    }

    section.sterling-tapteam p {
        text-align: left;
        line-height: 1.2;
        font-size: 18px;
    }

    section.thubnail_wrap,
    section.sterling-tapteam {
        padding-left: 12px;
        padding-right: 12px;
    }

    .boxe.boxes1,
    .boxe.boxes2,
    .boxe.boxes4,
    .boxe.boxes5 {
        width: 50%;
    }

    .boxe.boxes3,
    .boxe.boxes6 {
        width: 100%;
    }

    .boxe {
        height: 20vh;
    }

    .boxe img {
        object-fit: cover;
        height: 100%;
    }

    .sterling-tapteam .boxe p {
        font-size: 12px;
    }

    .escapepara {
        line-height: 1.2;
        font-size: 18px;
    }

    section#sterling-join-advt-sec .row .col-md-5 {
        order: 2;
    }

    .form-img img {
        margin-top: 0;
    }

    section.thubnail_wrap .thumbnail {
        width: 31.3333%;
    }

    section.thubnail_wrap .col-md-3 {
        display: flex;
        flex-direction: row;
        margin-top: 1rem;
    }

    section.thubnail_wrap .carousel-item {
        height: 285px;
    }

    section.thubnail_wrap .carousel-item img {
        height: 100%;
        object-fit: cover;
    }

    button.carousel-control-next img {
        /* height: 6vh; */
    }

    .carousel-control-next,
    .carousel-control-prev {
        opacity: 1;
    }

    button.carousel-control-next img,
    button.carousel-control-prev img {
        height: 7vh;
    }

    .carousel-control-next {
        right: 0;
    }

    .carousel-control-prev {
        left: 0;
    }


    section.thubnail_wrap {
        padding-bottom: 50px;
    }

    .marquee {
        font-size: 3rem;
    }

    .marquee {
        font-size: 3rem;
    }

    a.fixdwnldbrchre {
        width: 100%;
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 99;
    }

    a.fixdwnldbrchre button {
        width: 100%;
        border: 0;
        background: #FFD535;
        font-weight: bold;
        height: 50px;
    }
    .carousel-inner {
        width: 100%;
    }
    .carousel-indicators {
        position: static;
        margin: 0;
        display: flex !important;
        width: 100% !important;
        gap: 5px !important;
        margin-top: 5px !important;
    }
    .carousel-indicators button.thumbnail {
        margin-left: 0;
        width: 100%;
        border: none;
        height: 100%;
    }

}

@media (min-width:1200px) {
    #sterling-join-advt-sec h2 {
        width: 100%;
        line-height: 1.2;
        /* font-size: 3rem; */
    }
}


@media (min-width:768px) {
    .fixdwnldbrchre {
        display: none;
    }
}

.carousel-indicators button.thumbnail {
    width: 100%;
    border: none;
    height: 100%;
}

.carousel-indicators button.thumbnail:not(.active) {
    opacity: 1;
}

.carousel-indicators {
    position: static;
    margin: 0;
    display: grid;
    width: 20%;
    gap: 12px;
}

@media screen and (min-width: 992px) {
    .carousel {
        max-width: 100%;
        margin: 0 auto;
        gap: 12px;
        display: flex;
    }
}