/*font-family: 'Raleway', sans-serif;*/

html {
    scroll-behavior: smooth;
}

body {
    color: #1a698a;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    font-family: 'Raleway', sans-serif;
    line-height: 26px;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    top: 0;
    left: 0;
    text-indent: -9999px;
    color: rgba(0, 0, 0, 0);
}

a.button:link,
a.button:visited {
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    margin-left: 25px;
    padding: 6px 14px 4px 14px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #ee2551;
    line-height: 22px;
    font-family: 'Raleway', sans-serif;
}

a.button:focus,
a.button:hover {
    background-color: #1a698a;
}


/*---------------Main Css------------------*/

#wrapper {
    position: relative;
}


/*---------------Header------------------*/

header.header-section {
    display: flex;
    height: 70px;
    padding: 0 20px;
    background: transparent;
    align-items: center;
    justify-content: space-between;
}

header .nvamenu {
    width: 100%;
}

header .rightpad {
    width: auto;
}

.burger-menu {
    display: inline-block;
    vertical-align: middle;
}

.burger-menu {
    z-index: 9;
    position: relative;
}

    .burger-menu a {
        color: #55131c;
    }

    .burger-menu a {
        display: inline-block;
        text-decoration: none;
    }

        .burger-menu a > span {
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            position: relative;
            text-align: center;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            line-height: 10px;
        }

.burger-menu-wrap {
    margin-bottom: 4px;
}

    .burger-menu-wrap span {
        width: 30px;
        height: 2px;
        display: table;
        position: relative;
        margin: 6px auto;
        background-color: #fff;
        transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
    }

        .burger-menu-wrap span:first-child {
            width: 20px;
            left: 5px;
        }

        .burger-menu-wrap span:nth-child(3) {
            width: 25px;
            left: 3px;
        }

        .burger-menu-wrap span.third-line {
            margin-bottom: 0;
        }

.navover {
    height: calc(100vh - 160px);
    overflow: auto;
}

.top-navigation ul {
    padding: 0;
    margin: 0;
}

.top-navigation li {
    list-style: none;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
}

    .top-navigation li a {
        color: #fff;
        font-size: 16px;
        border-radius: 3px;
        padding: 6px 14px 4px 14px;
        text-decoration: none;
        text-transform: uppercase;
        background-color: #ee2551;
        font-family: 'Raleway', sans-serif;
        line-height: 22px;
    }


        /*.top-navigation li:last-child a:after {
    content: '';
    position: absolute;
    top: 8px;
    right: -20px;
    width: 12px;
    height: 6px;
    background-image: url(../image/arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
}*/

        .top-navigation li a:focus,
        .top-navigation li a:hover,
        .top-navigation li a.active {
            background-color: #1a698a;
        }

.logo a {
    display: inline-block;
}

.logo img {
    width: 250px;
    height: auto;
}


/*---------------Header------------------*/


/*---------------Home------------------*/

.uk-sticky-placeholder {
    display: none !important;
}

a.nav.only-mobile {
    display: none;
}

a.home-link {
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    margin-left: 25px;
    padding: 6px 14px 4px 14px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #ee2551;
    line-height: 22px;
}

    a.home-link:hover {
        background-color: #1a698a;
    }

.content {
    padding: 90px 0;
    background-color: #eef0f8;
}

    .content .uk-container {
        max-width: 1024px;
        margin: 0 auto;
        text-align: left;
    }

    .content h1 {
        color: #1a698a;
        font-size: 35px;
        margin-bottom: 40px;
        font-weight: 500;
        line-height: 40px;
    }

.why {
    padding: 100px 0;
    background-color: #1e94c1;
}

    .why .uk-container {
        max-width: 1024px;
        margin: 0 auto;
        padding: 0 40px;
        box-sizing: border-box;
        text-align: center;
    }

    .why h2 {
        color: #fff;
        font-size: 30px;
        margin-bottom: 40px;
        font-weight: 500;
        line-height: 40px;
    }

