
/*** 
=============================================
    Blog Style1 Area Css
=============================================
***/
.blog-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 40px;
    z-index: 1;
}
.blog-style1-area::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #2739a7;
    content: "";
    opacity: 0.80;
}
.blog-style1-area .layer-outer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}


.blog-style1-area .sec-title .sub-title .border-box{
    background: #ffffff;
}
.blog-style1-area .sec-title h2 {
    color: #ffffff;
}
.blog-style1-area .sec-title .text p{
    color: #ffffff;
}

.single-blog-style1{
    position: relative;
    display: block;
    margin-bottom: 70px;
}
.single-blog-style1 .img-holder{
    position: relative;
    display: block;
}
.single-blog-style1 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
}
.single-blog-style1 .img-holder .inner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1;
}
.single-blog-style1:hover .img-holder .inner:before{
    opacity: .65;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.single-blog-style1 .img-holder .overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    transform: perspective(400px) scaleY(0);
    transform-origin: bottom;
}
.single-blog-style1:hover .img-holder .overlay-icon{
    transform: perspective(400px) scaleY(1.0);    
}
.single-blog-style1 .img-holder .overlay-icon a{
    position: relative;
    display: inline-block;
    top: -25px;
}
.single-blog-style1 .img-holder .overlay-icon span{
    color: #ffffff;
    font-size: 50px;
    line-height: 50px;
}
.single-blog-style1 .img-holder .inner:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0.10;
    background: #000;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}
.single-blog-style1:hover .img-holder .inner:after{
    opacity: 0.35;
    transform: scaleY(1.0);    
}


.single-blog-style1 .img-holder img{
    width: 100%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-blog-style1:hover .img-holder img {
    transform: scale(1.2);
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.single-blog-style1 .img-holder .date-box {
    position: absolute;
    right: 45px;
    bottom: 30px;
    width: 60px;
    height: 65px;
    padding-top: 13px;
    text-align: center;
    z-index: 3;
}
.single-blog-style1 .img-holder .date-box h2{
    color: #ffffff;
    font-size: 24px;
    line-height: 20px;
    font-weight: 600;
}
.single-blog-style1 .img-holder .date-box span {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}


.single-blog-style1 .text-holder {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 25px 35px 42px;
    margin-top: -50px;
    margin-left: 10px;
    margin-right: 10px;
    z-index: 2;
}
.single-blog-style1 .text-holder .meta-info {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 12px;
    padding-bottom: 13px;
    border-bottom: 1px solid #dee1ed;
}
.single-blog-style1 .text-holder .meta-info li {
    position: relative;
    display: inline-block;
    float: left;
    color: #222222;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    padding-right: 16px;
    margin-right: 15px;
}
.single-blog-style1 .text-holder .meta-info li:last-child{
    padding-right: 0;
    margin-right: 0;
}
.single-blog-style1 .text-holder .meta-info li:before {
    position: absolute;
    top: 4px;
    right: 0;
    width: 1px;
    height: 20px;
    background: #dee1ed;
    content: "";
}
.single-blog-style1 .text-holder .meta-info li:last-child:before{
    display: none;
}
.single-blog-style1 .text-holder .meta-info li i {
    padding-right: 10px;
}
.single-blog-style1 .text-holder .meta-info li a {
    color: #222222;
    font-size: 14px;
    font-weight: 700;
    padding-left: 5px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
} 


.single-blog-style1 .text-holder .blog-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-top: 18px;
}
.single-blog-style1 .text-holder .blog-title a{
    color: #222222;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style1 .text-holder .text {
    position: relative;
    display: block;
    padding-top: 9px;
    padding-bottom: 27px;
}
.single-blog-style1 .text-holder .text p {
    margin: 0;
}
.single-blog-style1 .text-holder .readmore-button{
    position: relative;
    display: block;
}
.single-blog-style1 .text-holder .readmore-button a{
    color: #2739a7;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: 'Lato', sans-serif;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-blog-style1 .text-holder .readmore-button a span::before{
    position: relative;
    display: inline-block;
    font-size: 20px;
    padding-right: 10px;
    top: 3px;
}



/*** 
=============================================
    Blog Style2 Area Css
=============================================
***/
.blog-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 0px 0 40px;
    z-index: 1;
}

