/*--------------------------------------------------------------
1. Common
--------------------------------------------------------------*/

.content-small {
	width: 100%;
	padding: 0 15px;
}

.overlay-hidden {
	overflow: hidden;
}

.overlay-hidden .opacity-bg {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	z-index: 1005;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
}

iframe, object {
	width: 100%;
	height: 100%;
}

#primary {
	position: relative;
	padding-bottom: 100px;
	z-index: 99;
}

.acf-map {
	width: 100%;
	height: 280px;
	margin: 0 0 15px;
}

.acf-map img {
	max-width: inherit !important;
}

.btn.focus, .btn:focus {
	box-shadow: none;
}

a {
	color: #509E2F;
	text-decoration: none;
	-webkit-transform: ease 0.4s all;
	-ms-transform: ease 0.4s all;
	transition: ease 0.4s all;
}

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

a:hover {
	color: #5D295F;
	text-decoration: none;
}

p, body p, li {
	/* font-family: 'Roboto'; */
	font-family: 'Montserrat';
	/* font-size: 16px; */
	font-size: 18px;
	color: #42423D;
}



.title-page {
	/*font-family: "Panton";*/
	font-size: 30px;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 6.5px;
	text-align: center;
	color: #5D295F;
	margin: 0 0 36px;
}

.title-sec {
	/*font-family: "Panton";*/
	font-size: 54px;
	font-weight: 700;
	line-height: 78px;
	letter-spacing: 6.5px;
	color: #5D295F;
	text-align: center;
	margin: 0 0 42px;
}

.subtitle {
	/*font-family: "Panton";*/
	font-size: 22px;
	font-weight: 700;
	line-height: 27px;
	letter-spacing: 1.25px;
	text-align: center;
	margin: 0 0 58px;
}

.bgp-c-b
{
	background-position: center bottom !important;
}
/* button more */

.btn-primary {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 195px;
	height: 50px;
	background-color: #FFAD00;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: -0.35px;
	line-height: 19px;
	color: #5D295F;
	padding: 0 10px;
	border: none;
	border-radius: 4px;
	-webkit-transform: ease 0.4s all;
	-ms-transform: ease 0.4s all;
	transition: ease 0.4s all;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus {
	background-color: #5D295F;
	color: #fff;
	box-shadow: none;
}

.btn-outline-primary {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 184px;
	height: 50px;
	font-weight: 700;
	font-size: 16px;
	line-height: 21px;
	color: #FFAD00;
	padding: 0 16px;
	border-width: 2px;
	border-color: #5D295F;
	border-radius: 0;
	-webkit-transform: ease 0.4s all;
	-ms-transform: ease 0.4s all;
	transition: ease 0.4s all;
}

.btn-outline-primary:active, .btn-outline-primary:focus, .btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
	background-color: #5D295F;
	color: #fff;
	box-shadow: none;
}

.link-more {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #FFAD00;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	padding: 5px 8px 6px 10px;
	-webkit-transform: ease 0.4s all;
	-ms-transform: ease 0.4s all;
	transition: ease 0.4s all;
}

.link-more:hover {
	background-color: #FFAD00;
	color: #fff;
}

.waves-input-wrapper {
	border-radius: 0;
}

/* Image Effect */

.cssImg {
	background: #fff;
	padding: 2px;
	border: 1px solid #ddd;
	margin-right: 20px;
}

.cssImg:hover {
	border-color: #999;
}

.imgEffect {
	position: relative;
	overflow: hidden;
}

.imgEffect:after {
	content: "";
	display: block;
	height: 100%;
	width: 50%;
	position: absolute;
	top: 0px;
	left: -50%;
	background: rgba(255, 255, 255, 0.5);
	transition: all 0.5s;
}

.imgEffect:hover:after {
	left: 150%;
}

/* Image Effect Zoom */

.boxEZoom {
	width: 100%;
	display: inline-block;
	overflow: hidden;
}

