/*======================================
Contact One Css
========================================*/
.contact-one {
    position: relative;
    display: block;
    padding: 120px 0px 0px;
    z-index: 1;
}

.contact-one .shape1 {
    position: absolute;
    right: 0;
    bottom: 30px;
    z-index: 2;
}

.contact-one__form {
    position: relative;
    display: block;
    max-width: 820px;
    width: 100%;
    float: right;
    z-index: 1;
}

.contact-one__form::before {
    position: absolute;
    top: -120px;
    left: 0;
    bottom: 0;
    right: -99999999px;
    background: var(--thm-black-bg);
    content: "";
    z-index: -1;
}

.contact-one__form::after {
    position: absolute;
    top: -120px;
    left: -85px;
    width: 85px;
    height: 255px;
    background: var(--thm-black-bg);
    content: "";
}

.contact-one__form .sec-title {
    padding-bottom: 34px;
}

.contact-one__form .sec-title .sub-title .text p {
    color: var(--thm-white);
}

.contact-one__form .sec-title h2 {
    color: var(--thm-white);
}

.contact-one__form form {
    position: relative;
    display: block;
    background: var(--thm-primary);
    padding: 60px 60px 60px;
}

.contact-page__input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.contact-page__input-box .icon-box {
    position: absolute;
    top: 20px;
    right: 25px;
}

.contact-one__form form .contact-page__input-box .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 15px;
    line-height: 15px;
}

.contact-one__form form input[type="text"],
.contact-one__form form input[type="email"] {
    position: relative;
    display: block;
    color: var(--thm-white);
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    text-transform: none;
    padding: 0px 25px 0px;
    padding-right: 50px;
    width: 100%;
    height: 60px;
    background-color: rgba(var(--thm-white-rgb), 0.2);
    border: 1px solid rgba(var(--thm-white-rgb), 0.2);
    border-radius: 0px;
    outline: none;
    font-family: var(--thm-font);
}

.contact-one__form form textarea {
    position: relative;
    display: block;
    color: var(--thm-white);
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    text-transform: none;
    padding: 18px 25px 0px;
    width: 100%;
    height: 140px;
    background-color: rgba(var(--thm-white-rgb), 0.2);
    border: 1px solid rgba(var(--thm-white-rgb), 0.2);
    border-radius: 0px;
    outline: none;
    font-family: var(--thm-font);
}


.contact-one__form form input[type="text"]:focus {
    color: var(--thm-white);
}

.contact-one__form form input[type="email"]:focus {
    color: var(--thm-white);
}

.contact-one__form form textarea:focus {
    color: var(--thm-white);
}

.contact-one__form form input[type="text"]::-webkit-input-placeholder {
    color: var(--thm-white);
    font-size: 14px;
    font-weight: 500;
}

.contact-one__form form input[type="text"]:-moz-placeholder {
    color: var(--thm-white);
    font-size: 14px;
    font-weight: 500;
}

.contact-one__form form input[type="text"]::-moz-placeholder {
    color: var(--thm-white);
    font-size: 14px;
    font-weight: 500;
}

.contact-one__form form input[type="text"]:-ms-input-placeholder {
    color: var(--thm-white);
    font-size: 14px;
    font-weight: 500;
}

.contact-one__form form input[type="email"]::-webkit-input-placeholder {
    color: var(--thm-white);
    font-size: 14px;
    font-weight: 500;
}

.contact-one__form form input[type="email"]:-moz-placeholder {
    color: var(--thm-white);
    font-size: 14px;
    font-weight: 500;
}

.contact-one__form form input[type="email"]::-moz-placeholder {
    color: var(--thm-white);
    font-size: 14px;
    font-weight: 500;
}

.contact-one__form form input[type="email"]:-ms-input-placeholder {
    color: var(--thm-white);
    font-size: 14px;
    font-weight: 500;
}

.contact-one__form form textarea::-webkit-input-placeholder {
    color: var(--thm-white);
    font-size: 14px;
    font-weight: 500;
}

.contact-one__form form textarea:-moz-placeholder {
    color: var(--thm-white);
    font-size: 14px;
    font-weight: 500;
}

.contact-one__form form textarea::-moz-placeholder {
    color: var(--thm-white);
    font-size: 14px;
    font-weight: 500;
}

.contact-one__form form textarea:-ms-input-placeholder {
    color: var(--thm-white);
    font-size: 14px;
    font-weight: 500;
}

.contact-one__form .contact-page__btn {
    position: relative;
    display: block;
}

.contact-one__form .contact-page__btn button {
    position: relative;
    display: block;
    outline: none;
    border: none;
}

.contact-one__form .contact-page__btn button.thm-btn {
    background-color: var(--thm-black);
}

.contact-one__form .contact-page__btn button.thm-btn .thm-btn__hover {
    background-color: rgba(var(--thm-white-rgb), 0.1);
}

.contact-one__google-map {
    position: absolute;
    top: 0%;
    left: 0%;
    bottom: 0%;
    width: 100%;
    height: 780px;
}

.contact-one-google-map__one {
    position: relative;
    display: block;
    border: none;
    height: 780px;
    width: 100%;
}

/***
=============================================
Google Map One
=============================================
***/
.google-map-one {
    position: relative;
    display: block;
    z-index: 1;
}

.google-map-one__map {
    position: relative;
    display: block;
    border: none;
    height: 100%;
    height: 650px;
    width: 100%;
}

