/*-- Use For Custom Styling --*/
.cbp-wrapper-outer {}

.cbp-wrapper {
    display: flex;
    flex-direction: row;
    max-width: 100vw;
    flex-wrap: wrap;
}

.cbp-wrapper>div.cbp-item {
    flex: 1 1 200px;
    min-width: 0;
    background: #ddd;
    margin: 5px;
    padding: 20px;
    position: unset;
    display: flex;
    height: 250px;
}

.cbp-item-off {
    z-index: -1;
    pointer-events: none;
    visibility: hidden;
    display: none !important;
}

.cbp-wrapper>div.cbp-item .cbp-item-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fa-twitter {
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
    box-sizing: border-box;
}

.fa-twitter:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='white' d='M453.2 112L523.8 112L369.6 288.2L551 528L409 528L297.7 382.6L170.5 528L99.8 528L264.7 339.5L90.8 112L236.4 112L336.9 244.9L453.2 112zM428.4 485.8L467.5 485.8L215.1 152L173.1 152L428.4 485.8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 16px auto;
    width: 20px;
    height: 10px;
    display: inline-block;
    text-align: center;
    align-self: center;
    background-position: center center;
}

.side-menu.center {
    background: #1d1d1d;
}

.quarter-circle {
    background: #ffd000;
}

.main-title h2 {
    word-break: auto-phrase;
    hyphens: none;
}

#partner p,
#partner h5,
#partner h2 {
    color: #1d1d1d;
}

#portfolio {
    max-height: 1200px;
}

.rev_slider img.link {
    margin-top: -110px;
}

.footerLinks {
    display: flex;
    justify-content: center;
    padding-bottom: 0 !important;
}

.footerLinks a {
    color: #f7f7f7;
    margin: 0 10px;
    text-decoration: none;

}

div.success.active {
    position: fixed;
    background: green;
    top: 50%;
    left: 50%;
    padding: 15px;
    border-radius: 4px;
    color: #fff;
    width: 300px;
    margin-left: -150px;
}

#google-captcha {
    display: flex;
    justify-items: flex-end;
    align-items: flex-end;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 15px;
}