@font-face {
    font-family: "Butler";
    src: url("../fonts/Butler-Bold.eot");
    src: url("../fonts/Butler-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Butler-Bold.woff2") format("woff2"), url("../fonts/Butler-Bold.woff") format("woff"), url("../fonts/Butler-Bold.ttf") format("truetype"),
        url("../fonts/Butler-Bold.svg#Butler-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-SemiBold.eot");
    src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"),
        url("../fonts/Montserrat-SemiBold.ttf") format("truetype"), url("../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Light.eot");
    src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"),
        url("../fonts/Montserrat-Light.ttf") format("truetype"), url("../fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
body {
    margin: 0;
    padding: 0;
}
html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}
textarea {
    resize: none;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
ul {
    margin: 0;
    padding: 0;
}
img {
    height: auto;
    max-width: 100%;
}
section.beyond-belief {
    display: flex;
    width: 100%;
    flex: 0 0 100%;
}
section.beyond-belief .welcome-content {
    width: 70%;
    flex: 0 0 70%;
}
@media (max-width: 767px) {
    section.beyond-belief .welcome-content {
        width: 100%;
        flex: 0 0 100%;
    }
}
section.beyond-belief .welcome-content .first {
    width: 100%;
    background: #1f2a44;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 70px;
}
@media (max-width: 1368px) {
    section.beyond-belief .welcome-content .first {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    section.beyond-belief .welcome-content .first {
        padding: 50px 45px 75px 45px;
    }
}
section.beyond-belief .welcome-content .first p.heading {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 18px;
    color: #fbf9f2;
    text-transform: uppercase;
    margin-bottom: 25px;
}
@media (max-width: 991px) {
    section.beyond-belief .welcome-content .first p.heading {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    section.beyond-belief .welcome-content .first p.heading {
        font-size: 12px;
        margin-bottom: 20px;
        text-align: center;
    }
}
section.beyond-belief .welcome-content .first h2 {
    font-family: "Butler";
    font-weight: bold;
    font-size: 64px;
    color: #f6d54d;
    margin: 0 0 16px 0;
}
@media (max-width: 991px) {
    section.beyond-belief .welcome-content .first h2 {
        font-size: 44px;
    }
}
@media (max-width: 767px) {
    section.beyond-belief .welcome-content .first h2 {
        font-size: 36px;
        margin-bottom: 18px;
    }
}
section.beyond-belief .welcome-content .first h4 {
    font-family: "Butler";
    font-weight: bold;
    font-size: 24px;
    color: #fbf9f2;
    margin: 0 0 40px 0;
}
@media (max-width: 991px) {
    section.beyond-belief .welcome-content .first h4 {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    section.beyond-belief .welcome-content .first h4 {
        font-size: 16px;
        max-width: 171px;
        text-align: center;
        margin-bottom: 25px;
    }
}
section.beyond-belief .welcome-content .first h3 {
    font-family: "Butler";
    font-weight: bold;
    font-size: 36px;
	 text-align: center;
    color: #f6d54d;
    margin: 0 0 16px 0;
}
@media (max-width: 991px) {
    section.beyond-belief .welcome-content .first h3 {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    section.beyond-belief .welcome-content .first h3 {
        font-size: 24px;
        margin-bottom: 22px;
    }
}
section.beyond-belief .welcome-content .first h3 span {
    display: block;
   
}
section.beyond-belief .welcome-content .first img.person {
    max-width: 201px;
    margin-bottom: 25px;
}
@media (max-width: 767px) {
    section.beyond-belief .welcome-content .first img.person {
        max-width: 147px;
    }
}
section.beyond-belief .welcome-content .first img.parabel {
    max-width: 128px;
    margin-top: 10px;
}
@media (max-width: 767px) {
    section.beyond-belief .welcome-content .first img.parabel {
        margin-top: 5px;
        max-width: 91px;
    }
}
section.beyond-belief .welcome-content .second {
    width: 100%;
    background: #f6d54d;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 70px 70px 40px 0;
}
@media (max-width: 1368px) {
    section.beyond-belief .welcome-content .second {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    section.beyond-belief .welcome-content .second {
        padding: 40px 15px 55px 15px;
    }
}
section.beyond-belief .welcome-content .second h3 {
    font-family: "Butler";
    font-weight: bold;
    font-size: 36px;
    color: #1f2a44;
    max-width: 530px;
    text-align: center;
    margin: 0 0 75px 0;
}
@media (max-width: 991px) {
    section.beyond-belief .welcome-content .second h3 {
        font-size: 25px;
    }
}
@media (max-width: 767px) {
    section.beyond-belief .welcome-content .second h3 {
        font-size: 21px;
        max-width: 291px;
        margin: 0 auto 45px auto;
    }
}
section.beyond-belief .welcome-content .second .row .content {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
}
@media (max-width: 767px) {
    section.beyond-belief .welcome-content .second .row .content {
        margin-bottom: 20px;
    }
}
section.beyond-belief .welcome-content .second .row .content img {
    max-width: 75px;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    section.beyond-belief .welcome-content .second .row .content img {
        max-width: 53px;
        margin-bottom: 10px;
    }
}
section.beyond-belief .welcome-content .second .row .content p {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    color: #1f2a44;
    max-width: 358px;
}
@media (max-width: 991px) {
    section.beyond-belief .welcome-content .second .row .content p {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    section.beyond-belief .welcome-content .second .row .content p {
        font-size: 12px;
        max-width: 171px;
    }
}
section.beyond-belief .welcome-content .form-mob {
    display: none;
    width: 100%;
    flex: 0 0 100%;
    flex-direction: column;
    padding: 100px 90px 0 60px;
    background: #fbf9f2;
    text-align: center;
}
@media (max-width: 1368px) {
    section.beyond-belief .welcome-content .form-mob {
        padding: 70px 20px 20px 20px;
    }
}
@media (max-width: 767px) {
    section.beyond-belief .welcome-content .form-mob {
        display: flex;
        padding: 56px 32px 93px 32px;
    }
}
section.beyond-belief .welcome-content .form-mob h2 {
    font-family: "Butler";
    font-weight: bold;
    font-size: 36px;
    color: #1f2a44;
    margin-bottom: 38px;
    max-width: 266px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
section.beyond-belief .welcome-content .form-mob p {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 18px;
    max-width: 251px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 58px;
}
section.beyond-belief .welcome-content .form-mob form .form-control{
    background: none;
    border: none;
    border-bottom: 1px solid #1f2a44;
    border-radius: 0;
    color: #1f2a44;
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 18px;
    padding-left: 0;
    padding-bottom: 3px;
}
section.beyond-belief .welcome-content .form-mob form .form-control:focus {
    outline: none;
    box-shadow: none;
}
section.beyond-belief .welcome-content .form-mob form .mb-3 {
    margin-bottom: 60px !important;
}
section.beyond-belief .welcome-content .form-mob form .mb-3:last-of-type {
    margin-bottom: 40px !important;
}
section.beyond-belief .welcome-content .form-mob form .btn-primary,.gform_button {
    background: #f6d54d;
    width: 100%;
    border: 0;
    color: #1f2a44;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 18px;
    padding: 17px 40px;
}
section.beyond-belief .form {
    position: fixed;
    right: 0;
    height: 100vh;
    display: flex;
    width: 30%;
    flex: 0 0 30%;
    flex-direction: column;
    padding: 100px 90px 0 60px;
    background: #fbf9f2;
}
@media (max-width: 1368px) {
    section.beyond-belief .form {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    section.beyond-belief .form {
        display: none;
    }
	section.beyond-belief .welcome-content .form-mob {text-align:left;}
}
section.beyond-belief .form h2 {
    font-family: "Butler";
    font-weight: bold;
    font-size: 42px;
    color: #1f2a44;
    margin-bottom: 40px;
    max-width: 318px;
}
@media (max-width: 1600px) {
    section.beyond-belief .form h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
}
@media (max-width: 1368px) {
    section.beyond-belief .form h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
}
@media (max-width: 991px) {
    section.beyond-belief .form h2 {
        font-size: 20px;
    }
}
section.beyond-belief .form p {
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 20px;
    max-width: 295px;
    color: #1f2a44;
    margin-bottom: 55px;
}
@media (max-width: 1600px) {
    section.beyond-belief .form p {
        margin-bottom: 45px;
    }
	section.beyond-belief .form p {font-size: 19px;}
}
@media (max-width: 1368px) {
    section.beyond-belief .form p {
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {
    section.beyond-belief .form p {
        font-size: 16px;
    }
}
section.beyond-belief .form form {
    max-width: 271px;
}
section.beyond-belief .form form .form-control {
    background: none;
    border: none;
    border-bottom: 1px solid #1f2a44;
    border-radius: 0;
    color: #1f2a44;
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 18px;
    padding-left: 0;
    padding-bottom: 3px;
}
@media (max-width: 991px) {
    section.beyond-belief .form form .form-control {
        font-size: 16px;
    }
}
section.beyond-belief .form form .form-control:focus {
    outline: none;
    box-shadow: none;
}
section.beyond-belief .form form .mb-3 {
    margin-bottom: 60px !important;
}
section.beyond-belief .form form .mb-3:last-of-type {
    margin-bottom: 40px !important;
}
section.beyond-belief .form form .btn-primary,.gform_button {
    background: #f6d54d;
    width: 100%;
    border: 0;
    color: #1f2a44;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 18px;
    padding: 17px 40px;
}
@media (max-width: 1600px) {
    section.beyond-belief .form form .btn-primary,.gform_button {
        padding: 18px 30px 17px 32px;
    }
}
@media (max-width: 991px) {
    section.beyond-belief .form form .btn-primary,.gform_button {
        padding: 18px 5px;
        font-size: 16px;
    }
}
section.thankyou-sec {
    width: 100%;
    background: #ffffff;
    height: 100vh;
    padding-top: 100px;
}
section.thankyou-sec h5 {
    font-family: "Butler";
    font-weight: bold;
    font-size: 25px;
    color: #202945;
    text-align: center;
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    section.thankyou-sec h5 {
        font-size: 20px;
        margin-bottom: 25px;
    }
}
section.thankyou-sec p {
    color: #1f2a44;
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 18px;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    text-align: center;
}
@media (max-width: 767px) {
    section.thankyou-sec p {
        font-size: 16px;
        margin-bottom: 25px;
    }
}
section.thankyou-sec .taste-see {
    background: #fbf9f2;
    width: 100%;
    padding: 100px 0;
    text-align: center;
    margin-bottom: 50px;
}
section.thankyou-sec .taste-see p {
    color: #1f2a44;
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 18px;
    max-width: 580px;
    margin: 0 auto 50px auto;
    text-align: center;
}
@media (max-width: 767px) {
    section.thankyou-sec .taste-see p {
        font-size: 16px;
        margin-bottom: 25px;
    }
}
section.thankyou-sec .taste-see .btn-primary {
    background: #f6d54d;
    width: auto;
    border: 0;
    color: #1f2a44;
    font-family: "Montserrat";
    font-weight: 600;
    font-size: 18px;
    padding: 17px 40px;
    text-transform: uppercase;
}
@media (max-width: 1600px) {
    section.thankyou-sec .taste-see .btn-primary {
        padding: 18px 30px 17px 32px;
    }
}
@media (max-width: 991px) {
    section.thankyou-sec .taste-see .btn-primary {
        padding: 18px 5px;
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    section.thankyou-sec .taste-see .btn-primary {
        padding: 18px 15px;
        font-size: 16px;
    }
}
section.thankyou-sec p.copyright {
    color: #1f2a44;
    font-family: "Montserrat";
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 0;
    text-align: center;
    padding-bottom: 20px;
}
.logo-thankyou {
    padding-top: 50px;
}
@media (max-width: 767px) {
    .logo-thankyou {
        text-align: center;
        padding-top: 25px;
    }
	section.beyond-belief .welcome-content .form-mob h2{font-size:26px;}
	section.beyond-belief .welcome-content .form-mob p{text-align:center;
font-size:16px;
max-width:275px;}
	section.beyond-belief .form form .btn-primary, .gform_button{font-size:18px;}
	section.beyond-belief .welcome-content .second h3{font-size:26px;}
	section.beyond-belief .welcome-content .second .row .content p{font-size:16px;
max-width:220px;}
}
.logo-thankyou img {
    max-width: 200px;
}
