@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*Custom Css Start*/
/*@font-face {
	font-family: "CircularStd-Book";
	src: url('../fonts/CircularStd-Book.woff') format('woff'),
	url('../fonts/CircularStd-Book.woff2') format('woff2'),
	url('../fonts/CircularStd-Book.eot'),
	url('../fonts/CircularStd-Book.eot?#iefix') format('embedded-opentype'),
	url('../fonts/CircularStd-Book.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Circular-Std-Medium";
	src: url('../fonts/Circular-Std-Medium.woff') format('woff'),
	url('../fonts/Circular-Std-Medium.woff2') format('woff2'),
	url('../fonts/Circular-Std-Medium.svg#Circular-Std-Medium') format('svg'),
	url('../fonts/Circular-Std-Medium.eot'),
	url('../fonts/Circular-Std-Medium.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Circular-Std-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "CircularStd-Bold";
	src: url('../fonts/CircularStd-Bold.woff') format('woff'),
	url('../fonts/CircularStd-Bold.woff2') format('woff2'),
	url('../fonts/CircularStd-Bold.eot'),
	url('../fonts/CircularStd-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/CircularStd-Bold.otf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
    }*/

    .owl-fix {
      visibility: hidden;
      opacity: 0;
      transition: opacity 0.3s ease;
  }

  .owl-fix.show {
      visibility: visible;
      opacity: 1;
  }

  .fixed-market-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 20px;
  }
  @media (max-width: 1199px) {
      .fixed-market-grid { grid-template-columns: repeat(3, 1fr); }
  }
  @media (max-width: 991px) {
      .fixed-market-grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 575px) {
      .fixed-market-grid { grid-template-columns: repeat(1, 1fr); }
  }

  @media (min-width:1200px){
   .container{max-width:1200px;}
}
/*@media (min-width:1800px){
	.header-section .container{max-width:1740px;}
}*/

