/*-------------------------------------    
CSS INDEX
===================================
#. Defaults
#. Buttons
#. Topbar Layout
#. Header Logo
#. Main Navigation
#. Submenu
#. 3rd Level Menu
#. Multi Column Menu
#. Mobile Multi Column Menu
#. Header Icons
#. Header Right Menu
#. Header Search
#. Sticky Header
#. Header Layout 1
#. Header Layout 2
#. Header Layout 3
#. Header Layout 4
#. Header Responsive
#. Header Right Menu
#. Preloader css
#. Footer - Scroll to top
#. Widgets - Footer Widgets
#. Widgets - Sidebar
#. Banner
#. Contents
#. Single Content
#. Comments
#. Admin Author
#. Default Blog layout
#. Swiper Slider
#. Related Post
#. Pagination
#. Error 404
#. Fluent form
#. Gutenberg Support
#. Ticker Styling
#. Dark mode
---------------------------------------*/
/*-------------------------------------
#. Defaults
---------------------------------------*/
body {
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #686868;
    font-weight: 400;
    height: 100%;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    background-color: #ffffff;
    overflow-x: hidden;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-bottom: 15px;
    margin-right: 25px;
    margin-top: 10px;
}

.alignright {
    float: right;
    margin-left: 25px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 15px;
}

a {
    color: #f07654;
    text-decoration: none;
}

a:focus {
    outline: 0px solid;
    text-decoration: none;
    outline: 0 none;
}

a:active {
    text-decoration: none;
    outline: 0 none;
}

a:hover {
    color: #1f1f1f;
    text-decoration: none;
    outline: 0 none;
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 20px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Source Serif Pro', sans-serif;
    margin: 0 0 20px 0;
    color: #1f1f1f;
}

h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
}

h2 {
    font-size: 28.44px;
    font-weight: 600;
    line-height: 1.3;
}

h3 {
    font-size: 22.63px;
    font-weight: 600;
    line-height: 1.45;
}

h4 {
    font-size: 20.25px;
    font-weight: 600;
    line-height: 30px;
}

h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}

h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

h2.entry-title.no-hover a,
h3.entry-title.no-hover a {
    cursor: default;
}

h2.entry-title.no-hover a:hover,
h3.entry-title.no-hover a:hover {
    color: inherit !important;
}

h2.entry-title.title-size-xl {
    font-size: 48px;
}

h2.entry-title.title-size-lg {
    font-size: 42px;
}

h2.entry-title.title-size-md {
    font-size: 36px;
}

h2.entry-title.title-size-sm {
    font-size: 30px;
}

h2.entry-title.title-size-xs {
    font-size: 24px;
}

h3.entry-title.title-size-xl {
    font-size: 32px;
}

h3.entry-title.title-size-lg {
    font-size: 28px;
}

h3.entry-title.title-size-md {
    font-size: 24px;
}

h3.entry-title.title-size-sm {
    font-size: 20px;
}

h3.entry-title.title-size-xs {
    font-size: 18px;
}

.clear {
    clear: both;
}

.clear:after {
    clear: both;
    content: "";
    display: block;
}

ul {
    list-style: disc inside none;
    margin: 0 0 20px 0;
}

#wrapper {
    overflow: hidden;
    transition: all 0.5s ease-out;
}

hr,
.elementor hr {
    background-color: #e5e5e5;
}

* {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

button:focus,
.submit-btn:focus {
    outline: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    outline: 0 solid;
}

/*for theme only*/
.primary-color {
    color: #f07654;
}

.secondary-color {
    color: #f07654;
}

#page .content-area {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.post-bottom-spacer {
    margin-bottom: 20px;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e5e5e5;
}

.visibility-h {
    visibility: hidden;
}

/*number count*/
.number-counter {
    counter-reset: post-counter;
}

/*Image animation*/
.rt-el-gallery-icon .gallery-item .gallery-icon a img,
.feature-post-layout .rt-feature-widget .post-img-holder img,
.post-box-style .item-list .post-box-img img,
.blog-box .blog-img-holder .blog-img img {
    filter: grayscale(0);
    transform: scale(1.05);
    transition: all 0.75s ease;
}

.rt-el-gallery-icon .gallery-item .gallery-icon a:hover img,
.feature-post-layout .rt-feature-widget:hover .post-img-holder img,
.post-box-style .item-list:hover .post-box-img img,
.blog-box:hover .blog-img-holder .blog-img img {
    transform: scale(1.12);
    filter: grayscale(1);
}
/*title animation*/
.title-animation-underline a {
    display: inline;
    padding-bottom: 0;
    background-image: linear-gradient(to bottom, #f07654 0%, #f07654 98%);
    background-repeat: no-repeat;
    background-position: left 100%;
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.title-animation-underline.size-1 a {
    background-size: 0 1px;
}

.title-animation-underline.size-2 a {
    background-size: 0 2px;
}

.title-animation-underline a:hover {
    color: #f07654;
}

.title-animation-underline.size-1 a:hover {
    background-size: 100% 1px;
}

.title-animation-underline.size-2 a:hover {
    background-size: 100% 2px;
}
/*gutters layout*/
.row.gutters-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.row.gutters-0>* {
    padding-left: 0px;
    padding-right: 0px;
}

.row.gutters-5 {
    margin-left: -5px;
    margin-right: -5px;
}

.row.gutters-5>* {
    padding-left: 5px;
    padding-right: 5px;
}

.row.gutters-10 {
    margin-left: -10px;
    margin-right: -10px;
}

.row.gutters-10>* {
    padding-left: 10px;
    padding-right: 10px;
}

.row.gutters-15 {
    margin-left: -15px;
    margin-right: -15px;
}

.row.gutters-15>* {
    padding-left: 15px;
    padding-right: 15px;
}

.row.gutters-20 {
    margin-left: -20px;
    margin-right: -20px;
}

.row.gutters-20>* {
    padding-left: 20px;
    padding-right: 20px;
}

/*default animation*/
@-webkit-keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

.rt-grid-item {
    display: block;
    float: left;
    clear: both;
}

/*-------------------------------------
#. Buttons
---------------------------------------*/
/*style 1*/
.button-style-1 {
    background: transparent;
    color: #686868;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    padding: 15px 20px;
    position: relative;
    line-height: 1;
    border-radius: 0;
    border: 1px solid;
    border-color: #686868;
    transition: all 0.4s ease;
}

.button-style-1 svg {
    margin-left: -18px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

a.button-style-1:hover {
    color: #ffffff;
    background-color: #f07654;
    border-color: #f07654;
}

a.button-style-1:hover svg {
    margin-left: 6px;
    opacity: 1;
    visibility: visible;
}

/*button style 2*/
.button-style-2 {
    position: relative;
    background-color: #f07654;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.6px;
    border-radius: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 16px 20px 14px;
    line-height: 1.4;
    overflow: hidden;
    transform: perspective(1px) translateZ(0);
    z-index: 1;
}

a.button-style-2:hover {
    color: #ffffff;
}

.button-style-2:before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    border-radius: 4px;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition-property: transform;
    transition-duration: 0.5s;
    transition: all 0.3s;
    transition-timing-function: ease-out;
    z-index: -1;
}

.button-style-2:hover:before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    background-color: #f07654;
}

.button-style-2.btn-common path.rt-button-cap {
    stroke: #ffffff;
}

/*button style 3*/
.button-style-3 {
    background-color: #ffffff;
    color: #1f1f1f;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.6px;
    border-radius: 4px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 16px 20px 14px;
    line-height: 1.4;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09) !important;
}

a.button-style-3:hover {
    background-color: #f07654;
    color: #ffffff;
}

/*button style 4*/
.button-style-4 {
    color: #1f1f1f;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.6px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
}

a.button-style-4:hover {
    color: #f07654;
}

a.button-style-4.btn-common:hover path.rt-button-cap {
    stroke: #f07654;
}

.btn-common svg {
    fill: currentColor;
    vertical-align: middle;
    margin-left: 10px;
    width: 22px;
}

.btn-common .rt-button-cap,
.btn-common .rt-button-line {
    -webkit-transform: translateX(-13px);
    -ms-transform: translateX(-13px);
    transform: translateX(-13px);
    transform-origin: right;
    transition: 0.5s;
}

.btn-common rect.rt-button-line {
    height: 1.5px;
    y: 7;
}

.btn-common .rt-button-line {
    stroke: currentColor;
    stroke-width: 0.5;
}

.btn-common path.rt-button-cap {
    stroke-width: 1;
    stroke: #646464;
}

.btn-common:hover path.rt-button-cap {
    stroke: #ffffff;
}

.btn-common:hover .rt-button-line {
    -webkit-animation: qode-button-line 0.4s ease forwards;
    animation: qode-button-line 0.4s ease forwards;
}

.btn-common:hover .rt-button-cap {
    -webkit-animation: qode-button-cap 0.4s ease forwards;
    animation: qode-button-cap 0.4s ease forwards;
}

.rt-button-line {
    transform: translateX(9px);
    stroke-width: 0.1;
    stroke: currentColor;
}

.rt-button-cap,
.rt-button-line {
    transform-origin: right;
    transition: 0.33s cubic-bezier(0.14, -0.07, 0.23, 0.9);
}

/*play button style*/
.rt-item .rt-image .rt-play,
.rt-video .rt-play {
    position: absolute;
    z-index: 3;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #282828;
    animation: pulseShadowlgwhite 2000ms linear infinite;
    transition: all 0.3s ease;
}

.rt-video .rt-play:hover,
.rt-item .rt-image .rt-play:hover {
    background-color: #f07654;
    color: #fff;
    animation: pulseShadowlgprimary 2000ms linear infinite;
}

.rt-video .btn-position-center,
.rt-item .rt-image .btn-position-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rt-video .btn-position-top-left,
.rt-item .rt-image .btn-position-top-left {
    top: 30px;
    left: 30px;
}

.rt-video .btn-position-top-right,
.rt-item .rt-image .btn-position-top-right {
    top: 30px;
    right: 30px;
}

.play-btn-xl {
    width: 80px;
    height: 80px;
    font-size: 30px;
}

.play-btn-lg {
    width: 70px;
    height: 70px;
    font-size: 22px;
}

.play-btn-md {
    width: 60px;
    height: 60px;
    font-size: 20px;
}

.play-btn-sm {
    width: 40px;
    height: 40px;
    font-size: 14px;
}

@-webkit-keyframes pulseShadowlgwhite {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulseShadowlgwhite {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes pulseShadowlgprimary {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(240, 118, 84, 0.7);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(240, 118, 84, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(240, 118, 84, 0);
    }
}

@keyframes pulseShadowlgprimary {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(240, 118, 84, 0.7);
        box-shadow: 0 0 0 0 rgba(240, 118, 84, 0.7);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(240, 118, 84, 0);
        box-shadow: 0 0 0 15px rgba(240, 118, 84, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(240, 118, 84, 0);
        box-shadow: 0 0 0 0 rgba(240, 118, 84, 0);
    }
}

.text-row-2 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*-------------------------------------
#. Topbar Layout
---------------------------------------*/
.header-top-bar {
    position: relative;
    padding: 10px 0;
    z-index: 1;
}

.header-top-bar .tophead-right {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.header-top-bar .social-label {
    color: #ffffff;
    margin-right: 10px;
    text-transform: uppercase;
}

.header-top-bar .tophead-right ul li {
    display: inline-block;
    margin-right: 9px;
}

.header-top-bar .tophead-right ul li:last-child {
    margin-right: 0;
}

.header-top-bar .tophead-left ul li {
    display: inline-block;
    margin-right: 10px;
}

.header-top-bar .tophead-left ul li:last-child {
    margin-right: 0;
}

.header-top-bar .top-bar-wrap {
    padding: 5px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*Top bar widget*/
.header-top-bar .widget {
    margin-bottom: 0;
}

.header-top-bar .widget ul li {
    display: inline-block;
    margin-right: 10px;
}

.header-top-bar .widget ul li:last-child {
    margin-right: 0;
}

/*Top Bar Style 1*/
.topbar-style-1 .header-top-bar {
    background-color: #ffefec;
    color: #1f1f1f;
}

.topbar-style-1 .header-top-bar a {
    color: #1f1f1f;
}

.topbar-style-1 .header-top-bar a:hover {
    color: #f07654;
}

.topbar-style-1 .header-top-bar .tophead-left {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.topbar-style-1 .header-top-bar .tophead-left>div {
    display: inline-flex;
    align-items: center;
}

.topbar-style-1 .tophead-left>div:after {
    content: "|";
    color: #bbbbbb;
    padding: 0 10px;
}

.topbar-style-1 .tophead-left>div:last-child:after {
    display: none;
}

.topbar-style-1 .header-top-bar i {
    color: #ffffff;
    margin-right: 7px;
    line-height: 1;
}

.topbar-style-1 .tophead-right i {
    font-size: 13px;
    width: 13px;
}

.topbar-style-1 .tophead-right .topbar-date:after {
    content: "|";
    color: #bbbbbb;
    padding: 0 10px;
}

.topbar-style-1 .tophead-social li a i {
    color: #bebdbd;
    margin-right: 0;
    transition: all 0.3s ease-out;
}

.topbar-style-1 .tophead-social li a:hover i {
    color: #ffffff;
}

/*Top Bar Style 2*/
.topbar-style-2 .header-top-bar {
    background-color: #f07654;
    color: #ffffff;
}

.topbar-style-2 .header-top-bar a {
    color: #ffffff;
    transition: all 0.3s ease-out;
}

.topbar-style-2 .header-top-bar .tophead-left>div {
    display: inline-flex;
    align-items: center;
}

.topbar-style-2 .tophead-left i {
    color: #ffffff;
    font-size: 14px;
    padding-right: 10px;
    line-height: 1;
}

.topbar-style-2 .tophead-left>div:after {
    content: "|";
    color: #bbbbbb;
    padding: 0 10px;
}

.topbar-style-2 .tophead-left>div:last-child:after {
    display: none;
}

.topbar-style-2 .tophead-right i {
    margin-right: 7px;
    width: 12px;
}

.topbar-style-2 .tophead-right>div:after {
    content: "|";
    color: #bbbbbb;
    padding: 0 10px;
}

.topbar-style-2 .tophead-right>div:last-child:after {
    display: none;
}

/*topbar responsive*/
@media (max-width: 991px) {
    .header-top-bar .top-bar-wrap {
        text-align: center;
    }

    .header-top-bar .top-bar-wrap,
    .topbar-style-1 .header-top-bar .tophead-left {
        display: inherit;
    }
}

@media (max-width: 575px) {
    .topbar-style-1 .tophead-left>div:after {
        display: none;
    }
}

.header-top-bar {
    min-height: 34px;
}

/*-------------------------------------
#. Header
---------------------------------------*/
/* Header Icons */
.header-icon-area {
    display: flex;
    align-items: center;
    min-height: 100%;
    position: relative;
}

.header-icon-area>div {
    position: relative;
}

.header-icon-area>div:last-child:before {
    content: none;
}

.header-icon-area>div:first-child {
    margin-left: 0;
}

.header-icon-area .additional-menu-area {
    margin-left: 40px;
    min-height: 100%;
    width: 110px;
    background-color: #f07654;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-icon-area .offcanvas-menu-wrap {
    display: inline-flex;
    margin-left: 25px;
}

.header-icon-area .user-icon-area {
    margin-right: 15px;
}

.header-icon-area .search-icon,
.header-icon-area .user-icon-area,
.menu-user .user-icon-area {
    font-size: 20px;
}

.search-icon a svg path {
    stroke: #818181;
    transition: all 0.4s ease;
}
.search-icon a:hover svg path {
    stroke: #f07654;
}
.header-icon-area .search-icon a,
.header-icon-area .user-icon-area a,
.menu-user .user-icon-area a {
    color: #818181;
}

.header-icon-area .search-icon a:hover,
.header-icon-area .user-icon-area a:hover,
.menu-user .user-icon-area a:hover {
    color: #f07654;
}

.menu-user {
    display: inline-flex;
    align-items: center;
}

.menu-user .user-icon-area {
    margin-left: 15px;
    position: relative;
    bottom: 2px;
}

.menu-full-wrap {
    display: flex;
    justify-content: space-between;
}

.middlebar-wrap {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(136, 146, 165, 0.25);
}

.header-icon-area {
    display: flex;
    flex-wrap: wrap;
}

.header-icon-area .social-label {
    color: #1f1f1f;
}
@media (max-width: 1199px) {
    .header-icon-area .social-label {
        display: none;
    }
}

.header-icon-area .social-item {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
}

.header-icon-area .social-item li a {
    border: 1px solid #8892a5;
    color: #686868;
    border-radius: 50%;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header-icon-area .social-item li a:hover {
    background-color: #f07654;
    color: #fff;
    border-color: #f07654;
}

.header-burger-menu .line {
    fill: none;
    stroke: #ffffff;
    stroke-width: 3.56px;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.header-burger-menu .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 3;
}

.header-burger-menu .line2 {
    stroke-dasharray: 40 60;
    stroke-width: 3;
}

.header-burger-menu .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 3;
}

.header-burger-menu.side-menu-close .line1,
.header-burger-menu.sidebarBtn.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 3;
}

.header-burger-menu.side-menu-close .line2,
.header-burger-menu.sidebarBtn.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 3;
}

.header-burger-menu.side-menu-close .line3,
.header-burger-menu.sidebarBtn.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 3;
}

/*Right offcanvas menu icon*/
.offcanvas-menu-wrap button.offcanvas-menu-btn {
    border: none;
    background-color: transparent;
    box-shadow: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    padding: 0;
    width: 40px;
}

.offcanvas-menu-wrap button.offcanvas-menu-btn:focus {
    outline: none;
}

.offcanvas-navigation ul {
    padding: 0;
    margin: 0;
}

.offcanvas-navigation ul li {
    line-height: 1.7;
}

@media (max-width: 767px) {
    .offcanvas-navigation ul li {
        line-height: 1.2;
    }

    .offcanvas-navigation ul li a {
        font-size: 28px;
    }
}

/*Header Search*/
.header-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f6fa;
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.header-search .header-search-form,
.header-search .stylish-input-group,
.header-search .custom-search-input {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

.header-search .stylish-input-group input[type=search],
.header-search .header-search-form input[type=search],
.header-search .custom-search-input input[type=text] {
    width: 54%;
    height: 88px;
    color: #1f1f1f;
    font-size: 24px;
    flex: initial;
    text-align: left;
    border: none;
    border-radius: 0;
    margin: 0px auto;
    padding: 20px 35px 20px 25px;
    outline: none;
    background: transparent;
    border: 1px solid #c3c3c3;
    line-height: 28px;
}

@media (max-width: 575px) {

    .header-search .stylish-input-group input[type=search],
    .header-search .header-search-form input[type=search],
    .header-search .custom-search-input input[type=text] {
        width: 70%;
    }
}

.header-search .stylish-input-group input::-webkit-input-placeholder,
.header-search .header-search-form input::-webkit-input-placeholder,
.header-search .custom-search-input input::-webkit-input-placeholder {
    color: #aaa;
}

.header-search .stylish-input-group input:-ms-input-placeholder,
.header-search .header-search-form input:-ms-input-placeholder,
.header-search .custom-search-input input:-ms-input-placeholder {
    color: #aaa;
}

.header-search .stylish-input-group input:-moz-placeholder,
.header-search .header-search-form input:-moz-placeholder,
.header-search .custom-search-input input:-moz-placeholder {
    color: #aaa;
}

.header-search .header-search-form .search-btn,
.header-search .stylish-input-group .btn,
.header-search .custom-search-input .btn {
    padding: 25px 28px;
    box-shadow: none;
    border: none;
    border-radius: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
    margin-top: 0px;
    margin-left: -89px;
    background: rgb(240, 120, 86);
    line-height: 29px;
    z-index: 12;
    transition: all 300ms;
}

.header-search .header-search-form .search-btn i {
    line-height: 28px;
}

.header-search .header-search-form .search-btn:hover,
.header-search .stylish-input-group .btn:hover,
.header-search .custom-search-input .btn:hover {
    background-color: rgba(240, 120, 86, 0.8);
}

.header-search .stylish-input-group .btn,
.header-search .custom-search-input .btn {
    position: absolute;
    left: 20%;
}

.header-search .stylish-input-group input:focus,
.header-search .stylish-input-group .search-btn:focus,
.header-search .stylish-input-group .btn:focus,
.header-search .custom-search-input input:focus,
.header-search .header-search-form .search-btn:focus,
.header-search .custom-search-input .btn:focus {
    box-shadow: none;
    outline: none;
}

.header-search.open {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px) scale(1, 1);
}

.header-search .close {
    position: fixed;
    top: 70px;
    right: 20px;
    margin: 0 auto;
    color: #1f1f1f;
    border-radius: 4px;
    border: none;
    opacity: 0.5;
    visibility: visible;
    padding: 0;
    font-size: 60px;
    font-weight: 300;
    cursor: pointer;
    background: transparent;
    transition: all 300ms;
    transform: translateY(-50%);
    z-index: 1;
}

.header-search .close:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.header-search .close:hover {
    opacity: 1;
}

.header-area {
    background: #ffffff;
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .header-search .close {
        top: 50px;
        transform: none;
        font-size: 50px;
    }
}

/* Sticky Header */
.header-menu {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.admin-bar .rt-sticky {
    top: 32px;
}

.rt-sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0px 7px 65px 0px rgba(0, 0, 0, 0.05);
}

/*header social*/
.header-social {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0;
    padding: 0;
}

.header-social li {
    display: inline-block;
    list-style: outside none none;
}

.header-social li:last-child {
    padding-right: 0;
}

.header-social li a {
    font-size: 15px;
    margin-right: 7px;
    text-align: center;
    color: #1f1f1f;
    display: block;
}

.header-social li:last-child a {
    margin-right: 0;
}

.header-social li i {
    width: 38px;
    height: 38px;
    background: #f7f7f7;
    border-radius: 4px;
    display: inline-block;
    line-height: 36px;
    transition: all 0.3s ease-in-out;
}

.header-social li a:hover i {
    background: #f07654;
    color: #ffffff;
}

/* Header Logo */
.site-header .site-branding a {
    display: table-cell;
    vertical-align: middle;
}

.site-header .site-branding a img {
    max-width: 180px;
    width: 100%;
}

.site-header .site-branding .light-logo {
    display: none;
}

/* Main Navigation fallbackcd*/
.fallbackcd-menu-item .fallbackcd {
	display: block;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    color: #1f1f1f;
    margin-right: 35px;
    padding: 38px 15px;
    text-transform: capitalize;
    font-family: 'Source Serif Pro', sans-serif;
    transition: all ease 0.5s;
}

/* Main Navigation */
.site-header .main-navigation nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.site-header .main-navigation nav ul li {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
}

.site-header .main-navigation nav ul li a {
    position: relative;
    text-decoration: none;
    font-style: normal;
    line-height: 22px;
    font-weight: 400;
    color: #686868;
}

.site-header .main-navigation nav ul li ul {
    background-color: #ffffff;
}

.site-header .main-navigation nav ul li ul li a {
    display: block;
    padding: 7px 30px;
    letter-spacing: 1.5px;
    font-size: 15px;
    z-index: 2;
    transition: all 140ms ease-in-out;
}

.site-header .main-navigation nav ul li ul.sub-menu li {
    margin-bottom: 1px;
    line-height: 1;
    width: 100%;
}

.site-header .main-navigation nav ul li ul.sub-menu li:last-child {
    margin-bottom: 0;
}

.site-header .main-navigation nav ul li ul.sub-menu li a {
    display: inline-block;
    transition: all 0.4s ease;
}

.site-header .main-navigation nav ul li ul.sub-menu li a:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 1px;
    background: #f07654;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    left: 100%;
    bottom: 5px;
}

.site-header .main-navigation nav ul li ul.sub-menu li a:hover {
    transform: translateX(10px);
    transition: all 0.6s ease;
}

.site-header .main-navigation nav ul li ul.sub-menu li a:hover:before {
    left: 30px;
    width: calc(100% - 66px);
    opacity: 1;
    visibility: visible;
    transition: width 0.8s ease;
}

.site-header .main-navigation nav ul li ul.sub-menu li.current>a,
.site-header .main-navigation nav ul li ul.sub-menu li.current-menu-ancestor>a,
.site-header .main-navigation nav ul li ul.sub-menu li.current-menu-item>a {
    transform: translateX(10px);
    transition: all 0.6s ease;
}

.site-header .main-navigation nav ul li ul.sub-menu li.current>a:before,
.site-header .main-navigation nav ul li ul.sub-menu li.current-menu-ancestor>a:before,
.site-header .main-navigation nav ul li ul.sub-menu li.current-menu-item>a:before {
    left: 30px;
    width: calc(100% - 66px);
    opacity: 1;
    visibility: visible;
    transition: width 0.8s ease;
}

.site-header .main-navigation nav ul>li.current>a,
.site-header .main-navigation nav ul>li.current-menu-ancestor>a,
.site-header .main-navigation nav ul>li.current-menu-ancestor>a,
.site-header .main-navigation nav ul>li.current-menu-item>a {
    color: #f07654;
}

.site-header .main-navigation nav ul>li.current>a:before,
.site-header .main-navigation nav ul>li.current-menu-ancestor>a:before,
.site-header .main-navigation nav ul>li.current-menu-item>a:before {
    left: 15px;
    width: calc(100% - 30px);
    opacity: 1;
    visibility: visible;
    transition: width 0.6s;
}

.site-header .main-navigation nav ul>li>a {
    display: block;
    font-size: 17px;
    padding: 38px 15px;
    transition: all 0.3s ease-in-out;
}

.site-header .main-navigation nav ul>li>a:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 0%;
    background: #f07654;
    left: 100%;
    bottom: 30px;
    transition: 0.6s;
    opacity: 0;
    visibility: hidden;
}

