.wsmenu a:focus {
    outline: 0;
}

.wsmenu:after,
.wsmenu:before {
    content: "";
    display: table;
}

.wsmenu:after {
    clear: both;
}

.wsmainfull {
    width: 100%;
    height: auto;
    background-color: #fff !important;
    z-index: 999;
    -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}

.wsmainwp {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
    position: relative;
}

.desktoplogo {
    padding: 0;
    margin: 0;
    float: left;
    line-height: 70px;
}

.desktoplogo img {
    vertical-align: middle;
}

.wsmenu {
    padding: 0;
    float: right;
    display: block;
}

.wsmenu>.wsmenu-list {
    text-align: left;
    margin: 0 auto;
    width: 100%;
    display: block;
    padding: 0;
}

.wsmenu>.wsmenu-list>li {
    text-align: center;
    display: block;
    padding: 0;
    margin: 0;
    float: left;
}

.wsmenu>.wsmenu-list>li>a {
    display: block;
    color: #666;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .5px;
    padding: 10px 32px 10px 18px;
    line-height: 50px;
    text-decoration: none;
    position: relative;
}

.wsmenu>.wsmenu-list>li>a.last-link {
    padding: 10px 0;
}

.white-menu .wsmenu>.wsmenu-list>li>a {
    color: #444;
}

.wsmenu>.wsmenu-list>li:hover>a {
    color: #f0f0f0;
}

.white-menu .wsmenu>.wsmenu-list>li:hover>a {
    color: #171819;
}

.wsmenu>.wsmenu-list>li>a i {
    display: inline-block;
    font-size: 16px;
    line-height: inherit;
    margin-right: 12px;
    vertical-align: top;
}

.wsmobileheader {
    display: none;
}

.overlapblackbg {
    opacity: 0;
    visibility: hidden;
}

