/* Theme Name: Coinye - Bitcoin & Ethereum, Crypto currency Multipurpose HTML Template
   Author: Stagebit
   Version: 1.0.0
   File Description: Main CSS file of the template
*/

/*********************************************************
*   1  :  HELPER                                         *
*   2  :  NAVBAR CUSTOM                                  *
*   3  :  HOME                                           *
*   4  :  MARQUEE SCROLL                                 *
*   5  :  HOW TO GET STARTED                             *
*   6  :  OUR OFFERS                                     *
*   7  :  COINYE TEMPLATE                                *
*   8  :  COUNTER                                        *
*   9  :  IT IS SAFE                                     *
*   10 :  VIDEO REVIEW                                   *
*   11 :  ROADMAP                                        *
*   12 :  OUR TEAM                                       *
*   13 :  BLOG                                           *
*   14 :  SIGN UP OUR NEWSLETTER & PROMOTIONS            *
*   15 :  GET IN TOUCH                                   *
*   16 :  FOOTER                                         *
*   17 :  BACK TO TOP                                    *
*   18 :  RESPONSIVE                                     *
*   19 :  STYLE SWITHER - DEMO PURPOSE ONLY              *
*********************************************************/

/*==========================================
    1. HELPER  
===========================================*/

@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400,400i,600,600i,700,700i,900');

body {
    font-family: 'Titillium Web', sans-serif;
    color: #333849;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
}

:focus {
    outline: none;
}

p {
    margin-bottom: 25px;
}

p:last-child {
    margin-bottom: 0;
}

h1, .h1 {
    font-size: 3.75rem; /*60px*/
    letter-spacing: 5px;
}

h2, .h2 {
    font-size: 3.125rem; /*50px*/
    letter-spacing: 2px;
}

h3, .h3 {
    font-size:2.5rem; /*40px*/
}

h5, .h5 {
    font-size: 1.25rem; /*20px*/
}

.mt-6,
.my-6 {
    margin-top: 4.6875rem !important;
}
.mb-6,
.my-6 {
    margin-bottom: 4.6875rem !important;
}

.p-4 {
    padding: 1.875rem !important; /*30px*/
}

.btn {
    font-weight: 700;
    border-radius: 0;
    letter-spacing: 2px;
    color: #fff;
    padding: 0.9375rem 3.125rem;
    box-shadow: none !important;
    outline: none !important;
    border-width: 0;
}

.btn-lg,
.btn-group-lg > .btn {
    font-size: 1.5625rem;
    padding: 1.25rem 3.125rem;
}

.btn,
.btn:focus,
button,
button:focus {
    outline: none !important;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
    color: #fff;
}

.font-weight-semi-bold {
    font-weight: 600 !important;
}

.border-light {
    border-color: #ccc !important;
}

.bg-light {
    background-color: #f6f9fc !important;
}

.overflow-hidden {
    overflow: hidden;
}

.section {
    padding-bottom: 100px;
    padding-top: 100px;
    position: relative;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-attachment: fixed;
}

.form-group {
    margin-bottom: 1.25rem;
}

.form-control {
    border-radius: 0;
    color: #333849;
    line-height: 1.68;
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: #333849;
}

.form-control::-moz-placeholder {
  color: #333849;
}

.form-control:-ms-input-placeholder {
  color: #333849;
}

.form-control::-ms-input-placeholder {
  color: #333849;
}

.form-control::placeholder {
  color: #333849;
}

.before-none:before,
.after-none:after {display: none !important;}


.bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background-color: rgba(36, 42, 53, 0.7);
}

.container {
    max-width: 1600px;
}



/*==========================================
    2. NAVBAR CUSTOM
===========================================*/

