html,
body {
	padding: 0px;
	margin: 0px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.2px;
	line-height: 1.8em;
	color: #777;
	scroll-behavior: smooth;
}


::selection {
	color: #fff;
	background: #da0903;
}

::-webkit-selection {
	color: #fff;
	background: #da0903;
}

::-o-selection {
	color: #fff;
	background: #da0903;
}

::-moz-selection {
	color: #fff;
	background: #da0903;
}

@media (min-width: 992px){
	.shaylan-nav-wrapper {
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		border-bottom: none;
		background: transparent;
		transition: height .3s;
		-o-transition: height .3s;
		-moz-transition: height .3s;
		-webkit-transition: height .3s;
		margin-bottom: 0;
		min-height: 75px;
		z-index: 999;
		color: #ffffff;
	}

	.shaylan-nav-wrapper > .sh-container {
		/* max-width: 1170px; */
		/* margin: 0px auto; */
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 75px;
	}

	.shaylan-nav-wrapper > .sh-container > .logo > a > img {
		margin-top: 6px;
		margin-right: 10px;
		height: 38px;
		transition: .5s;
		-o-transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
	}

	.nav-links {
		/* flex: 1; */
		text-align: center;
		/* margin: 0px auto; */
	}

	.nav-links > ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}

	.nav-links > ul > li {
		display: inline-block;
		position: relative;
	}

	.hamburger {
		display: none!important;
	}


	.nav-links > ul > li > a, .nav-links > ul > li > span {
		display: block;
		padding: 10px;
		font-size: .8em;
		font-weight: 200;
		line-height: 20px;
		letter-spacing: 2px;
		transition: color .5s;
		-o-transition: color .5s;
		-moz-transition: color .5s;
		-webkit-transition: color .5s;
		text-transform: uppercase;
		cursor: pointer;
		color: inherit;
		text-decoration: none;
	}

	.nav-links > ul > li:hover {
		color: #da0903 !important;
	}

	.active-nav {
		background-color: #fff;
		min-height: 50px;
		color: #111;
		box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .1);
	}

	.active-nav > .container {
		min-height: 50px;
	}

	.active-nav > .sh-container > .logo > a > img {
		margin-top: 0px;
		/* height: 30px; */
	}
}


.nav-links > ul > li > ul {
	position: absolute;
	top: 100%;
	background-color: #fff;
	color: #333333;
	padding: 0px;
	margin: 0px;
	font-weight: 300;
	list-style: none;
	padding: 0px;
	display: none;
	width: 150px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, .1);
	left: 0px;
}

.nav-links > ul > .opened > ul {
	display: initial;
	padding: 2px;
}

.nav-links > ul > li > ul > li {
	display: block;
	min-width: 125px;
	text-align: left;
	font-size: 0.8em;
	transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.nav-links > ul > li > ul > li > a{
	display: block;
	padding: 5px 20px;
	color: inherit;
	text-decoration: none;
}

.nav-links > ul > li > ul > li:hover {
	border-left: 2px solid #da0903;
	background-color: rgba(0, 0, 0, .1);
}


.carousel-item {
	position: relative;
}

.carousel-item > img {
	width: 100%;
	height: auto;
	max-height: 100vh;
	object-fit: cover;
}

.carousel-item > .img-overlay {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0, .5);
}
#shaylanCarouselItems > .carousel-control-next {
	top: 40%;
	height: 40px;
	width: 50px;
	bottom: initial;
	background-color: #fff;
}


#shaylanCarouselItems > .carousel-control-prev {
	top: 40%;
	margin-top: 40px;
	left: initial;
	right: 0px;
	height: 40px;
	width: 50px;
	bottom: initial;
	background-color: #fff;
}


.sec-heading {
	text-transform: uppercase;
	text-align: center;
	font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	color: #111;
	text-transform: uppercase;
	font-weight: 200;
	letter-spacing: 4px;
	font-size: 2.1em;
	line-height: 1.1;
}

#welcome p {
	margin: 0 0 10px;
	font-size: 1.1em;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #1b1b1b;
	font-weight: 300;
}

.counting-numbers {
	min-height: 280px;
	background-image: url(/img/px-stats.jpg);
	position: relative;
	background-size: cover;
	background-position: 50%;
	background-attachment: fixed;
}

.counting-numbers::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(17, 17, 17, 0.65);
}

