﻿@charset "utf-8";

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: bold;
    src: url('../assets/fonts/eot/iranyekanwebbold.eot');
    src: url('../assets/fonts/eot/iranyekanwebbold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../assets/fonts/woff/iranyekanwebbold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../assets/fonts/ttf/iranyekanwebbold.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 100;
    src: url('../assets/fonts/eot/iranyekanwebthin.eot');
    src: url('../assets/fonts/eot/iranyekanwebthin.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../assets/fonts/woff/iranyekanwebthin.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../assets/fonts/ttf/iranyekanwebthin.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 300;
    src: url('../assets/fonts/eot/iranyekanweblight.eot');
    src: url('../assets/fonts/eot/iranyekanweblight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../assets/fonts/woff/iranyekanweblight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../assets/fonts/ttf/iranyekanweblight.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: normal;
    src: url('../assets/fonts/eot/iranyekanwebregular.eot');
    src: url('../assets/fonts/eot/iranyekanwebregular.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../assets/fonts/woff/iranyekanwebregular.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../assets/fonts/ttf/iranyekanwebregular.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 500;
    src: url('../assets/fonts/eot/iranyekanwebmedium.eot');
    src: url('../assets/fonts/eot/iranyekanwebmedium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../assets/fonts/woff/iranyekanwebmedium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../assets/fonts/ttf/iranyekanwebmedium.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 800;
    src: url('../assets/fonts/eot/iranyekanwebextrabold.eot');
    src: url('../assets/fonts/eot/iranyekanwebextrabold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../assets/fonts/woff/iranyekanwebextrabold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../assets/fonts/ttf/iranyekanwebextrabold.ttf') format('truetype');
}

@font-face {
    font-family: iranyekan;
    font-style: normal;
    font-weight: 900;
    src: url('../assets/fonts/eot/iranyekanwebblack.eot');
    src: url('../assets/fonts/eot/iranyekanwebblack.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../assets/fonts/woff/iranyekanwebblack.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../assets/fonts/ttf/iranyekanwebblack.ttf') format('truetype');
}

img {
    max-width: 100%;
    height: auto;
}

p {
    margin: 0 0 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'iranyekan', sans-serif;
    color: #333333;
    margin: 0 0 26px;
    font-weight: 700;
    line-height: 1.3;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 13px;
}

a {
    color: #05BDB2;
    transition: all 0.3s ease 0s;
    text-decoration: none !important;
    outline: none !important;
}

    a:active,
    a:hover {
        text-decoration: none;
        outline: 0 none;
        color: #555555;
    }

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
/* -----------------------------------
    02. Common CSS
-------------------------------------*/
.clear {
    clear: both;
}

.z-index-0 {
    z-index: 0 !important;
}

.primary-color {
    color: #333333;
}

.text-center {
    text-align: center;
}

.margin-center {
    margin: 0 auto;
}

.overflow-hidden {
    overflow: hidden;
}

.no-background {
    background-color: unset !important;
}

.no-border {
    border: none !important;
}

.relative {
    position: relative !important;
}

.normal-font-weight {
    font-weight: 400 !important;
}

.medium {
    font-weight: 500 !important;
}

.semi-bold {
    font-weight: 600 !important;
}

.bold {
    font-weight: 700 !important;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.bs-none {
    box-shadow: none !important;
}

.no-bg {
    background: none !important;
}

.lh-1 {
    line-height: 1 !important;
}

.block {
    display: block !important;
}

.sec-spacer {
    padding: 100px 0;
}

.sec-spacer2 {
    padding: 70px 0;
}

.container-fluid {
    padding: 0 60px;
}

.sec-color {
    color: #fbfbfb !important;
}

.sec-bg {
    background-color: #fbfbfb !important;
}

.radius-0 {
    border-radius: unset !important;
}

.gray-color {
    color: #fbfbfb !important;
}

.gray-bg {
    background-color: #f7f7f7 !important;
}

.white-color {
    color: #ffffff !important;
}

.secondary-color {
    color: #555555 !important;
}

.white-bg {
    background-color: #ffffff !important;
}

.primary-color {
    color: #333333 !important;
}

.primary-bg {
    background: #333333 !important;
}

.secondary-bg {
    background: #555555 !important;
}

.bg-fixed {
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.sec-title {
    margin-bottom: 40px;
}

    .sec-title .title {
        font-size: 30px;
        font-weight: 700;
    }

        .sec-title .title.uppercase {
            text-transform: uppercase;
        }

.max-750 {
    max-width: 750px;
    margin: 0 auto;
}

.readon {
    color: #333333;
    font-size: 15px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    outline: none;
    text-transform: uppercase;
    padding-right: 10px;
}

    .readon.capitalize {
        text-transform: capitalize;
    }

    .readon:after {
        content: "\f100";
        font-family: Flaticon;
        position: relative;
        top: 0;
        right: -10px;
        color: #555555;
        transition: all 0.3s ease 0s;
    }

    .readon:hover:after {
        animation: readon-icon 1s;
        -moz-animation: readon-icon 1s;
        -webkit-animation: readon-icon 1s;
        -ms-animation: readon-icon 1s;
    }

    .readon.loadmore:after {
        content: "\f106";
        font-family: Flaticon;
        animation: none;
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
    }

    .readon.loadmore-bg {
        background: #333333;
        color: #ffffff;
        border: 1px solid #333333;
        border-radius: 3px;
        height: 60px;
        line-height: 58px;
        padding: 0 80px 0 70px;
    }

        .readon.loadmore-bg:after {
            content: "\f106";
            font-family: Flaticon;
            color: #ffffff;
            animation: none;
            -webkit-animation: none;
            -moz-animation: none;
            -ms-animation: none;
        }

        .readon.loadmore-bg:hover {
            background: transparent;
            color: #333333;
        }

            .readon.loadmore-bg:hover:after {
                color: #333333;
            }

    .readon.left-icon:after {
        display: none;
    }

    .readon.left-icon:before {
        content: "\f104";
        font-family: Flaticon;
        position: relative;
        top: 2px;
        left: -10px;
        color: #555555;
        transition: all 0.3s ease 0s;
    }

    .readon.left-icon:hover:before {
        animation: readon-icon-left 1s;
        -moz-animation: readon-icon-left 1s;
        -webkit-animation: readon-icon-left 1s;
        -ms-animation: readon-icon-left 1s;
    }

.social-icons {
    padding-top: 20px;
    margin-top: 15px;
    position: relative;
}

    .social-icons ul li {
        display: inline;
        margin-right: 15px;
        font-size: 16px;
    }

        .social-icons ul li a {
            color: #bcbbbb;
        }

            .social-icons ul li a:hover {
                color: #333333;
            }

        .social-icons ul li:last-child {
            margin-right: 0;
        }

    .social-icons:before {
        position: absolute;
        content: '';
        top: 0;
        left: 50%;
        width: 170px;
        transform: translateX(-50%);
        border-top: 1px dashed #e1e1e1;
    }

    .social-icons.style2:before {
        width: 100%;
    }

    .social-icons.border-none:before {
        position: unset;
        content: unset;
    }

.hover-grow {
    overflow: hidden;
}

    .hover-grow img {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .hover-grow:hover img {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

.hover-shine figure {
    position: relative;
    overflow: hidden;
    margin: 0;
}

    .hover-shine figure:before {
        position: absolute;
        top: 0;
        left: -75%;
        z-index: 2;
        display: block;
        content: '';
        width: 50%;
        height: 100%;
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
        -webkit-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

    .hover-shine figure:hover:before {
        -webkit-animation: shine .75s;
        animation: shine .75s;
    }

.hover-shine.style-1 figure:before {
    left: 0;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-54deg);
    transform: skewX(-54deg);
}

.hover-shine.style-1 figure:after {
    position: absolute;
    top: 0;
    left: -50px;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
    -webkit-transform: skewX(-54deg);
    transform: skewX(-54deg);
}

.rs-vertical-bottom {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.rs-vertical-middle {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

::-moz-selection {
    background: #333333;
    text-shadow: none;
    color: #ffffff;
}

::selection {
    background: #333333;
    text-shadow: none;
    color: #ffffff;
}

.align-center {
    align-items: center;
}

.dot-none .owl-controls .owl-dots {
    display: none !important;
}

.nav-none .owl-controls .owl-nav {
    display: none !important;
}

.grayscale img {
    filter: gray;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.3s ease 0s;
}

    .grayscale img:hover {
        filter: none;
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -ms-filter: grayscale(0);
        -o-filter: grayscale(0);
        filter: grayscale(0);
    }

blockquote {
    padding: 40px 60px 40px 100px;
    margin: 0;
    font-size: 20px;
    position: relative;
}

    blockquote .rotate-icon {
        transform: rotate(180deg);
        position: absolute;
        top: 25px;
        left: 50px;
        margin-left: 10px;
    }

    blockquote .last-icon {
        position: absolute;
        bottom: 30px;
        margin-left: 10px;
    }

    blockquote i:before {
        margin: 0 !important;
        font-size: 30px !important;
    }
/* ------------------------------------
    07. Category CSS
  ---------------------------------------*/
.rs-category .single-category .category-part {
    position: relative;
}

    .rs-category .single-category .category-part .category-title {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background: #ffffff;
        width: 230px;
        padding: 15px 0;
        text-align: center;
        border-radius: 3px 3px 0 0;
        box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.03);
    }

        .rs-category .single-category .category-part .category-title h3 {
            margin: 0;
        }

        .rs-category .single-category .category-part .category-title.home3style {
            bottom: unset;
            top: 50%;
            transform: translate(-50%, -50%);
            border-radius: 3px !important;
            background: rgba(255, 255, 255, 0.6);
        }

        .rs-category .single-category .category-part .category-title.home5style {
            bottom: 25px;
            left: 25px;
            border-radius: 3px;
            transform: unset;
            text-align: justify;
            padding-left: 15px;
            padding-right: 15px;
            background: rgba(255, 255, 255, 0.6);
        }

.rs-category.style2 .single-category .category-part .category-title {
    background: unset;
    width: unset;
    padding: 0;
    transform: translateX(-50%);
    bottom: 22px;
    left: 50%;
}

    .rs-category.style2 .single-category .category-part .category-title h3 a {
        color: #ffffff;
    }

        .rs-category.style2 .single-category .category-part .category-title h3 a:hover {
            color: #d9d9d9;
        }

.rs-category.style2 .owl-carousel .owl-nav {
    display: none;
}

.rs-category.nav-style .owl-nav {
    top: 45% !important;
}

.post-style1.rs-articles.home2style .article-grid {
    text-align: justify;
}
/* ------------------------------------
    08. Article CSS
  ---------------------------------------*/
.rs-articles .article-grid .article-heading .categories {
    text-align: center;
    margin: 0 0 5px;
}

    .rs-articles .article-grid .article-heading .categories ul li {
        display: inline;
        color: #999;
    }

        .rs-articles .article-grid .article-heading .categories ul li a {
            color: #999;
        }

            .rs-articles .article-grid .article-heading .categories ul li a:hover {
                color: #6f6f6f;
            }

        .rs-articles .article-grid .article-heading .categories ul li:after {
            content: '//';
            margin: 0 0 0 5px;
        }

        .rs-articles .article-grid .article-heading .categories ul li:last-child:after {
            content: unset;
            margin: 0;
        }

.rs-articles .article-grid .article-heading .post-date-author {
    margin: 17px 0 11px;
}

    .rs-articles .article-grid .article-heading .post-date-author ul li {
        display: inline;
        margin-right: 12px;
        color: #999;
        font-size: 14px;
    }

        .rs-articles .article-grid .article-heading .post-date-author ul li i {
            margin-right: 10px;
        }

        .rs-articles .article-grid .article-heading .post-date-author ul li a {
            color: #999;
        }

            .rs-articles .article-grid .article-heading .post-date-author ul li a:hover {
                color: #6f6f6f;
            }

        .rs-articles .article-grid .article-heading .post-date-author ul li:last-child {
            margin-right: 0;
        }

.rs-articles .article-grid.home3style .article-heading {
    padding: 30px 0 0;
}

    .rs-articles .article-grid.home3style .article-heading .post-date-author {
        margin: 0 0 20px;
    }

.rs-articles .article-grid.home3style .article-content {
    padding: 25px 30px 30px 30px !important;
}

    .rs-articles .article-grid.home3style .article-content .desc {
        margin: 0 0 20px;
    }

.rs-articles .article-grid.home5style .article-heading {
    padding: 30px 0 0;
}

    .rs-articles .article-grid.home5style .article-heading .post-date-author {
        margin: 5px 0 10px;
    }

.rs-articles .article-grid.home5style .article-content {
    padding: 0 !important;
}

    .rs-articles .article-grid.home5style .article-content .desc {
        margin: 0 0 10px;
    }

.rs-articles .article-sidebar .sidebar-title .title {
    position: relative;
    display: inline-block;
    padding: 0 17px;
}

    .rs-articles .article-sidebar .sidebar-title .title:before,
    .rs-articles .article-sidebar .sidebar-title .title:after {
        position: absolute;
        content: '';
        background: #333333;
        left: 0;
        top: 48%;
        transform: translateY(-52%);
        width: 8px;
        height: 2px;
    }

    .rs-articles .article-sidebar .sidebar-title .title:after {
        left: unset;
        right: 0;
    }

.rs-articles .article-sidebar .author-part .author-img {
    position: relative;
}

    .rs-articles .article-sidebar .author-part .author-img:before {
        width: 100%;
        height: 165px;
        border: 1px solid #f6f5f5;
        content: '';
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }

.rs-articles .article-sidebar .author-part .author-desc {
    padding: 20px 20px 10px;
}

    .rs-articles .article-sidebar .author-part .author-desc p {
        margin: 0;
    }

.rs-articles .article-sidebar .sidebar-newsletter {
    padding: 25px 30px 20px;
    background: #f7f7f7;
}

    .rs-articles .article-sidebar .sidebar-newsletter .news-form {
        position: relative;
        outline: unset;
        margin: 20px 0 15px;
    }

        .rs-articles .article-sidebar .sidebar-newsletter .news-form input {
            border: none;
            padding: 14px 0 10px 16px;
            background: transparent;
            color: #333333;
            outline: none;
            background: #ffffff;
            width: 100%;
            font-size: 14px;
            border: 1px solid #f6f5f5;
            height: 50px;
            line-height: 50px;
        }

        .rs-articles .article-sidebar .sidebar-newsletter .news-form ::placeholder {
            color: #333333;
        }

        .rs-articles .article-sidebar .sidebar-newsletter .news-form button {
            position: absolute;
            top: 0;
            right: 0;
            background: #333333;
            color: #ffffff;
            border: none;
            outline: none;
            cursor: pointer;
            height: 50px;
            line-height: 50px;
            padding: 0 15px;
            transition: all 0.3s ease 0s;
        }

            .rs-articles .article-sidebar .sidebar-newsletter .news-form button:hover {
                background: #555555;
            }

    .rs-articles .article-sidebar .sidebar-newsletter .newsletter-text p {
        font-weight: 400 !important;
    }

.rs-articles .article-sidebar .popular-post .single-post {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: inline-flex;
    align-items: center;
    border: 1px solid #f6f5f5;
    border-radius: 3px;
}

    .rs-articles .article-sidebar .popular-post .single-post .post-image {
        max-width: 140px;
        margin-right: 15px;
    }

    .rs-articles .article-sidebar .popular-post .single-post .post-desc ul li {
        display: inline-block;
        margin-right: 12px;
        font-size: 12px;
        color: #999;
    }

        .rs-articles .article-sidebar .popular-post .single-post .post-desc ul li i {
            margin-right: 5px;
        }

        .rs-articles .article-sidebar .popular-post .single-post .post-desc ul li a {
            color: #999;
        }

            .rs-articles .article-sidebar .popular-post .single-post .post-desc ul li a:hover {
                color: #6f6f6f;
            }

        .rs-articles .article-sidebar .popular-post .single-post .post-desc ul li:last-child {
            margin-right: 0;
        }

    .rs-articles .article-sidebar .popular-post .single-post .post-desc .post-title {
        margin-top: 5px;
    }

.rs-articles .article-sidebar .sidebar-categories .category-tags {
    padding: 30px;
    border: 1px solid #f6f5f5;
}

    .rs-articles .article-sidebar .sidebar-categories .category-tags li {
        display: block;
        padding: 10px 10px 8px;
        margin: 0 0 15px;
        background: #f7f7f7;
        border-right: 3px;
        text-transform: uppercase;
        line-height: 1;
    }

        .rs-articles .article-sidebar .sidebar-categories .category-tags li a {
            color: #555555;
        }

        .rs-articles .article-sidebar .sidebar-categories .category-tags li span {
            float: right;
            color: #bcbbbb;
        }

        .rs-articles .article-sidebar .sidebar-categories .category-tags li:last-child {
            margin: 0;
        }

.rs-articles .article-load {
    display: none;
}

.rs-articles.home2style .article-grid {
    text-align: center;
}

    .rs-articles.home2style .article-grid .article-content {
        padding: 30px 0 0;
    }

        .rs-articles.home2style .article-grid .article-content .categories {
            max-width: 235px;
            padding: 15px 0 11px;
            z-index: 1;
            position: relative;
            text-align: center;
            margin: -81px auto 0;
            background: #ffffff;
            border-radius: 3px 3px 0 0;
            box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.03);
        }

            .rs-articles.home2style .article-grid .article-content .categories ul li {
                display: inline;
                color: #999;
            }

                .rs-articles.home2style .article-grid .article-content .categories ul li a {
                    color: #999;
                }

                    .rs-articles.home2style .article-grid .article-content .categories ul li a:hover {
                        color: #6f6f6f;
                    }

                .rs-articles.home2style .article-grid .article-content .categories ul li:after {
                    content: '//';
                    margin: 0 0 0 5px;
                }

                .rs-articles.home2style .article-grid .article-content .categories ul li:last-child:after {
                    content: unset;
                    margin: 0;
                }

        .rs-articles.home2style .article-grid .article-content .post-date-author {
            margin: 17px 0 11px;
        }

            .rs-articles.home2style .article-grid .article-content .post-date-author ul li {
                display: inline;
                margin-right: 12px;
                color: #999;
                font-size: 14px;
            }

                .rs-articles.home2style .article-grid .article-content .post-date-author ul li i {
                    margin-right: 10px;
                }

                .rs-articles.home2style .article-grid .article-content .post-date-author ul li a {
                    color: #999;
                }

                    .rs-articles.home2style .article-grid .article-content .post-date-author ul li a:hover {
                        color: #6f6f6f;
                    }

                .rs-articles.home2style .article-grid .article-content .post-date-author ul li:last-child {
                    margin-right: 0;
                }

        .rs-articles.home2style .article-grid .article-content .article-title {
            padding: 0 30px;
            margin-bottom: 9px;
            font-weight: 700;
        }

            .rs-articles.home2style .article-grid .article-content .article-title a {
                color: #333333;
            }

                .rs-articles.home2style .article-grid .article-content .article-title a:hover {
                    color: #666666;
                }

            .rs-articles.home2style .article-grid .article-content .article-title.mod-style {
                margin-right: auto;
                padding: 0;
            }

        .rs-articles.home2style .article-grid .article-content .desc {
            font-size: 15px;
            line-height: 26px;
        }

.rs-articles .title-single-style {
    max-width: 80%;
    margin: 0 auto;
}

.rs-articles .media-post-box {
    position: relative;
    overflow: hidden;
}

    .rs-articles .media-post-box .media-icon {
        z-index: 1;
        position: absolute;
        content: '';
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .rs-articles .media-post-box .media-icon a {
            display: block;
        }

            .rs-articles .media-post-box .media-icon a i {
                color: #ffffff;
                transition: all 0.3s ease 0s;
            }

                .rs-articles .media-post-box .media-icon a i:before {
                    margin: 0;
                    font-size: 40px;
                    line-height: 40px;
                }

    .rs-articles .media-post-box:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
    }

.rs-articles .post-box.gap {
    padding-top: 94px;
    margin-top: 357px;
}

.rs-articles .post-box .categories ul li {
    display: inline;
    color: #999;
}

    .rs-articles .post-box .categories ul li a {
        color: #999;
    }

        .rs-articles .post-box .categories ul li a:hover {
            color: #6f6f6f;
        }

    .rs-articles .post-box .categories ul li:after {
        content: '//';
        margin: 0 0 0 5px;
    }

    .rs-articles .post-box .categories ul li:last-child:after {
        content: unset;
        margin: 0;
    }

.rs-articles .post-box .post-date-author ul li {
    display: inline;
    margin-right: 12px;
    color: #999;
    font-size: 14px;
}

    .rs-articles .post-box .post-date-author ul li i {
        margin-right: 10px;
    }

    .rs-articles .post-box .post-date-author ul li a {
        color: #999;
    }

        .rs-articles .post-box .post-date-author ul li a:hover {
            color: #6f6f6f;
        }

    .rs-articles .post-box .post-date-author ul li:last-child {
        margin-right: 0;
    }

.rs-articles .post-box .post-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
}

    .rs-articles .post-box .post-title a {
        color: #333333;
    }

        .rs-articles .post-box .post-title a:hover {
            color: #666666;
        }

.rs-articles .post-box.mod-style {
    background: #fefdff;
    border: 1px solid #f9f9f9;
    border-radius: 5px;
}

    .rs-articles .post-box.mod-style .hover-shine {
        margin-top: -352px;
    }

.rs-articles .post-box-slider .owl-controls .owl-nav [class*="owl-"] {
    color: #555555;
    position: absolute;
    right: 25px;
    bottom: 110px;
    line-height: 15px;
}

    .rs-articles .post-box-slider .owl-controls .owl-nav [class*="owl-"] i:before {
        font-size: 15px;
        margin: 0;
    }

    .rs-articles .post-box-slider .owl-controls .owl-nav [class*="owl-"].owl-prev {
        right: 55px;
    }

    .rs-articles .post-box-slider .owl-controls .owl-nav [class*="owl-"]:hover {
        color: #333333;
    }

.rs-articles .post-box-slider .post-box.mod-style {
    margin-bottom: 0;
}

    .rs-articles .post-box-slider .post-box.mod-style .social-icons {
        padding: 0;
        height: 100px;
        line-height: 106px;
    }

.rs-articles .post-box-slider.left-arrow .owl-controls .owl-nav [class*="owl-"] {
    right: unset;
    left: 25px;
}

    .rs-articles .post-box-slider.left-arrow .owl-controls .owl-nav [class*="owl-"].owl-prev {
        right: unset;
    }

    .rs-articles .post-box-slider.left-arrow .owl-controls .owl-nav [class*="owl-"].owl-next {
        left: 55px;
    }
/* ------------------------------------
    09. Single Article CSS
  ---------------------------------------*/
.single-article-part .article-content .markup-text {
    padding: 20px 25px;
    background: #fbfbfb;
    border-radius: 3px;
    font-style: italic;
}
/* Single Article Comment Part */
.comment-block .comment-list .single-comment {
    padding: 25px 0px 0px 15px;
    background: #fff;
    border-bottom: 1px solid #f6f5f5;
    margin-bottom: 0px;
}

    .comment-block .comment-list .single-comment .comment-part {
        display: inline-flex;
        margin-bottom: 20px;
    }

    .comment-block .comment-list .single-comment .comment-img {
        margin-right: 15px;
    }

        .comment-block .comment-list .single-comment .comment-img img {
            max-width: unset;
        }

    .comment-block .comment-list .single-comment .comment-text .comment-title {
        float: left;
    }

    .comment-block .comment-list .single-comment .comment-text .comment-meta {
        float: right;
    }

        .comment-block .comment-list .single-comment .comment-text .comment-meta time {
            margin-left: 5px;
        }

    .comment-block .comment-list .single-comment .comment-text .comment-body {
        float: left;
    }

        .comment-block .comment-list .single-comment .comment-text .comment-body p {
            margin: 0;
        }

            .comment-block .comment-list .single-comment .comment-text .comment-body p.comment-reply {
                margin-top: 5px;
            }

                .comment-block .comment-list .single-comment .comment-text .comment-body p.comment-reply a {
                    border: 1px solid #333333;
                    background: transparent;
                    outline: unset;
                    color: #ffffff;
                    text-align: center;
                    height: 23px;
                    line-height: 23px;
                    display: inline-block;
                    padding: 0 14px;
                    border-radius: 3px;
                    cursor: pointer;
                    text-transform: capitalize;
                    font-size: 13px;
                    transition: all 0.3s ease 0s;
                    position: relative;
                    z-index: 3;
                    overflow: hidden;
                }

                    .comment-block .comment-list .single-comment .comment-text .comment-body p.comment-reply a:after {
                        position: absolute;
                        content: '';
                        width: 100%;
                        left: 0;
                        top: 0;
                        background: #333333;
                        height: 100%;
                        transition: all 0.3s ease 0s;
                        z-index: -1;
                    }

                    .comment-block .comment-list .single-comment .comment-text .comment-body p.comment-reply a:before {
                        position: absolute;
                        content: '';
                        width: 100%;
                        right: 0;
                        top: 0;
                        background: #333333;
                        height: 100%;
                        transition: all 0.3s ease 0s;
                        z-index: -1;
                    }

                    .comment-block .comment-list .single-comment .comment-text .comment-body p.comment-reply a:hover {
                        color: #333333;
                    }

                        .comment-block .comment-list .single-comment .comment-text .comment-body p.comment-reply a:hover:after {
                            width: 0;
                            left: unset;
                            right: 0;
                        }

                        .comment-block .comment-list .single-comment .comment-text .comment-body p.comment-reply a:hover:before {
                            width: 0;
                            right: unset;
                            left: 0;
                        }

.comment-block .comment-list .child-comment {
    padding-left: 70px;
}

    .comment-block .comment-list .child-comment .single-comment {
        padding-left: 0;
    }
/*Article Tags*/
.article-tags {
    padding: 15px 0;
    border-top: 1px solid #f6f5f5;
    border-bottom: 1px solid #f6f5f5;
    display: inline-flex;
    width: 100%;
}

    .article-tags .tag-part {
        align-items: center;
        display: flex;
    }

        .article-tags .tag-part p {
            float: left;
            margin: 0 15px 0px 0;
        }

        .article-tags .tag-part a {
            display: inline-block;
            margin: 0 10px 0 0;
            line-height: 15px;
            padding: 7px 10px;
            -webkit-transition: all .3s ease;
            transition: all 0.3s ease 0s;
            border: 1px solid #f6f5f5;
            border-radius: 3px;
        }

            .article-tags .tag-part a:hover {
                border-color: #333333;
                background: #333333;
                color: #ffffff;
            }

    .article-tags .social-icons {
        width: 50%;
        text-align: right;
    }

        .article-tags .social-icons a {
            color: #333333;
        }

            .article-tags .social-icons a:hover {
                color: #555555;
            }

/*----------------------------------------
    23. Instagram Gallery Section CSS
----------------------------------------*/
.rs-insta-gallery.home2style {
    position: relative;
}

    .rs-insta-gallery.home2style .single-img {
        overflow: hidden;
    }

        .rs-insta-gallery.home2style .single-img a img {
            transition: all 0.3s ease 0s;
            height: 230px !important;
        }

        .rs-insta-gallery.home2style .single-img a:hover img {
            animation: burn-pulse 3s infinite;
            -moz-animation: burn-pulse 3s infinite;
            -webkit-animation: burn-pulse 3s infinite;
            -ms-animation: burn-pulse 3s infinite;
        }

    .rs-insta-gallery.home2style .insta-feed-title {
        position: absolute;
        content: '';
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }

        .rs-insta-gallery.home2style .insta-feed-title .readon {
            border-radius: 4px;
            font-size: 15px;
            text-transform: capitalize;
            padding: 12px 20px;
            color: #333333;
            opacity: 0.9;
            position: relative;
            background: #ffffff;
        }

            .rs-insta-gallery.home2style .insta-feed-title .readon i {
                margin-right: 10px;
                transition: all 0.3s ease 0s;
                color: #333333;
            }

            .rs-insta-gallery.home2style .insta-feed-title .readon:hover i {
                color: #cc5165;
            }

        .rs-insta-gallery.home2style .insta-feed-title .insta-btn-effect {
            padding: 10px 5px 10px;
            margin: 0;
            color: #333333;
            text-align: center;
            position: relative;
            display: inline-flex;
            overflow: hidden;
            border-radius: 4px;
        }

            .rs-insta-gallery.home2style .insta-feed-title .insta-btn-effect span {
                background: #ffffff;
                width: 100%;
                position: relative;
                border-radius: 4px;
                padding: 12px 25px 10px;
                -moz-transition: all 0.65s cubic-bezier(0.77, 0, 0.175, 1);
                -o-transition: all 0.65s cubic-bezier(0.77, 0, 0.175, 1);
                -webkit-transition: all 0.65s cubic-bezier(0.77, 0, 0.175, 1);
                transition: all 0.65s cubic-bezier(0.77, 0, 0.175, 1);
            }

                .rs-insta-gallery.home2style .insta-feed-title .insta-btn-effect span i {
                    margin-right: 10px;
                    transition: all 0.3s ease 0s;
                    color: #333333;
                }

                .rs-insta-gallery.home2style .insta-feed-title .insta-btn-effect span:hover i {
                    color: #cc5165;
                }

            .rs-insta-gallery.home2style .insta-feed-title .insta-btn-effect .transition {
                position: absolute;
                top: 0;
                left: 0%;
                width: 0;
                height: 100%;
                background: #333333;
                z-index: -1;
                border-radius: 4px;
            }

            .rs-insta-gallery.home2style .insta-feed-title .insta-btn-effect:hover span {
                color: #333333 !important;
            }

            .rs-insta-gallery.home2style .insta-feed-title .insta-btn-effect:hover .transition {
                width: 120%;
                left: 110%;
                -moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
                -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
                -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
                transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
            }
