body {
    font-family: "Open Sans", sans-serif;
    color: #272829;
}

a {
    color: #70429a;
    text-decoration: none;
}

a:hover {
    color: #70429a;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: rgba(231, 193, 3, 0.959);
    color: rgb(0, 0, 0);
    border-radius: 50px;
    transition: all 0.4s;
    width: 180px;
    height: 40px;
}


/* .back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
} */

.back-to-top:hover {
    background: #70429a;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 700px) {
    .back-to-top {
        position: fixed;
        visibility: hidden;
        opacity: 0;
        right: 15px;
        bottom: 90px;
        z-index: 996;
        background: rgba(231, 193, 3, 0.959);
        color: rgb(0, 0, 0);
        border-radius: 50px;
        transition: all 0.4s;
        width: 180px;
        height: 40px;
    }
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #0563bb;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}


/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/

#header {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9997;
    transition: all 0.5s;
    padding: 15px;
    overflow-y: auto;
}

.nav-menu {
    padding: 0;
    display: block;
}

.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
}

.nav-menu a,
.nav-menu a:focus {
    display: flex;
    align-items: center;
    color: #45505b;
    padding: 10px 18px;
    margin-bottom: 8px;
    transition: 0.3s;
    font-size: 15px;
    border-radius: 50px;
    background: #f2f3f5;
    height: 56px;
    width: 100%;
    overflow: hidden;
    transition: 0.3s;
}

.nav-menu a i,
.nav-menu a:focus i {
    font-size: 20px;
}

.nav-menu a span,
.nav-menu a:focus span {
    padding: 0 5px 0 7px;
    color: #45505b;
}

.nav-menu a:hover,
.nav-menu .active,
.nav-menu .active:focus,
.nav-menu li:hover>a {
    color: #fff;
    background: #70429a;
}

.nav-menu a:hover span,
.nav-menu .active span,
.nav-menu .active:focus span,
.nav-menu li:hover>a span {
    color: #fff;
}

.nav-menu a:hover,
.nav-menu li:hover>a {
    width: 100%;
    color: #fff;
}

.nav-menu a:hover span,
.nav-menu li:hover>a span {
    display: block;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    height: 100vh;
    background-image: url(img/Coba1.png);
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

#hero h1 {
    margin: 0;
    font-size: 64px;
    font-weight: 700;
    line-height: 56px;
    color: #45505b;
}

#hero p {
    color: #45505b;
    margin: 15px 0 0 0;
    font-size: 26px;
    font-family: "Poppins", sans-serif;
}

#hero p span {
    color: #70429a;
    letter-spacing: 1px;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    padding: 60px 0;
    overflow: hidden;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #45505b;
}

.section-title h2::before {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #0563bb;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-title p {
    margin-bottom: 0;
}


/* about */


/* html,
body {
 
} */

.about {
    color: rgb(0, 0, 0);
    padding-top: 100px;
    padding-bottom: 100px;
    padding: 20px;
    background-image: url(img/b.png);
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.container .text-center {
    font-size: 30px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    color: #000000;
}

.gambar img {
    padding: 8px;
}

.about-kiri h1 {
    padding-top: 30px;
    font-weight: bold;
}

.about-kiri p {
    padding-top: 70px;
    text-align: justify;
}


/* end about */


/* fitur */

.fitur {
    padding-top: 40px;
    padding-bottom: 40px;
}

.fitur .card {
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
    display: inline-block;
    background-color: rgb(220, 220, 255);
    color: rgb(255, 255, 255);
    margin: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 1px 1px #70429a;
    height: 280px;
}

.fitur .card:hover {
    -webkit-transform: scale(2.1);
    transform: scale(1.03);
    transition: 0.5s;
}

.card {
    width: 20rem;
    height: 15rem;
}

.card-text {
    padding-top: 10px;
    font-size: 15px;
    font-weight: bold;
    text-align: justify;
}

.card i {
    padding-top: 10px;
}

.fitur .card .btn {
    color: white;
    text-decoration: none;
}

.fitur .card .btn:hover {
    color: #70429a;
    text-decoration: none;
}

.fitur {
    background-size: cover;
    position: relative;
    padding: 80px 0;
    background-color: rgb(220, 220, 255);
}

.fitur .text-center {
    color: #fff;
}

.fitur:before {
    content: "";
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

@media (min-width: 1024px) {
    .fitur {
        background-attachment: fixed;
    }
}


/* end fitur */

.Contact {
    padding-top: 50px;
    padding-bottom: 20px;
}

.info {
    color: white;
    text-align: justify;
}

.info img {
    width: 50px;
}

.link {
    color: white;
    text-align: justify;
}

.link ul li {
    margin-left: -30px;
    list-style: none;
}

.maps-responsive h5 {
    color: white;
    text-align: center;
}

footer {
    text-align: center;
    background-color: rgb(10, 10, 10);
    color: rgb(241, 239, 239);
    font-weight: bold;
    padding: 8px;
}

#mobile2 {
    display: none;
}

@media (max-width: 992px) {
    #header {
        width: 300px;
        /* background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(-90px); */
        border-right: none;
        left: -300px;
    }
}