.site-header .main-navigation nav ul>li>a:hover {
    color: #f07654;
}

.site-header .main-navigation nav ul>li:hover>a:before {
    left: 15px;
    width: calc(100% - 30px);
    opacity: 1;
    visibility: visible;
    transition: width 0.6s;
}

.site-header .main-navigation nav ul>li.menu-item-has-children>a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    transform: rotate(0deg);
    display: inline-block;
    padding-left: 6px;
    font-size: 14px;
}

.site-header .main-navigation nav ul>li.menu-item-has-children:hover a:after {
    transform: rotate(180deg) translateX(-6px);
    transition: all 0.4s ease;
}

.site-header .main-navigation nav ul>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 230px;
    margin: 0;
    background-color: #fff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    text-align: left;
    padding: 15px 0;
    visibility: hidden;
    opacity: 0;
    z-index: 100;
    transform: translateX(-15px);
    transform-origin: 0 0 0;
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
}

.site-header .main-navigation nav ul>li>ul li ul {
    left: 230px;
    top: 0;
    width: 230px;
}

.site-header .main-navigation nav ul>li:hover>ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.site-header .main-navigation nav ul>li:hover>ul li ul {
    top: 0;
}

/*Menu hover effect*/
.site-header .main-navigation ul.menu li ul.sub-menu li a:after {
    content: "";
}

.site-header .main-navigation ul.menu li ul.sub-menu li a:hover {
    color: #f07654;
}

/* Mega Menu */
.site-header .main-navigation ul li.mega-menu {
    position: static;
}

.site-header .main-navigation ul li.mega-menu:hover ul {
    opacity: 1;
    visibility: visible;
}

.site-header .main-navigation ul li.mega-menu ul.sub-menu li {
    background-color: inherit;
}

.site-header .main-navigation ul li.mega-menu ul.sub-menu li:last-child {
    border-bottom: none;
}

.site-header .main-navigation ul li.mega-menu ul.sub-menu li a {
    color: #010101;
    padding-left: 15px;
}

.site-header .main-navigation ul li.mega-menu ul.sub-menu li a:hover {
    color: #1f1f1f;
    padding-left: 20px;
}

.site-header .main-navigation ul li.mega-menu>ul.sub-menu {
    background-color: #ffffff;
    width: calc(100% - 30px);
    max-width: 1170px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    padding: 15px;
    display: flex;
    justify-content: space-around;
}

.site-header .main-navigation ul li.mega-menu>ul.sub-menu>li {
    display: inline-block;
    margin: 0 15px;
    width: 100%;
    border: none;
}

.site-header .main-navigation ul li.mega-menu>ul.sub-menu>li ul {
    top: 0;
    position: relative;
    width: inherit;
    left: inherit;
    box-shadow: none;
    border-top: none;
}

.site-header .main-navigation ul li.mega-menu>ul.sub-menu li:after {
    content: '';
}

.site-header .main-navigation ul li.mega-menu>ul.sub-menu li:before {
    color: #f07654;
    font-size: 14px;
    padding-right: 13px;
}

.site-header .main-navigation ul li.mega-menu>ul.sub-menu>li>a {
    font-size: 16px;
}

.site-header .main-navigation ul li.mega-menu>ul.sub-menu>li>a {
    font-weight: 700;
}

.site-header .main-navigation ul li.mega-menu.hide-header>ul.sub-menu>li>a {
    display: none;
}

/*Mega Menu hover effect*/
.site-header .main-navigation ul.menu li.mega-menu ul.sub-menu li:after,
.site-header .main-navigation ul.menu li.mega-menu ul.sub-menu li.menu-item-has-children:before {
    display: none;
}

/*-------------------------------------
#. Header Layout 1
---------------------------------------*/
.header-style-1 .site-branding {
    margin-left: 50px;
    display: flex;
    align-items: center;
}

/*-------------------------------------
#. Header Layout 2
---------------------------------------*/
.header-style-2 .site-branding {
    display: flex;
    align-items: center;
}
.header-style-2 .header-menu {
    border-bottom: 1px solid #dee2e6;
}

.header-style-2 .menu-full-wrap {
    padding: 0 40px;
}
/*-------------------------------------
#. Header Layout 3
---------------------------------------*/
.header-style-3 .menu-full-wrap {
    padding: 0 0 0 40px;
}

.header-style-3 .header-icon-area .additional-menu-area {
    border-left: 1px solid #dfdfdf;
    background-color: transparent;
}

.header-style-3 .header-icon-area .additional-menu-area .header-burger-menu .line {
    stroke: #646464;
}

/*-------------------------------------
#. Header Layout 4
---------------------------------------*/
.header-style-4 .additional-menu-area {
    background-color: transparent!important;
    width: auto;
}
.header-style-4 .header-icon-area {
    min-width: 270px;
}

.header-style-4 .additional-menu-area .header-burger-menu .line {
    stroke: #1f1f1f;
}

.header-style-4 .header-menu .header-animated-image-wrap {
    overflow: hidden;
    width: 100%;
    height: 140px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.header-style-4 .header-menu .header-animated-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    text-align: center;
}

.header-style-4 .search-icon {
    margin-left: 20px;
}
/*-------------------------------------
#. Header Responsive
---------------------------------------*/
@media all and (max-width: 1199px) {
    .site-header .main-navigation nav ul li a {
        padding-left: 7px;
        padding-right: 7px;
    }

    .site-header .main-navigation ul li a {
        padding-left: 7px;
        padding-right: 7px;
    }

    .header-style-1 .site-header .header-top .header-address>div {
        margin-bottom: 15px;
    }
    .site-header .main-navigation nav ul>li:hover>a:before {
        left: 7px;
    }

    .site-header .main-navigation nav ul>li.current-menu-ancestor>a:before {
        left: 7px;
    }
}

/*Header mobile responsive*/
@media (max-width: 992px) {
    .header-style-1 .site-header .site-branding {
        display: none;
    }

    .header-style-1 .header-controll,
    .header-style-3 .header-controll {
        border-bottom: 1px solid #f8f8f8;
    }

    .header-style-3 .header-3-middle {
        display: none;
    }

    .header-style-1 .site-header .header-top .header-address {
        width: 100%;
        text-align: center;
    }

    .header-style-1 .site-header .header-top .header-address>div:nth-child(2):after {
        display: none;
    }
}

@media all and (max-width: 767px) {

    /* Topbar 1 */
    #tophead .tophead-right {
        text-align: center;
        float: none;
    }

    /* Header 1 */
    .site-header .site-branding {
        display: block;
        height: inherit;
        padding: 20px 0;
        text-align: center;
    }

    .site-header .site-branding a {
        display: block;
        vertical-align: inherit;
    }

    .site-header .site-branding a img {
        height: 35px;
    }

    .site-header .main-navigation ul {
        text-align: center;
    }

    .site-header .main-navigation ul li a {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .header-icon-area {
        display: none;
    }

    .header-style-1 .site-header .header-top .header-address>div {
        margin-right: 20px;
        padding-right: 20px;
        border: none;
    }

    .header-style-1 .site-header .header-top .icon-left {
        font-size: 16px;
        height: 40px;
        width: 40px;
        line-height: 38px;
    }

    /* Header 2 */
    .header-style-2 .site-header .main-navigation ul {
        text-align: center;
    }

    .header-style-2 .site-header .main-navigation ul li a {
        padding: 10px 15px;
    }

    /* Header 3 */
    .header-firstrow {
        padding: 15px 0 10px;
    }

    .site-header .site-branding,
    .header-firstrow-right {
        display: block;
        height: inherit;
    }

    .site-header .site-branding {
        padding: 0 0 10px 0px;
    }

    .header-firstrow-right-contents {
        display: block;
    }

    .header-firstrow-right-contents ul {
        display: block;
        padding: 0;
        text-align: center;
    }

    .header-contact li {
        display: block;
        margin-left: 0;
    }

    .menu-sep {
        margin-bottom: 10px;
    }

    .site-header .main-navigation ul {
        text-align: center;
    }

    .site-header .main-navigation ul li a {
        padding: 10px 15px;
    }

    /* Header 4 */
    .header-firstrow-wrap {
        padding-top: 10px;
    }

    .site-header .site-branding,
    .header-firstrow {
        display: block;
        height: inherit;
        text-align: center;
        padding-top: 0;
        padding-bottom: 10px;
    }

    .header-firstrow-contents {
        display: block;
    }

    .header-contact li {
        display: block;
        margin-right: 0;
    }

    .header-firstrow-contents-right {
        text-align: center;
    }

    .header-firstrow-contents-right .header-icon-area {
        display: none;
    }

    /* Header 5 */
    .site-header .site-branding {
        float: none;
        height: inherit;
    }

    .site-header .main-navigation {
        float: none;
    }

    .site-header .main-navigation ul.menu>li>a {
        padding: 10px 15px;
        border-left: none;
    }

    .header-menu-btn {
        display: none;
    }
}

@media (max-width: 1498px) {
    .header-style-1 .site-header .header-top .header-address>div {
        margin-right: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 575px) {
    .header-style-1 .site-header .header-top .header-address>div:first-child {
        margin-bottom: 8px;
    }

    .header-style-1 .site-header .header-top .header-address>div:after {
        display: none;
    }

    .header-style-1 .site-header .header-top .header-address>div {
        margin-right: 0;
        padding-right: 0;
    }
}

/*---------------------------
#. Header Ad
-----------------------------*/
.header-ad {
    position: relative;
    z-index: 1;
}

.header-ad-item {
    text-align: center;
    padding: 10px 0 30px;
}

.content-top-ad-item {
    padding-bottom: 30px;
}

.content-bottom-item {
    padding-top: 50px;
}

.post-template-post-layout-2 .content-top-ad-item {
    padding-bottom: 30px;
    padding-top: 30px;
}

.content-top-ad-item img,
.content-bottom-ad img,
.header-ad-item img {
    border-radius: 4px;
}

/*---------------------------
#. Header Right Menu
-----------------------------*/
/*offcanvas layout 1*/
.additional-menu-area .sidenav .canvas-content::-webkit-scrollbar {
    width: 0;
}

.rt-slide-nav::-webkit-scrollbar {
    width: 0;
}

.additional-menu-area a.side-menu-trigger {
    color: #222;
    cursor: pointer;
    font-size: 21px;
    line-height: 0;
}

.additional-menu-area .sidenav .closebtn {
    background: #f07654;
    color: #ffffff;
    display: block;
    font-size: 20px;
    position: absolute;
    right: 50px;
    top: 60px;
    font-weight: 500;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 4;
}

.additional-menu-area .sidenav ul li a:hover {
    color: #f07654;
}

.additional-menu-area .sub-menu {
    display: none;
}

.additional-menu-area .sidenav .sub-menu {
    border-top: 1px solid #e9e9e9;
    padding-left: 30px;
}

.additional-menu-area .sidenav ul li ul.sub-menu li>a {
    font-size: 13px;
}

.additional-menu-area .sidenav ul li.menu-item-has-children>a::after {
    content: "\f067";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    transition: 0.1s;
    right: 0;
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    color: #999999;
}

.additional-menu-area .sidenav ul li.menu-item-has-children>a.opened::after {
    content: "\f068";
}

body .rt-cover {
    z-index: 149;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0);
    animation: slideInLeft 500ms ease-in-out;
    transition: all 0.5s ease-in-out;
}

/*offcanvus button*/
.header-offcanvus button.side-menu-trigger .menu-text {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 10px;
    color: #292929;
    transition: all 0.3s ease;
    position: relative;
    top: 1px;
}

.header-offcanvus button.side-menu-trigger {
    border: none;
    background-color: transparent;
    box-shadow: none;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    padding: 0;
    border-radius: 4px;
    justify-content: center;
}

.additional-menu-area .sidenav {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    max-width: 650px;
    width: 100%;
    position: fixed;
    transform: translateX(-100%);
    overflow-y: scroll;
    padding: 100px 50px 50px;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #f07654;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
    transition-property: transform;
}

.additional-menu-area .sidenav::-webkit-scrollbar {
    width: 0;
}

.additional-menu-area .sidenav .canvas-content {
    text-align: center;
}

.additional-menu-area .sidenav .canvas-content .close-btn {
    cursor: pointer;
    position: absolute;
    top: 50px;
    right: 70px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius: 5px;
    color: #fff;
    z-index: 111;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.additional-menu-area .sidenav .canvas-content .close-btn:hover {
    color: #1f1f1f;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.additional-menu-area .sidenav .canvas-content .close-btn:hover>span * {
    background-color: #1f1f1f;
}

.additional-menu-area .sidenav .canvas-content .close-btn span {
    padding-right: 18px;
}

.additional-menu-area .sidenav .canvas-content .additional-logo .dark-logo {
    display: none;
}

.additional-menu-area .sidenav .canvas-content .additional-logo .light-logo {
    display: block;
}

.additional-menu-area .sidenav .canvas-content .sidenav-address {
    margin: 50px 0;
    padding: 50px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #e66846;
}

.additional-menu-area .sidenav .canvas-content .sidenav-address .address-box-title {
    color: #ffffff;
}

.additional-menu-area .sidenav .canvas-content .sidenav-address .address-item {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 10px;
}

.additional-menu-area .sidenav .canvas-content .sidenav-address .address-item:last-child {
    margin-bottom: 0;
}

.additional-menu-area .sidenav .canvas-content .sidenav-address .address-item a {
    color: #ffffff;
}

.additional-menu-area .sidenav .canvas-content .sidenav-social .footer-social {
    list-style: none;
}

.additional-menu-area .sidenav .canvas-content .sidenav-social .footer-social li {
    margin: 0 5px 10px;
    display: inline-block;
}

.additional-menu-area .sidenav .canvas-content .sidenav-social .footer-social li a {
    padding: 1px 5px;
    height: auto;
    width: auto;
    display: inline-block;
    color: #ffefec;
    font-size: 18px;
    line-height: inherit;
    border-radius: 0;
    border: none;
}

.additional-menu-area .sidenav .canvas-content .sidenav-social .footer-social li a i {
    display: none;
}

.additional-menu-area .sidenav .canvas-content .sidenav-social .footer-social li a span {
    display: block;
}

.animation-shape-lines {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 39px;
    height: 23px;
    overflow: hidden;
    color: #fff;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.animation-shape-lines::before,
.animation-shape-lines::after {
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 2px);
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition-delay: 0s;
}

.animation-shape-lines::before {
    transform: rotate(45deg) translateX(-100%);
}

.animation-shape-lines::after {
    transform: rotate(-45deg) translateX(-100%);
}

.animation-shape-lines .animation-shape-line {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    top: calc(50% - 2px);
    left: 0;
    background-color: currentColor;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition-delay: 0s;
}

.animation-shape-lines .animation-shape-line.eltdf-line-1 {
    transform: rotate(45deg) translateX(0);
}

.animation-shape-lines .animation-shape-line.eltdf-line-2 {
    transform: rotate(-45deg) translateX(0);
}

.close-hover:hover {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.close-hover:hover .animation-shape-lines::before {
    transform: rotate(45deg) translateX(0);
    transition-delay: 0.3s;
}

.close-hover:hover .animation-shape-lines::after {
    transform: rotate(-45deg) translateX(0);
    transition-delay: 0.45s;
}

.close-hover:hover .animation-shape-line.eltdf-line-1 {
    transform: rotate(45deg) translateX(100%);
    transition-delay: 0s;
}

.close-hover:hover .animation-shape-line.eltdf-line-2 {
    transform: rotate(-45deg) translateX(100%);
    transition-delay: 0.15s;
}

/*-------------------
#. Preloader css
--------------------*/
#preloader {
    overflow: visible;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999999;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.loader {
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
    background: #ffffff;
}

.loader .cssload-loader {
    width: 65px;
    height: 65px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.loader .cssload-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 50%;
}

.loader .cssload-inner.cssload-one {
    left: 0%;
    top: 0%;
    animation: cssload-rotate-one 1.15s linear infinite;
    border-bottom: 5px solid #f07654;
}

.loader .cssload-inner.cssload-two {
    right: 0%;
    top: 0%;
    animation: cssload-rotate-two 1.15s linear infinite;
    border-right: 5px solid #f07654;
}

.loader .cssload-inner.cssload-three {
    right: 0%;
    bottom: 0%;
    animation: cssload-rotate-three 1.15s linear infinite;
    border-top: 5px solid #f07654;
}

@keyframes cssload-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes cssload-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

@-webkit-keyframes cssload-rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }

    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

/*---------------------------------------------------------
#. Footer - Scroll to top
-----------------------------------------------------------*/
.scroll-wrap {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 37px;
    height: 37px;
    cursor: pointer;
    display: block;
    border-radius: 100%;
    box-shadow: inset 0 0 0 0.1rem rgba(128, 130, 134, 0.25);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.75rem);
    transition: all 200ms linear, margin-right 0ms;
}

.scroll-wrap:after {
    position: absolute;
    content: "\f062";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #f07654;
    left: 0;
    top: 0;
    height: 37px;
    width: 37px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 200ms linear;
}

.scroll-wrap.active-scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-wrap svg path {
    fill: none;
}

.scroll-wrap svg.scroll-circle path {
    stroke: #f07654;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear;
}

/*---------------------------------------------
#. Widgets - Footer Widgets
-----------------------------------------------*/
.site-content {
    position: relative;
    background-color: #ffffff;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 1400px) {
    .footer-sticky {
        position: sticky;
        bottom: 0;
        top: 0;
        z-index: 0;
    }
}

.footer-bottom-area a,
.footer-bottom-area a:link,
.footer-bottom-area a:visited {
    color: #646464;
}

.footer-bottom-area a:hover,
.footer-bottom-area .widget ul li a:hover {
    color: #1f1f1f;
}

.footer-area .widgettitle {
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 25px;
    margin-right: 10px;
    font-weight: 400;
}

.footer-area .widgettitle svg {
    margin-left: 10px;
}

.footer-area .widgettitle svg path {
    fill: #686868;
}

.footer-area .widgettitle svg path.main-shape {
    fill: #f07654;
}

.footer-content-area {
    font-size: 16px;
    border-top: none;
    padding: 90px 0 30px;
}

@media (max-width: 767px) {
    .footer-top-area {
        text-align: left;
    }

    .footer-content-area {
        padding-top: 80px;
        padding-bottom: 20px;
    }
}

.footer-top-area .widget select {
    color: #444444;
}

.footer-top-area .widget_archive.widget>select {
    margin-top: 0;
}

.footer-top-area .widget {
    margin-bottom: 60px;
    padding-bottom: 0px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.footer-area caption {
    color: inherit;
}

/*corporate address*/
.footer-top-area .widget_yakeen_address p {
    margin-bottom: 0;
}

.footer-top-area .corporate-address {
    margin-top: 20px;
}

.footer-top-area .corporate-address li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-bottom: 0;
}

