@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	width: 100%;
	height: auto;
	/*  overflow-x: hidden;*/
	background-color: #fff;
}

/*
.c-scrollbar {
  z-index: 9999999999;
}
*/

.content {
	padding-top: 8%;
	padding-bottom: 8%;
}

@media(max-width:991px) {
	.content {
		padding-top: 18%;
		padding-bottom: 18%;
	}
}

.padding {
	padding-left: 5%;
	padding-right: 5%
}

@media(max-width:1080px) {
	.padding {
		padding-left: 4%;
		padding-right: 4%
	}
}

.no-padding-left {
	padding-left: 0%;
	padding-right: 10%
}

@media(max-width:1024px) {
	.no-padding-left {
		padding-left: 0%;
		padding-right: 5%
	}
}

@media(max-width:991px) {
	.no-padding-left {
		padding-left: 2%;
		padding-right: 2%
	}
}

body,
td,
th,
#submitButton,
textarea,
input,
select {
	color: #000;
	font-size: calc(17px + (19 - 17) * ((100vw - 640px) / (1920 - 640)));
	/*  font-weight: 400;*/
	line-height: 1.4;
	font-family: 'Montserrat', sans-serif;
}

.main-preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000000001;
	background-color: #fff;
	text-align: center;
}

.main-preloader .main-preloader-inner {
	position: absolute;
	top: 48vh;
	width: 100%;
}

.main-preloader .preloader-percentage {
	color: #434343;
	margin: 0;
}

.main-preloader .preloader-percentage span {
	display: inline-block;
	float: none;
	font-size: 20px;
}

.loader {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);

}

.title {
	font-weight: 400
}

.loco-scroll {
	overflow: hidden !important;
}

h1 {
	font-size: calc(50px + (100 - 50) * ((100vw - 640px) / (1920 - 640)));
	font-weight: 700;

	line-height: 1.5;
}

h2 {
	font-size: calc(40px + (80 - 40) * ((100vw - 640px) / (1920 - 640)));
	font-weight: 700;

	line-height: 1.5;
}

h3 {
	font-size: calc(35px + (70 - 35) * ((100vw - 640px) / (1920 - 640)));
	font-weight: 700;

	line-height: 1.5;
}

h4 {
	font-size: calc(35px + (50 - 35) * ((100vw - 640px) / (1920 - 640)));
	font-weight: 700;

	line-height: 1.3;
}

h5 {
	font-size: calc(22px + (30 - 22) * ((100vw - 640px) / (1920 - 640)));
	font-weight: 700;

	line-height: 1.5;
}

h6 {
	font-size: calc(20px + (22 - 20) * ((100vw - 640px) / (1920 - 640)));

	line-height: 1.5;
}

.description,
.title {
	padding-top: 0%;
	padding-bottom: 0%;
}

a {
	color: #434343;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #434343;
}


.mask {
	z-index: -1;
	/*  height: 100%;*/
	width: 100%;
	overflow: hidden;
	transition: all 0.8s ease-in-out;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
}

.mask img {
	display: block;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	transform-origin: left;
}

.img-wrapper img {
	width: 100%;
	opacity: 1;
	transform: scale(1.8) !important;
	transition: all 2.52s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform-origin: center;
}

.img-wrapper.is-inview img {
	opacity: 1;
	transform: scale(1) !important;
	transition-delay: .5s;
	transform-origin: center;
}

.btn-1 {
	background-color: rgba(255, 255, 255, 0.00);
	color: #fff;
	outline: none;
	padding: 14px 35px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	border-radius: 55px;
	font-weight: 500;
	letter-spacing: 0px;
	border: 2px solid rgba(255, 255, 255, 1.00);
	font-size: 17px;
}

.btn-1:hover,
.btn-1:focus {
	background: #336a55;
	color: #fff;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	text-decoration: none;
}

.btn-2 {
	background-color: rgba(255, 255, 255, 0.00);
	color: #fff;
	outline: none;
	padding: 14px 35px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	border-radius: 55px;
	font-weight: 500;
	letter-spacing: 0px;
	border: 2px solid rgba(255, 255, 255, 1.00);
	font-size: 17px;
}

.btn-2:hover,
.btn-2:focus {
	background-color: #30604E;
	color: #fff;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	text-decoration: none;
}


/*hero*/
.hero {
	position: relative;
	/*  overflow: hidden;*/
	height: 96vh;
}

.hero img {
	height: 96vh
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
	.hero {
		position: relative;
		height: 100% !important;
	}
}

@media(max-width:991px) {
	.hero {
		height: 92vh !important;
	}

	.hero img {
		height: 92vh !important;
	}
}

.hero .hero-content {
	position: absolute;
	z-index: 1;
	color: #fff;
	top: 30vh;
	width: 40vw;
	left: 0;
	padding-left: 8vw
}

@media(max-width:1400px) {
	.hero .hero-content {
		top: 20vh;
		width: 40vw;


	}
}


@media(max-width:1024px) {
	.hero .hero-content {
		padding-left: 5%;
		padding-right: 5%;
		width: 95%;
		text-align: left;
		top: inherit;
		bottom: 15%
	}
}

@media(min-width:1024px) {
	.hero .hero-content h3 {
		font-size: calc(35px + (60 - 35) * ((100vw - 640px) / (1920 - 640)));
		font-weight: 700;
		line-height: 1.2;

	}
}

