@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Raleway:300,400,500,700,800&display=swap');
*{
    box-sizing: border-box;
}
body{
    font-family: 'Montserrat', sans-serif;
}
section{
    overflow-x: hidden;
}
a:hover{
    text-decoration: none;
}
img{
    cursor: pointer;
}
/*top-header*/
.top-header{
    padding: 0px 0;
    background: #efefef;
}
.top-biticon-info{}
.top-biticon-info p{
    margin-bottom: 0;
    color: #7f7f7f;
    font-size: 12px;
    text-transform: uppercase;
}
.top-menu{}
.top-menu li{}
.top-menu li a{
    color: #7f7f7f;
    text-transform: uppercase;
    font-size: 12px;
}

/*header*/
header{
    padding: 11px 0;
    background:#fff;
}
.navbar-toggler {
    margin-left: auto;
    color: #F78F2F;
    padding: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 25px;
    border: 1px solid #454646;
    border-radius: 0;
}
.navbar-toggler:focus{
    outline-color: transparent;
}
.btn-custom{
    background: #ff9b1a;
    color: #fff!important;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 10px;
}
.btn-custom:hover{
    background: #1D1E1E !important;
    color:#FF9B1A !important;
    border-radius: 50rem!important;
}
.navbar-nav .nav-link {
    color: #161616;
    font-size: 13px;
    text-transform: uppercase;
    display:block;
}
.navbar-nav .active>.nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .show>.nav-link {

}
.navbar-nav .nav-link:hover {
    background: #1D1E1E !important;
    color:#FF9B1A !important;
    border-radius: 50rem!important;
}

/*banner-section*/
.banner-section{
    background: #000000ad url(../images/banner_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: color;
    color: #efefef;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
}
.banner-section .row{
    min-height: 500px;
}
.banner-content{
    text-align: center;
}
.banner-content h1{
    font-family:'Raleway', sans-serif;
    font-size: 42px;
    font-weight: 800;
}
.banner-content ul li{
    padding: 0 40px;
}
.banner-content ul li strong{
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-top: 20px;
    text-transform: capitalize;
    font-family:'Raleway', sans-serif;
}
.banner-content ul li span{
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-family:'Raleway', sans-serif;
}
.banner-content a{
    color: #efefef;
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    margin: 0 10px;
    border-color: #efefef;
    text-transform: uppercase;
    font-weight: 400;
}

.banner-content a:hover{
    background: #1D1E1E;
    border-color: #efefef;
    color: #FF9B1A;
}