.blog-style2_top{
    position: relative;
    display: block;
    overflow: hidden;
}
.blog-style2_top .sec-title.with_text {
    padding-bottom: 63px;
}
.blog-style2_top .view-more-post-button {
    position: relative;
    display: block;
    padding-top: 82px;
}
.view-more-post-button .btn-one {
    background: #1f67b0;
}


.single-blog-style2{
    position: relative;
    display: block;
    margin-bottom: 70px;
}
.single-blog-style2 .img-holder{
    position: relative;
    display: block;
}
.single-blog-style2 .img-holder .inner{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-blog-style2 .img-holder .inner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 1;
}
.single-blog-style2:hover .img-holder .inner:before{
    opacity: .65;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.single-blog-style2 .img-holder .overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    transform: perspective(400px) scaleY(0);
    transform-origin: bottom;
}
.single-blog-style2:hover .img-holder .overlay-icon{
    transform: perspective(400px) scaleY(1.0);    
}
.single-blog-style2 .img-holder .overlay-icon a{
    position: relative;
    display: inline-block;
}
.single-blog-style2 .img-holder .overlay-icon span{
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
}
.single-blog-style2 .img-holder .inner:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 0.10;
    background: #000;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    opacity: 1;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 1;
}
.single-blog-style2:hover .img-holder .inner:after{
    opacity: 0.35;
    transform: scaleY(1.0);    
}
.single-blog-style2 .img-holder .inner img{
    width: 100%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-blog-style2:hover .img-holder img {
    transform: scale(1.2);
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.single-blog-style2 .img-holder .date-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 60px;
    height: 65px;
    text-align: center;
    z-index: 1;
}
.single-blog-style2 .img-holder .date-box h2 {
    color: #ffffff;
    font-size: 24px;
    line-height: 20px;
    font-weight: 700;
    margin-top: 13px;
}
.single-blog-style2 .img-holder .date-box span{
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
}


.single-blog-style2 .text-holder {
    position: relative;
    display: block;
    background: #ffffff;
    box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.05);
    padding: 43px 45px 35px;
}
.single-blog-style2 .text-holder .blog-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}
.single-blog-style2 .text-holder .blog-title a{
    color: #222222;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style2 .text-holder .text {
    position: relative;
    display: block;
    margin-top: 8px;
    margin-bottom: 23px;
}
.single-blog-style2 .text-holder .text p{
    margin: 0;
}