@media (min-width: 992px) {
    #main {
        margin-left: 100px;
    }
}

@media (min-width: 992px) {
    #hero {
        padding-left: 160px;
    }
}


/**
* Tablet Navigation 
*/

.tablet-nav-toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 28px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 0;
    cursor: pointer;
    border-radius: 50px;
    padding: 5px;
}

.tablet-nav-toggle i {
    color: #45505b;
}

.tablet-nav-active {
    overflow: hidden;
}

.tablet-nav-active #header {
    left: 0;
}

.tablet-nav-active .tablet-nav-toggle {
    color: #fff;
    background-color: #0563bb;
}


/* HP   */

@media (max-width: 600px) {
    #hero {
        background-image: url(img/bg-nuha.png);
        background-size: 100% 55%;
        background-attachment: fixed;
        background-repeat: no-repeat;
    }
    #hero {
        text-align: center;
        height: 300px;
    }
    #hero h1 {
        font-size: 32px;
        line-height: 36px;
    }
    #hero p {
        margin-top: 10px;
        font-size: 20px;
        line-height: 24px;
    }
    .maps-responsive {
        overflow: hidden;
        padding-bottom: 100%;
        position: relative;
        height: 100%;
    }
    .maps-responsive iframe {
        left: 0;
        top: 50px;
        height: 100%;
        width: 100%;
        position: absolute;
    }
    .gambar img {
        width: 100%;
        padding: 50px;
    }
    .about-kiri h1 {
        padding-top: 30px;
        font-weight: bold;
        text-align: center;
        font-size: 30px;
    }
    .about-kiri p {
        padding-top: 70px;
        padding: 30px;
        font-size: 16px;
        text-align: justify;
    }
    .about {
        color: rgb(0, 0, 0);
        background: rgba(87, 5, 108, 0.1);
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .fitur {
        padding-top: 30px;
        padding-bottom: 100px;
    }
    .fitur .card {
        padding-top: 20px;
        padding-bottom: 20px;
        display: inline-block;
        background-color: rgb(220, 220, 255);
        color: rgb(255, 255, 255);
        margin: 10px;
        border-radius: 10px;
        box-shadow: 2px 2px 1px 1px rgb(0, 0, 0);
    }
    .card {
        width: 20rem;
        height: 15rem;
    }
    .card-text {
        padding-top: 5px;
        font-size: 16px;
        font-weight: bold;
    }
    .card i {
        padding-top: 8px;
    }
    .Contact {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .info {
        color: white;
        text-align: justify;
        font-size: 14px;
    }
    .info img {
        width: 50px;
    }
    .link {
        color: white;
        font-size: 14px;
    }
    .link h5 {
        font-size: 14px;
    }
    .link ul li {
        font-size: 14px;
        margin-left: -15px;
    }
    footer {
        text-align: center;
        background-color: rgb(10, 10, 10);
        color: rgb(241, 239, 239);
        font-weight: bold;
        padding: 8px;
        height: 60px;
        margin-bottom: 55px;
    }
    .mobile-version nav {
        overflow: hidden;
        height: 70px;
        width: 100%;
        /* background: #3498db; */
        font-size: 11pt;
        font-family: "PT Sans", Arial, sans-serif;
        font-weight: bold;
        border-radius: 20px 20px 0 0;
        z-index: 1;
    }
    .mobile-version nav ul {
        padding: 0;
        margin: 0 auto;
        width: 100%;
        height: 40px;
        justify-content: space-between;
    }
    .mobile-version nav li {
        display: inline;
        float: left;
        font-size: 10px;
        width: 50px;
        text-align: center;
        /* display: flex; */
    }
    .menu-bawah ul li {
        margin-left: 10px;
        margin-right: 3px;
        margin-top: 15px;
    }
    .menu-bawah ul li img {
        max-width: 55%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .mobile-version nav ul li {
        display: inline;
        float: left;
        width: 15%;
        text-align: center;
        justify-content: space-between;
        padding-left: 20px;
    }
    .mobile-version nav ul li a {
        list-style: none;
        text-decoration: none;
        color: white;
    }
    #mobile2 {
        position: fixed;
        display: block;
        background-color: #70429a;
        width: 100%;
        color: white;
    }
}

@media (min-width: 992px) {
    .nav-menu a,
    .nav-menu a:focus {
        width: 56px;
    }
    .nav-menu a span,
    .nav-menu a:focus span {
        display: none;
        color: #fff;
    }
}

@media (max-width: 768px) {
    #hero {
        background-image: url(img/bg-nuha.png);
        background-size: 100% 55%;
        background-attachment: fixed;
        background-repeat: no-repeat;
    }
    #hero {
        text-align: justify;
        height: 550px;
        width: 100%;
    }
    #hero h1 {
        font-size: 32px;
        line-height: 36px;
    }
    #hero p {
        margin-top: 10px;
        font-size: 20px;
        line-height: 24px;
    }
    .maps-responsive {
        overflow: hidden;
        padding-bottom: 100%;
        position: relative;
        height: 100%;
    }
    .maps-responsive iframe {
        left: 0;
        top: 50px;
        height: 55%;
        width: 100%;
        position: absolute;
    }
    .gambar img {
        width: 100%;
        padding: 50px;
        padding-top: 150px;
    }
    .about-kiri h1 {
        padding-top: 30px;
        font-weight: bold;
        text-align: center;
        font-size: 30px;
    }
    .about-kiri p {
        padding-top: 70px;
        padding: 30px;
        font-size: 16px;
        text-align: justify;
    }
    .about {
        color: rgb(0, 0, 0);
        background: rgba(87, 5, 108, 0.1);
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .fitur {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .fitur .card {
        padding-top: 20px;
        padding-bottom: 20px;
        display: inline-block;
        background-color: rgb(220, 220, 255);
        color: rgb(255, 255, 255);
        margin: 10px;
        border-radius: 10px;
        box-shadow: 2px 2px 1px 1px #70429a;
    }
    .card {
        width: 20rem;
        height: 15rem;
    }
    .card-text {
        padding-top: 5px;
        font-size: 16px;
        font-weight: bold;
    }
    .card i {
        padding-top: 8px;
    }
    .Contact {
        padding-top: 30px;
    }
    .info {
        color: white;
        text-align: justify;
        font-size: 14px;
    }
    .info img {
        width: 50px;
    }
    .link {
        color: white;
        font-size: 14px;
    }
    .link h5 {
        font-size: 14px;
    }
    .link ul li {
        font-size: 14px;
        margin-left: -15px;
    }
    footer {
        text-align: center;
        background-color: rgb(10, 10, 10);
        color: rgb(241, 239, 239);
        font-weight: bold;
        padding: 8px;
    }
}


/*--------------------------------------------------------------
# Blog Stylings
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Blog Home Posts List
--------------------------------------------------------------*/

.blog a {
    text-decoration: none;
}

.blog .posts-list {
    width: 100%;
}

.blog .posts-list article {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    padding: 30px;
    height: 100%;
    background: rgb(255, 255, 255);
}

.blog .posts-list article+article {
    margin-top: 60px;
}

.blog .posts-list .post-img {
    max-height: 240px;
    /* max-width: 240px; */
    margin: -30px -30px 0 -30px;
    overflow: hidden;
}

.blog .posts-list .title {
    font-weight: 700;
    padding: 0;
    margin: 20px 0 0 0;
}

.blog .posts-list .title a {
    color: black;
    transition: 0.3s;
}

.blog .posts-list .title a:hover {
    color: #70429a;
}

.blog .posts-list .meta-top {
    margin-top: 20px;
    color: gray;
}

.blog .posts-list .meta-top ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.blog .posts-list .meta-top ul li+li {
    padding-left: 20px;
}

.blog .posts-list .meta-top i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
    color: rgba(var(--color-primary-rgb), 0.8);
}

