

/* ---------------------------------------------
Table of contents
------------------------------------------------


--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    scroll-behavior: smooth;

}



.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2adfec;
    border-color: #2adfec;
}

* html .clearfix {
  height: 1%;
}

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

.char {
    position: absolute;
    bottom: 0;
    right: 0;
}


#rewardstable .table td {
    text-align: center;
}

#receiptContainer {
    text-align: center;
}

.fa {
    font: normal normal normal 29px/3 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.modal-content {
    background:#000;
}



.number {
    border-radius: 50%;
    width: 40px;
    background: #fee00c;
    border: 2px solid #fff;
    position: absolute;
    height: 40px;
    bottom: 28px;
    right: 24px;
}



    .number h4 {
        color: #000000;
        text-align: center;
        margin-top: 6px;
    }

.disabled-item {
    filter: grayscale(100%);
}

#invoiceContainer, #receiptContainer {
    display: none;
}

.shopping {
    background: #000;
    width: 100%;
}


.mainlogo {
    max-width: 416px;
    height: 328px;
    margin: 116px auto 0;
}

.mainlogo img {
    width:100%;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}




.prizehistory {
    /*background-color: #d7499d;*/
    background-color: #70bf28;
    border: 0;
    border-radius: 9px;
    color: #fff;
    cursor: pointer;
    /* display: inline-block; */

    outline: 0;
    /* padding: 16px 21px; */
    position: relative;
    text-align: center;
    /* border: 2px solid #e56ca6; */
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px, rgb(10 37 64 / 35%) 0px -2px 6px 0px inset;
}

.prizehistory a {
    color: #fff;
    font-size: 24px;
    padding-left: 65px;
}



.prizehistory:before {
    background-color: initial;
    background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
    border-radius: 125px;
    content: "";
    height: 50%;
    left: 4%;
    opacity: .5;
    position: absolute;
    top: 0;
    transition: all .3s;
    width: 92%;
}

    .prizehistory:hover {
        box-shadow: rgb(255 255 255 / 20%) 0 3px 15px inset, rgb(0 0 0 / 10%) 0 3px 5px, rgb(0 0 0 / 10%) 0 10px 13px;
        transform: scale(1.05);
        background-color: #4bc2da;
    }


    .prizehistory img {
        left: 20px;
        position: absolute;
        top: 0;
    }


.topbg {
    background: #a50c67;
    padding-top: 30px;
}
/*glow button start*/
/* From uiverse.io by @adamgiebl */
.glowbtn {
    --green: #1BFD9C;
    background: #5917a0;
    /* font-weight: bold; */
    width: 50%;
    margin: 30px auto 0;
    text-align: center;
    padding: 19px 0;
    text-align: center;
    /* padding: 0.7em 2.7em; */
    letter-spacing: 0.06em;
    position: relative;
    font-family: 'Anton', sans-serif;
    border-radius: 0.6em;
    overflow: hidden;
    transition: all 0.3s;
    line-height: 1.4em;
    border: 2px solid var(--green);
    /* background: linear-gradient(to right, rgba(27, 253, 156, 0.1) 1%, transparent 40%,transparent 60%, rgba(27, 253, 156, 0.1) 100%); */
    color: var(--green);
    box-shadow: inset 0 0 10px rgb(27 253 156 / 40%), 0 0 9px 3px rgb(27 253 156 / 10%);
}

    .glowbtn:hover {
        color: #82ffc9;
        box-shadow: inset 0 0 10px rgba(27, 253, 156, 0.6), 0 0 9px 3px rgba(27, 253, 156, 0.2);
    }

    .glowbtn:before {
        content: "";
        position: absolute;
        left: -4em;
        width: 4em;
        height: 100%;
        top: 0;
        transition: transform .4s ease-in-out;
        background: linear-gradient(to right, transparent 1%, rgba(27, 253, 156, 0.1) 40%,rgba(27, 253, 156, 0.1) 60%, transparent 100%);
    }

    .glowbtn:hover:before {
        transform: translateX(15em);
    }

.howto {
    text-align:center;
}

.playername {
    font-size: 45px;
}

.playerlevel {
    font-size: 23px;
    margin-top: 19px;
    font-family: 'Poppins', sans-serif;
}

.inner-content {
    display: block;
}


.inner-content-mobi {
    display:none;
}

/*glow button end*/
/*twinkling stars start*/
/*twinkling stars end*/
/*.slide-right, .slide-left {
    width: 100%;
}*/
.fade-in {
    animation: fadeIn ease 3s;
}

.slide-left {
    animation: 3s slide-left;
}

.cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: none;
}

/*.order-now {
    background: rgba(0, 0, 0, 0.75);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}*/

.table-shopping-cart {
    display: inline-table;
    max-height: 450px;
    overflow-y: scroll;
}

.invoice {
    z-index: 3;
    position: absolute;
    height: 90%;
    width: 60%;
    background: rgba(0, 0, 0, 0.95);
    padding: 5% 4%;
    margin: 0 auto;
    /* left: 0; */
    right: 0;
    align-self: center;
    flex-direction: column;
    border-radius: 20px;
    transition: 0.25s;
}

.invoice div {
    display: flex;
}

    .invoice .shipping-items {
        padding: 10px 0;
        width: 100%;
        justify-content: space-between;
        color: white;
        font-size: 17px;
    }

        .invoice .shipping-items .item-names {
            flex-direction: column;
            justify-content: space-around;
            color: white;
            font-size: 17px;
        }


        .invoice .shipping-items .items-price {
            flex-direction: column;
            justify-content: space-around;
            color: #fee00c;
            font-size: 17px;
        }

    .invoice .payment {
        flex-direction: column;
        color: white;
        font-size: 17px;
    }

        .invoice .payment em {
            margin-top: 10px;
            font-weight: 600;
            justify-content: space-between;
            color: #ff00ff;
            font-size: 17px;
        }


    .invoice .payment div {
        margin-top: 10px;
        font-weight: 600;
        justify-content: space-between;
    }




.invoice p {
    color: white;
    font-size:17px;
}

.invoice hr {
    background-color: white;
}

.invoice .order {
    position: absolute;
    bottom: 10%;
    width: 40%;
    justify-content: space-around;
}

.invoice .order .btn {
    padding: 1rem 2rem;
    border-radius: 10px;
    font-size: 1.2rem;
}

.invoice .order .btn-order {
    background: #00bbf9;
}

.invoice .order .btn-cancel {
    background: #bb342f;
}

.invoice .order-details {
    height: 300px;
    flex-direction: column;
    justify-content: space-around;
}

.invoice .order-details em,
.invoice .order-details p {
    border-bottom: 1px dashed white;
    padding-bottom: 10px;
    color: white;
}

.invoice .order-details em {
    font-size: 1.2rem;
    font-weight: 600;
}

.invoice .order-details .thanks {
    position: absolute;
    text-align: center;
    margin: auto;
    border: none;
    left: 0;
    right: 0;
    bottom: 55%;
}

.invoice .order-details table {
    color: white;
}

.invoice .order-details p {
    font-size: 1.1rem;
}

.invoice .order-details p span {
    font-weight: 600;
}

.purchase-cover {
    z-index: 2;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: none;
}

.qty-badge {
    font-size: 12px;
    background: #ff0000;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -6px;

    padding-left: 5px;
    padding-right: 5px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    background: #ff00ff;
}

.menu-bar-icons {
    font-size: 20px;
    padding-top: 8px;
    color:#70bf28;
}