.single-blog-style2 .text-holder .meat_box {
    position: relative;
    display: flex;
    align-items: center;
    border-top: 1px solid #cddfec;
    padding-top: 25px;
}
.single-blog-style2 .text-holder .meat_box .author {
    position: relative;
    display: block;
    width: 30px;
}
.single-blog-style2 .text-holder .meat_box .author img {
    width: 100%;
}
.single-blog-style2 .text-holder .meat_box .meta-info{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-blog-style2 .text-holder .meat_box .meta-info li {
    position: relative;
    float: left;
    color: #222222;
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}
.single-blog-style2 .text-holder .meat_box .meta-info li:before {
    position: absolute;
    top: 4px;
    right: 0;
    width: 1px;
    height: 18px;
    background: #cddfec;
    content: "";
}
.single-blog-style2 .text-holder .meat_box .meta-info li:last-child::before{
    display: none;
}
.single-blog-style2 .text-holder .meat_box .meta-info li a{
    color: #222222;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}




/*** 
=============================================
    Blog Style3 Area Css
=============================================
***/
.blog-style3-area{
    position: relative;
    display: block;
    padding: 110px 0 40px;
}
.single-blog-style3{
    position: relative;
    display: block;
}
.single-blog-style3 .text-holder{
    padding: 43px 35px 50px;
}
.single-blog-style3 .text-holder .text {
    margin-bottom: 33px;
}
.single-blog-style3 .text-holder .meat_box {
    border-top: 1px solid #dee1ed;
    border-bottom: 1px solid #dee1ed;
    padding-top: 7px;
    padding-bottom: 7px;
}
.single-blog-style3 .text-holder .meat_box .meta-info li{
    text-transform: capitalize;
}
.single-blog-style3 .text-holder .meat_box .meta-info li:first-child{
    padding-left: 0;
}
.single-blog-style3 .text-holder .meat_box .meta-info li:before {
    display: none;
}
.single-blog-style3 .text-holder .meat_box .meta-info li span::before {
    padding-right: 6px;
}
.single-blog-style3 .text-holder .meat_box .meta-info .auther {
    position: relative;
    display: block;
}
.single-blog-style3 .text-holder .meat_box .meta-info .auther a {
    position: relative;
    display: inline-block;
    padding: 2px 10px 2px;
    text-transform: capitalize;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-blog-style3 .text-holder .meat_box .meta-info .auther a:hover{
    color: #ffffff;
}



/*** 
=============================================
    Blog Style4 Area Css
=============================================
***/
.blog-style4-area{
    position: relative;
    display: block;
    background: #e9ebf4;
    padding: 110px 0 40px;
}
.blog-style4_top_title{
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-bottom: 79px;
}
.blog-style4_top_title .sec-title{
    position: relative;
    display: block;
    max-width: 520px;
    width: 100%;
    padding: 0;
}

.blog-style4_top_title .text{
    position: relative;
    display: block;
    max-width: 615px;
    width: 100%;
    padding-left: 80px;
}
.blog-style4_top_title .text::before{
    position: absolute;
    top: -28px;
    left: 0;
    bottom: -28px;
    width: 1px;
    background: #cfd3e4;
    content: "";    
}
.blog-style4_top_title .text p{
    margin: 0;
}



/*** 
=============================================
    Blog Style5 Area Css
=============================================
***/
.blog-style5-area{
    position: relative;
    display: block;
    background: #e9ebf4;
    padding: 110px 0 70px;
}
.blog-style5_top_title{
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-bottom: 79px;
}
.blog-style5_top_title .sec-title{
    position: relative;
    display: block;
    max-width: 520px;
    width: 100%;
    padding: 0;
}
.blog-style5_top_title .text{
    position: relative;
    display: block;
    max-width: 615px;
    width: 100%;
    padding-left: 80px;
}
.blog-style5_top_title .text::before{
    position: absolute;
    top: -28px;
    left: 0;
    bottom: -28px;
    width: 1px;
    background: #cfd3e4;
    content: "";    
}
.blog-style5_top_title .text p{
    margin: 0;
}


.single-blog-style5{
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 40px;
}
.single-blog-style5 .img-holder{
    position: relative;
    display: block;
}
.single-blog-style5 .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.single-blog-style5 .img-holder .inner:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 350px;
    background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    z-index: 1;
}
.single-blog-style5 .img-holder img{
    width: 100%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-blog-style5:hover .img-holder img {
    transform: scale(1.2);
    transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.single-blog-style5 .img-holder .overlay_text_box{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 45px 40px;
    padding-right: 30px;
    z-index: 2;
    transform: perspective(400px) translateY(0);
    transform-origin: bottom;
    transform-style: preserve-3d;
    transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.single-blog-style5:hover .img-holder .overlay_text_box{
    transform: perspective(400px) translateY(-70px);
}
.single-blog-style5 .img-holder .overlay_text_box .categorie{}
.single-blog-style5 .img-holder .overlay_text_box .categorie p{
    position: relative;
    display: inline-block;
    border-radius: 3px;
    padding: 0 15px;
    color: #fefefe;
    font-size: 14px;
    line-height: 35px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.single-blog-style5 .img-holder .overlay_text_box .blog-title{
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin: 18px 0 0;
}
.single-blog-style5 .img-holder .overlay_text_box .blog-title a{
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}


.single-blog-style5 .meta-info {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 10px;
}
.single-blog-style5 .meta-info li {
    position: relative;
    display: inline-block;
    float: left;
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    margin-right: 15px;
}
.single-blog-style5 .meta-info li:last-child{
    margin-right: 0;
}
.single-blog-style5 .meta-info li span::before{
    position: relative;
    display: inline-block;
    padding-right: 7px;
}
.single-blog-style5 .meta-info li a {
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
} 



.single-blog-style5 .img-holder .overlay-icon{
    position: absolute;
    left: 45px;
    bottom: 40px;
    z-index: 2;
    transform: perspective(400px) translateY(100px);
    transform-origin: bottom;
    transform-style: preserve-3d;
    transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.single-blog-style5:hover .img-holder .overlay-icon{
    transform: perspective(400px) translateY(0px);
}
.single-blog-style5 .img-holder .overlay-icon a{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: #ffffff;
    color: #222222;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;   
    z-index: 2;
}
.single-blog-style5 .img-holder .overlay-icon a:hover{
    color: #ffffff;
}



/*** 
=============================================
    Blog Page One Css
=============================================
***/
.blog-page-one{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 110px;
}
.blog-page-one .single-blog-style1 .text-holder {
    border: 1px solid #e9ebf4;
}


.styled-pagination {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 10px;
}
.styled-pagination.pdtop0{
    padding-top: 0;
}
.styled-pagination li{
	position: relative;
	display: inline-block;
    float: none;
	margin: 0 3.5px;
}
.styled-pagination li a{
	position: relative;
	display: inline-block;
    width: 45px;
    height: 50px;
    border-radius: 0%;
    background: #ffffff;
    border: 1px solid #dddddd;
	color: #222222;
	font-size: 16px;
	line-height: 48px;
	font-weight: 500;
	text-align: center;
	text-transform:capitalize;
	transition:all 500ms ease;
    font-family: 'Exo', sans-serif;
    z-index: 1;
}
.styled-pagination li:hover a,
.styled-pagination li.active a{
    color: #ffffff;
    background: #2739a7;
    border-color: #2739a7 !important;
}

.styled-pagination li.prev a,
.styled-pagination li.next a{
    position: relative;
	color: #222222;
    line-height: 48px;
}
.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover{
    color: #ffffff;
}



/*** 
=============================================
    Blog Page Two Css
=============================================
***/
.blog-page-two{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 110px;
}

.single-blog-style2.blog_list .img-holder .date-box {
    width: 70px;
    height: 75px;
}
.single-blog-style2.blog_list .img-holder .date-box h2 {
    font-size: 30px;
    line-height: 28px;
    font-weight: 600;
    margin-top: 13px;
}
.single-blog-style2.blog_list .img-holder .date-box span {
    font-size: 16px;
}
.single-blog-style2.blog_list .text-holder {
    padding: 53px 45px 40px;
}
.single-blog-style2.blog_list .text-holder .blog-title {
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
}
.single-blog-style2.blog_list .text-holder .text {
    margin-top: 17px;
    margin-bottom: 33px;
}



.blog-page-two .styled-pagination{
    margin-left: -3px;
}


.single-blog-style2 .text-holder.margintop_15{
    margin-top: -15px;
}
.blog_list_video_gallery {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-gallery_box_5.blog_list_video_gallery .icon {
    position: static;
}


.blog_list_carousel{}
.blog_list_carousel.owl-theme .owl-prev span, 
.blog_list_carousel.owl-theme .owl-next span {
    position: relative;
    display: block;
}
.blog_list_carousel.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 15px;
}
.blog_list_carousel.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 40px;
    right: 40px;
    z-index: 10;
    display: block;
    transform: translateY(-50%);
    line-height: 0;
}
.blog_list_carousel.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    background: rgba(34, 34, 34, .30);
    width: 55px;
    height: 55px;
    border: 0px solid;
    border-radius: 0px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 55px;
    margin: 0 0 0 0px;
    padding: 0;
    transition: all 700ms ease 0s;
}
.blog_list_carousel.owl-theme .owl-nav .owl-prev {

}
.blog_list_carousel.owl-theme .owl-nav .owl-next {
    float: right;
}



.blog_list_post_style2{
    position: relative;
    display: block;
    background: #2739a7;
    padding: 50px 60px 60px;
}
.blog_list .blog_list_post_style2 .text-holder {
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.blog_list .blog_list_post_style2 .text-holder .blog-title a{
    color: #ffffff;
}
.blog_list .blog_list_post_style2 .text-holder .meat_box {
    border-top: none;
    padding-top: 30px;
}
.blog_list .blog_list_post_style2 .text-holder .meat_box .meta-info li {
    color: #fff;
}
.blog_list .blog_list_post_style2 .text-holder .meat_box .meta-info li a{
    color: #fff;    
}
.blog_list .blog_list_post_style2 .quote-icon{
    position: absolute;
    right: 40px;
    bottom: 40px;  
    font-size: 50px;  
}



.sidebar-wrapper {
    position: relative;
    display: block;
    max-width: 320px;
    width: 100%;
    float: right;
}
.single-sidebar {
    position: relative;
    display: block;
    padding-bottom: 70px;
}
.single-sidebar.pdbtm0{
    padding-bottom: 0;
}

.single-sidebar .title {
    position: relative;
    display: block;
    background: #2739a7;
    padding: 22px 0px 22px 25px;
}
.single-sidebar .title h3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
}



.single-sidebar_search_box{
    position: relative;
    display: block;
    padding: 40px 30px 45px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    z-index: 1;
}
.single-sidebar_search_box::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e9ebf4;
    opacity: 0.95;
    z-index: -1;
}
.single-sidebar_search_box h3{
    color: #222222;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 17px;
}

.sidebar-search-box {
    position: relative;
    display: block;
}
.sidebar-search-box form.search-form {
    position: relative;
    display: block;
    width: 100%;
}
.sidebar-search-box .search-form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    background-color: rgb(255, 255, 255);
    border: 0px solid #e5e5e5;
    color: #808080;
    font-size: 16px;
    font-weight: 400;
    padding-left: 19px;
    padding-right: 60px;
    transition: all 500ms ease 0s;
    font-family: 'Exo', sans-serif;
}
.sidebar-search-box .search-form button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 60px;
    color: #2739a7;
    font-size: 16px;
    line-height: 60px;
    display: block;
    text-align: center;
    border: 0px solid #e1e1e1;
    transition: all 500ms ease 0s;
}
.sidebar-search-box .search-form button i {
    font-size: 16px
}
.sidebar-search-box .search-form input[type="text"]:focus {
    color: #000;
}
.sidebar-search-box .search-form input::-webkit-input-placeholder {
    color: #808080;
}
.sidebar-search-box .search-form input:-moz-placeholder {
    color: #808080;
}
.sidebar-search-box .search-form input::-moz-placeholder {
    color: #808080;
}
.sidebar-search-box .search-form input:-ms-input-placeholder {
    color: #808080;
}


.single-sidebar .sidebar-categories-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 22px;
}
.single-sidebar .sidebar-categories-box li {
    position: relative;
    display: block;
}
.single-sidebar .sidebar-categories-box li a {
    position: relative;
    display: block;
    padding: 0 15px;
    color: #222222;
    font-size: 18px;
    line-height: 58px;
    font-weight: 400;
    border-bottom: 1px solid #e9ebf4;
    transition: all 500ms ease;
}
.single-sidebar .sidebar-categories-box li a span::before {
    position: relative;
    display: inline-block;
    color: #2739a7;
    font-size: 20px;
    font-weight: 400;
    padding-right: 10px;
}



.single-sidebar .recent-posts{
    position: relative;
    display: block;
    padding-top: 40px;
}
.single-sidebar .recent-posts li {
    position: relative;
    display: block;
    border-bottom: 1px solid #e9ebf4;
    padding-left: 15px;
    padding-bottom: 30px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.single-sidebar .recent-posts li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.single-sidebar .recent-posts li .inner {
    position: relative;
    display: block;
    min-height: 70px;
    padding-left: 75px;
}
.single-sidebar .recent-posts li .img-box{
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 70px;
    overflow: hidden;
}
.single-sidebar .recent-posts li .img-box img{
    width: 100%;
}
.single-sidebar .recent-posts li .img-box .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.90);
    border-radius: 0px;
    opacity: 0;
    transform: perspective(400px) scale(0);
    transform-origin: top;
    transition: all 0.5s ease-in-out 0s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.single-sidebar .recent-posts li:hover .img-box .overlay-content{
	opacity: 1;
    transform: perspective(400px) scale(1.0); 
    transition: all 0.3s ease-in-out 0.3s;    
}
.single-sidebar .recent-posts li .img-box .overlay-content a{
    color: #ffffff;
    font-size: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-sidebar .recent-posts li .title-box {
    position: relative;
    display: block;
    min-height: 70px;
    padding-left: 25px;
}
.single-sidebar .recent-posts li .title-box h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0px 4px;
}
.single-sidebar .recent-posts li .title-box h4 a{
    color: #222222;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.single-sidebar .recent-posts li .title-box p{
    color: #2739a7;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin: 0;
}


.single-sidebar .popular-tag {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -5px;
    margin-right: -5px;
}
.single-sidebar .popular-tag li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 5px 10px;
}
.single-sidebar .popular-tag li a {
    position: relative;
    display: block;
    padding: 0 24px;
    background: #ffffff;
    color: #222222;
    font-size: 16px;
    line-height: 43px;
    font-weight: 400;
    border: 1px solid #dddddd;
    transition: all 500ms ease;
    font-family: 'Lato', sans-serif;
    border: 1px solid #e5e5e5;
}
.single-sidebar .popular-tag li:hover a{
    color: #ffffff;
    background: #2739a7;
    border-color: #2739a7;
}



