body {
	background-color: lightblue;
}
.wrapper {
	background-color: #fff;
	font-family: 'Mukta', sans-serif;
}
.h1,.h2,.h3,.h4,.h5,.h6{
	font-family: 'Poppins', sans-serif;
}
.d-grid {
	display: grid !important;
}
.grid-template-columns-2 {
	grid-template-columns: repeat(2, auto);
}
.grid-template-rows-2 {
	grid-template-rows: repeat(2, 1fr);
}
.img-carousel {
	width: 100% !important;
	height: auto;
}
.rounded-100px {
	border-radius: 100px;
}
.pos-absolute {
	position: absolute;
}
.pos-relative {
	position: relative;
}
.overflow-hidden {
	overflow: hidden;
}
.bg-dark-alpha {
	background-color: rgba(11,17,19,0.6);
}
.border-thick {
	border-width: 3px !important;
}
.letter-spacing-1 {
	letter-spacing: 1px;
}
a:hover {
	text-decoration: none;
}
.social-link li a:hover {
	color: #fefefe !important;
}
.social-link li a.fb:hover {
	background-color: #3b5998;
}
.social-link li a.tw:hover {
	background-color: #1da1f2;
}
.social-link li a.gp:hover {
	background-color: #db4437;
}
.social-link li a.linkedin:hover {
	background-color: #007bb5;
}
.social-link li a.ig:hover {
	background-color: #c32aa3;
}
.social-link li a.yt:hover {
	background-color: #ff0000;
}
.social-link li a.rss:hover {
	background-color: #ff9900;
}
.title-h:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	width: 45%;
	height: 3px;
	background: #17a2b8;
}
.title-h:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	width: 45%;
	height: 3px;
	background: #17a2b8;
}
article > p:nth-child(1):first-letter::after {
	content: "";
	clear: both;
}
article > p:nth-child(1):first-letter {
	display: inline-block;
	font-size: 2.8rem;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 15px;
	float: left;
	margin: 0;
}
@media (min-width: 769px) {
	a.nav-link {
	color: #333 !important;
	}
	nav li.nav-item:hover a.nav-link, nav li .dropdown-item:hover {
		background-color: #555;
		color: #fff !important;
	}
}
@media (max-width: 900px) {
	ul.social-link li:first-child {
		border-left: 1px solid #dee2e6;
	}
}