.page-banner {
    padding: 30px;
    background-color: #0000009e;
    border-radius: 8px;
}

.page-banner-section {
    padding-top: 85px;
    min-height: 650px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* background-blend-mode: overlay;
    background-color: #00000030; */
}

.page-banner-section .shape-1 {
    position: absolute;
    left: -32%;
    top: -35%;
    z-index: -1;
}

.page-banner-section .shape-2 {
    position: absolute;
    left: -11%;
    top: -30%;
    z-index: -1;
}

.page-banner-section .shape-3 {
    position: absolute;
    right: -2%;
    bottom: -27%;
    z-index: -1;
}

.page-banner-section .shape-4 {
    position: absolute;
    right: -26%;
    bottom: -81%;
    z-index: -1;
}

.shape-1,
.shape-2,
.shape-3,
.shape-4 {
    display: none;
}

.page-banner .title {
    font-size: 60px;
    line-height: 1.25;
    font-family: "Barlow", sans-serif;
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.page-banner p {
    font-size: 18px;
    line-height: 1.25;
    font-family: "Barlow", sans-serif;
    display: inline-block;
    color: #ffffff;
    position: relative;
    z-index: 1;
}






















.contact-main-section {
    width: 100%;
    background-image: url(/assets/img/background-images/message-bg1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.contact-main-section .contact-us-header {
    margin: 50px auto 32px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 20px 40px;
    border-radius: 10px;
    border-top: 5px solid #293b45;
    background-color: #ffffff;
}

.contact-main-section .contact-us-header h3 {
    font-size: 42px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #293b45;
}

.contact-info-wrap .single-contact-info {
    background: #f8f8f8;
    padding: 50px 50px 50px;
    border-radius: 5px;
    margin: 16px auto;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.contact-info-wrap .single-contact-info .info-content .title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}

.contact-info-wrap .single-contact-info .info-content p {
    font-size: 18px;
    margin: 0 auto 0;
    text-align: center !important;
}

/* ==== */
.techwix-contact-section .contact-wrap {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 60% 100%;
}

.techwix-contact-section-03 .contact-wrap {
    margin-bottom: -60px;
    position: relative;
    z-index: 5;
}

.techwix-contact-section .contact-wrap .contact-form {
    background: #f8f8f8;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 110px;

}

.techwix-contact-section-02 .contact-wrap .contact-form {
    background: #ffffff;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    margin-top: 100px;
}

.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap {
    padding: 55px 40px;

}

.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .heading-wrap {
    margin-bottom: 30px;
}

.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .heading-wrap .sub-title {
    font-size: 14px;
    line-height: 30px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ff5538;
}

.techwix-contact-section-02 .contact-wrap .contact-form .contact-form-wrap .heading-wrap .sub-title {
    color: #086ad8;
}

.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .heading-wrap .title {
    font-size: 42px;
    line-height: 54px;
    font-weight: 600;
    color: #333333;
}

.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form {
    margin-top: 25px;
}

/* === */
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
textarea {
    border: 1px solid #ebebeb;
    box-shadow: none;
    color: #415674;
    border-radius: 4px;
    background-color: #ffffff;
    margin-bottom: 0;
    padding: 10px 25px;
    max-width: 100%;
    width: 100%;
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
    transition: all 0.3s linear;
}

.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    height: 55px;
    line-height: 55px;
    border: 1px solid #ebebeb;
    padding-left: 15px;
}

.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form textarea {
    height: 135px;
    border: 1px solid #ebebeb;
    padding-left: 15px;
    resize: none;
}

/* === */
.btn {
    display: inline-block;
    overflow: hidden;
    transform: perspective(0) translateZ(0);
    background: linear-gradient(195deg, #293B44 0%, #42b9ff 100%);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    border-color: transparent;
    color: #ffffff;
    border-radius: 5px;
    font-size: 18px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    height: 60px;
    line-height: 56px;
    padding: 0px 70px;
    border: 0;
    border-style: solid;
    box-shadow: none;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .form-btn {
    margin-top: 25px;
}

.techwix-contact-section-03 .contact-wrap .contact-form .contact-form-wrap .form-btn {
    text-align: center;
}

.techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .form-btn .btn {
    font-size: 16px;
    width: 100%;
    height: 55px;
    line-height: 50px;
    margin-bottom: 10px;
}

.techwix-contact-section-03 .contact-wrap .contact-form .contact-form-wrap .form-btn .btn {
    width: 70%;
}

.btn::before {
    content: "";
    background: #0e0e0e;
    height: 50%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.btn::after {
    content: "";
    background: #0e0e0e;
    height: 50%;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.btn:hover {
    color: #ffffff;
}

.btn:hover::before {
    width: 100%;
    right: 0;
    left: auto;
}

.btn:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

/* ==== */
.contact-map-wrap {
    margin-bottom: -8px;
}

@media screen and (max-width:1099px) {
    .contact-info-section .contact-info-wrap .single-contact-info {
        padding: 50px 10px 50px;
    }

    .contact-info-section {
        padding: 30px 0;
    }

    .techwix-contact-section .contact-wrap .contact-form {
        margin-left: 0;
    }
    .contact-main-section .contact-us-header{
        margin: 0 auto 2px;
    }
    .techwix-contact-section-02 .contact-wrap .contact-form{
        margin-top: 10px;
    }
}
@media screen and (max-width: 991px) {
    .contact-main-section .contact-us-header{
        padding: 10px 20px;
    }
    .contact-main-section .contact-us-header h3 {
        font-size: 38px;}
        .contact-info-section .contact-info-wrap .single-contact-info {
            padding: 30px 10px 30px;
        }
}
@media screen and (max-width: 575px) {
    .contact-info-section .contact-info-wrap .single-contact-info {
        padding: 20px 10px 20px;
    }

    .contact-info-section .contact-info-wrap .single-contact-info {
        margin: 8px auto;
    }

    .contact-info-section {
        padding: 10px 0;
    }

    input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
    textarea {
        font-size: 12px;
        padding: 8px 25px;
    }

    .contact-info-section .contact-info-wrap .single-contact-info .info-content p {
        font-size: 16px;
    }

    .techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .heading-wrap .title {
        font-size: 28px;
        line-height: 28px;
    }

    .techwix-contact-section .contact-wrap .contact-form .contact-form-wrap {
        padding: 24px 24px;
    }

    .techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .heading-wrap {
        margin-bottom: 16px;
    }

    .techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form {
        margin-top: 12px;
    }

    .techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
        height: 34px;
        line-height: 36px;
    }

    .techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .single-form textarea {
        height: 100px;
    }

    .techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .form-btn {
        margin-top: 16px;
    }

    .techwix-contact-section .contact-wrap .contact-form .contact-form-wrap .form-btn .btn {
        font-size: 16px;
        width: 100%;
        height: 35px;
        line-height: 35px;
        margin-bottom: 0;
    }

    .techwix-contact-section-03 .contact-wrap .contact-form .contact-form-wrap .form-btn .btn {
        width: 100%;
    }

    .techwix-contact-section-03 .contact-wrap {
        margin-bottom: -30px;
    }
}