.navbar-brand{
	padding-top: 0;
	padding-bottom: 0;
}

.social-media-title{
	color: black!important;
}

.section-title .top-title{
	font-size: 36px!important;
	font-weight: bold!important;
}

.widget-sidebar{
	position: sticky;
	top: 115px;
	z-index: 9;
}

.blog-details-content .comment li{
	width: 100%;
}

.slider .const{
	width: 500px;
}

@media(min-width: 767px){
	.slider{
		margin-top: 88px;
	}
	.slider h2, .slider p{
		color: white;
	}
	.slider a{
		display: table;
	}
	.slider .const{
		text-align: left;
		position: absolute;
		left: 81px;
		top: 113px;
		color: white;
	}

}

@media(max-width: 767px){
	.slider{
		margin-top: 71px;
	}
	.slider h2, .slider p{
		color: white;
	}
	.slider p{
		display: none;
	}
	.slider a{
		display: table;
	}
	.slider .const{
		text-align: left;
		position: absolute;
		left: 7px;
		top: 5px;
		color: white;
	}
	.hero-slider-item .hero-slider-content{
		padding-left: 0!important;
	}
}

.ql-align-right{
	text-align: right;
}

.ql-align-center{
	text-align: center;
}


.telmobile{
	position: fixed;
	bottom: 6px;
	left: 6px;
	z-index: 999;
	background: #4caf50;
	padding: 8px;
	border-radius: 8px;
	-webkit-box-shadow: -8px 10px 31px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: -8px 10px 31px 0px rgba(0,0,0,0.75);
	box-shadow: -8px 10px 31px 0px rgba(0,0,0,0.75);
}
.telmobile a{
	color:white!important;
}
.telmobilesag{
	position: fixed;
	bottom: 6px;
	right: 6px;
	z-index: 999;
	background: #ff5722;
	padding: 8px;
	border-radius: 8px;
	-webkit-box-shadow: -8px 10px 31px 0px rgb(0 0 0 / 75%);
	-moz-box-shadow: -8px 10px 31px 0px rgb(0 0 0 / 75%);
	box-shadow: -8px 10px 31px 0px rgb(0 0 0 / 75%);
}
.telmobilesag a{
	color:white!important;
}

.salla {
	animation: salla-animation 3s ease infinite;
	transform-origin: 50% 50%;
}
@keyframes salla-animation {
	0% { transform:translate(0,0) }
	1.78571% { transform:translate(5px,0) }
	3.57143% { transform:translate(0,0) }
	5.35714% { transform:translate(5px,0) }
	7.14286% { transform:translate(0,0) }
	8.92857% { transform:translate(5px,0) }
	10.71429% { transform:translate(0,0) }
	100% { transform:translate(0,0) }
}

.spin{
	animation-name: spin;
	animation-duration: 5000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear; 
}

@keyframes spin{
	from {
		transform:rotate(0deg);
	}
	to {
		transform:rotate(360deg);
	}
}


.reviews{
	background-color: #f0f2f9!important;
}




.slider {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.slides {
	display: flex;

	overflow-x: auto;
	scroll-snap-type: x mandatory;



	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;

  /*
  scroll-snap-points-x: repeat(300px);
  scroll-snap-type: mandatory;
  */
}
.slides::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}
.slides::-webkit-scrollbar-thumb {
	background: red;
	border-radius: 10px;
}
.slides::-webkit-scrollbar-track {
	background: transparent;
}
.slides > div {
	scroll-snap-align: start;
	flex-shrink: 0;
	width: 100%;
	margin-right: 50px;
	border-radius: 10px;
	background: #eee;
	transform-origin: center center;
	transform: scale(1);
	transition: transform 0.5s;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 100px;
}
.slides > div:target {
/*   transform: scale(0.8); */
}
.author-info {
	background: rgba(0, 0, 0, 0.75);
	color: white;
	padding: 0.75rem;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
}
.author-info a {
	color: white;
}
.slider img {
	width: 100%;
}

.slider > a {
	display: inline-flex;
	width: 1.5rem;
	height: 1.5rem;
	background: white;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	margin: 0 0 0.5rem 0;
	position: relative;
}
.slider > a:active {
	top: 1px;
}
.slider > a:focus {
	background: #000;
}

/* Don't need button navigation */
@supports (scroll-snap-type) {
	.slider > a {
		display: none;
	}
}