/***
=============================================
Contact Page
=============================================
***/
.contact-page {
    position: relative;
    display: block;
    background: var(--thm-white);
    padding: 120px 0px 120px;
    z-index: 1;
}

.contact-page__top {
    position: relative;
    display: block;
    padding: 0px 0px 90px;
}

.contact-page__top-single {
    position: relative;
    display: block;
    margin-bottom: 30px;
    padding: 25px 0px 25px;
    padding-right: 5px;
    z-index: 1;
}

.contact-page__top-single::before {
    position: absolute;
    top: 0px;
    left: 60px;
    bottom: 0px;
    right: 0px;
    background: #f9f8f4;
    border: 1px solid #D9D9D9;
    content: "";
}

.contact-page__top-single-inner {
    position: relative;
    display: flex;
    align-items: center;
}

.contact-page__top-single-inner .icon-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: var(--thm-white);
    border: 1px solid #D9D9D9;
    overflow: hidden;
    z-index: 3;
}

.contact-page__top-single-inner .icon-box::before {
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 50%;
    background: var(--thm-primary);
    content: "";
    z-index: -1;
}

.contact-page__top-single-inner .icon-box span {
    position: relative;
    display: inline-block;
    color: var(--thm-white);
    font-size: 45px;
    line-height: 45px;
}

.contact-page__top-single-inner .icon-box.style2 span {
    font-size: 33px;
}

.contact-page__top-single-inner .content-box {
    position: relative;
    display: block;
    flex: 1;
    margin-left: 25px;
}

.contact-page__top-single-inner .content-box .title-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 9px;
}

.contact-page__top-single-inner .content-box .title-box .line {
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    background: var(--thm-primary);
}

.contact-page__top-single-inner .content-box .title-box .text {
    position: relative;
    display: block;
    flex: 1;
    margin-left: 7px;
}

.contact-page__top-single-inner .content-box .title-box .text p {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.contact-page__top-single-inner .content-box h2 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
}


.contact-page__bottom {
    position: relative;
    display: block;
}

.contact-page__bottom-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.contact-page__bottom-img img {
    width: 100%;
}


.contact-page__form {
    position: relative;
    display: block;
}

.contact-page__form .sec-title {
    padding-bottom: 45px;
}

.contact-page__form .contact-page__input-box .icon-box span {
    color: var(--thm-primary);
}

.contact-page__form form input[type="text"],
.contact-page__form form input[type="number"],
.contact-page__form form input[type="email"] {
    position: relative;
    display: block;
    color: var(--thm-gray);
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    text-transform: none;
    padding: 0px 25px 0px;
    padding-right: 50px;
    width: 100%;
    height: 60px;
    background-color: #F9F6F1;
    border: 1px solid #E8E4DD;
    border-radius: 0px;
    outline: none;
    font-family: var(--thm-font);
}

.contact-page__form form textarea {
    position: relative;
    display: block;
    color: var(--thm-gray);
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    text-transform: none;
    padding: 18px 25px 0px;
    width: 100%;
    height: 180px;
    background-color: #F9F6F1;
    border: 1px solid #E8E4DD;
    border-radius: 0px;
    outline: none;
    font-family: var(--thm-font);
}


.contact-page__form form input[type="text"]:focus {
    color: var(--thm-gray);
}

.contact-page__form form input[type="email"]:focus {
    color: var(--thm-gray);
}

.contact-page__form form input[type="number"]:focus {
    color: var(--thm-gray);
}




.contact-page__form form textarea:focus {
    color: var(--thm-gray);
}

.contact-page__form form input[type="text"]::-webkit-input-placeholder {
    color: var(--thm-gray);
    font-size: 14px;
    font-weight: 500;
}

.contact-page__form form input[type="text"]:-moz-placeholder {
    color: var(--thm-gray);
    font-size: 14px;
    font-weight: 500;
}

.contact-page__form form input[type="text"]::-moz-placeholder {
    color: var(--thm-gray);
    font-size: 14px;
    font-weight: 500;
}

.contact-page__form form input[type="text"]:-ms-input-placeholder {
    color: var(--thm-gray);
    font-size: 14px;
    font-weight: 500;
}

.contact-page__form form input[type="email"]::-webkit-input-placeholder {
    color: var(--thm-gray);
    font-size: 14px;
    font-weight: 500;
}

.contact-page__form form input[type="email"]:-moz-placeholder {
    color: var(--thm-gray);
    font-size: 14px;
    font-weight: 500;
}

.contact-page__form form input[type="email"]::-moz-placeholder {
    color: var(--thm-gray);
    font-size: 14px;
    font-weight: 500;
}

.contact-page__form form input[type="email"]:-ms-input-placeholder {
    color: var(--thm-gray);
    font-size: 14px;
    font-weight: 500;
}

.contact-page__form form textarea::-webkit-input-placeholder {
    color: var(--thm-gray);
    font-size: 14px;
    font-weight: 500;
}

.contact-page__form form textarea:-moz-placeholder {
    color: var(--thm-gray);
    font-size: 14px;
    font-weight: 500;
}

.contact-page__form form textarea::-moz-placeholder {
    color: var(--thm-gray);
    font-size: 14px;
    font-weight: 500;
}

.contact-page__form form textarea:-ms-input-placeholder {
    color: var(--thm-gray);
    font-size: 14px;
    font-weight: 500;
}

.contact-page__form .contact-page__btn {
    position: relative;
    display: block;
}

.contact-page__form .contact-page__btn button {
    position: relative;
    display: block;
    outline: none;
    border: none;
}