@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');

/*body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Nunito Sans', sans-serif;
    font-family: 'Noto Sans', sans-serif;
}*/

#fp-nav.right {
    left: 23%;
}

.fixWrap {
    width: 55%;
    margin: auto;
}

#fp-nav ul li a.active span {
    height: 12px !important;
    width: 30px !important;
    border-radius: 10px !important;
    background: #39b448 !important;
}

#fp-nav ul li a span {
    height: 7px !important;
    width: 7px !important;
    background: #dddddd !important;
}

.container {
    padding: 0 !important;
}

.caption-style-3 a:hover {
    text-decoration: none;
}

h1 {
    font-family: avert-extrabold !important;
}

h2,h3 {
    font-family: avert-semibold !important;
}

h4,h5,h6,p, li {
    font-family: avert-regular !important;
}

.slider {
    width: 100%;
}
.slider input {
    display: none;
}
.testimonials {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 350px;
    perspective: 1000px;
    overflow: hidden;
}

#fp-nav.right {
    right: unset !important;
}

.fooInfo a,
.fooChild a {
    color: #000;
    text-decoration: none;
}

.fooInfo a:hover{
    color: #000;
}

.fooChild a:hover  {
    color: #fff;
}

.fooChild a {
    color: #fff;
}

.bannerTitle {
    position: absolute;
    top: 0;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    padding: 3% 0 0 !important;
    z-index: 1;
}

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

#exText {
    margin-right: -100px;
}

.michaelOwen {
    margin: 3% auto;
}

.bannerTitle h3 {
    font-size: 30px;
    color: #000;
}

.bannerTitle p {
    font-size: 25px;
    color: #000;
}

.bannerTitle.container img {
    width: 80%;
    margin: auto;
}


.testimonials .item {
    width: 350px;
    padding: 30px;
    border-radius: 5px;
    background-color: #0A0220;
    position: absolute;
    top: 0;
    box-sizing: border-box;
    text-align: center;
    transition: transform 0.4s;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    user-select: none;
    cursor: pointer;
}
.testimonials .item img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 13px solid #3B344D;
}
.testimonials .item p {
    color: #ddd;
}
.testimonials .item h2 {
    font-size: 14px;
}
.dots {
    display: flex;
    justify-content: center;
    align-items: center;
}
.dots label {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #413B52;
    margin: 7px;
    transition-duration: 0.2s;
}

#t-1:checked ~ .dots label[for="t-1"],
#t-2:checked ~ .dots label[for="t-2"],
#t-3:checked ~ .dots label[for="t-3"],
#t-4:checked ~ .dots label[for="t-4"],
#t-5:checked ~ .dots label[for="t-5"] {
    transform: scale(2);
    background-color: #fff;
}
#t-1:checked ~ .dots label[for="t-2"],
#t-2:checked ~ .dots label[for="t-1"],
#t-2:checked ~ .dots label[for="t-3"],
#t-3:checked ~ .dots label[for="t-2"],
#t-3:checked ~ .dots label[for="t-4"],
#t-4:checked ~ .dots label[for="t-3"],
#t-4:checked ~ .dots label[for="t-5"],
#t-5:checked ~ .dots label[for="t-4"] {
    transform: scale(1.5);
}
#t-1:checked ~ .testimonials label[for="t-3"],
#t-2:checked ~ .testimonials label[for="t-4"],
#t-3:checked ~ .testimonials label[for="t-5"],
#t-4:checked ~ .testimonials label[for="t-1"],
#t-5:checked ~ .testimonials label[for="t-2"] {
    transform: translate3d(820px, 0, -180px) ;
    z-index: 2;
}
#t-1:checked ~ .testimonials label[for="t-2"],
#t-2:checked ~ .testimonials label[for="t-3"],
#t-3:checked ~ .testimonials label[for="t-4"],
#t-4:checked ~ .testimonials label[for="t-5"],
#t-5:checked ~ .testimonials label[for="t-1"] {
    transform: translate3d(360px, 0, 0);
    z-index: 3;
}
#t-2:checked ~ .testimonials label[for="t-1"],
#t-3:checked ~ .testimonials label[for="t-2"],
#t-4:checked ~ .testimonials label[for="t-3"],
#t-5:checked ~ .testimonials label[for="t-4"],
#t-1:checked ~ .testimonials label[for="t-5"] {
    transform: translate3d(-360px, 0, 0);
    z-index: 3;
}
#t-3:checked ~ .testimonials label[for="t-1"],
#t-4:checked ~ .testimonials label[for="t-2"],
#t-5:checked ~ .testimonials label[for="t-3"],
#t-2:checked ~ .testimonials label[for="t-5"],
#t-1:checked ~ .testimonials label[for="t-4"] {
    transform: translate3d(-820px, 0, -180px) ;
}
#t-1:checked ~ .testimonials label[for="t-1"],
#t-2:checked ~ .testimonials label[for="t-2"],
#t-3:checked ~ .testimonials label[for="t-3"],
#t-4:checked ~ .testimonials label[for="t-4"],
#t-5:checked ~ .testimonials label[for="t-4"],
#t-5:checked ~ .testimonials label[for="t-5"] {
    z-index: 4;
}


.evoWrapper {
    background-color: #171717;
    text-align: center;
    height: 80vh;
}

.aboutUs {
    margin: 12% 0;
}

.gatewaySec {
    margin-top: -5%;
}

.bacGrid {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-gap: 2%;
    padding-top: 50px;
}

.diceGrid {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-gap: 2%;
    margin-top: 3%;
}

.carousel-caption {
    padding-bottom: 230px;
}
.carousel-caption h2 {
    font-size: 50px;
    font-family: impact;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.carousel-caption p {
    font-size: 18px;
    width: 70%;
    margin: 20px auto;
    line-height: 1.9;
}
.carousel-caption a {
    background: deepskyblue;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 50px;
    text-transform: uppercase;
}
.carousel .carousel-control {
    bottom: auto;
    width: 100%;
    height: 15%;
    background: none;
}
.carousel .carousel-control.right {
    top: auto;
    bottom: 0;
    background: none;
}
.carousel .carousel-indicators {
    bottom: auto;
    top: 50%;
    left: 0;
    right: 10px;
    width: 14px;
    margin: 0 15px;
    transform: translateY(-50%);
}
.carousel .carousel-inner>.item {
    left: 0;
    top: 0;
}
.carousel .carousel-inner>.item>img {
    width: 100%;
}
.carousel .carousel-inner>.item.next, .carousel .carousel-inner>.item.active.right {
    transform: translate3d(0, 100%, 0);
    top: 0;
}
.carousel .carousel-inner>.item.prev, .carousel .carousel-inner>.item.active.left {
    transform: translate3d(0, -100%, 0);
    top: 0;
}
.carousel .carousel-inner>.item.next.left, .carousel .carousel-inner>.item.prev.right, .carousel .carousel-inner>.item.active {
    transform: translate3d(0, 0, 0);
    top: 0;
}
.carousel .carousel-inner>.active, .carousel .carousel-inner>.next.left, .carousel .carousel-inner .prev.right {
    top: 0;
}
.carousel .carousel-inner>.next, .carousel .carousel-inner>.active.right {
    top: 100%;
    left: 0;
}
.carousel .carousel-inner>.prev, .carousel .carousel-inner>.active.left {
    top: -100%;
    left: 0;
}
#carousel-example-generic {
    height: 100vh;
    width: 100%;
}
.carousel .carousel-inner>.item>img {
    width: 100%;
    height: 100vh;
}
@media only screen and (max-width: 991px) {
    .carousel-caption {
        padding-bottom: 340px;
    }
    .carousel-caption h2 {
        font-size: 40px;
        letter-spacing: 0;
    }
}
@media only screen and (max-width: 767px) {
    .navbar-default .navbar-collapse {
        border-color: transparent;
        background: #fff;
    }
    .navbar-default .navbar-nav>li>a {
        color: #000;
    }
    .carousel-caption p {
        font-size: 12px;
        width: 95%;
        margin: 10px auto;
    }
    .carousel-caption {
        padding-bottom: 120px;
    }
    .carousel-caption h2 {
        font-size: 20px;
        letter-spacing: 0;
    }
}

