.dark-btn {
	background: #f59e0b;
	color: white;
	padding: 12px 30px;
	display: inline-flex;
	border-radius: 40px;
}

body {
	/* 			font-family: "Roboto", sans-serif !important; */
}
.couter-ak h4{
	color:white;
}
.d-flex {
	display: flex;
}

.cter {
	width: 100%;
	padding: 170px 0;
}

.sidebar {
	position: relative;
	top: 60px;
}
.couter-ak {
	display: flex;
	flex-wrap: wrap;
}
.w-50 {
	width: 48.5%
}
.gx-lg-5 {
	gap: 3%;
}
.head{
	color:white
}
.subhead {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 10px;
	color:white;
}
.section-third {
	position: relative;
	color: white;
}
.cter {
    width: 100%;
    padding: 30px;
    border: 1px solid #cccccc50;
    margin: 0 0 30px;
    border-radius: 30px;
	background:#ffffff05
}
.cter img {
    width: 190px;
    margin: 0 0 20px;
}

.sidebar { 
	position: relative; 
	box-sizing: border-box; 
	transition: transform .25s ease, 
	opacity .25s ease; 
}
.sidebar.fixed { 
	position: fixed; 
	top: 60px; 
	z-index: 999; 
	right: auto; 
}