/* 
=====================================
Contact From One Css
=====================================
*/
.contact-from-one {
    position: relative;
    display: block;
    background-color: var(--thm-black-bg3);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 1;
}

.contact-from-one__inner {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    padding: 140px 0 165px;
    z-index: 10;
}

.contact-from-one__top-bg-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.contact-from-one__top-bg-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.contact-from-one__bottom-bg1 {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    max-width: 1320px;
    width: 100%;
    z-index: 2;
}

.contact-from-one__title {
    position: relative;
    display: block;
    padding-top: 67px;
}

.contact-from-one__title .sec-title-one {
    padding-bottom: 0;
    padding-left: 0;
}

.contact-from-one__title .sec-title-one .big-title h2 {
    font-weight: 600;
}

.contact-from-one-box {
    position: relative;
    display: block;
    margin-right: 110px;
}

.contact-from-one-box form {
    position: relative;
    display: block;
}

.contact-from-one-box form .form-group {
    position: relative;
    display: block;
    padding-bottom: 22px;
}

.contact-from-one-box form .form-group--style2 {
    padding-bottom: 0;
    margin-bottom: 40px;
}

.contact-from-one-box form .form-group .title {
    position: relative;
    display: block;
    padding-bottom: 3px;
}

.contact-from-one-box form .form-group .title h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}

.contact-from-one-box form .input-box {
    position: relative;
    display: block;
}

.contact-from-one-box form input[type="text"],
.contact-from-one-box form input[type="email"],
.contact-from-one-box form textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    color: rgb(6, 7, 29, 0.6);
    font-size: 14px;
    font-family: var(--thm-font);
    font-weight: 400;
    font-style: normal;
    background: transparent;
    border-radius: 25px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    padding-left: 20px;
    padding-right: 20px;
    transition: all 500ms ease;
}

.contact-from-one-box form input[type="text"]:focus,
.contact-from-one-box form input[type="email"]:focus,
.contact-from-one-box form textarea:focus {
    border: 1px solid var(--thm-primary-2);
    outline: none;
}

.contact-from-one-box form textarea {
    height: 120px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    border-radius: 10px;
}

.contact-from-one-box form input[type="text"]::-webkit-input-placeholder {
    color: var(--thm-black);
}

.contact-from-one-box form input[type="text"]:-moz-placeholder {
    color: var(--thm-black);
}

.contact-from-one-box form input[type="text"]::-moz-placeholder {
    color: var(--thm-black);
}

.contact-from-one-box form input[type="text"]:-ms-input-placeholder {
    color: var(--thm-black);
}

.contact-from-one-box form input[type="email"]::-webkit-input-placeholder {
    color: var(--thm-black);
}

.contact-from-one-box form input[type="email"]:-moz-placeholder {
    color: var(--thm-black);
}

.contact-from-one-box form input[type="email"]::-moz-placeholder {
    color: var(--thm-black);
}

.contact-from-one-box form input[type="email"]:-ms-input-placeholder {
    color: var(--thm-black);
}

.contact-from-one-box form textarea::-webkit-input-placeholder {
    color: var(--thm-black);
}

.contact-from-one-box form textarea:-moz-placeholder {
    color: var(--thm-black);
}

.contact-from-one-box form textarea::-moz-placeholder {
    color: var(--thm-black);
}

.contact-from-one-box form textarea:-ms-input-placeholder {
    color: var(--thm-black);
}

.contact-from-one-box .thm-btn-4 {
    background-color: transparent;
    padding-left: 25px;
    transition: all 500ms ease;
}

/* 
=====================================
Contact Two
=====================================
*/
.contact-two {
    position: relative;
    display: block;
    background-color: var(--thm-white);
    padding: 120px 0 0;
    z-index: 1;
}

.contact-two__bg-color {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 36.8%;
    background-color: var(--thm-primary-2);
    z-index: -1;
}

.contact-two__shape-1 {
    position: absolute;
    bottom: 256px;
    right: 84px;
    opacity: .20;
    z-index: -1;
}