.imgEZoom {
	-webkit-transform: ease 0.4s all;
	-ms-transform: ease 0.4s all;
	transition: ease 0.4s all;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.imgEZoom:hover {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}

/* Background Image */

.bg-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Breadcrumb */

.breadcrumb {
	padding: 0.75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #C6C6C6;
	border-radius: 4px;
}

.breadcrumb:after {
	display: block;
	content: "";
	clear: both;
}

.breadcrumb-item {
	float: left;
}

.breadcrumb-item+.breadcrumb-item:before {
	display: inline-block;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	color: #C6C6C6;
	content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover:before {
	text-decoration: underline;
	text-decoration: none;
}

.breadcrumb-item.active {
	color: #C6C6C6;
}

/* pagination */

.pagination {
	width: 100%;
	padding: 12px 0 0;
	margin: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: center;
}

.pagination .page-item {
	padding: 0;
}

.page-item .page-numbers.current, .page-item .page-numbers.current:hover {
	background-color: #000;
	color: #fff;
	z-index: 2;
}

.page-numbers {
	position: relative;
	width: 25px;
	height: 25px;
	/* font-family: 'Roboto'; */
	font-family: 'Montserrat';
	font-size: 12px;
	line-height: 25px;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
}

.page-numbers:focus, .page-numbers:hover {
	background-color: #e8e8e8;
}

.page-numbers.next, .page-numbers.prev {
	text-align: center;
	color: #000;
	border: 1px solid #000;
}

.page-numbers.next:hover, .page-numbers.prev:hover {
	background-color: #e8e8e8;
}

.page-numbers.prev {
	margin-right: 5px;
}

.pagination-lg .page-numbers {
	padding: 0.75rem 1.5rem;
	font-size: 1.2rem;
}

.pagination-sm .page-numbers {
	font-size: 20px;
}

/* Form */

.st-row {
	margin-bottom: 10px;
}

.st-btn {
	margin-top: 20px;
}

.wpcf7 {
	margin-top: 12px;
}

.wpcf7 label {
	font-size: 14px;
	margin-bottom: 11px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], textarea {
	background-color: #fff;
	height: 100%;
	/* font-family: "Roboto"; */
	font-family: "Montserrat";
	/* font-family: "arial"; */
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 22px;
	color: #282828;
	padding: 12px 35px;
	border: 1px solid #e1e1e1;
	border-bottom: none;
	border-radius: 8px;
	box-shadow: inset 0px 3px 9px -5px #5f5f5f;
}

select.wpcf7-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #fff;
	background-image: url("../../images/icon_checkbox-down.svg");
	background-repeat: no-repeat;
	background-position-x: calc(100% - 15px);
	background-position-y: 50%;
	height: 100%;
	/* font-family: "Roboto"; */
	font-family: "Montserrat";
	/* font-family: "arial"; */
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0;
	line-height: 22px;
	color: #282828;
	padding: 12px 35px;
	margin: 0;
	border: 1px solid #e1e1e1;
	border-bottom: none;
	border-radius: 8px;
	box-shadow: inset 0px 3px 9px -5px #5f5f5f;
}

select.wpcf7-select option
{
	font-family: "arial";
}

.wpcf7-form input[type="text"], .wpcf7-form input[type="password"], .wpcf7-form input[type="email"], .wpcf7-form input[type="url"], .wpcf7-form input[type="date"], .wpcf7-form input[type="month"], .wpcf7-form input[type="time"], .wpcf7-form input[type="datetime"], .wpcf7-form input[type="datetime-local"], .wpcf7-form input[type="week"], .wpcf7-form input[type="number"], .wpcf7-form input[type="search"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="color"], select.wpcf7-select {
	height: 68px;
}

.wpcf7-form input[type="text"]:focus, .wpcf7-form input[type="password"]:focus, .wpcf7-form input[type="email"]:focus, .wpcf7-form input[type="url"]:focus, .wpcf7-form input[type="date"]:focus, .wpcf7-form input[type="month"]:focus, .wpcf7-form input[type="time"]:focus, .wpcf7-form input[type="datetime"]:focus, .wpcf7-form input[type="datetime-local"]:focus, .wpcf7-form input[type="week"]:focus, .wpcf7-form input[type="number"]:focus, .wpcf7-form input[type="search"]:focus, .wpcf7-form input[type="tel"]:focus, .wpcf7-form input[type="color"]:focus, select.wpcf7-select:focus {
	outline: none;
	border-color: #e1e1e1;
	box-shadow: none;
}

.cf-interested-header
{
	color: gray;
}

.cf-interested-block .wpcf7-checkbox .wpcf7-list-item
{
	display: block;
	/* color: #fff; */
	color: gray;
}

.cf-modal .cf-interested-header
{
	color: #fff;
	text-shadow: 0 0px 15px black;
	margin-top: 0;
}

.cf-modal .cf-interested-block .wpcf7-checkbox .wpcf7-list-item
{
	color: #fff;
	text-shadow: 0 0px 15px black;
}

.cf-modal + .modal-backdrop.show
{
	opacity: 0.85;
	z-index: 9998;
}


button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"] {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fdb72e;
	background: -moz-linear-gradient(top, #fdb72e 0%, #cf7500 100%);
	background: -webkit-linear-gradient(top, #fdb72e 0%, #cf7500 100%);
	background: linear-gradient(to bottom, #fdb72e 0%, #cf7500 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb72e', endColorstr='#cf7500', GradientType=0);
	min-width: 175px;
	height: 55px;
	/* font-family: 'Roboto'; */
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	padding: 0 10px;
	border: none;
	box-shadow: inset 0px 3px 9px -5px #694909;
	border-radius: 8px;
	-webkit-transform: ease 0.4s all;
	-ms-transform: ease 0.4s all;
	transition: ease 0.4s all;
}

button:hover, .button:hover, .faux-button:hover, .wp-block-button__link:hover, .wp-block-file .wp-block-file__button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background: #cf7500;
	background: -moz-linear-gradient(top, #cf7500 0%, #fdb72e 100%);
	background: -webkit-linear-gradient(top, #cf7500 0%, #fdb72e 100%);
	background: linear-gradient(to bottom, #cf7500 0%, #fdb72e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='cf7500', endColorstr='#fdb72e', GradientType=0);
	color: #fff;
	text-decoration: none;
	box-shadow: none;
}

button:focus, .button:focus, .faux-button:focus, .wp-block-button__link:focus, .wp-block-file .wp-block-file__button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
	outline: none;
	text-decoration: none;
}

.form-contro::-webkit-input-placeholder {
	text-transform: uppercase;
	color: #a0a0a0;
}

.form-contro::-moz-placeholder {
	text-transform: uppercase;
	color: #a0a0a0;
}

.form-contro:-ms-input-placeholder {
	text-transform: uppercase;
	color: #a0a0a0;
}

.form-control::placeholder {
	text-transform: uppercase;
	color: #a0a0a0;
}

.wpcf7 form .wpcf7-response-output {
	width: 100%;
	margin-left: 15px;
	margin-right: 15px;
	color: #000;
}

.video-file-media-fs
{
	
}
.video-file-media-fs .wp-video,
.video-file-media-fs .wp-video .mejs-video,
.video-file-media-fs .wp-video .mejs-video video
{
	width: 100% !important;
}
.video-file-media-fs .mejs-controls
{
	display: none !important;
	visibility: hidden !important;
}
  
/*--------------------------------------------------------------
3 Front Page
--------------------------------------------------------------*/

body {
	background-color: #eee;
	/* font-family: "Roboto", sans-serif; */
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #282828;
	line-height: 26.4px;
	letter-spacing: 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
}

body.logged-in {
	background-position: center 32px;
}

#wrapper {
	position: relative;
}

figure:last-of-type {
	margin-bottom: 15px !important;
}

/*--------------------------------------------------------------
4 Regular Content
--------------------------------------------------------------*/

.sml-content-area {
	width: 100%;
	padding: 0;
	margin-bottom: 100px;
	margin-top: 175px
}

.featured-thumb {
	width: 100%;
	text-align: center;
}

.featured-thumb a {
	display: inline-block;
	width: 477px;
}

.wp-block-image:first-of-type {
	margin-top: 0 !important;
}

.wp-block-image img {
	background: #fff;
	padding: 2px;
	border: 1px solid #ddd;
	margin-right: 20px;
}

.wp-block-image img:hover {
	border-color: #999;
}

.wp-block-table thead {
	background-color: #000;
	color: #fff;
}

.wp-block-table.is-style-stripes tbody tr {
	background-color: #fff;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #f6f6f6
}

/*--------------------------------------------------------------
5 Posts
--------------------------------------------------------------*/

.single-post .sml-entry-content {
	position: static;
	max-width: 700px;
	margin: 0 auto;
}

.sml-entry-meta {
	display: inline-block;
	width: 100%;
	padding-bottom: 16px;
	border-bottom: 1px solid #E6EFF2;
	margin-top: 20px;
}

/*--------------------------------------------------------------
6 Pages
--------------------------------------------------------------*/

/* 404 page */

.error404 .page-content {
	padding-bottom: 20px;
}

.error404 .page-content .search-form, .search .page-content .search-form {
	margin: 10px 0 0;
}

.error404 .search-form .search-field, .search .search-form .search-field {
	border: 1px solid #979797;
	padding: 6px 12px;
	margin: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.search-form .search-submit {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 50px;
	font-size: 32px;
	border: none;
	cursor: pointer;
	background-color: #FFAD00;
	color: #fff;
	padding: 0;
	border-radius: 0;
	margin: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* Search Results */

.search-results {
	padding: 20px;
	margin-bottom: 20px;
}

.search-results article {
	padding: 20px 0 !important;
	border: none !important;
}

/* Nothing Found page */

.no-results {
	padding: 20px;
	margin-bottom: 20px;
}

.no-results .search-form {
	margin: 10px 0 0;
}

.no-results .search-form .search-field {
	padding: 6px 12px;
	margin: 0;
	border: 1px solid #c1c1c1;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

/* Home Page */

#homeSection2nd:focus, #downloadSection:focus, #locationsSection:focus, #homeSection4th:focus, #homeSection5th:focus, #homeSection6th:focus {
	outline: none;
}

.banner-top {
	background-color: #5D295F;
	overflow: hidden;
	z-index: 99;
}

.homeSection1st {
	width: 100%;
	min-height: 400px;
	max-height: 1093px;
	padding: 0;
	z-index: 2;
	background-position: center bottom;
}

.homeSection1st .txt {
	position: absolute;
	/* top: 25.57%; */
	top: 24%;
	left: 18.75%;
	width: 34%;
	/* font-size: 32px; */
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	z-index: 3;
}

.homeSection1st .txt span.header {
	/* font-size: 48px; */
	font-size: 42px;
	line-height: 1;
	display: block;
	text-align: center;
}

.subtitleintrohide {
	font-size: 20px !important;
}

.homeSection2nd {
	width: 100%;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	margin-top: -125px;
	margin-bottom: 203px;
	z-index: 1;
}

.homeSection2nd.hs2-with-video-file
{
	margin-top: -80px;
}

.homeSection2nd .scroll-more {
	top: 130px;
	left: calc(50% - 31px);
	width: 62px;
	height: 45px;
	z-index: 100;
}

.homeSection2nd .scroll-more.scroll-more-2s {
	/* bottom: 150px; */
	bottom: 16%;
	top: auto !important;
}

.homeSection2nd.hs2-with-video-file .scroll-more
{
	top: 90px;
}

.howitworks {
	bottom: -203px;
}

.howitworks__content {
	max-width: 1290px;
	margin: 0 auto;
}

.howitworks__content--title {
	font-size: 80px;
	font-weight: 700;
	line-height: 1;
	color: rgb(255 255 255 / 45%);
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 160px;
}

.howitworks__content--box {
	position: relative;
	-ms-flex: 0 0 calc(20% - 4px);
	flex: 0 0 calc(20% - 4px);
	max-width: calc(20% - 4px);
	background-color: #fff;
	padding: 16px;
}

.howitworks__content--box img
{
	max-width: 50%;
	max-height: 50%;
}

.howitworks__content--box.howitworks__content--box-l3
{
	margin: 0px 10px;
}

.howitworks__content--box::after {
	content: "";
	position: absolute;
	top: calc(50% - 30px);
	right: -43px;
	background-image: url('//ayyeeaoogr.cyon.link/wp-content/uploads/2020/08/arrow.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 86px;
	height: 61px;
}

.howitworks__content--box:first-of-type {
	background-color: #f3a032;
}

.howitworks__content--box:last-of-type::after {
	display: none;
}

.howitworks__content--box p {
	min-height: 40px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #282828;
	margin: 20px 0 0;
}

.howitworks__content--box:first-of-type p {
	color: #fff;
}

.homeSection3rd {
	width: 100%;
	padding: 0 0 320px;
	background-color: #5D295F;
	padding-top: 243px;
	margin-top: -203px;
}

.homeSection3rd .download-wrapper {
	max-width: 1290px;
	margin: 50px auto 0;
}

.homeSection3rd .download-wrapper .ct-left {
	-ms-flex: 0 0 55.8%;
	flex: 0 0 55.8%;
	max-width: 55.8%;
}

.homeSection3rd .download-wrapper .ct-left img {
	width: 100%;
}

.homeSection3rd .download-wrapper .ct-right {
	-ms-flex: 0 0 44.2%;
	flex: 0 0 44.2%;
	max-width: 44.2%;
	padding: 0 30px;
	text-align: center;
}

.homeSection3rd .download-wrapper .ct-right .title-sec {
	font-size: 40px;
	line-height: 1;
	letter-spacing: 0;
	color: #f3a032;
	margin-bottom: 30px;
}

.homeSection3rd .download-wrapper .ct-right p.sub-title {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #fff;
	margin-bottom: 70px;
}

.homeSection3rd .download-wrapper .ct-right .phone-img {
	margin: 20px 0
}

.homeSection3rd .download-wrapper .ct-right .btn-app {
	margin: 0 auto 40px;
	max-width: 240px
}

.homeSection3rd .download-wrapper .ct-right .btn-app img {
	align-self: flex-start;
}

.homeSection3rd .download-wrapper .ct-right .btn-app:last-of-type {
	margin-bottom: 35px;
}

.homeSection3rd .download-wrapper .ct-right p.note {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #fff;
	margin-bottom: 0;
}

.homeSection3rd .locations-wrapper {
	width: 48.65%;
	padding-top: 80px;
	margin: 0 auto;
}

.homeSection3rd .locations-wrapper .title-sec {
	color: #fff;
	margin-bottom: 78px;
}

.banner-bottom {
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: cover;
	height: 1398px;
	padding-top: 756px;
}

.homeSection4th {
	width: 100%;
	padding-top: 15px;
}

.homeSection4th .title-sec {
	color: #fff;
	margin: 0;
	font-size: 70px;
	line-height: 1;
}

.homeSection4th .logo-img {
	margin: 0px auto 30px;
}

.homeSection5th {
	width: 100%;
	padding: 140px 0;
}

.homeSection5th .partners__content {
	width: 59.11%;
	margin: 0 auto;
}

.homeSection5th .partners__content .title-sec {
	margin-bottom: 72.5px;
}

.homeSection5th .partners__content .partners-box {
	background-color: #fff;
	padding: 15px;
	margin: 10px;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 0.16);
}

.homeSection5th .partners__content .swiper-partner {
	overflow: hidden;
	list-style: none;
	padding: 0;
	margin: 0 -10px;
}

.homeSection5th .partners__content .swiper-partner .swiper-pagination {
	bottom: 42px;
}

.swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background-color: #EFEFEF;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background-color: #5D295F;
}

.homeSection6th {
	padding: 120px 0 40px;
}

.homeSection6th .contact__content {
	max-width: 1230px;
	margin: 0 auto;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}

.homeSection6th .contact__content--col {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 140px 0 0;
}

.homeSection6th .contact__content--col:last-of-type {
	padding: 0 120px 0 15px;
}

.homeSection6th .contact__content--col h3.title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
	color: #5e5656;
	margin: 0 0 25px;
}

.homeSection6th .contact__content--col h3.title:last-of-type {
	font-size: 30px;
	margin: 0;
}

.homeSection6th .contact__content--col .subtitle {
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #767676;
	margin: 0 0 80px;
}

/* About Template */

.about-wrapper__banner {
	width: 100%;
	min-height: 400px;
	max-height: 1093px;
	padding: 0;
	z-index: 2;
}

.about-wrapper__banner--content {
	width: 1200px;
	padding: 0 15px;
}

.about-wrapper__banner .title {
	font-size: 156px;
	font-weight: 700;
	line-height: 0.8;
	letter-spacing: 0.2px;
	color: #fff;
	margin: 0;
}

.about-wrapper__banner .sub-title {
	font-size: 64px;
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
	margin: 0;
}

.about-wrapper__missao-visao {
	width: 100%;
	padding: 60px 0 80px;
}

.about-wrapper__missao-visao .scroll-more {
	top: 10px;
	left: calc(50% - 31px);
	width: 62px;
	height: 45px;
	z-index: 100;
}

.about-wrapper__missao-visao__listcontent {
	max-width: 990px;
	margin: 30px auto 0;
	padding: 0 15px 100px;
}

.about-wrapper__missao-visao__listcontent--col {
	-ms-flex: 0 0 calc(50% - 40px);
	flex: 0 0 calc(50% - 40px);
	max-width: calc(50% - 40px);
}

.about-wrapper__missao-visao__listcontent--col__box {
	height: 100%;
	background-color: #fff;
	text-align: center;
	padding: 50px 30px 30px;
	border: 2px solid #4d9e34;
	box-shadow: 0px 0px 40px -10px rgb(88 88 88 / 0.5);
}

.about-wrapper__missao-visao__listcontent--col__box .thumb {
	height: 117px;
	margin: 0 auto 40px;
}

.about-wrapper__missao-visao__listcontent--col__box .thumb img {
	max-height: 100%;
}

.about-wrapper__missao-visao__listcontent--col__box .title {
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	color: #5d295f;
	margin: 0 0 30px;
}

.about-wrapper__missao-visao__listcontent--col__box .ct {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6;
	color: #7d7d7d;
	margin-bottom: 0;
}

.about-wrapper__missao-visao__content {
	max-width: 990px;
	/* text-align: left; */
	text-align: center;
	margin: 0 auto;
	padding: 0 15px 100px;
	
}

.about-wrapper__missao-visao__content .title {
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	color: #282828;
	margin: 0 0 30px;
}

.about-wrapper__missao-visao__content .ct p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	color: #42423D;
	margin-bottom: 20px;
}

.about-wrapper__missao-visao__content .ct p:last-of-type {
	margin-bottom: 0;
}

.about-wrapper__howitwork {
	background-color: #5d295f;
	padding-bottom: 67px;
}

.about-wrapper__howitwork__content {
	max-width: 990px;
	text-align: center;
	margin: 0 auto;
	padding: 0 15px;
}

.about-wrapper__howitwork__content--col {
	-ms-flex: 0 0 calc(33.333333% - 25px);
	flex: 0 0 calc(33.333333% - 25px);
	max-width: calc(33.333333% - 25px);
	margin-top: -80px;
}

.about-wrapper__howitwork__content--col__box {
	height: 100%;
	background-color: #fff;
	text-align: center;
	padding: 50px 30px 30px;
	box-shadow: 0px 0px 40px -10px rgb(88 88 88 / 0.5);
}

.about-wrapper__howitwork__content--col__box .thumb {
	height: 138px;
	margin: 0 auto 40px;
}

.about-wrapper__howitwork__content--col__box .thumb img {
	max-height: 100%;
}

.about-wrapper__howitwork__content--col__box .title {
	font-size: 35px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	color: #282828;
	margin: 0 0 30px;
}

.about-wrapper__howitwork__content--col__box .ct p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: #7d7d7d;
	margin-bottom: 20px;
}

.about-wrapper__howitwork__content--col__box .ct p:last-of-type {
	margin-bottom: 0;
}

.about-wrapper__howitwork__action {
	margin-top: 90px;
}

.about-wrapper__howitwork__action .title {
	font-size: 42px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.2px;
	color: #f3a032;
	margin: 0 0 40px;
}

.about-wrapper__howitwork__action .btn-action {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 366px;
	height: 60px;
	background: #fdb72e;
	background: -moz-linear-gradient(top, #fdb72e 0%, #cf7500 100%);
	background: -webkit-linear-gradient(top, #fdb72e 0%, #cf7500 100%);
	background: linear-gradient(to bottom, #fdb72e 0%, #cf7500 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb72e', endColorstr='#cf7500', GradientType=0);
	box-shadow: none;
	font-weight: 900;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	text-decoration: none;
	color: #5d295f;
	padding: 0 10px;
	border: 2px solid #fff;
	border-radius: 40px;
	-webkit-transform: ease 0.4s all;
	-ms-transform: ease 0.4s all;
	transition: ease 0.4s all;
}

.about-wrapper__howitwork__action .btn-action:hover {
	background: #cf7500;
	background: -moz-linear-gradient(top, #cf7500 0%, #fdb72e 100%);
	background: -webkit-linear-gradient(top, #cf7500 0%, #fdb72e 100%);
	background: linear-gradient(to bottom, #cf7500 0%, #fdb72e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='cf7500', endColorstr='#fdb72e', GradientType=0);
	text-decoration: none;
	box-shadow: none;
}

.about-wrapper .team-sec-wrapper {
	padding: 90px 0 55px;
}

.about-wrapper .team-sec-wrapper .title-page {
	font-size: 48px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0.3px;
	color: #5d295f;
	margin: 0 0 50px;
}

.about-wrapper .team-sec-wrapper .members-wrapper {
	padding-bottom: 0;
}

.about-wrapper .team-sec-wrapper .members-box {
	text-align: center;
}

.about-wrapper .team-sec-wrapper .members-box .avata {
	margin: 0 auto;
	margin-bottom: 10px;
	box-shadow: 0px 0px 40px -10px rgb(88 88 88 / 0.5);
}

.about-wrapper .team-sec-wrapper .members-box .name {
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	color: #282828;
	padding: 0;
	margin: 0;
}

.about-wrapper .team-sec-wrapper .members-box .position {
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	color: #282828;
	padding: 0;
	margin: 0 0 20px;
}

.about-wrapper .team-sec-wrapper .members-box .ct {
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #7d7d7d;
	padding: 0;
}

/* Guide Template */

.guide-wrapper__banner {
	width: 100%;
	min-height: 400px;
	max-height: 1093px;
	padding: 0;
	z-index: 2;
}

.guide-wrapper__banner--content {
	/* width: 1200px; */
	width: 85%;
	padding: 0 15px;
}

.guide-wrapper__banner .title {
	font-size: 72px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
}

.guide-wrapper__banner .sub-title {
	font-size: 52px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	margin: 0;
}

.guide-wrapper article {
	padding-top: 60px !important;
	padding-bottom: 98px !important;
}

.guide-wrapper .sml-entry-content {
	margin-bottom: 60px;
}

.guide-wrapper__video {
	width: 100%;
	padding: 0;
	background-color: #5D295F;
	margin-top: -120px;
	margin-bottom: 203px;
	z-index: 1;
}

.guide-wrapper__video.gwv-with-video-file
{
	margin-top: -100px;
}

.guide-wrapper__video .scroll-more {
	top: 125px;
	left: calc(50% - 31px);
	width: 62px;
	height: 45px;
	z-index: 100;
}

.guide-wrapper__video.gwv-with-video-file .scroll-more
{
	top: 100px;
}

.howitworks-bottom {
	background-color: #5D295F;
	padding-top: 203px;
	margin-top: -203px;
	padding-bottom: 50px;
}

.howitworks-bottom__content {
	max-width: 990px;
	margin: 0 auto;
	padding: 115px 15px 100px;
}

.howitworks-bottom__content--col {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 15px;
}

.howitworks-bottom__content--col:last-of-type {
	padding-right: 0;
	padding-left: 15px;
}

.howitworks-bottom__content--col__box {
	height: 100%;
	text-align: center;
	padding: 97px 30px;
	border: 2px solid #f3a032;
	border-radius: 4px;
}

.howitworks-bottom__content--col__box .title {
	font-size: 42px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	color: #f3a032;
	margin: 0 0 40px;
}

.howitworks-bottom__content--col__box .steps--item {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}

.howitworks-bottom__content--col__box .steps--item span {
	position: relative;
	font-size: 26px;
	font-weight: 400;
	line-height: 36px;
	letter-spacing: 0.5px;
	color: #fff;
	padding-left: 15px;
}

.howitworks-bottom__content--col__box .steps--item span::after {
	content: "";
	position: absolute;
	top: 14px;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #f3a032;
	border-radius: 50%;
}


.guide-wrapper__howitwork__action {
	/* margin-top: 90px; */
}

.guide-wrapper__howitwork__action .title {
	font-size: 42px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.2px;
	color: #f3a032;
	margin: 0 0 40px;
	text-align: center;
}

.guide-wrapper__howitwork__action .btn-action {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 366px;
	height: 60px;
	background: #fdb72e;
	background: -moz-linear-gradient(top, #fdb72e 0%, #cf7500 100%);
	background: -webkit-linear-gradient(top, #fdb72e 0%, #cf7500 100%);
	background: linear-gradient(to bottom, #fdb72e 0%, #cf7500 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb72e', endColorstr='#cf7500', GradientType=0);
	box-shadow: none;
	font-weight: 900;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	text-decoration: none;
	color: #5d295f;
	padding: 0 10px;
	border: 2px solid #fff;
	border-radius: 40px;
	-webkit-transform: ease 0.4s all;
	-ms-transform: ease 0.4s all;
	transition: ease 0.4s all;
	text-align: center;
}

.guide-wrapper__howitwork__action .btn-action:hover {
	background: #cf7500;
	background: -moz-linear-gradient(top, #cf7500 0%, #fdb72e 100%);
	background: -webkit-linear-gradient(top, #cf7500 0%, #fdb72e 100%);
	background: linear-gradient(to bottom, #cf7500 0%, #fdb72e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='cf7500', endColorstr='#fdb72e', GradientType=0);
	text-decoration: none;
	box-shadow: none;
}



.guide-wrapper__faq {
	padding: 125px 0;
}

.guide-wrapper__faq__content {
	max-width: 990px;
	text-align: center;
	margin: 0 auto;
	padding: 0 15px;
}

.guide-wrapper__faq__content .title {
	font-size: 55px;
	font-weight: 700;
	line-height: 1.2;
	color: #282828;
	margin: 0 0 60px;
}

.guide-wrapper__faq__content .steps--item {
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
}

.guide-wrapper__faq__content .steps--item span {
	position: relative;
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
	color: #767676;
	padding-left: 15px;
}

.guide-wrapper__faq__content .steps--item span::after {
	content: "";
	position: absolute;
	top: 14px;
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #f3a032;
	border-radius: 50%;
}

/* Blog Page */

.sml-blog-header {
	background-repeat: no-repeat;
	background-position: 50% 55px;
	background-size: cover;
	margin: 0 -15px 88.5px;
}

.blog-header__container {
	display: flex;
	flex-wrap: wrap;
	width: 1280px;
	margin: 0 auto;
}

.blog-header__container img {
	-ms-flex: 0 0 55%;
	flex: 0 0 55%;
	max-width: 55%;
}

.blog-header__container .title-page {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	margin: 100px 0 0;
}

.sml-blog-content article {
	background-color: #F7F7F7;
	display: flex;
	flex-wrap: wrap;
	padding: 24px 36px 24px 56px;
	margin-bottom: 33px;
}

.sml-blog-content article:last-of-type {
	margin-bottom: 0;
}

.sml-blog-content article .featured-thumb {
	-ms-flex: 0 0 41%;
	flex: 0 0 41%;
	max-width: 41%;
}

.sml-blog-content article .featured-thumb a {
	display: inline-block;
	width: 100%;
}

.sml-blog-content article .info-content {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%;
	padding-left: 63px;
}

.sml-blog-content .sml-entry-header time {
	font-size: 18px;
	font-weight: 500;
	color: #696969;
	line-height: 26.4px;
}

.sml-blog-content .sml-entry-header .title {
	font-size: 26px;
	font-weight: 700;
	color: #509E2F;
	line-height: 32px;
	margin: 18px 0 19px;
}

.sml-blog-content .sml-entry-content p {
	font-size: 18px;
	font-weight: 500;
	line-height: 26.4px;
	margin-bottom: 25px;
}

.sml-blog-content .sml-entry-content a {
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url('http://ayyeeaoogr.cyon.link/wp-content/uploads/2020/07/Rectangle.png');
	width: 220px;
	height: 51px;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: -0.35px;
	font-weight: 700;
	color: #fff;
	padding: 0 25px 0 0;
}

/* Team Page */

.team-page-wrapper {
	position: relative;
	margin: 0;
}

.team-page-wrapper article {
	padding: 0 !important;
}

.team-page-wrapper .team-sec-wrapper {
	width: auto;
	position: relative;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	padding-bottom: 80px;
	margin-bottom: -80px;
	margin-top: 30px;
	z-index: 9;
}

.team-sec-wrapper .title-page {
	color: #FFAD00;
	margin-bottom: 50px;
}

.team-sec-wrapper .members-wrapper {
	padding-bottom: 92px;
}

.team-sec-wrapper .members-box {
	-ms-flex: 0 0 29.5%;
	flex: 0 0 29.5%;
	max-width: 29.5%;
	padding: 0 10px;
}

.team-sec-wrapper .members-box .avata {
	width: 192px;
	height: 192px;
	border-radius: 50%;
	margin-bottom: 33px;
}

.team-sec-wrapper .members-box .name, .team-sec-wrapper .members-box .position {
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	color: #fff;
	padding: 0 0 0 18px;
	margin: 0 0 11px;
}

.team-sec-wrapper .members-box .position {
	text-transform: uppercase;
	color: #FFAD00;
	margin: 0 0 23px;
}

.team-sec-wrapper .members-box .ct {
	font-size: 14px;
	font-weight: 400;
	line-height: 21.6px;
	color: #fff;
	padding: 0 0 0 18px;
	margin: 0;
}

.page-template-template-team .team-sec-wrapper .content-small {
	padding-top: 40px;
}

/* Team Page */


.volunteer-1st-wrapper
{
	margin-top: 100px;
}

.volunteer-1st-wrapper .container
{
	max-width: 990px;
}

.volunteer-1st-box
{
	height: 100%;
	background-color: #fff;
	text-align: center;
	padding: 50px 30px 30px;
	border: 2px solid #4d9e34;
	box-shadow: 0px 0px 40px -10px rgb(88 88 88 / 0.5);
}

/*--------------------------------------------------------------
7. Header
--------------------------------------------------------------*/

.sml-logo {
	margin-right: 2.76%;
}

.header-menu {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

/* .header-menu #menu-main-menu-1 li.menu-item-313 a:after,
.header-menu #menu-main-menu-en-1 li.menu-item-356 a:after
{
	content: '';
	background-image: url('/wp-content/themes/SML-theme/assets/images/supporticonwhite.svg');
	width: 18px;
	height: 16px;
	display: block;
	position: absolute;
	right: -18px;
	top: calc(50% - 8px);
	background-size: contain;
	z-index: 10000000;
	background-repeat: no-repeat;
	background-position-x: right;
} */

.sml-menu > li.menu-item-whatsup-link > a
{
	padding: 5px;
}

.sml-menu > li.menu-item-whatsup-link:hover > a
{
	background-color: rgba(234, 234, 234, 0.3);
}

.header-menu .menu-whatsup-link .menu-whatsup-icon
{
	width: 29px;
	height: 29px;
}

.flyout-menu .menu-whatsup-link .menu-whatsup-icon
{
	width: 22px;
	height: 22px;
}

.blog.sml-body-content header {
	padding-bottom: 35px;
}

.sml-body-content header {
	position: relative;
	width: 100%;
	padding: 37px 4.2%;
	z-index: 9999;
}

body.modal-open.has-sticky.sml-body-content header.header-sticky-s,
body.modal-open.sml-body-content header
{
	z-index: 10000;
}

body.modal-open header
{
	pointer-events: none;
}

/* body.modal-open.sml-body-content header .sml-logo,
body.modal-open.sml-body-content header .navbar-menu-main,
body.modal-open.sml-body-content header .navbar-menu-lang .js-scroll-trigger.btn-menu
{
	z-index: -1;
} */

body.modal-open.sml-body-content header .navbar-menu-lang .sml-menu > li.wpml-ls-menu-item
{
	pointer-events: all;
}

.has-sticky.sml-body-content header.header {
	position: fixed;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
}

.has-sticky.sml-body-content header.header-sticky-s {
/*	background-color: rgba(64, 64, 64, 0.7);  */
	padding: 10px 5% 20px;
	background-color: #509E2F;
	z-index: 9997;
}

.has-sticky.sml-body-content header.header-sticky-s .header-font-green .sml-menu>li:not(:hover):not(.current-menu-item):not(.btn-menu)>a
{
	color: #fff;
}
/* .has-sticky.sml-body-content header.header-sticky-s .header-font-green .sml-menu>li.js-scroll-trigger.pickall-action a:not(.current-menu-item)
{
	color: #fff;
} */

.has-sticky.sml-body-content header {
	position: absolute;
	top: 0;
	left: 0;
	padding: 57px 5%;
}

/* Nav Menu */

.sml-mobile-menu-right {
	position: absolute;
	right: 0;
	top: 6px;
}

.navbar-hamburger {
	line-height: 0;
	width: 22px;
	height: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-width: 2px;
	border-style: solid;
	border-color: #dddddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	cursor: pointer;
}

.navbar-hamburger i {
	font-size: 20px;
	color: #141414;
}

.home .navbar-hamburger i {
	color: #fff;
}

.navbar-menu-main {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%;
}

.sml-menu {
	display: flex;
	list-style: none;
	margin: 0;
}

.sml-menu>li {
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0 5px;
}

.sml-menu>li:first-of-type {
	margin-left: 0;
}

.sml-menu>li:last-of-type {
	margin-right: 0;
}

.sml-menu>li>a {
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
	padding: 12px 20px;
	border-radius: 25px;
}

.header-font-green .sml-menu>li>a
{
	color: #509E2F;
}

.sml-menu>li>a i {
	margin-left: 5px;
}

.home .sml-menu>li>a {
	color: #fff;
}

.sml-menu>li.js-scroll-trigger.btn-menu a, .sml-menu>li.js-scroll-trigger.btn-menu.current_page_item>a {
	display: inline-block;
	background-color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	color: #282828;
	padding: 12px 20px;
	border: none;
	border-radius: 25px;
}

.sml-menu>li.current-menu-item.js-scroll-trigger.btn-menu:hover>a, .sml-menu>li.js-scroll-trigger.btn-menu:hover>a {
	background-color: #FFAD00;
	color: #5D295F;
}

.sml-menu>li.current-page-ancestor>a, .sml-menu>li.current-post-ancestor>a, .sml-menu>li.current_page_item>a, .sml-menu>li.current-menu-ancestor>a, .sml-menu>li.current_page_parent>a, .sml-menu>li.current-menu-item>a, .sml-menu>li:hover>a {
	background-color: #fff;
	color: #282828;
}

.sml-menu>li.js-scroll-trigger a, .sml-menu>li.js-scroll-trigger.current_page_item>a {
	background-color: transparent;
	color: #282828;
}

.sml-menu>li.js-scroll-trigger:hover a {
	background-color: #fff;
	color: #282828;
}

.sml-menu>li.js-scroll-trigger.pickall-action a {
	background-color: transparent;
	color: #fff;
}

.header-font-green .sml-menu>li.js-scroll-trigger.pickall-action a
{
	color: #509E2F;
}

.sml-menu>li.js-scroll-trigger.pickall-action:hover a {
	background-color: #fff;
	color: #282828;
}

.sml-menu>li ul.sub-menu {
	list-style: none;
	position: absolute;
	display: none;
	background-color: transparent;
	min-width: 230px;
	padding: 16px 0 0;
	margin: 0;
	z-index: 99;
}

.navbar-menu-lang .sml-menu>li.wpml-ls-menu-item ul.sub-menu {
	min-width: 126px;
	right: 0;
}

.sml-menu>li:hover ul.sub-menu {
	display: block;
}

.sml-menu>li ul.sub-menu>li {
	background-color: #fff;
	padding: 0 14px;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	margin: 0;
}

.navbar-menu-lang .sml-menu>li.wpml-ls-menu-item ul.sub-menu li {
	padding: 12px 20px;
}

.sml-menu>li ul.sub-menu>li:first-of-type {
	padding-top: 10.5px;
	border-top: 1px solid #707070;
}

.sml-menu>li ul.sub-menu>li:last-of-type {
	padding-bottom: 10.5px;
	border-bottom: 1px solid #707070;
}

.sml-menu>li ul.sub-menu>li a {
	position: relative;
	display: block;
	color: #5D295F;
	line-height: 16px;
	padding: 14px;
	border-bottom: 1px solid #D8D8D8;
}

.navbar-menu-lang .sml-menu>li.wpml-ls-menu-item ul.sub-menu>li a {
	padding: 0;
}

.sml-menu>li ul.sub-menu>li:last-of-type a {
	border-bottom-color: transparent;
}

.sml-menu>li ul.sub-menu>li a, .sml-menu>li.js-scroll-trigger a, .sml-menu>li ul.sub-menu>li.js-scroll-trigger.current-menu-item a, .sml-menu>li.js-scroll-trigger:hover ul.sub-menu>li a {
	background-color: transparent;
	color: #5D295F;
}

.sml-menu>li ul.sub-menu li:hover>a, .sml-menu>li ul.sub-menu>li.js-scroll-trigger:hover a, .sml-menu>li ul.sub-menu>li.current-menu-item a {
	background-color: transparent;
	color: #FFAD00;
}

.navbar-menu-lang .sml-menu>li.wpml-ls-menu-item, .navbar-menu-lang .sml-menu>li.current-menu-item.wpml-ls-menu-item {
	margin-left: auto;
}

.navbar-menu-lang .sml-menu>li.wpml-ls-menu-item>a, .navbar-menu-lang .sml-menu>li.current-menu-item.wpml-ls-menu-item>a {
	background-color: transparent;
	font-size: 14px;
	color: #fff;
}

.navbar-menu-lang .sml-menu>li.wpml-ls-menu-item:hover>a, .navbar-menu-lang .sml-menu>li.current-menu-item.wpml-ls-menu-item:hover>a {
	background-color: #fff;
	color: #282828;
}

/* Flyout Menu*/

body.logged-in .flyout-menu {
	top: 32px;
}

.flyout-menu {
	position: fixed;
	width: 0;
	height: 100%;
	top: 0;
	right: -40px;
	background-color: #1f1f1f;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
	padding: 30px 20px 0;
	z-index: 19999;
}

.flyout-menu.open-nav {
	width: calc(100% - 115px);
	right: 0;
	opacity: 1;
}

.flyout-menu .flyout-menu__top {
	display: block;
	margin: 0 25px 30px;
	position: relative;
}

.btn-menu-mobile i {
	font-size: 24px;
	color: #e6e6e6;
}

.flyout-menu.open-menu .flyout-menu__main {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: auto;
}

.flyout-menu .flyout-menu__main ul {
	width: 100%;
	margin: 0 auto;
}

.flyout-menu .flyout-menu__main ul li {
	position: relative;
	width: 100%;
	text-align: left;
	list-style-type: none;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #626262;
}

.flyout-menu .flyout-menu__main ul li a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #979797;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0;
	line-height: 1.6;
	text-decoration: none;
	padding: 10px 12px;
}

.flyout-menu .flyout-menu__main ul li a I {
	display: none;
}

.flyout-menu .flyout-menu__main ul li.current_page_item a {
	color: #fff;
}

.flyout-menu .flyout-menu__main ul li.js-scroll-trigger.current_page_item a {
	color: #979797;
}

.flyout-menu .flyout-menu__main ul li a img {
	margin-right: 7px;
}

.body-lang-de .flyout-menu .flyout-menu__main ul ul.sub-menu {
	display: none;
}

.flyout-menu .flyout-menu__main ul ul.sub-menu li {
	border-top: 1px solid #626262;
	margin: 0 12px;
	width: auto;
	border-bottom: none;
}

.flyout-menu .flyout-menu__main ul ul.sub-menu li a {
	color: #979797;
	padding: 12px 0;
}

.flyout-menu .flyout-menu__main ul ul ul.sub-menu li {
	background-color: #fff;
	border-bottom: 1px solid #C6C6C6;
}

.flyout-menu .flyout-menu__main ul ul ul.sub-menu li a {
	padding: 12px 60px;
}

.flyout-menu .flyout-menu__main ul .submenu-btn, .flyout-menu .flyout-menu__main ul .subsubmenu-btn {
	display: none;
	position: absolute;
	right: 12px;
	top: 9px;
	display: flex;
	width: 25px;
	height: 25px;
	justify-content: center;
	align-items: center;
}

.flyout-menu .flyout-menu__main ul .submenu-btn i, .flyout-menu .flyout-menu__main ul .subsubmenu-btn i {
	display: flex;
	color: #fff;
	font-size: 20px;
	line-height: 10px;
}

.flyout-menu .flyout-menu__main .menu-lang-menu-container ul>li>a {
	display: none
}

.body-lang-en .flyout-menu .flyout-menu__main .menu-lang-menu-en-container ul>li>a
{
	display: none;
}

.body-lang-en .flyout-menu .flyout-menu__main .menu-lang-menu-en-container ul.sub-menu>li>a
{
	display: block;
}

.body-lang-en .flyout-menu .flyout-menu__main .menu-lang-menu-en-container ul ul.sub-menu
{
	position: relative;
	display: block !important;
	padding: 0;
	min-width: 100%;
}

.body-lang-en .flyout-menu .flyout-menu__main .menu-lang-menu-en-container ul ul.sub-menu li
{
	background-color: transparent;
	padding: 0;
	border: none;
}


.flyout-menu .flyout-menu__main .menu-lang-menu-container ul ul.sub-menu {
	position: relative;
	display: block !important;
	padding: 0;
	min-width: 100%;
}

.flyout-menu .flyout-menu__main .menu-lang-menu-container ul ul.sub-menu li {
	background-color: transparent;
	padding: 0;
	border: none;
}

.flyout-menu .flyout-menu__main .menu-lang-menu-container ul ul.sub-menu li a {
	display: block;
}

/* Modal CF */

.cf-modal {
	z-index: 9999;
}

.cf-modal .modal-dialog {
	width: 90%;
	max-width: 800px;
}

.cf-modal .modal-content {
	top: 140px;
	background-color: #5c5c5a;
	border: 0;
	border-radius: 0;
}

.cf-modal .modal-header {
	border-bottom: 0;
}

.cf-modal .modal-header .modal-header-cont
{
	max-width: 700px;
	margin: 0 auto;
	position: relative;
}

.cf-modal .modal-header .title-sec {
	margin: 0 auto;
	color: #fff;
}

.cf-modal .close {
	margin: 0;
	bottom: -20px;
	position: absolute;
	right: 0;
}

.cf-modal .close span {
	font-size: 48px;
	cursor: pointer;
	font-weight: normal;
	text-shadow: none;
	color: #fff;
}

.cf-modal .modal-header {
	display: block;
}

.cf-modal .modal-body {
	min-height: 300px;
	max-width: 700px;
	margin: 0 auto;
}

.cf-modal .modal-body .title-sec, .cf-modal .modal-body .subtitle {
	color: #fff;
}

.cf-modal .modal-body .contact-box .title-sec,
.cf-modal .modal-body .contact-box .subtitle
{
	display: none;
}

.cf-modal .modal-body .wpcf7-response-output
{
	color: #fff;
}

.cf-modal .wpcf7-form.sent .row.st-row,
.cf-modal .wpcf7-form.sent .row.st-btn :not(.wpcf7-response-output)
{
	display: none !important;
}

/* Modal Download */

.d-p-modal {
	z-index: 9999;
}

.d-p-modal .modal-dialog {
	width: 90%;
	max-width: 800px;
	top: 50px;
}

.d-p-modal .modal-content {
	top: 70px;
	background-color: #5c5c5a;
	border: 0;
	border-radius: 0;
}

.d-p-modal .modal-header {
	border-bottom: 0;
}

.d-p-modal .modal-header .title-sec {
	margin: 0 auto;
	color: #fff;
}

.d-p-modal .close {
	margin: 0;
}

.d-p-modal .close span {
	font-size: 48px;
	cursor: pointer;
	font-weight: normal;
	text-shadow: none;
	color: #fff;
}

.d-p-modal .modal-header {
	display: block;
}

.d-p-modal .modal-body {
	min-height: 300px;
	max-width: 700px;
	margin: 0 auto;
}

.d-p-modal .modal-body .d-p-content {
	font-size: 45px;
	line-height: 1.2;
	text-align: center;
	color: #fff;
}

.d-p-modal .modal-body .title-sec, .d-p-modal .modal-body .subtitle {
	color: #fff;
}

/* Modal City */

.city-modal {
	z-index: 9999;
}

.city-modal .modal-dialog {
	width: 90%;
	max-width: 800px;
	top: 100px;
	left: 10%;
	max-width: 300px;
	margin: 0;
}

.city-modal .modal-content {
	top: 70px;
	background-color: rgba(74, 74, 74, 0.5);
	padding: 10px 20px;
	box-shadow: 0 0 20px -1px rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 3px;
}

.city-modal .modal-header {
	border-bottom: 0;
}

.city-modal .modal-header .title-sec {
	margin: 0 auto;
	color: #fff;
	display: inline-block;
	color: #fff;
	font-size: 21px;
	float: left;
	padding: 19px 0 10px;
	margin-bottom: 5px;
	line-height: 1.2;
}

.city-modal .close {
	margin: 0;
	display: inline-block;
}

.city-modal .close span {
	font-size: 48px;
	cursor: pointer;
	font-weight: normal;
	text-shadow: none;
	color: #fff;
}

.city-modal .modal-header {
	display: block;
}

.city-modal .modal-body {
	min-height: 300px;
	max-width: 700px;
	margin: 0 auto;
}

.city-modal .modal-body .body-title, .city-modal .modal-body .city-text-content {
	color: #fff;
}

.city-modal .modal-body .city-text-content {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 13;
	-webkit-box-orient: vertical;
}

/*--------------------------------------------------------------
8. Footer
--------------------------------------------------------------*/

footer {
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	padding-top: 100px;
	margin-top: -100px;
	z-index: 999;
}

.sml-copyright-wrapper .copyright-text {
	font-size: 12px;
}

.sml-footer-wrapper {
	width: 990px;
	padding-top: 20px;
	padding-bottom: 45px;
}

.sml-footer-wrapper .sml-footer-logo {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.sml-footer-wrapper .sml-footer-logo img {
	width: 54.545454%;
}

.sml-footer-wrapper .footer-menu {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 120px;
	padding-top: 50px;
}

.sml-footer-wrapper .footer-menu a {
	text-decoration: none;
}

.sml-footer-menu {
	margin: 0;
	list-style: none;
}

.sml-footer-menu>li {
	text-align: right;
}

.sml-footer-menu>li:last-of-type {
	margin-bottom: 0;
}

.sml-footer-menu li a {
	/* font-size: 30px;
	font-weight: 400; */
	font-size: 18px;
	font-weight: 700;
	line-height: 1.1;
	color: #fefefe;
}

.sml-footer-menu li a:hover {
	color: #f3a032;
}

.sml-copyright-wrapper .copyright-text {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	padding-bottom: 35px;
}

#social-icons {
	padding: 0;
}

#social-icons ul {
	margin-top: 15px;
	margin-left: 0;
}

#social-icons li {
	list-style: none;
	margin: 0 7.5px;
}

#social-icons a {
	width: 54px;
	height: 54px;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

#social-icons a.linkedin-color {
	/* color: #007bb5; */
	color: #FFAD00;
}

#social-icons a.facebook-color {
	/* color: #3A5998; */
	color: #FFAD00;
}

#social-icons a.twitter-color {
	/* color: #39A9E0; */
	color: #FFAD00;
}

#social-icons a.email-color {
	color: #4285f4;
}

#social-icons a.pinterest-color {
	color: #bd081c;
}

#social-icons a.instagram-color {
	/* color: #c32aa3; */
	color: #FFAD00;
}

#social-icons a.youtube-color {
	/* color: #ff0000; */
	color: #FFAD00;
}

#social-icons a i {
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 24px;
}

#social-icons a:hover {
	color: #FFAD00;
}

.wp-block-buttons .wp-block-button__link {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
}

.wp-block-buttons .wp-block-button__link:hover {
	background: #cf7500 !important;
	background: -moz-linear-gradient(top, #cf7500 0%, #fdb72e 100%)!important;
	background: -webkit-linear-gradient(top, #cf7500 0%, #fdb72e 100%)!important;
	background: linear-gradient(to bottom, #cf7500 0%, #fdb72e 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='cf7500', endColorstr='#fdb72e', GradientType=0)!important;
	color: #fff;
	text-decoration: none;
	box-shadow: none;
}

.subtitlefrontpage {
	text-transform:none;
	font-weight:400;
	text-align: center;
	display: block;
	font-size: 27px;
}