/* HOME */
.banner {
	position: relative;
}

.bannerslide__item img {
	display: block;
	position: absolute;
	z-index: -1;
	filter: brightness(0.5);
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bannerslide__item__content {
	height: 762px;
	color: #fff;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: flex-start;
	/* padding: 0px 0px 0px 10%; */
	align-items: center
}

.bannerslide__item__content h5 {
	font-weight: normal;
}

.bannerslide__item__content h2 {
	font-size: 130px;
    letter-spacing: 0.05em;
    line-height: 1;
}

.bannerslide__item__content h3 {
	font-size: 70px;
    letter-spacing: 0.024em;
    line-height: 1;
	max-width:1400px;
	text-align:center;
}

.bannerslide__item__content__btn {
	/*border: 2px solid #f33030;*/
    font-size: 15px;
    color: #fff;
    transition: all 0.3s linear;
    padding: 15px 40px;
    border-radius: 0;
    letter-spacing: 0.5em;
    /*background: #f33030;*/
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
	text-decoration:none;
	margin:0 auto;
    margin-top: 20px;
}

.bannerslide__item__content__btn:hover {
	color: #000;
    background: #fff;
    border: 2px solid #fff;
    box-shadow: 5px 8.66px 30px 0px rgba(25, 25, 25, 0.275);
}

.bannerslidearrows {
  position: absolute;
  top: calc(50% - 46px);
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 1%;
  pointer-events: none;
}

.bannerslidearrows__left, .bannerslidearrows__right {
    border: none;
    color: #fff;
    background-color: transparent;
    font-size: 20px;
    cursor: pointer;
    outline: none;
    pointer-events: all;
    opacity: 1;
    transition: .5s;
}

.slick-dots {
	bottom: 20px;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}

.slick-dotted.slick-slider {
	margin-bottom: unset;
}

@media (max-width: 992px) {
	.bannerslide__item__content h2 {
		font-size: 70px;
	}

	.bannerslide__item__content h3 {
		font-size: 50px;
	}
}

/* END HOME */

/* ABOUT */
.about {
	padding-top: 120px;
	/*margin-bottom: -170px; */
	overflow: hidden;
}

.about .container {
	display: flex;
	flex-flow: row wrap;
}

.about__img {
	width: 66%;
	margin-bottom: -170px;
	z-index: 1;
	height: 650px;
}

.about__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.about .container:nth-child(2) {
	background-color: #191919;
	position: relative;
}

.about .container:nth-child(2):before {
	content: '';
	position: absolute;
	right: 100%;
	top: 0;
	background-color: #191919;
	width: 300%;
	height: 100%;
	z-index: -1;
}

.about__content {
	margin-left: 50%;
    padding: 60px 50px;
    background-color: #191919;
    color: #fff;
    margin-top: -270px;
    position: relative;
    z-index: 2;
}

.about__content__btn {
	/*border: 2px solid #f33030;*/
    font-size: 15px;
    color: #fff;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    padding: 15px 40px;
    border-radius: 0;
    letter-spacing: 0.5em;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

.about__content__btn:hover {
	/*background: #f33030;*/
    color: #fff;
}

.about__content:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 0;
	background-color: #191919;
	width: 300%;
	height: 100%;
}

@media (max-width: 768px) {
	.about__img {
		width: 100%;
		max-width: unset;
		margin-bottom: -80px;
		height:unset;
		max-height:500px;
	}

	.about__content {
		margin-left: unset;
		padding: 160px 50px 60px 50px;
		margin-top: -50px;
		z-index: 0;
	}
}

/* END ABOUT */

/* SERVICES */
.services {
	/* margin-top: 170px; */
	background-color: #191919;
	color: #fff;
	text-align: center;
	padding-top: 90px;
	padding-bottom: 60px;
}

.services h2{font-size: 2.5rem;}
.services h6 {
	margin-bottom: 60px;
}

.services__list {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

.service {
	padding: 0 15px;
	width: 33.33%;
	margin-bottom:40px;
}

.service__content {
	background: #232325;
    padding: 50px 30px 20px 30px;
    transition: all 0.3s linear;
}

/*.service__content:hover {
	background: #f33030;
	box-shadow: 0px 5px 20px 2px #f33030;
}*/

.service__content img {
	width: 100%;
}

.service__content h3 {
	margin-top: 40px;
	margin-bottom: 1rem;
}

.service__content p {
	font-size: 14px;
	text-align: left;
	margin-bottom: 1.5rem;
}

.service__btn {
	position: relative;
    background: #fff;
    border-radius: 40px;
    padding: 17px;
    float: right;
}

.service__btn i {
	font-size: 20px;
	color: #000;
	vertical-align: middle;
}

.service__btn span {
	position: absolute;
    min-width: 65px;
    top: -1px;
    right: 0;
    color: #000;
    font-size: 16px;
    opacity: 0;
    background: #fff;
    padding: 18px 40px 18px 25px;
    border-radius: 40px;
    transition: all .3s linear;
    transform: rotateY(-90deg);
    transform-origin: right;
    white-space: nowrap;
}

.service__btn span i {
	width: 60%;
}

.service__btn:hover span {
	opacity: 1;
    right: -3px;
    min-width: 180px;
    background: #fff;
    box-shadow: 0px 5px 20px 2px #fff;
    transform: rotateY(0deg);
}

@media(max-width: 768px){
	.service {
		width: 100%;
		margin-bottom: 3rem;
	}
}
/* END SERVICES */

/* PRIVATEAREA */
.privatearea {
    padding: 70px 0;
    background-color: #191919;
    color: #fff;
    text-align: center;
}

.privatearea .about__content__btn {
	display: inline-block;
}

/* END PRIVATEAREA */

/* TEAM */
.team {
	padding: 120px 0;
	text-align: center;
}
.team h3{font-size: 2.5rem;}
.team h6{color:#636363;}

.team__list {
	padding-top: 60px;
	display: flex;
	flex-flow: row wrap;
}

.member {
	width: 25%;
	padding: 0 15px;
	margin-bottom: 15px;
}

.member__img {
	cursor: pointer;
}

.member__img img {
	width: 100%;
	display: block;
	filter: grayscale(100%);
	transition: .3s ease;
}

.member__info {
	background: #fff;
    padding: 13px 15px 10px 15px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
    transition: all .3s ease;
}

.member:hover .member__img img {
	filter: grayscale(0%);
}

@media (max-width: 768px) {
	.member {
		width: 50%;
	}
}

@media (max-width: 500px) {
	.member {
		width: 100%;
		margin-bottom: 3rem;
	}
}

/* END TEAM */