#Btn_Party, #bSubmit
{
    cursor: pointer;
	font-size: 14px;
	line-height: 45px;
	height: 45px;
	text-transform: uppercase;
	font-weight: 600;
	border: none;
	max-width: 120px;
	text-align:center;
	margin:0px auto;
	width: 100%;
	background-image: linear-gradient(to bottom right, #c19346, #d5b069, #eed996, #b78842, #c99f55);
	border:2px solid #b78842;
    color: #000;
    border-radius: 30px;
}
#bSend:hover, #Btn_Party:hover{
    opacity:0.8;
}
#formnotify, #formnotify1, #formnotify2
{
	width: 98%;
	max-width: 400px;
	min-height: 160px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	-moz-border-radius: 10px;
	position: fixed;
	top: 20%;
	left: 50%;
	margin-left: -200px;
	padding: 10px;
	text-align: center;
	box-shadow: 2px 2px 5px #666;
	z-index: 99999;
	display: none;
}
#formnotifycontent, #formnotifycontent1, #formnotifycontent2
{
	font-size: 12pt;
	color: #666;
	margin-top: 30px;
}
#formnotifyok, #formnotifyok1, #formnotifyok2
{
	margin: 0px auto;
	margin-top: 20px;
	width: 100px;
	height: 35px;
	line-height: 35px;
	cursor: pointer;
	color: #000;
	border: 1px solid #000;
}
#formnotifyok:hover, #formnotifyok1:hover, #formnotifyok2:hover
{
	color: #fff;
	background: #f3ba8c;
	border: 1px solid #f3ba8c;
}
#formpwait, #formpwait1, #formpwait2
{
	float: left;
	margin-left: 20px;
	display: none;
}
#formwait, #formwait1, #formwait2
{
    display: none;
}
/*Contact form*/
/*Party form*/
.party-content
{
    color:#000;
}

.party-form {
  width: 100%;
  display: block;
  max-width: 700px;
  margin: 0px auto;
  padding-left: 0!important;
}

.wpo-contact-pg-section {
  padding-bottom: 0px;
}

.wpo-contact-pg-section form input,
.wpo-contact-pg-section form select,
.wpo-contact-pg-section form textarea {
  /*background: transparent;*/
  width: 100%;
  height: 50px;
  border: 1px solid transparent;
  border-radius: 0px;
  box-shadow: none !important;
  padding-left: 25px;
  border: 1px solid #fff;
  background:#fff;
}
.wpo-contact-pg-section form .fullwidth {
  width: calc(100% - 25px);
  float: none;
  clear: both;
}
.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  border: 0;
  border-bottom: 1px solid #524d4d;
  background: transparent;
  border-radius: 0;
  color: #524d4d;
}
.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:focus {
  outline: none;
  box-shadow: none;
}
.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #524d4d;
}
.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-moz-placeholder {
  color: #524d4d;
}
.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::placeholder {
  color: #524d4d;
}
.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control {
  color: #6c757d;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: transparent url(../images/select-icon2.webp) no-repeat calc(100% - 15px) center;
  position: relative;
}
.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .nice-select {
  padding-left: 10px;
}
.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .nice-select:after {
  border-bottom: 1px solid #524d4d;
  border-right: 1px solid #524d4d;
  width: 7px;
  height: 7px;
}
.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .select.last {
  margin-bottom: 50px;
}
.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area {
  margin-top: 40px;
  text-align: center;
}



.contact-section {
    padding: var(--space-120) var(--space-50);
}
.contact-section.home {
    padding: var(--space-0);
    background-image: url(../images/background/16.html);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.contact-section.home .contact-form {
    background: none;
    box-shadow: none;
    padding: var(--space-0);
}
.contact-section.home .contact-form form {
    padding: var(--space-100) var(--space-35);
}
.contact-section.home .contact-form .btn-submit { 
    width: 270px;
}

.contact-box {
    position: relative;
    overflow: hidden;
    background-color: var(--white-color);
    border: 1px solid #e1e9f4;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-bottom: var(--space-15);
}
.contact-box:hover {
    border-color: transparent;
    box-shadow: 0px 10px 60px rgba(137, 151, 186, 0.15);
}
.contact-box .box-image {
    overflow: hidden;
    background-color: var(--color-white);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.contact-box .box-image img {
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.contact-box:hover .box-image img {
    opacity: 0.70;
    transform: scale(1.04,1.04) rotate(1deg);
}

.contact-box .contact-box-inner {
    position: relative;
    padding: var(--space-60) var(--space-50);
    padding-top: var(--space-0);
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.contact-box .contact-box-inner .content h5 {
    margin-bottom: var(--space-25);
}

.contact-box .contact-box-inner .content p {
  font-size: var(--font-18);
  line-height: 28px;
  color: var(--color-six);
  margin-bottom: 0;
}

.contact-box .contact-box-inner .image {
    position: relative;
    background-color: var(--white-color);
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0px 10px 20px rgba(137, 151, 186, 0.2);
    margin: -45px auto 25px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.contact-box:hover .contact-box-inner .image img {
    animation: rotateme3 0.8s ease-in-out;
    -webkit-animation: rotateme3 0.8s ease-in-out;
}

.contact-box .contact-box-inner .image img {
    margin: 0 auto;
}

.contact-form {
    background-image: url('../images/background/6.html');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
    margin-top: var(--space-35);
    padding: var(--space-100) var(--space-15);
    box-shadow: 0px 10px 60px rgba(137, 151, 186, 0.15);
}
.contact-form .btn-submit {
    width: 370px;
    max-width: 100%;
    margin-top: var(--space-15);
}