.bebas-font{
    font-family: bebas;
}
.header_menu {
    background: #43234c;
    width: 40%;
    position: absolute;
    height: 100vh;
    padding-top: 80px;
    z-index: 100;
}

#page-content{
    position: relative;
}

#submitFeedbackLanding{
    display: inline-block;
    padding: 6px;
    height: 40px;
}
.submit-container{
    text-align: center;
}



.banner-heading {
    color: black;
    width: 50%;
    padding: 10px 0px 10px 0;
    position: absolute;
    top: 88vh;
    /* height: 12vh; */
    z-index: 100;
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 30px;
    /*background: rgba(255,255,255,0.7);*/
}

.banner-heading-bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.banner-heading-txt {
    font-size: 60px;
    color: white;
    text-align: left;
    margin-top: 3px;
}

.menu_mask {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    z-index: 99;
    background: white;
    opacity: 0.8;
}

.menu_item {
    padding: 20px;
    padding-left: 40px;
    padding-bottom: 10px;
    padding-top: 10px;

}

.menu_item a {
    color: white;
    font-weight: bold;
    font-size: 35px;
}

.enq-pop-up {
    position: absolute;
    top: 30%;
    z-index: 1000;
    left: 20%;
    background: #43234c;
    box-shadow: 0px 1px 6px rgba(86, 78, 40, 0.75);
    width: 60%;
    height: 400px;
}

.header_white {
    background: white !important;
    color: #43234c;
    box-shadow: 0px 1px 6px rgba(86, 78, 40, 0.75);
}

.header_white .hamburger div {
    background-color: #43234c;
}

.pop-banner {
    position: relative;
}

.pop-txt {
    position: absolute;
    top: 20%;
    text-align: center;
    padding: 25px;
    width: 100%;
}

.pop-bold-txt {
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 10px;

}

.lets-connect {
    text-transform: uppercase;
    background: #43234c;
    color: white;
    margin-top: 20px;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    font-weight: bold;
}

.pop-sub-txt {
    font-size: 20px;
}

.pop-mask {
    position: absolute;
    top: 0;
    background: white;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.heading-h1 {
    margin: 0;
    font-weight: normal;
}

.submit-pop {
    color: white !important;
    background: #8d5c95 !important;
    /*font-weight: bold;*/
}
.disabled-btn{
    background: #FFE326 !important;
    color: black !important;
    cursor: none;

}

.pop-banner {
    width: 55%;
    float: left;
    height: 400px;
}

.enq-form {
    width: 41%;
    float: left;
    padding: 2% 5%;
}

.pop-banner-img {
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
}

.enquiry-pop-up .heading {
    color: white;
    text-align: center;
}

.enq-pop-up .form-field input, .enq-pop-up .form-field textarea {
    background: white;
    color: black;
    padding: 8px;
    width: 90%;
    border: 1px inset white;
    border-radius: 5px;
    font-family: 'B612', sans-serif;


}

.enquiry-pop-up {
    width: 100%;
}

.enq-pop-up .heading {
    margin-bottom: 20px;
}

.enq-pop-up .form-field {
    width: 100%;
    margin-bottom: 10px;
}

.close-pop-up-form {
    float: right;
    position: relative;
    /* top: -20px; */
    right: 10px;
    font-size: 25px;
    cursor: pointer;
    color: white;
}

.mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 70;
    background: rgba(0, 0, 0, 0.35);
}

.header-social-icon {
    display: inline-block;
    margin-right: 0px;
    border: 2px solid #43234c;
    padding: 5px;
    border-radius: 30px;
    width: 20px;
    height: 20px;
    background: #43234c;

}

.header-social-icon .fa {
    color: white;
    font-size: 20px !important;
    margin-left: 2px;
    position: relative;
    top: 0px;
}

.header-social {

    float: right;
    position: relative;
    margin-top: 15px;
    right: 30px;

}


.header {
    /*required*/
    /*top: 0;*/
    width: 100%;
    z-index: 9999;
    position: relative;
}

.heading-txt {
    text-align: center;
    float: left;
}

.logo-heading {

    font-size: 30px;
    letter-spacing: 2px;
    /*display: inline-block;*/
    color: #f7e2c8;
    cursor: pointer;
    font-weight: bold;
    margin-top: 5px;

}

.hamburger div {
    width: 30px;
    height: 3px;
    background-color: #795548;
    margin: 6px 1px 6px 1px;
    border-radius: 1px;
}

.bar1, .bar2, .bar3 {
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
    background: white !important;
}

.change .bar2 {
    opacity: 0;
    /*background: white !important;*/

}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-9px, -9px);
    transform: rotate(45deg) translate(-9px, -9px);
    background: white !important;
}

