* {
    margin: 0;
    padding: 0;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

/* Change autocomplete styles in WebKit */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    border: 1px solid #333;
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px #333 inset;
    transition: background-color 5000s ease-in-out 0s;
    border-bottom: solid 1px #fff;
}

html {
    font-family: 'Work Sans', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


a, a:focus, a:active, a:hover {
    color: #fff;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

a:not([href]):not([tabindex]):hover {
    color: #fff;
}

.alert-success {
    color: #fff;
    background-color: #32ccc1;
    border-color: #32ccc1;
}

.privacy-policiy-section {
    height: auto;
    color: #fff;
    padding-top: 196px;
    background-color: #333;
}

.section-title.Privacy {
    padding: 50px 0 0 0;
    color: #3bcbc1;
}

.privacy-box-wrap {
    padding: 50px 15px;
}

.privacy-text {
    font-family: 'Lato', sans-serif;
    opacity: 0.5;
}

.privacy-title-box {
}

.privacy-title, .privacy-underline-title {
    font-family: 'Work Sans', sans-serif;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 18px;
}

.privacy-underline-title {
    text-decoration: underline;
    font-weight: 100;
}

.privacy-list {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 18px;
    list-style: none;
}

.privacy-list li {
    position: relative;
}

.privacy-list li:before {
    content: "•";
    position: absolute;
    left: -1em;
    color: #32ccc1;
}

.text-color {
    color: #32ccc1;
}

.mainHeader {
    display: none;
}

#flBtn {
    z-index: 99;
}

.puls-class {
    -webkit-animation: pulse 1.5s infinite ease-in-out;
    -o-animation: pulse 1.5s infinite ease-in-out;
    -ms-animation: pulse 1.5s infinite ease-in-out;
    -moz-animation: pulse 1.5s infinite ease-in-out;
    animation: pulse 1.5s infinite ease-in-out;
}

.fab-container.back-top {
    left: 0;
    right: auto;
}

.fab-container {
    position: fixed;
    bottom: -350px;
    right: 0;
    z-index: 9999;
}

.fab {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: auto;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}

.fab:before {
    content: attr(tooltip);
    background: #32ccc1;
    padding: 4px 14px;
    border-radius: 2px;
    position: absolute;
    top: 75px;
    right: 100%;
    color: white;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    transition: 0.3s;
}

.top.fab:before {
    top: 20px;
    right: auto;
    left: 80px;
    ;
}

.fab:hover {
}

.fab:hover:before {
    opacity: 1;
    visibility: visible;
}

.profile {
    width: 180px;
    height: 215px;
}

.profile:after {
    background: transparent url(../img/trade_here.png) center no-repeat;
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: 0.3s;
    background-size: 160px;
}

.profile:hover:after {
    background: transparent url(../img/mouse_over-trade_here.png) center no-repeat;
    background-size: 160px;
}

.top {
    background: #3bcbc1 url('../img/arrow-up.png') center no-repeat;
    background-size: 25px;
}

.top:hover {
    background: #fff url('../img/arrow-up-color.png') center no-repeat;
    background-size: 25px;
}

.margin-auto {
    margin: auto;
}


a:hover {
    cursor: pointer;
}

h2 {
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: solid #f8b400 2px;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

html, body {
    width: 100%;
    height: 100%;
    font-size: 100%;
}

body {
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #fff;
    font-family: 'Work Sans', sans-serif;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.container {
    max-width: 1500px;
}

.pulse {
    animation-name: pulse_animation;
    animation-duration: 5000ms;
    transform-origin: 70% 70%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


.ticker, .top-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    height: auto;
}

.top-nav {
    top: 46px;
    height: 50px;
    background-color: #333333;
}

.left-top-nav, .right-top-nav {
    display: flex;
    height: 50px;
    justify-content: flex-start;
    align-items: center;
    background-color: #333333;
}

.right-top-nav {
    justify-content: flex-end;
}

.get-in-touch-box {
    padding: 0 15px;
    display: flex;
}

.call-us, .email-us {
}

.call-us-text, .email-us-text {
    margin: 0;
    color: #fff;
}


.call-us-img, .email-us-img, .call-us-img-w, .email-us-img-w {
    background-repeat: no-repeat;
    padding: 0 16px;
    display: inline-block;
    line-height: 14px;
    font-size: 14px;
}

.call-us-img-w, .email-us-img-w {
    width: 16px;
    height: 13px;
    padding: 0;
    margin: 0;
    opacity: 0.5;
}

.call-us-img {
    background-image: url(../img/tel.png);
}

.email-us-img {
    background-image: url(../img/msg.png);
}

.call-us-img-w {
    background-image: url(../img/tel-w.png);
}

.email-us-img-w {
    background-image: url(../img/msg-w.png);
}


.contact-us-section .submit-mail {
    display: inline-block;
    background-color: transparent;
    height: auto;
    line-height: 36px;
    font-size: 36px;
    color: #fff;
    letter-spacing: -1px;
    font-weight: bold;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.contact-us-section .submit-mail:hover {
    color: #3bcbc1;
    box-shadow: none;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    background-color: #333;
    padding: 2px;
    margin: 2px 0;
    color: #fff;
}

.contact-us-section label {
    color: #fff;
}

.contact-us-section .form-group {
    min-height: 100px;
}

.contact-us-section .form-control, .contact-us-section .form-control:focus {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    color: #fff;
    outline: 0;
    box-shadow: none;
    padding: 0;
}

.submit-btn-box{margin: 15px 0;}

button.close {
    color: #fff;
    text-shadow: none;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    color: #eb1c23;
}


.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff;
    background-color: #110f4b;
    border-color: #110f4b;
}

.top-addres-container {
    padding: 0;
    margin: 15px;
}

.top-addres-box {
}

.top-addres {
    padding: 0;
    margin: 0;
    color: rgba(255,250,250,0.5);
    display: flex;
    align-items: center;
}

.right-top-nav{   
}


/* Nuka */
.button--nuka {
	margin: 1em 2em;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--nuka.button--inverted {
	color: #37474f;
}
.button--nuka::before,
.button--nuka::after {
	content: '';
	position: absolute;
	border-radius: inherit;
	background: #32ccc1;
	z-index: -1;
}
.button--nuka::before {
	top: -10px;
	bottom: -10px;
	left: -10px;
	right: -10px;
	opacity: 0.2;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}
.button--nuka::after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale3d(1.1, 1, 1);
	transform: scale3d(1.1, 1, 1);
	-webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
	transition: transform 0.3s, background-color 0.3s;
}
.button--nuka::before,
.button--nuka::after {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button--nuka.button--inverted::before,
.button--nuka.button--inverted::after {
	background: #fff;
}
.button--nuka:hover {
	color: #fff;
}
.button--nuka:hover::before {
	opacity: 1;
}
.button--nuka:hover::after {
}
.button--nuka.button--inverted:hover::after {
	background-color: #32ccc1;
}
.button--nuka:hover::after,
.button--nuka:hover::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}


 .btn-cont {
	 text-align: center;	
}
 .btn-cont .btn {
	 position: relative;
     box-shadow: none;
	 padding: 5px 15px;	
	 color: white;
	 text-decoration: none;
	 font-size: 18px;
	 font-family: 'Open Sans', sans-serif;
	 text-transform: uppercase;
	 letter-spacing: 2px;
	 -webkit-font-smoothing: antialiased infinite;
}
 .btn-cont .btn {
	 border: none;
}
 .btn-cont .btn .line-1 {
	 animation: move1 1500ms infinite ease;
}
 .btn-cont .btn .line-2 {
	 animation: move2 1500ms infinite ease;
}
 .btn-cont .btn .line-3 {
	 animation: move3 1500ms infinite ease;
}
 .btn-cont .btn .line-4 {
	 animation: move4 1500ms infinite ease;
}
 .btn-cont .line-1 {
	 content: "";
	 display: block;
	 position: absolute;
	 width: 1px;
	 background-color: #32ccc1;
	 left: 0;
	 bottom: 0;
}
 .btn-cont .line-2 {
	 content: "";
	 display: block;
	 position: absolute;
	 height: 1px;
	 background-color: #32ccc1;
	 left: 0;
	 top: 0;
}
 .btn-cont .line-3 {
	 content: "";
	 display: block;
	 position: absolute;
	 width: 1px;
	 background-color: #32ccc1;
	 right: 0;
	 top: 0;
}
 .btn-cont .line-4 {
	 content: "";
	 display: block;
	 position: absolute;
	 height: 1px;
	 background-color: #32ccc1;
	 right: 0;
	 bottom: 0;
}

.nuka-button {
    min-width: 150px;
    width: 75%;
    margin: 1em;
    padding: 20px 0;
    border: none;
    font-size: 18px;
    font-weight: bold;    
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.license-box.mobile{
    display: none;
}


.license-box, .privacy-box {
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}

.license-btn, .privacy-btn {
    display: flex;
    height: 40px;
    align-items: center;
    padding: 0 25px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0px 0 15px;
    color: #333;   
    text-transform: uppercase;
    text-transform: uppercase;
    background-color: #32ccc1;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}

.license-btn:hover, .privacy-btn:hover {
    color: #32ccc1;
    background-color: #fff;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}

.lang-drop {
    margin-right: 30px;
}

/*** override 3side style ***/
/*** override bootstrap btn background-color ***/
.lang-drop .btn-primary.dropdown-toggle {
    font-size: 14px;
    padding: 0;
    margin: 0 10px;
    background-color: transparent !important;
    box-shadow: none;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #32ccc1;
}

.iframe-box {
    width: calc(100% - 30px);
    height: 100%;
    padding: 15px;
}


.currencies-left-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.currencies-right-box {
}


.currency-wrap {
}

.currencies-title {
    color: #333;
    font-size: 64px;
    font-weight: bold;
    display: flex;
    text-align: center;
    justify-content: center;
    margin-bottom: 35px;
}

.currencies-text {
    font-size: 36px;
    text-align: center;
    font-family: 'Lato', sans-serif;
}

.currency-holder {
    padding: 35px;
    -webkit-box-shadow: 0px 0px 28px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 28px -9px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 28px -9px rgba(0,0,0,0.75);
}

.currency-box {
    margin: 5px 0;
    display: flex;
}

.currency-iframe-box {
    width: 100%;
}

.currency-btn-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.currency-symbol-box {
    display: flex;
}

.currency-symbol {
}

.currency-symbol.btc, .currency-symbol.ltc, .currency-symbol.eth {
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center;
    width: 115px;
}

.currency-symbol.btc {
    background-image: url(../img/bitcoins_logo.png);
}

.currency-symbol.ltc {
    background-image: url(../img/litecoin_logo.png);
}

.currency-symbol.eth {
    background-image: url(../img/ethereum_logo.png);
    background-size: 45%;
}

.currencies-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: 'Lato', sans-serif;
}

.currencies-list-item-box {
    display: flex;
}

.currencies-list-item {
    font-size: 36px;
}

.currencies-list-item-box {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.currencies-list-img {
    margin: 0 10px;
}

.currencies-list-img.bit, .currencies-list-img.lit, .currencies-list-img.eth {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 58px;
    height: 58px;
}

.currencies-list-img.bit {
    background-image: url(../img/logo1.png);
}

.currencies-list-img.lit {
    background-image: url(../img/logo2.png);
}

.currencies-list-img.eth {
    background-image: url(../img/logo3.png);
}


.currencies-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*** Color Variables ***/
/*** Centering Hack ***/
/*** Header Styles ***/
header {
}
/*** Navigation Styles ***/

.main-nav-row {
    display: flex;
    justify-content: space-between;
}

nav {
    width: 100%;
    height: 70px;
    padding: 0 15px;
    top: 96px;
    background: #46b2f0;
    display: flex;
    align-items: center;
    background-color: #fff;
    position: fixed;
    z-index: 8;
    transition: all 0.3s;
}

nav.navShadow {
    box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
    height: 60px;
}

nav.navShadow #word-mark {
    opacity: 0;
}

#brand, #menu, ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

#brand {
}

#logo {
    cursor: pointer;
}

.animated-logo {
    max-width: 40px;
    margin: 0 10px;
}

.text-logo {
    height: 40px;
}


#word-mark {
    width: 120px;
    height: 20px;
    background: #32ccc1;
    border-radius: 90px;
    margin-left: 20px;
    opacity: 1;
    transition: all 0.3s;
}
/*** Menu Styles ***/
#menu {
    justify-content: flex-end;
}

.nav-list li {
    margin: 0 10px;
}

.nav-list li a {
    display: block;
    padding: 0 6px;
    font-weight: bold;
    font-size: 18px;
    color: #333;
}


a.search-btn.active {
    background-color: transparent;
}

#menu-toggle {
    width: 55px;
    height: 55px;
    background: #32ccc1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    display: none;
}