.bgOne {
    background-image: url(../images/Main-Banner.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 0;
    background-attachment: inherit;
    height: 100vh;
    /* width: 100vw; */
    object-fit: cover;
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    /*border-radius: 20px;
    padding: 5% 0 !important;*/
}

.bgOneMb {
    display: none;
    /*border-radius: 20px;
    padding: 5% 0 !important;*/
}

.bgTwo {
    background-image: url(../images/Main-Banner2.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 0;
    background-attachment: inherit;
    height: 100vh;
    /* width: 100vw; */
    object-fit: cover;
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    /*border-radius: 20px;
    padding: 5% 0 !important;*/
}

.bgThree {
    background-image: url(../images/Main-Banner3.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 0;
    background-attachment: inherit;
    height: 100vh;
    /* width: 100vw; */
    object-fit: cover;
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    /*border-radius: 20px;
    padding: 5% 0 !important;*/
}

.model-bg {
    background-color: #f5f5f5;
    margin-top: -170px;

}

span.greenBG {
    background-image: linear-gradient(to bottom, #0c5a42 , #13332d);
    text-align: center;
    width: 15%;
    height: 400px;
}

span.greenBG img {
    width: 35%;
}

.secureWrapper {
    position: relative;
    bottom: -370px;
}

/*.model-img {
    background-image: url(../images/Model.png);
    background-repeat: no-repeat;
    height: 100vh;
    background-position: center;
    background-size: auto;
    
}*/

.model-img img {
    margin: auto;
    /* text-align: center; */
}

.why-grid {
    display: flex;
/*    grid-template-columns: 50% auto;*/
    text-align: left;
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto;
    justify-content: space-between;
}

.background-video {
/*    height: 65vh;*/
  width: 100vw;
  object-fit: cover;
  position: inherit;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
}

.bannerLeft {
    position: relative;
    top: -20px;
}

.michaelGrid {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-gap: 4%;
}


/*.chooseWrapper {
    background-image: url(../images/bg.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 0;
    background-attachment: inherit;
    height: 100vh;
    width: 100vw; 
    object-fit: cover;
    
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
}*/

.burnLey {
    grid-template-columns: auto !important;
}

.burnleyClub img {
    width: 70% !important;
    margin: auto;
    display: flex;
}

#logoburn img {
    width: 30% !important;
}

.stay-animation {
/*    height: 65vh;*/
  width: 99vw;
  object-fit: cover;
  position: inherit;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  display: block;
}

.zoombox img {
    width: 50%;
}

.userMil {
    background-image: url(../images/box.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 0;
    background-attachment: inherit;
    height: 52vh;
    /* width: 100vw; */
    object-fit: cover;
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    border-radius: 20px;
    padding: 5% 0 !important;
}

.info-grid {
    display: grid;
    grid-template-columns: 50% 50%;
    position: absolute;
    top: 18%;
    left: 0;
    right: 0;
/*    text-align: center;*/
}

.banner-info {
    margin: 0 -35%;
}

.testi-grid {
    display: grid;
    grid-template-columns: 60% 40%;
}

.countrySelect h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.carSel {
    left: 75% !important;
    top: 93%;
    margin: 0 !important;
}

.carSel li {
    background-color: #fff !important;
    opacity: 1 !important;
    
}

.scrollWrapper {
    text-align: center;
}

.scrollicon {
    position: absolute;
    top: 62.9%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 45px;
    width: 85px;
    border-radius: 150px 150px 0 0;
    background-color: #0b3eff;
    right: 0;
    
}

.scrollicon svg {
    width: 70%;
    transform: rotate(270deg);
    position: relative;
    top: -5px;
    fill: #fff;
}

.carSel .active {
    width: 35px !important;
    border-radius: 19px !important;
}

.testi-info img {
    width: 80%;
}

.testcomments {
    text-align: left !important;
    position: relative;
    top: -5%;
}

.testi-info h3 {
    font-size: 25px;
    color: #0f161f;
    margin-bottom: 5px;
}

.banner-title h3 {
    font-size: 23px;
}

.banner-title h1 {
    font-size: 35px;
}

.rateInfo h3 {
    font-size: 20px;
    color: #0b3eff;
    margin-bottom: 5px;
}

.testi-info p {
    font-size: 16px;
    color: #8697a2;
    margin-bottom: 50px;
}

.rateInfo img {
    width: auto;
}

.testIndicator {
    bottom: -50% !important;
    text-align: left;
/*    left: -90% !important;*/
    justify-content: left !important;
    margin: 0 !important;
}

.testIndicator li {
    background-color: #686e7a !important ;
}

.rateAvatar {
    display: grid;
    grid-template-columns: 30% 70%;
}

.testi-info {
    align-self: center;
    text-align: center;
}

.gateWay {
    background-color: #f5f5f5;
    padding: 1px 0 50px;
}

.fooGrid {
    display: flex;
    justify-content: space-between;
    /* grid-gap: 3%; */
}

.fooInfo li {
    font-size: 16px;
}

.gateInfo {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 1px 7px rgb(0 0 0 / 5%);
}

.gatewayGrid {
    display: grid;
    grid-gap: 1%;
    /* align-content: stretch; */
    /* justify-content: space-evenly; */
    grid-template-columns: 24% 24% 24% 24%;
}

.gateInfo li {
    align-self: center;
}

.aboutSec {
    text-align: center;
}

.gateInfo p {
    margin-top: 15px;
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 20px;
}

.gateInfo h3 {
    font-size: 14px;
    color: #000;
}

.gateInfo ol {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

img#boostIcon {
    width: auto;
    height: 30px;
}

.gateInfo img {
    width: 85%;
}

.licenseInfo p {
    font-size: 16px;
    color: #8697a2;
}

.licenseInfo img {
    width: 25%;
}

.licen-grid {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-gap: 4%;
}

.rateInfo ol {
    /*list-style-type: none;
    padding: 0;
    display: flex;*/
    display: block;
    padding: 0;
    /*grid-template-columns: 19% 19% 19% 19% 19%;
    grid-gap: 1%;*/
}

.testiRate p {
    margin: 15px 0 0;
}

.rateInfo li {
    display: contents;
}

.rateInfo {
    align-self: end;
}

.starRate img {
    width: 8% !important;
}

span#starName {
    padding: 0 0 0 10px;
}


.countryFlag ul {
    list-style-type: none;
    display: grid;
    /* justify-content: space-evenly; */
    grid-template-columns: 20% 20%;
    padding: 0;
    text-align: center;
}

.countryFlag img {
    width: 78%;
}

.logo-img img {
    width: 60% !important;
    margin-bottom: 20px;
}

.banner-info img {
    width: 78%;
}

/*.logo-img {
    position: relative;
    left: -45px;
}*/

/*#most-trusted {
    position: relative;
    left: -10px;
}*/

/* CAPTION 3 */
    .caption-style-3{
        list-style-type: none;
        margin: auto;
        padding: 0px;
        display: flex;
/*        grid-template-columns: 11% 11% 11% 11% 11% 11% 11%;*/
        grid-gap: 5%;
        width: 62%;
/*        height: 85px;*/
        
    }
    .caption-style-3 li{
        float: left;
        padding: 0 0 30px 0;
        position: relative;
        overflow: hidden;
    }
    .caption-style-3 li:hover .caption {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform:translateY(0);
        -moz-transform:translateY(0);
        -ms-transform:translateY(0);
        -o-transform:translateY(0);
        background-color: #21211f;
    border-radius: 20px;
    color: #dbc072;
    padding: 5px;
    width: auto;
    margin: auto;
    
    }


    .caption-style-3 li:hover img{
        opacity: 1;
        /*transform: scale(0.8);
        -webkit-transform:scale(0.8);
        -moz-transform:scale(0.8);
        -ms-transform:scale(0.8);
        -o-transform:scale(0.8);*/
/*        margin-top: -7px;*/
        border: 2px solid #dbc072;
    border-radius: 100%;
    }
    .caption-style-3 img{
        margin: 0px;
        padding: 0;
/*        float: left;*/
        z-index: 0;
        width: auto;
/*        transform: scale(0.7);*/
border: 3px solid transparent;
    border-radius: 100%;
    margin: auto;

    }
    .caption-style-3 .caption{
        cursor: pointer;
        position: relative;
        opacity: 1;
        top:15px;
        -webkit-transition:all 0.15s ease-in-out;
        -moz-transition:all 0.15s ease-in-out;
        -o-transition:all 0.15s ease-in-out;
        -ms-transition:all 0.15s ease-in-out;
        transition:all 0.15s ease-in-out;
        left: 0;
        right: 0;
        background-color: transparent;
    border-radius: 20px;
    color: #21211f;
    padding: 5px;
        text-align: center;
    }
    .caption-style-3 img{
        -webkit-transition:all 0.15s ease-in-out;
        -moz-transition:all 0.15s ease-in-out;
        -o-transition:all 0.15s ease-in-out;
        -ms-transition:all 0.15s ease-in-out;
        transition:all 0.15s ease-in-out;
    }
    /*.caption-style-3 .blur{
        background-color: rgba(142, 68, 173,0.95);
        height: 300px;
        width: 400px;
        z-index: 5;
        position: absolute;
    }*/
    .caption-style-3 .caption-text h2{
        font-size: 20px;
        margin: 0;
    }
    /*.caption-style-3 .caption-text{
        z-index: 10;
        color: #fff;
        position: absolute;
        width: 100%;

        text-align: center;
        top:20px;
    }*/

    /*.countryInfo {
        padding: 2% !important;
    margin: 0;
background-color: #ffffff2e;
    border-radius: 50px;
    }*/

    .banner-title {
    color: #fff;
}

.countrySelect {
    color: #fff;
}



.image-hover-text-container 
{
  position: relative;
  display: inline-block;

  width: auto;
  height: auto;
  transition: all 0.2s linear;
}

.image-hover-image 
{
 display: block;
}
/* Make the image round */
.image-hover-image img
{
  border-radius: 50%;

  height: 200px;
}



.image-hover-text 
{
  position: absolute;
  top: 0;
  width: 100%;  
  height: 100%;
  margin: 0 auto;
  opacity: 0;
  cursor: default;
  transition: opacity 0.2s linear;
}
.image-hover-text:hover 
{
  opacity: 1;
}


.image-hover-text-bubble 
{
  position: relative;
  box-sizing: border-box;
  top: 0; left: 0; right: 100%;
  height: 200px;
  text-align: center;
  background: rgba(218, 211, 211, 0.9);
  border: 1px solid #848484;
  border-radius: 50%;
  margin: 0 auto;
  padding: 25% 8px 5px 8px;
  overflow: hidden;
  font-size: 17px;
  text-align: center;
  word-wrap: break-word;
}

.image-hover-text .image-hover-text-title
{
  font-size: 25px;
  display: block;
}


.slick-prev:before {
  font-family: "Font Awesome 5 Free";
   content: "\f095";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight:900;
}

.banner {
  height: 0;
  padding-top: 500px;
  width: 100%;
  position: relative;
}

#particle-canvas {
  width: 100%;
  height: 100%;
  position: absolute !important; 
  top: 0;
  left: 0;
}

/*.mhn-slide .owl-stage-outer {
    margin: 0 5%;
}*/

@-webkit-keyframes L_circle_rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes L_circle_rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes L_stroke_rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}12.5%{-webkit-transform:rotate(135deg);transform:rotate(135deg)}25%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}37.5%{-webkit-transform:rotate(405deg);transform:rotate(405deg)}50%{-webkit-transform:rotate(540deg);transform:rotate(540deg)}62.5%{-webkit-transform:rotate(675deg);transform:rotate(675deg)}75%{-webkit-transform:rotate(810deg);transform:rotate(810deg)}87.5%{-webkit-transform:rotate(945deg);transform:rotate(945deg)}100%{-webkit-transform:rotate(1080deg);transform:rotate(1080deg)}}@keyframes L_stroke_rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}12.5%{-webkit-transform:rotate(135deg);transform:rotate(135deg)}25%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}37.5%{-webkit-transform:rotate(405deg);transform:rotate(405deg)}50%{-webkit-transform:rotate(540deg);transform:rotate(540deg)}62.5%{-webkit-transform:rotate(675deg);transform:rotate(675deg)}75%{-webkit-transform:rotate(810deg);transform:rotate(810deg)}87.5%{-webkit-transform:rotate(945deg);transform:rotate(945deg)}100%{-webkit-transform:rotate(1080deg);transform:rotate(1080deg)}}@-webkit-keyframes L_stroke_left_grow{0%,100%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}}@keyframes L_stroke_left_grow{0%,100%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}}@-webkit-keyframes L_stroke_right_grow{0%,100%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}50%{-webkit-transform:rotate(140deg);transform:rotate(140deg)}}@keyframes L_stroke_right_grow{0%,100%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}50%{-webkit-transform:rotate(140deg);transform:rotate(140deg)}}.loader-circle{top:50%;left:50%;z-index:1;color:#444;margin-top:-1em;margin-left:-1em;position:absolute;-webkit-animation:L_circle_rotate 1.568s linear infinite both;animation:L_circle_rotate 1.568s linear infinite both}.loader-circle .loader-stroke-left:before,.loader-circle .loader-stroke-right:before,.loader-circle:before{content:'';display:block;border-style:solid;border-width:.21429em;border-color:currentColor}.loader-circle,.loader-circle .loader-stroke-left,.loader-circle .loader-stroke-left:before,.loader-circle .loader-stroke-right,.loader-circle .loader-stroke-right:before,.loader-circle:before{width:2em;height:2em;border-radius:50%;box-sizing:border-box}.loader-circle .loader-stroke-left:before,.loader-circle .loader-stroke-right{position:absolute;clip:rect(0 2em 2em 1em)}.loader-circle .loader-stroke-left,.loader-circle .loader-stroke-right:before{position:absolute;clip:rect(0 1em 2em 0)}.loader-circle:before{position:absolute;clip:rect(0 1.05em 1em .95em)}.loader-circle .loader-stroke-left,.loader-circle .loader-stroke-right,.loader-circle:before{-webkit-animation:L_stroke_rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both;animation:L_stroke_rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both}.loader-circle .loader-stroke-right:before{-webkit-animation:L_stroke_right_grow 1333ms cubic-bezier(.4,0,.2,1) infinite both;animation:L_stroke_right_grow 1333ms cubic-bezier(.4,0,.2,1) infinite both}.loader-circle .loader-stroke-left:before{-webkit-animation:L_stroke_left_grow 1333ms cubic-bezier(.4,0,.2,1) infinite both;animation:L_stroke_left_grow 1333ms cubic-bezier(.4,0,.2,1) infinite both}
.mhn-slide .mhn-item{width:100%;padding:10px;}
.mhn-slide .mhn-inner{width:100%;height:100%;box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);border-radius:3px}
/*.mhn-slide .mhn-item img{display:none}*/
.mhn-slide .mhn-img{min-height:200px;overflow:hidden;height:100%;width:100%;color:white;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=) #eee no-repeat center/cover;position:relative}
.mhn-slide .mhn-text{text-align:center;padding:0 10px}
.mhn-slide .mhn-text h4{font-weight:700;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.mhn-slide .mhn-text p{max-height:4.5em;overflow:hidden}
.mhn-slide .owl-stage-outer{z-index:1}
.mhn-slide .owl-nav{color:#333;position:absolute;top:0;left:0;right:0;bottom:0;}
.mhn-slide .owl-nav svg{fill:#fff;}
.mhn-slide .owl-nav .disabled{display:none}
.mhn-slide .owl-prev,
.mhn-slide .owl-next{
    top:150px;
    z-index:2;
    width:40px;
    height:40px;
    padding:0;
    margin-top:-20px;
    position:absolute;
    border-radius:50%;
    background-color:#0b3effa1;
    box-shadow:0 4px 4px rgba(0,0,0,.3),0 0 4px rgba(0,0,0,.2)

}
.mhn-slide .owl-prev{left:-1%;
    top:50%;}
.mhn-slide .owl-next{
    right:12%;
    top:50%;

}

/*.owl-item:nth-of-type(6) {
  scale: 0.8;
}*/

/*.owl-item:nth-of-type(even) {
  scale: 0.8;
}*/

/*.caroUSEL.contaiNer {
    margin: 0 10%;
}*/

.owl-item:not(.active) {
    opacity: 0.5;
/*    margin: 0 -1%;*/
}

.whyChoose {
  margin-bottom: 5%;
}

.whyChoose h3 {
    font-size: 25px;
    color: #0f161f;
}

.whyChoose p {
    font-size: 16px;
    color: #8697a2;
    margin-bottom: 25px;
}

.card-body {
    padding: 0 25px 25px 25px !important;
}

.chooseWrapper {
    background-color: #fff;
    border-top: 5px solid #d6b16b;
/*    margin-bottom: -25%;*/
/*margin-top: -6%;*/
}

span.card-icon-top.vfi.vfi-porte-voix img {
    width: auto;
    padding: 15px 15px 0;
}

.evoImg img {
    width: 40%;
    margin: auto;
}

#evoText {
    color: #fff;
}

.evoImg {
    padding-top: 50px;
}

.fooEnd {
    background-color: #c59b4e;
    padding: 20px 0;
}

.fooNext img {
    width: 7%;
}

.fooChild img {
    width: 25%;
}

.endGrid {
    display: flex;
    justify-content: space-between;
}

.fooChild h3 {
    margin-right: 25px !important;
}

.fooChild {
    display: flex;
    align-items: center;
}

#hrFoo {
    margin: 10px 0;
}

.fooNext {
   display: flex;
    justify-content: flex-end;
    grid-gap: 1%;
    align-items: center;
}

.fooChild h3,
.fooNext p,
.fooChild p {
    font-size: 14px;
    margin: 0;
    color: #fff;
}

.moInfo p,
.whyInfo p,
.evoSec p {
    margin: 0;
    font-size: 25px;
    color: #000;
}

.moInfo h1,
.whyInfo h1,
.evoSec h1,
.aboutSec h1 {
    color: #39b54a;
    font-size: 60px;
    text-transform: uppercase;
    margin: 0;
}

.moInfo h3,
.whyInfo h3,
.evoSec h3,
.aboutSec h3 {
    margin: 0;
    font-size: 30px;
}

.mhn-slide {
    margin-top: 35px;
/*margin: 35px 400px;*/
}

#noShow {
    visibility: hidden;
}