.blog .posts-list .meta-top a {
    color: grey;
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}

.blog .posts-list .content {
    margin-top: 20px;
}

.blog .posts-list .read-more a {
    display: inline-block;
    background: rgb(0, 119, 255);
    color: rgb(255, 255, 255);
    padding: 8px 30px;
    transition: 0.3s;
    font-size: 14px;
    border-radius: 4px;
    text-decoration: none;
}

.blog .posts-list .read-more a:hover {
    background: rgba(0, 0, 0, 0.8);
}


/*--------------------------------------------------------------
# Blog Details Page
--------------------------------------------------------------*/

.blog .blog-details {
    box-shadow: 0 4px 16px rgba(87, 5, 108, 0.1);
    padding: 30px;
}

.blog .blog-details .post-img {
    margin: -30px -30px 20px -30px;
    overflow: hidden;
}

.blog .blog-details .title {
    font-size: 28px;
    font-weight: 700;
    padding: 0;
    margin: 20px 0 0 0;
    color: #70429a;
}

.blog .blog-details .content {
    margin-top: 20px;
}

.blog .blog-details .content h3 {
    font-size: 22px;
    margin-top: 30px;
    font-weight: bold;
}

.blog .blog-details .content blockquote {
    overflow: hidden;
    background-color: red;
    padding: 60px;
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.blog .blog-details .content blockquote p {
    color: var(--color-default);
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 22px;
}

.blog .blog-details .content blockquote:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: var(--color-secondary);
    margin-top: 20px;
    margin-bottom: 20px;
}

