* {
    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;
}

.alert-success {
    color: #fff;
    background-color: #32ccc1;
    border-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('https://cbwconline.com/IMG/Codepen/Up.svg') center no-repeat;
}
 
 .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: 21px;
}

.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;
}

.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: 12px;
    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;
    padding: 6px 50px;
    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; 
}



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 0;
}

.top-addres-box{}
.top-addres{
    padding: 0;
    margin: 0;
    color: rgb(255,250,250,0.5);
    display: flex;
    align-items: center;
}


.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;
    border-radius: 5px;
    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;
    justify-content: center;
}

.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: 100px;
    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: 85px;
}

.text-logo {
    height: 45px;
}


#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 .nav {
    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{}


.our-mission-section{
    background-image: url(../img/bitcoins-color.png);
    background-repeat: no-repeat;
    background-position: 120% center;
    background-size: 970px;
    background-color: #333;   
    z-index: 0;
}


.our-mission-container{
    display: flex;
    flex-direction: column;
    height: 750px;
    justify-content: center;
    position: relative;
}

.our-advantages-section{}
.our-advantages-container{
    display: flex;
    flex-direction: column;
    height: 785px;
}
.section-list-box{}
.section-list-row{display: flex;}

.list-img{}
.list-title-text{
    display: flex;
    flex-direction: column;
    justify-content: center;    
    font-family: 'Lato', sans-serif;
}
.list-title{
    margin: 0;
    font-size: 28px;
    font-weight: bold;
    color: #3bcbc1;    
}
.list-text{
    margin: 0;
    font-size: 18px;    
}

.our-advantages-section {
    background-image: url(../img/dashbord-big.png);
    background-repeat: no-repeat;
    background-position: 110% 55%;
    height: 100%;
}

.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: 115px;
    height: 115px;
    display: flex;
    background-position: center;
    background-size: 65%;
}


.contact-us-section{background-color: #333;}

/*** Hero Section Styles ***/
#hero-section {
    width: 100%;
    height: calc(100vh - 156px);
    display: flex;
    flex-direction: column;
    margin-top: 196px;
    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-section{
    height: 100%; 
}
***/

.currencies-left{

}

.currencies-section {
    justify-content: center;
}

.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-radius: 5px;
    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;
}

.go-to-crypto{
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 250px;
    justify-content: flex-end;
}

.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 - 146px); /*** 100px-nav 46px-ticker ***/
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.about-frontier-beat-corp {
    background-image: url(../img/website-pic-ipad.png);
    background-repeat: no-repeat;
    background-position: 100% 55%;
    background-size: 815px;
    background-color: #333; 
    z-index: 0;
}

.about-frontier-beat-corp-container {
    display: flex;
    flex-direction: column;
    height: 715px;
}

.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;
    z-index: 0;
    height: 100%;
    width: 100%;
}


.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;
    color: #fff;
    padding: 35px 0 100px 0;
}

.section-title-dark {
    color: #333;
    padding:0px 0 55px 0;
}


.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;
}

.section-btn {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    color: #fff;
    background-color: #333;
    border: solid 1px #3bcbc1;
    padding: 15px 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;
    text-transform: uppercase;
    border-radius: 5px;   
}


.section-btn:hover {
    color: #fff;
    background-color: #333;
    border: solid 1px #3bcbc1;
}

.section-text-box {
    margin-bottom: 25px;
}

.section-text {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    opacity: 0.5;
    font-family: 'Lato', sans-serif; 
}


.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-top{
    background-color: #32ccc1;
    padding: 35px 0;    
}

.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: 38px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer-trade-now-sentence{
    margin: 0;
    font-family: 'Lato', sans-serif;
}
.footer-trade-now-btn-wrap{
    display: flex;
    align-items: center;   
    justify-content: flex-end; 
}
.footer-trade-now-btn-box{
    display: flex;
    font-family: 'Lato', sans-serif;
}
.footer-trade-now-btn{
    color: #3bcbc1;
    background-color: #333;
    border: solid 1px #333;
    padding: 10px 45px;
    font-size: 28px; 
    border-radius: 5px;   
}

.footer-trade-now-btn:hover{
    color: #333;
    background-color: #3bcbc1;   
}


.footer-right-wrap{
    display: flex;
    justify-content: flex-end;
    align-items: center;    
}

.footer-rights-reserved{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: bold;    
}

.footer-left-box{}

.footer-logo img{
    margin: 25px 0;
    height: 45px;
}



.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;
}

.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: 36px;
}

.states-list-wrap   {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.states-list-item{
    font-family: 'Lato', sans-serif; 
    font-size: 30px;    
    opacity: 0.5;
    color:#fff;
}

.states-list-box{
    padding: 0 15px;    
}




@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);
    }
}


/*** Responsive Menu For Smaller Device ***/
@media screen and (max-width: 1200px) {
    #menu-toggle {
        display: flex;
    }

    ul {
        display: inline-block;
        width: 100%;
        height: 0;
        background: #79edfc;
        position: absolute;
        top: 160px;
        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: 270px;
        padding: 15px;
    }

    ul.showMenu li {
        opacity: 1;
        transition: all 0.6s ease;
        visibility: visible;
        margin: 5px 0;
        background-color: #dddd;
    }

    ul.showMenu li:first-child {
        margin-top: 0;
    }


    li {
        opacity: 0;
        visibility: hidden;
    }

    #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;
    }
}



@media only screen and (max-width: 785px) {
    nav {
        top: 96px;
    }
}


@media only screen and (max-width: 992px) {
}


@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;
    }
}


@media only screen and (max-width: 480px) {
}


@media only screen and (max-width: 380px) {
}
