@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

body {
	font-family: 'Roboto', sans-serif;
	opacity: 1;
	transition-duration: 0.7s;
	transition-property: opacity;
}

body.fade {
	opacity: 0;
}

.header-bg {
	background: url(https://annedece.sirv.com/Images/Wave-10s-1920px.png) no-repeat center top;
}

a {
	color: #222;
	transition: all 0.3s ease;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.active2 {
	color: #06C;
}

.btn {
	padding: 8px 20px !important;
}

.border-radius-new {
	border-radius: 20px;
}

.nav-link {
	font-weight: bold;
	margin: 0 10px;
}

.image-cropper {
	width: 70%;
	height: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 80%;
}

img {
	display: inline;
	margin: 0 auto;
	height: 100%;
	width: auto;
}

.tt {
	top: -30px;
	left: -10px;
	position: absolute;
	background-color: #FFF;
	border-radius: 100%;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tt i {
	font-size: 26px;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.ll i {
	font-size: 26px;
}

.kk {
	background-color: #FFF;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}

.kk i {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.hh {
	font-size: 54px;
	color: rgb(255, 0, 255);
}

.hh2 {
	font-size: 54px;
	color: rgb(0, 247, 255);
}

/* Disable selection in CSS */
.selectDisable {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

/* Prevent dragging images, ghost images:
img draggable="false" src="image.png" alt="image description" */
.vv {
	transition: all 0.3s ease;
}

.lni-youtube:hover {
	color: #FF0000;
}

.lni-github-original:hover {
	color: rgb(119, 0, 255);
}

.lni-linkedin-original:hover {
	color: #0077B5;
}

.lni-twitter-filled:hover {
	color: #1DA1F2;
}

.lni-instagram-filled:hover {
	color: #E1306C;
}

.lni-facebook-filled:hover {
	color: #3B5998;
}

.lni-envelope:hover {
	color: #F8694A;
}

.blogs {
	width: 100px;
	height: 100px;
}

.table {
	position: relative;
	bottom: 0;
	width: 100%;
	background-color: rgb(248, 249, 250);
	text-align: left;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 0px;
	padding-top: 10px 10px;

}

.table-responsive {
	position: relative;
	bottom: 0;
	width: 100%;
	background-color: rgb(255, 255, 255);
	padding: 20px 0;
	text-align: left;
	margin-bottom: 15px;
	padding-bottom: 0px;
}

/* Make nav links dissapear on mobile using media queries */
@media screen and (max-width: 992px) {
	.mobile-bg {
		background-color: hsl(202, 97%, 66%);
	}

	.mobile-nav {
		display: none;
	}
}