#preloader {
    background: url("../img/fav-icon.png") center no-repeat #470fac;
}

header {
    padding: 20px 0px;
    transition: 0.5s;
}
.menu ul li a:hover,
.menu ul li a {
    color: #ffffff;
}
.menu ul li a:before,
.menu ul li a:hover:before { 
    background-color: #ffffff;
}
header.fixed {
    width: 100%;
    transition: 0.5s;
}
header.fixed .logo img {
    width: 100%;
    transition: 0.5s;
}
header.fixed {
   padding: 5px 0;
   transition: 0.5s;
}
header .menu ul li {
    padding: 0px 9px;
}
header .menu ul li a {
    font-size: 15px;
    text-transform: capitalize;
    padding: 10px 0px 30px 5px;
}
header .menu ul li.mega-menu ul li a {
    padding: 10px 0px 10px 15px;
}
header.fixed .menu ul li a {
    font-size: 15px;
}
.menu > ul > li > a.active:before {
    width: 100%;
}
.mega-menu:before {
    right: -5px;
    top: 2px;
}



.bg-offwhite {
    background-color: #f4f4f4;
}
.text-black {
    color: #1e1e1e;
}
.home-banner {
    background: url("../img/banner-bg.svg") no-repeat;
    padding: 170px 0px 80px;
}
.banner-des {
    font-size: 18px;
    margin-bottom: 20px;
}

/* .price-sec {
    background: url(../img/wave.png);
    background-position: center top;
    background-repeat: no-repeat;
} */
.price-sec .table {
    color: #ffffff;
    border: 1px solid #ffffff;
}
.price-sec .table td, 
.price-sec .table th {
    border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}
.price-sec .table td:last-child, 
.price-sec .table th:last-child {
    border-right: 0;
}
.price-sec .listing li {
    color: #ffffff;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}
.price-sec .listing li::before {
    content: '';
    background-color: #ffffff;
    border-radius: 2px;
    display: block;
    height: 7px;
    width: 7px;
    position: absolute;
    left: 3px;
    top: 9px;
    transform: rotate(45deg);
}


.about-sec .work-box-bg {
    background: url("../img/work-petern.png");
    background-position: center;
    background-repeat: no-repeat;
}
.trade-sec .feature-box {
    max-width: 100%;
    text-align: center;
}
.trade-sec .feature-icon img {
    height: 100px;
    width: 85px;
    object-fit: contain;
    filter: grayscale(100) invert(1);
    transition: 0.5s;
}
.feature-box:hover .feature-icon img {
    opacity: 1;
    width: 100%;
    transition: 0.5s;
}
#how_trade_2 .feature-icon img {
    width: 100%;
    filter: none;
}

.about-img {
    height: 300px;
    object-fit: cover;
}

.feature-box p {
    font-size: 16px;
    line-height: 22px;
}
.feature-box .feature-title {
    color: #ffffff !important;
    font-size: 20px;
    line-height: 30px;
}

.buy-sell-sec a.nav-link {
    background-color: rgba(58, 7, 152, 1);
    color: #ffffff;
    font-weight: 600;
    margin: 10px;
    width: 90px;
    text-align: center;
    font-size: 20px;
    padding: 10px 15px;
    transition: 0.5s;
}
.buy-sell-sec a.nav-link:hover,
.buy-sell-sec a.nav-link.active {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(58, 7, 152, 1);
    transition: 0.5s;
}


.questionnaire-sec label {
    font-size: 18px;
    line-height: 28px;
}
.questionnaire-sec .radio-selector label {
    font-size: 15px;
    position: relative;
    cursor: pointer;
    padding-left: 25px;
}
.questionnaire-sec .radio-selector {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0 !important;
}
.questionnaire-sec .radio-selector label:before {
    content: '';
    -webkit-appearance: none;
    border: 1px solid #ffffff;
    border-radius: 50px;
    display: inline-block;
    height: 12px;
    width: 12px;
    position: absolute;
    top: 7px;
    left: 0;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}
.questionnaire-sec .radio-selector input:checked + label:after {
    content: '';
    -webkit-appearance: none;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50px;
    display: inline-block;
    height: 6px;
    width: 6px;
    position: absolute;
    top: 10px;
    left: 3px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}
input:focus,
textarea:focus {
    outline: none;
}

.faq-sec .accordion .accordion-ques {
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding-bottom: 30px;
}
.faq-sec .accordion .ques {
    cursor: pointer;
    margin-left: 45px;
}
.faq-sec .accordion .ques h5 {
    margin-bottom: 0 !important;
}
.faq-sec .accordion .ques h5:after {
    font-family: 'FontAwesome';
    content: "\f067";
    border-radius: 50px;
    border: 1px solid #ffffff;
    cursor: pointer;
    height: 25px;
    width: 25px;
    font-size: 11px;
    position: absolute;
    padding: 6px 8px;
    left: 15px;
    text-align: center;
}
.faq-sec .accordion .ques[aria-expanded="true"] h5:after {
    content: "\f068";
}
.faq-sec .accordion .answers {
    margin-top: 20px;
    margin-left: 20px;
}


