@import url('https://fonts.googleapis.com/css2?family=Mitr:wght@300;400;500;700&family=Noto+Sans+SC:wght@300;400;500;700&display=swap');

@font-face {
	font-family: "perpetua-titling-mt-light";
	src: url("https://candyfonts.com/wp-data/2019/04/29/52488/PERTILI.TTF") format("woff"),
		url("https://candyfonts.com/wp-data/2019/04/29/52488/PERTILI.TTF") format("opentype"),
		url("https://candyfonts.com/wp-data/2019/04/29/52488/PERTILI.TTF") format("truetype");
}

/* htm_tag{font-family:"perpetua-titling-mt-light";font-size:50px;text-transform:none;color:#F32951} */

body {
	font-family: 'Mitr', 'Noto Sans SC', 'perpetua-titling-mt-light', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #231f20;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

button {
	font-weight: 300;
}

a {
	cursor: pointer !important;
}

.btn {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	border: 0 !important;
	height: 48px;
	font-weight: 300;
	padding: 0 16px;
	display: inline-flex;
	align-items: center;
	box-shadow: none !important;
}

.container {
	max-width: 1366px;
	padding: 64px;
}

.dropdown-menu {
	box-shadow: 0px -3px 10px 0 rgba(10, 10, 10, 0.2);
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0 border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.dropdown-toggle::after {
	display: none;
}

.dropdown-toggle-ico {
	width: 8px;
}

.fw-normal {
	font-weight: 300 !important;
}

.fw-bold {
	font-weight: 400 !important;
}

.fw-bolder {
	font-weight: 500 !important;
}

.mpt-heading {
	font-size: 22px;
	margin-bottom: 16px;
}
.mpt-subheading {
	font-size: 16px;
}

.mpt-body {
	padding: 0;
	padding-top: 98px;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background-color: #ffffff;
}

.mpt-navbar {
	padding: 0;
	/* position: fixed; */
	/* top: 0; */
	/* left: 0; */
	/* width: 100%; */
	background-color: #ffffff;
}

.mpt-navbar .container {
	padding: 24px 64px;
}

.mpt-navbar .navbar-brand {
	height: 38px;
	padding: 0;
}

.mpt-navbar .navbar-brand img {
	height: 100%;
}

.mpt-navbar-toggler {
	cursor: pointer;
	/* position: fixed; */
	z-index: 9;
	display: inline-flex;
	align-items: center;
	padding: 0;
	font-size: 18px;
	border: 0;
}

.mpt-navbar-toggler-close,
.mpt-navbar-toggler[aria-expanded="true"] .mpt-navbar-toggler-menu {
	display: none;
}

.mpt-navbar-toggler[aria-expanded="true"] .mpt-navbar-toggler-close {
	display: block;
}

.mpt-navbar-toggler:focus {
	box-shadow: none;
}

.mpt-navbar-toggler-icon {
	position: relative;
	width: 48px;
	height: 48px;
	/* right: 32px; */
	/* top: 20px; */
	transition: all 0.25s;
	margin-left: 16px;
}

.navbar-toggler__top-bun,
.navbar-toggler__bottom-bun {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 48px;
	height: 2px;
	background: #231F20;
	transform: rotate(0);
	transition: all 0.25s;
}

.navbar-toggler:hover [class*="-bun"] {
	/* background: #999; */
}

.navbar-toggler__top-bun {
	top: 22px;
	transform: translateY(-3px);
}

.navbar-toggler__bottom-bun {
	bottom: 22px;
	transform: translateY(3px);
}

.navbar-toggler[aria-expanded="true"] .mpt-navbar-toggler-icon {
	transform: rotate(90deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler__top-bun {
	transform:
		rotate(45deg) translateY(0px);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler__bottom-bun {
	transform:
		rotate(-45deg) translateY(0px);
}




.mpt-navbar .navbar-collapse {
	position: fixed;
	background-color: rgba(255, 255, 255, 0.9);
	width: 100vw !important;
	height: 100vh !important;
	top: 0;
	left: 0;
	padding-top: 98px;
	opacity: 0;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.mpt-navbar .navbar-collapse.collapse:not(.show) {
	/* display: block; */
	visibility: hidden;
}

.mpt-navbar .navbar-collapse.navbar-collapse.show {
	/* display: block; */
	visibility: visible;
	opacity: 1;
}

.mpt-navbar .navbar-collapse .container {
	padding-top: 0;
	padding-bottom: 0;
}

.mpt-navbar .navbar-collapse .nav-link {
	color: #231f20;
	font-size: 28px;
	display: inline-flex;
}




.mpt-footer {
	background-color: #232323;
	color: #ffffff;
	margin-top: auto;
	font-size: 14px;
}

.mpt-footer .container {
	padding-top: 24px;
	padding-bottom: 24px;
}

.mpt-footer-top .row {
	justify-content: space-between;
}

.mpt-footer-top-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.mpt-footer-selectcountry .btn {
	background-color: #3f3f3f;
	width: 100%;
	justify-content: space-between;
	color: #ffffff;
}

.mpt-footer-selectcountry {
	width: 100%;
}

.mpt-footer-selectcountry-label {
	margin-bottom: 16px;
}

.mpt-footer-selectcountry .dropdown-menu .dropdown-item {
	padding: 16px 18px;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
}

.mpt-footer-selectcountry .dropdown-menu .dropdown-item:active,
.mpt-footer-selectcountry .dropdown-menu .dropdown-item:focus {
	color: #1e2125;
	background-color: transparent
}

.mpt-footer-selectcountry .dropdown-menu .dropdown-item.active {
	color: #2db8c8;
	background-color: transparent
}

.mpt-selectcountry-shortname {}

.mpt-footer-socialconnect {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 16px;
	display: inline-flex;
}

.mpt-footer-socialconnect li:not(:last-child) {
	margin-right: 16px;
}

.mpt-footer-socialconnect a {
	width: 48px;
	height: 48px;
	background-color: #2c2c2c;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

/* .mpt-socialconnect-instagram, */
.mpt-socialconnect-instagram:hover {
	background-color: #ff007e;
}

/* .mpt-socialconnect-pinterest, */
.mpt-socialconnect-pinterest:hover {
	background-color: #e60023;
}

.mpt-footer-socialconnect img {
	height: 18px;
}

.mpt-socialshare {
	margin-bottom: 20px;
}

.mpt-socialshare .dropdown-menu {
	width: 176px;
}

.mpt-socialshare .mpt-btn-socialshare {
	width: 100%;
	color: #ffffff;
	display: inline-flex;
	align-items: center;
	padding: 0;
	font-size: 14px;
	transition: none !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}

.mpt-socialshare .mpt-btn-socialshare::after {
	display: none;
}

.mpt-btn-socialshare-ico {
	width: 48px;
	height: 48px;
	background-color: #2c2c2c;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 16px;
	transition: none !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}

.mpt-socialshare .btn img {
	width: 16px;
}

.mpt-socialshare .mpt-btn-socialshare.show,
.mpt-socialshare .mpt-btn-socialshare.show .mpt-btn-socialshare-ico {
	background-color: #2db8c8;
}

.mpt-socialshare .dropdown-menu.show {
	padding: 10px;
	display: flex;
	justify-content: space-between;
	transform: translate(0px, -48px) !important;
	-webkit-transform: translate(0px, -48px) !important;
	-moz-transform: translate(0px, -48px) !important;
	-ms-transform: translate(0px, -48px) !important;
	-o-transform: translate(0px, -48px) !important;
}

.mpt-socialshare .dropdown-item {
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mpt-socialshare-facebook,
.mpt-socialshare-facebook:hover,
/* .mpt-socialconnect-facebook, */
.mpt-socialconnect-facebook:hover {
	background-color: #365899;
}

.mpt-socialshare-twitter,
.mpt-socialshare-twitter:hover {
	background-color: #03a9f4;
}

.mpt-socialshare-copylink,
.mpt-socialshare-copylink:hover {
	background-color: #99adac;
}

.mpt-footer-bottom {
	border-top: 1px solid #373636;
	padding-top: 20px;
	margin-top: 18px;
}



.mpt-sec {
	overflow-x: hidden;
}

.mpt-sec-heading {
	font-size: 16px;
	/* margin-bottom: 64px; */
	margin-bottom: 16px;
}


/* home - intro */
.mpt-intro-logomotto {
	max-width: 253px;
	margin: 0 auto;
	display: block;
	margin-top: 115px;
	margin-bottom: 211px;
}


/* home - ourservice */
.d-ourservice-toggle {
	font-weight: 400;
	margin-bottom: 32px;
	display: inline-flex;
}
.mpt-sec-ourservice {
	overflow: inherit;
}
.mpt-sec-ourservice video {
	margin: 64px 0;
}

/* home - vr technology */
.mpt-sec-vrtech {
	background-color: #F1F1F1;
}

.mpt-vrtech-link {
	display: block;
	margin: 64px 0;
	position: relative;
}

.mpt-vrtech-goto {
	display: inline-flex;
	position: absolute;
	bottom: 34px;
	left: 64px;
	padding: 10px 18px;
	/* opacity: 0.49; */
	box-shadow: 0px 3px 10px 0 rgba(10, 10, 10, 0.2);
	border: solid 1px #ffffff;
	background-color: rgb(44 44 44 / 49%);
	color: #ffffff;
}
.mpt-vrtech-goto:hover {
	color: #2db8c8;
	border-color: #2db8c8;
}

.mpt-vrtech-goto img {
	width: 20px;
	margin-right: 14px;
}
.mpt-vrtech-goto img[data-hover="Y"],
.mpt-vrtech-goto:hover img[data-hover="N"] {
	display: none;
}
.mpt-vrtech-goto:hover img[data-hover="Y"],
.mpt-vrtech-goto img[data-hover="N"] {
	display: flex;
}



.mpt-ourworkplace-tabs {
	border: 0;
	font-weight: 400;
	margin-bottom: 32px;
}
.mpt-ourworkplace-tabs > div {
	margin-right: 8px;
}

.mpt-ourworkplace-tabs a {
	text-decoration: none;
	color: inherit;
	margin: 0 8px;
	margin-left: 0;
	-webkit-appearance: none;
}

.mpt-ourworkplace-tabs a:hover {
	text-decoration: underline;
}

.mpt-ourworkplace-tabs span {
	margin-right: 8px;
}

.mpt-ourworkplace-map {
	height: 460px;
}




.mpt-sec-form {
	background-color: #000000;
	color: #ffffff;
}

.mpt-form-heading {
	font-weight: 400;
}

.mpt-form-logo {
	max-width: 306px;
	display: block;
	margin: 0 auto;
}

.mpt-sec-form .row {
	margin: 0 -10px;
}

.mpt-sec-form .row>* {
	padding: 0 10px;
}

.mpt-form-group {
	margin-top: 28px;
}

.mpt-form-select {
	background-color: #fff;
	display: flex;
	align-items: center;
	height: 48px;
	padding-right: 20px;
}
.mpt-form-select select {
	flex-grow: 1;
}
.mpt-form-select img {
	width: 12px;
	height: 12px;
}

.mpt-form-group .form-control {
	font-size: 20px;
	height: 48px;
	padding: 8px 16px;
	font-weight: 300;
	border: 0 !important;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	box-shadow: none;
}

.mpt-form-group textarea.form-control {
	min-height: 80px;
}

.mpt-form-group .form-label {
	margin-bottom: 6px;
}

.mpt-form-group .form-check {
	padding-left: 0;
}

.mpt-form-group label.error {
	color: red;
	font-size: 14px;
	margin-top: 4px;
	width: 100%;
}

.mpt-form-group .form-check-label {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
}

.mpt-form-group .form-check-label .form-control {
	margin-left: 16px;
}

.mpt-form-control-group {
	display: flex;
}

.mpt-form-control-group#area-field {
	max-width: 140px;
}

.mpt-form-prefix {
	background-color: #ffffff;
	color: #979797;
	padding: 0 16px;
	margin-left: -1px;
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
}

.mpt-form-group .form-check {
	display: flex;
	/* align-items: center; */
}

.mpt-form-group .form-check:not(:last-child) {
	margin-bottom: 16px;
}

.mpt-form-group .form-check .form-check-label {

}

.mpt-form-budgetspecify .mpt-form-control-group {
	max-width: 290px;
}

.form-check-input-box {
	position: relative;
	margin-right: 16px;
	width: 18px;
	min-width: 18px;
	height: 18px;
	padding: 5px;
	background-color: #ffffff;
	margin-top: 4px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.form-check-input-box .form-check-input {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	visibility: visible;
	opacity: 0;
	cursor: pointer;
}

.form-check-input-box .form-check-input:checked+.form-check-input-check {
	width: 8px;
	height: 8px;
	background-color: #68696a;
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.form-check.mpt-form-budgetspecify {
	align-items: flex-start;
}

.form-check.mpt-form-budgetspecify .form-check-input-box {
	margin-top: 18px;
}

.form-check.mpt-form-budgetspecify label.error {
	margin-left: 43px;
}

.mpt-sec-form .btn {
	width: 150px;
	background-color: #3f3f3f;
	color: #ffffff;
	margin-top: 40px;
	justify-content: center;
	font-weight: 400;
	font-size: 20px;
}

.mpt-sec-form .btn:hover {
	background-color: #2db8c8;
}



.mpt-ourservice-img-right,
.mpt-ourservice-content-right {
	max-width: 560px;
	width: 100%;
	margin-left: auto;
	display: block;
}

.mpt-ourservice-2 {
	background-color: #f1f1f1;
	padding-top: 100px;
	margin-top: -30px;
	margin-bottom: 94px;
}

.mpt-ourservice-img-left {
	margin-bottom: -30px;
	max-width: 560px;
	width: 100%;
	margin-right: auto;
	display: block;
}



.mpt-sec-motto img {
	margin: 120px auto;
	max-width: 400px;
	display: block;
}


.mpt-service-heading {
	margin-bottom: 16px;
	text-transform: uppercase;
}

.mpt-sec-designdevlop {
	background-color: #f1f1f1;
}

.mpt-sec-service ul,
.mpt-sec-designdevlop ul,
.mpt-sec-productprocess ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}

.mpt-sec-service ul li,
.mpt-sec-designdevlop ul li,
.mpt-sec-productprocess ul li {
	margin-top: 16px;
	display: flex;
}

.mpt-sec-service ul li:first-child,
.mpt-sec-designdevlop ul li:first-child,
.mpt-sec-productprocess ul li:first-child {
	margin-top: 0;
}

.mpt-sec-service ul li::before,
.mpt-sec-designdevlop ul li::before,
.mpt-sec-productprocess ul li::before {
	content: '';
	min-width: 5px;
	max-width: 5px;
	min-height: 5px;
	max-height: 5px;
	border-radius: 50%;
	background-color: #000;
	display: block;
	margin-top: 13px;
	margin-right: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.mpt-sec-service .row,
.mpt-sec-designdevlop .row,
.mpt-sec-productprocess .row {
	margin-left: -40px;
	margin-right: -40px;
}
.mpt-sec-service .row > div,
.mpt-sec-designdevlop .row > div,
.mpt-sec-productprocess .row > div {
	padding-left: 40px;
	padding-right: 40px;
}

.mpt-service-img {
	max-width: 560px;
	margin: 0 auto;
	display: block;
	width: 100%;
}

.mpt-designdevlop-img {
	max-width: 560px;
	width: 100%;
	display: block;
	margin-bottom: 32px;
}

.mpt-designdevlop-img:last-child {
	margin-bottom: 0;
}


.mpt-sec-trustslider {
	background-color: #e2e2e2;
	border-bottom: 40px solid #f1f1f1;
}

.mpt-sec-trustslider .container {
	padding-top: 40px;
	padding-bottom: 0;
}

.mpt-trustslider .slick-slide {
	margin-right: 12px;
}

.mpt-trustslider img {
	height: 300px !important;
}

.mpt-trustslider .slick-dots {
	display: flex;
	justify-content: center;
	list-style: none;
	margin-top: 20px;
}

.mpt-trustslider .slick-dots li {
	display: flex;
}

.mpt-trustslider .slick-dots button {
	width: 8px;
	height: 8px;
	margin: 0 6px;
	font-size: 0;
	padding: 0;
	border: 0;
	background-color: #b1b1b1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.mpt-trustslider .slick-active button {
	background-color: #ffffff;
}






.mpt-sec-profile ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}

.mpt-sec-profile ul li:not(:first-child) {
	margin-top: 32px;
}

.mpt-sec-idea .container {
	padding: 0 48px;
}

.mpt-idea-1 .container {
	background-color: #232323;
	position: relative;
}

.mpt-idea-item {
	background-color: #fff;
	padding: 5px;
	box-shadow: 0px 5px 14px 0 rgba(10, 10, 10, 0.35);
	margin: 26px 13px;
}

.mpt-idea-item img {
	width: 100%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.mpt-idea-1 .mpt-idea-group {
	position: relative;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	/* margin-bottom: -100%; */
}

.mpt-idea-2 {
	margin-top: -206px;
	margin-bottom: -206px;
	z-index: 9;
	position: relative;
}

.mpt-idea-2 .container {
	padding-left: calc(123px - 13px);
	padding-right: calc(123px - 13px);
	position: relative;
}

.mpt-idea-overlay {
	position: absolute;
	top: 50%;
	width: calc(100% - 48px - 24px);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.mpt-idea-barcode {
	max-width: 10px;
}

.mpt-idea-motto {
	max-width: 10px;
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}



.mpt-sec-style {
	padding-bottom: 64px;
}

.mpt-style-item {
	position: relative;
	margin-top: 64px;
}

.mpt-style-name {
	margin: 40px 64px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-family: 'perpetua-titling-mt-light';
	font-size: 36px;
	line-height: 1;
}



.mpt-contact-group {
	margin-bottom: 32px;
}

.mpt-contact-item {
	font-weight: 400;
}

.mpt-contact-item a {
	text-decoration: none;
	color: #231f20;
}

.mpt-contact-social {
	display: flex;
}

.mpt-contact-social-item {
	width: 110px;
	height: 110px;
	margin-right: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #231f20;
}
.mpt-contact-social-item:last-child {
	margin-right: 0;
}

.mpt-contact-social-item img {
	width: 40px;
}

.mpt-contact-social-fb:hover {
	background-color: #365899;
}

.mpt-contact-social-ig:hover {
	background-color: #ff007e;
}

.mpt-career-group {
	display: flex;
	flex-direction: column;
}

.mpt-career-item {
	margin-bottom: 32px;
}
.mpt-career-item:last-child {
	margin-bottom: 0;
}
.mpt-career-label {
	margin-bottom: 8px;
	font-weight: 400;
}
.mpt-career-line {
	width: 100%;
	height: 1px;
	background-color: #f1f1f1;
	margin-bottom: 32px;
}
.mpt-career-item img {
	width: 110px;
}

.mpt-sec-career .container {
	padding-bottom: 84px;
}

.mpt-career-item a {
	text-decoration: none;
	color: #231f20;
}


.mpt-sec-projectbasedonlocation {
	background-color: #232323;
	color: #fff;
}

.mpt-sec-projectbasedonlocation .mpt-heading {
	margin: 32px 0;
}

.mpt-ongooglemap-heading {
	margin-top: 32px;
}

.mpt-projectbasedonlocation-ongooglemap {
	display: flex;
	flex-wrap: wrap;
}
.mpt-ongooglemap-item {
	display: flex;
	flex-direction: column;
	max-width: 265px;
	margin-right: 32px;
	border: 1px solid #fff;
	color: #fff !important;
	background-color: #2c2c2c;
	text-decoration: none;
	margin-top: 24px;
}
.mpt-ongooglemap-item img {
	width: 100%;
}
.mpt-ongooglemap-info {
	border-top: 1px solid #fff;
	padding: 18px;
	line-height: 1;
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.mpt-ongooglemap-info img {
	width: 18px;
	margin-right: 16px;
}


.mpt-sec-service .mpt-heading.fw-bold,
.mpt-sec-designdevlop .mpt-heading.fw-bold,
.mpt-sec-productprocess .mpt-heading.fw-bold,
.mpt-sec-profile .mpt-heading.fw-bold,
.mpt-sec-projectbasedonlocation .mpt-heading.fw-bold,
.mpt-ongooglemap-heading.mpt-subheading {
	text-transform: uppercase;
}


.mpt-ourworkplace-map button[aria-label="Close"] {
  display: none !important;
}
.mpt-ourworkplace-map .gm-style .gm-style-iw-t::after {
  border-top-width: 16px;
  border-left-width: 8px;
  border-right-width: 8px;
}
.mpt-map--infowindow {
	font-family: 'Mitr', 'Noto Sans SC', 'perpetua-titling-mt-light', sans-serif;
	font-size: 16px;
	line-height: 1.9;
}

.mpt-index {
	max-width: 360px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.mpt-index img {
	max-width: 154px;
	margin-bottom: 40px;
}
.mpt-index-list {
	display: flex;
	flex-direction: column;
	width: 100%;
	font-size: 14px;
}
.mpt-index-listitem {
	display: flex;
	justify-content: center;
	/* padding: 8px 0; */
	min-height: 48px;
	align-items: center;
	text-decoration: none;
	color: inherit;
	border-bottom: 1px solid #efefef;
}
.mpt-index-listitem:hover {
	font-weight: 500;
	color: inherit;
	border-bottom: 1px solid #231f20;
}
.mpt-index-heading {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 40px;
	font-size: 16px;
	position: relative;
}
.mpt-index-heading-line {
	width: 100%;
	height: 1px;
	background-color: #d2d1d1;
	position: absolute;
}
.mpt-index-heading-label {
	padding: 0 16px;
	background-color: #ffffff;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
.mpt-index-name {
	width: 70px;
	margin-right: 60px;
	text-align: center;
}

#contact--form--alert {
	margin-top: 32px;
}

#contact--form--alert > div {
	text-align: left !important;
}

#contact--form--alert .form-success {
	color: #28a745 !important;
}
#contact--form--alert .form-error {
	color: #dc3545 !important;
}

@media (max-width: 1140px) {
	.mpt-ourservice-2 {
		padding-top: 64px;
		padding-bottom: 64px;
		margin-top: 0;
		margin-bottom: 64px;
	}
	.mpt-ourservice-1 {
		padding-bottom: 64px;
	}

	.mpt-form-logo {
		/* padding-right: 44px; */
		width: 100%;
		margin-bottom: 64px;
		margin-left: 0;
	}

	.mpt-form-budgetspecify .mpt-form-control-group {
		max-width: 100%;
		margin-top: 8px;
	}

	.mpt-form-budgetspecify .mpt-form-control-group .form-control {
		margin-left: 0;
	}
	.form-check.mpt-form-budgetspecify label.error {
		margin-left: 0;
	}

	.form-check.mpt-form-budgetspecify .form-check-input-box {
		margin-top: 6px;
	}

	.mpt-form-control-group#area-field {
		max-width: 100%;
	}

	.mpt-form-group .form-check .form-check-label {
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 16px;
	}

	.mpt-sec-heading {
		font-size: 14px;
	}

	.mpt-heading {
		font-size: 18px;
	}

	.container {
		padding: 32px;
	}

	.mpt-navbar-toggler {
		font-size: 16px;
	}

	.mpt-navbar .navbar-collapse .nav-link {
		font-size: 24px;
	}

	.mpt-footer-top .row {
		flex-direction: column-reverse;
	}
	.mpt-footer-top-right {
		align-items: flex-start;
		margin-bottom: 16px;
	}

	.mpt-body {
		padding-top: 80px;
	}

	.mpt-navbar .container {
		padding: 24px 32px;
	}

	.mpt-navbar .navbar-brand {
		height: 32px;
	}

	.mpt-navbar-toggler-icon {
		width: 32px;
		height: 32px;
	}

	.navbar-toggler__top-bun,
	.navbar-toggler__bottom-bun {
		width: 32px;
	}

	.navbar-toggler__top-bun {
		top: 15px;
	}

	.navbar-toggler__bottom-bun {
		bottom: 15px;
	}

	.mpt-intro-logomotto {
		margin-top: 52px;
		margin-bottom: 84px;
		max-width: 220px;
	}
	
	.mpt-sec-ourservice video {
		margin: 32px 0;
	}

	.mpt-vrtech-link {
		margin: 32px 0;
	}



	.mpt-idea-1 .container {
		padding: 0;
	}

	.mpt-idea-overlay {
		position: relative;
		width: auto;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
	}

	.mpt-idea-2 {
		margin-top: -130px;
		margin-bottom: -130px;
	}

	.mpt-idea-2 .container {
		padding: 32px;
	}

	.mpt-idea-item {
		margin: 12px 0;
	}



	.mpt-sec-style {
		padding-bottom: 32px;
	}

	.mpt-style-item {
		margin-top: 32px;
	}

	.mpt-style-name {
		font-size: 18px;
		margin: 16px 32px;
	}


	.mpt-contact-social-item {
		width: 84px;
		height: 84px;
	}
	.mpt-contact-social-item img {
		width: 24px;
	}

	.mpt-form-logo {
		max-width: 220px;
		padding: 0;
		margin: 64px auto;
		margin-left: 0;
		margin-top: 32px;
	}

	.form-check.mpt-form-budgetspecify {
		align-items: flex-start;
	}
	
	.mpt-form-budgetspecify .mpt-form-control-group {
		margin-top: 8px;
	}

	.mpt-form-group .form-check-label .form-control {
		margin-left: 0;
	}

	.mpt-ourservice-img-right {
		margin-top: 32px;
		width: calc(100% + 32px);
	}

	.mpt-ourservice-1 {
		padding-bottom: 32px;
	}
	
	.mpt-ourservice-2 {
		/* margin-top: 32px; */
		padding-top: 32px;
		padding-bottom: 32px;
		margin-bottom: 32px;
	}

	.mpt-ourservice-2 .row {
		flex-direction: column-reverse;
	}

	.mpt-ourservice-img-left {
		margin-bottom: 0;
		margin-top: 32px;
		width: calc(100% + 32px);
	}

	.mpt-sec-motto img {
		width: 80%;
	}

	.mpt-sec-productprocess .container {
		padding-bottom: 0;
	}

	.mpt-sec-productprocess ul {
		margin-bottom: 32px;
	}

	.mpt-sec-trustslider .container {
		padding-right: 0;
	}
	.mpt-trustslider .slick-dots {
		width: calc(100% - 64px)
	}

	.mpt-service-img {
		margin-top: 32px;
	}

	.mpt-sec-designdevlop .row {
		flex-direction: column-reverse;
	}

	.mpt-designdevlop-img {
		margin-top: 32px;
		margin-bottom: 0;
	}
	
	.mpt-sec-career .container {
		padding-bottom: 32px;
	}

	.mpt-contact-social {
		margin-bottom: 32px;
	}

	.mpt-vrtech-goto {
		left: 32px;
		bottom: 16px;
		font-size: 14px;
		padding: 8px 16px;
	}
	.mpt-vrtech-goto img {
		width: 16px;
	}

	.mpt-sec-form .btn {
		font-size: 16px;
	}

	.mpt-idea-barcode {
		position: absolute;
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
    max-height: 80%;
		max-width: 8px;
	}

	.mpt-idea-motto {
		right: 11px;
		max-width: 8px;
	}



	.mpt-form-budgetspecify .form-check-label {
		flex-direction: column;
		align-items: flex-start;
	}
	.form-check.mpt-form-budgetspecify .form-check-input-box {
		margin-top: 4px;
	}
	.form-check.mpt-form-budgetspecify label.error {
		margin-left: 0;
	}

	.mpt-form-group .form-control {
		height: 40px;
	}
}