html{
	overflow-x: hidden;
}

.start-header {
	opacity: 1;
	transform: translateY(0);
	/*padding: 20px 0;*/
	/* box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15); */
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
	height: 60px;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.navigation-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition : all 0.3s ease-out;
	transition : all 0.3s ease-out;
	background-color: white;
}
.ebank-navbar{
	padding: 0px 14px;
}
.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}
.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
	top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}
.ebank-link{
	color: #212121 !important;
	font-weight: 500;
    transition: all 200ms linear;
}
.ebank-item:hover .nav-link{
	color: #8167a9 !important;
}
.ebank-item.active .nav-link{
	color: #635BFF !important;
}
.ebank-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}
.ebank-item:after{
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #8167a9;
	opacity: 0;
    transition: all 200ms linear;
}
.ebank-item:hover:after{
	bottom: 0;
	opacity: 1;
}
.ebank-item.active:hover:after{
	opacity: 0;
}
.ebank-item{
	position: relative;
    transition: all 200ms linear;
}
/* ******************************************************************* */
.banner-txt h1{
	font-size: 44px;
	color: #00189b;
}
.banner-txt{
	margin-top: 25px;
}
.greentrade-card {
	color: white;
    display: grid;
    place-items: center;
    position: relative;
    height: 260px;
    /* width: 150px; */
    background: #2fdad3;
    border-radius: 8px;
    overflow: hidden;
	box-shadow: 0px 0px 13px 0px #8d8383;
	margin-bottom: 20px;
  }
  
  .greentrade-card::before {
	content: "";
    width: 225px;
    height: 550px;
    left: 10px;
    top: -70px;
    position: absolute;
    /* background: linear-gradient(#00e5ff, #b400fb); */
    animation: animate 5s linear infinite;
    background: linear-gradient(#4caf50, #4caf50);
  }
  
  @keyframes animate {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }
  
  .greentrade-card::after {
	content: "";
	position: absolute;
	background: #edf5ee;
	inset: 3px;
	border-radius: 8px;
	background-image: url("https://static.vecteezy.com/system/resources/thumbnails/004/709/149/small/grey-white-abstract-background-geometry-shine-and-layer-element-for-presentation-design-suit-for-business-corporate-institution-party-festive-seminar-and-talks-vector.jpg");
  }
  
  .greentrade-card .greentrade-content {
	z-index: 1;
	padding: 25px 25px 15px 25px;
	
  }
  .greentrade-content p{
	margin-top: 15px;
    color: #222020;
    font-size: 14px;
    font-weight: 600;
  }
  .greentrade-content h4{
	font-size: 20px;
    color: #000;
    font-weight: 700;
  }
  img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
.about-content P{
	font-size: 18px;
    font-weight: 400;
}
.about-txtnew h2{
	color: #673ab7;
    font-size: 27px;
}
.about-txtnew p{
	font-size: 17px;
    font-weight: 400;
}
.rbo-txt h2{
	font-size: 40px;
	color: #673ab7;
	text-align: center;
}
.rbo-box{
	background: linear-gradient(90deg, rgb(182 228 255) 20%, rgb(127 255 255) 100%);
    padding: 31px 30px 8px 30px;
    border-radius: 20px;
	margin-bottom: 20px;
    border: 4px solid #00bfcb;
    transition: 0.8s;
}
.rbo-box:hover{
	box-shadow: -1px 6px 10px 3px #645d5d;
	border: 4px solid #1dffec;
}
.rbo-box h2{
	font-size: 26px;
	color: #000;
}
.rbo-box p{
	font-size: 16px;
}
.stock-trade h2{
	font-size: 40px;
	margin-bottom: 0px;
}
.stock-trade h3{
	font-size: 24px;
    letter-spacing: 1px;
    color: #673ab7;
}
.stock-li{
	margin-left: 5%;
}
.stock-li li{
	font-size: 20px;
	font-weight: 600;
	list-style-type: square;
}
.stock-li p{
	font-weight: 400;
}
.stock-trade p{
	font-weight: 400;
}
.rbo-bg{
	background-image: url("../img/rbo-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.feature-bg{
	background-image: url("../img/feature.png");
}
.bg-account{
	background-image: url("../img/account-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}
.heading-block 
{
	font-size: 40px;
	margin-top:5%;
}
.read 
{
	padding: 9px 55px 9px 55px;
}
.inner-head 
{
	font-size:35px;
	color: #673ab7;
}
@media (max-width:992px) 
{
	.banner-content
	{
		width:92%;
	}
	.banner-txt h1 {
		font-size: 34px;
		line-height:40px;
	}
	.banner-txt {
		margin-top: -21px;
	}
	.banner-content h3 {
		font-size: 17px;
		line-height: 30px;
		color: #000;
	}
	.heading-block {
		font-size: 41px;
	}
	.about-txtnew h2 {
		font-size: 17px;
	}
	.stock-trade h2 {
		font-size: 41px;
	}
	.stock-trade h3 {
		font-size: 19px;
	}
	.main-banner {

		padding: 0px;
		padding-top: 80px;
	}
	.navbar-nav > li
	{
		text-align: left !important;
	}
	.cont 
	{
		text-align: left;
		margin-left: -25px;
	}
}
@media (max-width:767px) 
{
	.banner-img img 
	{
		display:none;
	}
	.main-banner {
		padding-bottom: 110px;
	}
	.banner-txt {
		margin-top: 49px;
	}
	.heading-block {
		font-size: 25px;
	}
	.recuive-section {
		font-size: 30px;
	}
	.recuive-sec p {
		font-size: 14px;
		font-weight: normal;
	}
	.inner-head {
		font-size: 27px;
	}
	.rbo-txt h2 {
		font-size: 23px;
	}
	.stock-trade h2 {
		font-size: 30px;
	}
	.banner-txt h1 {
		font-size: 24px;
		line-height: 30px;
	}
}