.search-box {
    position: fixed;
    top: 10px;
    right: 50px;
    border: 1px solid #ddd;
    padding: 5px;
    display: none;
}

/*---------------Content--------------------------*/
.background-image::after {
    content: "";
    background-repeat: no-repeat;
    background: #24265d !important;
    background-position: bottom;
    background-attachment: fixed;
    background-size: cover;
    opacity: 0.1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.formLayout-verticalAlign::after {
    content: "";
    background-repeat: no-repeat;
    background: #ffffff !important;
    background-position: bottom;
    background-attachment: fixed;
    background-size: cover;
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.organization-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.row {
    margin: auto !important;
}

.fans-photo {
    overflow: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.about-photo {
    background-color: #fffffe !important;
    overflow: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.welcome-text {
    padding-top: 30px;
    text-align: center;
}

    .welcome-text p {
        margin-bottom: 0 !important;
        margin: auto;
        max-width: 500px;
        font-family: "Poppins", Sans-serif;
        color: #484848;
        font-weight: 500;
    }

    .welcome-text h2 {
        color: #24265D;
        text-transform: uppercase;
        font-size: 2.5em;
        letter-spacing: 2px;
        text-shadow: 2px 2px 4px #484848;
    }

.button-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
}

.log-in-button .dxbButton_Material {
    background-color: #24265D;
    flex: 1;
    padding: 10px;
}

.log-in-button.full-width {
    flex-basis: 100%;
    max-width: 100%;
}

.about-us h2 {
    max-width: 500px;
    margin: auto;
    color: #24265D;
}

.about-us p {
    margin-bottom: 0 !important;
    max-width: 500px;
    margin: auto;
    color: #6E706F;
    font-size: 1.1rem;
}

.about-us ul {
    list-style-type: none;
    padding-left: 0;
}

    .about-us ul li::before {
        content: '\2b';
        color: #24265D;
        padding-right: 10px;
    }


.blocks-info {
    min-height: 300px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .blocks-info .title {
        padding-bottom: 15px;
    }

    .blocks-info .desc p {
        text-align: justify;
        font-size: 1.1rem;
    }

.two-arrows .mission, .two-arrows .history {
    position: relative;
    padding-left: 80px;
}

    .two-arrows .mission::before, .two-arrows .history::before {
        content: '';
        position: absolute;
        left: 20px;
        top: 20px;
        border: solid #24265D;
        border-width: 0 5px 5px 0;
        display: inline-block;
        padding: 8px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

.two-arrows h3 {
    text-transform: uppercase;
    color: #24265D;
    padding-bottom: 20px;
}

.values-row h4 {
    text-transform: uppercase;
    padding-bottom: 20px;
}

.values-row .value {
    padding: 30px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.index-info-background {
    /*background: url('Images/Panel/backgorund3.png') no-repeat;*/
    background: #aaabbb !important;
    background-size: cover;
}

.index-info {
    /*height: 100vh !important;*/
    min-height: 600px;
    max-height: 110vh !important;
}

.logo-item span {
    color: #24265D;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px #24265D;
}

.registration-form .logo-item {
    color: #24265D;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px #24265D;
}

.signin-info .logo-item {
    color: #24265D;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px #24265D;
}

.about-info {
    background-color: transparent !important;
    min-height: 200px;
}

    .about-info a:hover {
        text-decoration: none;
    }

.info-element {
    display: flex;
    min-height: 170px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.3s;
}

    .info-element h4 {
        text-align: center;
        color: #24265D;
        padding-top: 20px;
        font-size: 1.2rem;
        text-transform: uppercase;
        transition: 0.2s;
    }

    .info-element i {
        color: #24265D;
        transition: 0.2s;
    }

    .info-element:hover h4 {
        transform: translateY(-5px);
    }

    .info-element:hover i {
        transform: translateY(-5px);
    }

.img-verlogic {
    display: flex;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #F8F9F9;
}

    .img-verlogic img {
        max-height: 80px;
    }

.registration-form {
    padding: 50px;
}

.organization-content {
    min-height: 60vh !important;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

    .organization-content .first-column, .second-column {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .organization-content .first-column img {
            height: auto;
            max-height: 250px !important;
        }

    .organization-content .second-column {
        flex-direction: column;
        text-align: center;
    }

    .organization-content .second-column {
        padding: 30px;
    }

    .organization-content .first-column {
        flex-direction: column;
        text-align: center;
        /*        background-color: #fff;*/
        margin-bottom: 30px;
    }

    .organization-content .first-column {
        padding: 30px;
        /*        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
    }


.organization-content {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeIn 1.5s forwards;
}

    .organization-content p, h3, h6 {
        max-width: 800px;
    }

.organization-address {
    font-style: italic;
    text-align: center;
}

.list-unstyled li {
    padding-top: 10px;
}

    .list-unstyled li i {
        padding-right: 10px;
    }

.contact-form label {
    color: #000 !important;
}

.contact-form tr {
    border-radius: 20px;
}

.contact-page {
    color: white !important;
}

    .contact-page h4 {
        color: white !important;
    }

    .contact-page i {
        color: #70B3D2 !important;
    }

    .contact-page label {
        color: white !important;
    }

    .contact-page em {
        color: #70B3D2 !important;
    }

    .contact-page li {
        color: white !important;
    }

    .contact-page p {
        color: white !important;
    }

#Submit_CD {
    background: #70B3D2 !important;
}

@media only screen and (max-width: 991px) {
    .contact-page .row {
        flex-direction: column;
    }

    .contact-page .col-md-8 {
        border-right: none !important;
        border-bottom: 1px solid #24265D;
        margin: auto;
    }

    .contact-page .col-md-4 {
        margin: auto;
        flex: 0 0 66%;
        max-width: 66%;
    }
}

@media only screen and (max-width: 860px) {
    .blocks-info-all .blocks-info {
        margin-bottom: 0 !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
    }

    .blocks-info-all .col-6 {
        max-width: 80%;
    }

    .blocks-info-all {
        align-content: center;
    }

    .blocks-info.from-right {
        margin-top: -20px !important;
    }

    .index-info .about-photo {
        height: 70vh !important;
        max-height: 600px !important;
    }

    .about-us {
        padding: 60px 0;
    }

    #info2 {
        flex-direction: column-reverse !important;
    }

    .title-row {
        flex-direction: column-reverse !important;
        padding-top: 10px;
    }

    #info1 {
        flex-direction: column;
    }

    #info3 {
        flex-direction: column;
    }

    .about-us h2 {
        font-size: 1.8rem !important;
    }
}



@media only screen and (max-width: 767px) {
    .contact-page .col-md-8 {
        border-bottom: none !important;
    }
}


@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.organization-name h3 {
    transition: transform 0.3s ease-in-out;
}


.organization-text {
    position: relative;
    transform-style: preserve-3d;
}

    .organization-text h6 {
        transition: transform 0.3s ease-in-out;
    }

#organizationAvatar {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.organization-content {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeIn 1.5s forwards;
}

    .organization-content p, h3, h6 {
        max-width: 800px;
    }

.organization-address {
    font-style: italic;
    text-align: center;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.organization-name h3 {
    transition: transform 0.3s ease-in-out;
}


.organization-text {
    position: relative;
    transform-style: preserve-3d;
}

    .organization-text h6 {
        transition: transform 0.3s ease-in-out;
    }

@media only screen and (max-width: 1200px) {
    .organization-content .row {
        flex-direction: column-reverse !important;
    }

    .organization-content .first-column, .second-column {
        width: auto !important;
        max-width: 100vw !important;
    }

    .organization-content .first-column {
        padding-top: 30px;
    }

        .organization-content .first-column img {
            min-width: auto !important;
            max-width: 90vw;
        }

    .organization-content .first-column {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 860px) {
    .index-info .row {
        flex-direction: column;
    }

    .icons-row {
        flex-direction: row !important;
    }

    .index-info .fans-photo {
        margin: auto;
        max-width: 100vw;
        width: 100vw;
        height: 300px !important;
        max-height: 300px;
        overflow: hidden;
        position: relative;
    }

    .index-info .about-photo {
        margin: auto;
        max-width: 100vw;
        width: 100vw;
        height: 300px !important;
        max-height: 300px;
        overflow: hidden;
        position: relative;
    }

    .info-element i {
        transform: scale(0.5,0.5)
    }

    .info-element {
        min-height: 150px;
    }

        .info-element h4 {
            padding-top: 0 !important;
        }

    .index-info .fans-photo img {
        display: block;
        width: 100%;
        height: auto;
        top: 0;
    }

    .index-info .about-photo img {
        display: block;
        width: 100%;
        height: auto;
        top: 0;
    }

    .welcome-text {
        max-width: 100% !important;
    }

    .about-us {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 532px) {
    .info-element h4 {
        font-size: 0.9rem;
    }
}
