.tabs-carousel{
height: 350px;
width: 100%;
//transform: translateY(65px);
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 35px;

}
.about-carousel{
background: url(trade-signal-bg.jpg);
background-repeat: no-repeat;
background-position: top;
background-size: cover;
}

.tabs-carousel h3{
color: #eee;
font-size: 28px;
font-weight: 800;
display: block;
}

.tabs-carouselp{
color: #fff;
}

.tabs-body{
font-weight: 500;
color: #222;
background: #f7f7f7;
padding: 30px 30px;
border-radius: 5px;
margin-bottom: 35px;
}

footer{
background: #0496c7;
padding: 55px;
color: #efefef;
font-weight: 600;
font-family: helvetica;
}
.footer-logo{
text-align: center;
padding: 5px 10px 30px 10px;
}
.footer-logo a span{
font-size: 30px;
color: #eee;
}
.footer-logo a img{
transform: translateY(-7px);
}

footer h5{
text-transform: uppercase;
color: #eee;
font-weight: 600;
}
footer ul{
list-style: none;
padding: 10px;
}
footer ul li{

}
footer ul li a{
color: #fff;
text-decoration: none;
}
footer ul li a:hover{
color: #ddd;
}


/*===== Bitcoin Mining Section =====*/

.btc-mining-carousel{
background: url(bitcoin-mining.jpg);
background-repeat: no-repeat;
background-position: top;
background-size: cover;
}

/*=====*/

/*===== Bonds =====*/
.bonds-carousel{
background: url(bonds.jpg);
background-repeat: no-repeat;
background-position: top;
background-size: cover;
}

/*=====*/

/*===== Corporate Responsibility =====*/
.cr-carousel{
background: url(corporate_responsibility.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

/*=====*/

/*===== Cryptocurrencies =====*/
.crypto-carousel{
background: url(Cryptocurrency.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

/*=====*/

/*===== FAQS =====*/
.faqs-carousel{
background: url(faq-lead.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

.tab{
padding:0px;
background:#dddddd;
border-radius:5px;
}
.ques{
padding: 15px;
border: 5px solid #14488C;
border-width:0px 0px 0px 5px;
font-weight: 600;
color: #333;
background:#fff;
border-radius: 5px;
cursor:pointer;
margin-bottom:10px;
}
.ans{
padding:0px 10px 10px 10px;
color:#000;
display:none;
}
.ans-show{
display:block;
}

/*=====*/

/*===== INSIGHT =====*/
.insights-carousel{
background: url(insights.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

.enc-img{
  width: 100%;
  height: 250px;
  border-radius: 7px;
  }

/*=====*/

/*===== Investment =====*/
.investment-carousel{
background: url(investment.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

/*=====*/

/*===== Security =====*/
.security-carousel{
background: url(security.jpeg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

/*=====*/

/*===== Stocks =====*/
.stocks-carousel{
background: url(stocks.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

/*=====*/

/*===== Stocks =====*/
.wcu-carousel{
background: url(business.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

 .rows{
  margin-bottom: 35px;
  background: #f1f1f1;
  padding: 15px 15px;
  }
  
  .why-boxes{
  height: 300px;
  }
  .why-boxes img{
  height: 100%;
  width: 100%;
  border-radius: 3px;
  }
  .why-texts{
  margin: 10%;
  }
  .why-boxes2{
  height: 320px;
  }

@media(max-width: 500px){
	.why-texts2{
	  font-size: 14px;
	  }
  }
  @media(max-width: 330px){
	  .why-texts2{
	  font-size: 12px;
	  }
  }

/*=====*/

@media(max-width: 764px){

.about-carousel{
transform: translateY(0px);
height: 300px;
margin-bottom: 35px;

}




}