#menu-toggle:hover .bar {
    width: 25px;
}

#menu-toggle.closeMenu .bar {
    width: 25px;
}

#menu-toggle.closeMenu .bar:first-child {
    transform: translateY(7px) rotate(45deg);
}

#menu-toggle.closeMenu .bar:nth-child(2) {
    transform: scale(0);
}

#menu-toggle.closeMenu .bar:last-child {
    transform: translateY(-7px) rotate(-45deg);
}

.bar {
    width: 25px;
    height: 2px;
    background: #fff;
    transition: 0.3s ease-in-out;
}

.bar:nth-child(2) {
    width: 20px;
    margin: 5px 0;
}

.bar:last-child {
    width: 15px;
}

.easy-purchasse-section {
    position: relative;
}

.easy-purchasse-container {
    padding: 35px 15px;
}

.our-mission-section {
    background-image: url(../img/bitcoins-color.png);
    background-repeat: no-repeat;
    background-position: 110% 0;
    background-size: 850px;
    background-color: #333;
    padding: 0 15px;
}


.our-mission-container {
    display: flex;
    flex-direction: column;
    height: 750px;
    justify-content: center;
    position: relative;
}

.mission-values-section-list-box {
    margin: 35px 0;
}

.mission-values-section-list-row {
    display: flex;
    padding: 25px 0;
    align-items: center;
}