/*** 
=============================================
    Blog Details Area style
=============================================
***/
.blog-details-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 110px 0 110px;
}
.blog-details-area .blog-posts{
    position: relative;
    display: block;
}
.blog-details_content .single-blog-style2{
    margin: 0;
}
.blog-details_content .single-blog-style2 .text-holder {
    padding: 53px 45px 27px;
}
.blog-details_content .single-blog-style2 .text-holder .bottom-text{
    position: relative;
    display: block;
    margin-top: -8px;
}


.blog-details-image-box{
    position: relative;
    display: block;
}
.blog-details-image-box .single-box{
    position: relative;
    display: block;
}
.blog-details-image-box .single-box .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.blog-details-image-box .single-box .img-holder img{
    width: 100%;
}


.blog-details-image-Bottom_text_box{
    position: relative;
    display: block;
    padding: 40px 45px 43px;
    box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.05);
}
.blog-details-image-Bottom_text_box h2{
    color: #222222;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    margin: 0 0 15px;
}
.blog-details-image-Bottom_text_box h3{
    color: #222222;
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    margin: 0 0 23px;
}
.blog-details-image-Bottom_text_box p{
    margin: 0;
}


.blog-details-author-box{
    position: relative;
    display: block;
    background: #e9ebf4;
    padding: 43px 55px 42px;
}
.blog-details-author-box h3{
    color: #222222;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    font-style: italic;
    font-family: 'Lato', sans-serif;
    margin: 0 0 21px;
}
.blog-details-author-box h4{
    color: #2739a7;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin: 0 0 2px;
}
.blog-details-author-box span{
    font-size: 14px;
}