.counting-numbers > .container {
	color: #ffffff;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.counting-numbers > .container > .row{
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.counting-numbers h1 {
	margin: 0px;
	text-align: center;
	font-weight: 200;
	font-size: 60px;
	font-family: "Open Sans", "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
}

.counting-numbers p {
	text-align: center;
	font-size: 12px;
	font-weight: 100;
	letter-spacing: 2px;
	margin: 0px;
	font-family: "Open Sans", "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
}

.m-1-0 {
	margin: 0 0 10px;
	font-size: 1.1em;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #1b1b1b;
	font-weight: 300;
}

.ft-card-item {
	position: relative;
	margin-bottom: 50px;
	height: 254px;
	background: #fff;
	box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.1);
	transition: all .3s;
	display: flex;
	display: -webkit-flex;
}

.ft-card-item:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}

.ft-card-item img {
	height: 100%;
	max-width: 240px;
	object-fit: cover;
}

.ft-content {
	padding: 30px 15px 20px;
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
	font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
}

.ft-content > h5 {
	margin: 0;
	padding-bottom: 20px;
	margin: 0px;
	font-size: 1em;
	letter-spacing: 2px;
	color: #111;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 1.1;
	box-sizing: border-box;
	text-align: center;
}

.ft-content > p {
	margin: 0;
	padding-bottom: 15px;
	font-size: 0.85em;
	line-height: 1.45;
	letter-spacing: 1px;
	color: #111111;
	font-weight: 400;
	box-sizing: border-box;
}