.mission-values-list-img {
}

mission-values-list-title-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Lato', sans-serif;
}

.mission-values-list-title {
    margin: 0;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #fff;
}

.mission-values-list-text {
    margin: 0;
    font-size: 18px;
    color: #fff;
    opacity: 0.5;
}

.mission-values-1 {
    background-image: url(../img/Security.png);
}

.mission-values-2 {
    background-image: url(../img/reliability.png);
}

.mission-values-3 {
    background-image: url(../img/flexibility.png);
}

.mission-values-4 {
    background-image: url(../img/honesty.png);
}


.mission-values-1, .mission-values-2, .mission-values-3, .mission-values-4 {
    background-repeat: no-repeat;
    min-width: 90px;
    height: 90px;
    display: flex;
    background-position: center;
    background-size: 85%;
    margin-right: 15px;
}

.our-advantages-container {
    display: flex;
    flex-direction: column;
    height: 815px;
    padding-top: 50px;
}

.section-list-box {
}

.section-list-row {
    display: flex;
    margin: 25px 0;
}

.section-list-row:first-child {
    padding-top: 0;
    margin-top: 0;
}

.section-list-row:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.list-img {
}

.list-title-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Lato', sans-serif;
}

.list-title {
    margin: 0;
    font-size: 23px;
    font-weight: bold;
    color: #3bcbc1;
    margin-bottom: 5px;
}

.list-text {
    margin: 0;
    font-size: 18px;
}

.our-advantages-section {
    background-image: url(../img/dashbord-big.png);
    background-repeat: no-repeat;
    background-position: 110% center;
    background-size: 850px;
    height: auto;
    padding: 35px 15px;
}

.advantage-1 {
    background-image: url(../img/advantage-1.png);
}

.advantage-2 {
    background-image: url(../img/advantage-2.png);
}

.advantage-3 {
    background-image: url(../img/advantage-3.png);
}

.advantage-4 {
    background-image: url(../img/advantage-4.png);
}

.advantage-5 {
    background-image: url(../img/advantage-5.png);
}

.advantage-1, .advantage-2, .advantage-3, .advantage-4, .advantage-5 {
    background-repeat: no-repeat;
    min-width: 90px;
    height: 90px;
    display: flex;
    background-position: center;
    background-size: 85%;
    margin-right: 15px;
}


.contact-us-section {
    background-color: #333;
}