.header-area.icons ul li {
    position: absolute;
    right: 0;
    display: block;
    top: 32px;
    list-style: none;
    list-style-type: none !important;
}

.icons li {
    display: block;
    position: absolute;
    right: 0;
    top: 30px;
}




.menu-bar-container {
    display: none;
}

.menu-bar-container:hover{
    cursor: pointer;
}

.btn-logging-in {
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 15px;
    font-weight: 600;
}

.btn-process-purchase {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 6px;
}

.btn-process-purchase-spinner {
    margin-bottom: 2px;
}

.btn-logging-in-spinner {
    margin-bottom: 5px;
}

.btn-reward-spinner {
    margin-top: 13px;
}

.btn-cart-spinner {
    margin-top: 24px;
    margin-bottom: 24px;
}

.cart-empty-label {
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    /* max-width: 500px; */
    margin: 31px auto;
    /* padding: 20px 0 !important; */
    position: absolute;
    top: 40%;
    color: #fe00fe;
    left: 50%;
    transform: translate(-50%, -50%);
}

.onSaleStrike {
    text-decoration: line-through;
}

@keyframes slide-left {
    from {
        margin-left: 100%;
    }

    to {
        margin-left: 0%;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.infobtn {
    position: relative;
    /* width: 80%; */
    background: #a50c67;
    text-align: center;
    top: 115px;
    color: #fff;
   /* z-index: 99;*/
    border-radius: 9px;
    margin: 4px auto;
    left: 50%;
    top: 12%;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    /* margin-bottom: 3px; */
    transform: translate(-50%, -50%);
    border: 2px solid #e56ca6;
}

    .infobtn span {
       color:#fee00c;
    }



.topinfo {
    padding-bottom: 10px;
}

.mainnav {
    /*  width: 22%;*/
    margin: 0 2px;
    list-style: none;
    max-width: 290px;

   
}

    .mainnav:hover {
        transform: scale(1.05);
        transition-timing-function: ease-in;
        /* Quick on the way out */
        transition: 0.2s;
     
    }


#aTabEnthusiast {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
/* The side navigation menu */
.sidenav {
    height: 100%;
    width: 0px;
    max-width: 750px;
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    /* background-color: #111;*/
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}

    /* The navigation menu links */
    .sidenav a {
        padding: 0px;
        text-decoration: none;
        font-size: 16px;
        /* color: #818181;*/
        display: block;
        transition: 0.3s;
    }

        /* When you mouse over the navigation links, change their color */
        .sidenav a:hover {
            color: #f1f1f1;
        }

    /* Position and style the close button (top right corner) */
        .sidenav .closebtn {
            position: absolute;
            top: 8%;
            z-index: 101;
            right: 9px;
            color: #fff;
            font-size: 27px;
            margin-left: 50px;
        }

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {

    .itemside .info {
        padding-left: 0px;
       
    }
   
    .sidenav {
        padding-top: 15px;
    }

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

    .header-area .main-nav .nav li:last-child {
        
        padding: 0px 0 !important;
    }

  
  
}

.nov, .ent, .prof, .mvs {
    transition: all 0.3s ease 0s;
}

.gray-logos {
    padding: 2.5em 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #e8e8e8;
}

    .gray-logos img:last-child {
        margin-right: 10px;
        margin-left: 10px;
    }
    .gray-logos img {
        display: block;
        height: 2.2em;
        width: auto;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        /* margin-right: 1.5em; */
    }

    .gray-logos .container {
        display: flex;
        justify-content: center;
    }

    .gray-logos a {
        text-decoration: none;
        margin: 5px auto;
        text-align: center;
        display: inline-block;
    }

.bg-grey {
    /*   background: #000;*/
    padding: 60px 10px;
    background-image: url(../images/content-bg.jpg);
    background-position: center center;
    background-size: cover;
}


#more h2 {
    margin-bottom: 0px;
    text-align: center;
    color: #1BFD9C;
    /* font-weight: bold; */
    max-width: 600px;
    /* margin: 0 auto; */
    margin: 0 auto 30px;
    font-size: 45px;
    /* margin-top: 60px; */
    line-height: 48px;
}


#more h3 {
    text-align: center;
    color: #fee00c;
    font-size: 30px;
    margin: 0px auto 20px;
    padding: 4px;
    font-family: 'Anton', sans-serif;
}


#more p {
    color: #c6c6c6;
    font-size: 20px;
    line-height: 30px;
    padding: 0 20px 0 0;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

#more h5 {
    display: block;
    position: relative;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .65em;
    margin-right: -0.65em;
    font-size: 14px;
    border-bottom: 1px #fff dashed;
    border-top: 1px #fff dashed;
    padding: 3px 0;
    text-align: center;
    max-width: 500px;
    margin: 20px auto 40px;
    color: #fff;
}


#more h6 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    /* padding: 7px; */
    margin-top: 0;
    margin-bottom: 0;
}


.contentbg p {
    font-size: 13px;
    line-height: 21px;
}

.zoom {
/*    padding: 50px;
    background-color: green;*/
    transition: transform .2s; /* Animation */
    width: 200px;
 /*   height: 200px;*/
    margin: 0 auto;
    cursor:pointer;
}

    .zoom:hover {
        transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }


h2 {
    font-family: 'Anton', sans-serif;
}


.box {
    position: relative;
    max-width: 600px;
    width: 90%;
    margin-bottom: 30px;
    /*  height: 400px;*/
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    cursor:pointer;
}

/* common */
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
}

    .ribbon::before,
    .ribbon::after {
        position: absolute;
        z-index: -1;
        content: '';
        display: block;
        border: 5px solid #2980b9;
    }

    .ribbon span {
        position: absolute;
        display: block;
        width: 225px;
        padding: 15px 0;
/*        background-color: #3498db;*/
        box-shadow: 0 5px 10px rgba(0,0,0,.1);
        color: #fff;
        font: 700 18px/1 'Lato', sans-serif;
        text-shadow: 0 1px 1px rgba(0,0,0,.2);
        text-transform: uppercase;
        text-align: center;
    }

  

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}

    .ribbon-top-left::before,
    .ribbon-top-left::after {
        border-top-color: transparent;
        border-left-color: transparent;
    }

    .ribbon-top-left::before {
        top: 0;
        right: 0;
    }

    .ribbon-top-left::after {
        bottom: 0;
        left: 0;
    }

    .ribbon-top-left span {
        right: -25px;
        top: 30px;
        transform: rotate(-45deg);
    }

/* top right*/
.ribbon-top-right {
    top: -10px;
    right: -10px;
}

    .ribbon-top-right::before,
    .ribbon-top-right::after {
        border-top-color: transparent;
        border-right-color: transparent;
    }

    .ribbon-top-right::before {
        top: 0;
        left: 0;
    }

    .ribbon-top-right::after {
        bottom: 0;
        right: 0;
    }

    .ribbon-top-right span {
        left: -25px;
        top: 30px;
        transform: rotate(45deg);
    }