.blog .blog-details .meta-top {
    margin-top: 20px;
    color: var(--color-gray);
}

.blog .blog-details .meta-top ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    padding: 0;
    margin: 0;
}

.blog .blog-details .meta-top ul li+li {
    padding-left: 20px;
}

.blog .blog-details .meta-top i {
    font-size: 16px;
    margin-right: 8px;
    line-height: 0;
    color: rgba(var(--color-primary-rgb), 0.8);
}

.blog .blog-details .meta-top a {
    color: var(--color-gray);
    font-size: 14px;
    display: inline-block;
    line-height: 1;
}

.blog .blog-details .meta-bottom {
    padding-top: 10px;
    border-top: 1px solid rgba(var(--color-secondary-rgb), 0.15);
}

.blog .blog-details .meta-bottom i {
    color: var(--color-secondary-light);
    display: inline;
}

.blog .blog-details .meta-bottom a {
    color: rgba(var(--color-secondary-rgb), 0.8);
    transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
    color: var(--color-primary);
}

.blog .blog-details .meta-bottom .cats {
    list-style: none;
    display: inline;
    padding: 0 20px 0 0;
    font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
    display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
    list-style: none;
    display: inline;
    padding: 0;
    font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
    display: inline-block;
}

.blog .blog-details .meta-bottom .tags li+li::before {
    padding-right: 6px;
    color: var(--color-default);
    content: ",";
}

.blog .blog-details .meta-bottom .share {
    font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
    padding-left: 5px;
}

.blog .post-author {
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 4px 16px rgba(var(--color-black-rgb), 0.1);
}

.blog .post-author img {
    max-width: 120px;
    margin-right: 20px;
}

.blog .post-author h4 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
    padding: 0;
    color: var(--color-secondary);
}

.blog .post-author .social-links {
    margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
    color: rgba(var(--color-secondary-rgb), 0.5);
    margin-right: 5px;
}

.blog .post-author p {
    font-style: italic;
    color: rgba(var(--color-gray-rgb), 0.8);
    margin-bottom: 0;
}


/*--------------------------------------------------------------
  # Blog Sidebar
  --------------------------------------------------------------*/

.blog .sidebar {
    padding: 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
    background: white;
}

.blog .sidebar .sidebar-title {
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    margin: 0;
    color: black;
}

.blog .sidebar .sidebar-item+.sidebar-item {
    margin-top: 40px;
}

.blog .sidebar .search-form form {
    background: rgb(162, 5, 190);
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 3px 10px;
    position: relative;
}

.blog .sidebar .search-form form input[type=text] {
    border: 0;
    padding: 4px;
    border-radius: 4px;
    width: calc(100% - 40px);
}

.blog .sidebar .search-form form input[type=text]:focus {
    outline: none;
}

.blog .sidebar .search-form form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 15px;
    margin: -1px;
    color: white;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    line-height: 0;
}

.blog .sidebar .search-form form button i {
    line-height: 0;
}

.blog .sidebar .categories ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .categories ul li+li {
    padding-top: 10px;
}

.blog .sidebar .categories ul a {
    transition: 0.3s;
    color: #000000;
}