@media only screen and (max-width:991px) {
    .desktoplogo {
        display: none;
    }

    .wsmainfull {
        height: 0;
    }

    .wsmenu {
        width: 100%;
        background: transparent none repeat scroll 0 0;
        left: 0;
        overflow-y: hidden;
        padding: 0;
        top: 0;
        visibility: hidden;
        position: fixed;
        margin: 0;
    }

    .wsmenu>.wsmenu-list {
        height: auto;
        min-height: 100%;
        width: 240px;
        width: 300px;
        background: #fff;
        padding-bottom: 0;
        margin-left: -240px;
        margin-left: -300px;
        display: block;
        text-align: center;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

    .wsmenu>.wsmenu-list>li {
        width: 100%;
        display: block;
        float: none;
        border-right: none;
        background-color: transparent;
        position: relative;
        white-space: inherit;
        clear: right;
    }

    .wsmenu>.wsmenu-list>li>a {
        padding: 12px 32px 12px 17px;
        font-size: 15px;
        text-align: left;
        border-right: solid 0;
        background-color: transparent;
        color: #666;
        line-height: 25px;
        border-bottom: 1px solid;
        border-bottom-color: rgba(0, 0, 0, .13);
        position: static;
    }

    .wsmenu>.wsmenu-list>li>a>i {
        font-size: 14px;
        color: #bfbfbf;
    }

    .wsmenu>.wsmenu-list>li:hover>a {
        background-color: rgba(0, 0, 0, .08);
        text-decoration: none;
    }

    .wsmobileheader {
        width: 100%;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10002;
        height: 54px;
        background-color: #eaecf0;
        text-align: center;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        box-shadow: 0 0 1px rgba(0, 0, 0, .3);
    }

    .wsmobileheader .smllogo {
        display: inline-block;
        margin-top: 12px;
    }

    .wsanimated-arrow {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 102;
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .wsanimated-arrow {
        cursor: pointer;
        padding: 16px 35px 16px 0;
        margin: 7px 0 0 15px;
    }

    .wsanimated-arrow span,
    .wsanimated-arrow span:after,
    .wsanimated-arrow span:before {
        cursor: pointer;
        height: 3px;
        width: 22px;
        background: #a9a9a9;
        position: absolute;
        display: block;
        content: '';
    }

    .wsanimated-arrow span:before {
        top: -7px;
        width: 26px;
    }

    .wsanimated-arrow span:after {
        bottom: -7px;
        width: 20px;
    }

    .wsanimated-arrow span,
    .wsanimated-arrow span:after,
    .wsanimated-arrow span:before {
        transition: all .5s ease-in-out;
    }

    .overlapblackbg {
        right: 0;
        width: calc(100% - 240px);
        width: calc(100% - 300px);
        height: 100vh;
        min-height: 100%;
        position: fixed;
        top: 0;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(0, 0, 0, .45);
        cursor: pointer;
    }
}

@media only screen and (min-width:992px) and (max-width:1162px) {
    .desktoplogo {
        margin-left: 12px;
    }

    .wsmenu>.wsmenu-list>li>a {
        padding-left: 16px;
        padding-right: 16px;
    }
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

a:hover {
    color: #666;
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.btn {
    background-color: transparent;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    padding: 13px 26px;
    border: 2px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}

.btn-rose {
    color: #fff !important;
    background-color: #ff1f59;
    border-color: #ff1f59;
}

.tra-black-hover:hover {
    color: #333 !important;
    background-color: transparent;
    border-color: #333 !important;
}

.btn:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#header {
    width: 100%;
    display: block;
    padding-top: 0;
}

.header-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.wsmainfull {
    width: 100%;
    height: auto;
    z-index: 1031;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}

.white-menu .wsmainfull {
    background-color: #fff !important;
    padding: 10px 0;
    -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
    box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

.wsmenu>.wsmenu-list>li>a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 7px;
    padding: 10px 15px;
    line-height: 50px;
    text-decoration: none;
}

.navbar-dark .wsmenu>.wsmenu-list>li>a {
    color: #444;
}

.wsmenu>.wsmenu-list>li>a.last-link {
    padding: 10px 0;
    margin: 0 0 0 7px;
}

.wsmenu>.wsmenu-list>li a.btn {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: .25px;
    margin-top: 13px;
    margin-left: 15px;
    padding: 6px 20px;
}

.logo-black,
.logo-white {
    display: block;
}

.navbar-dark .logo-white {
    display: none;
}
@media (min-width:992px) and (max-width:1199.95px) {
    .wsmenu>.wsmenu-list>li>a {
        font-size: 16px;
        margin: 0 2px;
        padding: 10px 15px;
    }

    .wsmenu>.wsmenu-list>li a.btn {
        font-size: 15px;
        padding: 4px 25px;
        margin-top: 14px;
    }
}

@media (min-width:768px) and (max-width:991.95px) {
    .btn {
        font-size: 15px;
        padding: 12px 24px;
    }

    .wsmobileheader {
        height: 80px;
        background-color: #fff;
        box-shadow: 0 0 2px rgba(50, 50, 50, .4);
    }

    .wsanimated-arrow {
        padding: 14px 28px 14px 0;
        margin: 24px 0 0 20px;
    }

    .wsanimated-arrow span:before {
        top: -8px;
        width: 26px;
    }

    .wsanimated-arrow span:after {
        bottom: -8px;
        width: 20px;
    }

    .wsmenu>.wsmenu-list>li>a {
        font-size: 18px;
        padding: 5px 32px 5px 18px;
        margin: 0;
    }

    .wsmenu>.wsmenu-list>li>a>i {
        color: #fff;
    }

    .wsmenu>.wsmenu-list>li>a.btn {
        height: 60px;
        font-size: 18px;
        line-height: 56px;
        border: none;
        padding: 0 17px;
        margin: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .wsmobileheader .smllogo {
        margin-top: 20px;
    }

    .wsmobileheader .smllogo-black {
        display: block;
    }

    .wsmobileheader .smllogo-white {
        display: none;
    }
}

@media (max-width:767px) {
    .wsmobileheader {
        height: 80px;
        background-color: #fff;
        box-shadow: 0 0 2px rgba(50, 50, 50, .4);
    }

    .wsanimated-arrow {
        padding: 14px 28px 14px 0;
        margin: 24px 0 0 20px;
    }

    .wsanimated-arrow span:before {
        top: -8px;
        width: 26px;
    }

    .wsanimated-arrow span:after {
        bottom: -8px;
        width: 20px;
    }

    .wsmenu>.wsmenu-list>li>a {
        font-size: 18px;
        padding: 5px 32px 5px 18px;
        margin: 0;
    }

    .wsmenu>.wsmenu-list>li>a>i {
        color: #fff;
    }

    .wsmenu>.wsmenu-list>li a.btn {
        height: 60px;
        font-size: 18px;
        line-height: 56px;
        padding: 0 17px;
        border: none;
        margin: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .wsmobileheader .smllogo {
        margin-top: 20px;
    }

    .wsmobileheader .smllogo-black {
        display: block;
    }

    .wsmobileheader .smllogo-white {
        display: none;
    }
}

@media (min-width:480px) and (max-width:767.95px) {
    .btn {
        font-size: 15px;
        padding: 12px 24px;
    }

    .wsmobileheader {
        height: 80px;
        background-color: #fff;
        box-shadow: 0 0 2px rgba(50, 50, 50, .4);
    }

    .wsanimated-arrow {
        padding: 14px 28px 14px 0;
        margin: 24px 0 0 20px;
    }

    .wsanimated-arrow span:before {
        top: -8px;
        width: 26px;
    }

    .wsanimated-arrow span:after {
        bottom: -8px;
        width: 20px;
    }

    .wsmenu>.wsmenu-list>li>a {
        font-size: 18px;
        padding: 5px 32px 5px 18px;
        margin: 0;
    }

    .wsmenu>.wsmenu-list>li>a>i {
        color: #fff;
    }

    .wsmenu>.wsmenu-list>li a.btn {
        height: 60px;
        font-size: 18px;
        line-height: 56px;
        padding: 0 17px;
        border: none;
        margin: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .wsmobileheader .smllogo {
        margin-top: 20px;
    }

    .wsmobileheader .smllogo-black {
        display: block;
    }

    .wsmobileheader .smllogo-white {
        display: none;
    }
}

@media (min-width:321px) and (max-width:479.95px) {
    .btn {
        font-size: 15px;
        padding: 12px 24px;
    }
}

@media (max-width:320.95px) {
    .btn {
        font-size: 15px;
        padding: 12px 24px;
    }
}
.mb-40 {
    margin-bottom: 40px;
}

.bg-scroll {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg-scroll {
    background-attachment: fixed !important;
}

h3,
h4,
h5 {
    color: #283034;
    font-family: Muli, sans-serif;
    font-weight: 700;
    letter-spacing: -.5px;
}

p {
    font-size: 1.05rem;
}

p.p-md {
    font-size: 1.125rem;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

a:hover {
    color: #666;
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

.btn {
    background-color: transparent;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    padding: 13px 26px;
    border: 2px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out;
}

.btn.btn-md {
    font-size: 16px;
    padding: 14px 28px;
}

.btn-rose,
.white-color .btn-rose {
    color: #fff !important;
    background-color: #ff1f59;
    border-color: #ff1f59;
}

.tra-white-hover:hover {
    color: #fff !important;
    background-color: transparent;
    border-color: #fff !important;
}

.tra-black-hover:hover {
    color: #333 !important;
    background-color: transparent;
    border-color: #333 !important;
}

.btn:focus {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.white-color,
.white-color a,
.white-color h3,
.white-color h4,
.white-color h5,
.white-color p,
.white-color span {
    color: #fff;
}

#hero-9 {
    background-image: url(hero-9.jpg);
    padding-top: 90px;
    padding-bottom: 20px;
}

#hero-9 .hero-txt {
    padding-right: 0;
}

#hero-9 h3 {
    font-size: 2.9rem;
    font-weight: 400;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

#hero-9 h3 span {
    font-weight: 800;
}

#hero-9 .hero-txt p {
    padding-right: 5%;
    margin-bottom: 30px;
}

#register-form {
    position: relative;
    z-index: 999;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    padding: 45px 30px 30px;
    margin: 0 15px 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#register-form p {
    color: #333;
    font-size: 17px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 5px;
}

.slider-logo {
    max-width: 15%;
    margin-left: 180px;
}
@media (min-width:992px) and (max-width:1199.95px) {
    p {
        font-size: 1rem;
    }

    p.p-md {
        font-size: 1.066rem;
    }

    #hero-9 h3 {
        font-size: 3rem;
    }

    #hero-9 .hero-txt p {
        padding-right: 0;
    }

    #register-form {
        padding: 45px 20px 30px;
        margin: 0 10px 40px;
    }
}

@media (min-width:768px) and (max-width:991.95px) {
    .bg-scroll {
        background-attachment: scroll !important;
    }

    p {
        font-size: 1rem;
    }

    p.p-md {
        font-size: 1.066rem;
    }

    .btn {
        font-size: 15px;
        padding: 12px 24px;
    }

    .btn.btn-md {
        font-size: 16px;
        padding: 13px 26px;
    }

    .hero-section {
        margin-top: 80px;
    }

    #hero-9 {
        padding-top: 90px;
        padding-bottom: 50px;
    }

    #hero-9 .hero-txt {
        padding-right: 0;
    }

    #hero-9 h3 {
        font-size: 2.35rem;
    }

    #hero-9 .hero-txt p {
        padding-right: 0;
    }

    #register-form {
        padding: 30px 15px 15px;
        margin: 0 0 40px;
    }

    #register-form p {
        font-size: 15px;
    }

    #register-form .btn {
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .hero-section {
        margin-top: 80px;
    }
}

