/* Service Details */
.blog-details {
    position: relative;
    padding: 100px 0px 90px;
}
.blog-details .blog-details-inner .post-header {
    margin-top: 45px;
    margin-bottom: 25px;
}
.blog-details .blog-details-inner .post-header .post-date {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    display: inline-block;
    color: var(--color-one);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.blog-details .blog-details-inner .intro,
.blog-details .blog-details-inner .fulltext {
	font-size: 18px;
    line-height: 28px;
}


.blog-details .blog-details-inner .highlight {
    font-size: 24px;
    line-height: 34px;
	line-height: 30px;
	margin-bottom: 30px;
    letter-spacing: -0.5px;
}
.blog-details .blog-details-inner .widget-title {
	position: relative;
    font-size: 40px;
    line-height: 50px;
    text-transform: capitalize;
    margin-top: 45px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    letter-spacing: -0.5px;
}
.blog-details .blog-details-inner .widget-title:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 30px;
    height: 3px;
    background-color: var(--color-one);
}

.blog-details .blog-details-inner ul.point-order {
    padding-left: 35px;
    margin-bottom: 35px;
    list-style-type: none;
}

.blog-details .blog-details-inner ul.point-order li {
    position: relative;
    padding-left: 30px;
    line-height: 34px;
}

.blog-details .blog-details-inner ul.point-order li:before {
	content: '\f26a';
    font-family: 'bootstrap-icons';
    font-size: 18px;
    position: absolute;
    left: 0;
    color: var(--color-one);
}

.blog-details .blog-details-inner .image-post {
	margin-bottom: 40px;
}

.blog-details .blog-details-inner .image-post img {
    width: 100%;
}

.blog-details .blog-details-inner .process-step {
	margin-bottom: 15px;
}

.blog-details .blog-details-inner .process-step .serial {
	position: relative;
    width: 40px;
    height: 40px;
    background: var(--color-white);
	color: var(--color-one);
    border-radius: 100%;
	font-family: var(--font-family-heading);
	font-size: 22px;
    line-height: 40px;
    text-align: center;
    margin-right: 25px;
    box-shadow: 0px 10px 20px rgba(137, 151, 186, 0.25);
	flex-shrink: 0;
    transition: all 0.5s ease-in-out;
}
.blog-details .blog-details-inner .process-step:hover .serial {
    box-shadow: 0px 0px 20px rgba(137, 151, 186, 0.25);
}
.blog-details .blog-details-inner .process-step h5 {
    font-size: 24px;
    line-height: 34px;
	color: var(--color-two);
	margin-bottom: 15px;
}

.blog-details .blog-details-inner .process-step.style-2 .serial {
	position: relative;
    width: 35px;
    height: 35px;
    background: var(--color-one);
	color: var(--color-white);
	font-size: 16px;
    line-height: 35px;
    box-shadow: 0px 10px 20px rgba(var(--color-one-rgb), 0.25);
}
.blog-details .blog-details-inner .process-step.style-2:hover .serial {
    box-shadow: 0px 0px 20px rgba(var(--color-one-rgb), 0.25);
}

