.demo1{ background: #E6E6E6; }
.email-signature1{
    /*background: #fff;*/
    font-family: 'Poppins', sans-serif;
    padding: 0 0 0 200px;
    position: relative;
    z-index: 1;
    overflow: hidden;
	height:200px;
}
.email-signature1:before,
.email-signature1:after{
    content: '';
    height: 100%;
    width: 35%;
    background: #0a3957;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-clip-path: polygon(0% 0%, 70% 0, 100% 50%, 70% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 70% 0, 100% 50%, 70% 100%, 0% 100%);
}
.email-signature1:after{
    height: 90%;
    width: 32%;
    background: #ca3436;
    transform: translateY(-50%);
    top: 50%;
    left: 50px;
    z-index: -2;
}
.email-signature1 img{
    color: #fff;
    background: #b6b2b3;
    font-size: 60px;
    line-height: 100px;
    text-align: center;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0%;
}
.email-signature1 .signature-icon1{
    color: #fff;
    background: #b6b2b3;
    font-size: 60px;
    line-height: 100px;
    text-align: center;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 7%;
}
.email-signature1 .signature-detail1{
    /*border-bottom: 3px solid #ca3436;*/
	margin: 30px;
    padding: 34px 0 38px 180px;
	line-height:24px;font-size:18px;color:#ca3436;
}
.email-signature1 .title{
    color: #ca3436;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
.email-signature1 .post{
    color: #ca3436;
    font-size: 17px;
}
.email-signature1 .icon{
    font-size: 16px;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    right: 15px;
    top: 28px;
}
.email-signature1 .icon li{
    display: inline-block;
    margin: 0 2px;
}
.email-signature1 .icon li a{
    color: #fff;
    background-color: #0A3957;
    text-align: center;
    line-height: 28px;
    height: 28px;
    width: 28px;
    border-radius: 5px;
}
.email-signature1 .icon li a:hover{
    background-color: #ca3436;
}
.email-signature1 .signature-content1{
    margin: 0;
    padding: 10px 0 10px 25px;
    list-style: none;
    display: block;
}
.email-signature1 .signature-content1 li{
    color: #949494;
    font-size: 15px;
    margin-bottom: 3px;
}
.email-signature1 .signature-content1 li span{
    color: #ca3436;
    font-weight: 600;
    margin-right: 7px;
    display: inline-block;
}
@media screen and (max-width:1200px) {
    .email-signature1{ padding: 0 0 0 218px; }
}
@media screen and (max-width:980px) {.email-signature1 { padding: 0 0 0 80px;}}
@media screen and (max-width:767px) {
    .email-signature1 { padding: 185px 0 0 0;height:auto; }
    .email-signature1:before{
        width: 100%;
        height: 40%;
        -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 55%, 50% 100%, 0 55%);
        clip-path: polygon(0% 0%, 100% 0, 100% 55%, 50% 100%, 0 55%);
    }
    .email-signature1:after{
        background: #ca3436;
        width: 90%;
        height: 38%;
        transform: translateY(0) translateX(-50%);
        top: 23px;
        left: 50%;
        -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 55%, 50% 100%, 0 55%);
        clip-path: polygon(0% 0%, 100% 0, 100% 55%, 50% 100%, 0 55%);
    }
    .email-signature1 .signature-icon1 {
        transform: translateX(-50%) translateY(0);
        top: 22px;
        left: 50%;
    }
    .email-signature1 .signature-detail1 {
        text-align: center;
        padding: 0 0 10px;
    }
    .email-signature1 .icon{
        transform: translateX(50%);
        top: auto;
        right: 50%;
        bottom: 15px;
    }
    .email-signature1 .signature-content1 {
        text-align: center;
        padding: 10px 0 0;
    }
}