/*--------------------------------------------------------------
# New Class
--------------------------------------------------------------*/
.image-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #75cef1;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 3px;
    margin-bottom: 3px;
}

    .image-button img {
        height: 70px;
        margin-right: -10px;
    }

.text {
    margin-left: 10px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
}

.image-button:hover {
    background-color: #124354;
    color: white;
    box-shadow: inset 6.5em 0 0 0 var(--hover);
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}


/*--------------------------------------------------------------
  # Our Services Section
  --------------------------------------------------------------*/
.services {
    padding: 60px 0;
}

    .services .service-item {
        padding: 40px;
        background: #fff;
        height: 10%;
        border-radius: 10px;
    }

        .services .service-item .icon {
            width: 65;
            height: 65;
            position: absolute;
            margin-top: -40px;
            margin-left: -50px;
        }

            .services .service-item .icon i {
                color: var(--color-default);
                font-size: 56px;
                transition: ease-in-out 0.3s;
                z-index: 2;
                position: relative;
            }

            .services .service-item .icon:before {
                position: absolute;
                content: "";
                height: 100%;
                width: 100%;
                background: #eeeeee;
                border-radius: 50px;
                z-index: 1;
                top: 10px;
                right: -20px;
                transition: 0.3s;
            }

        .services .service-item h3 {
            color: var(--color-default);
            font-weight: 700;
            margin: 0 0 20px 0;
            padding-bottom: 8px;
            font-size: 22px;
            position: relative;
            display: inline-block;
            border-bottom: 4px solid #eeeeee;
            transition: 0.3s;
        }

        .services .service-item p {
            line-height: 24px;
            font-size: 14px;
            margin-bottom: 0;
        }

        .services .service-item .readmore {
            margin-top: 15px;
            display: inline-block;
            color: var(--color-primary);
        }

        .services .service-item:hover .icon:before {
            background: #00b6a1;
        }

        .services .service-item:hover h3 {
            border-color: var(--color-primary);
        }

/*============ blog_left_sidebar css ==============*/
.blog_item {
    margin-bottom: 40px;
    margin-top: 10px;
    padding-left: 40px;
}

.blog_info {
    padding-top: 30px;
}

    .blog_info .post_tag {
        padding-bottom: 20px;
    }

        .blog_info .post_tag a {
            font: 300 14px/21px "Poppins", sans-serif;
            color: #222222;
        }

            .blog_info .post_tag a:hover {
                color: #777777;
            }

            .blog_info .post_tag a.active {
                color: #ff0000;
            }

    .blog_info .blog_meta li a {
        font: 300 14px/20px "Poppins", sans-serif;
        color: #777777;
        vertical-align: middle;
        padding-bottom: 12px;
        display: inline-block;
    }

        .blog_info .blog_meta li a i {
            color: #222222;
            font-size: 16px;
            font-weight: 600;
            padding-left: 15px;
            line-height: 20px;
            vertical-align: middle;
        }

        .blog_info .blog_meta li a:hover {
            color: #ea6c5d;
        }

.blog_post img {
    max-width: 100%;
}

.blog_details {
    padding-top: 20px;
}

    .blog_details h2 {
        font-size: 24px;
        line-height: 36px;
        color: #222222;
        font-weight: 600;
        transition: all 0.3s linear;
    }

        .blog_details h2:hover {
            color: #ea6c5d;
        }

    .blog_details p {
        margin-bottom: 26px;
    }

.view_btn {
    font-size: 14px;
    line-height: 36px;
    display: inline-block;
    color: #222222;
    font-weight: 500;
    padding: 0px 30px;
    background: #fff;
}