/* WP Block Gallery */
.blog-details .blog-details-inner .block-gallery {
    margin-bottom: 40px;
}
.blog-details .blog-details-inner .blocks-gallery-grid {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.blog-details .blog-details-inner .blocks-gallery-grid .blocks-gallery-item {
    margin: 0 30px 0px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: calc(50% - 30px);
}

.blog-details .blog-details-inner .blocks-gallery-grid .blocks-gallery-item figure {
    margin-bottom: 0px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

/* Post Footer */
.blog-details .blog-details-inner .post-footer {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
}

.blog-details .blog-details-inner .post-footer .page-all a {
    font-size: 1.5rem;
    color: #a6a182;
}

.blog-details .blog-details-inner .post-share {
    display: flex;
    align-items: center;
}

.blog-details .blog-details-inner .post-share ul.share-list {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    margin-bottom: 0px;
    padding-left: 0;
}

.blog-details .blog-details-inner .post-share ul.share-list li {
    list-style-type: none;
    display: inline-block;
    margin-bottom: 5px;
}

.blog-details .blog-details-inner .post-share ul.share-list li a {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    width: auto;
    display: inline-block;
    background-color: transparent;
    color: var(--color-two);
    border: 1px solid var(--color-two);
    border-radius: 30px;
    margin: 0px 5px;
    padding: 1px 12px;
    transition: var(--transition-base);
}

.blog-details .blog-details-inner .post-share ul.share-list li a:hover {
    background-color: var(--color-one);
    border-color: var(--color-one);
    color: var(--color-white);
}

.blog-details .blog-details-inner .post-share ul.share-list li:first-child {
    font-family: var(--font-family-heading);
    font-size: 20px;
    font-weight: 500;
    color: var(--color-two);
    margin-right: 15px;
}

/* .blog-details .blog-details-inner .post-share ul.share-list li:last-child a {
    margin-right: 0px;
}
.blog-details .blog-details-inner .post-share ul.share-list li.facebook a {
    background: #004da9;
}

.blog-details .blog-details-inner .post-share ul.share-list li.twitter a {
    background: #00a0ee;
}

.blog-details .blog-details-inner .post-share ul.share-list li.dribbble a {
    background: #a99df5;
}

.blog-details .blog-details-inner .post-share ul.share-list li.instagram a {
    background: #d432bc;
}

.blog-details .blog-details-inner .post-share ul.share-list li.linkedin a {
    background: #0e76a8;
}

.blog-details .blog-details-inner .post-share ul.share-list li.pinterest a {
    background: #d10a0f;
} */


/* Author Section */
.blog-details .blog-details-inner .author-div {
    display: flex;
    border-top: 1px dotted var(--color-light);
    border-bottom: 1px dotted var(--color-light);
    padding: 30px 0px;
    margin: 0px 0px 40px 0px;
  }
  
  .blog-details .blog-details-inner .author-div .author {
    max-width: 125px;
    min-width: 125px;
    height: 125px;
    margin-right: 30px;
    border-radius: 100%;
    overflow: hidden;
  }
  
  .blog-details .blog-details-inner .author-div .author-name {
    font-size: 24px;
    margin-bottom: 6px;
  }
  
  .blog-details .blog-details-inner .author-div .author-intro {
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
  }
  
  .blog-details .blog-details-inner .author-div .social-media {
    display: flex;
    align-items: center;
  }
  
  .blog-details .blog-details-inner .author-div .social-media ul.social-list {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    padding-left: 0;
  }
  
  .blog-details .blog-details-inner .author-div .social-media ul.social-list li {
    list-style-type: none;
    display: inline-block;
  }
  
  .blog-details .blog-details-inner .author-div .social-media ul.social-list li a {
    font-size: 15px;
    padding: 0px 14px;
    color: var(--color-two);
    
  }
  
  .blog-details .blog-details-inner .author-div .social-media ul.social-list li:first-child a {
    padding-left: 0px;
  }
  
  .blog-details .blog-details-inner .author-div .social-media ul.social-list li:last-child a {
    padding-right: 0px;
  }

/* Vdeo Section */
.video-post {
    display: inline-block;
    width: 100%;
    margin: 35px 0px;
}

.video-post .ytube-video {
    position: relative;
    overflow: hidden;
}

.video-post .ytube-video #ytvideo {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.video-post .ytube-video .ytplay-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    height: 75px;
    line-height: 75px;
    background: var(--color-one);
    text-align: center;
    font-size: 30px;
    color: var(--color-white);
    border-radius: 100%;
    cursor: pointer;
    transition: all 0.5s ease;
    z-index: 1;
}

.ytplay-btn:before,
.ytplay-btn:after {
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
	height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.4);
    box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.4);
    animation: ripple3 2s ease-in-out infinite;
}
.ytplay-btn:after {
    -webkit-box-shadow: 0px 0px 0px 40px rgba(255, 255, 255, 0.3);
    box-shadow: 0px 0px 0px 40px rgba(255, 255, 255, 0.3);
    animation: ripple4 2s ease-in-out infinite;
}

