* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}


/* // <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 200 to 800 */


.karla {
    font-family: "Karla", sans-serif;
}

.old-standard {
    font-family: "Old Standard TT", serif;
}

.hero-bg {
    background-image: url(../image/i-tech-bg-hero.jpg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0 60px;
    position: relative;
    z-index: 1;
}

.hero-bg::after {
    content: "";
    z-index: -1;
    opacity: 0.3;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
}

.bg-content {
    padding: 10px 0;
}

.logo h3 {
    font-size: 42px;
    color: white;
    text-align: center;
    padding-top: 30px;
    font-weight: 700;
}

.content-bg {
    padding: 100px 0 0 0;
    color: white;
}

.home-start {
    padding-top: 150px;
}

.home-start h1 {
    font-size: 56px;
    letter-spacing: 2px;
}

.home-start p {
    font-size: 24px;
    letter-spacing: 3px;
    padding: 20px 0;
}

.button {
    padding: 20px 0;
}

.button a {
    color: white;
    text-decoration: none;
    border: 2px solid white;
    border-radius: 30px;
    padding: 20px 50px;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 700;
    transition: all .5s;
    font-family: "Karla", sans-serif;
}

.button a:hover {
    background-color: white;
    color: black;
}

.about-placement {
    padding: 100px 0;
}

.about-i-tech h2 {
    font-size: 21px;
    text-align: center;
}

.about-content-box {
    padding: 100px 0;
    display: flex;
}

.content-container {
    width: 33.33%;
    padding: 0 20px;

}

.img img {
    height: auto;
    width: 100%;
}

.about-content-box-data {
    text-align: center;
    font-family: "Old Standard TT", serif;
    padding: 30px 0;
}

.content-heading h4 {
    padding-bottom: 20px;
    font-size: 24px;
    letter-spacing: 3px;
    font-weight: 300;
    font-family: "Old Standard TT", serif;
}

.content-para p {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 35px;
    font-weight: 400;
}

.gallery-heading h4 {
    padding-bottom: 20px;
    font-size: 21px;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
    font-family: "Karla", sans-serif;
}
.gallery-img {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    padding: 100px 0;
    justify-content: center;
}

.gallery-img img {
    object-fit: cover;
    height: auto;
    width: 30%;
}

.potential-sect {
    padding: 100px 0;
}

.potential-heading h4 {
    padding-bottom: 20px;
    font-size: 42px;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: "Karla", sans-serif;
    width: 804px;
    margin: 0 auto;
    text-align: center;
}

.potential-para p {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 35px;
    font-weight: 400;
    width: 804px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}

.potential-button {
    text-align: center;
    padding: 40px 0;
}

.potential-button a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    border: 2px solid rgb(0, 0, 0);
    border-radius: 30px;
    padding: 20px 50px;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 700;
    transition: all .5s;
    font-family: "Karla", sans-serif;
}

.potential-button a:hover {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.hiring-heading span {
    text-align: center;
    display: block;
    font-size: 21px;
    font-family: "Karla", sans-serif;
    font-weight: 600;
    padding-bottom: 100px;
}

.join-heading h4 {
    padding-bottom: 20px;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 400;
    font-family: "Old Standard TT", serif;
    width: 804px;
    margin: 0 auto;
    text-align: center;
}

.join-para p {
    font-size: 18px;
    text-align: center;
    font-family: "Old Standard TT", serif;
    padding: 30px 0;
}

.form-heading h4 {
    padding-bottom: 20px;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 400;
    font-family: "Old Standard TT", serif;
    width: 804px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
}

.form-apply {
    display: flex;
    flex-direction: column;
    width: 804px;
    margin: 0 auto;
    gap: 20px;
    padding-bottom: 100px;
}

textarea {
    height: 170px;
}

.form__group {
    position: relative;
    padding: 20px 0 0;
    width: 100%;
    max-width: 180px;
}

.form__field {
    font-family: inherit;
    width: 804px;
    border: none;
    border-bottom: 1px solid #6b6b6b;
    outline: 0;
    font-size: 18px;
    color: #000000;
    padding: 20px 10px 10px;
    background: transparent;
    transition: border-color 0.2s;
    font-family: "Old Standard TT", serif;
}

.form__field::placeholder {
    color: transparent;
    padding: 20px 10px 10px;
}

.form__field:placeholder-shown~.form__label {
    font-size: 17px;
    cursor: text;
    top: 20px;
}

.form__label {
    position: absolute;
    top: 10px;
    display: block;
    transition: 0.2s;
    font-size: 17px;
    color: #000000;
    pointer-events: none;
    width: 804px;
    padding: 5px 0 0 10px;
    font-family: "Old Standard TT", serif;
}

.form__field:focus {
    border-width: 1px;
    font-family: "Old Standard TT", serif;
    border-image-slice: 1;
    background-color: rgb(246, 246, 246);
    padding: 20px 10px 10px;
}

.form__field:focus~.form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 15px;
    color: #000000;
    /* font-weight: 700; */
}