.blog-details_bottom_box{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 32px 45px 45px;
    box-shadow: 0px 0px 13.5px 1.5px rgba(0, 0, 0, 0.05);    
}
.blog-details_bottom_box .text{
    position: relative;
    display: block;
    border-bottom: 1px solid #dee1ed;
    padding-bottom: 33px;
}
.blog-details_bottom_box .text p{
    margin: 0;
}

.post-tag-social-share{
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 31px;
}
.post-tag-social-share .tag{
    position: relative;
    display: block;
}
.post-tag-social-share .tag ul{
    overflow: hidden;
}
.post-tag-social-share .tag ul li{
    position: relative;
    display: block;
    float: left;
    margin-right: 5px;
}
.post-tag-social-share .tag ul li:last-child{
    margin-right: 0;
}
.post-tag-social-share .tag ul li a{
    color: #222222;
    font-size: 14px;
    text-transform: uppercase;
}

.post-tag-social-share .post-social-share{
    position: relative;
    display: block;
    padding-top: 22px;
}
.post-tag-social-share .post-social-share ul{
    position: relative;
    display: block;
    overflow: hidden;
}
.post-tag-social-share .post-social-share ul li{
    position: relative;
    display: block;
    float: left;
    margin-right: 3px;
}
.post-tag-social-share .post-social-share ul li:last-child{
    margin-right: 0;
}
.post-tag-social-share .post-social-share ul li a{
    position: relative;
    display: block;
    width: 70px;
    height: 40px;
    background: #3b5999;
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border-radius: 0;
    border: none;
}
.post-tag-social-share .post-social-share ul li a.tw{
    background: #dc4e41;
}
.post-tag-social-share .post-social-share ul li a.pin{
    background: #bd081c;
}
.post-tag-social-share .post-social-share ul li a.gplus{
    background: #55acee;
}









