.about-box{
	border: 2px solid #64868f;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 2px 3px 0px #000;
}
.about-box h3{
	font-weight: bold;
	color: #3eb2ce;
}
.trade-title h1{
	color: #197e97;
	font-weight: 600;
	font-size: 45px;
}
.trade-para{
	color: #000;
	margin-top: 20px;
}
.trade-box{
	border: 1px solid #64868f;
    padding: 80px 14px;
    border-radius: 10px;
    box-shadow: 0px 2px 3px 0px #000;
    background-color: #fff;
    height: 252px;
}
.trade-box h3{
	font-weight: bold;
	color: #5f5d5d;
}
.mv-text{
	margin-top: 20%;
}
.courses{
	border: 2px solid #fff;
	padding: 20px;
	align-items: center;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 6px 0px;
	text-align: center;
}
.courses h3{
	text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #18819b;
}
.courses p {
    font-size: 17px;
    color: #000;
}
.trade-head{
	font-size: 50px;
    font-weight: 600;
    color: #156c81;
}
html{
	overflow-x: hidden;
}
.grow-box {
    background-color: #fff;
    border: 4px solid #3eb2ce;
    padding: 40px;
    text-align: center;
    border-radius: 15px;
    box-shadow: 0px 0px 6px 0px #000;
    transition: 0.8s;
}
.grow-box:hover {
    background-color: #ccf9ff;
    border: 4px solid #357985;
}
.grow-box p{
	color: #000;
	font-weight: 600;
}
.grow-box h2 {
    font-size: 26px;
    color: #000000 !important;
    font-weight: 800;
}
.stock-bg{
	background-image: url("../images/stock-bg.png");
	background-size: cover;
}
.focus-bg{
	background-image: url("../images/focus-bg.png");
	background-size: cover;
}
.market-box{
	background-color: #a3cced;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #007db5;
    box-shadow: 0px 0px 4px 0px #000;
    margin-bottom: 30px;
    margin-top: 20px;
}
.market-box p{
	text-align: center;
    font-size: 33px;
    color: #fff;
}
/*********************************TYPES OF TRADING***********************************/
.tot_card-wrapper {
  padding: 2%;
}

.tot_card-wrapper .tot_card{
  margin: 0 auto;
}

.tot_card {
  position relative;
  max-width: 300px;
  background-color: #FEEFDE;
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 10px;
  box-shadow: 1px 2px 8px rgba(100, 100, 100, 0.1);
}

.tot_image-wrapper {
  background-color: red;
  width: auto;
  height: 200px;
  overflow: hidden;
}

.tot_img {
  max-width: 100%;
  height: auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.tot_img:hover {
 -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
  transition: all 1s linear;
}

.tot_text-box-wrapper {
 padding: 20px 
}

.tot_heading {
  font-family: 'Playfair-Display';
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}

.tot_heading::after {
  content: '';
  display: block;
  margin-top: 0.5em;
  width: 30px;
  height: 5px;
  background-color: black;
}

.tot_text {
  font-family: 'Poppins', sans-serif;
  font-weight: 100;
  font-size: 12px;
  padding-top: 10px;
  line-height: 2;
}
/*************************Courses*****************************/
.courses_pts li{
	list-style-type: square;
	color: #000;
	font-size: 16px;
}/*
**************************************************/
.pricing-column h3{
  font-size: 45px;
  font-weight: 800;
  text-align: left;
}
.pricing-column-content h4{
  text-align: left;
  color: #40b3cf;
    letter-spacing: 1px;
    font-size: 30px;
    font-weight: 800;
}
.wpb_wrapper{
  text-align: left;
}
.nectar-button{
  border: 2px solid #3eb2ce;
    background-color: #3eb2ce;
    padding: 10px;
    color: #fff;
    font-weight: 600;
    /* margin-top: 16px; */
    /*margin-top: 10%;*/
}
.grow-box{
  border:5px solid #000;
  margin-top: 5%;
  margin-bottom: 5%;
}
.welcome-grow-box{
      border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 20px 2px;
    /*box-shadow: 6px 0px 4px 0px #000,;*/
    /*box-shadow: 0px 1px 5px #000, 0px -1px 5px #000;*/
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 -5px 5px -5px #333, 
              0 5px 5px -5px #333;
}
.welcome-grow-box h2{
    color: #000;
    font-weight: 400;
    font-size: 34px;
}
.testimonials-wrapper {
    background-color: #fff;
}