@font-face {
    font-family: "cera-light";
    src: url("../fonts/Cera-Pro-Light.otf");
    src: url("../fonts/cera_pro_light-webfont.woff") format("woff"), url("../fonts/cera_pro_light-webfont.woff2") format("woff2"), url("../fonts/Cera-Pro-Light.otf") format("opentype"),
}

@font-face {
    font-family: "cera-bold";
    src: url("../fonts/Cera-Pro-Bold.otf");
    src: url("../fonts/cera_pro_bold-webfont.woff") format("woff"), url("../fonts/cera_pro_bold-webfont.woff2") format("woff2"), url("../fonts/Cera-Pro-Bold.otf") format("opentype"),
}

body {
    background-color: #f9a61c;
}

.sd-wrapper {
    margin: auto;
    background-repeat: no-repeat;
    background-color: #000;
}

.top-banner {
    position: relative;
}

.arrow:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #000 transparent transparent transparent;
    top: 0%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

.download-btn {
    max-width: 1000px;
    margin: 0px auto 0px auto;
    width: 90%;
    text-align: right;
}

.download-btn a {
    width: 100%;
    padding: 10px;
    border-radius: 0px;
    border: 2px solid #fff;
    background-color: #e83c57;
    color: #fff;
    text-align: center;
    margin: 20px auto 20px auto;
    text-transform: uppercase;
    border-radius: 24px;
    font-size: 20px;
    width: 220px;
    display: inline-block;
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.3);
    outline: 0;
}

.download-btn a:hover {
    background-color: #fff;
    color: #e83c57;
    border: 2px solid #fff;
    text-decoration: none;
}

.top-text {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'cera-light';
    margin-bottom: 20px;
    color: #fff;
}

.top-text span {
    display: block;
    font-weight: 700;
}

.top-text b {
    font-family: 'cera-bold';
}

.white-bg {
    position: relative;
    background-color: #f8a51c;
    background-size: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
}

span.triangle_bg {
    width: 30px;
    height: 30px;
    border-style: solid;
    border-width: 30px 30px 0px 30px;
    border-color: #000 transparent transparent transparent;
    top: 0;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
}

.mediadeck-slider {
    max-width: 1000px;
    margin: 0px auto 0px auto;
    width: 90%;
}

.mediadeck-slider img {
    width: 100%;
}

.sd-logo {
    display: inline-block;
    margin: 25px auto 25px auto;
}

.sd-logo img {
    max-width: 220px;
}

.sd-top-text {
    color: #fff;
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    max-width: 650px;
    margin: 20px auto 20px auto;
    line-height: 32px;
}

.sd-top-text strong {
    font-family: 'Roboto', sans-serif;
}

.sd-form {
    padding: 25px 15px 10px 15px;
    border-radius: 0;
    max-width: 1000px;
    margin: 25px auto;
}

.error_text {
    text-align: center;
    height: 25px;
    color: rgb(201, 111, 111);
    font-family: 'Roboto', sans-serif;
}

.sd-form .sd-input {
    width: 60%;
    padding: 15px;
    border-radius: 0px;
    border: 0;
    font-size: 17px;
    background-color: #ededed;
    /* border:1px solid #fff; */
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    font-family: 'Roboto', sans-serif;
    outline: 0;
    resize: none;
}

form#frmcontactus {
    text-align: center;
}

form#frmcontactus input {
    margin: 10px;
}

input.sd-input.form-first-name {
    background-image: url('../images/icon-name.png') !important;
    background-repeat: no-repeat;
    text-indent: 60px;
    background-size: 65px;
}

input.sd-input.form-company-name {
    background-image: url('../images/icon-company.png') !important;
    background-repeat: no-repeat;
    text-indent: 60px;
    background-size: 65px;
}

input.sd-input.form-email {
    background-image: url('../images/icon-email.png') !important;
    background-repeat: no-repeat;
    text-indent: 60px;
    background-size: 65px;
}

.sd-form .sd-button {
    width: 100%;
    padding: 10px;
    border-radius: 0px;
    border: 2px solid #ffffff;
    background-color: #ffffff;
    color: #e83c57;
    text-align: center;
    margin: 40px auto !important;
    text-transform: uppercase;
    border-radius: 24px;
    font-size: 20px;
    font-weight: 700;
    width: 170px;
    /* display: block; */
    box-shadow: 2px 2px 4px 1px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 2px 2px 4px 1px rgb(0 0 0 / 30%);
    outline: 0;
}

.field-wrapper {
    position: relative;
    margin: 0px 9px 15px 9px;
    display: inline-block;
    width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    display: inline-block;
    vertical-align: top;
}

