body {
    font-family: 'Solaiman Lipi' !important;
}

p {
    font-size: 14px;
}

.m-10 {
    margin: 10px !important;
}

.m-15 {
    margin: 15px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}


.text-white {
    color: #fff;
}

#wrapper {
    padding-top: 0;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.w-100 {
    width: 100%;
}

.left-menu-btn {
    width: 100%;
    height: 35px;
    padding: 0 30px;
    background: #222;
    margin-top: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
}

.left-menu-btn:hover i {
    animation: none;
    color: #fff;
}

.left-menu-btn:hover {
    background: #00A0C6;
    color: #fff;
}

/* Menu */
.nav-holder nav li a {
    font-family: 'Solaiman Lipi' !important;
    font-size: 16px;
}

.content {
    background-color: #eee;
}

.content .breadcrumbs-header {
    margin-top: 70px;
}

.content-body .main-container {
    background: #fff;
    padding: 20px;
    margin: 0;
    border-radius: 5px;
}

.content-body .main-container .list-post-content p {
    font-size: 13px;
    color: #000;
}

.content-body .sidebar-bg {
    background: #fff;
    border-radius: 5px;
}

.content-body .box-widget {
    padding: 20px;
    margin: 0;
}

/* Login Form */
.login-form select,
.login-form textarea,
.login-form input[type="text"],
.login-form input[type="email"],
.login-form input[type="password"] {
    padding: 10px 15px;
    margin-bottom: 5px;
}

.login-form input[type="file"] {
    padding: 7px 15px;
    margin-bottom: 15px;
}

.login-form .log-submit-btn {
    padding: 13px 0;
    margin-bottom: 15px;
    font-family: 'Solaiman Lipi' !important;
}

.cat-wid-list li a {
    font-size: 15px;
    color: #000;
}

.single-post-header h1 {
    padding: 10px 0;
}

.single-post-content_text p {
    font-size: 14px;
}

.new-blog-btn {
    padding: 28px 18px;
    color: #fff;
    animation-name: register;
    animation: register 1s linear infinite;
}

.login-btn {
    padding: 28px 18px;
    color: #000;
}

@keyframes register {
    0% {
        background: #D64D16;
    }

    50% {
        background: green;
    }

    100% {
        background: deepskyblue;
    }
}

@-webkit-keyframes register {
    0% {
        background: red;
    }

    50% {
        background: green;
    }

    100% {
        background: deepskyblue;
    }
}

.bloger-search .search {
    top: 10px;
}

.bloger-search .search-submit {
    top: 80px;
    background: #FC971B;
}

.is-invalid {
    border: 1px solid #ff0000 !important;
}

.invalid-feedback {
    display: flex;
    width: 100%;
    color: #ff0000;
    font-size: 12px;
    margin-bottom: 5px;
}

.pr-subtitle.prs_big {
    margin-top: 25px;
}

.single-post-header {
    padding: 0 0 15px;
}

.single-post-content_text {
    margin-top: 10px;
}

.single-post-media .video-holder {
    margin-top: 10px;
}

.categories .main-container {
    margin-bottom: 20px;
}

.bg-white {
    background-color: #fff;
}

.login-form .pr-subtitle.prs_big:before {
    width: 50%;
}

.profile-card_media_content h4 {
    font-size: 14px;
}

.profile-card-stats li {
    display: flex;
    flex-direction: column;
}

.profile-card-stats li span {
    padding: 1px 0;
}

.blog-contact.contacts-list li {
    height: auto !important;
    line-height: 30px;
}

.header-tooltip {
    width: 180px;
}

.profile-card-footer_soc {
    float: none;
}

/* Like Button */
.like-content {
    font-size: 18px;
    text-align: center;
}

.like-content .btn-secondary {
    display: block;
    margin: 5px;
    text-align: center;
    background: #ed2553;
    border-radius: 3px;
    box-shadow: 0 10px 20px -8px rgb(240, 75, 113);
    padding: 10px 17px;
    font-size: 18px;
    cursor: pointer;
    border: none;
    outline: none;
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.like-content .btn-secondary:hover {
    transform: translateY(-3px);
}

.like-content .btn-secondary .fa {
    margin-right: 5px;
}

.animate-like {
    animation-name: likeAnimation;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-duration: 0.65s;
}

@keyframes likeAnimation {
    0% {
        transform: scale(30);
    }

    100% {
        transform: scale(1);
    }
}

.comment_reply-two {
    float: right;
    width: calc(100% - 180px);
}

.comment_reply-three {
    float: right;
    width: calc(100% - 270px);
}
