#home .head .head_in {
    background-color: rgb(0 0 0 / 50%);
}
#main-video {
    width: 100%;
    position: absolute;
    top: 50%;
    min-height: 404px;
    object-fit: cover;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
}
.head_in.divide {
    justify-content: center;
}
.general_h1{
    font-weight: 600;
    letter-spacing: 3px;
    text-align: center;
}
.hy .general_h1{
    font-weight: 400;
}
#home h1.general_h1 {
    margin: 0;
    color: #fff;
    font-size: calc(var(--index) * 3.5);
}
.head_icons {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 600px;
    margin: 30px auto;
}
.head_icons > a {
    display: block;
    padding-right: 5%;
}
.head_icons > a:last-child {
    margin-right: 0;
    padding-right: 0;
}
.head_icons > a > img {
    display: block;
    width: 25px;
    height: 25px;
}

.mid-title {
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0 30px 0 0;
}
.mid-title .line-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.mid-title .line-title > .line {
    width: 100%;
    height: 1px;
    background: #000;
    margin-bottom: 15px;
}
.mid-title .line-title > h2 {
    margin: 0;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
}
.hy .mid-title .line-title > h2 {
    font-family: 'Arm Bebas';
    font-size: 26px;
}
.mid-title .symbol {
    padding-left: 30px;
    margin-top: -23px;
}

.mid-title.reversed {
    flex-direction: row-reverse;
    padding: 0 0 0 30px;
    margin-left: auto;
}
.mid-title.reversed .line-title {
    align-items: flex-start;
}
.mid-title.reversed .symbol {
    padding-left: 0;
    padding-right: 30px;
}

/* Designing a Lifestyle */
.general_h3{
    font-weight: 100;
    letter-spacing: 15px;
}
p.about_text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    width: 95%;
}
#our_works .row {
    padding: 0 30px;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
#our_works .column {
    -ms-flex: 32%;
    flex: calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
}
#our_works .column img {
    margin-top: 30px;
    vertical-align: middle;
    width: 100%;
}
#our_works .our-works-title {
    margin-bottom: 30px;
    font-size: calc(var(--index) * 3);
}

#our_works .row img {
    display: block;
}
#our_works .row .works-left {
    flex-basis: 100%;
}
#our_works .row .works-right {
    flex-basis: 38%;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#our_works .row .works-right > .right-item:first-child {
    padding-bottom: 20px;
}

#our_works .row-alter {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
#our_works .row-alter .works-left {
    width: 33%;
    flex-basis: 33%;
}
#our_works .row-alter .works-left > a {
    position: relative;
    display: block;
    padding-top: 144%;
    background-color: #ccc;
}
#our_works .row-alter .works-left > a::before {
	content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0);
    transition: background-color .3s ease;
}
#our_works .row-alter .works-left > a:hover::before {
    background-color: rgba(0,0,0,.5);
}
#our_works .row-alter .works-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 66%;
    flex-basis: 66%;
}
#our_works .row-alter .works-right > .right-top {
    flex-basis: 49%;
}
#our_works .row-alter .works-right > .right-top > a {
    position: relative;
    display: block;
    height: 100%;
}
#our_works .row-alter .works-right > .right-top > a::before {
	content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0);
    transition: background-color .3s ease;
}
#our_works .row-alter .works-right > .right-top > a:hover::before {
    background-color: rgba(0,0,0,.5);
}
#our_works .row-alter .works-right > .right-bottom {
    flex-basis: 49%;
    display: flex;
    justify-content: space-between;
}
#our_works .row-alter .works-right > .right-bottom > .bottom-item {
    flex-basis: 49.2%;
}
#our_works .row-alter .works-right > .right-bottom > .bottom-item > a {
    position: relative;
    display: block;
    height: 100%;
}
#our_works .row-alter .works-right > .right-bottom > .bottom-item > a::before {
	content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0);
    transition: background-color .3s ease;
}
#our_works .row-alter .works-right > .right-bottom > .bottom-item > a:hover::before {
    background-color: rgba(0,0,0,.5);
}
#our_works .image {
    position: relative;
}


#our_works .row .image::before {
	content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0);
    transition: background-color .3s ease;
}
#our_works .row a:hover .image::before {
    background-color: rgba(0,0,0,.5);
}