.whyInfo img {
    width: 80%;
    margin: 0;
}

#collab-video {
    /* height: 100vh; */
    width: 100%;
    object-fit: cover;
    position: inherit;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    margin: 5% 0;
}

.moSide {
    margin-top: 15%;
}

.moInfo button {
    background-image: linear-gradient(#d7b76b, #c59b4e);
    border: 0;
    font-size: 20px;
    color: #000;
    padding: 10px 50px;
    border-radius: 5px;
    font-weight: bold;
    margin-top: 25px;
    text-transform: uppercase;
}

.greenBG h3 {
    color: #fff;
    font-size: 18px;
    margin: 20px 0;
}

.greenBG p {
    color: #fff;
    font-size: 16px;
}



.card {
    width: auto;
    background-color: #fff;
    border-radius: 15px !important;
    margin: auto;
}

.card .card-icon-top {
    /*font-size: 4.5rem;
    margin-top: 3rem;*/ }

  .card .card-title {
    color: #0f161f;
    font-family: 'avert-semibold';
    font-size: 16px; }

    .card .card-text {
    color: #000;
    font-size: 14px;
    font-family: avert-regular;
    margin-top: 10px;
    text-align: left;

     }


    .card .vfi {
    filter: none;
}

.card2 {
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  border: none;
  -webkit-box-shadow: 0 1px 7px rgba(0,0,0,.05);
  box-shadow: 0 1px 7px rgb(0 0 0 / 30%);
  height: 180px;


}

.starRate p {
    /* margin-bottom: 0; */
    margin: 0 0 0 5px;
    color: #000;
}

.starRate {
    display: flex;
    align-items: center;
}

.card a:hover {
    text-decoration: none;
}
/*.card2:hover {
  border: none;
}
.card2 > a:hover, .card2 > a:active {
      color: inherit;
      background-image: linear-gradient(to bottom, #ffb609, #ff722f);
      border-radius: 15px !important;
      text-decoration: none;
      height: 340px;
  }*/
      /*.card2 > a:hover .card-icon-top,
      .card2 > a:hover .vfi,
      .card2 > a:hover .card-footer .vfi,
      .card2 > a:hover .card-tags,
      .card2 > a:active .card-icon-top,
      .card2 > a:active .card-footer .vfi,
      .card2 > a:active .card-tags {
        color: blue; }*/
/*.card2 > a:hover .card-title,
.card2 > a:active .card-title,
.card2 > a:hover .card-text{
  color: #fff;
}*/

/*.card2 > a:hover .vfi {
    filter: brightness(0) invert(1);
}*/

      .card2 > a:hover .text-muted, .card2 > a:active .text-muted {
        color: #fff !important; }
      .card2 > a:hover .card-tags:before, .card2 > a:active .card-tags:before {
        background-color: #fff; }


#tsparticles {
    /*   background; */
    width: 100%;
    background-color: #0ab1e9;
    height: 100%;
}

.countryWrapper {
    position: absolute;
/*    top: 55%;*/
    bottom: 25px;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: auto;
    margin: auto;
    z-index: 1;
}

.fond {
    position: relative;
    top: -240px;
    bottom: 0;
    left: 0;
    right: 0;
}

.logoAni {
    display: flex;
    text-align: center;
    position: absolute;
}

.logoAni img {
    width: 100%;
}

.style_prevu_kit{
/*    display:inline-block;*/
   /* border:0;
    width:250px;
    height:150px;
    margin-bottom:5px;*/
/*    position: relative;*/
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in-out;
    transform: scale(0.5); 
}

.zoombox{
/*    box-shadow: 0px 0px 150px #000000;*/
/*    z-index: 2;*/
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in-out;
    transform: scale(0.6);
}

div#zoom_1 {
    translate: 120% -160%;
}

div#zoom_1 img,
div#zoom_2 img,
div#zoom_6 img,
div#zoom_8 img {
/*    width: 140%;*/
width: 110px;
}

div#zoom_2 {
    translate: 61% -100%;
}

div#zoom_3 {
    translate: 34% -145%;
}

div#zoom_3 img,
div#zoom_9 img,
div#zoom_14 img {
    width: 200%;
}

div#zoom_4 {
    translate: 12% -130%;
}

div#zoom_4 img,
div#zoom_7 img,
div#zoom_10 img,
div#zoom_12 img {
    width: auto;
}

div#zoom_5 {
    translate: -25% -90%;
}

/*div#zoom_5 img,
div#zoom_11 img,
div#zoom_13 img,
div#zoom_15 img {
    width: 70%;
}*/

div#zoom_6 {
    translate: -32% -125%;
}

div#zoom_7 {
    translate: -35% -115%;
}

div#zoom_8 {
    translate: -5% -68%;
}

div#zoom_9 {
    translate: -95% -124%;
}

div#zoom_10 {
    translate: -30% -108%;
}

div#zoom_11 {
    translate: 5% -133%;
}

div#zoom_12 {
    translate: -18% -143%;
}

div#zoom_13 {
    translate: -116% -75%;
}

div#zoom_14 {
    translate: -255% -147%;
}

div#zoom_15 {
    translate: -160% -116%;
}

.stayAhead {
    padding-top: 5% !important;
    text-align: center;
}

.stayAhead h3 {
    font-size: 25px;
    color: #0f161f;
}

.stayAhead p {
    font-size: 16px;
    color: #8697a2;
}

.stayAhead p:nth-child(2) {
  margin-bottom: 0;
}



/*#zoom_3 img,
#zoom_4 img,
#zoom_7 img,
#zoom_9 img,
#zoom_10 img,
#zoom_12 img,
#zoom_13 img
 {
    width: auto;
}*/

/*#zoom_1 {
    translate: -17% -183%;
}

#zoom_2 {
    translate: -15% -222%;
}

#zoom_3 {
    translate:-11% -354%
}

#zoom_4 {
    translate: -5% -343%;
}

#zoom_4 img,
#zoom_7 img,
#zoom_10 img,
#zoom_12 img {
    width: 13%;
}

#zoom_5 {
    translate: 2% -759%;
}

#zoom_5 img,
#zoom_11 img,
#zoom_13 img,
#zoom_15 img
 {
    width: 7%;
}

#zoom_6 {
        translate: 8% -2411%;
}

#zoom_7 {
    translate: 12% -497%;
}

#zoom_8 {
    translate: 24% -3800%;
}

#zoom_9 {
    translate: 27% -807%;
}

#zoom_10 {
    translate: 33% -688%;
}

#zoom_11 {
    translate: 43% -1543%;
}

#zoom_12 {
    translate: 48% -875%;
}

#zoom_13 {
    translate: 55% -1762%;
}

#zoom_14 {
    translate: 57% -1329%;
}

#zoom_15 {
    translate: 64% -2076%;
}*/

.trustedMil {
    background-color: #f3f5f6;
    padding: 5% 0 0 0;
}

.sub-link p {
    color: #8697a2;
}


.usergrid {
    display: grid;
    grid-template-columns: 50% 50%;
    padding-left: 5%;
}

.userinfo img {
    width: 100%;
}

.paulaPose {
    position: relative;
    top: -25%;
}

.milgrid {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-gap: 4%;
}

.infobox {
    background-color: #f7f7ff;
    border-radius: 10px;
    padding: 20px;
}

.userinfo h3 {
    font-size: 25px;
    margin-bottom: 0;
    color: #0f161f;
}

.userinfo p {
    margin: 30px 0;
    font-size: 16px;
    color: #8697a2;
}

.infobox p {
    margin: 5px 0 0;
    font-size: 16px;
    color: #8697a2;
}

.trustBtn {
    border: none;
    margin: 5% 0 0;
    padding: 8px 25px;
    border-radius: 5px;
    background-color: #ff8a00;
    color: #fff;
    font-family: 'avert-semibold';
    width: 35%;
}

.trus {
    position: relative;
    top: -5%;
}

.keyWrap img {
    width: 8%;
    transform: rotate(20deg);
    float: right;
    position: relative;
    top: 185px;
    bottom: 0;
    left: 25px;
    animation: 7s infinite alternate floating;
}

.tickWrap img {
    width: 8%;
    transform: rotate(340deg);
    /* float: unset; */
    position: relative;
    top: -37px;
    bottom: 0;
    left: 35%;
    animation: 7s infinite alternate floating;
}

.model-img {
    padding-bottom: 100px;
}

.msgWrap img {
    width: auto;
    /* transform: rotate(340deg); */
    /* float: unset; */
    position: relative;
    top: 810px;
    bottom: 0;
    left: -17%;
    animation: 7s infinite alternate msgwrap;
    z-index: 1;
}

.diceWrap img {
    width: auto;
    /* transform: rotate(340deg); */
    /* float: unset; */
    position: relative;
    top: 1030px;
    bottom: 0;
    left: -20%;
    animation: 7s infinite alternate msgwrap;
    z-index: 1;
}

.diCeWrap img {
    width: auto;
    /* transform: rotate(340deg); */
    /* float: unset; */
    position: relative;
    top: 880px;
    bottom: 0;
    right: -112%;
    animation: 7s infinite alternate msgwrap;
    z-index: 1;
}

.bigWrap img {
    width: 18%;
    /* transform: rotate(340deg); */
    /* float: unset; */
    position: relative;
    top: 1056px;
    bottom: 0;
    right: -100%;
    animation: 7s infinite alternate msgwrap;
    z-index: 1;
}

.dDices img {
    width: auto;
    /* transform: rotate(340deg); */
    /* float: unset; */
    position: relative;
    top: -35px;
    bottom: 0;
    right: -101%;
    animation: 7s infinite alternate msgwrap;
    z-index: 1;
}

.bacInfo:hover,
.diceInfo:hover {
    scale: 1.04;
    cursor: pointer;
    transition-duration: 2s;
}