/* bottom left*/
.ribbon-bottom-left {
    bottom: -10px;
    left: -10px;
}

    .ribbon-bottom-left::before,
    .ribbon-bottom-left::after {
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

    .ribbon-bottom-left::before {
        bottom: 0;
        right: 0;
    }

    .ribbon-bottom-left::after {
        top: 0;
        left: 0;
    }

    .ribbon-bottom-left span {
        right: -25px;
        bottom: 30px;
        transform: rotate(225deg);
    }

/* bottom right*/
.ribbon-bottom-right {
    bottom: -10px;
    right: -10px;
}

    .ribbon-bottom-right::before,
    .ribbon-bottom-right::after {
        border-bottom-color: transparent;
        border-right-color: transparent;
    }

    .ribbon-bottom-right::before {
        bottom: 0;
        left: 0;
    }

    .ribbon-bottom-right::after {
        top: 0;
        right: 0;
    }

    .ribbon-bottom-right span {
        left: -25px;
        bottom: 30px;
        transform: rotate(-225deg);
    }


.bgone {
    
}


 .bgtwo {
}


.bgthree {
}


 .bgfour {
}

    .thumb img {
        width:100%;
    }

.profile {
    background: #ff00ff;
    margin: -30px auto 30px;
    font-size: 24px;
    color: #fff;
    padding: 0px;
    text-align: center;
    display:none;
}

.card h2 {
    text-align: center;
    margin: 30px auto;
    color: #b237ee;
    /*  font-family: 'Oleo Script', cursive;*/
    font-size: 45px;
    font-family: 'Anton', sans-serif;
}



/*shoppingcart start*/


@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');


/*.container-fluid {
    margin-top: 70px
}*/

.purchasebtn {
    /*  background-color: #ff00ff;
    border-color: #ff00ff;*/
    padding: 10px 0 !important;
}

    .purchasebtn:hover {
        /* background-color: #df00df;
        border-color: #df00df;*/
        background-color: #d7499d !important;
    }


.continueshop {
    /* background-color: #38a50e !important; */
    background: #2adfec !important;
    padding: 10px 0 !important;
}

    .continueshop:hover {
       /* background-color: #ffc600;
        border-color: #ffc600;*/
    }






.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.40rem
}

.img-sm {
    width: 80px;
    height: 80px
}

.itemside .info {
    padding-left: 15px;
    padding-right: 7px
}

.table-shopping-cart .price-wrap {
    line-height: 1.2
}

.table-shopping-cart .price {
    font-weight: bold;
    margin-right: 0px;
    display: block
}

.text-muted {
    color: #969696 !important
}

a {
    text-decoration: none !important
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0px
}

.itemside {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    /*    display: flex;*/
    width: 100%;
    margin: auto;
}

.dlist-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

[class*="dlist-"] {
    margin-bottom: 5px
}

.coupon {
    border-radius: 1px
}

.price {
    font-weight: 600;
    color: #b237ee;
}

.btn.btn-out {
    outline: 3px solid darkgrey;
    outline-offset: -5px;
}

.btn-main {
    border-radius: 2px;
    text-transform: capitalize;
    font-size: 15px;
    padding: 10px 19px;
    cursor: pointer;
    color: #fff;
    width: 100%
}

.btn-light {
    color: #ffffff;
    background-color: #70bf28;
    border-color: #f8f9fa;
    font-size: 12px
}

    .btn-light:hover {
        color: #ffffff;
        background-color: #a50c67;
        border-color: #ff00ff;
    }

.btn-apply {
    font-size: 11px
}

/*shoppingcart end*/






#tsandcs ul, li {
    list-style: disc;
    padding: 0 20px;
    font-size: 13px;
    color: #ccc;
    padding: 0 20px !important;
}





#tsandcs h3 {
    margin: 20px 0;
    font-size: 24px;
    color: #fee00c;
    font-family: 'Anton', sans-serif;
}



.shopbtn {
    text-align: center;
    position: relative;
}

#tsandcs .modal-title {
    color: #b237ee;
}

#pointhistory .modal-title,
#prizehistory .modal-title {
    font-size: 2em;
    /*  color: #b237ee;*/
    color: #fee00c;
    font-family: 'Anton', sans-serif;
}

#pointhistory .modal-footer,
#prizehistory .modal-footer {
    border-top: none;
}

#pointhistory .modal-header,
#prizehistory .modal-header {
    border-bottom: none;
}

#pointhistory th,
#prizehistory th {
    background: #2adfec;
}



.modal-footer .closebtn {
    width: 70px;
}

.closebtn {
    background-color: #ff00ff !important;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 10%;
}

    .closebtn:hover {
        background-color: #2adfec !important;
    }


#tsandcs .modal-footer {
    border-top: none;
}


#tsandcs .modal-header {
    border-top: none;
}



.login {
   
}

input[type="text"] {
    background-color: #fff;
    border: 0;
    padding: 8px 0px;
    margin-right: 5px;
    text-align: center;
    font-size: 15px;
    border-radius: 15px;
    color: #000;
    font: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
    margin-bottom: 5px;
    font-weight: 400;
    border: none;
}

button.submitPoints {
    cursor: pointer;
    /* background: #ff00ff; */
    text-align: center;
    font-size: 15px;
    border: 3px solid #fff;
    color: #fff;
    padding: 10px 0;
    font: 'Open Sans', sans-serif, Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.main-banner h6 {
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.main-banner h3 {
    font-family: 'Anton', sans-serif;
    font-size: 34px;
    margin-bottom: 30px;
}



header, nav, section, article, aside, footer, hgroup {
    display: block;
}

* {
  box-sizing: border-box;
}

html, body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background-color: #fff;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #2a2a2a;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #2a2a2a;
  color: #fff;
}

::-moz-selection {
  background: #2a2a2a;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-border-button a {
  font-size: 13px;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 25px;
  display: inline-block;
  font-weight: 500;
  transition: all .3s;
}

.main-border-button a:hover {
  background-color: #fff;
  color: #2a2a2a;
}

.main-white-button a {
  font-size: 13px;
  color: #2a2a2a;
  background-color: #fff;
  padding: 12px 25px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
  transition: all .3s;
}

.main-white-button a:hover {
  opacity: 0.9;
}

.main-text-button a {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  transition: all .3s;
}

.main-text-button a:hover {
  opacity: 0.9;
}


.tophead {
    position: absolute;
    width: 80%;
    background: #a50c67;
    border: 2px solid #e56ca6;
    text-align: center;
    color: #fff;
    z-index: 99;
    border-radius: 9px;
    margin: 0 auto;
    left: 50%;
    top: 9%;
    font-size: 19px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 3px;
    transform: translate(-50%, -50%);
}
.section-heading h2 {
    /*   font-family: 'Oleo Script', cursive;*/
    font-family: 'Anton', sans-serif;
    font-size: 45px;
    /*font-weight: 700;*/
    /* color: #ff00ff;*/
    /*  letter-spacing: 0.1em;*/
}

.section-heading span {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    display: block;
    text-align: center;
   /* margin-top: 25px;
    margin-bottom: 25px;*/
}



/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  border-bottom: none !important;
  background-color: #000;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .main-nav .nav li:hover a {
  color: #2a2a2a!important;
}

.background-header .nav li a.active {
  color: #2a2a2a!important;
}

.header-area {
  /*border-bottom: 3px dotted #eee;*/
  box-shadow: none;
  background-color: #000;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 100px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-top: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 75px;
}

