@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
body {
	font-family: "Quicksand", "Hiragino maru Gothic ProN W4", "Hiragino Kaku Gothic Pro", "Hiragino Sans", arial, Meiryo, "MS PGothic", sans-serif;
	color: #fff;
	background: url("../img/bg.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
}
body::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
}
@media (min-width: 1023px) {
	body {
		background-attachment: fixed;
	}
}
@media (min-width: 481px) and (max-width: 1023px) {
  body {
    background: url("../img/bg-md.jpg") no-repeat center center;
 	background-attachment: fixed;
	background-size: cover;
 }
}
@media (max-width: 480px) {
  body {
    background: url("../img/bg-small.jpg") no-repeat center top;
	background-attachment: fixed;
	background-size: cover;
  }
#header h1 {
	font-size: 32px!important;
	color: #fff;
}
}

a {
	color: #a14758;
	text-decoration: none;
}
a:hover {
	color: #9DC150;
	text-decoration: none;
}
p {
	font-size: 18px;
	line-height: 1.7em;}
.sm14 {font-size: 14px;}
.em18{font-size: 18px;line-height: 1.8em;}
.em20{font-size: 20px;line-height: 1.8em;}
.font-gr {color: #869735;}
.font-pink {color: #b32e47;}
.font-snow {color: #c0c0c0;}
.font-orange {color: #fec002;}
hr {
	display: block;
	border: 0; 
	margin:30px 20px 40px 20px; 
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(204,204,204,0), rgba(204,204,204,0.75), rgba(204,204,204,0)); 
	background-image: -moz-linear-gradient(left, rgba(204,204,204,0), rgba(204,204,204,0.75), rgba(204,204,204,0)); 
	background-image: -ms-linear-gradient(left, rgba(204,204,204,0), rgba(204,204,204,0.75), rgba(204,204,204,0)); 
	background-image: -o-linear-gradient(left, rgba(204,204,204,0), rgba(204,204,204,0.75), rgba(204,204,204,0)); 
}

#main {
	position: relative;
}
.i-va {vertical-align: middle;}
.mb-10 {margin-bottom: 10px}
.mb-20 {margin-bottom: 20px}
.mb-30 {margin-bottom: 30px}
.mb-40 {margin-bottom: 40px}
.mb-50 {margin-bottom: 50px}
.mb-60 {margin-bottom: 60px}
.mb-70 {margin-bottom: 70px}
.mb-80 {margin-bottom: 80px}
.mb-90 {margin-bottom: 90px}
.mb-100 {margin-bottom: 100px}
.mb-150 {margin-bottom: 150px}
.mt-150 {margin-top: 150px}

.pb-10 {padding-bottom: 10px}
.pb-20 {padding-bottom: 20px}
.pb-30 {padding-bottom: 30px}
.pb-40 {padding-bottom: 40px}
.pb-50 {padding-bottom: 50px}
.pb-60 {padding-bottom: 60px}
.pb-70 {padding-bottom: 70px}
.pb-80 {padding-bottom: 80px}
.pb-90 {padding-bottom: 90px}
.pb-100 {padding-bottom: 100px}
.pb-150 {padding-bottom: 150px}
.ml-15 {margin-left: 15px}
.pt-30{margin-top: 30px}
.ps-80{padding-left: 80px;} 
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #a14758;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #ff2929;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	position: relative;
	width: 100%;
	padding: 100px 0;
}
#header h1 {
	margin: 0 0 10px 0;
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	color: #fff;
}
#header h2 {
	font-family: "Ubuntu", sans-serif;
	color: #eee;
	margin-bottom: 40px;
	font-size: 28px;
	font-weight: 500;
}
#header h3 {
	color: #eee;
	margin-bottom: 40px;
	font-size: 28px;
}
#header .countdown {
	margin-bottom: 80px;
}
#header .countdown div {
	text-align: center;
	margin: 10px;
	width: 100px;
	padding: 15px 0;
	background: rgba(255, 255, 255, 0.12);
	border-top: 5px solid #a14758;
}
#header .countdown div h3 {
	font-weight: 700;
	font-size: 44px;
	margin-bottom: 15px;
}
#header .countdown div h4 {
	font-size: 16px;
	font-weight: 600;
}
@media (max-width: 575px) {
	#header .countdown div {
		width: 70px;
		padding: 10px 0;
		margin: 10px 8px;
	}
	#header .countdown div h3 {
		font-size: 28px;
		margin-bottom: 10px;
	}
	#header .countdown div h4 {
		font-size: 14px;
		font-weight: 500;
	}
}
#header .social-links {
	margin-top: 10px;
}
#header .social-links a {
	font-size: 24px;
	display: inline-block;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1;
	padding-top: 14px;
	margin: 0 10px;
	text-align: center;
	transition: 0.3s;
}
#header .social-links a:hover {
	color: #fff;
}
section {
	padding: 60px 0;
}
.section-bg {
	background-color: #fff5f5;
}
.section-title {
	text-align: center;
	text-transform: capitalize;
	font-family: 'Ubuntu', sans-serif!important;
	font-weight: 400;
	font-size: 34px;
	padding-bottom: 15px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}

.section-title p {
  margin-bottom: 0;
}
.about .content h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.about .content h3 {
  font-weight: 500;
  line-height: 32px;
  font-size: 24px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
}

.about .content ul i {
  left: 0;
  top: 12px;
  position: absolute;
  font-size: 20px;
  color: #a14758;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info-wrap {
  background: rgba(0,0,0,0.6);
  padding: 30px;
}

.contact .info i {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 16px;
	letter-spacing: 0.08em;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #a14758;
  color: #fff;
}
.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #a14758;
  color: #fff;
}
.form-control{
	display: block;
	padding-bottom: 8px;
	color: #333333;
}
.contact .php-email-form {
  width: 100%;
  padding: 30px;
  padding-top: 0;
  background: rgba(0,0,0,0.6);
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.contact .php-email-form input::-moz-placeholder,
.contact .php-email-form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.contact .php-email-form input::placeholder,
.contact .php-email-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #a14758;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
	background: #9DC150;
}

@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
	transform: rotate(360deg);
	}
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	background: rgba(0,0,0,0.6);
	padding: 30px 0;
	color: #fff;
	font-size: 14px;
	position: relative;
}
#footer .copyright {
	text-align: center;
}
#footer .credits {
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
	color: #fff;
}
#footer .credits a {
  color: #ff3333;
}