.contact-two__shape-1 img {
    width: auto;
}

.contact-two__left {
    position: relative;
    display: block;
    z-index: 10;
}

.contact-two__left .section-title-two {
    margin-bottom: 29px;
}

.contact-two__left .contact-from-one-box {
    margin-right: 0;
}

.contact-two__left .section-title-two__title {
    color: var(--thm-black);
}

.contact-two__left .contact-from-one-box .row {
    --bs-gutter-x: 20px;
}

.contact-two__left .contact-from-one-box form input[type="text"],
.contact-two__left .contact-from-one-box form input[type="email"],
.contact-two__left .contact-from-one-box form textarea {
    color: var(--thm-body-font-color);
}

.contact-two__left .contact-from-one-box form input[type="text"]:focus,
.contact-two__left .contact-from-one-box form input[type="email"]:focus,
.contact-two__left .contact-from-one-box form textarea:focus {
    border: 1px solid rgba(0, 0, 0, 0.10);
    outline: none;
}

.contact-two__left .nice-select:active,
.contact-two__left .nice-select.open,
.contact-two__left .nice-select:focus,
.contact-two__left .nice-select:hover {
    border: 1px solid rgba(0, 0, 0, 0.10);
}

.contact-two__btn:hover {
    color: var(--thm-white);
}

.contact-two__btn::before {
    background-color: var(--thm-black);
}

.contact-two__right {
    position: relative;
    display: block;
    margin-right: -17px;
    margin-left: -70px;
}

.contact-two__img {
    position: relative;
    display: block;
}

.contact-two__img img {
    width: 100%;
}

/* 
=====================================
Contact Three
=====================================
*/
.contact-three {
    padding: 106px 0 100px;
    background-color: #F6F8F5;
    z-index: 1;
}

.contact-three__img-1 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.contact-three__img-1 img {
    width: auto;
}

.contact-three__left {
    position: relative;
    display: block;
    margin-top: 14px;
}

.contact-three__left .section-title-two {
    margin-bottom: 20px;
}

.contact-three__left .section-title-two__title {
    color: var(--thm-black);
}

.contact-three__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #1F2034;
    margin-bottom: 30px;
}

.contact-three__contact-list {
    position: relative;
    display: block;
}

.contact-three__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.contact-three__contact-list li+li {
    margin-top: 24px;
}

.contact-three__contact-list li:first-child .icon {
    top: -10px;
}

.contact-three__contact-list li .icon {
    position: relative;
    display: inline-block;
    top: 4px;
}

.contact-three__contact-list li .icon span {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: var(--thm-black);
    font-weight: 900;
}

.contact-three__contact-list li p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #1F2034;
    margin-left: 15px;
}

.contact-three__contact-list li p a {
    color: #1F2034;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-three__contact-list li p a:hover {
    color: var(--thm-secondary);
}

.contact-three__right {
    position: relative;
    display: block;
    margin-left: 27px;
    margin-right: 193px;
}

.contact-three__right-form-box {
    position: relative;
    display: block;
    padding: 30px 30px 30px;
    border-radius: 10px 10px 0px 0px;
    background: #BFE13B;
}

.contact-three__right .contact-from-one-box {
    margin-right: 0;
}

.contact-three__right .nice-select {
    border-radius: 8px;
    border: none;
}

.contact-three__right .contact-from-one-box form input[type="text"],
.contact-three__right .contact-from-one-box form input[type="email"],
.contact-three__right .contact-from-one-box form textarea {
    border-radius: 8px;
    border: none;
    background-color: var(--thm-white);
    color: rgba(var(--thm-black-rgb), .6);
}

.contact-three__right .contact-from-one-box form textarea {
    padding-top: 10px;
}

.contact-three__right .contact-from-one-box form .form-group--style2 {
    margin-bottom: 0;
}

.contact-three__right .contact-two__btn {
    background-color: var(--thm-black);
    color: var(--thm-white);
}

.contact-three__right .contact-two__btn:hover {
    color: var(--thm-black);
}

