@font-face {
    font-family: 'bebasregular';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: local(''),
    url("../fonts/BEBAS.woff") format("woff");
}
:root {
    --font-caveat: 'Caveat', cursive;
    --font-oswald: 'Oswald', sans-serif;
    --font-raleway: 'Raleway', sans-serif;
    --font-bebas: 'bebasregular', sans-serif;
    --font-fira-sans: 'Fira Sans', sans-serif;
    --font-montserrat: 'Montserrat', sans-serif;
    --font-open-sans: 'Open Sans', sans-serif;
}
body{
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
    .container{
        padding-right: 25px;
        padding-left: 25px;
    }
    .row{
        margin-right: -25px;
        margin-left: -25px;
    }
    .no-gutters {
        margin-right: 0;
        margin-left: 0;
    }
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
        padding-right: 25px;
        padding-left: 25px;
    }
}
@media (min-width: 992px) {
    .no-lg-gutters{
        margin-right: 0;
        margin-left: 0;
    }
    .no-lg-gutters>.col, .no-lg-gutters>[class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }
}
.header {
    background-color: #151223;
    padding: 22px 0;
}
.header span {
    font-family: montserrat,sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.btn-header {
    font-family: montserrat,sans-serif;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    color: #432114;
    border-radius: 10px;
    background-color: #ffbe4c;
    -webkit-box-shadow: 0 3px 0 0 #b77e1b;
    box-shadow: 0 3px 0 0 #b77e1b;
    border: 0;
    padding: 9px 22px;
    transition: all 250ms linear;
}
.btn-header:hover {
    background-color: #e8ac47;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    opacity: .9;
    color: #212529;
    text-decoration: none;
}
.section-hero{
    padding: 50px 0 100px;
    background: #fbe5c7 url("../img/1/farm-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media (min-width: 992px) {
    .section-hero{
        padding: 100px 0 150px;
    }
}

@media (min-width: 1920px) {
    .section-hero{
        padding: 100px 0 150px;
    }
}
@media (min-width: 2559px) {
    .section-hero{
        padding: 100px 0 54px;
    }
}
.head-logo-div img{
    width: 147px;
}
.section-hero h1{
    font-family: var(--font-montserrat);
    font-size: 25px;
    font-weight: 300;
    line-height: 1.43;
    color: #1d1c28;
}
@media (min-width: 768px) {
    .section-hero h1{
        font-size: 36px;
    }
}
.section-hero h1 b{
    font-weight: 700;
}
.s1-yellow-bg-text{
    background-image: url("../img/1/s1-text-bg-yellow.png");
    background-size: contain;
    background-position: center;
    display: inline-block;
    background-repeat: no-repeat;
    padding: 4px 6px;
}
.s1-img2{
    position: relative;
    bottom: -64px;
}
.section-2{
    background-color: #fbfbfb;
    padding: 80px 0;
}
.s2-heading{
    font-family: var(--font-fira-sans);
    font-size: 23px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.74;
    color: #364715;
}
.s2-heading-style1{
    color: #183a29;
}
.s2-heading-style2{
    font-size: 18px;
    font-weight: 700;
}
.s2-text-bg{
    background-image: url("../img/1/s2-text-bg-long.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.p-heading{
    font-family: var(--font-fira-sans);
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.83;
    color: #183a29;
    margin-bottom: 40px;
}
.p-heading b{
    font-weight: 500;
    font-style: italic;
}
.s2-media{
    margin-bottom: 55px;
    display: block;
    text-align: center;
}
@media (min-width: 768px) {
    .s2-media{
        display: flex;
        text-align: left;
    }
}
.s2-media .media-body{
    background: #ffffff;
    border-radius: 5px;
    padding: 45px;
    position: relative;
    text-align: left;
}
.s2-media > img{
    margin-bottom: 30px;
    height: 221px;
    width: 221px;
}
@media (min-width: 768px) {
    .s2-media > img{
        margin-bottom: 0;
        margin-right: 30px;
    }
}

@media (min-width: 768px) {
    .s2-media .media-body:before{
        content: '';
        position: absolute;
        top: 20%;
        left: -16px;
        height: 22px;
        width: 16px;
        background-image: url("../img/1/s2-media-arrow.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: right center;
    }
}
.s2-media .media-body p{
    font-family: var(--font-open-sans);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7;
    color: #212135;
}
.author-name{
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: bold;
    line-height: 2.43;
    color: #0b0a0a;
}
.section-3{
    padding: 80px 0;
    background-color: #0e0f14;
}
.s3-heading{
    font-family: var(--font-open-sans);
    font-size: 35px;
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
    margin-bottom: 35px;
}
.s3-heading span{
    color: #ff8439;
}
@media (min-width: 768px) {
    .s3-heading{
        font-size: 41px;
    }
}
.s3-p{
    font-family: var(--font-fira-sans);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.83;
    color: #ffffff;
}
.media-separator{
    width: 5px;
    height: 130px;
    border-radius: 2.5px;
    background-color: #ff8439;
    margin-right: 30px;
    margin-top: 7px;
}
@media (min-width: 768px) {
    .media-separator{
        height: 83px;
    }
}
@media (min-width: 992px) {
    .media-separator{
        height: 130px;
    }
}
.section-4{
    padding: 80px 0;
    background: #fbfbfb;
}
.s4-heading{
    font-family: var(--font-open-sans);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.53;
    color: #1b1b24;
    margin-bottom: 80px;
}
.s4-heading span{
    font-weight: 800;
    font-style: italic;
    color: #fc5311;
}
.s4-arrow-text{
    font-family: var(--font-caveat);
    font-size: 22px;
    font-weight: bold;
    line-height: 0.91;
    color: #212135;
    position: relative;
}
.s4-arrow-text img{
    position: absolute;
}
.s4-p-text{
    font-family: var(--font-open-sans);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7;
    color: #212135;
}
.mb-65{
    margin-bottom: 65px !important;
}
.section-5{
    padding: 80px 0;
    background: #100c24 url("../img/1/s5_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.s5-heading{
    font-family: var(--font-open-sans);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.53;
    color: #ffffff;
    margin-bottom: 45px;
}
.p-text-1{
    font-family: var(--font-open-sans);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7;
    color: #fbfbfb;
}
.p-text-1 b{
    font-weight: 600;
    font-style: italic;
}
.c-purple{
    color: #9180e2;
}
.c-orange{
    color: #fc5311;
}
.p-text-2{
    font-family: var(--font-open-sans);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
    color: #fbfbfb;
}
.s5-bubble-text{
    border-radius: 28px;
    background-color: #342d54;
    padding: 12px 20px;
    display: inline-block;
    margin-bottom: 11px;
}
.s5-bubble-text b{
    font-weight: 700;
}
.section-6{
    /*padding: 80px 0;*/
    background: #ffffff;
}
.s6_img1{
    background-image: url("../img/1/s6_img1.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.s6_img2{
    background-image: url("../img/1/s6_img2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.s6-heading{
    font-family: var(--font-open-sans);
    font-size: 35.5px;
    font-weight: 500;
    line-height: 1.28;
    color: #1b1b24;
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}
.s6-heading b{
    font-weight: 800;
    color: #fc5311;
}
.s6-p{
    font-family: var(--font-open-sans);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7;
    color: #212135;
    padding-left: 30px;
    padding-right: 30px;
}
@media (min-width: 992px) {
    .s6-heading{
        padding-right: 50px;
    }
    .s6-p1{
        padding-right: 50px;
    }
}
.s6-img1{
    position: relative;
    bottom: -13px;
    margin-left: 15px;
}
.s6-heading-2{
    font-family: var(--font-open-sans);
    font-size: 26px;
    font-weight: bold;
    line-height: 1.58;
    color: #212135;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 40px;
}
@media (min-width: 992px) {
    .s6-heading-2{
        padding-left: 50px;
    }
    .s6-p2{
        padding-left: 50px;
    }
}
.s6-text-bg{
    background-image: url("../img/1/s6_heading_text_bg.png");
    background-repeat: no-repeat;
    background-position: calc(50%) calc(50% + 1px);
    background-size: calc(100%) calc(100%);
    padding: 0 5px;
}
.s6-p-text-bg{
    background-image: url("../img/1/s6_p_text_bg.png");
    background-repeat: no-repeat;
    background-position: calc(50%) calc(50% + 1px);
    background-size: calc(100%) calc(100%);
    padding: 0 5px;
}
.s6-p b{
    font-weight: 600;
}
.section-7{
    padding: 80px 0;
    background: #100c24 url("../img/1/s5_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.s7-heading{
    font-family: var(--font-open-sans);
    font-size: 32px;
    font-weight: 600;
    line-height: 1.53;
    color: #f8f8f8;
    margin-bottom: 50px;
}
.s7-heading b{
    font-weight: 800;
}
.s7-heading .c-orange{
    color: #fc5311;
    font-style: italic;
}
.s7-p{
    font-family: var(--font-open-sans);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7;
    color: #f8f8f8;
}
.s7-p b{
    font-weight: 700;
}
.text-style-6 {
    font-size: 40px;
    font-weight: 800;
    font-style: italic;
    line-height: 1.2;
    color: #fc5311;
}
.s7-separator-text{
    font-family: var(--font-caveat);
    font-size: 22px;
    font-weight: bold;
    line-height: 1.55;
    color: #f8f8f8;
}

.section-8{
    padding: 80px 0;
    background: #ffffff;
}
.s8-heading{
    font-family: var(--font-open-sans);
    font-size: 24px;
    font-weight: 800;
    color: #26223c;
    margin-bottom: 55px;
}

@media (min-width: 768px) {
    .s8-heading{
        font-size: 41px;
    }
}
.s8-p{
    font-family: var(--font-open-sans);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7;
    color: #181725;
}
.s8-p b{
    font-weight: 800;
}
.s8-p-style1{
    font-size: 26px;
    font-weight: 800;
}
.s8-text-bg{
    background-image: url("../img/2/s8_text_bg_heading.png");
    background-repeat: no-repeat;
    background-position: calc(50%) calc(50% + 4px);
    background-size: calc(100%) calc(100%);
    padding: 0 5px;
}
.s8-p-text-bg{
    background-image: url("../img/2/s8_p_text_bg.png");
    background-repeat: no-repeat;
    background-position: calc(50%) calc(50% + 1px);
    background-size: calc(100%) calc(100%);
    padding: 0 5px;
}
.section-9{
    padding: 80px 0;
    background: #f3f3f3;
}
.s9-p{
    font-family: var(--font-open-sans);
    font-size: 25px;
    font-weight: 700;
    line-height: 1.36;
    color: #181716;
}
.s9-p-quote{
    color: #ffe450;
    font-size: 53px;
    line-height: 0;
    position: relative;
    top: 17px;
}
.s8-p-text-bg{
    background-position: calc(50%) calc(50% + 2px);
    background-size: calc(100%) calc(100% - 7px);
}
.section-10{
    padding: 80px 0;
    background: #ffffff;
}
.s10-p{
    font-family: var(--font-open-sans);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7;
    color: #181725;
}
.s10-p-style1{
    font-weight: 600;
    font-style: italic;
}
.s10-p b{
    font-weight: 800;
}
.section-11{
    padding: 80px 0;
    background: #f3f3f3;
}
.s11-p{
    font-family: var(--font-open-sans);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7;
    color: #181725;
}
.s11-p b{
    font-size: 20px;
    font-weight: 800;
}
.s11-p-text-bg{
    background-size: calc(100%) calc(100% - 27px);
    background-position: calc(50%) calc(50% + 4px);
}
.s11-heading{
    font-family: var(--font-open-sans);
    font-size: 26px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.41;
    color: #181725;
}
@media (min-width: 768px) {
    .s11-heading{
        font-size: 37px;
    }
}
.mb-45{
    margin-bottom: 45px !important;
}
.section-12{
    padding: 80px 0;
    background: #ffffff;
}
.s12-p{
    font-family: var(--font-open-sans);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7;
    color: #181725;
}
.s12-p b{
    font-weight: 800
}
.s12-p-style1{
    font-size: 26px;
    font-weight: 700;
}
.s12-p-style2{
    font-weight: 400;
}

.section-13{
    padding: 80px 0;
    background: #f3f3f3;
}
.s13-heading{
    font-family: var(--font-open-sans);
    font-size: 26px;
    font-weight: 800;
    color: #181725;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .s13-heading{
        font-size: 33px;
    }
}
.s13-heading-text-bg{
    background-size: calc(100%) calc(100% - 17px);
    background-position: calc(50%) calc(50% + 4px);
}
.s13-p{
    font-family: var(--font-open-sans);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7;
    color: #181725;
}
.s13-p b{
    font-weight: 800;
}
.s13-p-style1{
    font-size: 28px;
    line-height: 1.39;
    font-weight: 800;
}
.s13-p-style2{
    font-size: 31px;
    font-weight: bold;
    line-height: 1.39;
}
.s13-p-text-bg{

}
.font-weight-600{
    font-weight: 600 !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.media-s13-wrapper .media-s22{
    flex-direction: column-reverse;
    align-items: center;
}
@media (min-width: 768px) {
    .media-s13-wrapper .media-body:before{
        content: '';
        position: absolute;
        right: -15px;
        top: 20%;
        width: 15px;
        height: 19px;
        background-image: url("../img/2/s13_media_arrow.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain;
    }
    .media-s13-wrapper .media-body{
         margin-right: 25px;
     }
    .media-s13-wrapper .media-s22{
        flex-direction: row;
    }
}


.section-14{
    padding: 80px 0;
    background-color: #ffffff;
}
.s14-heading{
    font-family: var(--font-open-sans);
    font-size: 22px;
    font-weight: 800;
    font-style: italic;
    color: #181725;
    margin-bottom: 35px;
}
.s14-p{
    font-family: var(--font-open-sans);
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.7;
    color: #181725;
}
.s14-p-style1{
    font-weight: 600;
    font-style: italic;
}
.s14-p-style2{
    font-size: 29px;
    font-weight: 800;
    font-style: normal;
    line-height: 1.41;
}
.section-15{
    padding: 80px 0;
    background-color: #181725;
}
.s15-heading{
    font-family: var(--font-open-sans);
    font-size: 27px;
    font-weight: bold;
    line-height: 1.48;
    color: #ffffff;
    margin-bottom: 38px;
}
.s15-heading span{
    color: #ffe450;
}
.s15-p{
    font-family: var(--font-open-sans);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7;
    color: #ffffff;
}
.s15-p b{
    font-weight: 800;
}
.section-16{
    padding: 80px 0;
    background-color: #ffffff;
}
.s16-heading{
    font-family: var(--font-open-sans);
    font-size: 26px;
    font-weight: 800;
    line-height: 1.42;
    color: #181725;
    margin-bottom: 60px;
}
.s16-p{
    font-family: var(--font-open-sans);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7;
    color: #181725;
}
.s16-p-style1{
    font-size: 22px;
    font-weight: 800;
}
.s16-p-style2{
    font-weight: 500;
}
.s16-p-style3{
    font-weight: 800;
}
.s16-p-style4{
    font-weight: 600;
}
.s16-p-style5{
    font-weight: 700;
}
.s16-p-style6{
    font-size: 29px;
    font-weight: bold;
    line-height: 1.24;
}
.section-17{
    padding: 80px 0;
    background: #100c24 url("../img/2/s17_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.s17-heading{
    font-family: var(--font-open-sans);
     font-size: 32px;
     font-weight: 800;
     line-height: 1.6;
     color: #e16efe;
    margin-bottom: 45px;
}
@media (min-width: 768px) {
    .s17-heading{
        font-size: 40px;
    }
}
.s17-p{
    font-family: var(--font-open-sans);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
    color: #ffffff;
}
.s17-p b{
    font-weight: 700;
}
.s17-p-style1{
    font-size: 26px;
    font-weight: 800;
}
.s17-p-style2{
    font-weight: 800;
}
.s17-p-style3{
    font-weight: 600;
}
.s17-p-style4{
    font-size: 38px;
    font-weight: 800;
    line-height: 1.5;
}
.section-18{
    padding: 80px 0;
    background-color: #ffffff;
}
.s18-heading{
    font-family: var(--font-open-sans);
    font-size: 31px;
    font-weight: bold;
    line-height: 1.42;
    color: #181725;
    margin-bottom: 55px;
}
.s18-p{
    font-family: var(--font-open-sans);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
    color: #181725;
}
.s18-p b{
    font-weight: 700;
}
.s18-p-style1{
    font-weight: 800;
}
.section-19{
    padding: 80px 0;
    background-color: #f3f3f3;
}
.s19-heading{
    font-family: var(--font-open-sans);
    font-size: 38px;
    font-weight: 400;
    line-height: 1.29;
    color: #181725;
    margin-bottom: 70px;
}
.s19-heading b{
    font-weight: 700;
}
.s19-text-bg{
    background-image: url("../img/3/s19_bg_text.png");
    background-repeat: no-repeat;
    background-size: calc(100%) calc(100%);
    background-position: calc(50%) calc(50% + 5px);
    padding: 0 4px;
}
.s19-p{
    font-family: var(--font-open-sans);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.7;
    color: #181725;
}
.s19-p b{
    font-weight: 700;
}
.section-20{
    padding: 80px 0;
    background: #100c24 url("../img/3/s20_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.s20-heading{
    font-family: var(--font-open-sans);
    font-size: 31px;
    font-weight: 700;
    line-height: 1.8;
    color: #f3f3f3;
    margin-bottom: 50px;
}
.s20-p{
    font-family: var(--font-open-sans);
    font-size: 20px;
    font-weight: 400;
    line-height: 2.2;
    color: #f3f3f3;
}
.s20-heading2{
    font-size: 29px;
    font-weight: 700;
}
.s20-p b{
    font-weight: 700;
}
.section-21{
    padding: 80px 0;
    background-color: #ffffff;
}
.s21-heading1{
    font-family: var(--font-open-sans);
    font-size: 40px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.1;
    color: #181725;
    margin-bottom: 20px;
}
.s21-heading2{
    font-family: var(--font-open-sans);
    font-size: 32px;
    font-weight: bold;
    line-height: 0.98;
    color: #000;
    margin-bottom: 60px;
}
.s21-text-bg{
    background-image: url("../img/3/s21_bg_text.png");
    background-repeat: no-repeat;
    background-position: calc(50%) calc(50% + 6px);
    background-size: calc(100%) calc(100% - 6px);
    padding: 0 8px;
}
@media (min-width: 768px) {
    .s21-heading2{
        font-size: 45px;
    }
}
.s21-h3{
    font-family: var(--font-open-sans);
    font-size: 28px;
    font-weight: bold;
    line-height: 1.64;
    color: #000;
}

.s21-p{
    font-family: var(--font-open-sans);
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    color: #181725;
}
.s21-img-wrapper{
    min-height: 255px;
}
.section-22{
    padding: 80px 0;
    background-color: #f2f2f2;
}
.s22-p-heading{
    font-family: var(--font-open-sans);
    font-size: 20px;
    font-weight: 400;
    line-height: 2.2;
    color: #181725;
    margin-bottom: 50px;
}
.s22-p-heading b{
    font-weight: 700;
}
.media-s22{
    margin-bottom: 65px;
    text-align: center;
}
@media (min-width: 768px) {
    .media-s22{
        text-align: center;
    }
}
.media-s22 .media-body{
    position: relative;
    text-align: left;
}

.media-s22 img{
    height: 221px;
    width: 221px;
    margin-bottom: 30px;
}
.media-s22-wrapper .media-s22{
    flex-direction: column;
    align-items: center;
}
.media-s22-wrapper:nth-child(even) .media-s22{
    flex-direction: column-reverse;
}
@media (min-width: 768px) {
    .media-s22 img{
        margin-bottom: 0;
    }
    .media-s22-wrapper .media-s22{
        flex-direction: row;
        align-items: normal;
    }
    .media-s22-wrapper:nth-child(even) .media-s22{
        flex-direction: row;
    }
    .media-s22-wrapper:nth-child(odd) .media-s22 .media-body:before{
        content: '';
        position: absolute;
        left: -15px;
        top: 20%;
        width: 15px;
        height: 19px;
        background-image: url("../img/3/s23_box_arrow.png");
        background-repeat: no-repeat;
        background-position: right center;
        background-size: contain;
    }
    .media-s22-wrapper:nth-child(even) .media-s22 .media-body:before{
        content: '';
        position: absolute;
        right: -15px;
        top: 20%;
        width: 15px;
        height: 19px;
        background-image: url("../img/3/s23_box_arrow_rignt.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain;
    }
    .media-s22-wrapper:nth-child(odd) .media-body{
        margin-left: 25px;
    }
    .media-s22-wrapper:nth-child(even) .media-body{
        margin-right: 25px;
    }
}
.media-s22 .media-body{
    padding: 45px;
    border-radius: 10px;
    background-color: #ffffff;
}
.s22-box-p{
    font-family: var(--font-open-sans);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7;
    color: #212135;
}
.s22-box-author{
    font-family: var(--font-montserrat);
    font-size: 14px;
    font-weight: bold;
    line-height: 2.43;
    color: #0b0a0a;
}
.section-23{
    padding: 80px 0;
    background-color: #ffffff;
}
.s23-heading{
    font-family: var(--font-open-sans);
    font-size: 37.5px;
    font-weight: bold;
    line-height: 1.45;
    color: #000;
    margin-bottom: 55px;
}
.s23-p1{
    font-family: var(--font-open-sans);
    font-size: 20px;
    font-weight: 400;
    line-height: 2;
    color: #000;
 }
.s23-heading-text-bg{
    background-image: url("../img/3/s24_text_bg.png");
    background-repeat: no-repeat;
    background-position: calc(50%) calc(50% + 5px);
    background-size: 100%;
    padding: 0 5px 0 5px;
}
.mb-100{
    margin-bottom: 100px !important;
}
@media (min-width: 992px) {
    .mb-lg-100{
        margin-bottom: 100px !important;
    }
}
.s23-heading2{
    font-family: var(--font-open-sans);
    font-size: 40.5px;
    font-weight: bold;
    line-height: 1.44;
    color: #000;
    margin-bottom: 75px;
}
.media-s23{
    margin-bottom: 65px;
}
.media-s23 img{
    width: 82px;
    height: 82px;
    margin-top: 11px;
}
.media-s23 p{
    font-family: var(--font-open-sans);
    font-size: 18px;
    font-weight: 400;
    line-height: 2.28;
    color: #311d37;
}
.media-s23 p b{
    font-weight: 700;
}
.row-media-s23{
    margin-left: -30px;
    margin-right: -30px;
}
.row-media-s23 .col-lg-6{
    padding-left: 30px;
    padding-right: 30px;
}
.section-24{
    padding: 80px 0;
    background: #100c24 url("../img/3/s25_bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.s24-heading1{
    font-family: var(--font-open-sans);
    font-size: 31px;
    font-weight: bold;
    line-height: 1.58;
    color: #ffffff;
    margin-bottom: 50px;
}
.s24-p{
    font-family: var(--font-open-sans);
    font-size: 20px;
    font-weight: 400;
    line-height: 2;
    color: #ffffff;
}
.s24-arrow-text{
    font-family: var(--font-caveat);
    font-size: 22px;
    font-weight: bold;
    line-height: 1.55;
    color: #f8f8f8;
}
.s24-p-style2{
    font-size: 25px;
    font-weight: 700;
}
.s24-arrow-down-flip{
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    width: 38px;
    height: 21px;
}
.s24-heading2{
    font-family: var(--font-open-sans);
    font-size: 35px;
    font-weight: bold;
    line-height: 1.37;
    color: #ffffff;
    margin-bottom: 55px;
}
.s24-p-2{
    font-family: var(--font-open-sans);
    font-weight: bold;
    font-size: 20px;
    color: #231833;
    background-image: url("../img/3/s25_text_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding:5px;
}
.section-25{
    padding: 80px 0;
    background-color: #ffffff;
}
.s25-heading1{
    font-family: var(--font-open-sans);
    font-size: 28px;
    font-weight: bold;
    line-height: 1.61;
    color: #301843;
    margin-bottom: 50px;
}
.s25-p{
    font-family: var(--font-open-sans);
    font-size: 20px;
    font-weight: 400;
    line-height: 2;
    color: #301843;
}
.s25-p b{
    font-weight: 700;
}
.s25-p-style2{
    font-size: 29px;
    font-weight: bold;
}
.media-s25-wrapper .media-body{
    background-color: #f6f7fc;
}
.media-s25-wrapper .media-s22{
    flex-direction: column;
    align-items: center;
}
.media-s25-wrapper:nth-child(odd) .media-s22{
    flex-direction: column-reverse;
}
@media (min-width: 768px) {
    .media-s25-wrapper .media-s22{
        flex-direction: row;
        align-items: normal;
    }
    .media-s25-wrapper:nth-child(odd) .media-s22{
        flex-direction: row;
    }
    .media-s25-wrapper:nth-child(odd) .media-body:before{
        content: '';
        position: absolute;
        right: -15px;
        top: 20%;
        width: 15px;
        height: 19px;
        background-image: url("../img/3/s26_box_arrow.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain;
    }
    .media-s25-wrapper:nth-child(even) .media-body:before{
        content: '';
        position: absolute;
        left: -14px;
        top: 20%;
        width: 15px;
        height: 19px;
        background-image: url("../img/3/s26_box_arrow.png");
        background-repeat: no-repeat;
        background-position: right center;
        background-size: contain;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }
    .media-s25-wrapper:nth-child(odd) .media-body{
        margin-right: 25px;
    }
    .media-s25-wrapper:nth-child(even) .media-body{
        margin-left: 25px;
    }
}
.section-26{
    padding: 80px 0;
    background-color: #f6f7fc;
}
.s26-heading{
    font-family: var(--font-open-sans);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.64;
    color: #301843;
    margin-bottom: 40px;
}
.s26-heading b{
    font-weight: 800;
}
.s26-heading-style2{
    font-size: 20px;
    font-weight: 300;
}
.card-s26{
    border: 0;
    border-radius: 20px;
}
.card-s26 .card-body{
    padding: 25px;
}
@media (min-width: 768px) {
    .card-s26 .card-body{
        padding: 90px;
    }
    .s26-heading{
        font-size: 33px;
    }
}
.button-sign-up {
    font-family: var(--font-montserrat);
    font-size: 15.5px;
    font-weight: 800;
    color: #301843;
    position: relative;
    display: block;
    width: 100%;
    border-radius: 20px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 22px 15px;
    background-color: #ff9249;
    -webkit-box-shadow: 0 4px 0 0 #db722c;
    box-shadow: 0 4px 0 0 #db722c;
    margin-top: 35px;
    transition: all 250ms linear;
}
@media (min-width: 768px){
    .button-sign-up {
        padding: 22px 20px 25px;
    }
}
.button-sign-up:hover {
    color: #301843;
    text-decoration: none;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    background-color: #ff9249;
    opacity: .9;
}
.section-27{
    padding: 80px 0;
    background: #1a0f22 url("../img/3/s28_bg.png");
    background-repeat: no-repeat;
    background-position: right center;
    overflow: hidden;
}
.s27-heading{
    font-family: var(--font-open-sans);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.69;
    color: #ff9249;
    margin-bottom: 50px;
}
.s27-heading b{
    font-weight: 800;
}
.s27-p{
    font-family: var(--font-open-sans);
    font-size: 20px;
    font-weight: 400;
    line-height: 2.7;
    color: #f6f7fc;
}
.section-28{
    background-color: #211729;
    padding: 80px 0;
}
.s28-p{
    font-family: var(--font-open-sans);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.61;
    color: #ffffff;
}
.s28-heading{
    font-family: var(--font-open-sans);
    font-size: 28px;
    font-weight: bold;
    line-height: 1.61;
    color: #ffffff;
}
.s28-heading b{
    font-weight: 800;
}
.s28-heading-style2{
    color: #211729;
}
.s28-heading-style2-text-bg-1{
    background-image: url("../img/3/s29_text_bg1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding:5px;
}
.s28-heading-style2-text-bg-2{
    background-image: url("../img/3/s29_text_bg2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding:5px;
}
.media-s28-wrapper .media-s22{
    flex-direction: column-reverse;
    align-items: center;
}
.media-s28-wrapper .media-body{
    background-color: #372745;
}
@media (min-width: 768px) {
    .media-s28-wrapper .media-s22{
        flex-direction: row;
        align-items: normal;
    }
    .media-s28-wrapper .media-body:before{
        content: '';
        position: absolute;
        right: -15px;
        top: 20%;
        width: 15px;
        height: 19px;
        background-image: url("../img/3/s29_box_arrow.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain;
    }
    .media-s28-wrapper .media-body{
        margin-right: 25px;
    }
}

.media-s28-wrapper .s22-box-p, .media-s28-wrapper .s22-box-author{
    color: #ffffff;
}
.slider-s28 .slick-track{
    display: flex;
    align-items: center;
}
.slider-s28-author{
    font-family: var(--font-open-sans);
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    color: #ba68c8;
    margin-bottom: 30px;
    visibility: hidden;
}
.slider-s28 .slick-active .slider-s28-author{
    visibility: visible;
}
.slider-s28-author b{
    font-weight: 700;
}
.slider-s28-image{
    padding: 5px;
}
.slider-s28 .slick-dots li button{

}
.slider-s28 .slick-dots li button:before{
    font-size: 13px;
    color: #e1e5eb;
    opacity: 1;
}
.slider-s28 .slick-dots li.slick-active button:before{
    color: #ba68c8;

}
.slider-s28 .slick-prev, .slider-s28 .slick-next{
    width: 24px;
    height: 23px;
    top: auto;
    bottom: -35px;
    z-index: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    /*position: relative;*/
}
.slider-s28 .slick-prev{
    left: 25%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.slider-s28 .slick-next{
    right: 25%;
}
.slider-s28 .slick-prev:before, .slider-s28 .slick-next:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 23px;
    background-image: url("../img/3/s29_arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
}
.slick-dotted.slick-slider{
    margin-bottom: 50px;
}
.slick-dots{
    bottom: -35px;
}
.section-29{
    padding: 80px 0;
    background-color: #f6f7fc;
}
.s29-p-heading{
    font-family: var(--font-open-sans);
    font-size: 20px;
    font-weight: bold;
    line-height: 2.25;
    color: #301843;
    margin-bottom: 50px;
}
.s29-heading{
    font-family: var(--font-open-sans);
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #0a0914;
    margin-bottom: 70px;
}
.card-s29{
    border: 0;
    border-radius: 10px;
}
.card-s29 .card-body{
    padding: 35px 25px;
}
@media (min-width: 768px) {
    .card-s29 .card-body{
        padding: 70px;
    }
}
.content-area-value{
    font-family: var(--font-montserrat);
    font-size: 19.5px;
    font-weight: bold;
    letter-spacing: 3.9px;
    line-height: 1.59;
    color: #1b1b21;
    margin-bottom: 22px;
    /*padding-left: 35px;*/
}
.content-area-value span{
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2.2px;
    margin-left: 7px;
    position: relative;
    top: 1px;
}
.content-area-img-wrapper{
    width: 167px;
    border-radius: 20px;
    background-color: #f6f7fc;
    padding: 20px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.content-area-img-wrapper img{
    /*height: 155px;*/
    margin-left: -40px;
    max-width: 100%;
    height: auto;
}
.content-area-value + .content-area-img-wrapper, .content-area-value{
    margin-left: 35px;
}
@media (min-width: 768px) {
    .content-area-value + .content-area-img-wrapper, .content-area-value{
        margin-left: 0;
    }
}
.content-area-list h5{
    font-family: var(--font-montserrat);
    font-size: 17px;
    font-weight: bold;
    line-height: 1.76;
    color: #080809;
    margin-bottom: 35px;
}
.content-area-list p{
    font-family: var(--font-fira-sans);
    font-size: 18px;
    font-weight: 300;
    line-height: 1.67;
    color: #080809;
}
.content-area-list:before {
    content: '';
    width: 1px;
    border-radius: 12px;
    background-color: #e8e8e8;
    position: absolute;
    left: 6px;
    top: -255px;
    bottom: -12px;
}
@media (min-width: 768px){
    .content-area-list:before {
        top: 12px;
    }
}
.content-area-list:after {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: #1b1b21;
    position: absolute;
    left: 0;
    top: -261px;
}
@media (min-width: 768px){
    .content-area-list:after {
        top: 8px;
    }
}
.content-area-list {
    position: relative;
    padding-left: 35px;
    padding-bottom: 45px;
}
@media (min-width: 768px){
    .content-area-list {
        padding-left: 80px;
        padding-bottom: 65px;
    }
}
.inner-content .row:last-child .content-area-list{
    padding-bottom: 0;
}
.section-30{
    padding: 80px 0;
    background-color: #0f121c;
}
.s30-divider{
    height: 12px;
    background: repeating-linear-gradient(134deg, #ff6b08, #ff6b08 6px, #263238 2px, #263238 13px);
}
.s30-heading{
    font-family: var(--font-open-sans);
    font-size: 43px;
    font-weight: bold;
    line-height: 1.38;
    color: #f6f7fc;
    margin: 50px 0 70px;
}
.s30-p{
    font-family: var(--font-open-sans);
    font-size: 20px;
    font-weight: normal;
    line-height: 2;
    color: #f6f7fc;
}
.s30-p-style1{
    font-size: 22px;
}
.mb-70{
    margin-bottom: 70px !important;
}
.timer-div{
    border-radius: 20px;
    background-color: #1a1d27;
    padding: 25px 30px;
}
.ft {
    font-family: var(--font-bebas);
    font-size: 36px;
    font-weight: normal;
}
.countdown-timer-header.ft {
    font-size: 21px;
}
.ft-delimiter,.ft-space{
    color: #ff6b08;
    width: 24px;
    text-align: center;
}
.countdown-timer-header .ft-delimiter, .countdown-timer-header .ft-space{
    color: #da2a41;
    width: 7px;
    text-align: center;
}
.ft-space::before {
    content: ':';
    display: inline-block;
}
.ft-dark .ft-digit{
    background: transparent;
    color: #ff6b08;
}
.countdown-timer-header.ft-dark .ft-digit{
    color: #da2a41;
}
.ft-digit, .ft-digit:first-child{
    border: 0;
}

.ft-caption{
    font-size: 17px;
    text-transform: uppercase;
    color: #ff6b08;
    margin-top: 7px;
    margin-bottom: 7px;
}
.countdown-timer-header .ft-caption{
    font-size: 9px;
    color: #da2a41;
}
.ft-shifter li{
    width: 20px;
}
.countdown-timer-header .ft-shifter li{
    width: 14px;
}
.section-31{
    padding: 80px 0;
    background-color: #f2f2f2;
}
.section-32{
    padding: 80px 0;
    background-color: #f6f7fc;
}
.card-s32{
    border: 0;
    border-radius: 20px;
}
.card-s32 .card-body{
    padding: 40px 25px;
}
@media (min-width: 768px) {
    .card-s32 .card-body{
        padding: 70px;
    }
}
.s32-heading{
    font-family: var(--font-open-sans);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.43;
    color: #301843;
}
.s32-p{
    font-family: var(--font-open-sans);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.43;
    color: #301843;
}
.s32-p2{
    line-height: 2;
}
.s32-p b{
    font-weight: 700;
}
.s32-p-style1{
    font-size: 28px;
    font-weight: 700;
    line-height: 1.61;
}
.s32-p-style2{
    font-size: 29px;
    font-weight: 700;
}
.s32-p-style3{
    font-weight: 600;
}
.media-s32-wrapper .media-s22{
    flex-direction: column;
    align-items: center;
}
.media-s32-wrapper .media-body{
    background-color: #f6f7fc;
}
@media (min-width: 768px) {
    .media-s32-wrapper .media-body{
        margin-left: 25px;
    }
    .media-s32-wrapper .media-s22{
        flex-direction: row;
        align-items: normal;
    }
    .media-s32-wrapper .media-body:before {
        content: '';
        position: absolute;
        left: -14px;
        top: 20%;
        width: 15px;
        height: 19px;
        background-image: url('../img/3/s26_box_arrow.png');
        background-repeat: no-repeat;
        background-position: right center;
        background-size: contain;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }
}

.media-s32-wrapper .media-s22{
    margin-bottom: 45px;
}
.section-33{
    padding: 80px 0;
    background-color: #0f121c;
    position: relative;
}
.section-33:before, .section-33:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 12px;
    width: 100%;
    background: repeating-linear-gradient(134deg, #ff6b08, #ff6b08 6px, #263238 2px, #263238 13px);
}
.section-33:before{
    top: 0;
}
.section-33:after{
    bottom: 0;
}
.s33-heading{
    font-family: var(--font-open-sans);
    font-size: 33px;
    font-weight: bold;
    line-height: 1.8;
    color: #ff6b08;
    margin-bottom: 80px;
}
.font-weight-500{
    font-weight: 500 !important;
}
.s33-p{
    font-family: var(--font-open-sans);
    font-size: 20px;
    font-weight: normal;
    line-height: 2;
    color: #ffffff;
}
.s33-p em{
    color: #838ca5;
}
.s33-p-style1{
    font-size: 26px;
    font-weight: 800;
    color: #ff6b08;
    font-style: italic;
}
.s33-p-style2{
    font-weight: 500;
}

.fly-counter {
    display: none;
    position: fixed;
    left: 1%;
    bottom: 15px;
    z-index: 99;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 46px 18px 18px;
}
@media (max-width: 991px) {
    .fly-counter {
        display: none !important;
    }
}
.fly-counter .text-above::before {
    content: '';
    background-image: url("../img/fly-counter/arrow-bottom.png");
    background-repeat: no-repeat;
    position: absolute;
    width: 19px;
    height: 36px;
    right: 13px;
    top: 75px;
}
.fly-counter .text-above p {
    margin: 0;
    color: #2f2d29;
    font-family: 'Patua One', cursive;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 30px;
}
.fly-counter .text-above p strong {
    font-size: 38px;
    font-weight: bold;
}
.fly-counter .text-above p strong .underline {
    position: relative;
}
.fly-counter .text-above p strong .underline::after {
    content: '';
    background-image: url("../img/fly-counter/underline-counter.png");
    background-repeat: no-repeat;
    position: absolute;
    width: 146px;
    height: 5px;
    left: 0;
    bottom: -1px;
}
.fly-counter .text-above::after {
    content: '';
    background-image: url("../img/fly-counter/warning-counter.png");
    background-repeat: no-repeat;
    position: absolute;
    width: 21px;
    height: 19px;
    left: calc(50% - 10px);
    top: 16px;
}
.fly-counter .countdown-box {
    border-radius: 7px;
    background-color: #ee5851;
    margin-top: 15px;
    padding: 20px 15px 17px;
}
.fly-counter .ft-dark .ft-digit, .fly-counter .ft-caption, .fly-counter .ft-delimiter, .fly-counter .ft-space{
    font-family: 'Patua One', cursive;
    color: #ffffff;
}
.fly-counter .ft-dark .ft-digit{
    height: 38.5px !important;
}
.s2-media .media-body, .media-s22 .media-body{
    position: relative;
    padding-bottom: 60px;
}
.s2-media .media-body:after, .media-s22 .media-body:after{
    content: "Disclaimer: your results may vary";
    font-family: var(--font-open-sans);
    font-size: 10px;
    font-weight: 400;
    line-height: 1.7;
    color: gray;
    position: absolute;
    bottom: 35px;
    left: 46px;
}
.slider-s28-image{
    text-align: center !important;
}
.slick-slide img{
    display: inline-block;
}
.checkout-modal .modal-content {
    max-height: 100%;
}
.checkout-modal .modal-content {
    border-radius: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.checkout-modal .modal-header {
    height: 93px;
    background-color: #07080a;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 33px;
    padding-bottom: 33px;
}
.checkout-modal .modal-header h5 {
    font-size: 18px;
    font-family: Montserrat,sans-serif;
    color: #ffe179;
}
.checkout-modal .modal-header .close {
    text-shadow: none;
    color: #fff;
    opacity: 1;
    font-weight: 100;
    position: absolute;
    right: 11px;
    top: 11px;
}
.checkout-modal .modal-body {
    background-color: #f8f9fb;
    padding: 25px 22px;
}
#form-efarming-vsl .btn-register-modal {
    background-color: #fbd656;
    border: 0;
    border-radius: 2px;
    border-bottom: 5px solid #f1c93e;
    font-size: 15px;
    font-family: Montserrat,sans-serif;
    color: #293d21;
    font-weight: 700;
    width: 100%;
    display: block;
    padding: 13px;
    text-transform: uppercase;
    margin-bottom: 0;
    transition: all linear .3s;
    cursor: pointer;
}
#form-efarming-vsl .btn-register-modal:focus, #form-efarming-vsl .btn-register-modal:hover {
    background-color: #d9b450;
    border-bottom: 5px solid #d7b038;
    cursor: pointer;
    box-shadow: none;
    outline: none;
}
#form-efarming-vsl .form-control{
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1.3px;
    color: rgba(19,22,39,.85);
    padding-left: 0;
    padding-right: 0;
    border: 0!important;
    border-bottom: 1px solid rgba(66,69,93,.24)!important;
    border-radius: 0;
    width: 100%!important;
    height: 34px;
    background-color: #fff!important;
}
#form-efarming-vsl .form-control:focus{
    box-shadow: none;
    outline: none;
}
#form-efarming-vsl{
    background: #ffffff;
    padding: 20px;
}