/* reset input */
.form__field:required,
.form__field:invalid {
    box-shadow: none;
}

.file-box {
    position: relative;
}

.file-lable {
    position: absolute;
    top: -6px;
    left: 0px;
    border: 1px solid black;
    padding: 10px 7px;
}

.file-box input {
    padding-left: 38px;
    text-align: right;
}





.file-box input::file-selector-button {
    color: rgb(0, 0, 0);
    padding: 0.5em;
    border: none;
    background-color: white;
    border: 1px solid rgb(255, 255, 255);
    opacity: 0;

}

.submit-button {
    text-align: center;
}

.submit-button p {
    font-family: "Old Standard TT", serif;
    font-size: 14px;
    text-align: center;
    padding: 50px 0;
    color: rgb(145, 145, 145);
}

.submit-button input {
    background-color: white;
    padding: 20px 50px;
    border-radius: 30px;
    font-size: 16px;
    font-family: "Karla", sans-serif;
    font-weight: 700;
    transition: all .5s;
    letter-spacing: 1px;
}

.submit-button input:hover {
    background-color: black;
    color: white;
}


.contact-heading h4 {
    padding-bottom: 100px;
    font-size: 21px;
    letter-spacing: 2px;
    font-weight: 700;
    font-family: "Karla", sans-serif;
    width: 804px;
    margin: 0 auto;
    text-align: center;

}

.list-heading p {
    padding-bottom: 40px;
    text-align: center;
    font-size: 18px;
    font-family: "Old Standard TT", serif;
    letter-spacing: 1px;
    padding-top: 50px;
    line-height: 30px;
    width: 502px;
    margin: 0 auto;
}


.contact-number,
.contact-email-id {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding: 10px 0 10px 70px;
    justify-content: center;
}

.contact-number p,
.contact-email-id p {
    padding: 0;
}

.contact-number i,
.contact-email-id i {
    color: black;
    font-size: 24px;

}












.contact-heading-two h4 {
    padding-bottom: 20px;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 400;
    font-family: "Old Standard TT", serif;
    width: 804px;
    margin: 0 auto;
    text-align: center;
}

.contact-para p {
    font-size: 18px;
    letter-spacing: 1px;

    font-weight: 400;
    width: 804px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}

.table-list {
    width: 804px;
    margin: 0 auto;
    padding: 50px 0;
}

.list-heading h4 {
    text-align: center;
    width: 50%;
    font-size: 24px;
    font-family: "Old Standard TT", serif;
    font-weight: 400;
    letter-spacing: 1px;
}

.list-heading {
    display: flex;
    justify-content: space-between;
}

.list-heading div {
    width: 100%;
    margin: 0 auto;
}

.list-heading div h4 {
    width: 100%;
}



.sub-button {
    display: flex;
    justify-content: space-between;
    width: 804px;
    margin: 0 auto;
    align-items: center;
}


.form_sub_group {
    position: relative;
    padding: 20px 0 0;
    width: 100%;
    max-width: 180px;
}