.contact-three__right .contact-two__btn::before {
    background-color: var(--thm-white);
}

.contact-three__right .button-box {
    border-radius: 0px 0px 10px 10px;
    background: #BFE13B;
    padding: 20px 30px 20px;
    margin-top: 4px;
}

/* 
=====================================
Contact Four
=====================================
*/
.contact-four {
    padding: 140px 0 140px;
}

.contact-four .container {
    max-width: 1560px;
}

.contact-four__left {
    position: relative;
    display: block;
}

.contact-four__left .sec-title-three {
    padding-bottom: 40px;
}

.contact-four__contact-list {
    position: relative;
    display: block;
    margin-left: 90px;
}

.contact-four__contact-list li {
    position: relative;
    display: flex;
}

.contact-four__contact-list li+li {
    margin-top: 24px;
}

.contact-four__contact-list li .icon {
    position: relative;
    display: inline-block;
    top: 4px;
}

.contact-four__contact-list li .icon i {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: var(--thm-secondary);
    font-weight: 900;
}

.contact-four__contact-list li p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: var(--thm-white);
    margin-left: 15px;
}

.contact-four__contact-list li p a {
    color: var(--thm-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-four__contact-list li p a:hover {
    color: var(--thm-secondary);
}

.contact-four__right {
    position: relative;
    display: block;
    margin-left: 90px;
}

.contact-four__right .contact-from-one-box {
    margin-right: 0;
    background-color: var(--thm-black-bg4);
    padding: 42px 50px 50px;
    border: 1px solid rgba(var(--thm-white-rgb), .10);
    clip-path: polygon(0 0, 89% 0, 100% 11%, 100% 100%, 0 100%, 0% 50%);
}

.contact-four__right .contact-from-one-box::before {
    content: "";
    position: absolute;
    top: -24px;
    right: 45px;
    height: 113px;
    width: 1px;
    background-color: rgba(var(--thm-white-rgb), .10);
    transform: rotate(-51deg);
}

.contact-four__right .contact-from-one-box form .form-group .title h4 {
    color: var(--thm-white);
}

.contact-four__right .contact-from-one-box form input[type="text"],
.contact-four__right .contact-from-one-box form input[type="email"],
.contact-four__right .contact-from-one-box form textarea {
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    color: rgba(var(--thm-white-rgb), .6);
    font-weight: 400;
}

.contact-four__right .contact-from-one-box form input::placeholder,
.contact-four__right .contact-from-one-box form input::placeholder,
.contact-four__right .contact-from-one-box form textarea::placeholder {
    color: rgba(var(--thm-white-rgb), .6);
}

.contact-four__right .nice-select {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.10);
    color: rgba(var(--thm-white-rgb), .6);
}

.contact-four__right .nice-select:after {
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.contact-four__right .nice-select .list {
    background-color: var(--thm-black-bg3);
    box-shadow: 0 0 0 1px rgba(var(--thm-white-rgb), .10);
}

.contact-four__right .nice-select .option:hover,
.contact-four__right .nice-select .option.focus,
.contact-four__right .nice-select .option.selected.focus {
    background-color: var(--thm-black-bg4);
}

/* 
=====================================
Contact Page
=====================================
*/
.contact-page {
    padding: 120px 0 120px;
    background-color: var(--thm-black-bg3);
    z-index: 1;
}

.contact-page .section-title-two {
    margin-bottom: 20px;
}

.contact-page__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: var(--thm-white);
}

.contact-page .contact-four__contact-list {
    margin-left: 0;
    margin-top: 40px;
}

.contact-page .contact-four__right {
    margin-left: 80px;
}

.contact-page .contact-four__right .contact-from-one-box {
    margin-right: 0;
    padding: 49px 50px 50px;
    clip-path: none;
    border-radius: 20px;
    background: #1E353D;
    border: none;
}

.contact-page .contact-four__right .contact-from-one-box::before {
    display: none;
}







/* 
=====================================
End
=====================================
*/