@font-face {
    font-family: 'HelveticaNowText';
    src: url('../fonts/HelveticaNowText-ExtraLight.woff2') format('woff2'),
        url('../fonts/HelveticaNowText-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNowText';
    src: url('../fonts/HelveticaNowText-ExtraBold.woff2') format('woff2'),
        url('../fonts/HelveticaNowText-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNowText';
    src: url('../fonts/HelveticaNowText-Light.woff2') format('woff2'),
        url('../fonts/HelveticaNowText-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNowText';
    src: url('../fonts/HelveticaNowText-Black.woff2') format('woff2'),
        url('../fonts/HelveticaNowText-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNowText';
    src: url('../fonts/HelveticaNowText-RegIta.woff2') format('woff2'),
        url('../fonts/HelveticaNowText-RegIta.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNowText';
    src: url('../fonts/HelveticaNowText-Medium.woff2') format('woff2'),
        url('../fonts/HelveticaNowText-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNowText';
    src: url('../fonts/HelveticaNowText-Bold.woff2') format('woff2'),
        url('../fonts/HelveticaNowText-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HelveticaNowText';
    src: url('../fonts/HelveticaNowText-Regular.woff2') format('woff2'),
        url('../fonts/HelveticaNowText-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    scroll-behavior: initial;
}

*, ::after, ::before {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*{
    margin:0;
    padding:0;
    text-decoration:none;
    list-style:none;
    box-sizing: border-box;
}


a:hover,
a:focus,
a:active{
    text-decoration: none;
}

ol, ul{
    margin: 0;
    padding: 0;
}
img{
    display: block;
}
body{
    font-family: 'HelveticaNowText';
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    background: #010101;
    overflow-x: hidden;
}

a{
    transition: .4s linear;
    -webkit-transition: .4s linear;
    text-decoration: none;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{max-width: 1280px;padding: 0 15px;margin: 0 auto;}
.container-fluid{padding: 0 15px;width: 100%;}
.row{display: flex;margin: 0 -15px;flex-wrap: wrap;}
.col-md-12{padding: 0 15px;width: 100%;}
.col-md-6{padding: 0 15px;width: 50%;}
.col-md-3{padding: 0 15px;width:25%;}
.col-md-4{width: 33.3333333333%;padding: 0 15px;}
.col-md-8{width: 66.6666667%;padding: 0 15px;}
.col-md-9{width: 75%;padding: 0 15px;}

/* **** Hero Banner **** */
.hero-banner{
    width: 100%;
    min-height: 100vh;
    position: relative;
}
.hero-banner img{
    float: right;
    position: relative;
    object-fit: cover;
    /* height: 1400px; */
}
.banner-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.banner-center img{
    float: none;
    width: auto;
    height: auto;
}
/* **** Hero Banner **** */

/* **** About **** */
.about-wrp {
    overflow: hidden;
    top: -530px;
    position: relative;
    width: 100%;
}
.about-wrp:after{
    position: absolute;
    content: '';
    background: url('../images/shad.png') 0 0 no-repeat;
    background-size: cover;
    width: 30%;
    height: 50%;
    bottom:31%;
    right:0%;
}
.abt-rowcon{
    width: 90%;
    height: auto;
    background: #fff;
    clear: both;
    position: relative;
    z-index: 5;
}
.about-wrp h6{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 20px;
    text-align: center;
    background: #000;
    width:180px;
    clear: both;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.about-wrp img.abt-img{
    width: 100%;
    height: 945px;
    object-fit: cover;
    display: flex;
}
.about-wrp img.abt-shw{
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    height: 100%;
}
.about-wrp h2{
    font-size: 100px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    position: absolute;
    top:40%;
    left:-80px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    z-index: 5;
    letter-spacing: -3px;
}
img.panda-img{
    position: absolute;
    top: 16%;
    left: -10%;
}

.abt-center-row{
    position: absolute;
    top: 46%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.abt-center-row .row{justify-content: flex-end;}
.abt-center-row .col-md-6{float: right;}
.about-data{
    display: flex;
    flex-wrap: wrap;
    padding-left: 70px;
    margin: 0 -15px;
}
.abt-bx{
    width: 50%;
    padding: 0 15px;
}
.abt-bx h3{
    font-size: 48px;
    font-weight: bold;
    color: #010101;
    margin: 0 0 45px;
    letter-spacing: -1.5px;
}
.abt-bx p{
    font-size: 24px;
    font-weight: normal;
    color: #010101;
    line-height: 1.2;
    margin: 0 0 25px;
}
.abt-bx p.thin-p {
    max-width: 260px;
}
.abt-bx.secop{margin: 0 0 0;padding-left: 20px;}
/* **** End About **** */

/* **** Testimonial **** */
.testimonial-wrp {
    position: relative;
    width: 100%;
    margin: -530px 0 530px;
    padding: 0 0 200px;
}
.testimonial-wrp h2{
    font-size: 100px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    position: absolute;
    top:60%;
    right:4.75%;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform-origin: right;
    z-index: 5;
}
.test-user{
    position: relative;
    z-index: 5;
    top: -100px;
    margin: 0 0 60px;
}
.testusb img{
    width: 100%;
}
.quote-box p{
    margin: 0 0 30px;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2;
    color: #fff;
    max-width: 560px;
}
.quote-box h5{
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    padding-top: 10px;
}
.quote-img img{
    margin: 60px 0 0;
}
/* **** End Testimonial **** */

.vidContainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.myVid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* **** The Plan **** */
.plan-wrapper {
    width: 100%;
    position: relative;
    padding: 0 0 200px;
}
.plan-wrapper .row{
    margin: 0 -7px;
}
.plan-wrapper .row .col-md-6,
.plan-wrapper .row .col-md-4,
.plan-wrapper .row .col-md-3{padding: 0 7px;}
.plan-imgbx{
    position: relative;
    margin: 0 0 15px;
}
.plan-imgbx h6{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 30px;
    text-align: center;
    background: #000;
    clear: both;
    display: table;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.plan-imgbx img{
    width: 100%;
    border: 3px solid transparent;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.plan-imgbx:hover img{
    border: 3px solid #fff;
}
.series-textbx{
    padding:45px 25px;
    width: 80%;
    margin: 0 auto;
}
.series-textbx h3{
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.series-textbx p{
    margin: 0;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.2;
    color: #fff;
}
.series-textbx p span{
    font-style: italic;
}
.series-textbx img{
    margin: -35px 0 0;
}
.plan-wrapper h2{
    font-size: 100px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    position: absolute;
    bottom: 130px;
    right:7%;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform-origin: right;
    z-index: 5;
}
/* **** End The Plan **** */

/* **** Average Bear **** */
.average-bear-wrp{
    position: relative;
    background: #fff;
    width: 100%;
    z-index: 9;
}
.average-bear-wrp .row{
    margin: 0;
    justify-content: flex-end;
}
.average-bear-wrp .row .col-md-6 {
    padding: 0;
    width: 50.5%;
}
.bear-img img{
    width: 100%;
    height: 100vh;
}
.section-lbl{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.section-lbl h6{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 30px;
    text-align: center;
    background: #000;
    clear: both;
    display: table;
    margin: 0;
}
.average-bear-center-row{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 99;
}
.average-bear-center-row .row{
    justify-content: flex-start;
}
.average-bear-center-row .row .col-md-6{width: 55%;}
.bead-avg-data h3{
    font-size: 48px;
    font-weight: bold;
    color: #000;
    margin: 0 0 40px;
    line-height: 44px;
}
.avr-dt-row{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* margin: 0 -15px; */
}
.addtbx{
    width: 43%;
    max-width: 320px;
}
.addtbx:last-child{
    width: 40%;
    max-width: 310px;
}
.addtbx p{
    margin: 0 0 25px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: normal;
    color: #000;
    line-height: 26px;
    max-width: 285px;
}
  
.addtbx p:last-child{
    margin: 0;
}
img.bearshp1 {
    position: absolute;
    top: -110px;
    left: 23%;
    max-width: 39%;
    margin: 0 auto;
    z-index: 0;
}
/* img.bearshp2{
    position: absolute;
    bottom:-145px;
    left: 37%;
    margin: 0 auto;
} */
/* **** End Average Bear **** */

/* **** Offers **** */
.offers-wrapper{
    position: relative;
    width: 100%;
    padding: 250px 0 0;
}
.offers-wrapper h2{
    font-size: 100px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    position: absolute;
    top:30%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    z-index: 5;    
}
.offer-title-row{
    margin: 0 0 60px;
}
.offer-title-row .row{
    justify-content: flex-end;
}
.titlebx {
    max-width: 580px; 
}
.titlebx h3{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 40px;
}
.titlebx p{
    margin: 0;
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    line-height: 1.2;
}
.news-row{
    margin: 0 0 75px;
    position: relative;
}
.newsbx img{
    width: 100%;
}
img.offer-shp1{
    position: absolute;
    top: -270px;
    left: -50px;
    z-index: -1;
}

.offer-frm-wrp{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 50px;
}
.offer-frm-wrp .row{margin: 0;}
.offer-frm-wrp .col-md-6{padding: 0;}
.bear-offer-img img{
    width: 100%;
}

.offer-frm-rw{
    position: absolute;
    top:50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.offer-frm-rw .row{
    justify-content: flex-end;
}
.offer-frmblocks{
    padding-left: 10px;
}
.offer-select ul {
    margin: 0 -10px 125px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.offer-select ul li{
    padding: 0 10px;
    width: 25%;
}
.offer-select ul li span{
    display: block;
    padding: 6.5px 10px;
    text-align: center;
    border: 3px solid #fff;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    line-height: 1;
}
.offer-select ul li span:hover,
.offer-select ul li.selected span{
    background: #fff;
    color: #000;
}
.offer-fm-row .row{
    margin: 0 -15px;
    justify-content: flex-start;
}
.offer-fm-row .row .col-md-6{
    padding: 0 15px;
}
.offer-fm-row .form-group{
    margin: 0 0 65px;
}
.offer-fm-row .form-group.mb_not_sem{
    margin: 0 0 40px;
}
.offer-fm-row .form-group label{
    display: block;
    font-size: 16px;
    font-weight:normal;
    border-bottom: 2px solid #fff;
    padding: 0 0 5px;
    margin: 0 0 5px;
    color: #fff;
}
.offer-fm-row .form-group h4{
    font-size: 44px;
    font-weight: normal;
    color: #fff;
    display: flex;
    align-items: center;
    margin: 0;
    line-height: 1.25;
}
.offer-fm-row .form-group h4 small{
    font-size: 20px;
    margin-left:5px;
}
.offer-fm-row .btn-main{
    padding: 10px 35px;
    background: #fff;
    border-radius: 30px;
    display: table;
    border: 3px solid #fff;
    font-size: 16px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 0;
}
.offer-fm-row .btn-main:hover{
    background: #000;
    color: #fff;
}
/* **** End Offers **** */

/* **** The Launch **** */
.lauch-wrp{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.launched-row{
    padding: 100px 0;
    background: #fff;
    width: 90%;
    height: 900px;
    position: relative;
    z-index:1;
}
.launched-cover{
    width: 67%;
    height: 690px;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 0;
    overflow: hidden;
    z-index: 2;
}
.launched-cover img{width: 100%;}

.launched-cover h6{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 30px;
    text-align: center;
    background: #000;
    clear: both;
    display: table;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.lauch-wrp h2{
    font-size: 100px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    position: absolute;
    top: 55%;
    right: 5%;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform-origin: right;
    z-index: 5;
}
.lauch-dt{
    position: absolute;
    top: 50%;
    left:5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 0px;
    width: 370px;
    z-index: 3;
}
.lauch-dt h3{
    font-size: 48px;
    font-weight: bold;
    color: #000;
    margin: 0 0 35px;
}
.lauch-dt p{
    font-size: 22px;
    font-weight: normal;
    color: #000;
    line-height: 1.2;
    margin: 0 0 15px;
    max-width: 350px;
}
.lauch-dt p:last-child{margin: 0;}
/* **** End The Launch **** */

/* **** Mission **** */
.mission-wrp{
    position: relative;
}
.mission-wrp img{
    width: 95%;
    margin: -60px 0 0;
}
.mission-wrp h2{
    font-size: 100px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    position: absolute;
    bottom: 22%;
    left: 0%;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    z-index: 5;
}
.mission-market-row{
    position: absolute;
    bottom: 60px;
    left:33%;
    max-width: 900px;
}
.mission-market-row h3{
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 45px;
    letter-spacing: -1px;
}
.mission-market-row p{
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 0;
}

.quote-wrps{
    padding: 65px 0;
    width: 100%;
	clear: both;
}
.quote-wrps .col-md-6{
    margin:0 auto;
}
.quote-wrps .col-md-6 h3{
    font-size: 36px;
	color: #fff;
	text-align: center;
}
.test-quote-row{
    width: 900px;
	text-align: center;
    margin: 0 auto;
    position: relative;
    display: flex;
    padding-top: 90px;
}
.test-userimg img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 3px solid #fff;
    border-radius: 50%;
}
.test-user-dat{
    padding-left: 100px;
}
.test-user-dat p{
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    margin: 0 0 35px;
    line-height: 1.2;
}
.test-user-dat h5{
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}
/* **** End Mission **** */

/* **** Footer **** */
footer {
    padding: 50px 0 165px;
    width: 100%;
}
footer .row{align-items: center;}
.foot-copy ul{
    display: flex;
    flex-wrap: wrap;
    border-top: 3px solid #fff;
}
.foot-copy ul li {
    width: 33.33%;
    padding: 30px 50px 0px 15px;
    border-right: 3px solid #fff;
}
.foot-copy ul li:last-child {
    border: none;
    padding: 30px 0px 0px 41px;
}
.foot-copy ul li p{
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    margin: 0;
    text-align: center;
}
.foot-copy ul li a p {
    border-bottom: 2px solid transparent;
    width: fit-content;
    margin: auto;
    transition: 0.5s ease;
    padding-bottom: 5px;
}
.foot-copy ul li a p:hover {
    border-bottom: 2px solid #fff;
    opacity: 0.6;
}
.social-bx{
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-bx a{
    margin-right:25px;
}
.social-bx a:last-child{
    margin: 0;
}
.social-bx a i{
    font-size:40px;
    color: #fff;
    transition: .4s linear;
}
.social-bx a i:hover{
    opacity: 0.60;
}
/* **** End Footer **** */

video {
    animation-duration: 2s;
    animation-name: Show;
    animation-timing-function: ease-in-out;
}

.tab-content .tab1-informetion{display: none;}
.tab-content .tab2-informetion{display: none;}
.tab-content .tab3-informetion{display: none;}
.tab-content .tab4-informetion{display: none;}
.tab-content .show{
    display: block;
    animation-duration: 2s;
    animation-name: Show;
    animation-timing-function: ease-in-out;
}
@keyframes Show {
    0% {
        opacity: 0;
      }
    
      100% {
        opacity: 1;
      }
}

.bear-offer-img.videos video {
    display: none;
}

.bear-offer-img.videos video.show {
    display: flex;
}

@media screen and (max-width: 600px) {
.foot-copy ul {
    border: none !important
}
}

@media screen and (max-width: 600px) {
.desktopOnly {
    display: none;
}
.plan-wrapper {
    border-top: none !important
}
}

@media screen and (min-width: 600px) {
.mobileOnly {
    display: nonel;
}
}