@font-face {
	font-family: 'Allust DEMO';
    src:  url('/fonts/Allust-DEMO-Regular.ttf.woff') format('woff'),
    url('/fonts/Allust-DEMO-Regular.ttf.svg#Allust-DEMO-Regular') format('svg'),
    url('/fonts/Allust-DEMO-Regular.ttf.eot'),
    url('/fonts/Allust-DEMO-Regular.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy-Black.eot');
    src: local('Gilroy Black'), local('Gilroy-Black'),
        url('/fonts/Gilroy-Black.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Gilroy-Black.woff') format('woff'),
        url('/fonts/Gilroy-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

* {
	padding: 0;
	margin: 0;
	font-family: "Manrope", serif;
}

.font2 {
	font-family: "Tenor Sans", sans-serif;
}

.owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}

.container {
	max-width: 1300px;
}
.page-box {
	overflow: hidden;
}
body {
	background-color: #F7F2EA;
}


.header {	
	position: relative;
	z-index: 2;
	padding: 0 0 15px 0;
}
.header .d-flex {	
	display: flex;
	display: -webkit-flex;
}
.header .menu-box {
	margin-left: auto;
}
.header .logo {
	background-color: #C7E6F2;
	padding-bottom: 30px;
	border-radius: 0 0 100px 100px;
	display: block;
}
.header .btn-box {
	margin-top: 40px;
	margin-left: 20px;
	margin-right: 20px;
}


.menu-box {	
	margin-right: 50px;
	margin-top: 50px;
}
.header .soc-box {	
	margin-top: 42px;
	display: block;
}
.header .soc-box a {	
	margin-left: 0;
}

.menu-btn-box {
	display: none;
}
.menu-box {	
	
}
.menu {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
}
.menu a {
	font-size: 21px;
	color: #333333;
	display: block;
	text-decoration: none;
	position: relative;
	margin: 0 3%;
	white-space: nowrap;
}
.menu span:hover, .menu a:hover, .menu a.act {
	color: #D4A32E;
}
.menu a:hover:after, .menu a.act:after {
	content: '';
	position: absolute;
	height: 4px;
	width: 100%;
	background: #D4A32E;
	top: 100%;
	left: 0;
}

.menu-btn-box {
	display: none;
}

body.fixed .b1 {
	padding-top: 90px;
}
body.fixed .header .d-flex {
	padding: 0;
}
body.fixed .header {
	padding: 10px 0;
	top: 0;
	left: 0;
	width: 100%;
	position: fixed;
	z-index: 10;
	background-color: rgba(43,36,72,0.9);
}
body.fixed .menu-btn-box {
	display: block;
	margin-left: 10px;
}
body.fixed .header .btn1 {
	font-size: 14px;
}
body.fixed .header .menu a {
	font-size: 15px;
}

.menu-box.open {
    display: block !important;
}

.side-menu {	
	position: fixed;
	top: 0;
	right: 100%;
	z-index: 300;
	background-color: rgba(0,0,0,0.5);	
	width: 100%;
	height: 100%;
	overflow: auto;
	transition: all .5s;
}
.side-menu.show {		
	right: 0;
}
.menu-box-right {
	display: block;
	padding-right: 0;
	position: relative;
	padding: 30px 0 30px 5%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: -600px;
	width: 400px;
	background-color: white;
	overflow-y: auto;
	transition: all .5s;
}
.side-menu .logo-box {
	margin-bottom: 15px;
}
.side-menu .btn-box {
	margin-bottom: 20px;
}
.side-menu .menu {
	display: block;
	padding: 0 0 20px 0;
	position: relative;
}
.side-menu .menu a, .side-menu .sub-menu a, .side-menu .menu .sub > span {
	display: block;
	font-size: 20px;
	line-height: 1.2;
	color: #31363a !important;
	font-weight: 500;
	padding: 0;
	margin: 0 0 15px 0;
}
.side-menu .menu a:hover, .side-menu .sub-menu a:hover, .side-menu .menu .sub > span:hover {	
	color: #da4531 !important;
}
.side-menu .sub-menu {
	padding: 0 0 10px 10px;
	position: static;
	background-color: transparent;
}
.side-menu .menu-close {
	display: inline-block;
	position: fixed;
	left: 410px;
	top: -100px;
	cursor: pointer;
	transition: all .5s;
	cursor: pointer;
}
.side-menu.show .menu-close {
	width: 100%;
	height: 100%;
}
.phone-box2 {
	position: relative;
	margin-top: 20px;
}
.phone-box2 a {
	font-size: 18px;
	line-height: 1.2;
	display: block;
	color: #677056;
	display: block;
	margin-bottom: 10px;
}
.phone-box2 span {
	font-size: 15px;
	color: #677056;
	text-decoration: underline;
	display: inline-block;
	cursor: pointer;
}
.side-menu.show .menu-box-right {
	left: 0;
}
.side-menu.show .menu-close {
	top: 30px;
}
.side-menu .btn1 {
	margin-bottom: 15px;
	max-width: 220px;
	width: 100%;
	font-size: 14px;
}
.side-menu .lang-box {
	justify-content: flex-start;
}


.b1 {
	padding: 0;
	background-color: #F7F2EA;
}
.b1 .inner {
	max-width: 1920px;
	margin: 0 auto;
}
.b1 .col1 {
	flex: 0 0 56%;
	-webkit-flex: 0 0 56%;
}
.b1 .col2 {
	flex: 0 0 44%;
	-webkit-flex: 0 0 44%;	
}

.b1.with-video .col1 {
	flex: 1;
	-webkit-flex: 1;
}
.b1.with-video .col2 {
	flex: 0 0 35%;
	-webkit-flex: 0 0 35%;	
}

.b1 .text-row .col1 {
	background: url('img/b1.png') 95% center no-repeat;
	padding-bottom: 80px;
}
.b1 .text-row .col2 {
	min-width: 0;
	position: relative;
}
.b1 .txt {
	max-width: 850px;
	margin: 120px 0 0 0;
}
.b1 .txt h1 {
	font-family: "Tenor Sans", sans-serif;
	font-size: 70px;
	color: #0091A6;
	text-transform: uppercase;
	line-height: 1.1;
	margin-bottom: 20px;
}
.b1 .txt .ttl2 {
	font-family: "Tenor Sans", sans-serif;
	font-size: 32px;
	line-height: 1.3;
	color: #3E3E3E;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.b1 .txt ul{
	margin-bottom: 40px;
}
.b1 .txt li {
	font-size: 22px;
	color: #3E3E3E;
	margin-bottom: 15px;
	list-style: none;
	position: relative;
}
.b1 .txt li img {
	position: absolute;
	left: 0;
	top: 0;
}
.b1 .text-row .box {
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	padding: 27px 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin-bottom: 50px;
}
.price-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
}
.price-box .price {
	margin-right: 35px;
}
.price {
	font-family: "Tenor Sans", sans-serif;
	font-size: 50px;
	color: #0091A6;
	line-height: 1.1;
}
.price-old {
	font-family: "Tenor Sans", sans-serif;
	font-size: 34px;
	color: #3E3E3E;
	text-decoration: line-through;
	line-height: 1.1;
}

