body {
    font-size: 16px;
    line-height: 1.6;
    font-style: normal;
    font-weight: 400;
    color: #434343;
    font-family: 'Open Sans', sans-serif;
    min-height: 100vh;
    background: #fff;
}
a{
    text-decoration: none !important;
}
a:hover,
a:visited{
    color: #00CE91;
}

.font-pf {
    font-family: 'Playfair Display', serif;
}

.font-pf-sc {
    font-family: 'Playfair Display SC', serif;
}

.header-banner-wrap {
    background-image: url(https://www.mastermindoftheyear.com/wp-content/uploads/2021/01/Hero-Image.png);
    background-size: cover;
    background-position: 50% 50%;
    color: #fff;
    text-align: center;
    padding: 20px 0 50px;
}

.lc-icon {
    width: 100%;
    max-width: 90px;
    display: block;
}

.top-logo-row {
    text-align: left;
    padding: 20px 0;
}

.logo img {
    max-width: 180px;
}

.logo a {
    display: inline-block;
}

.location-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.lc-col {
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 14px;
    line-height: 1.4;
}

.lc-left {
    text-align: right;
    max-width: 350px;
}

.lc-col-wrap>span {
    display: block;
}

.lc-right {
    max-width: 350px;
}

.th-row h1 {
    margin: 30px 0;
    font-size: 58px;
    font-family: 'Playfair Display', serif;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.2;
}

.font-normal {
    font-weight: 400;
}

.d-block {
    display: block !important;
}

.th-row h1 .font-bold {
    font-size: 70px;
}

.ready-text {
    margin: 0 auto 90px;
}

.what-to-do {
    padding-top: 100px;
    max-width: 700px;
    margin: 20px auto 0;
    line-height: 1.8;
}

.what-to-do p {
    margin: 0 0 34px;
}

.what-to-do p:last-child {
    margin: 0;
}

.wtd-title {
    margin: 0 0 30px;
    line-height: 1;
    font-size: 40px;
    font-family: 'Playfair Display', serif;
    text-transform: capitalize;
    letter-spacing: 0.18px;
}

html {
    margin: 0 !important;
}

#wpadminbar {
    display: none !important;
}


a.ap-button,a.cnt-button {
    background: #6D3E20;
    display: inline-block;
    width: auto;
    padding: 10px 30px;
    border-radius: 5px;
    line-height: 1;
    font-weight: 600;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #fff;
    text-align: center;
    min-width: 200px;
    font-size: 20px;
}
.cnt-button:hover,
.ap-button:hover {
    background: #6D3E20;
    color: #fff;
    opacity: 0.9;
}

.apply-now {
    text-align: right;
}

