/* blog posts */
.postbox__item {
    position: relative;
}
.postbox__thumb {
    position: relative;
    margin-bottom: 25px;
}
.postbox__item .postbox__thumb {
    margin-bottom: 0;
}
.postbox__thumb img {
    max-width: 100%;
}
.postbox__video::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 18, 36, 0.3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.postbox__title {
    font-size: 30px;
    margin-bottom: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .postbox__title {
        font-size: 22px;
    }
}
@media (max-width: 575px) {
    .postbox__title {
        font-size: 16px;
    }
}
.postbox__title a:hover {
    color: #df3940;
}
.postbox__content {
    padding: 30px;
}
.postbox__content p {
    margin-bottom: 25px;
}
.postbox__content .link-btn:hover {
    color: #1c7df8;
}
.postbox__meta span {
    font-size: 15px;
    font-weight: 600;
    color: #28638c;
    display: inline-block;
    text-transform: capitalize;
}
.postbox__meta span:not(:last-child) {
    margin-right: 30px;
}
.postbox__meta span i {
    color: #df3940;
    padding-right: 2px;
}
.postbox__meta span a:hover {
    color: #df3940;
}
.postbox__date {
    position: absolute;
    top: 30px;
    left: 30px;
    background: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 16px;
    z-index: 1;
    text-align: center;
    opacity: 1;
}
.postbox__date h5 {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 1;
    color: #df3940;
    font-weight: 800;
}
.postbox__date span {
    font-size: 15px;
    color: #df3940;
    font-weight: 700;
}
.post_gallery img {
    max-width: 100%;
}

