/*!
 * Name: Slider v1
 * Version: 1.0
 * Author: DevDJ
 * Copyright 2021 DevDJ
 * Free to Use
 */
*, :after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}
@-ms-viewport {
	width: device-width;
}
section {
	display: block;
}
body {
	margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem;
}
b, strong {
	font-weight: bolder;
}
small {
	font-size: 80%;
}
a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:hover {
	color: #0056b3;
	text-decoration: underline;
}
a:not([href]):not([tabindex]){
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
	outline: 0;
}
img {
	vertical-align: middle;
	border-style: none;
}
svg:not(:root){
	overflow: hidden;
}
a {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
[hidden] {
	display: none !important;
}
@-webkit-keyframes slidercols {
	0% {
		opacity: 0;
		-webkit-transform: rotate(.001deg) translate3d(1685px, 10px, 0);
		transform: rotate(.001deg) translate3d(1685px, 10px, 0);
	}
	5%, 95% {
		opacity: 0;
	}
	6%, 94% {
		opacity: 1;
	}
	50% {
		-webkit-transform: rotate(.001deg) translate3d(0, 310px, 0);
		transform: rotate(.001deg) translate3d(0, 310px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(.001deg) translate3d(-1685px, 10px, 0);
		transform: rotate(.001deg) translate3d(-1685px, 10px, 0);
	}
}
@keyframes slidercols {
	0% {
		opacity: 0;
		-webkit-transform: rotate(.001deg) translate3d(1685px, 10px, 0);
		transform: rotate(.001deg) translate3d(1685px, 10px, 0);
	}
	5%,95% {
		opacity: 0;
	}
	6%,94% {
		opacity: 1;
	}
	50% {
		-webkit-transform: rotate(.001deg) translate3d(0, 310px, 0);
		transform: rotate(.001deg) translate3d(0, 310px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(.001deg) translate3d(-1685px, 10px, 0);
		transform: rotate(.001deg) translate3d(-1685px, 10px, 0);
	}
}
@-webkit-keyframes slidercolssmall {
	0% {
		opacity: 0;
		-webkit-transform: rotate(.001deg) translate3d(842px, 10px, 0);
		transform: rotate(.001deg) translate3d(842px, 10px, 0);
	}
	5%, 95% {
		opacity: 0;
	}
	6%, 94% {
		opacity: 1;
	}
	50% {
	-webkit-transform: rotate(.001deg) translate3d(0, 165px, 0);
	transform: rotate(.001deg) translate3d(0, 165px, 0);
	}
	to {
	opacity: 0;
	-webkit-transform: rotate(.001deg) translate3d(-842px, 10px, 0);
	transform: rotate(.001deg) translate3d(-842px, 10px, 0);
	}
}
@keyframes slidercolssmall {
	0% {
		opacity: 0;
		-webkit-transform: rotate(.001deg) translate3d(842px, 10px, 0);
		transform: rotate(.001deg) translate3d(842px, 10px, 0);
	}
	5%, 95% {
		opacity: 0;
	}
	6%,94% {
		opacity: 1;
	}
	50% {
		-webkit-transform: rotate(.001deg) translate3d(0, 165px, 0);
		transform: rotate(.001deg) translate3d(0, 165px, 0);
	}
	to {
		opacity: 0;
		-webkit-transform: rotate(.001deg) translate3d(-842px, 10px, 0);
		transform: rotate(.001deg) translate3d(-842px, 10px, 0);
	}
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	background: #2a2f3f;
	font-family: 'Poppins',sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
	letter-spacing: .05em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 30px;
}
h1 {
	font-size: 55px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 25px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
#content {
	clear: both;
}
.clearfix::after {
	display: block;
	clear: both;
	content: "";
}
.image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.section {
	padding: 15vh 0;
	background: 50% 50% no-repeat;
	background-size: cover;
	position: relative;
}
.section-big-title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18vw;
	color: #000;
	position: absolute;
	top: 2vh;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 1;
	pointer-events: none;
	opacity: .05;
	white-space: nowrap;
	overflow: hidden;
}
.title-bottom {
	margin-top: 3vh;
	position: inherit !important;
	display: block !important;
}
.slider {
	padding-top: 65%;
	margin-bottom: 5vh;
	background: rgba(0, 0, 0, .1);
	position: relative;
	overflow: hidden;
}
.slider .slider-image {
	background: 50% 50% no-repeat;
	background-size: cover;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slider .slider-content {
	padding: 10%;
	-webkit-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}
.slider .slider-content * a {
	position: relative;
}
.slider .slider-content > :last-child {
	margin-bottom: 0;
}
.slider-link .slider-image {
	right: -20px;
	width: auto;
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
	will-change: transform;
}
.slider-link:hover .slider-image {
	-webkit-transform: translate3d(-20px, 0, 0);
	transform: translate3d(-20px, 0, 0);
	-webkit-transition-duration: 1.2s;
	transition-duration: 1.2s;
}
.slider-grid {
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	height: 1020px;
	top: 3vh;
}
.slider-column {
	width: 320px;
	margin-left: -160px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-animation: slidercols 90s linear infinite;
	animation: slidercols 90s linear infinite;
}
.slider-column:nth-child(2){
	-webkit-animation-delay: -80s;
	animation-delay: -80s;
}
.slider-column:nth-child(3){
	-webkit-animation-delay: -70s;
	animation-delay: -70s;
}
.slider-column:nth-child(4){
	-webkit-animation-delay: -60s;
	animation-delay: -60s;
}
.slider-column:nth-child(5){
	-webkit-animation-delay: -50s;
	animation-delay: -50s;
}
.slider-column:nth-child(6) {
	-webkit-animation-delay: -40s;
	animation-delay: -40s;
}
.slider-column:nth-child(7){
	-webkit-animation-delay: -30s;
	animation-delay: -30s;
}
.slider-column:nth-child(8){
	-webkit-animation-delay: -20s;
	animation-delay: -20s;
}
.slider-column:nth-child(9){
	-webkit-animation-delay: -10s;
	animation-delay: -10s;
}
.slider-row {
	padding-top: 320px;
	margin: 0 0 60px;
	border-radius: 5px;
	white-space: normal;
}
.slider-row .slider-image {
	right: 0;
	-webkit-transform: none !important;
	transform: none !important;
}
.slider-row .slider-content {
	opacity: 0;
	background: rgba(42, 47, 63, .9);
}
.slider-row:hover .slider-content {
	opacity: 1;
}
.slider-grid .slider {
	position: relative;
	overflow: hidden;
	background: #161616;
	text-align: center;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.slider-grid .slider .slider-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slider-grid .slider .slider-content {
	padding: 2em;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.slider.animated img {
	display: block;
	width: 100%;
	opacity: 1;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.slider.animated h3 {
	font-size: 18px;
	color: #fff;
	opacity: 0;
	margin: 25% 0 10px 0;
	transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	transition: transform 0.35s, -webkit-transform 0.35s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.slider.animated a {
	color: #fff;
	font-size: 18px;
	margin: 20px 5px 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: all 0.35s;
	z-index: 1;
}
a,
.slider a,
.slider a:link,
.slider.animated a:hover,
.slider.animated a:visited {
	color: #fff;
	text-decoration: none;
}
.slider.animated .slider-content::before {
	opacity: 0;
}
.slider.animated a {
	opacity: 1;
	transition: all 0.35s, -webkit-transform 0.35s;
	transition: all 0.35s, transform 0.35s;
	transition: all 0.35s, transform 0.35s, -webkit-transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.slider.animated:hover h3 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slider.animated:hover .slider-content::before {
	opacity: 1;
}
.slider.animated:hover h3,
.slider.animated:hover a {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.slider.animated .slider-content {
	padding: 2.5em;
	background-color: rgba(0, 0, 0, 0.1);
	transition: background-color 0.35s;
}
.slider.animated .slider-content::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid rgba(255, 255, 255, 1);
	content: "";
}
.slider.animated:hover .slider-content {
	background-color: rgba(0, 0, 0, 0.5);
}
.slider.animated:hover img {
	opacity: 0.4;
}
.section-inner {
	opacity: 0;
	-webkit-transition: all 1.6s ease;
	transition: all 1.6s ease;
}
.section-animate .section-inner {
	opacity: 1;
}
.lnk-icon {
	height: 40px;
	width: 40px;
	color: #fff;
	transition: all 0.3s ease 0s;
	border-radius: 50%;
}
.lnk-icon:hover {
	color: rgba(0, 0, 0, 0.5);
}
.lnk-icon i {
	font-size: 20px;
	line-height: 24px;
	margin: 0 !important;
	text-align: center;
}
.lnk-icon {
	background: none repeat scroll 0 0 #d00707;/* #db1717 */
}
.hexagon {
	display: inline-block;
	height: 24px !important;
	width: 40px !important;
	position: relative;
	color: #fff;
	transition: all 0.3s ease 0s;
	border-radius: 0 !important;
}
.hexagon:before {
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	top: -10px;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 100%;
}
.hexagon:after {
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	bottom: -10px;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 100%;
}
.hexagon i {
	font-size: 20px;
	line-height: 24px;
	margin: 0 -2px 0 0 !important;
	text-align: center;
}
.hexagon::after {
	border-top: 10px solid #d00707;
}
.hexagon::before {
	border-bottom: 10px solid #d00707;
}
@media only screen and (min-width:768px) and (max-width:991px){
	h1 {
		font-size: 45px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 25px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 17px;
	}
	.section {
		padding: 8vh 0;
	}
	#content {
		padding-top: 100px;
	}
}
@media only screen and (max-width:767px){
	body {
		font-size: 13px;
	}
	h1, h2, h3, h4, h5, h6 {
		margin-bottom: 20px;
	}
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 26px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 18px;
	}
	h6 {
		font-size: 16px;
	}
	.section-big-title {
		opacity: 0;
	}
	.section {
		padding: 50px 0;
	}
	.section-slider .section-big-title {
		opacity: .1;
		font-size: 14vw;
	}
	.slider-grid {
		height: 550px;
	}
	.slider-column {
		width: 160px;
		margin-left: -80px;
		-webkit-animation: instacolssmall 90s linear infinite;
		animation: instacolssmall 90s linear infinite;
	}
	.slider-row {
		padding-top: 160px;
		margin-bottom: 40px;
	}
}
@media only screen and (max-width:479px){
	.slider-grid {
		margin-top: -70px;
	}
	.slider-row .slider-content {
		display: none;
	}
}



@-webkit-keyframes swipeupdown {
  0% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 0;
  }
  20% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
    opacity: 1;
  }
  40% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    opacity: 1;
  }
  60% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 0;
  }
}
@keyframes swipeupdown {
  0% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 0;
  }
  20% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
    opacity: 1;
  }
  40% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    opacity: 1;
  }
  60% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
    opacity: 1;
  }
  80% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    opacity: 0;
  }
}