body {
    font-family: "Raleway", sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    position: relative;
}
.orange-first:first-letter, .orange-first span:first-letter {
    color: #FF9800;
}
.logo_size img {
  width: 120px;
}
.gsap-reveal-hero .reveal-wrap .reveal-content {
    line-height: 1.5;
    z-index: 1;
    display: inline-block;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.menu_exist {
	display: block;
}
.menu_none {
	display: none;
}
.testimonial-v1 {
	max-width: 980px;
	margin: auto;
}

@media screen and (max-width:768px) {
	.cover-v1 .container, .cover-v1 .container > .row {
		min-height: 500px;
		height: 55vh;
	}
	.testimonial-v1 {
	max-width: 90%;
	margin: auto;
}
	.recruit_flex p {
		font-size: 1.2rem;
		color: #fff;
		margin: 10px 20px;
		text-align: left;
	}
	.recruit_flex span {
		font-weight: bold;
		color: orange;
	}
}

@media screen and (min-width:769px) {
.recruit_flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
	.recruit_flex p {
		font-size: 1.2rem;
		color: #fff;
		margin: 10px 20px;
		text-align: left;
	}
	.recruit_flex span {
		font-weight: bold;
		color: orange;
	}
}