@import url('https://fonts.googleapis.com/css?family=Montserrat|Raleway:300,400');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #545454;
}
img {
    max-width: 100%;
    display: block;
}

.container {
    width: 1170px;
    margin: 0 auto;
    overflow: hidden;
}
.col {
    text-align: center;
}
.col-2 {
    width: 50%;
    float: left;
}
.col-3 {
    width: 33.33%;
    float: left;
    padding: 15px;
}
.col-4 {
    width: 25%;
    float: left;
    padding: 0 15px;
}



/****** global-section-end ********/


/****** top-header-section-start ********/

.top-header-section {
    background: #efefef;
    padding: 11px 0;
}
.top-header-section p {
    font-size: 12px;
    color: #7f7f7f;
    font-family: Montserrat:400i;font-family: "Montserrat:400i;;
}
.top-header-section ul {
    text-align: right;
}
.top-header-section ul li {
    list-style: none;
    display: inline-block;
}
.top-header-section ul li a {
    font-size: 12px;
    color: #7f7f7f;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 30px;
}
.top-header-section ul li a:hover {}

/****** top-header-section-end ********/

/****** header-section-start ********/

.header-section {
    padding: 24px 0;
}
.logo {
    width: 20%;
    float: left;
}
.logo img {}
nav {
    width: 80%;
    float: right;
}
nav ul {
    text-align: right;
}
nav ul li {
    list-style: none;
    display: inline-block;
}
nav ul li:last-child a{  
    background: #FF9B1A;  
    border-radius: 50px; 
    color: #fff; 
    padding: 12px 16px; 
    margin-left: 20px;
}
nav ul li:last-child a:hover{
    background: #FF9B1A;
    border-radius: 50px;
    color: #fff;
    padding: 12px 16px;
    margin-left: 20px;
    font-weight: 400;
    font-size: 14px;
    }
nav ul li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #161616;
    padding: 17px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 2px solid transparent;
}
nav ul li a:hover {
    border-bottom: 1px solid #FF9B1A;
    color: #1D1E1E;
    font-weight: bolder;
    transition: .8s else;
    font-size: 16px;
    padding: 15px;
}

/****** header-section-end ********/

/****** banner-section-start ********/