.footer-top-area .corporate-address li span {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

/*widget search*/
.footer-top-area .search-form input:-webkit-autofill,
.footer-top-area .search-form input:-webkit-autofill:hover,
.footer-top-area .search-form input:-webkit-autofill:focus,
.footer-top-area .search-form input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

.footer-top-area .search-form .input-group>.custom-select:not(:last-child),
.footer-top-area .search-form .input-group>.form-control:not(:last-child) {
    border-bottom: 1px solid #0f1012;
}

.footer-top-area .search-form button:hover {
    color: #fff;
}

.footer-top-area .search-form input {
    color: #ffffff;
}

.footer-top-area .widget_search .search-form input.form-control::-webkit-input-placeholder {
    color: #d0d0d0;
}

.footer-top-area .widget_search .search-form input.form-control:-ms-input-placeholder {
    color: #d0d0d0;
}

.footer-top-area .widget_search .search-form input.form-control:-moz-placeholder {
    color: #d0d0d0;
}

.footer-top-area .wp-caption-text {
    color: #d0d0d0;
}

/*widget categories*/
.footer-top-area .widget_categories,
.footer-top-area .widget_archive,
.footer-top-area .widget_pages,
.footer-top-area .widget_meta,
.footer-top-area .widget_nav_menu {
    overflow: hidden;
}
.footer-top-area .widget_categories ul li a,
.footer-top-area .widget_archive ul li a,
.footer-top-area .widget_pages ul li a,
.footer-top-area .widget_meta ul li a,
.footer-top-area .widget_nav_menu ul li a {
    display: inline-block;
    position: relative;
    transition: all 0.4s ease-in-out;
}
.footer-top-area .widget_categories ul li a:before,
.footer-top-area .widget_archive ul li a:before,
.footer-top-area .widget_pages ul li a:before,
.footer-top-area .widget_meta ul li a:before,
.footer-top-area .widget_nav_menu ul li a:before {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #f07654;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    transition: all 0.4s ease-in-out;
}
.footer-top-area .widget_categories ul li a:hover,
.footer-top-area .widget_archive ul li a:hover,
.footer-top-area .widget_pages ul li a:hover,
.footer-top-area .widget_meta ul li a:hover,
.footer-top-area .widget_nav_menu ul li a:hover {
    padding-left: 25px;
    color: #f07654;
}
.footer-top-area .widget_categories ul li a:hover:before,
.footer-top-area .widget_archive ul li a:hover:before,
.footer-top-area .widget_pages ul li a:hover:before,
.footer-top-area .widget_meta ul li a:hover:before,
.footer-top-area .widget_nav_menu ul li a:hover:before {
    opacity: 1;
    visibility: visible;
    left: 0;
    color: #f07654;
}

/*yakeen category*/
.footer-top-area .rt-category-style2 .rt-item {
    margin-bottom: 19px;
    width: 100%;
}

.footer-top-area .rt-category-style2 .rt-item a {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.footer-top-area .rt-category-style2 .rt-item a:before {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #f07654;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    transition: all 0.4s ease-in-out;
}

.footer-top-area .rt-category-style2 .rt-item a:hover {
    padding-left: 25px;
    color: #f07654;
}

.footer-top-area .rt-category-style2 .rt-item a:hover:before {
    opacity: 1;
    visibility: visible;
    left: 0;
    color: #f07654;
}

.footer-top-area .rt-category-style2 .rt-item:last-child {
    margin-bottom: 0;
}

.footer-top-area .rt-category-style2 .rt-item img {
    display: none;
}

.footer-top-area .rt-category-style2 .rt-item .rt-content {
    position: relative;
    top: initial;
    transform: none;
    padding: 0;
    display: flex;
    align-items: center;
}

.footer-top-area .rt-category .rt-item::after {
    display: none;
}

.footer-top-area .rt-category .rt-item .rt-cat-name {
    color: #c5c5c5;
    font-size: 18px;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0;
    transition: all 140ms ease-in-out;
}

.footer-top-area .rt-category-style2 .rt-item .rt-cat-count {
    color: #d0d0d0;
    font-size: 15px;
    background-color: transparent;
    display: inherit;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    line-height: 1;
}

.footer-top-area .rt-category-style2 .rt-item:hover .rt-cat-count {
    background-color: transparent;
}
/*widget recent comments*/
.footer-top-area .widget_recent_comments ul li {
    transition: all 140ms ease-in-out;
}

.footer-top-area .widget_recent_comments ul li.recentcomments:last-child {
    margin-bottom: 0;
}

.footer-top-area .widget_recent_comments ul li.recentcomments>a:before {
    display: none;
}

.footer-top-area .widget_recent_comments ul li.recentcomments>span {
    position: relative;
}

.footer-top-area .widget_recent_comments ul li.recentcomments:hover>span:before {
    background-color: #f07654;
}

.footer-top-area .widget_recent_comments ul li.recentcomments span>a:before {
    left: -15px;
    top: -3px;
}
/*widget Social*/
.footer-area .footer-about {
    margin-bottom: 28px;
}

@media (min-width: 992px) {
    .footer-area .footer-about {
        margin-right: 40px;
    }
}

.footer-area .footer-social {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-area .footer-social li {
    display: inline-block;
    margin-right: 15px;
    padding-bottom: 0;
    transition: all 0.3s ease-in-out;
}

.footer-area .footer-social li:last-child {
    margin-right: 0;
}

.footer-top-area ul li a i {
    transition: all 0.3s ease-in-out;
}

/*widget tag cloud*/
.footer-top-area .widget_tag_cloud .tagcloud {
    padding-top: 10px;
}

.footer-top-area .widget_tag_cloud a {
    background: transparent;
    border-radius: 4px;
    border: 1px solid #252525;
    color: #d0d0d0 !important;
    display: inline-block;
    font-size: 15px !important;
    margin: 0 2px 4px 0;
    padding: 8px 13px;
    transition: all 0.3s;
}

@media (max-width: 991px) {
    .footer-top-area .widget_tag_cloud a {
        padding: 8px;
    }
}

.footer-top-area .widget_tag_cloud a:hover {
    background-color: #f07654 !important;
    color: #ffffff !important;
}

.footer-top-area .search-form input.search-submit {
    background-color: #fff;
    color: #f07654;
}

/*widget calender*/
.footer-top-area .widget_calendar caption {
    caption-side: initial;
    text-align: center;
    font-weight: 500;
    border-radius: 6px 6px 0 0;
    background: #f07654;
    color: #ffffff;
    padding: 10px 7px;
    margin-top: 0px;
}

.footer-top-area .widget_calendar table th,
.footer-top-area .widget_calendar table td {
    border: none;
}

.footer-top-area .widget_calendar table td#today {
    background: #f07654;
    color: #ffffff;
    border-radius: 3px;
}

.footer-top-area .widget_calendar table td#today a {
    color: #ffffff;
}

.footer-top-area .widget_calendar table td a {
    color: #f07654;
}

/*widget post box*/
.footer-top-area .post-box-style .rt-news-box-widget {
    border-bottom: none;
    margin-bottom: 15px;
}

.footer-top-area .post-box-style .post-content .entry-title a {
    color: #ffffff;
    display: inline;
}

.footer-top-area .post-box-style .entry-cat a,
.footer-top-area .post-box-style .entry-date {
    color: #d0d0d0;
}

.footer-top-area .post-box-style .entry-cat a i,
.footer-top-area .post-box-style .entry-date i {
    color: #f07654;
}

.footer-top-area a {
    text-decoration: none;
    display: inline-block;
}

.footer-top-area .widget a:hover,
.footer-top-area .widget a:active {
    color: #1f1f1f;
}

.footer-top-area ul li {
    margin-bottom: 15px;
    position: relative;
    line-height: 1.4;
}

.footer-top-area ul li:last-child,
.footer-top-area ul.menu li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.footer-top-area ul li ul.children,
.footer-top-area ul li ul.sub-menu {
    padding-left: 15px;
    padding-top: 15px;
}

.footer-top-area ul li ul.children li :last-child,
.footer-top-area ul li ul.sub-menu li :last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.footer-top-area ul li a {
    text-decoration: none;
}

.footer-top-area .widget_tag_cloud a {
    text-decoration: none;
}

.footer-top-area .mc4wp-success {
    margin-top: 25px;
}

.footer-top-area .widget>form.mc4wp-form {
    padding: 0px;
    background: transparent;
}

.footer-top-area .rt-news-box .media-body .post-date-dark {
    font-size: 14px;
    margin-bottom: 12px;
}

.footer-top-area .rt-news-box .media-body .post-date-dark ul li {
    color: #aeaeae;
}

.footer-top-area .rt-news-box .media-body h3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0;
}

.footer-top-area .rt-news-box .dark .rt-news-box-widget .media-body a {
    color: #c6ceec;
}

.footer-top-area .rt-news-box .dark .rt-news-box-widget .media-body a:hover {
    color: #f07654;
}

.footer-top-area .rt-news-box .media a.post-img-holder {
    width: 32% !important;
}

.footer-top-area .gallery .gallery-item {
    max-width: 31.5%;
    margin: 0 5px 5px 0px;
}

.footer-top-area .gallery .gallery-item img {
    max-height: 100px;
}

.footer-area .copyright {
    color: #aaaaaa;
    text-align: center;
}

@media (max-width: 767px) {
    .footer-area .copyright {
        text-align: left;
    }
}

.footer-area .copyright a {
    color: #d0d0d0;
}

.footer-area .copyright a:hover {
    color: #ffffff;
}

/*Footer 1*/
.footer-style-1 .footer-area {
    position: relative;
    overflow: hidden;
    background-color: #1C1C1C;
    color: #d0d0d0;
}

.footer-style-1 .footer-area .widget_media_image {
    margin-bottom: 25px;
}

.footer-style-1 .footer-copyright-area {
    border-top: 1px solid #252525;
    font-size: 17px;
    text-align: center;
    padding: 25px 0;
    position: relative;
}

.footer-style-1 .footer-area .widget_text {
    margin-bottom: 20px;
}

.footer-style-1 .footer-top-area .widget ul.menu li a {
    margin-left: 0;
}

.footer-style-1 .footer-social li a {
    height: 40px;
    width: 40px;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background: transparent;
    border: 1px solid;
    border-color: #8892a5;
    color: #ffffff;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.footer-style-1 .footer-social li a span {
    display: none;
}

.footer-style-1 .footer-top-area ul.menu li.menu-item-has-children ul.sub-menu {
    display: block;
}

.footer-style-1 .footer-social li a:hover {
    background: #f07654;
    border-color: #f07654;
    color: #ffffff;
}

/*Footer 2*/
.footer-style-2 .footer-area {
    position: relative;
    overflow: hidden;
}

.footer-style-2 .footer-top-area {
    background-color: #ffffff;
    color: #d0d0d0;
}

.footer-style-2 .footer-copyright-area {
    position: relative;
    z-index: 999;
    font-size: 16px;
    text-align: center;
    padding: 25px 0;
    border-top: 1px solid #252525;
}

.footer-style-2 .footer-area .widget_media_image {
    margin-bottom: 25px;
}

.footer-style-2 .footer-area .widgettitle {
    color: #1f1f1f;
}

.footer-style-2 .footer-top-area .widget {
    margin-bottom: 30px;
}

.footer-style-2 .footer-top-area a,
.footer-style-2 .footer-area .copyright a,
.footer-style-2 .footer-top-area .widget ul.menu li a,
.footer-style-2 .footer-top-area .footer-social li a {
    color: #1f1f1f;
}

.footer-style-2 .footer-top-area a:hover,
.footer-style-2 .footer-area .copyright a:hover,
.footer-style-2 .footer-top-area .widget ul.menu li a:hover,
.footer-style-2 .footer-top-area .footer-social li a:hover {
    color: #f07654;
}

.footer-style-2 .footer-area .copyright a:hover {
    color: #f07654;
}

.footer-style-2 .footer-top-area .footer-social li a:hover {
    background: none;
}

.footer-style-2 .footer-bottom-content {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid rgba(182, 187, 175, 0.5);
}

.footer-style-2 .footer-bottom-content.show-social.show-copyright {
    justify-content: space-between;
}

.footer-style-2 .footer-bottom-content.no-copyright,
.footer-style-2 .footer-bottom-content.no-social {
    justify-content: center;
}

.footer-style-2 .footer-top-area {
    text-align: center;
    background-color: #ffefec;
    padding-top: 60px;
}

.footer-style-2 .footer-top-area .widget ul.menu li a {
    font-family: 'Source Serif Pro', sans-serif;
    padding: 2px 15px;
    font-size: 17px;
}

.footer-style-2 .footer-logo {
    margin-bottom: 50px;
}

.footer-style-2 .footer-top-area {
    background-color: #0f1012;
}

.footer-style-2 .footer-area .copyright,
.footer-style-2 .footer-area .copyright a {
    color: #1f1f1f;
}

.footer-style-2 .footer-top-area .widget_nav_menu ul li a:before {
    display: none;
}

@media (max-width: 991px) {
    .footer-style-2 .footer-bottom-content {
        display: block;
    }
    .footer-style-2 .footer-bottom-content .copyright {
        text-align: center;
        margin-bottom: 10px;
    }
}

/*Footer 3*/
.footer-style-3 .footer-area {
    position: relative;
    overflow: hidden;
}

.footer-style-3 .footer-area .widgettitle {
    color: #1f1f1f;
}

.footer-style-3 .footer-top-area .widget {
    margin-bottom: 30px;
}

.footer-style-3 .footer-top-area a,
.footer-style-3 .footer-area .copyright a,
.footer-style-3 .footer-top-area .widget ul.menu li a,
.footer-style-3 .footer-top-area .footer-social li a {
    color: #1f1f1f;
}

.footer-style-3 .footer-top-area a:hover,
.footer-style-3 .footer-area .copyright a:hover,
.footer-style-3 .footer-top-area .widget ul.menu li a:hover,
.footer-style-3 .footer-top-area .footer-social li a:hover {
    color: #f07654;
}

.footer-style-3 .footer-area .copyright a:hover {
    color: #f07654;
}

.footer-style-3 .footer-top-area .footer-social li a:hover {
    background: none;
}

.footer-style-3 .footer-bottom-content {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid rgba(182, 187, 175, 0.5);
}

.footer-style-3 .footer-bottom-content.show-social.show-copyright {
    justify-content: space-between;
}

.footer-style-3 .footer-bottom-content.no-copyright,
.footer-style-3 .footer-bottom-content.no-social {
    justify-content: center;
}

.footer-style-3 .footer-top-area {
    text-align: center;
    background-color: #ffefec;
    padding-top: 60px;
}

.footer-style-3 .footer-top-area .widget ul.menu li a {
    font-family: 'Source Serif Pro', sans-serif;
    padding: 2px 15px;
    font-size: 17px;
}

.footer-style-3 .footer-logo {
    margin-bottom: 50px;
}

.footer-style-3 .footer-top-area {
    background-color: #0f1012;
}

.footer-style-3 .footer-top-area .widget_nav_menu ul li a:before {
    display: none;
}

@media (max-width: 991px) {
    .footer-style-3 .footer-area .copyright {
        margin-bottom: 10px;
        text-align: center;
    }
    .footer-style-3 .footer-bottom-content {
        display: block;
    }
}

/*Footer 4*/
.footer-style-4 .footer-area {
    position: relative;
    overflow: hidden;
}

.footer-style-4 .footer-top-area {
    background-color: #ffffff;
    color: #d0d0d0;
}

.footer-style-4 .footer-copyright-area {
    position: relative;
    z-index: 999;
    font-size: 16px;
    text-align: center;
    padding: 25px 0;
    border-top: 1px solid #252525;
}

.footer-style-4 .footer-area .widget_media_image {
    margin-bottom: 25px;
}

.footer-style-4 .footer-area .widgettitle {
    color: #1f1f1f;
}

.footer-style-4 .footer-top-area .widget {
    margin-bottom: 30px;
}

.footer-style-4 .footer-top-area a,
.footer-style-4 .footer-area .copyright a,
.footer-style-4 .footer-top-area .widget ul.menu li a,
.footer-style-4 .footer-top-area .footer-social li a {
    color: #ffffff;
}

.footer-style-4 .footer-top-area a:hover,
.footer-style-4 .footer-area .copyright a:hover,
.footer-style-4 .footer-top-area .widget ul.menu li a:hover,
.footer-style-4 .footer-top-area .footer-social li a:hover {
    color: #f07654;
}

.footer-style-4 .footer-area .copyright a:hover {
    color: #f07654;
}

.footer-style-4 .footer-top-area .footer-social li a:hover {
    background: none;
}

.footer-style-4 .footer-bottom-content {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-top: 1px solid rgba(182, 187, 175, 0.5);
}

.footer-style-4 .footer-bottom-content.show-social.show-copyright {
    justify-content: space-between;
}

.footer-style-4 .footer-bottom-content.no-copyright,
.footer-style-4 .footer-bottom-content.no-social {
    justify-content: center;
}

.footer-style-4 .footer-top-area {
    text-align: center;
    background-color: #ffefec;
    padding-top: 80px;
}

.footer-style-4 .footer-top-area .widget ul.menu li a {
    font-family: 'Source Serif Pro', sans-serif;
    padding: 2px 15px;
    font-size: 17px;
}

.footer-style-4 .footer-logo {
    margin-bottom: 50px;
}

.footer-style-4 .footer-top-area {
    background-color: #0f1012;
}

.footer-style-4 .footer-top-area .widget_nav_menu ul li a:before {
    display: none;
}

@media (max-width: 991px) {
    .footer-style-4 .footer-bottom-content {
        display: block;
    }
    .footer-style-4 .footer-bottom-content .copyright {
        text-align: center;
        margin-bottom: 10px;
    }
}

.footer-top-area .widget ul li {
    margin-right: 20px;
}

.footer-top-area .widget ul li:last-child {
    margin-right: 0;
}

.footer-top-area ul.menu li.menu-item-has-children ul.sub-menu {
    display: none;
}

@media (max-width: 991px) {
    .footer-top-area .footer-shape {
        display: none;
    }
}

.footer-top-area .footer-shape ul {
    list-style: none;
}

.footer-top-area .footer-shape ul li {
    position: absolute;
}

.footer-top-area .footer-shape ul li.left-top {
    top: 0;
    left: 0;
}

.footer-top-area .footer-shape ul li.right-top {
    top: 0;
    right: 0;
}

.footer-top-area .footer-shape ul li.left-bottom {
    bottom: 0;
    left: 0;
}

.footer-top-area .footer-shape ul li.right-bottom {
    bottom: 0;
    right: 0;
}
.menu-primary-menu-container ul li,
.menu-footer-menu-container ul li {
    display: inline-block;
}

/*post footer meta*/
.entry-footer {
    padding: 10px 20px;
    margin-top: 25px;
    background-color: #1f1f1f;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.entry-footer .meta-title {
    font-size: 18px;
    margin-bottom: 0;
    margin-right: 15px;
    color: #ffffff;
}

.entry-footer .post-share {
    margin: 7px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.entry-footer .post-share .share-links {
    margin-top: 5px;
}

.entry-footer .post-share .share-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid;
    border-color: #6a6a6a;
    transition: all 0.5s ease;
    color: #ffffff;
    position: relative;
    margin-bottom: 5px;
    margin-right: 10px;
}

.entry-footer .post-share .share-links a:last-child {
    margin-right: 0;
}

.entry-footer .post-share .share-links a:hover {
    background-color: #f07654;
    border-color: #f07654;
}

