/* banner starts */
body {
	background: #fff;
}

.hero-section {
	background-image: url('../../front/img/company/banner.webp');
	background-size: cover;
	color: #fff;
	padding: 100px 0;
	position: relative;
	min-height: calc(80vh - 100px);
	display: flex;
	align-items: center;
	justify-content: center;
	background-repeat: no-repeat;
	position: relative;
	background-position: center;
}

.overlay {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 4%);
	padding: 60px;
}


.hero-section .container {
	position: relative;
	z-index: 1;
}

.h1_size {
	font-size: 50px;
	margin-bottom: 20px;
}

.h1_size span.grad_clr {
	font-size: 50px;
	background: linear-gradient(90deg, #207598 0%, #3FB8DE 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
}

.h2_size {
	font-size: 40px;
	margin-bottom: 20px;
	color: #000;

}

.h2_size span {
	font-weight: 400;
	color: #AFAFB0;
	font-size: 23px;
}

.btn-1 {
	background: linear-gradient(90deg, #207598 0%, #3FB8DE 100%);


	border: none;
	padding: 7px ​25px;
}

.btn-2 {
	background: transparent;
	border: 1px solid #fff;
	padding: 7px ​25px;

}

.bold {
	font-weight: bold;

}

.content {
	font-size: 14px;
}

.hero-section .btn {
	margin: 5px;
}

.tokenLi {
	list-style: none;
	margin: 0px;
	padding: 0px;
	gap: 20px;
	display: inline-flex;
}

.tokenLi li {
	display: inline-flex;
	gap: 10px;
}

@media (max-width: 767px) {
	.sec3 {
		padding: 20px !important;
	}

	.sec3 .background {
		display: none !important;
	}

	.sec5 .custom-card {
		text-align: center !important;
	}

	.hero-section {
		background-image: none;
		min-height: 20vh;
		background: #118cbc;
		
	}

	.h1_size {
		font-size: 30px;
		text-align: center;
	}

	.content {
		text-align: justify !important;
	}

	.overlay {
		padding: 20px;
	}
}

/* banner ends */

/* sec2 starts */
.splTxt {
	color: #0A95C2;
	font-family: 'Space Grotesk';
	font-weight: 700;

}

.sec2 {
	color: #000;
	text-align: center;
	background: #fff;

}

/* sec2 ends */

/* sec 3 starts */

.sec3 {
	color: #fff;
	padding: 100px 60px 60px 60px;
	border-bottom: 1px solid #36a4c9;
}

.sec3 .sec_title {
	align-items: center;
	gap: 20px;
	font-size: 20px;
	font-weight: bold;
}

.sec3 .sec_title .head {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 25px;
}

.sec3 .overlay_serv {
	min-height: 200px;
	border-width: 4px;
	border-style: solid;
	padding: 10px 30px;
	border: none;
	position: relative;
	background: transparent;
	color: #000;
}
.sec3 .overlay_serv  img{
width: 100px;
height: 100px;
}
.sec3 .background {
	position: absolute;
	z-index: 0;
	background: transparent;
	display: block;
	top: -105px;
}

.sec3 .bg-text {
	color: #d3d3d3;
	font-size: 100px;
	font-weight: bold;
}

.sec3 .overlay_serv .head::after {
	background: linear-gradient(90deg, #207598 0%, #3FB8DE 100%);
	content: "";
	height: 50%;
	left: 0px;
	position: absolute;
	width: 10px;
}

/* sec 3 ends */

/* sec 4 starts */

.sec4 .splTxt {
	color: #0A95C2;
	font-family: 'Space Grotesk';
	font-weight: 700;
	text-align: left;
	font-size: 22px;

}

.sec4 {
	color: #000;
	text-align: center;
	background: #fff;

}
.sec4 .text_sec{
background: transparent;
    padding: 5px 20px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    max-height: 500px;
    overflow: auto;
    border: 1px solid #1290c2;
	margin-top: 20px;
}
.sec4 .pd-4-0{
	background: #118cbc;
    padding: 250px 20px;
	color: #fff;
}
.sec4 .h2_size{
	color: #fff;
}

/* sec 4 ends */


/* section 5 starts */
.sec5 {
	color: #000;
	text-align: center;
	background: #fff;

}

.sec5 .overlay {
    background: transparent;
    padding: 0px;
    padding: 20px 50px;
    position: relative;
    min-height: 170px;
	text-align: center;
}
.sec5 .custom-card{
	border: 2px solid #118cbc;
    border-radius: 10px;
    margin-bottom: 20px;
	margin-top: 25px;
}

.sec5 .overlay .sec_title {
    width: 50%;
}
.sec5 .overlay .sec_content {
    width: 50%;
}
.sec5 .head {
	font-size: 100px;
    font-weight: bold;
    color: #118cbcad;
    opacity: 0.5;
}

.sec5 .content_text {
	font-size: 30px;
	font-weight: 600;
}
.sec5 .overlay::before {
	content:attr(data-number);
    position: absolute;
    height: 100px;
    width: 100px;
    background: linear-gradient(to right, #118cbc , #118cbc);
    border-radius: 50px;
    opacity: 0.5;
    top: -38px;
    left: -14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-weight: bold;
}


/* FAQ ends */