.banner-section {
    background: url(../images/banner-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 70vh;
    position: relative;
}
.banner-content {
    color: #fff;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
}
.banner-content h1 {
    font-size: 52px;
    color: #efefef;
    font-family: 'Raleway', sans-serif;
    font-weight: bolder;
}
.banner-content ul.survey {
    margin: 40px 0;
}
.banner-content .survey li {
    display: inline-block;
    width: 15%;
    padding: 15px;
}
.banner-content .survey li strong{
    font-size: 20px;
    color: #efefef;
    font-family: 'Raleway', sans-serif;
    display: block;
}
.banner-content .survey li span{
    color: #efefef;
}

.banner-btn {}
.banner-btn li {
    display: inline-block;
    padding: 15px;
}
.banner-btn li a {
    display: block;
    font-size: 16px;
    padding: 13px 25px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #fff;
}
.banner-btn li:first-child a {
    background: #f78f2f;
    border-color: transparent;
}
.banner-btn li:last-child a {
    background: transparent;
    border-color: #fff;
}
.banner-btn li:first-child a:hover {
    background: transparent;
    border-color: #fff;
}
.banner-btn li:last-child a:hover {
    background: #f78f2f;
    border-color: #fff;
}

/****** banner-section-end ********/

/****** features-section-start ********/

.features-section {
    padding: 80px 0;
}
.features {
    border: 1px solid #efefef;
    border-radius: 5px 0;
    text-align: center;
    padding: 30px;
    position: relative;
}
.features i {
    color: #f78f2f;
    transition: all 0.8s cubic-bezier(0.38, 0.01, 0.1, 0.93);
    position: relative;
}
.features h3 {
    margin: 20px 0 15px;
    position: relative;
    transition: all 0.8s cubic-bezier(0.7, 0.02, 0.4, 0.99);
}
.features p {
    position: relative;
    transition: all 0.8s cubic-bezier(0.61, 0.01, 0.55, 0.96);
}
.features:hover i, .features:hover h3, .features:hover p { 
    color: #fff;
}
.features:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.8s ease;
}
.features:hover:before {
    content: "";
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#deb112+0,fd7711+100 */
    background: #deb112; /* Old browsers */
    background: -moz-linear-gradient(top, #deb112 0%, #fd7711 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #deb112 0%,#fd7711 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #deb112 0%,#fd7711 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deb112', endColorstr='#fd7711',GradientType=0 ); /* IE6-9 */
    opacity: 0.9;
    z-index: 0;
}

.features:hover {
    background-image: url(../images/bitcoin-img.png);
}
/****** features-section-end ********/

/******* service-section-start *******/

.service-section {}
.service-section .heading {
    text-align: center;
    padding-bottom: 60px;
}
.service-section .heading h1 {
    font-size: 24px;
    color: #2b2b2b;
    text-transform: uppercase;
    font-weight: bold;
}
.service-section .heading p {
    font-size: 14px;
    max-width: 560px;
    margin: 25px auto;
    color: #6e6e6e;
}
.service-section .heading span {
    width: 60px;
    height: 2px;
    background: #f7931a;
    display: block;
    margin: 0 auto;
}
.service {}
.service img {}
.service h3 {}
.service p {
    font-size: 14px;
    color: #424242;
    max-width: 329px;
    margin: 0 auto;
}
.view-more {
    margin-bottom: 60px;
    padding: 10px 20px;
    border-radius: 50px;
    text-align: center;
}
.view-more a { 
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    color: #2b2b2b;
    display: inline-block;
}
.view-more a:hover {
    background: #f7931a;
    border-color: transparent;

}
.btn {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    padding: 12px 40px 12px;
    display: inline-block;
    border-radius: 50px;
    border: 1px solid #919191;
}

/******* service-section-end *******/

/******* buy-and-sell-section-start *******/
.buy-and-sell-section {
    background: url(../images/banner-bg-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 80px;
    position: relative;
}
.buy-and-sell-section:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.4;

}
.mobile-part {
    position: relative;
}
.mobile-part img {
    margin: 0 auto;
}
.mobile-part img:last-child {
    position: absolute;
    bottom: 35%;
    left: 50%;
    transform: translate(-50%,35%);
    width: 250px;
}

.buy-sell-content {
    color: #fff;
    position: relative;
}
.buy-sell-content .heading {
    text-align: left;
    position: relative;
    color: #fff;
    margin: 0px;
    max-width: 100%;
    padding: 0px 20px;
}
.buy-sell-content .heading h1{
    font-size: 24px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.buy-sell-content .heading span {
    width: 50px;
    height: 2px;
    background: #f7931a;
    display: block;
}
.buy-sell-content ul {
    margin-top: 25px;
    overflow: hidden;
    padding: 20px 0;
}
.buy-sell-content ul li {
    float: left;
    padding: 0 20px;
    width: 80%;
    list-style: none;
}
.buy-sell-content ul li:first-child {
    width: 17%;
}
.buy-sell-content ul li span{
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid #f78f2f;
    transform: rotate(45deg);
}
.buy-sell-content ul li h2 {}
.buy-sell-content ul li p {}

/******* buy-and-sell-section-end *******/

/******* counter-section-start *******/

.counter-section {
    background: #ff9b1a;
    padding: 46px;
}
.counter {
    text-align: center;
}
.counter h4 {
    font-size: 50px;
    color: #ffffff;
    margin-bottom: 24px;
}
.counter p {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
}

/******* counter-section-end *******/

/******* btc-section-start *******/

.btc-section {
    padding: 80px 0;
    /* background: #ddd; */
}
.btc {
    position: relative;
    width: 60%;
    margin: 0 auto;
    padding: 90px 0;
}
.btc img {
    margin: 0 auto;
}
.feature-box {
    text-align: center;
    padding: 15px 0;
}
.feature-box span {
    /* display: inline; */
    position: relative;
    font-size: 20px;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
}
.feature-box span i {}
.feature-box span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
    transform: rotate(45deg);
}
.feature-box strong {
    font-size: 18px;
    color: #252525;
    display: block;
    margin-top: 20px;
}

.color-red span {
    color: #f05154;
    /* position: relative; */
    /* font-size: 20px; */
    /* width: 35px; */
    /* height: 35px; */
    /* display: inline-block; */
    /* text-align: center; */
    /* line-height: 35px; */
}
.color-red span:before {
    content: "";
    border: 1px solid #f05154;
}
.color-green span {
    position: relative;
    color: #63cd68;
}
.color-green span:before {
    content: "";
    border: 1px solid #63cd68;
}
.color-blue span {
    color: #43c5ca;
}
.color-blue span:before {
    content: "";
    border: 1px solid #43c5ca;
}

.box1 {
    position: absolute;
    left: 0;
    top: 0;
}
.box2 {
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translate(-30%, -50%);
}
.box3 {
    position: absolute;
    left: 35px;
    bottom: 0;
}
.box4 {
    position: absolute;
    top: 0;
    right: -10px;
}
.box5 {
    position: absolute;
    top: 50%;
    right: -10%;
    transform: translate(10%, -50%);
}
.box6 {
    position: absolute;
    bottom: 0;
    right: 0;
}

/******* btc-section-end *******/

/******* team-section-start *******/
 
.team-section {}
.team-section .heading {
    text-align: center;
    padding-bottom: 60px;
}
.team-section h1 {
    font-size: 22px;
    color: #2b2b2b;
    text-transform: uppercase;
    font-weight: bold;
}
.team-section p {
    font-size: 14px;
    max-width: 560px;
    margin: 25px auto;
    color: #6e6e6e;
}
.team-section .heading span {
    width: 60px;
    height: 2px;
    background: #f7931a;
    display: block;
    margin: 0 auto;
}
.service {
    text-align: center;
    margin-bottom: 50px;
}
.service img {
    margin: 0 auto;
    padding-bottom: 30px;
}
.service h3 {
    margin: 20px 0 5px;
    font-size: 18px;
    text-transform: capitalize;
    color: #2b2b2b;
}
.service span {
    font-size: 14px;
    color: #fba057;
    text-transform: uppercase;
    font-weight: bold;
}

/******* team-section-end *******/

/******* contact-section-start *******/

.contact-section {
    background: url(../images/banner-bg-three.jpg);
    padding: 80px;
}
.contact-section .col-3 {
    padding: 33.33%;
    padding: 15px;
    float: left;
}
.contact-section .heading {
    text-align: center;
}
.contact-section .heading h1 {
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.contact-section .heading span {
    width: 60px;
    height: 2px;
    height: 2px;
    background: #f7931a;
    display: block;
    margin: 0 auto;
    /* padding-bottom: 20px; */
}

.contact-form {
    padding: 50px 0 0;
}
.contact-form input {
    width: 100%;
    padding: 14px;
    border: 1px solid #fff;
    border-radius: 5px;
    background: transparent;
    color: #fff;
}
.contact-form textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin: 0 auto;
    background: transparent;
    color: #fff;
}
::placeholder {
    color:#fff;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
  }
.contact-form input[type="submit"] {
   border-radius: 50px;
    display: inline-block;
    width: 150px;
    background: #FFA153;
    border: 1px solid transparent;
    margin-top: 80px;
}

/******* contact-section-end *******/

/******* blog-section-start *******/

.blog-section {
    padding: 80px;
}
.blog-section .heading {
    text-align: center;
    padding-bottom: 30px;
}
.blog-section .heading h1 {
    color: #2b2b2b;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
}
.blog-section .heading p {
    font-size: 14px;
    color: #6e6e6e;
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
}
.blog-section .heading span {
    width: 60px;
    height: 2px;
    background: #f7931a;
    display: block;
    margin: 0 auto;
}
.blog {
    padding-top: 0px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}
.blog img {

}
.blog ul {
 
}
.blog ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 15px;
    font-size: 12px;
    color: #6e6e6e;
    font-family: 'Montserrat', sans-serif;
}
.blog ul li:last-child {
    margin-left: 120px;
}
.blog ul li a {
    display: inline-block;
    background: #f26c4f;
    width: 35px;
    height: 35px;
    text-align: center;
    color: #fff;
    line-height: 35px;
    border-radius: 50px;
    transform: translateY(-20px);
}
.blog h5 {
    font-size: 16px;
    color: #2b2b2b;
    font-weight: bold;
    padding: 15px 0;
    max-width: 320px;
    margin: 0 auto;
}
.blog p {
    font-size: 14px;
    color: #6e6e6e;
    max-width: 323px;
    margin: 0 auto;
    padding-bottom: 15px;
}

