/*
 Theme Name:   Twenty Fifteen 

*/
/*blog1*/
.blog1 .post-image {
    position: relative;
}
.blog1 {
    background: #fff;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0 0 0 0;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #eff1f5;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition:  all 0.5s;
    -o-transition:  all 0.5s;
    transition: all 0.5s;
}
.blog1 svg {
     position: absolute;
     bottom: 0px;
     width: 100%;
 }
.blog1 h4 {
    font-size: 13px;
    height: 46px;
    margin: 0 5px 0 5px;
    line-height: 22px;
    font-weight: 400;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    color:  #4c4c4c;
}
.blog1 .desc {
    color: #999;
    height: 50px;
    line-height: 24px;
    padding: 0 5px 0 5px;
    overflow: hidden;
}
.blog1 .blog_meta {
    background: #eeeff199;
    height: 40px;
    font-weight: 400;
}
.blog1 .date_time {
    width: 50%;
    display: inline-block;
    float: right;
    color: #7e7e7e;
    line-height: 40px;
    padding: 0 5px 0 0;
    border-left: 1px solid #d2d2d2;
}
.blog1 .comment_view {
    width: 49%;
    display: inline-block;
    /* float: right; */
}
.blog1 .comment_view {
    text-align: center;
    line-height: 42px;
    padding: 0 0px 0 0;
}
.blog1 .comment_view span {
    padding: 0 8px 0 3px;
    font-size: 12px;
    color: #7e7e7e;
}
.blog1 .blog_meta a {
    color: #7e7e7e;
}
.blog1 .blog_meta i {
    padding: 0 0px 0 1px;
}
.blog1:hover {
    box-shadow: 3px 3px 5px #5555554f;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition:  all 0.5s;
    -o-transition:  all 0.5s;
    transition: all 0.5s;
}
/*blog2*/
.blog2 {
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 10%);
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 40px 0 25px 0;
    background: #fff;
}
.blog2:hover {
    box-shadow: 0 0 0 #fff;
    border: 1px solid #e0e0e0;
}
.blog2 img {
    position: relative;
    top: -20px;
    margin: -20px 7% 0 7%;
    max-width: 86%;
    display: block;
    box-shadow: 0 4px 15px 0 rgba(0,0,0,.15);
    border-radius: 10px;
}
.blog2 span {
    font-size: 13px;
    height: 36px;
    padding: 0 12px 0 0;
    margin: 0 0 0 7px;
    color: #7e7e7e !important;
    font-weight: 400;
    width: 49%;
    line-height: 30px;
    text-align: right;
}
.blog2 h3 {
    font-size: 13px;
    height: 50px;
    padding: 0 0 0 0;
    margin: 14px 0 0 0;
    color: #7e7e7e !important;
    font-weight: 400;
}
.blog2 span {
    font-size: 13px;
    height: 36px;
    padding: 0 12px 0 0;
    margin: 0 0 0 7px;
    color: #7e7e7e !important;
    font-weight: 400;
    width: 49%;
    line-height: 30px;
    text-align: right;
}
.blog2 h4 {
    border-top: 1px dashed#aaaaaa40;
    margin: 5px;
    padding: 7px 0 4px 0;
    height: 85px;
    line-height: 24px;
    font-size: 13px;
    font-weight: 400;
    color: #4c4c4c9e;
}
.blog2:hover .readmore{
    /*color:red !important;*/
}