.blog_right_sidebar {
    border: 1px solid #eeeeee;
    background: #fafaff;
    padding: 30px;
}

    .blog_right_sidebar .widget_title {
        font-size: 18px;
        line-height: 25px;
        background: #ea6c5d;
        text-align: center;
        color: #fff;
        padding: 8px 0px;
        margin-bottom: 30px;
    }

    .blog_right_sidebar .search_widget .input-group .form-control {
        font-size: 14px;
        line-height: 29px;
        border: 0px;
        width: 100%;
        font-weight: 300;
        color: #fff;
        padding-left: 20px;
        border-radius: 45px;
        z-index: 0;
        background: #ea6c5d;
    }

        .blog_right_sidebar .search_widget .input-group .form-control.placeholder {
            color: #fff;
        }

        .blog_right_sidebar .search_widget .input-group .form-control:-moz-placeholder {
            color: #fff;
        }

        .blog_right_sidebar .search_widget .input-group .form-control::-moz-placeholder {
            color: #fff;
        }

        .blog_right_sidebar .search_widget .input-group .form-control::-webkit-input-placeholder {
            color: #fff;
        }

        .blog_right_sidebar .search_widget .input-group .form-control:focus {
            box-shadow: none;
        }

    .blog_right_sidebar .search_widget .input-group .btn-default {
        position: absolute;
        right: 20px;
        background: transparent;
        border: 0px;
        box-shadow: none;
        font-size: 14px;
        color: #fff;
        padding: 0px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }

        .blog_right_sidebar .search_widget .input-group .btn-default i {
            color: #ffffff;
        }

    .blog_right_sidebar .author_widget {
        text-align: center;
    }

        .blog_right_sidebar .author_widget h4 {
            font-size: 18px;
            line-height: 20px;
            color: #222222;
            margin-bottom: 5px;
            margin-top: 30px;
        }

        .blog_right_sidebar .author_widget p {
            margin-bottom: 0px;
        }

        .blog_right_sidebar .author_widget .social_icon {
            padding: 7px 0px 15px;
        }

            .blog_right_sidebar .author_widget .social_icon a {
                font-size: 14px;
                transition: all 0.2s linear;
            }

                .blog_right_sidebar .author_widget .social_icon a i {
                    color: #222222;
                }

                .blog_right_sidebar .author_widget .social_icon a + a {
                    margin-left: 20px;
                }

                .blog_right_sidebar .author_widget .social_icon a:hover i {
                    color: #ea6c5d;
                }

    .blog_right_sidebar .popular_post_widget .post_item .media-body {
        justify-content: center;
        align-self: center;
        padding-left: 20px;
    }

        .blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
            font-size: 13px;
            line-height: 20px;
            color: #222222;
            margin-bottom: 4px;
            transition: all 0.3s linear;
        }

            .blog_right_sidebar .popular_post_widget .post_item .media-body h3:hover {
                color: #ea6c5d;
            }

        .blog_right_sidebar .popular_post_widget .post_item .media-body p {
            font-size: 12px;
            line-height: 21px;
            margin-bottom: 0px;
        }

    .blog_right_sidebar .popular_post_widget .post_item + .post_item {
        margin-top: 20px;
    }

    .blog_right_sidebar .post_category_widget .cat-list li {
        border-bottom: 2px dotted #eee;
        transition: all 0.3s ease 0s;
        padding-bottom: 12px;
    }

        .blog_right_sidebar .post_category_widget .cat-list li a {
            font-size: 14px;
            line-height: 20px;
            color: #777;
        }

            .blog_right_sidebar .post_category_widget .cat-list li a p {
                margin-bottom: 0px;
            }

        .blog_right_sidebar .post_category_widget .cat-list li + li {
            padding-top: 15px;
        }

        .blog_right_sidebar .post_category_widget .cat-list li:hover {
            border-color: #ea6c5d;
        }

            .blog_right_sidebar .post_category_widget .cat-list li:hover a {
                color: #ea6c5d;
            }

    .blog_right_sidebar .newsletter_widget {
        text-align: center;
    }

        .blog_right_sidebar .newsletter_widget .form-group {
            margin-bottom: 8px;
        }

        .blog_right_sidebar .newsletter_widget .input-group-prepend {
            margin-right: -1px;
        }

        .blog_right_sidebar .newsletter_widget .input-group-text {
            background: #fff;
            border-radius: 0px;
            vertical-align: top;
            font-size: 12px;
            line-height: 36px;
            padding: 0px 0px 0px 15px;
            border: 1px solid #eeeeee;
            border-right: 0px;
        }

        .blog_right_sidebar .newsletter_widget .form-control {
            font-size: 12px;
            line-height: 24px;
            color: #cccccc;
            border: 1px solid #eeeeee;
            border-left: 0px;
            border-radius: 0px;
        }

            .blog_right_sidebar .newsletter_widget .form-control.placeholder {
                color: #cccccc;
            }

            .blog_right_sidebar .newsletter_widget .form-control:-moz-placeholder {
                color: #cccccc;
            }

            .blog_right_sidebar .newsletter_widget .form-control::-moz-placeholder {
                color: #cccccc;
            }

            .blog_right_sidebar .newsletter_widget .form-control::-webkit-input-placeholder {
                color: #cccccc;
            }

            .blog_right_sidebar .newsletter_widget .form-control:focus {
                outline: none;
                border-color: transparent !important;
            }

        .blog_right_sidebar .newsletter_widget .bbtns {
            background: #ea6c5d;
            color: #fff;
            font-size: 12px;
            line-height: 38px;
            display: inline-block;
            font-weight: 500;
            padding: 0px 24px 0px 24px;
            border-radius: 0;
        }

        .blog_right_sidebar .newsletter_widget .text-bottom {
            font-size: 12px;
        }

    .blog_right_sidebar .tag_cloud_widget ul li {
        display: inline-block;
    }

        .blog_right_sidebar .tag_cloud_widget ul li a {
            display: inline-block;
            border: 1px solid #eee;
            background: #fff;
            padding: 0px 13px;
            margin-bottom: 8px;
            transition: all 0.3s ease 0s;
            color: #222222;
            font-size: 12px;
        }

            .blog_right_sidebar .tag_cloud_widget ul li a:hover {
                background: #ea6c5d;
                color: #fff;
            }

    .blog_right_sidebar .br {
        width: 100%;
        height: 1px;
        background: #eeeeee;
        margin: 30px 0px;
    }