.stamp {
	position: absolute;
	right: 40px;
	bottom: 70px;
	z-index: 2;
	opacity: .7;
}

.b1.v2 .txt h1 {
	font-size: 70px;
	margin-bottom: 30px;
}
.b1.v2 .txt p {
	font-size: 18px;
	margin-bottom: 20px;
}

.b1.with-video .text-row .top-slider .box {
	height: 100%;
	background-size: cover !important;
	padding: 0;
	object-fit: cover;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.timer-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	margin-left: 65px;
}
.timer-box .ttl {
	font-family: "Tenor Sans", sans-serif;
	font-size: 21px;
	font-weight: normal;
	text-transform: uppercase;
	color: #3E3E3E;
	margin-right: 25px;
	max-width: 200px;
}
.timer-box .timer1 {
	font-family: "Tenor Sans", sans-serif;
	padding: 15px 20px;
	border-radius: 10px;
	background-color: white;
	display: inline-block;
	font-size: 33px;
	line-height: 1;
	color: #3E3E3E;
}
.b1 .btn-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
}
.b1 .btn1 {
	width: 100%;
	max-width: 415px;
	margin-right: 30px;
}
.gift-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
}
.gift-box .ico {
	flex: 0 0 84px;
	-webkit-flex: 0 0 84px;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background-color: white;
	margin-right: 20px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
}
.gift-box p {
	font-size: 18px;
	color: #3E3E3E;
	margin-bottom: 0;
}



.btn0 {
	font-size: 18px;
	color: white;
	font-weight: 700;
	cursor: pointer;
	padding: 5px 25px;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #54A4F8;
	transition: all .5s;
	background: rgba(2, 113, 227, 0.19);
	box-shadow: 0 2px 5px 1px rgba(0,0,0,.15);
	display: inline-block;
}
.btn0:hover {
	color: white;
	box-shadow: 0 0 15px 5px rgba(255,167,1,.5);
	text-decoration: none;
	background: rgba(2, 113, 227, 1);
}
.btn1 {
font-family: "Tenor Sans", sans-serif;
	font-size: 20px;
	line-height: 1.2;
	color: white;
	text-transform: uppercase;
	cursor: pointer;
	padding: 30px 60px;
	border-radius: 10px;
	text-decoration: none;
	border: 0;
	transition: all .5s;
	background: #1396A7;
	display: inline-block;
	border: 1px solid #4A90A4;
	display: inline-block;
	text-align: center;
}
.btn1 img {
	margin-left: 15px;
}
.btn1:hover {
	color: white;
	text-decoration: none;
	background-color: #0E7E8C;
}

.btn2 {
font-family: 'Allust DEMO';
	font-size: 24px;
	color: white;
	cursor: pointer;
	padding: 10px 35px;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	border: 1px solid white;
	transition: all .5s;
	background: rgba(241,213,206,.05);
	box-shadow: 0 2px 5px 1px rgba(0,0,0,.15);
	display: inline-block;
}
.btn2:hover {
	color: white;
	box-shadow: 0 0 15px 5px rgba(255,167,1,.5);
	text-decoration: none;
	background: #4A90A4;
}

