.class_all_input {
    border-radius: 0px;
    padding: 13px 14px;
    border-radius: 5px;
    background-color: var(--color-white);
}

.class_all_input:focus {
    box-shadow: none;
    background-color: var(--color-white);
}

.form_holder_main {
    margin: 0px -10px;
}

.class_all_input label {
    margin-bottom: 3px;
    font-weight: 600;
}

.form_main_c {
    margin: 0px 10px;
}

.common_title2 {
    font-weight: 700;
}

.sub_cont {
    margin: 0px 10px;
}

.sub_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-black);
    color: var(--color-white);
    padding: 16px;
    border: none;
    font-weight: 600;
    border-radius: 5px;
}

.contact_main_control {
    background-color: #fefefe;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.contact_img img {
    width: 70%;
}

.connect_ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #f3faff;
    padding: 12px;
    border: 1px solid rgba(17, 92, 159, 0.1);
    border-radius: 50px;
    /* box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1); */
    margin-top: 20px;
}

.contact_img2 {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: white;
    border: 1px solid rgba(17, 92, 159, 0.5);
    padding: 13px;
}

.contact_title {
    font-weight: 700;
    font-size: 20px;
    color: var(--color-black);
}

.common_title2 {
    line-height: 40px;
}

.contact_title2 {
    font-size: 19px;
}

.contact_content {
    width: calc(100% - 60px);
}

.common_content {
    background-color: var(--color-blue);
    padding: 7px 10px;
    color: var(--color-white);
    font-size: 20px;
}

.title_about {
    font-size: 26px;
    font-weight: 600;
}

.title_about span {
    font-size: 22px;
}

.title_about i {
    font-size: 18px;
    padding: 0px 3px;
}

.about_img-2 img {
    border-radius: 5px;
    object-fit: cover;
}

.about_content_1 {
    position: relative;
    margin-left: -5rem;
    background-color: var(--color-white);
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.footer_title2::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -4px;
    width: 50px;
    height: 4px;
    background-color: rgba(0, 0, 0, 1);
    border-radius: 50px;
}
.footer_title2::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -4px;
    width: 100px;
    height: 1px;
    background-color: rgba(0, 0, 0, 1);
    border-radius: 50px;
}
@media screen and (max-width: 568px){
    .class_all_input{
        padding: 11px 12px;
        font-size: 13px;
    }
    .contact_title2{
        font-size: 17px;
    }
    .form_holder_c label{
        font-size: 15px;
    }
    .contact_title{
        font-size: 18px;
    }
    .contact_main_control{
        padding: 17px;
    }
}