.form-address {
    overflow: hidden;
    padding: 50px 0px;
    background-color: #cccccc8f;
}
.form-head {
    overflow: hidden;
    padding: 0px 30px;
}
.form-head h4 {
    font-size: 30px;
    font-weight: bold;
}
.form-head h4 {
    width: fit-content;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
    margin-bottom: 50px;
}
.contact-input label {
    font-weight: bold;
}
.contact-input label:after {
    content: "*";
    color: #2e328e;
    font-size: 25px;
}
.contact-input input {
    font-weight: bold;
}

.contact {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
    overflow: hidden;
}
.address-clg {
    overflow: hidden;
    align-items: center;
    justify-content: center;
}
.address-clg h4 {
    margin: 0;
    font-weight: bold;
    color: var(--text-blue);
    padding-bottom: 25px;
    font-size: 28px;
}
.address-clg h4 {
    margin: 0;
    font-weight: bold;
    color: var(--header-bg);
    padding-bottom: 25px;
    font-size: 28px;
}
.address-clg h4 {
    margin: 0;
    font-weight: bold;
    color: var(--text-blue);
    padding-bottom: 25px;
    font-size: 28px;
}
.addr-locations p {
    margin: 0;
    font-size: 20px;
    color: var(--text-black);
    font-weight: 700;
    text-align: start;
}
.number-icon a, .mails a {
    text-decoration: none;
    color: var(--text-black);
    font-size: 20px;
    font-weight: 700;
}
.mails, .numbers, .addr-locations {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 20px 0;
}
.contact .about_img {
    position: relative;
}
 .contact-img .about_img img {
    clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
    width: 80%;
    margin-top: 25px;
} 
 .contact-img .about_img::after {
    clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
    position: absolute;
    content: '';
    height: 495px;
    width: 420px;
    background-color: var(--text-blue);
    right: 97px;
    z-index: -1;
    top: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
} 
.cap-sec {
    text-align: end;
    width: 100%;
    background: white;
    border: 1px solid #ccc;
}
#captcha {
    font-size: 22px;
    letter-spacing: 3px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    padding: 0px 10px;
    color: #f26122;
    font-weight: bold;
}
#refresh {
    border: none;
    background-color: #2e328e;
    color: #fff;
    padding: 10px 15px;
    margin-left: auto;
}
.contact-button input {
    padding: 15px;
    border: 1px solid #ccc;
    width: 100%;
    box-shadow: none;
    font-weight: bold;
}
.cont-sub button {
    border-color: #2e328e;
    background-color: #2e328e;
    color: white;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.cont-sub button:hover {
    border: 1px solid #2e328e;
    color: #2e328e;
}
.form-address .form-control:focus {
    color: white;
}

.breadcrumb {
    position: absolute;
    left: 10%;
    bottom: -30px;
    background-color: var(--text-blue);
    padding: 10px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    Z-INDEX: 1;
}
.breadcrumb a {
    color: #fffbff;
    text-decoration: none;
}
.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active {
    color: #fffbff;
}


