.post-slide{
    margin: 0 15px;
	box-shadow: 10px 2px 7px #6263517a;
	border-top: 3px solid #1f1e02;
    border-left: 3px solid #1f1e02;
}
.post-slide .post-img{
    overflow: hidden;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 1s ease-in-out 0s;
}
/* .post-slide:hover .post-img img{ */
    /* transform: scale(1.08); */
/* } */
.post-slide .post-content{
    /* background: linear-gradient(to right,#f9f308,#e2d107); */
	background:#1f1e02;
    padding: 20px;
	
}
.post-slide .post-title{
   font-size: 24px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
    border-bottom: 3px solid #000;
    border:1px solid #c6003a;
    box-shadow: 0px 3px 0px #e1ec4321;
    text-align: center;
}
.post-slide .post-title a{
    display: inline-block;
    color:#fefefe;
    transition: all 0.3s ease 0s;
	font-family: 'Oswald', sans-serif;
}
.post-slide .post-title a:hover{
    color:#ffffff;
    text-decoration: none;
}
.post-slide .post-description{
    font-size: 15px;
    color:#ffffff;
    line-height: 24px;
    margin-bottom: 14px;
	font-family: 'Roboto', sans-serif;
	text-align:center;
}
.post-slide .post-bar{
    padding: 0;
    margin-bottom: 15px;
    list-style: none;
}
.post-slide .post-bar li{
    color: #676767;
    padding: 2px 0;
}
.post-slide .post-bar li i{
    margin-right: 5px;
}
.post-slide .post-bar li a{
    display: inline-block;
    font-size: 12px;
    color: #808080;
    transition: all 0.3s ease 0s;
}
.post-slide .post-bar li a:after{
    content: ",";
}
.post-slide .post-bar li a:last-child:after{
    content: "";
}
.post-slide .post-bar li a:hover{
    color: #3d3030;
    text-decoration: none;
}
.post-slide .read-more{
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    color:#ffffff;
    background:#c6003a;
    text-transform: capitalize;
    transition: all 0.30s linear;
	border-radius:30px;
}
.post-slide .read-more:hover{
   background:#3f0214	;
    text-decoration: none;
    color: #fff;
}
.post-content p{    color: #adabaf;
    font-size: 14px;
    line-height: 25px;
	font-family: 'Roboto', sans-serif;
	}

