*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
    font-family: MuseoSans-100;
    src: url("languages/Museo Sans 100/MuseoSans-100.otf") format("opentype");
}
@font-face {
    font-family: MuseoSans-500;
    src: url("languages/Museo Sans 500/MuseoSans_500.otf") format("opentype");
}
@font-face {
    font-family: SimHei;
    src: url("languages/SimHei.ttf") format("truetype");
}
@font-face {
    font-family: Roboto;
    src: url("languages/Roboto/Roboto-Regular.ttf") format("truetype");
}
@font-face {
    font-family: MuseoSans-100Montserrat;
    src: url("languages/montserrat/Montserrat-Regular.otf") format("opentype");
}
/*@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');*/
body{
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size:14px;
    font-weight: 300;
    color: #333;
    background-image: url('../images/body-bg.jpg');
    background-size:cover;
}

#loading {
    position:fixed;
    z-index:999;
    width:100%;
    height:100%;
    background-color:#515781;
    transition: all 0.3s ease-in-out;
}
#loading img { position:absolute; top:50%; left:50%; transform: translate(-50%, -50%);}

ul, ol, li  {padding-left: 0px; list-style: none; margin: auto}
header { position: fixed; top: 0; width: 100%; z-index:2;}
header .navbar {position: relative; min-height: 280px;  border: 1px solid transparent;}
header .navbar-nav {display: none;}
header .navbar-nav > li > a {color: #333; text-decoration: none; line-height: 20px; text-transform: uppercase;}
header .navbar-inverse {
    background-image:url(../images/header-bg.png);
    background-repeat:no-repeat;
    background-position:bottom left;
    min-height:270px;
    margin-top:0px;
    transition: all 0.3s ease-in-out;
}
header .navbar-inverse .navbar-nav>.active>a, 
header .navbar-inverse .navbar-nav>.active>a:focus, 
header .navbar-inverse .navbar-nav>.active>a:hover{color: #000;}
header .navbar-inverse .navbar-nav>.active>a:after {content: ''; display: block; background-color: #000; width: 100%; height: 1.5px;}
header .navbar-inverse .navbar-nav > li > a:hover{color: #000;}
header .navbar-inverse .navbar-nav > li > a:hover:after {content: ''; display: block; background-color: #000; width: 100%; height: 1.5px;}
header .nav {padding-left: 0; margin-bottom: 0; list-style: none;}
header .nav > li {position: relative; display: block;}
header .nav > li > a {position: relative; display: block; padding: 15px 15px;}
header .navbar-brand { height: auto; padding: 12px 0px; font-size: 18px; line-height: 20px; display: block; float: left;}
header .navbar-inverse .navbar-collapse {border-color: #101010}
header .navbar-collapse.in { overflow-y: auto;}
header .collapse.in {display: block;}
header .navbar-collapse { padding-right: 15px; padding-left: 15px; overflow-x: visible;}
header .container-fluid {width: 100%; max-width:1400px; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; position: absolute; left: 0; right: 0; top: 30px;}
header .container-fluid>.navbar-collapse, 
header .container-fluid>.navbar-header, 
header .container>.navbar-collapse, .container>.navbar-header {margin-right: -15px; margin-left: -15px;}
header .navbar-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    padding: 12px 10px;
    margin-right: 15px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    z-index: 99;
    cursor: pointer;
}
header .navbar-toggle:focus {outline: inherit;}
header .navbar-inverse .navbar-toggle .icon-bar {background-color: #333; }
header .navbar-toggle .icon-bar+.icon-bar {margin-top: 4px;}
header .navbar-toggle .icon-bar {display: block; width: 30px; height: 4px; border-radius: 1px;}
header .navbar-toggle.open {display: none;}
header .header-contact  div {display: inline-block; position: relative; vertical-align: middle; }
header .header-contact .contact-info div.email {display: inline-block; position: relative; vertical-align: middle; padding: 0px 1.8rem 0 0;}
header .header-contact .contact-info div.whatsapp,
header .header-contact .contact-info div.social-media {display: inline-block; position: relative; vertical-align: middle; padding: 0px 1.8rem;}
header .header-contact .social-media {padding: 0px 14px}
header .header-contact .social-media ul > li {display: inline-block; position: relative; vertical-align: middle; padding: 0px 6px}
header .header-contact .social-media ul > li i { color: #266395; font-size: 28px}
header .header-contact .contact-info ul {padding-left: 40px; position: relative; }
/*
header .header-contact .contact-info .whatsapp ul:before{
    content: ''; 
    display: block; 
    background-image: url(../images/whatsapp-icon.png); 
    background-repeat: no-repeat; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    left: 0;
}
*/
header .header-contact .contact-info ul li.title {text-transform: uppercase; font-weight: 600;}
/*
header .header-contact .contact-info:after {
    content: '';
    display: block; 
    background: #333;
    width: 1px;
    height: 100%;
    max-height: 70%;
    position: absolute; 
    right: 0;
    bottom: 3px;
}
*/
header .header-contact .social-media:before{
    content: '';
    display: block; 
    background: #333;
    width: 1px;
    height: 100%;
    max-height: 70%;
    position: absolute; 
    left: 0;
    bottom: 3px;
}
header .header-contact .contact-info a {text-decoration: none; color: #333; cursor: pointer}
header .underheader { display:inline-block; text-align: right; position: relative; z-index: 9;}
header .underheader ul > li {display: inline-block; padding: 12px 18px; position: relative;}
header .underheader ul > li a {color: #333; text-decoration: none; text-transform: uppercase; font-size: 14px;}
header .underheader ul > li a.active:after {content: ''; display: block; width: 100%; max-width: 50%; height: 2px; background-color: #333; position: absolute; bottom: 0; left: 0; right: 0; margin: auto;}
header .underheader ul > li a:hover:after {content: ''; display: block; width: 100%; max-width: 50%; height: 2px; background-color: #333; position: absolute; bottom: 0; left: 0; right: 0; margin: auto;}
header.sticky {border: none;}
header.sticky .navbar.navbar-inverse { background-position: 0 -270px; min-height:auto; transition: all 0.3s ease-in-out;}

/*header.sticky .navbar { min-height:50px; background-color: rgba(255,255,255,1); box-shadow: 0px 3px 5px 0px rgba(170,170,170,1);}*/
header.sticky .underheader {
    position: fixed;
    top:7px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
header.sticky .navbar-header,
header.sticky .header-contact {display: none; transition: transform 0.5s;}
header .navbar:before {
    position:absolute;
    content:"";
    top:-60px;
    left:0;
    min-height:50px;
    width:100%;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 3px 5px 0px rgba(170,170,170,1);
    transition: all 0.3s ease-in-out;
}
header.sticky .navbar:before { top:-1px; transition: all 0.3s ease-in-out;}

.header-right-bar { float:right;}

body.page-notfound { width:100%; height:100vh; position:relative; overflow:hidden;}
.logo-404 { position: absolute; top: 60px; left: 0; right: 0; margin: auto; z-index: 2; width: 100%; text-align: center;}
.page-404 .banner .404-bg-img { height: -webkit-fill-available; width:100%; object-fit: cover;}
.page-404 .banner-content h2.title { font-size:120px!important; font-weight:bold!important; line-height:100px!important;}
.page-404 .banner-content h2.description { font-size:30px!important; text-transform: lowercase!important; margin-bottom:20px!important;}
.page-404 .contact-info,
.page-404  div.social-media {display: inline-block; position: relative; vertical-align: middle; text-align:left;}
.page-404 .contact-info div {display: inline-block; position: relative; vertical-align: middle; padding: 0px 1.8rem;}
.page-404 .social-media {padding: 0px 14px}
.page-404 .social-media ul > li {display: inline-block; position: relative; vertical-align: middle; padding: 0px 6px}
.page-404 .social-media ul > li i { color: #fff; font-size: 28px}
.page-404 .contact-info ul {padding-left: 40px; position: relative; }
.page-404 .contact-info .email ul:before{
    content: ''; 
    display: block; 
    background-image: url(../images/email-icon-white.png);
    background-repeat: no-repeat; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    left: 0;
}
.page-404 .contact-info .whatsapp ul:before{
    content: ''; 
    display: block; 
    background-image: url(../images/whatsapp-icon-white.png); 
    background-repeat: no-repeat; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    left: 0;
}
.page-404 .contact-info ul li.title {text-transform: uppercase; font-weight: 600;}
.page-404 .contact-info:after,
.page-404 .contact-info .email:after{
    content: '';
    display: block; 
    background: #fff;
    width: 1px;
    height: 100%;
    max-height: 70%;
    position: absolute; 
    right: 0;
    bottom: 3px;
}
.page-404 .contact-info a {text-decoration: none; color: #fff; cursor: pointer}
.back-404 { margin-top:20px;}
.back-404 a { border:1px solid #fff; border-radius:50px; padding:10px 30px; display:inline-block; color:#fff; text-decoration:none; transition: all 0.3s ease-in-out;}
.back-404 a:hover { background-color:#fff; color:#333; transition: all 0.3s ease-in-out;}

.main {position: relative; z-index: -9; z-index:1;}
.main .banner {position: relative; overflow: hidden}
.main .banner .banner-content {position: absolute; top: 50%; left: 0; right: 0; margin: auto; text-align: center; transform:translate(0%, -50%); padding: 0px 12px;}
.main .banner .banner-content h2 {text-transform: uppercase; color: #fff; margin: 0px;}
.main .banner .banner-content h2.title {font-weight: 100; font-size: 42px; font-family: 'MuseoSans-100'; line-height: 0.3;}
.main .banner .banner-content h2.description {font-weight: 500; font-size: 78px; font-family: 'MuseoSans-500';}
.main .welcome-content {text-align: center; width: 100%; max-width: 1400px; margin: auto; font-family: 'Roboto'; margin: 4rem auto; padding: 0px 15px;}
.main .welcome-content .title h4 {font-size: 14px; text-transform: uppercase; margin-bottom: 0px;}
.main .welcome-content .title h1{font-size: 30px; font-weight: 700; color: #2172af; margin-top: 6px;}
.main .welcome-content .title h1:after {content: ''; display: block; width: 100%; max-width: 120px; height: 1px; background-color: #2172af; margin: auto; margin-top: 10px;}
.main .welcome-content .description {max-width: 1200px; margin: auto;  font-size: 16px; line-height: 1.4;}
.main .bitcoin-content {text-align: center; background-color: #eeeeee;}
.main .bitcoin-content table {margin: auto; width: 100%; max-width: 1200px; }
.main .bitcoin-content table th {font-weight: 300; padding: 12px 4px;}
.main .bitcoin-content i {background-color: #ee8500; border-radius: 50%; color: #fff; padding: 5px 7px;}
.main .bitcoin-content th:first-child{color: #115095;}
.main .bitcoin-content th:nth-child(7){color: #ee0000;}
.main .bitcoin-content th:last-child{color: #0d9b00;}
.main .wealth-content {background-image: url('../images/main-bg.png'); background-repeat: no-repeat; background-size: cover; background-position: center; font-family: 'Montserrat'; padding: 0px 15px;}
.main .wealth-container {display: grid; grid-template-columns: 50% 50%; max-width: 1000px; margin: auto; color: #fff; padding: 6rem 0px 16rem;}
.main .wealth-container .wealth-leftsection h1 {margin-bottom: 0px; font-size: 24px;}
.main .wealth-container .wealth-leftsection p {margin-top: 0px; color: #7c7d7d; font-size: 12px; margin-bottom: 25px;}
.main .wealth-container .wealth-leftsection p:after {content: ''; display: block; width: 100%; max-width: 120px; height: 1px; background-color: #2172af; margin-top: 10px}
.main .wealth-container .wealth-leftsection a {color: #fff; text-decoration: none; cursor: pointer; border:1px solid #fff; padding: 6px 12px; display: inline-block; margin-bottom: 12px;}
.main .wealth-container .wealth-rightsection p {line-height: 1.5; text-align: justify;}
.main .homelist-content {position: relative; padding: 5rem 0px; font-family:'Montserrat'; }
.main .homelist-container{
    display: grid; 
    grid-template-columns: 33.33% 33.33% 33.33%; 
    width: 100%; 
    max-width: 1200px;
    margin: auto;
    text-align: center; 
    position: absolute; 
    left: 0; 
    right: 0;
    top: -12rem;
}
.main .homelist-container item:first-child{ background-image: url(../images/box1.jpg);}
.main .homelist-container item:nth-child(2){background-image: url(../images/box2.jpg);}
.main .homelist-container item:last-child{background-image: url(../images/box3.jpg);}
.main .homelist-container .section1{padding: 3vw; color: #fff; height: 100%; position: relative}
.main .homelist-container .section2{padding: 3vw; color: #fff; height: 100%; position: relative}
.main .homelist-container .section3{padding: 3vw; color: #fff; height: 100%; position: relative}
.main .homelist-container .section1 a{color: #fff; text-decoration: none;}
.main .homelist-container .section2 a{color: #fff; text-decoration: none;}
.main .homelist-container .section3 a{color: #fff; text-decoration: none;}
.main .homelist-container h1 {font-size: 24px;}
.main .homelist-container p {min-height: 85px; padding-bottom: 12px;}
.main .homelist-container a {position: absolute; bottom: 1.5rem; left: 0; right: 0;}
/*.main .about-content {background-image: url('../images/about-main.png'); background-repeat: no-repeat; background-size:cover;  background-position: center; text-align: center; padding: 4rem 0;}*/
.main .about-content .about-container {width: 100%; max-width: 800px; text-align:justify; margin: auto; padding: 3rem 15px 5rem; font-family: 'Roboto'; line-height: 1.5}
.main .about-content .about-container h1 { text-align:center; color: #2172af; font-size: 30px; margin-bottom: 30px;}
.main .about-content .about-container h1:after {content: ''; display: block; width: 100%; max-width: 120px; height: 1px; background-color: #2172af; margin: auto; margin-top: 10px}
.main .about-content .about-container ul { /*display: grid; grid-template-columns: 50% 50%;*/ text-align: left; padding: 15px 0px;}
.main .team-content { text-align: center; position: relative; }
.main .team-content .title {position: absolute; top: -2.5rem; left: 0; right: 0;}
.main .team-content .title h1{font-family: 'Roboto'; font-size: 30px; font-weight: 700; color: #2172af; }
.main .team-content .title h1:after{content: ''; display: block; width: 100%; max-width: 100px; height: 1px; background-color: #2172af; margin: auto; margin-top: 10px}
.main .team-content .team-container {display: grid; grid-template-columns: auto auto; font-family: 'Roboto'; position: relative; top:5rem; width: 100%; max-width: 1200px; margin: auto; line-height: 1.5;}
.main .team-content .team-container p { text-align:justify;}
.main .team-content .team-container item {padding:0 4vw;}
.main .team-content .team-container item h1 {font-size: 22px; color: #2172af; margin-bottom: 0px; font-weight: 700;}
.main .team-content .team-container item span {font-style: italic; color: #454545; font-size: 16px; font-weight: 700;}
.main .about-upper-content { display:block; max-width:100%; text-align:left;}
.main .about-subtitle { display:block; font-size:16px; font-weight:bold; padding:0 0 5px 0; color:#2172af; text-align:justify;}
.main .about-upper-ul { margin:0 0 0 15px;}
.main .about-upper-ul li { list-style-type:decimal;}

.main .last-team { display:table; max-width:1200px; margin:-5rem auto 8rem; text-align:left; padding:4vw; border-top:1px solid #aaa;}
.main .last-team-image { display:table-cell; width:30%; vertical-align:middle; text-align:center;}
.main .last-team-info h1 { font-size: 22px; color: #2172af; margin-bottom: 0px; font-weight: 700;}
.main .last-team-info span { display:block; font-style: italic; color: #454545; font-size: 16px; font-weight: 700;}
.main .last-team-info { display:table-cell; width:70%; vertical-align:middle;}

.main .business-content {text-align: center;}
.main .business-content .business-container {font-family: 'Roboto'; line-height: 1.3}
.main .business-content .business-container .section1 {max-width: 900px; margin: auto; padding: 2rem 12px 4rem;}
.main .business-content .business-container .section1 h1 {color: #2172af; font-size: 30px; margin-bottom: 30px;}
.main .business-content .business-container .section1 h1:after{content: ''; display: block; width: 100%; max-width: 100px; height: 1px; background-color: #2172af; margin: auto; margin-top: 10px}
.main .business-content .business-container .section1 blockquote {font-size: 42px; font-style: italic; font-weight: 100; margin-bottom: 0px; position: relative}
.main .business-content .business-container .section1 blockquote:before{
    content: ''; background-image: url('../images/blockquote-front.png'); background-repeat: no-repeat; width: 25px; height: 100%; position: absolute; left: -30px; top: 0;
}
.main .business-content .business-container .section1 blockquote:after{
    content: ''; background-image: url('../images/blockquote-back.png'); background-repeat: no-repeat; width: 25px; height: 100%; position: absolute; right: -30px; top: 10px;
}
.main .business-content .business-container .section1 span {font-weight: 700; font-style: italic; font-size: 22px;}
.main .business-content .business-container .section1 h2 { font-size:24px; position:relative;}
.main .business-content .business-container .section1 h2:before {
    content:"";
    position:absolute;
    background-color:#333;
    width:100px;
    height:2px;
    left:0;
    bottom:-3px;
}
.main .business-content .business-container .section1 h4,
.main .business-content .business-container .section2 h4,
.main .business-content .business-container .section3 h4 { font-size: 18px; margin: auto; margin-top:2rem; text-align:left;}
.main .business-content .business-container .section1 p {white-space: pre-line;}
.main .business-content .business-container .section2 {
    position: relative;
    background-image: url('../images/business-bg.png'); 
    background-repeat: no-repeat; 
    background-size:cover;  
    background-position: center;
    padding: 6rem 12px;
}
.main .business-content .business-container .section4 {
    position: relative;
    background-image: url('../images/business-bg1.png'); 
    background-repeat: no-repeat; 
    background-size:cover;  
    background-position: center;
    padding: 6rem 12px;
}
.main .business-content .business-container .section2 h1 {font-size: 22px; font-weight: 700;}
.main .business-content .business-container .section2 ol {padding-left: 20px;}
.main .business-content .business-container .section2 ol > li {list-style: decimal;}
.main .business-content .business-container .section2 .section2-content,
.main .business-content .business-container .section4 .section4-content,
.main .business-content .business-container .section6 .section6-content {text-align:justify; color: #fff; max-width: 900px; margin: auto;}
.main .business-content .business-container .section3 .section3-content h1,
.main .business-content .business-container .section4 .section4-content h1,
.main .business-content .business-container .section5 .section5-content h1,
.main .business-content .business-container .section6 .section6-content h1,
.main .business-content .business-container .section7 .section7-content h1 {font-size:24px; font-weight:700; position:relative; margin-bottom:30px;}
.main .business-content .business-container .section4 h1:before {
    content:"";
    position:absolute;
    background-color:#fff;
    width:100px;
    height:2px;
    left:0;
    bottom:-3px;
}
.main .business-content .business-container .section7 h1:before {
    content:"";
    position:absolute;
    background-color:#333;
    width:100px;
    height:2px;
    left:0;
    bottom:-3px;
}
.main .business-content .business-container .section6 .section6-content ul {padding-left: 20px;}
.main .business-content .business-container .section6 .section6-content ul > li {list-style: disc;}
.main .business-content .business-container .section3,
.main .business-content .business-container .section5 { text-align:left; padding: 2rem 12px 2rem; color:#fff;}
.main .business-content .business-container .section7 { text-align:left; padding: 0 12px 2rem;}
.main .business-content .business-container .section3 .section3-content,
.main .business-content .business-container .section5 .section5-content,
.main .business-content .business-container .section7 .section7-content  {text-align: left; max-width: 900px; margin: auto;}
.main .business-content .business-container .section3 p {max-width: 900px; margin: 12px auto;}

.main .custom-business-ul-title { text-align:left; display:block; padding:0 0 5px 0;}
.main .custom-business-section1-ul { text-align:left; margin:0 0 0 20px;}
.main .custom-business-section1-ul li { list-style-type:disc;}
.main .custom-business-section1-ol { text-align:left; margin:10px 0 0 20px;}
.main .custom-business-section1-ol li { list-style-type:decimal; padding:2px 0;}

.main .business-item { display: grid; grid-template-columns: auto auto;}
.main .business-item item { padding:0 5rem 20px 0;}

.main .contact-content {
    text-align: center;
    /*
    background-image: url('../images/contact-main2.png');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: 0rem -8rem;
    position: relative;
    */
}
.main .contact-content .contact-info-column { background-color:rgba(255,255,255,0.7); max-width:500px; margin:0 auto 50px; padding:30px;}
.main .contact-content .contact-container {
    font-family: 'Roboto';
    padding: 0.8rem 15px 0;
    background-image:url(../images/contact-upper-bg.png);
    background-repeat:no-repeat;
    background-position:bottom center;
    background-size:100%;
    min-height:800px;
    height:100%;
}
.main .contact-content .contact-container h1 {color: #2172af; font-size: 30px}
.main .contact-content .contact-container h1:after {content: ''; display: block; width: 100%; max-width: 120px; height: 1px; background-color: #2172af; margin: 3rem auto; margin-top: 10px}
.main .contact-content .contact-social {display: grid; grid-template-columns: 50% 50%; max-width:700px; margin: auto; padding: 12px;}
.main .contact-content .contact-social item { padding:2rem;}
.main .contact-content .contact-social item:first-child {background-image:url(../images/box4.jpg); color:#fff; padding:3rem 1.5rem 2rem; position:relative;}
.main .contact-content .contact-social item:first-child:after {
    position:absolute;
    content:"";
    top:50%;
    right:0;
    width:1px;
    height:150px;
    background-color:#fff;
    transform: translate(0, -50%);
}
.main .contact-content .contact-social item:last-child {background-image:url(../images/box5.jpg); color:#fff; padding:3rem 1.5rem 2rem;}
.main .contact-content form.contact-form { margin-top:50px; margin-bottom: 0px;}
.main .contact-content form.contact-form .input-group { padding:3px 0;}
.main .contact-content .contact-form input[type="text"],
.main .contact-content .contact-form input[type="email"],
.main .contact-content .contact-form textarea {border: none; border-bottom: 1px solid #333; width: 100%; padding: 6px 4px 3px; margin-bottom: 1em; font-family: 'Roboto'; font-weight: 300; background-color: transparent;}
.main .contact-content .contact-form select {border: none; border-bottom: 1px solid #333; width: 100%; padding: 6px 0px 3px; margin-bottom: 1em; font-family: 'Roboto'; font-weight: 300; background-color: transparent;}
.main .contact-content .contact-form input[type="text"]:focus,
.main .contact-content .contact-form input[type="email"]:focus,
.main .contact-content .contact-form textarea:focus,
.main .contact-content .contact-form select:focus {outline: inherit;}
.main .contact-content .contact-form input::placeholder,
.main .contact-content .contact-form textarea::placeholder{color: #333; font-size:13px;}
.main .contact-content .contact-form input:-ms-input-placeholder,
.main .contact-content .contact-form textarea:-ms-input-placeholder{color: #aaa;}
.main .contact-content .contact-form input::-ms-input-placeholder,
.main .contact-content .contact-form textarea::-ms-input-placeholder{color: #aaa; }
.main .contact-content .contact-form .form-button { text-align:right;}
.main .contact-content .contact-form button {
    text-transform: uppercase;
    background-color: #2172af;
    color: #fff;
    border: none;
    padding: 10px 30px;
    font-size: 13px;
    cursor:pointer;
}
.main .contact-content .contact-form p {margin-top: 0px;}
.main .contact-content .contact-social i {font-size: 3rem;}
.main .contact-content .contact-social a{text-decoration: none; color: #fff; width: 100%; display: block; white-space: nowrap}
.main .contact-content .contact-social a.link {margin-top: 20px;}
.main .contact-content .contact-info-column h2 { margin-top:5px; margin-bottom: 4px; font-size: 2rem;}
/*
.main .contact-content .contact-info-column .contact-info { display:grid; grid-template-columns: 50% 50%; margin-top:20px;}
*/
.main .contact-content .contact-info-column .contact-info a {color: #333; white-space: nowrap; text-decoration:none;}
.main .contact-content .contact-info-column .contact-info ul {padding-left: 40px; position: relative; text-align:left;}
.main .contact-content .contact-info-column .contact-info ul li {}
.main .contact-content .contact-info-column .contact-info ul li.title {text-transform: uppercase; font-weight: 600;}
.main .contact-content .contact-info-column .contact-info .whatsapp,
.main .contact-content .contact-info-column .contact-info .email { max-width:220px; margin:auto; padding: 12px 0px;}
.main .contact-content .contact-info-column .contact-info .email ul:before{
    content: ''; 
    display: block; 
    background-image: url(../images/email-icon.png);
    background-repeat: no-repeat; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    left: 0;
}
.main .contact-content .contact-info-column .contact-info .whatsapp ul:before{
    content: ''; 
    display: block; 
    background-image: url(../images/whatsapp-icon.png); 
    background-repeat: no-repeat; 
    width: 100%; 
    height: 100%; 
    position: absolute; 
    left: 0;
}
/*footer {background-image: url('../images/footer-bg.png'); background-repeat: no-repeat; background-size: cover; background-position: top; padding-top: 4rem;}*/
footer .footer {text-align: center; border-bottom: 1px solid #aaa; width: 100%; max-width: 1400px; margin: auto; padding: 14px 0px;}
footer .footer div{display: inline-block; vertical-align: middle;}
footer .footer .footer-menu ul > li {display: inline-block; padding: 12px 12px; position: relative;}
footer .footer .social-media ul > li{display: inline-block; padding: 12px 6px}
footer .footer .footer-menu ul > li a,
footer .footer .social-media ul > li a {color: #333; text-decoration: none;}
footer .footer .social-media ul > li i {font-size: 24px;}
footer .footer .footer-menu ul > li:after {content: ''; display: block; background-color: #333; width: 1px; height: 100%; max-height: 30%; position: absolute; right: -4px; bottom: 13px;}
footer .footer .footer-menu ul > li:last-child:after{display: none}
footer .copyright {text-align: center; color: #333; padding: 16px 0px; font-size: 12px; white-space: nowrap}

.team-footer footer { margin-top:9rem;}

.business-license-img { float:right; max-width:300px; padding:0 0 20px 30px; text-align:center;}
.business-license-img img { width:100%;}
.business-license-img a { display:block; padding-top:5px; color:#2172af;}

/**********************pop-up***********************/
#thover{
    position:fixed;
    background:#000;
    width:100%;
    height:100%;
    opacity: .8;
    z-index: 9;
  }
   
#tpopup{
    position:fixed;
    width:1200px;
    height:580px;
    background:#fff;
    left:50%;
    top:35%;
    border-radius:20px;
    padding:50px 0;
    margin-left:-600px; /* width/2 + padding-left */
    margin-top:-150px; /* height/2 + padding-top */
    text-align:center;
    box-shadow:0 0 10px 0 #000;
    z-index: 9;
  }
#tclose{
  }
.popup-cn {
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
    top: 18em;
}
.pop-container{
    text-align: left;
    padding: 0px 50px;
    height:500px;
    overflow: scroll;
    overflow-x: hidden;

}
.pop-title{
      font-size: 16px;
      font-weight: bold;
      color: #000000;
}
.disclaimer{
      font-size: 30px;
      font-weight: bold;  
}
.dis-underline{
    width: 105px;
    height: 5px;
    background-color: #738aaa;
}
.custom-line-1{
    border: #000000 1px solid;
    width: 100%;;
}
.pop-content{
    color: #525252;
    font-size: 14px;
}
.pop-content-2{
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0px;
}
.pop-bu{
    max-width: 300px;
    text-align: center;
    padding: 10px;
    margin: auto;
    line-height: 20px;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ffffff;
    background-color: #738aaa;
    border: #738aaa 1px solid;
    transition: all 0.3s ease-in-out;
    cursor:pointer;
}
.pop-bu:hover{
    background-color: #11294b;
    border: #11294b 1px solid;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}
/*************************end*****************************/
@media (min-width: 991px) {
  header .navbar-nav {
    display:inline-block;
    position:relative;
  }
  header .navbar-nav > li {
    float: left;
  }
  header .navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  header .container-fluid>.navbar-collapse, 
  header .container-fluid>.navbar-header, 
  header .container>.navbar-collapse, 
  header .container>.navbar-header {
    margin-left: 0;
    margin-right: 0;
  }
  header .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  header .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
  }
  header .navbar-toggle {
    display: none;
  }
  header .navbar-header {
    position: absolute; 
    left: 0; 
    top: 50%;
    transform: translate(0%, -50%);
  }
  header .toggle-social-media,
  header .toggle-close {display: none!important;}
  .main {position: relative;}
  .main .banner img {width: 100%;}
  .main .contact-content .contact-social item{min-height: 250px;}
}

@media screen and (max-width: 1240px) {
#tpopup {
    left: 0;
    right: 0;
    top:50%;
    transform: translate(0, -50%);
    margin: 0 auto 0px;
    width: 95%;
}
}

@media (max-width: 991px) {
    header.sticky {position: fixed; top: 0; z-index: 9; width: 100%; -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5); box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);}
    header.sticky .navbar{min-height: 53px; display: block; background-color: #fff;}
    header.sticky .navbar-brand img {max-width: 100px;}
    header .underheader {
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        max-width: 300px;
        background-color: rgba(255,255,255,0.9);
        text-align: left;
        transition: transform 0.35s;
        transform: translateX(100%);
        -ms-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
    }
    header .underheader.in{
        transition: transform 0.35s;
        transform: translateX(0%);
        -ms-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
    }
    header .underheader ul {margin-top: 6em; text-align:center;}
    header .underheader ul > li {display: block; padding: 12px 0px;}
    header .underheader ul > li a {font-size: 16px;}
    header .underheader ul > li a.active:after,
    header .underheader ul > li a:hover:after {display: none}
    header .underheader ul > li a.active,
    header .underheader ul > li a:hover {font-family: 'Roboto'; font-size: 18px;}
    header .toggle-social-media {padding: 0px!important;}
    header .toggle-social-media ul {margin-top: 0px;}
    header .toggle-social-media ul > li {display: inline-block; text-align:center;}
    header .toggle-social-media ul > li i {font-size: 28px; padding-right: 12px;}
    header .toggle-social-media ul > li a:hover:after {display: none;}
    header .toggle-close {position: absolute!Important; top: 6px; right: 18px;  color: #000; font-size: 32px; cursor:pointer;}
    .main .homelist-content {padding: 10rem 0px 0px;}
    header .container-fluid { top:0;}
    header.sticky .underheader { top:0; left:unset;}
    header.sticky .underheader.collapse.in { left:unset; right:0;}
    header.sticky .navbar-header, header.sticky .header-contact { display:block;}
    header .header-contact { display:none!important;}
    header.sticky .navbar-brand { padding: 5px 0px; transition: all 0.3s ease-in-out;}
    .main .contact-content .contact-container { background-size:cover;}
    header .navbar:before {min-height: 53px; top: -80px;}
}
@media (max-width: 768px) {
    .main .wealth-container {grid-template-columns: auto;}
    .main .about-content .about-container ul {display: block; text-align: center;}
    .main .about-content .about-container ul > li:first-child{padding-bottom: 20px;}
    .main .bitcoin-content table th {font-size: 13px;}
    .main .team-content .title {position: relative; top: 0;}
    .main .team-content .team-container {display: block; grid-template-columns: auto; padding: 0px 12px;}
    .main .homelist-content {padding: 2.5rem 0px 0px;}
    .main .homelist-container {grid-template-columns: auto; position: relative; margin-top:-7rem; top:0; }
    .main .homelist-container p {padding-bottom: 3rem;}
    .main .contact-content .contact-social item:first-child { padding: 3rem 1.5rem;}
    .main .contact-content .contact-social item:last-child { padding: 3rem 1.5rem;}
    footer .footer .footer-menu ul > li {padding: 14px 6px 10px}
    footer .footer .footer-menu ul > li:after {bottom: 11px;}
    footer .footer .footer-menu ul > li a,
    footer .footer .social-media ul > li a {font-size: 12px;}
    .main .last-team { display:block; margin: -8rem auto 12rem; padding:0 15px; border-top: 0;}
    .main .last-team-image { display:block; width:100%; text-align:center;}
    .main .last-team-info { display:block; width:100%; text-align:justify;}
    .main .last-team-info h1,
    .main .last-team-info span { text-align:center;}
    .main .business-item { display:block; grid-template-columns: auto;}
    .main .business-item item { display:block; padding:0 0 20px 0;}
}
@media (max-width: 600px) {
    .main .contact-content .contact-social {grid-template-columns: auto;}
    .main .bitcoin-content tr {display: block!important; text-align: center;}
    .main .bitcoin-content th {display: inline-block;}
    .main .banner .banner-content h2.title{font-size: 7.45vw;}
    .main .banner .banner-content h2.description {font-size: 12.1vw;}
    .main .contact-content .contact-info-column .contact-info { display:block;}
    .main .contact-content .contact-social item:first-child:after { width:60%; height:1px; top:unset; bottom:0; left:0; right:0; margin:auto;}
    .main .about-content .about-container {padding: 3rem 15px 2rem;}
    .business-license-img { float:none; max-width:300px; margin:auto; padding:0 0 30px 0; text-align:center;}
    .navbar-header .navbar-brand img { max-width:150px;}
}


@media (max-width: 425px) {
    header .underheader{max-width: 100%;}
}
.btn-group-vertical>.btn-group:after, 
.btn-group-vertical>.btn-group:before, 
.btn-toolbar:after, 
.btn-toolbar:before, 
.clearfix:after, 
.clearfix:before, 
.container-fluid:after, 
.container-fluid:before, 
.container:after, 
.container:before, 
.dl-horizontal dd:after, 
.dl-horizontal dd:before, 
.form-horizontal .form-group:after, 
.form-horizontal .form-group:before, 
.modal-footer:after, 
.modal-footer:before, 
.modal-header:after, 
.modal-header:before, 
.nav:after, 
.nav:before, 
.navbar-collapse:after, 
.navbar-collapse:before, 
.navbar-header:after, 
.navbar-header:before, 
.navbar:after, 
.navbar:before, 
.pager:after, 
.pager:before, 
.panel-body:after, 
.panel-body:before, 
.row:after, 
.row:before {display: table; content: " ";}
.btn-group-vertical>.btn-group:after, 
.btn-toolbar:after, 
.clearfix:after, 
.container-fluid:after, 
.container:after, 
.dl-horizontal dd:after, 
.form-horizontal .form-group:after, 
.modal-footer:after, 
.modal-header:after, 
.nav:after, 
.navbar-collapse:after, 
.navbar-header:after, 
.navbar:after, 
.pager:after, 
.panel-body:after, 
.row:after {clear: both;}