/*@keyframes floating {
    0% {
        transform: translatey(0px), rotate(45deg);
    }
    50% {
        transform: translatey(-10px);
    }
  80% {
        transform: translatey(-50px) rotate(45deg);
    }
    100% {
        transform: translatey(0px);
    }
}

@keyframes msgwrap {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(40px);
    }
  80% {
        transform: translatey(-50px) translatex(50px);
    }
    100% {
        transform: translatey(0px);
    }
}*/

.liCensing {
    margin-top: -1%;
    padding-bottom: 5%;
}

.licenSec h3 {
    text-align: center;
    font-size: 25px;
    margin: 0 0 5% 0;
}

.licenseInfo img {
    margin-bottom: 25px;
}

.spacer30 {
    margin-bottom: 5%;
}

.carousel-indicators .active {
    width: 30px !important;
    height: 9px !important;
    margin: 0;
    background-color: #39b448 !important;
}

.collabDown {
    position: absolute;
/*    top: 71.3%;*/
    left: 50%;
    border-radius: 150px 150px 0 0;
    height: 3rem;
    width: 6rem;
/*    background-color: #0b3eff;*/
    bottom: 0;
    z-index: 111;
}

/*.collabDown::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 80%;
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
}*/

.collabDown h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font : normal 300 64px/1 'Josefin Sans', sans-serif;
  text-align: center;
  white-space: nowrap;
}

.demo a {
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 20;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
  
}
.demo a:hover {
  opacity: .5;
}

#section01 a {
  padding-top: 0;
}
#section01 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 4px solid #d6b16b;
  border-bottom: 4px solid #d6b16b;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

.sub-link {
    display: flex;
    font-size: 14px;
    padding: 30px 0 0 0;
    justify-content: space-between;
    color: #8697a2;
}

.sub-link a {
    color: #8697a2;
}

.sub-link a:hover {
    color: #1c6dd2;
}

.footerWrapper {
     background-color: #ececec;
     padding: 3% 0;
}

.fooInfo h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
}

.fooInfo ol {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

#hrStyle {
    border-top: 1px solid #e5e6eb;
}

.socialInfo ol img {
    width: 5%;
}

.socialInfo li {
    display: contents;
}

.copyRight p {
    font-size: 10px;
    color: #8697a2;
}

.socialInfo ol {
    padding: 0;
}

.secuRity img {
    width: 35% !important;
    filter: grayscale(1);
    opacity: 0.5;
}

.resPonsible img {
    width: 12% !important;
    margin-right: 10px;
}

.socialLinks {
    display: grid;
    grid-template-columns: 60% 20% 20%;
}

.socialInfo h6 {
    font-size: 14px;
    margin-bottom: 20px;
    color: #0f161f;
}

.blueMbox {
    display: none;
}

#dk {
    display: block;
}

.dk {
    display: block;
}

#mb {
    display: none;
}


@media (min-width: 300px) and (max-width: 699px) {

    .caption-style-3 img {
    width: auto;
    
}

.caption-style-3 {
    width: auto;
    /* height: 85px; */
}

.bannerTitle.container img {
    width: 60%;
    margin: auto;
}

.model-bg {
    margin-top: 0;
}

.bannerTitle h1 {
    font-size: 25px;
    color: #000;
}

#fp-nav.right {
    left: 0px;
}

.bannerTitle p {
    font-size: 18px;
    color: #000;
}

#mbBold {
    font-weight: bold;
}

.moInfo p, .whyInfo p, .evoSec p {
    margin: 0;
    font-size: 18px;
    color: #000;
}

.moInfo h3, .whyInfo h3, .evoSec h3, .aboutSec h3 {
    margin: 0;
    font-size: 20px;
}

.caption-style-3 li:hover .caption {
    background-color: transparent;
    
}



    .bgOne {
    display: none;
    /*border-radius: 20px;
    padding: 5% 0 !important;*/
}

    .bgOneMb {
    background-image: url(../images/Mobile-Main-Banner.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 0;
    background-attachment: inherit;
    height: 100vh;
    /* width: 100vw; */
    object-fit: cover;
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    /*border-radius: 20px;
    padding: 5% 0 !important;*/
}

.mbSpec {
    top: 35px !important;
}

.bacGrid,
.diceGrid {
    display: none;
}

.bannerTitle {
     top: unset; 
    bottom: 120px;
}

.bannerTitle.container img {
    width: 100%;
    margin: auto;
}

    .michaelGrid {
    grid-template-columns: auto;
    text-align: center;
}

.evogaming {

    background-image: linear-gradient(to bottom, #0c5a42 , #13332d);
    height: 350px;
    text-align: center;

}

.caroUSEL.container {
    padding: 0 !important;
}

/*.chooseWrapper {
    margin-bottom: 63%;
}*/

.evoImg img {
    width: 80%;
    margin: auto;
}

.evoSec.container {
    padding: 0 !important;
}

.evoWrapper {
    height: 35vh;
}

.fooNext img {
    width: 20%;
}

.fooChild img {
    width: 40%;
    margin-right: 50px;
}

.fooChild h3 {
    margin-right: 0 !important;
}

.endGrid {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 50% auto;
}

.fooChild {
    justify-content: space-between;
}

.fooChild h3, .fooNext p, .fooChild p {
    font-size: 12px;
    margin: 0;
    color: #fff;
}

.gatewaySec {
    margin-top: -20%;
}

.aboutUs {
    margin: 25% 0;
}

.gatewayGrid {
    grid-template-columns: auto;
    text-align: center;
    grid-gap: 3%;
}

.aPlayer {
    height: 280px;
}

.gateInfo {
    background-color: #fff;
    padding: 10px 30px 30px;
    border-radius: 15px;
    box-shadow: 0 1px 7px rgb(0 0 0 / 30%)
}

.starRate p {
    /* margin-bottom: 0; */
    margin: 0 0 0 10px;
    color: #000;
    text-align: left;
}

.gateWay {
    background-color: #f5f5f5;
    padding: 100px 0 120px;
}

.owl-item:not(.active) {
    opacity: 1;
    /* margin: 0 -1%; */
    scale: 0.85;
}

.model-img {
    padding-bottom: 50px;
}

.evogaming .card-title {
    color: #fff;
    font-size: 14px;
}

.evogaming .card-text {
    color: #fff !important;
    margin: 15px 0 0 0;
    font-size: 12px;
    text-align: center !important;
}

.evogaming img {
    width: 35% !important;
    padding: 15px 0 !important;
}

.moSide {
    margin-top: 10%;
}

.moInfo h1, .whyInfo h1, .evoSec h1, .aboutSec h1 {
    font-size: 35px;
    
}

.secureWrapper {
    position: relative;
    bottom: 0;
}

.why-grid {
    display: block;
    text-align: center;
    padding-top: 50px;
}

.mhn-slide .mhn-item {
    width: 100%;
    padding: 8px 0;
}

.mbUse p {
    text-align: left;
    font-size: 14px !important;
}

.moInfo button {
    width: 100%;
    font-size: 16px;
}

    span.greenBG {
    width: 50%;
}

#firsT {
    left: -25% !important;
}

#seCond {
    left: 0% !important;
}

#foUr{
    left: 100% !important;
}

#fiVe{
    left: 120% !important;
}

    .whyChoose {
    margin-left: 0;
}

.burnleyClub img {
    width: 100% !important;
}

.container {
    padding: 0 25px !important;
}

.logo-img {
    padding: 30px 0 0;
}

.banner-info {
    margin: 0;
}

.banner-title h3 {
    font-size: 16px;
}

.banner-title h1 {
    font-size: 23px;
}

.banner-info img {
    width: 100%;
}

.info-grid {
    display: grid;
    grid-template-columns: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    grid-gap: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 50px 0 0 0;
}

.banner-title {
    color: #fff;
    margin-bottom: 36%;
}

/*.countryWrapper {
    position: absolute;
    top: 60%;
    bottom: 0;
    left: 0;
    right: 0;
    display: grid;
    grid-template-columns: auto;
    margin: auto;
    text-align: center;
    z-index: 999999999;
}*/

.caption-style-3 .caption-text h2 {
    text-transform: uppercase;
    font-size: 6px;
    margin: 0;
}

/*.caption-style-3 .caption {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    bottom: 0;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    left: 0;
    right: 0;
    color: red;
    text-align: center;
}*/

/*.blueMbox {
    display: block;
    background-color: #001081;
    height: 180px;
    width: 100%;
    box-shadow: 0px 2px 20px 20px #001081;
}*/

.blueMbox2 {
    display: block;
    background-color: #001081;
    height: 94px;
    width: 100%;
    box-shadow: 0px -20px 20px 0px #001081;
}

/*.redMbox {
    display: block;
    background-color: #5b0126;
    height: 180px;
    width: 100%;
    box-shadow: 0px 2px 20px 20px #5b0126;
}*/

.redMbox2 {
    display: block;
    background-color: #5b0126;
    height: 94px;
    width: 100%;
    box-shadow: 0px -20px 20px 0px #5b0126;
}

/*.lightMbox {
    display: block;
    background-color: #0137a1;
    height: 180px;
    width: 100%;
    box-shadow: 0px 2px 20px 20px #0137a1;
}*/

.lightMbox2 {
    display: block;
    background-color: #0137a1;
    height: 94px;
    width: 100%;
    box-shadow: 0px -20px 20px 0px #0137a1;
}



/*#section01 a span {
    top: 14px;
    width: 15px;
    height: 15px;
    margin-left: -7px;
}*/

/*.collabDown {
    top: 58.5%;
    left: 0;
    height: 2rem;
    width: 4rem;
    position: absolute;
    right: 0;
    text-align: center;
    margin: auto;
    translate: 0;
    bottom: 0;
    z-index: 999999999;
}*/

.carSel {
    left: 0% !important;
    top: 0;
    margin: 0 !important;
    bottom: 60px !important;
    justify-content: center;
    align-items: flex-end;
}

.background-video {
    height: 70vh;
    width: auto;
    object-fit: contain;
    position: relative;
    left: -50%;
    right: 0;
    top: 0;
    bottom: 0px;
    z-index: -1;
    display: block;
    /* background-position: center; */
}

/*.whyChoose h3 {
    font-size: 23px;
    color: #0f161f;
    text-align: center;
    margin: 20px 0 0 0;
    padding: 0 0 15px 0;
}*/

/*.whyChoose p {

    padding: 50px 0 0 0;
}*/

/*.mhn-slide .mhn-item {
    margin-left: -25px;
}*/

.rateInfo {
    align-self: flex-start;
}

.testi-info h3 {
    font-size: 23px;
    color: #0f161f;
    margin-bottom: 5px;
}

.testcomments {
    text-align: center !important;
    position: relative;
    top: -5%;
}

.testi-info p {
    font-size: 16px;
    color: #8697a2;
    margin-bottom: 20px;
}

.testi-info img {
    width: 100%;
}

.licenseInfo img {
    width: 50%;
}

.stayAhead {
    padding-top: 10% !important;
    text-align: center;
}

.stayAhead h3 {
    font-size: 23px;
    color: #0f161f;
}

.licenSec h3 {
    text-align: center;
    font-size: 23px;
    margin: 0 0 10% 0;
}

.licen-grid {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-gap: 4%;
    padding: 0 15px;
}

.licenseInfo p {
    font-size: 12px;
    color: #8697a2;
}

.starRate img {
    width: 14% !important;
}

.tickWrap img {
    width: 20%;
    transform: rotate(340deg);
    /* float: unset; */
    position: relative;
    top: -30px;
    bottom: 0;
    left: 8%;
    animation: 7s infinite alternate floating;
}

.rateAvatar {
    display: grid;
    grid-template-columns: 30% 70%;
    padding: 0 25%;
}

.testiRate p {
    margin: 15px 0 0;
    padding: 0 20px 45px;
}

.rateInfo h3 {
    font-size: 18px !important;
    color: #0b3eff !important;
    margin-bottom: 5px;
}

.testIndicator {
    bottom: 0 !important;
    text-align: left;
    left: 0!important;
    position: relative;
}

.testi-grid {
    display: grid;
    grid-template-columns: auto;
}

.logoAni img {
    width: 200% !important;
}

.sub-link {
    display: none;
}

