*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html{
	overflow-x: hidden;
}
a{
	color: inherit;
	text-decoration: none;
}
button{
	color: #fff;
}
.container{
	padding-left: 410px;
}
.clear{
	clear: both;
}
.arrow {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  position: relative;
  margin: 10px auto;
  cursor: pointer;
}
.arrow span {
  top: 0.5rem;
  position: absolute;
  width: 0.75rem;
  height: 0.1rem;
  background-color: #efefef;
  display: inline-block;
  transition: all 0.2s ease;
}
.arrow span:first-of-type {
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.arrow span:last-of-type {
  right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.arrow.active span:first-of-type {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.arrow.active span:last-of-type {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.side-bar{
	flex-direction: column;
	background-color: #373b69;
	max-width: 285px;
	display: flex;
	height: 100vh;
	font-size: 20px;
	z-index: 2;
	color: #fff;
	font-family: "Mariad Pro", sans-serif;
	position: fixed;
	top: 0;
	left: 0;
	transition: 0.2s linear;
}
.logo{
	background-color: #fff;
	padding: 15px 0 10px;
	text-align: center;
	width: 100%;
}
.side-bar__menu{
	width: 100%;
}
.side-bar__menu ul{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.side-bar__menu ul li{
	padding: 2vh 0 2vh 20px;
	display: block;
	width: 100%;
	cursor: pointer;
}
.side-bar__menu ul li:hover{
	background-color: #c84d47;
}
.side-bar__phone{
	background-color: #c84d47;
	text-decoration: underline;
	padding: 12px 0 9px 20px;
}
.side-bar__phoneNum{
	margin-top: 20px;
	display: block;
	font-weight: 700;
}
.side-bar__contact{
	padding: 0.5vh 3vw 0 3vw;
}
.side-bar__contact ul{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding-top: 12px;
}
.side-bar__contact ul li{
	margin-right: 32px;
	display: block;
}
.header{
	background: url(../image/bg1.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	height: 100vh;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.header__tittle{
	font-size: 40px;
	padding: 35px 15px 25px;
	display: inline-block;
	background-color: rgba(200, 77, 71, .7);
	font-weight: 400;
	line-height: 50px;
	font-family: sans-serif;
	letter-spacing: 0.96px;
	font-family: "Montserrat - Black", sans-serif;
}
.header__subtittle{
	font-size: 35px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: 0.84px;
	margin-top: 36px;
	margin: 35px 0 40px;
	font-family: myriad-pro, sans-serif;
}
.button{
	padding: 15px 19px;
	color: #ffffff;
	font-family: myriad-pro, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: 0.43px;
	background-color: #c84d47;
	border: none;
}
.info__tittle{
	color: #ffffff;
	font-family: "Montserrat - Black";
	font-size: 30px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: 0.72px;
	padding: 28px 31px 24px 24px;
	background-color: #373b69;
	display: inline-block;
}
.info-block{
	text-align: left;
}
.info-block__left{
	width: 65%;
	float: left;
	padding-right: 60px;
}
.info-block__left p{
	margin: 20px 0;
	font-size: 14px;
	line-height: 24px;
	font-family: "Montserrat - Medium";
}
.info-block__left p b{
	font-family: "Montserrat - Bold";
	font-weight: 500;
}
.info-block__right{
	width: 35%;
	float: left;
}
.link-img{
	width: 100%;
}
.download{
	display: flex;
	margin: 0 auto;
	justify-content: center;
	align-items: flex-end;
	margin: 42px 0;
}
.download-tittle{
	margin-left: 15px;
	font-size: 14px;
	font-family: "Montserrat - Bold", sans-serif;
}
.size{
	margin-top: 12px;
	font-family: "Montserrat - Medium", sans-serif;
}
.license{
	background-color: #373b69;
	color: #fff;
	padding-bottom: 55px;
}
.license__tittle{
	padding: 28px 31px 24px 24px;
	background-color: #c84d47;
	display: inline-block;
	margin-bottom: 65px;
	font-size: 30px;
	text-align: center;
	font-family: "Montserrat - Black", sans-serif;
}
.license-carousel{
	position: relative;
	width: 100%;
	padding-right: 90px;
}
.carousel-block{
	position: relative;
}
.carousel-overlay{
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(200, 77, 71, .6);
	opacity: 0;
	transition: 0.3s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.carousel-overlay:hover{
	opacity: 1;
}
.carousel-img{
	width: auto !important;
}
.scroll-left, .scroll-right{
	border: none;
	background: transparent;
	position: absolute;
	top: 50%;
}
.scroll-left{
	transform: translate(-100%, -50%);
	left: -35px;
}
.scroll-right{
	transform: translate(100%, -50%);
	right: 50px;
}
.license__discription{
	margin: 30px 0 55px;
	padding: 0 20px;
	font-family: "Montserrat - Medium", sans-serif;
	text-align: left;
}
.map-active{
	z-index: 1 !important;
	opacity: 1 !important;
}
.map{
	padding: 25px 0 20px;
	margin-left: 265px;
	background: #373b69;
	position: relative;
	color: #fff;
	background: -moz-linear-gradient(left, #373b69 37%, #c94d47 100%, #7db9e8 100%);
	background: -webkit-linear-gradient(left, #373b69 37%,#c94d47 100%,#7db9e8 100%);
	background: linear-gradient(to right, #373b69 37%,#c94d47 100%,#7db9e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373b69', endColorstr='#7db9e8',GradientType=1 );
}
.map .container{
	padding-left: 285px;
}
.map-contact{
	padding: 0 150px 75px;
	text-align: center;
	transition: 0.2s;
	position: absolute;
	top: 50%;
	opacity: 0;
	z-index: -1;
	right: 0;
	transform: translateY(-50%);
	background: #373b69;
	font-family: "Montserrat - Bold", sans-serif;
}
.map-contact__tittle{
	display: inline-block;
	padding: 25px 60px;
	font-size: 30px;
	margin-top: -40px;
	background-color: #c94d47;
}
.map-contact__info{
	margin-top: 60px;
	font-size: 15px;
}
.map-contact__email, .map-contact__phone{
	margin-top: 40px;
	font-size: 15px;
}
.underline{
	text-decoration: underline;
}
.carousel-page__content{
	padding: 20px;
	width: 33.33%;
	float: left;
}
.project, .license, .map, .header{
	overflow-x: hidden;
}
.project__tittle{
	font-size: 30px;
	font-family: "Montserrat - Bold", sans-serif;
	padding: 20px;
	background: #373b69;
	display: block;
	max-width: 310px;
	margin: 30px auto 40px;
	text-align: center;
}
.project .container{
	padding-left: 265px;
	color: #fff;
}
.project #carousel{
	width: 400%;
	position: relative;
	left: 0;
	transition: 0.2s;
	overflow: hidden;
}
.carousel-page{
	width: 25%;
	float: left;
	transition: 0.2s;
}
.carousel img{
	display: block;
	width: 100%;
	max-height: 200px;
}
.carousel-page__info{
	position: relative;
	display: block;
	align-items: flex-end;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #373b69;
	padding: 10px;
	font-size: 14px;
	font-family: "Montserrat - Medium", sans-serif;
	min-height: 17vh;
}
.carousel-page__info button{
	position: absolute;
	right: 13px;
	bottom: 13px;
	padding: 10px 12px;
	border: none;
	background-color: #c84d47;
	margin: 0 0 0 auto;
	float: right;
}
#slider-btn{
	color: #373b69;
}
#slider-btn ul{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 25px;
}
#slider-btn ul li{
	display: block;
	margin: 0 3px;
	font-size: 14px;
	font-family: "Montserrat - Black", sans-serif;
	cursor: pointer;
}
.sliderbtn{
	cursor: pointer;
}
.map__footer{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 20px;
}
.map__footer span{
	font-size: 14px;
	font-family: "Montserrat - Bold", sans-serif;
}
span a{
	color: #fff;
	text-decoration: underline;
}
.more{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 6;
	width: 600px;
	background-color: #fff;
	color: #000;
	padding-bottom: 35px;
	display: none;
}
.main-image{
	width: 100%;
}
.more-head-line{
	width: 100%;
	background: -moz-linear-gradient(left, #373b69 37%, #c94d47 100%, #7db9e8 100%);
	background: -webkit-linear-gradient(left, #373b69 37%,#c94d47 100%,#7db9e8 100%);
	background: linear-gradient(to right, #373b69 37%,#c94d47 100%,#7db9e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373b69', endColorstr='#7db9e8',GradientType=1 );
}
.more__closebtn{
	float: right;
	padding: 17px 25px;
	color: #fff;
	font-size: 14px;
	font-family: "Montserrat - Bold", sans-serif;
	cursor: pointer;
}
.more-left, .more-right{
	width: 100%;
	float: left;
}
.more-right{
	padding: 10px 120px;
	text-align: center;
}
.more-left{
	text-align: center;
}
.more-right__tittle{
	font-size: 18px;
	font-family: "Montserrat - Bold", sans-serif;
	font-weight: 500;
	letter-spacing: 0.43px;
}
.more-right__disc{
	margin-top: 20px;
	font-family: "Montserrat - Bold", sans-serif;
	font-size: 16px;
	color: #3c3c3c;
}
.more-right__text{
	font-size: 12px;
	margin-top: 15px;
	font-family: "Montserrat - Medium", sans-serif;
	color: #3c3c3c;
}
.more .button{
	font-size: 12px;
	font-family: "Montserrat - Bold". sans-serif;
	padding: 18px 45px;
	line-height: 12px;
	margin-top: 18px;
	background: -moz-linear-gradient(left, #373b69 37%, #c94d47 100%, #7db9e8 100%);
	background: -webkit-linear-gradient(left, #373b69 37%,#c94d47 100%,#7db9e8 100%);
	background: linear-gradient(to right, #373b69 37%,#c94d47 100%,#7db9e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373b69', endColorstr='#7db9e8',GradientType=1 );
}
.image-collage{
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
}
.image-collage img{
	width: 33.33%;
	padding: 13px;
}
.body-overlay{
	background-color: rgba(55, 59, 105, .5);
	width: 100%;
	height: 100vh;
	z-index: 5;
	position: fixed;
	display: none;
	top: 0;
	left: 0;
}
.more-active{
	display: block !important;
}
.form{
	max-width: 835px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 6;
	display: none;
}
.form-head{
	width: 100%;
	background-color: #c94d47;
	margin-bottom: -3px;
}
.form__closebtn{
	padding: 15px 0;
	background-color: #373b69;
	display: inline-block;
	text-align: center;
	width: 45px;
	font-family: "Montserrat - Bold", sans-serif;
	cursor: pointer;
}
.form-left{
	padding: 23px 40px 33px 0;
	display: flex;
	justify-content: flex-start;
	background-color: #fff;
	align-items: flex-start;
	color: #000;
	overflow: hidden;
	text-align: center;
	font-family: myriad-pro, sans-serif;
}
.form-left form{
	margin-left: 30px;
}
.form-left form input{
	border: none;
	background-color: transparent;
	outline: none;
	padding-bottom: 15px;
}
.form-line{
	width: 70px;
	background-color: #373b69;
	height: 150%;
	margin-top: -30px;
}
.input img{
padding-bottom: 15px;
}
.form-right{
	width: 445px;
	background: url(../image/form.jpg);
	-webkit-background-size: cover;
	background-size: cover;
}
.input{
	border-bottom: 2px solid #000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
	font-family: "Montserrat - Bold", sans-serif;
	color: #373b69;
}.form-bot{
	display: flex;
	justify-content: space-between;
}
.form__tittle{
	font-size: 30px;
	color: #292929;
}
.form__text{
	font-size: 18px;
	text-align: center;
}
.form-left button{
	padding: 20px 50px;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	background: -moz-linear-gradient(left, #373b69 37%, #c94d47 100%, #7db9e8 100%);
	background: -webkit-linear-gradient(left, #373b69 37%,#c94d47 100%,#7db9e8 100%);
	background: linear-gradient(to right, #373b69 37%,#c94d47 100%,#7db9e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373b69', endColorstr='#7db9e8',GradientType=1 );
	border: none;
	display: inline-block;
}
.img-active{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100vh;
	width: auto;
	display: none;
	z-index: 6;
}
.menuFive{
  width: 35px;
  height: 30px;
  margin: 10px 10px;
  position: absolute;
  top: 5px;
  right: -20px;
  cursor: pointer;
  display: none;
  transform: translateX(100%);
  z-index: 999;
}
.menuFive span{
  background-color:#222;
  position: absolute;
  border-radius: 2px;
  transition: .3s cubic-bezier(.8, .5, .2, 1.4);
  width:100%;
  height: 4px;
  transition-duration: 500ms
}
.menuFive span:nth-child(1){
  top:0px;
  left: 0px;
}
.menuFive span:nth-child(2){
  top:13px;
  left: 0px;
}
.menuFive span:nth-child(3){
  bottom:0px;
  left: 0px;
}
.menuFive:not(.clickMenuFive):hover span:nth-child(1){
  transform: rotate(-3deg) scaleY(1.1);
}
.menuFive:not(.clickMenuFive):hover span:nth-child(2){
  transform: rotate(3deg) scaleY(1.1);
}
.menuFive:not(.clickMenuFive):hover span:nth-child(3){
  transform: rotate(-4deg) scaleY(1.1);
}
.clickMenuFive span:nth-child(1){
  transform: rotate(45deg);
  top: 13px;

}
.clickMenuFive span:nth-child(2){
  transform: scale(.1);

}
.clickMenuFive span:nth-child(3){
  transform: rotate(-45deg);
  top: 13px;
}
.menuFive-active{
	right: 20px;
	transform: none;
}
.side-bar-active{
	transform: none !important;
}

@media(max-width: 1120px){
	.carousel-page__content{
		width: 50%;
	}
	.info-block__left{
		width: 100%;
	}
	.info-block__right{
		width: 80%;
	}
}
@media(max-width: 860px){

	.policy-content {
		text-align: center;
	}

	.modal-heading {
		font-size: 21px;
	}

	.header {
		padding-top: 50px;
	}

	.menuFive {
		margin-top: 20px;
	}

	.logo {
		transform: translateX(100%)
	}

	.logo img {
		float: right;
		width: 50px;
		margin-right: 50px;
	}

	.logo.active {
		transform: translateX(0%);
	}

	.logo.active img {
		float: left;
		margin-left: 20px;
	}

	.scroll-left{
		transform: translateY(-50%);
		left: 0;
	}
	.map-contact{
		padding: 30px;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 70vw;
	}
	.more{
		min-width: 580px;
		max-width: 800px;
	}
	.container{
		padding-left: 30px;
	}
	.menuFive{
		display: block;
	}
	.side-bar{
		transform: translateX(-100%);
		max-width: 100vw;
		min-width: 100vw;
	}
	.info, .license{
		text-align: center;
	}
	.info__tittle{
		margin-left: -30px;
	}
	.license-carousel{
		padding-left: 90px;
		padding-right: 90px;
	}
	.map{
		margin-left: 0;
	}
	.project .container, .license .container{
		padding-left: 0;
	}
	.form{
		min-width: 400px;
	}
	.form-right, .form-line{
		display: none;
	}
}
@media(max-width: 590px){

	.header {
		padding-top: 100px;
	}

	.img_modal img{
		width: 80vw !important;
		height: auto !important;
	}
	.more{
		min-width: 90vw;
		max-width: 90vw;
	}
	.more-right{
		padding: 20px;
	}
	.form{
		min-width: 320px;
		max-width: 450px;
	}
	.map__footer{
		flex-direction: column;
	}
	.map-contact{
		 width: 90%;
	}
	.map-contact__tittle{
		font-size: 20px;
		position: relative;
		left: 0;
		margin: 0;
		top: -50px;
	}
	.map-contact__info{
		margin-top: 0;
	}
	.carousel-page__content{
		width: 100%;
	}
	.scroll-left{
		left: 15px;
	}
	.scroll-right{
		transform: translateY(-50%);
		right: 15px;
	}
	.side-bar{
		font-size: 16px;
	}
	.side-bar__contact{
		padding: 10px 0 0 20px;
	}

}
@media(max-width: 400px){
	.header{
		height: auto;
		padding-bottom: 40px;
	}
}

.img_modal {

	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 6;
}

.img_modal img {
	height: 100vh;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 50vh;
	left: 50vw;
	transform: translate(-50%, -50%);
	width: auto;

}
.img_modal-active{
	display: block;
}

.confidentiality {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 999999999;
}

.confidentiality .conf__content {
	position: absolute;
	left: 15%;
	top: 10%;
	width: 70%;
	height: 80%;
	background-color: #373b69;
	overflow-y: scroll;
	overflow-x: hidden;
	max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 15px;
}

.modal-heading {
	font-weight: bold;
    font-size: 24px;
}

.policy-content {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 15px;
}
.policy-content p {
	margin: 15px 0;
}
.policy-content h5 {
	font-size: 18px;
}

.map-contact .button {
	margin-top: 15px;
}


@media (min-width: 970px) {
	.map__content {
		height: 500px;
	}
}

.side-bar__contact ul li a img {
	width: 30px;
	height: 30px;
}