.blog-details-bottom-content {
    position: relative;
    display: block;
}
.comment-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 65px;
}
.comment-box .title {
    position: relative;
    display: block;
    padding-bottom: 35px;
}
.comment-box .title h2{
    color: #222222;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
}

.comment-box .outer-box{
    position: relative;
    display: block;
}
.comment-box .single-comment {
    position: relative;
    display: block;
    overflow: hidden;
}


.comment-box .single-comment-box {
    position: relative;
    display: block;
    padding-left: 70px;
    margin-bottom: 34px;
}
.comment-box .single-comment-box .img-holder {
    position: absolute;
    top: 2px;
    left: 0px;
    width: 70px;
    height: 70px;
}
.comment-box .single-comment-box .img-holder img{
    width: 100%;
    border-radius: 50%;
}
.comment-box .single-comment-box .text-holder {
    position: relative;
    display: block;
    margin-left: 25px;
}
.comment-box .single-comment-box .text-holder .top {
    position: relative;
    display: block;
    padding-bottom: 14px;
}
.comment-box .single-comment-box .text-holder .top h3 {
    color: #2739a7;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin: 0 0 2px;
}
.comment-box .single-comment-box .text-holder .top span{
    font-size: 14px;
}


.comment-box .single-comment-box .text-holder .text {
    position: relative;
    display: block;
    padding-bottom: 15px;
}
.comment-box .single-comment-box .text-holder .text p{
    margin: 0;
}