body{font-family: "Poppins", sans-serif;}
h1,h2,h3,h4,h5,h6{font-weight: 600;}
a, a:hover{color:#f16724;}

.btn{min-width:166px; padding:10px 24px; font-size:18px; font-weight: 600; overflow: hidden; position: relative;  -webkit-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
.btn span{position: relative; z-index: 2;}
.btn:after{position: absolute; content: ""; top:0; left:0; width: 0; height: 100%; background: #000;  -webkit-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
.btn:hover{color: #fff;}
.btn:hover:after{width: 100%;}

.btn-primary{background-color:#f16724; border-color:#f16724; color:#fff; border-radius:25px; border:0;}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .btn-primary.focus, .btn-primary:focus, .btn-primary:hover{color: #fff; background-color:#2a2a2a; border-color:#2a2a2a;}
.btn-primary:focus, .btn-primary:hover{box-shadow:none;}
.btn-primary:after{background: #2a2a2a;}

.btn-secondary{background-color:#2a2a2a; border-color:#2a2a2a; color:#fff; border-radius:25px; border:0;}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle, .btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover{color: #fff; background-color:#f16724; border-color:#f16724;}
.btn-secondary:focus, .btn-secondary:hover{box-shadow:none;}
.btn-secondary:after{background: #f16724;}

.btn-lg{border-radius:50px;}
.underline{position: relative; display: inline-block;}
.underline:before{content:''; position: absolute; bottom:14px; left:0; right:0; height:8px; background:#f16724; z-index:-1;}
.section-title{font-size:50px; color:#000; position: relative; z-index:1; letter-spacing:-2px;}
.midium-title{font-size:40px;}
.overflow-div{overflow: hidden;}
/*Custom Css End*/

.footer-section h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
    text-transform: uppercase;
}

.footer-section h4:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: #f16724;
}

.header-section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 104;
    border-bottom: 1px solid rgb(0 0 0 / 7%);
}

.scroll-div {
    width: 100%;
    display: flex
    ;
}

.header-top {
    overflow: hidden;
    padding: 7px 0;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 0.23);
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-expand-lg {
    padding: 15px 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex
    ;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.77);
    font-size: 16px;
    font-weight: 300;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}



/*Header Section Css Start*/
/*.header-section{position: fixed; left:0; right:0; top:0; z-index:1006;}
.header-section .navbar-light{padding-top:45px; -webkit-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
.header-section.fixed .navbar-light{padding-top:10px;}
.header-section.fixed .navbar-light{background-color:#2a2a2a; box-shadow: 0 5px 13px 0 rgb(0 0 0 / 30%); border-bottom: 1px solid rgb(255 255 255 / 10%);}
.header-section .navbar-expand-lg .navbar-collapse{ -webkit-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
.header-section.fixed .navbar-expand-lg .navbar-collapse{/*padding-top:20px;*/}
.header-section .container{align-items:center;}
.navbar-brand img{max-height:89px;  -webkit-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
.right-buttons .btn{font-size:18px; min-width:166px;}
.right-buttons .btn-primary{margin-left:10px;}
.navbar-light .navbar-nav{background-color:transparent;}
.navbar-light .navbar-nav .nav-item{display: flex; align-items: center;}
.navbar-light .navbar-nav .nav-link{padding:0; margin-left:70px; font-size:18px; color:#000;}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .header-section.fixed .navbar-light .navbar-nav .nav-link:hover, .header-section.fixed .navbar-light .navbar-nav .nav-link:focus{color:#f16724;}
.header-section.fixed .navbar-light .navbar-nav .nav-link{color:#fff;}
.header-section.fixed .navbar-expand-lg .navbar-nav .active .nav-link, .header-section.fixed .navbar-expand-lg .navbar-nav .nav-link:hover, .header-section.fixed .navbar-expand-lg .navbar-nav .nav-link:focus{color:#f16724;}
.header-section.fixed .right-buttons .btn-secondary{background:#fff; color:#2a2a2a;}
.header-section.fixed .right-buttons .btn-primary:hover, .header-section.fixed .right-buttons .btn-primary:focus{color:#2a2a2a;}
.header-section.fixed .right-buttons .btn-primary:hover:after, .header-section.fixed .right-buttons .btn-primary:focus:after, .header-section.fixed .right-buttons .btn-primary:active:after{background:#fff;}

.header-section.fixed .right-buttons .btn-primary:not(:disabled):not(.disabled).active, .header-section.fixed .right-buttons .btn-primary:not(:disabled):not(.disabled):active, .show>.header-section.fixed .right-buttons .btn-primary.dropdown-toggle, .header-section.fixed .right-buttons .btn-primary.focus, .header-section.fixed .right-buttons .btn-primary:focus, .btn-primary:hover{background:#fff;}


.navbar-expand-lg .navbar-nav .active .nav-link, .navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link:focus{color:#f16724; text-decoration: none;}
.header-section.fixed .navbar-brand img{max-height:60px;}*/
@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav .dropdown-menu{background: #f16724; border-color: #da9b04; padding:0;}
	.dropdown-item{border-top: 1px solid #ffc844; border-bottom: 1px solid #f5ad00; color:#fff; font-size:15px; padding:8px 14px;}
	.dropdown-item:focus, .dropdown-item:hover{background-color:#2a2a2a; color:#fff;}
}
.top-menu-right{display: flex; margin:0 0 0 auto;}
.navbar-toggler{border:0; padding:0;}
.navbar-toggler:focus{outline: none; text-decoration: none;}
.navbar-close{display:none; position: absolute; top: 10px; right: 20px;}

/*Header Section Css End*/

/*Banner Section Css Start*/
.banner-section{position: relative; padding:250px 0 120px;}
.banner-section:after{content:''; position: absolute; right: -250px; top:80px; width:1250px; height:590px; border-radius:400px; background-color:#fff0cc; z-index:-1; 
-webkit-transform:rotate(-30deg);
-ms-transform:rotate(-30deg);
-o-transform:rotate(-30deg);
-moz-transform:rotate(-30deg);
transform:rotate(-30deg);
}
.right-app{float: right; bottom:-120px; position: relative;}
.banner-section .img-fluid{box-shadow:-3px 0 117px 0 rgba(0,0,0,0.2); border-radius:30px;}
.banner-section h1{font-size:60px; line-height:60px; color:#000; letter-spacing:-3px; margin-bottom:18px; margin-top:0; position: relative; z-index:2;}
.banner-section h1 .underline{margin:10px 0;}
.banner-section h1 .underline:before{bottom:9px; left:4px;}
.banner-section p{font-size:20px; line-height:28px; color:#4c4c4c; margin:0 0 25px; max-width:85%;}
.google-btn{display: block;}
.google-btn a{display: inline-block; border-radius:45px; width:235px; height:75px; background-color:#f16724; color:#fff; padding:16px 25px;  -webkit-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
.google-btn a.app-store{margin-right:15px;}
.google-btn .fa{float: left; width:40px; margin-right:8px; font-size:46px;}
.google-btn svg{float: left; width:40px; margin-right:8px; height:40px;  -webkit-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
.google-btn svg{fill: #fff;}
.google-btn span{display: block; overflow: hidden;}
.google-btn small{display: block; font-size:12px; text-transform:uppercase;}
.google-btn big{display: block; font-size:24px; line-height:24px; font-weight: 600;}
.google-btn a:hover, .google-btn a:focus{background-color:#000; color:#f16724; text-decoration: none;}
.google-btn a:hover svg, .google-btn a:focus svg{fill: #f16724;}

.midd-css{display: flex; align-items:center;}
/*Banner Section Css End*/

/*Wallet Section Css Start*/
.wallet-section{text-align: center; padding:130px 0 125px 0;}
.wallet-section p{font-size:20px; color:#737373; margin:20px 0 30px;}
.wallet-section-inner{max-width:560px; margin:0 auto;}
/*Wallet Section Css End*/

/*Market Section Css Start*/
.market-section{padding:105px 0; background: rgb(255,247,229); background: -moz-linear-gradient(top,  rgba(255,247,229,1) 74%, rgba(255,255,255,1) 100%); background: -webkit-linear-gradient(top,  rgba(255,247,229,1) 74%,rgba(255,255,255,1) 100%); background: linear-gradient(to bottom,  rgba(255,247,229,1) 74%,rgba(255,255,255,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7e5', endColorstr='#ffffff',GradientType=0 );
}
.market-section .section-title{text-align: center; margin-bottom:90px;}

.market-list{background-color:#fff; /*box-shadow:0 0 40px 0 rgba(0,0,0,0.25);*/ border:1px solid #d9d9d9; border-radius:10px; font-weight: 600; padding:25px 16px; overflow: hidden;}
.market-top h3{font-size:17px; color:#000; margin:3px 0 0;}
.market-top p{font-size:14px; color:#a3a3a3; margin:0; font-weight: 600;}
.market-top img{float: left; margin-right:15px;}
.low-high-section{font-weight: 600; padding:10px 0 0;}
.low-high-section big{font-size:27px; color:#000;}
.low-high-section sup{font-size:16px;}
.low-high-section .high{vertical-align:super; margin-left:6px;}
.low-high-section .low{vertical-align:super; margin-left:6px;}
.market-list-right{display: block; overflow:hidden;}
.market-graph{margin:0 -27px 0; min-height:90px;}

.high{color:green !important;}
.low{color:#ff0000 !important;}

.high:before{content:''; display: inline-block; vertical-align:middle; border:5px solid transparent; border-bottom-color:green; margin-right:6px; margin-bottom:5px;}
.low:before{content:''; display: inline-block; vertical-align:middle; border:5px solid transparent; border-top-color:#f00; margin-right:6px; margin-bottom:0;}


.markets-bitkart-section .owl-carousel .owl-nav button.owl-next, .markets-bitkart-section .owl-carousel .owl-nav button.owl-prev{width: 46px; height: 46px; line-height: 44px; text-align: center; border-radius: 30px; background: #fff; position: absolute; top: 50%; margin:-25px 0 0; left: -23px; border: 1px solid #d9d9d9; font-size: 34px;}
.markets-bitkart-section .owl-carousel .owl-nav button.owl-next{left: auto; right: -23px;}
.markets-bitkart-section .owl-theme .owl-nav [class*='owl-']:hover{color:#000; background:#fff; outline: none; box-shadow:none;}
.markets-bitkart-section .owl-theme .owl-nav{margin-top:0;}
.markets-bitkart-section .owl-carousel .market-list{margin-bottom:0 !important;}

.markets-bitkart-section .one-five{}

.ad-placeholder-box{position:relative; display:flex; flex-direction:column; align-items:center; justify-content:center; min-height:150px; text-align:center; background-color:#fff; border:1px solid #d9d9d9; border-top:3px solid #f16724; border-radius:10px; -webkit-transition:all 0.25s ease-in-out; transition:all 0.25s ease-in-out;}
.ad-placeholder-box:hover, .ad-placeholder-box:focus{box-shadow:0 10px 30px 0 rgba(241,103,36,0.15); transform:translateY(-4px);}
.ad-placeholder-badge{display:inline-block; padding:4px 14px; margin-bottom:14px; font-size:11px; font-weight:700; letter-spacing:0.4px; text-transform:uppercase; color:#f16724; background-color:#fdeee4; border-radius:20px;}
.ad-placeholder-icon{display:inline-flex; align-items:center; justify-content:center; width:38px; height:38px; margin-bottom:14px; border-radius:50%; background-color:#f16724; color:#fff;}
.ad-placeholder-box h3{font-size:16px; font-weight:700; color:#000; margin:0 0 10px;}
.ad-placeholder-cta{font-size:13px; font-weight:600; color:#f16724;}
.ad-placeholder-box:hover .ad-placeholder-cta, .ad-placeholder-box:focus .ad-placeholder-cta{color:#ff9300; text-decoration:underline;}
/*Market Section Css End*/

/*Features Section Css Start*/
.features-section{padding:100px 0;}
.features-section .section-title{max-width:470px; font-size:60px; margin-bottom:-172px; position: relative; z-index:2;}
.feature-list{position: relative; background-color:#fff; box-shadow:3px 0 49px 0 rgba(0,0,0,0.06); border-left:4px solid transparent; padding:45px 20px; margin-top:30px; -webkit-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
.feature-list h4{font-size:22px; color:#000; margin-top:25px}
.feature-list h4 a{color:#000;}
.feature-list p{font-size:16px; color:#585858; margin:0 0 10px}
.feature-arow{font-size:24px; color:#cccccc;}
.feature-icon{margin-left:15px;}

.feature-list:hover, .feature-list:focus{box-shadow:3px 0 49px 0 rgb(0 0 0 / 12%); transform: translate(-10px, -10px); border-left-color:#f16724;}
.feature-list h4 a:hover, .feature-list h4 a:focus, .feature-arow:hover, .feature-arow:focus{color:#f16724; text-decoration: none;}
/*Features Section Css End*/

/*More Bitkart Services Css Start*/
.bitkart-services{padding:40px 0 220px; position: relative;}
.bitkart-services:after{content:''; position: absolute; left: -500px; top:-40px; width:1470px; height:700px; border-radius:350px; background-color:#fff0cc; z-index:-1; 
-webkit-transform:rotate(20deg);
-ms-transform:rotate(20deg);
-o-transform:rotate(20deg);
-moz-transform:rotate(20deg);
transform:rotate(20deg);
}
.bitkart-services .section-title{margin-bottom:180px; text-align:center;}
.service-list{display: block; padding-right:25px; margin-bottom:30px;}
.service-list h4{font-size:24px;}
.service-list h4 a{color:#000;}
.service-list h4 a:hover, .service-list h4 a:focus{color:#f16724; text-decoration: none;}
.service-list p{font-size:20px; line-height:25px; color:#736c5b;}
.services-icon{float: left; margin-right:15px; width:48px; height:48px; line-height:48px; border-radius:50%; font-size:24px; text-align: center; background-color:#f16724; color:#fff;}
.services-icon:hover, .services-icon:focus{background-color:#444;}
.services-icon svg{width:22px; fill:#fff;}
.service-list-inner{display: block; overflow: hidden;}
/*More Bitkart Services Css End*/

/*Exchange Services Css Start*/
.exchange-services{padding:100px 0 0; text-align: center;}
.exchange-services p{font-size:20px; line-height:28px; color:#736c5b; margin:30px 0 40px;}
.exchange-services .btn-primary{margin-bottom:60px; min-width:205px;}
.exchange-services-inner{max-width:680px; margin:0 auto;}
/*Exchange Services Css End*/

/*Latest News Section Css Start*/
.latest-news-services{padding:50px 0; background: rgb(255,247,229); background:linear-gradient(to bottom, rgb(255 248 244) 45%, rgba(255, 255, 255, 1) 100%);}
.latest-news-services .section-title{text-align: center; margin-bottom:0;}
.latest-news-services .intro{font-size:20px; color:#736c5b; text-align: center; margin-bottom:40px;}

.news-list{height:calc(100% - 24px); margin-bottom:24px; border-radius:12px; overflow: hidden; font-weight: 600; background-color:#fff; box-shadow:3px 0 49px 0 rgba(0,0,0,0.06); -webkit-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
.news-list h4{font-size:22px; line-height:30px; margin:4px 0 30px; min-height:90px;}
.news-list h4 a{color:#000;}
.news-img{height:280px; display: block; background-color:#f16724;}
.news-img img{width:100%; height:100%; opacity:1;  -webkit-transition: all 0.35s ease-in-out; -ms-transition: all 0.35s ease-in-out; -o-transition: all 0.35s ease-in-out;}
.time-box{font-size:16px; color:#a3a3a3;}
.authore{font-size:16px; color:#000;}
.authore:before{content:''; display: inline-block; width:35px; height:3px; background:#f16724; vertical-align: middle; margin-right:5px;}
.news-inner{padding:25px;}
.news-list:hover, .news-list:focus{box-shadow:0px 20px 30px 0 rgb(0 0 0 / 20%);}
.news-list:hover .news-img img, .news-list:focus .news-img img{opacity:0.8;}
.news-list h4 a:hover, .news-list h4 a:focus, .authore:hover, .authore:focus{color:#f16724; text-decoration: none;}
/*Latest News Section Css End*/

/*Footer Section Css Start*/
.footer-section{background:#2a2a2a;}
.footer-section h5{font-size:20px; color:#f16724; margin:0 0 25px;}
.footer-section ul{list-style: none; padding:0; margin:0 0 40px;}
.footer-section ul li{display: block; margin:18px 0;}
.footer-section ul li a{color:#fff; font-size:16px;}
.footer-section ul li a:hover, .footer-section ul li a:focus{color:#f16724; text-decoration: none;}
.footer-logo{margin-bottom:10px;}
.subscribe-box{background:#fff; height:auto; border-radius: 20px 20px 80px 80px; padding: 30px 48px 30px; top: -40px; position: relative; margin-bottom:120px; min-height:114px; z-index:4;}
.subscribe-box .input-group{float: right; width:400px;}
.subscribe-box .form-control{float: left; height:54px; border-radius:30px !important; padding-right:60px; padding-left:25px; color:#b0b0b0;}
.subscribe-box .form-control:focus{border-color:#f16724; outline: none; box-shadow:0 0 0 2px #f16724;}
.subscribe-box .form-control::-webkit-input-placeholder{color:#b0b0b0;}
.subscribe-box .form-control::-moz-placeholder{color:#b0b0b0;}
.subscribe-box .form-control:-ms-input-placeholder{color:#b0b0b0;}
.subscribe-box .form-control:-moz-placeholder{color: pink;}
.subscribe-box .control-label{font-size:24px; color:#f16724; margin:9px 0 0;}
.subscribe-box .input-group-append .btn{width:54px; height:54px; line-height:54px; border-radius:50% !important; font-size:25px; background-color:#f16724; color:#fff; min-width:1px; padding:0; position: absolute; top:0; right:0; z-index:5;}

.social-list{width:48px;}
.social-list a{font-size:24px; width:48px; height:48px; line-height:53px; padding:0; min-width:1px; text-align: center; border-radius:50%; margin-bottom:18px;}

.copyright{text-align: center; border-top:1px solid #404040; padding:30px 0; margin-top:30px;}
.copyright p{margin:0; font-size:16px; color:#fff;}
/*Footer Section Css End*/

/*Page Title Start*/
.page-title1{background:#2a2a2a; padding:120px 0 20px; text-align: center; width:100%; min-height:462px; display: flex; align-items: center;}
.page-title1 h1, .page-title1 h2{font-size:60px; color:#fff; position: relative; z-index:1; font-weight:600; margin:0;}
.page-title1 .underline:before{bottom: 17px; left: 7px; right: 7px;}

/*Page Title End*/

/*About Page Css Start*/
.inner-header .navbar-light .navbar-nav .nav-link{color:#fff;}
.inner-header .btn-secondary{background:#fff; color:#2a2a2a;}
.inner-header .btn-primary:hover{color:#2a2a2a;}
.inner-header .btn-primary:after{background: #fff;}
.inner-header .btn-primary:not(:disabled):not(.disabled).active, .inner-header .btn-primary:not(:disabled):not(.disabled):active, .show>.inner-header .btn-primary.dropdown-toggle, .inner-header .btn-primary.focus, .inner-header .btn-primary:focus, .inner-header .btn-primary:hover{color: #2a2a2a; background-color: #fff; border-color: #fff;}

/*Make Money Section Start*/
.make-money-section{padding:100px 0; text-align: center; }
.make-money-section .section-title{max-width:600px; margin-left:auto; margin-right:auto;}
.make-money-section p{font-size:22px; line-height:35px; color:#000; margin:25px 0 50px;}
.make-money-section .btn-primary{margin-bottom:80px; min-width:205px;}
.make-money-inner{max-width:820px; margin:0 auto;}
/*Make Money Section End*/

/*Doing About Section css Start*/
.doing-about-section{padding:120px 0; background: rgb(255,247,229); background: -moz-linear-gradient(top,  rgba(255,247,229,1) 74%, rgba(255,255,255,1) 100%); background: -webkit-linear-gradient(top,  rgba(255,247,229,1) 74%,rgba(255,255,255,1) 100%); background: linear-gradient(to bottom,  rgba(255,247,229,1) 74%,rgba(255,255,255,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7e5', endColorstr='#ffffff',GradientType=0 );}
.doing-about-section .col-xl-6{align-items:flex-end; display: flex;}
.doing-about-section p{font-size:22px; line-height:35px; color:#787160;	margin:25px 0 40px;}
.doing-about-section .btn-primary{min-width:220px;}
/*Doing About Section css End*/

/*Global Team Section Css Start*/
.global-team-section{text-align: center; padding:100px 0;}
.global-team-section .section-title{font-size:60px;}
.global-team-section p{font-size:20px; color:#737373; margin:30px 0 80px;}
/*Global Team Section Css End*/

/*About Page Css End*/

/* Market Page Css Start*/
.markets-bitkart-section{ padding:70px 0 20px;}
.markets-bitkart-section h1{font-size:36px; color:#000;}
.markets-bitkart-section .nav-pills{margin:60px 0 80px;}
.markets-bitkart-section .nav-pills .nav-link{font-size:18px; color:#000; padding:6px 18px; margin-right:15px;}
.markets-bitkart-section .nav-pills .nav-link.active, .markets-bitkart-section .nav-pills .show>.nav-link{color:#fff; background-color:#f16724;}
.markets-bitkart-section1 .tab-content>.tab-pane{min-height:248px;}

.currencies-favaourites-inner{box-shadow:0px 5px 22px 0 rgb(0 0 0 / 18%); background-color:#fff; position: relative; margin:50px 0 40px;}
.currencies-favaourites-inner .nav-tabs{border:0; margin:20px 30px; float: left;}
.currencies-favaourites-inner .nav-tabs .nav-link{border:0; color:#000; border-radius: 5px; text-transform: capitalize; padding: 6px 20px; font-size: 18px; margin-right:30px;}
.currencies-favaourites-inner .nav-tabs .nav-item.show .nav-link, .currencies-favaourites-inner .nav-tabs .nav-link.active{background:#f16724; color:#000; border:0;}






.exchanges-top-search .nav-pills{margin: 0 0 20px;}

.copyright-section p {
    margin-bottom: 0;
    color: rgba(255,255,255,0.4);
}







/*Div base Table Css Start*/
.table-responsive{overflow-y: auto;}
.table-responsive::-webkit-scrollbar{-webkit-appearance: none;}
.table-responsive::-webkit-scrollbar:vertical{width: 11px;}
.table-responsive::-webkit-scrollbar:horizontal{height: 11px;}
.table-responsive::-webkit-scrollbar-thumb{border-radius: 8px; border: 2px solid white; background-color: rgba(0, 0, 0, .5);}

.div-base-table{display: flex; flex-wrap: wrap;}
.div-base-table .line-break{flex-basis: 100%; width: 0px;  height: 0px;  overflow: hidden;}
.div-base-table-head{border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6; width: 100%}
.div-base-table-row{border-bottom:1px solid #e6e6e6; border-top:1px solid #e6e6e6; margin-top:-1px;}
.div-base-table-body{width:100%;}
.thead-col, .tbody-col{color:#000; display: flex; align-items: center; font-size:16px; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; padding:10px 25px;}
.thead-col{font-size:16px; font-weight:500;}
.action-text-right{text-align: right; width:100%; min-width:120px;}
.caret-icon{display:flex; margin:4px 0 0 4px;}
.caret-icon:after{content:''; border:5px solid transparent; border-top-color:#000;}

.table-number{width:25px; height:25px; line-height:25px; font-size:16px; float: left; margin-right:8px;}
.hover-start{padding:0; border:0; font-size:18px; height:100%; display: none; background-color:transparent; color:#8b8b8b; cursor:pointer;}
.hover-start:focus, .hover-start:active{outline:none;}
.hover-start.fill-star{color:#f16724; outline: none !important; box-shadow: none !important;}
.hover-start.fill-star:before{content:'\f005'; font-family:'FontAwesome';}

.div-base-table-row:hover .table-number span{display: none;}
.div-base-table-row:hover .hover-start{display: block;}

.listname{width:100%; display: flex; align-items: center;}
.listname img{float: left; margin-right:12px;}
.listname h5, .table-doller{font-size:16px; font-weight:500; margin:0; color:#2d323b;}
.btc-name{display: inline-block; font-size:15px; font-weight:600; color:#7d828d;}
.table-doller{text-align: right;}
.table-precentage{text-align: right; font-weight:500;}
.table-precentage.minus-precentage{color:#c13636;}
.market-precentage, .hour-value24{font-weight:500;}

.currencies-favaourites-inner .exchanges-top-search .nav-pills {
    padding: 15px;
    margin: 0;
}

.table-btn{padding:5px 8px; min-width:1px; margin-left:4px; font-size:15px; color:#2d323b; background-color:transparent; border:0;  -webkit-transition: all 0s ease-in-out; -moz-transition: all 0s ease-in-out;  -o-transition: all 0s ease-in-out;  transition: all 0s ease-in-out;}

.circle-btn{padding:0; min-width:1px; width:33px; height:33px; line-height:33px; border-radius:50%; margin-left:4px; font-size:15px; background-color:#dcdcdc; border:0; overflow:visible; position: relative;  -webkit-transition: all 0s ease-in-out; -moz-transition: all 0s ease-in-out;  -o-transition: all 0s ease-in-out;  transition: all 0s ease-in-out;}
.circle-btn:after{border-radius:50%;}
.circle-btn:hover:after{background-color:#f16724;}
.circle-btn svg{width:20px; fill:#000;  -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out;  -o-transition: all 0.3s ease-in-out;  transition: all 0.3s ease-in-out;}
.circle-btn:hover svg{fill:#fff;}

.div-base-table-row-inner, .div-base-table-head-inner{display: flex; width:100%;}
.div-base-table-row{width:100%; cursor:pointer; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out;  -o-transition: all 0.4s ease-in-out;  transition: all 0.4s ease-in-out;}
.div-base-table-row:hover, .div-base-table-row:focus{background-color:rgb(255 248 244);}
.div-base-table-row:hover .table-btn.btn-primary, .div-base-table-row:focus .table-btn.btn-primary{color:#fff; background-color:#f16724; border:0;}
.div-base-table-row:hover .table-btn.btn-black, .div-base-table-row:focus .table-btn.btn-black{color:#fff; background-color:#2d323b; border:0;}
.div-base-table-row:hover .table-btn.btn-yellow, .div-base-table-row:focus .table-btn.btn-yellow{color:#fff; background-color:#ff9300; border:0;}

.featured-row{background-color:#fffaf1; border-left:3px solid #f16724;}
.featured-row:hover, .featured-row:focus{background-color:#fdf1e4;}
.featured-badge{display:inline-flex; align-items:center; justify-content:center; width:22px; height:22px; color:#fff; background-color:#f16724; border-radius:50%;}
.live-rate-badge{display:inline-flex; align-items:center; justify-content:flex-end; gap:6px; font-size:13px; font-weight:600; color:#8b8b8b;}
.live-dot{width:8px; height:8px; border-radius:50%; background-color:#2ecc71; -webkit-animation:live-dot-pulse 1.4s ease-in-out infinite; animation:live-dot-pulse 1.4s ease-in-out infinite;}
@-webkit-keyframes live-dot-pulse{0%,100%{opacity:1;} 50%{opacity:0.35;}}
@keyframes live-dot-pulse{0%,100%{opacity:1;} 50%{opacity:0.35;}}

.innerdiv{width:100%; text-align: right;}
.tooltip-inner{background-color:#f16724 !important; min-width:65px;}
.tooltip.bs-tooltip-top .arrow:before{border-top-color:#f16724 !important;}

.mid-ad-div{margin:50px 0;}
/*Div base Table Css End*/

/* Market Page Css End*/

/*Supercharge Your Section Css Start*/
.supercharge-mining-section{padding:280px 0 80px;}
.supercharge-section{padding-bottom:100px;}
.supercharge-section h1{font-size:60px; color:#000;}
.supercharge-section h1 .underline:before{bottom:16px;}
.supercharge-section p{font-size:20px; color:#737373; margin:25px 0 40px; max-width:500px;}
.supercharge-section .btn{min-width:193px; margin-right:10px;}


.supercharge-feature-section{padding:100px 0; text-align: center;}
.supercharge-feature h4{font-size:26px; color:#000; margin:25px 0 12px;}
.supercharge-feature h4 a{color:#000;}
.supercharge-feature h4 a:hover, .supercharge-feature h4 a:focus{color:#f16724; text-decoration: none;}
.supercharge-feature p{font-size:18px; line-height:26px; color:#000; max-width:90%; margin:0 auto;}
.supercharge-icon{width:92px; height:92px; line-height:92px; text-align: center; border-radius:50%; display: inline-block; margin:0 auto; background-color:#fff; box-shadow:0 8px 29px 0 rgba(0,0,0,0.1);  -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out;  -o-transition: all 0.4s ease-in-out;  transition: all 0.4s ease-in-out;}
.supercharge-feature:hover .supercharge-icon, .supercharge-feature:focus .supercharge-icon{background-color:#000; box-shadow:0 8px 29px 0 rgba(255,255,255,0.1)}

.testimonials-section{padding:100px 0; }
.testimonials-section h2{font-size:60px; color:#000; margin-bottom:0; text-align: center;}
.testimonials-section h2 .underline:before{bottom:17px;}
.testimonials-section p{font-size:22px; line-height:32px; color:#000; min-height:170px;}
.testimonials-section h4{font-size:26px; line-height:26px; color:#f16724;}
.authore-post{font-size:16px; line-height:24px; color:#7c7c7c;}
.testimonials-section .intro{font-size:20px; color:#737373; margin-bottom:75px; text-align: center;}
.video-box{position: relative; border-radius:10px; overflow: hidden; display: inline-block; margin-bottom:100px;}
.video-box:before{content:''; position: absolute; top:0; right:0; width:100%; height:100%; background-color:rgba(0,0,0,0.72);  -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out;  -o-transition: all 0.4s ease-in-out;  transition: all 0.4s ease-in-out;}
.video-box .fa{font-size:85px; position: absolute; top:50%; left:50%; -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -o-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); transform:translate(-50%, -50%);  -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out;  -o-transition: all 0.4s ease-in-out;  transition: all 0.4s ease-in-out;}
.video-box:hover:before, .video-box:focus:before{background-color:rgb(255 181 2 / 72%);}
.video-box:hover .fa, .video-box:focus .fa{color:#000;}
.video-box .fa:hover, .video-box .fa:focus{color:#f00;}

.full-height{height:80vh;}
.modal .close{position: absolute; top:-15px; right:-15px; width:40px; height:40px; line-height:40px; border-radius:50%; text-align: center; font-size:24px; background-color:#f00; color:#fff; opacity:1;}
/*Supercharge Your Section Css End*/



.currencies-favaourites-inner nav{text-align: center;}
.pagination {
	margin: 15px auto;
	display: inline-flex;
	list-style: none;
	outline: none;
}
.pagination > .active > a{
	background-color: #47ccde ;
	border-color: #47ccde ;
	color: #fff;
}
.pagination > li > a{
	border: 1px solid #47ccde ;
	padding: 5px 10px;
	outline: none;
	cursor: pointer;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
	background-color: #47ccde ;
	border-color: #47ccde;
	outline: none ;
}
.pagination > li > a, .pagination > li > span{
	color: #47ccde
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span{
	border-radius: unset
}

.biggest-tile h5 {
	margin: 0 28px;
	font-size: 18px;
	position: relative;
	display: inline-block;
	padding-right: 25px;
}




/*Top Action Div Start*/
.top-action-div{padding:35px 0 10px;}
.top-action-div p{font-size:13px; color:#414141; margin:10px 0 0; float: left;}
.top-action-div p span{color:#00b1ff; display: inline-block; padding:0 8px 0 5px;}
.web-change-div{float: right; display: flex; align-items:center;}
.advertise-label{margin:0 12px 0 0; font-weight:600; font-size:14px;}
.langue-dropdown{width:100px; display: inline-block;}
.langue-dropdown select{padding:0 30px 0 10px; height:36px; border-color:#00b1ff; font-size:14px; color: #414141; font-weight: 600; background-color:#fff; background-image:url(../img/dropdown-arrow2.png); background-repeat:no-repeat; background-position:100% 50%;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}
.amount-dropdown{width:75px; display: inline-block;position: relative;}
.amount-dropdown select{padding:0 30px 0 10px; height:36px; border-color:#00b1ff; font-size:14px; color: #414141; font-weight: 600; background-color:#fff; background-image:url(../img/dropdown-arrow.png); background-repeat:no-repeat; background-position:100% 50%;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}
.amount-dropdown:before{content:''; position: absolute; right:30px; top:50%; margin-top:-7px; height:13px; border-right:1px solid #414141; pointer-events: none;}
.day-night-website{display: inline-block; margin:0 15px; border-radius:3px;}
.day-night-website span{background-image:url(../img/day-night-icon.png); background-repeat:no-repeat; background-position:center 4px; width:26px; height:23px; display: block;}

/*Top Action Div End*/


.back-markets{font-size:20px; font-weight:600; margin:0; padding:30px 0;}
.back-markets a{color:#00b1ff;}
.back-markets a:hover, .back-markets a:focus, .back-markets a:active{color:#2a2e36; text-decoration: none;}

.detail-company-name{text-align: left;}
.detail-company-name h1{font-size:56px; color:#2a2e36; margin:0; padding:0 3px; display: inline-block; vertical-align: middle;}
.detail-company-name span{font-size:32px; color:#666; font-weight:500; display: inline-block; vertical-align:bottom;}
.detail-company-name img{display: inline-block; vertical-align: middle; margin-right: 4px;}

.detail-top-head-sub{overflow: hidden; display: flex; align-items:center; padding:30px 45px;}
.market-cap{width:25%; float:left;}
.market-cap h5{display: inline-block; padding-right: 25px; font-size: 16px; font-weight: 500; margin: 0; color: #000; position: relative;}
.market-cap .btc-name{display: block;}
.detail-top-doller{font-size:38px; font-weight:500; color:#2a2e36; text-align: left; width:50%; float: left;}
.market-cap .info-popover{top:0;}

.arrow-div{overflow: hidden; padding:20px 0; margin-top: 20px;}
.arrow-div a{color:#878787; text-transform: uppercase; font-size:18px;}
.arrow-div .fa{color:#00b1ff;}
.arrow-div a:hover, .arrow-div a:focus, .arrow-div a:active{color:#00b1ff; text-decoration: none;}

.social-div a{display: inline-block; width:32px; height:32px; line-height:32px; text-align: center; background-color:#2196f3; color:#fff; font-size:18px; border-radius:3px; margin-right:5px;}
.social-div a:hover, .social-div a:focus, .social-div a:active{background-color:#2a2e36; color:#fff; text-decoration: none;}
.social-div a > &nbsp;{display: none;}

.tether-boxs{padding:30px 20px 20px; box-shadow:0px 5px 22px 0 rgb(0 0 0 / 18%); margin:30px 0 0; background:#fff;}
.tether-boxs h6{font-size:16px; margin-bottom: 14px;}
.tether-boxs dl{padding:0; margin:0; overflow: hidden; width:100%;}
.tether-boxs dl dt, .tether-boxs dl dd{width:50%; float: left; font-weight: 400; color:#000;}
.tether-boxs dl dt{clear: both; position: relative;}
.tether-boxs dl dd{margin-bottom:12px; font-weight:500;}
.tether-boxs .info-popover{position: static; margin-left:2px;}
.tether-boxs .tether-meta dl dd{text-align: right;}

.token-summery .row{margin:0 -5px;}
.token-summery .col{padding:0 5px;}

.token-summery-list{border:1px solid #dddee1; position: relative; padding:10px; min-height:130px;}

.token-summery h5{font-weight:800; font-size:17px;}
.token-summery-list .info-popover{top:0;}
.token-summery-list .info-popover .fa{color:#5d5d5d;}
.token-summery-list h6{font-size:13px; line-height:18px; position: relative; padding-right: 10px;}
.graph-point-list{display: inline-block; margin-right: 5px; line-height:20px;}
.graph-point-list span, .graph-point-list strong{display: block; font-weight: 400;}
.primary-color{color:#2196f3;}
.gray-color{color:#dcdfe8;}
.yellow-color{color:#f8a138;}
.token-summery .btn-midium{margin-top:25px;}

.markets-graph{margin:80px 0;}
.markets-graph h5{font-weight:700; font-size:18px;}
.markets-graph-inner{box-shadow:0px 5px 22px 0 rgb(0 0 0 / 18%); background:#fff;}
.markets-graph-inner .col-lg-6:first-child{display: flex; align-items: center;}
.markets-circle-graph{padding:10px 10px 10px 50px;}
.detail-top-head-btn .btn{margin:0 3px;}
.chart-content{}
.chart-content ul{list-style: none; padding:0; margin:0; overflow: hidden;}
.chart-content ul li{display: block; position: relative; padding:12px 20px 12px 50px; overflow: hidden;}
.chart-content ul li:before{content:''; position: absolute; top:50%; left:20px; margin-top:-5px; width:10px; height:10px; border-radius:50%; background-color: #000;}
.chart-content ul li:hover{background-color:rgb(0 177 255 / 17%);}
.chart-content ul li span{float: left; width:33.33%; text-align: center; font-size:18px; color:#000; font-weight:400;}
.chart-content ul li span:first-child{text-align: left;}
.chart-content ul li span:last-child{text-align:right;}
.chart-content ul li:nth-child(2n+1) span:first-child{color:#00b1ff;}

.detail-chart{width:100%; height:420px;}
.detail-chart1{width:100%; height:475px;}

.holds-the-iframe {
	background:url(../img/loader.gif) center center no-repeat;
}
.holds-the-iframe iframe{width:100%;}



/*Dark Mode Css Start*/
.night-mode{background:#2a2a2a;}
.day-night-website{display: inline-block; margin:3px 0 0 30px; border-radius:0;}
.day-night-website span{background-image: url(../img/new-day-night-icon.png); background-repeat: no-repeat; background-position: center 0; width: 26px; height: 23px; display: block;}
.day-night-website.active span{background-position: center -69px;}
.header-section.fixed .day-night-website span{background-position: center -23px;}
.header-section.fixed .day-night-website.active span{background-position: center -69px;}

.night-mode{}
.night-mode .navbar-light .navbar-nav .nav-link{color:#fff;}
.night-mode .navbar-expand-lg .navbar-nav .active .nav-link, .night-mode .navbar-expand-lg .navbar-nav .nav-link:hover, .night-mode .navbar-expand-lg .navbar-nav .nav-link:focus{color: #f16724; text-decoration: none;}
.night-mode .markets-bitkart-section, .night-mode .latest-news-services{background: rgb(0 0 0); background: -moz-linear-gradient(top, rgba(255,247,229,1) 74%, rgba(255,255,255,1) 100%); background: -webkit-linear-gradient(top, rgb(0 0 0) 74%,rgb(33 33 33) 100%); background: linear-gradient(to bottom, rgb(0 0 0) 74%,rgb(33 33 33) 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7e5', endColorstr='#ffffff',GradientType=0 );}
.night-mode .section-title{color:#fff;}
.night-mode .latest-news-services .intro{color:#a5a5a5;}
.night-mode .subscribe-box{background:#1c1c1c;}
.night-mode .markets-bitkart-section h1{color:#fff;}
.header-section.fixed .day-night-website{}


/*Currency page css Start*/
.night-mode body{background:#000;}
.night-mode .detail-company-name h1{color:#fff;}
.night-mode .top-action-div.listname h5{color:#fff;}
.night-mode .detail-top-doller{color:#fff;}
.night-mode .btn-primary{color:#222;}
.night-mode .btn-primary:after{background:#fff;}
.night-mode .btn-primary:hover, .night-mode .btn-primary:focus{color:#000;}
.night-mode .social-list a.btn-primary{color:#fff;}
.night-mode .currencies-favaourites h4{color:#fff;}
.night-mode .token-summery{color:#fff;}
.night-mode .markets-graph h5, .night-mode .market-cap h5{color:#fff;}
.night-mode .table-bordered td, .night-mode .table-bordered th{color:#fff;}

/*Currency page css End*/

.close-top-menu{display:none;}

/*Dark Mode Css End*/




/*Responsive Start//////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (max-width:1460px){
	.header-section .container{max-width:100%;}
	.navbar-expand-lg{padding-left:0; padding-right:0;}
	.banner-section:after{top: -70px; width:960px; height: 700px;}
	.bitkart-services:after{top: 30px; width: 1180px;}
}

@media (max-width:1199px){
	.navbar-light .navbar-nav .nav-link{margin-left:35px;}
	.right-buttons .btn{font-size: 16px; min-width: 146px;}
	.header-section .navbar-light{padding-top:25px;}
	.section-title{font-size:40px;}
	.underline:before{bottom:11px;}
	.banner-section{padding:210px 0 40px;}
	.banner-section:after{top: -108px; width: 780px; height: 610px;}
	.banner-section h1{font-size: 50px; line-height: 50px;}
	.banner-section .img-fluid{max-width:210px; border-radius:23px;}
	.right-app{bottom: -50px;}
	.google-btn a{padding:11px 15px 15px; width: 200px; height: 65px;}
	.google-btn a.app-store{margin-right: 5px;}
	.google-btn .fa{width:26px; font-size:32px; margin-top:5px;}
	.google-btn svg{width:35px;}
	.google-btn big{font-size: 20px; line-height: 22px;}

	.market-list{margin-bottom:30px;}
	.bitkart-services:after{top: 60px; width: 1020px;}
	.news-img{height:160px;}

	.wallet-section{padding-bottom:80px;}
	.market-section, .features-section, .make-money-section, .doing-about-section, .global-team-section{padding:80px 0;}
	.features-section .section-title{max-width: 410px; font-size: 50px;}
	.banner-section p, .wallet-section p{font-size:18px; line-height:24px; max-width:100%;}
	.market-section .section-title{margin-bottom: 40px;}
	.market-top img{max-width: 35px;}
	.market-top h3, .feature-list h4, .service-list h4{font-size:18px;}
	.low-high-section big{font-size:26px;}
	.feature-list p{line-height:21px;}
	.service-list p{font-size: 18px; line-height: 21px;}
	.bitkart-services{padding: 40px 0 50px;}
	.bitkart-services .section-title{margin-bottom:80px}
	.exchange-services-inner{max-width: 540px;}
	.latest-news-services{padding: 40px 0 50px;}
	.subscribe-box .control-label{font-size:20px;}
	.footer-section ul li{margin:10px 0;}
	.footer-section ul li a{font-size:15px;}
	.social-list a{font-size: 18px; width: 40px; height: 40px; line-height: 43px;}
	.page-title1 h1, .page-title1 h2, .global-team-section .section-title{font-size:45px;}
	.page-title1{min-height:340px;}
	.page-title1 .underline:before{bottom: 13px;}

	/*Market Page Css start*/
	.big-table .div-base-table{min-width:1040px;}
	.markets-bitkart-section{padding-top:60px;}
	/*Market Page Css End*/

    .header-section .navbar-expand-lg{padding:0 12px;}
    .market-top{display: flex; align-items: center;}
    .owl-carousel .owl-item .market-top img{width: 49px !important; height: auto !important;}
    .market-list{min-height:88px;}

    .news-list h4{font-size:18px; line-height:22px;}
}

@media (max-width:991px){
	.navbar-expand-lg{padding-left: 15px; padding-right: 15px;}
	.header-section .navbar-light{padding-top:10px;}
	.header-section .container{display: block;}
	.navbar-brand img{max-height:50px;}
	.header-section.fixed .navbar-brand img{max-height:35px;}
	.overflow-hide{overflow: hidden;}
	.navbar-close{display: block;}
	.navbar-collapse{padding:60px 0 15px; position:fixed; top:-250%; right:0; text-align: center; display: block !important; height:100% !important; visibility: visible !important; width:100%; z-index:104; background:#fff;  -webkit-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;}
	.navbar-collapse.show-menu{top:0;}
	.navbar-light .navbar-nav .nav-link{margin: 0 0 24px 0; font-size: 20px;}
	.right-buttons{margin:50px 0 0;}
	.right-buttons .btn{margin:0 5px;}
	.navbar-light .navbar-nav .nav-item{display: block;}
	.header-section.fixed .navbar-toggler svg path, .header-section.inner-header .navbar-toggler svg path{stroke: #fff; background-color:#fff}
	.header-section.fixed .navbar-light .navbar-nav .nav-link, .inner-header .navbar-light .navbar-nav .nav-link{color:#000;}
	.header-section.fixed .right-buttons .btn-secondary, .inner-header .btn-secondary{background: #2a2a2a; color: #fff;}
	.header-section.fixed .right-buttons .btn-primary:hover, .header-section.fixed .right-buttons .btn-primary:focus, .header-section.inner-header .right-buttons .btn-primary:hover, .header-section.inner-header .right-buttons .btn-primary:focus{color: #fff;}
	.header-section.fixed .right-buttons .btn-primary:hover:after, .header-section.fixed .right-buttons .btn-primary:focus:after, .header-section.inner-header .right-buttons .btn-primary:hover:after, .header-section.inner-header .right-buttons .btn-primary:focus:after{background:#2a2a2a;}
	.header-section.fixed .navbar-expand-lg .navbar-collapse{padding-top:60px;}

    .header-section ul.navbar-nav.ml-auto{width: 100%;}

	.top-menu-right{display: block; overflow-y: auto; max-height: 100%;}
	.top-menu-right::-webkit-scrollbar{-webkit-appearance: none;}
	.top-menu-right::-webkit-scrollbar:vertical{width: 11px;}
	.top-menu-right::-webkit-scrollbar:horizontal{height: 11px;}
	.top-menu-right::-webkit-scrollbar-thumb{border-radius: 8px; border: 2px solid white; background-color: rgba(0, 0, 0, .5);}

	.banner-section{text-align: center; padding:110px 0 40px;}
	.right-app{float:none;}
	.banner-section .img-fluid{margin:0 10px;}
	.google-btn{margin-bottom:50px;}
	.google-btn a{text-align: left;}
	.features-section .section-title{max-width: 340px; font-size: 40px;}
	.news-list{margin-bottom:30px;}
	.subscribe-box{border-radius: 20px 20px 120px 120px; padding: 10px 20px 10px; margin-bottom: 30px;}
	.subscribe-box .control-label{display: block; text-align: center;}
	.subscribe-box .input-group{float: none; margin: 10px auto;}
	.bitkart-services .section-title{margin-bottom:40px; text-align:left;}
	.news-list h4{min-height:120px;}
	.exchange-services p{margin:10px 0 30px;}
	.latest-news-services .intro{margin-bottom:40px;}

	.doing-about-section .col-xl-6{display: block;}
	.doing-about-section{text-align: center;}
	.page-title1{padding:80px 0 20px; min-height: 230px;}
	.doing-about-section .btn-primary{margin-bottom: 40px;}
	.global-team-section p{margin: 10px 0 50px;}
	.doing-about-section p{margin: 15px 0 30px;}

	/*Market Page Css start*/
	.markets-bitkart-section{padding-top:60px;}
	.markets-bitkart-section .nav-pills{margin:30px 0;}
	.currencies-favaourites-inner{margin:40px 0 70px;}
	.thead-col, .tbody-col{padding:15px 10px;}
	.mid-ad-div{margin:20px 0 40px;}
	.markets-bitkart-section .nav-pills .nav-link{margin-bottom:3px; padding:5px 7px 3px; font-size:15px;}
	.markets-bitkart-section h1{font-size:36px;}
	/*Market Page Css End*/

	/*Darkmode Css Start*/
	.navbar-toggler{float: right; margin-top:14px;}
	.night-mode .navbar-toggler svg path, .header-section.fixed .navbar-toggler svg path{stroke:#fff;}
	.day-night-website{float: right; margin:11px 10px 0 0;}
	.header-section .container{display: block;}
	.night-mode .navbar-light .navbar-nav .nav-link{color: #5d5d5d;}
	/*Darkmode Css End*/
}

@media (max-width:767px){
	.container{max-width:95%; margin:0 auto;}
	.section-title, .features-section .section-title, .global-team-section .section-title{font-size: 32px;}
	.underline:before{bottom: 9px; height:5px;}
	.features-section .section-title{margin-bottom:0;}
	.banner-section h1{font-size: 40px; line-height: 33px; max-width: 345px; margin: 0 auto 18px;}
	.banner-section h1 .underline:before{bottom: 3px;}
	.banner-section p, .wallet-section p, .service-list p, .exchange-services p, .make-money-section p, .doing-about-section p{font-size: 16px; line-height: 22px;}
	.services-icon{width: 40px; height: 40px; line-height: 40px;}
	.services-icon svg{width:16px;}
	.exchange-services{padding-top:20px;}
	.news-list h4{font-size: 18px; line-height: 22px; min-height:70px;}
	.copyright{padding:18px 0;}
	.news-list h4{min-height:1px;}
	.make-money-section .section-title{max-width: 430px;}
}

@media (max-width:600px){
	.market-section .pulldevices{width:50%;}
	.latest-news-services .news-list{max-width:320px; margin:0 auto 30px;}
	.markets-bitkart-section h1{font-size:30px;}
	.currencies-favaourites-inner .nav-tabs{margin:15px;}
	.currencies-favaourites-inner .nav-tabs .nav-link{padding: 6px 14px; font-size: 14px; margin-right: 15px;}
}

@media (max-width:479px){
	.navbar-brand img, .header-section.fixed .navbar-brand img{max-height:35px;}
	.container{max-width:100%;}
	.google-btn a{padding: 10px 10px; width: 153px; height: 48px; margin: 2px 0;}
	.google-btn small{font-size:10px; line-height:10px;}
	.google-btn big{font-size: 17px; line-height: 18px;}
	.google-btn .fa{font-size: 28px; width:22px; margin-top:2px;}
	.google-btn svg{width:26px; height:30px; margin-right:4px;}
	.banner-section{padding:100px 0 50px;}
	.banner-section h1{max-width:240px;font-size:30px; line-height:18px;}
	.banner-section h1 .underline:before{bottom: -1px;}
	.banner-section p, .wallet-section p, .service-list p, .exchange-services p, .feature-list p, .latest-news-services .intro, .time-box, .global-team-section p{font-size: 14px; line-height: 18px;}
	.banner-section .img-fluid{max-width: 130px; border-radius: 15px;}
	.market-section .pulldevices{width: 80%; margin: 0 auto;}
	.banner-section:after{top: -90px; width: 500px; height: 220px;}
	.bitkart-services:after{top: 110px; width: 490px; height: 300px; left: -200px; border-radius: 150px;}
	.wallet-section{padding: 60px 0 40px 0;}
	.section-title, .features-section .section-title{font-size: 22px;}
	.underline:before{bottom: 6px;}
	.btn{min-width: 140px; padding: 6px 15px; font-size: 16px;}
	.circle-btn{min-width: 1px; padding:0; font-size:unset;}
	.market-section, .features-section{padding: 40px 0;}
	.features-section .section-title{max-width: 200px;}
	.market-top h3, .feature-list h4, .service-list h4{font-size: 18px;}
	.feature-list{padding:25px 15px 10px; margin-top:15px;}
	.feature-list h4{margin-top:15px;}
	.feature-icon img{max-width:45px;}
	.market-list{margin-bottom:15px;}
	.service-list{padding-right: 0; margin-bottom: 10px;}
	.exchange-services .section-title{max-width:280px; margin:0 auto;}
	.exchange-services .btn-primary{margin-bottom:30px; min-width: 175px;}
	.latest-news-services{padding: 50px 0 70px;}
	.latest-news-services .intro{margin-bottom:20px;}
	.news-list h4 {font-size: 16px; line-height: 17px; margin-bottom:20px;}
	.subscribe-box{border-radius: 20px 20px 50px 50px;}
	.subscribe-box .control-label{font-size: 15px;}
	.subscribe-box .input-group{width: 270px;}
	.subscribe-box .form-control{height:40px; font-size:13px; padding-left:15px; padding-right:45px;}
	.subscribe-box .input-group-append .btn{width: 40px; height: 40px; line-height: 40px; font-size: 18px;}
	.copyright p{font-size:14px; line-height:18px;}
	.page-title1{padding: 60px 0 10px; min-height: 150px;}
	.page-title1 h1, .page-title1 h2{font-size:26px;}
	.make-money-section .section-title{max-width: 270px;}
	.make-money-section, .doing-about-section, .global-team-section{padding: 30px 0;}
	.make-money-section p{margin:15px 0 20px;}
	.make-money-section .btn-primary{margin-bottom:30px; min-width: 155px;}
	.doing-about-section .btn-primary{min-width: 180px;}

	/*Market Page Css start*/
	.currencies-favaourites-inner{margin: 30px 0 40px;}
	.thead-col, .tbody-col{font-size:14px;}
	/*Market Page Css End*/


	.markets-bitkart-section .owl-carousel .owl-nav button.owl-next, .markets-bitkart-section .owl-carousel .owl-nav button.owl-prev{width: 30px; height: 30px; line-height: 30px; margin-top: -15px; left: -12px; font-size: 22px;}
	.markets-bitkart-section .owl-carousel .owl-nav button.owl-next{left: auto; right: -12px;}

}
/*Responsive End//////////////////////////////////////////////////////////////////////////////////////////////////

/*Header Section Css Start*/

header.header-section .navbar-expand-lg .left-box{display: none;}
.header-top{overflow:hidden;padding: 7px 0; box-shadow: 0 0 15px 0 rgb(0 0 0 / 0.23); background-color:#4f2f88; color:#fff;}
.left-box{float:left;}
.left-box a:hover, .left-box a:focus{text-decoration: none;}
.left-box span{margin-right:30px; font-size:14px; line-height:20px; color:#fff;}
.left-box span img{margin-top:-3px; width:21px; margin-right:5px;}
.left-box span.high{color:#3bc48a !important;}
.left-box span.high:before{border-bottom-color:#3bc48a;}
.left-box span.low{color:#ff7b7b  !important;}
.left-box span.low:before{border-top-color:#ff7b7b;}

.header_currency_menus{white-space:nowrap; overflow-x:auto; -ms-overflow-style:none; scrollbar-width:none;}
.header_currency_menus::-webkit-scrollbar{display:none;}
.header_currency_menus a{display: inline-block; margin:0 10px 0 0;}
.header_currency_menus span{margin:0;}

.right-menu{float:right;}
.right-menu a{display: inline-block; font-size:14px; line-height:20px; color:#fff;font-weight:300; border-right:1px solid #aa7aca; padding:0 15px; line-height:15px;}
.right-menu a:hover, .right-menu a:focus{color:#f16724; text-decoration: none;}
.right-menu a:last-child{border:0;}
.hide-desktop{display: none;}

.header-section{position: absolute; top:0; left:0; right:0; z-index:104;}
.navbar-brand{}
.navbar-expand-lg{padding:15px 0; background:transparent; border:0; border-bottom:1px solid rgba(255,255,255,0.1); box-shadow:0;}
.navbar-expand-lg .navbar-nav .nav-item{margin:0 0 0 15px;}
.navbar-expand-lg .navbar-nav .nav-link{color:#000; font-size:16px; font-weight:300; -webkit-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;}
.navbar-expand-lg .navbar-nav .active .nav-link, .navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link:focus{color:#f16724; text-decoration: none;}

.scroll-div{width: 100%; display: flex;}
/*Header Section Css end*/
.page-title1{position: relative; padding:170px 0 40px; min-height:310px; text-align: center; color:#fff; display: flex; align-items: center; background: linear-gradient(to bottom,  rgba(255,248,245,1) 0%,rgba(243,237,255,1) 100%);}

.page-title1 h2{font-size:42px; color:#4f2f88;}

.page-title1 .advertisements{margin: 0 0 40px;}
.page-title1 div[style="padding: 20px;"]{padding: 0 !important;}

.copyright-section {
    background-color: #111115;
    padding: 25px 0;
    overflow: hidden;
    margin-top:40px;
}
.copyright-section p{font-size:14px; font-weight:300;}
.copyright-right {
    float: right;
}
.footer-section {
    background: #141419;
    padding: 50px 0 0;
}
.copyright-right a {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    font-weight:300
}
.copyright-right a:hover, .copyright-right a:focus{color:#f16724; text-decoration: none;}
.copyright-right span {
    display: inline-block;
    margin: 0 10px;
}


@media (max-width:1199px){
    .navbar-brand img{max-width: 210px;}
    .navbar-expand-lg .navbar-nav .nav-item{margin: 0 0 0 8px;}
    .navbar-expand-lg .navbar-nav .nav-link{font-size:14px;}
}

@media (max-width:991px){
    header.header-section .navbar-expand-lg .left-box{display:block; margin-bottom:30px;}
    header.header-section .navbar-expand-lg .left-box span{color:#000;}
    header.header-section .scroll-div{display: block;}
    .close-top-menu{display: block; position: absolute; top: 10px; right: 20px;}
    .navbar-collapse .left-box a{display: inline-block; margin: 5px 30px;}
    .navbar-collapse .left-box span, .navbar-expand-lg .navbar-nav .nav-link{font-size: 18px;}
    .navbar-expand-lg .navbar-nav .nav-item{margin:0;}
    .navbar-expand-lg .navbar-nav .active .nav-link, .navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link:focus{background:#f16724; color: #fff;}
}

@media (max-width:767px){
    .page-title1{min-height:1px; padding-top:185px;}
    .header-top{text-align: center;}
    .header_currency_menus a{margin: 3px 12px;}
    .header-section .navbar-expand-lg{padding: 15px 12px;}
}
@media (max-width:600px){
    header.header-section .header-top.hide-mobie{display: none;}
    .page-title1{padding-top: 96px; padding-bottom:20px;}
    .page-title1 .advertisements{display: none;}
    .page-title1 h2{font-size: 25px;}
    .page-title1 h4{font-size: 18px;}
    .markets-bitkart-section{padding-top:20px;}

    .copyright-right, .copyright-section p{text-align: center; float: none;}
}
/* Header nav: My Community (disabled) + More dropdown */
.navbar-light .navbar-nav .nav-link.my-community-link{opacity:0.6; cursor:not-allowed;}
.navbar-nav .nav-item{position:relative;}
.coming-soon-badge{position:absolute; top:-10px; right:-10px; background:#f16724; color:#fff; font-size:11px; padding:2px 8px; border-radius:10px; white-space:nowrap; z-index:10;}
.navbar-nav .dropdown-menu{border:none; box-shadow:0 5px 20px rgba(0,0,0,0.15); border-radius:6px; padding:8px 0;}
.navbar-nav .dropdown-menu .dropdown-item{font-size:16px; padding:8px 20px; color:#000;}
.navbar-nav .dropdown-menu .dropdown-item:hover, .navbar-nav .dropdown-menu .dropdown-item:focus{background:#f16724; color:#fff;}
@media (min-width:992px){
    .navbar-nav .dropdown:hover .dropdown-menu{display:block; margin-top:0;}
}

/* Home page: middle-top social media bar */
.home-social-bar{text-align:center; margin:15px 0 20px;}
.home-social-bar a{display:inline-block; color:#2a2e36; font-size:16px; font-weight:600; padding:0 15px; text-decoration:none; border-right:1px solid #ccc;}
.home-social-bar a:last-child{border-right:none;}
.home-social-bar a:hover, .home-social-bar a:focus{color:#f16724; text-decoration:none;}
@media (max-width:600px){
    .home-social-bar a{font-size:14px; padding:0 8px; margin-bottom:6px;}
}
