
.navbar-custom { 
    background-color: #12232E; 
    font-family: Courier;
}
.navbar-toggler-icon{
    background-image: url("../images/menu.png")!important;
}
.nav-link { 
    color: #EEFBFB; 
} 
#masthead {
    height: 600px;
    background-image:url("../images/home/header_bg_small2.webp");
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-size: cover;
}
#header_h1{
    font-family: "Poppins", sans-serif;
    font-size: calc(20px + 0.5vw);
    color:#ffc107;
}
#header_h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: calc(15px + 0.5vw);
    color:#ffd966;
}
#header_stats {
    font-family: Courier;
    font-weight: bold;
    font-size:20px;
    color: #fd7e14;
}

#sec1 {
padding-bottom:25px;
}
.sec1_box {
    background-color: #f7fbfe;
    box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
    border-radius: 5px;
    padding:10px;
}
.sec1_h2 {
    font-family: 'Audiowide', cursive;
    color: #fd7e14;
}
.sec1_p {
    font-family: Courier;
    line-height: 2;
}
.dl1 {
    --animate-duration: 2s;
    --animate-delay: 0.5s;
}
.dl2 {
    --animate-duration: 3s;
    --animate-delay: 1.4s;
}
.dl3 {
    --animate-duration: 2.5s;
    --animate-delay: 2.3s;
}

#login2 {
    font-family: 'Open Sans', sans-serif;
    background: #ffc107;  
    color:white;
}

/*--------------------------------------------------------------
# sec2 Section
--------------------------------------------------------------*/
#sec2 {
    width: 100%;
    height: 100vh;
    position: relative;
    background-color:#12232e;
    position: relative;

}

#sec2:before {
    content: "";
    background: rgba(255, 255, 255, 0.8);
    /*position: absolute; */
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#sec2 .container {
    padding-top: 80px;
}

#sec2 h1 {
    margin: 0;
    font-size: 50px;
    font-weight: 700;
    line-height: 72px;
    color: #fd7e14;
    font-family: "Poppins", sans-serif;
}

#sec2 h2 {
    color: #5e5e5e;
    margin: 10px 0 0 0;
    font-size: 22px;
}

#sec2 .btn-get-started {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 14px 50px;
    border-radius: 5px;
    transition: 0.5s;
    margin-top: 30px;
    color: #fff;
    background: #2487ce;
}

#sec2 .btn-get-started:hover {
    background: #3194db;
}

#sec2 .icon-boxes {
    margin-top: 100px;
}

#sec2 .icon-box {
    padding: 50px 30px;
    position: relative;
    overflow: hidden;
    background: #ABD6DFFF;
    box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
}

#sec2 .icon-box .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

#sec2 .icon-box .title a {
    color: #fd7e14;
    transition: 0.3s;
}

#sec2 .icon-box .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

#sec2 .icon-box .icon {
    margin-bottom: 20px;
    padding-top: 10px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    font-size: 36px;
    line-height: 1;
    color: #fd7e14;
}

#sec2 .icon-box:hover {
    transform: scale(1.08);
}

#sec2 .icon-box:hover .title a {
    color: #fd7e14;
}

@media (min-width: 1024px) {
    #sec2 {
        background-attachment: fixed;
    }
}

@media (max-width: 992px), (max-height: 500) {
    #sec2 {
        height: auto;
    }
    #sec2 h1 {
        font-size: 28px;
        line-height: 36px;
    }
    #sec2 h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
#sec3 {
   
    padding-top: 60px;
}
#sec3 .content {
    padding: 60px 100px 0 100px;
}

#sec3 .content h3 {
    font-weight: 400;
    font-size: 34px;
    color: white;
}

#sec3 .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
}

#sec3 .content p {
    font-size: 15px;
    color: white;
}

#sec3 .img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

#sec3 .accordion-list {
    padding: 0 100px 60px 100px;
}

#sec3 .accordion-list ul {
    padding: 0;
    list-style: none;
}

#sec3 .accordion-list li + li {
    margin-top: 15px;
}

#sec3 .accordion-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
}

#sec3 .accordion-list a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding-right: 30px;
    outline: none;
    color: #fd7e14;
}

#sec3 .accordion-list span {
    color: #fd7e14;
    font-weight: 600;
    font-size: 18px;
    padding-right: 10px;
}

#sec3 .accordion-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

#sec3 .accordion-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

#sec3 .accordion-list .icon-show {
    display: none;
}

#sec3 .accordion-list a.collapsed {
    color: #fd7e14;
}

#sec3 .accordion-list a.collapsed:hover {
    color: #fd7e14;
}

#sec3 .accordion-list a.collapsed .icon-show {
    display: inline-block;
}

#sec3 .accordion-list a.collapsed .icon-close {
    display: none;
}

/*--------------------------------------------------------------
# sec4
--------------------------------------------------------------*/
.sec4 {
    padding:25px 25px;
    background-color: #c7902f;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-size: cover;
    color:white;
}
.sec4 .row {
    padding-top: 40px;
}