.navbar-custom {
    background-color: transparent;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-custom .navbar-nav li a {
    color: #fff;
    background-color: transparent !important;
    letter-spacing: 1px;
    line-height: 24px;
    font-weight: 700;
    padding: 1.75rem 1.375rem !important;
    position: relative;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-custom .navbar-nav li a:before {
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-custom .navbar-brand {
    color: #fff !important;
    font-weight: 700;
    letter-spacing: 3px;
    position: relative;
    font-size: 1.875rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1.5625rem;
    line-height: 80px;
}

.navbar-custom .navbar-brand:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.15);
    display: block;
    height: 66px;
    width: 66px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 50%;
    margin-top: -33px;
}

.navbar-custom .navbar-toggler {
    color: #fff;
    font-size: 35px;
    padding: 0px;
    width: 80px;
    height: 80px;
    border-width: 0;
}

.navbar-custom:before {
    content: '';
    position: absolute;
    z-index: -1;
    display: block;
    width: 100%;
    left: 0;
    top: 0;
    height: 0;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-custom.nav-sticky:before {
    height: 100%;
    background-color: #222;
}



/*==========================================
    3. HOME
===========================================*/

.bg-home {
    min-height: 100vh;
    background-color: transparent;
}

.home-half {
    padding-top: 190px;
    padding-bottom: 190px;
}


.home-slider .carousel-control-next,
.home-slider .carousel-control-prev {
    width: 6%;
}

#particles-js { 
    position:absolute; 
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%; 
    height: 100%;
}

.scroller {
    position: absolute;
    left: 50%;
    margin-left: -12px;
    bottom: 40px;
    background: url(../images/scroller.png) no-repeat center center;
    width: 25px;
    height: 51px;
    display: block;
}



/*==========================================
    4. MARQUEE SCROLL
===========================================*/

.marquee {
    background-color: #222;
}

.TickerNews{
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.ti_wrapper{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.ti_slide{
    width: 30000px;
    position: relative;
    left: 0;
    top: 0;
}
.ti_content{
    width: 8000px;
    position: relative;
    float:left;
}
.ti_news{
    float:left;
}
.ti_news a {
    display: block;
    margin-right: 10px;
    text-decoration: none;
}
.ti_news a img {
    padding-left: 10px;
    padding-right: 10px;
}
.ti_news a:hover {
    animation-play-state: paused
}



/*==========================================
    5. HOW TO GET STARTED
===========================================*/

.how span {
    font-size: 80px;
    opacity: 0.15;
}



/*==========================================
    6. OUR OFFERS
===========================================*/

.offer-row {overflow: hidden;}
.offer-row [class^=col-] {
    margin-top: -1px;
    margin-left: -1px;
}

.btcwdgt.btcwdgt-chart .btcwdgt-footer {
    display: none !important;
}

.btcwdgt.btcwdgt-chart .btcwdgt-header .stats div,
.btcwdgt.btcwdgt-chart .btcwdgt-header h4 {
    color: rgba(255,255,255,0.7) !important;
}

body .btcwdgt.btcwdgt-chart .btcwdgt-body {
    width: 100% !important;
    height: 100% !important;
}
body .btcwdgt {
    min-width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

/*==========================================
    7. COINYE TEMPLATE
===========================================*/

.feature {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.feature span {
    font-size: 4.375rem;
}

.feature:hover {
    box-shadow: 0px 10px 35px 5px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}



/*==========================================
    8. COUNTER
===========================================*/

.counter-box {
    padding-top: 100px;
    padding-bottom: 100px;
}

.counter-box span {
    position: absolute;
    font-size: 180px;
    line-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: rgba(255,255,255, 0.1);
}

.counter-overlay-1 {
    background-color: transparent;
}

.counter-overlay-2 {
    background-color: rgba(0, 0, 0, 0.1);
}
.counter-overlay-3 {
    background-color: rgba(0, 0, 0, 0.2);
}

.counter-overlay-4 {
    background-color: rgba(0, 0, 0, 0.3);
}



/*==========================================
    9. IT IS SAFE
===========================================*/

.safe span {
	font-size: 55px;
    width: 150px;
    height: 150px;
    line-height: 146px;
    border: 2px dashed #ddd;
}



/*==========================================
    10. VIDEO REVIEW
===========================================*/

.live-landing .live-logo {width: 110px; height: 110px; position: relative;line-height: 110px;font-size: 25px;}
.live-landing .live-logo .live-logo__circle {position: absolute; top: 0; left: 0; right: 0; bottom: 0; border-radius: 100%; box-shadow: inset #fff 0 0 0 3px; -webkit-animation: live-logo-grow 4s 2.5s infinite ease-out; animation: live-logo-grow 4s 2.5s infinite ease-out; }
.live-landing .live-logo .live-logo__circle2 {-webkit-animation-delay: 3s; animation-delay: 3s; }
.live-landing .live-logo .live-logo__circle3 {-webkit-animation-delay: 3.5s; animation-delay: 3.5s; }
/*@-webkit-keyframes live-logo-grow {50% {box-shadow: inset #fff 0 0 0 1px; } 100% {-webkit-transform: scale(2.5); transform: scale(2.5); opacity: 0; box-shadow: inset #fff 0 0 0 1px; } }
@keyframes live-logo-grow {50% {box-shadow: inset #fff 0 0 0 1px; } 100% {-webkit-transform: scale(2.5); transform: scale(2.5); opacity: 0; box-shadow: inset #fff 0 0 0 1px; } }
*/


/*==========================================
    11. ROADMAP
===========================================*/

.timeline {
    white-space: nowrap;
    overflow-x: hidden;
}

.timeline ol {
    font-size: 0;
    width: 100vw;
    padding: 250px 0;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.timeline ol li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 160px;
    height: 3px;
    background: #fff;
}

.timeline ol li:last-child {
    width: 280px;
}

.timeline ol li:not(:first-child) {
    margin-left: 14px;
}

.timeline ol li:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 1px);
    bottom: 0;
    width: 12px;
    height: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #333849;
}

.timeline ol li div {
    position: absolute;
    left: calc(100% + 7px);
    width: 280px;
    padding: 15px;
    font-size: 1rem;
    white-space: normal;
    color: black;
    background: white;
}

.timeline ol li div::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline ol li:nth-child(odd) div {
    top: -16px;
    transform: translateY(-100%);
}

.timeline ol li:nth-child(odd) div::before {
    top: 100%;
    border-width: 8px 8px 0 0;
    border-color: white transparent transparent transparent;
}

.timeline ol li:nth-child(even) div {
    top: calc(100% + 16px);
}

.timeline ol li:nth-child(even) div::before {
    top: -8px;
    border-width: 8px 0 0 8px;
    border-color: transparent transparent transparent white;
}

.timeline .arrows .arrow__prev {
    margin-right: 20px;
}

.timeline .timeline-arrow button {
    background-color: #fff;
    width: 56px;
    height: 56px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1.75rem;
    line-height: 1.5;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}



/*==========================================
    12. OUR TEAM
===========================================*/

.team {
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.team .facebook,
.team .twitter,
.team .linkedin {
	color: #333849;
	opacity: 0.4;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.team .facebook:hover,
.team .twitter:hover,
.team .linkedin:hover {
	opacity: 1;
}

.team .facebook:hover {
	color: #4867aa;
}

.team .twitter:hover {
	color: #1da1f2;
}

.team .linkedin:hover {
	color: #007bb6;
}

.team:hover {
    box-shadow: 0px 10px 35px 5px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    background-color: #fff;
}



/*==========================================
    13. BLOG
===========================================*/

.blog {
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.blog:hover {
    box-shadow: 0px 10px 35px 5px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    background-color: #fff;
}

.blog .learn-more {
	color: #333849;
	font-weight: 700;
	display: inline-block;
	position: relative;
	padding-right: 30px;
}

.blog:hover .learn-more {
	text-decoration: none;
}

.blog .learn-more:before {
    content: "";
    width: 20px;
    height: 4px;
    display: block;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -2px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.blog .learn-more span {
	position: absolute;
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -30px;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.blog:hover .learn-more span {
	left: 100%;
	visibility: visible;
}



/*==========================================
    14. SIGN UP OUR NEWSLETTER & PROMOTIONS
===========================================*/

.newsletter .form-control {
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
	border-color: rgba(255, 255, 255, 0.2);
}

.newsletter .form-control::-webkit-input-placeholder {
	color: #fff;
}

.newsletter .form-control::-moz-placeholder {
	color: #fff;
}

.newsletter .form-control:-ms-input-placeholder {
	color: #fff;
}

.newsletter .form-control::-ms-input-placeholder {
	color: #fff;
}

.newsletter .form-control::placeholder {
	color: #fff;
}



/*==========================================
    15. GET IN TOUCH
===========================================*/

.icon-contact {
    height: 50px;
    width: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    background-color: #ccc;
    color: #fff;
    font-size: 31px;
}

.help-block {
    display: block;
    margin-top: 5px;
    font-size: 14px;
}

.has-error .help-block {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
}

.help-block ul,
.help-block ol {
    margin-bottom: 0;
    padding-left: 0;
}



/*==========================================
    16. FOOTER
===========================================*/

.social .social-icon {
    border: 2px solid #ccc;
    color: #ccc;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: block;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.social .facebook:hover {
	border-color: #4867aa;
	color: #4867aa;
}

.social .instagram:hover {
	border-color: #3f729b;
	color: #3f729b;
}

.social .twitter:hover {
	border-color: #1da1f2;
	color: #1da1f2;	
}

.social .linkedin:hover {
	border-color: #007bb6;
	color: #007bb6;
}

.social .google-plus:hover {
	border-color: #dd4b39;
	color: #dd4b39;
}

.footer-terms li a:hover {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.footer-terms li::after {
    content: "|";
    margin: 0 20px;
    color: #757575
}

.footer-terms li:last-child:after {
    content: "";
}

.footer {
    background-color: #222;
    color: #868e96;
}

.footer a {
	color: #868e96;
}



/*==========================================
    17. BACK TO TOP
===========================================*/

.back-to-top {
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    text-decoration: none !important;
    display: none;
    text-align: center;
    z-index: 10000;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff !important;
    background-color: #3c3c3c;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: none !important;
}


/*==========================================
    18. RESPONSIVE
===========================================*/

@media screen and (min-width: 768px) {

    .safe:before {
        content: '';
        position: absolute;
        display: block;
        width: 60px;
        height: 0px;
        border: 1px dashed rgba(0,0,0,0.1);
        left: 100%;
        top: 105px;
        margin-left: -15px;
    }

}

@media screen and (min-width: 992px) {

    .safe:before {
        width: 150px;
        margin-left: -75px;
    }

}


@media screen and (max-width: 991px) {

    .navbar-custom .navbar-nav li a {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }

    .mobile-header {
        position: absolute;
        right: 0;
        top: 0;
    }

    .mobile-header .btn-sign-in {
        width: 80px;
        height: 80px;
        padding: 10px;
        line-height: 60px;
        border-width: 0;
        margin-top: -20px;
    }

    .safe:before {
        display: none;
    }

}

@media screen and (max-width: 767px) {

    body {
        word-break: break-word;
    }

    .btn {
        white-space: normal;
    }

    .timeline ol,
    .timeline ol li {
        width: auto; 
    }

    .timeline ol {
        padding: 0;
        transform: none !important;
    }

    .timeline ol li {
        display: block;
        height: auto;
        background: transparent;
    }

    .timeline ol li:first-child {
        margin-top: 25px;
    }

    .timeline ol li:not(:first-child) {
        margin-left: auto;
    }

    .timeline ol li div {
        width: calc(100% - 30px);
        height: auto !important;
        margin: 0 auto 30px;
    }

    .timeline ol li div {
        position: static;
    }

    .timeline ol li:nth-child(odd) div {
        transform: none;
    }

    .timeline ol li:nth-child(odd) div::before,
    .timeline ol li:nth-child(even) div::before {
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
        border: none;
        border-left: 3px solid white;
        height: 30px;
    }

    .timeline ol li:last-child,
    .timeline ol li:nth-last-child(2) div::before,
    .timeline ol li:not(:last-child)::after,
    .timeline .arrows {
        display: none;
    }

}


@media screen and (max-width: 360px) {

    .navbar-custom .navbar-toggler,
    .mobile-header .btn-sign-in {
        width: 60px;
    }

}



/*==========================================
    19. STYLE SWITHER - DEMO PURPOSE ONLY
===========================================*/

#style-switcher div h3 {
  font-size: 16px;
  margin: 8px 0px 12px;
  padding-left: 7px;
  font-weight: 600;
}

#style-switcher {
  background: none repeat scroll 0 0 #f8f9fa;
  box-shadow: 2px 6px 46px 0 rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  left: -162px;
  position: fixed;
  top: 17%;
  width: 162px;
  z-index: 9999;
  padding: 7px;
}

#style-switcher .bottom {
  background: none repeat scroll 0 0 #FFFFFF;
  color: #252525;
  padding: 0;
}

#style-switcher .bottom a.settings {
    background: none repeat scroll 0 0 #f8f9fa;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
    display: block;
    height: 40px;
    position: absolute;
    right: -40px;
    top: 0;
    width: 40px;
    padding: 3px;
    color: #27292b;
    font-size: 24px;
    text-align: center;
    line-height: 34px;
}
#style-switcher .bottom a {
  text-decoration: none;
}

ul.pattern {
  list-style: none outside none;
  margin: 0 0 0px;
  overflow: hidden;
  padding:0;
  border-radius: 0px;
}

ul.pattern li {
  float: left;
}

ul.pattern li a {
  cursor: pointer;
  display: block;
  height: 35px;
  width: 35px;
  border-radius: 3px;
  margin: 7px;
}

ul.pattern .color1 {
  background-color: #ff5168;
}

ul.pattern .color2 {
  background-color: #f783b3;
}

ul.pattern .color3 {
  background-color: #FFD700;
}

ul.pattern .color4 {
  background-color: #1aceb3;
}

ul.pattern .color5 {
  background-color: #8060cf;
}

ul.pattern .color6 {
  background-color: #5553ce;
}

ul.pattern .color7 {
  background-color: #31a4ff;
}

ul.pattern .color8 {
  background-color: #fd7d29;
}

ul.pattern .color9 {
  background-color: #d0925e;
}

ul.pattern .color10 {
  background-color: #4285f4;
}

ul.pattern .color11 {
  background-color: #34a853;
}

ul.pattern .color12 {
  background-color: #ea4335;
}

ul.pattern .color13 {
  background-color: #fbbc05;
}