@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700|Montserrat:300,400,500,600,700');

@font-face {
    font-family: 'TeX Gyre Adventure';
    src: url(../fonts/texgyreadventor-regular.otf)
}

@font-face {
    font-family: 'TeX Gyre Adventure';
    font-weight: 700;
    src: url(../fonts/texgyreadventor-bold.otf)
}

@font-face {
    font-family: 'Prototype';
    src: url(../fonts/Prototype.ttf)
}

.clr:after {
    content: "";
    display: table;
    clear: both
}

.md-datepicker-calendar-pane {
    z-index: 999
}

body .md-datepicker-is-showing .fixed-header {
    background: #2e2b2c
}

.fontawesome {
    font-family: "fontawesome"
}

.tex {
    font-family: 'TeX Gyre Adventure', serif
}

.proto {
    font-family: 'Prototype', 'TeX Gyre Adventure', serif
}

.transform-middle {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%)
}

a,
button {
    cursor: pointer;
    font-family: 'TeX Gyre Adventure', serif;
    transition: .3s
}

.bg-neon {
    background: #9dc510;
}

.bg-sky {
    background: #2aabe4;
}

body {
    font-size: 14px;
    background: none;
    color: #3d3d3d;
    font-family: 'TeX Gyre Adventure', serif
}

a {
    color: inherit
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none
}

ul {
    margin: auto
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: auto
}

.image {
    width: 100%;
    height: 100%
}

.image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: inherit;
    font-family: inherit;
    font-weight: 400;
    outline: none !important
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
    color: inherit !important;
    opacity: 1
}

.col-centered {
    margin: auto;
    float: none
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number] {
    padding: 0 10px
}

textarea {
    padding: 5px 10px
}

input,
textarea,
select,
button,
a {
    font-family: 'TeX Gyre Adventure', serif
}

select {
    border: 1px solid #e1e11e
}

.select {
    width: 100%;
    height: 40px;
    border: 1px solid #dfdfdf;
    background: #fbfbfb;
    background-position: center right 5px;
    background-repeat: no-repeat;
    position: relative
}

.select select {
    width: 100%;
    height: 100%;
    font-size: 12px;
    padding: 0 30px 0 10px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: none;
    position: relative;
    z-index: 9
}