/******* blog-section-end *******/

/******* feedback-section-start *******/

.feedback-section {
    padding: 10px 0px;
}
.feedback-section {
    
}
.feedback-section .heading h1 {
    text-align: center;
    color: #2b2b2b;
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 20px;
}
.feedback-section .heading span{
    width: 60px;
    height: 2px;
    background: #f7931a;
    display: block;
    margin: 0 auto;
}
.feedback {
    position: relative;
}
.feedback .left {
    position: absolute;
    top: 50px;
    left: 0;
    transform: translateY(-50%);
    color: #f7931a;
}
..feedback .left:hover {
    
}
.feedback .right {
    position: absolute;
    top: 50px;
    right: 0;
    transform: translateY(-50%);
}

.slider-content {
    text-align: center;
    padding: 35px 0px;
}
.slider-content p {
    margin: 0 auto;
    max-width: 658px;
    font-size: 14px;
    color: #6e6e6e;
}
.slider-content .slider-img {
    margin: 100px 0 30px;
    position: relative;
}
.slider-content .slider-img img {
    margin: 0 auto;
}
.slider-content .slider-img span {
    background: #f7931a;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: -3px;
    border: 2px solid #fff;
}


.slider-content h6 {
    font-size: 16px;
    color: #1c1c1c;
    padding-bottom: 15px;
}
.slider-content span {
    font-size: 14px;
    color: #fb8f2c;
}