.form_sub_field {
    font-family: inherit;
    width: 600px;
    border: none;
    border-bottom: 1px solid #6b6b6b;
    outline: 0;
    font-size: 18px;
    color: #000000;
    padding: 20px 10px 10px;
    background: transparent;
    transition: border-color 0.2s;
    font-family: "Old Standard TT", serif;
}

.form_sub_field::placeholder {
    color: transparent;
    padding: 20px 10px 10px;
}

.form_sub_field:placeholder-shown~.form_sub_label {
    font-size: 17px;
    cursor: text;
    top: 20px;
}

.form_sub_label {
    position: absolute;
    top: 10px;
    display: block;
    transition: 0.2s;
    font-size: 17px;
    color: #000000;
    pointer-events: none;
    width: 804px;
    padding: 5px 0 0 10px;
    font-family: "Old Standard TT", serif;
}

.form_sub_field:focus {
    border-width: 1px;
    font-family: "Old Standard TT", serif;
    border-image-slice: 1;
    background-color: rgb(246, 246, 246);
    padding: 20px 10px 10px;
}

.form_sub_field:focus~.form_sub_label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 15px;
    color: #000000;
    /* font-weight: 700; */
}

/* reset input */
.form_sub_field:required,
.form_sub_field:invalid {
    box-shadow: none;
}

.file-box {
    position: relative;
}

.submit-sub {
    background-color: white;
    padding: 20px 50px;
    border-radius: 30px;
    font-size: 16px;
    font-family: "Karla", sans-serif;
    font-weight: 700;
    transition: all .5s;
    letter-spacing: 1px;
}

.submit-sub:hover {
    background-color: black;
    color: white;
}



footer {
    background-color: black;
    padding: 56px 0;
}

.footer-heading h4 {
    text-align: center;
    color: white;

    font-size: 18px;
    font-family: "Old Standard TT", serif;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;

}

.footer-flex p {
    color: white;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
}

.contact-mini-box {

    height: 65px;
    width: 65px;
    bottom: 40px;
    right: 40px;
    position: fixed;
    background-color: rgb(229 226 218);
    border-radius: 50%;
    z-index: 9999;
}


.contact-box-right {
    position: relative;
    height: 65px;
    width: 65px;
}

.contact-box-right img {
    height: auto;
    width: 85%;
    transform: translate(5px, 7px);
}

.oneimg {
    z-index: 1;
    position: absolute;
}

.twoimg {
    z-index: -1;
    position: absolute;
}

.active .oneimg {
    z-index: -1;
    opacity: 0;
}

.contact-mini {
    width: 400px;
    height: 633px;
    box-shadow: 0 0 10px gray;
    background-color: white;
    position: absolute;
    top: -652px;
    right: 0;
    opacity: 0;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
}

.active .contact-mini {
    display: block;
    opacity: 1;
}

.contact-mini-heading {
    background-color: rgb(229 226 218);
    font-size: 22px;
    padding: 16px 24px 40px;

}

.contact-mini-heading h4 {
    font-family: "Old Standard TT", serif;
    font-weight: 100;
    letter-spacing: 1px;
}

.contact-mini-para {
    background-color: rgb(250 249 248);
    padding: 10px;
    width: 330px;
    margin: 0 auto;
    transform: translateY(-30px);
}

.contact-mini-form {
    width: 330px;
    margin: 0 auto;
}






.form_mini_group {
    position: relative;
    padding: 20px 0 0;
    width: 100%;
    max-width: 180px;
}

.form_mini_field {
    font-family: inherit;
    width: 330px;
    border: none;
    border-bottom: 1px solid #6b6b6b;
    outline: 0;
    font-size: 18px;
    color: #000000;
    padding: 20px 10px 10px;
    background: transparent;
    transition: border-color 0.2s;
    font-family: "Old Standard TT", serif;
}

.form_mini_field::placeholder {
    color: transparent;
    padding: 20px 10px 10px;
}

.form_mini_field:placeholder-shown~.form_mini_label {
    font-size: 17px;
    cursor: text;
    top: 20px;
}

.form_mini_label {
    position: absolute;
    top: 10px;
    display: block;
    transition: 0.2s;
    font-size: 17px;
    color: #000000;
    pointer-events: none;
    width: 804px;
    padding: 5px 0 0 10px;
    font-family: "Old Standard TT", serif;
}

