/*menu css */

.divider {
	color: var(--color-1);
	width: 100%;
	margin: 20px auto;
	overflow: hidden;
	text-align: center;
	line-height: 2;
}

.divider:before,
.divider:after {
	content: "";
	vertical-align: middle;
	display: inline-block;
	width: 50%;
	border-bottom: 2px dotted var(--color-1);
	margin: 0 2% 0 -55%;
}
.divider:after {
	margin: 0 -55% 0 2%;
}
h3:nth-child(2) {
	font-size: 3em;
}

h3.divider {
	font-family: var(--big-headers-font);
	text-transform: capitalize;
	font-size: 3rem;
}

.menu-main {
}
.menu-main .nav-link {
	color: var(--color-1);
}
.menu-main .nav-link.active {
	background-color: var(--color-1);
	color: #fff;
}
.menu-main .menu-item h5 {
	font-weight: 700;
	color: var(--color-1);
	margin-bottom: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.item-title {	
	position: relative;
}
.item-title h5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 0;
    font-family: var(--text-font);
}


.item-title h5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	column-gap: 10px;
}
.item-title h5 > span {	
	margin-bottom: -2px;
	font-size: 18px;
	line-height: 1.5;
    font-weight: 800;
    display: flex;
    column-gap: 10px;
    font-family: var(--text-font);
	color: #1677c6;
}
.ingredients {
    font-size: 16px;  
    color: #1e6261;
}
@media (max-width: 1200px) {
	.item-title h5 > span {		
		margin-bottom: -2px;
		font-size: 14px;
		line-height: 1.5;
	}
}

