@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");
body {
	background: #f5f5f5;
	font-family: "Roboto", sans-serif;
}

.shadow {
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06) !important;
}
.speaker_1{
	filter: brightness(-1);
}
.main-content {
	padding-top: 100px;
	padding-bottom: 100px;
}

.banner_1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 125px;
	background-image: url("../img/9CJSiT8-textured-desktop-wallpaper.jpg");
	/* background-image: linear-gradient(to left top, #02183b, #004273, #006f88, #009a69, #40be08); */
	background-position: center;
	background-size: cover;
}

.img-circle {
	height: 150px;
	width: 150px;
	border-radius: 150px;
	border: 3px solid #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	z-index: 1;
	transition: all 400ms ease;
}
.img-circle:hover{
	transform: scale(1.1);
	/* height: 300px; */
	cursor: pointer;
}

.social-links a {
	transition: all 0.2s;
	color: wheat;
	background-color: #0265b8;
	
	padding: 10px;
	border-radius: 10px;
	/* margin-top: 10px; */
}
.social-links a img {
	height: 30px;
}

.social-links a:hover {
	transform: translateY(-3px);
}
.spons{
	/* height: 90%; */
	/* width: 90%; */
    background-color: rgb(198, 231, 239);
    border: 2px solid rgb(9, 9, 26);
    border-radius: 12px 0px 12px 0px;
    box-shadow: 0px 0px 10px black;
}
.a{
	margin-top: -16px;
}
.spons .benifits{
    font-size: 16px;
    
}
.spons .benifits ul li{
    /* line-height: 1.2; */
    list-style:disc;
    margin-bottom: 8px;
    /* margin-top: 8px; */
}
.beni{
    /* background-color: #0265b8; */
    border-bottom: 2px double rgb(0, 0, 0);
    padding: 5px;
    border-radius: 20px;
}
/* .benifits .beni::after{
    content: "";
    position: absolute;
    display: block;
    width: 72%;
    height: 2px;
    background-color: rgb(43, 0, 255);
    margin-top: 12px;
    margin-bottom: 12px;
} */