@media (min-width:480px) and (max-width:767.95px) {
    .bg-scroll {
        background-attachment: scroll !important;
    }

    p {
        font-size: 1.05rem;
    }

    p.p-md {
        font-size: 1.05rem;
    }

    .btn {
        font-size: 15px;
        padding: 12px 24px;
    }

    .btn.btn-md {
        font-size: 16px;
        padding: 14px 28px;
    }

    .hero-section {
        margin-top: 80px;
    }

    #hero-9 {
        padding-top: 90px;
        padding-bottom: 50px;
    }

    #hero-9 .hero-txt {
        text-align: center;
        padding-right: 0;
        margin-bottom: 50px;
    }

    #hero-9 h3 {
        font-size: 2.75rem;
    }

    #hero-9 .hero-txt p {
        padding: 0 5%;
    }

    #register-form {
        padding: 40px 30px 25px;
        margin: 0 30px 40px;
    }

    #register-form p {
        font-size: 16px;
    }

    #register-form .btn {
        font-size: 15px;
    }
}

@media (min-width:321px) and (max-width:479.95px) {
    .bg-scroll {
        background-attachment: scroll !important;
    }

    p {
        font-size: 1.05rem;
    }

    p.p-md {
        font-size: 1.0625rem;
    }

    .btn {
        font-size: 15px;
        padding: 12px 24px;
    }

    .btn.btn-md {
        font-size: 16px;
        padding: 14px 28px;
    }

    .hero-section {
        margin-top: 80px;
    }

    #hero-9 {
        padding-top: 90px;
        padding-bottom: 50px;
    }

    #hero-9 .hero-txt {
        text-align: center;
        padding-right: 0;
        margin-bottom: 50px;
    }

    .slider-logo {
        float: unset;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-left: 10px;
    }

    #hero-9 h3 {
        font-size: 2rem;
    }

    #hero-9 .hero-txt p {
        font-size: 1.05rem;
        padding: 0 3%;
    }

    #hero-9 #register-form {
        padding: 40px 20px 25px;
        margin: 0 8px 40px;
    }

    .division {
        padding-left: 3px;
        padding-right: 3px;
    }

    .hero-section.division {
        padding-left: 0;
        padding-right: 0;
    }

    #register-form {
        padding: 40px 20px 25px;
        margin: 0 20px 40px;
    }

    #register-form p {
        font-size: 16px;
    }

    #register-form .btn {
        font-size: 15px;
    }
}

