

.border__custom {
    min-height: 420px;
    box-shadow: 0px 9px 21px 0px #0000000F;
    border: 3px solid;
}

.border__custom:hover {
    border: 3px solid;
    border-image-source: linear-gradient(90deg, #00C0F3 -0.03%, #49BD99 100.51%);
    box-shadow: 0px 9px 21px 0px #45BEA04D;
    border-image-slice: 1;
    border-width: 3px;
}

.btn__trigger {
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background: transparent !important;
    border: none !important;
    outline: none !important;
}

.btn__trigger:focus-visible { 
    border: none !important;
    box-shadow: none !important;

}


.company__title span {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #070000;

}

.company__title {
    text-align: center;
    margin-top: 40px;
}

.post__logo {
    width: 150px;
    margin: 0 auto;
    text-align: center;
    height: 150px;
    display: flex;
    margin: auto;
    height: 150px;

}

.post__logo img {
    margin: auto;
    width: 150px;
    height: auto;

}

.company__description {
    color: #070000;
    font-size: 16px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.inner__container {
    padding: 30px 10px;
}

.modal__logo {
    text-align: right;
}

.img__container {
    margin-left: auto;
    max-height: 160px;
}

.modal__logo img {
    width: auto;
    height: auto;
}

.company__info {
    text-align: left;
    color: #070000;
    font-size: 16px;
}
.company__info span {
    font-size: 16px;
}

.bottom__contact_info {
    margin-top: 30px;

}

.bottom__contact_info span {
    text-align: left;
    color: #070000;
    font-size: 16px;
    margin-top: 30px;

}
  .modal-dialog {
    max-width: 900px !important;
    margin: 2rem auto;
}

.modal-body {
    padding:14px 50px 50px 50px !important ;
}

/* Modal style */

.custom .modal-header {
    border-bottom: none !important;
}

.custom button:not(:hover):not(:active):not(.has-background) {
    background-color: none !important;
}

.btn-close {
    background-color: transparent !important;
}