.blog-pagination {
    padding-top: 25px;
    padding-bottom: 95px;
}

    .blog-pagination .page-link {
        border-radius: 0;
    }

    .blog-pagination .page-item {
        border: none;
    }

.page-link {
    background: transparent;
    font-weight: 400;
}

.blog-pagination .page-item.active .page-link {
    background-color: #ff0000;
    border-color: transparent;
    color: #fff;
}

.blog-pagination .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #8a8a8a;
    border: none;
}

    .blog-pagination .page-link .lnr {
        font-weight: 600;
    }

.blog-pagination .page-item:last-child .page-link,
.blog-pagination .page-item:first-child .page-link {
    border-radius: 0;
}

.blog-pagination .page-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ff0000;
    border-color: #eee;
}

/*============ Start Blog Single Styles  =============*/
.single-post-area .social-links {
    padding-top: 10px;
}

    .single-post-area .social-links li {
        display: inline-block;
        margin-bottom: 10px;
    }

        .single-post-area .social-links li a {
            padding: 7px;
            font-size: 14px;
            transition: all 0.2s linear;
        }

            .single-post-area .social-links li a i {
                color: #cccccc;
            }

            .single-post-area .social-links li a:hover i {
                color: #ea6c5d;
            }

.single-post-area .blog_details {
    padding-top: 26px;
}

    .single-post-area .blog_details p {
        margin-bottom: 10px;
    }

.single-post-area .quotes {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 24px 35px 24px 30px;
    background-color: white;
    box-shadow: -20.84px 21.58px 30px 0px rgba(176, 176, 176, 0.1);
    font-size: 14px;
    line-height: 24px;
    color: #777;
    font-style: italic;
}

.single-post-area .arrow {
    position: absolute;
}

    .single-post-area .arrow .lnr {
        font-size: 20px;
        font-weight: 600;
    }

.single-post-area .thumb .overlay-bg {
    background: rgba(0, 0, 0, 0.8);
}