.postbox__play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.postbox__quote {
    padding: 45px 50px;
    padding-bottom: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
}
@media (max-width: 575px) {
    .postbox__quote {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.postbox__quote h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 37px;
    line-height: 1.5;
}
.postbox__quote span {
    font-weight: 600;
    color: #6a727f;
    position: relative;
    padding-left: 50px;
}
.postbox__quote span::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #1c7df8;
    height: 2px;
    width: 40px;
}
.postbox__quote img.quote {
    position: absolute;
    top: 40px;
    left: 30px;
    opacity: 0.2;
}
@media (max-width: 575px) {
    .postbox__quote img.quote {
        top: 20px;
        left: 20px;
    }
}
.postbox__tag h3 {
    font-size: 22px;
    color: #011224;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
}
.postbox__tag a {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    padding: 0 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f7f7f7;
    color: #6a727f;
    margin-right: 8px;
    font-weight: 600;
    font-size: 14px;
}
.postbox__tag a:hover {
    background: #1c7df8;
    color: #ffffff;
}
.postbox__share h3 {
    font-size: 22px;
    color: #011224;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
}
.postbox__share ul li {
    display: inline-block;
    margin-left: 10px;
}
.postbox__share ul li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #f7f7f7;
    color: #9499ae;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.postbox__share ul li a:hover {
    color: #ffffff;
    background: #1c7df8;
}
.postbox__img img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.postbox__author {
    padding: 40px 65px;
    padding-right: 85px;
    padding-bottom: 45px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .postbox__author {
        padding-right: 40px;
    }
}
@media (max-width: 575px) {
    .postbox__author {
        padding: 40px;
    }
}
@media (max-width: 575px) {
    .postbox__author-thumb {
        margin-bottom: 15px;
    }
}
.postbox__author-thumb img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.postbox__author-content h4 {
    font-size: 16px;
    margin-bottom: 0;
    margin-bottom: 3px;
}
.postbox__author-content h4 {
    text-transform: capitalize;
}
.postbox__author-content span {
    display: inline-block;
    font-size: 14px;
    color: #6a727f;
    font-weight: 600;
    margin-bottom: 10px;
}
.postbox__author-content p {
    font-weight: 600;
    margin-bottom: 0;
}
.postbox__form h3 {
    font-size: 22px;
    color: #011224;
    margin-bottom: 35px;
}
.postbox__form input, .postbox__form textarea {
    width: 100%;
    height: 70px;
    line-height: 66px;
    padding: 0 15px;
    background: #f7f7f7;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: none;
    border: 2px solid #f7f7f7;
    margin-bottom: 30px;
}
.postbox__form input::placeholder, .postbox__form textarea::placeholder {
    color: #6a727f;
}
.postbox__form input:focus, .postbox__form textarea:focus {
    border-color: #1c7df8;
}
.postbox__form textarea {
    height: 150px;
    padding: 30px 15px;
    line-height: 1;
    resize: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .postbox__agree {
        margin-bottom: 20px;
    }
}
@media (max-width: 575px) {
    .postbox__agree {
        margin-bottom: 20px;
    }
}
.postbox__agree input {
    margin: 0;
    appearance: none;
    -moz-appearance: none;
    display: block;
    width: 14px !important;
    padding: 0;
    height: 14px;
    background: transparent;
    border: 1px solid #132339;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 0;
}
.postbox__agree input:checked {
    position: relative;
    background-color: #1c7df8;
    border-color: transparent;
}
.postbox__agree input:checked::after {
    box-sizing: border-box;
    content: "";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-size: 10px;
    color: #ffffff;
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.postbox__agree input:hover {
    cursor: pointer;
}
.postbox__agree label {
    padding-left: 8px;
    color: #6a727f;
    font-weight: 600;
}
.postbox__agree label:hover {
    cursor: pointer;
}


.postbox.sticky .post-text,
.postbox.sticky .post-text p {
    margin-bottom: 0;
}
.postbox__item {
    border: 1px solid #f6f6f8;
    box-shadow: 0px 1px 2px 0px rgba(10, 0, 58, 0.14);
}
.postbox__item.sticky::before {
    position: absolute;
    content: "\f5a2";
    right: 75px;
    top: 25px;
    font-family: "Font Awesome 5 Pro";
    color: #df3940;
    font-size: 35px;
}

.postbox.sticky .postbox_text {
    border: 2px solid #007CFB;
}

.postbox__text .blog-post-tag {
    padding-top: 40px;
}

.postbox_text {
    border: 2px solid #ededed;
    padding-left: 50px;
    padding-bottom: 50px;
    padding-right: 40px;
    transition: 0.3s;
    padding-top: 40px;
}

/* read more btn */

.w-btn {
    font-size: 15px;
    color: #ffffff;
    background: #df3940;
    border: 2px solid #df3940;
    padding: 13px 30px;
    display: inline-block;
    font-weight: 600;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.w-btn::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    -webkit-transform: skewX(45deg) scale(0, 1);
    -moz-transform: skewX(45deg) scale(0, 1);
    -ms-transform: skewX(45deg) scale(0, 1);
    transform: skewX(45deg) scale(0, 1);
    background: #ffffff;
}
.w-btn:hover {
    color: #df3940;
    -webkit-box-shadow: 0px 20px 60px 0px rgba(15, 0, 40, 0.2);
    -moz-box-shadow: 0px 20px 60px 0px rgba(15, 0, 40, 0.2);
    box-shadow: 0px 20px 60px 0px rgba(15, 0, 40, 0.2);
}
.w-btn:hover::after {
    -webkit-transform: skewX(45deg) scale(1, 1);
    -moz-transform: skewX(45deg) scale(1, 1);
    -ms-transform: skewX(45deg) scale(1, 1);
    transform: skewX(45deg) scale(1, 1);
}


/* comment form */
.post-input input, .post-input textarea {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #f7f7f7;
    background: #f7f7f7;
    margin-bottom: 20px;
    text-transform: capitalize;

}
.post-input textarea {
    height: 180px;
    line-height: 26px;
    resize: none;
    padding: 30px;
    padding-top: 20px;
    text-transform: capitalize;
    font-weight: normal;
}
.post-input input:focus, .post-input textarea:focus {
    border-color: #F15B43;
    outline: none;
    background: #ffffff;
    text-transform: capitalize;
}
.post-input input::-webkit-input-placeholder {
    font-size: 16px;
    color: #444;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    text-transform: capitalize;
}
.post-input input:-moz-placeholder {
    font-size: 16px;
    color: #444;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    text-transform: capitalize;
}
.post-input input::-moz-placeholder {
    font-size: 16px;
    color: #444;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    text-transform: capitalize;
}
.post-input input:-ms-input-placeholder {
    font-size: 16px;
    color: #444;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    text-transform: capitalize;
}
.post-input textarea::-webkit-input-placeholder {
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    color: #333;
    font-size: 16px;
    text-transform: capitalize;
    text-transform: capitalize;
}
.post-input textarea:-moz-placeholder {
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    color: #444;
    font-size: 16px;
    text-transform: capitalize;
}
.post-input textarea::-moz-placeholder {
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    color: #444;
    font-size: 16px;
    text-transform: capitalize;
}
.post-input textarea:-ms-input-placeholder {
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    color: #444;
    font-size: 16px;
    text-transform: capitalize;
}

/*comment replay */
.rs-text h6 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 5px;
    text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .rs-text h6 {
        font-size: 16px;
    }
}
.rs-text h6:hover {
    color: #df3940;
}
.rs-meta span {
    font-weight: 500;
}