.background-header .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
    float: right;
    margin-top: 30px;
  
    margin-right: 80px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 999;
}

    .header-area .main-nav .nav li {
        padding-left: 15px;
        padding-right: 15px;
        list-style: none;
    }

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #2a2a2a;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #fff !important;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #aaa!important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #aaa!important;
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #aaa!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #ffffff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #ffffff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #ffffff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #ffffff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #ffffff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #ffffff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #ffffff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #ffffff;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #aaa;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
    .button-71 a {
       
        font-size: 20px;
      
    }
   
 

    .about-page-heading {
        margin-top: 76px;
        margin-bottom: 30px;
        background-image: url(../images/mobi-bg.jpg);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@media (max-width: 767px) {

 

        #more p {
            padding: 0px;
            font-size: 19px;
            line-height: 25px;
        }
   

    #more h3 {
        font-size: 24px;
        margin: 0px auto;
    }

    .menu-bar-container {
        display:none;
       /* display: inline-block;
        margin-top: 35px;*/
    }

    .icons li {
        display: block;
        position: absolute;
        right: 68px;
        top: 35px;
    }

 /*   .sidenav {
        width:100% !important;
    }*/


    .inner-content {
        display: none;
    }


    .inner-content-mobi {
        display: block;
    }

    #novice .button-71 {
        padding: 6px 21px;
    }

    .mainnav {
        width: 100%;
        margin: 5px;
    }


    .about-page-heading {
        min-height: 480px;
    }

  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #aaa!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
    .header-area {
        background-color: #000;
        padding: 0px 15px;
        height: 100px;
        box-shadow: none;
        text-align: center;
    }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #aaa!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (max-width: 767px) {

   .button-71 {
        padding: 3px 21px;
    }
}


    @media (min-width: 767px) {
        .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
   /* border-bottom: 3px dotted #eee;*/
    padding-top: 60px;
    padding-bottom: 30px;
    background: #f1f5f9;
}

.main-banner .left-content .thumb img {
  width: 100%;
  overflow: hidden;
}

.main-banner .left-content .inner-content {
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
}

.main-banner .left-content .inner-content h4 {
  color: #fff;
  margin-top: -10px;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
}

.main-banner .left-content .inner-content span {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  font-style: italic;
  display: block;
  margin-bottom: 30px;
}

.main-banner .right-content .right-first-image {
  margin-bottom: 28.5px;
}

.main-banner .right-content .right-first-image .thumb {
  position: relative;
  text-align: center;
}

.main-banner .right-content .right-first-image .thumb img {
  width: 100%;
  overflow: hidden;
}

.main-banner .right-content .right-first-image .thumb .inner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.main-banner .right-content .right-first-image .thumb .inner-content h4 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.main-banner .right-content .right-first-image .thumb .inner-content span {
  font-size: 16px;
  color: #fff;
  font-style: italic;
}

.main-banner .right-content .right-first-image .thumb .hover-content {
  position: absolute;
  top: 15px;
  right: 15px;
  left: 15px;
  bottom: 15px;
  text-align: center;
  background-color: rgba(42,42,42,.97);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.main-banner .right-content .right-first-image .thumb:hover .hover-content {
  opacity: 1;
  visibility: visible;
}

.main-banner .right-content .right-first-image .thumb .hover-content .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

    .main-banner .right-content .right-first-image .thumb .hover-content h4 {
        color: #ff00ff;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 15px;
    }

.main-banner .right-content .right-first-image .thumb .hover-content p {
  color: #fff;
  padding: 0px 20px;
  margin-bottom: 20px;
}



/*
---------------------------------------------
Men
---------------------------------------------
*/

#enthusiast {
    padding-top: 90px;
    padding-bottom: 90px;
    /* border-bottom: 3px dotted #eee; */
    background: #f1f5f9;
}

    #enthusiast .section-heading {
        margin-bottom: 60px;
        color: #00bdc0;
    }

    #enthusiast .item .down-content {
        padding-top: 10px;
        position: relative;
        text-align: center;
        z-index: 3;
        min-height: 96px;
        background-color: #00bdc0;
    }

#enthusiast .item .down-content h4 {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 3px;
}

#enthusiast .item .down-content span {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  display: block;
}

#enthusiast .item .down-content ul.stars {
  position: absolute;
  right: 0;
  top: 30px;
}

#enthusiast .item .down-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#enthusiast .item .thumb .hover-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: -60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

#enthusiast .item .thumb:hover .hover-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

#enthusiast .item .thumb {
  position: relative;
}

#enthusiast .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}

#enthusiast .item .thumb .hover-content ul li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: #2a2a2a;
  background-color: #fff;
}


#enthusiast .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-25px);
}

#enthusiast .owl-dots {
  display: none;
}
    
#enthusiast .owl-nav .owl-prev{
  position: absolute;
  left: -80px;
  outline: none;
}

#enthusiast .owl-nav .owl-prev span,
#enthusiast .owl-nav .owl-next span {
  opacity: 0;
}

#enthusiast .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border :1px solid #2a2a2a;
}

#enthusiast .owl-nav .owl-prev {
  opacity: 0.75;
  transition: all .5s;
}

#enthusiast .owl-nav .owl-prev:hover {
  opacity: 1;
}

#enthusiast .owl-nav .owl-next {
  opacity: 0.75;
  transition: all .5s;
}

#enthusiast .owl-nav .owl-next:hover {
  opacity: 1;
}

#enthusiast .owl-nav .owl-next{
  outline: none;
  position: absolute;
  right: -85px;
}

#enthusiast .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border :1px solid #2a2a2a;
}




/*
---------------------------------------------
MVS
---------------------------------------------
*/

/*#mvs {
    padding-top: 90px;
    padding-bottom: 90px;*/
   /* border-bottom: 3px dotted #eee;*/
    /*background: padding-top: 90px;
    padding-bottom: 90px;*/
    /* border-bottom: 3px dotted #eee; */
    /*background: #f1f5f9;
}*/

    #mvs .section-heading {
        margin-bottom: 60px;
        color: #70bf28;
    }

    #mvs .item .down-content {
        padding-top: 10px;
        position: relative;
        text-align: center;
        z-index: 3;
    /*    min-height: 96px;*/
        background-color: #70bf28;
    }

        #mvs .item .down-content h4 {
            font-size: 22px;
            color: #fff;
            font-weight: 700;
            margin-bottom: 3px;
        }

        #mvs .item .down-content span {
            font-size: 18px;
            color: #fff;
            font-weight: 500;
            display: block;
        }

        #mvs .item .down-content ul.stars {
            position: absolute;
            right: 0;
            top: 30px;
        }

            #mvs .item .down-content ul.stars li {
                display: inline;
                font-size: 13px;
            }

    #mvs .item .thumb .hover-content {
        position: absolute;
        z-index: 2;
        text-align: center;
        bottom: -60px;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        transition: all .5s;
    }

    #mvs .item .thumb:hover .hover-content {
        bottom: 30px;
        opacity: 1;
        visibility: visible;
    }

    #mvs .item .thumb {
        position: relative;
    }

        #mvs .item .thumb .hover-content ul li {
            display: inline;
            margin: 0px 10px;
        }

            #mvs .item .thumb .hover-content ul li a {
                width: 50px;
                height: 50px;
                text-align: center;
                line-height: 50px;
                display: inline-block;
                color: #2a2a2a;
                background-color: #fff;
            }


    #mvs .owl-nav {
        text-align: center;
        position: absolute;
        width: 100%;
        top: 40%;
        transform: translateY(-25px);
    }

    #mvs .owl-dots {
        display: none;
    }

    #mvs .owl-nav .owl-prev {
        position: absolute;
        left: -80px;
        outline: none;
    }

        #mvs .owl-nav .owl-prev span,
        #mvs .owl-nav .owl-next span {
            opacity: 0;
        }

        #mvs .owl-nav .owl-prev:before {
            display: inline-block;
            font-family: 'FontAwesome';
            color: #2a2a2a;
            font-size: 25px;
            font-weight: 700;
            content: '\f104';
            width: 50px;
            height: 50px;
            background-color: transparent;
            line-height: 48px;
            border: 1px solid #2a2a2a;
        }

    #mvs .owl-nav .owl-prev {
        opacity: 0.75;
        transition: all .5s;
    }

        #mvs .owl-nav .owl-prev:hover {
            opacity: 1;
        }

    #mvs .owl-nav .owl-next {
        opacity: 0.75;
        transition: all .5s;
    }

        #mvs .owl-nav .owl-next:hover {
            opacity: 1;
        }

    #mvs .owl-nav .owl-next {
        outline: none;
        position: absolute;
        right: -85px;
    }

        #mvs .owl-nav .owl-next:before {
            display: inline-block;
            font-family: 'FontAwesome';
            color: #2a2a2a;
            font-size: 25px;
            font-weight: 700;
            content: '\f105';
            width: 50px;
            height: 50px;
            background-color: transparent;
            line-height: 48px;
            border: 1px solid #2a2a2a;
        }