@keyframes ripple3 {
    0% {box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.4);}
    50% {box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);}
}
@keyframes ripple4 {
    0% {box-shadow: 0px 0px 0px 20px rgba(255, 255, 255, 0.3);}
    50% {box-shadow: 0px 0px 0px 40px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);}
}

.video-post .ytube-video.play #ytvideo {
    opacity: 1;
}

.video-post .ytube-video.play .post-content {
    opacity: 0;
    visibility: hidden;
}

.blog-details .blog-details-inner .video-post .ytube-video .post_header {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    text-align: center;
}

.blog-details .blog-details-inner .video-post .ytube-video .post_header .post_title {
    margin: 0px 0px;
    color: var(--color-white);
}

.blog-details .blog-details-inner .video-post .ytube-video .post_header .post_title a {
    color: var(--color-white);
}

.blog-details .blog-details-inner .video-post .local_video {
    position: relative;
    overflow: hidden;
}

.blog-details .blog-details-inner .video-post .local_video #video {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.blog-details .blog-details-inner .video-post .local_video .play_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: var(--second-color);
    text-align: center;
    font-size: 30px;
    color: var(--color-white);
    border-radius: 100%;
    cursor: pointer;
    transition: all 0.5s ease;
    z-index: 1;
}

.blog-details .blog-details-inner .video-post .local_video.play #video {
    opacity: 1;
}

.blog-details .blog-details-inner .video-post .local_video.play .post-content {
    opacity: 0;
    visibility: hidden;
}

.blog-details .blog-details-inner .video-post .local_video.play .play_btn {
    left: 50%;
    top: auto;
    bottom: 25px;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    background: var(--second-color);
    text-align: center;
    color: var(--color-white);
    border-radius: 3px;
    cursor: pointer;
}

.blog-details .blog-details-inner .video-post .local_video.play .play_btn i.ion-ios-play:before {
    content: "\f478";
}

.blog-details .blog-details-inner .video-post .local_video .post_header {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
}

.blog-details .blog-details-inner .video-post .local_video .post_header .post_title {
    margin: 0px 0px;
    color: var(--color-white);
}

.blog-details .blog-details-inner .video-post .local_video .post_header .post_title a {
    color: var(--color-white);
}

iframe, object, embed, iframe, object, iframe, video {
    width: 100%;
    height: 100%;
    min-height: 500px;
    border: 0px solid #ffb7aa;
}
/*-------- Comments ------------*/
.comments-area .comments-title {
    position: relative;
    font-size: 40px;
    padding-bottom: 15px;
}
.comments-area .comments-title::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 3px;
    background-color: var(--color-one);
    border-radius: 10px;
}
.comments-area ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0px;
}

.comments-area ul ul {
    padding-left: 90px;
}

.comments-area ul.comment-list .commenter-block {
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    align-items: start;
}

.comments-area ul.comment-list .commenter-block .comment-avatar {
    margin-right: 30px;
    min-width: 90px;
    max-width: 90px;
    max-height: 90px;
    overflow: hidden;
}

.comments-area ul.comment-list .commenter-block .comment-content {
    width: 100%;
}

.comments-area ul.comment-list .commenter-block .comment-content .comment-author-name {
    display: flex;
    align-items: center;
    font-family: var(--font-family-heading);
    font-size: 24px;
    line-height: 34px;
    margin-top: 0px;
    color: var(--color-two);
    text-transform: capitalize;
}

.comments-area ul.comment-list .commenter-block .comment-content .comment-author-comment {
    font-size: 17px;
    line-height: 27px;
    margin-top: 10px;
}

.comments-area ul.comment-list .commenter-block .comment-content .comment-author-comment p {
    margin-bottom: 15px;
}

.comments-area ul.comment-list .commenter-block .comment-content .comment-date {
    font-family: var(--font-family-base);
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--color-one);
    margin-left: 25px;
}