.sec4 .box {
    padding: 60px 20px;
    box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
    background: #ABD6DFFF;
    height: 100%;
    border-top: 4px solid #fff;
    border-radius: 5px;
}

.section-title h2 {
    color: #fd7e14;
}

.sec4 h3 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 20px;
    color: #fd7e14;
}

.sec4 h4 {
    font-size: 48px;
    color: #fd7e14;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    margin-bottom: 25px;
}

.sec4 h4 sup {
    font-size: 28px;
}

.sec4 h4 span {
    color: #47b2e4;
    font-size: 18px;
    display: block;
}

.sec4 ul {
    padding: 20px 0;
    list-style: none;
    color: black;
    text-align: left;
    line-height: 20px;
}

.sec4 ul li {
    padding: 10px 0 10px 30px;
    position: relative;
}

.sec4 ul i {
    color: #28a745;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 6px;
}

.sec4 ul .na {
    color: #ccc;
}

.sec4 ul .na i {
    color: #ccc;
}

.sec4 ul .na span {
    text-decoration: line-through;
}

.sec4 .buy-btn {
    display: inline-block;
    padding: 12px 35px;
    border-radius: 50px;
    color: #47b2e4;
    transition: none;
    font-size: 16px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    transition: 0.3s;
    border: 1px solid #47b2e4;
}

.sec4 .buy-btn:hover {
    background: #47b2e4;
    color: #fff;
}

.sec4 .featured {
    border-top-color: #fd7e14;
}

.sec4 .featured .buy-btn {
    background: #47b2e4;
    color: #fff;
}

.sec4 .featured .buy-btn:hover {
    background: #23a3df;
}
div.marquee {
    background-color: #12232E;
}
.marquee {
    width:100vw;
    padding-top:25px;
    background-color: transparent;
}
.marquee table {
    background-color:transparent;
}
.marquee h3 {
    color: #fd7e14;
}

.mar_table {
    width: 100%;
}

@media (max-width: 992px) {
    .sec4 .box {
        max-width: 60%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 767px) {
    .sec4 .box {
        max-width: 80%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 420px) {
    .sec4 .box {
        max-width: 100%;
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 1024px) {
    #sec3 .content, #sec3 .accordion-list {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    #sec3 .img {
        min-height: 400px;
    }
    #sec3 .content {
        padding-top: 30px;
    }
    #sec3 .accordion-list {
        padding-bottom: 30px;
    }
}

@media (max-width: 575px) {
    #sec3 .img {
        min-height: 200px;
    }
}

/*--------------------------------------------------------------
# sec5
--------------------------------------------------------------*/
.sec5 {
    padding-top: 25px;
    padding-bottom:25px;
    background-color: #12232E;


}
.sec5 .info {
    border-top: 3px solid #fd7e14;
    border-bottom: 3px solid #fd7e14;
    padding: 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.sec5 .info i {
    font-size: 20px;
    color: #47b2e4;
    float: left;
    width: 44px;
    height: 44px;
    background: #e7f5fb;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.sec5 .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #37517e;
}

.sec5 .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #6182ba;
}

.sec5 .info .email p {
    padding-top: 5px;
}



.sec5 .php-email-form {
    width: 100%;
    border-top: 3px solid #fd7e14;
    border-bottom: 3px solid #fd7e14;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.sec5 .php-email-form .form-group {
    padding-bottom: 8px;
}

.sec5 .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.sec5 .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.sec5 .php-email-form .error-message br + br {
    margin-top: 25px;
}

.sec5 .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.sec5 .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.sec5 .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.sec5 .php-email-form input, .sec5 .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

.sec5 .php-email-form input:focus, .sec5 .php-email-form textarea:focus {
    border-color: #47b2e4;
}

.sec5 .php-email-form input {
    height: 44px;
}

.sec5 .php-email-form textarea {
    padding: 10px 12px;
}

.sec5 .php-email-form button[type="submit"] {
    background: #47b2e4;
    border: 0;
    padding: 12px 34px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.sec5 .php-email-form button[type="submit"]:hover {
    background: #209dd8;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.sec6 {padding-top:25px; padding-bottom: 25px; color:white;}
.sec6 .testimonial-wrap {
    padding-left: 50px;
}

.sec6 .testimonial-item {
    box-sizing: content-box;
    padding: 30px 30px 30px 60px;
    margin: 30px 15px;
    min-height: 200px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #f8f9fa;
    color:black;
}

.sec6 .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 10px;
    border: 6px solid #fff;
    position: absolute;
    left: -45px;
}

.sec6 .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}

.sec6 .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.sec6 .testimonial-item .quote-icon-left, .sec6 .testimonial-item .quote-icon-right {
    color: #e1f0fa;
    font-size: 26px;
}

.sec6 .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.sec6 .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.sec6 .testimonial-item p {
    font-style: italic;
    margin: 15px auto 15px auto;
}

.sec6 .owl-nav, .sec6 .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.sec6 .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}

.sec6 .owl-dot.active {
    background-color: #3498db !important;
}