.httl-top {
	text-align: center;
	 margin-bottom: 20px;
}
.httl-top span {
  font-family: "PT Serif", serif;
	position: relative;
	display: inline-block;
	font-size: 46px;
	color: #4A90A4;
	line-height: 1.2;
}
.httl-top span:before {
	position: absolute;
	content: '';
	width: 73px;
	height: 20px;
	background: url('img/ttl1.svg') center top no-repeat;
	left: 0;
	top: 50%;
	margin: -8px 0 0 -85px;
}
.httl-top span:after {
	position: absolute;
	content: '';
	width: 73px;
	height: 20px;
	background: url('img/ttl2.svg') center top no-repeat;
	right: 0;
	top: 50%;
	margin: -8px -85px 0 0;
}
.httl {
	font-family: 'Allust DEMO';
	  font-size: 70px;
	  color: #272727;
	  text-align: center;
	  line-height: 1.2;
	  margin-bottom: 60px;
}

.b02 {	
	overflow: hidden;
	padding: 100px 0;
}
.b02 .item {	
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	margin-bottom: 100px;
}
.b02 .item .img {	
	padding-left: 20px;
	margin-bottom: 20px;
	max-width: 40%;
	margin-right: auto;
}
.b02 .item .img img {	
	max-width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}
.b02 .item .img span {	
	position: relative;
	display: inline-block;
}
.b02 .item .img span:before {	
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: -020px;
	top: 20px;
	background-color: #D4A32E;
	z-index: 0;
}
.b02 .item .txt{	
	max-width: 50%;
}
.b02 .item .ttl {	
	position: relative;
	padding-top: 50px;
	margin-bottom: 20px;
}
.b02 .item .ttl .num {	
font-family: 'Gilroy';
	color: #4A90A4;
	opacity: .1;
	font-size: 150px;
	font-weight: 900;
	line-height: 1;
	position: absolute;
	left: 0;
	bottom: -20px;
}
.b02 .item .ttl span {	
  font-family: "Rubik", sans-serif;
  font-weight: 700;
	font-size: 35px;
	color: #484848;
}
.b02 .item .txt p {	
	font-size: 24px;
	font-weight: 300;
	color: #484848;
	margin-bottom: 0px;
}
.b02 .item.v2 .img {	
	order: 2;
	margin-left: auto;
}
.b02 .item.v2 .txt {	
	order: 1;
	margin-right: 20px;
}
.b02 .btn-box {	
	text-align: center;
	margin-top: 100px;
}
.b02 .btn1 {	
	padding: 20px;
}

.b03 {
	max-width: 1920px;
	margin: 0 auto;
}
.b03 .items, .b03 .items-txt {
	display: flex;
	display: -webkit-flex;
}
.b03 .items .img {
	flex: 0 0 33.33%;
	-webkit-flex: 0 0 33.33%;
	height: 600px;
	background-size: cover !important;
}
.b03 .items-txt .img {
	flex: 0 0 33.33%;
	-webkit-flex: 0 0 33.33%;
	min-height: 600px;
	background-size: cover !important;
}
.b03 .items-txt .txt {
	flex: 0 0 66.77%;
	-webkit-flex: 0 0 66.77%;
	padding: 120px 80px 60px 80px;
	background-color: #D4A32E;
	overflow: hidden;
}
.b03 .items-txt .txt .ttl {
	font-size: 60px;
	font-weight: bold;
	color: white;
	line-height: 1.4;
	margin-bottom: 50px;
}
.b03 .items-txt .txt p {
	font-size: 30px;
	color: white;
	line-height: 1.2;
	margin-bottom: 20px;
}
.b03 .items-txt .btn-box {
	margin-top: 80px;
	position: relative;
	text-align: right;
}
.b03 .items-txt .btn-box:before {
	content: '';
	position: absolute;
	width: 40%;
	left: -80px;
	top: 0;
	height: 2px;
	background-color: #4A90A4;
}
.b03 .items-txt .btn-box:after {
	content: '';
	position: absolute;
	width: 2px;
	right: 0;
	bottom: 50px;
	height: 270px;
	background-color: white;
}
.b02.v2 .item {
	margin-bottom: 0;
}
.b02.v2 .btn-box {
	margin-top: 50px;
}

.view-more {
	cursor: pointer;
	text-decoration: none;
	font-size: 20px;
	color: white;
	position: relative;
	display: inline-block;
}
.view-more:before {
	content: '';
	position: absolute;
	left: -55px;
	top: 0;
	width: 45px;
	height: 22px;
	background: url('img/more.svg') center top no-repeat;
}

.my-100 {
	margin: 100px auto;
}

.b04 {
	max-width: 1920px;
	margin: 0 auto;
}
.rev {
	background-color: white;
	padding: 80px;
	border-radius: 25px;
}
.rev .ttl {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}
.rev p {
	font-size: 24px;
	color: #3C3C3C;
	margin-bottom: 20px;
}
.rev .bottom {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	margin-top: 50px;
}
.rev .bottom .stars {
	margin-right: 15px;
}
.rev .bottom .stars img {
	max-width: 100%;
	height: auto;
}
.rev .bottom .name {
	font-size: 24px;
	color:#707070;
	margin-left: auto;
}