/*identity-section*/
.identity-section{
    margin-top: 60px;
    text-align: center;
}
.identity{
    padding: 10px;
    position: relative;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 25px
}
.identity:hover.identity::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c8a105+0,e46303+100&0.75+0,0.75+100 */
    background: -moz-linear-gradient(top,  rgba(200,161,5,0.75) 0%, rgba(228,99,3,0.75) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(200,161,5,0.75) 0%,rgba(228,99,3,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(200,161,5,0.75) 0%,rgba(228,99,3,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfc8a105', endColorstr='#bfe46303',GradientType=0 ); /* IE6-9 */
}
.identity:hover{
    background-image: url(../images/bitcoin_hover.png);
    background-position: center;
}
.identity span{
    color: #ff9b1a;
    position: relative;
}
.identity:hover.identity span{
    color:#fff;
}
.identity h2{
    font-size: 17px;
    color: #000000;
    text-transform: capitalize;
    position: relative;
}
.identity:hover.identity h2{
    color:#fff;
}
.identity p{
    color: #545454;
    font-weight: 300;
    font-size: 14px;
    position: relative;
}
.identity:hover.identity p{
    color:#fff;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 80px;
    font-style: normal;
    margin-left: 0;
}

/*service-section*/
.service-section{
    padding: 50px 0;
}
.service-content{}
.heading h2{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    color: #2b2b2b;
}
.heading p{
    max-width: 550px;
    margin: 0 auto;
    color: #6e6e6e;
    font-weight: 300;
    font-size: 15px;
    padding-bottom: 20px;
    position: relative;
}
.heading p:before{
    content: "";
    position: absolute;
    background:#fb8f2c;
    width: 50px;
    height: 3px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: .6s all;
}
.heading:hover.heading p:before{
    width: 75px;
}
.service{
    text-align: center;
    margin-top: 50px;
}
.service img{
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}
.service h3{
    text-transform: capitalize;
    color: #2b2b2b;
    font-size: 17px;
    font-weight: 600;
}
.service p{
    color: #6e6e6e;
    font-weight: 300;
    font-size: 15px;
}
.service-section a {
    color: #2b2b2b;
    display: block;
    font-size: 13px;
    text-decoration: none;
    margin: 30px 10px;
    border-color: #8e8e8e;
    text-transform: uppercase;
    font-weight: 600;
    font-family:'Raleway', sans-serif;
}

/*simple-steps-section*/
.simple-steps-section{
    background: #000000ad url(../images/simple-step_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-blend-mode: color;
    color: #efefef;
    background-attachment: fixed;
}
.iphone{
    margin-top: 60px;
    text-align: center;
    position: relative;
}
.iphone img{}
.iphone img{}
.iphone img:first-child{
}
.iphone img:last-child{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-60%);
}
.simple-content{
    margin-top: 50px;
}
.simple-content h2{
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    padding-bottom: 40px;
    margin-bottom: 0;
}
.simple-content ul{}
.simple-content ul li{}
.simple-content span{
    border: 2px solid #ff9b1a;
    height: 40px;
    width: 40px;
    display: inline-block;
    transform: rotate(45deg);
    margin-top: 45px;
}
.simple-content ul li h5{
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    margin-top: 30px;
    padding-left: 20px;
}
.simple-content ul li h6{
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    padding-left: 20px;
}

/*transition-section*/
.transition-section{
    background:#ff9b1a;
    padding: 50px;
}
.transition-section h2{
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 24px
}
.transition-section h3{
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform:uppercase;
}

/*bitcoin-section*/
.bitcoin-section{
    padding: 80px 0;
}
.bitcoin-section .bitcoin{
    position: relative;
    text-align: center;
    padding: 80px 0;
}
.bitcoin-section .bitcoin .icons{
    text-align: center;
}
.bitcoin-section .bitcoin .icons i{
    font-size: 16px;
}
.bitcoin-section .bitcoin .icons strong{
    font-size: 14px;
    display: block;
    color: black;
}
.bitcoin-section .bitcoin .icons span{
    display: block;
    width: 40px;
    height: 40px;
    margin: auto;
    line-height: 40px;
    border-radius: 3px;
    position: relative;
    margin-bottom: 10px;
}
.bitcoin-section .bitcoin .icons span:before{
    content: "";
    position: absolute;
    border: 2px solid;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: rotate(45deg);
    border-radius: 6px;
}
.bitcoin-section .bitcoin img{
    display: block;
    margin: auto;
}
.red{
    color: #f05154;
}
.green{
    color: #63cd68;
}
.blue{
    color: #43c5ca;
}
.top-left{
    position: absolute;
    top: 0;
    left: 0;
}
.middle-left{
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translate(-60px,-50%);
}
.bottom-left{
    position: absolute;
    bottom: 0;
    left: 0;
}
.top-right{
    position: absolute;
    top: 0;
    right: 0;
}
.middle-right{
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translate(60px,-50%);
}
.bottom-right{
    position: absolute;
    bottom: 0;
    right: 0;
}

/*team-experts-section*/
.team-experts-section{
    text-align: center;
    padding-bottom: 35px;
}
.team-experts{
    margin-top: 40px;
}
.team-experts img{
    display: block;
    margin: 0 auto
}
.team-experts h4{
    color: #1e1e1e;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.team-experts h5{
    color: #fba057;
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
}

/*consultation-section*/
.consultation-section{
    text-align: center;
    background-image: url(../images/free_consaltation_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 300px;
    padding-bottom: 30px; 
}
.consultation-section .heading h2{
    margin-bottom: 0;
    color: #fff;
    margin-top: 50px;
    font-weight: 400;
}
.form{
    margin-top: 30px;
}
.form-group input{
    background:transparent;
    font-size: 13px;
    outline: 0;
    padding:20px 10px;
}
.form-group textarea{
    background:transparent;
    font-size: 13px;
    outline: 0;
    resize: none;
    align-items: center;
}
.form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(255,255,255,.25);
}
.consultation-section a{
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    background: #fb8f2c;
    padding: 10px 35px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 8px;
}
::placeholder {
  color: #fff!important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff!important;
}

/*our-blog-section*/
.our-blog-section{
    padding: 50px 0;
}
.blogs{
    margin-top: 40px;
}
.blogs .card{
    margin-bottom: 30px;
}
.blogs .card-body{
    padding: 5px 15px;
}
.blogs .card-body ul{}
.blogs .card-body ul li{}
.blogs .card-body ul li{}
.blogs .card-body ul li i{
    color: #fff;
    background: #f26c4f;
    height: 35px;
    width: 35px;
    line-height: 35px;
    padding: 0;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    transform: translateY(-22px);
}
.blogs .card-body ul li span{
    font-size: 12px;
    color: #6e6e6e;
    font-weight: 300;
}
.blogs .card-body .card-title{
    font-size: 15px;
    color: #2b2b2b;
    font-weight: 600;
    padding: 4px 0 0;
}
.blogs .card-body .card-text{
    color: #6e6e6e;
    font-size: 14px;
    font-weight: 300;
    text-align: justify;
    padding-bottom: 15px;
}

/*feedback-section*/
.feedback-section{}
.feedback-section .heading h2{
    margin-bottom: 0;
    color: #2b2b2b;
    margin-top: 50px;
    font-weight: 600;
}

/*contact-us-section*/
.contact-us-section{
    background: #101010;
    padding: 50px 0;
}
.contact-us{}
.contactimg{}
.contactimg img{}
.contactimg p{
    margin-top: 20px;
    color: #989898;
    font-size: 14px;
}
.contactimg .footer-social{}
.contactimg .footer-social li{
    margin: 0 10px 0 0;
}
.contactimg .footer-social li i{
    padding: 0;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid;
    text-align: center;
    cursor: pointer;
    transition: .6s all;
    font-size: 14px;
}
.contactimg .footer-social li i:hover{
    border: 1px solid #00aced;
    color: #00aced;
    transform: rotate(360deg);
}
.contact h6{
    font-size: 15px;
    color: #fff;
    padding-bottom: 15px;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase;
}
.contact h6:before{
    position: absolute;
    content: "";
    height: 3px;
    width: 35px;
    left:0;
    bottom: 0;
    background-color: #fa8e2b;

}
.contact ul{
    margin-top: 15px;
}
.contact ul li{}
.contact ul li i{
    margin-top: 5px;
    transition: .5s all;
}
.contact ul li i:hover{
    color: #049DD0;
}
.contact ul li a{
    color: #989898;
    font-size: 14px;
    text-transform: capitalize;
}
.contact .nav-link {
     padding:2px;
}
.contact ul li span{
    color: #989898;
    font-size: 13.5px;
}
.contact p{
    color: #989898;
    font-size: 14px;
    margin-top: 15px;
}
.contact form{}
.contact form .form-group{}
.contact form .form-group .input{
    position: relative;
}
.contact form .form-group .input input{
 border-radius: 25px;
 background: #fff;
 color: #989898 !important;
 font-size: 14px;
 }
 .quicklinks{
    padding-left: 85px;
 }
 .address{
     padding-left: 60px;
 }

.contact form .form-group .input i{
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: #fb8f2c;
    color: #fff;
    padding: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}
::placeholder {
  color: #989898 !important; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #989898 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #989898 !important;
}


/*footer*/
footer{
    background: #000;
    padding: 10px 0;
}
.copyright{}
.copyright span{
    color: #fff;
    font-size: 12px;
}
.copyright b{
    color: #504e4e;
    font-size: 12px;
}
footer ul{}
footer ul li{}
footer ul li a{
    color: #737272;
    font-size: 12px;
    text-transform: uppercase;
    transition: .5s all;
}
footer ul li a:hover{
    color: #049DD0;
}


/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader {
 display: none;
 }
.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
 }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/Preloader_2.gif) center no-repeat #fff;
}



