/*
 Theme Name:   PokaTheme Child
 Theme URI:    https://pokatheme.com
 Description:  PokaTheme Child
 Author:       PokaTheme
 Author URI:   https://pokatheme.com
 Template:     pokatheme
 Version:      1.0.1
 Tags:         
 Text Domain:  poka-child
*/

/* ==========================================================================
   Place your styles here
   ========================================================================== */
.header {
    background: #000;
    height: 80px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 100;
}
.header .account {
    float: right;
    margin-top: 23px;
    background: #ffcf01;
    color: #000;
    padding: 5px 15px;
    border-radius: 2px;
    position: relative;
    z-index: 100;
    transition: all 0.5s ease;
}
.header .account:hover {
    background: #ae966f;
    color: #fff;
}
    .has-push-left {
        overflow: hidden;
        height: 100%
    }

    .has-push-left {
        overflow: hidden
    }

    .has-push-left #mobileMenu {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .has-push-left .mobileMenuFade {
        width: 100%;
        height: 100%;
        opacity: .7;
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }

    .pageWrapper {
        position: relative;
        left: 0;
        -webkit-transition: left .3s;
        transition: left .3s
    }

    .mobileMenuFade {
        -webkit-transition: opacity .3s, width 0s .3s, height 0s .3s;
        transition: opacity .3s, width 0s .3s, height 0s .3s;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        background-color: black;
        z-index: 60;
        opacity: 0
    }
    #mobileMenu {
        width: 100%;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    #mobileMenu {
        position: fixed;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        background-color: #404040;
        height: 100%;
        overflow-y: scroll;
        top: 0;
        left: 0;
        will-change: transform;
        z-index: 101;
    }

    #mobileMenu ul {
        padding: 0;
        margin: 0
    }

    #mobileMenu ul > li > a {
        font-weight: 500;
        position: relative;
        font-size: 15px
    }

    #mobileMenu ul > li a {
        color: #fff;
        display: block;
        padding: 15px 20px;
        border-bottom: 1px solid #484848
    }

    #mobileMenu ul > li.dropdown > a:after, #mobileMenu ul > li.dropdown > a:before {
        position: absolute;
        background-color: #fff;
        top: 50%
    }

    #mobileMenu ul > li.dropdown > a:after {
        right: 20px;
        width: 11px;
        height: 3px;
        margin-top: -1px
    }

    #mobileMenu ul > li.dropdown > a:before {
        right: 24px;
        width: 3px;
        height: 11px;
        margin-top: -5px
    }

    #mobileMenu ul > li.dropdown.active .dropdown-menu {
        max-height: 500px;
        -webkit-transition: max-height .25s ease-in;
        transition: max-height .25s ease-in
    }

    #mobileMenu ul > li.dropdown.active > a:before {
        content: normal
    }

    #mobileMenu ul > li.dropdown .mobile {
        display: block
    }

    #mobileMenu ul > li .dropdown-menu {
        position: static;
        display: block;
        overflow: hidden;
        -webkit-transition: max-height .15s ease-out;
        transition: max-height .15s ease-out
    }

    #mobileMenu ul > li .dropdown-menu a {
        font-size: 13px;
        font-weight: 300;
        padding-left: 40px
    }

    #mobileMenu .close {
        display: block;
        text-align: right;
        color: #fff;
        font-size: 13px;
        font-weight: 300;
        line-height: 53px;
        border-bottom: 1px solid #484848;
        text-transform: uppercase;
        padding-right: 20px;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
    }

    #mobileMenu .close:after {
        content: '';
        margin-left: 10px;
        vertical-align: middle;
        position: relative;
        top: -1px;
        background-image: -webkit-linear-gradient(left, transparent 6.5px, #fff 6.5px, #fff 8.5px, transparent 8.5px), -webkit-linear-gradient(top, transparent 6.5px, #fff 6.5px, #fff 8.5px, transparent 8.5px);
        background-image: linear-gradient(90deg, transparent 6.5px, #fff 6.5px, #fff 8.5px, transparent 8.5px), linear-gradient(180deg, transparent 6.5px, #fff 6.5px, #fff 8.5px, transparent 8.5px);
        display: inline-block;
        height: 15px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 15px
    }

.navbar-brand {
    background: url(../../uploads/2024/03/Exness_Logo_Shorthand_ExnessYellow.png) no-repeat 50% 50%;
    float: left;
    height: 50px;
    width: 90px;
    margin-top: 3rem;
    margin-left: 15px;
    background-size: contain;
    position: relative;
    z-index: 100;
}
.navbar {
    position: relative;
    padding: 27px 0 0 0;
    font-size: 15px;
    color: #fff;
    z-index: 16;
}
.navbar .nav {
    padding-left: 0;
    list-style: none;
    display: inline-block;
}
.navbar .nav > li {
    position: relative;
	display: inline-block;
}
.navbar .nav > li > a {
    position: relative;
    display: block;
    color: #fff;
    line-height: 25px;
    padding: 0px 20px;
    transition: all 0.5s ease;
}
.navbar .nav > li > a:hover {
    color: #b7b7b7;
}
.navbar-nav li.menu-item > a:after {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 4px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    margin-left: 10px;
    position: relative;
    top: -2px;
}
.navbar-nav li.menu-item:hover > a:after {
    border-bottom: 4px solid #fff;
    border-top: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.head-main {margin-top:48px;}
.footbg {
    background: #08354f;
    color: #fff;
}
.container-fluid {
    padding: 25px 0;
}
.footer-copy .title {
    font-weight: 400;
    color: #fff;
    font-size: 3rem;
    line-height: 3.5rem;
    margin: 0;
}
.footbg .footer-copy {
    padding: 10px 0;
}
.footer-copy ul {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 50px 0;
}
.footer-copy ul li {
    width: 100%;
    counter-increment: foo;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    padding-right: 20px;
}
.footer-copy .btn:hover {
    background: #3bb124;
    color: #fff !important;
}
.footer-copy .btn {
    background: #ffcf01;
    color: #000;
    padding: 10px 15px;
    border-radius: 2px;
    margin: 10px 0;
    font-weight: bold;
    transition: all 0.5s ease;
}
.copyright {
    font-size: 12px;
    color: #fff;
    padding: 10px 0;
}
.footer-copy ul li {
    width: 100%;
    counter-increment: foo;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    padding-right: 20px;
}
.footer-copy ul li:before {
    content: counter(foo);
    display: table-cell;
    position: absolute;
    width: 32px;
    height: 40px;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.11;
    top: 5px;
}
.footer-copy ul li div p.heading {
    font-size: 1rem;
    color: white;
    margin: 0 0 5px;
}
.footer-copy ul li div p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #ae966f;
    margin: 0 0 5px;
}
.footer-copy ul li div{
	padding-left: 30px;
}

/* ==========================================================================
   Responsive steps
   ========================================================================== */
@media (min-width: 480px) and (max-width: 767px){
	.header {
    height: 170px;
    padding-top: 10px;
}
.head-main {
    margin-top: 124px !important;
}
.navbar {
    margin-top: 0px;
    float: none;
	width:100%;
}
	.navbar .nav {
    text-align: center;
}
	.navbar .nav > li > a {
    padding: 0px 10px !important;
}
}
@media (max-width: 480px){
	.header {
    height: auto;
}
	.header .account {
    float: none;
    position: absolute;
    right: 75px;
    padding: 5px 10px;
    font-size: 14px;
    top: 6px;
}
	.navbar-brand {
    width: 35%;
    float: none;
    margin: 32px 0 0;
    background-position: 0 0 !important;
}
	a.toggle {
    background: url(../pokatheme_child/img/navbar.svg) no-repeat center;
    background-size: 30px;
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
    top: 20px;
    right: 20px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.navbar {
    height: 0px !important;
    margin: 0;
    padding: 0;
	display:none;
}
	.footer-copy ul {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 50px 0;
    flex-flow: column;
}
}







/* Large desktops */
@media (max-width: 1199px) {
    
}

/* Tablet */
@media (max-width: 991px) {
    
}

/* Mobile */
@media (max-width: 767px) {
    
}

/* Small mobile */
@media (max-width: 575px) {
    
}
</head>
<script type="application/ld+json">{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","name":"How To Withdraw Money From Exness? ","acceptedAnswer":{"@type":"Answer","text":"1. Log in to your Exness Personal Area on our home page\n2. Click on the Withdrawal section\n3. Select the payment system you wish to use\n4. In the pop-up menu that appears, select the account you wish to withdraw from\n5. Choose the currency of your payment system\n6. Enter your payment system account number\n7. Enter the amount you wish to withdraw and click Next\n8. Check that your withdrawal details are correct and enter the code that has been sent to your email account or mobile phone\n9. Click Confirm Withdrawal"}},{"@type":"Question","name":"What Is The Minimum Deposit For Exness? ","acceptedAnswer":{"@type":"Answer","text":"The minimum deposit is only $1.\n"}},{"@type":"Question","name":"Is Exness legit? ","acceptedAnswer":{"@type":"Answer","text":"Exness Group due to its presence in various countries and established offices regulated by necessary local authorities that also highly respected within the industry. Exness UK Ltd is authorized and regulated by the Financial Conduct Authority, while Exness CY Ltd holds a license from CySEC."}},{"@type":"Question","name":"What Does Exness Do?","acceptedAnswer":{"@type":"Answer","text":"Exness provides traders with financial services and investment solutions that are tailored according to the needs of its clients. Exness only accept retail traders in Nymstar Ltd (Seychelles). Exness is regulated by the highly reputed FCA, CySEC, and SFSA, CBCS, FSC (BVI), FSC (Mauritius)."}},{"@type":"Question","name":"What Is Exness E-mail?","acceptedAnswer":{"@type":"Answer","text":"support@exness.com"}},{"@type":"Question","name":"What Is Exness Social Trading? ","acceptedAnswer":{"@type":"Answer","text":"The Exness Social Trading app provides a list of current and profitable investment strategies for you to copy. Invest in the financial markets, regardless of your experience, with this intuitive and powerful mobile platform. Browse from a list of top strategies, find shared strategies, and copy trade with a single tap"}},{"@type":"Question","name":"Exness Review","acceptedAnswer":{"@type":"Answer","text":"Actually, the broker has won numerous awards as a retail broker as it offers stable and reliable brokerage services with the comfortable trading environment created to suit the most demanding traders with their tight spreads and no hidden commissions from 0.1 pips."}},{"@type":"Question","name":"Where Is Exness Located? ","acceptedAnswer":{"@type":"Answer","text":"Exness places their headquarter at 1, Siafi Street, PORTO BELLO, Office 401, 3042, Limassol, Cyprus. For customer support offices, Exness has local offices in many other countries like England, Thailand, or Malaysia... Exness has 3 entities, which are Exness VC, Exness CY and Exness UK"}},{"@type":"Question","name":"How Does Exness Make Money?","acceptedAnswer":{"@type":"Answer","text":"Exness makes money mainly through spreads, commissions and swaps on certain asset classes. How do I deposit in a Exness account? Funds can be deposited via debit/credit cards, Neteller, Skrill Perfect Money, WebMoney and Cryptocurrencies."}},{"@type":"Question","name":"How To Deposit With Exness? ","acceptedAnswer":{"@type":"Answer","text":"1. Log in to your Exness Personal Area on our home page\n2. Click on the Deposit section\n3. Select the payment system you wish to use\n4. In the pop-up menu, choose the account you wish to deposit funds into\n5. Enter the currency and amount of your deposit and click Next\n6. Double check your deposit details and click Confirm Payment\n7. You will be redirected to the website of your chosen payment system, where you can complete your transfer  "}}]}</script><!--FAQPage Code Generated by https://saijogeorge.com/json-ld-schema-generator/faq/-->