.topNav ul {
    list-style: none none;
}

.sub-item{
    margin-left: 100px;
    padding: 10px;
}

.sub-item a{
    font-size: 25px;
}
.topNav {
    float: right;
    margin-top: 20px;
    margin-right: 10px;
    width: 70%;
}

.topNav li {
    float: left;
    width: 16%;
    height: 50px;
    color: #324974;
    text-align: center;
}

.topNav li a {
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
    /* color: white; */
    /* font-weight: bold; */
    font-size: 18px;
    margin-top: 5px;
}

/*desktop*/
@media screen and (min-width: 1024px ) {

    .big-font {
        font-size: 45px !important;
    }

    .medium-font {
        font-size: 28px !important;
    }

    .small-font {
        font-size: 18px !important;
        line-height: 30px !important;
        color: #43234c !important;
    }

    .desktop-only {
        display: block;
    }

    .mobile-only {
        display: none;
    }

    .exp:hover {
        color: #314877;
    }

    .sub-prod a:hover {
        text-decoration: underline;
    }

    .sub-prod-container {
        display: block;
        width: 200px;
        text-align: left;
        margin-top: -25px;
        position: absolute;
    }

    .expansionsign {
        display: inline-block;
        margin-left: 10px;
        text-transform: none;
        font-size: 10px;
    }

    .header {
        position: fixed;
        top: 0;
        /*background: white;*/
        height: 70px;
    }

    .wrap {
        top: 82px;
        position: relative;
    }

    .topNav li {
        float: left;
        width: 14%;
        height: 50px;
        text-align: left;
        color: #324974;
    }

    .topNav li a {
        display: inline-block;
        width: 100%;
        height: 100%;
        color: #324974;
    }

    .topNav li a {
        margin-left: 10px;
        margin-right: 10px;
        text-decoration: none;
        /* color: white; */
        /* font-weight: bold; */
        font-size: 14px;
        margin-top: 5px;
        color: #707070;
        text-align: center;
        font-family: worksans;
    }

    .topNav {
        float: left;
        margin-top: 20px;
        margin-right: 10px;
        width: 63%;
    }


    .logo-heading {
        /*margin-left: 20px;*/
    }

    .logo-heading-img {
        margin-top: 15px;
    }

    .hamburger {
        /*right: 40px;*/
        position: relative;
        /*top: 30px;*/
        cursor: pointer;
        padding: 20px;
        z-index: 100;
        display: none;
    }

    .logo-box {
        width: 250px;
        height: 60px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .banner-mask{
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: .9;
        z-index: -1;
    }
    .psd-bg{
        position: relative;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1024px)  {
    .header-social-mob{
        right: 40px;
    }
    .header-social-mob .widget_subscribe__social{
        padding-left:0 ;
    }
    .exp:hover {
        color: #314877;
    }

    .sub-prod a:hover {
        text-decoration: underline;
    }

    .sub-prod-container {
        display: block;
        width: 200px;
        text-align: left;
        margin-top: -25px;
        position: absolute;
    }

    .expansionsign {
        display: inline-block;
        margin-left: 10px;
        text-transform: none;
        font-size: 10px;
    }

    .header {
        position: fixed;
        top: 0;
        /*background: white;*/
        height: 70px;
    }

    .wrap {
        top: 82px;
        position: relative;
    }

    .topNav li {
        float: left;
        width: 16.6%;
        height: 50px;
        text-align: left;
        color: #324974;
    }

    .topNav li a {
        display: inline-block;
        width: 100%;
        height: 100%;
        color: #324974;
    }

    .topNav li a {
        margin-left: 10px;
        margin-right: 10px;
        text-decoration: none;
        /* color: white; */
        /*font-weight: bold;*/
        font-size: 18px;
        margin-top: 5px;
    }

    .topNav {
        float: right;
        margin-top: 20px;
        margin-right: 10px;
        width: 70%;
    }


    .logo-heading {
        /*margin-left: -20px;*/
    }

    .logo-heading-img {
        margin-top: 15px;
    }

    .hamburger {
        /*right: 40px;*/
        position: relative;
        /*top: 30px;*/
        cursor: pointer;
        padding: 20px;
        z-index: 100;
    }

    .logo-box {
        width: 240px;
        height: 40px;
        margin-top: 18px;
        background-position:left;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .header-social {
        display: none;
    }

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .need-digital {
        font-size: 20px !important;
        padding: 20px 20px 0 20px;
    }

    .talk-to-us-container {
        padding-top: 0px !important;
    }

    .pop-banner {
        width: 100%;
        height: 150px;
    }

    .enq-form {
        width: 92%;
        background: #43234c;
        padding: 20px 5%;
    }

    .pop-txt {
        top: 0;
        padding: 5px;
    }

    .pop-bold-txt {
        font-size: 30px;
    }

    .pop-sub-txt {
        font-size: 15px;
    }

    .lets-connect {
        margin-top: 10px;
        padding: 5px;
        font-size: 10px;
    }

    .enq-pop-up .form-field input, .enq-pop-up .form-field textarea {
        padding: 4px;
    }

    .header_menu {
        width: 80%;
    }

    .pop-txt {
        width: 100%;
    }

    .big-font {
        font-size: 30px !important;
    }

    .medium-font {
        font-size: 20px !important;
    }

    .small-font {
        font-size: 15px !important;
    }

    .desktop-only {
        display: none;
    }

    .menu_item{
        padding: 10px;
        padding-left: 20px;
        font-family: worksans;
    }

    .menu_item a{
        font-size: 25px;
    }
    .sub-item{
        margin-left: 50px;
    }

    .hamburger{
        padding-left: 10px;
    }

    .banner-heading-txt{
        font-size: 40px;
    }

    .banner-mask{
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: .9;
        z-index: -1;
    }
    .psd-bg{
        position: relative;
    }

    .topNav{
        display: none;
    }

}
@media only screen and (max-width: 767px) {

    .header-social-mob{
        right: 15px;
        margin-top: 20px;
    }
    .header-social-mob .widget_subscribe__social{
        padding-left:0 ;
    }
    .exp:hover {
        color: #314877;
    }

    .sub-prod a:hover {
        text-decoration: underline;
    }

    .sub-prod-container {
        display: block;
        width: 200px;
        text-align: left;
        margin-top: -25px;
        position: absolute;
    }

    .expansionsign {
        display: inline-block;
        margin-left: 10px;
        text-transform: none;
        font-size: 10px;
    }

    .header {
        position: fixed;
        top: 0;
        /*background: white;*/
        height: 70px;
    }

    .wrap {
        top: 82px;
        position: relative;
    }

    .topNav li {
        float: left;
        width: 16.6%;
        height: 50px;
        text-align: left;
        color: #324974;
    }

    .topNav li a {
        display: inline-block;
        width: 100%;
        height: 100%;
        color: #324974;
    }

    .topNav li a {
        margin-left: 10px;
        margin-right: 10px;
        text-decoration: none;
        /* color: white; */
        /*font-weight: bold;*/
        font-size: 18px;
        margin-top: 5px;
    }

    .topNav {
        float: right;
        margin-top: 20px;
        margin-right: 10px;
        width: 70%;
    }


    .logo-heading {
        /*margin-left: -20px;*/
    }

    .logo-heading-img {
        margin-top: 15px;
    }

    .hamburger {
        /*right: 40px;*/
        position: relative;
        /*top: 30px;*/
        cursor: pointer;
        padding: 20px;
        z-index: 100;
    }

    .logo-box {
        width: 230px;
        height: 40px;
        margin-top: 18px;
        background-position:left;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .header-social {
        display: none;
    }

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }

    .need-digital {
        font-size: 20px !important;
        padding: 20px 20px 0 20px;
    }

    .talk-to-us-container {
        padding-top: 0px !important;
    }

    .pop-banner {
        width: 100%;
        height: 150px;
    }

    .enq-form {
        width: 92%;
        background: #43234c;
        padding: 20px 5%;
    }

    .pop-txt {
        top: 0;
        padding: 5px;
    }

    .pop-bold-txt {
        font-size: 30px;
    }

    .pop-sub-txt {
        font-size: 15px;
    }

    .lets-connect {
        margin-top: 10px;
        padding: 5px;
        font-size: 10px;
    }

    .enq-pop-up .form-field input, .enq-pop-up .form-field textarea {
        padding: 4px;
    }

    .header_menu {
        width: 80%;
    }

    .pop-txt {
        width: 100%;
    }

    .big-font {
        font-size: 30px !important;
    }

    .medium-font {
        font-size: 20px !important;
    }

    .small-font {
        font-size: 15px !important;
    }

    .desktop-only {
        display: none;
    }

    .menu_item{
        padding: 10px;
        padding-left: 20px;
        font-family: worksans;
    }

    .menu_item a{
        font-size: 25px;
    }
    .sub-item{
        margin-left: 50px;
    }

    .hamburger{
        padding-left: 10px;
    }

    .banner-heading-txt{
        font-size: 40px;
    }

    .banner-mask{
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: .9;
        z-index: -1;
    }
    .psd-bg{
        position: relative;
    }

    .topNav{
        display: none;
    }


}