.simple-text-wrap {
    background-image: url(https://www.mastermindoftheyear.com/wp-content/uploads/2021/01/Background_2.png);
    padding: 50px 0 150px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    font-size: 20px;
    font-weight: 700;
}

.text-center {
    text-align: center !important;
}

.simple-text-wrap p {
    max-width: 870px;
    margin: 0 auto 20px;
}

.image-grid-row {
    margin-top: -90px;
}

.simple-text-wrap p:last-child {
    margin-bottom: 0;
}

.img-col>figure>img {
    width: 100%;
    display: block;
    margin: auto;
}


.image-col-first {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38.5%;
    flex: 0 0 38.5%;
    max-width: 38.5%;
}

.img-col-center {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.img-col-last {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38.5%;
    flex: 0 0 38.5%;
    max-width: 38.5%;
}

.text-red {
    color: #AF6D58 !important;
}

.section-title h2,
.section-title h3 {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    text-align: center;
    text-transform: capitalize;
    line-height: 1;
    margin: 0 0 20px;
}

.exclusive-offers {
    padding: 40px 0;
}

.ex-text {
    font-weight: 400;
    color: #707070;
    font-size: 20px;
    text-align: center;
    max-width: 700px;
    margin: 20px auto;
    padding-top: 20px;
}

.ex-text p {
    margin: 0 0 20px;
}

p {
    margin: 0 0 20px;
}

p:last-child {
    margin-bottom: 0;
}

.apply-now {}

a.left-arrow-link {
    color: #221A12;
    text-transform: capitalize;
    font-size: 18px;
    display: inline-block;
    font-weight: 400;
    padding-right: 38px;
    margin-top: 20px;
    position: relative;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a.left-arrow-link:after {
    content: "";
    position: absolute;
    right: 0;
    width: 26px;
    height: 2px;
    background: #221A12;
    display: block;
    top: 14px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a.left-arrow-link:before {
    content: "";
    position: absolute;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #221A12;
    right: 0;
    top: 10px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a.left-arrow-link:hover:after,
a.left-arrow-link:hover:before {
    right: -5px;
}

.word-class-experience {
    padding: 40px 0;
}


.grid-box-col img {
    width: 100%;
    display: block;
}

.grid-box-col {
    padding: 10px;
}

.box-grid.row {
    margin: 0 -10px;
}

.title-col .section-block {
    margin: 0 auto;
}

.title-col .section-title h3 {
    text-align: left;
}

.title-col .section-title h3>span {
    display: block;
}

.bottom-banner {
    background-image: url(https://www.mastermindoftheyear.com/wp-content/uploads/2021/01/Footer-Background.png);
    color: #fff;
    background-size: cover;
    background-position: 50% 70%;
    padding: 50px 0 220px;
    text-align: center;
}

.saying h3>span {
    display: block;
}

.saying h3 {
    text-align: center;
    margin: 32px 0 0;
    font-size: 46px;
    font-family: 'Playfair Display', serif;
    line-height: 1;
}

.sponsors {
    padding: 40px 0;
    text-align: center;
}

.coming-soon {
    font-size: 23px;
    color: #AF6D58;
    text-transform: uppercase;
    font-weight: 600;
    margin: 50px 0;
}

.preview-experience img {
    width: 100%;
    max-height: 590px;
    -o-object-fit: cover;
    object-fit: cover;
}

.preview-experience video {
    width: 100%;
    height: auto;
    outline: 0;
    background: #000;
}

.guest-list {
    padding: 50px 0;
}

.client-testimonials {
    background: #ddd;
}

.gib-wrap {
    padding: 20px;
}

.gib-wrap img {
    width: 100%;
    margin: auto;
    display: block;
}

.guest-list-slider-wrap {
    max-width: 940px;
    margin: 0 auto;
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

.slick-dots>li {
    list-style: none;
    margin: 4px;
    display: block;
    line-height: 0;
}

.slick-dots>li>button {
    cursor: pointer;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 50%;
    padding: 0;
    width: 18px;
    height: 18px;
    font-size: 0;
    line-height: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.slick-dots>li.slick-active>button,
.slick-dots>li>button:hover {
    background: #6D3E20;
}

.guest-name {
    text-align: center;
    font-weight: 600;
    color: #221A12;
    font-size: 22px;
    text-transform: capitalize;
    margin-top: 10px;
}

.footer-wrap {
    background: #000;
    padding: 20px 0;
}

p.footer-link a {
    margin: 0 12px;
    font-weight: 300;
    font-size: 14px;
    color: #888888;
}

.footer-logo img {
    max-width: 100%;
}

.guest-list {
    padding: 50px 0;
}

.client-testimonials {
    background: #ddd;
}

.gib-wrap {
    padding: 20px;
}

.gib-wrap img {
    width: 100%;
    margin: auto;
    display: block;
}

.guest-list-slider-wrap {
    max-width: 940px;
    margin: 0 auto;
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

.slick-dots>li {
    list-style: none;
    margin: 4px;
    display: block;
    line-height: 0;
}

.slick-dots>li>button {
    cursor: pointer;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 50%;
    padding: 0;
    width: 18px;
    height: 18px;
    font-size: 0;
    line-height: 0;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.slick-dots>li.slick-active>button,
.slick-dots>li>button:hover {
    background: #6D3E20;
}

.guest-name {
    text-align: center;
    font-weight: 600;
    color: #221A12;
    font-size: 22px;
    text-transform: capitalize;
    margin-top: 10px;
}

.test-grid-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #8693A3;
}

.test-grid-box.odd {
    background: #6D3E20;
}

.grid-test {
    padding: 0;
}

.grid-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    max-width: 220px;
}

.grid-image img {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.grid-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 40px 15px 20px;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.grid-text>p {
    line-height: 1.2;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
}

.t-name {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

.grid-text>p:last-child {
    margin: 0;
}

p:last-of-type,
p:last-child {
    margin-bottom: 0;
}

.desg {
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    text-transform: uppercase;
}

.grid-text:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -23px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 24px solid #8693a3;
    margin-top: -12px;
}

.test-grid-box.odd .grid-text:after {
    border-left-color: #6d3e20;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: auto;
    left: -23px;
}

.be-next {
    background-image: url(https://www.mastermindoftheyear.com/wp-content/uploads/2021/01/Testimonial_BeNext.png);
    background-size: cover;
    background-position: top right;
    padding: 200px 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 400px;
}

.blg-box {
    background: #8693A3;
    padding: 10px 40px 16px 15px;
    color: #fff;
    font-size: 25px;
    max-width: 460px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}

p.footer-link {
    margin: 10px 0;
    color: #fff;
}

p.copyright-text {
    color: #888;
    font-size: 14px;
}

.apply-btn.be-nxt-btn {
    text-align: right;
    padding-right: 60px;
    padding-top: 10px;
}


.footer-logo {
    text-align: right;
}

.footer-logo a {
    display: inline-block;
}

.mob-apply-now {
    display: none;
}

.mob-img-grid {
    display: none;
}

/* popup */
.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}

.custom-model-inner {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    margin: 70px auto;
    max-width: 600px;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
}

.model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

.close-btn {
    position: absolute;
    right: -20px;
    top: -20px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
    background: #6d3e20;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.pop-up-content-wrap iframe {
    width: 100% !important;
}
.img-col figure {
    margin: 8px !important;
    box-shadow: 0px 0px 6px #ccc;
    padding: 5px;
    background: #fff;
}

@media screen and (max-width:991px) {
    .th-row h1 {
        font-size: 46px;
    }

    .th-row h1 .font-bold {
        font-size: 52px;
    }

    .be-next {
        min-height: 55vh;
    }

    .box-grid {
        margin-top: 30px;
    }

    p.footer-link a {
        margin: 0 5px;
    }
}

@media screen and (max-width: 767px) {
    .header-banner-wrap {
        background-image: url(https://www.mastermindoftheyear.com/wp-content/uploads/2021/01/Hero-Image-1.png);
        padding-bottom: 10px;
    }

    .lc-left,
    .lc-right {
        text-align: center;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0;
        max-width: 100%;
    }

    .lc-center {
        margin-top: 10px;
    }

    .lc-icon {
        max-width: 130px;
    }

    .top-logo-row {
        text-align: center;
    }

    .location-details {
        margin-top: 6px;
    }

    .th-row h1,
    .th-row h1 .font-bold {
        font-size: 54px;
    }

    .th-row h1 {
        margin: 12px 0 22px;
    }

    .what-to-do {
        padding-top: 0;
    }

    .ready-text {
        margin-bottom: 26px;
    }

    h2.wtd-title {
        margin: 0 auto 20px;
        font-size: 44px;
    }

    .innerfooter * {
        text-align: center;
    }

    .footer-logo {
        margin: 7px 0 0px;
    }

    .top-logo-row .apply-now {
        text-align: center;
        bottom: -55px;
        position: relative;
        margin-bottom: -40px;
    }

    .header-banner-wrap {
        padding-top: 70px;
    }

    .lc-center.lc-col {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .section-title h2,
    .section-title h3 {
        font-size: 40px;
        margin: 0 0 12px;
    }

    .bottom-banner {
        padding-bottom: 60px;
        padding-top: 40px;
    }

    .saying h3 {
        font-size: 40px;
        line-height: 1.2;
    }

    .lc-col-wrap>span {
        font-size: 18px;
        font-weight: 600;
    }

    .mob-apply-now {
        text-align: center;
        margin-bottom: 30px;
    }

    .mob-apply-now a.apply-btn-link {
        background: #6D3E20;
        display: inline-block;
        width: auto;
        padding: 14px 30px;
        border-radius: 5px;
        line-height: 1;
        font-weight: 700;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        color: #fff;
        font-size: 20px;
        max-width: 250px;
        width: 100%;
    }

    .desk-apply-now {
        display: none;
    }

    .client-testimonials .apply-btn {
        display: none;
    }

    .be-next {
        padding-bottom: 0;
    }

    .blg-box {
        margin-bottom: 0;
        text-align: center;
        max-width: 100%;
    }

    .grid-image {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 200px;
        margin: auto;
    }

    .test-grid-box.odd {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .test-grid-box.odd {
        padding: 30px 0 15px;
    }

    .test-grid-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 0 10px;
    }

    .test-grid-box .grid-image {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .guest-list {
        padding: 40px 0;
    }

    .guest-image {
        padding: 0 40px;
    }

    .guest-slider button.slick-prev {
        font-size: 0;
        border: 0;
        top: 36%;
        position: absolute;
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        border-right: 18px solid #A4ADAF;
        background: transparent;
    }

    .guest-slider button.slick-next {
        font-size: 0;
        border: 0;
        top: 36%;
        position: absolute;
        border-top: 13px solid transparent;
        border-bottom: 13px solid transparent;
        background: transparent;
        right: 0;
        border-left: 18px solid #A4ADAF;
        outline: 0;
    }

    .image-col-first.img-col,
    .img-col.img-col-center,
    .img-col-last.img-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width:100%;
        padding: 0 15px;
        margin: 4px 0;
    }

    .desktop-img-grid {
        display: none;
    }

    .mob-img-grid {
        display: block;
    }

    .grid-text:after {
        display: none;
    }

    p.copyright-text {
        margin: 20px 0 10px;
    }

    p.footer-link a:hover {
        color: #09cf91;
    }

    .footer-logo img {
        max-width: 200px;
    }
}