@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Roboto', sans-serif;
    /*font-family: 'Roboto Condensed', sans-serif;
font-family: 'Cairo', sans-serif;
font-family: 'Oswald', sans-serif;*/
    background-color: #030200;
    font-size: 14px;
    margin: 0;
    padding: 0;
    height: auto;
}

#wrapper {
    width: 100%;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

p {
    margin: 0px;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

/******** top************/

.banner-bg {
    background-image: url(images/banner.jpg);
    background-position: center;
    background-size: cover;
    display: inline-table;
}

.tops {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 15px 0;
}

.tops .left {
    width: 36%;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.tops .left a {
    display: block;
}

.tops .right {
    width: 50%;
    display: flex;
    justify-content: space-around;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.tops .right .content,
.tops .right .content1 {
    width: 48%;
    display: flex;
    justify-content: space-around;
    margin: 10px 0;
}

.tops .right .content1 {
    border: 1px solid #e3dbbe;
    box-sizing: border-box;
    padding: 5px;
    width: 40%;
    border-radius: 3px;
    height: 70px;
}

.tops .right .content1 .fb span {
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    transition: 0.8s;
    font-weight: normal;
}

.tops .right .content1 .fb {
    font-size: 30px;
    font-family: "Roboto Condensed", sans-serif;
    color: #e3dbbe;
    text-transform: uppercase;
    font-weight: bold;
}

.tops .right .content .mail {
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
    color: #e3dbbe;
    transition: 0.8s;
    padding: 10px 0;
    text-align: left;
}

.menu-bg {
    background-color: #171717;
    display: inline-table;
}

.menu {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-around;
}

.menu {
    position: relative;
    width: 100%;
}

.menu .left {
    width: 70%;
    position: relative;
}

.menu .left ul li {
    display: inline-block;
    width: 11%;
}

.menu .left ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #e3dbbe;
    text-transform: uppercase;
    display: block;
    line-height: 55px;
    border-bottom: 5px solid transparent;
}

.menu .left ul li a:hover {
    color: #ffa300;
    transition: 0.8s;
    border-bottom: 5px solid #ffa300;
}

.menu .right {
    width: 24%;
    display: flex;
    justify-content: space-around;
}

.menu .right a {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    color: #030200;
    text-transform: uppercase;
    width: 50%;
    display: block;
    line-height: 60px;
}

.menu .right a:first-child {
    background-color: #e3dbbe;
    background-image: url(images/lock.png);
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: 10%;
    border-right: 1px solid #171717;
}

.menu .right a:last-child {
    background-color: #ffa300;
    background-image: url(images/pen.png);
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-position-x: 10%;
}

.menu .right a:first-child:hover,
.menu .right a:last-child:hover {
    transition: 0.8s;
    color: #fff;
}

.banner {
    width: 100%;
    padding: 30px 0;
    position: relative;
    margin: 0 auto 150px;
    display: flex;
    justify-content: space-around;
    position: relative;
    z-index: 0;
}

.banner .left {
    width: 30%;
    margin: 0 auto;
    padding: 96px 0;
}

.banner .right {
    width: 50%;
}

.banner .title {
    color: #ffa300;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    display: flex;
    justify-content: space-around;
}

.banner .title .per {
    font-size: 100px;
    font-weight: bold;
}

.banner .title .text {
    font-size: 36px;
    padding: 12px 0;
    font-weight: bold;
}

.banner .title .text span {
    font-size: 48px;
}

.banner .content {
    font-size: 24px;
    color: #ffa300;
    font-family: 'Oswald', sans-serif;
    font-weight: lighter;
    margin-bottom: 30px;
    letter-spacing: 12px;
    text-align: center;
}

.banner a {
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    width: 270px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #030200;
    font-size: 24px;
    line-height: 48px;
    background-color: #f4ca22;
    border-radius: 3px;
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
}

@keyframes wobble-horizontal {
    16.65% {
        transform: translateX(15px);
    }
    33.3% {
        transform: translateX(-12px);
    }
    49.95% {
        transform: translateX(9px);
    }
    66.6% {
        transform: translateX(-6px);
    }
    83.25% {
        transform: translateX(3px);
    }
    100% {
        transform: translateX(0);
    }
}

.banner a:hover {
    transition: 0.8s;
    background-color: #fff;
    font-weight: normal;
    animation-name: wobble-horizontal;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 3;
}

.banner .right img {
    transform: rotateY(360deg);
    animation-name: img;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-webkit-keyframes img {
    from {
        -webkit-transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(360deg);
    }
}

.trust-bg {
    display: inline-table;
}

.trust {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: -150px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.trust .left {
    width: auto;
    border: 25px solid #fea200;
    margin: auto 0;
    position: relative;
    overflow: hidden;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInLeft {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInRight {
    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }
    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.trust .left .screen {
    transition: 3s;
}

.trust .left .screen:hover {
    transform: translateX(-489px);
    transition: 3s;
}

.trust .left .screen_1 {
    position: absolute;
    top: 0;
    left: 100%;
}

.trust .right {
    width: 50%;
    background-color: #1f1e1e;
    box-sizing: border-box;
    padding: 50px 30px;
    color: #e3dbbe;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.secure-bg {
    display: inline-table;
    background-color: #e3dbbe;
    margin-top: -240px;
}

.secure {
    padding: 240px 0 30px 0;
    width: 100%;
    -webkit-animation-duration: 12s;
    animation-duration: 12s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: relative;
    z-index: 0;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

.secure .title {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    color: #2a2931;
    font-weight: bold;
    padding-bottom: 30px;
}

.secure .sub_title {
    font-size: 22px;
    color: #555553;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: inherit;
    padding: 30px 0 10px;
}

.secure .assets {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.secure .content {
    width: 24%;
}

.secure .tie {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #171717;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0;
}

.secure .cont {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #000;
    line-height: 21px;
}

.plan-bg {
    display: inline-table;
    background-image: url(images/banner-2.jpg);
    background-position: center;
    background-size: cover;
}

.plan {
    padding: 30px 0;
    width: 100%;
    position: relative;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.plan .sub_plan {
    display: flex;
    justify-content: space-around;
}

.plan .title {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    color: #f4ca22;
    font-weight: bold;
    padding-bottom: 15px;
}

.plan .sub_title {
    font-size: 18px;
    color: #e3dbbe;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: inherit;
    padding-bottom: 30px;
}

.plan .content {
    width: 24%;
    background-color: #171717;
    position: relative;
    padding-bottom: 30px;
    border-radius: 3px;
}

.plan .content span {
    color: #fff;
}

.plan .content .tie {
    font-family: 'Cairo', sans-serif;
    font-size: 24px;
    color: #171717;
    text-transform: uppercase;
    background-color: #fec303;
    line-height: 48px;
}

.plan .content .amt {
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    color: #838896;
    text-transform: uppercase;
    line-height: 48px;
}

.plan .content .text {
    padding: 10px 0;
    width: 100%;
    font-family: 'Cairo', sans-serif;
    color: #171717;
    background-color: #fec303;
    font-weight: bold;
}

.plan .content .per {
    font-size: 36px;
    text-transform: uppercase;
    line-height: 48px;
}

.plan .content .days {
    font-size: 24px;
    text-transform: inherit;
}

.plan .content .cont {
    padding: 10px 0;
}

.plan .content .cont p {
    font-family: 'Cairo', sans-serif;
    font-size: 18px;
    color: #e6e6e6;
    line-height: 30px;
    text-transform: uppercase;
}

.plan .content .plan_btn {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    color: #171717;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 42px;
    background-color: #fec303;
    border-radius: 3px;
    width: 66%;
}

.plan .content:hover .plan_btn,
.plan .content:hover .text,
.plan .content:hover .tie {
    background-color: #fff;
    transition: 0.8s;
}

.plan .content:hover {
    transform: rotateY(360deg);
    animation-name: content;
    animation-duration: 0.8s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    cursor: pointer;
}

@-webkit-keyframes content {
    from {
        -webkit-transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(360deg);
    }
}

.calc {
    width: 100%;
    position: relative;
    padding: 10px 0 40px;
    display: flex;
    justify-content: space-around;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.calc .left {
    font-family: "Cairo", sans-serif;
    font-size: 24px;
    color: #fec303;
    text-transform: uppercase;
    width: 21%;
    text-align: center;
    font-weight: bold;
    margin: auto 0;
}

.calc .calculator {
    display: flex;
    justify-content: space-around;
    width: 75%;
}

.calc .calculator .content .title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.calc .calculator .content input,
.calc .calculator .content select {
    background-color: #fec303;
    border: none;
    border-radius: 3px;
    height: 42px;
    color: #1e1e1e;
    text-align: center;
}

.stat-bg {
    display: inline-table;
    background-color: #e3dbbe;
}

.stat {
    padding: 30px 0;
    width: 100%;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.stat .title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    color: #171717;
    font-weight: bold;
    padding: 15px 0 30px;
    text-transform: uppercase;
}

.stat .stat_list {
    display: flex;
    justify-content: space-around;
}

.stat .content {
    width: 24%;
}

.stat .content img {
    padding-left: 15px;
}

.stat .num {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #171717;
    line-height: 42px;
    font-weight: bold;
}

.stat .text {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #000;
    line-height: 24px;
}

.invest-bg {
    display: inline-table;
    background-image: url(images/banner-3.jpg);
    background-size: cover;
    background-position: center;
}

.invest {
    padding: 30px 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.invest .left,
.invest .right {
    width: 50%;
    /*margin: auto 0;*/
}

.invest .left .title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    color: #f4ca22;
    font-weight: bold;
    text-transform: uppercase;
}

.invest .left .sub_title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    color: #e6e8f1;
    padding-bottom: 15px;
}

.invest .left .referral_list {
    display: flex;
    justify-content: space-around;
    padding: 15px 0 30px;
}

.invest .left .referral_list .content {
    width: 30%;
}

.invest .left .cont {
    display: flex;
    justify-content: space-around;
}

.invest .left .referral_list .content .tie {
    font-size: 18px;
    color: #f4ca22;
    text-transform: inherit;
    padding-bottom: 10px;
}

.invest .left .cont .num {
    font-size: 40px;
    color: #e6e8f1;
    text-transform: inherit;
    font-weight: bold;
    line-height: 90px;
}

.invest .left .affiliate_list {
    display: flex;
    justify-content: space-around;
    padding: 15px 0;
}

.invest .left .affiliate_list .cont {
    width: 30%;
}

.invest .left p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    color: #e6e8f1;
    padding: 15px 0 30px;
    text-align: left;
    padding-left: 24px;
}

.invest .left a {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: capitalize;
    font-size: 18px;
    color: #030200;
    background-color: #f4ca22;
    display: block;
    line-height: 45px;
    border-radius: 3px;
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
}

.invest .left .ref_btn {
    display: flex;
    justify-content: space-around;
}

.invest .left a:first-child {
    width: 240px;
}

.invest .left a:last-child {
    width: 180px;
}

.invest .left a:hover {
    background-color: #fff;
    transition: 0.8s;
    animation-name: wobble-horizontal;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 3;
}

.invest .left .cont img {
    transform: rotateY(360deg);
    animation-name: img;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-webkit-keyframes img {
    from {
        -webkit-transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(360deg);
    }
}

.invest .right {
    border: 1px solid #1e1e1e;
    box-sizing: border-box;
    padding: 20px;
}

.invest .right .title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    color: #1e1e1e;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #ffcc00;
    line-height: 48px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.invest .right table tr td {
    line-height: 48px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #fff;
    text-align: center;
}

.invest .right table {
    width: 100%;
}

.invest .right table tr td:first-child {
    text-align: left;
    padding-left: 15px;
}

.invest .right table tr td:last-child {
    width: 70px;
}

.invest .right table tr:nth-child(odd) td {
    background-color: #595252;
}

.invest .right table tr:nth-child(even) td {
    background-color: #ffcc00;
    color: #1e1e1e;
}

.live_stat-bg {
    display: inline-table;
    background-image: url(images/banner-4.jpg);
    background-size: cover;
    background-position: center;
}

.live_stat {
    padding: 30px 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.live_stat .content {
    width: 20%;
}

.live_stat .content .num {
    font-family: 'Roboto Condensed', sans-serif;
    color: #030200;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

.live_stat .content .tie {
    font-family: 'Roboto Condensed', sans-serif;
    color: #030200;
    font-size: 18px;
    text-transform: capitalize;
    padding: 15px 0 5px;
}

.news-bg {
    display: inline-table;
    background-image: url(images/banner-5.jpg);
    background-size: cover;
    background-position: center;
}

.news {
    padding: 30px 0;
    width: 100%;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.news .title {
    display: flex;
    justify-content: space-around;
    color: #ffcc00;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
}

.news .title .left,
.news .title .right {
    width: 50%;
}

.news .content {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.news .content .left_cont,
.news .content .right_cont {
    width: 45%;
    border: 1px solid #231919;
    position: relative;
}

.news .content .left_cont .tie {
    font-family: 'Roboto Condensed', sans-serif;
    color: #f4ca22;
    font-size: 18px;
    text-transform: uppercase;
    padding: 8px 0;
    padding-left: 30px;
    text-align: left;
}

.news .content .left_cont .sub_tie,
.news .content .left_cont .cont {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 14px;
    text-transform: inherit;
    padding-left: 30px;
    text-align: left;
}

.news .content .left_cont .sub_tie {
    padding-bottom: 10px;
}

.news .content .left_cont .news_btn {
    background-color: #030200;
    line-height: 42px;
    box-sizing: border-box;
    padding: 0 36px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.news .content .left_cont .news_btn .day {
    font-family: 'Roboto Condensed', sans-serif;
    color: #f4ca22;
    font-size: 14px;
    text-transform: inherit;
}

.news .content .left_cont .news_btn a {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    color: #f4ca22;
    font-size: 18px;
    text-transform: uppercase;
}

.news .content .right_cont {
    display: flex;
    justify-content: space-around;
}

.news .content .right_cont .set_secure {
    width: 70%;
    padding: 30px 0px;
    position: relative;
    overflow: hidden;
}

.news .content .right_cont .set_secure ul {
    display: flex;
    transition: 2.4s;
    transition-timing-function: ease-out;
}

.news .content .right_cont .set_secure ul li {
    padding: 0px 3.4%;
}

.news .content .right_cont .set_secure ul:last-child {
    transform: translateX(-378px);
}

.news .content .right_cont .set_secure:hover ul:first-child {
    transform: translateX(-378px);
    transition: 2.4s;
}

.news .content .right_cont .set_secure:hover ul:last-child {
    transform: translateX(0);
    transition: 2.4s;
}

.news .content .right_cont .certificate {
    width: 20%;
    padding: 15px 0;
}

.news .content .right_cont .certificate a {
    /*display:block;*/
    font-family: 'Roboto Condensed', sans-serif;
    color: #ffcc00;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 6px;
}

.pay-bg {
    display: inline-table;
    background-color: #030200;
}

.pay {
    width: 100%;
    padding: 15px 0;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.pay img {
    max-width: 100%;
}

.bottom-bg {
    display: inline-table;
    background-color: #030200;
}

.bottom {
    width: 100%;
    padding: 30px 0;
    display: flex;
    justify-content: space-around;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.bottom .left {
    width: 20%;
    text-transform: capitalize;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #fff;
}

.bottom .middle {
    width: 30%;
    display: flex;
    justify-content: space-around;
}

.bottom .middle ul {
    width: 48%;
}

.bottom .middle ul li {
    line-height: 30px;
    list-style-type: square;
    color: #f4ca22;
}

.bottom .middle ul li a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    display: block;
}

.bottom .middle ul li a:hover {
    color: #f4ca22;
    transition: 0.8s;
}

.bottom .right {
    width: 24%;
}

.bottom .right {
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.bottom .right .loc {
    text-transform: uppercase;
    background-image: url(images/loc1.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 30px;
    background-position-y: 0;
}

.bottom .right .loc1 {
    background-image: url(images/loc2.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 30px;
    background-position-y: 0;
    margin: 15px 0;
}

.bottom .right .loc2 {
    background-image: url(images/loc3.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 30px;
    background-position-y: 0;
    line-height: 24px;
}

/********** popup part **********/

.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    transition: 3s;
}

.lightbox img {
    max-width: 96%;
    max-height: 93%;
    margin-top: 2%;
}

.lightbox:target {
    outline: none;
    display: block;
}

/********** popup part end **********/

/********** placeholder part **********/

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #34495e;
    padding-left: 20px;
    position: absolute;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #34495e;
    padding-left: 20px;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #34495e;
    padding-left: 20px;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #34495e;
    padding-left: 20px;
}

/********** placeholder part end **********/

/********** header title **********/

.sup_title-bg {
    width: 100%;
    background-image: url(images/banner-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 210px;
}

.sup_title {
    padding: 60px 0;
    width: 90%;
    margin: 0 auto;
}

.sup_title p {
    color: #fff;
    font-size: 21px;
    padding-left: 5px;
}

.sup_title p a {
    padding-right: 10px;
    color: #fff;
    text-transform: capitalize;
    font-size: 21px;
}

.sup_title .active {
    color: #ffa300;
    cursor: text;
    padding-left: 10px;
}

.sup_title h1 {
    margin: 0;
    color: #e3dbbe;
    margin-bottom: 10px;
    text-align: left;
    font-weight: normal;
    font-size: 36px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/********** header title end**********/

/********** login part **********/

.log_form {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
    flex-direction: row-reverse;
    opacity: 0.3;
    transition: 0.6s;
}

.log_form:hover {
    opacity: 1;
    transition: 0.6s;
}

.log_form .left {
    width: 50%;
}

.log_form .left .log_title {
    padding: 15px;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.log_form .left {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #fff;
    -webkit-box-shadow: 2px 2px 3px 3px rgba(255, 255, 255, 0.5);
    box-shadow: 2px 2px 3px 3px rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    padding: 0 0 30px 0;
}

.log_form .log_box {
    width: 48%;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

.log_form .log_box .log_img i {
    color: #030200;
    position: absolute;
    left: 5%;
    line-height: 40px;
    font-size: 30px;
    background-color: transparent;
    width: 40px;
    border-right: 1px solid #030200;
}

.log_form .log_box input {
    border: none;
    width: 100%;
    background-color: transparent;
    color: #030200;
    font-size: 15px;
    padding-left: 50px;
}

.log_form .log_box .log_input,
.log_form .ver_box .log_input {
    border: 1px solid #fff;
    width: 90%;
    background-color: #fff;
}

.log_form .ver_box {
    display: flex;
    justify-content: flex-start;
    padding: 0 0 0 4%;
    width: 48%;
    float: left;
    position: relative;
}

.log_form .ver_box img {
    position: absolute;
    padding: 12px 0;
    width: 60px;
    left: 30px;
}

.log_form .ver_box input {
    border: none;
    width: 100%;
    background-color: transparent;
    color: #030200;
    font-size: 15px;
    padding-left: 70px;
}

.log_form .log_val {
    width: 48%;
    float: left;
    padding: 2.5px 0;
}

.log_form .val_text,
.log_form .val_input {
    width: 100%;
}

.log_form .rest_val {
    width: 100%;
    text-align: left;
    padding-left: 4%;
    font-size: 14px;
    margin: 15px 0 0 0;
    float: left;
    color: #fff;
}

.log_form .log_error {
    width: 90%;
    background-color: #e3dbbe;
    padding: 15px 0;
    border-radius: 3px;
    border: 3px solid #fff;
    margin-bottom: 30px;
    color: #34495e;
}

.log_form .log_error h3 {
    margin: 0;
    color: #bf060d;
    margin: 0;
    text-transform: capitalize;
}

.log_form .right {
    width: 48%;
}

.log_form .right img {
    max-width: 100%;
    border-radius: 10px;
}

/********** login part end **********/

/********** signup part **********/

.reg_form {
    width: 90%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin: 0 auto;
    opacity: 0.3;
    transition: 0.6s;
}

.reg_form:hover {
    opacity: 1;
    transition: 0.6s;
}

.reg_form .left {
    width: 50%;
    background-color: rgba(227, 219, 190, 0.3);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #fff;
    -webkit-box-shadow: 2px 2px 3px 3px rgba(255, 255, 255, 0.5);
    box-shadow: 2px 2px 3px 3px rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    padding: 0 15px 15px;
    margin-right: 60px;
}

.reg_form .reg_box {
    width: 90%;
    float: left;
    padding: 0 4%;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

.reg_form .val_text,
.reg_form .val_input {
    width: 100%;
    color: #fff;
}

.reg_form .reg_val {
    display: flex;
    justify-content: flex-start;
    width: 48%;
    float: left;
    position: relative;
    line-height: 40px;
}

.reg_form .val_text img {
    position: absolute;
    padding: 12px 0;
    width: 60px;
}

.reg_form .reg_text {
    position: absolute;
    left: 5px;
    top: 12px;
}

.reg_form .ver_box input {
    border: none;
    width: 100%;
    background-color: #fff;
    color: #030200;
    font-size: 15px;
    padding-left: 70px;
}

.reg_form .reg_title {
    padding: 15px;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    text-shadow: 1px 0 0 #fff;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.reg_form .reg_box .reg_img i {
    color: #030200;
    position: absolute;
    left: 5%;
    line-height: 40px;
    font-size: 30px;
    background-color: transparent;
    width: 40px;
    border-right: 1px solid #030200;
}

.reg_form .reg_box input {
    border: none;
    width: 100%;
    background-color: transparent;
    color: #030200;
    font-size: 15px;
    padding-left: 50px;
}

.reg_form .reg_box .reg_input,
.reg_form .ver_box {
    border: 1px solid #fff;
    width: 100%;
    background-color: #fff;
}

.reg_form .right {
    width: 30%;
}

.reg_form .right img {
    max-width: 100%;
    margin: 20px 0;
    border-radius: 6px;
}

.reg_form .right .reg_choose {
    box-sizing: border-box;
    padding: 15px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    text-align: justify;
    background-color: rgba(227, 219, 190, 0.3);
}

.reg_form .right .reg_tie {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    color: #e3dbbe;
}

.reg_form .right a {
    color: #ffa300;
    font-size: 16px;
}

.reg_form .right .reg_cert {
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 3px;
    background-color: rgba(227, 219, 190, 0.3);
    margin-top: 30px;
}

/*.reg_form .left .pay_info , .reg_form .left .val_info {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #3b3772;
    -webkit-box-shadow: 0 2px 2px 0 rgba(59, 55, 114, 0.6);
    box-shadow: 2px 2px 3px 3px rgba(59, 55, 114, 0.6);
	    box-sizing: border-box;
    padding: 0 15px 15px;
	display: inline-block;
	    width: 100%;
}
.reg_form .left .pay_info {
margin-bottom:30px;
}*/

/********** signup part end**********/

/********** support part **********/

.sup_form {
    width: 100%;
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
    opacity: 0.3;
    transition: 0.6s;
}

.sup_form:hover {
    opacity: 1;
    transition: 0.6s;
}

.sup_form .form_title {
    min-height: 20px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    width: auto;
    text-align: left;
}

.sup_form .left {
    width: 50%;
}

.sup_form .sup_box {
    width: 96%;
    padding: 0 2%;
    margin-bottom: 10px;
}

.sup_form .sup_val {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 30%;
    margin: 10px 0;
}

.sup_form .sup_box {
    width: 96%;
    position: relative;
    margin-bottom: 20px;
}

.sup_form .sup_box .log_img i {
    color: #030200;
    position: absolute;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    background-color: transparent;
    width: 40px;
    border-right: 1px solid #030200;
}

.sup_form .sup_box .log_box input {
    border: none;
    width: 100%;
    background-color: #fff;
    color: #fff;
    font-size: 15px;
    padding-left: 50px;
}

.sup_form .ver_box {
    display: flex;
    justify-content: flex-start;
    padding: 0 0 0 2%;
    position: relative;
}

.sup_form .ver_box img {
    position: absolute;
    padding: 12px 0;
    width: 60px;
    left: 20px;
}

.sup_form .ver_box input {
    border: none;
    width: 100%;
    background-color: transparent;
    color: #030200;
    font-size: 15px;
    padding-left: 70px;
}

.sup_form .sup_box .log_input {
    border: 1px solid #3b3772;
    width: 90%;
    border-radius: 6px;
}

.sup_form .ver_box .log_input {
    border: 1px solid #15162d;
    width: 88.5%;
    border-radius: 6px;
    background-color: #fff;
}

.sup_form .sup_box input {
    border: none;
    width: 100%;
    background-color: #fff;
    color: #030200;
    font-size: 15px;
    padding-left: 50px;
    border-radius: 6px;
}

.sup_form textarea {
    background-color: #fff;
    margin-top: 20px;
    position: relative;
    font-size: 15px;
    width: 90%;
    color: #030200;
}

.sup_form .right {
    width: 50%;
    position: relative;
}

.sup_form .right img {
    width: 100%;
    border-radius: 10px;
    max-height: 300px;
}

.sup_form .right .tie {
    box-sizing: border-box;
    padding: 10px 20px;
    font-size: 24px;
    background-color: #ffa300;
    border-radius: 6px;
    margin: 20px 0 10px;
}

.sup_form .right .text,
.sup_form .right .num {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    color: #fff;
}

.sup_form .right i {
    position: absolute;
    top: 6;
    left: 0;
    color: #ffa300;
}

.sup_form .right a {
    color: #ffa300;
}

.sup_form .right a:hover {
    text-decoration: underline;
}

.sup_form .right b {
    color: #e3dbbe;
}

/********** support part end **********/

/********** registration part **********/

.box6 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    padding: 50px 0;
    margin-left: 30px;
    margin-right: 30px;
}

.inpts {
    height: 40px;
}

input.sbmt {
    background: #ffa300;
    color: #fff;
    border: 1px solid #ffa300;
    padding: 10px 30px;
    outline: none;
    /*  box-shadow: inset 0 0 0 0 #003399;*/
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
}

input.sbmt:hover {
    /*transform:scale(1.1);transition:all 300ms ease-in-out; -ms-transition:all 300ms ease-in-out;*/
    background: #fff;
    color: #030200;
    /*box-shadow: inset 100px 0px 0px 0px #003399;*/
    border: 1px solid #ffa300;
}

#formname {
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-size: 22px;
    border: 3px solid #09b719;
}

#formname_main {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
    background: #171717;
    border-radius: 0px;
    padding: 10px 0;
    width: 100%;
    margin: 5px 0px;
    font-family: 'Roboto', sans-serif;
}

#formname_sub {
    color: #222;
    text-transform: uppercase;
    font-size: 18px;
    text-align: left;
    /*background:#D1A703;*/
    padding: 10px;
    width: 96%;
    border-bottom: 3px solid #e6e6e6;
    margin: 5px 0px;
    font-family: 'Roboto', sans-serif;
}

#formname_mainleft {
    color: #2a2d2f;
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0px;
    padding: 10px;
    width: 1180px;
    /*margin: 5px 0px;*/
    font-family: 'Roboto', sans-serif;
}

#formname_mem {
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
    background: #02243c;
    border-radius: 0px;
    padding: 10px;
    width: 1180px;
    margin: 5px 0px;
    font-family: 'Roboto', sans-serif;
}

.alls {
    height: auto !important;
}

span#menu-icon {
    height: 51px;
    float: left;
    width: 55px;
    /*border-right: 5px solid #FFFFFF;*/
    margin-right: 10px;
}

.icon {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    background: #ec4224;
    /*-webkit-border-radius: 2px 0 0 2px;

    -moz-border-radius: 2px 0 0 2px;*/
    border-radius: 0px 0 0 0px;
}

table.account_table {
    font-size: 16px;
    width: 100%;
    float: left;
    text-decoration: none;
    line-height: 50px;
    font-weight: bold;
    color: white;
    padding: 0;
    margin-left: 6px;
    margin-top: 6px;
}

table.account_table img {
    max-width: 100%;
    border-radius: 7px;
}

table.account_table img a {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

table.account_table img a:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
    text-decoration: none;
}

.account_table img {
    max-width: 100%;
}

.account_table img:hover {
    transform: scale(1.1);
    transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}

.member_detail {
    width: 92%;
    margin: 0px auto;
    margin: 0px 0px 15px 0px;
    float: left;
    font-family: 'Roboto', sans-serif;
    /*    background: #28272d;*/
    border-radius: 0px;
}

.member_detail .left {
    float: left;
    width: 48%;
    background: #00349a;
}

.member_detail .left tr td {
    border-bottom: 1px solid #fff;
    line-height: 15px;
    padding: 18px;
}

.member_detail .right {
    float: right;
    width: 48%;
    background: #3f78ea;
}

.member_detail .right tr td {
    border-bottom: 1px solid #fff;
    line-height: 15px;
    padding: 18px;
}

.member_detail .m1 {
    width: 30%;
    float: left;
}

.member_detail .m1 {
    max-width: 100%;
    /*margin:10px 0px 0px 0px;*/
}

.member_detail .m2 {
    width: 44%;
    float: left;
}

.member_detailref {
    width: 100%;
    margin: 24px 0px;
    /* padding: 25px;*/
    font-family: 'Ubuntu', sans-serif;
    line-height: 60px;
    background: #171717;
    border: 1px solid #171717;
    border-radius: 0px;
    text-align: center;
    color: #ffa300;
    font-size: 21px;
    font-weight: bold;
}

.member_detailref img {
    max-width: 100%;
}

.member_detailref img:hover {
    transform: scale(1.1);
    transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}

.member_detail>#formname_r {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    background: #7545b4;
    line-height: 45px;
    height: 45px;
}

table.make_deposit td.second {
    background: #242e35;
    color: #fff;
    padding: 10px;
}

table.make_deposit td.first {
    background: #242e35;
    color: #fff;
    padding: 10px;
    font-family: 'Roboto', sans-serif;
}

.memberuser {
    float: left;
    width: 100%;
    /*  background: #D1A703;*/
    height: 100px;
}

.memberuser table tr td {
    color: #FF0000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.navigation a {
    font-size: 16px;
    width: 210px;
    float: left;
    text-decoration: none;
    line-height: 50px;
    font-weight: bold;
    color: #fff;
}

/*.navigation a:hover
{
color:#00FF66;
text-decoration:underline;
}*/

.navigation {
    opacity: 1;
    margin-top: 20px;
}

.navigations td {
    font-family: 'Roboto', sans-serif;
    color: #E7BA04;
    font-size: 18px;
    border: 1px solid;
    border-color: #171717;
    padding: 0;
    background-color: #171717;
    /* box-shadow: inset 0 0 0 0 #003399;*/
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    /*    border-radius: 7px;*/
}

.navigations th {
    font-family: 'Roboto', sans-serif;
    color: #FFFFFF;
    font-size: 20px;
    border-color: #666a6b;
    background-color: #7545b4;
}

.navigations td:hover {
    font-family: 'Roboto', sans-serif;
    color: #E7BA04;
    font-style: Narrow;
    font-size: 18px;
    padding-left: 20px;
    border: 1px solid #ffa300;
    /*border-color:#666a6b;*/
    color: #fff;
    /* box-shadow: inset 0 0 0 0 #003399;*/
    background-color: #ffa300;
}

.register {
    width: 775px;
    margin: 0px auto;
}

.register table tr td {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    background: #171717;
    color: #FFF;
    line-height: 18px;
    border-radius: 3px;
    padding: 13px;
    border: 1px solid #fff;
}

/*
.inheader{
    background: #E4B704;	
}
.item {
    background: #F5F2DC;
	}*/

.table_r {
    width: 100%;
    height: auto;
}

.table_r .table_r1 {
    width: 32%;
    height: 142px;
    background: #ffa300;
    font-family: 'Roboto', sans-serif;
    border-radius: 3px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #171717;
}

.table_r .table_center {
    float: left;
    width: 20%;
}

.table_r .table_r2 {
    width: 32%;
    height: 142px;
    background: #ffa300;
    font-family: 'Roboto', sans-serif;
    border-radius: 3px;
    margin: 0px 0px 0px 7px;
    border: 1px solid #171717;
}

.table_r .table_r3 {
    width: 32%;
    height: 142px;
    background: #ffa300;
    font-family: 'Roboto', sans-serif;
    border-radius: 5px;
    margin: 0px 0px 0px 7px;
    border: 1px solid #171717;
}

.table_rr1 {
    width: 100%;
    float: left;
    height: auto;
}

.icon {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    background: #77a983;
    /*-webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;*/
    border-radius: 0px 0 0 0px;
}

h1 {
    text-align: center;
    font-family: Tahoma, Arial, sans-serif;
    color: #06D85F;
    margin: 80px 0;
}

.box {
    width: 40%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.2);
    padding: 35px;
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
}

.button {
    font-size: 1em;
    padding: 10px;
    color: #fff;
    /* border: 2px solid #06D85F;*/
    border-radius: 20px/50px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

/*.button:hover {
  background: #06D85F;
}
*/

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
    position: absolute;
    top: -1px;
    right: 13px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup .close:hover {
    color: #10e1d5;
}

.popup .content {
    max-height: 100%;
    overflow: auto;
}

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }
    .popup {
        width: 70%;
    }
    .bounceInDown {
        -webkit-animation-name: bounceInDown;
        animation-name: bounceInDown;
    }
    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    .signupalign {
        width: 100%;
    }
    .signupalign .tab1 {
        float: left;
        width: 50%;
    }
    .signupalign .tab2 {
        float: right;
        width: 40%;
    }
    .supportcon {
        float: left;
        width: 100%;
    }
    .supportcon .sup1 {
        float: left;
        width: 50%;
    }
    .supportcon .sup2 {
        float: left;
        width: 45%;
    }
    /*************login redirect style **************/
    .loginrebg {
        background: #000000;
        height: 700px;
    }
    .loginrecontainer {
        float: left;
        width: 100%;
    }
    /*************login redirect style **************/
    /*****poput calc***********************/
    h1 {
        text-align: center;
        font-family: Tahoma, Arial, sans-serif;
        color: #06D85F;
        margin: 80px 0;
    }
    .box {
        width: 40%;
        margin: 0 auto;
        background: rgba(255, 255, 255, 0.2);
        padding: 35px;
        border: 2px solid #fff;
        border-radius: 20px/50px;
        background-clip: padding-box;
        text-align: center;
    }
    .button {
        font-size: 1em;
        padding: 10px;
        color: #fff;
        /* border: 2px solid #06D85F;*/
        border-radius: 20px/50px;
        text-decoration: none;
        cursor: pointer;
        transition: all 0.3s ease-out;
    }
    /*.button:hover {
  background: #06D85F;
}
*/
    .overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.7);
        transition: opacity 500ms;
        visibility: hidden;
        opacity: 0;
    }
    .overlay:target {
        visibility: visible;
        opacity: 1;
    }
    .popup {
        margin: 70px auto;
        padding: 20px;
        background: #000;
        border-radius: 5px;
        width: 30%;
        position: relative;
        transition: all 5s ease-in-out;
        opacity: 0.8;
    }
    .popup h2 {
        margin-top: 0;
        color: #333;
        font-family: Tahoma, Arial, sans-serif;
    }
    .popup .close {
        position: absolute;
        top: -1px;
        right: 13px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #369223;
    }
    .popup .close:hover {
        color: #000;
    }
    .popup .content {
        max-height: 100%;
        overflow: auto;
    }
    @media screen and (max-width: 700px) {
        .box {
            width: 70%;
        }
        .popup {
            width: 70%;
        }
        .bounceInDown {
            -webkit-animation-name: bounceInDown;
            animation-name: bounceInDown;
        }
        .animated {
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
        }
        /*****poput calc***********************/
        nav .drop-down {
            list-style: none;
            overflow: hidden;
            /* When ul height is reduced, ensure overflowing li are not shown */
            height: 172px;
            /* 172px = (38 (li) + 5 (li border)) * 4 (number of li) */
            background-color: #34495e;
            font-family: Arial;
            width: 200px;
            margin: 0 auto;
            padding: 0;
            text-align: center;
            -webkit-transition: height 0.3s ease;
            transition: height 0.3s ease;
        }
        nav .drop-down.closed {
            /*  When toggled via jQuery this class will reduce the height of the ul which inconjuction
      with overflow: hidden set on the ul will hide all list items apart from the first */
            /* current li height 38px + 5px border */
            height: 43px;
        }
        nav .drop-down li {
            border-bottom: 5px solid #2c3e50;
        }
        nav .drop-down li a {
            display: block;
            color: #ecf0f1;
            text-decoration: none;
            padding: 10px;
            /* Larger touch target area */
        }
        nav .drop-down li:first-child a:after {
            content: "\25BC";
            float: right;
            margin-left: -30px;
            /* Excessive -margin to bring link text back to center */
            margin-right: 5px;
        }