/*blog3*/
.blog3 {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin: 0 0 15px 0;
    border: 1px solid #cccccc4d;
}
.blog3  .cat  ul.post-categories {
    position: absolute;
    top: 15px;
    z-index: 99;
    left: 15px;
    color: #fff;
    background: #9e9e9e;
    list-style: none;
    text-align: center;
    margin: 0 0 0 0;
    padding: 4px 8px 3px 8px;
    font-size: 10px;
    border-radius: 5px;
}
.blog3 .cat  ul.post-categories li a {
    color: #fff;
}
.blog3 .mahv {
    display: block;
    height: 50px;
    margin: -45px 0 0 0;
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.4) 14%,rgba(255,255,255,.75) 26%,#fff 40%,#fff 100%);    padding: 0 0 0 0;
    z-index: 99;
    position: relative;
}
.blog3 h4 {
    font-weight: 300;
    margin: -20px 0 0 0;
    padding: 0 5px 0 5px;
    line-height: 25px;
    height: 76px;
    z-index: 999;
    position: relative;
    font-size: 13px;
    text-align: center;
}
.blog3 .date_time {
    width: 50%;
    display: inline-block;
    float: right;
    padding: 5px 7px 2px 0;
    color: #000;
}
.blog3 .comment_view {
    float: left;
    padding: 3px 8px 3px 8px;
    background: #eeeff1;
    margin: 0 0 6px 10px;
    text-align: center;
    color: #666;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.blog3:hover .comment_view{
    background: #666;
    color: #eeeff1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


/*blog4*/
.blog4 {
    background: #fff;
    padding: 10px;
    display: block;
    float: right;
    margin: 0 0 15px 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #f3f3f3;
}
.blog4 .date_time span {
    width: 30px;
    display: inline-block;
    text-align: center;
    color: #777777;
    line-height: 25px;
    font-weight: 400;
}
.blog4 .date_time {
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 29%;
    display: inline-block;
    text-align: center;
}
.blog4 h4 {
    width: 70%;
    font-size: 13px;
    font-weight: 300;
    float: right;
    border-left: 1px solid #00000012;
    text-align: justify;
    padding: 0 0 0 5px;
    height: 75px;
    color: #555;
    line-height: 20px;
}
.blog4 .post-image:after {
    position: absolute;
    top: 11px;
    bottom: 26px;
    left: 26px;
    right: 26px;
    content: "";
    -webkit-border: 0 solid rgba(255,255,255,.5);
    -moz-border: 0 solid rgba(255,255,255,.5);
    -ms-border: 0 solid rgba(255,255,255,.5);
    -o-border: 0 solid rgba(255,255,255,.5);
    border: 0 solid rgba(255,255,255,.5);
    opacity: 0;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;
}
.blog4:hover .post-image:after {
    opacity: 1;
    -webkit-border: 10px solid rgba(255,255,255,.5);
    -moz-border: 10px solid rgba(255,255,255,.5);
    -ms-border: 10px solid rgba(255,255,255,.5);
    -o-border: 10px solid rgba(255,255,255,.5);
    border: 10px solid rgba(255,255,255,.5);
}

/*blog5*/
.blog5 {
    background: #fff;
    display: block;
    float: right;
    margin: 0 0 15px 0;
    overflow: hidden;
    -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.blog5 h4 {
    text-align: center;
    background: #f8f9fe;
    height: 85px;
    margin: -17px 0 0 0;
    padding: 10px 5px 0 5px;
    line-height: 23px;
    font-size: 11px;
    font-weight: 300;
    color: #666;
    z-index: 999;
    position: relative;
}
.blog5:hover img{
    transform: scale(1.1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.blog5 .post-image {
    overflow: hidden;
    margin: -17px 0 0 0;
    padding: 0 0 0 0;
    background: #f8f9fe;
}


/*blog6*/
.blog6 .post-image {
    float: right;
margin: 0 0 0 0;
    padding: 0 0 0 0;
}
.blog6 .post-image img {
    float: right;
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.blog6 {
    display: block;
    background: #fff;
    margin: 0 0 15px 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px #f1f1f1f2;
    border: 1px solid #cccccc75;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.blog6 h4 {
    height: 50px;
    border-bottom: 1px solid #aaaaaa47;
    padding: 17px 10px 0 10px;
    margin: 0 0 0 0;
    font-size: 12px;
    line-height: 19px;
    font-weight: 300;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
}
.blog6 .blog_meta {
    width: 70px;
    float: left;
    text-align: center;
    /* color: #000; */
    margin: -33px 0 0 0;
    height: 50px;
    BACKGROUND: #fff;
    PADDING: 16px 0 0 0;
    Z-INDEX: 999;
    position: relative;
}
.blog6 .desc {
    padding: 12px 115px 0 0;
    line-height: 22px;
    color: #000;
    height: 33px;
}
.blog6:hover{
    box-shadow: 0 0 0 #ccc;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


/*blog7*/
.blog7{
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.blog7 .post-image:before{
    content: '';
    width: 100%;
    height: 100%;
    background: #00000054;
    position: absolute;
}
.blog7 .post-image {
    width: 100%;
    height: 100%;
    position: relative;
}
.blog7 .blog_content {
    position: absolute;
    bottom: 0px;
    height: 80px;
    text-align: center;
    display: block;
    margin: 0 0 16px 0;
    right: auto;
    left: auto;
    align-content: center;
    background: linear-gradient(0deg, #000, #0000004d , transparent);
    width: 100%;
    padding: 14px 5px 5px 5px;
    color: #fff;
}
.blog7 .blog_content h4 {
    color: #ccc;
    font-size: 12px;
    line-height: 23px;
    font-weight: 300;
}
.blog7:hover .post-image:before {
    background: radial-gradient(transparent , #00000091 ,#000);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.blog7:hover .blog_content {
    background: linear-gradient(0deg, #000, #00000080 , transparent);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/*shine hover14//////////////////////////*/
/* Shine */
.hover14 figure {
    position: relative;
}
.hover14 figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.hover14 figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

figure {
    overflow: hidden;
}

/* Slide */
.hover05 figure img {
    margin-left: 30px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hover05 figure:hover img {
    margin-left: 0;
}

.single1-content ul li {
    color: #212529 !important;
}
.myrelated2{
	    box-shadow: 0 8px 70px -5px rgba(9, 31, 67, 0.06);
    margin: 35px 0 0 0;
    padding: 17px;
    width: 100%;
    display: block;
	color:#fff;
    font-weight: 400;
    background-color:#ff4e00;
    background-image:linear-gradient(315deg, #5085bb 0%, #d8d20b 70%);
    border-radius: 47px;
}
a.myrelated2:hover{
	color: #4e4e4e !important;
}