.blog-details p, .details-box p, .row blog-more-details  p 
{
text-align:left;
font-size:16px;
}

@font-face {
  font-family: PFHandbookPro-Bold;
  src: url('../fonts/PFHandbookPro-Bold.woff');
}
@font-face {
  font-family: Arial-Reguler;
  src: url('../fonts/ArialMT.woff');
}

.banner-box{
	/*border: 1px solid;*/
	position: relative;
	z-index: 1;

}
.banner-bg{
	width: 100%;
	height:90%;
	background-color: #c7c8ca;
	position: absolute;
	z-index: -1;
	top: -80px;
	left: 0px;
}

.banner{
	margin: 80px auto;
	background-color: #fff;
	display: table;
	position: relative;
}
.banner img{
	text-align: center;
	margin: auto;
	padding: 20px;
}
.banner-title{
	background-color: rgba(201, 34, 44, 0.7);
	position: absolute;
	top: 50px;
	left: 20px;
	width: 50%;
}
.banner-title p{
	color: #ffffff;
	padding: 30px;
	font-size: 30px;
	text-transform: uppercase;
	 font-family: PFHandbookPro-Bold;
    text-align: revert;
    margin: auto;
    line-height: normal;

}

.read-more-banner{
	position: absolute;
	    bottom: 25px;
    	left: 30px;
}

.read-more-banner a {
    text-decoration: none;
    background-color: #c7222a;
    border: 2px solid #c7222a;
    color: #fff;
    text-transform: uppercase;
    border-radius: 100px;
    font-size: 18px;
    letter-spacing: -0.72px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    transition: 0.5s;
    font-weight: 600;
    min-width: 50%;
    min-height: 50px;
}

.read-more-banner a:hover{
    background-color: #fff;
    color: #c7222a;
    border-color: #c7222a;
}

.blog_box .blog_main-img{ 
	position: relative;
 }
.blog_box .blog_main-img .blog-img{ 
	opacity: 0.5;
	transition: 0.5s;
 }
.blog_box .blog_main-img .blog-img:hover{ 
	opacity: 1;
 }

.blog_box .corner{ 
	position: absolute;
	top: -10px;
	left: -10px;
 }


.blog_box img{ width: 100%; }

.blog_desc{
	border-bottom: 1px solid #b0b0b1; 
        padding: 15px 25px 15px 24px;
}
.blog_desc .title{
	color: #4c4d4f !important;
	font-weight: bold;
	font-family: PFHandbookPro-Bold !important;
}
.blog_desc .desc {
    color: #565759;
    line-height: initial;
    font-size: 16px;
    text-align: justify;
}
.blog_desc a{
	color: #cc1f35;
	text-decoration: none;
}

/*---------------------------------*/


.blog-details{
	background-color: #e9e9e8;
	padding: 100px 40px 0px 40px;
}

.blog-details-img  span{
	margin-top: -35px;
	position: relative;
	display: inline-block;
}

.blog-details-img span::before{
	content: '';
	width: 45px;
	height: 45px;
	background-image: url('../images/blog-details-corner.png');
	position: absolute;
	top: -8px;
	left: -8px;
}
.blog-corner{
	position: absolute;
	top: 8px;
	left: -10px;
	z-index: 99;
}

.blog-list-box{
	border: 1px solid #c7c8ca;
	padding: 10px;
	margin: 10px 0px;
	transition: 0.5s;
}
.blog-list-box:hover{
	background-color: #f5f5f5;
}
.blog-list-box .blog-img img{
	width: 100%;
	/*position: relative;*/
}




.blog-list-box .blog-title p{
	width: 100%;
	font-size: 13px;
	color: #646566;
}
.read-btn{
	background-color: #c7c8ca;
	color: #ffffff;
	margin: 10px auto;
	transition: 0.5s;
}
.read-btn:hover{
	background-color: #cc1f35;
	color: #ffffff;
}
.sidebar{
	background-color: #ffffff;
	padding: 10px;
	width: 100%;
	height: 700px;
	overflow-y: scroll;
}

.blog-sm-desc{
	background-color: rgba(255,255,255,0.7);
	padding: 20px;
	    margin-top: 119px;
}
.details-box{
	position: relative;
}
.details-box-bg{
	background-color: #c7c8ca;
    width: 143%;
    height: 90%;
    position: absolute;
    top: 0px;
    left: -195px;
}


.blog-more-details{
	margin-top: 30px;
}

.blog-details-title{
	background-color: rgba(255,255,255,0.7);
    padding: 10px 30px;
    position: absolute;
    width: 493px;
    z-index: 99;
    top: 27px;
}

.blog-details-title p{
	color: #ca1f34;
	font-family: PFHandbookPro-Bold;
	font-size: 25px;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
	line-height: 27px;
}









/* width */
.sidebar::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.sidebar::-webkit-scrollbar-track {
  background: #c7c8ca;
}

/* Handle */
.sidebar::-webkit-scrollbar-thumb {
  background: #c7222a;
  border-radius: 10px;
}

/* Handle on hover */
.sidebar::-webkit-scrollbar-thumb:hover {
  background: #c39f66;
}















@media screen and (max-width: 991px) {
	.details-box-bg {
    	background-color: #c7c8ca;
	    width: 108%;
	    height: 90%;
	    position: absolute;
	    top: 0px;
	    left: -40px;
	    padding: 0px 30px;

	}

	.log-details-container{
		width: 90%;
	}
	.sidebar{
		width: 50%;
		height: 320px;
		margin: 30px auto;
	}
}


@media screen and (max-width: 860px) {
	.details-box-bg {
    	background-color: #c7c8ca;
	    width: 108%;
	    height: 90%;
	    position: absolute;
	    top: 0px;
	    left: -30px;
	    padding: 0px 30px;

	}
}

@media screen and (max-width: 768px) {
	.blog-details{
		padding: 0px 0px;
	}
	.details-box-bg {
	    display: none;
	}
	.details-box span {
	    margin-top: 50px;
	}
	.blog-details-title{
		position: relative;
		margin: auto;
	}
	.blog-sm-desc{
		margin-top: 45px;
	}
	.blog-details-title{
		width: auto;
	}
	.blog_box{
		width: 70%;
		margin: 30px auto;
	}


	.banner-title p {
	    font-size: 25px;
	}
	.blog_desc{
		padding: 10px 0px;
	}
	.banner{
		margin: auto;
		text-align: center;
	}
}

@media screen and (max-width: 600px) {
	.sidebar{
		width: 100%;
		height: 320px;
		margin: 30px auto;
	}

	.blog_box{
		width: 90%;
		margin: 30px auto;
	}
	.banner-title p {
	    font-size: 19px;
	    padding: 10px;
	      margin: auto;
	    line-height: normal;
            text-align: revert;
	}


}