﻿.logo a {
    max-width: 250px;
    display: table;
    margin: 0 auto;
}

.logo {
    text-align: center;
}

.popup-overlay {
    display: none;
    position: fixed;
    /* top: 0; */
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    -webkit-box-shadow: inset 0px 10px 10px -6px rgb(117 117 117);
    -moz-box-shadow: inset 0px 10px 10px -6px rgba(117,117,117,1);
    box-shadow: inset 0px 10px 10px -6px rgb(117 117 117);
    font-weight: bold;
}

.popup {
    display: inline-block;
    width: 100%;
    min-height: 40px;
    background-color: white;
    border-radius: 1px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    bottom: 0;
    position: absolute;
    -webkit-box-shadow: inset 0px 10px 10px -6px rgb(117 117 117);
    -moz-box-shadow: inset 0px 10px 10px -6px rgba(117,117,117,1);
    box-shadow: inset 0px 10px 10px -6px rgb(117 117 117);
    color: #000;
    font-size: 12px;
    font-weight: normal;
}

.sponsors-outer {
    padding-top: 40px;
}

a.accept, a.submit {
    margin-top: 0;
    margin-left: 20px;
    display: inline-block;
    color: white;
    background-color: #2a8c49;
    border-radius: 5px;
    padding: 0px 9px;
    text-decoration: none;
    text-transform: uppercase;
}
section.about-section-six {
    background: #fff;
}
.clientNmae {
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    background: #2a8c49;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 0;
}
p.gallery-name {
    text-align: center;
    font-size: 18px;
    background: #2a8c49;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    display: block;
    padding: 12px 0;
    text-decoration: none;
    margin-top: 0;
}
ul.list-unstyled.contact-details__info .text h6 {
    color: #fff;
    margin-bottom: 1px;
}
.contact-details__info li .text {

    width: 100%;
    max-width: 350px;
}

.sec-title-center h2 {
    color:#fff
}
.sec-title-center {
    position: relative;
    margin-bottom: 40px;
    text-align:center
}
    .sec-title-center .sub-title-center {
        position: relative;
       /* top: -8px;*/
        font-size: var(--sec-title-subtitle-font-size);
        color: var(--sec-title-subtitle-color);
        line-height: var(--sec-title-subtitle-line-height);
        font-weight: var(--sec-title-subtitle-font-weight);
        font-family: var(--sec-title-subtitle-font-family);
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: 0.1em;
    }
.main-menu {
    position: relative;
    padding-left: 44px;
}
p {
    margin-bottom: 15px;
    line-height: 25px;
}
.about-section-three .content-column .sec-title .text p {
    display: block;
    max-width: 88%;
}
.Client {
    text-align: center;
}