/*
---------------------------------------------
Women
---------------------------------------------
*/

#professional {
  padding-top: 90px;
  padding-bottom: 90px;
 /* border-bottom: 3px dotted #eee;*/
}

    #professional .section-heading {
        margin-bottom: 60px;
        color: #fe00fe;
    }

    #professional .item .down-content {
        padding-top: 10px;
        position: relative;
        text-align: center;
        z-index: 3;
        min-height: 96px;
        /* background-color: #e96d99;*/
        background-color: #fe00fe;
    }

#professional .item .down-content h4 {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 3px;
}

#professional .item .down-content span {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  display: block;
}

#professional .item .down-content ul.stars {
  position: absolute;
  right: 0;
  top: 30px;
}

#professional .item .down-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#professional .item .thumb .hover-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: -60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

#professional .item .thumb:hover .hover-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

#professional .item .thumb {
  position: relative;
}

#professional .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}

#professional .item .thumb .hover-content ul li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: #2a2a2a;
  background-color: #fff;
}


#professional .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-25px);
}

#professional .owl-dots {
  display: none;
}
    
#professional .owl-nav .owl-prev{
  position: absolute;
  left: -80px;
  outline: none;
}

#professional .owl-nav .owl-prev span,
#professional .owl-nav .owl-next span {
  opacity: 0;
}

#professional .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border :1px solid #2a2a2a;
}

#professional .owl-nav .owl-prev {
  opacity: 0.75;
  transition: all .5s;
}

#professional .owl-nav .owl-prev:hover {
  opacity: 1;
}

#professional .owl-nav .owl-next {
  opacity: 0.75;
  transition: all .5s;
}

#professional .owl-nav .owl-next:hover {
  opacity: 1;
}

#professional .owl-nav .owl-next{
  outline: none;
  position: absolute;
  right: -85px;
}

#professional .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border :1px solid #2a2a2a;
}

/*
---------------------------------------------
novice
---------------------------------------------
*/

#novice {
/*    padding-top: 90px;*/
    padding-bottom: 90px;
    /* border-bottom: 3px dotted #eee; */
    /* background: #f0e4fb; */
    background-image: url(../images/bot-shop-bg.jpg);
    background-position: center center;
    background-size: cover;
}

/*.novicebtn {
    background: url(../images/novice-btn-inactive.png);
    max-width:302px;
    height:104px;
}*/

#novice .section-heading {
    margin-bottom: 60px;
}




/* CSS */
.button-71 {
    background-color: #d7499d;
    border: 0;
    border-radius: 16px;
    color: #fff;
  /*  cursor: pointer;*/
    display: inline-block;
    font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
    font-size: 18px;
    font-weight: 600;
    outline: 0;
    padding: 16px 21px;
    position: relative;
    text-align: center;
    border: 4px solid;
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

    .button-71 a {
        color: #fff;
        font-size: 24px;
        padding-left: 65px;
    }

  

    .button-71:before {
        background-color: initial;
        background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
        border-radius: 125px;
        content: "";
        height: 50%;
        left: 4%;
        opacity: .5;
        position: absolute;
        top: 0;
        transition: all .3s;
        width: 92%;
    }

    .button-71:hover {
        box-shadow: rgb(255 255 255 / 20%) 0 3px 15px inset, rgb(0 0 0 / 10%) 0 3px 5px, rgb(0 0 0 / 10%) 0 10px 13px;
        transform: scale(1.05);
        background-color: #4bc2da;
    }


    .button-71 img {
        left: 20px;
        position: absolute;
        top:0;
    }


@media (min-width: 768px) {
    .button-71 {
        padding: 14px 8px;
    }
}

#novice .section-heading h2 {

    color: #fee00c;
    text-align: center;
    padding-top: 30px;
}


#novice .item .down-content {
    padding-top: 10px;
    position: absolute;
    bottom: 12px;
    text-align: center;
    z-index: 3;
    background-color: #a50c67;
    border: 2px solid #e56ca6;
    border-radius: 9px;
    color: #fff;
    /*   cursor: pointer;*/
    display: inline-block;
    font-family: system-ui,-apple-system,system-ui,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;
    font-size: 18px;
    font-weight: 600;
    outline: 0;
    padding: 2px 21px;
    text-align: center;
    /* border: 2px solid; */
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    transform: translate(-50%, -50%);
    left: 50%;
}

#novice .item .down-content h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 3px;
}

        #novice .item .down-content span {
            font-size: 18px;
            color: #fff;
            font-weight: 500;
        /*    display: block;*/
        }

#novice .item .down-content ul.stars {
  position: absolute;
  right: 0;
  top: 30px;
}

#novice .item .down-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#novice .item .thumb .hover-content {
    position: absolute;
    z-index: 2;
    text-align: center;
    top: 67px;
    width: 100%;
    opacity: 100%;
    right: 0;
    visibility: visible;
    transition: all .5s;
}

#novice .item .thumb:hover .hover-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

#novice .item .thumb {
  position: relative;
}

    #novice .item .thumb .hover-content ul li {
        display: contents;
        margin: 0px 10px;
    }

        #novice .item .thumb .hover-content ul li a {
            width: 40px;
            height: 40px;
            /* text-align: center; */
            line-height: 50px;
            display: inline-block;
            color: #fff;
            border: 2px solid #fff;
            border-radius: 5px;
            background-color: #70bf28;
            box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px, rgb(10 37 64 / 35%) 0px -2px 6px 0px inset;
        }



            #novice .item .thumb .hover-content ul li a:hover {
         
                transform: scale(1.05);
                background-color: #4bc2da;
            }

      /*      #novice .item .thumb .hover-content ul li a:before {
                background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
                border-radius: 125px;
                content: "";
                height: 50%;
                left: 4%;
                opacity: .5;
                position: absolute;
                top: 0;
                transition: all .3s;
                width: 92%;
            }*/



            /*.prizehistory:before {
                background-color: initial;
                background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
                border-radius: 125px;
                content: "";
                height: 50%;
                left: 4%;
                opacity: .5;
                position: absolute;
                top: 0;
                transition: all .3s;
                width: 92%;
            }*/


    #novice .item .thumb .hover-content ul, li {
        list-style: disc;
        padding: 0 32px;
        font-size: 13px;
    }

.nav-tabs {
    border-bottom: none;
}

#novice .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-25px);
}

#novice .owl-dots {
  display: none;
}

#novice .owl-nav .owl-prev {
    position: absolute;
    left: -53px;
    outline: none;
}

#novice .owl-nav .owl-prev span,
#novice .owl-nav .owl-next span {
  opacity: 0;
}

#novice .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border :1px solid #fff;
}

#novice .owl-nav .owl-prev {
  opacity: 0.75;
  transition: all .5s;
}