@media (max-width: 1200px) {
	.item-title h5 > span {		
		margin-bottom: -2px;
		font-size: 17px;
		line-height: 1.5;
	}
	h3.divider {
		font-family: var(--big-headers-font);
		text-transform: capitalize;
		font-size: 22px;
	}
	.ingredients {
		font-size: 14px;
	}
}
@media (max-width: 650px) {
	.item-title h5 {
		display: block;
	}
}
.price {
	background-color: transparent;
	color: #1e6261 !important;
	font-size: 18px;
	line-height: 1.5;	
    font-weight: 600;
}
.spicy {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.menu-main .fade:not(.show) {
	display: none;
}
.internal .navbar-brand img {
    max-width: 200px;
}

.menu .nav-item {
	padding: 0.25rem;
}

.menu .nav-item .nav-link {
	background: 0 0;
	border: 0;
	border-radius: var(--menu-button-border-radius);
	color: var(--menu-button-text);
	background-color: var(--menu-button-border);
	border: 2px solid var(--menu-button-text);
	font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.menu .nav-item .nav-link:focus,
.menu .nav-item .nav-link:hover,
.menu .nav-item .nav-link.active,
.menu .nav-item .show>.nav-link {
	color: var(--menu-button-hover-text);
	background-color: var(--menu-button-hover);
	border: 2px solid var(--menu-button-hover-border);
}
/* Menu */

.menu .nav-item {
	padding: 0.25rem;
}

.menu .nav-item .nav-link {
	background: 0 0;
	border: 0;
	border-radius: var(--menu-button-border-radius);
	color: var(--menu-button-text);
	background-color: var(--menu-button-border);
	border: 2px solid var(--menu-button-text);
	font-weight: 600;
    letter-spacing: 1px;
}

.menu .nav-item .nav-link:focus,
.menu .nav-item .nav-link:hover,
.menu .nav-item .nav-link.active,
.menu .nav-item .show>.nav-link {
	color: var(--menu-button-hover-text);
	background-color: var(--menu-button-hover);
	border: 2px solid var(--menu-button-hover-border);
}

.menu-cat {
	text-align: center;
	font-size: 3rem;
	margin: 2rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	margin-bottom: 40px;	
	color: #ef2485;
	margin-bottom: 10px;
}
.light-yellow {
	color: #ffe865;
}


.menu-desc {
	text-align: center;
	font-size: 1rem;
	margin: 2rem 0 3rem 0;
}

.menu-cat-hr {
	border-top: 2px solid black !important;
	margin: 20px;
	opacity: 1;
}

.menu .card {
	border-radius: 0;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
}

.menu .item,
.menu .desc {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.menu .menu-name-wrapper .price-wrapper {
	position: relative;
	white-space: nowrap;
	z-index: 1;
}

.menu .menu-name-wrapper .price-wrapper .price {
	color: var(--menu-price-text);
	background-color: var(--menu-price);
	padding: 5px;
	border-radius: 0px;
	position: absolute;
	top: -35px;
	right: -35px;
	font-weight: bolder;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	text-align: center;
	-ms-flex-item-align: center;
	align-self: center;
	justify-self: center;
}

@media (max-width: 768px) {
	.menu-cat {
		font-size: 2rem;
	}
}
.pink {
    color: #ef2485;
}
.green {
    color: #00a54e;
}
.red {
    color: #d61f1f;
}
.orange {
    color: #df761f !important;
}
.beidge {
    color: #f5ae55!important;
}
.blue {
    color: #2d94e8;
}
.green-dark {
    color: #2eb522;
}
.tab-content {
	background: #fff;
	border-radius: 20px;
	margin-top: 20px;
}

.menu-item  {
    position: relative;
}


.line {
	max-width: 300px;
}
.menu-cat::before, .menu-cat::after {
    content: "";
    background-image: url('../images/design/flower.webp'); 
    background-size: contain; 
    background-repeat: no-repeat;
    height: 80px; 
    width: 80px; 
    margin: 0 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20px;
    flex: 1 0 20px;
	background-position: center;
}
.menu-cat.rice::before, .menu-cat.rice::after {
    content: "";
    background-image: url('../images/design/flower2.webp'); 
    background-size: contain; 
    background-repeat: no-repeat;
    height: 80px; 
    width: 80px; 
    margin: 0 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20px;
    flex: 1 0 20px;
	background-position: center;
}
.menu-cat.bowls::before, .menu-cat.bowls::after {
    content: "";
    background-image: url('../images/design/flower3.webp'); 
    background-size: contain; 
    background-repeat: no-repeat;
    height: 80px; 
    width: 80px; 
    margin: 0 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20px;
    flex: 1 0 20px;
	background-position: center;
}
.menu-cat.korean::before, .menu-cat.korean::after {
    content: "";
    background-image: url('../images/design/flower4.webp'); 
    background-size: contain; 
    background-repeat: no-repeat;
    height: 80px; 
    width: 80px; 
    margin: 0 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20px;
    flex: 1 0 20px;
	background-position: center;
}
.menu-cat.burgers::before, .menu-cat.burgers::after {
    content: "";
    background-image: url('../images/design/flower5.webp'); 
    background-size: contain; 
    background-repeat: no-repeat;
    height: 80px; 
    width: 80px; 
    margin: 0 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 20px;
    flex: 1 0 20px;
	background-position: center;
}

.light-pink {
	color: #efadad;
}

.light-beige {
	color: #fae5cb;
}
.white {
	color: #1e6261;
}
.promo-title {
	-webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='prefix__paintbrushone' x='0' y='0' xml:space='preserve' preserveAspectRatio='none' viewBox='0 0 493 124.983' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle type='text/css' id='style2'%3E.prefix__st0,.prefix__st4,.prefix__st8{fill-rule:evenodd;clip-rule:evenodd}.prefix__st4,.prefix__st8{fill:none;stroke-width:2.2617;stroke-linecap:round}.prefix__st8{stroke-width:2.9071}%3C/style%3E%3Cg id='prefix__g58'%3E%3Cg id='prefix__g800' transform='translate(-143.6 -32.217)'%3E%3Cpath class='prefix__st0' d='M613.2 127.6c-1.6 1.6-7.6-.2-11 .1.1.9 2.1.7 3.5.9l-.8 1.1 1.8.5c-1.9.9-6.2 1.2-7.4.3 1.2 1.1 1 1.9-1.6 2.1 6.1.6 12 2.4 26.3 3-5.7 2.8-10.7 2.7-11.9 5.9l-4.8-.3.8-1.1-1.8-.5c1.9-2.3-7.9-2.3-8.3-1.2 1.4 0 2.1.3 2.3.9l-1.9.3.4 1.1c-6.6.6-13.2 1.2-22 .2 6.9 2.8 25.4-.1 28.5 4.6-6.6 3.7-9.7-.6-17.4 1.9-.5 1.8 1.5 2.4 3.2 3.1-23.8 1-47.6 0-71.9-.6-35.7-.8-66.4 1.2-104.9.4-34.3-.7-65 4-95 6.9-.2-1-2.9-.8-4.7-1-.2-1.2 1.3-1.2 1.6-2.1-4.4 1.5-5.8 0-6.4 1.8-3.1-.1-1.4-.6-1-1.5-21.7 1.4-56 3.1-70.4-1.9-1.4.1-.8.7-.1.7-.3.8-2.3.5-3.7.5l.8-1.1-1.9.3c0-.2.1-.5.1-.7-4.2-.6-5.1-2.5-9.5-1.3l.8-1.1-1.9.3c-1.8-1.3-5.2.4-9.7-.6-.1-1.7-4-1.6-3-3.9l2-.7-.4-1.4c1.4.2 2.2 0 2.5-.6-.9-.4-1.8-.9-3.5-.9l.8-1.3-1.7-1c.7-.8 8.9-1.3 2.8-2l.8-1.1-1.9.3c-1.4-2.2-12.5.4-10.4-3.6-4.2-.6-11.8.5-10.5-2.8l1.9-.3-.4-1.1c3.8.9 10.1-.6 6.5-2.6-1 .9-2.8 1.2-5.1 1.2l-.4-1.1-1.9.3c-.6-.7-1.3-1.4.2-1.5-.7-2.5-2.2-.5-5.9-1.1-.8-4.4 3.5-5.1 6-7-2.5-2.1-6.6-3.4-12.8-3.7.4-1.3-1.2-1.6-.7-3-5.4-1.1-4.4-.3-10.7-1.4 1.2-3.3-4-3.4-9.2-3.5-1.3-4.8 8.5-1.4 11.5-3-.7-1.9-6.2-1.4-8.1-2.7 1-1.4 5.7-.1 6.4-1.8l1.8.5 1.7.5c6.8.9 7.1-.8.1-.7l-1.2-1.2-2.3.2c-.9-1.4-6.3.8-9.8.2-5 0 4.7-3.9-4.2-3.9l-.4-1.1-.8 1.1c-3.3-1.7-5.5-1.9-8.1-2.7-.1-3.3 7.1-1.3 9.1-3.1-2.9-1.9-7.7-.9-9.4-2 1.3-.1 5.1-1.1-1-1.5 1.2-.8 1.9-1.9 1.8-3.6 3.9.4 5.3-1 9.8-.2-.1-1.2 1.3-1.2 1.6-2.1-1-1-3-1.6-3.2-3.1l.7-.7-.5-.8c3.1.4 1.4-2.8 5.2-1.9.5-1.6-4.2-.6-5.9-1.1-.2-1.2 1.3-1.2 1.6-2.1-1.7 0-3.4-.1-3.5-.9l2-.7-.4-1.4c5 .9 6.9-.3 8.8-1.7-.9-1.4-2.3-2.4-4.3-3.2l.8-1.3-1.7-1c-.3-1.6 2-1.3 3.9-1.2.3-2.6-1.7-.3-4.6-1.7 4.8-.8 7.4-6.7 12.9-4.4-.4-.7-.8-1.4-2.2-1.6 11-2.4 21.9-1.7 30.1-4.9l2-.7-.4-1.4c24.8.9 48-5.9 73.2-7.5 42.5-2.7 80.7-3.8 130.9-2.6 40 1 71.3 1.9 110.5 2.8 10.7 6.8 34.7.4 40 9-6.6-.8-2.7.9-6.4 1.8-6-.9-8.6.7-14.6-.1 2.8 2.2 13.8.3 16.7 2.5-2.6 2.4-3.1 2 3.3 2.4l-.8 1.3 1.7 1c-4 1.4-10.8.8-16.1 1.3 6.7 1.9 20.5 2 27.8 1.6l-.8 1.3 1.7 1c.5 1.1 1.6 1.9 3.3 2.4l-.8 1.1 1.7.5c-.3.6-1.3.7-1.4 1.4l-.1.7 1.2.1c-.3 1.9-1 .8-2.5.6-.7 3.2 3.5-.1 4.6 1.7l.4 1.1.8-1.1c1 1.3 3.8 1.7 4.4 3.2.9 2.3-2.9 1.1-5.1 1.2 2.1 3.2 8 1.5 9.3 2.8l-.8 1.3 1.7 1c.1.6-.6.7-1.3.7.3 1.7 5.9.6 8.3 1.2-.1 1.3-1.7 1.5-1.7 2.8 13.3 2.1 20.3-1 27.1 6-2.4-.1-4.8-.3-7.2-.4.1.9 2.1.7 3.5.9-3.2 2-10.9.5-19.6.3 1.1 2.8 16.4 2.1 17.9 2.5 3.6.9-1.7 1.9-1.7 2.8.4 0 .8 0 1.2.1l-.8 1.1.4 1.1c-4.8.8-11.1.6-17.1.5 6.2 2.8 23.2 1.2 34.9 2.8l-.8 1.3 1.7 1c.2 1.3-1.2 1.3-2.7 1.3-.5 1.6 4.2.6 5.9 1.1l-.8 1.1.4 1.1c0 .2-.1.5-.1.7l-1.7-.5.4 1.1c-.3.6-1.3.7-1.4 1.4-.1 1.6 5.1.6 7.1 1.2 1.1 2.4-4 .3-2.9 2.8-13.2-.4-15.2.2-29.2-.3 11.7 1.8 17.4 3.3 31.3 2.6 1.5 1.8 1.5 1.9 3.3 2.4.3 3.2-8.5-.3-10 1.6 1.2 1 3.2 1.5 1.8 3.8-9.6-1.3-15.5 0-23.2.1 3.6.7 4.4 2.7 8 3.4l-.8 1.1zm-49.1-57.4c-.9-.7-3.5.3-3.7.5-1.4 1.2 4.4.1 3.7-.5z' id='prefix__path4'/%3E%3Cpath class='prefix__st0' d='M190.1 129.3l-.5 1.3c-.6 1.1-2-.8-2.5.6-3.2-1.1 1.1-3.4 3-3.5l.4 1.1 1.7.5z' id='prefix__path6'/%3E%3Cpath class='prefix__st0' d='M153.3 94.9l.7-.3c.4 1.7 2-.8 3.5.9-2.5.6-3.6 0-9.8.2 1.4-1.1 3.5-1.5 4.9-.4 0-.2.1-.5.1-.7z' id='prefix__path8'/%3E%3Cg id='prefix__g56'%3E%3Cpath d='M621.9 130.3c-5.7-.1-11.4-1.1-17-.6' id='prefix__path10' fill-rule='evenodd' clip-rule='evenodd' fill='none' stroke-width='2.005' stroke-linecap='round'/%3E%3Cpath d='M213.5 136.8c-.9.4-1.7.5-2.5.6' id='prefix__path12' fill-rule='evenodd' clip-rule='evenodd' fill='none' stroke-width='1.218' stroke-linecap='round'/%3E%3Cpath d='M192.6 130.4c-.9-.3-1.7-.7-2.6-1.1' id='prefix__path14' fill-rule='evenodd' clip-rule='evenodd' fill='none' stroke-width='2.405' stroke-linecap='round'/%3E%3Cpath class='prefix__st4' d='M190.4 128.8c.9-.7 1.8-1.3 2.8-2' id='prefix__path16'/%3E%3Cpath d='M169.7 98.8c.1-.5.4-1 .6-1.4' id='prefix__path18' fill-rule='evenodd' clip-rule='evenodd' fill='none' stroke-width='2.933' stroke-linecap='round'/%3E%3Cpath d='M153.3 94.9c.2-.9.2-1.5.4-2.2' id='prefix__path20' fill-rule='evenodd' clip-rule='evenodd' fill='none' stroke-width='1.089' stroke-linecap='round'/%3E%3Cpath d='M146.9 74.7c2.5.4 4.8-.3 7.3.1' id='prefix__path22' fill-rule='evenodd' clip-rule='evenodd' fill='none' stroke-width='1.564' stroke-linecap='round'/%3E%3Cpath class='prefix__st8' d='M150.6 66.8c.8.1 1.6.2 2.4.4' id='prefix__path24'/%3E%3Cpath d='M154.2 60c1.2-.2 2.5-.2 3.7-.4' id='prefix__path26' fill-rule='evenodd' clip-rule='evenodd' fill='none' stroke-width='2.766' stroke-linecap='round'/%3E%3Cpath d='M198.2 44.1c-.8-.1-1.6-.1-2.4 0' id='prefix__path28' fill-rule='evenodd' clip-rule='evenodd' fill='none' stroke-width='2.668' stroke-linecap='round'/%3E%3Cpath d='M550.5 52.3c2.8-.3 5.7.2 8.5.3' id='prefix__path30' fill-rule='evenodd' clip-rule='evenodd' fill='none' stroke-width='2.913' stroke-linecap='round'/%3E%3Cpath d='M563.1 57.5c2-.1 4.1.1 6.1-.3' id='prefix__path32' fill-rule='evenodd' clip-rule='evenodd' fill='none' stroke-width='2.83' stroke-linecap='round'/%3E%3Cpath d='M569.7 61.7c-.8 0-1.6.1-2.5.2' id='prefix__path34' fill-rule='evenodd' clip-rule='evenodd' fill='none' stroke-width='2.038' stroke-linecap='round'/%3E%3Cpath d='M567.5 64.5c.9-.3 1.9-.1 2.7 0 .6 1.2 1.6 2.2 1 3.5' id='prefix__path36' fill-rule='evenodd' clip-rule='evenodd' fill='none' stroke-width='1.101' stroke-linecap='round'/%3E%3Cpath class='prefix__st8' d='M579.7 75.4c.8-.1 1.6-.1 2.5-.1' id='prefix__path38'/%3E%3Cpath class='prefix__st8' d='M607.1 94.5c4 .2 8.1.5 12.1.7' id='prefix__path40'/%3E%3Cpath d='M624.4 100.2c1.6-.1 3.3-.1 4.9-.3' id='prefix__path42' fill-rule='evenodd' clip-rule='evenodd' fill='none' stroke-width='2.807' stroke-linecap='round'/%3E%3Cpath class='prefix__st4' d='M628.6 104.6c.8-.2 1.7-.2 2.5-.2' id='prefix__path44'/%3E%3Cpath d='M627.1 106c1.1.6 2.3.7 3.5.9' id='prefix__path46' fill-rule='evenodd' clip-rule='evenodd' fill='none' stroke-width='1.193' stroke-linecap='round'/%3E%3Cpath d='M611.5 127.1c2.8-.7 5.9.5 8.6-.2' id='prefix__path48' fill-rule='evenodd' clip-rule='evenodd' fill='none' stroke-width='1.958' stroke-linecap='round'/%3E%3Cpath d='M598.4 139.6c3 .7 6.5 1 9.7.6' id='prefix__path50' fill-rule='evenodd' clip-rule='evenodd' fill='none' stroke-width='2.009' stroke-linecap='round'/%3E%3Cpath d='M211.7 140.8c-3.6-.1-8 .7-9.1 3 2.1 1.8 6.7 0 9.6 1.2' id='prefix__path52' fill-rule='evenodd' clip-rule='evenodd' fill='none' stroke-width='2.601' stroke-linecap='round'/%3E%3Cpath d='M224.8 150c-1.6 1.2-2.1 1.8-2 2.5 3.8.7 8.8 1.4 12.5.4' id='prefix__path54' fill-rule='evenodd' clip-rule='evenodd' fill='none' stroke-width='0' stroke-linecap='round'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='prefix__paintbrushone' x='0' y='0' xml:space='preserve' preserveAspectRatio='none' viewBox='0 0 493 124.983' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'%3E%3Cstyle type='text/css' id='style2'%3E.prefix__st0,.prefix__st4,.prefix__st8{fill-rule:evenodd;clip-rule:evenodd}.prefix__st4,.prefix__st8{fill:none;stroke-width:2.2617;stroke-linecap:round}.prefix__st8{stroke-width:2.9071}%3C/style%3E%3Cg id='prefix__g58'%3E%3Cg id='prefix__g800' transform='translate(-143.6 -32.217)'%3E%3Cpath class='prefix__st0' d='M613.2 127.6c-1.6 1.6-7.6-.2-11 .1.1.9 2.1.7 3.5.9l-.8 1.1 1.8.5c-1.9.9-6.2 1.2-7.4.3 1.2 1.1 1 1.9-1.6 2.1 6.1.6 12 2.4 26.3 3-5.7 2.8-10.7 2.7-11.9 5.9l-4.8-.3.8-1.1-1.8-.5c1.9-2.3-7.9-2.3-8.3-1.2 1.4 0 2.1.3 2.3.9l-1.9.3.4 1.1c-6.6.6-13.2 1.2-22 .2 6.9 2.8 25.4-.1 28.5 4.6-6.6 3.7-9.7-.6-17.4 1.9-.5 1.8 1.5 2.4 3.2 3.1-23.8 1-47.6 0-71.9-.6-35.7-.8-66.4 1.2-104.9.4-34.3-.7-65 4-95 6.9-.2-1-2.9-.8-4.7-1-.2-1.2 1.3-1.2 1.6-2.1-4.4 1.5-5.8 0-6.4 1.8-3.1-.1-1.4-.6-1-1.5-21.7 1.4-56 3.1-70.4-1.9-1.4.1-.8.7-.1.7-.3.8-2.3.5-3.7.5l.8-1.1-1.9.3c0-.2.1-.5.1-.7-4.2-.6-5.1-2.5-9.5-1.3l.8-1.1-1.9.3c-1.8-1.3-5.2.4-9.7-.6-.1-1.7-4-1.6-3-3.9l2-.7-.4-1.4c1.4.2 2.2 0 2.5-.6-.9-.4-1.8-.9-3.5-.9l.8-1.3-1.7-1c.7-.8 8.9-1.3 2.8-2l.8-1.1-1.9.3c-1.4-2.2-12.5.4-10.4-3.6-4.2-.6-11.8.5-10.5-2.8l1.9-.3-.4-1.1c3.8.9 10.1-.6 6.5-2.6-1 .9-2.8 1.2-5.1 1.2l-.4-1.1-1.9.3c-.6-.7-1.3-1.4.2-1.5-.7-2.5-2.2-.5-5.9-1.1-.8-4.4 3.5-5.1 6-7-2.5-2.1-6.6-3.4-12.8-3.7.4-1.3-1.2-1.6-.7-3-5.4-1.1-4.4-.3-10.7-1.4 1.2-3.3-4-3.4-9.2-3.5-1.3-4.8 8.5-1.4 11.5-3-.7-1.9-6.2-1.4-8.1-2.7 1-1.4 5.7-.1 6.4-1.8l1.8.5 1.7.5c6.8.9 7.1-.8.1-.7l-1.2-1.2-2.3.2c-.9-1.4-6.3.8-9.8.2-5 0 4.7-3.9-4.2-3.9l-.4-1.1-.8 1.1c-3.3-1.7-5.5-1.9-8.1-2.7-.1-3.3 7.1-1.3 9.1-3.1-2.9-1.9-7.7-.9-9.4-2 1.3-.1 5.1-1.1-1-1.5 1.2-.8 1.9-1.9 1.8-3.6 3.9.4 5.3-1 9.8-.2-.1-1.2 1.3-1.2 1.6-2.1-1-1-3-1.6-3.2-3.1l.7-.7-.5-.8c3.1.4 1.4-2.8 5.2-1.9.5-1.6-4.2-.6-5.9-1.1-.2-1.2 1.3-1.2 1.6-2.1-1.7 0-3.4-.1-3.5-.9l2-.7-.4-1.4c5 .9 6.9-.3 8.8-1.7-.9-1.4-2.3-2.4-4.3-3.2l.8-1.3-1.7-1c-.3-1.6 2-1.3 3.9-1.2.3-2.6-1.7-.3-4.6-1.7 4.8-.8 7.4-6.7 12.9-4.4-.4-.7-.8-1.4-2.2-1.6 11-2.4 21.9-1.7 30.1-4.9l2-.7-.4-1.4c24.8.9 48-5.9 73.2-7.5 42.5-2.7 80.7-3.8 130.9-2.6 40 1 71.3 1.9 110.5 2.8 10.7 6.8 34.7.4 40 9-6.6-.8-2.7.9-6.4 1.8-6-.9-8.6.7-14.6-.1 2.8 2.2 13.8.3 16.7 2.5-2.6 2.4-3.1 2 3.3 2.4l-.8 1.3 1.7 1c-4 1.4-10.8.8-16.1 1.3 6.7 1.9 20.5 2 27.8 1.6l-.8 1.3 1.7 1c.5 1.1 1.6 1.9 3.3 2.4l-.8 1.1 1.7.5c-.3.6-1.3.7-1.4 1.4l-.1.7 1.2.1c-.3 1.9-1 .8-2.5.6-.7 3.2 3.5-.1 4.6 1.7l.4 1.1.8-1.1c1 1.3 3.8 1.7 4.4 3.2.9 2.3-2.9 1.1-5.1 1.2 2.1 3.2 8 1.5 9.3 2.8l-.8 1.3 1.7 1c.1.6-.6.7-1.3.7.3 1.7 5.9.6 8.3 1.2-.1 1.3-1.7 1.5-1.7 2.8 13.3 2.1 20.3-1 27.1 6-2.4-.1-4.8-.3-7.2-.4.1.9 2.1.7 3.5.9-3.2 2-10.9.5-19.6.3 1.1 2.8 16.4 2.1 17.9 2.5 3.6.9-1.7 1.9-1.7 2.8.4 0 .8 0 1.2.1l-.8 1.1.4 1.1c-4.8.8-11.1.6-17.1.5 6.2 2.8 23.2 1.2 34.9 2.8l-.8 1.3 1.7 1c.2 1.3-1.2 1.3-2.7 1.3-.5 1.6 4.2.6 5.9 1.1l-.8 1.1.4 1.1c0 .2-.1.5-.1.7l-1.7-.5.4 1.1c-.3.6-1.3.7-1.4 1.4-.1 1.6 5.1.6 7.1 1.2 1.1 2.4-4 .3-2.9 2.8-13.2-.4-15.2.2-29.2-.3 11.7 1.8 17.4 3.3 31.3 2.6 1.5 1.8 1.5 1.9 3.3 2.4.3 3.2-8.5-.3-10 1.6 1.2 1 3.2 1.5 1.8 3.8-9.6-1.3-15.5 0-23.2.1 3.6.7 4.4 2.7 8 3.4l-.8 1.1zm-49.1-57.4c-.9-.7-3.5.3-3.7.5-1.4 1.2 4.4.1 3.7-.5z' id='prefix__path4'/%3E%3Cpath class='prefix__st0' d='M190.1 129.3l-.5 1.3c-.6 1.1-2-.8-2.5.6-3.2-1.1 1.1-3.4 3-3.5l.4 1.1 1.7.5z' id='prefix__path6'/%3E%3Cpath class='prefix__st0' d='M153.3 94.9l.7-.3c.4 1.7 2-.8 3.5.9-2.5.6-3.6 0-9.8.2 1.4-1.1 3.5-1.5 4.9-.4 0-.2.1-.5.1-.7z' id='prefix__path8'/%3E%3Cg id='prefix__g56'%3E%3Cpath d='M621.9 130.3c-5.7-.1-11.4-1.1-17-.6' id='prefix__path10' fill-rule='evenodd' clip-rule='evenodd' fill='none' stroke-width='2.005' stroke-linecap='round'/%3E%3Cpath d='M213.5 136.8c-.9.4-1.7.5-2.5.6' id='prefix__path12' fill-rule='evenodd' clip-rule='evenodd' fill='none' stroke-width='1.218' stroke-linecap='round'/%3E%3Cpath d='M192.6 130.4c-.9-.3-1.7-.7-2.6-1.1' id='prefix__path14' fill-rule='evenodd' clip-rule='evenodd' fill='none' stroke-width='2.405' stroke-linecap='round'/%3E%3Cpath class='prefix__st4' d='M190.4 128.8c.9-.7 1.8-1.3 2.8-2' id='prefix__path16'/%3E%3Cpath d='M169.7 98.8c.1-.5.4-1 .6-1.4' id='prefix__path18' fill-rule='evenodd' clip-rule='evenodd' fill='none' stroke-width='2.933' stroke-linecap='round'/%3E%3Cpath d='M153.3 94.9c.2-.9.2-1.5.4-2.2' id='prefix__path20' fill-rule='evenodd' clip-rule='evenodd' fill='none' stroke-width='1.089' stroke-linecap='round'/%3E%3Cpath d='M146.9 74.7c2.5.4 4.8-.3 7.3.1' id='prefix__path22' fill-rule='evenodd' clip-rule='evenodd' fill='none' stroke-width='1.564' stroke-linecap='round'/%3E%3Cpath class='prefix__st8' d='M150.6 66.8c.8.1 1.6.2 2.4.4' id='prefix__path24'/%3E%3Cpath d='M154.2 60c1.2-.2 2.5-.2 3.7-.4' id='prefix__path26' fill-rule='evenodd' clip-rule='evenodd' fill='none' stroke-width='2.766' stroke-linecap='round'/%3E%3Cpath d='M198.2 44.1c-.8-.1-1.6-.1-2.4 0' id='prefix__path28' fill-rule='evenodd' clip-rule='evenodd' fill='none' stroke-width='2.668' stroke-linecap='round'/%3E%3Cpath d='M550.5 52.3c2.8-.3 5.7.2 8.5.3' id='prefix__path30' fill-rule='evenodd' clip-rule='evenodd' fill='none' stroke-width='2.913' stroke-linecap='round'/%3E%3Cpath d='M563.1 57.5c2-.1 4.1.1 6.1-.3' id='prefix__path32' fill-rule='evenodd' clip-rule='evenodd' fill='none' stroke-width='2.83' stroke-linecap='round'/%3E%3Cpath d='M569.7 61.7c-.8 0-1.6.1-2.5.2' id='prefix__path34' fill-rule='evenodd' clip-rule='evenodd' fill='none' stroke-width='2.038' stroke-linecap='round'/%3E%3Cpath d='M567.5 64.5c.9-.3 1.9-.1 2.7 0 .6 1.2 1.6 2.2 1 3.5' id='prefix__path36' fill-rule='evenodd' clip-rule='evenodd' fill='none' stroke-width='1.101' stroke-linecap='round'/%3E%3Cpath class='prefix__st8' d='M579.7 75.4c.8-.1 1.6-.1 2.5-.1' id='prefix__path38'/%3E%3Cpath class='prefix__st8' d='M607.1 94.5c4 .2 8.1.5 12.1.7' id='prefix__path40'/%3E%3Cpath d='M624.4 100.2c1.6-.1 3.3-.1 4.9-.3' id='prefix__path42' fill-rule='evenodd' clip-rule='evenodd' fill='none' stroke-width='2.807' stroke-linecap='round'/%3E%3Cpath class='prefix__st4' d='M628.6 104.6c.8-.2 1.7-.2 2.5-.2' id='prefix__path44'/%3E%3Cpath d='M627.1 106c1.1.6 2.3.7 3.5.9' id='prefix__path46' fill-rule='evenodd' clip-rule='evenodd' fill='none' stroke-width='1.193' stroke-linecap='round'/%3E%3Cpath d='M611.5 127.1c2.8-.7 5.9.5 8.6-.2' id='prefix__path48' fill-rule='evenodd' clip-rule='evenodd' fill='none' stroke-width='1.958' stroke-linecap='round'/%3E%3Cpath d='M598.4 139.6c3 .7 6.5 1 9.7.6' id='prefix__path50' fill-rule='evenodd' clip-rule='evenodd' fill='none' stroke-width='2.009' stroke-linecap='round'/%3E%3Cpath d='M211.7 140.8c-3.6-.1-8 .7-9.1 3 2.1 1.8 6.7 0 9.6 1.2' id='prefix__path52' fill-rule='evenodd' clip-rule='evenodd' fill='none' stroke-width='2.601' stroke-linecap='round'/%3E%3Cpath d='M224.8 150c-1.6 1.2-2.1 1.8-2 2.5 3.8.7 8.8 1.4 12.5.4' id='prefix__path54' fill-rule='evenodd' clip-rule='evenodd' fill='none' stroke-width='0' stroke-linecap='round'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: 101% 100%;
	mask-size: 101% 100%;
	padding: 0.5rem 3rem;
	background-color: var(--color-2);
	max-width: 250px;
    margin: 0 auto;
}

.corner-clip {
	-webkit-clip-path: polygon(10% 0, 90% 0, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0 90%, 0 10%);
	clip-path: polygon(10% 0, 90% 0, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0 90%, 0 10%);
}
.accent-1 .btn-template {
	color: #000 !important;
}
.welcome {
	background-color: var(--color-1);
}
.front .welcome-title {
	font-size: 50px;
    font-weight: 1000;
	color: var(--color-2)!important;
}
.reviews-module h2 {
	color: #1e6261 !important;
}
.menu .nav-pills .nav-link.active, #menu .nav-pills .show > .nav-link {
    color: #000;
    background-color: var(--color-2);
    text-transform: uppercase;
	border: 1px solid var(--color-2);
}
.menu .nav-pills .nav-link {
	border: 1px solid var(--color-2);
}
.menu .nav-pills .nav-link:hover {
	border: 1px solid var(--color-2);
	color: #000;
    background-color: var(--color-2);
}