html, body {
	margin: 0;
	height: -webkit-fill-available;
}
.pc-only { display: block;}
.mobile-only { display: none;}

.logo {
	width: 55px;
	height: auto;
	position: absolute;
	left: 55px;
	top: 0;
}	
.logo img{width:100%;}	

.logo2 {
	width: 70%;
	text-align: center;
	position: relative;
	padding: 16px 8px 16px 32px;
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    background: #000;
    top: 0;
    left: 0;
}

.loader {
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    transform: translateY(-43%);
    text-align: center;
    margin: 0 auto;
    width: 50px;
    height: 50px;
}
.box {
    width: 100%;
    height: 100%;
    background: #fff;
    animation: animate .5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}
.shadow { 
    width: 100%;
    height: 5px;
    background: #000;
    opacity: 0.1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    animation: shadow .5s linear infinite;
    }


@keyframes loader {
    0% {
        left: -100px
    }
    100% {
        left: 110%;
    }
}

@keyframes animate {
    17% {
        border-bottom-right-radius: 3px;
    }
    25% {
        transform: translateY(9px) rotate(22.5deg);
    }
    50% {
        transform: translateY(18px) scale(1,.9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }
    75% {
        transform: translateY(9px) rotate(67.5deg);
    }
    100% {
        transform: translateY(0) rotate(90deg);
    }
}

@keyframes shadow {
    50% {
        transform: scale(1.2,1);
    }
}

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fade-in.one {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.fade-in.two {
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay:1.4s;
  animation-delay: 1.4s;
}

.fade-in.three {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.box_1 {
	width: 35vw;	
	position: relative;
	top: 50vh;
	left: 10vw;
}
.box_1_text_1 {width:48%;font-family: orange;font-size:9vw;float: left;color: #fff;position: relative;}
.box_1_text_2 {width:48%;font-family: arialRound;font-size: 4vw;float: left;color: #fff;position: relative;margin: 15% 0 0 2%;}


.box_2 {
	width: 35vw;
	position: relative;
	top: 40vh;
	left: 10vw;
}
.box_2_text_1 {width:100%;font-family:futuraLight;font-size:3vh;float: left;color: #fff;position: relative;}

.videoBgWrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.videoBg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sidepanel  {
	width: 0;
	position: fixed;
	z-index: 1;
	height: 100vh;
	top: 0;
	left: 0;
	background-color:#000;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.sidepanel a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	display: block;
	transition: ease-in 0.3s;
	font-family: futuraLight2m;
}

.sidepanel a:hover {
	color: #7aae3d;
	transition: ease-out 0.5s;
}

.sidepanel .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
}

.openbtn {
	font-size: 20px;
	cursor: pointer;
	background-color:#000;
	color: white;
	padding: 10px 15px;
	border: none;
	transition: ease-in 0.4s;	
}

.openbtn:hover {
	background-color:#444;
	transition: ease-out 0.8s;
}

.container_profile1{
	width:100%;
	height:100vh;
	position:relative;
	float:left;
	overflow:hidden;
	}
	
.profileBgWrapper {
	/* position: relative; */
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -95;
}

.profileBg {
	position: absolute;
	bottom: -3px;
	left: -18vw;
	width: 100vw;
}
.profileBg img{width:80vw;}

.profileBox {
	width: 38vw;
	height: auto;
	margin: 0;
	position: absolute;
	top: 50%;
	right: -17%;
	/* margin-right: -50%; */
	transform: translate(-50%, -50%);
}
.profileText_1 {width:100%;font-family:impact;font-size:8vh;float: left;color:#7aae3d;position: relative; text-align:center;}
.profileText_2 {width:100%;font-family:futuraLight;font-size:1.5vw;float: left;color:#333;position: relative; text-align:center;}


.container_profile2{
	width:100%;
	height:80vh;
	position:relative;
	float:left;
	overflow-x: hidden;	
	/*background-color:#969; */
	}	
	
.con2_text1 {
	position: absolute;
	font-family: impact;
	font-size: 8vh;
	left: 28%;
	transform: translateX(-50%);
	color: #FFF;
	top: 30%;
}

.con2_text2 {
	position: absolute;
	font-family: futuraLight;
	font-size: 2.5vh;
	left: 28%;
	transform: translateX(-50%);
	color: #FFF;
	top: 50%;
	width: 50%;
}
.videoBgWrapperP {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -80;
}

.videoBgP {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.container_service1 {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	z-index: -10;
	top: -50px;
	text-align:center;
	overflow: hidden;
}

.container_header_bg {
	width: 100%;
	height: 40vh;
	position: relative;
	float: left;
	z-index: -5;
	background-image: url(../images/service_top.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 30%;
}

.client_header_bg {
	width: 100%;
	height: 40vh;
	position: relative;
	float: left;
	z-index: -5;
	background-image:url(../images/client_top.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 30% bottom;
}

.container_header{
	width: 100%;
	height: auto;
	position: absolute;
	float: left;
	text-align: center;
	bottom: -4vh;
	font-family: impact;
	font-size: 7vw;
	color: white;
}

.container_header2{
	width: 80%;
	height: auto;
	position: relative;
	text-align: center;
	margin-top: 1%;
	font-family: futuraLight;
	font-size: 1.3vw;
	color: cadetblue;
	display: inline-block;
}

.service {
	width: 85vw;
	height: 80vh;
	display: inline-block;
	margin-top: 6%;
	text-align:center;
}
	
.service_box {
	width: 20vw;
	height: 40vh;
	position: relative;
	display: inline-block;
	margin: 4%;
	background-color:#E8E8E8;
	text-align: center;
}
	
.service_icon {
	width: 10vw;
	height: 20vh;
	position: absolute;
	display: inline-block;
	margin: -4vw -5vw;
}

.service_icon img{width:80%}

.service_text1 {
	width: 100%;
	font-family: futuraLight2m;
	color: cadetblue;
	position: absolute;
	top: 25%;
	font-size: 2vw;
}

.service_text2 {
	width: 100%;
	font-family: futuraLight;
	color: darkgoldenrod;
	position: absolute;
	top: 45%;
	font-size: 1.3vw;
	box-sizing: border-box;
	padding: 2%;
}

.container_service2 {
	width: 100%;
	height: 80vh;
	position: relative;
	float: left;
	z-index: -10;
	top: 0;
	text-align:center;
	background-image:url(../images/service_bg.jpg);
	
}

.service2_text1 {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	text-align: center;
	margin-top: 3%;
	font-family: impact;
	font-size: 4vw;
	color:#fff;
}

.service2_text2  {
	width: 80%;
	height: auto;
	position: relative;
	text-align: center;
	margin-top: 1%;
	font-family: futuraLight;
	font-size: 1.3vw;
	color:#fff;
	display: inline-block;
}

.service_img {
	width: 70%;
	height: auto;
	position: relative;
	text-align: center;
	margin-top: 1%;
}

.service_img img {
	width: 100%;
	left: 25%;
	position: absolute;
}

.client_box{
	width:40vw;
	height:auto;
	position:relative;
	float:left;
	margin:7% 0 0% 6%;
	font-family:futuraLight;
	font-size:18px;
	color:#999;
	}
.client_box img{width:100%;}	

.container_client {
	width: 100%;
	height: 80vh;
	position: relative;
	float: left;
	z-index: -10;
	top: 0;
	background-image:url(../images/client_bottom.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 30%;	
}

.container_innerClientA {
	width: 48vw;
	height: auto;
	position: relative;
	float: left;
	top: 40%;
	left: 6%;
}

.cicA {
	font-family: futuraLight;
	font-size: 30px;
	color: #FFF;
	position: relative;
}

.cicB {
	font-family: impact;
	font-size: 50px;
	color: #FFF;
	position: relative;
}
	
.container_innerClientB{
	width:48vw;
	height:auto;
	position:relative;
	float:left;
	top:50%;
	}	
	
.talk {
	width: 200px;
	height: 50px;
	position: relative;
	float: right;
	text-align: center;
	font-family: impact;
	font-size: 43px;
	color: #fff;
	border: 1px solid #fff;
	right: 15%;
	transition: ease-in 0.5s;
}

.talk:hover{
	background-color:#fff;
	color:#000;
	transition:ease-out 0.5s;
	cursor:pointer;
	}


.container_quotation {
	width: 100%;
	height: 100vh;
	position: absolute;
	float: left;
	z-index: -10;
	top: 0;
	text-align:center;
}

.quotation_text1{
	width:100%;
	font-family:futuraLight2m;
	font-size:60px;
	color:#fff;
	text-align:center;
	}
	
.quotation_text2{
	width:100%;
	font-family:futuraLight;
	font-size:20px;
	margin: -10px 0 10px 0;
	color:#fff;
	text-align:center;
	}	

.container {
	border-radius: 30px;
	padding: 20px;
	width: 50vw;
	display: inline-block;
	text-align: left;
	margin-top: 2vh;
	background: rgba(255, 255, 255, 0);
}

input[type="text"], select {
	width: 100%;
	padding: 1.8vh;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 0px;
	margin-bottom: 16px;
	resize: vertical;
	margin-top: 9px;
	width:100%;
	padding:10px;
	box-sizing:border-box;
	background:none;
	outline:none;
	resize:none;
	border:0;
	font-family:'Montserrat',sans-serif;
	transition:all .3s;
	border-bottom:2px solid #d8d6d0;
}

.width50{
  width: 50%;
  float:left;
}

.width50b{
  width: 50%;
  float:left;
}

input[type=submit] {
  width : 100%;
  background-color: #7aae3d;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: ease-in 0.5s;
}

input[type=submit]:hover {
  background-color: #45a049;
  transition: ease-out 0.5s;
}

input{
	width:100%;
	padding:10px;
	box-sizing:border-box;
	background:none;
	outline:none;
	resize:none;
	border:0;
	font-family:'Montserrat',sans-serif;
	transition:all .3s;
	border-bottom:2px solid #d8d6d0;
	color: #fff;
}

input:focus{
	border-bottom:2px solid #78788c; 
	transition:ease-out 0.5s;
	}

.select{
background:none;
outline:none;
resize:none;
border:0;
font-family:'Montserrat',sans-serif;
transition:all .3s;
border-bottom:2px solid #d8d6d0;}

.select:focus{border-bottom:2px solid #FFF; transition:ease-out 0.5s;}
.selectText{color:#000;}

	
@media (min-aspect-ratio: 16/9) {
  .videoBg{
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  .videoBg {
    width: auto;
    height: 100%;
  }
}

@media screen and (max-width: 600px) {
	
.pc-only {display:none;}
.mobile-only{display:block;}

.logo {
	width: 50px;
	height: auto;
	position: absolute;
	left: 55px;
	top: 0;
}	
.logo img{width:100%;}	

.logo2 {
	width: 50%;
	text-align: center;
	position: relative;
	padding: 16px 10px 16px 65px;
}

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

a {text-decoration:none;}

.fade-in {
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fade-in.one {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.fade-in.two {
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay:1.4s;
  animation-delay: 1.4s;
}

.fade-in.three {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.box_1 {
	width: 35vw;	
	position: relative;
	top: 33vh;
	left: 10vw;
}
.box_1_text_1 {
	width: 80vw;
	font-family: orange;
	font-size: 20vw;
	float: left;
	color: #fff;
	position: relative;
}
.box_1_text_2 {
	width: 53%;
	font-family: arialRound;
	font-size: 8vw;
	float: left;
	color: #fff;
	position: relative;
	margin: -42% 0 0 66%;
}

.box_2 {
	width: 80vw;
	position: relative;
	top: 32vh;
	left: 10vw;
}
.box_2_text_1 {width:100%;font-family:futuraLight;font-size:3.3vh;float: left;color: #fff;position: relative;}

.videoBgWrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.videoBg{
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
}

.sidepanel  {
	width: 0;
	position: fixed;
	z-index: 1;
	height: 100vh;
	top: 0;
	left: 0;
	background-color:#000;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.sidepanel a {
	padding: 8px 8px 8px 75px;
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	display: block;
	transition: ease-in 0.3s;
	font-family: futuraLight2m;
}

.sidepanel a:hover {
	color: #7aae3d;
	transition: ease-out 0.5s;
}

.sidepanel .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
}

.openbtn {
	font-size: 20px;
	cursor: pointer;
	background-color:#000;
	color: white;
	padding: 10px 15px;
	border: none;
	transition: ease-in 0.4s;	
}

.openbtn:hover {
	background-color:#444;
	transition: ease-out 0.8s;
}

.container_profile1{
	width:100%;
	height:100vh;
	position:relative;
	float:left;
	}
	
.profileBgWrapper {
	/* position: relative; */
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -95;
}

.profileBg {
	position: absolute;
	bottom: 0;
	left: -37px;
	width: 127%;
	height: 29vh;
}

.profileBg img {
	width: 110%;
	position: absolute;
	bottom: 0;
}

.profileBox {
	width: 90vw;
	height: auto;
	margin: 0;
	position: absolute;
	top: 34%;
	right: -39%;
	/* margin-right: -50%; */
	transform: translate(-50%, -50%);
}
.profileText_1 {width:100%;font-family:impact;font-size:5vh;float: left;color:#7aae3d;position: relative; text-align:center;}
.profileText_2 {width:100%;font-family:futuraLight;font-size:5vw;float: left;color:#333;position: relative; text-align:center;}


.container_profile2{
	width:100%;
	height:100vh;
	position:relative;
	float:left;
	/*background-color:#969; */
	}	
	
.con2_text1 {
	position: absolute;
	font-family: impact;
	font-size: 6vh;
	left: 0%;
	transform: translateX(-50%);
	color: #FFF;
	top: 8%;
	text-align: center;
}

.con2_text2 {
	position: absolute;
	font-family: futuraLight;
	font-size: 2.5vh;
	left: 5%;
	transform: translateX(-50%);
	color: #FFF;
	top: 25%;
	width: 90%;
	text-align: center;
}

.videoBgWrapperP {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -80;
}

.videoBgP {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.container_service1 {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	z-index: -10;
	top: -50px;
	text-align:center;
}

.container_header_bg {
	width: 100%;
	height: 40vh;
	position: relative;
	float: left;
	z-index: -5;
	background-image: url(../images/service_top.jpg);
	background-repeat: no-repeat;
	background-size: 250%;
	background-position: 50%;
}

.client_header_bg {
	width: 100%;
	height: 40vh;
	position: relative;
	float: left;
	z-index: -5;
	background-image: url(../images/client_top.jpg);
	background-repeat: no-repeat;
	background-size: 243%;
	background-position: 67% bottom;
}

.container_header {
	width: 100%;
	height: auto;
	position: absolute;
	float: left;
	text-align: center;
	bottom: 0vh;
	font-family: impact;
	font-size: 3.3em;
	color: white;
}

.container_header2 {
	width: 80%;
	height: auto;
	position: relative;
	text-align: center;
	margin-top: 4%;
	font-family: futuraLight;
	font-size: 1.3em;
	color: cadetblue;
	display: inline-block;
}

.service {
	width: 85vw;
	height: 80vh;
	display: inline-block;
	margin-top: 6%;
	text-align:center;
}
	
.service_box {
	width: 90%;
	height: 60vh;
	position: relative;
	display: inline-block;
	margin: 4%;
	background-color:#E8E8E8;
	text-align: center;
}
	
.service_icon {
	width: 40%;
	height: 20vh;
	position: absolute;
	display: inline-block;
	margin: -7vw -15vw;
}

.service_icon img{width:80%}

.service_text1 {
	width: 100%;
	font-family: futuraLight2m;
	color: cadetblue;
	position: absolute;
	top: 25%;
	font-size: 2em;
}

.service_text2 {
	width: 100%;
	font-family: futuraLight;
	color: darkgoldenrod;
	position: absolute;
	top: 45%;
	font-size: 1.3em;
	box-sizing: border-box;
	padding: 2%;
}

.container_service2 {
	width: 100%;
	height: auto;
	position: relative;
	float: unset;
	z-index: -10;
	top: 0;
	text-align: center;
	background-image: url(../images/service_bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	display: inline-block;
}

.null{width:100%; height:100px; position:relative;}

.service2_text1 {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	text-align: center;
	margin-top: 8%;
	font-family: impact;
	font-size: 2.3em;
	color: #fff;
}

.service2_text2 {
	width: 80%;
	height: auto;
	position: relative;
	text-align: center;
	margin-top: 1%;
	font-family: futuraLight;
	font-size: 1.3em;
	color: #fff;
	margin-bottom: 10%;
}

.service_img {
	width: 70%;
	height: 30vh;
	position: relative;
	text-align: center;
	margin-top: 0;
	right:15%;
}

.service_img img {
    width: 70%;
    left: 60%;
    position: absolute;
}

.client_box {
	width: 90%;
	height: auto;
	position: relative;
	float: left;
	margin: 7% 0 0% 6%;
	font-family: futuraLight;
	font-size: 18px;
	color: #999;
}

.client_box img{width:100%;}	

.container_client {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	z-index: -10;
	top: 0;
	background-image: url(../images/client_bottom_m.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 60%;
}

.container_innerClientA {
	width: 90%;
	height: auto;
	position: relative;
	float: none;
	top: 0;
	left: 6%;
	margin-top: 70%;
}

.cicA {
	font-family: futuraLight;
	font-size: 2em;
	color: #FFF;
	position: relative;
}

.cicB {
	font-family: impact;
	font-size: 2.3em;
	color: #FFF;
	position: relative;
}
	
.container_innerClientB{
	width:48vw;
	height:auto;
	position:relative;
	float:left;
	top:50%;
	margin-bottom:20px;
	}	
	
.talk {
	width: 200px;
	height: 50px;
	position: relative;
	float: none;
	text-align: center;
	font-family: impact;
	font-size: 2.5em;
	color: #fff;
	border: 1px solid #fff;
	right: -10%;
	transition: ease-in 0.5s;
	margin-top: 10%;
	text-decoration:none;
}

.talk:hover{
	background-color:#fff;
	color:#000;
	transition:ease-out 0.5s;
	cursor:pointer;
	}


.container_quotation {
	width: 100%;
	height: 100vh;
	position: absolute;
	float: left;
	z-index: -10;
	top: 0;
	text-align:center;
}

.quotation_text1 {
	width: 100%;
	font-family: futuraLight2m;
	font-size: 4.3em;
	color: #fff;
	text-align: center;
	margin-top: 10%;
	line-height: 54px;
}
	
.quotation_text2{
	width:100%;
	font-family:futuraLight;
	font-size:20px;
	margin: 10px 0 10px 0;
	color:#fff;
	text-align:center;
	}	

.container {
	border-radius: 30px;
	padding: 20px;
	width: 90%;
	display: inline-block;
	text-align: left;
	margin-top: 2vh;
	background: rgba(255, 255, 255, 0);
}

input[type="text"], select {
	width: 100%;
	padding: 1.8vh;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 0px;
	margin-bottom: 16px;
	resize: vertical;
	margin-top: 9px;
	width:100%;
	padding:10px;
	box-sizing:border-box;
	background:none;
	outline:none;
	resize:none;
	border:0;
	font-family:'Montserrat',sans-serif;
	transition:all .3s;
	border-bottom:2px solid #d8d6d0;
	color: #fff;
}

.width50{
  width: 100%;
  float:left;
}

.width50b {
	width: 100%;
	float: left;
	margin-left: 0;
}

input[type=submit] {
  width : 100%;
  background-color: #7aae3d;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: ease-in 0.5s;
}

input[type=submit]:hover {
  background-color: #45a049;
  transition: ease-out 0.5s;
}

input{
	width:100%;
	padding:10px;
	box-sizing:border-box;
	background:none;
	outline:none;
	resize:none;
	border:0;
	font-family:'Montserrat',sans-serif;
	transition:all .3s;
	border-bottom:2px solid #d8d6d0
}

input:focus{
	border-bottom:2px solid #78788c; 
	transition:ease-out 0.5s;
	}

.select{
background:none;
outline:none;
resize:none;
border:0;
font-family:'Montserrat',sans-serif;
transition:all .3s;
border-bottom:2px solid #d8d6d0;}

.select:focus{border-bottom:2px solid #FFF; transition:ease-out 0.5s;}
.selectText{color:#000;}

}