.banner{
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(https://d2v79d41yqjm1s.cloudfront.net/Bizvertex/market-banner.webp);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 50%;
}
.anim-banner img:nth-child(1){
	max-width: 500px;
}
.anim-banner img:nth-child(2){
	position: absolute;
    top: 1%;
    left: 10%;
    width: 150px;
    animation: rotate 12s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
.anim-banner img:nth-child(3){
	position: absolute;
    bottom: 21%;
    left: 18%;
    width: 150px;
    animation: rotate 10s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
.anim-banner img:nth-child(4){
	    position: absolute;
    top: -25%;
    right: 20%;
    width: 150px;
    animation: rotate 8s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;

}
.anim-banner img:nth-child(5){
	position: absolute;
    bottom: 50%;
    right: -4%;
    width: 150px;
    animation: rotate 10s cubic-bezier(0.41, 0.15, 0.64, 0.86) infinite alternate;
}
@keyframes rotate{
	100% {
    transform: rotate(360deg);
}
}

.sec-padd{
	padding: 5vh 0;
}
h2{
	font-weight: bold;
}
.r-t{
	color: #F00000;
}
.l-t{
	color: #CECECE;
}
.red-btn{
	background: #F00000;
border-radius: 5px;

}
.p-t{
	color: #FFE2E2;
}
.scroll-div{
	background: url(https://d2v79d41yqjm1s.cloudfront.net/Bizvertex/service-bg.webp);
	background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.glassi-div{
	background: rgba(26, 14, 14, 0.3);
backdrop-filter: blur(37.5px);
border-radius: 50px;
height: 430px;
overflow-y: auto;
overflow-x: hidden;
padding: 30px;
box-shadow: 0px 0px 20px 7px #F00000;
max-width: 80%;
margin: 40px auto 10px auto; 
}
.glassi-div .col-lg-6{
	padding: 25px;
	border-bottom: 1px solid #000;
}
.glassi-div::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.glassi-div {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.achive-div{
	background: rgba(0, 0, 0, 0.8);
box-shadow: inset 0px 0px 35px rgba(206, 206, 206, 0.3);
border-radius: 20px;
padding: 30px;
height: 100%;
}
.floating {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}
p{
	line-height: 35px;
}
.market-achive{
	background: url(https://d2v79d41yqjm1s.cloudfront.net/Bizvertex/achievemant-bg1.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60%;
}
.strategies{
	background: rgba(25, 23, 23, 0.1);
box-shadow: inset 0px 0px 35px rgba(206, 206, 206, 0.3);
border-radius: 20px;
padding: 30px;
position: relative;
height: 100%;
}
.strategies:after{
	position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 150px;
    height: 150px;
    /* background: red; */
    border-left: 5px solid #F00000;
    border-top: 5px solid #F00000;
    border-radius: 20px 0;

}
.sos{
	display: flex;
	justify-content: center;
}
.sos a{
	background: linear-gradient(95.07deg, #2E2E2E 27.89%, #796565 100%);
	border-radius: 5px;
	color: #fff !important;
    border: 0px;
}
.caro-img{
	background: #575353;
	position: relative;
	padding: 10px;
	border-radius: 10px;
}
.caro-img div{
	position: absolute;
    bottom: 20px;
    color: #fff;
    font-size: 20px;
    width: 100%;
    text-align: center;
}
.social{
	display: none;
}
.social.med-view{
	display: inline-block;
}
@media(max-width: 1400px){
	.anim-banner{
		transform: scale(0.8);
	}
	.glassi-div{
		max-width: 90%;
	}

}
@media(max-width: 991px){
	.anim-banner{
		display: none;
	}
	.banner{
		min-height: auto;
	}
	.glassi-div{
		max-width: 100%;
	}
}
@media(max-width: 768px){
	.market-achive{
		background-image:none; 
	}
	.banner{
		background-image: none;
	}
	.floating{
		display: none;
	}
	.boost{
		display: none;
	}
}