/*** Hero Section Styles ***/
#hero-section {
    width: 100%;
    height: calc(100vh - 126px);
    display: flex;
    flex-direction: column;
    margin-top: 166px;
    background-image: url(../img/main-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.clouds-bg {
    background-image: url(../img/clouds.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -225px;
    left: 0;
    right: 0;
    width: 100%;
    height: 500px;
    z-index: 1;
}

.hero-main-box {
    z-index: 2;
    position: relative;
}

.currencies-left {
}

.currencies-section {
    justify-content: center;
    padding: 0 15px;
}

.main-text-box {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 55px;
    text-align: center;
}

.sub-text, .main-text {
    display: flex;
    justify-content: center;
}

.main-text-sentence, .sub-text .sub-text-word {
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin: 0 5px;
    padding: 0;
}

.sub-text-word.color {
    color: #32ccc1;
}


.main-btn-box {
    display: flex;
    justify-content: center;
}



.trade-now, .buy-now {
    display: flex;
    margin: 15px 0;
}


.trade-now-btn, .buy-now-btn {   
    border: solid 1px #32ccc1;
    margin: 0 15px;
    font-size: 30px;
    padding: 25px 50px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    -webkit-animation: pulse 3s infinite ease-in-out;
    -o-animation: pulse 3s infinite ease-in-out;
    -ms-animation: pulse 3s infinite ease-in-out;
    -moz-animation: pulse 3s infinite ease-in-out;
    animation: pulse 3s infinite ease-in-out;
}


.buy-now-btn, .trade-now-btn {
    color: #fff;
    width: 100%;
    margin: 15px 0;
    background-color: #32ccc1;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}


.buy-now-btn:hover, .trade-now-btn:hover {
    color: #fff;
    background-color: #333;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}

.animated-box-holder {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}


.animated-box {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #ffffff;
    padding: 13px;
    background: content-box;
    text-align: center;
    background-color: #1f3849;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}


.animated-box.in:hover {
    background-color: #32ccc1;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}


.animated-box h1 {
    font-weight: bold;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0;
    padding: 28px;
}


.animated-box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(120deg, #333, #32ccc1, #333);
    background-size: 300% 300%;
    clip-path: polygon(0% 100%, 12px 100%, 12px 12px, calc(100% - 12px) 12px, calc(100% - 12px) calc(100% - 12px), 12px calc(100% - 12px), 12px 100%, 100% 100%, 100% 0%, 0% 0%);
    border-radius: 5px;
}

.animated-box.in:after {
    animation: frame-enter 1s forwards ease-in-out reverse, gradient-animation 4s ease-in-out infinite;
}



/*** 

.trade-now-btn {
    border-radius: 5px;
    border: solid 1px #32ccc1;
    color: #fff;
    background-color: #333;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}

.trade-now-btn:hover {
    color: #fff;
    background-color: #32ccc1;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}

***/

.main-mouse-box {
}

.main-mouse-text {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.chevron-container {}

.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

.text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: scroll-pulse 2s linear alternate infinite;
}

.go-to-crypto {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 250px;
    justify-content: center;
}

.mouse-img {
    background-image: url(../img/mouse.png);
    background-repeat: no-repeat;
    height: 115px;
    width: 31px;
    margin-top: 45px;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}


/*** Section Styles ***/
section {
    width: 100%;
    height: calc(100vh - 126px); /*** 70px-50px-nav 46px-ticker ***/
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.about-us {
    background-image: url(../img/website-pic-ipad.png);
    background-repeat: no-repeat;
    background-position: 110% center;
    background-size: 850px;
    background-color: #333;
    height: auto;
    padding: 35px 15px;
}

.about-us-container {
    display: flex;
    flex-direction: column;
    height: 745px;
    padding-top: 50px;
}

.mountains-bg-box {
    height: 450px;
    margin-bottom: -1px;
}

.mountains-bg {
    background-image: url(../img/mountains-big.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 0;
    height: 100%;
    width: 100%;
    background-position: bottom;
}

.climber-mountain-bg-box {
    background-color: #333;
    height: 535px;
}

.climber-mountain-bg {
    background-image: url(../img/climber-mountain.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
    height: 100%;
    width: 100%;
    margin-bottom: -1px;
}


.section-title-holder {
    display: flex;
    justify-content: center;
}

.section-title-box {
    display: flex;
    justify-content: center;
}

.section-title, .section-title-dark {
    font-size: 65px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 0;
}

.section-title-dark {
    color: #333;
}


.sub-section-title-box {
    display: flex;
    margin-bottom: 25px;
}

.sub-section-title {
    font-family: 'Lato', sans-serif;
    font-size: 56px;
    line-height: 56px;
    font-weight: bold;
    color: #3bcbc1;
    border: none;
    margin: 0;
    padding: 0;
}

.section-btn-box {
    display: flex;
    padding: 0;
}

.section-btn {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #fff;
    background-color: #333;
    border: solid 1px #3bcbc1;
    padding: 25px 35px;
    text-transform: uppercase;
}

.section-btn {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #333;
    background-color: #3bcbc1;
    border: solid 1px #3bcbc1;
    padding: 15px 35px;
    margin: 15px 0;
    text-transform: uppercase;
    border-radius: 5px;
}


.section-btn:hover {
    color: #fff;
    background-color: #333;
    border: solid 1px #3bcbc1;
}

.section-text-box {
}

.section-text {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    opacity: 0.5;
    font-family: 'Lato', sans-serif;
    margin: 0;
}


.step-box-wrap {
}

.arrow-move:after {
    position: absolute;
    bottom: auto;
    top: 30%;
    left: -50px;
    width: 33px;
    height: 35px;
    content: '';
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    animation: ani 1s infinite;
    animation-direction: alternate-reverse;
    background-size: 25px;
    animation-timing-function: linear;
}


.step-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.step-img-box {
    margin-bottom: 15px;
    min-height: 138px;
}

.step-img {
}

.step-title-box {
    display: flex;
    align-items: center;
}

.step-title {
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

.step-text-box {
    min-height: 156px;
}

.step-text {
    font-size: 18px;
    line-height: 28px;
    color: #333;
}

.step-line {
    background-color: #acacaf;
    height: 3px;
    width: 100%;
    margin: 10px 0;
}

.step-btn-box {
    display: flex;
    width: 100%;
}

.step-btn {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
}

.titles-box {
    min-height: 100px;
}

.move-btn {
    -webkit-animation: diagonal-slide 5s;
    animation: diagonal-slide 5s;
}



.footer-distributed{
    background-color:#333;
    box-sizing: border-box;
    padding: 100px 0 35px 0;
}

.footer-distributed-wrap{display: flex;}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.footer-distributed .footer-center{border-right: solid 1px #fff;}

/* Footer left */
.footer-distributed .footer-left{align-items: flex-start;}

/* The company logo */
.footer-left .footer-logo{}

.footer-left .footer-logo-img{width: 360px;}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
}

.footer-distributed .footer-links a:first-child:before {
    content: '';
}

.footer-distributed .footer-company-name{
	color:  #fff;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */



.footer-distributed .footer-center-box{
    display: flex;
    flex-direction: column;
    justify-content: center;    
}

.footer-distributed .footer-center i{
    background-color: #fff;
    color: #333;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 0 5px 0 0;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
  font-weight:400;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
}

.footer-distributed .footer-center p a{
	color:  #3bcbc1;
	text-decoration: none;;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

.footer-center-addres{
    display: flex;
    align-items: center;
    margin: 5px 0;
    min-height: 48px;    
}

/* Footer Right */

.footer-distributed .footer-right{
}

/*Old Footer*/
.footer-left-wrap {
    display: flex;
    margin: 55px 0;
}

.footer-top {
}

.footer-trade-now-section {
    height: auto;
    background-color: #3bcbc1;
    padding: 25px 0;
}


.footer-trade-now-sentence-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-trade-now-sentence-box {
    font-size: 28px;
    padding: 0 15px;
    font-weight: bold;
    color: #3bcbc1;
    text-transform: uppercase;
}

.footer-trade-now-sentence {  
    font-family: 'Lato', sans-serif;
    text-align: center;
}

.footer-trade-now-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-trade-now-btn-box {
    display: flex;
    width: 100%;
    justify-content: center;
    font-family: 'Lato', sans-serif;
}

.footer-trade-now-btn {
    color: #fff;
    background-color: #3bcbc1;
    border: solid 1px #3bcbc1;
    padding: 5px 0;
    font-size: 30px;
    border-radius: 5px;
    margin: auto;
    width: 65%;
    text-align: center;
}

.footer-trade-now-btn:hover {
    color: #333;
    background-color: #3bcbc1;
}


.footer-right-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 55px 0;
}

.footer-rights-reserved {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
}


.footer-menu-box {
}

.footer-menu {
    display: flex;
    flex-direction: column;
    margin: 0 25px;
    align-items: flex-start;
}


.footer-menu-link-box {
    margin: 5px 0;
}

.footer-menu-link:first-child:before{
    display: none;
}

.footer-menu-link {
    color: #fff;
    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}

.footer-menu-link:hover {
    color: #32ccc1;
    -webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}

.nav.active:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #3bcbc1;
    opacity: 1;
    transition: all 200ms linear;
}

.nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #3bcbc1;
    opacity: 0;
    transition: all 200ms linear;
}

.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.nav-item.active:hover:after {
    opacity: 0;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
}

.nav-list .btn-secondary.dropdown-toggle {
    background: none;
    background-color: transparent !important;
    box-shadow: none;
    color: #333;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;
}

.btn-secondary:not([disabled]):not(.disabled).active:focus, .btn-secondary:not([disabled]):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
    background-color: transparent !important;
}

.btn-secondary.dropdown-toggle:focus, .btn-secondary.dropdown-toggle:hover {
    box-shadow: none;
    background-color: transparent !important;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color: #333;
}

[class*="dropdown-menu-tip-"]::after {
    content: '';
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    background-color: white;
    border: solid 1px rgba(0, 0, 0, 0.15);
    border-bottom: none;
    border-left: none;
}

.dropdown-menu-tip-n::after {
    top: calc(-.25rem - 1px);
    left: calc(50% - .25rem);
    transform: rotate(-45deg);
}

.dropdown-menu-tip-ne::after {
    top: calc(-.25rem - 1px);
    right: 1rem;
    transform: rotate(-45deg);
}

.dropdown-menu-tip-nw::after {
    top: calc(-.25rem - 1px);
    left: 1rem;
    transform: rotate(-45deg);
}

.dropdown-menu-tip-s::after {
    left: calc(50% - .25rem);
    bottom: calc(-.25rem - 1px);
    transform: rotate(135deg);
}

.dropdown-menu-tip-se::after {
    right: 1rem;
    bottom: calc(-.25rem - 1px);
    transform: rotate(135deg);
}

.dropdown-menu-tip-sw::after {
    left: 1rem;
    bottom: calc(-.25rem - 1px);
    transform: rotate(135deg);
}

.dropdown-menu {
    margin-top: 0.75rem;
}


.license-section-box {
    background-color: #333;
    padding: 0 15px;
    height: auto;
    padding-top: 196px;
}

.license-section-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 775px;
}

.license-left-section-wrap {
    background-color: #333;
    background-image: url(../img/full-map.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.license-left-section {
}

.license-section-box .sub-section-title-box {
    justify-content: center;
}

.license-section-box .sub-section-title {
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 74px;
    line-height: 74px;
}

.sub-section-heading-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
}

.sub-section-heading {
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 26px;
    line-height: 36px;
    margin: 0;
}


.sub-section-heading-box.bot {
    margin: 35px 0;
}

.sub-section-heading.bot {
    font-size: 20px;
    line-height: 30px;
}

.states-list-wrap {
    display: flex;
    justify-content: flex-end;
}

.states-list-item {
    font-family: 'Lato', sans-serif;
    font-size: 23px;
    opacity: 0.5;
    color: #fff;
}

.states-list-box {
    padding: 0 15px;
}

svg {
    display: block;
    width: 100%;
}

#states *.on {
    fill: red;
}

.list-of-states li.on {
    background: red;
    color: white;
    font-weight: bold;
}


.pending-license-sentence-box {
    margin: 35px 0;
}

.pending-license-sentence {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 25px;
}


.about-frontier-beat-corp {
    background-color: #333;
    padding: 0 15px;
}

.about-frontier-beat-corp-right {
}

.about-frontier-beat-corp-left {
}

.about-frontier-beat-corp-title-box {
    margin: 16px 0 0 0;
}

.about-frontier-beat-corp-title {
}

.about-frontier-beat-corp-text {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    color: #fff;
    opacity: 0.5;
    font-family: 'Lato', sans-serif;
}

.our-msb {
    background-color: #32ccc1;
    box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);    
    height: auto;
}

.color-text{
    color: #fff;    
}

.our-msb-box {
     display: flex;
}

.our-msb-title-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.our-msb-title {
    font-size: 36px;
    text-align: center;
    color: #333;
    margin: 0;
    font-weight: bold;
}

.our-msb-img-wrap{
    display: flex;
    justify-content: center;  
}

.our-msb-img{
    margin:35px 15px;
    width: 150px;
}

.our-msb-box .sub-text {
    margin: 35px 0 100px 0;
}

.our-msb-box .main-text-sentence, .our-msb-box .sub-text .sub-text-word {
    font-size: 21px;
    line-height: 23px;
    text-transform: capitalize;
}

.msb-popup-link{text-decoration: underline;}

.modal {
	 position: fixed;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 overflow: hidden;
     z-index: 9999;
}
 .modal-dialog {
    position: fixed;
    margin: 0;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    max-width: none;
    padding: 0;
    left: 15px;
    top: 15px;
}
 .modal-content {
	 position: absolute;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 border: 2px solid #3c7dcf;
	 border-radius: 0;
	 box-shadow: none;
}
 .modal-header {
	 position: absolute;
	 top: 0;
	 right: 0;
	 left: 0;
	 height: 50px;
	 padding: 10px;
	 background: #6598d9;
	 border: 0;
}
 .modal-title {
	 font-weight: 300;
	 font-size: 2em;
	 color: #fff;
	 line-height: 30px;
}
 .modal-body {
    position: absolute;
    top: 0;
    bottom: 60px;
    width: 100%;
}
 .modal-footer {
	 position: absolute;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 height: 60px;
	 padding: 10px;
	 background: #f1f3f5;
}
 .btn {
	 height: 40px;
	 border-radius: 0;
}
 .btn:focus, .btn:active, .btn:active:focus {
	 box-shadow: none;
	 outline: none;
}
 .btn-modal {
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 margin-top: -20px;
	 margin-left: -100px;
	 width: 200px;
}
 .btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	 font-weight: 300;
	 font-size: 1.6rem;
	 color: #fff;
	 color: #767b93;
	 text-align: center;
	 background: #60cc69;
	 border: 1px solid #36a940;
	 border-bottom: 3px solid #36a940;
	 box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
 .btn-primary:active, .btn-primary:hover:active, .btn-primary:focus:active, .btn-primary:active:active {
	 border-bottom: 1px solid #36a940;
}
 .btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active {
	 font-weight: 300;
	 font-size: 1.6rem;
	 color: #fff;
	 text-align: center;
	 background: #bfc5ce;
	 border: 1px solid #a2aab8;
	 border-bottom: 3px solid #a2aab8;
}
 .btn-default:active, .btn-default:hover:active, .btn-default:focus:active, .btn-default:active:active {
	 border-bottom: 1px solid #a2aab8;
}
 .btn-secondary, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    color: #fff;
    background: transparent;
    border: 0;
    line-height: 16px;
    font-size: 16px;
}
 ::-webkit-scrollbar {
	 -webkit-appearance: none;
	 width: 10px;
	 background: #f1f3f5;
	 border-left: 1px solid #d3dae0;
}
 ::-webkit-scrollbar-thumb {
	 background: #b6c0cb;
}
 

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    z-index: 1001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #32ccc1;
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #32ccc1;
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #333;
    z-index: 1000;
    -webkit-transform: translateX(0); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0); /* IE 9 */
    transform: translateX(0); /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%); /* IE 9 */
    transform: translateX(-100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%); /* IE 9 */
    transform: translateX(100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%); /* IE 9 */
    transform: translateY(-100%); /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
    display: none;
}

.no-js h1 {
    color: #222222;
}



@keyframes ani {
    0% {
        left: -15px;
    }

    100% {
        left: 15px;
    }
}


/* motion */
@keyframes gradient-animation {
    0% {
        background-position: 15% 0%;
    }

    50% {
        background-position: 85% 100%;
    }

    100% {
        background-position: 15% 0%;
    }
}

@keyframes frame-enter {
    0% {
        clip-path: polygon(0% 100%, 12px 100%, 12px 12px, calc(100% - 12px) 12px, calc(100% - 12px) calc(100% - 12px), 12px calc(100% - 12px), 12px 100%, 100% 100%, 100% 0%, 0% 0%);
    }

    25% {
        clip-path: polygon(0% 100%, 12px 100%, 12px 12px, calc(100% - 12px) 12px, calc(100% - 12px) calc(100% - 12px), calc(100% - 12px) calc(100% - 12px), calc(100% - 12px) 100%, 100% 100%, 100% 0%, 0% 0%);
    }

    50% {
        clip-path: polygon(0% 100%, 12px 100%, 12px 12px, calc(100% - 12px) 12px, calc(100% - 12px) 12px, calc(100% - 12px) 12px, calc(100% - 12px) 12px, calc(100% - 12px) 12px, 100% 0%, 0% 0%);
    }

    75% {
        -webkit-clip-path: polygon(0% 100%, 12px 100%, 12px 12px, 12px 12px, 12px 12px, 12px 12px, 12px 12px, 12px 12px, 12px 0%, 0% 0%);
    }

    100% {
        -webkit-clip-path: polygon(0% 100%, 12px 100%, 12px 100%, 12px 100%, 12px 100%, 12px 100%, 12px 100%, 12px 100%, 12px 100%, 0% 100%);
    }
}



@-webkit-keyframes diagonal-slide {
    0% {
        left: 0;
        top: 0;
    }

    100% {
        left: 100px;
        top: 100px;
    }
}

@keyframes diagonal-slide {
    0% {
        left: 0;
        top: 0;
    }

    100% {
        left: 100px;
        top: 100px;
    }
}




@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.9);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.9);
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0.9);
        opacity: 1;
    }
}




