    /*==========================
===== Table Of Contnt ======
* Default
* Button
* Header CSS
*   Header
*   Main Menu Navication
*   Sub Menu
* Breadcroumb 
* Default Blog
* Pagination
* Post Navication
* Sidebar
* Widgetss
* Comments
* Comments Respond 
* Error Page
* Search Page
* Video PopUp Transition
* Quote Post 
* Slik Slider Icon
* Footer CSS
*   Footer One
*   Footer Two
* Portfolio Related 
* Banner Widgets
* Top To Buttom
/*************************************
******** DEFAULT CSS  **********
*************************************/
    
    :root {
        --body-font: 'Mulish', sans-serif;
        --heading-font: 'Arvo', serif;
        --color-body: #535353;
        --color-black: #161735;
        --color-white: #ffffff;
        --color-yellow: #fe8c00;
        --color-orenge: #f83600;
        --color-yellow-rgb: rgb(254, 140, 0);
        --color-gradient1: linear-gradient(to right, #f83600 0%, #fe8c00 51%, #f83600 100%);
        --color-gradient3: linear-gradient(90deg, rgba(248, 54, 0, 1) 0%, rgba(254, 140, 0, 1) 100%);
        --color-gradient2: linear-gradient(0deg, rgba(254, 140, 0, 1) 0%, rgba(248, 54, 0, 1) 100%);
        --color-form: #fafafa;
        --shadow-white: rgb(0 0 0 / 8%);
        --border-white: #f1f1f1;
    }
    
    body {
        font-size: 16px;
        line-height: 28px;
        color: var(--color-body);
        font-weight: 400;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        background: var(--color-white);
        -webkit-font-smoothing: antialiased;
        -webkit-text-size-adjust: 100%;
        overflow-x: hidden;
        font-family: var(--body-font)
    }
    
    a,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    strong,
    dt,
    th,
    .comment-meta .fn,
    .comment-reply-link,
    .no-comments {
        color: var(--color-black);
        -webkit-transition: .3s;
        transition: .3s;
    }
    
    a {
        text-decoration: none;
    }
    
    h1,
    h2 {
        font-family: var(--heading-font);
        font-weight: 700;
        margin-bottom: 15px;
    }
    
    h3,
    h4,
    h5,
    h6 {
        font-family: var(--body-font);
        font-weight: 700;
        margin-bottom: 15px;
    }
    
    h1 {
        font-size: 40px;
        line-height: 50px;
    }
    
    h2 {
        font-size: 36px;
        line-height: 46px;
    }
    
    h3 {
        font-size: 32px;
        line-height: 40px;
    }
    
    h4 {
        font-size: 28px;
        line-height: 37px;
    }
    
    h5 {
        font-size: 24px;
        line-height: 32px;
    }
    
    h6 {
        font-size: 22px;
        line-height: 28px;
    }
    
    a:hover {
        color: var(--color-yellow);
        text-decoration: none;
    }
    /*************************************
******** PRELOADER CSS  **********
*************************************/
    
    .preloader-area {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: var(--color-white);
        z-index: 999999999999999;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .theme-loader {
        width: 100px;
        height: 100px;
        margin: 50px auto 0;
        transform: rotate(45deg);
        border: 7px solid var(--color-yellow);
        border-radius: 0 50% 50% 50%;
        position: relative;
        animation: move 0.5s linear infinite alternate-reverse;
    }
    
    .theme-loader:before {
        content: "";
        width: 70%;
        height: 70%;
        border-radius: 50%;
        border: 7px solid transparent;
        border-top-color: var(--color-yellow);
        border-bottom-color: var(--color-yellow);
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        top: 50%;
        left: 50%;
        animation: rotate 1s linear infinite;
    }
    
    @keyframes rotate {
        to {
            transform: translateX(-50%) translateY(-50%) rotate(360deg);
        }
    }
    
    @keyframes move {
        to {
            transform: translateY(15px) rotate(45deg);
        }
    }
    
    .rico-template-home>div {
        overflow-x: hidden;
    }
    /*************************************
******** BUTTONS CSS  **********
*************************************/
    
    .theme-btns {
        background-image: linear-gradient(to right, #f83600 0%, #fe8c00 51%, #f83600 100%);
        text-align: center;
        transition: 0.5s;
        background-size: 200% auto;
        border-radius: 5px;
        padding: 18px 35px;
        font-size: 16px;
        color: var(--color-white);
        font-weight: 600;
        line-height: 1;
        display: inline-block;
        border: transparent;
    }
    
    .theme-btns:hover {
        background-position: right center;
        color: var(--color-white);
        text-decoration: none;
    }
    
    ul.slick-dots {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: center;
    }
    
    ul.slick-dots li {
        display: inline-block;
        margin: 0 4px;
        line-height: 0;
    }
    
    ul.slick-dots li button {
        font-size: 0;
        border: none;
        width: 10px !important;
        height: 12px;
        background: var(--color-black);
        border-radius: 30px;
        display: inline-block;
    }
    
    ul.slick-dots li.slick-active button {
        background-color: var(--color-yellow)
    }
    /*********************************
********** TOP HEADER ************
*********************************/
    
    .site-branding .site-title {
        margin-bottom: 0;
    }
    
    .heder-top-area ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    
    .heder-top-area ul li {
        display: inline-block;
        color: var(--color-white);
    }
    
    .header-top-left ul li {
        margin-right: 50px;
    }
    
    .header-top-left ul li i {
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid;
    }
    
    .header-socials label {
        color: var(--color-white);
        margin-right: 30px;
    }
    
    .header-socials {
        display: inline-flex;
        align-items: center;
    }
    
    .header-top {
        padding: 15px 0;
        background: var(--color-black);
    }
    
    .header-two .header-top,
    .header-three .header-top {
        padding: 15px 0;
        background: var(--color-black);
    }
    
    .header-socials ul li a {
        width: 35px;
        height: 35px;
        background: var(--color-white);
        display: block;
        border-radius: 5px;
        text-align: center;
        padding: 4px 0;
        margin-right: 10px;
    }
    
    .header-socials ul li a:hover {
        background: var(--color-yellow);
        color: var(--color-white);
    }
    
    .header-two .header-socials ul li a:hover,
    .header-three .header-socials ul li a:hover {
        background: var(--color-black);
        color: var(--color-white);
    }
    
    .header-top-left ul li:last-child {
        margin-right: 0;
    }
    
    .tob-header-area {
        padding-top: 15px;
        padding-bottom: 15px;
        position: relative;
    }
    
    .header-two .tob-header-area .header-top-right,
    .header-three .tob-header-area .header-top-right {
        z-index: 1;
    }
    
    .header-two .tob-header-area::before,
    .header-three .tob-header-area::before {
        position: absolute;
        content: '';
        background: var(--color-gradient1);
        top: 0;
        right: 0;
        height: 100%;
        width: 35%;
        -webkit-clip-path: polygon(9% 0%, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(9% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    
    .myheader {
        position: relative;
    }
    
    .header-two .myheader::before {
        position: absolute;
        content: '';
        background: var(--color-gradient1);
        top: 0;
        left: 0;
        height: 100%;
        width: 25%;
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    }
    /* header Three */
    
    .main-navigation ul ul.sub-menu li a:hover {
        color: var(--color-white);
    }
    
    .main-navigation ul ul.sub-menu li a {
        color: var(--color-black);
    }
    
    .site-branding img {
        max-width: unset;
    }
    
    .header-one .site-title a,
    .header-three .site-title a {
        color: var(--color-black);
    }
    
    .header-two .site-title a {
        color: var(--color-white);
    }
    /*************************************
******** MAIN MENU NAVICATION CSS  **********
*************************************/
    
    .main-navigation ul li {
        display: inline-block;
        position: relative;
    }
    
    .main-navigation ul li a {
        padding: 33px 25px 30px 25px;
        display: block;
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 600;
        position: relative;
        z-index: 1;
    }
    
    .main-navigation ul>li>ul>li:last-child>a {
        border-bottom: none;
    }
    /* Menu Attribuate **/
    
    .navbar ul li a[title]:hover:after {
        opacity: 1;
        transition: all 0.1s ease 0.5s;
        visibility: visible;
    }
    
    .navbar ul li a[title]:after {
        content: attr(title);
        position: absolute;
        top: 3px;
        left: auto;
        z-index: 99999;
        visibility: visible;
        white-space: nowrap;
        background-color: var(--color-yellow);
        color: var(--color-white);
        font-size: 10px;
        opacity: 1;
        right: 21px;
        padding: 5px 7px;
        border-radius: 4px;
        font-weight: 400;
    }
    
    .navbar ul li a[title] {
        position: relative;
    }
    
    .navbar ul li a[title]:before {
        content: "";
        padding: 3px;
        top: 15px;
        position: absolute;
        left: auto;
        right: 22px;
        width: 0;
        height: 0;
        border-bottom: 12px solid transparent;
        border-left: 22px solid var(--color-yellow);
        border-top: 0px solid transparent;
    }
    
    .navbar ul li.mega>ul>li>a[href="#"] {
        cursor: text;
    }
    /*************************************
******** SUBMENU CSS  **********
*************************************/
    
    @media screen and (min-width: 1023px) {
        .main-navigation ul li ul {
            position: absolute;
            background: var(--color-white);
            left: 0;
            top: auto;
            z-index: 1;
            -webkit-transition: .3s;
            transition: .3s;
            visibility: hidden;
            opacity: 0;
            box-shadow: 0px 4px 10px -5px rgba(0, 0, 0, .2)
        }
        .main-navigation ul>li>ul>li:last-child>a {
            border-bottom: none;
        }
        .main-navigation ul li:hover>ul {
            opacity: 1;
            visibility: visible;
            padding: 0;
        }
        .main-navigation ul li ul li a {
            padding: 16px 20px;
            line-height: 26px;
            font-weight: 500;
            border-bottom: 1px solid rgb(223 223 223 / 87%);
        }
        .main-navigation ul li ul li a:hover,
        .main-navigation ul li ul li.current-menu-item>a,
        .main-navigation ul li ul li.current_page_item>a,
        .main-navigation ul li ul li.current_page_ancestor>a {
            color: var(--color-white);
            background-color: var(--color-yellow);
        }
        .main-navigation .nav-menu>ul>li>a:last-child {
            border-color: transparent;
        }
    }
    
    .main-header .navbar {
        padding: 0;
    }
    
    .sticky-bar {
        position: fixed;
        z-index: 999999999;
        -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
        animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        width: 100%;
        top: 0;
        background-color: var(--color-white);
    }
    
    .header-search-popup {
        position: fixed;
        justify-content: center;
        align-items: center;
        width: 100vw;
        height: 100vh;
        z-index: 9999;
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
        top: 0;
        left: 0;
        transform: translateY(-130%);
        transition: transform 600ms ease, opacity 600ms ease;
    }
    
    .header-search-popup.active {
        transform: translateY(0%);
    }
    
    .header-search-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: var(--color-yellow-rgb);
        opacity: 0.80;
        cursor: pointer;
        z-index: -1;
    }
    
    .header-search-popup-content {
        width: 100%;
        max-width: 550px;
    }
    
    .header-search-popup-content form {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        background-color: var(--color-form);
        overflow: hidden;
    }
    
    .header-search-popup-content form button {
        border: none;
        outline: none;
        padding: 0;
        width: 70px;
        height: 68px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: absolute;
        top: 0;
        right: -1px;
        border-radius: 0;
        background-color: var(--color-yellow);
        color: var(--color-white);
    }
    
    .button.search-open {
        cursor: pointer;
        transition: .4s;
        padding-right: 25px;
        font-size: 20px;
    }
    /*************************************
******** BREADCROUMB CSS  **********
*************************************/
    
    .breadcroumb-area {
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 160px;
        padding-bottom: 160px;
        background-color: var(--color-black);
        text-align: center;
    }
    
    .breadcroumn-contnt .brea-title {
        font-size: 60px;
        color: var(--color-white);
        line-height: 80px;
        font-weight: 900;
        margin-bottom: 20px;
    }
    
    .bre-sub span {
        color: var(--color-white);
    }
    
    .bre-sub span a {
        color: var(--color-white);
    }
    
    .bre-sub {
        color: var(--color-white);
    }
    
    .bre-sub span {
        margin: 0 2px;
        font-size: 18px;
        font-weight: 600;
        font-family: 'Rubik';
    }
    /** default page **/
    
    .page-builder-not-used .site-main.content-area,
    .search .site-main.content-area {
        padding: 110px 0;
    }
    /*************************************
********  DEFAULT BLOG CSS  **********
*************************************/
    
    .post-single iframe {
        border: 0;
        width: 100%;
    }
    
    .post-tag label {
        font-weight: bold;
        color: var(--color-black);
        font-size: 16px;
    }
    
    .post-tag-social {
        font-size: 14px;
        margin: 0px 0 40px 0;
        clear: both;
        padding-top: 30px;
    }
    
    .post-tag-social .post-share label {
        color: var(--color-black);
    }
    
    .post-tag-social .post-share ul {
        padding: 0;
        margin: 0;
    }
    
    .post-tag span.tagcloud a {
        margin-left: 5px;
        text-transform: capitalize;
        color: var(--color-white);
        display: inline-block;
        background-image: linear-gradient(to right, #f83600 0%, #fe8c00 51%, #f83600 100%);
        padding: 5px 17px;
        font-weight: 400;
        background-size: 200%;
        transition: .5s;
        border-radius: 3px;
        margin-bottom: 5px;
    }
    
    .post-tag-social .share-this-post ul li a {
        width: 40px;
        height: 40px;
        display: block;
        color: var(--color-white);
        border-radius: 100%;
        font-size: 14px;
        line-height: 32px;
        padding: 5px;
    }
    
    .post-tag-social .share-this-post ul li {
        display: inline-block;
        text-align: center;
    }
    
    .rico-tags-social-box {
        align-items: center;
    }
    
    .rico-project-cats-box ul li a {
        background-image: linear-gradient(to right, #f83600 0%, #fe8c00 51%, #f83600 100%);
        transition: 0.5s;
        background-size: 200% auto;
        border-radius: 5px;
        padding: 17px 30px;
        color: var(--color-white);
        font-weight: 600;
        line-height: 1;
        display: inline-block;
        margin: 7px 5px;
    }
    
    .rico-project-cats-box ul li a:hover {
        background-position: right center;
    }
    
    .share-this-post .social-icons li a i {
        color: var(--color-white);
    }
    
    .share-this-post .social-icons li a {
        background-image: linear-gradient(to right, #f83600 0%, #fe8c00 51%, #f83600 100%);
        background-size: 200% auto;
        color: var(--color-white);
        border-radius: 5px;
        text-align: center;
        padding: 11px 15px;
        transition: .8s;
    }
    
    .share-this-post .social-icons li a:hover {
        background-position: right center;
    }
    
    .post-tag-social .share-this-post ul li a:hover i {
        color: var(--color-white);
    }
    
    .post-tag-social .share-this-post ul li a i {
        color: var(--color-white);
    }
    
    .post-tag span.tagcloud a:hover {
        color: var(--color-white);
        background-position: right center;
    }
    
    .grid .post-img img,
    .grid-ls .post-img img,
    .grid-rs .post-img img {
        height: auto;
        object-fit: cover;
    }
    
    .post-meta-box ul li i {
        margin-right: 10px;
        color: var(--color-yellow);
    }
    
    .post-img img {
        max-width: 100%;
        object-fit: cover;
    }
    
    .post-meta-box ul li {
        display: inline-block;
        margin-right: 30px;
        font-size: 14px;
        text-transform: capitalize;
        line-height: 27px;
    }
    
    li.post-cat a {
        display: inline-block;
    }
    
    .post-meta-box ul li a,
    .post-meta-box label {
        color: var(--color-black);
    }
    
    .share-this-post ul li {
        margin-right: 12px;
    }
    
    .share-this-post ul li a i {
        color: var(--color-white);
    }
    
    .post-meta-box ul li a:hover {
        color: var(--color-yellow);
    }
    
    h2.entry-title {
        font-size: 30px;
        line-height: 40px;
        color: var(--color-black);
    }
    
    .post-details h2.entry-title {
        font-size: 35px;
        line-height: 45px;
    }
    
    .post-content p {
        font-size: 16px;
        line-height: 1.7;
    }
    
    .post-content {
        padding-top: 0px;
        margin-bottom: 25px;
    }
    
    .post-single .post-content {
        padding-top: 16px;
    }
    
    .post-meta-box {
        line-height: 1;
        padding-top: 33px;
        padding-bottom: 20px;
    }
    
    .post-details .post-meta-box {
        padding-top: 0px;
    }
    
    .post-meta-box ul {
        padding: 0;
        margin: 0;
    }
    
    .share-this-post {
        display: inline-block;
    }
    
    .post-share label {
        margin-right: 10px;
        margin-bottom: 15px;
    }
    
    .post-share {
        margin-right: 6px;
    }
    
    .post-share ul li,
    .post-share span {
        display: inline;
    }
    
    .share-this-post ul li i {
        padding: 0;
        margin: 0;
    }
    
    .post-button .theme-btns {
        padding: 20px 45px;
        font-size: 15px;
    }
    
    .single-post-item .post-thumbnail img {
        max-width: 100%;
    }
    
    .post-title h2.entry-title {
        padding: 0;
        margin: 0;
    }
    
    .all-posts-wrapper .single-post-item {
        margin-bottom: 60px;
    }
    
    .post-img {
        position: relative;
    }
    
    a.post-video {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 100px;
        height: 100px;
        background-color: var(--color-yellow);
        border-radius: 100%;
        text-align: center;
        vertical-align: middle;
        line-height: 101px;
        color: var(--color-white);
    }
    
    a.post-video:hover {
        background-color: var(--color-white);
        color: var(--color-yellow);
    }
    /*************************************
********  PAGINATION CSS  **********
*************************************/
    
    nav.navigation.pagination ul,
    .woocommerce-pagination ul,
    .pagination-area ul,
    nav.navigation.comments-pagination {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    
    .woocommerce-pagination ul li a,
    nav.navigation.pagination ul li a,
    nav.navigation.pagination ul li span,
    .page-links span,
    .page-links a,
    .pagination-area ul li a,
    nav.navigation.comments-pagination ul li a,
    nav.navigation.comments-pagination ul li span.page-numbers.current,
    .woocommerce-pagination ul li span.page-numbers.current {
        display: inline-block;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        border: 2px solid var(--border-white);
        text-align: center;
        vertical-align: middle;
        color: var(--color-black);
        line-height: 50px;
        font-weight: 400;
    }
    
    .woocommerce-pagination ul li,
    nav.navigation.pagination ul li,
    .pagination-area ul li,
    nav.navigation.comments-pagination ul li {
        display: inline-block;
        margin-right: 5px;
    }
    
    .woocommerce-pagination ul li span.page-numbers.current,
    nav.navigation.pagination ul li a:hover,
    nav.navigation.pagination ul li span.current,
    .page-links span.current,
    .page-links a:hover,
    .pagination-area ul li a:hover,
    .pagination-area ul li a.current,
    nav.navigation.comments-pagination ul li span.page-numbers.current {
        background-color: var(--color-yellow);
        color: var(--color-white);
        border-color: transparent;
    }
    
    .pagination-area {
        text-align: center;
        margin: 40px 0;
    }
    
    .comments-area a.page-numbers:hover {
        background-color: var(--color-yellow);
        color: var(--color-white);
    }
    
    .comment-pagination:empty {
        margin-top: 0;
        display: none;
    }
    
    .comment-content a {
        word-wrap: break-word;
    }
    
    nav.navigation.comments-pagination {
        margin-top: 50px;
    }
    /*************************************
********  SIDEBAR CSS  **********
*************************************/
    
    .sidebar-widget-area .widget p,
    .sidebar-widget-area .widget ul li,
    .sidebar-widget-area .widget,
    .elementor-widget-sidebar .widget p,
    .elementor-widget-sidebar .widget ul li,
    .elementor-widget-sidebar .widget {
        font-size: 14px;
    }
    
    .sidebar-widget-area .widget,
    .elementor-widget-sidebar .widget {
        background-color: var(--color-form);
        margin-bottom: 40px;
        padding: 40px 30px;
    }
    .sidebar-widget-area .sidebar-sticky-area .widget.footer-widget-post-with-thum {
		padding: 40px 30px 60px;
	}
	.sidebar-widget-area .sidebar-sticky-area .wp-block-search__inside-wrapper,
	.sidebar-widget-area .sidebar-sticky-area #rico_blog_post_widget-2 {
		margin-bottom: 20px;
	}
    .widget.author-info-item,
    .sidebar-sticky-area {
        position: -webkit-sticky;
        position: sticky;
        top: 114px;
    }
    
    .sidebar-widget-area .widget form.search-form input,
    .elementor-widget-sidebar .widget form.search-form input {
        background: var(--color-white);
    }
    /*************************************
********  SIDEBAR WIDGET CSS  **********
*************************************/
    
    footer .widget {
        margin-bottom: 50px;
    }
    
    .sidebar-widget-area h2.widget-title,
    .elementor-widget-sidebar h2.widget-title {
        font-size: 20px;
        font-weight: bold;
        line-height: 60px;
        position: relative;
        padding: 0;
        margin: 0;
        margin-bottom: 35px;
    }
    
    .sidebar-widget-area h2.widget-title:after,
    .elementor-widget-sidebar h2.widget-title:after {
        content: "";
        width: 10px;
        height: 2px;
        background: var(--color-yellow);
        position: absolute;
        left: 0;
        bottom: 0;
    }
    
    .sidebar-widget-area h2.widget-title:before,
    .elementor-widget-sidebar h2.widget-title:before {
        content: "";
        width: 30px;
        height: 2px;
        background: var(--color-yellow);
        position: absolute;
        left: 15px;
        bottom: 0;
    }
    
    .sidebar-widget-area ul li a,
    .elementor-widget-sidebar ul li a {
        color: var(--color-black);
        font-size: 14px;
        line-height: 32px;
    }
    
    table {
        width: 100%;
        border-left: 1px solid;
        border-bottom: 1px solid;
        border-color: #d7d7d7;
        margin: 0 0 20px;
    }
    
    table th,
    table td {
        border-top: 1px solid;
        border-right: 1px solid;
        text-align: center;
        padding: 8px;
        border-color: #d7d7d7;
    }
    
    .widget table caption {
        padding-bottom: 0;
    }
    
    .widget.widget_rss .rss-date {
        margin-bottom: 8px;
        display: block;
        margin-top: 4px;
        color: var(--color-yellow);
        font-weight: 700;
    }
    
    .widget.widget_rss cite {
        margin-top: 10px;
        display: block;
        color: var(--color-yellow);
    }
    
    .widget.widget_rss ul li {
        border-top: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    
    footer .widget.widget_rss ul li {
        border-bottom: 1px solid #2b2c53;
    }
    
    .widget.widget_text img {
        max-width: 100%;
        height: auto;
    }
    
    .widget.widget_rss ul li:last-child {
        margin-bottom: 0;
        border: none;
    }
    
    .widget_rss li cite:before {
        display: inline-block;
        width: 20px;
        height: 2px;
        background: var(--color-white);
        content: "";
        position: relative;
        top: -5px;
        margin-right: 10px;
    }
    
    .widget.widget_text img {
        margin: 15px 0;
    }
    
    .widget.widget_tag_cloud a {
        background-color: #dfe3e8;
        padding: 11px 25px;
        line-height: 18px;
        font-size: 14px !important;
        text-transform: capitalize;
        border-radius: 5px;
        margin-right: 5px;
        color: var(--color-black);
        display: inline-block;
        clear: both;
        overflow: hidden;
    }
    
    .widget.widget_tag_cloud a:hover {
        background-color: var(--color-yellow);
        color: var(--color-white);
    }
    
    .widget select,
    .widget select:focus {
        padding: 0 15px;
        width: 100%;
        cursor: pointer;
        border-color: var(--border-white);
        outline: none;
        color: var(--color-black);
    }
    
    .sidebar-widget-area .widget.widget_archive li,
    .sidebar-widget-area .widget.widget_categories li,
    .sidebar-widget-area .widget.widget_pages li,
    .sidebar-widget-area .widget.widget_meta li,
    .sidebar-widget-area .widget.widget_recent_entries li a,
    .sidebar-widget-area .widget.widget_rss li a,
    .sidebar-widget-area .widget.widget_text strong,
    .sidebar-widget-area .widget.widget_nav_menu a,
    .elementor-widget-sidebar .widget.widget_archive li,
    .elementor-widget-sidebar .widget.widget_categories li,
    .elementor-widget-sidebar .widget.widget_pages li,
    .elementor-widget-sidebar .widget.widget_meta li,
    .elementor-widget-sidebar .widget.widget_recent_entries li a,
    .elementor-widget-sidebar .widget.widget_rss li a,
    .elementor-widget-sidebar .widget.widget_text strong,
    .elementor-widget-sidebar .widget.widget_nav_menu a {
        color: var(--color-black);
        font-size: 16px;
        line-height: 30px;
    }
    
    .sidebar-widget-area .widget.widget_pages li a,
    .sidebar-widget-area .widget.widget_meta li a,
    .sidebar-widget-area .widget.widget_recent_entries li a,
    .sidebar-widget-area .widget.widget_nav_menu a,
    .elementor-widget-sidebar .widget.widget_pages li a,
    .elementor-widget-sidebar .widget.widget_meta li a,
    .elementor-widget-sidebar .widget.widget_recent_entries li a,
    .elementor-widget-sidebar .widget.widget_nav_menu a {
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
    }
    
    .sidebar-widget-area .widget.widget_archive li:hover .post-count-number,
    .elementor-widget-sidebar .widget.widget_archive li:hover .post-count-number {
        background-color: var(--color-yellow);
        color: var(--color-white);
    }
    
    .widget ul li>span.number {
        float: right;
        color: var(--color-black);
    }
    
    footer .widget ul li>span.number {
        color: var(--color-white);
    }
    
    .sidebar-widget-area ul li a:hover,
    .sidebar-widget-area .widget.widget_nav_menu a:hover,
    .sidebar-widget-area .widget.widget_recent_entries li a:hover,
    .sidebar-widget-area .widget.widget_rss li a:hover,
    .elementor-widget-sidebar ul li a:hover,
    .elementor-widget-sidebar .widget.widget_nav_menu a:hover,
    .elementor-widget-sidebar .widget.widget_recent_entries li a:hover,
    .elementor-widget-sidebar .widget.widget_rss li a:hover {
        color: var(--color-yellow);
    }
    
    .widget form.search-form {
        width: 100%;
        position: relative;
    }
    
    .widget form.search-form input,
    .widget form.search-form label {
        width: 100%;
    }
    
    .widget form.search-form input {
        padding: 14px;
        border: transparent;
    }
    
    .widget form.search-form .search-button button[type="submit"] {
        position: absolute;
        right: 0;
        width: auto;
        font-size: 14px;
        background: transparent;
        top: 0;
        border: none;
        padding: 26px 32px;
        color: var(--color-yellow);
        line-height: 1;
    }
    
    .widget form.search-form input:focus,
    .widget form.search-form input:focus-visible {
        border: 1px solid var(--color-yellow);
        outline: none;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    
    .widget.widget_text img {
        margin: 15px 0;
    }
    
    .sidebar-widget-area .widget_recent_comments span.comment-author-link a,
    .elementor-widget-sidebar .widget_recent_comments span.comment-author-link a {
        color: var(--color-yellow);
    }
    
    .bre-sub span>i {
        font-size: 11px;
        margin: 0 5px;
    }
    
    blockquote p {
        font-size: 16px;
    }
    
    blockquote p {
        font-size: 20px;
    }
    
    .post-content blockquote p {
        font-size: 20px;
        font-weight: bold;
        line-height: 30px;
        color: var(--color-black);
    }
    
    blockquote {
        padding-left: 30px;
        border-left: 5px solid var(--color-yellow);
        margin: 30px 0 30px 0;
    }
    
    blockquote cite {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        color: var(--color-black);
    }
    
    .post-contents.entry-content p {
        margin-bottom: 25px;
    }
    /*-------------------
COMMENTS LIST
--------------------*/
    
    .comments-area {
        background: var(--color-white);
    }
    
    .cform-input {
        position: relative;
    }
    
    .all-comments {
        border-top: 1px solid var(--border-white);
        margin-top: 50px;
        padding-top: 50px;
    }
    
    .comment-list {
        margin-top: 50px;
    }
    
    .comment-list>ul,
    ul.children {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .single-comment {
        border-top: 1px solid var(--border-white);
        margin-top: 50px;
        padding-left: 100px;
        padding-top: 50px;
        position: relative;
        list-style-type: none;
    }
    
    .single-comment .single-comment {
        margin-left: -50px;
    }
    
    .single-comment.pingback-comment {
        padding-left: 0;
    }
    
    .comment-author {
        border-radius: 50%;
        -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
        box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
        height: 80px;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: auto;
        width: 80px;
    }
    
    .comment-meta {
        overflow: hidden;
        padding-bottom: 15px;
    }
    
    .comment-left-meta {
        float: left;
    }
    
    .comment-reply {
        float: none;
        margin-top: 20px;
    }
    
    .comment-list #reply-title {
        margin-top: 50px;
    }
    
    .comment-reply a {
        display: inline-block;
    }
    
    .comment-reply a i {
        margin-right: 5px;
    }
    
    .comment-reply a:hover {
        color: var(--color-yellow);
    }
    
    .comment-meta h4 {
        font-size: 16px;
        margin-bottom: 5px;
        margin-right: 10px;
        display: inline-block;
    }
    
    .comment-meta .comment-date {
        color: var(--color-yellow);
        font-size: 14px;
        letter-spacing: 1px;
        text-transform: capitalize;
        display: inline-block;
    }
    
    .no-comments {
        border-top: 1px solid var(--border-white);
        border-bottom: 1px solid var(--border-white);
        padding-top: 25px;
        padding-bottom: 25px;
        text-align: center;
        text-transform: capitalize;
        letter-spacing: 1px;
        font-weight: 700;
    }
    /*-------------------
COMMENT FORM
----------------------*/
    
    .comment-box {
        margin-top: 50px;
    }
    
    .comment-box {
        border-top: 1px solid var(--border-white);
        margin-top: 50px;
        padding-top: 39px;
    }
    
    .comment-form {
        margin-top: 30px;
    }
    
    .comment-form input,
    .comment-form textarea {
        border: 2px solid var(--border-white);
        border-radius: 0;
        margin-bottom: 27px;
        max-height: 140px;
        padding: 10px 20px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        width: 100%;
    }
    
    .comment-form input:focus,
    .comment-form textarea:focus {
        border-color: var(--color-yellow);
    }
    
    .comment-form input[type="submit"] {
        border-radius: 5px;
        background-color: var(--color-yellow-rgb);
        padding: 20px 30px;
        font-size: 16px;
        color: var(--color-white);
        font-weight: 600;
        line-height: 1;
        display: inline-block;
        width: auto;
        font-weight: 500;
        border-color: transparent;
        margin-bottom: 0;
    }
    
    .comment-list #reply-title small a {
        font-size: 15px;
        margin-left: 10px;
    }
    
    .comment-box p.form-submit {
        margin-bottom: 0;
    }
    
    .comment-form input[type="submit"]:hover {
        background-color: var(--color-black);
        color: var(--color-white);
    }
    
    .comments-title,
    .reply-title,
    .comment-reply-title {
        position: relative;
        text-transform: capitalize;
        z-index: 1;
        font-size: 25px;
        line-height: 1.5;
        margin: 0;
    }
    
    .comments-title span,
    .reply-title span {
        background: var(--color-white) none repeat scroll 0 0;
        overflow: hidden;
        padding: 10px 20px;
        position: relative;
    }
    
    .cform-input.name:after {
        content: "\f406";
        font-family: 'Font Awesome 5 Free';
        position: absolute;
        right: 25px;
        color: var(--color-yellow);
        z-index: 999;
        font-weight: 700;
        top: 20px;
    }
    
    .cform-input.email:after {
        content: "\f0e0";
        font-family: 'Font Awesome 5 Free';
        position: absolute;
        right: 25px;
        color: var(--color-yellow);
        z-index: 999;
        font-weight: 700;
        top: 22px;
    }
    
    .cform-input.website:after {
        content: "\f0c1";
        font-family: 'Font Awesome 5 Free';
        position: absolute;
        right: 25px;
        color: var(--color-yellow);
        z-index: 999;
        font-weight: 700;
        top: 20px;
    }
    
    .cform-input.message:before {
        content: "\f303";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        position: absolute;
        right: 13px;
        z-index: 999;
        top: 20px;
        color: var(--color-yellow);
    }
    
    @media (min-width: 768px) and (max-width: 991px) {
        .comment-box {
            margin-bottom: 50px;
        }
        .no-comments {
            margin-bottom: 50px;
        }
        .header-two .tob-header-area::before,
        .header-three .tob-header-area::before {
            width: 60%;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .comments-area {
            border-top: 0;
            margin-top: 0;
            background: inherit;
            padding: 0;
        }
        .single-comment .single-comment {
            margin-left: -100px;
        }
        .comment-reply {
            display: inline-block !important;
        }
        .comment-box {
            margin-bottom: 50px;
        }
        .no-comments {
            margin-bottom: 50px;
        }
    }
    
    p:empty {
        display: none;
    }
    /*************************************
******** ERROR PAGE CSS  **********
*************************************/
    
    .error-404.not-found {
        text-align: center;
        padding: 120px 78px;
    }
    
    .error-button {
        display: block;
        clear: both;
        margin-top: 40px;
        line-height: 4;
    }
    
    .error-dec h2 {
        line-height: 40px;
        margin-bottom: 38px;
        font-size: 48px;
    }
    
    .error-button .theme-btns {
        padding: 20px 50px;
    }
    
    .error-image {
        margin-bottom: 60px;
    }
    /*************************************
******** SEARCH PAGE CSS  **********
*************************************/
    
    .page-content .search-form input.search-field {
        width: 100%;
        padding: 15px;
        border: 1px solid var(--color-yellow);
    }
    
    .page-content .search-form input.search-field:focus {
        outline: none;
    }
    
    .page-content .search-form .search-button button {
        top: 0;
        position: absolute;
        right: 0;
        padding: 23px 31px;
        border: none;
        background: transparent;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        line-height: 1.5;
    }
    
    .page-content .search-form {
        position: relative;
    }
    
    .page-content .search-form .search-button button:hover {
        color: var(--color-yellow);
    }
    /*************************************
**** VIDEO POPUP TRANSITION CSS  *****
*************************************/
    
    .post-single .slick-slider img {
        height: auto;
    }
    
    .mfp-fade.mfp-bg {
        opacity: 0;
        -webkit-transition: all 0.15s ease-out;
        -moz-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
    }
    
    .mfp-fade.mfp-bg.mfp-ready {
        opacity: 0.8;
    }
    
    .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0;
    }
    
    .mfp-fade.mfp-wrap .mfp-content {
        opacity: 0;
        -webkit-transition: all 0.15s ease-out;
        -moz-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
    }
    
    .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
        opacity: 1;
    }
    
    .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
        opacity: 0;
    }
    
    .row.all-posts-wrapper .format-audio .vendor {
        margin-bottom: -10px;
    }
    /*************************************
******** QUOTE POST CSS  **********
*************************************/
    
    .post-single.format-quote .post-contents {
        background: var(--color-yellow);
        padding: 50px;
        position: relative;
        z-index: 1;
    }
    
    .post-single.format-quote .post-contents:after {
        content: "\f10e";
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        position: absolute;
        left: 0;
        right: 0;
        top: 80px;
        bottom: 0;
        text-align: center;
        font-size: 120px;
        z-index: -1;
        color: var(--color-white);
        opacity: .1;
    }
    
    .post-single.format-quote .post-contents h2.entry-title a {
        color: var(--color-white);
        line-height: 40px;
    }
    
    .post-single.format-quote .post-contents h2.entry-title a:hover {
        color: var(--color-black);
    }
    /*************************************
******** SLIK SLIDER ICON CSS  **********
*************************************/
    
    button.slick-prev.slick-arrow:before {
        content: "\f284";
        font-family: 'bootstrap-icons';
        font-size: 25px;
    }
    
    .slick-slider {
        position: relative;
    }
    
    button.slick-prev.slick-arrow {
        position: absolute;
        left: 20px;
        top: 0;
        bottom: 0;
        height: 60px;
        width: 80px;
        z-index: 9;
        margin: auto 0;
        font-size: 0;
        line-height: 1;
        background: var(--color-yellow);
        border: transparent;
        color: var(--color-white);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        border-radius: 5px;
        opacity: 0.5;
    }
    
    button.slick-prev.slick-arrow:hover,
    button.slick-next.slick-arrow:hover {
        background-color: var(--color-black);
    }
    
    button.slick-next.slick-arrow {
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        height: 60px;
        width: 80px;
        z-index: 9;
        margin: auto 0;
        font-size: 0;
        line-height: 1;
        background: var(--color-yellow);
        border: transparent;
        color: var(--color-white);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        border-radius: 5px;
        opacity: 0.5;
    }
    
    button.slick-next.slick-arrow:before {
        content: "\f285";
        font-family: 'bootstrap-icons';
        font-size: 25px;
    }
    /*************************************
******** FOOTER CSS  **********
*************************************/
    
    .footer-widgets-area {
        background-size: cover;
        background-position: center center;
        padding-top: 110px;
        background-color: var(--color-black);
    }
    
    .footer-widgets-area.widget-no {
        padding: 0;
    }
    
    h4.widget-title {
        font-size: 28px;
        color: var(--color-white);
        line-height: 1;
        margin-bottom: 40px;
    }
    
    .conpany-info-img {
        margin-bottom: 27px;
    }
    
    .company-info-widget p {
        color: var(--color-white);
    }
    
    .widget ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .wp-calendar-table tr td a {
        color: var(--color-white);
    }
    
    .widget ul li a {
        color: var(--color-white);
        font-size: 16px;
        line-height: 1;
        position: relative;
    }
    
    .widget.widget_archive ul li a:before,
    .widget.widget_categories ul li a:before,
    .widget.widget_pages ul li a:before,
    .widget.widget_nav_menu ul li a:before {
        display: inline-block;
        content: "...";
        top: -2px;
        position: relative;
        margin-right: 10px;
        opacity: 1;
        font-size: 20px;
        line-height: 1;
        color: var(--color-yellow);
    }
    
    footer .widget.widget_archive ul li a:before,
    footer .widget.widget_categories ul li a:before,
    footer .widget.widget_pages ul li a:before,
    footer .widget.widget_nav_menu ul li a:before {
        color: var(--color-white);
    }
    
    footer.footer-five .widget.widget_nav_menu ul li a:before {
        color: var(--color-yellow);
    }
    
    .widget ul li a:hover {
        color: var(--color-yellow);
    }
    
    .widget ul li {
        border: none;
        padding-top: 0;
        margin: 11px 0 10px 0px;
    }
    
    .widget.widget_rss ul li a.rsswidget {
        font-weight: 500;
    }
    
    .widget ul li ul li {
        margin-left: 15px;
    }
    
    .sidebar-widget-area .wp-calendar-table tr td a {
        color: var(--color-yellow);
    }
    
    footer .wp-calendar-table tr td a {
        color: var(--color-yellow);
        font-weight: normal;
    }
    
    .widget ul li:last-child {
        border-color: transparent !important;
        padding-bottom: 0;
    }
    
    .sidebar-widget-area .wp-calendar-table tbody td#today {
        background: var(--color-yellow);
        opacity: 1;
        color: var(--color-white);
    }
    
    .sidebar-widget-area .wp-calendar-table tbody td#today a {
        color: var(--color-white);
    }
    
    .company-contact-widget ul li {
        color: var(--color-white);
        position: relative;
        padding-left: 28px;
        margin-bottom: 11px;
    }
    
    .company-contact-widget ul li i {
        position: absolute;
        left: 0;
        top: 7px;
    }
    
    .subscribe-widget {
        text-align: left;
    }
    
    .company-subscribe-widget p {
        margin: 0;
        color: var(--color-white);
        margin-bottom: 30px;
    }
    
    .mc4wp-form-fields input[type=email] {
        width: 100%;
        height: 55px;
        padding: 0 30px;
        color: var(--color-black);
        font-size: 14px;
        line-height: 28px;
        background: var(--border-white);
        border-radius: 5px;
    }
    
    .mc4wp-form-fields {
        position: relative;
    }
    
    .mc4wp-form-fields button {
        -webkit-transition: .4s;
        transition: .4s;
        width: 100%;
        padding: 19px;
        margin-top: 15px;
        border-radius: 5px;
        font-weight: bold;
        text-transform: capitalize;
    }
    
    .mc4wp-form-fields button i {
        position: relative;
        font-size: 90%;
        top: 1px;
        left: 2px;
    }
    
    .mc4wp-form-fields input[type=email]::placeholder {
        color: var(--color-black);
        font-weight: bold;
        opacity: .5;
    }
    
    .mc4wp-form-fields input:focus {
        outline: none;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    
    .mc4wp-form-fields input::placeholder {
        color: var(--color-white);
    }
    
    .mc4wp-form-fields button:hover {
        background-color: var(--color-black);
        color: var(--color-white);
        box-shadow: 0px 0px 6px 0px #052765;
    }
    
    .footer-widtet.contact-widget {
        padding-left: 35px;
        padding-right: 50px;
    }
    
    ul.rico-widget-post-thum .recent-widget-date {
        color: var(--color-yellow);
    }
    
    p.wp-block-tag-cloud a {
        background: var(--color-yellow);
        padding: 4px 15px;
        margin: 3px 1px;
        border-radius: 5px;
        color: var(--color-white);
        font-size: 13px !important;
    }
    
    p.wp-block-tag-cloud a:hover {
        background: var(--color-black);
        color: var(--color-white);
    }
    
    .company-info-widget {
        padding-right: 50px;
    }
    
    .subscribe-widget h4.widget-title {
        margin-bottom: 25px;
    }
    
    .copyright-area {
        background-color: #0e0f2b;
        padding: 30px 0;
        margin-top: 57px;
    }
    
    .site-info {
        text-align: right;
        color: var(--color-yellow);
    }
    
    .site-info p {
        margin: 0;
        padding: 0;
    }
    
    .site-info p a:hover {
        color: var(--color-white);
    }
    
    .rico-project-cats-box ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .rico-project-cats-box ul li {
        display: inline-block;
    }
    
    .rico-project-tag-social-wrapper {
        background: var(--color-form);
        padding: 30px;
        border-radius: 5px;
    }
    
    .site-main.content-area.single-project-wrapper {
        padding: 120px 0;
    }
    
    .rico-tags-social-box ul.social-icons.m0p0ln {
        padding: 0;
        margin: 0;
    }
    /** Banner Widget ***/
    
    .widget.rico-banner-widgets {
        padding: 0;
    }
    
    .rico-widget-banner-wrapper {
        padding: 54px 41px;
        text-align: center;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        z-index: 1;
    }
    
    .rico-widget-banner-wrapper h2.widget-title {
        font-size: 24px;
        color: var(--color-white);
        line-height: 35px;
        font-weight: 600;
        margin-bottom: 8px;
    }
    
    .rico-widget-banner-wrapper h2.widget-title:after,
    .rico-widget-banner-wrapper h2.widget-title:before {
        content: "";
        background: transparent;
    }
    
    .rico-widget-banner-wrapper:after {
        content: "";
        width: 100%;
        height: 100%;
        background: var(--color-yellow);
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        opacity: 85%;
    }
    
    .rico-widget-banner-wrapper .rico-banner-dec p {
        color: var(--color-white);
        line-height: 32px;
        font-size: 16px;
    }
    
    .rico-widget-banner-wrapper .rico-banner-btn a {
        padding: 17px 40px;
        border: 2px solid var(--color-white);
        border-radius: 50px;
        line-height: 1.5;
        font-size: 15px;
        color: var(--color-white);
        display: inline-block;
    }
    
    .rico-widget-banner-wrapper .rico-banner-btn a i {
        font-size: 13px;
        margin-left: 10px;
    }
    
    .rico-banner-btn {
        margin-top: 30px;
    }
    
    .rico-widget-banner-wrapper .rico-banner-btn a:hover {
        background-color: var(--color-black);
        border-color: transparent;
    }
    
    .sidebar-widget-area ul li a,
    .elementor-widget-sidebar ul li a {
        color: var(--color-black);
    }
    
    .sidebar-widget-area ul li a:hover,
    .elementor-widget-sidebar ul li a:hover {
        color: var(--color-yellow);
    }
    
    .site-footer.footer- .footer-widgets-area {
        padding-bottom: 0;
    }
    
    .site-footer.footer- .footer-widgets-area .copyright-area {
        margin-top: 80px;
    }
    
    .post-meta-box ul li.post-cat a {
        margin-left: 5px;
    }
    
    .post-meta-box ul li.post-cat i {
        margin-right: 3px;
    }
    /** Top To Bottom **/
    
    .to-top {
        width: 40px;
        height: 40px;
        position: fixed;
        right: 50px;
        background: var(--color-gradient1);
        bottom: 20px;
        text-align: center;
        color: var(--color-white);
        font-size: 16px;
        padding: 8px;
        cursor: pointer;
        border-radius: 5px;
        transition: .4s;
    }
    /*************************************
********  POST PAGINATION CSS  **********
*************************************/
    
    .rico-post-pagination nav.navigation.post-navigation .nav-links .nav-previous a:before,
    .rico-post-pagination nav.navigation.post-navigation .nav-links .nav-next a:after {
        content: "";
        margin: 0;
        padding: 0;
        font-size: 0;
    }
    /*====================================
====== RICO PORTFOLIO NAV CSS ======
====================================*/
    
    nav.navigation.post-navigation .nav-links .nav-previous,
    nav.navigation.post-navigation .nav-links .nav-next {
        width: 50%;
        display: inline-block;
    }
    
    nav.navigation.post-navigation .nav-links .nav-next {
        text-align: right;
    }
    
    nav.navigation.post-navigation .nav-links .nav-previous a .nav-title,
    nav.navigation.post-navigation .nav-links .nav-next a .nav-title {
        display: none;
    }
    
    nav.navigation.post-navigation {
        padding: 17px 0;
        border-top: 2px solid var(--border-white);
        border-bottom: 2px solid var(--border-white);
    }
    
    nav.navigation.post-navigation .nav-links .nav-previous a,
    nav.navigation.post-navigation .nav-links .nav-next a {
        font-size: 18px;
        font-weight: 600;
        text-transform: capitalize;
        position: relative;
        display: inline-block;
        line-height: 28px;
        width: 100%;
    }
    
    nav.navigation.post-navigation .nav-links .nav-next a:after {
        content: "\f061";
        font-family: 'Font Awesome 5 Free';
        font-size: 14px;
        margin-left: 5px;
    }
    
    nav.navigation.post-navigation .nav-links .nav-previous a:before {
        content: "\f060";
        font-family: 'Font Awesome 5 Free';
        font-size: 14px;
        margin-right: 5px;
    }
    
    nav.navigation.post-navigation {
        margin-top: 100px;
        margin-bottom: 100px;
    }
    
    .navigation.rico-post-pagination nav.navigation.post-navigation {
        margin-top: 0;
        margin-bottom: 0;
        border: none;
        padding: 30px 0;
        overflow: hidden;
    }
    
    .rico-post-pagination nav.navigation.post-navigation .nav-links .nav-previous a .rico-nav-title,
    .rico-post-pagination nav.navigation.post-navigation .nav-links .nav-next a .rico-nav-title {
        position: relative;
        top: 5px;
    }
    
    .rico-post-pagination nav.navigation.post-navigation .nav-links .nav-previous a,
    .rico-post-pagination nav.navigation.post-navigation .nav-links .nav-next a {
        padding: 30px;
        background-color: var(--color-form);
    }
    
    .no-thum-img.post-contents.entry-content {
        margin-bottom: 50px;
    }
    
    .post-details .post-img {
        padding-bottom: 30px;
    }
    
    .post-details .no-thum-img.post-contents.entry-content {
        margin-bottom: 0px;
    }
    
    .rico-post-pagination nav.navigation.post-navigation .nav-links .nav-previous,
    .rico-post-pagination nav.navigation.post-navigation .nav-links .nav-next {
        width: 50%;
    }
    
    .rico-post-pagination nav.navigation.post-navigation .nav-links .nav-previous a:hover,
    .rico-post-pagination nav.navigation.post-navigation .nav-links .nav-next a:hover {
        background-color: var(--color-yellow);
        color: var(--color-white);
    }
    
    .navigation.rico-post-pagination nav.navigation.post-navigation .nav-links {
        display: flex;
    }
    
    .navigation.rico-post-pagination .nav-previous {
        margin-right: 15px;
    }
    
    .navigation.rico-post-pagination .nav-next {
        margin-left: 15px;
    }
    
    span.tagcloud a:last-child:after {
        content: "";
    }
    
    [type="search"]::-webkit-search-cancel-button,
    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
        appearance: none;
    }
    
    .widget_recent_comments ul li span {
        display: block;
        margin-bottom: 7px;
    }
    
    .widget.widget_recent_comments li {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    
    footer .widget.widget_recent_comments li {
        border-bottom: 1px solid #2b2c53;
    }
    
    .sidebar-widget-area .widget.widget_recent_comments li,
    .sidebar-widget-area .widget.widget_rss ul li,
    .elementor-widget-sidebar .widget.widget_recent_comments li,
    .elementor-widget-sidebar .widget.widget_rss ul li {
        border-bottom: 1px solid #e5e5e5;
    }
    
    .sidebar-widget-area .widget_rss li cite:before,
    .elementor-widget-sidebar .widget_rss li cite:before {
        background: var(--color-yellow);
    }
    /** Author profile ***/
    
    .author-info-inner {
        display: flex;
        box-shadow: 0px 0px 33px 0px rgb(0 0 0 / 7%);
        padding: 29px 22px;
        border-radius: 5px;
        margin-bottom: 40px;
    }
    
    .author-img {
        width: 140px;
        height: 140px;
        border-radius: 100%;
    }
    
    .author-img img {
        width: 100%;
        object-fit: cover;
        border-radius: 100%;
        margin-right: 40px;
    }
    
    .author-info-title {
        font-size: 24px;
        text-transform: capitalize;
        margin: 0;
        line-height: 24px;
    }
    
    .author-dec {
        margin-top: 12px;
        margin-bottom: 15px;
    }
    
    .author-social-info ul {
        margin: 0;
        padding: 0;
    }
    
    .author-social-info ul li {
        display: inline-block;
        margin-right: 8px;
    }
    
    .author-social-info ul li a {
        width: 30px;
        height: 30px;
        display: block;
        background: var(--color-yellow);
        text-align: center;
        color: var(--color-white);
        font-size: 12px;
        border-radius: 100%;
        line-height: 32px;
    }
    
    .author-info-left {
        margin-right: 40px;
    }
    
    .author-social-info ul li a:hover {
        background: var(--color-black);
        color: var(--color-white);
    }
    
    .widget.author-info-item .author-img,
    .widget.author-info-item .author-img img {
        border-radius: 3px;
        box-shadow: 0px 0px 33px 0px var(--border-white);
    }
    
    .widget.author-info-item .author-img {
        margin-bottom: 24px;
    }
    
    .widget.author-info-item>ul li {
        border-bottom: 1px solid var(--border-white);
        padding-top: 0px;
        padding-bottom: 7px;
    }
    
    .widget.author-info-item>ul li span {
        font-weight: 500;
        margin-right: 10px;
        display: inline-block;
    }
    
    h2.author-single-title {
        font-size: 30px;
        margin-bottom: 30px;
    }
    
    .widget.author-info-item>ul li.aname,
    .widget.author-info-item>ul li.adname {
        text-transform: capitalize;
    }
    /**** DONATION SINGLE PAGE ***/
    
    .give-sidebar.give-single-form-sidebar-left .widget {
        display: none;
    }
    
    .single-give_forms .right-sidebar [id*=give-form] div#give-sidebar-left,
    .single-give_forms .right-sidebar [id*=give-form] div.summary,
    .single-give_forms .left-sidebar [id*=give-form] div#give-sidebar-left,
    .single-give_forms .left-sidebar [id*=give-form] div.summary {
        width: 100%;
        float: unset;
    }
    
    .give-goal-progress .progress-bar .give-progress-bar {
        height: 5px;
        position: relative;
        background: #eaf2eb;
        border-radius: 5px;
        overflow: hidden;
    }
    
    .single-give_forms .donate-layout {
        margin: 0;
    }
    
    .single-give_forms .give-form-title {
        font-size: 36px;
        font-weight: 600;
        word-break: break-word;
        line-height: 62px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    
    .summary .give-form-title.entry-title {
        margin-top: 30px;
    }
    
    .single-give_forms .give-progress-bar {
        height: 5px;
        position: relative;
        background: #eaf2eb;
        border-radius: 5px;
        overflow: hidden;
    }
    
    .single-give_forms .give-goal-progress .income {
        font-size: 39px;
        line-height: 48px;
        color: var(--color-black);
        font-weight: 400;
    }
    
    .single-give_forms .give-goal-progress .raised {
        margin-bottom: 15px;
        text-transform: capitalize;
        margin-top: 15px;
    }
    
    .single-give_forms .give_error>p,
    .single-give_forms .give_success>p,
    .single-give_forms .give_warning>p {
        margin: 0!important;
        color: #777777;
    }
    
    #give-recurring-form .form-row .give-input-field-wrapper.required,
    #give-recurring-form .form-row input[type=email].required,
    #give-recurring-form .form-row input[type=password].required,
    #give-recurring-form .form-row input[type=tel].required,
    #give-recurring-form .form-row input[type=text].required,
    #give-recurring-form .form-row input[type=url].required,
    #give-recurring-form .form-row select.required,
    #give-recurring-form .form-row textarea.required,
    form.give-form .form-row .give-input-field-wrapper.required,
    form.give-form .form-row input[type=email].required,
    form.give-form .form-row input[type=password].required,
    form.give-form .form-row input[type=tel].required,
    form.give-form .form-row input[type=text].required,
    form.give-form .form-row input[type=url].required,
    form.give-form .form-row select.required,
    form.give-form .form-row textarea.required,
    form[id*=give-form] .form-row .give-input-field-wrapper.required,
    form[id*=give-form] .form-row input[type=email].required,
    form[id*=give-form] .form-row input[type=password].required,
    form[id*=give-form] .form-row input[type=tel].required,
    form[id*=give-form] .form-row input[type=text].required,
    form[id*=give-form] .form-row input[type=url].required,
    form[id*=give-form] .form-row select.required,
    form[id*=give-form] .form-row textarea.required {
        color: #777777 !important;
    }
    
    .single-give_forms form.give-form {
        padding: 60px 50px;
        margin: 40px 0 0;
        box-shadow: 0px 0px 33px 0px rgb(0 0 0 / 9%);
        border-radius: 5px;
    }
    
    #give-recurring-form .form-row .give-input-field-wrapper,
    #give-recurring-form .form-row input[type=email],
    #give-recurring-form .form-row input[type=password],
    #give-recurring-form .form-row input[type=tel],
    #give-recurring-form .form-row input[type=text],
    #give-recurring-form .form-row input[type=url],
    #give-recurring-form .form-row select,
    #give-recurring-form .form-row textarea,
    form.give-form .form-row .give-input-field-wrapper,
    form.give-form .form-row input[type=email],
    form.give-form .form-row input[type=password],
    form.give-form .form-row input[type=tel],
    form.give-form .form-row input[type=text],
    form.give-form .form-row input[type=url],
    form.give-form .form-row select,
    form.give-form .form-row textarea,
    form[id*=give-form] .form-row .give-input-field-wrapper,
    form[id*=give-form] .form-row input[type=email],
    form[id*=give-form] .form-row input[type=password],
    form[id*=give-form] .form-row input[type=tel],
    form[id*=give-form] .form-row input[type=text],
    form[id*=give-form] .form-row input[type=url],
    form[id*=give-form] .form-row select,
    form[id*=give-form] .form-row textarea {
        border: 1px solid #eff1ef !important;
    }
    
    [id*=give-form].give-fl-form input.give-fl-input,
    [id*=give-form].give-fl-form select.give-fl-select,
    [id*=give-form].give-fl-form textarea.give-fl-textarea {
        font-size: 14px !important;
    }
    
    .single-give_forms form[id*=give-form] .give-donation-amount #give-amount,
    .single-give_forms form[id*=give-form] .give-donation-amount #give-amount-text {
        color: #777777;
        font-size: 14px;
        height: 45px;
        min-width: 172px !important;
        border: 1px solid #eff1ef;
    }
    
    .single-give_forms form.give-form .give-donation-amount .give-currency-symbol,
    .single-give_forms span.give-currency-symbol.give-currency-position-before,
    .single-give_forms form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before {
        height: 45px;
        border: 1px solid transparent;
        padding: 0 16px;
        line-height: 46px;
        background: var(--color-yellow);
        color: #ffffff;
        border-right: 0;
    }
    
    .single-give_forms form.give-form .give-donation-levels-wrap .give-btn,
    .single-give_forms button.give-donation-level-btn.give-btn {
        padding: 16px 26px;
        background-color: #fff;
        border: 1px solid #eff1ef;
        font-size: 14px;
        line-height: 1;
        border-radius: 5px;
        height: auto;
        text-transform: capitalize;
        -webkit-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        color: #777777;
    }
    
    .single-give_forms form.give-form .give-donation-levels-wrap .give-btn:hover,
    .single-give_forms form.give-form .give-donation-levels-wrap .give-btn.give-default-level,
    .single-give_forms button.give-donation-level-btn.give-btn.give-default-level,
    .single-give_forms button.give-donation-level-btn.give-btn:hover {
        background: var(--color-yellow);
        color: #ffffff;
    }
    
    .single-give_forms form.give-form .give-payment-mode-label,
    .single-give_forms form.give-form legend {
        margin: 0 0 20px;
        border-bottom: 1px solid #eaedea;
        position: relative;
        padding-bottom: 7px;
        margin-top: 18px;
    }
    
    .single-give_forms form.give-form .give-donation-submit {
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 25px;
    }
    
    .single-give_forms form.give-form p#give-final-total-wrap {
        margin: 0px;
        padding: 0;
    }
    
    .single-give_forms form.give-form p#give-final-total-wrap span.give-donation-total-label {
        border: none;
        background: transparent;
        padding: 0px 10px 0px 0px;
        font-weight: 600;
    }
    
    .single-give_forms form.give-form p#give-final-total-wrap span.give-final-total-amount {
        border: none;
        background: transparent;
        padding: 0;
        padding-right: 20px;
        font-weight: bold;
        color: #000000;
    }
    
    input#give-purchase-button,
    button.give-btn.give-btn-modal,
    button.give-btn.give-btn-reveal {
        border-radius: 5px;
        background-color: rgb(0 0 0);
        padding: 20px 35px;
        font-size: 14px;
        color: #fff;
        line-height: 1;
        display: inline-block;
        position: relative;
        text-transform: uppercase;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
    }
    
    .give-submit-button-wrap.give-clearfix {
        position: relative;
    }
    
    button.give-btn.give-btn-modal:hover,
    button.give-btn.give-btn-reveal:hover {
        background: #348239;
    }
    
    .single-give_forms [id*=give-form].give-fl-form .give-fl-is-active label.give-fl-label {
        opacity: 1;
        visibility: hidden;
    }
    
    .single-give_forms [id*=give-form].give-fl-form.give-fl-style-give .give-fl-is-active input.give-fl-input,
    .single-give_forms [id*=give-form].give-fl-form.give-fl-style-give .give-fl-is-active select.give-fl-select,
    .single-give_forms [id*=give-form].give-fl-form.give-fl-style-give .give-fl-is-active textarea.give-fl-textarea {
        padding: 11px;
        transition: padding .2s ease-in-out, border .2s ease-in-out;
    }
    
    .single-give_forms form[id*=give-form] #give-donation-level-radio-list li {
        display: inline-block;
        margin-right: 10px;
    }
    
    .single-give_forms form[id*=give-form] select.give-select-level {
        border: 1px solid #eff1ef;
    }
    
    .single-give_forms .mfp-content.give-responsive-mfp-content {
        background: #f9f9f9;
    }
    
    .single-give_forms .mfp-content.give-responsive-mfp-content form.give-form {
        margin: 0;
    }
    
    .single-give_forms .give_forms {
        margin-top: 0 !important;
        margin-bottom: 0;
    }
    
    .single-give_forms form.give-form #give-payment-mode-wrap #give-gateway-radio-list li .give-gateway-option {
        padding: 15px 25px;
        font-size: 15px;
        text-transform: capitalize;
        -webkit-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        line-height: 1;
        border-radius: 5px;
        height: auto;
        display: block;
        background-color: var(--color-white);
        border: 1px solid #eff1ef
    }
    
    .single-give_forms form.give-form #give-payment-mode-wrap #give-gateway-radio-list li input[type=radio] {
        opacity: 0;
        visibility: hidden;
        display: none;
    }
    
    .single-give_forms form.give-form #give-payment-mode-wrap #give-gateway-radio-list li {
        line-height: 1;
        margin-right: 8px;
        margin-bottom: 12px;
    }
    
    .single-give_forms .give_forms form.give-form #give-payment-mode-wrap #give-gateway-radio-list li .give-gateway-option:hover,
    .single-give_forms .give_forms form.give-form #give-payment-mode-wrap #give-gateway-radio-list li.give-gateway-option-selected .give-gateway-option {
        background: var(--color-yellow);
        color: var(--color-white);
    }
    
    #give-form-696-1 #give-donation-level-button-wrap>li {
        margin: 0 8px 12px 0;
    }
	.all-posts-wrapper .give-wrap {
    	padding-left: 0;
	}
    /* ===============================*/
    
    section.rico-social-widgets ul li a {
        line-height: 38px;
        font-size: 15px;
        color: var(--color-white);
    }
    
    section.rico-social-widgets ul li a:hover {
        color: var(--color-white);
    }
    
    section.rico-social-widgets ul li a {
        padding: 0;
        margin-left: 0;
        margin-right: 6px;
    }
    
    section.rico-social-widgets ul li {
        margin: 0;
        padding: 0;
    }
    
    .social-icons.company-socials-icon {
        padding: 0;
        padding-top: 13px;
    }
    
    .social-icons.company-socials-icon ul li {
        margin: 0;
        padding: 0;
    }
    
    .social-icons.company-socials-icon ul li a {
        margin-left: 0;
        margin-right: 7px;
    }
    
    .social-icons.company-socials-icon ul li a {
        line-height: 1;
        padding: 11px;
        font-size: 14px;
        color: var(--color-white);
    }
    
    ul.rico-widget-post-thum img {
        width: 85px;
        height: 85px;
        margin-right: 20px;
        border-radius: 5px;
        object-fit: cover;
    }
    
    ul.rico-widget-post-thum li {
        display: flex;
        justify-content: flex-start;
        flex-wrap: nowrap;
        margin: 25px 0;
    }
    
    ul.rico-widget-post-thum li:last-child {
        margin-bottom: 0;
    }
    
    .rico-widget-post-thum-content h6 {
        margin-bottom: 9px;
    }
    
    ul.rico-widget-post-thum .rico-widget-post-thum-content {
        line-height: 1;
    }
    
    .rico-input-area.message .wpcf7-textarea {
        padding: 10px 17px;
    }
    
    @media screen and (min-width: 1400px) and (max-width: 1500px) {}
    
    @media screen and (min-width: 1448px) and (max-width: 1600px) {}
    
    @media screen and (min-width: 1200px) and (max-width: 1447px) {
        .main-navigation ul li a {
            padding: 40px 18px 40px 18px
        }
    }
    
    @media all and (min-width: 1200px) and (max-width: 1399px) {
        .single-post .post-meta-box .post-meta-item ul li {
            margin-right: 20px;
        }
        .single-post .post-share label {
            margin-right: 0;
        }
    }
    
    @media all and (min-width: 1200px) and (max-width: 1500px) {}
    
    @media all and (min-width: 768px) and (max-width: 1199px) {
        .single-post .post-meta-box .post-share {
            display: none;
        }
        .single-give_forms form.give-form {
            padding: 30px;
        }
    }
    
    @media all and (min-width: 1024px) and (max-width: 1199px) {
        .main-navigation ul li a {
            padding: 33px 18px 30px 18px;
        }
        .navbar-expand-lg .navbar-nav {
            display: block;
        }
        footer .widget-area {
            margin-bottom: 50px;
        }
        .company-info-widget ul li {
            padding-right: 100px;
        }
        .company-contact-widget ul li {
            padding-right: 100px;
        }
        .rico-post-pagination nav.navigation.post-navigation .nav-links .nav-previous,
        .rico-post-pagination nav.navigation.post-navigation .nav-links .nav-next {
            width: 100%;
        }
        .post-meta-box .post-share {
            display: none;
        }
        .header-top-left ul li:last-child {
            display: none;
        }
        .header-two .myheader::before {
            width: 20%;
        }
    }
    
    @media screen and (max-width: 1023px) {
        a.menu-toggle.full {
            position: absolute;
            right: 0;
            top: 25px;
            float: right;
            width: auto;
            bottom: 0;
        }
        ul#mainmenu {
            margin-left: 0 !important;
            width: 100%;
            margin-top: 0px;
            z-index: 1;
        }
        .navbar-collapse.nav-menu.stellarnav.mobile.active ul li a {
            color: var(--color-white);
        }
        .main-navigation ul li a {
            padding: 15px;
        }
        header .button .theme-btns {
            color: var(--color-white);
            position: absolute;
            right: 0;
            top: 17px;
            margin-right: 75px;
        }
        .navbar-expand-lg {
            flex-wrap: wrap;
        }
        .main-navigation ul>li>ul>li:last-child>a {
            border-bottom: 1px solid rgba(255, 255, 255, .15);
        }
        .main-navigation ul li a {
            font-size: 14px;
            font-weight: normal;
        }
        ul#mainmenu ul {
            padding-left: 15px;
        }
        .button.search-open {
            display: none;
        }
        .login-signup-btn {
            display: none;
        }
        ul.rico-hmini {
            display: none !important;
        }
        .navbar ul li a[title]:before {
            content: unset;
        }
        .sticky-bar {
            position: relative !important;
        }
        .header-top-left ul li:last-child {
            display: none;
        }
        .main-header .navbar {
            padding: 18px 0px;
        }
        .header-one .stellarnav .menu-toggle {
            padding: 15px 0px;
            box-sizing: border-box;
        }
        a.menu-toggle.full {
            top: 17px;
        }
        .header-two .myheader::before {
            width: 30%;
        }
        .single-give_forms form.give-form {
            padding: 30px;
        }
    }
    
    @media screen and (min-width: 767px) {
        .site-header.header-one .site-branding {
            text-align: left;
        }
    }
    
    @media screen and (max-width: 767px) {
        .navbar-collapse.nav-menu .button a {
            display: none;
        }
				.post-meta-box .post-share {
            display: none;
        }
        a.menu-toggle.full {
            position: absolute;
            right: 0;
            float: right;
            width: auto;
            bottom: 0;
        }
        ul#mainmenu {
            margin-left: 0 !important;
        }
        .navbar-collapse.nav-menu.stellarnav.mobile.active ul li a {
            color: var(--color-white);
        }
        .main-navigation ul li a {
            padding: 15px;
        }
        .logo-area .site-branding {
            min-width: auto;
            text-align: left;
        }
        .button.search-open {
            display: none;
        }
        .header-two .myheader::before {
            width: 34%;
        }
    }
    
    @media (min-width: 768px) and (max-width: 992px) {
        .header-top-left ul li:first-child {
            display: none;
        }
        .footer-widtet.contact-widget {
            padding-left: 0;
        }
        .logo-area .site-branding {
            min-width: auto;
            text-align: left;
        }
    }
    
    @media screen and (max-width: 768px) {}
    
    @media screen and (max-width: 991px) {
        .sidebar-widget-area,
        .elementor-widget-sidebar {
            margin-top: 80px;
        }
    }
    
    @media screen and (max-width: 992px) {
        footer .widget-area {
            margin-bottom: 50px;
        }
        footer .widget-area:last-child {
            margin-bottom: 0;
        }
        ul#mainmenu ul {
            background-color: transparent;
        }
        .breadcroumn-contnt h2 {
            font-size: 38px;
            line-height: 54px;
        }
        .post-single.format-quote .post-contents {
            padding: 30px;
        }
        h2.entry-title {
            font-size: 20px;
            line-height: 30px;
        }
        .post-title h2.entry-title {
            font-size: 30px;
            line-height: 45px;
        }
        .breadcroumb-area {
            padding-top: 170px;
            padding-bottom: 140px;
        }
        .entry-content table th,
        .entry-content table td,
        table td {
            padding: 7px;
        }
    }
    
    @media all and (min-width: 577px) and (max-width: 767px) {
        .header-socials label {
            display: none;
        }
        .header-top-left ul li:first-child {
            display: none;
        }
        .company-info-widget {
            padding-right: 0;
        }
        .footer-widtet.contact-widget {
            padding-left: 0;
            padding-right: 0;
        }
        .site-info {
            text-align: center;
            margin-top: 13px;
        }
        footer .widget-area {
            margin-bottom: 50px;
        }
        footer .widget-area:last-child {
            margin-bottom: 0;
        }
        .copyright-area {
            text-align: center;
        }
        .company-subscribe-widget p {
            padding: 0 9px 30px 5px;
        }
        .subscribe-widget {
            padding: 25px 11px;
        }
        .company-info-widget ul li {
            padding-right: 100px;
        }
        .company-contact-widget ul li {
            padding-right: 100px;
        }
        .sticky-bar {
            position: relative !important;
        }
        .rico-post-pagination nav.navigation.post-navigation .nav-links .nav-previous,
        .rico-post-pagination nav.navigation.post-navigation .nav-links .nav-next {
            width: 100%;
            margin: 0 0 20px 0;
            text-align: left;
        }
        .navigation.rico-post-pagination nav.navigation.post-navigation .nav-links {
            display: block;
        }
    }
    
    @media screen and (max-width: 575px) {
        .header-top-right {
            display: none;
        }
		.breadcroumn-contnt .brea-title {
			font-size: 46px;
			line-height: 62px;
			font-weight: 800;
		}
        .header-top-left ul li {
            margin-right: 0;
        }
        .header-top-left ul li:first-child,
        .header-top-left ul li:last-child {
            display: none;
        }
        .header-top-left {
            margin: 0 auto;
        }
        .site-info,
        .footer-menu {
            text-align: center;
            margin-top: 13px;
        }
        footer .widget-area {
            margin-bottom: 50px;
        }
        footer .widget-area:last-child {
            margin-bottom: 50px;
        }
        .footer-widtet.contact-widget {
            padding-left: 0;
            padding-right: 80px;
        }
        .copyright-area {
            text-align: center;
        }
        .company-subscribe-widget p {
            padding: 0 9px 30px 13px;
        }
        .comment .comment-content {
            padding-left: 0;
            margin-top: 22px;
        }
        .comment-metadata {
            position: absolute;
            right: -7px;
            top: 22px;
        }
        .comments-area .reply {
            padding-left: 0;
        }
        .comment ol.children {
            list-style: none;
            padding-left: 0;
            padding-right: 0;
        }
        .rico-contact-info {
            padding: 65px 24px;
        }
        .post-share {
            display: none;
        }
        .rico-widget-banner-wrapper h2.widget-title {
            font-size: 38px;
        }
        .rico-widget-banner-wrapper .rico-banner-btn a {
            padding: 14px 25px;
            font-size: 15px;
        }
        .rico-post-pagination nav.navigation.post-navigation .nav-links .nav-previous,
        .rico-post-pagination nav.navigation.post-navigation .nav-links .nav-next {
            width: 100%;
            margin: 0 0 20px 0;
            text-align: left;
        }
        .navigation.rico-post-pagination nav.navigation.post-navigation .nav-links {
            display: block;
        }
        .sticky-bar {
            position: relative !important;
        }
        .main-navigation ul>li>ul>li:last-child>a {
            border-bottom: 1px solid rgba(255, 255, 255, .15);
        }
        nav.navigation.pagination ul li a,
        nav.navigation.pagination ul li span,
        .page-links span,
        .page-links a,
        .pagination-area ul li a,
        nav.navigation.comments-pagination ul li a,
        nav.navigation.comments-pagination ul li span.page-numbers.current {
            width: 45px;
            height: 45px;
            padding: 15px 0;
            line-height: 15px;
        }
        .post-meta-box ul li {
            margin-right: 8px;
        }
        .rico-blog-top-area {
            padding: 25px 20px 0 20px;
        }
        .rico-blog-post-content .post-meta-item ul li {
            margin-right: 8px;
        }
        .single-give_forms form.give-form .give-donation-submit {
            flex-direction: column;
        }
        .single-give_forms form.give-form p#give-final-total-wrap {
            margin-bottom: 10px;
        }
    }