/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification 
for details on configuring this project to bundle and minify static web assets. */
html {
	scroll-padding-top: 125px;
}

body {
	padding-top: 75px; /*Was 50px*/
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
	font-size: 20px;
	line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
	width: 100%;
}

/* QR code generator */
#qrCode {
	margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
	/* Hide captions */
	.carousel-caption {
		display: none;
	}
}

.msg_info, .msg_success, .msg_warning, .msg_error {
	margin: 10px 0px;
	padding: 12px;
	border-radius: .5em;
	border: 1px solid;
	box-shadow: 1px 1px 3px #888;
}

.msg_info {
	color: #00529B;
	background-color: #BDE5F8;
}

.msg_success {
	color: #4F8A10;
	background-color: #DFF2BF;
}

.msg_warning {
	color: #9F6000;
	background-color: #FEEFB3;
}

.msg_error {
	color: #D8000C;
	background-color: #FFD2D2;
}

/*****************
Custom CSS from default.css
*****************/
.small-xl {
	font-size: 90%;
}

.large-xl {
	font-size: 120%;
}

.large-sm {
	font-size: 110%;
}

.img-raised {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.raised-box {
	box-shadow: 0 15px 35px 0 rgba(52, 58, 64, 0.07);
}

.display-5 {
	font-size: 2.25rem;
	font-weight: 300;
	line-height: 1.5;
}

/*footer*/
footer ul > li {
	padding: 0.5rem;
}

footer a {
	color: rgba(255, 255, 255, 0.7);
	transition: all 0.25s ease-out;
}

	footer a:hover {
		color: #ffffff;
	}

footer .about {
	color: rgba(255, 255, 255, 0.7);
}

footer {
	padding: 1rem;
}

/*rating starts*/
.rating-stars {
	color: #ffd600;
}

	.rating-stars.inverse {
		color: #adb5bd;
	}

/*scroll to top */
.scroll-top {
	bottom: 20px;
	font-size: 20px;
	height: 40px;
	position: fixed;
	text-align: center;
	width: 40px;
	z-index: 10;
	cursor: pointer;
	transition: .3s;
	border-radius: 50%;
	line-height: 40px;
	right: -100px;
	color: #ffffff;
	background-color: rgba(0, 200, 83, 0.5);
}

	.scroll-top:hover {
		background-color: #00c853;
		-webkit-transform: translateY(-1px);
		transform: translateY(-1px);
		transition: all .4s ease-in-out;
	}

	.scroll-top.active {
		right: 20px;
	}

/* Icon Boxes */
.icon-box {
	position: relative;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	background-color: #f8f9fa;
	margin: 1rem;
	transition: all .25s ease-out;
}

	.icon-box:hover {
		-webkit-transform: translateY(-1px);
		transform: translateY(-1px);
	}

	.icon-box.inverse {
		background-color: rgba(0, 200, 83, 0.1);
	}

	.icon-box.border-box {
		border: 2px solid #00c853;
		background-color: transparent !important;
	}

	.icon-box.hover-box {
		background-color: #ffffff;
		color: #00c853;
		transition: all .25s ease-out;
	}

		.icon-box.hover-box:hover {
			background-color: #00c853;
			color: #ffffff;
		}

	.icon-box .icon-box-inner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-align: center;
		align-items: center;
		padding: 3.25rem;
	}

		.icon-box .icon-box-inner.small {
			padding: 1.25rem;
		}

		.icon-box .icon-box-inner.small-xs {
			padding: 1rem;
		}

/*reviews*/
.review-wrapper .review {
	text-align: center;
}

	.review-wrapper .review .quote {
		font-size: 0.8rem;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

/**slick slider */
.slick-dots {
	bottom: -40px;
}

	.slick-dots li button::before {
		font-size: 8px !important;
		line-height: 40px !important;
	}

	.slick-dots li button::before, .slick-dots li.slick-active button:before {
		color: #00c853 !important;
	}

.slick-next:before, .slick-prev:before {
	color: rgba(0, 200, 83, 0.2);
}

.slick-next:hover:before, .slick-prev:hover:before {
	color: #00c853;
}

/*press section*/
.press .press-item {
	opacity: 0.4;
}

	.press .press-item:hover {
		opacity: 1;
		-webkit-transform: translateY(-1px);
		transform: translateY(-1px);
		transition: all 0.4s ease-in-out;
	}

.bg-hero {
	background-color: #000000;
	background-size: cover;
	background-position: center center;
	position: relative;
}

	.bg-hero:before {
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 100%;
		display: block;
		left: 0;
		top: 0;
		content: "";
	}

	.bg-hero.inverse:before {
		background-color: rgba(0, 200, 83, 0.6);
	}

	.bg-hero .container {
		z-index: 2;
		position: relative;
	}

@media (max-width: 576px) {
	.display-4 {
		font-size: 2.0rem;
		font-weight: 300;
		line-height: 1.2;
	}
}

@media (max-width: 768px) {
	.press .press-item {
		margin-bottom: 1.5rem;
	}
}


.bg-black {
	background-color: #000000;
}

.bg-blue {
	background-color: #2962ff;
}

.center
{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.float{
	position:fixed;
	bottom:50px;
	right:40px;
}