#novice .owl-nav .owl-prev:hover {
  opacity: 1;
}

#novice .owl-nav .owl-next {
  opacity: 0.75;
  transition: all .5s;
}

#novice .owl-nav .owl-next:hover {
  opacity: 1;
}

#novice .owl-nav .owl-next {
    outline: none;
    position: absolute;
    right: -56px;
}

#novice .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border :1px solid #fff;
}


/*
---------------------------------------------
Explore
---------------------------------------------
*/

#explore {
  padding-top: 90px;
  padding-bottom: 90px;
  border-bottom: 3px dotted #eee;
}

#explore .left-content {
  margin-right: 30px;
}

#explore .left-content h2 {
  font-size: 34px;
  font-weight: 700;
  color: #2a2a2a;
}

#explore .left-content span {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

#explore .left-content .quote {
  margin-top: 25px;
}

#explore .left-content .quote i {
  float: left;
  font-size: 32px;
  margin-right: 15px;
  margin-top: 10px;
}

#explore .left-content .quote p {
  font-style: italic;
  color: #2a2a2a;
  font-weight: 500;
}

#explore .left-content p {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

#explore .left-content .main-border-button a {
  color: #2a2a2a;
  border-color: #2a2a2a;
  margin-top: 35px;
}

#explore .left-content .main-border-button a:hover {
  background-color: #2a2a2a;
  color: #fff;
}

#explore img {
  width: 100%;
  overflow: hidden;
}

#explore .leather {
  margin-bottom: 30px;
}

#explore .first-image {
  margin-bottom: 30px;
}

#explore .leather,
#explore .types {
  min-height: 255px;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
}

#explore .leather h4,
#explore .types h4 {
  font-size: 24px;
  font-weight: 700;
  color: #2a2a2a;
  padding-top: 90px;
  margin-bottom: 5px;
}

#explore .leather span,
#explore .types span {
  font-size: 14px;
  font-style: italic;
  color: #aaa;
  font-weight: 500;
}

/* 
---------------------------------------------
Social
--------------------------------------------- 
*/

#social {
  margin-top: 90px;
  padding-bottom: 90px;
  border-bottom: 3px dotted #eee;
}

#social .col-2 {
  padding-left: 0;
  padding-right: 0;
}

#social .images {
  margin-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

#social .thumb {
  position: relative;
}

#social .thumb .icon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.85);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

#social .thumb:hover .icon {
  opacity: 1;
  visibility: visible;
}

#social .thumb .icon h6 {
  color: #fff;
  position: absolute;
  font-size: 14px;
  bottom: 40px;
  font-weight: 400;
  left: 15px;
}

#social .thumb .icon i {
  color: #fff;
  position: absolute;
  bottom: 15px;
  left: 15px;
}

#social .thumb img {
  width: 100%;
  overflow: hidden;
}


/* 
---------------------------------------------
Subscribe
--------------------------------------------- 
*/

.subscribe {
  margin-top: 90px;
}

.subscribe .section-heading {
  margin-bottom: 30px;
}

.subscribe .section-heading h2 {
  line-height: 55px;
}

.subscribe form input {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0px 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #aaa;
  border-radius: 0px;
  border: 1px solid #7a7a7a;
  box-shadow: none;
}

.subscribe form input::focus {
  border-color: #2a2a2a;
  border-radius: 0px;
}

.subscribe form button {
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  background-color: #2a2a2a;
  box-shadow: none;
  border: 1px solid transparent;
  color: #fff;
  transition: all 0.3s;
}

.subscribe form button:hover {
  background-color: #fff;
  border: 1px solid #2a2a2a;
  color: #2a2a2a;
}

.subscribe ul li {
  margin-bottom: 30px;
  display: block;
}

.subscribe ul li {
  font-size: 16px;
  font-weight: 700;
  color: #2a2a2a;
}

.subscribe ul li span,
.subscribe ul li span a {
  font-size: 14px;
  font-weight: 400;
  color: #aaa;
}

.subscribe ul li span a:hover {
  color: #2a2a2a;
}


/* 
---------------------------------------------
footer
--------------------------------------------- 
*/

footer {
  margin-top: 60px;
  padding: 60px 0px 30px 0px;
  background-color: #2a2a2a;
}

footer .logo {
  margin-bottom: 20px;
}

footer ul li {
  display: block;
  margin-bottom: 10px;
}

footer ul li a {
  font-size: 14px;
  color: #fff;
  transition: all .3s;
}

footer ul li a:hover {
  color: #aaa;
}

footer h4 {
  letter-spacing: 0.5px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}

footer .under-footer {
  margin-top: 30px;
  padding-top: 30px;
  text-align: center;
  border-top: 1px solid rgba(250,250,250,0.3);
}

footer .under-footer ul {
  margin-top: 20px;
}

footer .under-footer ul li {
  display: inline-block;
  margin: 0px 10px;
}

footer .under-footer ul li a {
  font-size: 22px;
}

footer .under-footer p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

footer .under-footer a {
  color: #cff;
}

footer .under-footer a:hover {
  color: #c66;
}


/* 
---------------------------------------------
Products Page
--------------------------------------------- 
*/
.signup {
    font-weight: bold;
    cursor: pointer;
    font-size: 30px;
    background: #fe00fe;
    border-color: #fe00fe;
}

.signup a {
    color:#fff;
}

    .signup:hover {
        background: #df00df;
        text-decoration: none;
        border-color: #fe00fe;
    }



.page-heading {
    margin-top: 160px;
    margin-bottom: 30px;
    background-image: url(../images/products-page-heading.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.inner-content {
    position: absolute;
    bottom: 0;
    padding-left: 9%;
    /* right: 0;
    padding-left: 425px;*/
}

.page-heading .inner-content h2 {
  font-size: 52px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}

.page-heading .inner-content span {
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  font-style: italic;
  text-align:left;
  display:flex;
}

#products .section-heading {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 80px;
}

#products .item {
  margin-bottom: 30px;
}

#products .item .thumb img {
  width: 100%;
  overflow: hidden;
}

#products .item .down-content {
  padding-top: 20px;
  position: relative;
  z-index: 3;
  background-color: #fff;
}

#products .item .down-content h4 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 8px;
}

#products .item .down-content span {
  font-size: 18px;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
}

#products .item .down-content ul.stars {
  position: absolute;
  right: 0;
  top: 20px;
}

#products .item .down-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#products .item .thumb .hover-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: -60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

#products .item .thumb:hover .hover-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

#products .item .thumb {
  position: relative;
}

#products .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}

#products .item .thumb .hover-content ul li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: #2a2a2a;
  background-color: #fff;
}

#products .pagination {
  margin-top: 30px;
  margin-bottom: 40px;
}

#products .pagination ul {
  text-align: center;
  width: 100%;
}

#products .pagination ul li {
  display: inline;
  margin: 0px 5px;
}

#products .pagination ul li a {
  width: 44px;
  height: 44px;
  border: 1px solid #2a2a2a;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
  font-weight: 500;
  color: #2a2a2a;
}

#products .pagination ul li a:hover,
#products .pagination ul li.active a {
  background-color: #2a2a2a;
  color: #fff;
}



/* 
---------------------------------------------
Single Product Page
--------------------------------------------- 
*/

#product {
  margin-top: 80px;
}

#product .left-images img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

#product .right-content {
  position: relative;
  z-index: 3;
  background-color: #fff;
}

#product .right-content h4 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 0px;
}

#product .right-content span.price {
  font-size: 18px;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
  margin-top: 5px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