.usergrid {
    display: flex;
    grid-template-columns: 50% 50%;
    padding-left: 0;
    flex-direction: column-reverse;
}

.keyWrap.container {
    display: none;
}

.trustedMil {
    background-color: #f3f5f6;
    padding: 0 5%;
    /* margin: 5%; */
}

.trus {
    position: relative;
    top: 0;
    padding: 0px 20px 10px;
    margin-top: -50px;
}

.usergrid {
    display: flex;
    grid-template-columns: 50% 50%;
    padding-left: 0;
    flex-direction: column-reverse;
    text-align: center;
}

.paulaPose {
    position: relative;
    top: -50px;
    bottom: 0;
}

.msgWrap img {
    width: 14%;
    transform: rotate(340deg);
    /* float: unset; */
    position: relative;
    top: 407px;
    bottom: 0;
    left: 78%;
    animation: 7s infinite alternate msgwrap;
}

.userMil {
    background-image: url(../images/bgMb.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 0;
    background-attachment: inherit;
    height: auto;
    /* width: 100vw; */
    object-fit: cover;
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    border-radius: 20px;
    padding: 5% 0 !important;
}

#dk {
    display: none;
}

.dk {
    display: none;
}

#mb {
    display: block;
}

.infobox h4 {
    font-size: 20px;
}

.infobox p {
    margin: 5px 0 0 !important;
    font-size: 14px !important;
    color: #8697a2;
}

.userinfo h3 {
    font-size: 23px;
    margin-bottom: 0;
    color: #0f161f;
}

.userinfo p {
    margin: 15px 0 30px;
    font-size: 16px;
    color: #8697a2;
}

.trustBtn {
    border: none;
    margin: 5% 0 0;
    padding: 8px 25px;
    border-radius: 5px;
    background-color: #ff8a00;
    color: #fff;
    font-family: 'avert-semibold';
    width: 100%;
}

.stay-animation {
     height: 10vh; 
    width: 90vw;
    object-fit: cover;
    position: inherit;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
}

#hrStyle {
    border-top: 0px solid transparent;
}

.socialLinks {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 0 20px;
}

.copyRight p {
    font-size: 10px;
    color: #8697a2;
    padding: 0 20px;
}

.secuRity {
    display: none;
}

.socialInfo ol img {
    width: 14%;
}

div#zoom_1 {
    translate: 47% -140%;
}

div#zoom_2 {
    translate: -25% -98%;
}

div#zoom_3 {
    translate: -33% -126%;
}

div#zoom_4 {
    translate: 3% -142%;
}

div#zoom_4 img,
div#zoom_7 img,
div#zoom_10 img,
div#zoom_12 img {
    width: 280% !important;
}

div#zoom_5 img,
div#zoom_11 img,
div#zoom_15 img,
div#zoom_13 img {
    width: 125% !important;
}

div#zoom_5 {
    translate: -3% -87%;
}

div#zoom_6 {
    translate: -22% -140%;
}

div#zoom_7 {
    translate: -64% -122%;
}

div#zoom_8 {
    translate: 8% -86%;
}

div#zoom_9 {
    translate: -65% -124%;
}

div#zoom_10 {
    translate: -50% -115%;
}

div#zoom_11 {
    translate: 5% -133%;
}

div#zoom_12 {
    translate: -32% -147%;
}

div#zoom_13 {
    translate: -67% -88%;
}

div#zoom_14 {
    translate: -128% -150%;
}

div#zoom_15 {
    translate: -88% -121%;
}

.stayAnimation {
    padding-top: 30px;
}

.card .card-text {
    color: #8697a2;
    font-size: 14px;
    font-family: avert-regular;
    margin-top: 15px;
    text-align: center;
    padding: 0;
}



    }

    @media (min-width: 1820px) and (max-width: 1850px) {

        .countrySelect {
    color: #fff;
    width: 75%;
}

.card2 > a:hover, .card2 > a:active {
      color: inherit;
      background-image: linear-gradient(to bottom, #ffb609, #ff722f);
      border-radius: 15px !important;
      text-decoration: none;
      height: 380px;
  }

  .card2 {
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    border: none;
    -webkit-box-shadow: 0 1px 7px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 7px rgb(0 0 0 / 5%);
    height: 380px;
}

/*.caption-style-3 .caption {
    top: 150px;
    
}*/

/*.collabDown {
    top: 63.7%;
    
}*/

.userMil {
    height: 48.5vh;
    
}

.burnleyClub img {
    width: 65% !important;
    position: relative;
    top: -25px;
}

.bannerLeft {
    position: relative;
    top: -50px;
}

.countryWrapper {
    top: 53%;
    
}


    }


    @media (min-width: 1500px) and (max-width: 1599px) {

        .chooseWrapper {
    background-color: #fff;
    border-top: 2px solid #d6b16b;
    margin-bottom: -30%;
}

.bannerTitle p {
    font-size: 16px;
    color: #000;
}

.bannerTitle {
    padding: 1% 0 0 !important;
    
}

.bannerTitle h3 {
    font-size: 25px;
    color: #000;
}

.caption-style-3 {
    width: 40%;
}


.caption-style-3 .caption-text h2 {
    font-size: 12px;
    margin: 0;
}

   
.banner-info img {
    width: 63%;
}


/*.card2 > a:hover, .card2 > a:active {
      color: inherit;
      background-image: linear-gradient(to bottom, #ffb609, #ff722f);
      border-radius: 15px !important;
      text-decoration: none;
      height: 380px;
  }

  .card2 {
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    border: none;
    -webkit-box-shadow: 0 1px 7px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 7px rgb(0 0 0 / 5%);
    height: 380px;
}*/

.userMil {
    height: 64vh;
    
}

.logo-img img {
    width: 45% !important;
}

.banner-title h3 {
    font-size: 18px;
}

.banner-title h1 {
    font-size: 30px;
}

.msgWrap img {
    width: 8%;
    /* transform: rotate(340deg); */
    /* float: unset; */
    position: relative;
    top: 865px;
    bottom: 0;
    left: -9%;
    animation: 7s infinite alternate msgwrap;
}

.diceWrap img {
    width: 5%;
    /* transform: rotate(340deg); */
    /* float: unset; */
    position: relative;
    top: 970px;
    bottom: 0;
    left: -6%;
    animation: 7s infinite alternate msgwrap;
}

.evoWrapper {
    background-color: #171717;
    text-align: center;
    height: 90vh;
}

.greenBG h3 {
    color: #fff;
    font-size: 14px;
    margin: 20px 0;
}

.greenBG p {
    color: #fff;
    font-size: 12px;
}

span.greenBG img {
    width: 30%;
}

.bigWrap img {
    width: 12%;
    /* transform: rotate(340deg); */
    /* float: unset; */
    position: relative;
    top: 983px;
    bottom: 0;
    right: -92%;
    animation: 7s infinite alternate msgwrap;
}

.diCeWrap img {
    width: 8%;
    /* transform: rotate(340deg); */
    /* float: unset; */
    position: relative;
    top: 910px;
    bottom: 0;
    right: -104%;
    animation: 7s infinite alternate msgwrap;
}

/*span#siX,
span#thRid {
    left: 50% !important;
}

span#firsT {
    left: 16% !important;
}

span#seCond {
    left: 32% !important;
}

span#foUr {
    left: 68% !important;
}

span#fiVe {
    left: 84% !important;
}*/

/*.secureWrapper {
    position: relative;
    bottom: -300px;
}*/

span.greenBG {
    height: 320px;
}

/*.whyChoose {
    margin: 0px 0 0 13%;
}*/

/*.collabDown {
    top: 72%;
    
}*/

.burnleyClub img {
    width: 55% !important;
}

/*.caption-style-3 .caption {
    top: 170px;
}*/

#logoburn img {
    width: 20% !important;
}

/*.mhn-slide .mhn-item {
    margin-left: -27%;
}*/

.mhn-slide .owl-next {
    right: 14%;
}

div#zoom_1 img, div#zoom_2 img, div#zoom_6 img, div#zoom_8 img {
    width: 230%;
}

div#zoom_3 img, div#zoom_9 img, div#zoom_14 img {
    width: 340%;
}

.logoAni img {
    width: 135%;
}

div#zoom_1 {
    translate: 137% -136%;
}

div#zoom_2 {
    translate: 94% -93%;
}

div#zoom_3 {
    translate: 156% -127%;
}

div#zoom_4 {
    translate: 43% -112%;
}

div#zoom_5 {
    translate: 57% -68%;
}

div#zoom_6 {
    translate: 112% -113%;
}

div#zoom_7 {
    translate: 22% -101%;
}

div#zoom_8 {
    translate: 65% -60%;
}

div#zoom_9 {
    translate: -13% -117%;
}

div#zoom_10 {
    translate: 2% -106%;
}

div#zoom_11 {
    translate: 17% -122%;
}

div#zoom_12 {
    translate: -9% -124%;
}

div#zoom_13 {
    translate: -121% -66%;
}

div#zoom_14 {
    translate: -281% -126%;
}

div#zoom_15 {
    translate: -115% -103%;
}

.stay-animation {
    width: 98vw;
    
}




}

@media (min-width: 1200px) and (max-width: 1299px) {

  .banner-info img {
    width: 52%;
}

.bannerTitle p {
    font-size: 16px;
    color: #000;
}

.bannerTitle {
    padding: 1% 0 0 !important;
    
}

.bannerTitle h3 {
    font-size: 25px;
    color: #000;
}

.caption-style-3 {
    width: 33%;
}

.bannerTitle.container img {
    width: 55%;
    margin: auto;
}


.caption-style-3 .caption-text h2 {
    font-size: 10px;
    margin: 0;
}

span#firsT {
    left: 13% !important;
}

span.greenBG {
    width: 20%;
}

.whyChoose {
    margin: 0 0 0 6%;
}

.burnleyClub img {
    width: 50% !important;
}

#logoburn img {
    width: 18% !important;
}

.mhn-slide .owl-next {
    right: 15%;
}

.logo-img img {
    width: 35% !important;
}

.banner-title h3 {
    font-size: 18px;
}

.banner-title h1 {
    font-size: 30px;
}

/*.collabDown {
    top: 73%;
    
}*/

.card2 > a:hover, .card2 > a:active {
      color: inherit;
      background-image: linear-gradient(to bottom, #ffb609, #ff722f);
      border-radius: 15px !important;
      text-decoration: none;
      height: 380px;
  }

  .card2 {
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    border: none;
    -webkit-box-shadow: 0 1px 7px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 7px rgb(0 0 0 / 5%);
    height: 380px;
}

.userMil {
    height: 77vh;
   
}

div#zoom_1 img, div#zoom_2 img, div#zoom_6 img, div#zoom_8 img {
    width: 300%;
}

div#zoom_3 img, div#zoom_9 img, div#zoom_14 img {
    width: 400%;
}

.logoAni img {
    width: 200%;
}

div#zoom_1 {
    translate: 190% -124%;
}

div#zoom_2 {
    translate: 164% -82%;
}

div#zoom_3 {
    translate: 256% -111%;
}

div#zoom_4 {
    translate: 40% -112%;
}

div#zoom_5 {
    translate: 57% -68%;
}

div#zoom_6 {
    translate: 112% -113%;
}

div#zoom_7 {
    translate: 6% -105%;
}

div#zoom_8 {
    translate: 57% -66%;
}

div#zoom_9 {
    translate: -7% -112%;
}

div#zoom_10 {
    translate: 2% -106%;
}

div#zoom_11 {
    translate: 17% -122%;
}

div#zoom_12 {
    translate: -9% -124%;
}

div#zoom_13 {
    translate: -167% -69%;
}

div#zoom_14 {
    translate: -328% -126%;
}

div#zoom_15 {
    translate: -115% -103%;
}