.entry-footer .meta-tags {
    margin: 7px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.entry-footer .meta-tags a {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    border: 1px solid;
    border-color: #6a6a6a;
    border-radius: 4px;
    padding: 5px 10px;
    background-color: transparent;
    transition: all 0.3s ease;
    text-transform: lowercase;
    margin-right: 6px;
    margin-bottom: 3px;
    margin-top: 3px;
    line-height: 1.4;
}

.entry-footer .meta-tags a:hover {
    background-color: #f07654;
    color: #ffffff;
    border-color: #f07654;
}

/*---------------------------------------------
#. Widgets - Sidebar
-----------------------------------------------*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.header-search-form input:-webkit-autofill,
.header-search-form input:-webkit-autofill:hover,
.header-search-form input:-webkit-autofill:focus,
.header-search-form input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px transparent inset !important;
}

.widget_categories select,
.widget_archive select,
.widget_text select,
.fluentform select {
    appearance: none;
    background-size: 12px;
    background-image: url(../img/select-arrow.png) !important;
    background-repeat: no-repeat;
    background-position: 95%;
}

.widget select {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 12px 13px;
    width: 100%;
    outline: none;
}

.widget>select {
    margin-top: 10px;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.widget ul li a {
    color: #444444;
    display: inline;
    transition: all 0.3s ease-in-out;
}

.widget ul li a:hover {
    color: #f07654;
}

.widget_recent_entries ul li span {
    display: block;
}

.sidebar-widget-area .widget {
    margin-bottom: 60px;
    overflow: hidden;
    position: relative;
}

.sidebar-widget-area .widget .widgettitle {
    display: flex;
    align-items: center;
    position: relative;
    color: #1f1f1f;
    font-size: 22px;
    margin-bottom: 30px;
    padding-bottom: 18px;
    line-height: 1.4;
    z-index: 2;
    margin-top: -6px;
}

.sidebar-widget-area .widget .widgettitle svg {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
}

.sidebar-widget-area .widget .widgettitle svg path {
    fill: #686868;
}

.sidebar-widget-area .widget .widgettitle svg path.main-shape {
    fill: #f07654;
}

.sidebar-widget-area .widget:last-child {
    margin-bottom: 0;
}
.sidebar-widget-area .widget ul li {
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 13px;
    padding: 0 0 13px;
    position: relative;
    transition: all 140ms ease-in-out;
}
.sidebar-widget-area .widget ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.sidebar-widget-area .widget ul li a:hover {
    color: #f07654;
}

.sidebar-widget-area .widget ul li ul {
    border-top: 1px solid #e2e2e2;
    margin-top: 10px;
    padding-top: 10px;
}

.sidebar-widget-area .widget_nav_menu ul ul.sub-menu li:last-child,
.sidebar-widget-area .widget_categories ul ul.children li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.sidebar-widget-area .widget ul li.active a {
    color: #1f1f1f;
}

.sidebar-widget-area .widget ul li ul.children li:last-child,
.sidebar-widget-area .widget ul li ul.sub-menu li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/*Sidebar block widget*/
.sidebar-widget-area .widget_block h2 {
    display: block;
    position: relative;
    color: #1f1f1f;
    font-size: 22px;
    margin-bottom: 25px;
    line-height: 1.4;
    z-index: 2;
}

.sidebar-widget-area ol.wp-block-latest-comments {
    padding-left: 0;
}

.sidebar-widget-area .wp-block-latest-comments__comment {
    line-height: 1.6;
    list-style: none;
    margin-bottom: 1em;
}

.widget_search .wp-block-search .wp-block-search__label {
    display: none;
}

.wp-block-search .wp-block-search__label {
    font-size: 20px;
    font-weight: 500;
}

.wp-block-search input {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    color: #444444;
    font-size: 15px;
    outline: none;
}

.wp-block-search .wp-block-search__button {
    background-color: #f07654;
    border-radius: 4px;
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

.sidebar-widget-area ul.wp-block-categories li,
.sidebar-widget-area ul.wp-block-archives li {
    width: 100%;
    float: left;
    background: #ffffff;
    line-height: 1.6;
    text-align: right;
}

.sidebar-widget-area ul.wp-block-categories li a,
.sidebar-widget-area ul.wp-block-archives li a {
    float: left;
}

.wp-block-categories,
.wp-block-archives {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.wp-block-categories li ul.children,
.wp-block-archives li ul.children {
    padding-left: 17px;
    float: left;
    width: 100%;
    border-top: 1px solid #e2e2e2;
    margin-top: 10px;
    padding-top: 10px;
    margin-left: 0;
    list-style: none;
}

.wp-block-categories li,
.wp-block-archives li {
    width: 100%;
    float: left;
    background: #ffffff;
    line-height: 1.6;
    text-align: right;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 13px;
    padding: 0 0 13px;
    position: relative;
    transition: all 140ms ease-in-out;
}

.wp-block-categories li:last-child,
.wp-block-archives li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.wp-block-categories li a,
.wp-block-archives li a {
    float: left;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    color: #444444;
    display: inline;
    transition: all 140ms ease-in-out;
}

.wp-block-categories li a:hover,
.wp-block-archives li a:hover {
    color: #f07654;
}

.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 14px 13px;
    width: 100%;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 12px;
    background-image: url(../img/select-arrow.png) !important;
    background-repeat: no-repeat;
    background-position: 98%;
}

/*Recent comment widget*/
.sidebar-widget-area .widget_recent_comments ul li.recentcomments {
    line-height: 1.6;
    position: relative;
}

.sidebar-widget-area .widget_recent_comments ul li.recentcomments:last-child {
    margin-bottom: 0;
}

.sidebar-widget-area .widget_recent_comments ul li.recentcomments>a:before {
    display: none;
}

.sidebar-widget-area .widget_recent_comments ul li.recentcomments>span {
    position: relative;
}

.sidebar-widget-area .widget_recent_comments ul li.recentcomments:hover>span:before {
    background-color: #f07654;
}

.sidebar-widget-area .widget_recent_comments ul li.recentcomments span>a:before {
    left: -15px;
    top: -3px;
}

.sidebar-widget-area .widget_recent_entries ul li .post-date {
    color: #535151;
    font-size: 14px;
}

/*widget rss*/
.sidebar-widget-area .widget_rss .widgettitle a {
    color: #1f1f1f;
}

.sidebar-widget-area .widget_rss .rss-widget-icon {
    margin-right: 7px;
    position: relative;
    top: -3px;
}

.sidebar-widget-area .widget_rss ul li {
    position: relative;
    color: #646464;
    background: #ffffff;
    line-height: 1.6;
    transition: all 0.3s ease-out;
}

.sidebar-widget-area .widget_rss ul li a {
    padding-left: 0;
    font-weight: 500;
    color: #1f1f1f;
}

.sidebar-widget-area .widget_rss ul li a:before {
    display: none;
}

.sidebar-widget-area .widget_rss ul li:last-child {
    margin-bottom: 0px;
    padding-bottom: 20px;
}

.sidebar-widget-area .widget_rss cite {
    color: #1f1f1f;
    font-weight: 500;
}

/*---widget text css---*/
.widget_text .textwidget strong {
    font-weight: 500;
}

/*---Accesspress tag css---*/
.sidebar-widget-area .widget_tag_cloud a,
.sidebar-widget-area .widget_product_tag_cloud a {
    color: #646464;
    border: 1px solid #e5e5e5;
    background: #ffffff;
    border-radius: 4px;
    display: inline-block;
    font-size: 15px !important;
    margin: 0 0px 4px 0;
    padding: 6px 12px;
    font-weight: 400;
    transition: all 140ms ease-in-out;
}

.sidebar-widget-area .widget_tag_cloud a:hover,
.sidebar-widget-area .widget_product_tag_cloud a:hover {
    background-color: #f07654;
    border: 1px solid transparent;
    color: #ffffff;
}

/*Sidebar search*/
.search-form {
    padding-top: 0;
}

.search-form .input-group {
    position: relative;
    margin-bottom: 0;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    transition: all 0.3s ease-in-out;
}

.search-form input {
    border: none;
    color: #444444;
    font-size: 14px;
    font-weight: 500;
    border-radius: 0;
    float: left;
    height: 43px;
    padding: 5px 52px 5px 10px;
    width: 100%;
    outline: none;
    background-color: transparent;
    letter-spacing: 1px;
}

.search-form button {
    position: absolute !important;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 43px;
    border-radius: 3px !important;
    background-color: #f07654;
    color: #fff;
    font-size: 16px;
    border: none;
    transition: all 0.3s ease;
}

.search-form button:focus {
    outline: none;
    box-shadow: none;
}

.search-form button:hover {
    background: #f07654;
    color: #ffffff;
}

.search-form input:focus {
    outline: none;
    box-shadow: none;
    border-color: #f07654;
    background: transparent;
}

.search-form input.search-submit {
    width: 100%;
}

.widget_search .search-form input.form-control::-webkit-input-placeholder {
    color: #444444;
}

.widget_search .search-form input.form-control:-ms-input-placeholder {
    color: #444444;
}

.widget_search .search-form input.form-control:-moz-placeholder {
    color: #444444;
}

.mobile-header-search .custom-search-input input {
    border: 1px solid #dcdcdc;
    border-radius: 0px;
    box-shadow: none;
    float: left;
    height: 40px;
    padding: 0 25px 0 12px;
    width: 100%;
}

.mobile-header-search .custom-search-input button {
    background: transparent;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    color: #646464;
    font-size: 16px;
    position: absolute;
    top: 0;
    transition: all 0.5s ease;
    padding: 8px 18px 8px 17px;
    right: 15px;
}

.mobile-header-search .custom-search-input button:hover {
    color: #f07654;
}

.mobile-header-search .custom-search-input .btn {
    z-index: 5;
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 0;
}

.sidebar-widget-area .widget.rt-news-box .rt-widget-title-holder {
    margin-bottom: 0;
}

/*post box*/
.post-box-style .topic-box {
    margin-bottom: 25px;
    position: relative;
}

.post-box-style .topic-box img {
    border-radius: 4px;
    transform: scale(1.01);
    transition: all 0.5s ease;
}

.post-box-style .topic-box:hover img {
    transform: scale3d(1.1, 1.1, 1);
}

.post-box-style .rt-news-box-widget {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}

.post-box-style .rt-news-box-widget:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.post-box-style .item-list {
    display: flex;
    align-items: center;
}

.post-box-style .post-box-img {
    margin-right: 20px;
    flex: 0 0 100px;
}

.post-box-style .item-list .post-box-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.post-box-style .post-box-img .post-img {
    display: inherit;
    overflow: hidden;
}

.post-box-style .topic-box .rt-wid-post-img {
    border-radius: 4px;
    margin-bottom: 5px;
    display: inline-block;
    overflow: hidden;
}

.post-box-style .post-content {
    flex-grow: 1;
}

.post-box-style .post-content .entry-title {
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 1.4;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-box-style .post-content .entry-title a {
    color: #1f1f1f;
}
.post-box-style .post-content .entry-title a:hover {
    color: #f07654;
}

.post-box-style .entry-cat {
    line-height: 1;
    margin-bottom: 10px;
}

.post-box-style .entry-cat a {
    color: #868686;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.post-box-style .entry-cat a:hover {
    color: #f07654;
}

.post-box-style .entry-date {
    color: #868686;
    font-size: 15px;
    line-height: 1;
    margin-top: 12px;
}

.post-box-style .entry-date svg {
    margin-right: 10px;
}

.post-box-style .entry-date svg path {
    stroke: #f07654;
}

.post-box-style .entry-date i {
    margin-right: 6px;
}

.list-left-spacing .post-box-style .post-content {
    padding-left: 20px;
}

@media (max-width: 575px) {
    .list-left-spacing .post-box-style .post-content {
        padding-left: 0;
    }
}

/*Tab post widget*/
.post-tab-layout .position-relative {
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.post-tab-layout .position-relative:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.post-tab-layout .media {
    display: inline-flex;
}

.post-tab-layout .media .media-body {
    flex: 1;
}

.post-tab-layout .media .tab-img-holder {
    width: 35%;
    float: left;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 4px;
}

.post-tab-layout .media .tab-img-holder img {
    transform: scale(1.01);
    transition: all 0.3s ease-in-out;
}

.post-tab-layout .media:hover .tab-img-holder img {
    transform: scale3d(1.1, 1.1, 1);
}

.post-tab-layout ul.btn-tab {
    border-bottom: none;
    margin-bottom: 40px;
    margin-left: 0;
}

.post-tab-layout ul.btn-tab li {
    margin-bottom: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    border-bottom: none;
}

.post-tab-layout ul.item-inline2 li {
    width: 33.33%;
    display: inline-block;
}

.post-tab-layout ul.item-inline2 li:first-child a {
    border-radius: 4px 0 0 4px;
}

.post-tab-layout ul.item-inline2 li:last-child a {
    border-radius: 0 4px 4px 0;
}

.post-tab-layout ul.btn-tab li a {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    padding: 10px 0px;
    display: block;
    color: #929292;
    transition: all 0.5s ease-out;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.post-tab-layout ul.btn-tab li .active,
.post-tab-layout ul.btn-tab li a:hover {
    border: 1px solid transparent;
    background-color: #f07654;
    color: #ffffff !important;
    box-shadow: 0px 10px 18px 0px rgba(50, 112, 252, 0.27);
}

.post-tab-layout ul.btn-tab li a:before {
    display: none;
}

.post-tab-layout .entry-title {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 1.4;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-tab-layout .entry-title a {
    color: #1f1f1f;
}

.post-tab-layout .post-box-date {
    line-height: 1;
}

.post-tab-layout .post-tab-cat a {
    color: #868686;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.post-tab-layout .post-tab-cat a:hover {
    color: #f07654;
}

.post-tab-layout .post-tab-date {
    color: #868686;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 12px;
}

.post-tab-layout .post-tab-date i {
    margin-right: 6px;
}

/*Feature post widget*/
.feature-post-layout {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.feature-post-layout .rt-feature-widget {
    width: 100%;
    position: relative;
    margin-left: 12px;
    margin-right: 12px;
}

.feature-post-layout .rt-feature-widget .media {
    margin-bottom: 14px;
}

.feature-post-layout .rt-feature-widget .entry-title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.feature-post-layout .rt-feature-widget .entry-title a {
    color: #1f1f1f;
}

.feature-post-layout .rt-feature-widget .entry-title a:hover {
    color: #f07654;
}

.feature-post-layout .rt-feature-widget.list-item {
    width: calc(50% - 24px);
    margin: 24px 12px 0;
}

.feature-post-layout .rt-feature-widget.list-item .entry-title {
    font-size: 18px;
    margin-bottom: 3px;
}

.feature-post-layout .rt-feature-widget:not(.list-item) .media {
    margin-bottom: 0;
}
.feature-post-layout .rt-feature-widget .entry-meta {
    margin-bottom: 0;
}

.feature-post-layout .rt-feature-widget:not(.list-item) .media-body {
    max-width: 250px;
    width: 100%;
    padding: 20px 25px;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    bottom: 0;
    right: 0;
}
.feature-post-layout .no-image.no-preview.rt-feature-widget:not(.list-item) .media-body {
    max-width: 250px;
    padding: 0;
    position: inherit;
}
.feature-post-layout .no-image.no-preview.rt-feature-widget:not(.list-item) .media-body .entry-meta {
    margin-bottom: 0;
}

.feature-post-layout .post-box-date ul {
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0;
}

.feature-post-layout .post-box-date ul li {
    font-size: 14px;
    color: #646464;
    font-weight: 600;
    margin: 0;
    padding: 0;
    border: none;
    display: inline-block;
    position: relative;
}

.feature-post-layout .post-box-date ul li:after {
    content: ".";
    color: #646464;
    font-weight: 700;
    padding: 0 5px 0 8px;
}

.feature-post-layout .post-box-date ul li:last-child:after {
    display: none;
}

.feature-post-layout .post-box-date ul li:last-child {
    margin-right: 0;
}

.feature-post-layout .post-box-date ul li a {
    color: #646464;
    font-size: 14px;
}

.feature-post-layout .post-box-date ul li a:before {
    display: none;
}

.feature-post-layout .post-box-date ul li a:hover {
    color: #1f1f1f;
}

.feature-post-layout .post-box-date ul li.feature-date {
    color: #f07654;
    font-weight: 700;
}

.feature-post-layout .media .post-img-holder {
    overflow: hidden;
    display: block;
}
.site-content .feature-post-layout .rt-feature-widget.no-image {
    margin-top: 0;
}
.feature-post-layout .rt-feature-widget.no-image:after,
.feature-post-layout .rt-feature-widget.show-image:after {
    display: none;
}

.feature-post-layout .list-item {
    background: #ffffff;
}

.sidebar-widget-area .widget .corporate-address li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.sidebar-widget-area .widget .corporate-address li i {
    color: #f07654;
    font-size: 19px;
    padding: 0px 15px 10px 0;
}

.sidebar-widget-area .widget .corporate-address li i.fa-map-marker {
    color: #f07654;
    font-size: 19px;
    padding: 0px 24px 10px 0;
}

.sidebar-widget-area .widget .corporate-address li a {
    color: #1f1f1f;
    line-height: 34px;
    font-size: 15px;
    transition: all 0.3s ease-out;
    font-weight: 400;
}

.sidebar-widget-area .widget .corporate-address li a:before {
    content: "";
    margin-right: 0px;
}

/*Categories and Archive widget*/
.sidebar-widget-area .widget_categories,
.sidebar-widget-area .widget_archive,
.sidebar-widget-area .widget_pages,
.sidebar-widget-area .widget_meta,
.sidebar-widget-area .widget_nav_menu {
    overflow: hidden;
}
.sidebar-widget-area .widget_categories ul li a,
.sidebar-widget-area .widget_archive ul li a,
.sidebar-widget-area .widget_pages ul li a,
.sidebar-widget-area .widget_meta ul li a,
.sidebar-widget-area .widget_nav_menu ul li a {
    display: inline-block;
    position: relative;
    transition: all 0.4s ease-in-out;
}
.sidebar-widget-area .widget_categories ul li a:before,
.sidebar-widget-area .widget_archive ul li a:before,
.sidebar-widget-area .widget_pages ul li a:before,
.sidebar-widget-area .widget_meta ul li a:before,
.sidebar-widget-area .widget_nav_menu ul li a:before {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #f07654;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    transition: all 0.4s ease-in-out;
}
.sidebar-widget-area .widget_categories ul li a:hover,
.sidebar-widget-area .widget_archive ul li a:hover,
.sidebar-widget-area .widget_pages ul li a:hover,
.sidebar-widget-area .widget_meta ul li a:hover,
.sidebar-widget-area .widget_nav_menu ul li a:hover {
    padding-left: 25px;
    color: #f07654;
}
.sidebar-widget-area .widget_categories ul li a:hover:before,
.sidebar-widget-area .widget_archive ul li a:hover:before,
.sidebar-widget-area .widget_pages ul li a:hover:before,
.sidebar-widget-area .widget_meta ul li a:hover:before,
.sidebar-widget-area .widget_nav_menu ul li a:hover:before {
    opacity: 1;
    visibility: visible;
    left: 0;
    color: #f07654;
}


.sidebar-widget-area .widget_categories ul li,
.sidebar-widget-area .widget_archive ul li {
    width: 100%;
    float: left;
    background: #ffffff;
    line-height: 1.6;
    text-align: right;
}

.sidebar-widget-area .widget_categories ul li:last-child,
.sidebar-widget-area .widget_archive ul li:last-child {
    padding-bottom: 0px;
}

.sidebar-widget-area .widget_categories ul li a,
.sidebar-widget-area .widget_archive ul li a {
    float: left;
}

.sidebar-widget-area .widget ul li ul.children,
.sidebar-widget-area .widget ul li ul.sub-menu {
    padding-left: 17px;
    float: left;
    width: 100%;
}

.sidebar-widget-area .widget.widget_pages ul li ul.children,
.sidebar-widget-area .widget.widget_nav_menu ul li ul.sub-menu {
    float: inherit;
    width: inherit;
}

@media (max-width: 1199px) {

    .sidebar-widget-area .widget ul li ul.children,
    .sidebar-widget-area .widget ul li ul.sub-menu {
        padding-left: 5px;
    }
}

/*calendar sidebar*/
.sidebar-widget-area .widget_calendar caption {
    caption-side: initial;
    text-align: center;
    font-weight: 500;
    border-radius: 6px 6px 0 0;
    background: #f07654;
    color: #ffffff;
    padding: 10px 7px;
    margin-top: 0px;
}

.sidebar-widget-area .widget_calendar table th,
.sidebar-widget-area .widget_calendar table td {
    color: #444444;
}

.sidebar-widget-area .widget_calendar table th {
    font-weight: 500;
}

.sidebar-widget-area .widget_calendar table td#today {
    background: #f07654;
    color: #ffffff;
    border-radius: 3px;
}

.sidebar-widget-area .widget_calendar table td#today a {
    color: #ffffff;
}

.sidebar-widget-area .widget_calendar a {
    color: #444444;
    font-weight: 500;
}

.sidebar-widget-area .widget_calendar td a {
    color: #f07654;
}

.sidebar-widget-area .widget_calendar a:hover {
    color: #f07654;
}

/*Image Gallery*/
.gallery .gallery-item {
    margin: 0;
    text-align: center;
}

.gallery .gallery-item .gallery-caption {
    font-size: 13px;
}

.rt-el-gallery-icon .gallery-item .gallery-icon a {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.rt-el-gallery-icon .gallery-item .gallery-icon a:before {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    font-size: 30px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-20%);
    z-index: 1;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}
.rt-el-gallery-icon .gallery-item .gallery-icon a:after {
    content: "";
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
    transition: all 0.4s ease;
}
.rt-el-gallery-icon .gallery-item .gallery-icon a:hover:after {
    opacity: 1;
    visibility: visible;
}
.rt-el-gallery-icon .gallery-item .gallery-icon a:hover:before {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-50%);
}

/*Image widget*/
.sidebar-widget-area .widget.widget_media_image {
    padding: 0;
}

/*Social widget*/
.sidebar-widget-area .rt-about-widget ul.footer-social {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}

.sidebar-widget-area .rt-about-widget ul.footer-social li {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 0;
    line-height: 1;
}

.sidebar-widget-area .rt-about-widget ul.footer-social li a {
    font-size: 16px;
    transition: all 0.3s ease-out;
    font-weight: 400;
    background: #fff;
    padding: 14px 15px;
    display: flex;
    width: 60px;
    height: 60px;
    text-align: center;
    align-items: center;
    justify-content: space-around;
}

.sidebar-widget-area .rt-about-widget ul.footer-social li a:before {
    display: none;
}

/*About Author*/
.widget_yakeen_about_author .author-widget {
    background-color: #f07654;
    position: relative;
    z-index: 2;
    overflow: hidden;
    text-align: center;
    padding: 65px 15px 40px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.widget_yakeen_about_author .author-widget .author-image {
    margin-bottom: 25px;
    max-width: 270px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.widget_yakeen_about_author .author-widget .author-image img {
    width: 150px;
    border-radius: 50%;
}

.widget_yakeen_about_author .author-widget .author-image .shape-wrap {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_yakeen_about_author .author-widget .author-image .shape-wrap li {
    position: absolute;
    z-index: -1;
}

.widget_yakeen_about_author .author-widget .author-image .shape-wrap li.top-shape {
    top: -35px;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    border-bottom: 0;
}

.widget_yakeen_about_author .author-widget .author-image .shape-wrap li.left-shape {
    left: 0;
    top: 10px;
    padding: 0;
    margin: 0;
    border-bottom: 0;
}

.widget_yakeen_about_author .author-widget .author-image .shape-wrap li.right-shape {
    right: 0;
    top: 10px;
    padding: 0;
    margin: 0;
    border-bottom: 0;
}

.widget_yakeen_about_author .author-widget .entry-title {
    color: #ffffff;
    margin-bottom: 10px;
}

.widget_yakeen_about_author .author-widget .entry-content {
    color: #FFEFEC;
    margin-bottom: 35px;
    max-width: 650px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.widget_yakeen_about_author .author-widget .about-btn {
    margin-top: 30px;
    padding: 13px 20px 11px;
}

.widget_yakeen_about_author .author-widget .author-social {
    list-style: none;
}

.widget_yakeen_about_author .author-widget .author-social li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 0;
    border-bottom: 0;
}

.widget_yakeen_about_author .author-widget .author-social li a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-color: #ffffff;
    color: #ffffff;
    border-radius: 50%;
}

.widget_yakeen_about_author .author-widget .author-social li a:hover {
    background-color: #ffffff;
    color: #f07654;
}

.widget_yakeen_about_author .author-widget .author-social li:last-child {
    margin-right: 0;
}

.widget_yakeen_about_author .author-widget .widget_yakeen_about_author .author-widget h4 {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 12px;
}

.widget_yakeen_about_author .author-widget .apsc-icons-wrapper {
    margin: 0 -5px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.apsc-theme-1 .apsc-each-profile {
    margin: 0 5px 10px;
}

.apsc-theme-1 .apsc-each-profile:last-child {
    margin-bottom: 0;
}

.apsc-theme-1 .apsc-each-profile a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    display: block;
    width: 100%;
    padding: 10px 15px;
}

.apsc-theme-1 .apsc-each-profile a .apsc-inner-block {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.apsc-theme-1 .apsc-facebook-icon {
    background-image: linear-gradient(-90deg, #2c6dd2 0%, #1155bf 100%);
}

.apsc-theme-1 .apsc-twitter-icon {
    background-image: linear-gradient(-90deg, #56c3f0 0%, #13a4e7 100%);
}

.apsc-theme-1 .apsc-instagram-icon {
    background-image: linear-gradient(-90deg, #bc2a8d 0%, #8a3ab9 100%);
}

.apsc-theme-1 .apsc-youtube-icon {
    background-image: linear-gradient(-90deg, #ff5252 0%, #ed1c24 100%);
}

.apsc-theme-1 .apsc-soundcloud-icon {
    background-image: linear-gradient(-90deg, #ff9656 0%, #ff6b10 100%);
}

.apsc-theme-1 .apsc-dribble-icon {
    background-image: linear-gradient(-90deg, #f43079 0%, #f7679d 100%);
}

.apsc-theme-1 .social-icon {
    display: block;
}

.apsc-theme-1 .social-icon i {
    margin-right: 10px;
    font-size: 14px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    transition: all ease 0.6s;
}

.apsc-theme-1 .apsc-each-profile a:hover .social-icon i {
    background: #ffffff;
    color: #1f1f1f;
}

.apsc-theme-1 span.media-name {
    display: none;
}

.apsc-theme-1 span.apsc-count {
    position: relative;
    margin-right: 10px;
}

/*Social apsc style 2*/
.apsc-theme-2 .apsc-each-profile {
    display: inline-block;
    float: left;
    width: 48%;
    margin: 0 5px 5px 0;
    text-align: center;
}

.apsc-theme-2 .apsc-each-profile:last-child {
    margin-bottom: 0;
}

.apsc-theme-2 .apsc-each-profile a {
    color: #111111;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    font-weight: 500;
    display: block;
    width: 100%;
    border-radius: 4px;
    padding: 10px 15px;
}

.apsc-theme-2 .apsc-facebook-icon i {
    color: #1559c2;
}

.apsc-theme-2 .apsc-twitter-icon i {
    color: #1ea9e9;
}

.apsc-theme-2 .apsc-instagram-icon i {
    color: #bc2a8d;
}

.apsc-theme-2 .apsc-youtube-icon i {
    color: #ed1d25;
}

.apsc-theme-2 .apsc-soundcloud-icon i {
    color: #ff6b10;
}

.apsc-theme-2 .apsc-dribble-icon i {
    color: #f65e97;
}

.apsc-theme-2 .social-icon {
    display: block;
}

.apsc-theme-2 .social-icon i {
    font-size: 24px;
}

.apsc-theme-2 span.media-name {
    display: none;
}

.apsc-theme-2 span.apsc-count {
    position: relative;
    margin-right: 10px;
}

/*Social apsc style 3*/
.apsc-theme-3.apsc-icons-wrapper {
    margin-top: -10px;
    margin-left: -5px;
    margin-right: -5px;
    display: flex;
    flex-wrap: wrap;
}
.apsc-theme-3 .apsc-each-profile {
    width: 50%;
    max-width: 100%;
    margin: 10px 0 0;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .apsc-theme-3.apsc-icons-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
    .apsc-theme-3 .apsc-each-profile {
        width: 100%;
        margin: 10px 0 0;
    }
}

.apsc-theme-3 .apsc-each-profile a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    display: block;
    width: 100%;
    border-radius: 3px;
    height: 62px;
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.apsc-theme-3 .apsc-facebook-icon {
    background-image: linear-gradient(-90deg, #2c6dd2 0%, #1155bf 100%);
}

.apsc-theme-3 .apsc-twitter-icon {
    background-image: linear-gradient(-90deg, #56c3f0 0%, #13a4e7 100%);
}

.apsc-theme-3 .apsc-instagram-icon {
    background-image: linear-gradient(-90deg, #bc2a8d 0%, #8a3ab9 100%);
}

.apsc-theme-3 .apsc-youtube-icon {
    background-image: linear-gradient(-90deg, #ff5252 0%, #ed1c24 100%);
}

.apsc-theme-3 .apsc-soundcloud-icon {
    background-image: linear-gradient(-90deg, #ff9656 0%, #ff6b10 100%);
}

.apsc-theme-3 .apsc-dribble-icon {
    background-image: linear-gradient(-90deg, #f43079 0%, #f7679d 100%);
}

.apsc-theme-3 .social-icon i {
    font-size: 14px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    transition: all ease 0.6s;
}

.apsc-theme-3 .apsc-each-profile a:hover .social-icon i {
    background: #ffffff;
    color: #1f1f1f;
}

.apsc-theme-3 span.media-name {
    display: none;
}

.apsc-theme-3 span.apsc-count {
    position: relative;
    padding-left: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.apsc-theme-3 span.apsc-count::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #fff;
}

/*Social apsc style 4*/
.apsc-theme-4 .apsc-each-profile {
    display: inline-block;
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
}

.apsc-theme-4 .apsc-each-profile:last-child {
    margin-bottom: 0;
}

.apsc-theme-4 .apsc-each-profile a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    display: block;
    width: 100%;
    border-radius: 3px;
    height: 62px;
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.apsc-theme-4 .apsc-facebook-icon {
    background-image: linear-gradient(-90deg, #2c6dd2 0%, #1155bf 100%);
}

.apsc-theme-4 .apsc-twitter-icon {
    background-image: linear-gradient(-90deg, #56c3f0 0%, #13a4e7 100%);
}

.apsc-theme-4 .apsc-instagram-icon {
    background-image: linear-gradient(-90deg, #bc2a8d 0%, #8a3ab9 100%);
}

.apsc-theme-4 .apsc-youtube-icon {
    background-image: linear-gradient(-90deg, #ff5252 0%, #ed1c24 100%);
}

.apsc-theme-4 .apsc-soundcloud-icon {
    background-image: linear-gradient(-90deg, #ff9656 0%, #ff6b10 100%);
}

.apsc-theme-4 .apsc-dribble-icon {
    background-image: linear-gradient(-90deg, #f43079 0%, #f7679d 100%);
}

.apsc-theme-4 .social-icon i {
    font-size: 14px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    transition: all ease 0.6s;
}

.apsc-theme-4 .apsc-each-profile a:hover .social-icon i {
    background: #ffffff;
    color: #1f1f1f;
}

.apsc-theme-4 span.media-name {
    display: none;
}

.apsc-theme-4 span.apsc-count {
    position: relative;
    padding-left: 13px;
    margin-left: 15px;
    margin-right: 10px;
}

.apsc-theme-4 span.apsc-count::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #fff;
}

/*Widget gallery*/
.sidebar-widget-area .widget.widget_media_gallery {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.sidebar-widget-area .widget.widget_media_gallery .gallery-size-thumbnail {
    margin-bottom: 0;
}

/*Instagram Feed*/
.sidebar-widget-area .widget.widget_instagram-feed-widget {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.sidebar-widget-area .widget.widget_instagram-feed-widget .sbi_small {
    padding-bottom: 0 !important;
}

#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::before,
#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: all ease 0.8s;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::before {
    background: rgba(41, 98, 255, 0.7);
    height: 0;
    width: 0;
}

#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap::after {
    content: "\f16d";
    width: 100%;
    height: 100%;
    font-family: "Font Awesome 5 Brands";
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

#sb_instagram #sbi_images .sbi_item:hover .sbi_photo_wrap::after {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.1s;
}

#sb_instagram #sbi_images .sbi_item:hover .sbi_photo_wrap::before {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
}

#sb_instagram .sbi_photo_wrap {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

#sb_instagram.sbi_col_3 #sbi_images .sbi_item {
    padding: 5px !important;
}

@media (max-width: 575px) {
    #sb_instagram #sbi_images {
        padding: 0 !important;
    }

    #sb_instagram.sbi_col_3 #sbi_images .sbi_item {
        width: 50%;
    }
}

/*-----------------------------------------------------
#. Banner
------------------------------------------------------*/
.entry-banner {
    background: #ffefec;
    position: relative;
    z-index: 3;
    transition: all 0.3s ease-in-out;
}

.entry-banner:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #f7f7f7;
    z-index: 1;
}

.entry-banner .entry-banner-content {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.breadcrumb-area .entry-breadcrumb span {
    font-size: 18px;
    text-transform: capitalize;
}

.breadcrumb-area .entry-breadcrumb span a {
    color: #646464;
}

.breadcrumb-area .entry-breadcrumb span a:hover {
    color: #f07654;
}

.breadcrumb-area .entry-breadcrumb span .fa-home {
    margin-right: 4px;
}

.breadcrumb-area .entry-breadcrumb .current-item,
.breadcrumb-area .entry-breadcrumb span.current {
    color: #f07654;
}

.entry-banner .entry-breadcrumb .delimiter {
    color: #ffffff;
    padding: 0 7px;
    font-size: 14px;
}

.entry-banner .entry-breadcrumb .dvdr {
    color: #646464;
    padding: 0 7px;
}
body.archive.author-admin .content-area {
    padding-top: 0;
}
/*breadcrumb*/
.breadcrumb-trail ul.trail-items {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}

.breadcrumb-trail ul.trail-items li {
    display: inline-block;
    font-size: 16px;
    position: relative;
    padding-right: 16px;
    margin-right: 12px;
    color: #f07654;
}

.breadcrumb-trail ul.trail-items li:after {
    position: absolute;
    content: "-";
    right: 0;
    top: 0;
}

.breadcrumb-trail ul.trail-items li:last-child:after {
    display: none;
}

.breadcrumb-trail ul.trail-items li a {
    color: #f07654;
}

.breadcrumb-trail ul.trail-items li a:hover {
    color: #646464;
}

.breadcrumb-trail ul.trail-items li>span {
    color: #646464;
}

.banner-text {
    line-height: 1.4;
}

.site-main .entry-breadcrumb .current {
    color: #f07654;
}

/*-------------------------------------
#. Contents
---------------------------------------*/
form.post-password-form label>input {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 10px 8px;
}

form.post-password-form input[type="submit"] {
    border-radius: 4px;
    background: #f07654;
    color: #ffffff;
    font-weight: 500;
    outline: none;
    transition: all 0.3s ease-out;
}

form.post-password-form input[type="submit"]:hover {
    background: #1f1f1f;
    color: #ffffff;
}

/*-------------------------------------
#. Single Content
---------------------------------------*/
/*reading progressbar*/
@media (min-width: 992px) {
    .single.admin-bar .yakeen-progress-container {
        top: 32px;
    }
}

.single .yakeen-progress-container {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 999999;
}

.single .yakeen-progress-bar {
    height: 4px;
    background: #f07654;
    width: 0%;
}

.single .yakeen-progress-container.bottom {
    bottom: 0;
    top: initial;
}

/*post scroll seperator*/
.single-post .ajax-scroll-post>.type-post {
    position: relative;
    margin-bottom: 60px;
    padding-bottom: 70px;
}

.single-post .ajax-scroll-post>.type-post:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 10px;
    width: 100%;
    border-radius: 1px;
    background: #f07654;
}

.single-post .ajax-scroll-post>.type-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.single-post .ajax-scroll-post>.type-post:last-child:after {
    display: none;
}

/*post header title*/
.content-area {
    padding-top: 120px;
    padding-bottom: 120px;
    background-repeat: no-repeat;
}
@media (max-width: 767px) {
    .content-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.entry-header .entry-title {
    font-size: 36px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.entry-header ul.entry-meta {
    padding: 0px;
    margin: 0 0 15px;
    list-style: none;
    display: inline-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.entry-header ul.entry-meta li img {
    border-radius: 50%;
    margin-right: 15px;
}

/*post video*/
.embed-responsive-16by9 {
    margin-top: 40px;
}

.embed-responsive-16by9 .embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 4px;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-16by9 iframe {
    border-radius: 4px;
}

figure.is-type-video {
    border-radius: 4px;
    overflow: hidden;
}

/*post social style*/
.post-share .share-links .social-text {
    display: none;
}

/*post content*/
.entry-content .single-post-list li {
    font-size: 16px;
    color: #111111;
    font-weight: 500;
    position: relative;
    margin-bottom: 4px;
}

/*Post author*/
.about-author {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    background: #ffefec;
    padding: 30px 45px;
    margin-bottom: 60px;
    margin-top: 60px;
    border-radius: 4px;
}
.about-author:before {
    content: url("../element/about-author.png");
    position: absolute;
    right: 0;
    top: 0;
}
.about-author:after {
    content: url("../element/about-author2.png");
    position: absolute;
    left: 0;
    bottom: 0;
}

.about-author .media-body {
    flex: 1;
}

.about-author .pull-left {
    padding-right: 25px;
}

@media (max-width: 767px) {
    .about-author {
        display: inherit;
        padding: 30px;
    }

    .about-author .pull-left {
        padding-right: 0;
        margin-bottom: 10px;
    }
}

.about-author .pull-left img {
    border-radius: 50%;
}

.about-author .author-title {
    font-size: 32px;
    margin-bottom: 8px;
    line-height: 1.4;
    text-transform: capitalize;
}

.about-author .author-title a {
    color: #1f1f1f;
}

.about-author .author-designation {
    margin-bottom: 10px;
    font-size: 15px;
    color: #a5a5a5;
    line-height: 1.2;
}

.about-author .author-bio {
    color: #686868;
    font-size: 18px;
}

.about-author ul.author-box-social {
    list-style: none;
    margin: 12px 0 0 0;
    padding: 0;
    text-align: left;
}

.about-author ul.author-box-social li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.about-author ul.author-box-social li:first-child a {
    padding: 3px 8px 3px 0;
}

.about-author ul.author-box-social li a {
    font-size: 16px;
    color: #686868;
    display: block;
    text-align: center;
    padding: 3px 8px;
    transition: all 0.3s ease;
}

.about-author ul.author-box-social li a:hover {
    color: #f07654;
}

.about-author ul.author-box-social li:last-child {
    margin-right: 0px;
}

/*next post & prev post*/
.post-navigation {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.post-navigation .text-left {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 30px 40px;
    width: 47%;
}

.post-navigation .text-right {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 30px 40px;
    text-align: right;
    width: 47%;
}

@media (max-width: 575px) {
    .post-navigation {
        display: block;
    }

    .post-navigation .text-left,
    .post-navigation .text-right {
        padding: 30px 20px;
        width: 100%;
    }
}

.post-navigation .prev-article,
.post-navigation .next-article {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #868686;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.post-navigation a {
    color: #868686;
}

.post-navigation a:hover {
    color: #f07654;
}

.post-navigation .prev-article i {
    margin-left: 10px;
    display: inline-flex;
}

.post-navigation .prev-article:hover {
    color: #f07654;
}

.post-navigation .next-article i {
    margin-right: 10px;
    display: inline-flex;
}

.post-navigation .post-nav-title {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.6;
}

.post-navigation .post-nav-title a {
    color: #1f1f1f;
}

.post-navigation .navigation-archive {
    font-size: 20px;
    padding: 10px;
}

@media (max-width: 575px) {
    .post-navigation .navigation-archive {
        text-align: center;
    }
}

.page-links {
    padding-top: 12px;
    font-size: 20px;
    font-weight: 500;
    color: #1f1f1f;
    margin-right: 10px;
    line-height: 1.3;
}

.page-links .page-number {
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: #1f1f1f;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    padding: 0;
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-weight: 500;
}

.page-links span.current .page-number,
.page-links a.post-page-numbers:hover .page-number {
    background-color: #f07654;
    border-color: #f07654;
    color: #ffffff;
}

.page-links a .page-number {
    transition: all 0.3s ease-out;
}

/*-------------------------------------
#. Comments
---------------------------------------*/
.comments-area {
    margin-top: 50px;
}

.comment-respond>h4 {
    display: block;
    position: relative;
    font-size: 32px;
    margin-bottom: 4px;
    line-height: 1.4;
}

.comments-area ul {
    list-style-type: none;
    padding: 0;
}

.comments-area>ul.comment-list {
    margin-bottom: 30px;
}

.comments-area h3.comment-num {
    color: #1f1f1f;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 35px;
    position: relative;
}

.comments-area h3.comment-num:after {
    background: #f07654;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    margin: 5px 0 0;
    top: 0;
    width: 80px;
}

.comments-area .comment-form {
    margin-top: 0px;
}

.comments-area .main-comments .imgholder {
    float: left;
}

.comments-area .main-comments .imgholder img {
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 0px;
}

.comments-area .main-comments .comment-meta {
    font-size: 15px;
}

@media (max-width: 767px) {
    .comments-area .main-comments .comment-meta {
        display: flow-root;
    }
}

.comments-area .main-comments .comment-meta .comment-author-name {
    color: #868686;
    font-size: 14px;
    margin-bottom: 6px;
    letter-spacing: 0.8px;
    text-transform: capitalize;
}

.comments-area .main-comments .comment-meta .comment-author-name a,
.comments-area .main-comments .comment-meta .comment-author-name span {
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 700;
    display: block;
    text-transform: capitalize;
}

.comments-area .main-comments .comments-body {
    position: relative;
}

.comments-area .main-comments .replay-area {
    position: absolute;
    right: 0;
}

.comments-area .main-comments .replay-area a {
    position: relative;
    z-index: 1;
    color: #686868;
    padding: 4px 15px 4px 36px;
    border: 1px solid;
    border-color: #686868;
    display: block;
    border-radius: 0;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.comments-area .main-comments .replay-area a:before {
    content: "\f3e5";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #686868;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.comments-area .main-comments .replay-area a:hover {
    background-color: #f07654;
    border-color: #f07654;
    color: #ffffff;
}

.comments-area .main-comments .replay-area a:hover:before {
    color: #ffffff;
}

.main-comments .each-comment {
    margin-bottom: 40px;
    position: relative;
}

.comments-area .main-comments .comments-body {
    display: flow-root;
}

@media (max-width: 575px) {
    .comments-area .main-comments .imgholder {
        float: inherit;
        margin-bottom: 10px;
    }
}

.comments-area .main-comments .comments-body p {
    margin-bottom: 20px;
}

.comments-area .main-comments .comment-respond {
    margin-top: 0px;
    margin-bottom: 60px;
}

.comments-area .reply-separator {
    margin-top: 40px;
    padding-top: 50px;
}

.main-comments ul.children {
    margin-left: 50px;
    padding: 0;
}

.comments-area .main-comments .comment-text li {
    border-top: none;
}

@media (max-width: 1200px) {
    .main-comments ul.children {
        margin-left: 30px;
    }
}

@media (max-width: 767px) {
    .main-comments ul.children {
        margin-left: 10px;
    }

    .comments-area .main-comments .imgholder img {
        margin-right: 10px;
    }
}

.avatar-disabled .main-comments ul.children {
    margin-left: 50px;
    padding: 0;
}

.no-comments {
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    padding-top: 20px;
}

.comment-awaiting-moderation {
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}

.comment-navigation ul {
    margin-top: 30px;
}

.comment-navigation ul li {
    margin-right: 5px;
    margin-top: 0;
}

.comment-navigation ul li a {
    display: inline;
    font-size: 12px;
    height: 49px;
    line-height: inherit;
    padding: 10px;
    width: inherit;
}

.comment-list pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.comments-area>h4 {
    display: block;
    position: relative;
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 1.4;
}

#respond .comment-notes {
    margin-bottom: 30px;
}

#respond .logged-in-as {
    margin-bottom: 30px;
    font-size: 15px;
}

#respond .logged-in-as a {
    color: #646464;
}

#respond .form-group {
    margin-bottom: 25px;
}

#respond .form-group.form-submit {
    margin-bottom: 0px;
}

#respond form .form-control {
    background: #ffffff;
    border-radius: 0;
    color: #1f1f1f;
    font-size: 18px;
    font-weight: 400;
    margin-right: 20px;
    box-shadow: none;
}

#respond form input.form-control {
    height: 50px;
}

#respond form input:focus,
#respond form textarea:focus {
    box-shadow: none;
}

#respond form .form-control {
    padding: 15px 20px;
}

input.form-control::placeholder,
textarea.form-control::placeholder {
    color: #686868;
}

#respond input.form-control::placeholder,
#respond input.form-control::-webkit-input-placeholder,
#respond input.form-control::-moz-placeholder,
#respond input.form-control:-moz-placeholder,
#respond input.form-control:-ms-input-placeholder {
    color: #686868;
}

#respond textarea.form-control::placeholder,
#respond textarea.form-control::-webkit-input-placeholder,
#respond textarea.form-control::-moz-placeholder,
#respond textarea.form-control:-moz-placeholder,
#respond textarea.form-control:-ms-input-placeholder {
    color: #686868;
}

#respond form .btn-send {
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    border: 1px solid;
    border-color: #f07654;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    background-color: #f07654;
    color: #ffffff;
    padding: 10px 30px;
    z-index: 1;
    line-height: 1.6;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

#respond form .btn-send:hover {
    background-color: transparent;
    color: #f07654;    
}

#respond #cancel-comment-reply-link {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-left: 5px;
}

#respond form .comment-form-cookies-consent {
    position: relative;
    display: inline-flex;
}

#respond form .comment-form-cookies-consent input {
    background: transparent;
    border: none;
    margin-right: 10px;
    height: inherit;
    box-shadow: none;
    position: absolute;
    top: 5px;
}

#respond form .comment-form-cookies-consent label {
    padding-left: 25px;
    line-height: 1.5;
}

.comment-list>li:first-child {
    border-top: none;
}

.comment-list .comment-text ul {
    padding: 0 15px;
    margin-bottom: 20px;
    list-style: disc;
}

.comment-list .comment-text ul li {
    padding-top: 0px;
}

.comment-list .comment-text ul li .children li {
    padding-top: 0px;
}

.comment-list .comment-text ul ul {
    margin-bottom: 0px;
}

.comment-list .comment-text ol {
    margin-bottom: 20px;
}

.comment-list .comment-text ol li {
    padding-top: 0px;
}

.comment-list .comment-text ol li .children li {
    padding-top: 0px;
}

.comment-list .comment-text ol ol {
    margin-bottom: 0;
}

.item-comments {
    margin-top: 50px;
}

.item-comments h2 {
    font-size: 24px;
}

.item-comments .item-comments-list {
    margin-top: 50px;
}

.item-comments .item-comments-list ul.comments-list {
    padding-top: 20px;
}

.item-comments .item-comments-list ul.comments-list li {
    margin-bottom: 50px;
    overflow: hidden;
}

.item-comments .item-comments-list ul.comments-list li .comment-image {
    float: left;
    padding-right: 20px;
}

.item-comments .item-comments-list ul.comments-list li .comment-name {
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
}

.item-comments .item-comments-list ul.comments-list li .comment-date {
    color: #646464;
}

.item-comments .item-comments-list ul.comments-list li .comment-reply {
    background: #f07654;
    padding: 2px 10px 3px;
    float: right;
    font-size: 14px;
}

.item-comments .item-comments-list ul.comments-list li .comment-reply a {
    color: #ffffff;
}

.item-comments .item-comments-list ul.comments-list li .comment-reply:hover {
    background: #a51c2d;
}

.item-comments .item-comments-list ul.comments-list li p {
    padding-top: 20px;
}

.item-comments .item-comments-list ul.comments-list li:last-child {
    margin-bottom: 0;
}

.item-comments .item-comments-list ul.comments-list li.odd {
    margin-left: 50px;
}

.item-comments .item-comments-form {
    border-top: 1px solid #e5e5e5;
    margin-top: 50px;
    padding-top: 50px;
}

.item-comments .item-comments-form .comments-form {
    padding-top: 20px;
}

.item-comments .item-comments-form .comments-form .form-group {
    margin-bottom: 20px;
}

.item-comments .item-comments-form .comments-form .form-group .form-control {
    background: #1f1f1f;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.item-comments .item-comments-form .comments-form .form-group input {
    height: 40px;
}

/*review schema*/
.rtrs-review-wrap .rtrs-sorting-bar,
.rtrs-review-wrap .rtrs-review-form,
.rtrs-review-wrap .rtrs-review-box .rtrs-each-review {
    background-color: #f3f3f3 !important;
}

.rtrs-review-box .rtrs-each-review {
    border-radius: 4px;
}

/*single layout 1*/
.post-detail-style1 .entry-thumbnail-area {
    position: relative;
    margin-bottom: 30px;
}

/*single layout 2*/
.site-content .post-detail-style2 .content-area {
    padding-top: 0;
    padding-bottom: 0;
}
.site-content .post-detail-style2 .entry-thumbnail-area {
    position: relative;
}

.site-content .post-detail-style2 .entry-thumbnail-area.no-image.no-preview {
    margin-top: 120px;
}
@media (max-width: 767px) {
    .site-content .post-detail-style2 .entry-thumbnail-area.no-image.no-preview {
        margin-top: 80px;
    }
}

.site-content .post-detail-style2 .show-image::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 59%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 0;
}

@media (max-width: 991px) {
    .site-content .post-detail-style2 .show-image::after {
        display: none;
    }
}

.site-content .post-detail-style2 .entry-thumbnail-area img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    border-radius: 0;
}

@media (max-width: 991px) {
    .site-content .post-detail-style2 .entry-thumbnail-area img {
        min-height: 450px;
    }
}

.site-content .post-detail-style2 .entry-header {
    width: 100%;
    max-width: 806.5px;
    margin: 0 auto;
}

.site-content .post-detail-style2 .entry-header ul.entry-meta {
    margin-bottom: 15px;
    justify-content: center;
}

.site-content .post-detail-style2 .entry-thumbnail-area.no-preview.no-image .entry-header-bg {
    padding-top: 0;
}
.site-content .post-detail-style2 .entry-header-bg {
    background-color: #ffffff;
    padding-top: 60px;
}

@media screen and (max-width: 991px) {
    .site-content .post-detail-style2 .entry-header-bg {
        padding-top: 45px;
    }
}

.site-content .post-detail-style2 .show-preview .meta-fixed,
.site-content .post-detail-style2 .show-image .meta-fixed {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    z-index: 3;
}

@media screen and (max-width: 991px) {
    .site-content .post-detail-style2 .show-image .meta-fixed {
        position: inherit;
        bottom: 0;
    }
}
.site-content .post-detail-style2 .meta-fixed {
    text-align: center;
}

.site-content .post-detail-style2 .main-wrap {
    position: relative;
    width: 100%;
    max-width: 806.5px;
    margin: 0 auto;
}

.site-content .post-detail-style2 .content-top-space {
    margin-top: 115px;
    position: relative;
}

@media screen and (max-width: 991px) {
    .site-content .post-detail-style2 .content-top-space {
        margin-top: 55px;
    }
}

.site-content .post-detail-style2 .content-top-space:before {
    content: "";
    height: 1px;
    width: calc(100% - 24px);
    background-color: #eceff5;
    position: absolute;
    z-index: 1;
    top: -45px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media screen and (max-width: 991px) {
    .site-content .post-detail-style2 .content-top-space:before {
        top: -25px;
    }
}

.no-sidebar .site-content .post-detail-style2 .content-top-space {
    position: relative;
}

.no-sidebar .site-content .post-detail-style2 .content-top-space:before {
    content: "";
    max-width: 806.5px;
}

.no-sidebar .post-content-box-layout {
    max-width: 806.5px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.site-content .post-detail-style2 .post-share .share-text {
    text-align: center;
    margin-bottom: 18px;
}

.site-content .post-detail-style2 .post-share .share-text i {
    color: #868686;
    margin-bottom: 10px;
}

.site-content .post-detail-style2 .post-share .share-text span {
    font-size: 0.75rem;
    color: #000;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
}

.site-content .post-detail-style2 .main-wrap>.entry-header {
    margin-bottom: 20px;
}

.site-content .post-detail-style2 .main-wrap>.entry-thumbnail-area {
    margin-bottom: 25px;
}

.site-content .post-detail-style2 .main-wrap>.entry-thumbnail-area img {
    border-radius: 4px;
}

/*single layout 3*/
@media (min-width: 992px) {
    /* .site-content .post-detail-style3 .no-image.no-preview .entry-header {
        max-width: 680px;
        margin: 0 auto;
    } */
    .no-sidebar.right-sidebar .site-content .post-detail-style3>.type-post,
    .site-content .post-detail-style3>.type-post {
        max-width: 680px;
        margin: 0 auto;
    }
    .right-sidebar .site-content .post-detail-style3>.type-post,
    .left-sidebar .site-content .post-detail-style3>.type-post {
        max-width: 100%;
    }
}

.site-content .post-detail-style3 .no-image.no-preview.entry-thumbnail-area {
    margin-bottom: 20px;
}

.site-content .post-detail-style3 .entry-thumbnail-area {
    position: relative;
    margin-bottom: 40px;
}

.site-content .post-detail-style3 .show-preview::after,
.site-content .post-detail-style3 .show-image::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 59%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 0;
    border-radius: 0;
}

.site-content .post-detail-style3 .entry-thumbnail-area img {
    border-radius: 0;
    width: 100%;
    object-fit: cover;
}

.site-content .post-detail-style3 .show-preview .entry-header,
.site-content .post-detail-style3 .show-image .entry-header {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; 
    padding: 55px 50px 24px;
}

.site-content .post-detail-style3 .show-preview .entry-header .entry-title,
.site-content .post-detail-style3 .show-image .entry-header .entry-title {
    color: #ffffff;
}

.site-content .post-detail-style3 .show-preview .entry-header ul.entry-meta li,
.site-content .post-detail-style3 .show-image .entry-header ul.entry-meta li {
    color: #d0d0d0;
}

.site-content .post-detail-style3 .show-preview .entry-header ul.entry-meta li a,
.site-content .post-detail-style3 .show-image .entry-header ul.entry-meta li a {
    color: #ffffff;
}

.site-content .post-detail-style3 .show-preview .entry-header ul.entry-meta li a:hover,
.site-content .post-detail-style3 .show-image .entry-header ul.entry-meta li a:hover {
    color: #f07654;
}

.site-content .post-detail-style3 .show-image .rt-video .rt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

@media (max-width: 575px) {
    .site-content .post-detail-style3 .entry-header {
        padding: 30px 30px 5px;
    }

    .site-content .post-detail-style3 .show-image .rt-video .rt-play {
        top: 10%;
        left: 90%;
        transform: translate(-90%, -10%);
    }
}

@media (max-width: 991px) {
    .site-content .post-detail-style3 .entry-thumbnail-area img {
        min-height: 500px;
    }

    .site-content .post-detail-style3 .show-image .entry-header {
        padding: 30px 30px 15px;
    }
}

/*-------------------------------------
#. Admin Author
---------------------------------------*/
.author .author-banner {
    background: #363636;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    margin-bottom: 120px;
    padding: 110px 0;
}

@media (max-width: 767px) {
    .author .author-banner {
        margin-bottom: 80px;
    }
    .author .content-area {
        padding-bottom: 80px;
    }
}

.author .author-banner::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: -1;
}

.admin-author {
    display: flex;
    align-items: center;
}

.admin-author .author-img {
    flex: 0 0 155px;
    margin-right: 30px;
}

.admin-author .author-img img {
    width: 170px;
    border-radius: 50%;
    border: 5px solid #fff;
}

@media (max-width: 767px) {
    .admin-author .author-img img {
        width: 120px;
    }
}

.admin-author .author-title {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 4px;
    text-transform: capitalize;
}

.admin-author .author-title a {
    color: #ffffff;
}

.admin-author .author-designation {
    color: #fff;
    display: block;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.admin-author .author-designation::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 3px;
    background-color: #ffffff;
}

.admin-author .author-bio {
    color: #ffffff;
}

.admin-author .author-box-social {
    flex-basis: 75%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.admin-author .author-box-social li {
    margin-right: 5px;
}

.admin-author .author-box-social li a {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    color: #1f1f1f;
    font-size: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 15px;
    transition: all ease 0.4s;
    overflow: hidden;
    position: relative;
}

.admin-author .author-box-social li a:hover {
    background-color: #f07654;
    color: #ffffff;
}

.admin-author .author-box-social li a:hover i {
    animation: toBottomFromTop 0.5s forwards;
}

@media (max-width: 991px) {
    .admin-author {
        display: block;
    }

    .admin-author .author-img {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .admin-author .author-box-social {
        justify-content: left;
        margin-top: 20px;
    }

    .author .author-banner {
        padding: 80px 0;
    }
}

/* ------------------------
#. Default Blog layout 
---------------------------*/
@media (max-width: 767px) {
    body.blog .content-area,
    body.archive .content-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    body.single-post .content-area {
        padding-top: 80px;
    }
    body.single-post.post-template-post-layout-2 .content-area {
        padding-top: 0;
    }
}

.blend img {
    filter: brightness(100%) contrast(100%) saturate(162%) blur(0px) hue-rotate(162deg);
}

.blog-box * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.blog-box {
    position: relative;
}

.blog-box .entry-content .entry-title {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 10px;
    max-width: 750px;
    width: 100%;
}

.blog-box .entry-content .entry-title a {
    color: #1f1f1f;
}

.blog-box .entry-content .entry-title a:hover {
    color: #f07654;
}

.blog-box ul.entry-meta li.post-comment a {
    color: #868686;
}

.blog-box ul.entry-meta li.post-comment a:hover {
    color: #f07654;
}

.blog-box.show-image .entry-content {
    position: relative;
}

.blog-box .blog-img-holder {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    margin-bottom: 30px;
}

.blog-box .blog-img-holder .blog-img img {
    border-radius: 0;
}

ul.entry-meta {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}

ul.entry-meta.meta-color-light li {
    display: inline-block;
    color: #d6d6d6;
}

ul.entry-meta.meta-color-light li a {
    color: #9c9c9c;
}

ul.entry-meta.meta-color-light li a:hover {
    color: #f07654;
}

ul.entry-meta li {
    display: inline-block;
    color: #868686;
    font-size: 15px;
    margin-right: 16px;
    margin-bottom: 5px;
    position: relative;
}

ul.entry-meta li svg {
    margin-right: 10px;
    margin-bottom: 5px;
}

ul.entry-meta li svg path {
    stroke: #f07654;
}

ul.entry-meta li i {
    margin-right: 12px;
    color: #f07654;
}

ul.entry-meta li a {
    color: #444444;
}

ul.entry-meta li a:hover {
    color: #f07654;
}

ul.entry-meta li:last-child {
    margin-right: 0;
}

.entry-categories {
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
}

.entry-categories.style-1 {
    margin-bottom: 4px;
}

.entry-categories.style-1 a {
    display: inline-block;
    text-transform: uppercase;
    margin-right: 6px;
    margin-bottom: 6px;
    color: #ffffff;
}

.entry-categories.style-1 a:last-child {
    margin-right: 0;
}

.entry-categories.style-1 .category-style {
    line-height: 1;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 15px 0px 15px 15px;
    transition: all 0.4s ease;
}

.entry-categories.style-1 .category-style:hover {
    border-radius: 15px;
}

.entry-categories.style-2 {
    margin-bottom: 8px;
}

.entry-categories.style-2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.entry-categories.style-2 ul li {
    display: inline-block;
    margin-right: 8px;
    padding-right: 8px;
    text-transform: uppercase;
    position: relative;
}

.entry-categories.style-2 ul li:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 5px;
    height: 5px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    right: -5px;
    transition: all 0.4s ease;
}

.entry-categories.style-2 ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.entry-categories.style-2 ul li:last-child:before {
    display: none;
}

.entry-categories.style-2 ul li a {
    letter-spacing: 0.02em;
    color: #8c8c8c;
}

.entry-categories.style-2 ul li a:hover {
    color: #f07654;
}

.post-date.style-1 {
    background-color: #f07654;
    border-radius: 50%;
    height: 55px;
    width: 55px;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.post-date.style-1 span {
    color: #ffffff;
    font-size: 15px;
    display: block;
    line-height: 1.2;
}

.post-date.style-1 span.date {
    font-weight: 500;
}

/*blog layout 1*/
.blog-layout-1 .blog-box{
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .blog-layout-1 .blog-box {
        margin-bottom: 40px;
    }
}

.blog-layout-1 .blog-box .blog-img-holder {
    margin-bottom: 0;
}

.blog-layout-1 .blog-box ul.entry-meta {
    margin: 0;
}

.blog-layout-1 .blog-box .entry-content {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    padding: 30px 30px 20px;
}

.blog-layout-1 .blog-box .blog-img-holder .blog-img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 59%, rgba(0, 0, 0, 0.8) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.blog-layout-1 .blog-box .entry-content .entry-title a {
    color: #ffffff;
}

.blog-layout-1 .blog-box .entry-content .entry-title a:hover {
    color: #f07654;
}

.blog-layout-1 .blog-box ul.entry-meta li {
    color: #dadada;
}

.blog-layout-1 .blog-box ul.entry-meta li svg {
    margin-right: 10px;
}

.blog-layout-1 .blog-box ul.entry-meta li svg path {
    stroke: #fafafa;
}

.blog-layout-1 .blog-box ul.entry-meta li a {
    color: #f4f4f4;
}

.blog-layout-1 .blog-box ul.entry-meta li a:hover {
    color: #f07654;
}

.blog-layout-1 .blog-box ul.entry-meta li.post-comment a {
    color: #d0d0d0;
}

.blog-layout-1 .blog-box .blog-img .rt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.blog-layout-1 .blog-box.no-image.no-preview .entry-content {
    position: relative;
    padding: 0;
}

.blog-layout-1 .blog-box.no-image.no-preview .entry-content .entry-title a {
    color: #1f1f1f;
}
.blog-layout-1 .blog-box.no-image.no-preview .entry-content .entry-title a:hover {
    color: #f07654;
}

.blog-layout-1 .blog-box.no-image.no-preview ul.entry-meta li {
    color: #868686;
}

.blog-layout-1 .blog-box.no-image.no-preview ul.entry-meta li a {
    color: #1f1f1f;
}

.blog-layout-1 .blog-box.no-image.no-preview ul.entry-meta li a:hover {
    color: #f07654;
}

.blog-layout-1 .blog-box.no-image.no-preview ul.entry-meta li.post-comment a {
    color: #868686;
}

.blog-layout-1 .blog-box.no-image.no-preview ul.entry-meta li.post-comment a:hover {
    color: #f07654;
}

@media (max-width: 767px) {
    .blog-layout-1 .blog-box .entry-content {
        position: inherit;
        padding: 0;
    }
    .blog-layout-1 .blog-box .blog-img-holder {
        margin-bottom: 25px;
    }
    .blog-layout-1 .blog-box .blog-img-holder .blog-img:after {
        display: none;
    }
    .blog-layout-1 .blog-box .entry-content .entry-title a {
        color: inherit;
    }
    
    .blog-layout-1 .blog-box .entry-content .entry-title a:hover {
        color: #f07654;
    }
    .blog-layout-1 .blog-box ul.entry-meta li {
        color: inherit;
    }
    .blog-layout-1 .blog-box ul.entry-meta li a {
        color: #444444;
    }
    .blog-layout-1 .blog-box ul.entry-meta li svg path {
        stroke: #f07654;
    }
}

@media (max-width: 991px) {
    .blog-layout-1 .blog-box .blog-img .rt-play {
        top: 10%;
        left: 90%;
        transform: translate(-90%, -10%);
    }
}

/*blog layout 2*/
.blog-layout-2 .blog-box .entry-content .entry-title {
    font-size: 32px;
    max-width: initial;
}
.blog-layout-2 .blog-box .entry-content .entry-text p {
    width: 100%;
}

.blog-layout-2 .blog-box {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .blog-layout-2 .blog-box {
        margin-bottom: 40px;
    }
}

/*blog layout 3*/
.blog-layout-3 .blog-box .entry-content {
    padding: 40px 71px 24px 70px;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    transition: all 0.4s ease;
}

.blog-layout-3 .blog-box.show-preview .entry-content,
.blog-layout-3 .blog-box.show-image .entry-content {
    margin: -126px 55px 0;
}

.blog-layout-3 .blog-box .entry-content .entry-title {
    font-size: 32px;
}
.blog-layout-3 .blog-box .entry-content .entry-meta {
    margin-bottom: 0;
}

.blog-layout-3 .blog-box .blog-img-holder {
    margin-bottom: 0;
}

.blog-layout-3:hover .entry-content {
    transform: translateY(-15px);
}

.blog-layout-3 .blog-box {
    margin-bottom: 60px;
    text-align: center;
}

@media (max-width: 767px) {
    .blog-layout-3 .blog-box {
        margin-bottom: 40px;
    }
    .blog-layout-3 .blog-box .entry-content {
        padding: 30px 30px 20px 30px;
    }
    .blog-layout-3 .blog-box.show-image .entry-content {
        margin: 0;
    }
}

/*blog layout 4*/
.blog-layout-4 .blog-box {
    display: flex;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .blog-layout-4 .blog-box {
        flex-direction: column;
    }
}

.blog-layout-4 .blog-box .blog-img-holder {
    flex: auto;
    min-width: 350px;
    width: 100%;
    margin-bottom: 0;
    margin-right: 25px;
}

@media (max-width: 991px) {
    .blog-layout-4 .blog-box .blog-img-holder {
        flex: auto;
        max-width: 100%;
        margin-bottom: 25px;
        margin-left: 0;
    }
}

.blog-layout-4 .blog-box .blog-img-holder .blog-img {
    height: 100%;
}

.blog-layout-4 .blog-box .blog-img-holder .blog-img img {
    height: 100%;
    object-fit: cover;
}

.blog-layout-4 .blog-box .entry-content {
    flex-grow: 1;
}

.blog-layout-4 .blog-box .entry-content .entry-title {
    font-size: 24px;
    margin-bottom: 8px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-layout-4 .blog-box .entry-content .entry-text p {
    margin-bottom: 0;
}

/*blog layout 5*/
.blog-layout-5 .blog-box {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .blog-layout-5 .blog-box {
        margin-bottom: 40px;
    }
}

.blog-layout-5 .blog-box .entry-content .entry-title {
    font-size: 24px;
}

/*blog layout 6*/
.blog-layout-6 .blog-box {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .blog-layout-6 .blog-box {
        margin-bottom: 40px;
    }
}

.blog-layout-6 .blog-box .entry-content .entry-title {
    font-size: 28px;
}

/*blog layout 7*/
.blog-layout-7 .blog-box {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .blog-layout-7 .blog-box {
        margin-bottom: 40px;
    }
}

.blog-layout-7 .blog-box .entry-content .entry-title {
    font-size: 22px;
}

/*blog layout 8*/
.blog-layout-8 .blog-box {
    margin-bottom: 12px;
}

.blog-layout-8 .blog-box .entry-content .entry-categories.style-1 a {
    background: transparent;
    color: #868686;
    padding: 0;
    margin-bottom: 13px;
    height: inherit;
    line-height: 1;
}

.blog-layout-8 .blog-box ul.entry-meta {
    margin-bottom: 0;
}

.blog-layout-8 .blog-box.show-image .blog-img .rt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}

.blog-layout-8 .no-image.show-preview .blog-img .rt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}

/*sidebar spacing*/
.has-sidebar.left-sidebar .rt-sidebar-space {
    margin-left: 20px;
}
@media (max-width: 991px) {
    .has-sidebar.left-sidebar .rt-sidebar-space {
        margin-left: 0;
    }
}
.has-sidebar.right-sidebar .rt-sidebar-space {
    margin-right: 20px;
}
@media (max-width: 991px) {
    .has-sidebar.right-sidebar .rt-sidebar-space {
        margin-right: 0;
    }
}
.no-sidebar.left-sidebar .rt-sidebar-space {
    margin-left: 0;
}

.no-sidebar.right-sidebar .rt-sidebar-space {
    margin-right: 0;
}

@media (max-width: 991px) {
    .has-sidebar.right-sidebar .rt-sidebar-space {
        margin-right: 0;
    }
    .left-sidebar .sidebar-widget-area,
    .right-sidebar .sidebar-widget-area {
        margin-top: 80px;
        display: inherit;
    }

    .right-sidebar .rt-sidebar-space {
        display: inherit;
        margin-right: 0;
    }

    .left-sidebar .sidebar-widget-area {
        display: inherit;
    }
}

@media (max-width: 767px) {
    .right-sidebar .sidebar-widget-area {
        margin-top: 60px;
    }
}

/*blog sticky*/
.sticky .blog-box {
    background-color: #f5faff;
    border-radius: 4px;
}

.sticky .blog-box .blog-img-holder {
    margin-bottom: 0;
}

.sticky .blog-box .entry-content {
    padding: 30px;
}

.sticky.blog-layout-5 .blog-box {
    margin-bottom: 30px;
}

.sticky.blog-layout-1 .blog-box.no-image ul.entry-meta {
    margin: 0;
}

.sticky.blog-layout-5 .blog-box.no-image .entry-content {
    padding: 30px;
}

/*-------------------------------------
#. Swiper Slider
---------------------------------------*/
.swiper-container {
    overflow: hidden;
}

.rt-swiper-slider .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}

.rt-swiper-slider .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 0;
}

.swiper-button-prev:after, .swiper-button-next:after  {
    display: none;
}

/*-------------------------------------
#. Related Post
---------------------------------------*/
.rt-related-post {
    margin-top: 120px;
    background-color: #f07654;
    padding: 114px 0 120px;
    background-image: url("../img/bg.png");
}
@media screen and (max-width: 767px) {
    .rt-related-post {
        margin-top: 80px;
        padding: 74px 0 80px;
    }
}

.rt-related-section-title.rt-section-title {
    text-align: center;
    margin-bottom: 40px;
}

.rt-related-post .swiper-button {
    display: inline-flex;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.rt-related-post .swiper-button>div {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: none;
    border: 1px solid #e5e5e5;
    height: 50px;
    width: 50px;
    outline: none;
    color: #ffffff;
    font-size: 16px;
    margin-top: 0;
    background-color: transparent;
    transition: all 0.3s ease-out;
}

.rt-related-post .swiper-button .swiper-button-prev {
    left: -61px;
}
.rt-related-post .swiper-button .swiper-button-next {
    right: -61px;
}
@media (max-width: 1300px) {
    .rt-related-post .swiper-button .swiper-button-prev {
        left: 0;
    }
    .rt-related-post .swiper-button .swiper-button-next {
        right: 0;
    }
}
.rt-related-post .swiper-button>div:hover {
    background: #ffffff;
    color: #1f1f1f;
}

.rt-related-post .swiper-button-prev {
    margin-right: 2px;
}

/*-------------------------------------
#. Pagination
---------------------------------------*/
.pagination-area ul {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-area ul li {
    display: inline-flex;
    border: none;
    margin-right: 6px;
    position: relative;
}

.pagination-area ul li:last-child {
    margin-right: 0;
}

.pagination-area ul li a {
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: #1f1f1f;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    padding: 0;
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-weight: 500;
}

.pagination-area ul li span {
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: #1f1f1f;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    padding: 0;
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-weight: 500;
}

.pagination-area ul li a:hover {
    background-color: #f07654;
    border-color: #f07654;
    color: #ffffff;
}

.pagination-area ul li span.current {
    background-color: #f07654;
    border-color: #f07654;
    color: #ffffff;
}

.pagination-area ul li.active a {
    background-color: #f07654;
    border-color: #f07654;
    color: #ffffff;
}

@media (max-width: 767px) {
    .pagination-area ul li {
        margin-top: 8px;
        margin-right: 8px;
    }

    .pagination-area ul li span,
    .pagination-area ul li a {
        height: 40px;
        width: 40px;
        line-height: 38px;
    }
}

.loading-lazy {
    position: relative;
    display: block;
}

.loading-lazy::before {
    display: none;
}

.loading-lazy::after {
    position: absolute;
    content: '';
    top: 0;
    left: auto;
    right: 10px;
    bottom: 0;
    z-index: 8;
}

.loading-lazy::after {
    width: 20px;
    height: 20px;
    margin: auto;
    border-top-color: #000;
    border: 2px dashed #000;
    border-radius: 50%;
    animation: fa-spin 2s infinite linear;
}

/*-------------------------------------
#. Error 404
---------------------------------------*/

.error-page-area {
    padding: 50px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 100vh;
    position: relative;
    z-index: 1;
}

.error-page-area .error-page-content {
    text-align: center;
}

.error-page-area .error-page-content .error-bg ul {
    list-style: none;
}

.error-page-area .error-page-content .error-bg ul li {
    position: absolute;
    z-index: -1;
}

.error-page-area .error-page-content .error-bg ul li.left-bg {
    top: 0;
    left: 0;
}

.error-page-area .error-page-content .error-bg ul li.center-bg {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.error-page-area .error-page-content .error-bg ul li.right-bg {
    bottom: 0;
    right: 0;
}

.error-page-area .error-page-content .item-img {
    padding-top: 10vh;
    padding-bottom: 5vh;
    position: relative;
}

.error-page-area .error-page-content .item-img .error-main-img {
    display: block;
}

.error-page-area .error-page-content .error-title {
    font-size: 34px;
    margin-bottom: 30px;
}

.error-figure {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: translate(-25%, -60%);
}

.error-figure .error-img {
    display: block;
}

.error-figure .error-text {
    position: absolute;
    top: -75px;
    right: 15px;
}
@media screen and (max-width: 767px) {
    .error-figure .error-text {
        display: none;
    }
}

.error-leaf {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 9;
}

.error-leaf ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.error-leaf ul li {
    -webkit-animation: falling 5s 0s infinite;
    animation: falling 5s 0s infinite;
}

.error-leaf ul li:nth-of-type(n) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.error-leaf ul li:nth-of-type(2n) {
    -webkit-animation-delay: 2.9s;
    animation-delay: 2.9s;
}

.error-leaf ul li:nth-of-type(3n) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

.error-leaf ul li:nth-of-type(4n) {
    -webkit-animation-delay: 3.4s;
    animation-delay: 3.4s;
}

.error-leaf ul li:nth-of-type(5n) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.error-leaf ul li:nth-of-type(6n) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

.error-leaf ul li:nth-of-type(7n) {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
}

.error-leaf ul li:nth-of-type(8n) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.error-leaf ul li:nth-of-type(9n) {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

@keyframes falling {
    0% {
        transform: translate3d(300, 0, 0) rotate(0deg);
        -webkit-transform: translate3d(300, 0, 0) rotate(0deg);
    }

    100% {
        -webkit-transform: translate3d(-350px, 700px, 0) rotate(90deg);
        opacity: 0;
    }
}

@-webkit-keyframes falling {
    0% {
        transform: translate3d(300, 0, 0) rotate(0deg);
        -webkit-transform: translate3d(300, 0, 0) rotate(0deg);
    }

    100% {
        -webkit-transform: translate3d(-350px, 700px, 0) rotate(90deg);
        opacity: 0;
    }
}

@keyframes falling3 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(-20deg);
    }

    100% {
        -webkit-transform: translate3d(-230px, 640px, 0) rotate(-70deg);
        opacity: 0;
    }
}

@-webkit-keyframes falling3 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(-20deg);
    }

    100% {
        -webkit-transform: translate3d(-230px, 640px, 0) rotate(-70deg);
        opacity: 0;
    }
}

@keyframes falling2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
    }

    100% {
        -webkit-transform: translate3d(-400px, 680px, 0) rotate(0deg);
        opacity: 0;
    }
}

@-webkit-keyframes falling2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0) rotate(90deg);
    }

    100% {
        -webkit-transform: translate3d(-400px, 680px, 0) rotate(0deg);
        opacity: 0;
    }
}
/*-------------------------------------
#. Fluent form
---------------------------------------*/
/*Contact Form*/
/*subscribe form*/
.sidebar-widget-area .fluentform .frm-fluent-form:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../element/element_5.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.fluentform .subscribe-form {
    position: relative;
    text-align: center;
    margin-bottom: 0;
}