.btn1.v2 {
	padding: 25px 50px;
}

.b05 .col-md-6 {
	margin-top: 150px;
}
.b05 .box {
	background: linear-gradient(135deg,  rgba(255,244,218,1) 0%,rgba(255,255,255,1) 100%);
	border: 1px solid #D4A32E24;
	border-radius: 30px;
	padding: 150px 40px 40px 40px;
	height: 100%;
	position: relative;
	box-shadow: 0 30px 30px 5px rgba(0,0,0,.05);
}
.b05 .box .img {
	position: relative;
	margin-bottom: 40px;
}
.b05 .box .img img {
	max-width: 100%;
	height: auto;
	position: absolute;
	left: 50%;
    transform: translate(-50%, 0);
	bottom: 0;
	margin-top: -200px;
}
.b05 .box .step {
	text-align: center;
	margin-bottom: 30px;
}
.b05 .box .step span {
	background-color: #D4A32E;
	border-radius: 30px;
	color: white;
	font-family: "Tenor Sans", sans-serif;
	font-size: 40px;
	text-transform: uppercase;
	line-height: 1;
	padding: 8px 20px 2px 20px;
	display: inline-block;
}
.b05 .box .ttl {	
	color: #1D1D1B;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: 25px;
	margin-bottom: 15px;
	position: relative;
}
.b05 .box .ttl:before {	
	content: '';
	position: absolute;
	width: 40%;
	left: 0;
	top: 100%;
	margin-left: -40px;
	height: 2px;
	background-color: #4A90A4;
}
.b05 .box p {	
	color: #666666;
	font-size: 20px;
	margin-bottom: 0;
}

.b06 {
	background: url('img/b6.jpg') center top no-repeat;
	padding-top: 380px;
}
.b06 .httl {
	margin-bottom: 20px;
}
.b06 .inner-bg {
	background-color: rgba(255,255,255,.92);
	border-radius: 20px;
	padding: 60px 30px 200px 30px;
}
.httl2 {
	font-family: "PT Serif", serif;
	text-align: center;
	font-size: 30px;
	margin-bottom: 20px;
}

.b06 .items {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-top: -150px;
	padding: 0 20px;
}
.b06 .items .item {
	flex: 0 0 19.8%;
	-webkit-flex: 0 0 19.8%;
	background-color: white;
	border-radius: 20px;
	padding: 30px 15px;
	position: relative;
	text-align: center;
	border: 1px solid #4A90A44F;
}
.b06 .items .item .num {
	position: absolute;
	left: 50%;
	top: 0;
	margin: -20px 0 0 -20px;
	border-radius: 50%;
	background-color: #D4A32E;
	font-family: "Tenor Sans", sans-serif;
	color: white;
	width: 40px;
	height: 40px;
	text-align: center;
	padding-top: 10px;
	line-height: 1;
	font-size: 24px;
}
.b06 .items .item .ttl {
	font-family: "Tenor Sans", sans-serif;
	font-size: 20px;
	min-height: 80px;
	margin-bottom: 15px;
}
.b06 .items .item p {	
	font-size: 18px;
	color: #606060;
	margin-bottom: 0;
}

.b06 .item-desc {
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	border-radius: 20px;
	padding: 30px 15px;
	position: relative;
	text-align: center;
	border: 1px solid #4A90A44F;
	margin: 20px;
}
.b06 .item-desc p {	
	font-size: 18px;
	color: #606060;
	margin-bottom: 0;
}

.b07 .inner {
	background-color: #FFEDC2;
	padding: 80px 0 50px 0;
}

.accordion .item {
	background-color: white;
	border-radius: 20px;
	padding: 30px;
	margin-bottom: 30px;
}
.accordion .item button {
	font-size: 28px;
	line-height: 1.2;
	color: #2E2E2E;
	padding: 15px 50px 15px 0;
	border: 0;
	background-color: transparent;
	width: 100%;
	text-align: left;
	position: relative;
}
.accordion .item button span {	
	position: absolute;
	right: 0;
	top: 9px;
	width: 50px;
	height: 50px;
	background: #D4A32E url('img/minus.svg') center center no-repeat;
	display: block;
	border-radius: 10px;
	
}
.accordion .item button.collapsed span {
	background: #F7F7FF url('img/plus.svg') center center no-repeat;
}
.accordion .item button.collapsed {
	
}
.accordion .txt {	
	width: 90%;
	padding-bottom: 15px;
}
.accordion .txt p {	
	font-size: 20px;
	color: #474747;
	margin-bottom: 15px;
}

.b08 .bottom-txt {
	margin-top: 50px;
	text-align: center;
}
.b08 .bottom-txt .btn1, .b08 .bottom-txt .btn2 {
	margin: 0 15px 15px 15px;
	width: 100%;
	max-width: 390px;
}
.b08 .bottom-txt .httl2 {
	font-size: 40px;
	margin-bottom: 40px;
}