.stay-animation {
    width: 98vw;
    
}








    }

    @media (min-width: 2000px) and (max-width: 3000px) {

        .banner-info {
    margin: 0 -88%;
}

.countrySelect {
    color: #fff;
    width: 80%;
}

/*.caption-style-3 .caption {
    top: 153px;
   
}*/

.banner-info img {
    width: 89%;
}

.burnleyClub img {
    width: 60% !important;
}

.collabDown {
    bottom: 0;
}

.info-grid {
    grid-template-columns: 65% 35%;
    
}

.msgWrap img {
    width: 10%;
    top: 821px;
    bottom: 0;
    left: -18%;
    animation: 7s infinite alternate msgwrap;
}

.diceWrap img {
    width: 7%;
    top: 1030px;
    bottom: 0;
    left: -43%;
    animation: 7s infinite alternate msgwrap;
}

.diCeWrap img {
    width: 8%;
    top: 1030px;
    bottom: 0;
    right: -135%;
    animation: 7s infinite alternate msgwrap;
}

/*.whyChoose {
    margin: 0 0 0 27%;
}*/

.mhn-slide .owl-next {
    right: 10%;
    top: 50%;
}

.logo-img img {
    width: 50% !important;
}

.chooseWrapper {
    margin-bottom: 15%;
}

.evoWrapper {
    height: 53vh;
}

.aboutUs {
    margin: 9% 0;
}

/*.countryWrapper {
    top: 55%;
}*/

.testi-info img {
    width: 100%;
}

.starRate img {
    width: 8% !important;
}

.rateInfo img {
    width: auto;
}

.userMil {
    height: 40.5vh;
    
}

.stay-animation {
    width: 100vw;
    
}

div#zoom_3 img, div#zoom_9 img, div#zoom_14 img {
    width: 140%;
}

div#zoom_10 {
    translate: -63% -108%;
}

div#zoom_11 {
    translate: 17% -149%;
}

div#zoom_14 {
    translate: -220% -143%;
}

div#zoom_2 {
    translate: 27% -119%;
}

div#zoom_1 {
    translate: 131% -170%;
}

.logoAni img {
    width: 75%;
}




    }



    .desktop_accordian {
   width: 100%;
   display: flex;
   flex-direction: row;
}
.accordian{
  width:25%;
}
.accordian{
  padding-bottom: 12px;
}
.accordian_title {
    font-size: 14px;
    /* font-weight: 600; */
    /* line-height: 28px; */
    padding-bottom: 8px;
    border-bottom: 1px solid #e5e6eb;
    /* margin-bottom: 10px; */
    width: 100%;
    font-family: 'avert-semibold';
    color: #0f161f;
}
.accordian_content ul {
    list-style: none;
    margin: 12px 0;
    padding: 0 0 0 10px;
}
.accordian_content ul li {
    font-size: 14px;
    line-height: 26px;
    font-family: 'avert-regular';
    color: #8697a2;
}
.social_icons ul li{
   font-size: 25px;
   display: inline-block;
   margin: 0px 4px;
}
p{
  font-size:12px;
  color:green;
}

/*Media Queries*/
@media only screen and (max-width:520px){
  .accordian{
    width:100%;
  }
  .accordian_content{
    display:none;
  }
  .accordian_title{
    cursor:pointer;
  }
  .accordian_title:after{
    float:right;
    font-size: 20px;
    line-height: 28px;
    content: "\f3d0";
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: 600;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: grey;
  }
  .active_header .accordian_title:after {
      transform: rotate(180deg);
      -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .desktop_version{
    display:none;
  }
  .desktop_accordian{
    flex-direction:column;
    width: auto;
    margin: 0px auto;
    padding: 35px 20px 0;
  }
}
@media only screen and (min-width:521px){
  .mobile_version{
    display:none;
  }
}























.navgrid {
    display: grid;
    grid-template-columns: 60% 40%;
}

/* width */
#videoSelect::-webkit-scrollbar {
  width: 5px;
}

/* Track */
#videoSelect::-webkit-scrollbar-track {
  background: #343434;
  border-radius: 10px;
}
 
/* Handle */
#videoSelect::-webkit-scrollbar-thumb {
  
  background-color: #4e4e4e;
}

/* Handle on hover */
#videoSelect::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.thumb-home img {
    filter: grayscale(100%);
    border-right: 4px solid transparent;
}

.thumb-home.active img {
    filter: none;
    border-right: 4px solid #ff4d00;
}

.navInfo img {
    width: 30%;
}

.navBtnGrid {
    display: grid;
    grid-template-columns: 25% 35% 34%;
    grid-gap: 3%;
}

.navBar {
    padding: 0 17%;
}

.navInfo {
    align-self: center;
}

.navLogin {
    font-size: 21px;
    border: 1px solid #fff;
    width: 100%;
    color: #fff;
    cursor: pointer;
    margin: auto;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    padding: 10px;
}

.navJoin {
    font-size: 21px;
    /*border: 1px solid #fff;*/
    width: 100%;
    color: #000;
    cursor: pointer;
    margin: auto;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    background-color: #ff4e02;
    padding: 10px;
}

.navLogin p,
.navJoin p {
    margin: 0;
}

.navLogin a {
    color: #fff;
    text-decoration: none;
}

.navJoin a {
    color: #000;
    text-decoration: none;
}

.navBtnGrid a:hover {
   text-decoration: none;
   color: inherit;
}

.navCred {
    align-self: center;
}

.dropdown-menu {
    min-width: 16rem !important;
    padding: 10px !important ;
    
   
}

span#langFlag {
    vertical-align: middle;
}











.navMobile {
    padding: 0 17%;
    background-color: #040404;
}

#v-nav {
    border: 1px solid #767676;
    background-color: #767676 ;
    vertical-align: -5px;
}

/*#v-nav:hover {
    border: 1px solid #ff4e02;
}*/

#me-text {
    margin: 0;
}

.logingrid.mycontent {
    grid-template-columns: 31% 44% 25%;
}

.bg-title.my-content h4 {
    margin: 0;
}

.btnlogin a {
    color: #fff;
    text-decoration: none;
}

.dropdown img {
    width: 30% !important;
    padding-right: 10px;
    /*vertical-align: text-bottom;*/
    /*vertical-align: -12px;*/
}

a.dropdown-item img {
    width: 14% !important;
    vertical-align: middle;
    padding-bottom: 5px;
}

.btnlogin a:hover,
.article-info a:hover {
    color: #fff;
    text-decoration: none;
}

.login-info.join-btn.btnlogin a {
    color: #000;
}

.choose-info {
    padding: 0 10%;
    padding-bottom: 10%;
}

.navbarmob {
    display: none;
}

.malaysia-menu a {
    display: contents;
    font-size: 17px !important;
}

.singapore-menu a {
    display: contents;
    font-size: 17px !important;
}

/*.dropdown-menu {
    min-width: 14rem !important;
        top: 65% !important;
    left: -135% !important;
    padding: 10px !important;
    padding-bottom: 0 !important;
   
}*/



.logingrid {
    display: grid;
    grid-template-columns: 35% 45% 40%;
    margin-left: 50%;
    grid-gap: 4%;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.bgColor {
    background-color: #040404 !important;
    padding-right: 0;
    padding-left: 0;
}

a.navbar-brand {
    margin: auto;
    text-align: left;
}

ul.dropdown-menu.inner.selectpicker {
    display: block;
    padding: 0 10px !important;
}

/*ul.dropdown-menu.inner.selectpicker li:nth-child(1),*/
ul.dropdown-menu.inner.selectpicker li:nth-child(2),
ul.dropdown-menu.inner.selectpicker li:nth-child(3){
    display: table-cell;
}

ul.dropdown-menu.inner.selectpicker li:nth-child(3) {
    padding: 0 0 0 10px;
}

.dropdown-menu>li>a {
    padding: 3px 0 !important;
}

#me88img img {
    width: 35%;
    margin-top: -12px;
}

#x-title {
    text-transform: lowercase;
    font-size: 45px;
}


.owl-carousel .owl-video-tn {
  background-size: cover;
  padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
}

.owl-video-frame {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.owl-video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dot {
  display: inline-block;
}

.owl-dot span {
  width: 11px;
  height: 11px;
  background-color: #ccc;
  border-radius: 50%;
  display: block;
  margin: 5px 3px;
}

.owl-dot.active span {
  background-color: #000;
}






/*.youtube-carousel{
  border: 4px solid #e25454;
}*/

.carousel-indicators li {
    display: inline-block;
    width: 9px !important;
    height: 9px !important;
    margin: 0px 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #dddddd !important;
    border: none !important;
    border-radius: 10px;
}

.carousel-indicators {
    bottom: 0%;
    
}



.video-container { 
   position: relative; /* keeps the aspect ratio */ 
   padding-bottom: 56.25%; /* fine tunes the video positioning */ 
   padding-top: 60px; overflow: hidden;
   margin-bottom: -1px;
   margin-right: -1px;   
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;  
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}
  
.carousel-control .glyphicon-chevron-left{
  top:35%;
  font-size: 20px;
  left:5%;
  margin: 0;
}

.carousel-control .glyphicon-chevron-right{
  top:35%;
  font-size: 20px;
  left:33%;
  margin: 0;
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
  color: #ffffff;
  top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  opacity: 1;
  height:120px;
}

.controls{
   display: none;
}

.carousel-control:hover {
  text-decoration: none;
  filter: alpha(opacity=60);
  outline: 0;
  opacity: 0.6;
}

.left-button {
  height:70px;
  width:35px;
  border-radius: 0 90px 90px 0;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -moz-border-radius: 0 90px 90px 0;
  -webkit-border-radius: 0 90px 90px 0;
  background-color: #e25454;
  display: inline-block;
  position: relative;
  float:left;
  /*subpixel bug*/
  margin-left: -1px; 
}

.right-button {
  height:70px;
  width:35px;
  border-radius: 90px 0 0 90px;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -moz-border-radius: 90px 0 0 90px;
  -webkit-border-radius: 90px 0 0 90px;
  background-color: #e25454;
  display: inline-block;
  position: relative;
  float:right;
  /*subpixel bug*/
  margin-right: -1px;
}


.carousel-caption {
 display: none;
 background: none repeat scroll 0 0 #e25454;
  bottom: 0;
  font-size: 12px;
  text-align: center;
  opacity: 1;
  padding:7px 30px 7px;
  text-transform: uppercase;
  z-index:11;
  pointer-events:none;
}

@media screen and (min-width: 768px) {
.right-button {
  height:120px;
  width:60px;
  border-radius: 90px 0 0 90px;
  -moz-border-radius: 90px 0 0 90px;
  -webkit-border-radius: 90px 0 0 90px;
  display: inline-block;
  position: relative;
  float:right;
}

.left-button {
  height:120px;
  width:60px;
  border-radius: 0 90px 90px 0;
  -moz-border-radius: 0 90px 90px 0;
  -webkit-border-radius: 0 90px 90px 0;
  display: inline-block;
  position: relative;
  float:left;
}

.carousel-control .glyphicon-chevron-left{
  top:35%;
  font-size: 35px;
  left:5%;
}

.carousel-control .glyphicon-chevron-right{
  top:35%;
  font-size: 35px;
  left:35%;
}

.carousel-caption {
  font-size: 18px;
  padding:15px 20px 15px;
  }
}
@media screen and (min-width: 992px) {
 .carousel-caption {
    font-size: 18px;
    padding:15px 20px 15px;
  }
}

/*@media (min-width: 1200px) {

    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1362px !important;
    }
}*/



/*div.container {
  margin: 0 auto;
  width: auto;
  background-color: transparent;
  padding: 8px 0 0;
}

div.dropdown {
  position: relative;
}

div.dropdown > div.caption {
  background-color: #f2f2f2;
  padding: 11px 24px;
  border-radius: 3px;
  cursor: pointer;
}

div.dropdown > div.list {
  position: absolute;
  background-color: #f2f2f2;
  width: 100%;
  border-radius: 0 0 3px 3px;
  display: none;
}

div.dropdown > div.list > div.item {
  padding: 11px 24px;
  cursor: pointer;
}

div.dropdown > div.list > div.item.selected {
  font-weight: bold;
}

div.dropdown > div.caption:hover,
div.dropdown > div.list > div.item:hover {
  background-color: rgb(83, 161, 214);
  color: #fff;
}

div.dropdown.open > div.caption {
  border-radius: 3px 3px 0 0;
  border-bottom: solid 1px #999;
}

div.dropdown.open > div.list {
  display: block;
}*/

#bgColor {
    background-color: #040404;
}

