html {
	height: 100%;
	scroll-behavior: smooth;
	font-size: 16px;
}

body {
	width: 100%;
	height: 100%;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 400;
	color: #101010;
	text-rendering: optimizeLegibility;
	overflow-x: hidden;
	letter-spacing: 0.0625rem;
}

/* PLUGIN */
a,
.btn {
	text-decoration: none;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none !important;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.btn.focus,
.btn:focus,
button:focus,
div {
	outline: none !important;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.btn-sm {
	font-size: 0.8125rem !important;
}

.container {
	max-width: 100%;
	width: 90%;
}

.clr {
	width: 100% !important;
	display: block !important;
	clear: both !important;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Archivo', sans-serif;
	font-weight: 700;
	margin: 0 0 0.9375rem;
}

.btn {
	font-size: 0.875rem;
}

.no-border {
	border: 0 !important;
}

.dis-inline-block {
	display: inline-block;
}

.dis-block {
	display: block;
}

.dis-none {
	display: none;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.text-shadow {
	text-shadow: 0 0 0.25rem #333;
}

.border-radius-0 {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.border-radius-500 {
	border-radius: 31.25rem;
	-webkit-border-radius: 31.25rem;
	-moz-border-radius: 31.25rem;
}

.bg-home-1 {
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(151,139,140,0) 18%, rgba(255,236,237,1) 18%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(151,139,140,0) 18%, rgba(255,236,237,1) 18%, rgba(0,0,0,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(151,139,140,0) 18%, rgba(255,236,237,1) 18%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.alert {
	font-size: 0.8125rem;
	text-align: center;
	padding: 0.5rem;
}

.alert .btn-close {
	top: -0.5rem !important;
}

.text-right {
	text-align: right;
}

.text-red {
	color: #c31d21;
}

.text-red2 {
	color: #E7202D;
}

.opacity7 {
	opacity: 0.7;
}

ul.tag {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

ul.tag li {
	font-size: 0.6875rem;
	color: #110D0D;
	padding: 0.3125rem 0.625rem;
	margin: 0 0.3125rem 0.3125rem;
	display: inline-block;
	border: 0.0625rem solid #BABEC1;
}

small.text-alert {
	font-size: 0.75rem;
	color: #c31d21;
	display: block;
}

.icon-title {
	width: 2.1875rem;
	margin: 0 0 0.5rem;
	display: block;
}

.g-recaptcha div {
	margin: 0 auto;
}

.slider {
    display: none;
}

.slider.slick-initialized {
    display: block;
}

.form-control::placeholder {
	color: #999;
}

.form-control:-moz-placeholder {
	color: #999;
}

.form-control::-moz-placeholder {
	color: #999;
}

.form-control::-webkit-input-placeholder {
	color: #999;
}

select.form-control {
	color: #999;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

::selection {
	background: #E7202D;
	color: #fff;
}

@media only screen and (min-width: 1200px) {
	.hidden-xl {
		display: none !important;
	}
}

/* MARGIN & PADDING */
.mb-0 {
	margin-bottom: 0 !important;
}

.mb-5 {
	margin-bottom: 0.3125rem !important;
}

.mb-10 {
	margin-bottom: 0.625rem !important;
}

.mb-15 {
	margin-bottom: 0.9375rem !important;
}

.mb-20 {
	margin-bottom: 1.25rem !important;
}

.mb-30 {
	margin-bottom: 1.875rem !important;
}

.mb-40 {
	margin-bottom: 2.5rem !important;
}

.mb-50 {
	margin-bottom: 3.125rem !important;
}

.mb-60 {
	margin-bottom: 3.75rem !important;
}

.mb-70 {
	margin-bottom: 4.375rem !important;
}

.mb-80 {
	margin-bottom: 5rem !important;
}

.mb-90 {
	margin-bottom: 5.625rem !important;
}

.mb-100 {
	margin-bottom: 6.25rem !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mt-10 {
	margin-top: 0.625rem !important;
}

.mt-20 {
	margin-top: 1.25rem !important;
}

.mt-30 {
	margin-top: 1.875rem !important;
}

.mt-40 {
	margin-top: 2.5rem !important;
}

.mt-50 {
	margin-top: 3.125rem !important;
}

.mt-60 {
	margin-top: 3.75rem !important;
}

.mt-70 {
	margin-top: 4.375rem !important;
}

.mt-80 {
	margin-top: 5rem !important;
}

.mt-90 {
	margin-top: 5.625rem !important;
}

.mt-100 {
	margin-top: 6.25rem !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pt-50 {
	padding-top: 3.125rem !important;
}

.pb-50 {
	padding-bottom: 3.125rem !important;
}

.pl-pr-0 {
	padding-left: 0;
	padding-right: 0;
}

.pl-pr-5 {
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
}

/* BUTTON */
.btn-default1 {
	background: #E7202D;
	border: 0.0625rem solid #E7202D;
	color: #fff !important;
}

.btn-default1:hover,
.btn-default1:focus {
	background: #101010;
	border: 0.0625rem solid #101010;
	color: #fff;
}

.btn-default2 {
	background: #fff;
	border: 0.0625rem solid #fff;
	color: #101010;
}

.btn-default2:hover,
.btn-default2:focus {
	background: #E7202D;
	border: 0.0625rem solid #E7202D;
	color: #fff;
}

.btn-default3 {
	background: #fff;
	border: 0.0625rem solid #EAEAEA;
	color: #101010;
	box-shadow: 0 0.0625rem 0.125rem 0 rgba(18, 18, 18, 0.05);
	-webkit-box-shadow: 0 0.0625rem 0.125rem 0 rgba(18, 18, 18, 0.05);
	-moz-box-shadow: 0 0.0625rem 0.125rem 0 rgba(18, 18, 18, 0.05);
}

.btn-default3:hover,
.btn-default3:focus {
	background: #E7202D;
	border: 0.0625rem solid #E7202D;
	color: #fff;
}

.btn-default4 {
	background: transparent;
	border: 0.0625rem solid #fff;
	color: #fff;
}

.btn-default4:hover,
.btn-default4:focus {
	background: #fff;
	border: 0.0625rem solid #fff;
	color: #101010;
}

.btn-default5 {
	background: #fff;
	border: 0.0625rem solid #fff;
	color: #101010;
}

.btn-default5:hover,
.btn-default5:focus {
	background: transparent;
	border: 0.0625rem solid #fff;
	color: #fff;
}

.btn-default6 {
	background: #000;
	border: 0.0625rem solid #000;
	color: #fff;
}

.btn-default6:hover,
.btn-default6:focus {
	background: #E7202D;
	border: 0.0625rem solid #E7202D;
	color: #fff;
}

.btn-default7 {
	background: #000;
	border: 0.0625rem solid #000;
	color: #fff;
}

.btn-default7:hover,
.btn-default7:focus {
	background: #000;
	border: 0.0625rem solid #000;
	color: #fff;
	opacity: 0.7;
}

.btn-back-top {
	width: 3.4375rem;
	height: 3.4375rem;
	position: fixed;
	background: #E7202D;
	bottom: 6.875rem;
	right: 2.5rem;
	font-size: 1.625rem;
	color: #fff;
	display: none;
	border: 0;
	z-index: 99;
	box-shadow: 0 0.1875rem 0.625rem -0.3125rem rgba(0,0,0,.75);
	-webkit-box-shadow: 0 0.1875rem 0.625rem -0.3125rem rgba(0,0,0,.75);
	-moz-box-shadow: 0 0.1875rem 0.625rem -0.3125rem rgba(0,0,0,.75);
}

.btn-back-top.show {
	background: #E7202D;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}

.btn-back-top:hover {
	opacity: 0.7 !important;
}

.btn-back-top i {
	font-size: 1.375rem;
	color: #fff;
}

.btn-wa-floating {
	position: fixed;
	bottom: 2.5rem;
	right: 2.5rem;
	z-index: 6;
}

.btn-wa-floating img {
	width: 3.4375rem;
	height: 3.4375rem;
}

.btn-wa-floating:hover {
	opacity: 0.7 !important;
}

/* MODAL */
.ratio-16x9 {
	background: transparent !important;
}

.modal-webizi .modal-body {
	text-align: center;
	padding: 1.875rem 0.9375rem;
}

.modal-webizi .modal-body a i {
	font-size: 1.875rem;
	color: red;
	display: block;
	margin: 0 0 1.875rem;
}

.modal-webizi .modal-body img {
	width: 9.375rem;
	margin: 0 0 1.875rem;
}

.modal-webizi .modal-body h2 {
	font-size: 1.5rem;
	margin: 0 0 0.9375rem;
}

.modal-webizi .modal-body p {
	font-size: 1.125rem;
	margin: 0 0 0.9375rem;
}

/* BOX */
.box-service {
	width: 100%;
	position: relative;
	margin: 0;
	overflow: hidden;
	border-radius: 1rem;
	-moz-border-radius: 1rem;
	-webkit-border-radius: 1rem;
}

.box-service .text {
	width: 100%;
	height: 100%;
	background: #2a292a;
	position: absolute;
	top: 0;
	padding: 0.9375rem;
	display: flex;
	align-items: center;
	z-index: 2;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.box-service .text h2 {
	font-size: 1.0625rem;
	color: #fff;
	margin: 0;
	line-height: 1.5;
}

.box-service .text p {
	color: #fff;
	margin: 0 0 0.625rem;
}

.box-service .text a {
	color: #fff;
}

.box-service .text i {
	color: #fff;
	position: absolute;
	top: 0.9375rem;
	right: 0.9375rem;
	padding-left: 0.4375rem;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	opacity: 0;
}

.box-service:hover > .text {
	background: rgb(231,32,45);
	background: -moz-linear-gradient(45deg, rgba(231,32,45,1) 30%, rgba(255,236,237,0) 100%);
	background: -webkit-linear-gradient(45deg, rgba(231,32,45,1) 30%, rgba(255,236,237,0) 100%);
	background: linear-gradient(45deg, rgba(231,32,45,1) 30%, rgba(255,236,237,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e7202d",endColorstr="#ffeced",GradientType=1);
}

.box-service:hover > .text i {
	opacity: 1;
}

.box-service .image {
	width: 100%;
	overflow: hidden;
	margin: 0;
}

.box-service .image img {
	width: 100%;
}

.box-project {
	width: 100%;
	position: relative;
	margin: 0;
	overflow: hidden;
}

.box-project .text {
	width: 100%;
}

.box-project .text h2 {
	font-size: 1.25rem;
	font-weight: 500;
	margin: 0 0 0.3125rem;
}

.box-project .text h2 a {
	color: #101010;
}

.box-project .text h2 a:hover,
.box-project .text h2 a:focus {
	color: #E7202D;
}

.box-project .text p {
	font-size: 0.9375rem;
	margin: 0 0 0.9375rem;
}

.box-project .text ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0.125rem;
	display: flex;
}

.box-project .text ul li {
	margin-right: 0.625rem;
}

.box-project .text ul li:last-child {
	margin-right: 0;
}

.box-project .text ul li a {
	font-size: 0.625rem;
	font-weight: 700;
	color: #000;
	border: 0.0625rem solid #000;
	padding: 0.1875rem 0.9375rem;
	border-radius: 1.25rem;
	-webkit-border-radius: 1.25rem;
	-moz-border-radius: 1.25rem;
}

.box-project .text ul li a:hover,
.box-project .text ul li a:focus {
	background: #000;
	color: #fff;
}

.box-project figure {
	width: 100%;
	overflow: hidden;
	margin: 0 0 0.9375rem;
	border-radius: 0.75rem;
	-moz-border-radius: 0.75rem;
	-webkit-border-radius: 0.75rem;
}

.box-project figure img {
	width: 100%;
}

.box-testimonial {
	width: 100%;
	background: #fff;
	padding: 2.5rem;
	border-radius: 0.75rem;
	-webkit-border-radius: 0.75rem;
	-moz-border-radius: 0.75rem;
	box-shadow: 0 0.75rem 1rem -0.25rem rgba(18, 18, 18, 0.08), 0 0.25rem 0.375rem -0.125rem rgba(18, 18, 18, 0.03);;
	-webkit-box-shadow: 0 0.75rem 1rem -0.25rem rgba(18, 18, 18, 0.08), 0 0.25rem 0.375rem -0.125rem rgba(18, 18, 18, 0.03);;
	-moz-box-shadow: 0 0.75rem 1rem -0.25rem rgba(18, 18, 18, 0.08), 0 0.25rem 0.375rem -0.125rem rgba(18, 18, 18, 0.03);;
}

.box-testimonial .text {
	width: 100%;
	margin: 0 0 0.9375rem;
}

.box-testimonial .text p {
	font-size: 1rem;
	margin: 0;
}

.box-testimonial .profile {
	width: 100%;
	display: flex;
	align-items: center;
}

.box-testimonial .profile img {
	width: 4.0625rem;
	margin-right: 0.9375rem;
}

.box-testimonial .profile h2 {
	font-size: 0.875rem;
	font-family: 'Plus Jakarta Sans', sans-serif;
	margin: 0 0 0.1875rem;
}

.box-testimonial .profile label {
	font-size: 0.75rem;
	color: #E7202D;
	display: block;
	margin: 0 0 0.3125rem;
}

.box-testimonial .profile ul.rating {
	display: flex;
	align-items: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.box-testimonial .profile ul.rating li {
	font-size: 0.875rem;
	color: #FFBD3C;
}

.box-team {
	width: 100%;
	text-align: center;
	margin: 0 0 3.125rem;
}

.box-team img {
	width: 60%;
	margin: 0 0 1.5625rem;
}

.box-team p {
	font-size: 1.125rem;
	color: #fff;
	margin: 0 0 0.3125rem;
}

.box-team span {
	font-size: 0.9375rem;
	color: #777;
	display: block;
}

.box-gallery {
	width: 100%;
	border: 0.0625rem solid #999;
	border-radius: 1.375rem;
	-webkit-border-radius: 1.375rem;
	-moz-border-radius: 1.375rem;
	overflow: hidden;
}

.box-gallery img {
	width: 100%;
	height: 20rem;
	object-fit: cover;
	object-position: center;
}

/* MOBILE NAVIGATION */
.mobile-navigation {
	width: 100%;
	height: 100vh;
	background: #fff;
	position: fixed;
	z-index: -999;
	opacity: 0;
	display: block;
	overflow-x: hidden;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}

.mobile-navigation.show {
	z-index: 999;
	opacity: 1;
}

.mobile-navigation .content {
	width: 100%;
	padding: 1.875rem;
}

.mobile-navigation .content .item-header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 1.875rem 0 4.375rem;
}

.mobile-navigation .content .item-header .logo {
	width: 100%;
}

.mobile-navigation .content .item-header .logo img {
	height: 2rem;
}

.mobile-navigation .content .item-header .button-close a {
	font-size: 1.25rem;
	color: #101010;
}

.mobile-navigation .content .item-menu {
	text-align: center;
	margin: 0 0 3.125rem;
}

.mobile-navigation .content .item-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mobile-navigation .content .item-menu ul li {
	display: block;
	margin: 0 0 1.875rem;
}

.mobile-navigation .content .item-menu ul li:last-child {
	margin: 0;
}

.mobile-navigation .content .item-menu ul li a {
	font-size: 1.25rem;
	color: #101010;
}

.mobile-navigation .content .item-language {
	width: 100%;
	margin: 0 0 1.5625rem;
}

.mobile-navigation .content .item-language ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
}

.mobile-navigation .content .item-language ul li {
	margin: 0 0.3125rem;
}

.mobile-navigation .content .item-button {
	text-align: center;
}

.mobile-navigation .content .item-button a.btn {
	padding: 0.625rem 1.25rem;
}

.mobile-navigation .content .item-button a.btn i {
	position: relative;
	bottom: 0.125rem;
	padding-left: 0.4375rem;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

/* HEADER */
.header {
	width: 100%;
	padding: 1.875rem 0;
	background: transparent;
}

.header .content {
	width: 100%;
	display: flex;
	align-items: center;
}

.header .content .logo {
	width: 30%;
}

.header .content .logo img {
	height: 2.375rem;
}

.header .content .navigation {
	width: 70%;
}

.header .content .navigation > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.header .content .navigation ul li {
	margin-left: 1.875rem;
}

.header .content .navigation ul li:first-child {
	margin-left: 0;
}

.header .content .navigation ul li.item a {
	font-size: 0.875rem;
	color: #101010;
}

.header .content .navigation ul li.item a:hover,
.header .content .navigation ul li.item a:focus {
	color: #E7202D;
}

.header .content .navigation ul li a.btn {
	font-size: 0.8125rem;
	padding: 0.4375rem 0.9375rem;
}

/* HEADER SCROLL */
.header-scroll {
	width: 100%;
	position: fixed;
	background: #fff;
	padding: 0.9375rem 0;
	z-index: 5;
	top: -100%;
	box-shadow: 0 0 3.125rem 0 rgb(0 0 0 / 10%);
	-webkit-box-shadow: 0 0 3.125rem 0 rgb(0 0 0 / 10%);
	-moz-box-shadow: 0 0 3.125rem 0 rgb(0 0 0 / 10%);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}

.header-scroll.show {
	top: 0 !important;
}

.header-scroll .container {
	width: 95%;
}

.header-scroll .content {
	width: 100%;
	display: flex;
	align-items: center;
}

.header-scroll .content .logo {
	width: 30%;
}

.header-scroll .content .logo img {
	height: 2.375rem;
}

.header-scroll .content .navigation {
	width: 70%;
}

.header-scroll .content .navigation > ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.header-scroll .content .navigation ul li {
	margin-left: 1.875rem;
}

.header-scroll .content .navigation ul li:first-child {
	margin-left: 0;
}

.header-scroll .content .navigation ul li.item a {
	font-size: 0.875rem;
	color: #101010;
}

.header-scroll .content .navigation ul li.item a:hover,
.header-scroll .content .navigation ul li.item a:focus {
	color: #E7202D;
}

.header-scroll .content .navigation ul li a.btn {
	font-size: 0.8125rem;
	padding: 0.4375rem 0.9375rem;
}

/* CTA CONTACT */
.cta-contact {
	width: 100%;
	padding: 4.375rem 0;
	background: #D01622;
}

.cta-contact h1 {
	font-size: 1.5rem;
	font-family: Plus Jakarta Sans;
	font-weight: 500;
	color: #fff;
	margin: 0 0 0.625rem;
}

.cta-contact p {
	font-size: 0.9375rem;
	color: #fff;
	margin: 0;
}

.cta-contact a.btn {
	padding: 0.625rem 1.25rem;
}

.cta-contact a.btn i {
	position: relative;
	bottom: 0.125rem;
	padding-left: 0.4375rem;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.cta-contact-2 {
	width: 100%;
	margin: 0 0 6.25rem;
}

.cta-contact-2 .content {
	width: 100%;
	background: #D01622;
	padding: 4.375rem 3.125rem;
	border-radius: 2rem;
	-webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
}

.cta-contact-2 .content div:first-child {
	width: 70%;
	display: flex;
	align-items: center;
}

.cta-contact-2 .content div:first-child img {
	width: 4.6875rem;
	height: 4.6875rem;
	background: #fff;
	margin-right: 1.875rem;
	padding: 0.9375rem;
	box-shadow: 0 1.5rem 3rem -0.75rem rgba(18, 18, 18, 0.6);
	-webkit-box-shadow: 0 1.5rem 3rem -0.75rem rgba(18, 18, 18, 0.6);
	-moz-box-shadow: 0 1.5rem 3rem -0.75rem rgba(18, 18, 18, 0.6);
}

.cta-contact-2 .content div:first-child h1 {
	font-size: 1.75rem;
	color: #fff;
	margin: 0;
	line-height: 2.625rem;
}

.cta-contact-2 .content div:last-child {
	width: 30%;
	text-align: right;
}

.cta-contact-2 .content div:last-child a.btn {
	padding: 0.625rem 1.25rem;
}

.cta-contact-2 .content div:last-child a.btn i {
	position: relative;
	bottom: 0.125rem;
	padding-left: 0.4375rem;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

/* HOME BANNER */
.home-banner {
	width: 100%;
	padding: 4.375rem 0 6.25rem;
}

.home-banner .text {
	padding-left: 10%;
	padding-right: 0.9375rem;
}

.home-banner .text h1 {
	font-size: 3rem;
	line-height: 1.3;
	margin: 0 0 1.875rem;
}

.home-banner .text h1 span {
	color: #E7202D;
}

.home-banner .text p {
	margin: 0 0 1.25rem;
	line-height: 1.7;
}

.home-banner .text ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	align-content: center;
}

.home-banner .text ul li:first-child {
	margin-right: 1.875rem;
}

.home-banner .text ul li:first-child a.btn {
	padding: 0.625rem 1.25rem;
}

.home-banner .text ul li:last-child a {
	color: #101010;
}

.home-banner .text ul li:last-child a:hover,
.home-banner .text ul li:last-child a:focus {
	color: #E7202D;
}

.home-banner .text ul li:last-child a i {
	padding-left: 0.4375rem;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.home-banner .image {
	width: 100%;
	position: relative;
	border-radius: 2rem 0 0 2rem;
	-webkit-border-radius: 2rem 0 0 2rem;
	-moz-border-radius: 2rem 0 0 2rem;
	overflow: hidden;
}

.home-banner .image::before {
	width: 100%;
	height: 100%;
	content: "";
	background: rgb(209,23,35);
	background: -moz-linear-gradient(0deg, rgba(209,23,35,1) 0%, rgba(0,0,0,0) 30%);
	background: -webkit-linear-gradient(0deg, rgba(209,23,35,1) 0%, rgba(0,0,0,0) 30%);
	background: linear-gradient(0deg, rgba(209,23,35,1) 0%, rgba(0,0,0,0) 30%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d11723",endColorstr="#000000",GradientType=1);
	position: absolute;
	z-index: 1;
	top: 0;
}

.home-banner .image img {
	width: 100%;
}

/* HOME SERVICE */
.home-service .content {
	width: 100%;
	background: #000;
	padding: 3.125rem;
	border-radius: 2rem;
	-webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	box-shadow: 0 2rem 3.375rem -0.75rem rgba(18, 18, 18, 0.14);
	-webkit-box-shadow: 0 2rem 3.375rem -0.75rem rgba(18, 18, 18, 0.14);
	-moz-box-shadow: 0 2rem 3.375rem -0.75rem rgba(18, 18, 18, 0.14);
}

.home-service .content .text-1 h1 {
	font-size: 2.75rem;
	color: #fff;
	margin: 0 0 1.25rem;
}

.home-service .content .text-1 span {
	font-size: 1rem;
	font-weight: 700;
	color: #E7202D;
	letter-spacing: 0.25rem;
	text-transform: uppercase;
	display: block;
	margin: 0 0 1.25rem;
}

.home-service .content .text-1 p {
	font-size: 1rem;
	color: #fff;
	margin: 0 0 1.875rem;
}

.home-service .content .text-1 a.btn {
	padding: 0.625rem 1.25rem;
}

.home-service .content .text-1 a.btn i {
	padding-left: 0.3125rem;
}

.home-service .content .col-6:nth-child(3) .box-service,
.home-service .content .col-6:nth-child(4) .box-service {
	margin: 0 !important;
}

/* HOME PROJECT */
.home-project {
	padding: 6.25rem 0;
}

.home-project .title {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 0 1.875rem;
}

.home-project .title h1 {
	font-size: 2.75rem;
	line-height: 130%;
	margin: 0;
}

.home-project .title p {
	font-size: 1rem;
	font-weight: 700;
	color: #E7202D;
	letter-spacing: 0.25rem;
	text-transform: uppercase;
	margin: 0 0 0.625rem;
}

.home-project .title a.btn {
	padding: 0.625rem 1.25rem;
}

.home-project .title a.btn i {
	color: #E7202D;
	position: relative;
	bottom: 0.125rem;
	padding-left: 0.4375rem;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.home-project .title a.btn:hover i,
.home-project .title a.btn:focus i {
	color: #fff;
}

.home-project .slider-carousel-1 {
	margin: 0;
	padding-left: 6%;
}

.home-project .slider-carousel-1 .slick-list {
	padding: 0 15% 0 0 !important;
}

.home-project .slider-carousel-1 .slick-prev {
	width: 2.5rem;
	height: 2.5rem;
	background: #fff;
	z-index: 1;
	top: 36%;
	box-shadow: 0 0.125rem 0.3125rem 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 0.125rem 0.3125rem 0 rgba(0,0,0,.15);
	-webkit-box-shadow: 0 0.125rem 0.3125rem 0 rgba(0,0,0,.15);
	border-radius: 0.5rem !important;
	-moz-border-radius: 0.5rem !important;
	-webkit-border-radius: 0.5rem !important;
}

.home-project .slider-carousel-1 .slick-prev {
	left: 4.3%;
}

.home-project .slider-carousel-1 .slick-next {
	display: none !important;
}

.home-project .slider-carousel-1 .slick-prev:before {
	width: 50%;
	height: 50%;
	background: url(../img/core/arrow-prev4.png) no-repeat;
	background-size: 100%;
	display: inline-block;
	font-size: 0;
}

.home-project .box-project {
	margin-right: 1.5625rem;
}

/* HOME VISION */
.home-vision {
	width: 100%;
	background: url(../img/core/bg-1.png) no-repeat;
	background-size: 100%;
	background-position: center;
	padding: 6.25rem 0;
}

.home-vision img {
	max-width: 100%;
}

.home-vision h1 {
	font-size: 2.25rem;
	color: #fff;
	margin: 0 0 1.875rem;
	line-height: 3.375rem;
}

.home-vision p {
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.25rem;
	text-transform: uppercase;
	margin: 0 0 1.25rem;
}

.home-vision a.btn {
	padding: 0.625rem 1.25rem;
}

.home-vision a.btn i {
	position: relative;
	bottom: 0.125rem;
	padding-left: 0.4375rem;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

/* HOEM CLIENT */
.home-client {
	width: 100%;
}

.home-client .content {
	padding: 6.25rem 0;
	border-bottom: 0.0625rem solid #C6C3C3;
}

.home-client .title {
	width: 100%;
}

.home-client .title h1 {
	font-size: 2.75rem;
	line-height: 130%;
	margin: 0;
}

.home-client .title h1 span {
	color: #E7202D;
}

.home-client .title p {
	font-size: 1rem;
	font-weight: 700;
	color: #E7202D;
	letter-spacing: 0.25rem;
	text-transform: uppercase;
	margin: 0 0 0.625rem;
}

.home-client .slider-carousel-6 {
	margin: 0 0 4.375rem;
	padding: 1.25rem 0 0;
}

.home-client .slider-carousel-6 .slick-list {
	padding: 0 0 15% 0 !important;
}

.home-client .slider-carousel-6 .slick-prev,
.home-client .slider-carousel-6 .slick-next {
	width: 2.1875rem;
	height: 2.1875rem;
	z-index: 1;
	left: unset;
	top: 0;
	bottom: unset;
}

.home-client .slider-carousel-6 .slick-prev {
	right: 3.125rem;
}

.home-client .slider-carousel-6 .slick-next {
	right: 0.625rem;
}

.home-client .slider-carousel-6 .slick-prev:before,
.home-client .slider-carousel-6 .slick-next:before {
	width: 100%;
	height: 100%;
	background: url(../img/core/arrow-up.png) no-repeat;
	background-size: 100%;
	font-size: 0;
	display: inline-block;
}

.home-client .slider-carousel-6 .slick-next:before {
	background: url(../img/core/arrow-down.png) no-repeat;
	background-size: 100%;
}

.home-client .item {
	padding: 0.625rem;
}

.home-client .item img {
	width: 100%;
	margin: 0 0 0.9375rem;
}

.home-client a.btn {
	padding: 0.625rem 1.25rem;
}

.home-client a.btn i {
	color: #E7202D;
	position: relative;
	bottom: 0.125rem;
	padding-left: 0.4375rem;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.home-client a.btn:hover i,
.home-client a.btn:focus i {
	color: #fff;
}

/* HOEM TESTIMONIAL */
.home-testimonial {
	width: 100%;
	padding: 6.25rem 0;
}

.home-testimonial .title {
	width: 100%;
}

.home-testimonial .title h1 {
	font-size: 2.75rem;
	line-height: 130%;
	margin: 0 0 0.3125rem;
}

.home-testimonial .title p {
	font-size: 1rem;
	font-weight: 700;
	color: #E7202D;
	letter-spacing: 0.25rem;
	text-transform: uppercase;
	margin: 0 0 0.625rem;
}

.home-testimonial .title ul {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
}

.home-testimonial .title ul li {
	font-size: 1.375rem;
	color: #FFBD3C;
	margin-right: 0.3125rem;
}

.home-testimonial .title ul li:last-child {
	margin: 0;
}

.home-testimonial .slider-carousel-2 {
	margin: 0;
}

.home-testimonial .slider-carousel-2 .slick-track {
	padding: 0 0 2.1875rem;
}

.home-testimonial .slider-carousel-2 .slick-list {
	padding: 0 15% 0 0.9375rem !important;
}

.home-testimonial .slider-carousel-2 .slick-prev,
.home-testimonial .slider-carousel-2 .slick-next {
	width: 2.1875rem;
	height: 2.1875rem;
	z-index: 1;
}

.home-testimonial .slider-carousel-2 .slick-prev {
	right: 2.5rem;
	left: unset;
	top: unset;
	bottom: -3.625rem;
}

.home-testimonial .slider-carousel-2 .slick-next {
	right: 0;
	top: unset;
	bottom: -3.625rem;
}

.home-testimonial .slider-carousel-2 .slick-prev:before,
.home-testimonial .slider-carousel-2 .slick-next:before {
	width: 100%;
	height: 100%;
	background: url(../img/core/arrow-prev3.png) no-repeat;
	background-size: 100%;
	font-size: 0;
	display: inline-block;
}

.home-testimonial .slider-carousel-2 .slick-next:before {
	background: url(../img/core/arrow-next3.png) no-repeat;
	background-size: 100%;
}

.home-testimonial .box-testimonial {
	margin-right: 1.5625rem;
}

.home-testimonial .notes {
	padding-left: 0.9375rem;
}

.home-testimonial .notes p {
	font-size: 0.875rem;
	color: #999;
	margin: 0;
}

/* HOME CONTACT */
.home-contact {
	width: 100%;
	padding: 3.75rem 0 6.25rem;
}

.home-contact .content {
	width: 100%;
	position: relative;
	box-shadow: 0 2rem 3.375rem -0.75rem rgba(18, 18, 18, 0.14);
	-webkit-box-shadow: 0 2rem 3.375rem -0.75rem rgba(18, 18, 18, 0.14);
	-moz-box-shadow: 0 2rem 3.375rem -0.75rem rgba(18, 18, 18, 0.14);
}

.home-contact .content .icon {
	position: absolute;
	z-index: 3;
	left: 0;
	right: 0;
	top: -3.4375rem;
	text-align: center;
}

.home-contact .content .icon img {
	width: 6.25rem;
	height: 6.25rem;
	background: #fff;
	padding: 0.9375rem;
	box-shadow: 0 1.5rem 3rem -0.75rem rgba(18, 18, 18, 0.6);
	-webkit-box-shadow: 0 1.5rem 3rem -0.75rem rgba(18, 18, 18, 0.6);
	-moz-box-shadow: 0 1.5rem 3rem -0.75rem rgba(18, 18, 18, 0.6);
}

.home-contact .content .text {
	width: 100%;
	height: 100%;
	background: rgb(231,32,45);
	background: -moz-linear-gradient(45deg, rgba(231,32,45,1) 30%, rgba(255,236,237,0) 100%);
	background: -webkit-linear-gradient(45deg, rgba(231,32,45,1) 30%, rgba(255,236,237,0) 100%);
	background: linear-gradient(45deg, rgba(231,32,45,1) 30%, rgba(255,236,237,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e7202d",endColorstr="#ffeced",GradientType=1);
	position: absolute;
	top: 0;
	padding: 0.9375rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	z-index: 2;
	border-radius: 2rem;
	-webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.home-contact .content .text h1 {
	font-size: 2.75rem;
	color: #fff;
	margin: 0 0 0.9375rem;
	line-height: 1.5;
}

.home-contact .content .text p {
	color: #fff;
	line-height: 1.7;
	margin: 0 0 2.8125rem;
}

.home-contact .content .text ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

.home-contact .content .text ul li {
	margin: 0;
}

.home-contact .content .text ul li a.btn {
	padding: 0.625rem 1.25rem;
}

.home-contact .content .text ul li a.btn i {
	position: relative;
	bottom: 0.125rem;
	padding-left: 0.4375rem;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.home-contact .content .image {
	width: 100%;
	overflow: hidden;
	margin: 0;
}

.home-contact .content .image img {
	width: 100%;
	height: 34.375rem;
	object-fit: cover;
	object-position: center;
	border-radius: 2rem;
	-webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
}

/* FOOTER */
footer {
	width: 100%;
	background: #000;
	padding: 6.25rem 0;
}

footer .item {
	width: 100%;
}

footer .item img {
	margin: 0 0 1.875rem;
}

footer .item p {
	font-size: 0.9375rem;
	color: #fff;
	margin: 0;
}

footer .item label {
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.25rem;
	margin: 0 0 1.875rem;
}

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

footer .item ul li {
	margin: 0 0 1.25rem;
}

footer .item ul li:last-child {
	margin: 0;
}

footer .item ul li a {
	font-size: 0.9375rem;
	color: #fff;
}

footer .item ul li a:hover,
footer .item ul li a:focus {
	color: #E7202D;
}

footer .item ul.sc {
	display: flex;
}

footer .item ul.sc li {
	margin-right: 0.9375rem;
	margin-bottom: 0;
}

footer .item ul.sc li:last-child {
	margin: 0;
}

footer .item ul.sc li a {
	font-size: 1.5rem;
}

/* CONTACT */
.main-wrapper.contact .main-banner {
	width: 100%;
	position: relative;
}

.main-wrapper.contact .main-banner .image {
	width: 100%;
}

.main-wrapper.contact .main-banner .image img {
	width: 100%;
	height: 25rem;
	object-fit: cover;
	object-position: center;
}

.main-wrapper.contact .main-banner .information {
	width: 100%;
	position: absolute;
	bottom: -6.25rem;
}

.main-wrapper.contact .main-banner .information .content {
	width: 100%;
	background: #000;
	padding: 5rem 1.875rem;
	text-align: center;
	border-radius: 2rem;
	-webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
}

.main-wrapper.contact .main-banner .information .content .icon {
	position: absolute;
	z-index: 3;
	left: 0;
	right: 0;
	top: -3.4375rem;
	text-align: center;
}

.main-wrapper.contact .main-banner .information .content .icon img {
	width: 6.25rem;
	height: 6.25rem;
	background: #fff;
	padding: 0.9375rem;
	box-shadow: 0 1.5rem 3rem -0.75rem rgba(18, 18, 18, 0.6);
	-webkit-box-shadow: 0 1.5rem 3rem -0.75rem rgba(18, 18, 18, 0.6);
	-moz-box-shadow: 0 1.5rem 3rem -0.75rem rgba(18, 18, 18, 0.6);
}

.main-wrapper.contact .main-banner .information .content p {
	font-size: 1.125rem;
	color: #fff;
	margin: 0;
}

.main-wrapper.contact .main-banner .information .content span {
	font-size: 0.9375rem;
	color: #777;
	display: block;
	margin: 0 0 0.625rem;
}

.main-wrapper.contact .form-default {
	width: 100%;
	padding: 12.5rem 0 6.25rem;
}

.main-wrapper.contact .form-default .title {
	width: 100%;
	text-align: center;
	margin: 0 0 4.375rem;
}

.main-wrapper.contact .form-default .title h1 {
	font-size: 2.875rem;
	line-height: 130%;
	margin: 0;
}

.main-wrapper.contact .form-default .title p {
	font-size: 1rem;
	font-weight: 700;
	color: #E7202D;
	letter-spacing: 0.25rem;
	text-transform: uppercase;
	margin: 0 0 0.625rem;
}

.main-wrapper.contact .form-default .form-group {
	width: 100%;
	margin: 0 0 1.875rem;
}

.main-wrapper.contact .form-default input.form-control,
.main-wrapper.contact .form-default select.form-control {
	height: 3.75rem;
}

.main-wrapper.contact .form-default .form-control {
	font-size: 0.875rem;
	border: 0.0625rem solid #000;
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	box-shadow: 0 0.0625rem 0.125rem 0 rgba(18, 18, 18, 0.05);
	-webkit-box-shadow: 0 0.0625rem 0.125rem 0 rgba(18, 18, 18, 0.05);
	-moz-box-shadow: 0 0.0625rem 0.125rem 0 rgba(18, 18, 18, 0.05);
}

.main-wrapper.contact .form-default p {
	font-size: 0.875rem;
	text-align: center;
}

.main-wrapper.contact .form-default p i {
	color: #0CC890;
}

.main-wrapper.contact .form-default .btn {
	width: 100%;
	height: 3.4375rem;
}

.main-wrapper.contact .form-default .btn i {
	padding-left: 0.4375rem;
}

/* ABOUT */
.main-wrapper.about {
	width: 100%;
	padding: 6.25rem 0 0;
}

.main-wrapper.about .banner {
	width: 100%;
	padding: 0 0 6.25rem;
}

.main-wrapper.about .banner .title {
	width: 100%;
	margin: 0 0 6.25rem;
	text-align: center;
}

.main-wrapper.about .banner .title h1 {
	font-size: 3.25rem;
	line-height: 130%;
	margin: 0;
}

.main-wrapper.about .banner .title h1 span {
	color: #E7202D;
}

.main-wrapper.about .banner .title p {
	font-size: 1rem;
	font-weight: 700;
	color: #E7202D;
	letter-spacing: 0.25rem;
	text-transform: uppercase;
	margin: 0 0 0.625rem;
}

.main-wrapper.about .banner .item-1 p {
	font-size: 1.125rem;
	line-height: 2;
}

.main-wrapper.about .banner .item-1 p span {
	background: #E7202D;
	font-size: 1rem;
	color: #fff;
	padding: 0.1875rem 0.3125rem;
	border-radius: 0.4375rem;
	-webkit-border-radius: 0.4375rem;
	-moz-border-radius: 0.4375rem;
}

.main-wrapper.about .banner .item-2 p {
	font-size: 0.9375rem;
	line-height: 1.7;
	margin: 0;
}

.main-wrapper.about .slider-default-2 {
	background: #000;
	padding: 5rem;
	margin: 0 0 10.625rem;
	border-radius: 2rem;
	-webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	box-shadow: 0 2rem 3.375rem -0.75rem rgba(18, 18, 18, 0.14);
	-webkit-box-shadow: 0 2rem 3.375rem -0.75rem rgba(18, 18, 18, 0.14);
	-moz-box-shadow: 0 2rem 3.375rem -0.75rem rgba(18, 18, 18, 0.14);
}

.main-wrapper.about .slider-default-2 .item {
	display: flex;
}

.main-wrapper.about .slider-default-2 .item div {
	width: 50%;
}

.main-wrapper.about .slider-default-2 .item div:first-child {
	padding-right: 1.5625rem;
}

.main-wrapper.about .slider-default-2 .item div:last-child {
	padding-left: 1.5625rem;
}

.main-wrapper.about .slider-default-2 .item img {
	width: 100%;
	border-radius: 1.5rem;
	-webkit-border-radius: 1.5rem;
	-moz-border-radius: 1.5rem;
}

.main-wrapper.about .slider-default-2 .item h2 {
	font-size: 2.75rem;
	color: #fff;
	margin: 0 0 0.9375rem;

}

.main-wrapper.about .slider-default-2 .item p {
	font-size: 1rem;
	color: #fff;
	margin: 0 0 1.875rem;
}

.main-wrapper.about .slider-default-2 .item span {
	font-size: 1rem;
	color: #999;
	display: block;
	margin: 0 0 0.9375rem;
}

.main-wrapper.about .slider-default-2 .item a.btn {
	padding: 0.625rem 1.25rem;
}

.main-wrapper.about .slider-default-2 .item a.btn i {
	position: relative;
	bottom: 0.125rem;
	padding-left: 0.4375rem;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.main-wrapper.about .slider-default-2 .slick-dots {
	left: 0;
	bottom: -3.4375rem;
	z-index: 4;
	text-align: center;
}

.main-wrapper.about .slider-default-2 .slick-dots li {
	width: auto;
	height: auto;
	margin: 0 0.3125rem;
}

.main-wrapper.about .slider-default-2 .slick-dots li button {
	width: 0.9375rem;
	height: 0.9375rem;
	background: #EAEAEA;
	border: 0.125rem solid #EAEAEA;
	border-radius: 31.25rem;
	-moz-border-radius: 31.25rem;
	-webkit-border-radius: 31.25rem;
}

.main-wrapper.about .slider-default-2 .slick-dots li button:hover,
.main-wrapper.about .slider-default-2 .slick-dots li.slick-active button {
	background: #000;
	border: 0.125rem solid #000;
}

.main-wrapper.about .slider-default-2 .slick-dots li button:before {
	display: none;
}

.main-wrapper.about .team {
	width: 100%;
	background: #000;
	padding: 9.375rem 0 6.25rem;
}

.main-wrapper.about .team .title {
	width: 100%;
	margin: 0 0 6.25rem;
}

.main-wrapper.about .team .title h2 {
	font-size: 2.75rem;
	color: #fff;
	line-height: 130%;
	margin: 0;
}

.main-wrapper.about .team .title h2 span {
	color: #E7202D;
}

.main-wrapper.about .team .title p {
	font-size: 1rem;
	font-weight: 700;
	color: #E7202D;
	letter-spacing: 0.25rem;
	text-transform: uppercase;
	margin: 0 0 1.25rem;
}

/* CLIENT */
.main-wrapper.client {
	width: 100%;
	padding: 6.25rem 0 3.125rem;
}

.main-wrapper.client .banner {
	width: 100%;
}

.main-wrapper.client .banner .title {
	width: 100%;
	margin: 0 0 3.125rem;
	text-align: center;
}

.main-wrapper.client .banner .title h1 {
	font-size: 3.25rem;
	line-height: 130%;
	margin: 0;
}

.main-wrapper.client .banner .title h1 span {
	color: #E7202D;
}

.main-wrapper.client .banner .title p {
	font-size: 1rem;
	font-weight: 700;
	color: #E7202D;
	letter-spacing: 0.25rem;
	text-transform: uppercase;
	margin: 0 0 0.625rem;
}

.main-wrapper.client .content {
	margin: 0 0 1.875rem;
}

.main-wrapper.client .content:last-child {
	margin: 0;
}

.main-wrapper.client .content .item {
	margin: 0 0.625rem;
}

.main-wrapper.client .content .item img {
	width: 100%;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.main-wrapper.client .content .item img:hover,
.main-wrapper.client .content .item img:focus {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
}

/* SERVICE */
.main-wrapper.service {
	width: 100%;
	padding: 6.25rem 0;
}

.main-wrapper.service .banner {
	width: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(255, 236, 237, 0.00) 44.32%, #FFECED 100%);
	background: linear-gradient(180deg, rgba(255, 236, 237, 0.00) 44.32%, #FFECED 100%);
	background: linear-gradient(180deg, rgba(255, 236, 237, 0.00) 44.32%, #FFECED 100%);
}

.main-wrapper.service .banner .title {
	width: 100%;
	margin: 0 0 3.125rem;
	text-align: center;
}

.main-wrapper.service .banner .title h1 {
	font-size: 3.25rem;
	line-height: 130%;
	margin: 0;
}

.main-wrapper.service .banner .title h1 span {
	color: #E7202D;
}

.main-wrapper.service .banner .title p {
	font-size: 1rem;
	font-weight: 700;
	color: #E7202D;
	letter-spacing: 0.25rem;
	text-transform: uppercase;
	margin: 0 0 0.625rem;
}

.main-wrapper.service .banner .icon {
	text-align: center;
}

.main-wrapper.service .banner .icon img {
	width: 34.375rem;
}

.main-wrapper.service .content {
	width: 100%;
	padding: 6.25rem 0 0;
}

.main-wrapper.service .content .item {
	padding: 5rem;
	margin: 0 0 3.125rem;
	display: flex;
	border-radius: 2rem;
	-webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	box-shadow: 0 2rem 3.375rem -0.75rem rgba(18, 18, 18, 0.14);
	-webkit-box-shadow: 0 2rem 3.375rem -0.75rem rgba(18, 18, 18, 0.14);
	-moz-box-shadow: 0 2rem 3.375rem -0.75rem rgba(18, 18, 18, 0.14);
}

.main-wrapper.service .content .item:last-child {
	margin: 0;
}

.main-wrapper.service .content .item:nth-child(odd) {
	background: #48070A;
}

.main-wrapper.service .content .item:nth-child(even) {
	background: #000;
}

.main-wrapper.service .content .item div {
	width: 50%;
}

.main-wrapper.service .content .item div:first-child {
	padding-right: 1.5625rem;
}

.main-wrapper.service .content .item div:last-child {
	padding-left: 1.5625rem;
}

.main-wrapper.service .content .item img {
	width: 100%;
	border-radius: 1.5rem;
	-webkit-border-radius: 1.5rem;
	-moz-border-radius: 1.5rem;
}

.main-wrapper.service .content .item h2 {
	font-size: 2.75rem;
	color: #fff;
	margin: 0 0 0.9375rem;
}

.main-wrapper.service .content .item p {
	font-size: 1rem;
	color: #fff;
	margin: 0 0 1.875rem;
}

.main-wrapper.service .content .item span {
	font-size: 1rem;
	color: #999;
	display: block;
	margin: 0 0 0.9375rem;
}

.main-wrapper.service .content .item a.btn {
	padding: 0.625rem 1.25rem;
}

.main-wrapper.service .content .item a.btn i {
	position: relative;
	bottom: 0.125rem;
	padding-left: 0.4375rem;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.main-wrapper.service-detail {
	width: 100%;
}

.main-wrapper.service-detail .banner {
	width: 100%;
	background: #000;
	padding: 6.25rem 0;
}

.main-wrapper.service-detail .banner .title {
	width: 100%;
	margin: 0 0 4.375rem;
	text-align: center;
}

.main-wrapper.service-detail .banner .title h1 {
	font-size: 3.25rem;
	color: #fff;
	line-height: 130%;
	margin: 0;
}

.main-wrapper.service-detail .banner .title h1 span {
	color: #E7202D;
}

.main-wrapper.service-detail .banner .title p {
	font-size: 1rem;
	font-weight: 700;
	color: #E7202D;
	letter-spacing: 0.25rem;
	text-transform: uppercase;
	margin: 0 0 0.625rem;
}

.main-wrapper.service-detail .banner .image img {
	width: 90%;
	border-radius: 1.5rem;
	-webkit-border-radius: 1.5rem;
	-moz-border-radius: 1.5rem;
	box-shadow: 0 1.5rem 3rem -0.75rem rgba(18, 18, 18, 0.18);
	-webkit-box-shadow: 0 1.5rem 3rem -0.75rem rgba(18, 18, 18, 0.18);
	-moz-box-shadow: 0 1.5rem 3rem -0.75rem rgba(18, 18, 18, 0.18);
}

.main-wrapper.service-detail .banner .text label {
	font-size: 1.125rem;
	color: #fff;
	display: block;
	margin: 0 0 0.9375rem;
}

.main-wrapper.service-detail .banner .text p {
	font-size: 0.9375rem;
	color: #fff;
	margin: 0 0 0.9375rem;
}

.main-wrapper.service-detail .banner .text p:last-child {
	margin: 0;
}

.main-wrapper.service-detail .offer {
	width: 100%;
	padding: 6.25rem 0 5rem;
}

.main-wrapper.service-detail .offer .title {
	width: 100%;
	margin: 0 0 1.875rem;
}

.main-wrapper.service-detail .offer .title h2 {
	font-size: 2.375rem;
	line-height: 130%;
	margin: 0;
}

.main-wrapper.service-detail .offer .title p {
	font-size: 1rem;
	font-weight: 700;
	color: #E7202D;
	letter-spacing: 0.25rem;
	text-transform: uppercase;
	margin: 0 0 0.625rem;
}

.main-wrapper.service-detail .offer .item ul {
	list-style: none;
	padding: 0;
	margin: 0;
	column-count: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3;
}

.main-wrapper.service-detail .offer .item ul li {
	margin: 0 0 1.25rem;
}

.main-wrapper.service-detail .offer .item ul li i {
	color: #E7202D;
	font-size: 2rem;
	position: relative;
	top: 0.25rem;
	margin-right: 0.3125rem;
}

.main-wrapper.service-detail .offer .item ul.mobile-apps {
	column-count: 1;
	-moz-column-count: 1;
	-webkit-column-count: 1;
}

.main-wrapper.service-detail .offer .item ul.mobile-apps li:last-child {
	margin: 0;
}

.main-wrapper.service-detail .step {
	width: 100%;
	background: #F6F6F6;
	padding: 6.25rem 0 0;
}

.main-wrapper.service-detail .step .title {
	width: 100%;
	margin: 0 0 1.875rem;
}

.main-wrapper.service-detail .step .title h2 {
	font-size: 2.375rem;
	line-height: 130%;
	margin: 0;
}

.main-wrapper.service-detail .step .title p {
	font-size: 1rem;
	font-weight: 700;
	color: #E7202D;
	letter-spacing: 0.25rem;
	text-transform: uppercase;
	margin: 0 0 0.625rem;
}

.main-wrapper.service-detail .step .item {
	position: relative;
	padding: 0 0 6.25rem;
}

.main-wrapper.service-detail .step .item:before {
	content: "";
	width: 82%;
	position: absolute;
	left: 0;
	right: 0;
	top: 3rem;
	z-index: 1;
	margin: 0 auto;
	border-bottom: 0.0625rem solid #E7202D;
}

.main-wrapper.service-detail .step .item .col {
	text-align: center;
}

.main-wrapper.service-detail .step .item .col span {
	font-size: 5.625rem;
	font-weight: 700;
	position: relative;
	color: #eaeaea;
	display: block;
	margin: 0 0 0.9375rem;
	line-height: 1;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.main-wrapper.service-detail .step .item .col span:before {
	content: "";
	width: 0.9375rem;
	height: 0.9375rem;
	background: #E7202D;
	position: absolute;
	top: 2.5625rem;
	right: 0;
	left: 0;
	z-index: 2;
	margin: 0 auto;
	border-radius: 31.25rem;
	-webkit-border-radius: 31.25rem;
	-moz-border-radius: 31.25rem;
}

.main-wrapper.service-detail .step .item .col span:hover {
	color: #101010;
}

.main-wrapper.service-detail .step .item .col label {
	font-size: 1rem;
	font-weight: 700;
	display: block;
	margin: 0 0 0.5rem;
}

.main-wrapper.service-detail .step .item .col p {
	font-size: 0.875rem;
	margin: 0;
}

.main-wrapper.service-detail .faq {
	width: 100%;
	padding: 6.25rem 0 0;
}

.main-wrapper.service-detail .faq .item {
	padding: 0 0 5.3125rem;
	border-bottom: 0.0625rem solid #C6C3C3;
}

.main-wrapper.service-detail .faq .item .title {
	width: 100%;
	margin: 0 0 1.875rem;
}

.main-wrapper.service-detail .faq .item .title h2 {
	font-size: 2.375rem;
	line-height: 130%;
	margin: 0;
}

.main-wrapper.service-detail .faq .item .title p {
	font-size: 1rem;
	font-weight: 700;
	color: #E7202D;
	letter-spacing: 0.25rem;
	text-transform: uppercase;
	margin: 0 0 0.625rem;
}

.main-wrapper.service-detail .faq .item .accordion .accordion-item h3 {
	font-size: 1rem;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 500;
	padding: 1.875rem 0;
	margin: 0;
	cursor: pointer;
}

.main-wrapper.service-detail .faq .item .accordion .accordion-item h3 span {
	padding-right: 0.9375rem;
}

.main-wrapper.service-detail .faq .item .accordion .accordion-item h3.accordion-button:not(.collapsed) {
	color: #E7202D;
	background: transparent;
	box-shadow: unset;
	-webkit-box-shadow: unset;
	-moz-box-shadow: unset;
}

.main-wrapper.service-detail .faq .item .accordion .accordion-item .accordion-body {
	padding: 0 0 1.875rem;
}

.main-wrapper.service-detail .faq .item .accordion .accordion-item .accordion-body p {
	font-size: 0.9375rem;
	margin: 0 0 0.9375rem;
}

.main-wrapper.service-detail .faq .item .accordion .accordion-item .accordion-body p:last-child {
	margin: 0;
}

.main-wrapper.service-detail .faq .item .accordion .accordion-item:last-child .accordion-body {
	padding: 0;
}

.main-wrapper.service-detail .content {
	padding: 6.25rem 0;
}

.main-wrapper.service-detail .content .title {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 0 1.875rem;
}

.main-wrapper.service-detail .content .title h2 {
	font-size: 2.375rem;
	line-height: 130%;
	margin: 0;
}

.main-wrapper.service-detail .content .title p {
	font-size: 1rem;
	font-weight: 700;
	color: #E7202D;
	letter-spacing: 0.25rem;
	text-transform: uppercase;
	margin: 0 0 0.625rem;
}

.main-wrapper.service-detail .content .title a.btn {
	padding: 0.625rem 1.25rem;
}

.main-wrapper.service-detail .content .title a.btn i {
	color: #E7202D;
	position: relative;
	bottom: 0.125rem;
	padding-left: 0.4375rem;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.main-wrapper.service-detail .content .title a.btn:hover i,
.main-wrapper.service-detail .content .title a.btn:focus i {
	color: #fff;
}

.main-wrapper.service-detail .content .slider-carousel-1 .slick-list {
	padding: 0 15% 0 0 !important;
}

.main-wrapper.service-detail .content .slider-carousel-1 .slick-prev {
	width: 2.5rem;
	height: 2.5rem;
	background: #fff;
	z-index: 1;
	top: 36%;
	box-shadow: 0 0.125rem 0.3125rem 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 0.125rem 0.3125rem 0 rgba(0,0,0,.15);
	-webkit-box-shadow: 0 0.125rem 0.3125rem 0 rgba(0,0,0,.15);
	border-radius: 0.5rem !important;
	-moz-border-radius: 0.5rem !important;
	-webkit-border-radius: 0.5rem !important;
}

.main-wrapper.service-detail .content .slider-carousel-1 .slick-prev {
	left: -1.125rem;
}

.main-wrapper.service-detail .content .slider-carousel-1 .slick-next {
	display: none !important;
}

.main-wrapper.service-detail .content .slider-carousel-1 .slick-prev:before {
	width: 50%;
	height: 50%;
	background: url(../img/core/arrow-prev4.png) no-repeat;
	background-size: 100%;
	display: inline-block;
	font-size: 0;
}

.main-wrapper.service-detail .content .slider-carousel-1 .box-project {
	margin-right: 1.5625rem;
}

.service-other {
	width: 100%;
	background: #F6F6F6;
	padding: 5rem 0;
}

.service-other .title {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 0 3.125rem;
}

.service-other .title h2 {
	font-size: 2.25rem;
	line-height: 130%;
	margin: 0;
}

.service-other .title p {
	font-size: 1rem;
	font-weight: 700;
	color: #E7202D;
	letter-spacing: 0.25rem;
	text-transform: uppercase;
	margin: 0 0 0.625rem;
}

.service-other .title a.btn {
	padding: 0.625rem 1.25rem;
}

.service-other .title a.btn i {
	position: relative;
	bottom: 0.125rem;
	padding-left: 0.4375rem;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

/* PROJECT */
.main-wrapper.project {
	width: 100%;
	padding: 6.25rem 0;
}

.main-wrapper.project .banner {
	width: 100%;
	padding: 0 0 6.25rem;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(255, 236, 237, 0.00) 44.32%, #FFECED 100%);
	background: linear-gradient(180deg, rgba(255, 236, 237, 0.00) 44.32%, #FFECED 100%);
	background: linear-gradient(180deg, rgba(255, 236, 237, 0.00) 44.32%, #FFECED 100%);
}

.main-wrapper.project .banner .title {
	width: 100%;
	margin: 0;
	text-align: center;
}

.main-wrapper.project .banner .title h1 {
	font-size: 3.25rem;
	line-height: 130%;
	margin: 0 0 1.25rem;
}

.main-wrapper.project .banner .title h1 span {
	color: #E7202D;
}

.main-wrapper.project .banner .title p {
	font-size: 1rem;
	font-weight: 700;
	color: #E7202D;
	letter-spacing: 0.25rem;
	text-transform: uppercase;
	margin: 0 0 1.25rem;
}

.main-wrapper.project .banner .title span {
	font-size: 1rem;
	color: #101010;
	display: block;
	margin: 0;
}

.main-wrapper.project .content {
	width: 100%;
	padding: 4.375rem 0 0;
}

.main-wrapper.project .content .item {
	margin-right: 0.8125rem;
}

.main-wrapper.project .content .item a {
	width: 100%;
	font-size: 0.875rem;
	font-weight: 700;
	color: #000;
	padding: 0.375rem 0.625rem;
	display: block;
	text-align: center;
	border-radius: 1.25rem;
	-webkit-border-radius: 1.25rem;
	-moz-border-radius: 1.25rem;
}

.main-wrapper.project .content .item a.active {
	background: #000;
	color: #fff;
}

.main-wrapper.project .content .item a:hover,
.main-wrapper.project .content .item a:focus {
	background: #000;
	color: #fff;
}

.main-wrapper.project .content {
	margin: 0;
}

.main-wrapper.project .content .slider-carousel-5 {
	margin: 0 0 5rem;
	padding: 0 2.1875rem;
}

.main-wrapper.project .content .slider-carousel-5 .slick-list {
	padding: 0 15% 0 0 !important;
}

.main-wrapper.project .slider-carousel-5 .slick-prev,
.main-wrapper.project .slider-carousel-5 .slick-next {
	width: 2rem;
	height: 2rem;
	background: #fff;
	z-index: 1;
	top: 50%;
	box-shadow: 0 0.125rem 0.3125rem 0 rgba(0,0,0,.15);
	-moz-box-shadow: 0 0.125rem 0.3125rem 0 rgba(0,0,0,.15);
	-webkit-box-shadow: 0 0.125rem 0.3125rem 0 rgba(0,0,0,.15);
	border-radius: 0.5rem !important;
	-moz-border-radius: 0.5rem !important;
	-webkit-border-radius: 0.5rem !important;
}

.main-wrapper.project .slider-carousel-5 .slick-prev {
	left: 0;
}

.main-wrapper.project .slider-carousel-5 .slick-next {
	right: 0;
}

.main-wrapper.project .slider-carousel-5 .slick-prev:before {
	width: 55%;
	height: 55%;
	background: url(../img/core/arrow-prev4.png) no-repeat;
	background-size: 100%;
	display: inline-block;
	font-size: 0;
}

.main-wrapper.project .slider-carousel-5 .slick-next:before {
	width: 55%;
	height: 55%;
	background: url(../img/core/arrow-next4.png) no-repeat;
	background-size: 100%;
	display: inline-block;
	font-size: 0;
}

.main-wrapper.project-detail {
	width: 100%;
	padding: 6.25rem 0;
}

.main-wrapper.project-detail .banner {
	width: 100%;
	padding: 9.375rem 0;
	background: #000;
}

.main-wrapper.project-detail .banner .title {
	width: 100%;
	margin: 0;
	text-align: center;
}

.main-wrapper.project-detail .banner .title h1 {
	width: 70%;
	font-size: 2.75rem;
	color: #fff;
	margin: 0 auto 0.625rem;
}

.main-wrapper.project-detail .banner .title h1 span {
	color: #E7202D;
}

.main-wrapper.project-detail .banner .title h2 {
	width: 70%;
	font-size: 2.375rem;
	color: #fff;
	margin: 0 auto 1.875rem;
}

.main-wrapper.project-detail .banner .title p {
	font-size: 1rem;
	font-weight: 700;
	color: #E7202D;
	letter-spacing: 0.25rem;
	text-transform: uppercase;
	margin: 0 0 1.25rem;
}

.main-wrapper.project-detail .banner .title ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
}

.main-wrapper.project-detail .banner .title ul li {
	font-size: 0.875rem;
	font-weight: 700;
	color: #fff;
	border: 0.0625rem solid #fff;
	padding: 0.375rem 0.625rem;
	margin: 0 0.3125rem;
	text-align: center;
	border-radius: 1.25rem;
	-webkit-border-radius: 1.25rem;
	-moz-border-radius: 1.25rem;
}

.main-wrapper.project-detail .content {
	width: 100%;
	padding: 6.25rem 0 4.375rem;
}

.main-wrapper.project-detail .content .item {
	margin: 0 0 1.875rem;
}

.main-wrapper.project-detail .content img {
	width: 70%;
	border: 0.0625rem solid #999;
}

.main-wrapper.project-detail .content h2 {
	font-size: 1rem;
	font-family: Plus Jakarta Sans;
	color: #444;
	margin: 0 0 0.9375rem;
}

.main-wrapper.project-detail .content p {
	font-size: 1rem;
	color: #000;
	margin: 0 0 0.9375rem;
}

.main-wrapper.project-detail .testimonial {
	width: 100%;
	background: #000;
	padding: 8.125rem 0;
	margin: 0 0 6.25rem;
}

.main-wrapper.project-detail .testimonial h3 {
	width: 50%;
	font-size: 1.25rem;
	color: #fff;
	margin: 0 0 1.875rem;
	line-height: 2.375rem;
}

.main-wrapper.project-detail .testimonial p {
	font-size: 1rem;
	color: #fff;
	letter-spacing: 0.25rem;
	text-transform: uppercase;
	margin: 0 0 0.9375rem;
}

.main-wrapper.project-detail .testimonial ul {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}

.main-wrapper.project-detail .testimonial ul li img {
	width: 4.0625rem;
	margin-right: 0.9375rem;
}

.main-wrapper.project-detail .testimonial ul li b {
	font-size: 0.875rem;
	font-family: 'Plus Jakarta Sans', sans-serif;
	color: #fff;
	margin: 0 0 0.1875rem;
	display: block;
}

.main-wrapper.project-detail .testimonial ul li span {
	font-size: 0.75rem;
	color: #fff;
	display: block;
}

.main-wrapper.project-detail .photo {
	padding: 0 0 0.625rem;
}

.main-wrapper.project-detail .photo ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}

.main-wrapper.project-detail .photo ul.next {
	text-align: right;
	justify-content: flex-end;
}

.main-wrapper.project-detail .photo ul li {
	margin: 0 0.1875rem;
}

.main-wrapper.project-detail .photo ul li a {
	color: #000;
}

.main-wrapper.project-detail .photo ul li i {
	font-size: 2.5rem;
}

.main-wrapper.project-detail .photo ul li span {
	font-size: 0.75rem;
	display: block;
	line-height: 1;
}

.main-wrapper.project-detail .photo ul li b {
	font-size: 1.25rem;
	display: block;
}

/* PAGE */
.main-wrapper.page-default {
	padding: 3.75rem 0;
}

.main-wrapper.page-default h1 {
	font-size: 2rem;
	text-align: center;
}

.main-wrapper.page-default h2,
.main-wrapper.page-default h3,
.main-wrapper.page-default h4,
.main-wrapper.page-default h5,
.main-wrapper.page-default h6 {
	font-size: 1.125rem;
	margin: 0 0 0.9375rem;
}

.main-wrapper.page-default p,
.main-wrapper.page-default ul,
.main-wrapper.page-default ol {
	font-size: 0.9375rem;
	margin: 0 0 0.9375rem;
}

.main-wrapper.page-default ul li,
.main-wrapper.page-default ol li {
	font-size: 0.9375rem;
}

/* PACKAGE */
.main-wrapper.package-detail .banner {
	padding: 3.125rem 0 6.25rem;
}

.main-wrapper.package-detail .banner img {
	width: 100%;
}

.main-wrapper.package-detail .banner .text {
	padding-left: 1.875rem;
}

.main-wrapper.package-detail .banner h1 {
	font-size: 2.625rem;
	margin: 0 0 0.9375rem;
}

.main-wrapper.package-detail .banner p {
	font-size: 1.125rem;
	margin: 0 0 1.875rem;
}

.main-wrapper.package-detail .banner a.btn {
	padding: 0.625rem 1.25rem;
}

.main-wrapper.package-detail .benefit {
	margin: 0 0 6.25rem;
}

.main-wrapper.package-detail .benefit .item {
	height: 100%;
	background: #fff;
	text-align: center;
	padding: 1.25rem 0.9375rem;
	box-shadow: 0 0 1.875rem rgba(0, 0, 0, .08);
	-webkit-box-shadow: 0 0 1.875rem rgba(0, 0, 0, .08);
	-moz-box-shadow: 0 0 1.875rem rgba(0, 0, 0, .08);
	border-radius: 0.9375rem;
	-webkit-border-radius: 0.9375rem;
	-moz-border-radius: 0.9375rem;
}

.main-wrapper.package-detail .benefit .item h2 {
	font-size: 1.0625rem;
	font-weight: 600;
	margin: 0 0 0.3125rem;
}

.main-wrapper.package-detail .benefit .item p {
	font-size: 0.9375rem;
	margin-bottom: 0;
}

.main-wrapper.package-detail .benefit .item:hover > i {
	color: #E7202D;
}

.main-wrapper.package-detail .benefit .item i {
	font-size: 2.625rem;
	color: #48070A;
	margin: 0 0 1.5625rem;
	display: block;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.main-wrapper.package-detail .price {
	background: #F6F6F6;
	padding: 5rem 0;
}

.main-wrapper.package-detail .price h2 {
	font-size: 2rem;
	text-align: center;
	margin: 0 0 3.125rem;
}

.main-wrapper.package-detail .price .item {
	height: 100%;
	background: #292929;
	padding: 1.875rem 1.25rem;
	border-radius: 0.9375rem;
	-webkit-border-radius: 0.9375rem;
	-moz-border-radius: 0.9375rem;
}

.main-wrapper.package-detail .price .item h3 {
	font-size: 1.625rem;
	font-weight: 500;
	color: #E7202D;
	text-align: center;
}

.main-wrapper.package-detail .price .item h4 {
	width: 60%;
	font-size: 1.25rem;
	font-weight: 500;
	color: #fff;
	background: #48070A;
	margin: 0 auto 0.9375rem;
	padding: 0.4375rem 0;
	text-align: center;
}

.main-wrapper.package-detail .price .item ul {
	padding-left: 1.25rem;
	line-height: 2;
	margin: 0;
}

.main-wrapper.package-detail .price .item ul li {
	font-size: 0.9375rem;
	color: #fff;
}

.main-wrapper.package-detail .facility {
	padding: 5rem 0;
}

.main-wrapper.package-detail .facility h2 {
	font-size: 2rem;
	margin: 0 0 1.25rem;
}

.main-wrapper.package-detail .facility ol {
	padding-left: 1.25rem;
	line-height: 2;
	margin: 0;
}

.main-wrapper.package-detail .facility ol li {
	font-size: 0.9375rem;
}

.main-wrapper.package-detail .technology {
	background: #F6F6F6;
	padding: 5rem 0 4.0625rem;
}

.main-wrapper.package-detail .technology h2 {
	font-size: 2rem;
	margin: 0 0 0.3125rem;
	text-align: center;
}

.main-wrapper.package-detail .technology p {
	font-size: 0.9375rem;
	margin: 0 0 1.5625rem;
	text-align: center;
}

.main-wrapper.package-detail .technology .slider .slick-list {
	padding: 0.9375rem 0;
}

.main-wrapper.package-detail .technology .item {
	background: #fff;
	padding: 0.9375rem;
	margin: 0 0.9375rem 1.875rem;
	text-align: center;
	box-shadow: 0 0 0.9375rem rgba(0, 0, 0, .08);
	-webkit-box-shadow: 0 0 0.9375rem rgba(0, 0, 0, .08);
	-moz-box-shadow: 0 0 0.9375remrgba(0, 0, 0, .08);
	border-radius: 0.9375rem;
	-webkit-border-radius: 0.9375rem;
	-moz-border-radius: 0.9375rem;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.main-wrapper.package-detail .technology .item:hover {
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
}

.main-wrapper.package-detail .technology .item img {
	width: 100%;
}

.main-wrapper.package-detail .technology .button {
	display: flex;
	justify-content: center;
}

.main-wrapper.package-detail .technology .button button {
	font-size: 0.875rem;
	width: 1.875rem;
	height: 1.875rem;
	margin: 0 0.3125rem;
	padding: 0.3125rem;
}

.main-wrapper.package-detail .notes {
	padding: 5rem 0;
}

.main-wrapper.package-detail .notes h2 {
	font-size: 2rem;
	margin: 0 0 1.25rem;
}

.main-wrapper.package-detail .notes label {
	font-size: 0.9375rem;
	color: #E7202D;
	display: block;
	margin: 0 0 0.625rem;
}

.main-wrapper.package-detail .notes ol,
.main-wrapper.package-detail .notes ul {
	padding-left: 1.25rem;
	line-height: 2;
	margin: 0;
}

.main-wrapper.package-detail .notes ol li,
.main-wrapper.package-detail .notes ul li {
	font-size: 0.9375rem;
}

/* PAGE BIO */
.main-wrapper.page-bio {
	padding: 3.125rem 0;
}

.main-wrapper.page-bio .bio-header {
	text-align: center;
}

.main-wrapper.page-bio .bio-header img {
	width: 6.5625rem;
	margin: 0 0 0.9375rem;
}

.main-wrapper.page-bio .bio-header img.bdr {
	border: 0.0625rem solid #111;
}

.main-wrapper.page-bio .bio-header h1 {
	font-size: 1.125rem;
	margin: 0;
}

.main-wrapper.page-bio .bio-header h2 {
	font-size: 1rem;
	margin: 0 0 0.9375rem;
}

.main-wrapper.page-bio .bio-header ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.main-wrapper.page-bio .bio-header ul li {
	font-size: 0.875rem;
	margin: 0 0 0.1875rem;
}

.main-wrapper.page-bio .bio-header ul li:last-child {
	margin: 0;
}

.main-wrapper.page-bio .bio-header ul li a {
	color: #E7202D;
}

.main-wrapper.page-bio .bio-header ul li a.link-webizi {
	color: #22A8E7;
}

.main-wrapper.page-bio .bio-body ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.main-wrapper.page-bio .bio-body ul li {
	margin: 0 0 0.625rem;
}

.main-wrapper.page-bio .bio-body ul li a {
	width: 100%;
	position: relative;
    font-size: 0.9375rem;
    padding: 1rem 0.625rem;
}

.main-wrapper.page-bio .bio-body ul li a i {
	position: absolute;
    left: 1.0625rem;
    font-size: 1.25rem;
}

.main-wrapper.page-bio .bio-body ul li:last-child {
	margin: 0;
}

.main-wrapper.page-bio .bio-footer {
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-wrapper.page-bio .bio-footer img {
	margin: 0 0.3125rem;
}

.main-wrapper.page-bio .bio-footer img.img-codenesia {
	width: 11.25rem;
}

.main-wrapper.page-bio .bio-footer img.img-webizi {
	width: 6.875rem;	
}

/* WEB REG */
.main-wrapper.webreg {
	padding: 3.125rem 0;
}

.main-wrapper.webreg .title {
	text-align: center;
	margin: 0 0 3.125rem;
}

.main-wrapper.webreg .title h1 {
	font-size: 2.875rem;
	line-height: 130%;
	margin: 0;
}

.main-wrapper.webreg .title p {
	font-size: 1rem;
	font-weight: 700;
	color: #E7202D;
	letter-spacing: 0.25rem;
	text-transform: uppercase;
	margin: 0 0 0.625rem;
}

.main-wrapper.webreg .form-group {
	width: 100%;
	margin: 0 0 1.875rem;
}

.main-wrapper.webreg .form-group label {
	font-size: 1rem;
	margin: 0 0 0.3125rem;
	display: block;
}

.main-wrapper.webreg .form-group h2 {
	background: #000;
    font-size: 1.125rem;
    color: #fff;
    padding: 0.4375rem 0.625rem;
    margin: 0;
}

.main-wrapper.webreg input.form-control,
.main-wrapper.webreg select.form-control {
	height: 3.75rem;
}

.main-wrapper.webreg .form-control {
	font-size: 0.875rem;
	border: 0.0625rem solid #000;
	border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	-moz-border-radius: 0.5rem;
	box-shadow: 0 0.0625rem 0.125rem 0 rgba(18, 18, 18, 0.05);
	-webkit-box-shadow: 0 0.0625rem 0.125rem 0 rgba(18, 18, 18, 0.05);
	-moz-box-shadow: 0 0.0625rem 0.125rem 0 rgba(18, 18, 18, 0.05);
}

.main-wrapper.webreg .btn {
	width: 100%;
	height: 3.4375rem;
}

.main-wrapper.webreg .btn i {
	padding-left: 0.4375rem;
}

/* ERROR */
@-moz-keyframes rocket-movement { 100% {-moz-transform: translate(75rem,-37.5rem);} }
@-webkit-keyframes rocket-movement {100% {-webkit-transform: translate(75rem,-37.5rem); } }
@keyframes rocket-movement { 100% {transform: translate(75rem,-37.5rem);} }
@-moz-keyframes spin-earth { 100% { -moz-transform: rotate(-360deg); transition: transform 20s;  } }
@-webkit-keyframes spin-earth { 100% { -webkit-transform: rotate(-360deg); transition: transform 20s;  } }
@keyframes spin-earth{ 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); transition: transform 20s; } }

@-moz-keyframes move-astronaut {
    100% { -moz-transform: translate(-10rem, -10rem);}
}
@-webkit-keyframes move-astronaut {
    100% { -webkit-transform: translate(-10rem, -10rem);}
}
@keyframes move-astronaut{
    100% { -webkit-transform: translate(-10rem, -10rem); transform:translate(-10rem, -10rem); }
}
@-moz-keyframes rotate-astronaut {
    100% { -moz-transform: rotate(-720deg);}
}
@-webkit-keyframes rotate-astronaut {
    100% { -webkit-transform: rotate(-720deg);}
}
@keyframes rotate-astronaut{
    100% { -webkit-transform: rotate(-720deg); transform:rotate(-720deg); }
}
@-moz-keyframes glow-star {
    40% { -moz-opacity: 0.3;}
    90%,100% { -moz-opacity: 1; -moz-transform: scale(1.2);}
}
@-webkit-keyframes glow-star {
    40% { -webkit-opacity: 0.3;}
    90%,100% { -webkit-opacity: 1; -webkit-transform: scale(1.2);}
}
@keyframes glow-star{
    40% { -webkit-opacity: 0.3; opacity: 0.3;  }
    90%,100% { -webkit-opacity: 1; opacity: 1; -webkit-transform: scale(1.2); transform: scale(1.2); border-radius: 62499.9375rem;}
}

.page-error .spin-earth-on-hover{
    transition: ease 200s !important;
    transform: rotate(-3600deg) !important;
}

.page-error {
    background: url(../img/core/overlay_stars.svg) #E7202D;
    background-repeat: repeat;
    background-size: contain;
    background-position: left top;
    position: relative;
}

.page-error .central-body {
    height: 90vh;
    display: flex;
	align-items: center;
	justify-content: center;
    text-align: center;
}

.page-error .central-body img {
    width: 21.875rem;
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 0 2.5rem;
    pointer-events: none;
}

.page-error .central-body .btn {
    padding: 0.875rem 1.875rem;
}

.page-error .objects img {
    z-index: 3;
    pointer-events: none;
}

.page-error .objects .object_rocket {
    width: 2.5rem;
    position: absolute;
    top: 75%;
    z-index: 3;
    transform: translateX(-3.125rem);
    animation: rocket-movement 200s linear infinite both running;
    pointer-events: none;
}

.page-error .objects .object_earth {
    width: 6.25rem;
    position: absolute;
    top: 20%;
    left: 15%;
    z-index: 3;
}

.page-error .objects .object_moon {
    width: 5rem;
    position: absolute;
    top: 12%;
    left: 25%;
}

.page-error .objects .object_astronaut {
    width: 8.75rem;
    animation: rotate-astronaut 200s infinite linear both alternate;
}

.page-error .objects .box_astronaut {
    position: absolute;
    top: 60%;
    right: 5%;
    z-index: 3;
    animation: move-astronaut 50s infinite linear both alternate;
    will-change: transform;
}

.page-error .glowing_stars .star {
    width: 0.1875rem;
    height: 0.1875rem;
    background-color: #fff;
    position: absolute;
    border-radius: 100%;
    opacity: 0.3;
    will-change: opacity;
}

.page-error .glowing_stars .star:nth-child(1) {
    top: 80%;
    left: 25%;
    animation: glow-star 2s infinite ease-in-out alternate 1s;
}

.page-error .glowing_stars .star:nth-child(2) {
    top: 20%;
    left: 40%;
    animation: glow-star 2s infinite ease-in-out alternate 3s;
}

.page-error .glowing_stars .star:nth-child(3) {
    top: 25%;
    left: 25%;
    animation: glow-star 2s infinite ease-in-out alternate 5s;
}

.page-error .glowing_stars .star:nth-child(4) {
    top: 75%;
    left: 80%;
    animation: glow-star 2s infinite ease-in-out alternate 7s;
}

.page-error .glowing_stars .star:nth-child(5) {
    top: 90%;
    left: 50%;
    animation: glow-star 2s infinite ease-in-out alternate 9s;
}

.page-error-2 {
    height: 80vh;
    display: flex;
	align-items: center;
	justify-content: center;
    text-align: center;
}

.page-error-2 h1 {
	font-size: 2rem;
	margin: 0 0 1.875rem;
}

.page-error-2 img {
    width: 43.75rem;
    max-width: 100%;
    display: block;
	margin: 0 0 4.375rem;
}

.page-error-2 .btn {
    padding: 0.875rem 1.875rem;
}

/* LANDING PAGE */
.main-wrapper.landing .title {
    text-align: center;
	margin: 0 0 3.125rem;
}

.main-wrapper.landing .title h2 {
	font-size: 2.25rem;
    margin: 0 0 0.9375rem;
}

.main-wrapper.landing .title p {
    margin: 0;
}

.main-wrapper.landing .banner {
	text-align: center;
    padding: 6.25rem 0 0;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255, 236, 237, 0.00) 90%, #FFECED 100%);
	background: linear-gradient(180deg, rgba(255, 236, 237, 0.00) 90%, #FFECED 100%);
	background: linear-gradient(180deg, rgba(255, 236, 237, 0.00) 90%, #FFECED 100%);
}

.main-wrapper.landing .banner h1 {
	font-size: 3rem;
	margin: 0 0 1.25rem;;
}

.main-wrapper.landing .banner p {
	font-size: 1rem;
	margin: 0 0 0.625rem;
}

.main-wrapper.landing .banner a.btn {
	padding: .875rem 1.25rem;
}

.main-wrapper.landing .banner a.btn i {
	position: relative;
	bottom: 0.125rem;
	padding-left: 0.4375rem;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.main-wrapper.landing .banner .slider {
    margin-bottom: -9.375rem;
    margin-top: 3.125rem;
}

.main-wrapper.landing .banner .slider img {
	width: 100%;
}

.main-wrapper.landing .client {
	background: #ffeced;
	padding: 15.625rem 0 6.25rem;
}

.main-wrapper.landing .client h2 {
    font-size: 2.25rem;
    margin: 0;
}

.main-wrapper.landing .client .item {
	margin: 0 0.625rem;
}

.main-wrapper.landing .client .item img {
	width: 100%;
}

/*
.main-wrapper.landing .intro {
	background: #ffeced;
	padding: 15.625rem 0 6.25rem;
}

.main-wrapper.landing .intro .text {
	padding-right: 1.875rem;
}

.main-wrapper.landing .intro .text h2 {
	font-size: 2.25rem;
    margin: 0 0 0.9375rem;
}

.main-wrapper.landing .intro .text p {
	font-size: 1rem;
	margin: 0;
}

.main-wrapper.landing .intro .search-result {
	background: #fff;
	padding: 1.875rem;
	border-radius: 0.9375rem;
	-webkit-border-radius: 0.9375rem;
	-moz-border-radius: 0.9375rem;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.main-wrapper.landing .intro .search-result .item-header {
	border-bottom: 0.0625rem solid #999;
	padding: 0 0 0.625rem;
	margin: 0 0 0.9375rem;
}

.main-wrapper.landing .intro .search-result .item-header p {
	margin: 0;
}

.main-wrapper.landing .intro .search-result .item-header p i {
	color: #E7202D;
}

.main-wrapper.landing .intro .search-result .item {
	background: #f1f1f1;
	padding: 0.9375rem;
	margin: 0 0 0.9375rem;
	border-radius: 0.9375rem;
	-webkit-border-radius: 0.9375rem;
	-moz-border-radius: 0.9375rem;
}

.main-wrapper.landing .intro .search-result .item:last-child {
	margin: 0;
}

.main-wrapper.landing .intro .search-result .item h3 {
	font-size: 1.25rem;
	color: #E7202D;
	margin: 0 0 0.3125rem;
}

.main-wrapper.landing .intro .search-result .item span{
	font-size: 0.8125rem;
	color: #0A1C3E;
	display: block;
	margin: 0 0 0.3125rem;
}

.main-wrapper.landing .intro .search-result .item p {
	font-size: 1rem;
	margin: 0;
}
*/

.main-wrapper.landing .who {
    padding: 6.25rem 0;
}

.main-wrapper.landing .who h2 {
	font-size: 2.625rem;
	color: #111;
    line-height: 130%;
    margin: 0 0 3.125rem;
    text-align: center;
}

.main-wrapper.landing .who h3 {
	background: #E7202D;
	font-size: 2.5rem;
	font-weight: 600;
    color: #22A8E7;
    color: #fff;
	margin: 0;
    padding: 0.3125rem 0.9375rem;
    display: inline-block;
  	animation: shadow-pulse 1s infinite;
}

.main-wrapper.landing .who .arrow {
    font-size: 3.75rem;
    color: #111;
    margin: 1.25rem 0;
    display: block;
}

.main-wrapper.landing .who .item {
	background: #f3eed9;
	padding: 1.875rem;
	border-radius: 0.625rem;
	-webkit-border-radius: 0.625rem;
	-moz-border-radius: 0.625rem;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.main-wrapper.landing .who .item ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.main-wrapper.landing .who .item ul li {
    font-size: 1.25rem;
    margin: 0 0 0.625rem;
    display: flex;
	border-bottom: 0.0625rem solid #999;
    padding: 0 0 1.875rem;
    margin: 0 0 1.875rem;
}

.main-wrapper.landing .who .item ul li:last-child {
	margin: 0;
	border-bottom: 0;
	margin: 0;
	padding: 0;
}

.main-wrapper.landing .who .item ul li i {
	position: relative;
	top: 0.375rem;
	margin-right: 0.625rem;
	color: #2b8a3e;
}

@keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}

@-webkit-keyframes flash {
	0% { opacity: 1; } 
	50% { opacity: .1; } 
	100% { opacity: 1; }
}

@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0rem rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 2.1875rem rgba(0, 0, 0, 0);
  }
}

.main-wrapper.landing .portfolio {
	background: #000;
	padding: 6.25rem 0;
}

.main-wrapper.landing .portfolio .title h2 {
	color: #E7202D;
}

.main-wrapper.landing .portfolio .title p {
	color: #fff;
}

.main-wrapper.landing .portfolio .slider .slick-list {
	padding: 0 25% !important;
}

.main-wrapper.landing .portfolio .slider .item {
	position: relative;
	border: 0.0625rem solid #0A1C3E;
	opacity: 0.7;
	overflow: hidden;
	border-radius: 0.625rem;
	-webkit-border-radius: 0.625rem;
	-moz-border-radius: 0.625rem;
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	transition: transform 0.5s ease, opacity 0.5s ease;
	-webkit-transition: transform 0.5s ease, opacity 0.5s ease;
	-moz-transition: transform 0.5s ease, opacity 0.5s ease;
}

.main-wrapper.landing .portfolio .slider .item.slick-center {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);	
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.main-wrapper.landing .portfolio .slider .item img {
	width: 100%;
}

.main-wrapper.landing .portfolio .slider .item a.btn {
    width: 7.5rem;
	position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    top: 45%;
    font-size: 0.875rem;
    margin: 0 auto;
    padding: 0.625rem;
    display: none;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.main-wrapper.landing .portfolio .slider .item:hover a.btn {
    display: inline-block;
    z-index: 2;
}

.main-wrapper.landing .portfolio .slider .item:after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	position: absolute;
	top: 0;
    display: none;
	dominant-baseline: none;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.main-wrapper.landing .portfolio .slider .item:hover:after {
	display: block;
	z-index: 1;
}

.main-wrapper.landing .value {
	padding: 6.25rem 0;
}

.main-wrapper.landing .value h2 {
	font-size: 2.25rem;
    color: #0A1C3E;
    line-height: 130%;
    margin: 0 0 0.9375rem;
    text-align: center;
}

.main-wrapper.landing .value p {
    margin: 0 0 5rem;
    text-align: center;
}

.main-wrapper.landing .value .item {
	margin: 0 0 5rem;
}

.main-wrapper.landing .value .item img {
	width: 100%;
	border-radius: 0.625rem;
	-webkit-border-radius: 0.625rem;
	-moz-border-radius: 0.625rem;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.main-wrapper.landing .value .item .text-1 {
	padding-left: 3.125rem;
}

.main-wrapper.landing .value .item .text-2 {
	padding-right: 3.125rem;
}

.main-wrapper.landing .value .item .text-1 h3,
.main-wrapper.landing .value .item .text-2 h3 {
	font-size: 1.75rem;
	color: #0A1C3E;
}

.main-wrapper.landing .value .item .text-1 p,
.main-wrapper.landing .value .item .text-2 p {
	text-align: left;
	margin: 0 0 1.875rem;
}

.main-wrapper.landing .value .item .text-1 p b,
.main-wrapper.landing .value .item .text-2 p b {
	font-size: 1.375rem;
	color: #E7202D;
}

.main-wrapper.landing .value .cta {
	text-align: center;
}

.main-wrapper.landing .value .cta p {
	font-size: 1.375rem;
	color: #fff;
	margin: 0 0 0.3125rem;
}

.main-wrapper.landing .value .cta h4 {
	color: #fff;
	margin: 0;
}

.main-wrapper.landing .value .cta .price {
	background: #000;
	padding: 1.875rem;
	margin: 0 0 0.9375rem;
	border-radius: 0.625rem;
	-webkit-border-radius: 0.625rem;
	-moz-border-radius: 0.625rem;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.main-wrapper.landing .value .cta .price h4 {
	font-size: 1.75rem;
}

.main-wrapper.landing .value .cta .promo-price {
	background: #E7202D;
	padding: 1.875rem;
	border-radius: 0.625rem;
	-webkit-border-radius: 0.625rem;
	-moz-border-radius: 0.625rem;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.main-wrapper.landing .value .cta .promo-price h4 {
	font-size: 2rem;
}

.main-wrapper.landing .package {
	padding: 0 0 6.25rem;
	text-align: center;
}

.main-wrapper.landing .package .content {
	border: 0.3125rem solid #0A1C3E;
	padding: 1.875rem;
	border-radius: 0.625rem;
	-webkit-border-radius: 0.625rem;
	-moz-border-radius: 0.625rem;
}

.main-wrapper.landing .package .content h2 {
	font-size: 2.25rem;
    color: #0A1C3E;
    line-height: 130%;
    margin: 0 0 0.3125rem;
}

.main-wrapper.landing .package .content h3.price {
	font-size: 1.75rem;
	color: #0A1C3E;
	opacity: 0.8;
	text-decoration: line-through;
	margin: 0 0 0.3125rem;
}

.main-wrapper.landing .package .content h3.promo-price {
	font-size: 2.625rem;
	color: #E7202D;
	margin: 0 0 1.875rem;
}

.main-wrapper.landing .package .content ul {
	list-style: none;
	padding: 0;
	display: inline-block;
	margin: 0 0 2.5rem;
	text-align: left;
}

.main-wrapper.landing .package .content ul li {
	font-size: 1.25rem;
	display: flex;
	align-items: center;
	margin: 0 0 0.625rem;
}

.main-wrapper.landing .package .content ul li:last-child {
	margin: 0;
}

.main-wrapper.landing .package .content ul li i {
	padding-right: 0.625rem;
}

.main-wrapper.landing .package .content .addon-bonus {
	background: #f5f5f5;
    display: inline-block;
    padding: 0.9375rem;
	margin: 0 0 2.5rem;
    border-radius: 0.625rem;
}

.main-wrapper.landing .package .content .addon-bonus p {
	font-size: 1.25rem;
	text-decoration: underline;
}

.main-wrapper.landing .package .content .addon-bonus ul {
	margin: 0;
}

.main-wrapper.landing .package .content .addon-bonus ul li {
	font-size: 1rem;
}

.main-wrapper.landing .package .content .button ul {
	display: flex;
	justify-content: center;
	margin: 0;
}

.main-wrapper.landing .package .content .button ul li {
	width: calc(50% - 0.3125rem);
	margin: 0 0.3125rem;
}

.main-wrapper.landing .package .content .button ul li a {
	width: 100%;
	font-size: 1.25rem;
	padding: 0.875rem 1.25rem;
	white-space: nowrap;
}

.main-wrapper.landing .package .content .button ul li a i {
	position: relative;
	bottom: 0.125rem;
	padding-left: 0.4375rem;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.main-wrapper.landing .why {
	padding: 6.25rem 0;
	background: #FFECED;
}

.main-wrapper.landing .why .item {
	background: #fff;
	padding: 1.875rem;
	border-radius: 0.9375rem;
	-webkit-border-radius: 0.9375rem;
	-moz-border-radius: 0.9375rem;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.main-wrapper.landing .why .item h3 {
	font-size: 1.5rem;
	color: #E7202D;
    margin: 0 0 .625rem;
}

.main-wrapper.landing .why .item p {
    font-size: 1rem;
    color: #555;
    margin: 0;
}

.main-wrapper.landing .testimonial {
    padding: 6.25rem 0;
}

.main-wrapper.landing .testimonial .slider .slick-list {
	padding-bottom: 0.9375rem;
}

.main-wrapper.landing .testimonial .slider .slick-list .slick-track {
    display: flex !important;
}

.main-wrapper.landing .testimonial .slider .box-testimonial {
    height: inherit !important;
	margin: 0 0.9375rem;
}

.main-wrapper.landing .testimonial .button-arrow {
	display: flex;
	justify-content: center;
	padding: 0.9375rem 0 0;
}

.main-wrapper.landing .testimonial .button-arrow .btn {
	margin: 0 0.3125rem;
}

.main-wrapper.landing .faq {
	width: 100%;
}

.main-wrapper.landing .faq .title {
	text-align: left;
}

.main-wrapper.landing .faq .item {
	padding: 6.25rem 0;
	border-top: 0.0625rem solid #C6C3C3;
}

.main-wrapper.landing .faq .item .title {
	width: 100%;
	margin: 0 0 1.875rem;
}

.main-wrapper.landing .faq .item .title h2 {
	font-size: 2.25rem;
	line-height: 130%;
	margin: 0;
}

.main-wrapper.landing .faq .item .title p {
	font-size: 1rem;
	font-weight: 700;
	color: #E7202D;
	letter-spacing: 0.25rem;
	text-transform: uppercase;
	margin: 0 0 0.625rem;
}

.main-wrapper.landing .faq .item .accordion .accordion-item h3 {
	font-size: 1rem;
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-weight: 500;
	padding: 1.875rem 0;
	margin: 0;
	cursor: pointer;
}

.main-wrapper.landing .faq .item .accordion .accordion-item h3 span {
	padding-right: 0.9375rem;
}

.main-wrapper.landing .faq .item .accordion .accordion-item h3.accordion-button:not(.collapsed) {
	color: #E7202D;
	background: transparent;
	box-shadow: unset;
	-webkit-box-shadow: unset;
	-moz-box-shadow: unset;
}

.main-wrapper.landing .faq .item .accordion .accordion-item .accordion-body {
	padding: 0 0 1.875rem;
}

.main-wrapper.landing .faq .item .accordion .accordion-item .accordion-body p {
	font-size: 0.9375rem;
	margin: 0 0 0.9375rem;
}

.main-wrapper.landing .faq .item .accordion .accordion-item .accordion-body ul {
	margin: 0;
}

.main-wrapper.landing .faq .item .accordion .accordion-item .accordion-body ul li {
	font-size: 0.9375rem;
}

.main-wrapper.landing .faq .item .accordion .accordion-item .accordion-body p:last-child {
	margin: 0;
}

.main-wrapper.landing .faq .item .accordion .accordion-item:last-child .accordion-body {
	padding: 0;
}