#product .right-content ul.stars {
  position: absolute;
  right: 0;
  top: 0;
}

#product .right-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#product .right-content span {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

#product .right-content .quote {
  margin-top: 25px;
}

#product .right-content .quote i {
  float: left;
  font-size: 32px;
  margin-right: 15px;
  margin-top: 10px;
}

#product .right-content .quote p {
  font-style: italic;
  color: #2a2a2a;
  font-weight: 500;
}

#product .right-content p {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

.quantity-content {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.quantity-content .left-content {
  float: left;
  margin-right: 30px;
}

.quantity-content .right-content {
  text-align: right;
}

.quantity-content .left-content h6 {
  padding-top: 7px;
  font-size: 20px;
  font-weight: 700;
  color: #aaa;
  position: relative;
  z-index: 11;
}

.total h4 {
  float: left;
  font-size: 20px;
  margin-top: 10px;
  color: #aaa!important;
}

.total .main-border-button {
  text-align: right;
}

.total .main-border-button a {
  border-color: #2a2a2a;
  color: #2a2a2a;
}

.total .main-border-button a:hover {
  color: #fff;
  background-color: #2a2a2a;
}

.quantity {
  display: inline-block; }
 
 .quantity .input-text.qty {
  width: 35px;
  height: 39px;
  padding: 0 5px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #efefef;
 }
 
 .quantity.buttons_added {
  text-align: left;
  position: relative;
  white-space: nowrap;
  vertical-align: top; }
 
 .quantity.buttons_added input {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  box-shadow: none;
 }
 
 .quantity.buttons_added .minus,
 .quantity.buttons_added .plus {
  padding: 7px 10px 8px;
  height: 39px;
  background-color: #ffffff;
  border: 1px solid #efefef;
  cursor:pointer;}
 
 .quantity.buttons_added .minus {
  border-right: 0; }
 
 .quantity.buttons_added .plus {
  border-left: 0; }
 
 .quantity.buttons_added .minus:hover,
 .quantity.buttons_added .plus:hover {
  background: #eeeeee; }
 
 .quantity input::-webkit-outer-spin-button,
 .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0; }
  
  .quantity.buttons_added .minus:focus,
 .quantity.buttons_added .plus:focus {
  outline: none; }



/* 
---------------------------------------------
About Us Page
--------------------------------------------- 
*/

.about-page-heading {
    margin-top: 73px;
    margin-bottom: 0px;
    background-image: url(../images/about-us-page-heading.jpg);
    background-position: center center;
    background-size: cover;
    min-height: 892px;
    background-repeat: no-repeat;
    position:relative;
}

.about-us {
  margin-top: 80px;
}

.about-us .left-image img {
  width: 100%;
  overflow: hidden;
}

.about-us .right-content {
  margin-left: 30px;
}

.about-us .right-content h4 {
  font-size: 34px;
  font-weight: 700;
  color: #2a2a2a;
}

.about-us .right-content span {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

.about-us .right-content .quote {
  margin-top: 25px;
}

.about-us .right-content .quote i {
  float: left;
  font-size: 32px;
  margin-right: 15px;
  margin-top: 10px;
}

.about-us .right-content .quote p {
  font-style: italic;
  color: #2a2a2a;
  font-weight: 500;
}

.about-us .right-content p {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

.about-us .right-content ul {
  border-top: 3px dotted #eee;
  margin-top: 30px;
  padding-top: 30px;
}

.about-us .right-content ul li {
  display: inline-block;
  margin-right: 5px;
}

.about-us .right-content ul li a {
  width: 44px;
  height: 44px;
  background-color: #2a2a2a;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all .5s;
}

.about-us .right-content ul li a:hover {
  background-color: #eee;
  color: #2a2a2a;
}

.our-team {
  margin-top: 100px;
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 3px dotted #eee;
}

.our-team .section-heading {
  margin-bottom: 60px;
  text-align: center;
}

.our-team .section-heading h2 {
  margin-bottom: 10px;
}

.our-team .team-item .thumb {
  position: relative;
}

.our-team .team-item .thumb img {
  width: 100%;
  overflow: hidden;
}

.our-team .team-item .thumb .hover-effect {
  position: absolute;
  background-color: rgba(0,0,0,0.9);
  width: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.our-team .team-item .thumb:hover .hover-effect {
  opacity: 1;
  visibility: visible;
}

.our-team .team-item .thumb .hover-effect .inner-content {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  transform: translateY(-22px);
}

.our-team .team-item .thumb .hover-effect .inner-content ul li {
  display: inline-block;
  margin: 0px 5px;
}

.our-team .team-item .thumb .hover-effect .inner-content ul li a {
  width: 44px;
  height: 44px;
  background-color: #fff;
  color: #2a2a2a;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all .3s;
}

.our-team .team-item .thumb .hover-effect .inner-content ul li a:hover {
  background-color: #2a2a2a;
  color: #fff;
}

.our-team .team-item .down-content {
  text-align: center;
  padding-top: 25px;
}

.our-team .team-item .down-content h4 {
  font-size: 24px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 5px;
}

.our-team .team-item .down-content span {
  font-size: 14px;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
  font-style: italic;
}

.our-services {
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 3px dotted #eee;
  border-bottom: 3px dotted #eee;
}

.our-services .section-heading {
  margin-bottom: 60px;
  text-align: center;
}

.our-services .section-heading h2 {
  margin-bottom: 10px;
}

.our-services .service-item {
  padding: 30px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
  text-align: center;
}

.our-services .service-item img {
  width: 100%;
  overflow: hidden;
}

.our-services .service-item h4 {
  font-size: 24px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 20px;
}

.our-services .service-item p {
  margin-bottom: 25px;
}



/* 
---------------------------------------------
contact Us Page
--------------------------------------------- 
*/

.contact-us {
  margin-top: 90px;
  border-bottom: 3px dotted #eee;
  padding-bottom: 90px;
}

.contact-us .section-heading {
  margin-bottom: 40px;
}

.contact-us #map {
  margin-right: 30px;
}

.contact-us form input {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0px 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #aaa;
  border-radius: 0px;
  border: 1px solid #7a7a7a;
  box-shadow: none;
}

.contact-us form input::focus {
  border-color: #2a2a2a;
  border-radius: 0px;
}

.contact-us form textarea {
  width: 100%;
  height: 140px;
  min-height: 120px;
  max-height: 200px;
  margin-top: 30px;
  margin-bottom: 25px;
  line-height: 44px;
  padding: 0px 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #aaa;
  border-radius: 0px;
  border: 1px solid #7a7a7a;
  box-shadow: none;
}

.contact-us form textarea::focus {
  border-color: #2a2a2a;
  border-radius: 0px;
}

.contact-us form button {
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  background-color: #2a2a2a;
  box-shadow: none;
  border: 1px solid transparent;
  color: #fff;
  transition: all 0.3s;
}

.contact-us form button:hover {
  background-color: #fff;
  border: 1px solid #2a2a2a;
  color: #2a2a2a;
}


/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1200px) {
  .main-banner .right-content .right-first-image .thumb .hover-content p {
    display: none;
  }

    .button-71 a {
        padding-left: 10px;
        padding-right: 6px;
    }

    .button-71 img {
        left: 0px;
        position: relative;
        top: 0;
        text-align: center;
        /* right: 0; */
    }
}

@media (max-width: 992px) {

    .mainnav {
        max-width: 182px;
        margin: 0;
    }

        .mainnav img {
            width: 100%;
        }

    .glowbtn {
        width:100%;
    }

    .infobtn {
       
        font-size: 16px;
       
    }

    .header-area .main-nav .nav {
       
        margin-right: 110px;
       
    }
 


    .page-heading .inner-content span {
        font-size: 20px;
        text-align: center;
        display: block;
        margin-bottom: 10px;
    }

    .logo {
        text-align:center;
        margin: 0 auto;
        max-width:350px;

    }

    .logo img {
        width:100%;
    }

    .page-heading .inner-content {
        padding: 20px;
        margin-top: 30px;
        text-align: center;
    }

    .char {
        display:none;
    }

    .about-page-heading {
        margin-top: 52px;
        margin-bottom: 0px;
       
        background-position: center center;
        background-size: cover;
        /* min-height: 517px; */
        background-repeat: no-repeat;
    }


  .main-banner .right-content .right-first-image .thumb .hover-content p {
    display: block;
  }
  .header-area .main-nav .nav li.submenu:after {
    right: 3px;
  }
    .header-area .main-nav .nav li.submenu {
        padding-right: 15px;
        list-style: none;
    }
  .header-area .main-nav .nav li {
    padding-right: 5px;
    padding-left: 5px;
  }
  .header-area .main-nav .nav li a {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .main-banner .left-content {
    margin-bottom: 30px;
  }
  #explore .left-content {
    margin-bottom: 30px;
  }
  #explore .right-content .types {
    margin-top: 30px;
  }
  .subscribe input {
    margin-bottom: 15px;
  }
  .subscribe form {
    text-align: center;
    margin-bottom: 30px;
  }
  .about-us .right-content {
    margin-left: 0px;
    margin-top: 30px;
  }
  .our-team .team-item {
    margin-bottom: 30px;
  }
  .our-services .service-item {
    margin-bottom: 30px;
  }
  .contact-us #map {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {


    .mainnav {
        max-width: 258px;
        margin: 0;
    }

        .mainnav img {
            width: 100%;
        }

  .main-banner .left-content .thumb .inner-content {
    left: 50%;
    top: 47.5%;
    transform: translate(-50%,-50%);
    text-align: center;
  }
  .subscribe form button {
    width: 100%;
  }
  footer {
    text-align: center;
  }
  footer h4 {
    margin-top: 30px;
  }

    .tophead {
 
        width: 90%; 
        font-size: 15px;
        
    }

    #novice .item .down-content h4 {
        font-size: 15px;
       
    }

    #novice .item .down-content {
     
        bottom: 7px;
       
        background-color: #a50c67;
        border: 2px solid #e56ca6;
        border-radius: 9px;
        color: #fff;
        /* cursor: pointer; */
       
        font-size: 14px;
       
        padding: 2px 10px;
       
    }
 
}