.icon-inview {
    display: inline-block;
    vertical-align: middle;
}

.icon-view .icon-inview:nth-child(2) {
    margin: 0 150px;
}

.icon-inview .icon-title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
    line-height: 25px;
}

.prize {
    padding: 100px 0;
}

    .prize .uk-container {
        max-width: 1024px;
        margin: 0 auto;
    }

    .prize h2 {
        color: #1a698a;
        font-size: 30px;
        margin-bottom: 20px;
        font-weight: 500;
        line-height: 40px;
    }

.prize-image {
    display: inline-block;
    vertical-align: middle;
}

.prize-content {
    padding: 0 80px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
}

.term {
    font-size: 14px;
}

.prize-view a.button {
    display: table;
    margin: 20px auto 0 auto;
}

.unique {
    padding: 100px 0;
    background-color: #ee2551;
}

    .unique .uk-container {
        max-width: 900px;
        margin: 0 auto;
    }

.unique-text {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    line-height: 40px;
}

.finally {
    padding: 40px 0;
    background-color: #eef0f8;
}

    .finally .uk-container {
        max-width: 1024px;
        margin: 0 auto;
    }

    .finally h2 {
        color: #1a698a;
        font-size: 30px;
        text-align: left;
        margin-bottom: 40px;
        font-weight: 500;
        line-height: 40px;
    }

.finally-content ul {
    margin: 0;
    padding: 0;
}

    .finally-content ul li {
        list-style: none;
    }

.finally-content-text {
    font-size: 16px;
    margin-top: 30px;
}

    .finally-content-text a {
        color: #ee2551;
    }

a.home-link:hover {
    text-decoration: underline;
}

.contact {
    padding: 50px 0;
    text-align: center;
}

    .contact h2 {
        color: #1a698a;
        font-size: 30px;
        text-align: center;
        margin-bottom: 20px;
        font-weight: 500;
        line-height: 40px;
    }

    .contact a.button {
        font-size: 30px;
        margin: 0;
    }

.term-content {
    padding-top: 40px;
}

    .term-content ol {
        padding: 0;
    }

        .term-content ol li {
            padding-bottom: 20px;
        }

.footer {
    padding: 80px 0;
    background-image: url("../image/footer-bg.png");
    background-repeat: no-repeat;
    background-size:100% 100%;
}

    .footer .uk-container {
        max-width: 900px;
        margin: 0 auto;
    }

        .footer .uk-container > div {
            width: 31.9%;
            display: inline-block;
            vertical-align: top;
            text-align: center;
        }

.note-title {
    color: #fff;
    padding-bottom: 20px;
}

.note-content {
    color: #fff;
}

    .note-content a {
        color: #fff;
    }

.copy {
    color: #fff;
    font-size: 14px;
    padding-top: 40px;
    text-align: center;
}

.login-mobile {
    display: none;
}