#our_works .company {
    color: #fff;
    font-size: calc(var(--index) * 2);
    line-height: calc(var(--index) * 2);
    margin: 0;
}
.en #our_works .company,
.ru #our_works .company {
    font-weight: 600;
}
.hy #our_works .company {
    font-weight: 400;
}
#our_works .work_title {
    font-family: 'Montserrat';
    color: #fff;
    font-weight: 100;
    font-size: calc(var(--index) * .6);
    letter-spacing: 8px;
    margin: 0;
    margin-right: -8px;
}
.hy #our_works .work_title {
    font-family: 'Arm Bebas';
}
#our_works .image_text {
    z-index: 2;
    position: absolute;
    text-align: right;
    width: 100%;
    bottom: 0;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.39) 46.87%, rgba(0, 0, 0, 0) 100%);
}

.gallery {
    position: relative;
    display: flex;
    overflow: hidden;
    margin-bottom: 20px;
}
.gallery > img {
    display: block;
    width: 100%;
    object-fit: cover;
}
.our_team .see-more {
    display: flex;
    justify-content: flex-end;
}

.our_team .our-team-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.our_team .our-team-title {
    margin-bottom: 30px;
    font-size: calc(var(--index) * 3.5);
}
.our_team .team-text {
    max-width: 840px;
    padding-left: 40px;
    font-size: 18px;
    margin-bottom: 30px;
}

.our-team-1 {
    display: flex;
    padding-left: calc(150 * 100vw / 1920);
}
.our-team-1 > img {
    display: block;
    object-fit: cover;
}
.our-team-1 > img:first-child {
    flex-basis: 35%;
}
.our-team-1 > img:nth-child(2) {
    flex-basis: 75%;
}

.our-team-2 {
    display: flex;
}
.our-team-2 > img {
    display: block;
    object-fit: cover;
}
.our-team-2 > img:first-child {
    width: 35%;
}
.our-team-2 > img:nth-child(2) {
    width: 20%;
}
.our-team-2 > img:nth-child(3) {
    width: 45%;
}
.our-team-2 > .see-more {
    flex: 1 1 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 20%;
}
.our_partners .our-partners-title {
    margin-bottom: 30px;
    font-size: calc(var(--index) * 3.5);
}

/* Our Partners */
.our_partners {
    margin-top: 75px;
}
.partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.partners .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
.partners .partner {
    flex-basis: 25%;
    padding: .5%;
    height: 190px;
}
.partners .partner .in {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 10px;
    border: 1px solid #000;
    filter: grayscale(100%);
    text-decoration: none;
}
.partners .partner .in img {
    display: block;
    max-width: 40%;
    max-height: 70%;
    transition: transform .3s ease;
}
.partners .partner .in:hover img {
    transform: scale(1.05);
}

/* People About Futuris */
.people {
    display: flex;
}
.review {
    margin-left: 75px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
p.review_text {
    line-height: 30px;
    margin: 1em 0;
}
h5.author {
    font-weight: 100;
    font-size: 13px;
    line-height: 16px;
    margin: 1em 0;
}
h6.rate {
    font-size: 11px;
    line-height: 13px;
    margin: 1em 0;
}
.stars {
    display: flex;
    margin-top: 1em;
}
.stars > img {
    margin-right: 9px;
}
.stars > img:last-child {
    margin-right: 0;
}
.points > a > span {
    display: inline-block;
    align-items: center;
    width: 12px;
    height: 12px;
    background-color: #E2E2E2;
    border-radius: 50%;
}
.points > a > span.active {
    background-color: #4b4e54;
}
.slide {
    flex-shrink: 0;
    height: 100%;
}
.slider.midside {
    width: 100%;
    height: auto;
    display: flex;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
.points.midside {
    margin: 60px auto;
    display: flex;
    justify-content: center;
}
.points.midside > a {
    margin-right: 10px;
}
.points.midside > a:last-child {
    margin-right: 0;
}
.points.midside.slide-wrap > a {
    width: 12px;
    height: 15px;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
 .clients-about-us .futura {
	margin-right: 1%;
	margin-left: 1%;
}

.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	display: flex;
    flex-direction: row;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	flex: 1;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0!important;
	font: inherit
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	animation-name: fadeOut
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}
.partners.owl-carousel.owl-carousel-logos.owl-loaded.owl-drag {
    padding: 0 100px;
}
.owl-height {
	transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}
.owl-dots {
    margin-top: 30px;
	text-align: center;
}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-dots .owl-dot.active span, 
.owl-dots .owl-dot:hover span {
    background: #4a4c56;
}

