.body-back{
    background: url("https://www.pubconcierge.com/images/back-body.jpeg");
    opacity:0.4;
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index:-1;
}
header.header-bg{
    background: #18191b !important;
}
.partners-logo{
    width:50%;
    height: auto;
    margin: auto;
    text-align: center;
}
.p1{
    font-size:18px; 
    color:#000;
    font-weight: 600;
    text-align: justify;
}

.background-grey{
    background: #808080;
    width: 47%;
    margin-left: 3%;
    -webkit-box-shadow: 0 4px 10px 4px rgba(0, 0, 0, .6);
    box-shadow: 0 4px 10px 4px rgba(0, 0, 0, .6)
}

/*flexbox*/
.parent-wrapper {
    height:100%;
    width:100%;
}
.parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin: 0 0 0 -20px;
    font-weight: 600;
    -ms-flex-pack: distribute;
    padding: 15px
}
.child {
    color:#222;
    display: inline-block;
    background:#eecf16;
    margin:15px 0 0 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    text-align: center;
    flex-grow: 1;
    height:210px;    
    width: calc(100% * (1/2) - 15px - 1px);
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.child span{
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.child:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
/*flexbox*/
.background-grey .testimonials-title{
    color:#fff;
    text-align: center;
    font-size: 26px
}

.background-grey p{
    color:#eecf16
}
/*corner*/
.cnrflash {
    /*Position correctly within container*/
    position: absolute;
    top: -13px;
    right: -11px;
    z-index: 100000;
    /*Set overflow to hidden, to mask inner square*/
    overflow: hidden;
    /*Set size and add subtle rounding  		to soften edges*/
    width: 160px;
    height: 160px;
    border-radius: 3px 5px 3px 0;
}

.cnrflash-inner {
    /*Set position, make larger then 			container and rotate 45 degrees*/
    position: absolute;
    bottom: 0;
    right: 0;
    width: 225px;
    height: 200px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -o-transform: rotate(45deg);
    /* Opera */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    -webkit-transform-origin: 100% 100%;
    /*Purely decorative effects to add texture and stuff*/
    /* Safari and Chrome */
    -ms-transform-origin: 100% 100%;
    /* IE 9 */
    -o-transform-origin: 100% 100%;
    /* Opera */
    -moz-transform-origin: 100% 100%;
    /* Firefox */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, rgba(255, 255, 255, .1))), -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(50%, rgba(1, 1, 1, .2)));
    background-image: linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, .1) 50%), linear-gradient(0deg, transparent 0%, rgba(1, 1, 1, .2) 50%);
    background-size: 4px, auto, auto, auto;
    background-color: #eecf16;
    -webkit-box-shadow: 0 3px 3px 0 rgba(1, 1, 1, .5), 0 1px 0 0 rgba(1, 1, 1, .5), inset 0 -1px 8px 0 rgba(255, 255, 255, .3), inset 0 -1px 0 0 rgba(255, 255, 255, .2);
    box-shadow: 0 3px 3px 0 rgba(1, 1, 1, .5), 0 1px 0 0 rgba(1, 1, 1, .5), inset 0 -1px 8px 0 rgba(255, 255, 255, .3), inset 0 -1px 0 0 rgba(255, 255, 255, .2);
}

.cnrflash-inner:before,
.cnrflash-inner:after {
    /*Use the border triangle trick to make  				it look like the ribbon wraps round it's 				container*/
    content: " ";
    display: block;
    position: absolute;
    bottom: -16px;
    width: 0;
    height: 0;
    border: 8px solid #BCA207;
}

.cnrflash-inner:before {
    left: 1px;
    border-bottom-color: transparent;
    border-right-color: transparent;
}

.cnrflash-inner:after {
    right: 0;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.cnrflash-label {
    /*Make the label look nice*/
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    text-shadow: 0 1px 1px rgba(1, 1, 1, .8);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
/*corner*/

input{
    font-size: 18px
}
button.wpcf7-form-control.wpcf7-submit{
    width: 100%;
    font-size: 18px;
    background:green;
    padding: 0;
    text-align: center;
    border-color:#006E00;
    -webkit-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important
}
button.wpcf7-form-control.wpcf7-submit:hover{
    background: #006E00 !important;
    color:#fff !important;
}
.prvlink{
    color:#fff;
    text-decoration: underline;
}
.prvlink:hover{
    color:#fff;
    text-decoration: underline;
}

/*contact flip*/
#flip3D > #front, #flip3D > #back {
    position: absolute;
    background-color: #ffb806;
    padding: 0 20px;
    right: 0;
    -webkit-transform: perspective( 1800px) rotateY( 0deg);
    transform: perspective( 1800px) rotateY( 0deg);
/*    width: 47%;*/
/*    height: 650px;*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 1s linear 0s;
    transition: -webkit-transform 1s linear 0s;
    transition: transform 1s linear 0s;
    transition: transform 1s linear 0s, -webkit-transform 1s linear 0s;
}

#flip3D > #back {
    width: 100%;
    -webkit-transform: perspective( 1800px) rotateY( 180deg);
    transform: perspective( 1800px) rotateY( 180deg);
}
#partnersform input{
    margin-bottom: 10px;
}
#partnersform input[type="submit"]{
    width: 100%
}
.partnerslist{
    margin-top: 340px;
}
.blue-color{
    color:#3973d4;
}
.background-blue{
    background-color: #3973d4 !important;
}
.partners-h1{
    font-size: 40px
}
.partners-h2{
    font-size: 20px
}
footer{
    padding: 0;
}
footer .fa{
    padding: 9px 13px;
    color: #fff;
    font-size:20px
}
footer .fa-facebook{
    background: #3B5998;
    margin-right: 10px;
}
footer .fa-linkedin{
    background: #0077B5;
    padding: 9px 11px;
}
/*contact flip*/
@media (max-width: 991px) {
    .background-grey{
        width: 94%;
        margin: auto;
    }
    .partners-logo{
        width: 100%;
    }
    .background-grey h3{
        margin-top: 100px;
    }
    #flip3D{
        height: 800px
    }
    #flip3D > #front,#flip3D > #back {
        width: 94%;
        height: 650px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .partnerslist{
        margin-top: 650px;
    }
}
@media (max-width :768px){
    .partnerslist{
        margin-top: 450px;
    }
}