@media(max-width:1024px) {
	.hero .hero-content h3 {
		font-weight: 500;
		line-height: 1.2;
	}

	.hero .hero-content h5 {
		font-weight: 500;
		line-height: 1.2;
		font-size: calc(20px + (30 - 20) * ((100vw - 640px) / (1920 - 640)));
	}
}

/*hero*/

/*about*/

.about {
	background-color: #336a55;
	color: #fff
}


.about .wrapper {
	width: 30vw
}

@media(max-width:1280px) {

	.about .wrapper {
		width: 45vw
	}
}

@media(max-width:991px) {

	.about .wrapper {
		width: 100vw
	}
}

/*
@media(min-width:991px) {
    .consulting {
        height: 100vh
    }  
}
*/

.consulting ul {
	margin-left: -10px
}


.footer {
	position: relative;
	height: 95vh;
	width: 100%;
	right: 0;
	transition: right 0.4s ease;
	z-index: 4;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	color: #fff;
	font-size: calc(20px + (22 - 20) * ((100vw - 640px) / (1920 - 640)));
}

.footer.active {
	right: 50%;
}

.footer .but-map {
	background-color: #fff;
	height: 45px;
	width: 45px;
	position: absolute;
	top: 50%;
	right: 15px;
	cusror: pointer;
	z-index: inherit;
	cursor: pointer;
	border-radius: 100%;
	transform: rotate(180deg);
	color: #434343;
	opacity: 0.54
}

.footer .seemap {
	position: absolute;
	transform: rotate(-90deg);
	top: 51.5%;
	right: 5px;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	opacity: 1;
	letter-spacing: 4px;
	transform-origin: center;

}

.footer .but-map.active {
	transform: rotate(0deg);
	transition: transform 0.55s ease, padding 0.2s ease, right 0.4s ease;
}

.footer div.map {
	height: 100%;
	width: 50%;
	position: absolute;
	background: #F3F3F3;
	top: 0;
	right: -50%;
	z-index: inherit;
	transition: right 0.4s ease;
}

.footer div.map.show {
	right: -50%;
}


.footer .addres a {
	color: #fff
}

.footer .addres .social .wrapper {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 0px;
	padding-bottom: 15px
}

.footer .addres .social .bi {
	font-size: 28px;

}

.sub-footer {
	position: absolute;
	left: 6%;
	bottom: 25px;
	color: #fff;
	font-size: 14px
}

.sub-footer a {
	color: #fff
}

.map-xs {
	height: 40vh
}

/* ! Animations */

.fade-left {
	opacity: 1;
	transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translateX(-100%);
	transition-delay: 0.5s;
}

.fade-left.is-inview {
	opacity: 1;
	transform: translateX(0px);
}

.fade-right {
	opacity: 1;
	transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translateX(30%);
	transition-delay: 0.5s;
}

.fade-right.is-inview {
	opacity: 1;
	transform: translateX(0px);
}

.fade-up {
	opacity: 1;
	transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translateY(30%);
	transition-delay: 0s;
}

.fade-up.is-inview {
	opacity: 1;
	transform: translateY(0px);
}

.fade-down {
	opacity: 0;
	transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translateX(10%);
	transition-delay: 0.5s;
}

.fade-down.is-inview {
	opacity: 1;
	transform: translateX(0px);
}

.fade {
	opacity: 0;
	transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: 0.5s;
}

.fade.is-inview {
	opacity: 1;
}

.reveal-top {
	height: 0;
	overflow: hidden;
	transition: all 1.52s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: 0.5s;
}

.reveal-top.is-inview {
	height: 100%;
}

.reveal-left {
	width: 0;
	overflow: hidden;
	transition: all 1.52s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: 0.5s;
}

.reveal-left.is-inview {
	width: 100%;
}

.zoom-in {
	opacity: 1;
	transform: scale(1.5);
	transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-delay: 0.5s;
}

.zoom-in.is-inview {
	opacity: 1;
	transform: scale(1);
}

.text-reveal {
	overflow: hidden;
	display: block;
}

.text-reveal {
	display: inline-block;
	will-change: transform;
	transform: translate3d(0, 100%, 0);
	transition: all 3s cubic-bezier(.15, .61, .16, .97);
}

.text-reveal.is-inview {
	transform: none;
}

.delay-1 {
	transition-delay: 0.1s !important;
}

.delay-2 {
	transition-delay: 0.2s !important;
}

.delay-3 {
	transition-delay: 0.3s !important;
}

.delay-4 {
	transition-delay: 0.4s !important;
}

.delay-5 {
	transition-delay: 0.5s !important;
}

.delay-6 {
	transition-delay: 0.6s !important;
}

.delay-7 {
	transition-delay: 0.7s !important;
}

.delay-8 {
	transition-delay: 0.8s !important;
}

.delay-9 {
	transition-delay: 0.9s !important;
}

.delay-10 {
	transition-delay: 1s !important;
}

.hover-div {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.hover-div img {
	width: 100%;
	transition: all ease-in-out .5s;
}

.hover-div:hover img {
	transition: all ease-in-out .5s;
	opacity: 1;
	transform: scale(1.2);
}
/* ! Animations */