body {
    background: #080712;
}


.contact-bg {
    background: url(../images/contact-bg1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page-template-contact header {
    border-bottom: 1px solid #524056;
}

.contact-us-section {
    padding: 200px 0px 100px 0px;
}

.contact-us-main h2 {
    margin-bottom: 24px;
}

.contact-us-main p {
    color: #B4B2B2;
    font-family: var(--fontRoboto);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.contact-us-main {
    justify-content: space-between;
}

.contact-left,
.contact-form {
    width: 48%;
}

.contact-us-main .honor {
    padding: 28px 0px;
    margin: 28px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.contact-us-main .honor>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 24px;
}

.contact-us-main .honor h6 {
    color: #FFF;
    font-family: var(--fontRobotoMd);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 24px;
}

.contact-us-main h5 {
    color: rgba(255, 255, 255, 0.65);
    font-family: var(--fontRoboto);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 12px 16px;
    background: transparent;
    border: 1px solid rgba(204, 204, 204, 0.20);
    border-radius: 0px;
    color: #FFF;
    font-family: var(--fontRoboto);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
}

@media screen and (min-width:991px) {
    .book-form .row>div:first-child {
        padding-right: 0px;
    }

    .book-form .row>div:last-child {
        padding-left: 0px;
    }

    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
        border-right: 0px;
    }
}

.contact-left button.form-button.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #FFF;
    color: #000;
    border: 0.5px solid #FFF;
    padding: 12px 24px;
}

.contact-left button.form-button.wpcf7-form-control.has-spinner.wpcf7-submit:hover svg path {
    fill: #fff;
}

.contact-left button.form-button.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    background: transparent;
    color: #fff;
}

.contact-form>div {
    padding: 32px;
    border: 0.5px solid rgba(255, 255, 255, 0.20);
    background: #11101F;
}

select.wpcf7-form-control.wpcf7-select,
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    padding: 12px 16px;
    background: transparent;
    border: 1px solid rgba(204, 204, 204, 0.20);
    border-radius: 0px;
    color: #FFF;
    font-family: var(--fontRoboto);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
}

textarea {
    padding: 12px 16px;
    background: transparent;
    border: 1px solid rgba(204, 204, 204, 0.20);
    border-radius: 0px;
    width: 100%;
    color: #FFF;
    font-family: var(--fontRoboto);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group p {
    color: #FFF;
    font-family: var(--fontRoboto);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.form-group label {
    margin-bottom: 8px;
}


button.form-button.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #9066F2;
    width: 100%;
    color: #FFF;
    font-family: var(--fontRoboto);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border-radius: 0px;
    border: 1px solid #9066F2;
	padding: 13px 25px;
}

button.form-button.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    background: transparent;
    color: #9066F2;
}

/* presence-section */
.presence-section {
    padding-bottom: 80px;
}

.presence-main.row {
    padding: 0px 16px;
}

.presence-main>div {
    padding: 0px;
}

.presence-main>div:first-child {
    text-align: center;
}

.presence-main h2 {
    margin-bottom: 44px;
}

.presence-box {
    padding: 24px;
	border: 0.5px solid rgba(255, 255, 255, 0.10);
	background: rgba(8, 7, 18, 0.00);
}

.presence-box h6 {
    color: #FFF;
    font-family: var(--fontRoboto);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 16px;
}

.presence-box address {
    color: #FFF;
    font-family: var(--fontRobotoLight);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
}

.presence-box address {
    color: #FFF;
    font-family: var(--fontRobotoLight);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 40px;
	min-height: 104px;
}

.presence-box p {
    color: #FFF;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
}

.presence-box p a {
    color: #FFF;
    margin-left: 7px;
}

.presence-box p a {
    color: #9066F2;
}

.presence-box p a:hover {
    text-decoration:underline;
}

.presence-box>a {
    color: #9066F2;
    font-family: var(--fontRobotoB);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration-line: underline;
}

/* presence-section */
@media screen and (max-width:1199px) {
.presence-box address {
    min-height: 156px;
}
}

@media screen and (max-width:991px) {

    .contact-left,
    .contact-form {
        width: 100%;
    }

    .contact-form {
        margin-top: 60px;
    }
	.presence-box address {
        min-height: 130px;
    }
}

@media screen and (max-width:767px) {
    .contact-us-section {
        padding: 0px;
        margin-top: 140px;
		margin-bottom: 40px;
    }
	.page-template-contact header {
    	border-bottom:0px;
	}

    .contact-left,
    .contact-form {
        width: 100%;
    }

    .contact-us-main .honor {
        padding: 24px 0px;
        margin: 24px 0px;
    }
	.contact-us-main .honor>div {
    	row-gap: 9px;
	}
    .contact-us-main .honor img {
        width: 32%;
    }

    .contact-us-main p {
        font-size: 14px;
        line-height: 20px;
    }

    .book-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
        margin-bottom: 0px;
    }

    .presence-main h2 {
        margin-bottom: 8px;
    }

    .presence-section .presence-main {
        row-gap: 16px;
    }

    .presence-box address {
        margin-bottom: 16px;
    }

    .presence-box h6 {
        margin-bottom: 8px;
    }

    .presence-box>a {
        font-size: 12px;
        line-height: 20px;
    }

    .presence-section {
        padding-bottom: 40px;
    }

    .contact-form>div {
        padding: 32px 16px;
    }

    .book-form .row>div:first-child>p {
        margin-bottom: 16px;
    }
}

@media screen and (max-width:575px) {
    .contact-bg {
        background: url(../images/contact-bg-res.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .presence-main.row {
        padding: 0px 15px;
    }
}