body {
	font-family: 'YuGothic',serif;
	color:#212121;
}

header {
	transition: 0.6s;
	position: fixed;
	width: 100%;
	padding: 10px 0;
	top: 0;
	left: 0;
	z-index: 100;
}

header.scrolled {
	transition: 0.6s;
	background-color: #fff;
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.06);
}

a {
	transition: 0.6s;
}

a:focus,button:focus {
	outline: none;
}

a:hover {
	transition: 0.6s;
	text-decoration: none;
}

input:focus,
textarea:focus {
	outline-color: #efefef;
}

img {
	max-width: 100%;
}

.main-menu {
	display: inline-block;
	margin-right: 15px;
}

.main-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.main-menu ul li {
	display: inline-block;
	margin: 0 15px;
}

.main-menu ul li a {
	display: block;
	padding: 5px;
	color:#212121;
	font-size: 14px;
	font-weight: 700;
	border-bottom: 3px solid transparent;
}

.main-menu ul li a:hover {
	color:#ec8c26;
	border-bottom: 3px solid #ec8c26;
}

.contact-btn {
	display: inline-block;
	padding: 15px 45px;
	background-color: #ec8c26;
	color:#fff;
	border-radius: 40px;
	font-weight: 700;
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.contact-btn:hover {
	transition: 0.6s;
	background-color: #ACCF54;
	color:#fff;
}

.section-f-top {
	height: 100vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	background-color: #f2fbff;
}

.slide-top {
	transition: 0s;
	height: 100vh;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale(1);
}

.cover-top {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3;
}

.cover-top div {
	text-align: center;
}

.cover-top img {
	display: block;
}

.cover-top h2 {
	font-size: 16px;
	margin: 0;
	margin-top: 15px;
	padding: 10px;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.cover-top h2:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 5px;
	height: 50%;
	width: 100%;
	background-color: rgba(255,255,255,0.5);
	z-index: -1;
}

.better-text {
	width: 420px;
	margin:auto;
}

.scroll-down {
	position: absolute;
	bottom: 85px;
	left: 50%;
	color:#ec8c26;
	text-align: center;
	cursor:pointer;
	z-index: 10;
	transform: translateX(-50%);
}

.scroll-down i {
	font-size: 24px;
}

.section-service {
	padding: 80px 0;
	background-color: #F5F3E9;
}

.main-title {
	margin-bottom: 30px;
}

.main-title h2 {
	font-size: 32px;
	font-weight: 700;
	display: inline-block;
	margin: 0;
	margin-right: 15px;
}

.main-title h3 {
	font-size: 12px;
	color:#ec8c26;
	display: inline-block;
}

.service-box {
	padding: 5px;
}

.service-inner {
	transition: 0.6s;
	background-color: #fff;
	padding: 25px;
	text-align: center;
	height: 320px;
	border:1px solid #EDEDED;
	position: relative;
	z-index: 1;
	display: block;
	color:#212121;
}

.service-inner:hover {
	transition: 0.6s;
	transform: scale(1.1);
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
	color:#212121;
	z-index: 3;
}

.service-inner h4 {
	font-size: 9px;
	font-weight: 700;
	color:#ec8c26;
	margin-top: 30px;
	margin-bottom: 15px;
}

.service-inner h3 {
	font-size: 22px;
	font-weight: 700;
	position: relative;
	margin: 15px 0;
	margin-bottom: 30px;
}

.service-inner h3 i {
	color:#ec8c26;
	position: absolute;
	right: 0;
}

.service-inner p {
	text-align: left;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

.section-city {
	padding-top: 80px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.white-box {
	padding: 60px;
	background-color: #fff;
}

.white-box h4 {
	font-weight: 700;
	font-size: 22px;
	color:#404040;
	margin-bottom: 30px;
}

.or-btn {
	color:#ec8c26;
	font-size: 14px;
	display: inline-block;
	margin-top: 30px;
}

.or-btn:hover {
	color:#ec8c26;
}

.section-project {
	padding: 80px 0;
	background-color: #fff;
}

.project-img {
	transition: 0.6s;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 180px;
	position: relative;
	z-index: 1;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.25);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.project-title {
	display: inline-block;
	padding: 5px 30px;
	border:1px solid #fff;
	text-align: center;
	color:#fff;
	background-color: rgba(59,49,37,0.5);
	font-size: 22px;
	font-weight: 700;
}

.proj-corner {
	position: absolute;
	right: -1px;
	bottom: -1px;
}

.project-box {
	transition: 0.6s;
	display: block;
	position: relative;
	z-index: 1;
}

.project-box p {
	padding: 30px 15px;
	color:#212121;
}

.project-box:hover .project-img{
	transition: 0.6s;
	transform: scale(1.1);
}

.project-img-cover {
	position: relative;
	z-index: 1;
	height: 180px;
	overflow: hidden;
}

.main-title.white h2,
.main-title.white h3{
	color:#fff;
}

.comp-box {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 60px;
}

.company-white-box {
	padding: 30px;
	background-color: rgba(255,255,255,0.8);
}

.company-white-box h4 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 17px;
}

.comp-full-img {
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.section-contact {
	padding: 60px 0;
	padding-top: 120px;
	background-color: #F5F3E9;
	text-align: center;
}

.section-contact h3 {
	font-size: 12px;
	font-weight: 700;
	color:#ec8c26;
}

.section-contact p {
	color:#ec8c26;
	margin: 0;
}

.big-contact-btn {
	margin: 15px 0;
	font-size: 26px;
	padding: 15px 60px;
}

.sp-contact {
	transition: 0.6s;
	display: inline-block;
	padding: 15px 45px;
	background-color: #ec8c26;
	color:#fff;
	border-radius: 40px;
	font-weight: 700;
	margin: 15px 0;
	font-size: 26px;
	padding: 15px 60px;
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.new-contact h3,
.new-contact h2,
.new-contact p {
	transition: 0.6s;
}

.new-contact:hover h3,
.new-contact:hover h2,
.new-contact:hover p,
.new-contact:hover .tel-link,
.new-contact:hover .tel-link i {
	transition: 0.6s;
	color:#ACCF54;
}

.new-contact:hover .sp-contact {
	transition: 0.6s;
	background-color: #ACCF54;
}

.tel-link {
	transition: 0.6s;
	color:#ec8c26;
	font-size: 28px;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
}

footer {
	background-color: #121F43;
}

.top-footer {
	padding: 60px 0;
	color:#fff;
}

.footer-menu {
	display: inline-block;
	margin-right: 30px;
}

.footer-menu h3 a {
	color:#fff;
}

.footer-menu h3 {
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 18px;
}

.footer-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.footer-menu ul li {
	display: block;
}

.footer-menu ul li a {
	display: block;
	color:#fff;
	font-size: 14px;
	line-height: 1.7em;
}

.footer-menu ul li a:before {
	content:"\f054";
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	margin-right: 10px;
	font-size: 14px;
}

.footer-logo {
	margin-bottom: 45px;
}

.social-link {
	margin-top: 30px;
}

.social-link a {
	color:#fff;
	display: inline-block;
	margin-right: 15px;
}

.bottom-footer {
	padding: 30px 0;
	background-color: #090C14;
	position: relative;
	z-index: 1;
}

.bottom-footer p {
	font-size: 14px;
	color:#fff;
	margin: 0;
	padding: 0;
}

.scroll-to-top {
	position: absolute;
	right: 30px;
	top: -30px;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background-color: rgba(235,132,13,0.85);
	text-align: center;
	line-height: 60px;
	color:#fff;
	font-size: 24px;
	cursor: pointer;
}

.side-contact {
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 10%;
	transform: rotate(90deg);
}

.side-contact a {
	color:#ec8c26;
	position: relative;
	z-index: 1;
	padding-left: 65px;
}

.side-contact .the-line {
	display: inline-block;
	height: 2px;
	width: 60px;
	background-color: #ec8c26;
	position: absolute;
	bottom: 50%;
	transform: translateY(-50%);
}

.the-cover {
	height: 440px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.the-white-box {
	padding: 60px;
	background-color: #fff;
	top: -120px;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

.another-white-box {
	padding: 60px;
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

.or-line {
	width: 200px;
	height: 4px;
	background-color: #ec8c26;
	position: absolute;
	z-index: 1;
	top:0;
	left: 10%;
}

.f-breadcrumb ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-bottom: 60px;
}

.f-breadcrumb ul li {
	display: inline-block;
	color: #ec8c26;
	margin-right: 10px;
	margin-left: 10px;
}

.f-breadcrumb ul li a {
	color:#212121;
	display: block;
}

.content-part h2 {
	font-size: 26px;
	font-weight: 700;
}

.content-part p {
	padding: 0;
	margin: 0;
}

.s-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

.s-img:after {
	content: "";
	display: block;
	padding-bottom: 60%;
}

.point-tag {
	position: absolute;
	left: 0;
	top: 0;
	padding: 8px 25px;
	background-color: #ec8c26;
	color:#fff;
}

.the-service-box {
	color:#212121;
	display: block;
}

.the-service-box p {
	text-align: center;
	margin: 0;
	padding: 0;
	color:#212121;
	padding: 15px 0;
	font-size: 18px;
}

.cover-service-box {
	margin-top: 60px;
}

.section-service-icon {
	padding: 80px 0;
	padding-top: 20px;
	background-image: url('../img/bg-brown.png');
	background-size: 100%;
	background-position: bottom;
	background-repeat: repeat-x;
}

.service-icon-box {
	padding:10px 25px;
	display: block;
	background-color: #fff;
	border:1px solid #EDEDED;
	color:#212121;
	position: relative;
	z-index: 1;
}

.service-icon-box h2 {
	text-align: center;
	color:#ec8c26;
	font-size: 32px;
	font-weight: 700;
}

.service-icon-box h4 {
	font-size: 9px;
	font-weight: 700;
	color:#ec8c26;
	margin: 15px 0;
}

.service-icon-box h3 {
	font-size: 22px;
	font-weight: 700;
	margin: 0;
}

.service-line {
	border-top:1px solid #EDEDED;
	margin-top: 30px;
	padding-top: 15px;
	text-align: center;
	font-size: 20px;
	color:#8E8254;
}

.service-icon-box:hover {
	transition: 0.6s;
	color:#212121;
	transform: scale(1.1);
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
	color:#212121;
	z-index: 3;
}

.section-service-body {
	padding: 80px 0;
	background-color: #fff;
}

.prop-content {
	padding-left: 50px;
	margin-left: 45px;
	padding-right: 30px;
	border-left: 1px solid #ec8c26;
	position: relative;
	z-index: 1;
}

.prop-content p {
	padding-bottom: 45px;
}

.prop-box {
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}

.p-number {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 28px;
	font-weight: 700;
	line-height: 1em;
	color:#ec8c26;
}

.s-bottom-title {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	color:#404040;
}

.case-title {
	font-size: 26px;
	font-weight: 700;
	color:#ec8c26;
	margin-bottom: 60px;
}

.section-each-case {
	padding: 60px 0;
}

.full-cover {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 2;
	height: 230px;
}

.case-box-title {
	padding: 25px;
	width: 100%;
	font-size: 21px;
	font-weight: 700;
	background-image: url('../img/bg-white.png');
	background-size: 50%;
	background-position: left;
	background-repeat: no-repeat;

}

.black-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.12);
	display: flex;
	align-items: center;
	justify-content: start;
}

.case-body h3 {
	font-size: 26px;
	font-weight: 700;
	color:#2f2f2f;
}

.section-each-case .custom-container {
	max-width: 1140px;
	margin:auto;
	padding: 0 60px;
}

.case-body {
	padding: 60px 0;
	position: relative;
	z-index: 1;
}

.inner-case-body {
	padding-left: 30px;
	margin-left: 15px;
	border-left: 1px solid #ec8c26;
	position: relative;
	z-index: 1;
}

.two-tone-box {
	margin-top: 30px;
}

.l-box {
	background-color: #F5F3E9;
	padding: 30px;
	position: relative;
}

.l-box h4 {
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #707070;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 15px;
}

.l-box h4 i {
	color:#ec8c26;
}

.r-box {
	background-color: #ec8c26;
	padding: 30px;
	color: #fff;
}

.r-box h4 {
	color:#fff;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #fff;
	font-size: 20px;
	font-weight: 700;
}

.case-box-rotate-title {
	position: absolute;
	left: -100px;
	top: 50px;
	color:#ec8c26;
	font-size: 15px;
	font-weight: 700;
	transform: rotate(-90deg);
}

.inner-tt-box {
	padding:15px 45px;
}

.l-triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 30px;
	border-color: transparent transparent transparent #F5F3E9;
	position: absolute;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.bg-brown {
	background-color: #F5F3E9;
	background-image: url('../img/bg-white-full.png');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
}

.company-table {
	margin-top: 60px;
}

.company-table table {
	width: 100%;
}

.company-table table tr {
	border-bottom: 1px solid #EBEBEB;
}

.company-table table tr td {
	padding: 15px;
	vertical-align: top;
}

.company-table table tr td:first-child {
	padding-left: 0;
	font-weight: 700;
}

.company-table table tr:first-child {
	border-top: 1px solid #ebebeb;
}

.cover-map {
	margin-top: 60px;
}

.cover-map h2 {
	margin-bottom: 60px;
}

.cover-map iframe {
	width: 100%;
}

.rec-title {
	text-align: center;
	line-height: 1.7em;
	margin-bottom: 60px;
}

.contact-p-title {
	text-align: center;
	line-height: 1.7em;
	margin-bottom: 120px;
	margin-top: 100px;
}

.limit-width {
	max-width: 800px;
	margin:auto;
}

.bg-brown-recruit {
	background-color: #F5F3E9;
	background-image: url('../img/bg-rec.png');
	background-size: 100%;
	background-position:0 300px;
	background-repeat: no-repeat;
}

.small-contact {
	max-width: 800px;
	margin:auto;
	padding:60px 0;
}

.small-contact h2 {
	font-size: 20px;
	font-weight: 700;
	color:#ec8c26;
	margin-bottom: 15px;
}

.small-contact h3 {
	font-size: 16px;
}

.contact-line {
	height: 1px;
	background-color: #EBEBEB;
}

.contact-form input {
	width: 100%;
	padding: 5px;
	border:1px solid #EBEBEB;
}

.contact-form textarea {
	width: 100%;
	padding: 5px;
	height: 150px;
	margin-top: 15px;
	margin-bottom: 15px;
	border:1px solid #EBEBEB;
}

.company-table .contact-form td:first-child {
	width: 25%;
	position: relative;
	padding-top: 20px;
}

.req {
	position: absolute;
	right: 0;
	top: 20px;
	padding:2px 10px;
	background-color: #ec8c26;
	color:#fff;
	font-weight: 700;
	font-size: 12px;
}

.contact-form .rad-group input {
	display: inline-block;
	width: auto;
	margin-right: 5px;
}

.text-area-box {
	max-width: 800px;
	height: 120px;
	border:1px solid #ebebeb;
	padding: 15px;
	overflow: auto;
	margin:auto;
	margin-top: 60px;
	color:#707070;
}

.below-contact {
	text-align: center;
	font-weight: 700;
	margin: 60px 0;
	margin-bottom: 45px;
	font-size: 18px;
}

.long-long-btn {
	width: 280px;
	max-width: 90%;
	margin-bottom: 60px;
}

.top-popup {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background-color: #ec8c26;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-popup h1 {
	font-size: 32px;
	font-weight: 400;
	color:#fff;
	width: 100%;
	text-align: center;
	display: block;
}

.top-popup h1 strong {
	font-weight: 700;
	font-size: 48px;
}

.popup-line {
	width: 100%;
	height: 1px;
	background-color: #fff;
}

.float-contact {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 100;
}

.burger-icon {
	display: none;
	color:#212121;
	font-size: 24px;
}

.burger-menu {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(235,132,13,0.9);
	align-items: center;
	justify-content: center;
	z-index: 120;
	display: none;
}

.burger-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.burger-menu ul li a {
	display: block;
	padding: 5px 10px;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.close-burger {
	position: absolute;
	right: 7px;
	top: 0px;
	font-size: 24px;
	padding: 10px;
	cursor: pointer;
	color:#fff;
}

.locked {
	position: absolute;
	overflow: hidden;
}

.footer-banner img {
	transition: 0.4s;
}

.footer-banner img:hover {
	transition: 0.4s;
	box-shadow: 0px 5px 6px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 5px 6px 1px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 5px 6px 1px rgba(0, 0, 0, 0.4);
}

/* hide contact */
.page-template-p_Contact .section-sp-contact,
.page-template-p_Thanks .section-sp-contact {
	display: none;
}

.small-out {
	transition: 7s;
	transform: scale(0.8);
}

.less-bottom {
	top: auto;
	margin-top: -80px;
}

.each-voice {
	margin: 30px 0;
}
.voice-box {
	margin-top: 120px;
	padding: 60px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
h2 span.voice-name {
	font-size: 20px;
}

/*xxxxzzzz*/

@media only screen and (max-width: 991px) {

	.main-menu {
		display: none;
	}

	header .contact-btn {
		display: none;
	}

	.side-contact {
		display: none;
	}

	.float-contact {
		display: block;
	}

	.burger-icon {
		display: block;
	}

	header {
		padding: 10px 0;
	}

	.comp-full-img {
		height: 300px;
	}

	.footer-menu {
		margin-bottom: 30px;
		margin-right: 15px;
	}

	.the-cover {
		height: 320px;
	}

	.case-box-title {
		background-size: 80% 100%;
	}

	.req {
		top: 0;
		padding: 1px 5px;
		font-size: 10px;
	}

	.service-icon-box h4 {
		text-align: center;
	}

	.section-service-icon .container {
		max-width: 100%;
	}

	.service-icon-box h3 {
		text-align: center;
	}

}

@media only screen and (max-width: 767px) {

	.white-box {
		padding: 25px;
	}

	.project-title {
		font-size: 16px;
		padding: 5px;
	}

	.comp-box {
		padding:30px 15px;
	}

	.section-contact {
		padding: 60px 0;
	}

	.bottom-footer {
		padding-bottom: 80px;
	}

	.float-contact .contact-btn {
		padding: 10px;
	}

	.bottom-footer p {
		margin-top: 15px;
		font-size: 12px;
	}

	.the-white-box {
		padding: 25px;
	}

	.section-each-case .custom-container {
		padding: 0 15px;
	}

	.case-box-title {
		background-size: 100%;
		background-color: #fff;
		padding: 10px 5px;
		font-size: 16px;
	}

	.full-cover {
		height: 200px;
	}

	.l-triangle {
		display: none;
	}

	.case-box-rotate-title {
		left: -75px;
	}

	.inner-case-body {
		padding-left: 15px;
	}

	.case-body h3 {
		font-size: 20px;
	}

	.inner-tt-box {
		padding: 15px 20px;
	}

	.content-part {
		margin-bottom: 30px;
	}

	.another-white-box {
		padding: 25px;
	}

	.company-table .contact-form td:first-child {
		width: 30%;
		padding-right: 0;
		font-size: 16px;
	}

	.rad-group label{
		font-size: 12px;
	}

	.contact-form .rad-group input {
		margin-right: 2px;
	}

	.text-area-box {
		max-width: 100%;
		font-size: 14px;
	}

	.content-part h2 {
		font-size: 20px;
	}

	.company-table table tr td:first-child {
		width: 35%;
		padding-right: 0;
	}

	.m-order-1 {
		order:1;
	}

	.m-order-2 {
		order: 2;
	}

	.prop-content {
		padding-top: 30px;
		padding-left: 15px;
	}

	.p-number {
		top:160px;
	}

	.project-box:hover {
		transform: scale(1.05);
	}

	.sm-mobile {
		font-size: 12px;
	}
	.voice-box {
		padding: 25px;
	}
}