.container_main {
    /*padding: 0 10%;*/
    text-align: center;
    overflow: hidden;
}

 /*.slick-slide>div>img {
            opacity: 0.4;
        }
        
        .slick-active>div>img {
            opacity: 1 !important;
        }*/

        .slick-slide>div>img {
            opacity: 0.1;
            z-index: -1;
            
        }
        
        .slick-slide>div>div {
            opacity: 0.2;
            
        }
        
        .slick-active>div>img {
            opacity: 1 !important;
            

        }
        
        .slick-active>div>div {
            opacity: 1 !important;
            
        }

.namewee_bg {
    margin-bottom: 100px;

  /*background-image: url(../images/namewee-hm-bn-en.jpg);
    width: auto;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 30%;
    background-color: #040404;
    background-attachment: fixed; */
}

.namewee_bg-cn {
    margin-bottom: 100px;

  /*background-image: url(../images/namewee-hm-bn-cn.jpg);
    width: auto;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 30%;
    background-color: #040404;*/
    /*background-attachment: fixed;*/
}

.namewee_bg-my {

  margin-bottom: 100px;
}

.article-namewee {
  background-image: url(../images/article-background.png);
    width: auto;
    height: auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /*padding-bottom: 5%;*/
    background-color: #040404;
    overflow: hidden;
    /*background-attachment: fixed;*/
    padding: 0 0 0 0;
}

.nav-bg {
    background-color: #161616;
}

.nav-grid {
    display: grid;
    grid-template-columns: 70% 30%;
    padding: 0 10%;
}

.nav-img img {
    width: 13%;
}

.login-nav {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    text-align: center;
    align-items: center;
}

.login-btn.btnlogin {
    font-size: 21px;
    border: 1px solid #fff;
    width: 100%;
    color: #fff;
    cursor: pointer;
    margin: auto;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.bgColor img {
    width: 170px;
}

.dropdown a {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.dropdown a:hover {
    color: #ff4e02;
    font-weight: bold;
}

/*.dropdown a:hover > #v-nav:hover
 {
    border: 1px solid #ff4e02;
    color: #ff4e02;
    font-weight: bold;
}*/

.dropdown-toggle::after {
    font-size: 20px !important;
    vertical-align: 0px !important;
}

.navLink {
    padding: 0 !important;
}

.login-info {
    align-self: center;
}

.join-btn.btnlogin {
    font-size: 21px;
    /*border: 1px solid #fff;*/
    /*width: 65%;*/
    color: #000;
    cursor: pointer;
    /*margin: auto;*/
    background-color: #ff4e02;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    align-self: center;
}

.btnlogin {
    float: right;
    color: red;
    margin: 0px 20px;
    padding-top: 0px;
    margin: 0;
}

.btn-default {
    background-color: transparent !important;
    border-color: transparent !important;
}

.bootstrap-select>.btn {
    width: 100%;
    padding-right: 60px !important;
}

.bootstrap-select.btn-group .btn .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: center !important;
    font-size: 20px !important;
    color: #fff !important;
}

.dropdown-menu {
    background-color: #040404 !important;
   
}

.vl {
    border-left: 2px solid #6e6e6e;
    height: auto;
    margin-left: 5px;
}

.dropdown-menu>li>a {
    color: #6c6c6c !important;
    font-size: 15px !important;
}

.caret {
    
    border-top: 5px dashed !important;
    border-right: 5px solid transparent !important;
    border-left: 5px solid transparent !important;
    color: #fff;
}

ul.dropdown-menu.inner.selectpicker a:focus {
    outline: none;
}

.bootstrap-select.btn-group.fit-width .btn .caret {
    margin-top: 7px !important;
}

.flag-icon {
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
    border-radius: 50% !important;
    margin: 0 10px 0 0;
}

/*.bootstrap-select .btn:focus {
    outline: none !important;
}*/

button.btn.dropdown-toggle.selectpicker.btn-default:focus {
    outline: none !important;
}

.btnlogin p {
    margin: 5px 0;
}

.lngg {
    padding-top: 10px;
}

/*.cryto-bg {
  background-image: url(../images/crypto--bn-en.jpg);
    width: auto;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 25%;
    background-color: #040404;
}*/

.choose-bg {
    background-image: url(../images/icon-background.jpg);
    width: auto;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 0;
    background-color: #040404;
    /*background-attachment: fixed;*/
}

.footer-bg {
    background-image: url(../images/final-banner-en.jpg);
    width: 85%;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 23%;
    background-color: #040404;
    /*background-attachment: fixed;*/
    overflow: hidden;
    margin: auto;
}

.footer-bg-cn {
    background-image: url(../images/final-banner-cn.jpg);
    width: auto;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 27%;
    background-color: #040404;
    /*background-attachment: fixed;*/
    overflow: hidden;
}

.footer-bg-my {
    background-image: url(../images/final-banner-my.jpg);
    width: auto;
    height: auto;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 27%;
    background-color: #040404;
    /*background-attachment: fixed;*/
    overflow: hidden;
}

.spacer50 {
    margin-bottom: 50px;
}

.spacer100 {
    margin-bottom: 100px;
}

.dark-divider {
    background-color: #040404;
    margin-bottom: 25%;
}

.dark-spacer {
    background-color: #040404;
    margin-bottom: .5%;
}

.dkCarousel {
    display: block;
}

.mbCarousel {
    display: none;
}

.deskTop {
    display: block;
    margin: auto;
}

.moBile {
    display: none;
    margin: auto;
}

.bg-title {
    /* display: grid; */
    /* grid-template-columns: 50% 50%; */
    position: absolute;
    top: 18%;
    text-align: left;
    left: 19%;
    color: #fff;
}

.bg-title h2 {
    font-size: 45px;
    margin: 0;
    color: #ff4e02;
    text-transform: uppercase;
    line-height: 20px;
    font-family: 'Nunito Sans';
    font-weight: 600;
}

.bg-title h4 {
    margin: 30px 0 0 0;
    font-size: 30px;
    font-family: 'Nunito Sans';
    font-weight: 600;
}

div#videoSelect img {
    width: 100%;
}

div#videoSelect {
    overflow: auto;
    height: 336px;
    display: inline-flex;
    flex-direction: column;
}

.namewee_grid {
    display: flex;
    /*grid-template-columns: 39% 59%;
    grid-gap: 2%;*/
}

.namewee_video {
    /*position: relative;
    bottom: -390px;*/
    padding: 0 17%;
    /*background-color: #040404;*/
    padding-bottom: 40px;
}

#videoSelect button {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    margin-bottom: 15px;
    margin-right: 15px;
}

#videoSelect button:nth-of-type(4) {
  margin-bottom: 0;
}

#videoSelect button:focus {
    outline: none;
}

.video-section {
    display: inline-flex;
    flex-direction: row;
    width: 690px;
}

#btnText1 {
    position: absolute;
    left: 27%;
    bottom: 60%;
    outline: none;
    font-size: 25px;
    color: #fff;
}

#btnText2 {
    position: absolute;
    left: 27%;
    bottom: 35%;
    outline: none;
    font-size: 25px;
    color: #fff;
}

#btnText3 {
    position: absolute;
    left: 27%;
    bottom: 7%;
    outline: none;
    font-size: 25px;
    color: #fff;
}

.slider {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0 !important;
    padding: 0 0 2%;
}

    .slick-slide {
      margin: 0px 10px;
    }

    .slick-slide img {
      width: 100%;
      /*transform: scale(0.9);*/
    }

    .slick-prev:before,
    .slick-next:before {
        color: black;
        display: none;
    }

.slick-center img {
  /*transform: scale(1.1);*/
}

/** {
      box-sizing: border-box;
    }*/

.article-desc {
    border-radius: 20px;
    /* border: 1px solid red; */
    background-color: #262626;
    color: #fff;
    text-align: left;
    width: 95%;
    margin: auto;
}

.article-desc img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.article-info {
    padding: 18px;
}

.article-info h3 {
    font-size: 16px;
    text-align: left;
    font-family: 'Noto Sans';
    margin: 0 0 10px;
}

.article-info p {
    color: #656a6e;
    font-size: 14px;
    text-align: left;
    /* margin: 8px; */
    margin-bottom: 8px;
    font-family: 'Noto Sans';
}

.article-info a {
    color: #fff;
    text-decoration: none;
    /* text-align: left; */
    font-size: 14px;
    font-family: 'Noto Sans';
}

/*.slick-slide > .article-desc:nth-child(even) {
  transform: scale(1.1);
}*/

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #dc480a;
}

.slick-dots li button:before {
    font-size: 20px;
    color: #686e7a;
  
}

.article-title {
    color: #ff4b00;
    text-align: left;
    padding: 0% 0% 3%;
}

.article-title h3 {
    font-size: 35px;
    margin: 0;
    font-family: 'Nunito Sans';
    font-weight: 600;
}

.vip.grid {
    background-color: #040404;
    display: grid;
    grid-template-columns: 30% 70%;
}

.vip-title h2, .cryto-texts h2, .footer-title h2 {
    font-size: 45px;
    color: #ff4b00;
    font-family: 'Nunito Sans';
    font-weight: 600;
    margin: 0;
}

.vip-title h3, .cryto-texts h3 {
    color: #fff;
    font-size: 35px;
    font-family: 'Nunito Sans';
    font-weight: 600;
    margin: 0;
}

.vip-title {
    align-self: center;
    text-align: left;
}

.cryto-grid {
    display: grid;
    grid-template-columns: 70% 30%;
    /* padding-top: 5%; */
    /* text-align: right; */
}

.cryto-texts {
    /* padding-top: 37px; */
    position: relative;
    top: 180px;
    text-align: right;
    right: 50px;
}

.choose-grid {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-gap: 2%;
}

.choose-info img {
    width: 30%;
}

.choose-info {
    /*padding: 0 10%;*/
}

.choose-info h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    font-family: 'Nunito Sans';
    font-weight: 600;
}

.choose-info p {
    font-size: 18px;
    color: #999999;
    font-family: 'Nunito Sans';
    font-weight: 400;
    margin: 0;
}

.why-choose {
    padding: 5% 0;
    text-align: left;
    color: #ff4e00;
}

.why-choose h2 {
    font-size: 35px;
    font-family: 'Nunito Sans';
    font-weight: 600;
    margin: 0 0 10px 0;
}

.why-choose p {
    font-size: 20px;
    color: #fff;
    font-family: 'Nunito Sans';
    font-weight: 400;
    margin: 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 40% 60%;
    /* padding: 2% 5%; */
    text-align: center;
    position: relative;
    top: 120px;
    left: -50px;
}

.footer-title {
    /* text-align: left; */
    /* align-self: center; */
    text-align: center;
    /* align-content: baseline; */
}

.nav-img {
    align-self: center;
}

.vip-club img,
.cryto-bg img
{
    width: 100%;
}

@media (min-width: 1600px) and (max-width: 1799px) {

    /*div#videoSelect {
    height: 258px;
}*/

div#videoSelect {
    height: 300px;
    margin-right: 25px;
  
}

.namewee_video {
    padding-bottom: 40px;
}

    

  

.malaysia-menu a,
.singapore-menu a {
    font-size: 15px;
}

/*.dropdown img {
    width: 40% !important;
    vertical-align: -8px;
}*/



.bg-title {
    top: 20%;
    left: 17%;
    
}

.dropdown-menu {
    min-width: 17rem !important;
}





.article-desc {
    width: auto;
    margin: auto;
    height: 350px;
}









.cryto-texts {
    /* padding-top: 37px; */
    position: relative;
    top: 180px;
    text-align: right;
    right: 80px;
}


}



@media (min-width: 1400px) and (max-width: 1499px) {

    .namewee_bg {
    margin-bottom: 60px;
}

div#videoSelect {
    height: 267px;
    margin-right: 25px;
}

.namewee_video {
    padding-bottom: 40px;
}

 

.malaysia-menu a,
.singapore-menu a {
    font-size: 15px;
}

.dropdown-menu {
    min-width: 17rem !important;
}

.dropdown a {
    font-size: 18px;
}