.btn2.v2 {
	background-color: white;
	color: #404040;
	padding: 21px 40px;
	border: 1px solid #4A90A4;
}

.b09 {
	padding: 100px 0;
	overflow: hidden;
}
.b09 .img span {
	display: inline-block;
	position: relative;
}
.b09 .img span:before {
	content: '';
	position: absolute;
	width: 100%;
	height: calc(100% + 60px);
	background-color: #D4A32E;
	left: -30px;
	top: -30px;
	z-index: 0;
}
.b09 .img img {
	z-index: 1;
	position: relative;
}
.b09 .txt p {
	font-size: 20px;
	line-height: 1.6;
	color: #515151;
	margin-bottom: 30px;
}





.white {
	color: white !important;
}



.center-form {
	padding: 50px 0;
}
.form2 {
	max-width: 600px;
	margin: 0 auto;
}
.form2 input[type="text"], .form2 textarea {
	font-size: 18px;
	color: white;
	background-color: #1E1A2D;
	padding: 15px;
	border-radius: 10px;
	border: 0;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	outline: 0;
}
.form2 textarea {
	min-height: 120px;
}
.form2 .inp {
	margin-bottom: 20px;
}
.form2 button {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
	border-radius: 10px;
	border: 0;
}
.form2.v2 input[type="text"], .form2 textarea {
	border: 1px solid black;
	background-color: white;
	color: black;
	padding: 13px;
}
.form2.v2 button {
	padding: 18px;
	border: 0;
}

.owl-stage {
	display: flex;
	display: -webkit-flex;
}
.owl-nav {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.owl-nav button {
	width: 50px;height: 50px;
	border-radius: 50%;
	border: 1px solid #4A90A4 !important;
	display: block;
	color: #4A90A4;
	background-color: transition !important;
	outline: 0;
	opacity: 1;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	margin: 0 10px;
}
.owl-nav button.owl-prev {
	left: 0;
}
.owl-nav button.owl-next {
	right: 0;
}
.owl-nav button i {
	color: #4A90A4;
	font-size: 20px;
}
.owl-nav button.owl-prev img {
	margin-left: -2px;
}
.owl-nav button.owl-next img {
	margin-right: -2px;
}
.owl-nav button:hover {	
	color: white;
	background-color: #4A90A4 !important;
}
.owl-nav button:hover i {
	color: white;
}

.owl-dots {
	margin-top: 30px;
	width: 100%;
	text-align: right;
	padding-right: 30px;
}
.owl-dots button { 
   font-size: 0; 
   width: 30px;
   height: 6px;
   border-radius: 10px;
   background: black !important;
   border: 0;
   cursor: pointer;
   margin: 0 5px; 
   outline: 0;   
} 
.owl-dots button.active {   
   background: #ee55e5 !important;
} 





.select1 {
	position: relative;   
	white-space: nowrap;
	border-radius: 5px;
	min-width: 170px;
	border: 1px solid #e6e6e6;
	background-color: white;
}
.select1 select {	
	cursor: pointer;
	font-size: 13px;
	color: #716b6b;
	background-color: transparent;
	padding: 10px 20px 10px 15px;
	white-space: nowrap;
	border: 0;
	outline: 0;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; 
	background: url('fonts/img/down.png') 96% center no-repeat;
}



.form1 input[type="text"], .form1 textarea {
	font-size: 18px;
	color: #787878;
	padding: 15px;
	border-radius: 10px;
	border: 2px solid #d8d8d8;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	outline: 0;
}
.form1 textarea {
	min-height: 120px;
}

.form1 .inp {
	margin-bottom: 18px;
}
.form1 button {
	width: 100%;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	padding: 20px;
	border-radius: 10px;
	border: 0;
}



.modal-dialog {
	max-width: 530px;
	
}
.modal-content {
position: relative;
background-color: white;
padding: 30px  15px;
border-radius: 5px;
}
.modal-content .close {
	position: absolute;
	right: 15px;
	top: 10px;
	z-index: 2;
	cursor: pointer;
}

.modal-content .form-ttl {
	text-align: center;
	font-size: 31px;
	line-height: 1.3;
	color: #363636;
	font-weight: bold;
	margin-bottom: 20px;
}
.modal-content p {
	text-align: center;
	font-size: 18px;
	color: #999999;
	margin-bottom: 30px;
}
.modal-content input, .modal-content textarea {
	font-size: 15px;
	color: #191919;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.modal-content label {
	font-size: 15px;
	display: block;
	margin-bottom: 10px;
}
.modal-content button {
	font-size: 18px;
	padding: 15px;
	font-weight: bold;
	display: block;
	width: 100%;
	border-radius: 5px;
	transition: all .5s;
}

.menu-btn-box {
	
}
.menu-btn {
	width: 26px;
	height: 18px;
	position: relative;	  
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 101;
}
.menu-btn  span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #a1a1a1;
	opacity: 1;
	left: 0;
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	border-radius: 2px;
}
.menu-btn.open  span {
	background: #a1a1a1;
}
.menu-btn  span:nth-child(1) {
  top: 0px;
}
.menu-btn  span:nth-child(2) {
  top: 8px;
}
.menu-btn  span:nth-child(3) {
  top: 16px;
}
.menu-btn.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.menu-btn.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.menu-btn.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.privacy {
	font-size: 13px;
	color: #a2a7b2;
	margin: 10px 10px 0 0;
	text-align: left;
}
.privacy a {
	font-size: 13px;
	color: #ff1b0d;
}