@-o-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
	40% {-o-transform: translateY(-30px);}
	60% {-o-transform: translateY(-15px);}
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}


@-webkit-keyframes anim-nanuk-1 {
	0%,
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	49% {
		opacity: 1;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		color: inherit;
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		color: #fff;
	}
	100% {
		color: #fff;
	}
}
@keyframes anim-nanuk-1 {
	0%,
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	49% {
		opacity: 1;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		color: inherit;
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		color: #fff;
	}
	100% {
		color: #fff;
	}
}


 @keyframes move1 {
	 0% {
		 height: 100%;
		 bottom: 0;
	}
	 54% {
		 height: 0;
		 bottom: 100%;
	}
	 55% {
		 height: 0;
		 bottom: 0;
	}
	 100% {
		 height: 100%;
		 bottom: 0;
	}
}
 @keyframes move2 {
	 0% {
		 width: 0;
		 left: 0;
	}
	 50% {
		 width: 100%;
		 left: 0;
	}
	 100% {
		 width: 0;
		 left: 100%;
	}
}
 @keyframes move3 {
	 0% {
		 height: 100%;
		 top: 0;
	}
	 54% {
		 height: 0;
		 top: 100%;
	}
	 55% {
		 height: 0;
		 top: 0;
	}
	 100% {
		 height: 100%;
		 top: 0;
	}
}
 @keyframes move4 {
	 0% {
		 width: 0;
		 right: 0;
	}
	 55% {
		 width: 100%;
		 right: 0;
	}
	 100% {
		 width: 0;
		 right: 100%;
	}
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes scroll-pulse {
  to {
    opacity: 1;
  }
}
 


@media screen and (min-width:1480px) and (max-width:1600px) {

    .about-us, .our-mission-section, .our-advantages-section {
        background-position: 110% center;
        background-size: 750px;
    }
}



@media screen and (min-width:1200px) and (max-width:1480px) {

    .about-us, .our-mission-section, .our-advantages-section {
        background-position: 110% center;
        background-size: 650px;
    }


    .about-us-container {
        height: 625px;
    }

    .main-text-sentence, .sub-text .sub-text-word {
        font-size: 38px;
        line-height: 48px;
    }

    .trade-now-btn, .buy-now-btn {
        font-size: 20px;
        padding: 10px 25px;
        margin: 0;
    }

    .main-mouse-text {
        font-size: 12px;
    }

    .mouse-img {
        height: 100px;
        width: 31px;
        margin-top: 40px;
    }

    .go-to-crypto {
        height: 138px;
    }

    .currencies-title {
        font-size: 42px;
        margin-bottom: 15px;
    }

    .currencies-text, .currencies-list-item {
        font-size: 32px;
    }

    .section-title, .section-title-dark {
        font-size: 55px;
    }

    .sub-section-title {
        font-size: 38px;
        line-height: 38px;
    }

    .section-text, .about-frontier-beat-corp-text {
        font-size: 16px;
    }

    .section-btn {
        font-size: 20px;
        line-height: 22px;
        padding: 15px 35px;
    }

    .sub-section-title {
        font-size: 38px;
        line-height: 38px;
    }

    .mission-values-list-title {
        font-size: 20px;
    }

    .mission-values-list-text {
        font-size: 16px;
    }

    .list-title {
        font-size: 20px;
    }

    .list-text {
        font-size: 16px;
    }

    .our-msb-title {
        font-size: 30px;
    }

    .contact-us-section .submit-mail {
        padding: 6px 38px;
        font-size: 28px;
    }

    .footer-trade-now-btn {
        font-size: 23px;
    }

    .footer-addres {
        font-size: 16px;
        line-height: 18px;
    }

    .footer-addres-container {
        margin: 0 40px;
    }

    .footer-menu-box li {
        margin: 0;
    }

    .footer-menu-box li a {
        font-size: 16px;
        line-height: 23px;
    }

    .license-btn, .privacy-btn {
        height: 32px;
        padding: 0 18px;
        font-size: 14px;
    }

    .clouds-bg {
        bottom: -50px;
        height: 250px;
    }

    .mountains-bg-box {
        height: 250px;
    }

    .main-text-box {
        margin-top: 0px;
    }

    .top-addres {
        font-size: 14px;
    }
}


/*** Responsive Menu For Smaller Device ***/
@media screen and (max-width: 1200px) {

    section {
        height: calc(100vh - 60px);
    }

    #menu-toggle {
        display: flex;
        width: 40px;
        height: 40px;
    }

    ul {
        display: inline-block;
        width: 100%;
        height: 0;
        background: #333;
        position: absolute;
        top: 85px;
        left: 0;
        right: 0;
        transform: translate();
        box-shadow: 0 5px 30px -4px rgba(0, 0, 0, 0.2);
        transition: all 0.3s ease;
    }

    ul.showMenu {
        height: auto;
        padding: 35px 15px;
    }

    ul.showMenu li {
        opacity: 1;
        transition: all 0.6s ease;
        visibility: visible;
        margin: 5px 0;
        color: #fff;
    }

    ul.showMenu li a {
        color: #fff;
        padding: 0 15px;
    }

    ul.showMenu li:first-child {
        margin-top: 0;
    }

    li {
        opacity: 0;
        visibility: hidden;
    }

    .nav-list .btn-secondary.dropdown-toggle {
        padding: 0 15px;
        color: #fff;
        height: auto;
    }

    .nav-item:after {
        width: calc(100% - 30px);
        margin: -3px 15px;
    }

    #head-line {
        transform: scale(0.8);
    }

    .trade-now-btn, .buy-now-btn {
        padding: 15px 70px;
        margin: 0 10px;
        font-size: 25px;
    }

    .main-text .main-text-sentence, .sub-text .sub-text-word {
        font-size: 50px;
        line-height: 60px;
    }

    .left-top-nav, .right-top-nav {
        justify-content: center;
        align-items: center;
    }


    .top-nav {
        display: none;
    }

    nav {
        top: 0px;
        height: 85px;
    }


    .nav.active:after {
        width: calc(100% - 30px);
        margin: -3px 15px;
    }


    #hero-section {
        margin-top: 85px;
        height: calc(100vh - 85px);
    }

    .ticker, .top-nav {
        display: none;
    }

    .our-msb-title {
        font-size: 26px;
    }

    .about-us, .our-mission-section, .our-advantages-section,.contact-us-section {
        background-image: none;
        height: auto;
        padding: 35px 15px;
    }

    .contact-form-box{ padding: 35px 0;}

    .sub-section-title-box {
        justify-content: center;
    }

    .about-us-container {
        height: auto;
    }

    .row-centered {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mountains-bg-box {
        height: 250px;
    }

    .climber-mountain-bg-box {
        height: 350px;
    }

    .section-text-box, .about-frontier-beat-corp-title-box {
        text-align: center;
    }


    .easy-purchasse-container {
        padding: 50px 0;
    }

    .step-img-box {
        margin-bottom: 15px;
        min-height: 115px;
    }

    .step-img {
        width: 125px;
    }

    .step-title {
        font-size: 18px;
        line-height: 20px;
    }

    .titles-box {
        min-height: 60px;
    }

    ul.showMenu .dropdown-item {
        color: #333;
    }

    .clouds-bg {
        bottom: -90px;
        height: 350px;
    }

    .currencies-title {
        font-size: 50px;
    }

    .section-title, .section-title-dark {
        font-size: 50px;
    }

    .about-us-container {
        padding-top: 15px;
    }

    .sub-section-title {
        font-size: 36px;
        line-height: 36px;
    }

    .contact-us-section .submit-mail {
        font-size: 26px;
    }

    .footer-trade-now-sentence-box {
        font-size: 24px;
    }

    .footer-trade-now-btn {
        padding: 5px 30px;
        font-size: 20px;
        margin: 5px 15px;
    }

    .mission-values-section-list-row {
        flex-direction: column;
    }

    .mission-values-list-title-text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mission-values-list-text {
        text-align: center;
    }

    .section-list-row {
        flex-direction: column;
        align-items: center;
        padding: 15px 0;
    }

    .advantage-1, .advantage-2, .advantage-3, .advantage-4, .advantage-5 {
        min-width: 90px;
        background-position: center;
        background-size: auto;
    }

    .list-title-text {
        align-items: center;
    }

    .our-mission-container, .our-advantages-container {
        height: auto;
    }

    .our-advantages-container {
        padding: 35px 0;
    }

    .list-title, .list-text {
        text-align: center;
    }

    .footer-distributed .footer-left, .footer-distributed .footer-center, .footer-distributed .footer-right {
        margin: 25px 0;
    }

    .footer-left .footer-logo-img {
        height: auto;
    }

    .text-logo{
        height: 38px;
    }

    .license-box.mobile{
        display: flex;
    }

    .license-btn.mobile-btn{
        display: flex;    
    }

    ul.showMenu .mobile-license-box-wrap{
        margin-top: 15px;
    }


}