.footer-link ul li {
    width: 50%;
    float: left;
    padding-bottom: 10px;
}
footer.bg-pattern {
    background: url("../img/wave.png");
    background-position: center 125px;
    padding: 50px 0 20px;
}
.footer-logo img {
    width: 250px;
}
.footer .footer-contact a {
    font-size: 15px;
}
.footer .footer-contact i {
    margin-right: 8px;
}
.copyright {
    padding-top: 20px;
}

.top-scroll {
    background: transparent;
    color: transparent;
    width: auto;
    height: auto;
}
.top-scroll:hover {
    opacity: 1;
}
.top-scroll a {
    display: block;
    background: #da4bfd;
    color: #ffffff;
    border-radius: 50px;
    margin-bottom: 10px;
    bottom: 15px;
    right: 15px;
    width: 38px;
    height: 38px;
}
.top-scroll a.scrollTo {
    margin-left: auto;
    margin-right: auto;
    margin-top: -5px;
}
.top-scroll a.telegram {
    background-color: transparent;
    color: #ffffff;
    font-size: 35px;
    width: 40px;
    height: 40px;
}
.top-scroll a.whatsapp {
    background-color: #25d366;
    border: 1px solid #25d366;
    color: #ffffff;
    padding: 3px;
    width: 40px;
    height: 40px;
}
a.instagram {
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    /* border: 1px solid #25d366; */
    color: #ffffff;
    padding: 3px;
    width: 40px;
    height: 40px;
}
a.twitter {
    background-color: #1DA1F2;
    border: 1px solid #1DA1F2;
    color: #ffffff;
    font-size: 24px;
    padding: 3px;
    width: 40px;
    height: 40px;
}

.popup .close {
    float: none;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: 1;
    position: absolute;
    top: 20px;
    right: 20px;
}
.popup .modal-body {
    padding: 40px 20px;
}
.popup .modal-body h4,
.popup .modal-body p {
    color: #000000;
}
.popup .modal-body p {
    margin-bottom: 10px;
}
.popup select.field {
    padding: 10px;
}

.site-logo {
    filter: invert(1);
}

.buy-sell-sec .feature-box {
    max-width: 90%;
    margin: 0 auto;
}
.buy-sell-sec .feature-box i {
    position: absolute;
    left: 0;
    top: 70px;
    font-size: 25px;
}



h5.success {
    color: #ffffff;
    font-size: 22px;
    text-align: center;
}
span.info {
    color: #ff0000;
}
h5.Error {
    color: #ff0000;
    font-size: 22px;
    text-align: center;
}
p.success {
    color: #ffffff;
    text-align: center;
}
p.Error {
    color: #ff0000;
    text-align: center;
}


.subscribe .submit {
    bottom: auto;
    top: 39px;
}

a.telegram {
    background: #34ACE0;
    padding: 3px;
    background-color: #34ACE0 !important;
}

/* Media Query */
@media (max-width: 1199px){
    .mega-menu:before {
        content: none;
    }
    .menu-toggle {
        display: block;
    }
    .menu {
        background: #3b0799;
    }
    .menu {
        display: none;
        position: fixed;
        top: 75px;
        left: 0;
        width: 100%;
        height: 50vh;
        overflow: scroll;
        box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 30%);
    }
    header.fixed .menu {
        top: 52px;
    }
    header .menu ul li a {
        padding: 10px 0px 10px 5px;
    }
    .menu > ul {
        display: block !important;
        text-align: left;
        padding-top: 10px;
    }
    .menu ul li {
        display: block;
        padding: 0;
        border-bottom: 1px solid #da4bfd;
    }
    .menu ul li a {
        font-size: 14px;
        padding: 8px 15px;
        display: block;
    }
    .menu > ul > li > a.active:before {
        content: none;
    }
    .opener {
        display: block;
    }
    .menu ul ul {
        padding-top: 0;
        padding-left: 0;
        display: none;
        transition: unset;
        position: initial;
        left: auto;
        padding-left: 0 !important;
        min-width: auto;
        text-align: left;
        z-index: revert;
        top: auto;
        /* visibility: hidden;
        opacity: 0; */
        box-shadow: none;
        border-radius: 5px;
    }    
    .menu ul ul li {
        padding: 0 !important;
        border-bottom: 0;
    }
    .menu ul ul li a {
        border-bottom: 0;
    }
    .menu ul li:hover > ul,
    .menu ul li:focus > ul {
        opacity: 1;
    }
    .menu > ul > li:hover > a:before {
        content: none;
    }

    .footer-link ul li {
        width: 50%;
        float: left;
        padding-bottom: 10px;
    }
    
}

@media (max-width: 991px) {
    .buy-sell-sec .feature-box i {
        display: none;
    }

    .menu {
        top: 95px !important;
    }
    header.fixed .menu {
        top: 79px !important;
    }
}

@media (max-width: 767px) {
    .footer-link ul li {
        width: 50%;
    }

    .menu {
        top: 65px !important;
    }
}


@media (min-width: 1200px) and (max-width: 1300px) {
    header .logo img.transition {
        width: 160px;
    }
    header .menu ul li {
        padding: 0px 4px;
    }
    .mega-menu:before {
        font-size: 12px;
    }
}

@media (min-width: 320px) {
    .mega-menu:hover:before {
        color: #ffffff;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1340px !important;
    }
    header .menu ul li {
        padding: 0px 15px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1500px !important;
    }
}