.login-mobile-option {
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.term-content li a {
    color: #ee2551;
}


/**********New*************/

@media only screen and (max-width: 1660px) {
    body {
        zoom: 100% !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
}

@media only screen and (max-width: 1366px) {
}

@media only screen and (max-width: 1280px) {
}

@media only screen and (max-width: 1266px) {
}

@media only screen and (min-width: 1250px) and (max-width: 1280px) {
}

@media only screen and (max-width: 1260px) {
}

@media only screen and (max-width: 1150px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 1023px) {
}

@media only screen and (max-width: 768px) {
    .burger-menu {
        z-index: 0;
    }

    a.navclose {
        color: #ffffff;
        font-size: 27px;
        width: 30px;
        position: absolute;
        top: 25px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
    }

    header.header-section.uk-active {
        background: #1a698a;
    }

    .uk-container {
        box-sizing: border-box;
    }

    a.home-link {
        display: none;
    }

    header .nvamenu {
        width: 100%;
        text-align: right;
    }

    .top-navigation.desktoptopnav {
        width: 50%;
        left: -100%;
        right: inherit;
    }

    .navactive .top-navigation {
        background-color: #1a698a;
    }

    a.navclose {
        display: none;
    }

    .navactive .burger-menu span.first-line {
        width: 30px;
        top: 12px;
        left: inherit;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .navactive .burger-menu span.second-line {
        opacity: 0;
    }

    .navactive .burger-menu span.third-line {
        width: 30px;
        top: -3px;
        left: inherit;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .top-navigation-media {
        width: 100%;
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
    }

    a.nav.only-mobile {
        display: block;
    }

    .navover {
        width: 100%;
        top: 100px;
        height: auto;
        overflow: visible;
        position: relative;
        transform: translate(0px, 0);
    }

    .top-navigation ul {
        text-align: center;
    }

    .top-navigation li {
        font-size: 25px;
        display: block;
        margin-right: 0;
        margin-left: 0;
        line-height: 55px;
    }

        .top-navigation li a {
            color: #fff;
            font-size: 25px;
            display: block;
            background: transparent;
            line-height: 40px;
        }

    .top-navigation ul li:nth-child(2),
    .top-navigation ul li:nth-child(3) {
        display: none;
    }

    .nav-number a {
        font-size: 30px;
        font-weight: 500;
        line-height: 50px;
    }

    .nav-number img {
        height: 25px;
        width: 25px;
    }

    .social-media-wrap img {
        height: 25px;
        width: 25px;
    }

    .nav-number {
        padding-bottom: 20px;
    }

    .heroimage-slider-wrap .uk-dotnav {
        position: absolute;
        bottom: 50px;
        left: 50%;
        width: auto;
        margin: 0 auto;
        text-align: center;
        transform: translateX(-50%);
    }

    .headerinpad {
        width: 100%;
        display: flex;
        margin: 0 auto;
        max-width: 1240px;
        align-items: center;
        justify-content: space-between;
    }

    .note-title img {
        margin: -4px 6px 0px 0;
    }

    header.desktophead .rightpad {
        width: auto;
    }

    .top-navigation.desktoptopnav {
        width: 520px;
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0;
        height: 100vh;
        visibility: hidden;
        transition: all 0.4s ease 0s;
    }

    .navactive .top-navigation.desktoptopnav {
        left: 0;
        opacity: 1;
        visibility: visible;
    }

    .login-mobile {
        display: inline-block;
        vertical-align: middle;
        margin-left: 15px;
        margin-top: -4px;
    }

    .login-mobile-option {
        width: 100%;
        height: 0;
        left: 0;
        top: 35px;
        position: absolute;
        overflow: hidden;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }

        .login-mobile-option ul {
            padding: 0 20px 0 0;
            margin: 0;
            text-align: right;
        }

            .login-mobile-option ul li {
                display: inline-block;
                vertical-align: middle;
            }

                .login-mobile-option ul li a {
                    font-size: 14px !important;
                    margin: 0 !important;
                    padding: 14px 20px 13px 25px !important;
                    text-transform: capitalize !important;
                    background-color: rgba(255, 255, 255, .1) !important;
                }

        .login-mobile-option.inview {
            opacity: 1;
            height: 30px;
            top: 75px;
            overflow: visible;
            transition: all 0.5s ease 0s;
            -webkit-transition: all 0.5s ease 0s;
            -ms-transition: all 0.5s ease 0s;
            -o-transition: all 0.5s ease 0s;
        }
    .prize-image, .prize-image img {
        width: 100%;
    }
    .prize-content {
        width:100%;
        padding:10px 0;

    }
}

@media only screen and (max-width: 767px) {
    .burger-menu {
        z-index: 9;
    }

    a.navclose {
        display: none;
    }

    a.home-link {
        display: none;
    }

    a.nav.only-mobile {
        display: block;
    }

    .logo img {
        width: 250px;
        height: auto;
    }

    .top-navigation.desktoptopnav {
        width: 50%;
        left: -100%;
        right: inherit;
    }

    .main-bg {
        position: relative;
        padding-bottom: 350px;
    }

        .main-bg:after {
            z-index: 1;
            width: 100%;
            height: 1060px;
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            background-image: url(../image/bg.png);
            background-size: cover;
            background-repeat: no-repeat;
        }

    header .nvamenu {
        width: 100%;
        text-align: right;
    }

    .top-navigation li a {
        color: #fff;
        font-size: 25px;
        display: block;
        background: transparent;
        line-height: 40px;
    }

    .uk-active .top-navigation li a {
        color: #FFFFFF;
    }

    .navactive .top-navigation {
        background-color: #1a698a;
    }

    .navactive .burger-menu a > span {
        display: none;
    }

    .navactive .burger-menu span.first-line {
        width: 30px;
        top: 12px;
        left: inherit;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .navactive .burger-menu span.second-line {
        opacity: 0;
    }

    .navactive .burger-menu span.third-line {
        width: 30px;
        top: -3px;
        left: inherit;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .burger-menu-wrap {
        margin-bottom: 0;
    }

    .home-banner img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .uk-container {
        box-sizing: border-box;
    }

    .homebannerdiv {
        padding-top: 0;
    }

    .content {
        padding: 25px 0;
        background-color: #eef0f8;
    }

        .content h1 {
            color: #1a698a;
            font-size: 25px;
            margin-bottom: 20px;
            font-weight: 500;
            line-height: 30px;
        }

    .about-content {
        width: 100%;
        font-size: 16px;
    }

    .prize-image img {
        width: 100%;
    }

    .icon-inview {
        display: block;
        vertical-align: middle;
    }

        .icon-inview img {
            width: 50px;
            height: auto;
        }

    .icon-view .icon-inview:nth-child(2) {
        margin: 40px 0;
    }

    .why {
        padding: 50px 0;
        background-color: #1e94c1;
    }

        .why .uk-container {
            padding: 0 20px;
        }

        .why h2 {
            font-size: 20px;
            line-height: 25px;
        }

    .prize {
        padding: 50px 0;
    }

    .prize-image {
        display: block;
        vertical-align: middle;
    }

    .prize-content {
        display: block;
        padding: 20px 40px 0 40px;
    }

    .unique {
        padding: 50px 0;
        background-color: #ee2551;
    }

    .unique-text {
        font-size: 22px;
        line-height: 30px;
    }

    .finally-content ul li {
        padding-bottom: 20px;
    }

    .footer {
        background-size: cover;
        background-position: left;
    }

        .footer .uk-container > div {
            width: 100%;
            display: block;
            padding-bottom: 20px;
        }

    .note-title {
        padding-bottom: 0;
    }

    .termpage {
        font-size: 16px;
    }

    .term-content ol {
        padding: 0;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 400px) {
}

@media screen and (min-width: 960px) {
}

@media screen and (min-width: 769px) {
    .burger-menu {
        z-index: 0;
    }

    .burger-menu {
        display: none;
    }

    .navover {
        height: auto;
        overflow: visible;
    }

    a.navclose {
        width: 30px;
        color: #ffffff;
        font-size: 27px;
        display: none;
        position: absolute;
        top: 25px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        text-decoration: none;
    }

    header.header-section.desktophead {
        width: 100%;
        height: 96px;
        min-width: 100%;
        background: transparent;
        transition: all 0.3s ease 0s;
    }

    header.header-section.uk-active {
        background-color: #1a698a;
    }

    .headerinpad {
        width: 100%;
        display: flex;
        margin: 0 auto;
        max-width: 1280px;
        align-items: center;
        justify-content: space-between;
    }

    header.desktophead .nvamenu {
        width: 58%;
        margin: 0 auto;
        text-align: right;
    }
    .prize-image, .prize-image img {
        width: 100%;
    }

    .prize-content {
        width: 100%;
        padding: 10px 0;
    }
}