.select:after {
    font-family: "fontawesome";
    content: '\f0d7';
    width: 30px;
    font-size: 14px;
    position: absolute;
    text-align: center;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.check {
    display: inline-block
}

.check label {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 27px;
    vertical-align: middle;
    padding-left: 24px
}

.check input[type=checkbox] {
    width: 16px;
    height: 20px;
    vertical-align: middle;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: url(../icon/uncheck.png) no-repeat center;
    background-size: contain;
    margin-left: -25px;
    margin-right: 10px
}

.check input[type=checkbox]:checked {
    background-image: url(../icon/check.png)
}

.radio-btn {
    display: inline-block
}

.radio-btn label {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 27px;
    vertical-align: middle;
    padding-left: 20px
}

.radio-btn input[type=radio] {
    width: 16px;
    height: 20px;
    vertical-align: middle;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: url(../icon/yv-uncheck.png) no-repeat center;
    background-size: contain;
    margin-left: -20px;
    margin-right: 5px
}

.radio-btn input[type=radio]:checked {
    background-image: url(../icon/yv-check.png)
}

.heading-sec {
    text-align: center;
    color: #fff;
}

.heading-sec h2 {
    font-size: 56px;
}

.header {
    background: #010101;
}

.header .header-fixed {
    width: 100%;
    background: #010101;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}

.header .logo {
    width: 180px;
    height: 70px;
    line-height: 65px;
    float: left
}

.header .logo img {
    max-width: 100%;
    max-height: 100%;
}

.header .responsive-bar {
    float: right;
    display: none;
    padding: 10px 0
}

.header .responsive-bar a {
    width: 40px;
    line-height: 40px;
    font-size: 21px;
    color: #abdc00;
    text-align: center
}

.header .nav-sec {
    float: right
}

.header menu {
    margin: 20px 0
}

.header menu .img {
    width: 100%;
    height: 100px;
    background: #3b8bab;
    padding: 15px 20px;
    display: none
}

.header menu .img img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.header menu ul {
    display: inline-block;
    font-size: 0;
}

.header menu ul li {
    display: inline-block;
    padding: 0 5px;
}

.header menu ul li a {
    font-size: 12px;
    line-height: 20px;
    color: #b3b2b2;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 5px;
}

.header menu ul li a:focus,
.header menu ul li a:active,
.header menu ul li a:hover,
.header menu ul li.active a {
    color: #11b4e9;
}

.header menu ul.login {
    float: right;
    margin-left: 20px
}

.header menu ul.login li:after {
    content: none
}

.header menu ul.login li a {
    margin: 0 5px;
    font-weight: 700
}

.main-banner {
    height: 600px;
    position: relative;
    margin-bottom: 55px;
}

.main-banner .banner-content {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.main-banner .banner-content h2 {
    font-size: 70px;
    margin-bottom: 20px;
}

.main-banner .banner-content h3 {
    font-size: 30px;
    margin-bottom: 15px;
}

.main-banner .banner-content p {
    font-size: 14px;
    margin-bottom: 30px;
}

.main-banner .banner-content ul li {
    display: inline-block;
    padding: 10px;
}

.main-banner .banner-content ul li a {
    font-size: 16px;
    display: block;
    line-height: 20px;
    padding: 10px 20px;
    border-radius: 5px;
}

.omnibazaar-content {
    margin-bottom: 80px;
}

.omnibazaar-content h3 {
    color: #24cbe5;
    font-size: 26px;
    margin-bottom: 26px;
}

.omnibazaar-content p {
    color: #7d7c7c;
    font-size: 15px;
    margin-bottom: 24px;
    text-align: justify;
}

.omnibazaar img {
    width: 100%;
}

.omnicoin-priority {
    background: #000 url(../images/omni-priority.jpg) no-repeat center top;
    background-size: 100% auto;
    color: #fff;
    padding: 70px 0;
}

.omnipriority-content {
    margin-bottom: 30px;
}

.omnicoin-priority h2 {
    margin-bottom: 77px;
    color: #95e911;
}

.omnicoin-priority h3 {
    color: #95e911;
    font-size: 28px;
    margin: 0 0 20px 0;
}

.omnicoin-priority p {
    font-size: 15px;
    color: #dbdbdb;
    text-align: justify;
}

.distributionSection {
    background: #000 url(../images/distribution-bg.jpg) no-repeat center top;
    background-size: 100% auto;
    color: #fff;
    padding: 70px 0;
}

#chartdiv {
    width: 100%;
    height: 500px;
    color: #fff;
}

.distributionSection h3 {
    font-size: 36px;
    text-align: center;
}

.roadMap {
    background: #000 url(../images/distribution-bg.jpg) no-repeat center top;
    background-size: 100% auto;
    color: #fff;
    padding: 70px 0;
}

.roadMap .heading-sec {
    color: #ffa800;
    margin-bottom: 70px;
}

.userBonus {
    background: #000 url(../images/distribution-bg.jpg) no-repeat center top;
    background-size: 100% auto;
    color: #fff;
    padding: 70px 0;
}

.userBonus .heading-sec {
    color: #24cbe5;
    margin-bottom: 70px;
}

.aquistion-cont {
    width: 100%;
}

.aquistion-cont .single:not(:last-child) {
    margin-bottom: 70px;
}

.aquistion-cont .table-sec {
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    padding: 20px 15px;
    border: 1px solid #363537;
}

.aquistion-cont .table-sec h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.aquistion-cont .table-sec th {
    border: none;
    font-size: 17px;
    text-align: center;
    font-weight: 700;
}

.aquistion-cont .table-sec td {
    border: none;
    font-size: 16px;
    font-weight: 700;
    padding: 2.5px 0;
}

.aquistion-cont .table-sec table {
    margin-bottom: 0;
}

.aquistion-cont .content h3 {
    font-size: 36px;
    line-height: 40px;
    color: #24cbe5;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.aquistion-cont .content p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 15px;
}

.team-advisors {
    background: #000 url(../images/advisor-bg.jpg) no-repeat center top;
    background-size: 100% auto;
    color: #fff;
    padding: 70px 0;
}

.team-advisors .heading-sec {
    color: #95e911;
    margin-bottom: 130px;
}

.team-advisors .block {
    position: relative;
    width: 100%;
    height: 268px;
    margin-bottom: 30px;
}

.team-advisors .block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-advisors .overlay {
    position: absolute;
    color: #f1f1f1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    padding: 50px;
    background: rgba(43, 42, 40, 0.74);
    text-align: center;
}

.team-advisors .overlay h3 {
    color: #95e911;
    font-size: 16px;
}

.team-advisors .overlay h4 {
    color: #ffffff;
    font-size: 12px;
}

.team-advisors .overlay p {
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 17px;
}

.team-advisors .block:hover .overlay {
    opacity: 1;
}

.join-community {
    background: #000 url(../images/community-bg.jpg) no-repeat center top;
    background-size: 100% auto;
    color: #fff;
    padding: 70px 0;
}

.join-community h2 {
    color: #11b4e9;
    margin-bottom: 110px;
}

.join-community ul {
    font-size: 0;
}

.join-community ul li {
    width: 33.33%;
    display: inline-block;
    padding: 10px;

}

.join-community ul li a {
    display: block;
    color: #ffffff;
    font-size: 20px;
    background: #35baeb;
    border-radius: 38px;
    padding: 10px;
    text-align: center;
}

.tokensale-section {
    background: #000;
    background: #000 url(../images/advisor-bg.jpg) no-repeat center top;
    background-size: 100% auto;
    color: #fff;
    padding: 70px 0;
}

.tokensale-section h2 {
    color: #e61610;
    margin-bottom: 50px;
}

.tokensale-section .content{
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    margin-bottom: 50px;
    letter-spacing: 1px;
    text-align: justify;
}

.tokensale-section .restrictions{
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 60px;
    letter-spacing: 1px;
    text-align: justify;
}

.tokensale-section .content ul{
    padding-left: 20px;
    margin-top:20px;
}

.tokensale-section .content ul li{
    margin-bottom: 5px;
}

.tokensale-charts {
    margin-bottom: 50px;
}

.tokensale-content {
    background: #ffa800;
    text-align: center;
}

.tokensale-content h3 {
    font-size: 24px;
    color: #ffffff;
    background: #e61610;
    padding: 10px;
    margin-bottom: 30px;
}

.tokensale-content h4 {
    font-size: 62px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 5px;
}

.tokensale-content h5 {
    font-size: 21px;
    color: #ffffff;
    margin-bottom: 80px;
}

.tokensale-content .text {
    padding: 10px;
}

.tokensale-content .text1 {
    font-size: 18px;
    color: #ffffff;
}

.tokensale-content .text2 {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 12px;
}

.tokensale-button a {
    font-size: 26px;
    color: #ffffff;
    background: #e61610;
    border: 1px solid #e61610;
    padding: 14px 50px;
}

.foundation-heading {
    margin-bottom: 55px;
}

.foundation-heading img {
    max-width: 100%;
}

.foundation-heading h3 {
    font-size: 44px;
    color: #098bb6;
    padding: 35px 0;
}

.omnicoin-foundation .content {
    margin-bottom: 55px;
}

.omnicoin-foundation p {
    font-size: 18px;
    color: #262626;
    text-align: justify;
}

.footer {
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 107px 0 20px 0;
}

.footer-list {
    border-bottom: 1px solid #383838;
    padding-bottom: 90px;
}

.footer h3 {
    color: #fcfcfc;
    margin-bottom: 20px;
    font-size: 17px;
}

.footer ul li {
    list-style: none;
    padding: 14px 0;
}

.footer ul li a {
    font-size: 14px;
    color: #9d9d9d;
    text-decoration: none;
}

.footer ul li a:hover {
    color: #f8f8f8;
}

.form-footer {
    padding: 20px 0 0 0;
}

.form-footer label {
    margin-bottom: 8px;
    color: #fcfcfc;
    font-size: 14px;
}

.email {
    width: 100%;
    border: none;
    padding: 0 10px;
    background-color: #656159;
    border-radius: 0%;
    color: #fcfcfc;
    margin-bottom: 8px;
    height: 40px;
    font-size: 13px;
}

.submit {
    background: #20add0;
    color: #ffff;
    border: none;
    width: 110px;
    height: 40px;
}

.footer p {
    font-size: 12px;
    color: #acacac;
    padding: 20px 0;
}

.toggle-btn {
    display: none;
}

.roadMapInr {}

.roadMapInr .inr-sec {
    overflow: auto;
}

.roadMapInr .road-content {
    max-width: 770px;
    margin: auto;
    font-size: 0;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    transform: rotate(90deg);
}

.roadMapInr .road-content:after {
    content: "";
    width: 10px;
    height: 100%;
    background: #ffa800;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}

.roadMapInr .single {
    width: 50%;
    display: inline-block;
    font-size: 16px;
    padding-right: 80px;
    position: relative;
    margin-top: 50px;
}

.roadMapInr .single:nth-child(2n + 1) {
    transform: rotate(-30deg);
    margin-left: 25px;
    margin-right: -50px;
}

.roadMapInr .single:nth-child(2n) {
    transform: translate(0px, 60px) rotate(210deg);
}

.roadMapInr .single:after {
    content: "";
    width: 80px;
    height: 2px;
    background: #ffa800;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.roadMapInr .inr {
    padding: 7px 15px;
    border: 2px solid #ffa800;
    border-radius: 10px;
}

.roadMapInr2 {
    width: 100%;
    height: 725px;
    white-space: nowrap;
    overflow: auto;
}

.roadMapInr2 .inr-sec {
    display: table;
    padding: 0 70px;
    margin: auto;
    padding-bottom: 120px;
}

.roadMapInr2 .inr-sec .road-content {
    display: inline-block;
    position: relative;
    padding: 0 30px;
}

.roadMapInr2 .inr-sec .brdr {
    width: 100%;
    width: calc(100% + 70px);
    height: 10px;
    background: #ffa800;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.roadMapInr2 .inr-sec .brdr:after {
    content: "";
    width: 30px;
    height: 30px;
    background: #ffa800;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: -10px;
    right: -30px;
}

.roadMapInr2 .inr-sec .road-content:last-child .brdr:after {
    width: 20px;
    height: auto;
    background: none;
    border-radius: 0;
    border-left: 30px solid #ffa800;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    right: -15px;
}

.roadMapInr2 .single-sec {
    width: 320px;
    display: inline-block;
    vertical-align: top;
    margin: 0 -120px;
}

.roadMapInr2 .single-inr {
    height: 350px;
    position: relative;
}

.roadMapInr2 .single {
    width: 100%;
    white-space: normal;
    font-size: 13px;
    padding-right: 80px;
    position: absolute;
}

.roadMapInr2 .inr {
    height: 62px;
    padding: 5px 15px;
    border: 2px solid #ffa800;
    border-radius: 10px;
}

.roadMapInr2 .single:after {
    content: "";
    width: 80px;
    height: 2px;
    background: #ffa800;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.roadMapInr2 .single-inr:nth-child(2n + 1) .single {
    transform: translateX(-20px) rotate(60deg);
    bottom: 110px;
}

.roadMapInr2 .single-inr:nth-child(2n) .single {
    transform: translateX(25px) rotate(-60deg);
    top: 110px;
}


/*SCROLL STYLE*/
body .mCSB_scrollTools .mCSB_draggerRail{
    background: #fff;
}
body .mCSB_scrollTools{
    opacity: 1;
}
body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: #ffa800 !important;
}