.fluentform .subscribe-form h4 {
    position: relative;
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 12px;
}

.fluentform .subscribe-form p {
    font-size: 18px;
    margin-bottom: 30px;
}

.fluentform .subscribe-form .ff_submit_btn_wrapper {
    margin-bottom: 0;
}

.fluentform .subscribe-form .ff-t-cell {
    display: inline-block;
    padding: 0;
    width: 100%;
}

.fluentform .subscribe-form .ff-el-form-control {
    font-size: 18px;
    color: #6c6f72;
    height: 48px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    text-align: center;
    width: 100%;
    border-radius: 0;
}

/*subscribe form 2*/
/*end form*/
.sidebar-widget-area .fluentform .frm-fluent-form {
    position: relative;
    padding: 50px 15px;
}

.fluentform .subscribe-form .ff_btn_style,
.fluentform .subscribe-form-2 .ff_btn_style {
    position: relative;
    background-color: #f07654;
    color: #ffffff;
    font-size: 18px;
    height: 48px;
    opacity: 1;
    font-weight: 500;
    border: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    overflow: hidden;
    transform: perspective(1px) translateZ(0);
    transition: all 0.3s;
    z-index: 1;
    border-radius: 0;
}

.fluentform .subscribe-form .ff_btn_style {
    padding: 10px 30px;
    font-family: 'Jost', sans-serif;
}

