.secondsection img,
.secondsection p {
    margin-bottom: 20px
}

body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8
}

.dropdown-submenu {
    position: relative
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px
}

.setbg {
    background: url(../pageimages/world.png) center center no-repeat #F7F7F7;
    color: #fff
}

.setbg p {
    color: #666 !important
}

.firstsection,
.secondsection {
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.firstsection {
    background-image: url(../pageimages/firstsection.jpg)
}

.firstsection h5 {
    font-weight: 700
}

.secondsection {
    background-image: url(../pageimages/test.jpg);
    background-attachment: fixed;
    padding-bottom: 100px
}

.secondsection p {
    font-size: 18px;
    color: #333
}

.secondsection a.btn {
    background-color: transparent;
    margin-bottom: 20px;
    color: #000
}

.thirdsection {
    color: #fff;
    background-image: url(../pageimages/foot.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 100px
}

.depositsection,
.webinarsection {
    padding-bottom: 150px;
    padding-top: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.depositsection {
    background-image: url(../pageimages/firstsection.jpg)
}

.depositsection .col-sm-6 h3 {
    color: #1a2939 !important;
    font-size: 50px !important;
    font-weight: 700 !important
}

.webinarsection {
    background-image: url(../pageimages/webinar.jpg)
}

.webinarsection .col-sm-6 h3 {
    color: #fff !important;
    font-size: 50px !important;
    font-weight: 700 !important
}

.panel {
    border-radius: 0 !important;
    transition: box-shadow .5s;
    box-shadow: 5px 0 40px rgba(0, 0, 0, .2)
}

.pn {
    padding-left: 10px;
    padding-right: 10px
}

.panel:hover {
    box-shadow: 5px 0 40px rgba(0, 0, 0, .9)
}

.panel-heading {
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-radius: 0
}

.panel-heading h1,
.panel-heading h3 {
    color: #000 !important
}

.panel-body li {
    text-align: left
}

.slideanim {
    visibility: hidden
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    visibility: visible
}

@keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

footer p {
    font-size: 12px !important
}

.tradeview {
    width: 100%
}

.cfdtrading li,
.cfdtrading p {
    font-size: 15px !important;
    color: #333 !important
}

.thumbnail p {
    color: #333
}

.basic,
.gold,
.platinum,
.silver {
    color: #fff
}

.basic {
    background-image: url(../pageimages/basic.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.silver {
    background-image: url(../pageimages/silver.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.gold {
    background-image: url(../pageimages/gold.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.platinum {
    background-image: url(../pageimages/platinum.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.kit,
.pad {
    background-image: url(../pageimages/world.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff
}

.pad {
    background-color: #1e2329;
    padding-top: 20px;
    padding-bottom: 20px
}

.kit {
    background-color: #001
}

.pa label abbr {
    color: red
}

.pa label {
    font-size: 15px;
    font-weight: 100
}

.pa .btn,
.pa button,
.pa input,
.pa select {
    border-radius: 0;
    font-size: 15px
}

.trd-page-contents-wrapper {
    padding-top: 0 !important
}

.bg-image-overlay {
    position: absolute;
    bottom: 0;
    width: 400vw;
    background-color: rgba(255, 255, 255, .5);
    top: 50%;
    right: 71.5vw;
    height: 10000px;
    -webkit-transform: translateY(-50%) rotate(-31deg);
    transform: translateY(-50%) rotate(-31deg)
}