@media only screen and (max-width: 785px) {
}


@media only screen and (max-width: 992px) {
    .easy-purchasse-section {
        height: auto;
    }

    .arrow-move:after {
        display: none;
    }

    .step-img {
        width: auto;
        margin: 10px 0;
    }

    .step-title {
        font-size: 20px;
        line-height: 20px;
    }

    .our-msb-box{
        display: block;
        padding: 15px;
    }

    .our-msb-img {
        margin:15px;
    }

    .our-msb-title-wrap{
        margin:15px;    
    }

    .our-msb-title {
        font-size: 23px;
    }

    .footer-distributed-wrap {
        display: block;
    }

    .footer-distributed .footer-center{
        border-right: none;
        align-items: flex-start;
        padding-bottom: 25px;
        border-bottom: solid 1px #fff;             
    }

    .footer-distributed .footer-right {
        align-items: flex-start;
    }

    .footer-trade-now-sentence {
        text-align: left;
    }

    .footer-trade-now-btn-box{
        justify-content: flex-start;    
    }

}


@media only screen and (max-width: 767px) {

    .trade-now-btn, .buy-now-btn {
        padding: 10px 20px;
        margin: 0 10px;
        font-size: 18px;
    }

    .main-text .main-text-sentence, .sub-text .sub-text-word {
        font-size: 35px;
        line-height: 40px;
    }

    .currencies-title {
        font-size: 38px;
    }

    .section-title, .section-title-dark {
        font-size: 38px;
    }

    .sub-section-title {
        font-size: 30px;
        line-height: 32px;
    }

    .section-btn {
        font-size: 20px;
        line-height: 20px;
    }

    .top-addres {
        font-size: 12px;
    }

    .footer-trade-now-sentence-wrap {
        align-items: center;
    }

    .footer-trade-now-btn-wrap {
        justify-content: center;
    }

    .clouds-bg {
        height: 180px;
        bottom: -100px;
    }

    .mountains-bg-box {
        height: 115px;
    }

    .text-logo{
        height: 30px;
    }
    .our-msb-title {
        font-size: 18px;
    }

}


@media only screen and (max-width: 480px) {
    .text-logo {
        height: 25px;
    }

}


@media only screen and (max-width: 380px) {
    .text-logo {
        height: 20px;
    }    
}
