/*Default Css Start*/
@import url(https://menu.cdn.bitcoindotcom.net/uni/dist/fonts.css?family=Gilroy&display=swap);
body{font-family: 'Poppins', sans-serif;}
h1, h2, h3, h4, h5, h6{font-family: 'Montserrat', sans-serif;}
@media (min-width: 992px){
  .navbar-expand-lg .navbar-collapse{overflow-y:hidden !important; padding-top:14px;}
}
.table{border:1px solid #ededed; border-top:0;}
.table thead tr:first-child{background:#f1f1f1;}
.table th, .table td{padding:12px 15px; border-color:#ededed;}
.table thead th{font-size:16px; font-weight:600; color:#000; border-top:0; border-bottom:0; border-bottom:0;}
.table td{font-size:15px;}
.btn{font-size:15px; border-radius:5px; padding:8px 18px;}
.btn-primary{background:#f16724; border-color:#f16724; color:#fff; font-size:16px; border-radius:30px; font-weight:300; padding:12px 30px;}
.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle{background-color:#d65618; color:#fff;}

.btn-border{border:1px solid #f16724; color:#f16724; font-size:16px; border-radius:30px; font-weight:300; padding:12px 30px; min-width:330px;}
.btn-border:hover, .btn-border:focus{background-color:#f16724; color:#fff;}

.btn-style{position: relative; border-radius:0; color:#fff; padding-left:25px; padding-right:25px; margin:10px 10px 0 0;}
.btn-style:before{content:''; position: absolute; top:-10px; right:-10px; bottom:10px; left:10px; border:1px solid #f16724; z-index:1;}
.btn-style:hover, .btn-style:focus{background-color:#f16724; color:#fff;}
.btn-style:hover:before, .btn-style:focus:before{border-color:#f16724;}
.btn-style.btn-lg{padding:15px 50px; font-size:18px;  z-index:2;}

.btn-style.btn-default:before{border:1px solid #fff;}
.btn-style.btn-default{background-color:#fff; color:#000;}
.btn-style.btn-default:hover, .btn-style.btn-default:focus{background-color:#ecebeb; color:#000;}
.btn-style.btn-default:hover:before, .btn-style.btn-default:focus:before{border-color:#ecebeb;}

.btn-style.btn-dark{background-color:#000; color:#fff;}
.btn-style.btn-dark:before{border:1px solid #000;}
.btn-style.btn-dark:hover, .btn-style.btn-dark:focus{background-color:#131313; color:#fff;}
.btn-style.btn-dark:hover:before, .btn-style.btn-dark:focus:before{border-color:#131313;}

.btn-outline-primary{color: #f16724; border-color: #f16724;}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle{color: #fff; border-color: #d75414; background:#d75414;}


.middium-lg{font-size:16px; text-transform:uppercase; font-weight:700; color:#fff; border-radius:30px; padding:12px 40px;}
select, select.form-control{background-image:url(../../img/drop-down.png); background-repeat:no-repeat; background-position:right center; padding-right:28px;
  -webkit-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  -moz-appearance:none;
  appearance:none;
}

.modal .close{position: absolute; top:0; right:0; width: 35px; height: 35px; line-height: 35px; padding:0; border-radius: 50%; background: #faa753; font-size:16px; opacity: 1; text-shadow: none; color: #fff;}
.modal .close:hover, .modal .close:focus, .modal .close:not(:disabled):not(.disabled):hover, .modal .close:not(:disabled):not(.disabled):focus{background: #f00; color: #fff; text-decoration: none; opacity:1;}

.section-title{font-size:45px; font-weight:700;}
.section-title span{color:#f16724;}
.section-title.uppercase{text-transform:uppercase;}
.overflow-div{overflow-x:hidden;}
@media (min-width: 1200px){
  .container{
    max-width: 1200px;
  }
}
/*Default Css End*/

/*Header Section Css Start*/
.header-top{overflow:hidden;padding: 7px 0; box-shadow: 0 0 15px 0 rgb(0 0 0 / 0.23); background-color:#4f2f88;}
.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;}
.left-box span.high:before{border-bottom-color:#3bc48a;}
.left-box span.low{color:#ff7b7b;}
.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; border-bottom:1px solid rgb(0 0 0 / 7%);}
.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*/

/*Banner Section Css*/
.banner-section{position: relative; padding:200px 0 240px; background: linear-gradient(to bottom,  rgba(255,248,245,1) 0%,rgba(243,237,255,1) 100%);}
.banner-section:after{content:''; position: absolute; bottom:0; left:0; right:0; height:250px; background-size:cover; background-image:url(../../img/banner-bottom-img.png); background-position:center 100%; background-repeat:no-repeat;}
.banner-section h1{font-size:42px; font-weight:700; color:#2a174b; margin-bottom:45px;}
.banner-section p{font-size:18px; font-weight:300; color:#222; margin:45px 0;}
.banner-section .btn-primary{min-width:330px;}

.banner-inner{}
.google-play-btns a{margin-right:10px;}
/*Banner Section Css*/

/*Wallet Section Css*/
.wallet-section{text-align: center; padding:100px 0; border-bottom:1px solid #e5e5e5; position: relative;}
.wallet-section:before{content:''; position: absolute; left:0; bottom:-200px; width:346px; height:654px; background:url(../../img/blue-circle.png) no-repeat 0 0; background-size: contain;}
.wallet-section form{margin-top:40px;}
.intro{font-size:20px; font-weight:300; line-height:30px;}
.wallet-section .input-group{background-color:#fff;}
.wallet-section .control-label{display: block; text-align: left; font-size:16px; color:#2b2b2b; font-weight:500;}
.wallet-section .input-group-text{font-size: 16px; background: transparent; padding: 15px 20px; border-radius:0; position: relative;}
.wallet-section .input-group-text:after{content:''; position: absolute; left:100%; top:16px; bottom:16px; width:1px; background:#cccccc; display: inline-block; z-index:1;}
.wallet-section .form-control{height:60px; border-radius:0; padding-left:20px;}
.wallet-section .input-group .form-control{border-left:0;}
.wallet-section .btn{height:60px; border-radius:0; margin-top:30px; font-size:18px; line-height:22px;}
/*Wallet Section Css*/

/*Market Section Css*/
.market-section{padding:50px 0;}
.market-section .section-title{margin-bottom:20px;}
.right-link{float: right; font-size:15px; font-weight:bold; text-transform: uppercase; margin-top:20px;}
.graph-list{border:1px solid #e5e5e5; position: relative; background:#fff;}
.graph-list .info-popover{position: absolute; top: 10px; right: 12px;}
.info-popover{position: absolute; top:10px; right:12px;}
.graph-top-head{padding:12px; background-color:#f4f4f4;}
.graph-top-head strong{width:31px; height:31px; line-height:28px; text-align: center; border-radius:50%; background:rgb(0 194 137 / 18%); float: left; margin-right:10px;}
.graph-top-head strong img{height:18px;}
.graph-head{display: block; overflow: hidden;}
.graph-head span{display: block; font-size:13px; font-weight:600; line-height:13px;}
.graph-head b{color:#7d7d7d; display: block; font-size:13px; font-weight:600;}
.graph-area{margin-left:7%;}
.graph-area img{max-width:100%;}
.graph-bottom{overflow: hidden; font-size:18px; padding:12px; border-top:1px solid #e5e5e5;}
.graph-bottom span{float: left; color:#000; font-weight:600;}
.graph-bottom strong{float: right; font-weight:600; position: relative;}
/*.graph-bottom strong:before{content:''; border:5px solid transparent; border-bottom-color:#00b1ff; display: inline-block; margin-bottom:5px; margin-right:5px;}
.graph-bottom strong.down-graph{color:#c13636;}
.graph-bottom strong.down-graph:before{border-bottom-color:transparent; border-top-color:#c13636; margin-bottom:0;}

.graph-bottom.low strong{color:#f00;}
.graph-bottom.low strong:before{border-top-color:#f00; border-bottom-color:transparent; margin-bottom:-2px;}*/

.high{color:#3bc48a;}
.high:before{content:''; border:5px solid transparent; border-bottom-color:#3bc48a; display: inline-block; margin-bottom:5px; margin-right:5px;}
.low{color:#ff0000;}
.low:before{content:''; border:5px solid transparent; border-top-color:#ff0000; display: inline-block; margin-bottom:0;}
/*Market Section Css*/

/*Bitcoin Services Section Css*/
.bitcoin-services-section{text-align: center; background-color:#fff8f5; padding:100px 0; padding-bottom:50px;}
.bitcoin-services-section .section-title{margin-bottom:80px;}
.bitcoin-services-section .row{margin:0;}
.bitcoin-services-section .col-xl-4{border-left:1px solid #e8e8e8; border-top:1px solid #e8e8e8; padding:0;}
.bitcoin-services-section .col-xl-4:nth-child(3n+1){border-left:0;}
.bitcoin-services-section .col-xl-4:nth-child(1), .bitcoin-services-section .col-xl-4:nth-child(2), .bitcoin-services-section .col-xl-4:nth-child(3){border-top:0;}
.services-list{padding:33px 10px 20px;  -webkit-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;}
.services-list h4{font-size:22px;color:#000; font-weight:700; margin-bottom:12px;}
.services-list h4 a{color:#000;}
.services-list h4 a:hover, .services-list h4 a:focus{color:#f16724; text-decoration: none;}
.services-list p{font-size:15px;color:#000; font-weight:300; margin-bottom:0; min-height:100px;}
.services-list:hover{background-color:#fff;}
.serv-img{display: inline-block; width:100px; height:100px; line-height:100px; background-color:#f16724; border-radius:50%; position: relative; margin-bottom:30px; -webkit-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;}
.serv-img:after{content:''; position: absolute; top:-10px; right:-10px; bottom:-10px; left:-10px; border:1px solid #f16724; border-radius:50%;}
.services-list:hover .serv-img{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  -o-transform:rotate(360deg);
  -moz-transform:rotate(360deg);
  transform:rotate(360deg);
}

  .advertisements a{ display: block; margin:45px 0; position: relative; z-index: 2}
  .advertisements a img { width: 100%; height: 100%; }
   
  .sidebar-advertisements a { display: block; height: 516.9px;}
  .sidebar-advertisements a img { width: 100%; height: 100%; }
  
  .sidebar-footer-advertisements a { display: block;}
  .sidebar-footer-advertisements a img { width: 100%; height: 100%; }
  
/*Bitcoin Services Section Css*/

/*News Section Start*/
.news-section{padding:100px 0; padding-top: 40px}
.news-section .section-title, .news-section .intro{text-align: center;}
.news-section .intro{margin-bottom:40px;}
.news-section .news-list{margin:15px;}
.news-list{box-shadow:0 0 15px 0 rgb(0 0 0 / 11%); background-color:#fff;}
.news-list h5{font-size:18px; line-height:24px; margin:0 0 10px; font-weight:700; color:#000; min-height:76px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;  overflow: hidden; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;  -o-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out;}
.news-list h5 a{color:#000; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;  -o-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out;}
.news-list p{font-size:14px; line-height:24px; margin:5px 0 40px; font-weight:300; color:#000;min-height:100px; overflow: hidden;}
.news-img{display: block; text-decoration: none; position: relative;}
.news-img img{width:100% !important;position: relative; display: block; max-height:186px; min-height:186px;}
.news-inner{padding:25px 30px 30px;}
.date-box{background-color:#f16724; padding:8px 16px 8px 16px; color:#fff; font-size:14px; position: absolute; bottom:0; left:-10px; display: inline-block;}
.date-box:before{content:''; border:10px solid transparent; border-top-color:#9b6900; position: absolute; top:100%; left:0; border-width:8px 0px 0 10px;}

.news-list:hover h5 a, .news-list h5 a:hover, .news-list h5 a:focus, .news-list h5 a:active, .news-list h5:hover, .news-list h5:focus{color:#f16724; text-decoration: none;}
/*News Section Start*/

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{width:42px; height:42px; line-height:42px; border-radius:50%; text-align: center; background:#fff; box-shadow:0 0 12px 0 rgba(0,0,0,0.20); position: absolute;top:50%; left:-6px; font-size:20px; margin-top:-21px;}
.owl-carousel .owl-nav button.owl-next{right:-6px; left:auto;}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-next:focus, .owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-prev:focus{outline: none; text-decoration: none;}


.page-title h2 {
    font-size: 42px;
    color: #4f2f88;
    font-weight: 600;
}
/*Subscribe Section Start*/
.subscribe-section{background-color:#f16724; position: relative; overflow: hidden;}
/*.subscribe-section:after{content:''; position: absolute;top:0; left:0; bottom:0; width:33.33%; background-color:#fdbe38; z-index:1;}*/
.subscribe-section .container{position: relative; z-index:2;}
.subscribe-section .col-xl-4{background-color:#fdbe38;}
.padd-inner{padding:35px 15px;}
.subscribe-span{font-size:18px; font-weight:300; text-transform:uppercase; color:#000; display: block;}
.subscribe-section h3{font-size:32px; font-weight:600; text-transform:uppercase; color:#000; margin-bottom:0;}
.subscribe-section .form-control{background:#000; color:#fff; height:53px; border-radius:30px; border:0; padding-left:25px; padding-right:240px;}
.subscribe-section .form-control::-webkit-input-placeholder{color:#fff;}
.subscribe-section .form-control::-moz-placeholder{color:#fff;}
.subscribe-section .form-control:-ms-input-placeholder{color:#fff;}
.subscribe-section .form-control:-moz-placeholder{color:#fff;}
.subscribe-section .input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child){border-radius:30px;}
.subscribe-section .input-group{position: relative; margin-top:6px;}
.subscribe-section .btn-primary{position: absolute;top:5px; right:5px; border-radius:30px; height:43px; font-size:17px; line-height:18px; text-transform:uppercase; color:#000; font-weight:600; z-index:4;}
.subscribe-section .newsletter{width:100%;}
.subscribe-section .advertisements a{margin:0;}


.news-page-section{position: relative;}
.news-page-section:before{content:''; position: absolute; top:290px; left:-230px; width:1060px; height:300px; border-radius:0 300px 300px 0; background-color:#fff9f6; z-index:-1;
-webkit-transform:rotate(30deg);
-ms-transform:rotate(30deg);
-o-transform:rotate(30deg);
-moz-transform:rotate(30deg);
transform:rotate(30deg);
}
.news-page-section:after{content:''; position: absolute; top:900px; right:-230px; width:1060px; height:300px; border-radius:300px 0 0 300px; background-color:#fff9f6; z-index:-1;
-webkit-transform:rotate(-30deg);
-ms-transform:rotate(-30deg);
-o-transform:rotate(-30deg);
-moz-transform:rotate(-30deg);
transform:rotate(-30deg);
}
.news-page-section.about-list-second:before{top:-24px; left: auto; right:-230px;  border-radius:300px 0 0 300px;}

.news-page-section .news-list{margin-bottom:30px;}
.news-page-section .news-list h5{min-height:75px;}
.ad-box{margin-bottom:30px;}


/*Subscribe Section End*/


/*Footer Section Css Start*/
.footer-section{background:#141419; padding:50px 0 0;}
.footer-section .row{align-items: flex-start;}
.footer-section .row > div{display:flex; flex-direction:column;}
.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 .row > div h4:first-child{margin-top:0;}
.footer-section h4:before{content:''; position: absolute; bottom:1px; left:0; width:75px; height:1px; background:#616165;}
.footer-section h4:after{content:''; position: absolute; bottom:0; left:0; width:30px; height:3px; background:#f16724;}
.footer-section ul{list-style: none; padding:0; margin:0;}
.footer-section ul li{padding-bottom: 12px;}
.footer-section ul li a{color:#fff; font-size:15px; padding-left:0px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;  -o-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out;}
.footer-section ul li a:hover, .footer-section ul li a:focus, .footer-section ul li a:active{color:#f16724; text-decoration:none; padding-left: 5px;}
.footer-section ul li a.footer-coming-soon{opacity:0.6; cursor:not-allowed;}
.footer-section ul li a.footer-coming-soon:hover, .footer-section ul li a.footer-coming-soon:focus, .footer-section ul li a.footer-coming-soon:active{color:#fff; padding-left:0;}
.footer-legal-inline{display:flex; flex-wrap:wrap; align-items:center;}
.footer-legal-inline a{color:#fff; font-size:14px; white-space:nowrap; text-decoration:none; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
.footer-legal-inline a:hover, .footer-legal-inline a:focus, .footer-legal-inline a:active{color:#f16724;}
.footer-legal-inline a.footer-coming-soon{opacity:0.6; cursor:not-allowed;}
.footer-legal-inline a.footer-coming-soon:hover, .footer-legal-inline a.footer-coming-soon:focus, .footer-legal-inline a.footer-coming-soon:active{color:#fff;}
.footer-legal-inline span{display:inline-block; margin:0 8px; color:rgba(255,255,255,0.4);}
/*Footer Section Css End*/

/*copyright Section Css Start*/
.copyright-section{background-color:#111115; padding:25px 0; overflow: hidden; margin-top:60px;}
.copyright-section p{float: left; color:rgba(255,255,255,0.4); font-size:14px; font-weight:300; margin:2px 0 0;}
.copyright-right{float:right;}
.copyright-right span{display: inline-block; margin:0 10px;}
.copyright-right a{color:rgba(255,255,255,0.4); font-size:14px;}
.copyright-right a:hover, .copyright-right a:focus, .copyright-right a:active{color:#f16724; text-decoration: none;}
/*copyright Section Css End*/

/*About Us Page Css Start*/
.page-title{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-title h1{font-size:42px; font-weight:700; color:#4f2f88;}
.page-title h4{color:#222;}
.page-title .btn{margin-top:30px;}
.page-title .advertisements a{margin:0 0 40px;}
.page-title div[style="padding:20px;"], .page-title div[style="padding:20px 0;"]{padding:0 !important;}

.page-title div[style="padding:20px;"] p:last-child, .page-title div[style="padding:20px;"] h2:last-child, .page-title div[style="padding:20px 0;"] p:last-child, .page-title div[style="padding:20px 0;"] h2:last-child{margin-bottom:0 !important}

.about-list{padding:100px 0; position:relative;}
.about-list:before{content:''; position: absolute; top:180px; left:-230px; width:1190px; height:600px; border-radius:0 300px 300px 0; background-color:#fff9f6; z-index:-1;
-webkit-transform:rotate(-30deg);
-ms-transform:rotate(-30deg);
-o-transform:rotate(-30deg);
-moz-transform:rotate(-30deg);
transform:rotate(-30deg);
}
.about-list h2{font-size:30px; font-weight:700; color:#000; border-bottom:1px solid #f16724; padding-bottom:20px; margin:0 0 40px;}
.about-list p{font-size:16px; font-weight:300; color:#000; margin:0 0 20px;}

.about-list.about-list-second:before{top:-175px; left: auto; right:-230px;  border-radius:300px 0 0 300px;}

.check-list{list-style: none; padding:0; margin:0;}
.check-list li{position: relative; padding-left:30px; font-size:16px; line-height:24px; font-weight:300; margin-bottom:20px;}
.check-list li:before{content:'\f046'; position:absolute; top:0; left:0; font-size:20px; color:#f16724; font-family:'FontAwesome';}
/*About Us Page Css End*/

/*Map Section Start*/
.map-section{padding:80px 0 50px; text-align: center;}
.map-section .section-title{font-size:42px; font-weight:800;}
.map-section .intro{font-size:22px;}

.map-box{box-shadow:0 15px 23px 0 rgba(0,0,0,0.15); margin-top:50px;}
.map-box img{width:100%;}
.joinus-box{box-shadow:0 15px 23px 0 rgba(0,0,0,0.15); background-color:#fff; text-align: center; margin-bottom:100px;}
.joinus-box .section-title{margin-bottom:15px;}
.joinus-box p{font-size:16px; line-height:24px; font-weight:400; max-width:370px; margin:0 auto 45px;}
.joinus-box .row{margin:0;}
.joinus-box .col-xl-6{padding:30px; display: flex; align-items: center;}
.joinus-box .bg-color{background-color:#4f2f88;}
.fullbox{width:100%; color:#fff;}
/*Map Section End*/

/*Donate Section*/
.donate-section{padding:60px 0 160px; position: relative;}
.donate-section .section-title{text-align: center;}
.donate-section .intro{max-width:760px; margin:0 auto;text-align: center; font-size:22px; font-weight:400; margin-bottom:130px;}
.donate-list{padding:25px 20px; background-color:#f5f5f5;}
.donate-list:nth-child(2n+1){background-color:#fffcf5;}
.donate-list h4{font-weight:700; font-size:22px; margin:0 0 15px;}
.donate-list h4 a{color:#f16724; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;  -o-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out;}
.donate-list:hover h4 a, .donate-list:focus h4 a{color:#000; text-decoration: none;}
.donate-list p{font-weight:300; font-size:16px; line-height:24px; margin-bottom:0;}
.donate-img{float: left; width:115px; height:115px; border-radius:50%; border:1px solid rgb(255 173 0 / 0.60); overflow: hidden; margin-right:30px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;  -o-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out;}
.donate-img img{width:100%; height:100%;}
.donate-list:hover .donate-img, .donate-list:focus .donate-img{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  -o-transform:rotate(360deg);
  -moz-transform:rotate(360deg);
  transform:rotate(360deg);
}
.donate-list-inner{display: block; overflow: hidden;}

.donate-section:before{content:''; position: absolute; top: -244px; right: -230px; width: 1020px; height: 260px; border-radius:150px 0 0 150px; background-color:#fff9f6; z-index:-1;
-webkit-transform:rotate(-30deg);
-ms-transform:rotate(-30deg);
-o-transform:rotate(-30deg);
-moz-transform:rotate(-30deg);
transform:rotate(-30deg);
}
/*Donate Section*/

/*Our Reach Section */
.our-reach-section{padding:100px 0 130px; text-align: center;}
.our-reach-section .section-title{margin-bottom:40px;}
.our-reach-list{background:#fff; box-shadow:0 0 20px 0 rgba(0,0,0,0.10) inset; border-radius:10px; min-height:230px; display: flex; align-items: center; padding:15px; margin-top:30px;}
.our-reach-list big{font-size:60px; line-height:50px; font-weight:700;  color:#f16724; display: block; margin-bottom:20px; font-family: 'Montserrat', sans-serif;}
.our-reach-list span{font-size:20px; font-weight:400;  color:#000; display: block;}
.our-reach-list-inner{width:100%;}
/*Our Reach Section */

/*Audience Section Start*/
.audience-section{padding:130px 0; text-align: center; background: linear-gradient(135deg,  rgba(247,243,255,1) 0%,rgba(255,248,244,1) 100%);}
.audience-section .intro{font-size:22px; font-weight:400;}
.audience-box{border-radius:15px; background-color:#fff; padding:50px 10px; margin-top:65px;}
.audience-box .audience-img{line-height:125px;}
.audience-box h4{font-size:24px; font-weight:400; margin:15px 0 0;}
/*Audience Section Start*/

/*Reach Our Audience Section Start*/
.reach-our-audience{padding:120px 0;}
.reach-our-audience .section-title{text-align: center; }
.reach-our-audience .intro{text-align: center; font-size:22px; margin-bottom:80px;}
.reach-our-audience .row{margin:0;}
.reach-our-audience .col-xl-4, .reach-our-audience .col-xl-8{padding:0;}
.reach-our-audience .tab-content{box-shadow:0 0 25px 0 rgb(0 0 0 / 12%); padding:20px; text-align: center; height:100%;}
.reach-our-audience h5{font-weight:700; font-size:20px; margin:0 0 6px;}
.reach-our-audience p{font-size:16px; line-height:20px; font-weight:400; margin:0;}
.reach-our-audience .nav{position: relative; z-index:1;}
.reach-our-audience .nav-pills .nav-link{color:#000; border-bottom:1px solid rgba(0,0,0,0.08); padding:40px 30px; border-radius:0; position: relative;}
.reach-our-audience .nav-pills .nav-link:before{content:''; position: absolute; left:100%; top:50%; margin-top:-15px; border:15px solid transparent; border-left-color:#f16724;opacity:0;}
.reach-our-audience .nav-pills .nav-link.active, .reach-our-audience .nav-pills .show > .nav-link{color:#000; background:#f16724;}
.reach-our-audience .nav-pills .nav-link.active p, .reach-our-audience .nav-pills .show > .nav-link p{color:#fff;}
.reach-our-audience .nav-pills .nav-link.active:before, .reach-our-audience .nav-pills .show > .nav-link:before{opacity:1;}
.reach-our-audience .nav-pills .nav-link.active h5, .reach-our-audience .nav-pills .show > .nav-link h5{color:#fff;}
/*Reach Our Audience Section End*/

/*Where to Reach Our Audience Section Start*/
.where-reach-audience{background:#f2f2f2; padding:120px 0;}
.where-reach-audience .section-title{text-align: center;}
.where-reach-audience .intro{text-align: center; font-size:22px; margin-bottom:80px;}
.where-reach-audience .tab-content{padding:40px 25px 10px; background: #fff; border: 1px solid #f16724;}

.where-reach-audience .nav-tabs .nav-link{font-size:20px; font-weight:400; color:#000;border:0; padding:12px 48px; border-radius:0;}
.where-reach-audience .nav-tabs .nav-link.active, .where-reach-audience .nav-tabs .nav-item.show .nav-link{background-color:#f16724; border:0; color:#000;}
/*Where to Reach Our Audience Section End*/

/*Press Release Section Start*/
.press-release{padding:100px 0;}
.press-release .section-title{text-align: center; margin-bottom:40px;}
.press-release .check-list{margin-top:20px}
/*Press Release Section End*/

/**/
.sponsored-content{padding:100px 0; background: -moz-linear-gradient(top,  rgba(253,190,56,0.15) 0%, rgba(238,238,238,1) 100%); background: -webkit-linear-gradient(top,  rgba(253,190,56,0.15) 0%,rgba(238,238,238,1) 100%); background: linear-gradient(to bottom,  rgba(253,190,56,0.15) 0%,rgba(238,238,238,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26fdbe38', endColorstr='#eeeeee',GradientType=0 );
}
.sponsored-content h4{font-size:32px; line-height:38px; font-weight:700;}
.sponsored-content p{font-size:18px; line-height:26px; font-weight:400;}
.sponsored-content .section-title{margin-bottom:70px;}
.sponsored-content-box{background: #fff; padding: 50px 15px 15px; min-height:240px; margin: -20px 24px 0; position: relative; z-index:2; box-shadow:0 0 20px 0 rgba(0,0,0,0.12)}

.buy-display-box{box-shadow:0 0 29px 0 rgba(0,0,0,0.18); padding:60px 15px; text-align: center; border-radius:20px; margin:70px 0 50px;}
.buy-display-box h3{font-size:32px; font-weight:700; margin:0 0 5px;}
.buy-display-box p{font-size:20px; font-weight:400; margin:0 0 45px;}
.buy-display-box .btn{min-width:230px;}

.need-help-box{background-color:#f16724; box-shadow:0 2px 24px 0 rgb(175 123 14 / 0.82) inset; padding:60px 53px; border-radius:20px; margin:0 0 -35px; position: relative; z-index:4;}
.need-help-box h3{font-size:32px; font-weight:700; margin:0;}
.need-help-box .col-xl-6{display: flex; align-items: center;}
.need-help-box .btn-dark{margin-left:20px}
.need-help-box .btn{padding-left:35px; padding-right:35px;}


/*Press Page Css*/
.contact-link{text-transform:uppercase; font-size:22px; display: inline-block;color:#f16724;}
.contact-link:hover, .contact-link:focus{text-decoration: none; color:#f16724;}

.news-page-section{padding:42px 0;}

.recent-news{margin:30px 0; height:516.9px;}
.sidebar-title{margin-bottom:30px; font-size:18px; font-weight:600; color:#000; position: relative; text-transform:uppercase;}
.sidebar-title:after{content:''; width:40px; height:3px; background:#f16724; display: inline-block; margin-left:10px;  vertical-align: middle;}
.recent-news-list{padding-bottom:15px; margin-bottom:15px; border-bottom:1px solid #f2f2f2; overflow: hidden;}
.recent-news-list:last-child{padding-bottom:0; margin-bottom:0; border-bottom:0;}
.recent-news-list h5{margin-bottom:3px; font-size:15px; line-height:18px; font-weight:600;}
.recent-news-list h5 a{color:#000;-webkit-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out;}
.recent-news-list:hover h5 a, .recent-news-list:focus h5 a{color:#f16724; text-decoration: none; outline: none;}
.recent-news-list:hover span, .recent-news-list:focus span{color:#000;}
.recent-news-list span{display: block; color:#f16724; font-size:14px;-webkit-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out;}
.recent-img{float: left; margin-right:15px; width:50px; overflow: hidden;}
.recent-img img{max-width:100%;}
.full-img{width:100%;}
.recent-inner{overflow: hidden; display: block;}

.news-page-section .news-list h5{display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;  overflow: hidden; min-height:75px;}
.news-page-section .news-list p{display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical;  overflow: hidden; min-height:100px;}

.press-inquiries-section{padding:60px 0 0;text-align: center;}
.press-inquiries-section .section-title{margin-bottom:70px;}
.press-inquiries-section .row{margin:0;}
.press-inquiries-section .col-xl-4{padding:0;}
.inquiries-boxs{background-color:#ffd101; padding:85px 10px; display: block; box-shadow:0px -6px 0 0 rgb(255 209 1 / 0.5); -webkit-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out;}
.inquiries-boxs.second-box{background-color:#ffc72c; box-shadow:0px -6px 0 0 rgb(255 209 1 / 0.5);}
.inquiries-boxs.third-box{background-color:#feb81c; box-shadow:0px -6px 0 0 rgb(255 209 1 / 0.5);}
.inquiries-boxs h5{font-weight:700; color:#000; font-size:24px;-webkit-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out;}
.inquiries-boxs p{color:#000; font-size:16px; line-height:20px; margin:0 auto; max-width:250px;-webkit-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out;}
.inquiries-boxs:hover, .inquiries-boxs:focus{background-color:#000; box-shadow:0px -6px 0 0 rgb(0 0 0 / 0.5); text-decoration: none;}
.inquiries-boxs:hover h5, .inquiries-boxs:focus h5, .inquiries-boxs:hover p, .inquiries-boxs:focus p{color:#fff}

.bottom-gape{margin-bottom:100px;}
/*Press Page Css*/


/*Blog Page Css Start*/
.blog-page-section{margin:40px 0 60px;}
.search-field{position: relative;}
.search-field .form-control{height:54px; border-radius:30px !important; padding:0 60px 0 25px; border:0; box-shadow:0 3px 15px 0 rgba(0,0,0,0.15); line-height:54px;}
.search-field .btn-transparent{position:absolute;right:0; height:54px; width:54px; border-radius:30px; z-index:4; padding:0; text-align: center; line-height:54px; font-size:18px;}
.search-field .btn-transparent:hover, .search-field .btn-transparent:focus{color:#f16724;}

.boxshadow{box-shadow:0 3px 15px 0 rgba(0,0,0,0.15); margin-bottom:30px;}

.latest-vd{background:#fff;}
.latest-vd p{margin:0; padding:15px 20px;}
.latest-vd p a{display: inline-block;}
.latest-vd p a:hover, .latest-vd p a:focus{color:#000; text-decoration:underline;}

.blog-list{box-shadow:0 0 15px 0 rgb(0 0 0 / 15%); background-color:#fff; margin-bottom:30px;}
.blog-list h3{font-size:28px; line-height:36px; margin:0; font-weight:700; color:#000;}
.blog-list h3 a{color:#000; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;  -o-transition: all 0.5s ease-in-out;  transition: all 0.5s ease-in-out;}
.blog-list p{font-size:17px; line-height:27px; margin:0 0 25px; font-weight:300; color:#000;}
.blog-list .btn-lg{font-size:16px; padding:12px 50px;}
.blog-img{display: block; text-decoration: none; position: relative;}
.blog-img img{width:100%;position: relative; display: block;}
.blog-inner{padding:30px;}
.blog-date-box{font-size:16px; background-color:#f16724; padding:10px 20px 10px 30px; color:#000; position: absolute; top:30px; left:-10px; display: inline-block;}
.blog-date-box:before{content:''; border:10px solid transparent; border-top-color:#9b6900; position: absolute; top:100%; left:0; border-width:8px 0px 0 10px;}

.authore-name{font-size:18px; font-weight:300; color:#000;}
.blog-list:hover h3 a, .blog-list h3 a:hover, .blog-list h3 a:focus, .blog-list h3 a:active{color:#f16724; text-decoration: none;}

.tag-liting{margin-bottom:40px;}
.tag-liting h5{font-size:16px; font-weight:600; font-family: 'Poppins', sans-serif; text-transform:uppercase;}
.badge{font-size:13px; font-weight:400; padding:5px 10px; border-radius:0; margin:0 4px 4px 0;}
.badge-light{background-color:#eeeeee;}

.pagination{margin-top:60px; justify-content: center;}
.page-item{}
.page-item.disabled .page-link{display: none;}
.pagination .next-btn .page-link, .pagination .pre-btn .page-link{font-size:24px;}
.page-item .page-link{width:40px; height:40px; line-height:40px; border-radius:50%; border:0; text-align: center; color:#000; font-size:16px; font-weight:600; font-family: 'Montserrat', sans-serif; background:#ececec; padding:0; margin:0 4px;}
.page-item:first-child .page-link, .page-item:last-child .page-link{border-radius:50%;}
.page-item.active .page-link, .page-item .active .page-link, .page-item .page-link:hover, .page-item .page-link:focus{background:#f16724; color:#fff; text-decoration: none; outline: none; box-shadow: none;}

/*Blog Page Css End*/

/*Blog Detail Page Css*/
.blog-detail-page-section{padding:42px 0;}
.breadcrumb{padding:0; background-color:transparent; margin-bottom:18px;}
.breadcrumb a{color:#f16724;}
.breadcrumb a:hover, .breadcrumb a:focus{color:#000; text-decoration: none;}
.breadcrumb-item + .breadcrumb-item::before{font-size: 12px; line-height: 24px;}

.title2{font-size:28px; color:#000; line-height:26px; font-weight:700;}
.blog-detail-page-section h3{font-size:28px; color:#000; line-height:26px; font-weight:700; margin:45px 0 18px;}
.blog-detail-page-section .authore-name{font-size:16px; color:#7b7b7b; line-height:22px;}
.blog-detail-page-section ul{padding-left:18px;}
.blog-detail-page-section ul li{margin-bottom:5px; font-size:15px; line-height:26px; font-weight: 300; color: #000;}
.blog-detail-page-section ul li strong, .blog-detail-page-section ul li b, .blog-detail-page-section p strong, .blog-detail-page-section p b{font-weight:600;}
.blog-detail-page-section p{font-size: 15px; line-height:26px; font-weight: 300; color: #000; margin: 0 0 30px;}
.blog-detail-page-section p.margin-bottom{margin-bottom:15px}
.blog-detail-page-section .tag-liting{margin-bottom: 15px;}
.blog-detail-page-section .news-list{margin-bottom:30px;}

.news-detail-img{margin:30px 0;}

.quotes-box{padding:40px 40px 40px 60px; box-shadow:0 0 20px 0 rgba(0,0,0,0.15); border-radius:20px; position: relative;}
.quotes-box p{margin-bottom:0;}
.quotes-box .fa{position: absolute; top:25px; left:15px; font-size:36px; color:#ffe6c5;}
.sign-up-line{background-color:#f5f5f5; padding:10px; margin-top:45px;}
.sign-up-line p{margin-bottom:0; text-align: center; font-weight:400;}
.midium-font, .black-midium{font-size:16px; color:#f16724; line-height:20px; font-weight:700; margin-bottom:2px;}
.black-midium{color:#000;}
.related-news-section{border-top:1px solid #d9d9d9; padding:50px 0 20px; margin-top:20px;}
.related-news-section .section-title, .related-news-section .intro{text-align: center;}
.related-news-section .intro{margin-bottom:30px;}
/*Blog Detail Page Css*/

/*Error Page*/
.page-title.error-page-title{padding:118px 0 0px; min-height:1px;}

.error-page{text-align: left; padding:60px 0; /*min-height: calc(100vh - 259px);*/ display: flex; align-items: center;}
.error-page h2{font-size: 80px; font-weight: bold; text-decoration: none; color: #b33f9a; margin:0;}
.error-page h4{font-size:30px; font-weight:normal; text-decoration: none; color: #333; margin:10px 0 10px;}
.error-page p{font-size:16px; font-weight:normal; text-decoration: none; color: #333; margin:0 0 15px;}
.error-page .col-lg-7, .error-page .col-lg-5{display: flex; align-items: center;}
.error-page .btn-secondary{font-size:18px; padding:10px 40px; border-radius:30px; background-color:#b33f9a; border:6px solid #ffe0f8; box-shadow: 0 0 10px 0 rgb(0 0 0 / 26%) inset;}
.error-500{text-align: center; margin: 0 auto;}
.error-500 .img-fluid{display: inline-block; max-width:350px; margin-bottom:30px;}
.error-page.error-500 h4{font-size:36px; margin-top:0; font-weight:500;}
.error-page.error-500 p{font-size:24px;}
/*Error Page*/

.close-top-menu{display: none;}
.mobile-scroll{margin:0 0 0 auto;}

.custom-font, .custom-font h1,.custom-font h2,.custom-font h3,.custom-font h4,.custom-font h5,.custom-font h6,.custom-font p{font-family:'Gilroy';}
.custom-font h1{font-size: 40px; line-height: 40px; color:rgb(19, 23, 32); margin-bottom:30px; }
.custom-font h4{font-size:20px; line-height:25px; color:rgb(19, 23, 32); margin-bottom:10px;}
.custom-font.about-list p, .custom-font p, .custom-font ul li, .custom-font ol li{font-size: 20px; line-height: 28px; color:rgb(19, 23, 32); font-weight:400; margin:0 0 24px; padding:0;}
.custom-font ul, .custom-font ol{margin:0 0 25px;}
.custom-font ul li, .custom-font ol li{margin:0 0 10px; padding:0;}

.blog-page-section .news-img img{min-height:1px; max-height:none; height: auto !important;}
.latest-news-inner{overflow: hidden; display: block;}


.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);}

/*Sitemap Page Css Start*/
.sitemap-page{padding-top:70px;}
.sitemap-section-title{font-size:22px; font-weight:700; display: block; margin:0 0 25px; background:#f16724; color:#fff; padding:10px 20px;}
.menu-title{border-bottom:1px solid #ddd; padding-bottom:10px; margin-bottom:15px; font-size:18px; font-weight:600;}
.site-ul{list-style: none; margin:0 0 50px; padding:0; display: block; clear: both;}
.site-ul li{padding-bottom:10px;}
.site-ul li a{color:#333;}
.site-ul li a:hover, .site-ul li a:focus{color:#bda215; text-decoration: none;}
/*Sitemap Page Css End*/

/*Comingsoon Page Css Start*/
.coming-soon-page{height:100vh; width:100%; background-repeat:no-repeat; background-position:center center; background-size:cover; position: relative; display: flex; align-items: center; text-align: center;  background-attachment:fixed;}
.coming-soon-page:after{content:''; position: absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.67); z-index:1;}
.coming-soon-page h1{font-size:36px; color:#fff; font-weight:700; text-transform:uppercase; letter-spacing:3px;}
.coming-soon-page p{font-size:18px; color:#fff; font-weight:400;}
.coming-soon-inner{position: relative; z-index:2;}
.subtitle-div{margin:60px 0;}

.timer-section{display: flex; align-items: center; text-align: center; max-width:700px; margin:0 auto; border-top:1px solid rgba(255,255,255,0.3); padding-top:50px; margin-top:50px;}
.timing-box{color:#fff; position: relative; display: inline-block; width:25%;}
.timing-box:after{content:':'; position: absolute; left:100%; top:50%; transform:translateY(-50%); font-size:60px; font-weight:300; margin-left:-6px;}
.timing-box:last-child:after{display: none;}
.block-time-div{display: block;}
.main-time{font-size:50px; font-weight:700; font-family: 'Montserrat', sans-serif; color:#ffb502;}
.block-time-div{font-size:24px; font-weight:300; text-transform: uppercase;}
/*Comingsoon Page Css End*/

/*Partner Page Css Start*/
.partner-title{}
.partner-title p{color:#000;}
.partner-section{padding:70px 0 40px;}
.partner-list{box-shadow:0 0 20px 0 rgba(0,0,0,0.14); display: block; height:130px; line-height:100px; text-align: center; padding:15px 20px; margin-bottom:30px;}
.partner-list img{max-width:100%; max-height:100%; -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;
 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
 filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */}
.partner-list:hover img{ filter: none; -webkit-filter: grayscale(0%);}
/*Partner Page Css End*/

/*Support Page Css Start*/
.support-center-header{background-color:#292929; border-bottom:3px solid #f16724; text-align: center; color:#fff; padding-bottom:40px;}
.support-center-header h1{font-size:24px; font-weight:normal; margin:0 0 35px;}
.support-center-header .form-control{height:50px; background-color:transparent; border-radius:30px; border-color:rgba(255,255,255,0.5); font-size:16px; color:rgba(255,255,255,0.5); padding-left:25px;}
.support-logo{padding:30px 0; border-bottom: 1px solid #191919; box-shadow: 0 1px 0 0 #353535; margin-bottom:40px;}
.support-logo img{max-height:50px;}
.support-center-body{padding:70px 0 20px;}

.support-list{position: relative; display: block; margin-bottom:50px;}
.support-icon{width:116px; height:116px; line-height:96px; padding: 10px; text-align: center; border-radius:50%; background-color:#feb500; position: relative; z-index:2; position: absolute; top:50%; left:0; transform:translateY(-50%);  -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;}
.support-icon svg{width:50px; height:50px; stroke: #fff;}
.support-icon img{width:100%; height:100%; border-radius: 100%}
.support-detail{padding:30px 25px 30px 80px; margin-left:58px; border:1px solid #d9d9d9; border-radius:5px;  -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;}
.support-detail h4{font-size:20px; color:#333; font-weight:600;}
.support-detail p{font-size:15px; color:#454545; font-weight:400;}
.liveupdate{overflow: hidden;}
.images-box{float: left; margin-right:15px;}
.images-box span{display: inline-block; border-radius:50%; width:40px; height:40px; line-height:34px; border:3px solid #fff; overflow: hidden; margin-left:-18px; position: relative; background-color:#feb500; color:#000; text-align: center;}
.images-box span:first-child{margin-left:0; z-index:6;}
.images-box span:nth-child(2){z-index:5;}
.images-box span:nth-child(3){z-index:4;}
.images-box span:nth-child(4){z-index:3;}
.images-box span:nth-child(5){z-index:2;}
.images-box span img{width:100%; height:100%;}
.content-box{display: block; overflow: hidden; color:#1c1c1c;}
.content-box h6{font-size:14px; color:#222; font-weight:600; margin:0;}
.content-box p{font-size:13px; color:#6c6c6c; font-weight:400; margin:0;}
.support-list:nth-child(even) .support-icon{left: auto; right:0;}
.support-list:nth-child(even) .support-detail{padding:30px 80px 30px 25px; margin-left:0; margin-right:58px;}
.support-list:hover, .support-list:focus{color:#000; text-decoration: none; outline: none;}
.support-list:hover .support-detail, .support-list:focus .support-detail{border-color:transparent; box-shadow:0 0 25px 0 rgba(0,0,0,0.18);}
.support-list:hover .support-icon, .support-list:focus .support-icon{background-color:#333;  box-shadow:0 0 0 10px rgba(0,0,0,0.10);}
.support-list:hover .support-icon svg, .support-list:focus .support-icon svg{stroke: #fff;}

.support-center-footer{background:#292929; padding:20px 0; text-align: center;}
.support-center-footer img{max-height:50px;}
/*Support Page Css End*/

/*Career Page Css Start*/
.career-section{padding:120px 0;}
.career-section h3{font-size:42px; color:#000; font-weight:800; margin:0 0 30px; text-transform: uppercase;}
.career-section p{font-size:16px; color:#666; line-height:28px; margin:0 0 30px;}
.career-section p a:hover, .career-section p a:focus{color:#000; text-decoration: none;}
.career-section .col-form-label{font-size:16px; font-weight:500;}
.career-section .form-control{height:56px; border-radius:5px; padding:10px;}
.career-section .btn-style{height:56px; min-width:230px; margin:38px 0 0;}
/*Career Page Css End*/

.markets-circle-graph{width:100%;height:100%; padding:0;}

/*Contact Us Page Css Start*/
.contact-title p{color:#222;}
.contact-page{background:url(../img/contactus-img/contactus-img.jpg) no-repeat center top; padding:100px 0; position: relative; background-size:cover;}
.contact-page:before{content:''; position: absolute; top:0; left:0; right:0; bottom:0; background-color:rgba(255,255,255,0.86); z-index:1;}
.contact-page h2{font-size:42px; font-weight:800; color:#222; text-transform: uppercase; margin-bottom:40px;}
.contact-page h2 img{margin:-20px 0 0; display: inline-block;}
.contact-page p{font-size:16px; line-height:24px; color:#222; margin-bottom:24px;}
.contact-page .container{position: relative; z-index:2;}

.form-inner{padding-right:60px;}

.contact-form{padding:45px 40px; border-radius:20px; box-shadow: -8px -8px 0 0 #f16724; border: 1px solid #fff; background: linear-gradient(135deg,  rgba(202,172,255,1) 1%,rgba(255,191,159,1) 30%,rgba(255,191,159,1) 70%,rgba(202,172,255,1) 100%);}

.contact-form .form-group{margin-bottom:20px;}
.contact-form .form-control{height:45px; border-color: rgba(255, 255, 255, 0.7); background: rgba(255, 255, 255, 0.2); border-radius:5px; color:#222;}
.contact-form textarea.form-control{height:auto;}
.contact-form .form-control::-webkit-input-placeholder{color:#222;}
.contact-form .form-control::-moz-placeholder{color:#222;}
.contact-form .form-control:-ms-input-placeholder{color:#222;}
.contact-form .form-control:-moz-placeholder{color:#222;}
.contact-form .btn-style.btn-default{font-size:18px;}
/*Contact Us Page Css End*/

/*Support Detail page Start*/
.support-detail-center-body{padding:0;}
.support-detail-list{margin:0 -25px; padding:35px 25px; background:#f1f1f1; margin-bottom:25px;}
.support-detail-list .support-list{margin-bottom:0;}
.support-detail-list .support-list:hover .support-icon, .support-detail-list .support-list:focus .support-icon{background-color:#feb500; box-shadow:none;}
.support-detail-list .support-list:hover .support-detail, .support-detail-list .support-list:focus .support-detail{border-color:#d9d9d9; box-shadow:none;}

.support-center-body-inner{padding:0px 25px 1px; box-shadow:0 0 25px 0 rgba(0,0,0,0.2);}
.support-detail-center-body .sub-support-list{margin-bottom:25px;}
.support-detail-center-body .sub-support-list .support-detail{margin:0 !important; padding:25px !important;}
.support-detail-center-body .content-box h6{font-size:13px; font-weight:normal;}

.page-breadcrumb .breadcrumb{padding:15px 0; margin:0;}
.page-breadcrumb .breadcrumb a{color:#444;}
.page-breadcrumb .breadcrumb a:hover, .page-breadcrumb .breadcrumb a:focus{color:#ffb502;}
.page-breadcrumb .breadcrumb-item{font-size:14px;}
/*Support Detail page End*/

/*Support Sub Detail page Start*/
.sub-detail-content{padding:30px 0 0;}
.sub-detail-content h1{font-size:30px; font-weight:500; color:#444; margin:0 0 20px}
.sub-detail-content h5{font-size:18px; font-weight:400; color:#666;}
.sub-detail-content h6{font-size:17px; font-weight:700; color:#555;}
.sub-detail-content p{font-size:14px; line-height:20px; font-weight:400; color:#666; margin:0 0 25px;}
.sub-detail-content .content-box p{margin:0;}
.sub-detail-content .liveupdate{margin:20px 0 15px;}
.linkarea{padding:12px 0;}
.linkarea h5{font-size:16px; font-weight:500; margin:0;}
.linkarea p{margin:0;}
.linkarea p a{text-decoration: underline; display: inline-block;}
.linkarea p a:hover, .linkarea p a:focus{text-decoration:none; color:#000;}

.intercom-reaction-picker{padding:25px 10px; text-align: center; color: #777; background-color: #f0f3f5; margin:40px -25px 0;}
.intercom-reaction-picker .intercom-reaction{background: none; color: inherit; border: none; padding: 0; font: inherit; cursor: pointer; outline: none; width: 50px; height: 100%; display: inline-block; text-align: center; font-size: 32px;
  -webkit-transition: -webkit-transform 0.16s cubic-bezier(0.65, 0.61, 0.18, 1.8) 0.02s,-webkit-filter 0.32s linear;
  transition: -webkit-transform 0.16s cubic-bezier(0.65, 0.61, 0.18, 1.8) 0.02s,-webkit-filter 0.32s linear;
  -o-transition: transform 0.16s cubic-bezier(0.65, 0.61, 0.18, 1.8) 0.02s,filter 0.32s linear;
  transition: transform 0.16s cubic-bezier(0.65, 0.61, 0.18, 1.8) 0.02s,filter 0.32s linear;
  transition: transform 0.16s cubic-bezier(0.65, 0.61, 0.18, 1.8) 0.02s,filter 0.32s linear,-webkit-transform 0.16s cubic-bezier(0.65, 0.61, 0.18, 1.8) 0.02s,-webkit-filter 0.32s linear;
  cursor: pointer;
  -webkit-transform-origin: 50% 60%;
  -ms-transform-origin: 50% 60%;
  transform-origin: 50% 60%;
}

.intercom-reaction-picker .intercom-reaction:hover, .intercom-reaction-picker .intercom-reaction:focus {
  -webkit-transform: scale(1.32);
  -ms-transform: scale(1.32);
  transform: scale(1.32);
  -webkit-transition: -webkit-transform .04s;
  transition: -webkit-transform .04s;
  -o-transition: transform .04s;
  transition: transform .04s;
  transition: transform .04s, -webkit-transform .04s;
}
.intercom-reaction-picker .intercom-reaction-prompt {
  padding-top: 9px;
  padding-bottom: 4px;
  text-align: center;
}
/*Support Sub Detail page End*/

/*FAQ Page css Start*/
.faq-section{padding:80px 0;}
.faq-section p{font-size:18px; line-height:28px; margin-bottom:20px; color:#444;}
.faq-question{font-size:24px; padding:15px 24px; margin:50px 0 20px; font-weight:600; color:#222; background:#f1f1f1; border-left:3px solid #ffb502;}
/*FAQ Page css End*/

/*Exchange Page Css Start*/
.exchange-page{padding:50px 0;}
.first-ad, .last-ad{margin-bottom:50px;}
.exchange-table-box{box-shadow:0 3px 49px 0 rgba(0,0,0,0.11);border:1px solid #e7e8ea; margin-bottom:50px;}
.exchange-top-div{padding:20px; border-bottom:1px solid #e7e8ea;}
.exchange-top-div .dropdown{display: inline-block;}
.exchange-top-div .btn{color:#000; font-size:16px; padding:4px 13px;}
.exchange-comp{float: left; width:30px; height:30px; overflow: hidden; border-radius:50%; margin-right:8px;}
.exchange-comp img{max-width:100%; max-height:100%;}

/*Div base Table Css Start*/
.div-base-table{display: flex; flex-wrap: wrap;}
.div-base-table > div{min-width:100%;}
.div-base-table .line-break{flex-basis: 100%; width: 0px;  height: 0px;  overflow: hidden;}
.div-base-table-head{width: 100%}
.div-base-table-row{border-top:1px solid #e7e8ea; margin-top:-1px;}
.div-base-table-body{width:100%;}
.thead-col, .tbody-col{color:#333; display: flex; align-items: center; -ms-flex-preferred-size: 0; flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; padding:8px; font-size:14px; text-align: center;}
.thead-col{font-weight:600; min-height:65px;}
.action-text-right{text-align: right; width:100%;}

.listname{width:100%; display: flex; align-items: center; text-align: left;}
.listname h5{font-size:14px; font-weight:600; margin:0; color:#000;}
.listname h5 a{color:#000;}
.listname h5 a:hover, .listname h5 a:focus{color:#ff9300; text-decoration: none;}
.btc-name{display: inline-block; font-size:14px; font-weight:400; color:#8d8d8d;}
.table-doller{font-size:14px;}
.table-precentage{color:#3bc48a; font-weight:500; position: relative;}
.table-precentage:before{content:''; border:5px solid transparent; border-bottom-color:#3bc48a; display: inline-block; margin-bottom:5px; margin-right:5px;}
.table-precentage.low{color:#f00;}
.table-precentage.low:before{border-bottom-color:transparent; border-top-color:#f00; margin-bottom:0;}


.table-btn{padding:5px 8px; 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;}

.div-base-table-row-inner, .div-base-table-head-inner{display: flex; width:100%;}
.div-base-table-head-inner .thead-col:first-child, .div-base-table-row-inner .tbody-col:first-child{padding-left:20px;} 
.div-base-table-head-inner .thead-col:last-child, .div-base-table-row-inner .tbody-col:last-child{padding-right:20px;} 

.div-base-table-row{width:100%; -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;}
.detail-chart{width:100%; height:420px;}
.detail-chart1{width:100%; height:475px;}
.div-base-table-row:hover{background-color:rgb(0 194 137 / 12%);}
.div-base-table-row:hover .table-btn.btn-primary{color:#fff; background-color:#00b1ff; border:0;}
.div-base-table-row:hover .table-btn.btn-black{color:#fff; background-color:#2d323b; border:0;}
.div-base-table-row:hover .table-btn.btn-yellow{color:#fff; background-color:#ff9300; border:0;}

.div-base-table .innerdiv{width:100%;}

.ad-full{min-width:100%; padding:20px; box-sizing:border-box;}
.div-base-table-row.ad-full:hover{background-color:#fff;}

.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);}
/*Exchange Page Css End*/

.sidebar-info img{max-width: 100%;}

.container .container{padding:0; width:100%; max-width:100%;}

/*Wallet Page Css Start*/
.three-exchanges{padding:40px 0;}
.three-exchanges .section-title{margin-bottom:15px; font-weight:600; font-size:25px;}
.three-exchanges .owl-carousel .owl-item{padding:5px 10px 15px;}
.three-exchanges .owl-carousel .owl-item .item-list-icon img{width:80px; height: 80px; object-fit: cover; border-radius:50%;}
.item-list{padding:20px; border-radius:20px; box-shadow:0 5px 15px 0 rgba(0,0,0,0.15); background:#fff;}
.item-list-icon{display: flex; justify-content: center;}
.item-list-title{font-size:14px; font-weight:600; color:#333333; text-align: center; margin:6px 0 0;}
.item-list-flex{display: flex; justify-content: space-between; grid-gap:5px; margin-top:12px;}
.item-list-flex span{font-size:12px; color:#505050;}
.item-list-flex strong{font-size:14px; color:#333333; display: block; text-align: right; width:46%;}
.table-sec{padding:50px 0;}
.arrival-exchanges-sec{background: linear-gradient(to right, rgb(255 246 242) 0%, rgba(255, 255, 255, 1) 100%);}
.adtopgape{margin-top:50px;}
/*Wallet Page Css Start*/

@media(max-width:1200px){
}
@media(max-width:600px){
    
}

/*responsive //////////////////////////////////////////////////////////////////////////////////////////*/

@media (max-width:1500px){
  .banner-section:after{background-size:contain;}
  .about-list:before{width:895px; top:90px;}
  .about-list.about-list-second:before{top:-104px; left:auto;}
  .donate-section:before{width:750px;}

  .three-exchanges .owl-carousel{margin:0;}
}

@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;}


  .about-list:before{width: 730px; top: 100px; height: 440px;}
  .about-list.about-list-second:before{top:-44px;}
  .joinus-box p{max-width:100%;}

  .news-page-section:before, .news-page-section:after{width:630px;}
  .sidebar-info{margin-bottom:30px;}
  .news-img img{max-height:145px; min-height:145px;}
  .search-field .form-control{font-size:14px;}
  .blog-detail-page-section .img-fluid{height: auto !important;}
  .header_currency_menus a{margin: 0 10px 0 0;}
  .header_currency_menus a span{font-size:12px;}

  .graph-bottom{font-size:14px;}
  .news-inner{padding: 15px 25px;}
  .news-list h5{font-size: 14px; line-height: 18px; min-height:55px;}
  .date-box{padding:8px 12px 8px 32px;}
  .about-list .img-fluid{max-width: 70%;}

  /*Partner Page Css Start*/
  .partner-list img{filter: none; -webkit-filter: grayscale(0%);}
  .partner-list:hover img{filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  filter: gray; /* IE6-9 */
-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */}
/*Partner Page Css End*/

/*Career Page Css Start*/
.about-list.who-we-are-section:before{top:130px;}
/*Career Page Css End*/

/*Contact Us Page Css Start*/
.form-inner{padding-right:0;}
.contact-form{padding:25px;}
.contact-page h2{font-size:32px;}
.contact-page h2 img{max-width:50px;}
/*Contact Us Page Css End*/

/*FAQ Page css Start*/
.faq-section{padding:0 0 30px 0;}
.faq-section p{font-size:15px; line-height:24px;}
.faq-question{font-size:18px; padding-left:20px;}
/*FAQ Page css End*/

/*Press Page*/
.news-page-section .news-list h5{min-height:54px;}
.news-page-section .news-list p{margin-bottom:20px;}
/*Press Page*/

/*Exchange Page Css*/
.big-table .div-base-table{min-width:1150px;}
/*Exchange Page Css*/

}

@media (max-width:991px){
  .navbar-expand-lg > .container{position: relative;}
  .navbar-brand{margin:0 0 0 15px;}
  body.hide-scroll{overflow: hidden;}
  .navbar-toggler{color:#222;}
  /*.navbar-toggler.active .fa-bars:before{content:"\f00d"; font-family:'FontAwesome';}*/
  .navbar-toggler:hover, .navbar-toggler:focus{color:#f16724; outline: none; box-shadow: none;}
  .close-top-menu{display: block; position: absolute; top: 10px; right: 20px;}

  .navbar-collapse{padding:60px 0 15px; position:fixed; top:-1000%; right:0; display: block !important; height:100% !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:before{content:''; position: absolute; bottom:100%; right:1px;  border:8px solid transparent; border-bottom-color:#fff;}*/
  .navbar-collapse.show-menu{top:0;}
  .navbar-expand-lg .navbar-nav{padding:35px 0 20px; text-align: center;}
  .navbar-expand-lg .navbar-nav .nav-item{margin:0;}
  .navbar-expand-lg .navbar-nav .nav-link{color:rgb(19, 23, 32); padding:10px 5px; font-size:20px; font-weight:400;
    -webkit-transform:skew(0);
    -ms-transform:skew(0);
    -o-transform:skew(0);
    -moz-transform:skew(0);
    transform:skew(0);
  }
  .navbar-expand-lg .navbar-nav .nav-link span{
    -webkit-transform:skew(0);
    -ms-transform:skew(0);
    -o-transform:skew(0);
    -moz-transform:skew(0);
    transform:skew(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;}

  .scroll-div{display:block; clear: both;}
  .mobile-scroll{overflow-y: auto; max-height: 100%;}

  .left-box.hide-desktop{display: block; float:none; text-align: center;}
  .right-menu.hide-desktop{float:none; text-align: center;}
  .navbar-collapse .left-box a{display: inline-block; margin:5px 30px;}
  .navbar-collapse .left-box span{color:rgb(107, 113, 126); font-size:20px; margin:0;}
  .navbar-collapse .left-box span.low{color:#f00;}
  .navbar-collapse .left-box span.low:before{border-top-color:#f00;}
  .navbar-collapse .left-box span.high{color:#3bc48a;}
  .navbar-collapse .left-box span.high:before{border-bottom-color:#3bc48a;}
  .navbar-collapse .left-box span img{font-size:25px;}
  .right-menu a{font-size: 20px; line-height: 28px; color: #000;border-width:2px;}


  .banner-section{padding:180px 0 140px; text-align: center;}
  .banner-section h1{font-size:38px;}
  .banner-section .text-right{text-align: center !important;}
  .google-play-btns{margin-bottom:30px;}
  .section-title{font-size:34px;}
  .intro{font-size:18px; line-height:23px;}
  .wallet-section, .market-section, .bitcoin-services-section, .news-section, .our-reach-section, .audience-section, .reach-our-audience, .where-reach-audience, .press-release, .sponsored-content{padding:50px 0;}
  .graph-list{margin-bottom:30px;}

  .bitcoin-services-section .col-xl-4:nth-child(3n+1){border-left:1px solid #e8e8e8;}
  .bitcoin-services-section .col-xl-4:nth-child(2n+1){border-left:0;}
  .bitcoin-services-section .col-xl-4:nth-child(3){border-top:1px solid #e8e8e8;}
  /*.news-list h5, .news-list p{min-height:1px;}*/

  .news-page-section .row .col-xl-4{display: none;}
  .news-page-section .row:last-child .col-xl-4{display: block;}
  .recent-news{height: auto;}


  .padd-inner{padding:40px 15px;}
  .subscribe-section h3{font-size:24px;}
  .subscribe-span{font-size:14px;}
  .copyright-section{text-align: center;}
  .copyright-right, .copyright-section p{float: none;}
  .copyright-section{padding:15px 0;}

  .about-list{padding: 60px 0;}
  .about-list:before{width: 800px; top:90px;}
  .about-list.about-list-second{text-align: right;}
  .about-list.about-list-second:before{top:-34px;}
  .mobile-gap{margin-bottom:45px;}
  .donate-section{padding: 0 0 60px;}
  .donate-section .intro{margin-bottom:50px;}

  .audience-box{padding-top:5px;}
  .audience-box .audience-img{margin-top:30px;}
  .reach-our-audience .nav-pills .nav-link{text-align: center; padding:20px 10px;}
  .reach-our-audience .nav-pills .nav-link:before{border-left-color:transparent; border-top-color:#f16724; top:100%; left:50%; margin:0 0 0 -15px}
  .reach-our-audience .tab-content{height: auto;}
  .our-reach-section .section-title, .press-release .section-title{margin-bottom:0;}
  .audience-box{margin-top:30px;}
  .reach-our-audience .intro, .where-reach-audience .intro, .sponsored-content .section-title, .sponsored-content-box{margin-bottom:30px;}
  .sponsored-content{padding-bottom:20px}
  .buy-display-box{margin-top:50px;}
  .need-help-box .fullbox.text-right{text-align: center !important; margin-top:30px;}
  .need-help-box{text-align: center;}
  .sponsored-content-box{min-height:1px; padding-top:30px; padding-bottom:30px;}

  .sidebar-advertisements a{height: auto;}
  .mobilehide-ad{display: none;}
  .recent-news{margin-top:0;}
  .press-inquiries-section{padding-top:30px;}
  .news-page-section{padding:30px 0 0;}
  .press-inquiries-section .section-title{margin-bottom:30px;}
  .contact-link{font-size:16px;}
  .search-field{margin-bottom:40px;}
  .news-img img{max-height:170px; min-height:170px;}

  .error-page{text-align: center;}
  .error-page h2{margin-top:50px;}
  .about-list h1{font-size:28px;}
  .about-list .img-fluid{max-width:360px; margin-bottom:60px;}
  .news-page-section .pagination{margin:20px 0 40px;}

  /*Partner Page Css Start*/
  .partner-list{height: 90px; line-height: 70px; padding: 10px 30px;}
  /*Partner Page Css End*/

  /*Support Page Css Start*/
  .support-logo{padding:20px 0;}
  .support-logo img, .support-center-footer img{max-height:35px;}
  .support-logo{margin-bottom:20px;}
  .support-center-header{padding-bottom:15px;}
  .support-center-header h1{font-size:20px; margin-bottom:20px;}
  .support-center-header .form-control{height:40px; font-size:14px;}
  .support-center-body{padding:30px 0 0;}
  .support-detail h4{font-size:17px;}
  .support-detail p{font-size:14px;}
  .content-box h6{font-size:13px;}
  .content-box p{font-size:12px;}
  .support-icon{width: 90px; height: 90px; line-height: 90px;}
  .support-icon svg{width: 40px; height: 40px;}
  .support-list{margin-bottom:30px;}
  .support-detail{padding: 15px 10px 10px 65px; margin-left:45px;}
  .support-list:nth-child(even) .support-detail{padding: 15px 65px 10px 20px; margin-left:0; margin-right:45px;}
  .support-list:hover .support-icon, .support-list:focus .support-icon{box-shadow: 0 0 0 5px rgb(0 0 0 / 10%);}
  /*Support Page Css End*/

  /*Career Page Css Start*/
  .career-section{padding:10px 0 40px;}
  .career-section h3{font-size:28px;}
  .career-section .btn-style{margin: 15px 0 0;}
  /*Career Page Css End*/

  /*Contact Us Page Css Start*/
  .contact-page{padding:40px 0;}
  .contact-page h2{margin-bottom:20px;}
  .contact-form{padding: 30px; margin-top:45px;}
  .page-title.contact-title{padding-top:127px;}
  /*Contact Us Page Css End*/

  /*Support Detail page Start*/
  .support-detail-center-body{padding:0;}
  /*Support Detail page End*/
}

/*Comingsoon Page Css Start*/
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) { 
  .coming-soon-page{padding-top:20px; padding-bottom:20px; height:auto; min-height:100vh; display: block;}
  .coming-soon-logo img{max-width:220px;}
  .subtitle-div{margin:30px 0;}
  .coming-soon-page h1{font-size:24px;}
  .coming-soon-page p{font-size:14px;}
  .coming-soon-inner{overflow-y:auto;}
  .timer-section{padding-top:30px; margin-top:30px; max-width:450px;}
  .subscribe-section .padd-inner:nth-child(1){padding-bottom:0}
  .main-time{font-size:30px;}
  .block-time-div{font-size:16px;}
  .timing-box:after{font-size:45px;}
  .recent-news{height: auto;}
}
/*Comingsoon Page Css End*/


@media (max-width:767px){
  .navbar-brand{font-size:24px;}
  

  .container{max-width:100%;}
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl{padding:0 15px;}
  .owl-carousel .owl-nav button.owl-prev{left:-6px;}
  .owl-carousel .owl-nav button.owl-next{right:-6px;}

  .bitcoin-services-section .col-xl-4{border-left:0 !important; border-top:1px solid #e8e8e8 !important;}
  .services-list{padding: 40px 10px;}
  .services-list p{min-height:1px;}
  .subscribe-section:after{display: none;}
  .wallet-section:before{width:175px; height:335px; bottom:-40px;}
  
  .page-title{min-height:1px; padding-top:185px;}
  .page-title .advertisements a{margin:0}
  .page-title h1{font-size:30px;}
  .page-title h4{font-size:18px;}
  .about-list h2, .map-section .section-title, .section-title{font-size:28px;}
  .map-section .intro, .donate-section .intro, .buy-display-box p, .reach-our-audience .intro, .audience-section .intro, .where-reach-audience .intro{font-size:18px;}
  .sponsored-content h4, .buy-display-box h3, .need-help-box h3, .blog-list h3, .blog-detail-page-section h3, .title2{font-size:24px; line-height:30px;}
  .sponsored-content p{font-size:16px; line-height:24px; margin-bottom:0;}
  .buy-display-box p{font-size:16px;}
  .news-list h5{margin-bottom:12px;}

  .error-page{padding:20px 0;}
  .error-page h2{font-size:50px; margin-top:30px;}
  .error-page h4{font-size:20px;}
  .error-page p{font-size:14px;}

  .custom-font{padding-top:30px;}
  .custom-font h1{font-size: 22px; line-height:26px; margin-bottom:10px;}
  .custom-font h4{font-size:16px; line-height:20px;}
  .custom-font.about-list p, .custom-font p, .custom-font ul li, .custom-font ol li, .contact-page p{font-size:14px; line-height:20px;}
  .custom-font ul, .custom-font ol{padding-left:20px;}

  .header_currency_menus{text-align:center;}
  .header_currency_menus a{margin:3px 12px;}
  .header_currency_menus a span{font-size:14px;}
  .sitemap-page{padding-top:40px;}
  .banner-section {padding-top:210px;}
  .wallet-section .form-control{height:42px; padding-left:15px;}
  .wallet-section .input-group-text{padding:6px 15px; font-size:14px;}
  .wallet-section .btn{height:42px; margin-top:10px; padding:0; line-height:42px;}

  /*Comingsoon Page Css Start*/
  .coming-soon-page{padding-top:20px; padding-bottom:20px; height:auto; min-height:100vh; display: block;}
  .coming-soon-logo img{max-width:220px;}
  .subtitle-div{margin:30px 0;}
  .coming-soon-page h1{font-size:24px;}
  .coming-soon-page p{font-size:14px;}
  .coming-soon-inner{overflow-y:auto;}
  .timer-section{padding-top:30px; margin-top:30px; max-width:450px;}
  .main-time{font-size:30px;}
  .block-time-div{font-size:16px;}
  .timing-box:after{font-size:45px;}
  /*Comingsoon Page Css End*/

  /*Career Page Css Start*/
  /*.career-title{min-height: 370px; padding-top: 127px;}*/
  /*Career Page Css End*/

  /*FAQ Page css Start*/
  .faq-title{padding-top:140px;}
  /*FAQ Page css End*/

  /*FAQ Page css Start*/
  .faq-section p{font-size:14px;}
  .faq-question{font-size:17px; line-height:26px;}
  /*FAQ Page css End*/
  
  /*Press Page Css*/
  .press-title{padding-top:135px;}
  /*Press Page Css*/
  
  /*Exchange Page Css*/
  .exchange-page{padding:15px 0;}
  .first-ad, .exchange-table-box{margin-bottom:20px;}
  .last-ad{margin-bottom:60px;}
  /*Exchange Page Css*/
}

@media (max-width:700px){
  .related-news-section .pulldevices{-ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
}

@media (max-width:600px){
  .banner-section{padding-top:140px;}
  .banner-section h1{font-size: 22px; margin-bottom:25px;}
  .banner-section p{font-size:14px; line-height:20px; margin:25px 0;}
  .section-title{font-size:26px;}
  .intro{font-size: 14px; line-height: 20px;}
  .right-link{margin-top:6px;}
  .padd-inner{padding: 25px 15px;}
  .footer-section{padding-top:10px;}
  .footer-section .pull-devices{width: 50%;}
  .hide-mobie{display:none;}
  .hide-desktop{display: block;}
  .navbar-collapse .right-menu.hide-desktop{display: none;}
  .header-section .right-menu{border-top:1px solid #d9d9d9; border-bottom:0;}
  .header-section .left-box span{color:#000; margin:0 10px;}
  .header-section .right-menu a{color:#000;}
  .navbar-collapse .left-box span{margin:0;}

  
  .page-title.error-page-title{padding: 80px 0 0px;}
  .need-help-box{margin-bottom:50px;}
  .news-page-section .news-list h5{min-height:1px;}
  .press-inquiries-section .pulldevice { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%;}
  .inquiries-boxs{padding:50px 15px;}
  .bottom-gape{margin-bottom:50px;}
  .banner-inner .google-play-btns img{max-width:120px;}
  .news-img img{max-height:225px; min-height:225px;}

  /*Partner Page Css Start*/
  .partner-section{padding: 20px 0 10px;}
  .partner-section .justify-content-sm-center{-ms-flex-pack: center !important; justify-content: center !important;}
  .partner-section .row{margin-left:-8px; margin-right:-8px;}
  .partner-col{-ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; padding:0 8px;}
  .partner-list{height: 80px; line-height: 60px; padding: 10px 12px; margin-bottom:16px; box-shadow:0 0 12px 0 rgb(0 0 0 / 10%);}
  /*Partner Page Css End*/

  /*Support Page Css Start*/
  .support-center-body{padding-top:50px;}
  .support-center-header h1{font-size:18px;}
  .support-icon{width:60px; height:60px; line-height:60px; top:-30px; left: 50%; transform: translate(-50%, 0);}
  .support-list:nth-child(even) .support-icon{left:50%; right:auto;}
  .support-icon svg{width:30px; height:30px;}
  .support-center-header .form-control{padding-left:15px;}
  .support-detail, .support-list:nth-child(even) .support-detail{padding:45px 15px 15px; margin:0;}
  .support-list{margin-bottom:45px; text-align: center;}
  .liveupdate{text-align:left; border-top: 1px solid rgb(0 0 0 / 8%); padding: 15px 0 0 0;}
  .images-box{margin-right:10px;}
  .images-box span{display: none;}
  .images-box span:first-child{display: block;}
  /*Support Page Css End*/

  /*Support Detail page Start*/
  .support-detail-center-body{padding:0;}
  .support-center-body-inner{padding: 0px 15px 1px;}
  .support-detail-list{margin: 0 -15px; padding: 25px 15px; margin-bottom: 25px;}
  /*Support Detail page End*/
}

@media (max-width:500px){
  .about-list:before{width: 610px; height: 340px; top:70px;}
  .about-list.about-list-second:before{top:-44px;}
  .about-list h2{margin-top:30px;}
  .about-list h2, .map-section .section-title, .section-title{font-size:24px;}
  .about-list .img-fluid{max-width:250px; margin-bottom:10px;}
  .joinus-box{margin-bottom:30px;}
  .donate-section:before{width: 400px; height: 180px; top: -160px;}
  .subscribe-section .btn-primary{min-width:130px; font-size:15px;}
  .subscribe-section .form-control{padding-right:140px; font-size:14px;}
  .donate-img{width: 80px; height: 80px; margin-right:15px;}
  .donate-list{padding:15px 10px;}
  .donate-list h4{font-size:16px; margin-bottom:12px;}
  .donate-list p{font-size:14px; line-height:20px;}
  .copyright-section p, .copyright-right a, .copyright-right span{font-size:13px;}
  .need-help-box{padding:40px 15px;}
  .need-help-box .btn{margin:15px;}
  .inquiries-boxs h5{font-size:20px;}
  .inquiries-boxs p{font-size:14px; line-height:20px;}

  .error-500 .img-fluid{max-width:200px; margin-bottom:10px;}
  .error-page{min-height: calc(100vh - 231px);}
  .error-page .btn{font-size: 14px; padding: 10px 30px;}
}

@media (max-width:479px){
  .banner-section{padding:90px 0 80px;}
  .navbar-brand img{max-width:180px;}
  .banner-section h1{font-size:26px;}
  .wallet-section, .market-section, .bitcoin-services-section, .news-section, .our-reach-section, .audience-section, .reach-our-audience, .where-reach-audience, .press-release, .sponsored-content{padding:30px 0;}

  .page-title{ padding-top: 96px; padding-bottom: 20px;}
  .page-title.error-page-title{padding:77px 0 0px; min-height:1px;}
  .page-title h1, .page-title h2{font-size:25px;}
  .page-title .ad{display: none;}
  .page-title p{font-size:14px; line-height:20px;}
  .about-list h2, .map-section .section-title, .section-title, .blog-detail-page-section h3, .title2{font-size:22px;}
  .map-section .intro, .donate-section .intro, .reach-our-audience h5, .buy-display-box p, .reach-our-audience .intro, .audience-section .intro, .where-reach-audience .intro{font-size:16px;}
  .about-list ol li, .about-list p, .reach-our-audience p, .sponsored-content p, .blog-list p, .career-section p{font-size:14px; line-height:22px;}
  .btn-style.btn-lg{padding: 12px 40px; font-size:16px;}
  .footer-section .pull-devices{width: 100%;}
  .our-reach-list{min-height:150px;}
  .our-reach-list big{font-size:40px; margin-bottom:5px;}
  .our-reach-list span{font-size:16px;}
  .where-reach-audience .nav-tabs .nav-link{font-size: 16px; padding: 8px 25px;}
  .sponsored-content h4, .buy-display-box h3, .need-help-box h3, .blog-list h3{font-size:20px; line-height:26px;}
  .blog-inner{padding: 15px;}
  .news-list h5{font-size:16px; line-height:20px;}

  #community-links{justify-content: center;}
  .google-play-btns a{margin:9px 4px 0 !important;}
  .wallet-section .section-title{text-align: center;}
  .sponsored-badge{display: block; width: 150px; margin: 0 auto 13px !important;}
  .advertisements a{margin:20px 0;}

  /*.news-img img{max-height:140px; min-height:140px;}*/
  .news-img img{max-height: none; min-height: 1px; height: auto !important;}
  .navbar-collapse .left-box span, .navbar-expand-lg .navbar-nav .nav-link{font-size:18px;}
  .recent-img{margin-bottom: 15px;}
  .sitemap-section-title{font-size:18px; padding:8px 12px; margin-top:15px;}
  .menu-title{font-size:16px; padding-bottom:8px; margin-bottom:8px;}
  .site-ul{margin-bottom:20px;}
  .site-ul li{padding-bottom:5px;}
  .site-ul li a{font-size:14px;}
  .sitemap-page{padding-top:10px;}
  .btn-border{min-width:270px;}
  .copyright-right span{margin: 0 5px;}
  .about-list h1{font-size:22px;}
  .about-list h4{font-size:18px;}
  .about-list p{margin-bottom:15px;}

  /*Career Page Css Start*/
  .career-title{padding-top:100px;}
  .about-list.who-we-are-section:before{top: 100px;}
  .career-section h3{font-size:18px; margin-bottom:15px;}
  /*Career Page Css End*/
  /*Contact Us Page Css Start*/
  .page-title.contact-title{padding-top: 95px;}
  .contact-page h2{font-size: 24px;}
  .contact-page h2 img{max-width: 35px; margin-top:-10px;} 
  .contact-form{padding: 20px; box-shadow:-4px -4px 0 0 #f59f73; border-radius:12px;}
  /*Contact Us Page Css End*/

  /*Support Detail page Start*/
  .support-detail-center-body .sub-support-list .support-detail{padding: 15px !important;}
  /*Support Detail page End*/

  /*Support Sub Detail page Start*/
  .sub-detail-content{padding: 15px 0 0;}
  .sub-detail-content h1{font-size:20px; margin-bottom:8px;}
  .sub-detail-content h5, .linkarea h5{font-size:15px;}
  .sub-detail-content h6,{font-size:14px;}
  .intercom-reaction-picker{padding:15px 10px; margin: 20px -15px 0;}
  /*Support Sub Detail page End*/

  /*FAQ Page css Start*/
  .faq-question{font-size:16px; line-height:20px; margin:20px 0 10px; padding-top:10px; padding-bottom:10px; padding-right:5px}
  .faq-section p{margin-bottom:20px;}
  /*FAQ Page css End*/

  /*Wallet Page Css Start*/
  .three-exchanges .owl-carousel .owl-item .item-list-icon img{width:60px; height: 60px;}
  .table-sec, .three-exchanges{padding:20px 0;}
  .adtopgape{margin-top:20px;}
  /*Wallet Page Css End*/
}

/* Header nav: My Community (disabled) + Coming soon badge */
.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;}