.comments-area ul.comment-list .commenter-block .comment-content .comment-reply .comment-reply-link {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--color-one);
}

/* Comments Pagination */
.comments-area .comments-pagination {
    margin-bottom: 0px;
    list-style-type: none;
    align-items: center;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0px;
}

.comments-area .comments-pagination a, .comments-area .comments-pagination span {
    margin-right: 7px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: var(--color-two);
    color: var(--color-white);
    display: block;
}

.comments-area .comments-pagination a:hover, .comments-area .comments-pagination a.current, .comments-area .comments-pagination span:hover, .comments-area .comments-pagination span.current {
    background: var(--color-one);
    color: var(--color-white);
}

.comment-respond {
    margin-top: 100px;
}

.comment-respond .comment-reply-title {
    position: relative;
    font-size: 40px;
    padding-bottom: 15px;
}
.comment-respond .comment-reply-title::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 3px;
    background-color: var(--color-one);
    border-radius: 10px;
}

.comment-respond .logged-in-as {
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    margin-top: 15px;
}

/* .comment-respond select, .comment-respond input[type="text"], .comment-respond input[type="email"], .comment-respond input[type="url"], .comment-respond input[type="password"], .comment-respond input[type="search"], .comment-respond input[type="number"], .comment-respond input[type="tel"], .comment-respond input[type="range"], .comment-respond input[type="date"], .comment-respond input[type="month"], .comment-respond input[type="week"], .comment-respond input[type="time"], .comment-respond input[type="datetime"], .comment-respond input[type="datetime-local"], .comment-respond input[type="color"] {
    height: 58px;
    font-size: 16px;
    background: var(--color-five);
    
    border: 1px solid var(--color-five);
    padding: 15px 25px;
}

.comment-respond textarea.form-control {
    height: 140px;
    font-size: 16px;
    background: var(--color-five);
    
    border: 1px solid var(--color-five);
    padding: 15px 25px;
} */

.comment-respond .form-group {
    margin-bottom: 1.25rem;
}

.comment-respond ::-webkit-input-placeholder,
.comment-respond ::-moz-placeholder,
.comment-respond :-ms-input-placeholder,
.comment-respond :-moz-placeholder,
.comment-respond :placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    color: #999999;
}

/* .pagination-div {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}

.pagination {
    margin-bottom: 0px;
    list-style-type: none;
    align-items: center;
    justify-content: center;
}

.pagination li:not(:last-child) {
    margin-right: 10px;
}

.pagination li a {
    font-size: 16px;
    color: var(--color-one);
    text-align: center;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    border-radius: 50%;
}

.pagination li a:hover, .pagination li a.current {
    background: var(--color-two);
    color: var(--color-white);
}

.pagination li a i {
    font-size: 14px;
    color: var(--color-two);
} */

@media screen and (max-width: 991px) {
    .comments-area ul ul {
        padding-left: 30px;
    }
    .comments-area ul.comment-list .commenter-block {
        flex-direction: column;
    }
    .comments-area ul.comment-list .commenter-block .comment-content .comment-author-name {
        margin-top: 10px;
        flex-direction: column;
        align-items: baseline;
    }
    .comments-area ul.comment-list .commenter-block .comment-content .comment-date {
        margin-left: 0px;
    }
}



/* Extra Content In Details  */
.blog-details .wptb-testimonial2 .wptb-item--image img {
    max-width: 300px;
}

.blog-details .wptb-testimonial2 .wptb-item--inner .wptb-item--holder {
    max-width: 320px;
    padding: 40px 40px;
}

.blog-details .wptb-testimonial2 .wptb-item--inner .wptb-item--description {
    font-size: 14px;
    line-height: 20px;
}

.blog-details .wptb-testimonial2 .wptb-item--inner .wptb-item--title {
    font-size: 16px;
    line-height: 22px;
}

.blog-details .wptb-testimonial2 .wptb-item--inner .wptb-item--designation {
    font-size: 12px;
    line-height: 18px;
}