@media (max-width: 620px) {

    .mainnav {
        max-width: 202px;
        margin: 0px auto;
    }

        .mainnav img {
            width:100%;
        }

        .sidenav a {
            padding: 5px;
            text-decoration: none;
            font-size: 16px;
            /* color: #818181; */
            display: block;
            transition: 0.3s;
        }

    .form-control {
        display: block;
        width: 80%;
        color: #ff00ff;
    }
        .img-sm {
        display: none;
    }

    #mvs .owl-nav .owl-prev {
        position: absolute;
        left: 6px;
        outline: none;
    }

    #mvs .owl-nav .owl-next {
        outline: none;
        position: absolute;
        right: 1px;
    }

    #mvs .owl-nav .owl-prev:before {
        display: inline-block;
        font-family: 'FontAwesome';
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        content: '\f104';
        width: 50px;
        height: 50px;
        background-color: #000;
        line-height: 48px;
        border: 2px solid gray;
    }

    #mvs .owl-nav .owl-next:before {
        display: inline-block;
        font-family: 'FontAwesome';
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        content: '\f105';
        width: 50px;
        height: 50px;
        background-color: #000;
        line-height: 48px;
        border: 1px solid gray;
    }



    #professional .owl-nav .owl-prev {
        position: absolute;
        left: 6px;
        outline: none;
    }

    #professional .owl-nav .owl-next {
        outline: none;
        position: absolute;
        right: 1px;
    }

    #professional .owl-nav .owl-prev:before {
        display: inline-block;
        font-family: 'FontAwesome';
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        content: '\f104';
        width: 50px;
        height: 50px;
        background-color: #000;
        line-height: 48px;
        border: 2px solid gray;
    }

    #professional .owl-nav .owl-next:before {
        display: inline-block;
        font-family: 'FontAwesome';
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        content: '\f105';
        width: 50px;
        height: 50px;
        background-color: #000;
        line-height: 48px;
        border: 1px solid gray;
    }




    #enthusiast .owl-nav .owl-prev {
        position: absolute;
        left: 6px;
        outline: none;
    }

    #enthusiast .owl-nav .owl-next {
        outline: none;
        position: absolute;
        right: 1px;
    }

    #enthusiast .owl-nav .owl-prev:before {
        display: inline-block;
        font-family: 'FontAwesome';
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        content: '\f104';
        width: 50px;
        height: 50px;
        background-color: #000;
        line-height: 48px;
        border: 2px solid gray;
    }

    #enthusiast .owl-nav .owl-next:before {
        display: inline-block;
        font-family: 'FontAwesome';
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        content: '\f105';
        width: 50px;
        height: 50px;
        background-color: #000;
        line-height: 48px;
        border: 1px solid gray;
    }


    #novice .owl-nav .owl-prev {
        position: absolute;
        left: 6px;
        outline: none;
    }

    #novice .owl-nav .owl-next {
        outline: none;
        position: absolute;
        right: 1px;
    }

    #novice .owl-nav .owl-prev:before {
        display: inline-block;
        font-family: 'FontAwesome';
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        content: '\f104';
        width: 50px;
        height: 50px;
        background-color: #000;
        line-height: 48px;
        border: 2px solid gray;
    }

    #novice .owl-nav .owl-next:before {
        display: inline-block;
        font-family: 'FontAwesome';
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        content: '\f105';
        width: 50px;
        height: 50px;
        background-color: #000;
        line-height: 48px;
        border: 1px solid gray;
    }


}


    #preloader {
        overflow: hidden;
        background-color: #2a2a2a;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: fixed;
        z-index: 99999;
        color: #fff;
    }

        #preloader .jumper {
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            display: block;
            position: absolute;
            margin: auto;
            width: 50px;
            height: 50px;
        }

            #preloader .jumper > div {
                background-color: #fff;
                width: 10px;
                height: 10px;
                border-radius: 100%;
                -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
                position: absolute;
                opacity: 0;
                width: 50px;
                height: 50px;
                -webkit-animation: jumper 1s 0s linear infinite;
                animation: jumper 1s 0s linear infinite;
            }

                #preloader .jumper > div:nth-child(2) {
                    -webkit-animation-delay: 0.33333s;
                    animation-delay: 0.33333s;
                }

                #preloader .jumper > div:nth-child(3) {
                    -webkit-animation-delay: 0.66666s;
                    animation-delay: 0.66666s;
                }

    @-webkit-keyframes jumper {
        0% {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        5% {
            opacity: 1;
        }

        100% {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 0;
        }
    }

    @keyframes jumper {
        0% {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        5% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    .a2c-reward-id {
        display: none;
    }

    .a2c-item-button:hover{
        cursor: pointer;
    }

@media (max-width: 420px) {

    .mainnav {
        max-width: 155px;
        margin: 0 auto;
    }

        .mainnav img {
            width: 100%;
        }


}