@font-face {

    font-family: "Norwester", sans-serif;
    src: url(/fonts/norwester.otf);

}

.norwester-fa {
    font-family: "Norwester", sans-serif;
}


:root {
    --primary-color-lp: #002d72;
    --secondary-color-lp: #b61a2b;
}

body {
    overflow-x: hidden;
    background-color: #f6f6f6;
}

header {
    height: auto;
    position: absolute;
    width: 100%;
    z-index: 99;
    background-color: transparent;
}

.participate.btn.play-now-btn:hover {
    background: var(--secondary-color-lp) !important;
    color: #fff !important;
}

.default-version .main_header_area {
    border-bottom: 2px solid #f2f2f2;
}

.main_header_area.sticky, .mean-bar.sticky {
    padding: 0;
}

.main_header_area.sticky, .mean-bar.sticky {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2) !important;
    z-index: 999 !important;
    background-color: #f6f6f6 !important;
    width: 100%;
    position: fixed !important;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.main_header_area {
    height: 90px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}

.logo_area {
    padding: 32px 0;
}

.page-template-one-page-template a, .page-template-one-page-template a:hover, .page-template-one-page-template a:focus {
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    text-decoration: none;
    outline: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    background: transparent;
}

.default-version .mainmenu ul#nav li a:hover, .default-version .mainmenu ul#nav li.current_page_item a {
    color: var(--primary-color-lp) !important;
}

/*.nt-logo img {*/
/*    width: 50px !important;*/
/*}*/

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 120%;
    height: auto;
}

.main_menu_area {
    float: right;
    position: relative;
    z-index: 1;
}

.mainmenu {
    display: inline-block;
    text-align: right;
}

.mobile-logo-wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 15px;
}

.logo_area {
    padding: 32px 0;
}

.mainmenu ul#nav li {
    display: inline-block;
    position: relative;
}

.page-template-one-page-template ol li, .page-template-one-page-template ul li {
    list-style: outside none none;
}

.default-version .mainmenu ul#nav li a {
    color: #888;
}

.mainmenu ul#nav li a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 34px 0 34px 25px;
    text-transform: uppercase;
}

.welcome_text_area {
    margin-top: 50px;
}

.default-version .welcome_text_area h2 {
    color: #363636;
}

.welcome_text_area h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 30px;
    /*text-transform: uppercase;*/
}

.welcome_text_area h2 span {
    color: var(--primary-color-lp);
}

.default-version .welcome_text_area p {
    color: #000;
}

.welcome_text_area p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
}

p {
    margin: 10px 0 15px;
}

p {
    color: #888;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.welcome_text_area span.price {
    color: var(--secondary-color-lp);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 25px;
}

.welcome_text_area .price {
    color: var(--primary-color-lp) !important;
}

.welcome_text_area a, .default-version .welcome_area::after {
    background-color: var(--primary-color-lp) !important;
}

/* .default-version .welcome_area:after {
    background: #2196f3 none repeat scroll 0 0;
    content: "";
    height: calc(100% - 90px);
    position: absolute;
    right: -27%;
    top: 90px;
    transform: skewX(-35deg);
    width: 75%;
    z-index: -1;
} */

.default-version .welcome_area:before {
    background: #adb7ff57;
    content: "";
    height: calc(100% - 90px);
    position: absolute;
    left: 0;
    top: 90px;
    /* transform: skewX(35deg); */
    width: 100%;
    z-index: -1;
}

.default-version .welcome_area:after {
    background: #2196f3;
    content: "";
    height: calc(100% - 90px);
    position: absolute;
    right: -27%;
    top: 90px;
    transform: skewX(-35deg);
    width: 75%;
    z-index: -1;
}

.welcome_text_area a {
    background-color: var(--primary-color-lp);
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 25px;
    padding: 15px 30px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}