/******* feedback-section-end *******/

/******* footer-section-start *******/

.footer-section {
    border-top: 5px solid #fa8e2b;
}
.top-footer {
    background: #101010;
    padding: 50px 0;
}
.footer-one {}
.footer-one img {}
.footer-one p {
     font-size: 15px;
    padding-top: 50px;
    color: #989898;
}
.social {}
.social li {
     list-style: none;
    display: inline-block;
    padding: 5px;
}
.social li a {
     text-decoration: none;
    border: 1px solid #3d3c3a;
    height: 35px;
    width: 35px;
    display: block;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    color: #3d3c3a;
    margin: 20px 0px;
}
.social li a:hover {
    border: 1px solid #00aced;
    color: #00aced;
}

.footer-two{
}

.footer-two h2{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.footer-two span{
    margin: 20px 0px 50px 0px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    height: 1px;
    width: 30px;
    background: #FA8E2B;
}

.footer-two ul{
    overflow: hidden;
}
.footer-two ul li{
    list-style: none;
}
.footer-two ul li:first-child{
    width: 10%;
    float: left;
    padding: 3px 0px;
    color: #989898;
}
.footer-two ul li:last-child{
    display: inline-block;
    color: #989898;
    margin-bottom: 20px;
}
.footer-two ul li i{
    display: block;
}
.footer-three {}
.footer-three h2 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.footer-three span {
     margin: 20px 0px 50px 0px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    height: 1px;
    width: 30px;
    background: #FA8E2B;
}
.footer-three ul {

}
.footer-three ul li {

    list-style: none;
    display: block;
}
.footer-three ul li a{
    text-decoration: none;
    font-size: 14px;
    color: #989898;
    padding-bottom: 3px;
    display: block;
}
.footer-three ul li:first-child {
    width: 17%;
}

.footer-three ul li a:hover{
    color: #00ACED;
}


.footer-four {}
.footer-four h2 {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-family: 'Raleway', sans-serif;
}
.footer-four span {
    background: #f78f2f; 
    display: block;
    width: 40px;
    height: 2px;
}
.footer-four p {
    font-size: 14px;
    color: #989898;
    padding: 55px 0 20px;

}
.footer-four .newsletter {
    position: relative;
}
.footer-four .newsletter input {
    width: 100%;
    padding: 10px 15px;
    border: 0;
    border-radius: 50px;
}
.footer-four .newsletter button {
    background: #fa8e2b;
    border: 0;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    line-height: 35px;
    position: absolute;
    right: 0;
    top: 0;
}
.footer-four .newsletter input::placeholder {
    color:#929292;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
  }
.footer-four .newsletter button i {}

.bottom-footer{
    background: #000000;
    color:#5e5d5d;
    padding: 20px 0px;
}
.copyright{
    float: left;
    width: 20%;
}
.copyright p{
    font-size: 12px;
    color: #5d5d5d;
    
}

.copyright span{
    color: #fff;
}
.footer-menu{
    text-align: right;
}
.footer-menu ul{
}
.footer-menu ul li{
    display: inline-block;
    list-style: none;
}
.footer-menu ul li a{
    display: block;
    text-decoration: none;
    color: #5d5d5d;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    padding-left: 14px;
}
.footer-menu ul li a:hover{
    color:#fff;
}
/******* footer-section-end *******/

