* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}
 
 
body {
	font-family: Arial,Verdana, sans-serif;
	margin: 0;
}


img {
	vertical-align: middle;
}




/* Slideshow container */
.slideshow-container {
	max-width: 100%;
	position: relative;
	margin: auto;
	height: 300px;
}

.mySlides {
	width: 100%;
	display: none;
	height: 300px;
}
.mySlides img {
	width:380px;
	height: 280px;
}

.indSlides {
	width: 100%;
	height: 300px;
}
.indSlides img {
	width: 100%;
	height: 300px;
}

/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* The dots/bullets/indicators */
.dot {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active {
	background-color: #717171;
}

/* Fading animation */
.fade {
	animation-name: fade;
	animation-duration: 1.5s;
}

@keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

/* On smaller screens, decrease text size */
@media screen and (max-width: 300px) {
	.text {
		font-size: 11px
	}
}


.card-img-top {
	height: 240px;
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.card-img-top img {
	max-width: 125%;
	min-height: 100%;
	min-width: 100%;
}

.card-title {
	height: 2.5em;

}

.card-text {
	font-size: 13px;
	line-height: 1.6;
	color: #999;
}


/* details*/

/* Position the image container (needed to position the left and right arrows) */
.container {
	position: relative;
}

/* Hide the images by default */
.mySlides {
	display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
	cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 40%;
	width:80px;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* Container for image text */
.caption-container {
	text-align: center;
	background-color: #222;
	padding: 2px 16px;
	color: white;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

/* Six columns side by side */
.column {
	float: left;
	width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
	opacity: 0.6;
}

.active,
.demo:hover {
	opacity: 1;
}


/* Add an*/

 

/* Style the tab */
.tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
	background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
	min-height: 800px;
}
.tabcontent .text {
 color: #222;
 text-align: left; 
 box-sizing: border-box;
}
.tabcontent .text p {
}

.social-links {
	--icon-size: 24px;
	--transition-speed: 0.2s;
}

.social-link {
	width: var(--icon-size);
	height: var(--icon-size);
	color: #333;
	transition: all var(--transition-speed) ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

	.social-link:hover,
	.social-link:focus {
		transform: translateY(-2px);
		opacity: 0.9;
		text-decoration: none;
	}

	.social-link.twitter:hover {
		color: #1DA1F2;
	}

	.social-link.facebook:hover {
		color: #1877F2;
	}

	.social-link.instagram:hover {
		color: #E1306C;
	}

	.social-link.linkedin:hover {
		color: #0077B5;
	}

@media (max-width: 767.98px) {
	.social-links {
		justify-content: center !important;
	}
}