.form_mini_field:focus {
    border-width: 1px;
    font-family: "Old Standard TT", serif;
    border-image-slice: 1;
    background-color: rgb(246, 246, 246);
    padding: 20px 10px 10px;
}

.form_mini_field:focus~.form_mini_label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 15px;
    color: #000000;
    /* font-weight: 700; */
}

/* reset input */
.form_mini_field:required,
.form_mini_field:invalid {
    box-shadow: none;
}

.file-box {
    position: relative;
}

.miniteaxt {
    height: 120px;
}

.send-button {
    text-align: center;
    padding-top: 40px;
}

.send-button input {
    background-color: white;
    padding: 20px 50px;
    border-radius: 30px;
    font-size: 16px;
    font-family: "Karla", sans-serif;
    font-weight: 800;
    transition: all .5s;
    letter-spacing: 1px;
}

.send-button input:hover {
    background-color: black;
    color: white;
}









/* ================= TAB CSS ===================  */
/* ================= TAB CSS ===================  */
/* ================= TAB CSS ===================  */
/* ================= TAB CSS ===================  */

@media screen and (max-width: 991px) {
    .container {
        max-width: 710px;
        margin: 0 auto;
        overflow: hidden;
    }


    .gallery-img {
        display: flex;
        gap: 0px;
        flex-wrap: wrap;
        padding: 100px 0;
    }


    .gallery-img img {
        object-fit: cover;
        width: 50%;
        height: auto;
        padding: 5px;
    }

    .potential-heading h4 {
        padding-bottom: 20px;
        font-size: 27px;
        letter-spacing: 2px;
        font-weight: 600;
        font-family: "Karla", sans-serif;
        width: 710px;
        margin: 0 auto;
        text-align: center;
    }

    .contact-heading-two h4 {
        padding-bottom: 20px;
        font-size: 24px;
        letter-spacing: 2px;
        font-weight: 400;
        font-family: "Old Standard TT", serif;
        width: 710px;
        margin: 0 auto;
        text-align: center;
    }

    .potential-para p {
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 35px;
        font-weight: 400;
        width: 710px;
        margin: 0 auto;
        text-align: center;
        padding: 20px 0;
    }

    .form-heading h4 {
        padding-bottom: 20px;
        font-size: 24px;
        letter-spacing: 2px;
        font-weight: 400;
        font-family: "Old Standard TT", serif;
        width: 710px;
        margin: 0 auto;
        text-align: center;
        padding: 40px 0;
    }

    .join-heading h4 {
        padding-bottom: 20px;
        font-size: 24px;
        letter-spacing: 2px;
        font-weight: 400;
        font-family: "Old Standard TT", serif;
        width: 710px;
        margin: 0 auto;
        text-align: center;
    }

    .form-apply {
        display: flex;
        flex-direction: column;
        width: 710px;
        margin: 0 auto;
        gap: 20px;
        padding-bottom: 100px;
    }

    .form__field {
        font-family: inherit;
        width: 100%;
        border: none;
        border-bottom: 1px solid #6b6b6b;
        outline: 0;
        font-size: 18px;
        color: #000000;
        padding: 20px 10px 10px;
        background: transparent;
        transition: border-color 0.2s;
        font-family: "Old Standard TT", serif;
    }

    .file-box input {
        padding-left: 30px;
        width: 710px;
        text-align: right;
    }

    .contact-heading h4 {
        padding-bottom: 100px;
        font-size: 21px;
        letter-spacing: 2px;
        font-weight: 700;
        font-family: "Karla", sans-serif;
        width: 710px;
        margin: 0 auto;
        text-align: center;
    }

    .contact-para p {
        font-size: 18px;
        letter-spacing: 1px;
        font-weight: 400;
        width: 710px;
        margin: 0 auto;
        text-align: center;
        padding: 20px 0;
    }

    .table-list {
        width: 710px;
        margin: 0 auto;
        padding: 50px 0;
    }

    .form_sub_field {
        font-family: inherit;
        width: 530px;
        border: none;
        border-bottom: 1px solid #6b6b6b;
        outline: 0;
        font-size: 18px;
        color: #000000;
        padding: 20px 10px 10px;
        background: transparent;
        transition: border-color 0.2s;
        font-family: "Old Standard TT", serif;
    }

    .sub-button {
        display: flex;
        justify-content: space-between;
        width: 710px;
        margin: 0 auto;
        align-items: center;
    }


    .footer-flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 30px 0;
        flex-direction: column;
        gap: 20px;
    }


    .contact-mini-box {
        height: 65px;
        width: 65px;
        bottom: 40px;
        right: 40px;
        position: fixed;
        background-color: rgb(229 226 218);
        border-radius: 50%;
        z-index: 9999;
    }

    .contact-mini {
        width: 400px;
        height: 633px;
        box-shadow: 0 0 10px gray;
        background-color: white;
        position: absolute;
        top: -573px;
        right: 93px;
        opacity: 0;
        display: none;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .contact-number,
    .contact-email-id {
        display: flex;
        align-items: center;
        gap: 20px;
        width: 100%;
        padding: 10px 0 10px 28px;
    }

    .form_mini_group {
        position: relative;
        padding: 20px 0 0;
        width: 100%;
        max-width: 100%;
    }

    .form__group {
        position: relative;
        padding: 20px 0 0;
        width: 100%;
        max-width: 100%;
    }


}