.blog-img{
    position: relative;
    display: block;
    cursor: pointer;
}

.overlay-1::before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    transition: translate(50%,50%);
    background-color: #FA8E2B;
    overflow: hidden;
    width: 0;
    height: 0;
    width: 0;
    transition: .3s ease;
    opacity: .9;
}
.blog-img:hover .overlay-1::before{
      width: 50%;
      height: 50%;
}
.overlay-1::after{
    content: "";
    position: absolute;
    top:0;
    left:0;
    transition: translate(50%,50%);
    background-color: #FA8E2B;
    overflow: hidden;
    width: 0;
    height: 0;
    width: 0;
    transition: .3s ease;
    opacity: .9;
}
.blog-img:hover .overlay-1::after{
      width: 50%;
      height: 50%;
}
.overlay-2::before{
    content: "";
    position: absolute;
    bottom:0;
    left:0;
    transition: translate(50%,50%);
    background-color: #FA8E2B;
    overflow: hidden;
    width: 0;
    height: 0;
    width: 0;
    transition: .3s ease;
    opacity: .9;
}
.blog-img:hover .overlay-2::before{
      width: 50%;
      height: 50%;
}
.overlay-2::after{
    content: "";
    position: absolute;
    right:0;
    top:0;
    transition: translate(50%,50%);
    background-color: #FA8E2B;
    overflow: hidden;
    width: 0;
    height: 0;
    width: 0;
    transition: .3s ease;
    opacity: .9;
}
.blog-img:hover .overlay-2::after{
      width: 50%;
      height: 50%;
}