/* email signature */
.email-signature{
    background: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    /* padding: 50px 20px 15px 120px; */
	padding:135px 0px 15px;
    box-shadow: 10px 10px 3px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
}
.email-signature:before{
    content: "";
    background: linear-gradient(to right,#f39c12 49%,#f1c40f 50%);
    width: 18px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.email-signature .signature-img{
    background: #fff;
    width: 140px;
    height: 140px;
    padding: 3px;
    border-radius: 50%;
    border: 5px solid #f1c40f;
    overflow: hidden;
    position: absolute;
    top: 15px;
    left: 30px;
    z-index: 1;
}
.email-signature .signature-img img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.email-signature .signature-details{
    color: #fff;
    background: #3498db;
    text-align: center;
    padding: 15px 10px 15px 50px;
    margin-bottom: 20px;
    border-right: 15px solid #2980b9;
}
.email-signature .title{
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}
.email-signature .post{
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.email-signature .signature-content{
    padding: 20px 10px 0 0;
    margin: 0;
    list-style: none;
    position: relative;
}
.email-signature .signature-content:before,
.email-signature .signature-content:after{
    content: "";
    background: #2980b9;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -25px;
}
.email-signature .signature-content:after{
    background: #f1c40f;
    height: 80%;
    top: 20px;
    left: -35px;
}
.email-signature .signature-content li{
    color: #95afc0;
    font-size: 16px;
    margin: 0 0 10px;
    display: block;
}
.email-signature .signature-content li span{
    color:#f1c40f;
    font-size: 20px;
    text-align: center;
    line-height: 23px;
    height: 23px;
    width: 25px;
    margin: 2px 2px 0 0;
}
@media screen and (max-width:576px){
    .email-signature{ padding: 200px 0 15px; }
    .email-signature:before{
        background: linear-gradient(to bottom,#f39c12 49%,#f1c40f 50%);
        width: 100%;
        height: 15px;
    }
    .email-signature .signature-img{
        margin: 0 auto;
        top: 26px;
        left: 0;
        right: 0;
    }
    .email-signature .signature-details{
        padding: 10px;
        border-right: none;
    }
    .email-signature .signature-content{
        text-align: center;
        padding: 0;
    }
    .email-signature .signature-content:before,
    .email-signature .signature-content:after{
        width: 60%;
        height: 4px;
        transform: translateX(-50%);
        top: -103px;
        left: 50%;
    }
    .email-signature .signature-content:after{
        width: 45%;
        top: -112px;
    }
}
.post-slide .post-content {
    /* background: linear-gradient(to right, #f9f308, #e2d107); */
    background: #ffffff;
    padding: 20px;
	border-radius: 209px;
    text-align: center;
    padding: 115px 25px 25px 25px;
    position: relative;
    min-height: 371px;
    background: linear-gradient(127deg, #e92425, #fc7901);
}
.post-slide {
        margin: 0 15px;
    box-shadow: 0px 2px 8px #62635121;
    border-top: 3px solid #1f1e0200;
    border-left: 3px solid #1f1e0200;
    margin-top: 15px;
}
.post-slide .post-title a {
    color: #5c0d0d;
    text-decoration: none;
	    font-weight: bolder;
    text-transform: uppercase;
	    font-family: 'Roboto', sans-serif;

	
}
.post-slide .post-title {
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
    text-transform: capitalize;
    border-bottom: 3px solid #0000;
    border: 1px solid #c6003a00;
    box-shadow: 0px 3px 0px #e1ec4300;
    text-align: center;
}
.post-slide .post-title a:hover {
    color: black;
    text-decoration: none;
}
.post-content p {
    color: #181718;
    font-size: 14px;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
}
.post-slide .read-more {
    display: inline-block;
    padding: 9px 10px;
    font-size: 14px;
    font-weight: bold;
    width: 86%;
    text-align: center;
    color: #ffffff;
    background: #c6003a;
    text-transform: capitalize;
    transition: all 0.30s linear;
    border-radius: 30px;
}
.post-slide .read-more {
    display: inline-block;
    padding: 9px 10px;
    font-size: 14px;
    font-weight: bold;
    width: 86%;
    text-align: center;
    color: #ffffff;
    background: #c6003a;
    background: #8A2387;
    background: -webkit-linear-gradient(to left, #F27121, #E94057, #8A2387);
    background: linear-gradient(to left, #F27121, #E94057, #8A2387);
    text-transform: capitalize;
    transition: all 0.30s linear;
    border-radius: 30px;
}
.post-slide .read-more {
    display: inline-block;
    padding: 9px 10px;
    font-size: 14px;
    font-weight: bold;
    width: 86%;
    text-align: center;
    color: #ffffff;
    background: #c6003a;
    background: #8A2387;
    background: -webkit-linear-gradient(to left, #F27121, #E94057, #8A2387);
    background: linear-gradient(to left, #8f122d, #6e1228, #8A2387);
    text-transform: capitalize;
    transition: all 0.30s linear;
    border-radius: 30px;
}

.post-content p {
    color: #181718;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
}
.post-slide .post-img {
    overflow: hidden;
    margin-top: -88px;
}
.post-slide .post-title a {
    color: #fffdfd;
    text-decoration: none;
    font-weight: bolder;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}
.post-slide .post-content {
    /* background: linear-gradient(to right, #f9f308, #e2d107); */
    background: #ffffff;
    padding: 20px;
    border-radius: 209px 209px 124px 76px;
    text-align: center;
    padding: 115px 25px 25px 25px;
    position: relative;
    min-height: 371px;
    background: linear-gradient(127deg, #e92425, #fc7901);
}
.post-content p {
    color: #fffeff;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Roboto', sans-serif;
}
.post-slide .post-content {
    /* background: linear-gradient(to right, #f9f308, #e2d107); */
    background: #ffffff;
    padding: 20px;
    border-radius: 209px 209px 124px 76px;
    text-align: center;
    padding: 115px 25px 25px 25px;
    position: relative;
    min-height: 371px;
    background: linear-gradient(127deg, #e92425, #fc7901);
    background: #F00000;
    background: -webkit-linear-gradient(to right, #DC281E, #F00000);
    background: linear-gradient(to right, #DC281E, #F00000);
}
.post-slide .read-more {
    display: inline-block;
    padding: 9px 10px;
    font-size: 14px;
    font-weight: bold;
    width: 86%;
    text-align: center;
    color: #411154;
    background: #c6003a;
    background: #8A2387;
    background: -webkit-linear-gradient(to left, #F27121, #E94057, #8A2387);
    background: linear-gradient(to left, #ffffff, #fbfffc, #ffffff);
    text-transform: capitalize;
    transition: all 0.30s linear;
    border-radius: 30px;
}

.post-slide .post-content {
    /* background: linear-gradient(to right, #f9f308, #e2d107); */
    background: #ffffff;
    padding: 20px;
    border-radius: 34px 34px 124px 76px;
    text-align: center;
    padding: 115px 25px 25px 25px;
    position: relative;
    min-height: 371px;
    background: linear-gradient(127deg, #e92425, #fc7901);
    background: #F00000;
    background: -webkit-linear-gradient(to right, #DC281E, #F00000);
    background: linear-gradient(to right, #DC281E, #F00000);
}

.post-slide {
    margin: 0px -28px;
    box-shadow: 0px 2px 8px #62635121;
    border-top: 3px solid #e3e2d7ab;
    border-left: 3px solid #1f1e0200;
    margin-top: 15px;
}


.foot-sell {
	bottom: 0;
	color: #fff;
	display: none;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 999999999;
}

.foot-call.foot-whtsapp {
	background-color: #138400;
	border-right: 0 none;
	min-height: 62px;
	padding: 16px 0;
}

.foot-call .fa.fa-whatsapp {
	background-color: rgb(19, 132, 0);
	border-radius: 50%;
	font-size: 20px;
	height: 50px;
	left: 26%;
	padding: 15px;
	position: absolute;
	top: -34px;
	transform: translate(-50%);
	width: 50px;
}

.foot-call {
	background-color: rgb(164, 12, 1);
	border-right: 1px solid #7f7f7f;
	box-sizing: border-box;
	color: #fff;
	float: left;
	font-size: 17px;
	min-height: 62px;
	padding: 17px;
	text-align: center;
	text-decoration: none;
	width: 50%;
}
.foot-call .fa.fa-phone {
	background-color: rgb(164, 12, 1);
	border-radius: 50%;
	font-size: 20px;
	height: 50px;
	padding: 15px;
	position: absolute;
	right: 12%;
	top: -34px;
	transform: translate(-50%);
	width: 50px;
}



.foot-sell {
	bottom: 0;
	color: #fff;
	display: none;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 999999999;
}

.foot-call.foot-whtsapp {
	background-color: #138400;
	border-right: 0 none;
	min-height: 62px;
	padding: 16px 0;
}

.foot-call .fa.fa-whatsapp {
	background-color: rgb(19, 132, 0);
	border-radius: 50%;
	font-size: 20px;
	height: 50px;
	left: 26%;
	padding: 15px;
	position: absolute;
	top: -34px;
	transform: translate(-50%);
	width: 50px;
}

.foot-call {
	background-color: rgb(164, 12, 1);
	border-right: 1px solid #7f7f7f;
	box-sizing: border-box;
	color: #fff;
	float: left;
	font-size: 17px;
	min-height: 62px;
	padding: 17px;
	text-align: center;
	text-decoration: none;
	width: 50%;
}
.foot-call .fa.fa-phone {
	background-color: rgb(164, 12, 1);
	border-radius: 50%;
	font-size: 20px;
	height: 50px;
	padding: 15px;
	position: absolute;
	right: 12%;
	top: -34px;
	transform: translate(-50%);
	width: 50px;
}

.foot-sell {
    bottom: 0;
    color: #fff;
    display: none;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 999999999;
}
.foot-call.foot-whtsapp {
    background-color: #138400;
    border-right: 0 none;
    min-height: 62px;
    padding: 16px 0;
}
.foot-call {
    background-color: rgb(164, 12, 1);
    border-right: 1px solid #7f7f7f;
    box-sizing: border-box;
    color: #fff;
    float: left;
    font-size: 17px;
    min-height: 62px;
    padding: 17px;
    text-align: center;
    text-decoration: none;
    width: 50%;
}
.foot-call .fa.fa-whatsapp {
    background-color: rgb(19, 132, 0);
    border-radius: 50%;
    font-size: 20px;
    height: 50px;
    left: 26%;
    padding: 15px;
    position: absolute;
    top: -34px;
    transform: translate(-50%);
    width: 50px;
}
.foot-call {
    background-color: rgb(164, 12, 1);
    border-right: 1px solid #7f7f7f;
    box-sizing: border-box;
    color: #fff;
    float: left;
    font-size: 17px;
    min-height: 62px;
    padding: 17px;
    text-align: center;
    text-decoration: none;
    width: 50%;
}
.foot-call .fa.fa-phone {
    background-color: rgb(164, 12, 1);
    border-radius: 50%;
    font-size: 20px;
    height: 50px;
    padding: 15px;
    position: absolute;
    right: 12%;
    top: -34px;
    transform: translate(-50%);
    width: 50px;
}

@media only screen and (max-width: 767px) {
    .foot-sell {
        display: block !important;
    }