.fluentform .subscribe-form-2 .ff_btn_style {
    padding: 10px 24px;
    font-family: 'Jost', sans-serif;
}

.fluentform .subscribe-form .ff_btn_style:hover,
.fluentform .subscribe-form-2 .ff_btn_style:hover {
    background-color: #ec5025;
    color: #ffffff;
    opacity: 1;
}

.fluentform .ff-el-group.subscribe-form {
    margin-bottom: 0;
}

.fluentform .subscribe-form-2.ff-t-container {
    background-color: #ffffff;
    padding: 10px;
    display: block;
}
@media screen and (max-width: 767px) {
    .fluentform .subscribe-form-2.ff-t-container {
        background-color: transparent;
        padding: 0;
    }
    .fluentform .subscribe-form-2.ff-t-container .ff-el-group button {
        margin-top: 15px;
    }
}

.fluentform .subscribe-form-2.ff-t-container .ff-t-cell {
    padding: 0;
}

.fluentform .subscribe-form-2.ff-t-container .ff-el-group {
    margin-bottom: 0;
}

.fluentform .subscribe-form-2.ff-t-container .ff-el-form-control {
    font-size: 14px;
    color: #6c6f72;
    height: 48px;
    border: none;
    border-radius: 0;
    background-color: #ffffff;
    padding: 0 20px;
    width: 100%;
}