/*.dropdown img {
    width: 45% !important;
    vertical-align: -7px;
}*/

nav.navbar.navbar-expand-lg.navbar-light.bg-light.bgColor img {
    width: 160px;
}





.article-desc {
    width: auto;
    margin: auto;
    height: 350px;
}







 





.vip.grid {
    background-color: #040404;
    display: grid;
    grid-template-columns: 40% 60%;
        margin-top: 0;
}

.cryto-texts {
    /* padding-top: 37px; */
    position: relative;
    top: 170px;
    text-align: right;
    right: 210px;
}



.cryto-texts {
    /* padding-top: 37px; */
    position: relative;
    top: 180px;
    text-align: right;
    right: 180px;
}

.login-btn.btnlogin {
    width: 100%;
    font-size: 18px;
   
}

.choose-info img {
    width: 23%;
}

.choose-info h3 {
    font-size: 18px;
}

.choose-info p {
    font-size: 16px;
}

.join-btn.btnlogin {
    font-size: 18px;
}

.bg-title {
    top: 21%;
    left: 10%;
    
}

.vip-title h2, .cryto-texts h2, .footer-title h2 {
    font-size: 40px;
}

.vip-title h3, .cryto-texts h3 {
    font-size: 30px;
   
}


}

@media (min-width: 1300px) and (max-width: 1399px) {

    .namewee_bg {
    margin-bottom: 50px;
}

div#videoSelect {
    height: 258px;
    margin-right: 25px;
}

.namewee_video {
    padding-bottom: 40px;
}

    .navgrid {
    display: grid;
    grid-template-columns: 50% 50%;
}

.navBar {
    padding: 10px 17%;
}

 .dropdown-menu {
    min-width: 17rem !important;
}

.malaysia-menu a,
.singapore-menu a {
    font-size: 15px;
}

/*.dropdown img {
    width: 45% !important;
    vertical-align: -7px;
}*/

nav.navbar.navbar-expand-lg.navbar-light.bg-light.bgColor img {
    width: 150px;
}

.dropdown a {
    font-size: 18px;
}





.vip-title h2, .cryto-texts h2, .footer-title h2 {
    font-size: 35px;
}

.vip-title h3, .cryto-texts h3 {
    font-size: 25px;
    
}



.article-desc {
    width: auto;
    margin: auto;
    height: 350px;
}

.choose-info img {
    width: 20%;
}

.choose-info h3 {
    font-size: 18px;
}

.choose-info p {
    font-size: 16px;
    color: #999999;
}





    







.vip.grid {
    background-color: #040404;
    display: grid;
    grid-template-columns: 40% 60%;
}

.cryto-texts {
    /* padding-top: 37px; */
    position: relative;
    top: 150px;
    text-align: right;
    right: 250px;
}

.login-btn.btnlogin {
    width: 100%;
    font-size: 16px;
   
}

.join-btn.btnlogin {
    font-size: 16px;
}

.bg-title {
    top: 20%;
    left: 8%;
    
}

.why-choose p {
    font-size: 18px;
}

.why-choose h2 {
    font-size: 30px;
}


}

@media (min-width: 1200px) and (max-width: 1299px) {

    .namewee_bg {
    margin-bottom: 50px;
}

div#videoSelect {
    height: 237px;
    margin-right: 25px;
}

.namewee_video {
    padding-bottom: 40px;
}

     .navgrid {
    display: grid;
    grid-template-columns: 50% 50%;
}

.navBar {
    padding: 10px 17%;
}

  .dropdown-menu {
    min-width: 17rem !important;
}

.malaysia-menu a,
.singapore-menu a {
    font-size: 15px;
}

/*.dropdown img {
    width: 50% !important;
    vertical-align: -5px;
}*/

nav.navbar.navbar-expand-lg.navbar-light.bg-light.bgColor img {
    width: 150px;
}

.dropdown a {
    font-size: 18px;
}







.vip-title h2, .cryto-texts h2, .footer-title h2 {
    font-size: 35px;
}

.vip-title h3, .cryto-texts h3 {
    font-size: 25px;
    
}



.article-desc {
    width: auto;
    margin: auto;
    height: 350px;
}

.choose-info img {
    width: 20%;
}

.choose-info h3 {
    font-size: 18px;
}

.choose-info p {
    font-size: 16px;
    color: #999999;
}





    

.cryto-texts.my-content {
    right: 180px;
}









.vip.grid {
    background-color: #040404;
    display: grid;
    grid-template-columns: 40% 60%;
}

.cryto-texts {
    /* padding-top: 37px; */
    position: relative;
    top: 150px;
    text-align: right;
    right: 210px;
}

.login-btn.btnlogin {
    width: 100%;
    font-size: 16px;
   
}

.join-btn.btnlogin {
    font-size: 16px;
}

.bg-title {
    top: 20%;
    left: 6%;
    
}

.why-choose p {
    font-size: 18px;
}

.why-choose h2 {
    font-size: 30px;
}

.footer-grid {
    top: 70px;
    left: -25px;
}


}

@media (min-width: 1025px) and (max-width: 1199px) {

    .namewee_bg {
    margin-bottom: 50px;
}

div#videoSelect {
    height: 222px;
    margin-right: 25px;
}

.namewee_video {
    padding-bottom: 40px;
}

     .navgrid {
    display: grid;
    grid-template-columns: 40% 60%;
}

.navInfo img {
    width: 50%;
}

.navBar {
    padding: 10px 17%;
}

 .dropdown-menu {
    min-width: 17rem !important;
}

.malaysia-menu a,
.singapore-menu a {
    font-size: 15px;
}

/*.dropdown img {
    width: 35% !important;
    vertical-align: -5px;
}*/

nav.navbar.navbar-expand-lg.navbar-light.bg-light.bgColor img {
    width: 130px;
}

.dropdown a {
    font-size: 18px;
}







.vip-title h2, .cryto-texts h2, .footer-title h2 {
    font-size: 25px;
}

.vip-title h3, .cryto-texts h3 {
    font-size: 20px;
    
}



.article-desc {
    width: 100%;
    margin: auto;
    height: 335px;
}

.choose-info img {
    width: 20%;
}

.choose-info h3 {
    font-size: 16px;
}

.choose-info p {
    font-size: 14px;
    color: #999999;
}





.vip.grid {
    background-color: #040404;
    display: grid;
    grid-template-columns: 40% 60%;
}

.cryto-texts {
    /* padding-top: 37px; */
    position: relative;
    top: 130px;
    text-align: right;
    right: 100px;
}

.login-btn.btnlogin {
    width: 100%;
    font-size: 16px;
   
}

.join-btn.btnlogin {
    font-size: 16px;
}

.logingrid {
    margin-left: 35%;
    
}

.bg-title h2 {
    font-size: 30px;
    line-height: 10px;
    
}

.bg-title h4 {
    margin: 25px 0 0 0;
    font-size: 20px;
}

.bg-title {
    left: 16%;
    
}

.why-choose p {
    font-size: 18px;
}

.why-choose h2 {
    font-size: 25px;
}


}

@media (min-width: 992px) and (max-width: 1024px) {

    .namewee_bg {
    margin-bottom: 50px;
}

div#videoSelect {
    height: 195px;
    margin-right: 25px;
}

/*.deskTop {
    display: none;
}

.moBile {
    display: block;
}*/

.namewee_video {
    padding-bottom: 40px;
}

   .navgrid {
    display: grid;
    grid-template-columns: 40% 60%;
}

.navInfo img {
    width: 50%;
}

.navBar {
    padding: 10px 17%;
}


.bg-title {
    top: 11%;
    left: 10%;
    
}

.dropdown-menu {
    min-width: 17rem !important;
}

/*.dropdown img {
    width: 50% !important;
}*/

.login-btn.btnlogin {
    width: 100%;
    font-size: 16px;
   
}

.join-btn.btnlogin {
    font-size: 16px;
}

.bg-title h2 {
    font-size: 30px;
    line-height: 10px;
    
}

.bg-title h4 {
    margin: 20px 0 0 0;
    font-size: 20px;
}

.why-choose p {
    font-size: 16px;
}

.choose-info {
    padding: 0 18%;
    padding-bottom: 10%;
}

.choose-bg {
    padding-bottom: 0%;
   
}

#me88img img {
    width: 25%;
    margin-top: -12px;
}






.choose-info h3 {
    font-size: 16px;
}

.choose-info p {
    font-size: 14px;
    color: #999999;
    
}


.article-title {
    color: #ff4b00;
    text-align: center;
    padding: 0 10% 5%;
}

.article-title h3 {
    font-size: 30px;
}

.vip-title h2, .cryto-texts h2, .footer-title h2 {
    font-size: 25px;
}

.vip-title h3, .cryto-texts h3 {
    font-size: 20px;
    
}

.cryto-texts {
    /* padding-top: 37px; */
    position: relative;
    top: 90px;
    text-align: right;
    right: 120px;
}

.why-choose h2 {
    font-size: 25px;
    font-family: 'Nunito Sans';
    font-weight: 600;
    margin: 0 0 10px 0;
}

.choose-grid {
    display: grid;
    grid-template-columns: 50% auto;
    grid-gap: 0%;
}

.spacer100 {
    margin-bottom: 50px;
}

.choose-info img {
    width: 18%;
}

.nav-grid {
    overflow: hidden;
}

.why-choose {
    padding: 5%;
    text-align: center;
    color: #ff4e00;
}

.footer-grid {
    top: 50px;
    left: 35px;
}

.logingrid {
    margin-left: 30%;
    
}

.article-desc {
    width: auto;
    margin: auto;
    height: 350px;
}

    }


    @media (min-width: 700px) and (max-width: 991px) {

          .namewee_bg {
    margin-bottom: 30px;
}

div#videoSelect {
    height: 170px;
    margin-right: 25px;
}

.namewee_video {
    padding-bottom: 40px;
}

        .dropdown-menu.show {
    left: -90px !important;
}

        .navgrid {
    display: grid;
    grid-template-columns: 40% 60%;
}

.navInfo img {
    width: 50%;
}

.navBar {
    padding: 10px 17%;
}

.navJoin,
.navLogin {
    font-size: 16px;
}





        a.navbar-brand {
    margin: auto;
    text-align: center;
}

.article-title h3 {
    font-size: 28px;
}

a.dropdown-item img {
    width: 10% !important;
}

.vip-title h2, .cryto-texts h2, .footer-title h2 {
    font-size: 30px;
}

.vip-title h3, .cryto-texts h3 {
    font-size: 20px;
    
}

.article-desc {
    width: auto;
    margin: auto;
    height: 350px;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light.bgColor img {
    width: 35%;
}

.logingrid {
    margin-left: 0;
}

.bg-title h4 {
    margin: 20px 0 0 0;
    font-size: 18px;
}

.bg-title h2 {
    font-size: 25px;
    line-height: 15px;
    
}

.login-btn.btnlogin {
    font-size: 16px;
}

.join-btn.btnlogin {
    font-size: 16px;
}

/*.dropdown img {
    width: 30% !important;
}*/

#me88img img {
    width: 25%;
    margin-top: -12px;
}

#x-title {
    text-transform: lowercase;
    font-size: 35px;
}

.bg-title {
    top: 12%;
    left: 6%;
}

.cryto-texts {
    top: 80px;
    right: 60px;
}

.why-choose {
    padding: 5%;
    text-align: center;
    color: #ff4e00;
}

.why-choose h2 {
    font-size: 25px;
    font-family: 'Nunito Sans';
    font-weight: 600;
    margin: 0 0 10px 0;
}

.why-choose p {
    font-size: 16px;
}

.choose-grid {
    display: grid;
    grid-template-columns: 50% auto;
    grid-gap: 0%;
}

.choose-info img {
    width: 18%;
}

.choose-info h3 {
    font-size: 16px;
}

.choose-info p {
    font-size: 14px;
    color: #999999;
}

.footer-grid {
    top: 55px;
    left: -25px;
}




    }



    @media (min-width: 370px) and (max-width: 375px) {

        .bg-title {
    top: 12%;
    
}

    }


/*@media (min-width: 400px) and (max-width: 414px) {
.dropdown-menu.show {
    left: -90px !important;
}
}*/



    






