
/*----------------------------------------*/
/*  26. contact css start
/*----------------------------------------*/
.tp-contact-title {
    margin-bottom: 50px;
    color: var(--tp-common-black);
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -1px;
    display: flex;
    align-items: center;
}
.tp-contact-title svg {
    margin-right: 10px;
    flex: 0 0 auto;
}

.tpcontact__form input {
    width: 100%;
    height: 60px;
    padding-left: 20px;
    border: none;
    border-radius: 10px;
    color: #8A90A2;
    margin-bottom: 30px;
}
.tpcontact__form input::placeholder {
    font-size: 15px;
    color: #8A90A2;
}
.tpcontact__form textarea {
    width: 100%;
    resize: none;
    border: none;
    height: 215px;
    display: inline-block;
    margin-bottom: 30px;
    border-radius: 10px;
    padding: 28px;
    color: #8A90A2;
}
.tpcontact__form textarea:focus {
    outline: none;
}
.tpcontact__form textarea::placeholder {
    font-size: 15px;
    color: #8A90A2;
}
.tpcontact__form-2 {
    padding-left: 80px;
}
.tpcontact__form-2 input {
    background-color: var(--tp-grey-1);
    height: 65px;
    padding-right: 20px;
}
.tpcontact__form-2 textarea {
    background-color: var(--tp-grey-1);
}
.tpcontact__form-3 {
    background-color: transparent;
}
.tpcontact__form-3 input {
    border: 1px solid #EFF1F6;
}
.tpcontact__form-3 textarea {
    border: 1px solid #EFF1F6;
}


.tp-contact-thumb img {
    max-width: 100%;
}

.tp-contact-info span {
    color: #8A90A2;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding-right: 33px;
}
.tp-contact-info span:hover {
    color: var(--tp-theme-1);
}

.contact-space-40 {
    margin-left: 40px;
}

.contact-title {
    font-weight: 700;
    color: var(--tp-common-black);
    font-size: 22px;
}

.tp-contact-big-title {
    font-size: 65px;
    font-weight: 700;
    color: var(--tp-common-black);
    margin-bottom: 60px;
}

.tp-contact-area {
    padding: 100px 0;
}

.tp-contact-thumb {
    margin-bottom: 60px;
}

.tp-contact-info {
    margin-bottom: 40px;
}


.am-contact-title {
    font-size: 24px;
    color: var(--tp-common-black);
    font-weight: 500;
    position: relative;
    overflow: hidden;
    background-color: var(--tp-common-white);
    padding-right: 90px;
    display: inline-block;
    margin-bottom: 0;
}


.contact-form {
    background-color: var(--tp-grey-1);
    border-radius: 20px;
    padding: 80px;
}
.contact-form .input input {
    width: 100%;
    height: 65px;
    border: none;
    padding: 0 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.contact-form .input input::placeholder {
    color: #8A90A2;
    font-size: 15px;
    font-weight: 400;
}
.contact-form .textarea textarea {
    width: 100%;
    height: 180px;
    padding: 30px 20px;
    border: 0;
    outline: 0;
    resize: none;
    border-radius: 5px;
    margin-bottom: 30px;
}
.contact-form .textarea textarea::placeholder {
    color: #8A90A2;
    font-size: 15px;
    font-weight: 400;
}

.am-contact-info {
    margin-bottom: 35px;
}



.contact-space-40 {
    margin-left: 0;
    margin-bottom: 70px;
}