.name-icon:before {
    background-color: #fbc161;
}

.organisation-icon:before {
    background-color: #eab4d4;
}

.email-icon:before {
    background-color: #fbb6a4;
}


/* .sd-form .sd-button:hover{ 
	background-color:#fff;
	color:#e83c57;
	border:2px solid #fff;
} */

.sd-form .sd-button:hover {
    background-color: #e83c57;
    color: #fff;
    border: 2px solid #fff;
}

.form-thank-you {
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #e83c57;
    display: none;
    z-index: 1;
}

.form-loader {
    display: inline-block;
    position: absolute;
    width: 64px;
    height: 64px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}

.form-loader div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: loaderAnim 1s infinite;
    -webkit-animation: loaderAnim 1s infinite;
    -moz-animation: loaderAnim 1s infinite;
    -ms-animation: loaderAnim 1s infinite;
}

.form-loader div:nth-child(2) {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
    -moz-animation-delay: -0.5s;
    -ms-animation-delay: -0.5s;
}

.form-success-message {
    font-family: 'Roboto', sans-serif;
    max-width: 415px;
    width: 90%;
    position: absolute;
    top: 21%;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    display: none;
}
.contact .php-email-form .checkbox-row input{
    margin: 4px;
}
.contact .php-email-form .checkbox-row label{
    font-size: 14px;
}
.contact .php-email-form .checkbox-row label a{
    color: #ffffff;
    /* font-weight: 600; */
}
.contact .php-email-form .btns[disabled] {
    cursor: not-allowed;
    opacity: 0.2;
}
a:hover {
    /* text-decoration: none; */
    color: #fff;
}

.form-success-message span {
    font-family: 'Roboto', sans-serif;
}

.form-success-message strong {
    display: block;
    margin-top: 35px;
    font-size: 37px;
}

.for-enquiries {
    color: #fff;
    font-size: 28px;
    font-family: 'Roboto', sans-serif;
    ;
    font-weight: 600;
    border-bottom: 4px solid #fff;
    margin: 35px auto 20px auto;
    /* line-height: 32px; */
    text-transform: uppercase;
    /* text-decoration: underline; */
    display: table;
}

.landing-email {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 15px;
    background-image: url(../images/icon5-new.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px;
    padding: 11px 0 11px 40px;
    margin-bottom: 15px;
    margin-right: 20px;
    display: inline-block;
}

.landing-website {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-size: 15px;
    background-image: url(../images/icon4-new.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px;
    padding: 11px 0 11px 40px;
    margin-bottom: 15px;
    display: inline-block;
}

.follow-us {
    margin-bottom: 40px;
}

.follow-us span {
    color: #fff;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    margin-top: -6px;
    /* display: inline-block; */
    vertical-align: text-top;
    margin-right: 10px;
}

.follow-us a {
    /* margin-right:7px; */
}

.follow-us img {
    width: 35px;
    /* border-radius: 5px;  */
}

.contact .php-email-form input,
.contact .php-email-form select,
.contact .php-email-form textarea {
    padding: 10px 15px;
    background-color: #fbdeb1;
    border-radius: 0;
    background-clip: border-box;
}

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    vertical-align: middle;
    background-color: #fff;
    background-image: url();
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.section-header {
    text-align: center;
    padding-bottom: 40px;
}

.contact h2 {
    color: #000;
    text-align: center;
}

.section-header h2 {
    letter-spacing: 1px;
    margin: 0;
    color: #000;
    text-transform: uppercase;
}

h2 {
    font-size: 48px;
    font-family: SF-compact-text-heavy;
}

@keyframes loaderAnim {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0
    }
}

@media (max-width:767px) {
    .for-enquiries {
        margin: 15px auto 20px auto;
    }
    .sd-logo {
        margin: 15px auto 15px auto;
    }
    .sd-logo img {
        max-width: 125px;
    }
    .sd-top-text {
        font-size: 17px;
        line-height: 22px;
    }
    .slick-prev {
        left: -28px !important;
    }
    .slick-next {
        right: -28px !important;
    }
    .sd-form .sd-button {
        margin: 10px auto 10px auto;
    }
    .sd-form {
        padding: 0px 0px 25px 0px !important;
        margin-bottom: 0;
    }
    .sd-form .sd-input {
        padding: 12px 15px 12px 15px;
        font-size: 14px;
    }
    .sd-form .sd-button {
        margin: 10px auto 10px auto;
    }
    .field-wrapper {
        width: 100%;
        margin: 0px 0px 15px 0px;
    }
    .download-btn a {
        font-size: 14px;
        width: 160px;
    }
    .top-text {
        font-size: 16px
    }
    .top-text span {
        display: contents;
    }
}