.rs__comments ul li:hover .rs__comments-icon i {
    background: #07395c;
    border-color: #07395c;
    color: #ffffff;
}
.rs__comments-icon i {
    display: inline-block;
    font-size: 22px;
    width: 70px;
    height: 70px;
    line-height: 66px;
    text-align: center;
    color: #07395c;
    border: 2px solid #dbdae0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.rs__comments-content h6 {
    font-size: 14px;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.rs__comments-content p {
    margin-bottom: 2px;
}

.tags a {
    display: inline-block;
    height: 34px;
    line-height: 30px;
    text-align: center;
    padding: 0 19px;
    font-size: 14px;
    font-weight: 700;
    border: 2px solid #e8e7ec;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-right: 8px;
    margin-bottom: 10px;
}
.tags a:hover {
    color: #ffffff;
    background: #07395c;
    border-color: #07395c;
}

.quote-2 {
    right: 50px;
    bottom: -22px;
}

.post-comment-title h3 {
    font-size: 22px;
}

.latest-comments li:first-child .comments-box {
    border-top: 0;
    padding-top: 0;
}

.latest-comments li.children {
    margin-left: 90px;
}
@media (max-width: 767px) {
    .latest-comments li.children {
        margin-left: 0;
    }
}

.comments-avatar {
    float: left;
    margin-right: 20px;
}

.comments-text {
    overflow: hidden;
    border-bottom: 1px solid #f1f0f7;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.avatar-name {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.avatar-name h5 {
    font-size: 18px;
    margin-bottom: 0px;
}

.avatar-name span {
    font-size: 15px;
    font-weight: 600;
}

.comments-text p {
    margin-bottom: 20px;
}

.comment-reply {
    font-weight: 600;
    font-size: 14px;
    color: #28638c;
}
.comment-reply:hover {
    color: #df3940;
}

.comment-reply i {
    padding-right: 4px;
}

@media (max-width: 767px) {
    .post-comment-form {
        margin-bottom: 35px;
    }
}

.post-comment-form h4 {
    font-size: 22px;
    margin-bottom: 0;
}

.post-comment-form > span {
    display: inline-block;
    margin-bottom: 45px;
}

.post-comment-form .red-btn:hover {
    color: #ffffff;
    background: #07395c;
    border-color: #07395c;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* video play */
.video_play {
    height: 80px;
    width: 80px;
    background-color: #fff;
    display: inline-block;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
}
@media (max-width: 767px) {
    .video_play {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
}
.video_play:is(.has_abs) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.video_play i {
    font-weight: 700;
    margin-left: 2px;
    color: #07395c;
    font-size: 14px;
}
@media (max-width: 767px) {
    .video_play i {
        font-size: 11px;
    }
}
.video_play:hover {
    background-color: #df3940;
}
.video_play:hover i {
    color: #fff;
}

.play_btn {
    font-size: 14px;
    color: #fff;
    width: 120px;
    height: 120px;
    display: inline-block;
    background-color: var(--clr-theme-1);
    line-height: 120px;
    text-align: center;
    border-radius: 50%;
}
.play_btn:hover {
    color: var(--clr-common-white);
    animation: icon-bounce 0.8s 1;
}
.play_btn:focus {
    color: var(--clr-common-white);
}
.play_btn:is(.focus_theme-1):focus {
    background-color: var(--clr-theme-1);
}

.play_btn, .video_play {
    position: relative;
}
.play_btn:after, .play_btn:before, .video_play:after, .video_play:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid #cccccc;
    animation-name: popupBtn;
    animation-duration: 1.8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.play_btn:before, .video_play:before {
    animation-delay: 0.8s;
}
.play_btn:is(.ab_4), .video_play:is(.ab_4) {
    background-color: var(--clr-common-white);
    color: var(--clr-body-heading-color);
    width: 100px;
    height: 100px;
    line-height: 100px;
}
.play_btn:is(.ab_4):hover, .video_play:is(.ab_4):hover {
    color: var(--clr-common-white);
    background-color: var(--clr-theme-1);
}
.play_btn:is(.ab_4):after, .play_btn:is(.ab_4):before, .video_play:is(.ab_4):after, .video_play:is(.ab_4):before {
    border: 3px solid #fff;
}

@keyframes popupBtn {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    50% {
        transform: scale(1.6);
        opacity: 0.3;
    }
    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}