.page-template-one-page-template a, .page-template-one-page-template a:hover, .page-template-one-page-template a:focus {
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    text-decoration: none;
    outline: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.default-version .welcome_area_thumb {
    text-align: right;
}

.welcome_area_thumb {
    padding-top: 50px;
    text-align: center;
}

.welcome_area_thumb img {
    width: 100%;
    border-radius: 25px;
}

.wpb-content-wrapper {
    margin: 0;
    padding: 0;
    border: none;
    overflow: unset;
    display: block;
}

.welcome_area.static-image-version a:focus {
    color: var(--primary-color-lp);
    background-color: #fff !important;
}

.page-template-one-page-template a, .page-template-one-page-template a:hover, .page-template-one-page-template a:focus {
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    text-decoration: none;
    outline: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

/*About Us*/

.section_padding_100_70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section_heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.section_heading h2 {
    color: #363636;
    margin-top: 0;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.welcome_text_area a:focus, .section_heading h2 strong, .single_about_part i, .single_benifits.active h4 {
    color: var(--primary-color-lp) !important;
}

.section_heading p {
    color: #888;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 32px;
}

.about_product_thumb>img {
    max-width: 360px;
}

.single_about_part {
    border-color: #f6f6f6;
    border-style: solid;
    border-width: 3px;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.welcome_text_area a:focus, .section_heading h2 strong, .single_about_part i, .single_benifits.active h4 {
    color: var(--primary-color-lp) !important;
}

.single_about_part h3 {
    font-size: 18px;
    font-weight: 500;
}

.single_about_part>p {
    margin-bottom: 0;
}

.single_about_part:hover {
    border-color: var(--primary-color-lp) !important;
}

#about {
    background-color: #fff;
}

/*Features Page*/

/*.more_features_area {*/
/*    background-color: #f6f6f6;*/
/*}*/

.single_benifits {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 15px 15px 15px 65px;
    position: relative;
    z-index: 1;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
}

.single_benifits .icon_box {
    background-color: var(--secondary-color-lp);
    border-radius: 3px 0 0 3px;
    border-right: 1px solid #ddd;
    color: #fff;
    display: block;
    font-size: 24px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition-duration: .5s;
    width: 50px;
    z-index: 9;
}

.icon_box>i {
    height: auto;
    left: 50%;
    margin-left: -10px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
    width: auto;
    z-index: 9;
}

.single_benifits h4 {
    font-weight: 500;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.single_benifits p {
    margin: 0;
}

.single_benifits.active {
    border-color: var(--primary-color-lp);
}

.single_benifits.active {
    border: 1px solid var(--primary-color-lp);
}

.single_benifits.active .icon_box {
    color: #fff;
    background-color: var(--primary-color-lp);
    border-right-color: var(--primary-color-lp);
}

.single_benifits.active .icon_box {
    color: #fff;
    background-color: var(--primary-color-lp);
    border-right: 1px solid var(--primary-color-lp);
}

.welcome_text_area a:focus, .section_heading h2 strong, .single_about_part i, .single_benifits.active h4 {
    color: var(--primary-color-lp) !important;
}

/*App Soon*/

.download_app_area {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.download_app {
    background-color: #2196f3;
}

.download_app_text {
    float: right !important;
    max-width: 100%;
    width: 585px;
    color: #fff;
}

.download_app_text>p {
    margin-bottom: 20px;
    color: #fff;
}

.download_app_text img {
    margin-right: 6px !important;
}

.table {
    position: relative !important;
}

.table {
    display: table;
    z-index: 99;
    width: 100%;
    height: 100%;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table_cell {
    display: table-cell;
    vertical-align: middle;
}

.download_app_text h1, .download_app_text p {
    background: transparent;
    color: #fff;
}

.single_benifits.active .play-now-btn {
    background: var(--primary-color-lp);
    color: white;
}

.btn.play-now-btn {
    background: var(--secondary-color-lp);
    color: #fff;
    padding: 5px 10px;
    margin-top: 8px;
    font-size: 15px;
    transition: .5s;
}

.welcome_text_area a:hover {
    background: var(--secondary-color-lp) !important;
    color: #fff !important;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    
    .welcome_text_area h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    
    .welcome_text_area {
        text-align: center;
    }
    
    .welcome_text_area p {
        font-size: 14px;
        line-height: 21px;
    }
    
    .welcome_text_area h3.price {
        font-size: 18px;
        margin-top: 15px;
    }
    
    
    
}

@media (max-width: 480px) {
    
    .wpb_wrapper p {
        text-align: center;
    }
    
}


/*Mobile Menu*/

.mean-container .mean-bar {
    background: transparent none repeat scroll 0 0;
    height: 90px;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 99999;
    top: 0;
    right: 0;
}

.mean-container a.meanmenu-reveal {
    /*color: #fff;*/
    cursor: pointer;
    display: block;
    font-size: 1px;
    font-weight: 700;
    height: 24px;
    line-height: 24px;
    padding: 33px 40px;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-indent: -9999em;
    top: 0;
    color: #2c3e50;
    width: 28px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .default-version.mean-container a.meanmenu-reveal span {
        background: #2196f3 none repeat scroll 0 0;
    }
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #2c3e50;
    height: 3px;
    margin-top: 3px;
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #2c3e50;
    margin-top: 90px;
}

.mean-container .mobile-logo-wrapper {
    display: block;
}

.mobile-logo-wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 15px;
}

.logo_area {
    padding: 32px 0;
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    nav.mean-nav ul#nav li {
        background-color: #2196f3;
    }
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
}

.page-template-one-page-template ol li, .page-template-one-page-template ul li {
    list-style: outside none none;
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255, 255, 255, .5);
    text-decoration: none;
    text-transform: uppercase;
}

.mean-bar {
    display: none;
}

@media screen and ( max-width: 576px ) {
    
    .mean-bar {
        display: block;
    }
    
    .header_area {
        display: none;
    }
    
}

/*End Mobile Menu*/

/*start winner images*/

.section_heading {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.single_advisor_profile {
    position: relative;
    z-index: 1;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    margin-bottom: 30px;
}

.advisor_thumb {
    margin: 0 auto;
}

.advisor_thumb>img {
    width: 180px;
    height: 180px;
    border-radius: 10%;
    padding: 5px;
    border: 3px solid #ddd;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.advisor_thumb>img:hover {
    border: 3px solid var(--primary-color-lp);
}

.single_advisor_details_info h4 {
    color: #2196f3;
}

.single_advisor_details_info>h4 {
    color: var(--primary-color-lp);
    margin-bottom: 5px;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}

.single_advisor_details_info>p {
    margin-bottom: 0;
}

/*End Winner*/

.ways_winning_banner {
    background: var(--primary-color-lp);
    padding: 25px;
    text-align: center;
    margin-top: 30px;
}

.ways_winning_banner>p {
    font-size: 22px;
    font-weight: 500;
}

/*Footer Section*/

.footer_bottom_area {
    background-color: #f6f6f6;
    padding: 50px 0 0;
    display: block;
    position: relative;
}

footer .widget {
    margin-bottom: 0;
}

.widget {
    margin-bottom: 40px;
    position: relative;
}

.footer_bottom_area .item {
    margin-bottom: 50px;
}

@media (min-width: 992px) {
    .col-md-3 {
        width: 25%;
    }
}

.single_footer_area>h4 {
    color: #393939;
    font-weight: 500;
}

.footer_social_area a {
    border-radius: 50%;
    height: 40px;
    text-align: center;
    width: 40px;
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #fff;
}

.single_footer_area a {
    color: #888;
    font-weight: 300;
}

.footer_social_area a i {
    line-height: 40px;
}

.footer_social_area a:hover {
    background-color: #2196f3;
    border-color: #2196f3;
    color: #fff !important;
}

.widget ul {
    margin: 0;
    padding: 0;
    color: #000;
}

.widget ul li {
    list-style: none;
}

footer .widget ul li a {
    color: #888;
}

.widget ul li a {
    text-transform: capitalize;
    color: #000;
}

.widget ul li a {
    text-decoration: none;
    color: rgba(255, 255, 255, .52);
}

a:hover, a:focus, .footer_bottom p i {
    color: var(--primary-color-lp) !important;
}

/*Product Section*/

.single_product {
    background-color: #f6f6f6;
    border-radius: 3px;
    padding: 15px;
    position: relative;
    z-index: 1;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    cursor: pointer;
}

/*.single_product:hover {*/
/*    background-color: var(--secondary-color-lp);*/
/*}*/

.single_product.odd:hover {
    background-color: var(--secondary-color-lp);
}

.single_product.even:hover {
    background-color: var(--primary-color-lp);
}

.single_product:hover .single_product_info h4 a, .single_product:hover .price span, .single_product_info a:hover {
    color: #fff !important;
}

.single_product.odd:hover .btn.play-now-btn {
    background: var(--primary-color-lp);
}

.single_product.even:hover .btn.play-now-btn {
    background: var(--secondary-color-lp);
}

.single_product .product_thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 3px;
    padding: 30px;
    background: #fff;
    text-align: center;
}

.single_product .product_thumb:before {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background-color: rgba(54, 54, 54, .8);
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
}

.single_product .product_thumb img {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    width: 70%;
    height: 100%;
}

.single_product_info {
    padding: 15px 0 0;
}

.single_product_info h4 a {
    color: var(--primary-color-lp);
    margin-bottom: 5px;
    font-weight: 700;
}

.single_product_info p {
    margin-bottom: 0;
    color: #888;
    font-size: 20px;
    font-weight: 500;
}

.price span {
    font-size: 16px;
}

/*Remainder Popup*/

.talk-bubble {
	margin: 40px;
  display: inline-block;
  position: relative;
	width: 200px;
	height: auto;
	background-color: lightyellow;
}

.tri-right.btm-right:after{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
    left: auto;
	right: 0px;
	bottom: -20px;
	border: 12px solid;
	border-color: lightyellow lightyellow transparent transparent;
}

.talktext{
  padding: 1em;
	text-align: left;
  line-height: 1.5em;
}
.talktext p{
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}


@media screen and (max-width: 576px ) {
    
    .welcome_text_area a {
        font-size: 15px;
        padding: 10px 20px;
        margin-top: 5px;
    }
    
    .welcome_text_area span.price {
        font-size: 22px;
    }
    
    .default-version .welcome_area:after, .default-version .welcome_area:before {
        content: none;
    }
    
    .welcome_area_thumb {
        padding-top: 40px;
    }
    
    .welcome_area_thumb img {
        width: 75%;
    }
    
    .default-version .welcome_area_thumb {
        text-align: center;
    }
    
    .welcome_text_area {
        margin-top: 20px;
    }
    
    .single_product .product_thumb img {
        width: 50%;
    }

    .single_product {
        width: 80%;
    }
    
}





































