﻿.managersocial {
    margin-top: 15px;
    color: black;
    line-height: 35px;
}

    .managersocial a {
        margin-left: 8px;
        font-size: 25px;
    }

        .managersocial a:hover {
            color: #5B8C51;
        }

.managerbody {
    line-height: 30PX;
}

    .managerbody h4 {
        margin-top: 15px;
        display: inline-block;
        color: #5B8C51;
    }

    .managerbody i {
        color: #5B8C51;
        margin-left: 10px;
        font-size: 20px;
    }

.companyliststyle > ul > li {
    list-style: square;
}

.companyliststyle > ul {
    padding-right: 30px;
}

.company-btn {
    margin-top: 20px;
    padding: 6px 25px;
    border: 2px solid #5B8C51;
    background: #5B8C51;
    border-radius: 8px;
    color: #fff;
}

    .company-btn:hover {
        color: lightgrey;
    }

.company {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 5px;
}

    .company > div {
        border: 2px solid gray;
        padding: 10px/10px;
        border-radius: 30px/30px;
    }

.allcompany-btn {
    padding: 6px 25px;
    margin-bottom: 10px;
    border: 2px solid #5B8C51;
    background: #5B8C51;
    border-radius: 8px;
    color: #fff;
}

    .allcompany-btn:hover {
        color: white;
        padding: 8px 30px;
        background-color: grey;
        animation-duration: 2s;
    }

.contactpart1 {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-column-gap: 5px;
}

.contactpart2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 5px;
}

.contactpart3 {
}

    .contactpart3 i {
        font-size: 15px;
        color: #fff;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 50px;
        background: #5B8C51;
    }



.citizenshipliststyle li {
    list-style: circle;
}

.suggestion {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 120px 1fr;
    margin-bottom: 5px;
}

    .suggestion > div:nth-child(2n) {
        margin-bottom: 5px;
    }

    .suggestion > div:last-child {
        clear: both;
        display: block;
        align-items: center;
        width: 100%;
    }

.suggestionmsg {
    background-color: #5b8c5199;
    color: white;
    padding: 15px 15px 15px 15px;
    border-radius: 10px/10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.statutecontent ul {
    margin-right: 30px;
}

.poll * {
    color: black;
}

.Caviarhistory {
    transition: all .5s ease-in-out;
}

    .Caviarhistory:hover {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

        .Caviarhistory:hover .testimonial-author-img img {
            transform: scale(120%);
        }

.interviewtitle img {
    border-radius: 100px/100px;
}

.interviewtitle + div {
    line-height: 35px;
}

/* Poll style */
.research h1 {
    color: #5B8C51;
    font-size: 35px;
    font-weight: 700;
}

.research p {
    color: #5B8C51;
    font-size: 25px;
    text-align: center;
    margin-top: 50px;
}

.researchdownload {
    color: #5B8C51;
}

    .researchdownload a {
        color: #5B8C51;
        padding-top: -10px;
    }

        .researchdownload a:hover {
            color: #808080;
        }

.faq {
    line-height: 35px;
    margin-bottom: 30px;
}

    .faq span {
        display: block;
        color: #5B8C51;
        font-weight: bold;
        margin-top: 15px;
    }

        .faq span:first-child {
            margin-top: 0px;
        }

.showimage > div {
    border: solid black 2px;
    padding: 5px 5px 5px 5px;
    display: flex; /* new */
    align-items: center; /* new */
    width: 350px;
    margin-left: 5px;
    margin-bottom: 5px;
    border-radius:5px 5px 5px 5px;
}

.showimage {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .showimage img {
        vertical-align: middle;
        display: inline-block;
    }