.footer {
	padding: 50px 0;
	background-color: #363636;
}
.soc-box {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
}
.soc-box a {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #4A90A4;
	margin-left: 20px;
	display: inline-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
}
.footer {
	
}
.footer-top {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	margin-bottom: 15px;
}
.footer-top .logo-box {
	margin-right: 30px;
}
.footer-top .phone-box {
	margin-right: 50px;
}
.footer-top .phone b {	
	color: #3E3E3E;
}
.footer-top .btn1 {
	padding: 17px 55px;
}
.footer-center  {
	padding-bottom: 40px;
	border-bottom: 1px solid #DADADA;
}
.header-txt {
	color: white;
}


.footer-menu {
	margin-left: 190px;
}
.footer-menu a {
font-family: "Tenor Sans", sans-serif;
	font-size: 15px;
	color: #94845E;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: block;
	text-decoration: none;
}

.footer-center-right {
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
.footer .soc-box {
	margin-left: auto;
	margin-bottom: 20px;
}
.footer .soc-box span {
	font-size: 14px;
	color: white;
}
.footer .email {
font-family: "Tenor Sans", sans-serif;
	font-size: 22px;
	color: #3E3E3E;
	margin-bottom: 20px;
}

.footer-bottom {
	padding: 30px 0;
	display: flex;
	display: -webkit-flex;
	align-items: center;
		-webkit-align-items: center;
	justify-content: center;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
font-family: "Tenor Sans", sans-serif;
	font-size: 14px;
	color: #94845E;		
}
.footer-bottom a {
	font-family: "Tenor Sans", sans-serif;
	font-size: 14px;
	color: #94845E;
	margin: 10px;
}


.privacy {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
}
.privacy a {
	font-size: 12px;
	color: white;
	opacity: .5;
}
.owl-carousel {
	position: relative;
	padding: 0;
}



.modal-dialog {
	max-width: 530px;
}
.modal-content {
	position: relative;
	padding: 30px  15px;
	border-radius: 5px;
	background: white;
    border: 1px solid rgba(255, 167, 1, 0.3);
}
.modal-content .close {
	position: absolute;
	right: 15px;
	top: 10px;
	z-index: 2;
	cursor: pointer;
}

.modal-content .form-ttl {
	text-align: center;
	font-size: 26px;
	line-height: 1.3;
	color: #FFA701;
	font-weight: bold;
	margin-bottom: 20px;
}
.modal-content p {
	text-align: center;
	font-size: 18px;
	color: #999999;
	margin-bottom: 30px;
}
.modal-content input, .modal-content textarea {
	font-size: 15px;
	color: #191919;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #dfdfdf;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.modal-content label {
	font-size: 15px;
	display: block;
	margin-bottom: 10px;
}
.modal-content button {
	font-size: 18px;
	padding: 20px;
	font-weight: bold;
	display: block;
	width: 100%;
	border-radius: 5px;
	transition: all .5s;
}

.top-slider img {
	max-width: 100%;
	height: auto;
	border: 3px solid #FFCD00;
	border-radius: 10px;
}
.top-slider .box {

}
.top-slider {
	text-align: center;
}
.slider-ttl {
font-family: 'Allust DEMO';
	font-size: 24px;
	color: white;
	padding: 10px 20px;
	background-color: #D4A32E;
	display: inline-block;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	top: -110px;
	left: 50%;
	margin-left: -150px;
}


.pack {
	border: 3px solid #FFCD00;
	border-radius: 20px;
	padding: 20px;
	background-color: white;
	margin-bottom: 30px;
}
.pack .ttl {
	font-family: 'Allust DEMO';
	font-size: 40px;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
	color: #4A90A4;
	margin-bottom: 30px;
}
.pack .ttl2 {	
	font-family: "PT Serif", serif;
	font-size: 24px;
	margin-bottom: 15px;
	margin-top: 30px;
}
.pack .ttl3 {	
	font-family: "PT Serif", serif;
	font-size: 24px;
	text-align: center;
	margin-bottom: 15px;
}
.pack .price {	
	font-family: "PT Serif", serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.pack .oldprice {	
	font-family: "PT Serif", serif;
	font-size: 40px;
	text-align: center;
	text-decoration: line-through;
	text-align: center;
}
.price-desc {
	text-align: center;
	color: #4A90A4;
	font-size: 18px;
	margin-bottom: 20px;
}
.pack li {	
	list-style: none;
	font-size: 16px;
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
}
.pack li:after {	
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	background-color: #4A90A4;
	border-radius: 50%;
}
.pack .btn-box {	
	margin-top: 30px;
}
.pack .btn1 {	
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
	padding: 20px;
}

.b10 {
	padding-top: 100px;
}

.post-page {
	padding: 50px 0;
}
.post-page h2, .post-page h3 {
	margin-bottom: 30px;
	margin-top: 30px;
}
.post-page p {
	font-size: 16px;
	margin-bottom: 20px;
}

.services-slider .owl-stage {
	align-items: flex-start;
}
.services-slider .owl-item {
	padding: 0 5px;
}


.b15 {
	
}
.b15 .col-md-6  {
	margin-bottom: 30px;
}
.b15 .post-prev  {
	padding: 20px;
	border-radius: 20px;
	border: 1px solid #D4A32E;
	height: 100%;
	display: block;
	text-decoration: none;
	background-color: #eee;
	transition: all .5s;
}
.b15 .post-prev:hover  {
	box-shadow: 0 0 15px 5px rgba(0,0,0,.05);
}
.b15 .post-prev .ttl  {
font-family: "PT Serif", serif;
  color: #4A90A4;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.b15 .post-prev .btn-more  {
	font-size: 16px;
	color: #4A90A4;
	text-align: right;
}

@media screen and (max-width: 991px){
	.header .logo img {
		max-width: 100px;
	}
	.menu a {
		font-size: 16px;
	}
	
	.text-row {
		display: block !important;
	}
	.b1 .txt h1 {
		font-size: 36px;
	}
	.b1 .txt h1 br, .b1 .txt .ttl2 br {
		display: none;
	}
	.b1 .txt {
		margin: 40px 20px;
		text-align: center;
		max-width: 100%;
	}
	.b1 .col2 {
		background-color: white;
	}
	.b1 .txt ul {
		display: flex;
		display: -webkit-flex;
		max-width: 510px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.b1 .txt li {
		padding-left: 0;
		padding-top: 50px;
	}
	.b1 .txt li img {
		left: 50%;
		margin-left: -20px;
	}
	.b1 .text-row .txt .box {		
		padding: 15px 0;
		max-width: 620px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.b1 .btn-box {	
		max-width: 620px;
		margin: 0 auto;
	}
	.top-slider {
		margin-top: 0;
		height: 970px;
	}
	.top-slider:after {
		display: none;
	}
	.timer-box .ttl, .gift-box p {
		text-align: left;
	}	
	
	
	.btn1 {
		font-size: 20px;
	}
	.btn2 {
		font-size: 20px;
	}
	
	.b02 {
		padding: 50px 0;
	}
	.httl-top span {	
		font-size: 24px;
	}
	.httl {	
		font-size: 40px;
		margin-bottom: 40px;
	}
	.httl-top span:before {
		background-size: contain;
		width: 30px;
		height: 20px;
		margin: -3px 0 0 -45px;
	}
	.httl-top span:after {
		background-size: contain;
		width: 30px;
		height: 20px;
		margin: -3px -45px 0 0 ;
	}
	.b02 .item .txt {
		max-width: 55%;
	}
	.b02 .item .ttl {
		padding-top: 0;
	}
	.b02 .item .ttl span {
		font-size: 30px;
	}
	.b02 .item .txt p {
		font-size: 20px;
	}
	.b02 .item .ttl .num {	
		font-size: 100px;
		bottom: 0;
	}
	.b03 .items .img {	
		height: 340px;
	}
	.b03 .items-txt .txt .ttl {
		font-size: 30px;
		margin-bottom: 30px;
		width: 95%;
	}
	.b03 .items-txt .txt p {
		font-size: 20px;
		width: 95%;
	}
	.b03 .items-txt .txt {		
		padding: 80px 30px 60px 30px;
	}
	.my-100 {
		margin: 50px auto;
	}
	.owl-carousel {
		padding: 0;
	}
	.rev {	
		padding: 20px;
	}
	.rev .ttl {
		font-size: 20px;
	}
	.rev p {
		font-size: 16px;
	}
	.rev .bottom .name {
		font-size: 18px;
	}
	.rev .bottom .stars img {
		max-width: 100px;
	}
	.b05 .box .img img {
		max-width: 100px;
		margin-top: -100px;
	}
	.b05 .box {	
		padding: 50px 20px 20px 20px;
	}
	.b05 .col-md-6 {
		margin-top: 80px;
	}
	.b05 .box .step span {	
		font-size: 24px;
		padding: 8px 20px;
	}
	.b05 .box .ttl {		
		font-size: 24px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.b05 .box p {
		font-size: 16px;
	}
	.httl2 {	
		font-size: 24px;
	}
	.b06 .item-desc p {
		font-size: 16px;
	}
	.b06 .items {
		display: block;
		margin-top: -180px;
	}
	.b06 .items .item {	
		margin-bottom: 30px;
	}
	.b06 .items .item .ttl {	
		font-size: 24px;
		min-height: auto;
	}
	.b06 .items .item .ttl br  {	
		display: none;
	}
	.b07 .inner {
		padding: 50px 0 30px 0;
	}
	.accordion .item {		
		padding: 10px 20px;
	}
	.accordion .item button {
		font-size: 20px;
	}
	.accordion .txt p {
		font-size: 16px;
	}
	.accordion .item button span {		
		top: 3px;
	}
	.b08 .bottom-txt .httl2 {
		font-size: 30px;
		margin-bottom: 30px;
	}
	.b09 .img {
		text-align: center;
		margin-bottom: 50px;
	}
	.b09 .img img {
		max-width: 300px;
	}
	.b09 .txt p {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.b09 {
		padding: 50px 0 0 0;
	}
	.footer-top {
		display: block;
		text-align: center;
	}
	.footer-menu {
		margin: 30px 0;
	}
	.soc-box {
		margin-bottom: 30px;
	}
	.b10 {
		padding-top: 50px;
	}
	
	.b1 .text-row .col1 {
		background: none;
		padding-bottom: 20px;
	}
	
	.b1 .txt li {
		font-size: 18px;
		padding-left: 50px;
	}
	.b1 .txt .ttl2 {
		font-size: 20px;
		margin-bottom: 25px;
	}
	.b1 .container {
		padding-left: 0px;
		padding-right: 0px;
	}
	
}
@media screen and (max-width: 768px){
	.b1 {
		padding-bottom: 0px;
	}
	.header .menu-box {
		display: none;
	}
	
	.menu-btn-box {
		display: block;
		margin: 30px 0 0 auto;
	}
	.footer-bottom {
		display: block;
	}
	
}
@media screen and (max-width: 575px){
	.footer-bottom p {
		font-size: 24px;
	}
	.footer-menu {
		display: block;
		
	}
	
	.b1.v2 .txt h1 {
		font-size: 30px;
	}
	.b1.v2 .txt p {
		font-size: 18px;
	}
	
		.b1 .txt ul {
		display: block;
	}
	.b1 .txt li {
		text-align: left;
		padding: 0;
	}
		.b1 .gift-box {
		display: none;
	}
	.b1 .text-row .txt .box {
		flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
	}
	.b1 .price-box {
		flex: 0 0 100%;
		-webkit-flex: 0 0 100%;
		margin-bottom: 15px;
	}
	.timer-box .ttl {
		max-width: 100%;
		margin-bottom: 15px;
		margin-right: 0;
		font-size: 13px;
	}
	.timer-box {
		display: block;
		margin-left: 0;
		text-align: left;
	}
	.b1 .text-row .btn-box {
		margin-left: 0;
	}
	.b1 .btn1 {
		max-width: 100%;
		margin: 0;
	}
	.b1 .txt ul {
		display: block;
	}
	.b1 .txt li {
		text-align: left;
		padding: 0;
	}
	 .timer-box .ttl, .b1 .text-row .txt .box, .b1 .price-box {
		display: block;text-align: center;
	}
	.timer-box {
		text-align: center;
	}
	.price-box .price {
		margin-right: 0;
	}
	.b1 .txt li img {
		left: 0;
		margin-left: 0;
	}
	.b1 .txt h1 {
		font-size: 34px;
	}
	.b1 .txt {
		margin-left: 15px;
		margin-right: 15px;
	}
	
	
}
@media screen and (max-width: 470px){
	.b1 .txt {
		max-width: 100%;
	}
	.b1 .txt h1 {
		font-size: 30px;
	}
	.b02 .item {
		display: block;
		margin-bottom: 50px;
	}
	.b02 .item .img, .b02 .item.v2 .img { 
		max-width: 300px;
		margin: 0 auto;
		margin-bottom: 80px;
	}
	.b02 .item .txt {
		max-width: 100%;
	}
	.b02 .item .ttl span {
		font-size: 24px;
	}
	.httl {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.menu-box-right {	
		width: 280px;
	}
	.side-menu .menu-close {		
		left: 290px;
	}
	
	.b06 .inner-bg {	
		padding: 20px 10px;
	}
	.b06 {
		padding-bottom: 50px;
	}
	
	.b15 .post-prev {
		padding: 10px;
	}
	.b15 .post-prev .ttl {
		font-size: 18px;
	}
	
	
	.top-slider {
		height: 440px;
	}
	.modal-body {	
		padding: 0;
	}
}
@media screen and (max-width: 400px){
	
	.header .btn-box {
		display: none;
	}
	.b03 .items, .b03 .items-txt {
		display: block;
	}
	.b03 .items-txt .txt {
		padding: 30px 30px 30px 30px;
	}
	.b03 .items-txt .txt .ttl {
		font-size: 24px;
	}
	.b03 .items-txt .img {
		min-height: 300px;
	}
	.btn-box.my-100 {
		padding: 0 15px;
	}
	.b08 .bottom-txt .btn1, .b08 .bottom-txt .btn2 {
		margin: 0 0 15px 0;
	}
		
	.footer-top {
		display: block;
		text-align: center;
	}
	.b1 .txt li {
		font-size: 18px;
	}
	
	.top-slider .box {
		height: 350px;
	}
	.pack .ttl {
		font-size: 30px;
	}
	.pack .ttl2 {
		font-size: 20px;
		margin-top: 00px;
	}
	.header .soc-box {
		margin-left: auto;
		margin-right: 20px;
	}

}