@media (max-width:320.95px) {
    .bg-scroll {
        background-attachment: scroll !important;
    }

    p {
        font-size: 1.05rem;
    }

    p.p-md {
        font-size: 1.0625rem;
    }

    .btn {
        font-size: 15px;
        padding: 12px 24px;
    }

    .btn.btn-md {
        font-size: 16px;
        padding: 14px 28px;
    }

    .hero-section {
        margin-top: 80px;
    }

    #hero-9 {
        padding-top: 90px;
        padding-bottom: 50px;
    }

    #hero-9 .hero-txt {
        text-align: center;
        padding-right: 0;
        margin-bottom: 50px;
    }

    #hero-9 h3 {
        font-size: 2rem;
    }

    #hero-9 .hero-txt p {
        font-size: 1.05rem;
        padding: 0 3%;
    }

    #hero-9 #register-form {
        padding: 40px 20px 25px;
        margin: 0 8px 40px;
    }

    .division {
        padding-left: 3px;
        padding-right: 3px;
    }

    .hero-section.division {
        padding-left: 0;
        padding-right: 0;
    }

    #register-form {
        padding: 40px 20px 25px;
        margin: 0 20px 40px;
    }

    #register-form p {
        font-size: 16px;
    }

    #register-form .btn {
        font-size: 15px;
    }
}
.form-control{
    margin-bottom: 22px;
}