.comment-box .single-comment-box .text-holder .reply {
    position: relative;
    display: block;
    text-align: right;
    z-index: 1;
}
.comment-box .single-comment-box .text-holder .reply:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background: #dee1ed;
    content: "";
    z-index: -1;
    margin: 13px 0;
}
.comment-box .single-comment-box .text-holder .reply a{
    position: relative;
    display: inline-block;
    background: #fff;
    padding-left: 15px;
    color: #222222;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 500ms ease;
}
.comment-box .single-comment-box .text-holder .reply a span::before{
    position: relative;
    display: inline-block;
    padding-right: 8px;
}




.add-comment-box {
    position: relative;
    display: block;
    padding-top: 17px;
}
.add-comment-box .title {
    position: relative;
    display: block;
    padding-bottom: 37px;
}
.add-comment-box .title h2{
    color: #222222;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
}

.add-comment-box #add-comment-form {
    position: relative;
    display: block;
}
.add-comment-box #add-comment-form .input-box{
    position: relative;
    display: block;
}
.add-comment-box #add-comment-form input[type="text"],
.add-comment-box #add-comment-form input[type="email"],
.add-comment-box #add-comment-form input[type="tel"],
.add-comment-box #add-comment-form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #dddddd;
    width: 100%;
    height: 65px;
    color: #888888;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding: 0 30px;
    margin-bottom: 30px;
    transition: all 500ms ease;
    font-family: 'Lato', sans-serif;
}

.add-comment-box #add-comment-form textarea {
    height: 150px;
    padding: 15px 25px;
}
.add-comment-box #add-comment-form input[type="text"]:focus{
    border-color: #171717;    
}
.add-comment-box #add-comment-form input[type="email"]:focus{
    border-color: #171717;    
}
.add-comment-box #add-comment-form input[type="tel"]:focus{
    border-color: #171717;    
}
.add-comment-box #add-comment-form textarea:focus{
    border-color: #171717;       
}

.add-comment-box #add-comment-form .button-box {
    position: relative;
    display: block;
}
.add-comment-box #add-comment-form .button-box button{
    display: block;
    line-height: 65px;
    width: 100%;
}