.ft-content > a {
	margin-left: auto;
	font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	color: #1b1b1b;
	display: inline-block;
	margin-top: 30px;
	margin-right: 20px;
	-webkit-transform: translateX(30px);
	transform: translateX(30px);
	transition: -webkit-transform .4s;
	transition: transform .4s;
	font-size: 0.85em;
	line-height: 25px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.ft-content > a:hover {
	color: #1b1b1b;
	text-decoration: none;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

.ft-content > a > span {
	display: inline-block;
	line-height: 0px;
	vertical-align: top;
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
	opacity: 0;
	transition: all .4s;
	color: #1b1b1b;
}

.ft-content > a:hover > span {
	opacity: 1;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

.btn-red {
	text-decoration: none;
	color: #ececec;
	font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	background-color: #da0903;
	position: relative;
	display: inline-block;
	padding: 10px 38px;
	text-transform: uppercase;
	letter-spacing: 2.5px;
	font-size: 0.9em;
	line-height: 1.8em;
	border-radius: 0;
	transition: transform 0.3s;
	-o-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	-webkit-transition: transform 0.3s;
	margin: 40px 10px;
}

.btn-red:hover {
	text-decoration: none;
	color: #ececec;
	transform: rotate(4deg);
	-webkit-transform: rotate(4deg);
	box-shadow: 0px 0px 4px 3px rgba(218, 9, 3, .4);
}

.get-in-touch {
	background: url(../img/shattered.gif);
	box-sizing: border-box;
}

.get-in-touch > .bg-overlay {
	width: 100%;
	background: rgba(17, 17, 17, 0.5);
}

.bg-overlay > div {
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}

.bg-overlay h3 {
	margin-top: 0;
	margin-bottom: 50px;
	letter-spacing: 8px;
	color: #ececec;
	font-weight: 300;
	/* font-family: flight; */
	font-family: "Open Sans", "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1.3em;
	line-height: 1.1;
}

.bg-overlay a {
	visibility: visible;
	animation-duration: 1s;
	animation-delay: 0.3s;
	color: #111;
	background: #ececec;
	padding: 10px 54px;
	font-size: 1.1em;
	letter-spacing: 3px;
	display: inline-block;
	/* font-family: flight; */
	font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 1.8em;
	border-radius: 0;
	transition: all 0.5s;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

@media (max-width: 992px) {
	body {
		padding-top: 75px;
	}
	.carousel-item > img { 
		min-height: 240px;
		object-fit: cover;
	}
	.shaylan-nav-wrapper {
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		border-bottom: none;
		background: transparent;
		transition: height .3s;
		-o-transition: height .3s;
		-moz-transition: height .3s;
		-webkit-transition: height .3s;
		margin-bottom: 0;
		min-height: 75px;
		z-index: 999;
		color: #ffffff;
	}

	.nav-links > ul > li > ul {
		position: relative;
		box-shadow: none;
	}

	.nav-links > ul > li > ul > li {
		display: block;
		margin: 3px auto;
		max-width: 125px;
		
	}

	.hamburger {
		display: initial;
		cursor: pointer;
		user-select: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-o-user-select: none;
	}

	.hamburger > svg {
		width: 40px;
		height: 40px;
	}

	.hamburger > svg line{
		stroke: #555555;
		stroke-width: 3px;
		transition: .5s;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		-o-transition: .5s;
	}

	.hamburger:hover > svg line{
		stroke: #000000;
	}

	.shaylan-nav-wrapper > .sh-container {
		/* max-width: 1170px; */
		/* margin: 0px auto; */
		display: flex;
		justify-content: space-between;
		align-items: center;
		min-height: 75px;
	}

	.shaylan-nav-wrapper > .sh-container > .logo > a > img {
		margin-top: 6px;
		margin-right: 10px;
		height: 38px;
		transition: .5s;
		-o-transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
	}

	.nav-links {
		/* flex: 1; */
		text-align: center;
		/* margin: 0px auto; */
	}

	.nav-links > ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		max-height: 0px;
		overflow: hidden;
		position: absolute;
		top: 100%;
		left: 0px;
		right: 0px;
		transition: max-height .5s;
		-o-transition: max-height .5s;
		-moz-transition: max-height .5s;
		-webkit-transition: max-height .5s;
		background-color: #fff;
	}
 
	.nav-links > ul > li {
		display: block;
	}
	.nav-links > ul > li > a, .nav-links > ul > li > span {
		display: block;
		padding: 10px;
		font-size: .8em;
		font-weight: 200;
		line-height: 20px;
		letter-spacing: 2px;
		transition: color .5s;
		-o-transition: color .5s;
		-moz-transition: color .5s;
		-webkit-transition: color .5s;
		text-transform: uppercase;
		cursor: pointer;
		color: inherit;
		text-decoration: none;
	}

	.navigate .nav-links > ul {
		max-height: 500px;
	}


	.active-nav {
		/* background-color: #fff; */
		min-height: 50px;
		color: #111;
		box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .1);
	}

	.active-nav > .container {
		min-height: 50px;
	}

	.active-nav > .sh-container > .logo > a > img {
		margin-top: 0px;
	} 



	.counting-numbers {
		min-height: 500px;
		max-width: 100%;
		overflow: hidden;
	}
	
	.counting-numbers > .container {
		flex-direction: column;
		padding: 50px 10px;
	}
	.ft-card-item {
		flex-direction: column;
		height: auto;
		padding-bottom: 20px;
		box-sizing: border-box;
	}

	.ft-card-item img {
		width: 100%;
		max-height: 240px;
		object-fit: cover;
		max-width: initial;
	}

	.ft-content p {
		text-align: center;
	}

	.shaylan-nav-wrapper {
		background-color: #fff;
		min-height: 50px;
		color: #111;
		box-shadow: 0 4px 2px -2px rgba(0, 0, 0, .1);
	}
}



canvas {
	display: block;
}

.carousel-item .carousel-caption {
	z-index: 10;
	top: 30%;
	left: 37%;
	right: 37%;
	bottom: initial;
}


#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .1);
	background-image: url("");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}




.blog-post-single {
	margin-top: 30px;
	margin-bottom: 30px;
}

.blog-post-single .blog-post-content {
	text-align: justify;
}

.blog-post-single .blog-post-content  > img{
	margin: 5px 25px 20px 0px;
	max-width: 100%;
}


.blog-post-single .post-title {
	font-size: 1.3em;
	letter-spacing: 3.5px;
	font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	color: #111;
	text-transform: uppercase;
	margin: 0;
	font-weight: 500;
	line-height: 1.1;
	display: inline-block;
	max-width: 45%;
}

.mb-20 {
	margin-bottom: 20px!important;
}

.mb-50 {
	margin-bottom: 50px!important;
}

.mt-20 {
	margin-top: 20px!important;
}

.mt-50 {
	margin-top: 50px!important;
}

.blog-post-single .blog-post-content {
	text-align: justify;
	color: #1b1b1b;
	font-weight: 400;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0.2px;
	line-height: 1.8em;

	position: relative;
	max-width: 100%;
	overflow: hidden;
}


::selection {
	color: #fff;
	background: #da0903;
}

::-webkit-selection {
	color: #fff;
	background: #da0903;
}

::-o-selection {
	color: #fff;
	background: #da0903;
}

::-moz-selection {
	color: #fff;
	background: #da0903;
}

.sh-md-6 {
	width: 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

@media(max-width: 767px){
	.sh-md-6 {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.hidden-xs {
		display: none;
	}
	.blog-post-single .post-title {
		max-width: 100%;
	}
}