.single-post-area .navigation-area {
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: 60px;
}

    .single-post-area .navigation-area p {
        margin-bottom: 0px;
    }

    .single-post-area .navigation-area h4 {
        font-size: 18px;
        line-height: 25px;
        color: #222222;
    }

    .single-post-area .navigation-area .nav-left {
        text-align: left;
    }

        .single-post-area .navigation-area .nav-left .thumb {
            margin-right: 20px;
            background: #000;
        }

            .single-post-area .navigation-area .nav-left .thumb img {
                -webkit-transition: all 0.3s ease 0s;
                -moz-transition: all 0.3s ease 0s;
                -o-transition: all 0.3s ease 0s;
                transition: all 0.3s ease 0s;
            }

        .single-post-area .navigation-area .nav-left .lnr {
            margin-left: 20px;
            opacity: 0;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

        .single-post-area .navigation-area .nav-left:hover .lnr {
            opacity: 1;
        }

        .single-post-area .navigation-area .nav-left:hover .thumb img {
            opacity: .5;
        }

@media (max-width: 767px) {
    .single-post-area .navigation-area .nav-left {
        margin-bottom: 30px;
    }
}

.single-post-area .navigation-area .nav-right {
    text-align: right;
}

    .single-post-area .navigation-area .nav-right .thumb {
        margin-left: 20px;
        background: #000;
    }

        .single-post-area .navigation-area .nav-right .thumb img {
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

    .single-post-area .navigation-area .nav-right .lnr {
        margin-right: 20px;
        opacity: 0;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .single-post-area .navigation-area .nav-right:hover .lnr {
        opacity: 1;
    }

    .single-post-area .navigation-area .nav-right:hover .thumb img {
        opacity: .5;
    }

@media (max-width: 991px) {
    .single-post-area .sidebar-widgets {
        padding-bottom: 0px;
    }
}

.comments-area {
    background: #fafaff;
    border: 1px solid #eee;
    padding: 50px 30px;
    margin-top: 50px;
}

@media (max-width: 414px) {
    .comments-area {
        padding: 50px 8px;
    }
}

.comments-area h4 {
    text-align: center;
    margin-bottom: 50px;
    color: #222222;
    font-size: 18px;
}

.comments-area h5 {
    font-size: 16px;
    margin-bottom: 0px;
}

.comments-area a {
    color: #222222;
}

.comments-area .comment-list {
    padding-bottom: 48px;
}

    .comments-area .comment-list:last-child {
        padding-bottom: 0px;
    }

    .comments-area .comment-list.left-padding {
        padding-left: 25px;
    }

@media (max-width: 413px) {
    .comments-area .comment-list .single-comment h5 {
        font-size: 12px;
    }

    .comments-area .comment-list .single-comment .date {
        font-size: 11px;
    }

    .comments-area .comment-list .single-comment .comment {
        font-size: 10px;
    }
}

.comments-area .thumb {
    margin-right: 20px;
}

.comments-area .date {
    font-size: 13px;
    color: #cccccc;
    margin-bottom: 13px;
}

.comments-area .comment {
    color: #777777;
    margin-bottom: 0px;
}

.comments-area .btn-reply {
    background-color: #fff;
    color: #222222;
    border: 1px solid #eee;
    padding: 2px 18px;
    font-size: 12px;
    display: block;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .comments-area .btn-reply:hover {
        background-color: #ea6c5d;
        color: #fff;
    }

.comment-form {
    background: #fafaff;
    text-align: center;
    border: 1px solid #eee;
    padding: 47px 30px 43px;
    margin-top: 50px;
    margin-bottom: 40px;
}

    .comment-form .primary-btn {
        border-radius: 0px;
        background: #ff0000;
    }

    .comment-form h4 {
        text-align: center;
        margin-bottom: 50px;
        font-size: 18px;
        line-height: 22px;
        color: #222222;
    }

    .comment-form .name {
        padding-left: 0px;
    }

@media (max-width: 767px) {
    .comment-form .name {
        padding-right: 0px;
        margin-bottom: 1rem;
    }
}

.comment-form .email {
    padding-right: 0px;
}

@media (max-width: 991px) {
    .comment-form .email {
        padding-left: 0px;
    }
}

.comment-form .form-control {
    padding: 8px 20px;
    background: #fff;
    border: none;
    border-radius: 0px;
    width: 100%;
    font-size: 14px;
    color: #777777;
    border: 1px solid transparent;
}

    .comment-form .form-control:focus {
        box-shadow: none;
        border: 1px solid #eee;
    }

.comment-form textarea.form-control {
    height: 140px;
    resize: none;
}

.comment-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 13px;
    color: #777;
}

.comment-form ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 13px;
    color: #777;
}

.comment-form :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 13px;
    color: #777;
}

.comment-form :-moz-placeholder {
    /* Firefox 18- */
    font-size: 13px;
    color: #777;
}

/*============ End Blog Single Styles  =============*/
@media (max-width: 991px) {
    /* Blog page Area css
      ============================================================================================ */
    .categories_post img {
        width: 100%;
    }

    .categories_post {
        max-width: 360px;
        margin: 0 auto;
    }

    .blog_categorie_area .col-lg-4 {
        margin-top: 30px;
    }

    .blog_area {
        padding-bottom: 80px;
    }

    .single-post-area .blog_right_sidebar {
        margin-top: 30px;
    }

    /* End Blog page Area css
      ============================================================================================ */
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/


.section-header h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

    .section-header h2:after {
        content: "";
        position: absolute;
        display: block;
        width: 300px;
        height: 3px;
        background: var(--color-primary);
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

.section-header p {
    margin-bottom: 0;
    color: #6f6f6f;
}

.about-border {
    display: block;
    width: 250px;
    height: 3px;
    background: #4b18d8;
    margin: 20px auto;
    margin-top: -30px;
}

.gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-width: 33%;
    -moz-column-width: 33%;
    column-width: 33%;
}

    .gallery .pics {
        -webkit-transition: all 350ms ease;
        transition: all 350ms ease;
    }

    .gallery .animation {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

@media (max-width: 450px) {
    .gallery {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-width: 100%;
        -moz-column-width: 100%;
        column-width: 100%;
    }
}

@media (max-width: 400px) {
    .btn.filter {
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }
}
