body{
	background: #172C31;
	overflow-x: hidden;
}
.banner {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(https://d1jlaa8cb2zpv4.cloudfront.net/Plurance/trading-bg.webp), #081214;
    background-position: center right, center;
    background-repeat: no-repeat;
    background-size: contain, cover;
    position: relative;
}
.banner:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 150px;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(23, 44, 49, 0) 0%, #172C31 100%);
}
.banner h1{
	font-size: 60px;
	font-weight: bold;
	color: #fff;
}
.box5{
  position: relative;
  /*width: 150px;*/
  padding: 20px;
  /*background: #5800A1;*/
  color: #fff;
  text-align: center;
  font-weight: bold;
  transform: translateX(100vw);
  white-space: nowrap;
}
/*#box5 {
  position: fixed; 
  top: 50px;
  
}*/
.sixth{
    overflow: hidden;
}
.gt{
	color: #8BEB2C;
}
.red {
    background: #0b0b0d66;
     box-shadow: 0 0 0 0; 
}
.lt{
	color: #C0DBDF;
}
p{
	line-height: 28px;
}
.site-btn1{
	background: rgba(139, 235, 44, 0.9);
	padding: 10px 20px;
	color: #000;
	font-size: 15px;
    font-weight: bold;
}
section{
	padding: 5vh 0;
}
.relative-section li a {
    color: #fff;
    background: #0A1B1E;
}
.breadcrumbwl a::after {
    background: #0A1B1E;
}
.breadcrumbwl a::before {
    background: #172c31;
}
h2{
	font-size: 40px;
	color: #fff;
	font-weight: bold;
}
.cards{
    background: #0A1B1E;
    padding:30px;
    border-radius: 30px;
}
.second{
	position: relative;
}
.second:after{
	    position: absolute;
    content: "";
    background: radial-gradient(76.3% 74.08% at 50% 50%, #8BEB2C 0%, #0D1E21 79.5%);
    opacity: 0.5;
    filter: blur(37.5px);
    width: 100%;
    height: 601px;
    right: 0px;
    top: 50px;
    z-index: -1;
    max-width: 601px;
}
.second:before{
	position: absolute;
    content: "";
    background: radial-gradient(76.3% 74.08% at 50% 50%, #8BEB2C 0%, #0D1E21 79.5%);
    opacity: 0.5;
    filter: blur(37.5px);
    width: 601px;
    height: 601px;
    left: -150px;
    bottom: 0px;
    z-index: -1;
}
.red.dark {
    background: #081214;
    box-shadow: 0 0 0 0;
    transition: 0.5s all;
}
a{
	text-decoration: none;
}
.vital .card-header{
	background: #0A1B1E;
	border:0px;
	border-radius: 0;
}
.vital .card{
	border:0;
	background: transparent;
}
.vital button{
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;

}
.vital .btn-link:hover{
	text-decoration: none;
	color: #fff;
}
.vital .btn-link:focus{
	text-decoration: none;
	color: #fff;
}
.vital [aria-expanded="false"] {
    background: url(https://d1jlaa8cb2zpv4.cloudfront.net/Plurance/g2.webp);
    background-repeat: no-repeat;
    background-position: right;
}
.vital [aria-expanded="true"] {
    background: url(https://d1jlaa8cb2zpv4.cloudfront.net/Plurance/g1.webp);
    background-repeat: no-repeat;
    background-position: right;
}
.wt{
	color: #fff;
}
.b-border{
	border-bottom: 1px solid #48565E;
}
.scroll{
	max-height: 510px;
	overflow: auto;
	padding-right: 20px;
}
.scroll::-webkit-scrollbar,.robo-scroll::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.scroll::-webkit-scrollbar-track,.robo-scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.scroll::-webkit-scrollbar-thumb,.robo-scroll::-webkit-scrollbar-thumb {
  background: #8beb2c; 
  border-radius: 10px;
}

/* Handle on hover */
.scroll::-webkit-scrollbar-thumb:hover,.robo-scroll::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}
.g-border{
	background: linear-gradient(90deg, #8BEB2C 30%, #0A1B1F 71%);
    padding: 1px;
    border-radius: 10px;
    height: 100%;
    
}
.box {
    background: #0A1B1F;
    padding: 25px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.box h5{
	position: relative;
}
.box h5:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    left: 0;
    bottom: -12px;
    background: #8beb2c;
    border-radius: 10px;
}
/* .box:after{
	content: "";
    position: absolute;
    right: -10px;
    top: 0;
    width: 90px;
    height: 60px;
    background: radial-gradient(#8beb2c, transparent);
    border-radius: 80px;
    filter: blur(6px);
    transform: rotateZ(158deg);
} */
.phone{
	max-width: 400px;
	width: 100%;
	height: auto;
}
.third,.sixth{
	position: relative;
}
.third:after{
	position: absolute;
    content: "";
    background: radial-gradient(76.3% 74.08% at 50% 50%, #8BEB2C 0%, #0D1E21 79.5%);
    opacity: 0.5;
    filter: blur(37.5px);
    max-width: 601px;
    width: 100%;
    height: 601px;
    right: 0;
    top: 12%;
    z-index: -1;
}
.third:before{
	position: absolute;
    content: "";
    background: radial-gradient(76.3% 74.08% at 50% 50%, #8BEB2C 0%, #0D1E21 79.5%);
    opacity: 0.5;
    filter: blur(37.5px);
    max-width: 601px;
    width: 100%;
    height: 601px;
    left: 0;
    bottom: -160px;
    z-index: -1;
}
.sixth:before{
	position: absolute;
    content: "";
    background: radial-gradient(76.3% 74.08% at 50% 50%, #8BEB2C 0%, #0D1E21 79.5%);
    opacity: 0.5;
    filter: blur(37.5px);
    width: 601px;
    height: 601px;
    left: -150px;
    bottom: -160px;
    z-index: -1;
}
.sixth:after{
	position: absolute;
    content: "";
    background: radial-gradient(76.3% 74.08% at 50% 50%, #8BEB2C 0%, #0D1E21 79.5%);
    opacity: 0.5;
    filter: blur(37.5px);
    width: 100%;
    height: 601px;
    right: 0;
    top: 12%;
    z-index: -1;
    max-width: 601px;
}
.fourth{
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(https://d1jlaa8cb2zpv4.cloudfront.net/Plurance/solution-trade.webp);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.green-div {
    background: #0a1b1ead;
    padding: 30px;
    border-radius: 10px;
}
.robo-scroll{
	max-height: 600px;
	overflow-y: auto;
	overflow-x:hidden;
}
.ai-trade {
    background: url(https://d1jlaa8cb2zpv4.cloudfront.net/Plurance/ai-trade.webp);
    padding: 50px 30px;
    border-radius: 50px;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 80%;
    margin: 0 auto;
}
.caro-box {
    min-width: 40%;
    background: linear-gradient(266deg, #38464A 0%, rgba(56, 70, 74, 0.5) 100%);
    border-radius: 20px;
    padding: 30px;
    margin-right: 10px;
    white-space: pre-wrap;
}

.hire-trade {
    position: absolute;
    bottom: -19%;
    right: -35px;
}
.speak {
    background: url(https://d1jlaa8cb2zpv4.cloudfront.net/Plurance/line.webp), url(https://d1jlaa8cb2zpv4.cloudfront.net/Plurance/line.webp), linear-gradient(90deg, #8BEB2C 0%, #41B8D1 100%);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: left center, right center, center;
}
.off-div{
	background: linear-gradient(218deg, #7B9FA6 -3.4%, #172C31 26.42%);
    border-radius: 20px;
    padding: 20px;
}
.screen .nav-link{
	color: #C0DBDF;
}
.screen .nav-link.active{
	color: #8BEB2C;
	background: transparent;
	font-weight: bold;
	position: relative;
}
.screen .nav-link.active:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
    border-bottom: 2px solid #8beb2c;
    z-index: 1;
}
.screen .nav-pills{
	position: relative;
}
.screen .nav-pills:after{
	content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background: linear-gradient(45deg, #1b292c00, #C0DBDF, #1b292c00);
}
.bot{
	background: url(https://d1jlaa8cb2zpv4.cloudfront.net/Plurance/trade-bot.webp);
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.screen img{
	border-radius: 20px;
}
.owl-carousel{
	display: block !important;
}
.choose {
    background: url(https://d1jlaa8cb2zpv4.cloudfront.net/Plurance/choose.webp);
    padding: 40px;
    border-radius: 50px;
    background-position: center;
    background-size: cover;
}
.owl-carousel img{
	max-width: 60px;
}
.run-box{
	background: linear-gradient(272deg, #38464A 0%, rgba(56, 70, 74, 0.5) 100%);
	border-radius: 20px;
	padding: 20px;
	min-height: 280px;
}
.gw{
	background: #0A1B1E;
	color: #fff !important;
	text-decoration: none !important;
	padding: 10px 20px;
	border-radius: 30px;
	font-weight: 500;
	font-size: 15px;
}
/*============================home-forms-css===========================*/
.breadcrumbwl a, .cat span {
    background: #ffcd2bf0;
    color: #fff !important;
}
.breadcrumbwl a::after {
    background: #0a1b1e;
}
.breadcrumbwl a::before{
    background: #172c31;
}
.darkblue {
    background: #091b1e !important;
}

.position_bx {
    width: 100%;
    background: #0A1B1E;
    position: absolute;
    left: -8%;
    border: 1px solid #ffffff59;
    top: -10%;
    border-radius: 10px 0;
}

.hov_round {
    height: 300px;
    width: 378px;
    background: linear-gradient(to bottom,#8BEB2C 23.64%,#0D1E21 48.36%,#0A1B1F 73.15%);
    background-size: 400%;
    animation: 4s linear infinite clocki;
    left: -73%;
    top: -43%;
    position: absolute;
}

@keyframes clocki {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.corn_bx {
    border-radius: 0 4px 0 0;
    top: -14%;
    right: 4%;
}

.corn_bx,
.corn_bx_bottom {
    width: 150px;
    height: 107px;
    z-index: 0;
    overflow: hidden;
}

.corn_bx_bottom {
    background: #f91942;
    border-radius: 0 0 0 4px;
    bottom: -2%;
    left: -12%;
}

.corn_bx,
.corn_bx_bottom {
    width: 150px;
    height: 107px;
    z-index: 0;
    overflow: hidden;
}

.titlec {
    color: #fff;
    font-size: 35px;
}

.position_bx h3,
.position_bx p,
.position_bx span,
.darkblue p {
    color: #fff;
    text-align: left;
}

.position_bx hr {
    border-top: 2px solid #606b6d !important;
}

.ico_scl {
    height: 35px;
    min-width: 35px;
    align-items: center;
    justify-content: center;
}
.sec-row {
	border-bottom: 1px solid #7e7e7e52;
}
.ico_scl,
.ico_scl1 {
    border-radius: 50%;
    display: flex;
}

.darkblue h2 {
    color: #ffffff;
}

.darkblue .form-control {
    background: transparent;
    border: 1px solid #ffffff26;
}

.darkblue .form-control {
    color: #fff;
}

/*.darkblue option:nth-child(1){
    color: red;
}*/
.darkblue #phone_number {
    background: #091b1e;
}

.darkblue .input-group ul {
    background: transparent;
    border-bottom: 1px solid #ffffff26 !important;
    border: 1px solid #ffffff26;
}

.social-select i {
    height: auto;
}

.darkblue .init span {
    position: relative;
    left: 7px;
}


.darkblue span {
    position: relative;
    left: 5px;
}

.darkblue span span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.darkblue .init::after {
    right: 8px;
}

.darkblue .btn {
    color: #000 !important;
    background: rgba(139, 235, 44, 0.9);
}
.footer-bg{
    background: #091b1e;
}
.darkblue select option {
    color: #000;
}

::placeholder {
    color: #fff !important;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #fff !important;
}

.init::after {
    left: 37px !important;
}
.con-div .bot-btn{
    position: absolute;
    bottom: 30px;
}
/*=============================end========================*/
@media(max-width: 1300px){
	.banner h1{
		font-size: 50px;
	}
	.banner{
		background-size: cover;
	}
	.ai-trade{
		max-width: 90%;
	}
	.phone{
		max-width: 500px;
		width: 100%;
		height: auto;
	}
}
@media(max-width: 991px){
	.fourth{
		height: auto;
	}
	.hire-trade{
		display: none;
	}
}
@media(max-width: 768px){
	    .banner h1 {
        font-size: 38px;
        text-align: center;
    }
    .banner{
    	background: #071213;
    	text-align: center;
    }
    .cards{
    	margin-top: 10px;
    }
    .banner:after{
    	height: 70px;
    }
    .container{
    	max-width: 100% !important;
    }
    h2{
    	font-size: 30px;
    }
    .ai-trade {
        max-width: 100%;
    }
    .hire{
    	padding: 20px;
    }
    .second:after,.second:before,.third:after,.third:before,.sixth:after,.sixth:before{
    	display: none;
    }
    .hs{
    	/*overflow: scroll;*/
    		flex-wrap: nowrap;
    }
    .hs .col{
    	min-width: 70%;
        width: 100%;
        text-align: center;
    }
    .gw{
    	display: inline-block;
    	width: 100%;
    	margin-top: 10px;
    }
}

/* accordion */
@media(max-width:768px){
    .acbt{
        white-space:inherit!important;
        font-size: 18px!important;
        text-align: left;

}

}