.fluentform .ff-el-form-control::-moz-placeholder {
    font-size: 18px;
    color: #868686;
    transition: all 0.4s ease;
}

.fluentform .ff-el-form-control:-ms-input-placeholder {
    font-size: 18px;
    color: #868686;
    transition: all 0.4s ease;
}

.fluentform .ff-el-form-control,
.fluentform .ff-el-form-control::placeholder {
    font-size: 18px;
    color: #868686;
    transition: all 0.4s ease;
}

.fluentform .ff-el-form-control:hover::-moz-placeholder {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.fluentform .ff-el-form-control:hover:-ms-input-placeholder {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.fluentform .ff-el-form-control:hover::placeholder {
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

/*-------------------------------------
#. Gutenberg Support
---------------------------------------*/
.align-wrap {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

@media screen and (min-width: 900px) {
    .align-wrap {
        width: auto;
        margin-left: calc(50% / 0.62 - 50vw);
    }
}

.align-wrap .alignfull {
    width: 100%;
    margin: 0 0 0 auto;
}

@media (max-width: 575px) {
    img.alignleft {
        float: none;
        margin-bottom: 13px;
        margin-right: 0px;
        padding-top: 5px;
        display: block;
    }

    img.alignright {
        float: none;
        margin-left: 0px;
        margin-bottom: 15px;
        padding-top: 15px;
    }
}

/*gutenberg with sidebar*/
.has-sidebar .wp-block-cover.alignwide,
.has-sidebar .wp-block-cover.alignfull,
.has-sidebar .wp-block-image.alignfull,
.has-sidebar .wp-block-columns.alignfull,
.has-sidebar .wp-block-media-text.alignfull,
.has-sidebar .wp-block-gallery.alignfull,
.has-sidebar .wp-block-gallery.alignwide,
.has-sidebar .wp-block-columns.alignwide,
.has-sidebar .wp-block-image.alignwide,
.has-sidebar .wp-block-media-text.alignwide,
.has-sidebar .is-type-video.alignfull,
.has-sidebar .wp-block-embed-vimeo.alignwide.wp-block-embed,
.has-sidebar .alignwide.wp-block-embed {
    margin-left: 0;
    margin-right: 0;
}

.has-strong-magenta-background-color {
    background-color: #a156b4;
}

.has-strong-magenta-color {
    color: #a156b4;
}

.has-light-grayish-magenta-background-color {
    background-color: #d0a5db;
}

.has-light-grayish-magenta-color {
    color: #d0a5db;
}

.has-very-light-gray-background-color {
    background-color: #eee;
}

.has-very-light-gray-color {
    color: #eee;
}

.has-very-dark-gray-background-color {
    background-color: #444;
}

.has-very-dark-gray-color {
    color: #444;
}

.has-small-font-size {
    font-size: 12px;
}

.has-large-font-size {
    font-size: 36px;
    line-height: 1.2;
}

.has-huge-font-size {
    font-size: 48px;
    line-height: 1.2;
}

.has-regular-font-size {
    font-size: 16px;
}

.wp-block-image.alignleft.is-resized {
    margin-left: 0;
    margin-right: 30px;
}

.wp-block-image.alignright.is-resized {
    margin-left: 30px;
    margin-right: 0;
}

.wp-block-separator {
    border: none;
    border-bottom: 2px solid #cccccc;
    margin: 50px 0;
    text-align: left;
    background: transparent;
}

/*blockquote*/
blockquote {
    background-color: #ffefec;
    border-radius: 4px;
    border: none;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Source Serif Pro', sans-serif;
    font-style: italic;
    text-align: center;
    padding: 50px 50px 35px 50px;
    margin: 40px 0px 25px;
    color: #f07654;
}

@media (max-width: 575px) {
    blockquote {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
}

blockquote p {
    position: relative;
    margin-bottom: 0;
    z-index: 1;
    line-height: 1.6;
}

blockquote p:before {
    position: absolute;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    font-size: 26px;
    color: #f07654;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffefec;
    border: 4px solid #fff;
    box-shadow: 0px 12px 47px rgba(222, 87, 49, 0.25);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: initial;
}

blockquote cite {
    display: block;
    font-size: 14px;
    color: #646464;
    font-weight: 500;
    font-style: normal;
    margin-top: 12px;
    position: relative;
    letter-spacing: 2px;
    z-index: 1;
}
blockquote.wp-block-quote cite {
    display: block;
    font-size: 14px;
    color: #646464;
    font-weight: 500;
    font-style: normal;
    margin-top: 12px;
    letter-spacing: 2px;
    z-index: 1;
}
blockquote.wp-block-quote[style="text-align:right"] cite {
    padding-right: 35px;
}

.wp-block-pullquote {
    border-top: 2px solid #f07654;
    border-bottom: 2px solid #f07654;
    margin-bottom: 20px;
    padding: 0;
    text-align: left;
}

blockquote.wp-block-pullquote {
    background: #f9f9f9;
    border-radius: 6px;
    border-left: none;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    padding: 50px 50px 35px 50px;
    margin: 40px 0px 25px;
    color: #444444;
}
.wp-block-pullquote p {
    font-size: 22px;
}

.wp-block-pullquote cite {
    font-size: 14px;
    font-weight: 700;
    z-index: 1;
}

.wp-block-quote {
    border-left: none;
    margin: 40px 0px 25px;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    border: none;
    padding: 50px 50px 35px 50px;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite {
    text-align: center;
    font-size: 14px;
}

.wp-block-quote.is-style-large cite em {
    font-style: normal;
}

.wp-block-quote.has-text-align-right {
    border-left: none;
    border-right: none;
    text-align: right;
    padding: 50px 50px 35px 50px;
}

.wp-block-quote.has-text-align-right cite {
    text-align: right;
    padding-left: 0;
}

.wp-block-quote.has-text-align-left {
    text-align: left;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 26px;
    line-height: 1.3;
}

.wp-block-quote.is-style-large cite br {
    display: none;
}

:root .has-cyan-bluish-gray-background-color {
    background-color: transparent;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 100%;
    background: #acb9c3;
    padding-top: 50px;
    padding-bottom: 35px;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 32px;
}

.has-yakeen-primary-background-color blockquote {
    background: #f07654 !important;
}

.has-yakeen-secondary-background-color blockquote {
    background: #ffefec !important;
}

.has-yakeen-button-dark-gray-background-color blockquote {
    background: #333333 !important;
}

.has-yakeen-button-light-gray-background-color blockquote {
    background: #868686 !important;
}

.has-yakeen-button-white-background-color blockquote {
    background: #ffffff !important;
}

/* Main column width */
.wp-block {
    max-width: 720px;
}

/* Width of "wide" blocks */
.wp-block[data-align="wide"] {
    max-width: 1080px;
}

/* Width of "full-wide" blocks */
.wp-block[data-align="full"] {
    max-width: none;
}

.wp-caption-text {
    color: #555;
    font-size: 13px;
}

pre {
    background: #fff;
    color: #5b6674;
}

code,
a code {
    color: #f07654;
}

pre code {
    font-size: 15px;
    color: #5b6674;
    word-break: normal;
    line-height: 30px;
}

pre cite {
    font-weight: 400;
}

kbd {
    color: #5b6674;
    padding: 3px 5px 2px 5px;
    margin: 0 1px;
    background: #eaeaea;
    background: rgba(0, 0, 0, 0.07);
}

code,
kbd,
pre,
samp,
tt,
var {
    font-family: Menlo, Consolas, monaco, monospace;
}

.wp-block-code {
    font-family: Menlo, Consolas, monaco, monospace;
    font-size: 15px;
    color: #5b6674;
    padding: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

p:last-child img.size-thumbnail.alignright {
    clear: both;
    padding-top: 0;
}

/************** Button ***************/
.wp-block-button {
    margin-bottom: 25px;
}

.wp-block-button.aligncenter {
    text-align: center;
}

.wp-block-button.is-style-outline a.wp-block-button__link:not([href]):not([tabindex]) {
    /* color: @color_primary; */
}

.wp-block-button.is-style-outline a.wp-block-button__link:not([href]):not([tabindex]):hover {
    /* color: #1f1f1f; */
}

.wp-block-button .wp-block-button__link {
    display: inline-block;
    background: #f07654;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 20px;
    position: relative;
    line-height: 1;
    letter-spacing: 0.01em;
    border-radius: 45px;
    transition: all 0.4s ease;
}
.wp-block-button .wp-block-button__link:hover {
    color: #ffffff;
}

.wp-block-button.is-style-outline .wp-block-button__link {
    background: transparent;
    border: 2px solid #f07654;
    color: #f07654;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
    border-color: #f07654;
    color: #f07654;
}

.wp-block-button.is-style-outline .wp-block-button__link:before {
    display: none;
}

.wp-block-button .wp-block-button__link.no-border-radius,
.wp-block-button.is-style-squared .wp-block-button__link,
.wp-block-button.is-style-squared .wp-block-button__link:before {
    border-radius: 0;
}

.wp-block-button .wp-block-button__link.no-border-radius:before {
    border-radius: 0;
}

.has-yakeen-primary-color {
    color: #f07654;
}

.has-yakeen-secondary-color {
    color: #ffefec;
}

.has-yakeen-button-dark-gray-color {
    color: #333333;
}

.has-yakeen-button-light-gray-color {
    color: #868686;
}

.has-yakeen-button-white-color {
    color: #ffffff;
}

.has-yakeen-primary-background-color {
    background-color: #f07654;
}

.has-yakeen-secondary-background-color {
    background-color: #ffefec;
}

.has-yakeen-button-dark-gray-background-color {
    background-color: #333333;
}

.has-yakeen-button-light-gray-background-color {
    background-color: #868686;
}

.has-yakeen-button-white-background-color {
    background-color: #ffffff;
}

.wp-block-button a.has-yakeen-primary-color {
    color: #f07654;
}

.wp-block-button a.has-yakeen-secondary-color {
    color: #f07654;
}

.wp-block-button a.has-yakeen-button-dark-gray-color {
    color: #333333;
}

.wp-block-button a.has-yakeen-button-light-gray-color {
    color: #868686;
}

.wp-block-button a.has-yakeen-button-white-color {
    color: #ffffff;
}

.wp-block-button .has-yakeen-primary-background-color {
    background-color: #f07654;
}

.wp-block-button .has-yakeen-secondary-background-color {
    background-color: #f07654;
}

.wp-block-button .has-yakeen-button-dark-gray-background-color {
    background-color: #333333;
}

.wp-block-button .has-yakeen-button-light-gray-background-color {
    background-color: #868686;
}

.wp-block-button .has-yakeen-button-white-background-color {
    background-color: #ffffff;
}

/*button end*/
.wp-block-table td,
.wp-block-table th {
    border: 1px solid #e5e5e5;
    padding: 5px;
}

.wp-block-image .alignleft.is-resized {
    margin-top: 0;
}

.wp-block-latest-posts.is-grid {
    margin-left: 20px;
}

.wp-block-latest-posts.is-grid li {
    margin: 0 0 10px 0;
}

.wp-block-columns {
    margin-bottom: 0;
    margin-top: 0;
}

.wp-block-columns .wp-block-column {
    margin-bottom: 15px;
    margin-top: 15px;
}

.wp-block-columns.has-2-columns .wp-block-column {
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
    .wp-block-columns .wp-block-column {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .wp-block-columns .wp-block-column {
        width: 100%;
        flex-basis: 100% !important;
    }
}
@media only screen and (max-width: 767px) {
    .wp-block-columns .wp-block-column {
        margin: 0;
    }
}

.wp-block-columns.alignwide .wp-block-column:last-child .wp-block-quote {
    margin-top: 0 !important;
    padding-left: 50px;
    padding-right: 50px;
}

.wp-block-image .alignleft {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 25px;
}

.wp-block-image .alignright {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 25px;
}

/*wp block cover*/
.wp-block-cover {
    margin-top: 20px;
    margin-bottom: 20px;
}

.wp-block-cover a,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .has-text-color a,
.wp-block-cover .has-text-align-center a {
    color: #ffffff;
}

.wp-block-cover a:hover,
.wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover .has-text-color a:hover,
.wp-block-cover .has-text-align-center a:hover {
    text-decoration: underline;
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright,
[data-align=left]>.wp-block-cover,
[data-align=right]>.wp-block-cover {
    max-width: 340px;
    width: 100%;
}

.entry-content .wp-block-cover {
    background-color: #000;
    margin-top: 0px;
    padding: 15px 45px;
}

.wp-block-cover p:not(.has-text-color) {
    color: #ffffff;
}

.wp-block-cover.alignleft {
    margin-top: 0;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
    font-size: 36px;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 100%;
    padding: 0.44em;
    text-align: center;
}

:root .has-pale-pink-background-color {
    background-color: #000;
}

.wp-block-gallery {
    margin-top: 10px;
    margin-bottom: 10px;
}

.wp-block-gallery.alignleft {
    display: flex;
    margin-top: 10px;
}

.wp-block-gallery .blocks-gallery-item {
    overflow: hidden;
}

.wp-block-gallery.alignleft .blocks-gallery-item {
    display: inline-block;
}

.wp-block-embed-vimeo.alignfull .wp-block-embed__wrapper {
    margin: 23px 0;
}

.wp-block-coblocks-social .wp-block-button__link {
    border: none;
}

.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 420px;
    width: 100%;
}

p:last-child img.size-full.alignright {
    clear: both;
    padding-top: 0;
}

.wp-block-spacer {
    clear: both;
}

.gallery .gallery-item {
    text-align: center;
}

.site-content nav.comment-navigation {
    padding-top: 0;
}

.site-content nav.comment-navigation ul {
    margin-top: 0;
    margin-bottom: 40px;
}

.site-content nav.comment-navigation ul li {
    margin-right: 0;
}

.site-content nav.comment-navigation ul li a {
    border-radius: 30px;
    height: inherit;
    width: inherit;
    padding: 12px 27px;
    line-height: 1.6;
}

figure.wp-caption.alignnone {
    margin: 15px auto 15px;
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    padding: 10px 20px;
}

.has-media-on-the-right.is-stacked-on-mobile {
    margin-bottom: 20px;
}

.blocks-gallery-item figcaption {
    line-height: 1.4;
}

ul.wp-block-rss li.wp-block-rss__item .wp-block-rss__item-title {
    display: inline-block;
}

.wp-block-group.has-background {
    margin-bottom: 20px;
}

@media (max-width: 475px) {
    .site-header .mobile-menu {
        display: none !important;
    }
}

/*Mobile menu*/
.mean-container.mobile-sticky .mobile-mene-bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    left: 0;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0px 7px 65px 0px rgba(0, 0, 0, 0.05);
    transition: background 0.2s ease, padding 0.8s linear;
}

.mean-container .mean-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border-bottom: 1px solid rgba(181, 181, 181, 0.3);
    float: none;
    position: relative;
    padding: 10px 15px;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.3s linear;
}

.mean-container .mean-bar .search-icon a {
    font-size: 18px;
    font-weight: 500;
    color: #1f1f1f;
}

.mn-top .mean-container .mean-bar {
    position: fixed;
}

.mean-container .mean-bar img {
    max-width: 90px;
}

.admin-bar.mean-container .mean-bar {
    top: 32px;
}

@media only screen and (max-width: 782px) {
    .admin-bar.mean-container .mean-bar {
        top: 46px;
    }
}

@media only screen and (max-width: 600px) {
    .admin-bar.mean-container.mn-top .mean-bar {
        top: 0;
    }
}

.rt-slide-nav .offscreen-navigation .sub-menu {
    display: none;
}

.rt-slide-nav .offscreen-navigation ul li {
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
}

.rt-slide-nav .offscreen-navigation ul li:last-child {
    border-bottom: none;
}

.rt-slide-nav .offscreen-navigation nav>ul>li ul.sub-menu {
    border-top: 1px solid #e9e9e9;
}

.rt-slide-nav .offscreen-navigation li>a {
    display: block;
    position: relative;
    color: #1f1f1f;
    font-size: 15px;
    font-weight: 500;
    background: #ffffff;
    padding-bottom: 7px;
    padding-top: 7px;
}

.rt-slide-nav .offscreen-navigation ul>li>a {
    padding-left: 25px;
}
.rt-slide-nav .offscreen-navigation ul>li>a:hover {
    color: #f07654;
    padding-left: 35px;
}

.rt-slide-nav .offscreen-navigation ul ul>li>a {
    padding-left: 40px;
}
.rt-slide-nav .offscreen-navigation ul ul>li>a:hover {
    padding-left: 50px;
}

.rt-slide-nav .offscreen-navigation ul ul ul>li>a {
    padding-left: 55px;
}
.rt-slide-nav .offscreen-navigation ul ul ul>li>a:hover {
    padding-left: 65px;
}

.rt-slide-nav .offscreen-navigation .sub-menu li>a {
    font-size: 13px;
    padding-bottom: 7px;
}

.rt-slide-nav .offscreen-navigation nav>ul>li.mega-menu>ul.sub-menu>li ul li a {
    padding: 7px 15px 7px 45px;
}

.rt-slide-nav .offscreen-navigation li.current-menu-item>a,
.rt-slide-nav .offscreen-navigation li.current-menu-parent>a {
    color: #f07654;
}

.rt-slide-nav .offscreen-navigation li.menu-item-has-children>a:after {
    content: '\f067';
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    transition: 0.1s;
    right: 15px;
    font-weight: 700;
    position: absolute;
    font-size: 13px;
}

.rt-slide-nav .offscreen-navigation li.menu-item-has-children>a.opened:after {
    content: '\f068';
}

.rt-slide-nav .offscreen-navigation ul li>a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    background: #6c6c6c;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.rt-slide-nav .offscreen-navigation ul li>a:hover:before {
    background: #f07654;
    width: 12px;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
}

.rt-slide-nav .offscreen-navigation ul ul li>a::before {
    left: 30px;
}

.rt-slide-nav .offscreen-navigation ul ul ul li>a::before {
    left: 45px;
}

.mean-bar .header-btn-new.mobile-btn {
    position: absolute;
    right: 12%;
    top: 8px;
}

.mean-bar .sidebarBtn {
    font-size: 20px;
    cursor: pointer;
    color: #1f1f1f;
}

body .sidebarBtn {
    display: block;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

body .sidebarBtn .bar {
    background: #1f1f1f;
    height: 2px;
    width: 25px;
    display: block;
    margin-bottom: 4px;
    transition: all 0.3s ease-in-out;
}

body .sidebarBtn .bar:nth-child(2),
body .sidebarBtn .bar:nth-child(3) {
    width: 20px;
}

body .sidebarBtn .bar:last-child {
    margin-bottom: 0;
}

body.slidemenuon .sidebarBtn .bar:nth-child(2),
body.slidemenuon .sidebarBtn .bar:nth-child(3) {
    opacity: 0;
}

body.slidemenuon .sidebarBtn .bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

body.slidemenuon .sidebarBtn .bar:nth-child(4) {
    transform: rotate(-45deg) translate(8px, -8px);
}

.rt-slide-nav {
    position: absolute;
    background: white;
    width: 100%;
    left: 0;
    z-index: 9999;
    display: none;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    box-shadow: 0px 10px 10px 0px #1f1f1f1c;
}

.rt-slide-nav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0;
}

@media only screen and (min-width: 992px) {
    #meanmenu {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .header-area {
        display: none;
    }
}

.rt-slide-nav nav,
.rt-slide-nav .menu-main-menu-container {
    display: block;
}

.rt-slide-nav nav>ul>li.mega-menu,
.rt-slide-nav nav>ul>li ul.sub-menu li ul,
.rt-slide-nav nav>ul>li>ul.sub-menu {
    position: relative;
    width: 100%;
    transition: inherit;
    transform: inherit;
    background: none;
    box-shadow: none;
    transform-origin: inherit;
    opacity: 1;
    visibility: visible;
    left: 0;
}

/*carticon and search*/
.info-menu-bar {
    display: inline-flex;
    position: absolute;
    right: 73px;
}

@media (max-width: 575px) {
    .info-menu-bar {
        right: 55px;
    }
}

.info-menu-bar a {
    color: #111111;
    font-weight: 500;
}

.info-menu-bar a:hover {
    color: #111111;
}

.info-menu-bar .header-search-box {
    width: 25px;
    margin-left: 14px;
}

/*mobile header topbar*/
.mobile-top-bar {
    border-bottom: 1px solid #e5e5e5;
}

.mobile-top-bar .header-top {
    padding: 10px 12px 7px;
    text-align: center;
}

.mobile-top-bar .header-social {
    display: block;
    text-align: center;
    margin-bottom: 12px;
}

.mobile-top-bar .header-top>div {
    display: inline-flex;
    align-items: center;
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    border: none;
    line-height: 1;
}

.mobile-top-bar .header-top .icon-left {
    float: left;
    margin-right: 10px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    color: #f07654;
}

.mobile-top-bar .header-top .info {
    float: left;
    line-height: 1.5;
    font-size: 14px;
    text-align: left;
    color: #646464;
    transition: all 0.3s ease-in-out;
}

.mobile-top-bar .header-top .info-text a {
    color: #646464;
}

.mobile-top-bar .header-top .info-text a:hover {
    color: #f07654;
}

.mobile-top-bar .header-right-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.mobile-top-bar .header-button .button-btn {
    padding: 8px 18px;
}

@media (max-width: 767px) {
    .wow {
        visibility: visible !important;
        -webkit-animation: none !important;
        animation: none !important;
    }
}

/*-------------------------------------
#. Ticker Styling
---------------------------------------*/
.ticker {
    width: 90%;
    display: block;
    position: relative;
    overflow: hidden;
}

.ticker-title {
    text-transform: capitalize;
    z-index: 2;
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
}

.ticker-title:after {
    content: "|";
    color: #bbbbbb;
    padding: 0 10px;
}

.ticker-content {
    font-size: 13px;
    margin: 0px;
    padding-top: 6px;
    position: absolute;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.2;
    left: 90px;
}

.ticker-content a {
    text-decoration: none;
    color: #e0e0e0;
}

.ticker-content a:hover {
    text-decoration: underline;
    color: #ffffff;
}

.ticker-swipe {
    padding-top: 9px;
    position: absolute;
    top: 0px;
    background-color: #ffffff;
    display: block;
    width: 100%;
    height: 36px;
    left: 90px;
}

.ticker-swipe span {
    margin-left: 3px;
    margin-top: 5px;
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
    height: 12px;
    width: 7px;
    display: block;
}

.js-hidden {
    display: none;
}

.no-js-news {
    padding: 10px 0px 0px 45px;
    color: #F8F0DB;
}

.left .ticker-controls,
.left .ticker-content,
.left .ticker-title,
.left .ticker {
    float: left;
}

.right .ticker-controls,
.right .ticker-content,
.right .ticker-title,
.right .ticker {
    float: right;
}

.right .ticker-controls {
    padding-right: 6px;
}

.rt-news-ticker-holder {
    width: 60%;
}

.rt-news-ticker-holder i {
    font-size: 0.75rem;
    background-image: linear-gradient(45deg, #f07654, #f07654);
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
    float: left;
    text-align: center;
    padding: 0 !important;
}

.ticker-wrapper .ticker-swipe {
    background: #292929;
}

.ticker-wrapper .ticker-content,
.ticker-wrapper .ticker,
.ticker-wrapper .ticker-swipe span {
    background-color: transparent;
}

/*-------------------------------------
#. Dark mode
---------------------------------------*/
.header__switch {
    position: fixed;
    top: 320px;
    background: rgba(240, 118, 84, 0.5);
    right: 5px;
    z-index: 9999;
    padding: 8px 10px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.header__switch__label {
    width: 16px;
    height: 44px;
    display: inline-block;
    position: relative;
    transition: all 0.4s ease;
}

.header__switch__main {
    position: absolute;
    background: #f07654;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    transition: all 0.4s ease;
}

.header__switch__main.round {
    border-radius: 15px;
}

.header__switch__main::before {
    top: 2px;
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background-color: #f07654;
    border-radius: 100%;
    left: 2px;
    transition: 1s cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.header__switch__input {
    display: none;
}

.header__switch__input:checked+.header__switch__main::before {
    transform: translateY(28px);
    transition: 0.5s cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.header__switch__settings {
    color: #fff;
    margin-bottom: 5px;
    line-height: 1.2;
    transition: all 0.4s ease;
}

.header__switch__settings i {
    font-size: 12px;
}

.header__switch__dark {
    color: #fff;
    margin-top: 5px;
    line-height: 1.2;
    transition: all 0.4s ease;
}

.header__switch__dark i {
    font-size: 12px;
}

@media (max-width: 575px) {
    .header__switch {
        padding: 12px 8px;
    }

    .header__switch__settings,
    .header__switch__dark {
        display: none;
    }
}

.entry-banner:after,
.elementor-widget-wrap,
.elementor-section-wrap .elementor-section,
.elementor-column-wrap.elementor-element-populated {
    transition: background-color 0.3s ease-in-out, background-image 0.3s ease-in-out !important;
}

[data-theme="dark-mode"] h1,
[data-theme="dark-mode"] h2,
[data-theme="dark-mode"] h3,
[data-theme="dark-mode"] h4,
[data-theme="dark-mode"] h5,
[data-theme="dark-mode"] h6 {
    color: #ffffff;
}

/*dark header css*/
[data-theme="dark-mode"] .mobile-top-bar .header-top .info,
[data-theme="dark-mode"] .mobile-top-bar .header-top .info-text a,
[data-theme="dark-mode"] .additional-menu-area .sidenav ul li a,
[data-theme="dark-mode"] .site-header .main-navigation>nav>ul>li>a,
[data-theme="dark-mode"] .header-icon-area .cart-icon-area>a,
[data-theme="dark-mode"] .header-icon-area .search-icon a,
[data-theme="dark-mode"] .header-icon-area .user-icon-area a,
[data-theme="dark-mode"] .menu-user .user-icon-area a,
[data-theme="dark-mode"] .header-offcanvus button.side-menu-trigger .menu-text {
    color: #ffffff;
}

[data-theme="dark-mode"] .site-header .site-branding a.dark-logo {
    display: none;
}

[data-theme="dark-mode"] .site-header .site-branding a.light-logo {
    display: table-cell;
}

[data-theme="dark-mode"] body,
[data-theme="dark-mode"] .header-area,
[data-theme="dark-mode"] .header-menu,
[data-theme="dark-mode"] .site-content,
[data-theme="dark-mode"] .error-page-area,
[data-theme="dark-mode"] #page .content-area {
    background-color: #101213 !important;
    transition: all 0.3s ease-in-out;
}

[data-theme="dark-mode"] .entry-banner:after,
[data-theme="dark-mode"] .elementor-widget-wrap,
[data-theme="dark-mode"] .elementor-section-wrap .elementor-section,
[data-theme="dark-mode"] .elementor-column-wrap.elementor-element-populated {
    background-color: transparent !important;
    background-image: none !important;
    transition: all 0.3s ease-in-out;
}

[data-theme="dark-mode"] .entry-banner,
[data-theme="dark-mode"] .dark-section2,
[data-theme="dark-mode"] .elementor-background-overlay,
[data-theme="dark-mode"] .topbar-style-1 .header-top-bar,
[data-theme="dark-mode"] .additional-menu-area .sidenav,
[data-theme="dark-mode"] .dark-section2 .fluentform-widget-wrapper,
[data-theme="dark-mode"] .dark-section .elementor-widget-container {
    background-color: #171818 !important;
    background-image: none !important;
    transition: all 0.3s ease-in-out;
}

[data-theme="dark-mode"] .elementor-section-wrap .dark-section3.elementor-section {
    background-color: #171818 !important;
}

[data-theme="dark-mode"] .button-style-1,
[data-theme="dark-mode"] .rt-post-tab .post-cat-tab a {
    color: #ffffff;
}

[data-theme="dark-mode"] .btn-common path.rt-button-cap {
    stroke: #ffffff;
}

[data-theme="dark-mode"] .title-animation-black-bold a,
[data-theme="dark-mode"] .title-animation-black-normal a {
    color: #fff;
    background-image: linear-gradient(to bottom, #fff 0%, #fff 98%);
}

[data-theme="dark-mode"] .rt-post-grid-default .rt-item .entry-title a,
[data-theme="dark-mode"] .rt-post-overlay-style6 .rt-item-list .entry-title a,
[data-theme="dark-mode"] .rt-post-overlay-style7 .rt-item-list .entry-title a,
[data-theme="dark-mode"] .rt-post-list-default .rt-item .entry-title a,
[data-theme="dark-mode"] .rt-post-slider-default .rt-item .entry-title a,
[data-theme="dark-mode"] .sidebar-widget-area .widget .widgettitle {
    color: #ffffff;
}

[data-theme="dark-mode"] .rt-post-grid-default .rt-item .post-author a,
[data-theme="dark-mode"] .rt-post-list-default .rt-item .post-author a,
[data-theme="dark-mode"] .rt-post-tab-default .rt-item-list ul.entry-meta .post-author a,
[data-theme="dark-mode"] .rt-post-overlay-default .rt-item-list ul.entry-meta li a,
[data-theme="dark-mode"] .rt-post-slider-default .rt-item .post-author a {
    color: #ffffff !important;
}

[data-theme="dark-mode"] body,
[data-theme="dark-mode"] .breadcrumb-area .entry-breadcrumb span a,
[data-theme="dark-mode"] .rt-post-grid-default .rt-item .post_excerpt,
[data-theme="dark-mode"] .rt-post-list-default .rt-item .post_excerpt,
[data-theme="dark-mode"] .rt-section-title.style2 .entry-text,
[data-theme="dark-mode"] .rt-title-text-button .entry-content,
[data-theme="dark-mode"] .rt-contact-info .entry-text,
[data-theme="dark-mode"] .rt-contact-info .entry-text a,
[data-theme="dark-mode"] .fluentform .subscribe-form p,
[data-theme="dark-mode"] .additional-menu-area .sidenav-address span a,
[data-theme="dark-mode"] .rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-date {
    color: #d7d7d7;
}

[data-theme="dark-mode"] blockquote,
[data-theme="dark-mode"] .rt-post-slider-default.rt-post-slider-style4 .rt-item .entry-content {
    background: #171818;
}

[data-theme="dark-mode"] .rt-post-slider-style4 .swiper-slide {
    border: none;
}

[data-theme="dark-mode"] .dark-border,
[data-theme="dark-mode"] .dark-border .elementor-element-populated,
[data-theme="dark-mode"] .rt-section-title.style1 .entry-title .titleline,
[data-theme="dark-mode"] .header-style-4 .header-menu,
[data-theme="dark-mode"] .post-tab-layout ul.btn-tab li a,
[data-theme="dark-mode"] .rt-post-tab .post-cat-tab a,
[data-theme="dark-mode"] .rt-post-slider-default.rt-post-slider-style4 ul.entry-meta,
[data-theme="dark-mode"] .dark-section2 .fluentform-widget-wrapper {
    border-color: #222121 !important;
}

/*other site css*/
[data-theme="dark-mode"] .rt-progress-bar .entry-name,
[data-theme="dark-mode"] .rt-progress-bar .progress .progress-bar>span,
[data-theme="dark-mode"] .team-default .team-content .team-title a,
[data-theme="dark-mode"] .post-box-style .post-content .entry-title a,
[data-theme="dark-mode"] .apsc-theme-2 .apsc-each-profile a,
[data-theme="dark-mode"] .error-page-content .error-title,
[data-theme="dark-mode"] .rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-link a {
    color: #fff;
}

[data-theme="dark-mode"] .rt-section-title .sub-title,
[data-theme="dark-mode"] .rt-title-text-button .entry-subtitle,
[data-theme="dark-mode"] .team-single .team-heading .designation,
[data-theme="dark-mode"] .team-multi-layout-1 .team-content .team-designation,
[data-theme="dark-mode"] .team-multi-layout-2 .team-content .team-title span {
    color: #afafaf;
}

[data-theme="dark-mode"] .rt-shape-layout1 .shape img {
    opacity: 0.2;
}

[data-theme="dark-mode"] .dark-site-subscribe .elementor-widget-container,
[data-theme="dark-mode"] .sidebar-widget-area .fluentform .frm-fluent-form {
    background-image: none !important;
    border: 1px solid #222121;
}

[data-theme="dark-mode"] .additional-menu-area .sidenav .sub-menu,
[data-theme="dark-mode"] .additional-menu-area .sidenav ul li,
[data-theme="dark-mode"] .rt-post-list-style4,
[data-theme="dark-mode"] .rt-post-list-default .rt-item,
[data-theme="dark-mode"] .post-box-style .rt-news-box-widget,
[data-theme="dark-mode"] .sidebar-widget-area .widget .widgettitle .titleline,
[data-theme="dark-mode"] .section-title .related-title .titleline,
[data-theme="dark-mode"] .meta-tags a,
[data-theme="dark-mode"] .search-form .input-group,
[data-theme="dark-mode"] .post-navigation .text-left,
[data-theme="dark-mode"] .post-navigation .text-right {
    border-color: #222121 !important;
}

[data-theme="dark-mode"] .sidebar-widget-area .fluentform .frm-fluent-form:before {
    background-image: none;
}

/*blog dark css*/
[data-theme="dark-mode"] .about-author,
[data-theme="dark-mode"] .comments-area {
    background: #171818;
}

[data-theme="dark-mode"] .meta-tags a,
[data-theme="dark-mode"] .entry-content p,
[data-theme="dark-mode"] #respond .logged-in-as a,
[data-theme="dark-mode"] .about-author .author-bio,
[data-theme="dark-mode"] .comments-area .main-comments .comment-text,
[data-theme="dark-mode"] .rt-skills .rt-skill-each .rt-name,
[data-theme="dark-mode"] .rt-skills .rt-skill-each .progress .progress-bar>span,
[data-theme="dark-mode"] .team-single .team-info ul li,
[data-theme="dark-mode"] .team-single .team-info ul li a,
[data-theme="dark-mode"] .error-page-area p,
[data-theme="dark-mode"] blockquote.wp-block-quote cite,
[data-theme="dark-mode"] a.loadMore {
    color: #d7d7d7;
}

[data-theme="dark-mode"] .search-form input,
[data-theme="dark-mode"] .entry-header ul.entry-meta li a,
[data-theme="dark-mode"] .about-author .author-title a,
[data-theme="dark-mode"] .about-author ul.author-box-social li a,
[data-theme="dark-mode"] .post-navigation .post-nav-title a,
[data-theme="dark-mode"] .entry-content .single-post-list li,
[data-theme="dark-mode"] .blog-box ul.entry-meta li.post-author a,
[data-theme="dark-mode"] .blog-box .entry-content .entry-title a,
[data-theme="dark-mode"] .post-detail-style2 .post-share .share-text span,
[data-theme="dark-mode"] .comments-area .main-comments .comment-meta .comment-author-name a,
[data-theme="dark-mode"] .comments-area .main-comments .comment-meta .comment-author-name span,
[data-theme="dark-mode"] .comments-area .main-comments .replay-area a,
[data-theme="dark-mode"] .post-detail-style2 .entry-content>p:first-child:first-letter,
[data-theme="dark-mode"] .page-content p,
[data-theme="dark-mode"] .team-single .team-single-content h4,
[data-theme="dark-mode"] .team-single .team-info ul li span {
    color: #fff;
}

[data-theme="dark-mode"] input::-webkit-input-placeholder,
[data-theme="dark-mode"] .widget_search .search-form input.form-control::-webkit-input-placeholder {
    color: #aaa;
}

[data-theme="dark-mode"] input:-ms-input-placeholder,
[data-theme="dark-mode"] .widget_search .search-form input.form-control:-ms-input-placeholder {
    color: #aaa;
}

[data-theme="dark-mode"] input:-moz-placeholder,
[data-theme="dark-mode"] .widget_search .search-form input.form-control:-moz-placeholder {
    color: #aaa;
}

[data-theme="dark-mode"] .search-form input:-webkit-autofill,
[data-theme="dark-mode"] .search-form input:-webkit-autofill:hover,
[data-theme="dark-mode"] .search-form input:-webkit-autofill:focus,
[data-theme="dark-mode"] .search-form input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

[data-theme="dark-mode"] input,
[data-theme="dark-mode"] input:focus {
    color: #aaa;
}

[data-theme="dark-mode"] .team-single .team-info,
[data-theme="dark-mode"] .team-single .rt-skill-wrap,
[data-theme="dark-mode"] .team-single .team-single-content .team-content {
    box-shadow: 0px 7px 30px 0px rgba(222, 222, 222, 0.03);
}


[data-theme="dark-mode"] .rt-ajax-tab-content .preloader {
    background: rgba(111, 111, 111, 0.3);
}

/*review schema*/
[data-theme="dark-mode"] .rtrs-review-wrap {
    background-color: transparent;
}

[data-theme="dark-mode"] .rtrs-review-wrap .rtrs-review-form,
[data-theme="dark-mode"] .rtrs-review-wrap .rtrs-review-box .rtrs-each-review {
    background-color: #171818 !important;
}

[data-theme="dark-mode"] .rtrs-review-form .rtrs-form-title,
[data-theme="dark-mode"] .rtrs-summary .rtrs-rating-box .rtrs-rating,
[data-theme="dark-mode"] .rtrs-summary .rtrs-progress-wrap .rtrs-progress label,
[data-theme="dark-mode"] .rtrs-summary .rtrs-progress-wrap .progress-percent,
[data-theme="dark-mode"] .rtrs-review-form .rtrs-rating-category .rtrs-category-text {
    color: #fff;
}

[data-theme="dark-mode"] .rtrs-review-box .rtrs-review-body p {
    color: #d7d7d7;
}

[data-theme="dark-mode"] a.loadMore:hover:before {
    background-color: #ffffff;
}

[data-theme="dark-mode"] .loading-lazy::after {
    border-color: #ffffff;
}


/* Social Counter Style */

.xs_social_counter_widget .wslu-style-2 {
    flex-direction: row !important;
    flex-wrap: wrap;
    width: 100% !important;
}
.xs_social_counter_widget .wslu-style-2 li {
    border-radius: 8px !important;
    flex: unset;
    border: 5px solid #fff !important;
}
.xs_social_counter_widget .wslu-style-2 li:hover .xs-social-icon {
    background: #fff;
}
.xs_social_counter_widget .wslu-style-2 li:hover .xs-social-icon span {
    color: #000;
}
.xs_social_counter_widget .wslu-style-2 li .xs-social-follower {
    font-size: 14px;
    font-weight: 400;
    position: relative;
}
.xs_social_counter_widget .wslu-style-2 li .xs-social-follower::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #fff;
}
.xs_social_counter_widget .wslu-style-2 li .xs-social-follower-text {
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
}
.xs_social_counter_widget .wslu-style-2 li .xs-social-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 768px) { 
    .xs_social_counter_widget .wslu-style-2 li {
        width: 50% !important;
    }
}