/* ================= mobile CSS ===================  */
/* ================= mobile CSS ===================  */
/* ================= mobile CSS ===================  */

@media screen and (max-width: 767px) {

    .container {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }


    .content-bg {
        padding: 0px 0 0 0;
        color: white;
    }

    .home-start {
        padding-top: 91px;
    }

    .home-start h1 {
        font-size: 31px;
        letter-spacing: 2px;
    }

    .about-placement {
        padding: 39px 0;
    }

    .about-content-box {
        padding: 85px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .content-container {
        width: 100%;
        padding: 0 20px;
    }

    .content-para p {
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 32px;
        font-weight: 400;
    }

    .gallery-heading h4 {
        padding-bottom: 0px;
        font-size: 20px;
        letter-spacing: 2px;
        font-weight: 600;
        line-height: 31px;
        text-align: center;
        font-family: "Karla", sans-serif;
    }

    .gallery-img {
        display: flex;
        gap: 0px;
        flex-wrap: wrap;
        padding: 50px 0;
        flex-direction: column;
        align-items: center;
    }

    .gallery-img img {
        object-fit: cover;
        width: 100%;
        height: auto;
        padding: 5px;
    }

    .potential-sect {
        padding: 47px 0;
    }

    .potential-heading h4 {
        padding-bottom: 20px;
        font-size: 21px;
        letter-spacing: 2px;
        font-weight: 600;
        font-family: "Karla", sans-serif;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .potential-para p {
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 35px;
        font-weight: 400;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 20px 0;
    }

    .hiring-heading span {
        text-align: center;
        display: block;
        font-size: 21px;
        font-family: "Karla", sans-serif;
        font-weight: 600;
        padding-bottom: 69px;
    }

    .join-heading h4 {
        padding-bottom: 20px;
        font-size: 24px;
        letter-spacing: 2px;
        font-weight: 400;
        font-family: "Old Standard TT", serif;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .form-apply {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
        gap: 20px;
        padding-bottom: 38px;
    }

    .form-heading h4 {
        padding-bottom: 20px;
        font-size: 24px;
        letter-spacing: 2px;
        font-weight: 400;
        font-family: "Old Standard TT", serif;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 40px 0;
    }

    .form__field {
        font-family: inherit;
        width: 100%;
        border: none;
        border-bottom: 1px solid #6b6b6b;
        outline: 0;
        font-size: 18px;
        color: #000000;
        padding: 20px 10px 10px;
        background: transparent;
        transition: border-color 0.2s;
        font-family: "Old Standard TT", serif;
    }

    .form__group {
        position: relative;
        padding: 20px 0 0;
        width: 100%;
        max-width: 100%;
    }

    .contact-heading h4 {
        padding-bottom: 100px;
        font-size: 21px;
        letter-spacing: 2px;
        font-weight: 700;
        font-family: "Karla", sans-serif;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .contact-heading-two h4 {
        padding-bottom: 20px;
        font-size: 24px;
        letter-spacing: 2px;
        font-weight: 400;
        font-family: "Old Standard TT", serif;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .contact-para p {
        font-size: 18px;
        letter-spacing: 1px;
        font-weight: 400;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 20px 0;
    }

    .table-list {
        width: 100%;
        margin: 0 auto;
        padding: 50px 0;
    }

    .list-heading {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 50px;
    }

    .list-heading p {
        padding-bottom: 40px;
        text-align: center;
        font-size: 18px;
        font-family: "Old Standard TT", serif;
        letter-spacing: 1px;
        padding-top: 50px;
        line-height: 30px;
        width: 100%;
        margin: 0 auto;
    }

    .contact-number,
    .contact-email-id {
        display: flex;
        align-items: center;
        gap: 11px;
        width: 100%;
        padding: 6px 0 12px 0px;
    }

    .time-list {
        list-style-type: none;
        padding-top: 29px;
    }

    .time-list li {
        font-size: 18px;
        padding: 5px 0 5px 34px;
        font-family: "Old Standard TT", serif;
    }

    .sub-button {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 0 auto;
        align-items: center;
        flex-direction: column;
        gap: 50px;
    }

    .form_sub_field {
        font-family: inherit;
        width: 100%;
        border: none;
        border-bottom: 1px solid #6b6b6b;
        outline: 0;
        font-size: 18px;
        color: #000000;
        padding: 20px 10px 10px;
        background: transparent;
        transition: border-color 0.2s;
        font-family: "Old Standard TT", serif;
    }

    .form_sub_group {
        position: relative;
        padding: 20px 0 0;
        width: 100%;
        max-width: 100%;
    }

    .footer-flex p {
        color: white;
        text-align: center;
        line-height: 30px;
    }

    .contact-mini-box {
        height: 65px;
        width: 65px;
        bottom: 24px;
        right: 14px;
        position: fixed;
        background-color: rgb(229 226 218);
        border-radius: 50%;
        z-index: 9999;

    }

    .contact-mini {
        width: 301px;
        height: 633px;
        box-shadow: 0 0 10px gray;
        background-color: white;
        position: absolute;
        top: -602px;
        right: -4px;
        opacity: 0;
        display: none;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .contact-box-right {
        position: relative;
        height: 65px;
        width: 65px;
        /* z-index: 9999; */
        background-color: rgb(229 226 218);
        border-radius: 50%;
        z-index: 99999;
    }

    .contact-mini-form {
        width: 100%;
        margin: 0 auto;
    }

    .contact-mini-para {
        background-color: rgb(250 249 248);
        padding: 10px;
        width: 100%;
        margin: 0 auto;
        transform: translateY(-30px);
    }

    .form_mini_group {
        position: relative;
        padding: 20px 0 0;
        width: 100%;
        max-width: 100%;
        /* margin: 0 auto; */
    }

    .form_mini_field {
        font-family: inherit;
        width: 100%;
        border: none;
        border-bottom: 1px solid #6b6b6b;
        outline: 0;
        font-size: 18px;
        color: #000000;
        padding: 20px 10px 10px;
        background: transparent;
        transition: border-color 0.2s;
        font-family: "Old Standard TT", serif;
    }

    .miniteaxt {
        width: 100%;
        height: 142px;
    }

    .form_mini_label {
        position: absolute;
        top: 10px;
        display: block;
        transition: 0.2s;
        font-size: 17px;
        color: #000000;
        pointer-events: none;
        width: 100%;
        padding: 5px 0 0 10px;
        font-family: "Old Standard TT", serif;
    }

    .send-button {
        text-align: center;
        padding-top: 26px;
    }

    .contact-mini-form p {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        font-size: 12px;
        padding: 20px 0;
    }
}