@media (max-width: 767px) {
    .sec6 .testimonial-wrap {
        padding-left: 0;
    }
    .sec6 .testimonial-item {
        padding: 30px;
        margin: 15px;
    }
    .sec6 .testimonial-item .testimonial-img {
        position: static;
        left: auto;
    }
}

@media (max-width: 576px) {
    #masthead {
        height:730px;
        background-image:url("../images/header_bg_small-dark.jpg");
        background-repeat: no-repeat;
        background-blend-mode: multiply;
        background-size: cover;
    }
    #header_h1 {
        color:#ffc107;
    }
    #header_h3 {color:#ffd966;}
}

@media (min-width:576px) {
    #masthead {
        height:700px;
    }
}

@media (min-width:992px) {
    #masthead {
        height:600px;
    }
}

.section-bg {
    background-color: #c7902f; /*#f7fbfe; */
}

/*--------------------------------------------------------------
# payments
--------------------------------------------------------------*/
.payments {
    background-color: #12232E; 
    padding: 10px 0;
    text-align: center;
}
.payments h2 {color:white}
.payments .col-lg-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.payments .pf {
    width: 50%;
    /*-webkit-filter: grayscale(100);
    filter: grayscale(100);*/
    transition: all 0.4s ease-in-out;
    display: inline-block;
    padding: 10px 0;
}

.payments .pf:hover {
   /* -webkit-filter: none;
    filter: none;*/
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .payments .pf {
        width: 40%;
    }
}

@media (max-width: 575px) {
    .payments .pf {
        width: 30%;
    }
}

/*----------------------------------------------------
# Buy Bitcoin
-------------------------------------------------------*/
#buy {
    padding: 25px 25px;
    color:white;
}
#buy h3 {
    color: #fd7e14;
}
#buy p {
    font-size: calc(11px + 0.5vw);
}
/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq {
    background: #c7902f;
    color:white;
    padding:25px 0;
}
.faq .faq-item {
    margin: 20px 0;
    padding: 25px 0;
    border-bottom: 1px solid #eeeeee;
}

.faq .faq-item i {
    color: #8bc4ea;
    font-size: 24px;
    float: left;
    line-height: 0;
    padding: 13px 0 0 0;
    margin: 0;
}

.faq .faq-item h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 0 0 10px 32px;
    font-family: "Poppins", sans-serif;
}

.faq .faq-item p {
    font-size: 15px;
}

/*----------------------------------------------
# Login Modal
---------------------------------------------------*/
.modal-login {
}
.modal-login .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}
.modal-login .modal-header {
    border-bottom: none;
    position: relative;
    justify-content: center;
}
.modal-login .close {
    position: absolute;
    top: -10px;
    right: -10px;
}
.modal-login h4 {
    color: #636363;
    text-align: center;
    font-size: 26px;
    margin-top: 0;
}
.modal-login .modal-content {
    color: #999;
    border-radius: 1px;
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #f3f3f3;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 25px;
}
.modal-login .form-group {
    margin-bottom: 20px;
}
.modal-login label {
    font-weight: normal;
    font-size: 13px;
}
.modal-login .form-control {
    min-height: 38px;
    padding-left: 5px;
    box-shadow: none !important;
    border-width: 0 0 1px 0;
    border-radius: 0;
}
.modal-login .form-control:focus {
    border-color: #ccc;
}
.modal-login .input-group-addon {
    max-width: 42px;
    text-align: center;
    background: none;
    border-bottom: 1px solid #ced4da;
    padding-right: 5px;
    border-radius: 0;
}
.modal-login .btn, .modal-login .btn:active {        
    font-size: 16px;
    font-weight: bold;
    background: #19aa8d !important;
    border-radius: 3px;
    border: none;
    min-width: 140px;
}
.modal-login .btn:hover, .modal-login .btn:focus {
    background: #179b81 !important;
}
.modal-login .hint-text {
    text-align: center;
    padding-top: 5px;
    font-size: 13px;
}
.modal-login .modal-footer {
    color: #999;
    border-color: #dee4e7;
    text-align: center;
    margin: 0 -25px -25px;
    font-size: 13px;
    justify-content: center;
}
.modal-login a {
    color: #fff;
    text-decoration: underline;
}
.modal-login a:hover {
    text-decoration: none;
}
.modal-login a {
    color: #19aa8d;
    text-decoration: none;
}	
.modal-login a:hover {
    text-decoration: underline;
}
.modal-login .fa {
    font-size: 21px;
    position: relative;
    top: 6px;
}
.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

#about {
    padding-top: 25px;
}
#about h2 {
    color: #fd7e14;
}
.bg-lighter {background-color: #f7f7f7;}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: #c7902f;
  padding: 40px 0 20px 0;
  color: #fff;
}

.counts .counters span {
  font-size: 36px;
  display: inline-block;
  font-weight: 700;
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background-color: #12232E; 
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 0;
    color: white;
    font-size: 14px;
}

#footer .credits {
    font-size: 13px;
    padding-top: 5px;
    color: white;
}

#footer .footer-links a {
    color: white;
    padding-left: 15px;
}

#footer .footer-links a:first-child {
    padding-left: 0;
}

#footer .footer-links a:hover {
    color: #3498db; }