.blog .sidebar .categories ul a:hover {
    color: #70429a;
}

.blog .sidebar .categories ul a span {
    padding-left: 5px;
    color: rgba(var(--color-default-rgb), 0.4);
    font-size: 14px;
}

.blog .sidebar .recent-posts .post-item {
    display: flex;
}

.blog .sidebar .recent-posts .post-item+.post-item {
    margin-top: 15px;
}

.blog .sidebar .recent-posts img {
    width: 80px;
    margin-right: 15px;
}

.blog .sidebar .recent-posts h4 {
    font-size: 18px;
    font-weight: 400;
}

.blog .sidebar .recent-posts h4 a {
    color: var(--color-secondary);
    transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
    color: var(--color-primary);
}

.blog .sidebar .recent-posts time {
    display: block;
    font-style: italic;
    font-size: 14px;
    color: rgba(var(--color-default-rgb), 0.4);
}

.blog .sidebar .tags {
    margin-bottom: -10px;
}

.blog .sidebar .tags ul {
    list-style: none;
    padding: 0;
}

.blog .sidebar .tags ul li {
    display: inline-block;
}

.blog .sidebar .tags ul a {
    color: var(--color-secondary-light);
    font-size: 14px;
    padding: 6px 14px;
    margin: 0 6px 8px 0;
    border: 1px solid rgba(var(--color-secondary-light-rgb), 0.8);
    display: inline-block;
    transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
    color: var(--color-white);
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
}

.blog .sidebar .tags ul a span {
    padding-left: 5px;
    color: rgba(var(--color-secondary-light-rgb), 0.8);
    font-size: 14px;
}


/*--------------------------------------------------------------
  # Blog Comments
  --------------------------------------------------------------*/

.blog .comments {
    margin-top: 30px;
}

.blog .comments .comments-count {
    font-weight: bold;
}

.blog .comments .comment {
    margin-top: 30px;
    position: relative;
}

.blog .comments .comment .comment-img {
    margin-right: 14px;
}

.blog .comments .comment .comment-img img {
    width: 60px;
}

.blog .comments .comment h5 {
    font-size: 16px;
    margin-bottom: 2px;
}

.blog .comments .comment h5 a {
    font-weight: bold;
    color: var(--color-default);
    transition: 0.3s;
}

.blog .comments .comment h5 a:hover {
    color: var(--color-primary);
}

.blog .comments .comment h5 .reply {
    padding-left: 10px;
    color: var(--color-secondary);
}

.blog .comments .comment h5 .reply i {
    font-size: 20px;
}

.blog .comments .comment time {
    display: block;
    font-size: 14px;
    color: rgba(var(--color-secondary-rgb), 0.8);
    margin-bottom: 5px;
}

.blog .comments .comment.comment-reply {
    padding-left: 40px;
}

.blog .comments .reply-form {
    margin-top: 30px;
    padding: 30px;
    box-shadow: 0 4px 16px rgba(var(--color-black-rgb), 0.1);
}

.blog .comments .reply-form h4 {
    font-weight: bold;
    font-size: 22px;
}

.blog .comments .reply-form p {
    font-size: 14px;
}

.blog .comments .reply-form input {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
}

.blog .comments .reply-form input:focus {
    box-shadow: none;
    border-color: rgba(var(--color-primary-rgb), 0.8);
}

.blog .comments .reply-form textarea {
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 14px;
}

.blog .comments .reply-form textarea:focus {
    box-shadow: none;
    border-color: rgba(var(--color-primary-rgb), 0.8);
}

.blog .comments .reply-form .form-group {
    margin-bottom: 25px;
}

.blog .comments .reply-form .btn-primary {
    border-radius: 4px;
    padding: 10px 20px;
    border: 0;
    background-color: var(--color-secondary);
}

.blog .comments .reply-form .btn-primary:hover {
    background-color: rgba(var(--color-secondary-rgb), 0.8);
}


/*--------------------------------------------------------------
  # Blog Home Pagination
  --------------------------------------------------------------*/

.blog .blog-pagination {
    margin-top: 30px;
    color: var(--color-secondary-light);
}

.blog .blog-pagination ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.blog .blog-pagination li {
    margin: 0 5px;
    transition: 0.3s;
}

.blog .blog-pagination li a {
    color: var(--color-secondary);
    padding: 7px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
    background: var(--color-primary);
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
    color: var(--color-white);
}