/* -------------------------------------
    Custom Theme Styles */
/* ------------------------------------- */
    /* General Styles */
    /**! 01. Header **/
    /**! 02. Page title bar **/
    /**! 03. Button Styles **/
    /**! 04. Form Fields **/
    /**! 05. Default Blog **/
    /**! 06. Blog Single **/
    /**! 07. Pagination **/
    /**! 08. Footer **/
    /**! 09. Widgets **/
    /**! 10. Elementor Shortcode Styles
        Custom Post Types
            - Blog Grid Layouts
            - Services Grid Layouts
            - Portfolio Grid Layouts
            - Portfolio Single
            - Team Layouts
            - Team Single
            - Testimonials Layouts
        Counter Layouts
        Cea Carousel Slider
        Pricing Layouts
        Accordion
        Cea Popover Trigger Styles
        Tabs Layouts
        Feature Box Layouts
        Timeline Layouts
        WP Search
    **/
    /**! 11. Read More Global Styles **/
    /**! 12. Responsive **/
    /**! 13. RTL **/
/* --------------------------------- */

/* Root Support Elements */
:root {
    --cus-sec-bg: #55433c;
    --cus-bg-light-clr: #f6ebe7;
    --cus-border-color: #eaeaea;
    --cus-drk-bg-color: #000000;
    --cus-dark-bg: #121212;
    --cus-transpar-color: transparent;
    --cus-dark-overlay-color : rgba(0,0,0, 0.05);
    --cus-light-color: #ffffff;
    --cus-drk-txt-color: #000000;
    --cus-default-text-color: #696969;
    --cus-light-txt-clr: #ffffff;
    --cus-head-font-semibold: 600;
    --cus-head-font-bold: 700;
    --cus-border-radius-0: 0px;
    --cus-border-radius-30: 30px;
    --cus-trans-dft: all .5s;
}
/* General Styles */
svg.e-font-icon-svg.e-far-dot-circle{
	width: 1em;
	height: 1em;
}
select {
    background-position: calc(100% - 15px) 50%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    min-width: 127px;
    color: var(--default-text-color);
}
/* Close Button */
.close{
    right: 42px;
}
/* Back To Top */
.back-to-top i.bi-caret-up-fill::before {
    content: "\F145";
}
.back-to-top, 
.back-to-top:after {
    border-radius: 0%;
}
/**! 01. Header **/
.header-navbar {
    z-index: 3;
}
header.site-header ul.nav.wp-menu li > ul.sub-menu li a:before {   
    content: "";
    position: absolute;
    font-size: 16px;
    transform: translateY(-50%) rotate(360deg);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.25, 1, 0.55, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.25, 1, 0.55, 1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.25, 1, 0.55, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.25, 1, 0.55, 1) 0s;
    -ms-transition: all 0.6s cubic-bezier(0.25, 1, 0.55, 1) 0s;
    left: -20px;
    overflow: hidden;
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 25px;
    width: 25px;
    top: 13px;
}
header ul.nav.wp-menu li > ul.sub-menu li a {
    font-size: 13px;
}
header.site-header ul.nav.wp-menu li > ul.sub-menu li a:hover:before {
    opacity: 1;
    left: -2px;
    transition: all .3s;
}
header ul.nav.wp-menu li > ul.sub-menu li a:hover {
    padding-left: 28px;
    transition: all .3s;
}
header ul.nav.wp-menu li > ul.sub-menu li a {
    transition: all .3s;
}

ul.nav.wp-menu > li.menu-item-has-children:not(.menu-item-has-mega-children) > .sub-menu,
ul.nav.wp-menu > li.menu-item-has-children:not(.menu-item-has-mega-children) > .sub-menu > li > ul.sub-menu {
    border-radius: var(--cus-border-radius-0);
    padding: 5px 0 5px 0;
}

header ul.nav.wp-menu li > ul.sub-menu li {
    display: block;
    position: relative;
    line-height: 22px;
    padding: 10px 15px 10px 17px;
}
    /* Header Topbar */
    .site-header .header-topbar.navbar > div > ul.nav > li {
        position: relative;
    }
    .site-header .header-topbar.navbar > div > ul.nav > li {
        padding: 0px 20px;
    }
    .site-header .header-topbar.navbar > div > ul.nav > li:last-child {
        padding: 0px;
    }
    .site-header .header-topbar.navbar > div > ul.nav > li > ul > li {
        position: relative;
        padding: 0px 4px;
    }
    .site-header .header-topbar.navbar > div > ul.nav > li > ul > li a {
        margin-right: 0px;
    }
    .site-header .nav.topbar-ul li:before {
        content: "";
        position: absolute;
        height: 17px;
        width: 1px;
        background-color: #e8e8e86e;
        transform: rotate(35deg);
        top: 12px;
        right: 0;
    }
    .site-header .nav.topbar-ul li:last-child:before {
        content: unset;
    }
    /* Header Navbar */
    .site-header .header-navbar .cea-button-link.cea-button .cea-button-text {
        line-height: 22px;
        padding: 13px 23px;
        color: var(--cus-light-txt-clr);
    }
    .site-header .full-bar-search-toggle > i:before {
        font-weight: 700 !important;
    }
    /* Mega Menu Image */
    .header-navbar.navbar .wp-menu li.cus-img-menu > ul.sub-menu.mega-menu li {
        border: 0;
    }
    .header-navbar.navbar .wp-menu li.cus-img-menu > ul.sub-menu.mega-menu > li > a {
        display: none;
    }
    .cus-img-menu .menu-item .widget img {
        box-shadow: 0 6px 10px rgb(0 0 0 / 8%);
        transform: translateY(0);
        transition: all ease 0.35s;
        margin-bottom: 15px;
    }
    
    .cus-img-menu .menu-item .widget .wp-block-image figcaption {
        text-align: center;
        font-size: 16px;
        line-height: 30px;
        display: block;
        margin-top: 5px;
        margin-bottom: 0;
    }
    .cus-img-menu .menu-item .widget .wp-block-image figcaption a,
    .cus-img-menu .menu-item .widget .wp-block-image:hover figcaption a {
        transition: all .3s;
    }
    .cus-img-menu .menu-item .widget .wp-block-image figcaption a:before {
        content: unset;
    }
    .cus-img-menu .widget.widget_block.widget_media_image figure.wp-block-image {
        margin: 0px 0 15px;
    }
    .cus-img-menu ul.sub-menu.mega-menu > li.col-3 {
        width: 20%;
    }
    .header-navbar.navbar .wp-menu li.cus-img-menu > ul.sub-menu.mega-menu li a {
        padding: 0;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.5px;
    }
    header ul.nav.wp-menu .cus-img-menu ul.sub-menu.mega-menu {
        padding: 25px 11px 4px;
    }
    header ul.nav.wp-menu .cus-img-menu ul.sub-menu.mega-menu {
        width: 1200px;
    }
    ul.zhf-nav-menu > li.cus-img-menu > ul.sub-menu.mega-menu > li.mega-menu-col > ul.sub-menu {
        display: flex;
        width: auto !important;
    }
    .header-navbar.navbar .cus-img-menu ul.sub-menu.mega-menu ul.sub-menu li {
        -ms-flex: 0 0 16.666%;
        flex: 0 0 16.666%;
        max-width: 16.666%;
        padding: 0 15px;
    }
    .zhf-nav-menu li.cus-img-menu.menu-item.menu-item-has-children.menu-item-has-mega-children > ul.sub-menu.mega-menu ul.sub-menu li {
        padding: 0 15px;
    }
    .cus-img-menu ul.sub-menu.mega-menu ul.sub-menu li a {
        padding: 0;
    }
    .zhf-nav-menu li.cus-img-menu .menu-item-has-children > a {
        display: none;
    }
    ul.nav.wp-menu .cus-img-menu ul.sub-menu.mega-menu ul.sub-menu {
        display: flex;
        flex-wrap: wrap;
    }
    ul.nav.wp-menu > li > ul.sub-menu.mega-menu > li.mega-menu-col > ul.sub-menu {
        left: 0;
        margin: 0;
        top: auto;
        position: relative;
        box-shadow: none;
    }
    /* Mobile Menu */
    .mobile-menu-wrapper ul.mobile-menu li > a {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 22px;
        letter-spacing: 1px;
    }

/**! 02. Page title bar **/
    .page-title-wrap > *, .page-title-wrap h1{
        display: block;
    }
    ul.page-title-elements.page-title-center.pull-center * {
        word-break: break-all;
        text-align: center;
    }
    ul.page-title-elements.page-title-center.pull-center h1.page-title, 
    ul.page-title-elements.page-title-center.pull-center .breadcrumbs-wrap {
        text-align: center;
    }
    .glovera-page-header::before {
        content: "";
        background-repeat: no-repeat;
        background-size: 100%;
        width: 110px;
        height: 150px;
        position: absolute;
        left: 180px;
        top: 115px;
        z-index: 1;
        opacity: 0.2;
    }
    .page-title-wrap:before {
        content: "";
        background-repeat: no-repeat;
        background-size: 100%;
        width: 480px;
        height: 308px;
        position: absolute;
        right: -357px;
        bottom: -65px;
        z-index: 1;
        transform: rotate(-15deg);
    }
    
    
    
    /**! 03. Button Styles **/
    .btn-black .cea-button-wrapper .cea-button-link:hover .cea-button-icon i:before {
    -webkit-text-fill-color: rgba(38, 36, 32, 1);
    }

    .cea-button-link:before {
        position: absolute;
        content: "";
        width: 250px;
        height: 160px;
        top: 0;
        left: 0;
        transform: translate(-25%, -75%);
        border-radius: 40%;
        box-shadow: 0 0 10px rgba(26, 26, 26, 0.5), inset 0 0 5px rgba(26, 26, 26, 0.5);
        background: rgba(26, 26, 26, 0.5);
        animation: animate 7s linear infinite;
        z-index: -1;
    }
    @keyframes animate {
        0% {
        transform: translate(-25%, -75%) rotate(0);
    }
    100% {
        transform: translate(-25%, -75%) rotate(360deg);
    }
    }
    .cea-button-link {
        position: relative;
        overflow: hidden;
        box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.7);
        z-index: 2;
        transition: 0.6s;
    }
    .cea-button-link:after {
        position: absolute;
        content: "";
        width: 250px;
        height: 160px;
        top: 0;
        left: 0;
        transform: translate(-25%, -75%);
        border-radius: 45%;
        background: rgba(20, 20, 20, 1);
        /* box-shadow: 0 0 10px 5px #cda291, inset 0 0 5px #cda291; */
        box-shadow: 0 0 10px 5px var(--e-global-color-primary), inset 0 0 5px var(--e-global-color-primary);
        animation: animate 5s linear infinite;
        opacity: 0.8;
        z-index: -1;
    }
/**! 04. Form Fields **/
form.form-inline.search-form .input-group > *.form-control:focus {
    border-radius: var(--cus-border-radius-0);
}
/* Contact Form 7 */
.contact-form-wrapper input.wpcf7-form-control.wpcf7-submit {
    margin-top: 8px;
    padding: 15px 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 1px;
}
.wpcf7-spinner {
    position: absolute;
}
.contact-form-wrapper span.wpcf7-form-control-wrap textarea {
    padding-top: 10px !important;
}
.contact-form-wrapper span.wpcf7-form-control-wrap textarea:last-child {
    margin-bottom: 17px;
}
.contact-form-wrapper.cf-style-modern input.wpcf7-form-control.wpcf7-submit {
    width: auto;
}

.contact-form-wrapper.cf-style-default input.wpcf7-form-control.wpcf7-submit {
    border-radius: 0px;
}
.cf-style-default .contact-form .wpcf7-form-control-wrap .wpcf7-select {
    border: none;
    border-bottom: 1px solid #eaeaea;
    color: #242424;
}
.cf-style-modern span.wpcf7-form-control-wrap input, .cf-style-modern span.wpcf7-form-control-wrap select, .cf-style-modern span.wpcf7-form-control-wrap textarea {
    border: 1px solid var(--cus-border-color);
    border-radius: var(--cus-border-radius-0);
    color: var(--cus-default-text-color);
    background: var(--cus-light-color);
}
.cf-style-modern span.wpcf7-form-control-wrap select {
    background-position: calc(100% - 15px) 50%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    min-width: 127px;
}
.wpcf7-not-valid-tip {
    position: absolute;
    bottom: -25px;
    font-size: 12px;
    line-height: 30px;
}
.wpcf7 form .wpcf7-response-output {
    color: #DC3232;
    border: 1px solid #dc3232;
}
/* .cf-style-classic  */
.cf-style-classic-pro span.wpcf7-form-control-wrap input, .cf-style-classic-pro span.wpcf7-form-control-wrap select, .cf-style-classic-pro span.wpcf7-form-control-wrap textarea {
    border-radius: var(--cus-border-radius-0);
    border: 1px solid var(--cus-border-color);
}
.cf-style-classic .wpcf7-form-control-wrap .wpcf7-form-control {
    color: var(--cus-default-text-color);
}
.contact-form-wrapper.cf-style-classic input.wpcf7-form-control.wpcf7-submit {
    border-radius: 0px;
    padding: 15px 25px;
}
.cea-mailchimp-style-inline button.input-group-addon.cea-mc,
.cea-mailchimp-style-inline input.form-control {
    border-radius: var(--cus-border-radius-0) !important;
}
.wpcf7-form.init .wpcf7-form-control-wrap .wpcf7-form-control {
    padding: 15px 15px;
}
.contact-us-form .cf-style-default .contact-form .wpcf7-form-control-wrap .wpcf7-form-control {
    padding: 0px !important;
    color: var(--cus-default-text-color);
}
.contact-form .cf-style-default .wpcf7-not-valid-tip {
    padding-left: 15px;
}
/**! 05. Default Blog **/
.post-author a > span.author-name {
    margin-left: 10px;
    text-transform: capitalize;
}
h2.entry-title {
    line-height: 55px;
    font-size: 50px;
}
.glovera-masonry > article,
.blog article.post {
    display: flex;
    flex-direction: column;
    transition: 400ms cubic-bezier(0.17, 0.46, 0.55, 0.71);
}
.glovera-masonry .featured-media {
    order: 1;
}
.glovera-masonry .top-meta-wrap {
    order: 2;
}
.glovera-masonry .entry-header {
    order: 3;
    margin-bottom: 10px;
}
.glovera-masonry .post-inner {
    order: 4;
}
.glovera-masonry .bottom-meta-wrap {
    order: 5;
}
.glovera-masonry .bottom-meta-wrap .post-meta .post-more a {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: 700;
}
.glovera-masonry .top-meta-wrap {
    order: 2;
    background: var(--cus-light-color);
    margin: 0px 30px 30px 30px;
    padding: 8px 20px;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: var(--cus-border-color);
}
.glovera-masonry > article .top-meta-wrap li.post-category a {
    color: var(--cus-default-text-color);
    background: var(--cus-transpar-color);
    position: relative;
}
.glovera-masonry article .media .media-body .top-meta-wrap .post-category a:after,
.glovera-masonry .top-meta-wrap .post-category a:after {
    content: ",";
}

.glovera-masonry article .media .media-body .top-meta-wrap .post-category a:last-child:after, 
.glovera-masonry .top-meta-wrap .post-category a:last-child:after {
    content: "";
}
.glovera-masonry .featured-media,
.glovera-content-wrap .featured-media {
    margin-bottom: -30px;
}
.glovera-masonry > article {
    padding: 30px 30px 30px 30px;
    box-shadow: none;    
    transition: all ease 0.35s;
}
.glovera-masonry > article:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-color: var(--cus-light-color);
}
.glovera-content-wrap .top-meta-wrap ul.nav.post-meta > li span {
    margin-right: 9px;
}
.glovera-masonry > article .top-meta-wrap li.post-category a:last-child:before,
.glovera-content-wrap .post-category a:last-child::before {
    content: unset;
}
.glovera-content-wrap .top-meta-wrap:nth-child(1) {
    margin: 0px 0px 25px 0px;
}
.glovera-content-wrap .top-meta-wrap:nth-child(2) {
    margin: 0px 0px 25px 0px;
}
.glovera-content-wrap .top-meta-wrap:nth-child(3) {
    bottom: 0px;
}
.single-post .glovera-content-wrap .top-meta-wrap:nth-child(2) {
    margin: 0px 15px 25px 15px;
}
.single-post .glovera-content-wrap .bottom-meta-wrap .post-tag > span {
    display: none;
}
.glovera-content-wrap .featured-media .featured-media-inner.section-inner {
    position: relative;
}
.glovera-content-wrap .featured-media .wp-caption-text {
    position: absolute;
    bottom: -5px;
    background-color: var(--cus-light-color);
    width: 100%;
    padding-bottom: 60px;
    padding-top: 20px;
}
.glovera-content-wrap .top-meta-wrap {
    background: var(--cus-light-color);
    margin: -52px 15px 30px 16px;
    padding: 12px 25px 12px 25px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: var(--cus-border-color);
    z-index: 1;
    position: relative;
}
.glovera-content-wrap .top-meta-wrap .post-category a {
    padding: 0px;
}
/* Default Blog List */
body.blog .glovera-masonry .media .featured-media {
    order: 0;
}
body.blog article.post .media figure.featured-media,
body.archive.category article.post .media figure.featured-media,
body.archive.date article.post .media figure.featured-media,
body.archive.author article.post .media figure.featured-media,
body.archive.tag article.post .media figure.featured-media{
    width: 45%;
    margin-right: 35px;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
}
body.blog article.post .media figure .featured-media-inner.section-inner img,
body.archive.category article.post .media figure .featured-media-inner.section-inner img,
body.archive.date article.post .media figure .featured-media-inner.section-inner img,
body.archive.author article.post .media figure .featured-media-inner.section-inner img,
body.archive.tag article.post .media figure .featured-media-inner.section-inner img {
    height: 263px;
    object-fit: cover;
    border-radius: 0;
}
.blog article.post {
    display: flex;
    flex-direction: column;
}

.glovera-masonry > article {
    border-radius: 0px;
    transition: 400ms cubic-bezier(0.17, 0.46, 0.55, 0.71);
}

body.archive .glovera-masonry .media .featured-media {
    order: 0;
}

body.archive article.post .media figure.featured-media {
    width: 45%;
    margin-right: 35px;
    margin-bottom: -35px;
}
.glovera-masonry .media .featured-media-inner.section-inner img {
    border-radius: 0;
    height: 370px;
    object-fit: cover;
}
.glovera-masonry article .media {
    align-items: center;
}
.glovera-masonry article .media .media-body .top-meta-wrap {
    padding: 0px 10px;
}
.glovera-masonry article .media .media-body .top-meta-wrap a {
    font-size: 11px;
}
.glovera-masonry article .media .media-body .top-meta-wrap .post-category a {
    padding: 0;
}
/**! 06. Blog Single **/
blockquote:before, 
.wp-block-quote.is-large:before, 
.wp-block-quote.is-style-large:before, 
.wp-block-quote.is-style-large:not(.is-style-plain):before, 
.wp-block-quote.has-text-align-right:before, 
.wp-block-quote:before {
    content: "\f10e";
    font-family: "fontAwesome";
    font-size: 60px;
}
p.wp-block-tag-cloud a.tag-cloud-link {
    margin-bottom: 6px;
    margin-right: 6px;
}
blockquote .blockquote-titel {
    margin: 25px 0px;
}
blockquote h6 {
    font-size: 35px;
    line-height: 40px;
}
blockquote, .wp-block-quote.is-large, .wp-block-quote.is-style-large, .wp-block-quote.is-style-large:not(.is-style-plain), .wp-block-quote.has-text-align-right, .wp-block-quote {
    padding: 50px 45px 30px 50px;
}
/* Comments */
.single-post .comments-wrapper.section-inner input.submit:hover {
    background-color: var(--cus-sec-bg);
}
.comments-wrapper.section-inner input {
    padding: 13px 23px 13px 23px !important;
    line-height: 22px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.comments-wrapper .comment-form-url input {
    line-height: 22px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
}
.single-post .comments-wrapper.section-inner input, .single-post .comments-wrapper.section-inner textarea {
    box-shadow: none;
    padding: 10px 15px;
}
/**! 07. Pagination **/
.pagination-single-inner {
    background: #f6ebe7;
    border-radius: 0px;
    padding: 30px 34px;
    margin-bottom: 0;
}
.glovera-content-wrap .pagination-single{
    background: var(--cus-transpar-color);
}
.custom-post-nav .prev-nav-link > a, .custom-post-nav .next-nav-link > a {
    box-shadow: none;
    margin: 0px;
}
.custom-post-nav a > *,
.pagination-single-inner > h6 > a span.arrow {
    color: var(--cus-drk-txt-color);
    background: var(--cus-transpar-color);
    outline: 0;
    font-size: 25px;
    line-height: 30px;
}
.custom-post-nav,
.glovera-content-wrap .pagination-single {
    border: 0px;
    box-shadow: none;
    padding: 0;
}
.custom-post-nav {
    padding: 0px;
}
.custom-post-nav .prev-nav-link a, 
.custom-post-nav .next-nav-link a{
    background-color: var(--cus-bg-light-clr);
    border-radius: 0px;
    padding: 15px 25px;
}
.custom-post-nav i:before, .custom-post-nav i:before,
.pagination-single-inner > h6 > a span.arrow {
    font-family: 'bootstrap-icons';
    outline: 0;
}
.custom-post-nav .prev-nav-link > a > i:before {
    content: "\F12F";
}
.custom-post-nav .next-nav-link > a > i:before{
    content: "\F138";
}
.pagination-single-inner > h6 > a span.arrow {
    display: none;
}
.custom-post-nav {
    margin-top: 40px;
}
.pagination-single-inner > h6.pagination-next .title-inner:after {
    content: "\F138";
    font-family: 'bootstrap-icons';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.pagination-single-inner > h6.pagination-prev .title-inner:before {
    content: "\F12F";
    font-family: 'bootstrap-icons';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.pagination-single-inner > h6.pagination-prev .title-inner {
    position: relative;
    padding-left: 40px;
    font-size: 25px;
    font-family: 'Cormorant Garamond';
    color: #242424;
}
.pagination-single-inner > h6.pagination-next .title-inner {
    position: relative;
    padding-right: 40px;
    font-size: 25px;
    font-family: 'Cormorant Garamond';
    color: #242424;
}
.pagination-single-inner > h6 > a span.title {
    display: inline-flex;
}
/**! 08. Footer **/
.site-footer .footer-widgets-wrap,
.site-footer .footer-bottom-wrap,
.insta-footer-wrap {
    border-radius: var(--cus-border-radius-0);   
}
.site-footer .footer-widgets-wrap aside.footer-widget-2 .wp-block-columns.cus-middle-widget-wrap {
    align-items: start;
}
/* Footer Top */
.insta-footer-wrap:before {
    content: unset;
}
.site-footer .footer-widgets-wrap {
    position: relative;
}
.site-footer .footer-widgets-wrap:after {
    content: "";
    background-size: 100%;
    background-repeat: no-repeat;
    height: 250px;
    width: 250px;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.5;
}
/* Footer Bottom */
.footer-bottom-wrap .row .col-12 {
    justify-content: center;
}
/**! 09. Widgets **/

.widget.glovera_latest_post_widget .side-item .side-image img,
.wp-block-search__input,.wp-block-search__button  {
    border-radius: var(--cus-border-radius-0);
    border: 1px solid var(--cus-border-color);
}
.content-widgets-wrapper .widget_block, 
.content-widgets-wrapper .content-widgets > .widget {
    padding: 20px 30px 30px 30px;
    border-radius: 0px;
}
.content-widgets-wrapper .widget_block:last-child,
.content-widgets-wrapper .content-widgets > .widget:last-child {
    margin-bottom: 0px;
}
footer .mailchimp-wrapper .input-group input#zozo-mc-email::placeholder {
    font-size: 15px;
}
/* Widget Title */
.site-footer .footer-widgets-wrap .widget-content .widget_nav_menu .widgettitle,
.site-footer .widget-content h1, .site-footer .widget-content h2, .site-footer .widget-content h3, .site-footer .widget-content h4, .site-footer .widget-content h5, .site-footer .widget-content h6 {
    font-size: 30px;
    line-height: 45px;
}
/* Widget Blocks */
.footer-widgets-wrap .widget_block .wp-block-image img {
    display: inline-block;
}
/* Mailchimp */
footer .mailchimp-wrapper .input-group input#zozo-mc-email,
footer button.input-group-addon.zozo-mc.btn.btn-default {
    border-radius: var(--cus-border-radius-0) !important;
}
/* Widget Navmenu */
.widget.widget_nav_menu li {
    padding-bottom: 20px;
}
.widget.widget_nav_menu li a:before {
    content: "\f144";
    font-family: 'bootstrap-icons';
    position: absolute;
    left: 0;
    top:50%;
    transform: translateY(-50%);
    opacity: 1;
    font-size: 14px;
    z-index: 1;
    transition: all 2s;
    overflow: hidden;
    background-size: 80%;
}
.footer-widgets-wrap .menu-services-menu-container .menu li {
    border: none;
}
.footer-widgets-wrap .widget_nav_menu li a {
    line-height: 23px;
    position: relative;
    display: inline-block;
}
.footer-cta .footer-widget .title {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 3px;
    letter-spacing: 1px;
    line-height: 24px;
    color: #CDCDCD;
}
.cus-widget-2 .widget_nav_menu ul.menu > li {
    padding-bottom: 25px;
}
.cus-widget-2 .widget_nav_menu ul.menu > li:last-child {
    padding-bottom: 0px;
}
.footer-widgets-wrap .footer-widget .phone-num a {
    font-size: 25px;
    font-weight: 500;
    display: block;
    font-style: italic;
}
.footer-cta .footer-widget:first-child {
    padding-bottom: 28px;
    margin-bottom: 29px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}
body .widget_nav_menu .menu-services-menu-container li {
    margin-bottom: 13px;
}
/* Widget Search */
.wp-block-search__inside-wrapper {
    display: flex;
}
.glovera-content-wrap aside.content-widgets-outer-wrapper .widget_search label.wp-block-search__label {
    font-size: 28px;
    line-height: 37px;
    font-family: 'Exo';
}
/* Latest Posts */
.widget.glovera_latest_post_widget .side-item .side-item-text {
    line-height: 25px;
    font-size: 15px;
    font-weight: 700;
}
.widget.glovera_latest_post_widget .side-item .side-item-text a {
    color: #242424;
}
.widget.glovera_latest_post_widget .side-item .side-image{
    margin-right: 20px;
}
.widget.glovera_latest_post_widget .side-item {
    align-items: center;
}
/* Widget Heading */
.glovera-content-wrap aside.content-widgets-outer-wrapper .widget-title,
.glovera-content-wrap .widget.widget_block .wp-block-group .wp-block-heading {
    font-size: 35px;
    line-height: 45px;
}
.glovera-content-wrap .widget.widget_block .wp-block-group .wp-block-heading {
    margin-bottom: 20px;
}
.glovera-content-wrap aside.content-widgets-outer-wrapper .widget-title:before,
.glovera-content-wrap .widget.widget_block .wp-block-group .wp-block-heading::before {
    content: "";
    position: absolute;
    height: 16px;
    width: 2px;
    top: 15px;
    right: -30px;
    border-radius: 2px;
}
.glovera-content-wrap aside.content-widgets-outer-wrapper .widget-title:after,
.glovera-content-wrap .widget.widget_block .wp-block-group .wp-block-heading::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 32px;
    width: 32px;
    top: 5px;
    right: -45px;
}
.glovera-content-wrap aside.content-widgets-outer-wrapper .widget-title,
.glovera-content-wrap .widget.widget_block .wp-block-group .wp-block-heading {
    position: relative;
    display: inline-block;
}
.page .glovera-content-wrap .widget.widget_block {
    padding: 20px 30px 30px 30px;
    border-radius: 0px;
    background: #ffffff;
    box-shadow: 0px 12px 10px rgb(238 239 240 / 25%);
    border: 1px solid #eaeaea;
}
.page .glovera-content-wrap .widget.widget_block .wp-block-search, 
.page .glovera-content-wrap .widget.widget_block .glovera_latest_post_widget ul {
    margin-bottom: 0px;
}
.page .glovera-content-wrap .glovera_latest_post_widget .side-item {
    border-bottom: 1px solid var(--cus-border-color);
}
/* Widget Service Sidebar */
.single-cea-service .content-widgets-wrapper .widget_block, .single-cea-service .content-widgets-wrapper .content-widgets > .widget {
    padding: 20px 30px 20px 30px;
}
.single-cea-service .content-widgets-wrapper .content-widgets > .widget .wp-block-contact-form-7-contact-form-selector .wpcf7-form-control-wrap .wpcf7-form-control {
    padding: 10px 0px;
}
.single-cea-service .content-widgets-wrapper .widget_block:last-child, .single-cea-service .content-widgets-wrapper .content-widgets > .widget:last-child {
    padding: 0px;
}
.single aside.content-widgets-outer-wrapper .widget-content .menu-service-sidebar-menu-container li {
    margin-bottom: 10px;
    display: block;
    padding: 0;
}
.single.single-cea-service aside.content-widgets-outer-wrapper .widget-content .menu .menu-item a {
    padding: 15px 20px;
    background-color: var(--cus-bg-light-clr);
    position: relative;
    display: block;
}
.single.single-cea-service aside.content-widgets-outer-wrapper .widget-content .menu .menu-item a:hover, .single.single-cea-service aside.content-widgets-outer-wrapper .widget-content .menu .menu-item.current-menu-item a {
    background-color: var(--cus-sec-bg);
    color: var(--cus-light-color);
}
.single.single-cea-service aside.content-widgets-outer-wrapper .widget-content .menu .menu-item a:hover:before, .single.single-cea-service aside.content-widgets-outer-wrapper .widget-content .menu .menu-item.current-menu-item a:before {
    color: var(--cus-light-color) !important;
}

.single.single-cea-service aside.content-widgets-outer-wrapper .widget-content .menu .menu-item {
    border: none;
}
.single.single-cea-service aside.content-widgets-outer-wrapper .widget-content .menu .menu-item a:before {
    content: "\F144";
    font-family: 'bootstrap-icons';
    opacity: 1;
    z-index: 1;
    transition: all 2s;
    padding-left: 0;
    font-size: 18px;
    top: 50%;
    font-weight: 400;
    right: 0;
    position: absolute;
    left: auto;
    transform: translateY(-50%);
}
.single .service-info-wrap .service-img , 
.single .service-info-wrap .service-img img{
    border-radius: 0px;
}
.single.single-cea-service aside.content-widgets-outer-wrapper .wp-block-image.image-widget {
    margin-bottom: 0px;
}
.single.single-cea-service aside.content-widgets-outer-wrapper .wp-block-image.image-widget:hover img{
    transition: all 0.3s;
}
.single.single-cea-service aside.content-widgets-outer-wrapper .wp-block-image.image-widget:hover img {
    opacity: 0.8;
    transition: all 0.3s;
}
/* Widget Custom Styles */
.site-footer .footer-widgets-wrap .widget.widget_block .widget-content .widget-content-bx > a.d-block {
    padding-top: 15px;
}
.site-footer .footer-widgets-wrap .widget-content .footer-contact .footer-title {
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.site-footer .site-footer-wrap .widget-content .cus-widget-1 p {
    line-height: 33px;
}
.cus-widget-2 .wp-container-core-columns-is-layout-2 {
    display: flex;
    justify-content: space-around;
}
.site-footer .insta-footer-wrap .widget-content .wp-block-columns.wp-container-core-columns-is-layout-3 {
    display: flex;
    justify-content: space-around;
}
.site-footer .footer-widgets-wrap .widget .widget-content-bx.w-address {
    display: inline-flex;
}
.site-footer .footer-widgets-wrap aside.footer-widget-2 .widget-content .widget-content-bx i {
    margin-right: 10px;
}
.zozo-booking-form-wrap .bookly-form select {
    padding: 0px 15px !important;
    height: 52px !important;
    line-height: 52px !important;
    background-color: #F6EBE7;
    border-color: #F6EBE7!important;
    border-radius: 6px !important;
    font-size: 16px !important;
    transition: all .3s;
}
.zozo-booking-form-wrap .bookly-form .bookly-service-step .bookly-week-days input[type='checkbox'], .zozo-booking-form-wrap .bookly-form .bookly-repeat-step .bookly-week-days input[type='checkbox'] {
    width: 25px;
    height: 25px;
    line-height: 1;
    min-height: 25px;
    padding: 0;
}

/**! 07. Elementor Shortcode Styles **/
    
    /* Section Title */
    .elementor-element .section-title-wrapper .title-wrap > * .subtitle-dots {
        /* position: absolute; */
        z-index: 0;
    }
    .elementor-element .section-title-wrapper .title-wrap > *.section-title {
        position: relative;
        margin-top: -40px;
        z-index: 1;
    }
/* Blog Grid Layouts */
    /* Blog Default */
.blog-wrapper.blog-style-default .blog-inner {
    border-radius: var(--cus-border-radius-0) !important;
    margin: 0px !important;
}
.blog-wrapper.blog-style-default.blog-normal-model .blog-inner {
    margin-bottom: 30px !important;
}
.blog-wrapper.blog-style-default .blog-inner .post-overlay-items {
    padding: 20px 15px;
}
.blog-wrapper.blog-style-default.blog-normal-model .blog-inner .post-overlay-items {
    z-index: 1;
}
.blog-style-default.blog-normal-model .blog-inner .post-thumb.post-overlay-active {
    margin-bottom: 0px;
}
.blog-style-default .blog-inner .post-thumb.post-overlay-active {
    position: relative;
}
.blog-style-default.blog-normal-model .blog-inner .top-meta {
    position: absolute;
    top: 300px;
    left: 207px;
}
.blog-style-default .blog-inner .post-thumb.post-overlay-active:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    bottom: 0;
    content: "";
    background-color: #55433cbf;
    transform: translateY(100%);
    transition: all 500ms ease;
    filter: blur(7px);
}
.blog-style-default .blog-inner:hover .post-thumb.post-overlay-active:before,
.blog-style-default .blog-inner:hover .post-thumb.post-overlay-active:after{
    transform: translateY(0);
}
.blog-style-default .blog-inner .post-thumb.post-overlay-active:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: #55433cbf;
    width: 50%;
    transform: translateY(100%);
    transition: all 500ms ease;
    filter: blur(7px);
}
.blog-style-default .blog-inner .post-thumb.post-overlay-active .post-image-link:before {
    content: "";
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 230px;
    height: 50px;
    bottom: 0;
    transform: translate(70%, 100%);
    z-index: 0;
    opacity: 0;
    transition: all 0.3s;
}
.blog-style-default .blog-inner:hover .post-thumb.post-overlay-active .post-image-link:before {
    opacity: 1;
    transform: translate(70%, -15%);
    z-index: 1;
    transition: all 0.3s;
}
.blog-style-default .blog-inner .post-date a {
    color: var(--cus-light-color);
    border-radius: var(--cus-border-radius-0);
}
.blog-style-default .blog-inner .post-thumb .post-date a {
    position: absolute;
    transform: translateX(-150px);
    transition: all 0.5s;
    top: 25px;
    z-index: 1;
}
.blog-style-default .blog-inner .post-thumb .post-date a{
    padding: 8px 14px;
}
.blog-style-default .blog-inner:hover .post-thumb .post-date a {
    transform: translateX(5px);
    transition: all 0.5s;
}
.blog-style-default .blog-inner .post-date a:hover {
    color: var(--cus-light-color);
}
.blog-style-default .blog-inner .author-name {
    color: var(--cus-default-text-color);
}

.blog-style-default .blog-inner .post-category a:hover {
    background-color: var(--cus-sec-bg);
    transform: all 0.3s;
}
.blog-style-default .top-meta {
    position: absolute;
    top: 290px;
    left: 186px;
}
.blog-style-default .top-meta .post-date a {
    padding: 10px 20px 10px 20px;
}
.blog-style-default .blog-inner .post-category a {
    color: #fff;
    border-radius: 0px;
    font-size: 15px;
    padding: 5px 15px;
    transform: all 0.3s;
}
.blog-style-default .blog-inner > *:not(.post-thumb, .top-meta) {
    padding: 0px 35px;
}
/* Blog Classic Style */
.blog-style-classic .owl-carousel-item .blog-inner > *:not(.post-thumb) {
    padding: 3px 20px;
}
.blog-style-classic .owl-carousel-item .blog-inner > *:not(.post-thumb, .top-meta) {
    padding: 3px 25px;
}
.blog-style-classic.blog-normal-model .blog-inner>*:not(.post-thumb, .top-meta) {
    padding: 0px 25px;
}
.blog-style-classic .blog-inner {
    border: 1px solid var(--cus-border-color);
    overflow: hidden;
}
 .blog-style-classic .blog-inner .post-thumb .post-image-link img,
 ul.nav.pagination.post-pagination > li > a, ul.nav.pagination.post-pagination > li > span,
 .blog-style-classic .blog-inner .post-thumb,
 .blog-wrapper.blog-style-classic .owl-carousel-item .blog-inner  {
    border-radius: var(--cus-border-radius-0);
}
.blog-style-classic .blog-inner .post-overlay-items {
    position: relative;
}
.blog-style-classic .blog-inner .top-meta {
    position: absolute;
    z-index: 2;
}
.over-lay .blog-style-classic .blog-inner .top-meta {
    top: -68px;
}
.blog-style-classic .blog-inner .top-meta {
    padding: 10px 30px;
}
.blog-style-classic .blog-inner .top-meta .post-date a,
.blog-style-classic .blog-inner .top-meta .post-author a {
    color: var(--cus-light-color);
}
/* Blog Modern Style */
.blog-style-modern.blog-normal-model .blog-inner .top-meta {
    position: absolute;
    top: 0;
}
.blog-style-modern.blog-normal-model .blog-inner {
    border-radius: var(--cus-border-radius-0);
    margin-top: 0px;
}
.blog-style-modern.blog-normal-model .blog-inner .top-meta .post-date {
    padding: 5px 14px;
}
.blog-style-modern.blog-normal-model .blog-inner .post-thumb {
    margin: 0px;
}
.blog-style-modern.blog-normal-model .blog-inner {
    padding: 0px;
}
.blog-style-modern.blog-normal-model .blog-inner>*:not(.post-thumb, .top-meta) {
    padding: 0px 25px 0px 25px !important;
}
.blog-style-modern.blog-normal-model .blog-inner .top-meta .post-date a {
    color: var(--cus-light-txt-clr);
}
/* .blog-multi-layout-1  */
.blog-multi-layout-1 .cea-block-primary > *:not(.post-thumb) {
    padding: 0px 40px 0px 40px;
}
.blog-multi-layout-1 .cea-block-secondary .media {
    margin-bottom: 33px !important;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 33px;
}
.blog-multi-layout-1 .post-overlay-items .post-date a {
    border-radius: 0px;
    padding: 8px 15px;
    top: 30px;
    left: 30px;
    position: absolute;
}
.blog-multi-layout-1 .row .col-md-6 .cea-block-secondary {
    padding-left: 10px;
}
.blog-multi-layout-1 .post-category a {
    font-size: 15px;
    line-height: 30px;
    padding: 0px;
}
.blog-multi-layout-1 .cea-block-secondary .media .media-body {
    margin-left: 35px !important;
}
/* Services Grid Layouts */

    /* Service Default Style */
    .service .service-info-wrap {
        padding: 0px;
    }
    .service-style-default .service-inner .post-thumb {
        border-radius: var(--cus-border-radius-0);
    }
    .service-style-default .service-inner .post-excerpt {
        padding-bottom: 20px;
    }
    .service-style-default.service-normal-model .post-excerpt {
        padding-bottom: 0px;
    }
    .service-style-default .owl-carousel .owl-nav .owl-prev:before {
        content: "\f27f";
        font-family: 'bootstrap-icons';
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        border: 1px solid var(--cus-border-color);
        border-radius: var(--cus-border-radius-0);
    }
    .service-style-default .owl-carousel .owl-nav .owl-next:before {
        content: "\f280";
        font-family: 'bootstrap-icons';
    }
    .owl-carousel .owl-nav .owl-prev:before, .owl-carousel .owl-nav .owl-next:before {
        font-size: 20px;
    }
    .service-style-default .service-inner:hover:before {
        height: 100%;
    }
    .service-style-default.service-normal-model .service-inner {
        margin-bottom: 25px;
    }
    .service-style-default .service-inner {
        overflow: hidden;
        position: relative;
    }
    .service-style-default .service-inner * {
        z-index: 2;
        position: relative;
    }
    .service-style-default .service-inner .post-more {
        position: relative;
        display: flex;
        align-items: center;
    }
    .service-style-default .service-inner:hover .service-icon-img-wrap {
        animation: gelatine 0.5s infinite;
    }       
    .gelatine {
        animation: gelatine 0.5s infinite;
      }
      @keyframes gelatine {
        from, to { transform: scale(1, 1); }
        25% { transform: scale(0.9, 1.1); }
        50% { transform: scale(1.1, 0.9); }
        75% { transform: scale(0.95, 1.05); }
    }
    .service-style-default .service-inner .post-overlay-active .post-image-link:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 130%;
        border-right: 1px solid rgba(255, 255, 255, 0);
        opacity: 0.5;
        transform-origin: top right;
        transition: opacity 0.35s, transform 0.35s;
        background: rgba(0, 0, 0, 0.1);
        z-index: 3;
    }
    .service-style-default .service-inner:hover .post-overlay-active .post-image-link:before,
    .service-style-default .owl-item.active.center .service-inner .post-overlay-active .post-image-link:before {
        opacity: 1;
        -webkit-transform: rotate(50deg);
        -moz-transform: rotate(50deg);
        -ms-transform: rotate(50deg);
        transform: rotate(50deg);
        transition: opacity 0.35s, transform 0.35s;
        border-radius: 0 0 50% 0;
        border-right: 1px solid rgba(255, 255, 255, 0.75);
        z-index: 3;
    }
    .service-style-default .service-inner .post-overlay-active .post-image-link:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 50%;
        height: 130%;
        border-left: 1px solid rgba(255, 255, 255, 0);
        opacity: 0.5;
        transform-origin: top left;
        transition: opacity 0.35s, transform 0.35s;
        background: rgba(0, 0, 0, 0.1);
        z-index: 3;
    }
    .service-style-default .service-inner:hover .post-overlay-active .post-image-link:after,
    .service-style-default .owl-item.active.center .service-inner .post-overlay-active .post-image-link:after {
        opacity: 1;
        -webkit-transform: rotate(-50deg);
        -moz-transform: rotate(-50deg);
        -ms-transform: rotate(-50deg);
        transform: rotate(-50deg);
        transition: opacity 0.35s, transform 0.35s;
        border-radius: 0 0 0 50%;
        border-left: 1px solid rgba(255, 255, 255, 0.75);
    }
    .service-style-default .service-inner .post-overlay-active .entry-title {
        position: absolute;
        bottom: 10px;
        padding: 10px 20px;
        transform: translate(110px, -50px);
        transition: all 0.3s;
    }
    .service-wrapper.service-style-default .service-inner .post-overlay-items .entry-title:hover .post-title {
        color: var(--e-global-color-accent);
    }
    .service-style-default .service-inner:hover .post-thumb:before,
    .service-style-default .owl-item.active.center .service-inner .post-thumb:before {
        opacity: 1;
        -webkit-transform: rotate(50deg);
        -moz-transform: rotate(50deg);
        -ms-transform: rotate(50deg);
        transform: rotate(45deg);
        transition: opacity 0.35s, transform 0.35s;
        border-radius: 0 0 50% 0;
        border-right: 1px solid rgba(255, 255, 255, 0.75);
        z-index: 3;
    }
    .service-style-default .service-inner .post-thumb:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 130%;
        border-right: 1px solid rgba(255, 255, 255, 0);
        opacity: 0.5;
        transform-origin: top right;
        transition: opacity 0.35s, transform 0.35s;
        background: rgba(0, 0, 0, 0.1);
        z-index: 3;
    }
    .service-style-default .service-inner .post-thumb:after {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 50%;
        height: 130%;
        border-left: 1px solid rgba(255, 255, 255, 0);
        opacity: 0.5;
        transform-origin: top left;
        transition: opacity 0.35s, transform 0.35s;
        background: rgba(0, 0, 0, 0.1);
        z-index: 3;
    }    
    .service-style-default .service-inner:hover .post-thumb:after, 
    .service-style-default .owl-item.active.center .service-inner .post-thumb:after {
        opacity: 1;
        -webkit-transform: rotate(-50deg);
        -moz-transform: rotate(-50deg);
        -ms-transform: rotate(-50deg);
        transform: rotate(-45deg);
        transition: opacity 0.35s, transform 0.35s;
        border-radius: 0 0 0 50%;
        border-left: 1px solid rgba(255, 255, 255, 0.75);
    }
    .service-style-default.service-slide-model .service-inner {
        margin-bottom: 0px;
    }
    .service-style-default .owl-carousel .owl-nav .owl-prev:before {        
        content: "\F13F";
        font-family: 'bootstrap-icons';
    }
    .service-style-default .owl-carousel .owl-nav .owl-next:before {
        content: "\F144";
        font-family: 'bootstrap-icons';
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        border: 1px solid;
    }
/* Service Classic Style */

.service-style-classic .entry-title:before, 
.service-style-classic .entry-title:after {
    content: unset;
}
.service-style-classic .service-inner:before {
    content: "";
    width: 100%;
    position: absolute;
    border-bottom: 1px solid #eaeaea;
    left: 0;
    bottom: 140px;
}
.service-style-classic .service-inner {
    border: 1px solid var(--cus-border-color);
    position: relative;
    margin-left: 10px;
    overflow: hidden;
}
.service-style-classic .service-inner .service-icon-img-wrap {
    background-color: #f6ebe7;
    width: 84px;
    height: 84px;
    top: 40px;
    left: -25px;
}
.service-style-classic .service-inner .service-icon-img-wrap img {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.service-style-classic .service-inner .bottom-meta {
    position: absolute;
    right: 20px;
    bottom: 15px;
}
.service-style-classic.service-light.service-slide-model .service-inner {
    margin-bottom: 0px;
}
.service-style-classic .service-inner .post-thumb {
    position: absolute;
    bottom: -5px;
    left: 0px;
    transition: all 0.5s;
    border-radius: 0px;
}
.service-style-classic .service-inner:hover .post-thumb {
    opacity: 1;
    bottom: -5px;
    left: 0;
    border-radius: 0px;
    transition: all 0.5s;
}
.service-style-classic .service-inner .post-thumb img {
    width: 330px;
}

/* service-style-modern */
.service-style-modern .service-inner {
    border-radius: 0px;
}
/* Service Classic-pro Styles */
.service-style-classic-pro .service-inner {
    margin-bottom: 0px;
}
.service-style-classic-pro.service-normal-model .service-inner .post-details-outer {
    transform: translateY(0%);
}
.service-style-classic-pro .service-inner .post-details-outer {
    transform: translateY(100%);
    opacity: 0;
    margin-right: 30px;
    transition: all 0.5s ease;
}
.service-style-classic-pro .service-inner:hover .post-details-outer {
    transform: translateY(0%);
    opacity: 1;
    transition: all 0.5s ease;
}
.service-style-classic-pro .post-details-outer {
    opacity: 1;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 3;
    margin-right: 29px;
    -webkit-transition: all .35s ease 0s;
    -khtml-transition: all .35s ease 0s;
    -moz-transition: all .35s ease 0s;
    -ms-transition: all .35s ease 0s;
    -o-transition: all .35s ease 0s;
    transition: all .35s ease 0s;
    margin: 0px;
    padding: 20px 30px 20px 27px;
}
.service-style-classic-pro .service-inner:hover .post-thumb a:after {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transition-duration: 0.9s;
    -moz-transition-duration: 0.9s;
    -webkit-transition-duration: 0.9s;
    -khtml-transition-duration: 0.9s;
    -o-transition-duration: 0.9s;
    opacity: 0.7;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    height: 100%;
    width: 100%;
}
.service-style-classic-pro .service-inner .post-thumb a:after{
    background: #55433c47;
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    width: 0;
    height: 0;
}
.service-style-classic-pro .service-inner {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.service-style-classic-pro.service-normal-model .service-inner {
    margin-bottom: 30px;
}
.service-style-classic-pro .service-inner .post-thumb {
    position: relative;
}
.service-style-classic-pro .service-inner .post-thumb:before {
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 0;
    transform: scale(1);
    opacity: 1;
    transition: all 0.3s ease;
}
.service-style-classic-pro .service-inner .post-thumb .post-image-link:before {
    content: "\F1C5";
    font-family: 'bootstrap-icons';
    position: absolute;
    bottom: 0px;
    left: 0;
    font-size: 33px;
    line-height: 80px;
    color: var(--cus-light-txt-clr);
    width: 80px;
    height: 80px;
    text-align: center;
    transform: scale(1);
    opacity: 1;
    transition: all 0.3s ease;
}
.service-style-classic-pro .service-inner:hover .post-thumb .post-image-link:before,
.service-style-classic-pro .service-inner:hover .post-thumb:before {
    transform: scale(0);
    opacity: 0;
    transition: all 0.3s ease;
}
.service-style-classic .owl-nav .owl-prev:before {
    content: "\F13F";
    font-family: 'bootstrap-icons';
}
.service-style-classic .owl-nav .owl-next:before {
    content: "\F144";
    font-family: 'bootstrap-icons';
}
/* Portfolio Grid Layouts */
/* Portfolio Default */
.portfolio-style-default .portfolio-inner .post-overlay-items .post-link-wrap {
    display: none;
}
.portfolio-style-default .portfolio-inner .post-overlay-items .post-magnific-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
}
.portfolio-style-default .portfolio-inner .post-category {
    position: absolute;
    right: 85px;
    top: 75px;
}
.portfolio-style-default .portfolio-inner .post-overlay-items .post-icons a {
    width: 35px;
    height: 35px;
    line-height: 38px;
    display: inline-block;
    font-size: 15px;
    color: var(--cus-light-txt-clr);
    margin: 0;
    border-radius: var(--cus-border-radius-0);
    text-align: center;
}
.portfolio-style-default .portfolio-inner .post-category a {
    color: #ffffff66;
    font-size: 100px;
    border-radius: var(--cus-border-radius-0);
    line-height: 100px;
    font-family: 'Mrs Saint Delafield';
}
.portfolio-style-default .portfolio-inner .post-overlay-active .entry-title {
    position: absolute;
    bottom: 25px;
}
.portfolio-style-default .owl-carousel .owl-stage-outer .owl-item:nth-child(odd) .post-overlay-items {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    background-color: #0000003D;
    opacity: 1;
}
.portfolio-style-default .owl-carousel .owl-stage-outer .owl-item:nth-child(odd) .portfolio-inner:hover .post-overlay-items {
    backdrop-filter: blur(0px);
}


/* Portfolio Classic Style  */
.portfolio-style-classic .portfolio-inner .post-overlay-items .post-more:hover {
    transform: rotate(0deg);
}
.portfolio-style-classic .cea-carousel .owl-dots {
    margin-top: 0px;
}
.portfolio-style-classic .portfolio-inner .post-overlay-items .post-more{
    position: relative;
    left: 0;
    right: auto;
    border: none;
    vertical-align: middle;
    width: auto;
    height: auto;
    line-height: 0;
    text-align: center;
    transition: transform 1s;
    border-radius: var(--cus-border-radius-0);
}
.portfolio-style-classic .post-thumb.post-overlay-active:after {
    content: unset;
}
.portfolio-style-classic .owl-carousel button.owl-dot {
    border: 0px;
}
.portfolio-style-classic .owl-dots button.owl-dot {
    width: 15px;
    height: 4px;
}
.portfolio-style-classic .portfolio-inner .post-overlay-items {
    padding: 10px 25px 20px 25px;
}
/* Portfolio Single */
.single-cea-portfolio .portfolio-image {
    box-shadow: none;
    border-radius: var(--cus-border-radius-0);
}
.single-cea-portfolio .portfolio-single.portfolio-model-2 .portfolio-image-inner img {
    height: 600px;
    object-fit: cover;
    width: 100%;
}
.single ul.portfolio-meta-list {
    background: var(--cus-bg-light-clr);
    border: 1px solid var(--cus-border-color);
    padding: 10px 30px 25px 30px;
}
.portfolio-single .portfolio-format {
    border-bottom:none ;
    margin-bottom: 0px;
    padding-bottom: 30px;
}
.row.portfolio-details .col-sm-4 > .portfolio-meta ul.portfolio-meta-list > li {
    border-bottom: 1px solid #24242426;
    justify-content: space-between;
}
.row.portfolio-details .col-sm-4 > .portfolio-meta ul.portfolio-meta-list > li:last-child {
    border-bottom: 0px !important;
}
.portfolio-meta ul.nav.social-icons > li > a {
    border-radius: var(--cus-border-radius-0);
}
.portfolio-meta ul.nav.social-icons > li > a:hover {
    color: var(--cus-light-txt-clr);
}
.single-cea-portfolio .portfolio-details .portfolio-meta li .portfolio-meta-title-wrap > h6 {
    font-family: 'Cormorant Garamond';
    font-size: 18px !important;
}
.row.portfolio-details .col-sm-4 > .portfolio-meta span.portfolio-meta-icon {
    position: relative;
    padding-right: 25px;
}
.row.portfolio-details .col-sm-4 > .portfolio-meta span.portfolio-meta-icon > i {
    position: absolute;
    top: 5px;
}

/* Team Layouts */
    /* Team Default Style  */
.team-style-default .team-inner .post-overlay-items > .team-social-wrap,
.team-style-default .team-inner:hover .post-overlay-items > .team-social-wrap {
    background: var(--cus-transpar-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: var(--cus-border-radius-0);
}
.team-style-default .team-inner:hover .post-overlay-items > .team-social-wrap,
.team-style-default .team-inner:hover .post-overlay-items > .team-social-wrap > ul  {
    border-radius: var(--cus-border-radius-0);
}
.team-style-default .team-inner .post-overlay-items > .team-social-wrap > ul {
    background: var(--cus-transpar-color);
    text-align: center;
    border-radius: var(--cus-border-radius-0);
}
.team-style-default .team-inner {
    border: 1px solid var(--cus-border-color);
}
.team-style-default .team-inner .team-designation {
    margin-bottom: 0px;
}
.testimonial-style-default.testimonial-normal-model .testimonial-inner {
    margin-bottom: 40px;
}
.cus-testimonial-default .testimonial-wrapper.testimonial-style-default .testimonial-inner {
    background: var(--cus-bg-light-clr);
    margin-bottom: 40px;
}
.cus-testimonial-default  .testimonial-style-default .testimonial-inner .post-excerpt {
    border-top: 1px solid var(--cus-border-color);
    padding-top: 25px;
    margin-top: 20px;
    border-bottom: none;
    padding-bottom: 0px;
}
.cus-testimonial-default .testimonial-wrapper.testimonial-style-default .testimonial-inner:before {
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    right: 65px;
    top: 50px;
    width: 70px;
    height: 70px;
    background-color: var(--cus-transpar-color);
    background-size: cover;
}
.cus-testimonial-default .testimonial-style-default .testimonial-inner > * {
    display: flex;
    justify-content: center;
}
.team-style-default .team-inner:hover .team-social-wrap {
    transform: scale(1) rotate(0deg);
    transition: all 0.3s ease;
}
.team-style-default .team-inner .team-social-wrap {
    position: absolute;
    left: 0;
    margin-top: -78px;
    transition: all 0.3s ease;
    transform: scale(0) rotate(-10deg);
    padding: 5px 0px;
    width: 45%;
}
.team-style-default .team-inner .team-social-wrap:before {
    content: "";
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 114px;
    height: 74px;
    right: -100px;
    top: -55px;
    filter: brightness(0.5);
}
.team-style-default .team-inner .team-social-wrap .nav.social-icons a {
    font-size: 16px;
    margin-right: 0px;
}
.team-style-default .team-inner > *:not(.post-thumb, .team-social-wrap) {
    padding: 0px 35px;
}
.team-style-default.team-light.team-normal-model .team-inner .team-social-wrap {
    left: 15px;
}
/* Team Classic Style */
.team-style-classic .team-inner .post-thumb.post-overlay-active .post-more .read-more {
    font-size: 0px;
}
.team-style-classic .team-inner .post-thumb.post-overlay-active .post-more .read-more:before {
    content: "\f280";
    font-family: 'bootstrap-icons';
    opacity: 1;
    transition: all 2s;
    font-size: 35px;
    line-height: 35px;
}
.team-style-classic .team-inner:hover .post-thumb.post-overlay-active .post-more .read-more:before {
    opacity: 1;
}
.team-style-classic .team-inner .post-overlay-items .bottom-meta .post-more {
    background: var(--cus-light-color);
    padding: 0px 5px 0px 13px;
}
.team-style-classic .team-inner {
    border-radius: var(--cus-border-radius-0);
}
.team-style-classic .team-inner .post-overlay-items {
    opacity: 1;
    transform: scale(1);
}
.team-style-classic .team-inner .team-designation {
    border: none;
    border-radius: var(--cus-border-radius-0);
    margin: 0px;
    padding: 0px;
}
.team-style-classic .team-inner:hover .post-overlay-items {
    top: 65% !important;
    transition: all 0.3s;
    padding-bottom: 60px;
}
.team-style-classic .team-inner .top-meta .team-social-wrap {
    opacity: 1;
    transition: all 0.3s ease;
    position: absolute;
    width: 100%;
    left: 0;
    transform: translateY(110px);
}
.team-style-classic .team-inner:hover .top-meta .team-social-wrap {
    opacity: 1;
    transition: all 0.3s ease;
    transform: translateY(20px);
}
.team-style-classic .team-inner .top-meta .team-social-wrap .team-social li > a > i:hover:before {
    color: var(--cus-sec-bg);
}
.team-style-classic .team-inner .top-meta .team-social-wrap .team-social li > a > i {
    font-size: 16px;
    line-height: 22px;
}
.team-wrapper.team-style-classic .owl-stage-outer .team-inner {
    margin: 15px 15px 15px 15px;
}
    /* Team Classic Pro Style */
    .team-style-classic-pro .post-details-outer {
        box-shadow: 6px 5px 16px 0px rgb(0 0 0 / 8%);
    }
    .team-wrapper.team-style-classic-pro .team-inner {
        padding: 0px;
    }
    .team-wrapper.team-style-classic-pro .team-inner img,
    .team-wrapper.team-style-classic-pro .team-inner .post-overlay-items {
        transform: rotateX(0deg);
        border-radius: var(--cus-border-radius-0);
    }
    .team-style-classic-pro .team-inner .post-overlay-items .team-social-wrap .social-icons {
        display: flex;
        flex-direction: column;
    }
    .team-style-classic-pro .team-social-wrap ul.social-icons > li > a {
        color: var(--cus-light-txt-clr);
        width: 0px;
        height: 0px;
        line-height: 29px;
        margin-bottom: 40px;
        padding-bottom: 20px;
        margin-right: 0px;
        border-radius: var(--cus-border-radius-0);
        font-size: 18px;
        background: var(--cus-transpar-color);
    }
    .team-style-classic-pro .team-inner .post-overlay-items {
        background: rgb(0 0 0 / 85%);
    }
    .team-style-classic-pro.team-light.team-normal-model .post-details-outer{
        margin: 0 40px;
    }
    .team-style-classic-pro .team-inner .post-details-outer,
    .team-style-classic-pro.team-light.team-normal-model .post-details-outer {
        border-radius: var(--cus-border-radius-0);
    }
    .team-style-classic-pro .team-inner .post-overlay-items .team-social-wrap .social-icons li {
        display: flex;
        flex-direction: column;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
        -webkit-transition: 0.3s;
        transition: 0.3s;
        opacity: 0;
        visibility: hidden;
    }
    .team-style-classic-pro .team-inner:hover .post-overlay-items .team-social-wrap .social-icons li {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }
    .team-style-classic-pro .team-inner:hover .post-overlay-items .team-social-wrap .social-icons li:nth-child(1) {
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s;
    }
    .team-style-classic-pro .team-inner:hover .post-overlay-items .team-social-wrap .social-icons li:nth-child(2) {
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }
    .team-style-classic-pro .team-inner:hover .post-overlay-items .team-social-wrap .social-icons li:nth-child(3) {
        -webkit-transition-delay: 0.4s;
        transition-delay: 0.4s;
    }
    .team-style-classic-pro .team-inner:hover .post-overlay-items .team-social-wrap .social-icons li:nth-child(4) {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }
    .team-style-classic-pro .team-inner .bottom-meta {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        transition: all 2s;
    }
    .team-style-classic-pro .team-inner:hover .bottom-meta {
        opacity: 1;
        transition: all 2s;
        left: 83%;
    }
    .team-style-classic-pro .team-inner .post-more .read-more:before {
        content: "\f280";
        font-family: 'bootstrap-icons';
        opacity: 0;
        transition: all 2s;
        font-size: 35px;
        line-height: 35px;
    }
    .team-style-classic-pro .team-inner:hover .post-more .read-more:before{
        opacity: 1;
    }
    .team-style-classic-pro .team-inner:hover .post-details-outer:before {
        background-color: var(--cus-sec-bg);
        transition: all 2s;
    }
    .team-style-classic-pro.team-normal-model .row {
        margin-bottom: 60px;
    }
    .team-style-classic-pro .team-inner:hover .post-thumb .post-image-link{
        position: relative;
    }
    .team-style-classic-pro .team-inner .post-thumb.post-overlay-active {
        overflow: hidden;
    }

    /* team-style-modern */
    .team-wrapper.team-style-modern .team-inner:hover .post-overlay-items {
        clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
    }
    .team-wrapper.team-style-modern .team-inner {
        clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
    }
    .team-wrapper.team-style-modern .team-inner .post-overlay-active .team-social-wrap {
        position: absolute;
        bottom: 235px;
    }
    .team-wrapper.team-style-modern .team-inner .post-overlay-active .entry-title {
        position: absolute;
        bottom: 160px;
    }
    .team-style-modern .cea-carousel .owl-nav .owl-prev {
        left: -640px;
        top: 380px;
    }
    .team-style-modern .cea-carousel .owl-nav .owl-next {
        left: -585px;
        top: 381px;
    }
    .team-style-modern .cea-carousel .owl-nav .owl-prev:before {
        content: "\F13F";
        font-family: 'bootstrap-icons';
    }
    .team-style-modern .cea-carousel .owl-nav .owl-next:before {
        content: "\F144";
        font-family: 'bootstrap-icons';
    }
    .team-wrapper.team-style-modern .team-inner .post-overlay-active .post-image-link {
        position: relative;
    }
    .team-wrapper.team-style-modern .team-inner .post-overlay-active .post-overlay-items:before {
        content: "";
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        width: 180px;
        height: 110px;
        left: 110px;
        bottom: 55px;
    }
    .team-style-modern .owl-item .team-inner {
        position: relative;
    }
    .team-style-modern .owl-item:before {
        content: "";
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        width: 55px;
        height: 80px;
        left: 193px;
        top: 0px;
        z-index: 1;
    }
    .team-style-modern .team-social-wrap ul.social-icons > li > a:hover {
        background-color: var(--cus-sec-bg);
        color: #fff;
    }
    
    .team-style-modern .team-social-wrap ul.social-icons > li > a > i {
        font-size: 15px;
        font-family: 'FontAwesome';
        color: #fff;    
    }
    /* Team Single */
    /* single-cea-team */
    .single .row.team {
        box-shadow: 0px 0px 50px 0px rgb(6 6 6 / 6%);
        padding: 35px 20px 5px 20px;
        position: relative;
        background: var(--cus-sec-bg);
    }
    .single.single-cea-team .team-content-area .team-info .team-other-details .col-md-6:last-child {
        margin-bottom: 0px;
    }
    .single.single-cea-team .team-content-area .team-info .team-social-wrap ul.nav li a {
        background-color: #f6ebe7;
        border-color: #f6ebe7;
    }
    .single.single-cea-team .team-content-area .team-info .team-social-wrap ul.nav li a:hover {
        background-color: var(--cus-sec-bg);
    }
    .single.single-cea-team .team-other-details .col-md-6 {
        width: 100%;
    }
    .single-cea-team .team-social-wrap ul.social-icons > li > a:hover {
        background-color: var(--cus-light-color);
        border: 1px solid var(--cus-light-color);
    }
    .single-cea-team .team-social-wrap ul.social-icons > li > a {
        border: 1px solid ;
    }
    .single.single-cea-team .team-image-wrap img {
        border-radius: var(--cus-border-radius-0);
        -webkit-border-radius: var(--cus-border-radius-0);
        -moz-border-radius: var(--cus-border-radius-0);
        height: auto;
        width: auto;
        object-fit: cover;
    }
    .single .row.team,
    .team-details-icon,
    .single-cea-team .team-social-wrap ul.social-icons > li > a,
    .featured-media-inner.section-inner img {
        border-radius: var(--cus-border-radius-0);
    }
    .single.single-cea-team .glovera-content-wrap .team-content-area {
        display: flex;
        flex-direction: row;
    }
    .single.single-cea-team .glovera-content-wrap .team-content-area .row.team {
        height: 100%;
        margin-right: 50px;
    }
    .single.single-cea-team  .team-image-wrap {
        display: block;
        width: 100%;
    }
    .single.single-cea-team  .team-content-area .team-info {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .single.single-cea-team .team-other-details .media-body a,
    .single.single-cea-team .team-other-details .media-body span.team-experience {
        color: var(--cus-border-color);
        font-weight: 700;
        font-family: 'Exo';
        font-size: 15px;
        line-height: 23px;
    }
    .single.single-cea-team .team-other-details .media-body span.team-details-label {
        color: var(--cus-light-color);
    }
    .single.single-cea-team .team-info {
        padding-top: 30px;
    }
    .single-cea-team span.team-designation {
        font-size: 38px;
        line-height: 44px;
        color: var(--cus-light-color);
        font-family: 'Exo';
    }
    .single-cea-team .team-media.media .media-body span {
        color: var(--cus-bg-light-clr);
    }
    .single.single-cea-team .team-other-details .team-details-icon {
        border: 1px solid var(--cus-border-color);
        background-color: var(--cus-transpar-color);
        line-height: 45px;
    }
    .single.single-cea-team .team-content-area .team-info .team-social-wrap {
        order: 1;
        top: -60px;
        position: absolute;
        left: 65px;
    }
    .single.single-cea-team .team-content-area .team-info .team-other-details {
        order: 3;
    }
    .single.single-cea-team .team-content-area .team-info .team-title {
        order: 2;
    }
    .single.single-cea-team .glovera-content-wrap .team-content-area .team-img {
        position: relative;
    }
    .single.single-cea-team .glovera-content-wrap .team-content-area .team-img:after {
        content: "";
        width: 100%;
        height: 30%;
        position: absolute;
        background: linear-gradient(to top, var(--e-global-color-primary), rgb(15 12 30 / 0%));
        bottom: 0;
        left: 0;
    }
    /* Testimonials Layouts */
    /* Team Default Style */
    .testimonial-style-default .testimonial-inner {
        margin: 0;
    }
    .testimonial-style-default .testimonial-inner .post-excerpt {
        border-bottom: 1px solid var(--cus-border-color);
        padding-bottom: 25px;
    }
    .testimonial-style-default .owl-nav {
        position: absolute;
    }
    .testimonial-wrapper.testimonial-style-default .owl-nav button.owl-prev {
        position: absolute;
        top: -40px;
        left: -80px;
    }
    .testimonial-wrapper.testimonial-style-default .owl-nav button.owl-next {
        position: absolute;
        top: -40px;
        right: -10px;
    }
    .testimonial-style-default .owl-nav .owl-prev:before, .testimonial-style-default .owl-nav .owl-next:before {
        color: #000;
    }
    .testimonial-style-default .owl-carousel .owl-nav .owl-next:before {
        content: "\f280";
        font-family: 'bootstrap-icons';
    }
    .testimonial-style-default .owl-carousel .owl-nav .owl-prev:before {
        content: "\f27f";
        font-family: 'bootstrap-icons';
    }
    .testimonial-style-default .owl-prev:before, .testimonial-style-default .owl-next:before {
        line-height: 38px !important;
        font-size: 15px !important;
    }   

    /* .testimonial-style-modern */
    .testimonial-wrapper.testimonial-style-modern .testimonial-inner {
        border-radius: 0px;
    }
    .testimonial-wrapper.testimonial-style-modern .testimonial-inner:after {
        font-size: 45px;
        width: 90px;
        height: 90px;
        line-height: 90px;
        background-color: #2e2316 !important;
        right: 0;
    }
    .testimonial-style-modern .testimonial-inner .post-thumb img {
        border-radius: 50px;
    }
    .cea-carousel-style-default .owl-stage-outer .owl-item{
        position: relative;
    }
    .cea-carousel-style-default .owl-stage-outer .owl-item .owl-slide-item > p {
        margin-bottom: 0px;
    }
    .testimonial-style-modern .testimonial-inner:before {
        content: "";
        background-size: 100%;
        background-repeat: no-repeat;
        width: 175px;
        height: 150px;
        position: absolute;
        right: 0;
        bottom: 0;
        opacity: 0.5;
    }
    .testimonial-style-modern .owl-carousel-item:before {
        content: "";
        background-size: 100%;
        background-repeat: no-repeat;
        width: 175px;
        height: 150px;
        position: absolute;
        left: 25px;
        bottom: 30px;
        opacity: 0.5;
        z-index: 1;
    }
    /* gallery */
    .elementor-image-gallery .gallery-item .gallery-icon:before {
        content: "\e610";
        font-family: 'themify';
        color: #fff;
        font-size: 40px;
        line-height: 40px;
        position: absolute;
        top: 50%;
        pointer-events: none;
        opacity: 0;
        transform: translateY(-50%) scale(0);
        transition: all 0.3s ease;
    }
    .elementor-image-gallery .gallery-item .gallery-icon {
        position: relative;
    }
    .elementor-image-gallery .gallery-item:hover .gallery-icon:before {
        opacity: 1;
        transform: scale(1);
        transition: all 0.3s ease;
    }
    /* testimonial Classic Style */
    .testimonial-wrapper.testimonial-style-classic-pro .testimonial-inner:before {
        content: "\f10e";
        font-family: fontAwesome;
        position: absolute;
        right: 50px;
        bottom: 60px;
        font-size: 50px;
    }

    .testimonial-wrapper.testimonial-style-classic .testimonial-inner {
        border-radius: var(--cus-border-radius-0);
        border: none;
    }
    .testimonial-wrapper.testimonial-style-classic .post-thumb a img {
        display: inline-block;
        width: auto;
    }
    .testimonial-wrapper.testimonial-style-classic .post-thumb {
        position: absolute;
        bottom: 0;
    }
    .testimonial-wrapper.testimonial-style-classic .post-title-head {
        margin-left: 129px;
    }
    .testimonial-wrapper.testimonial-wrapper.testimonial-style-classic-pro .client-name {
        font-weight: 400;
    }
/* Counter Layouts */
/* Counter Classic Style  */
.cea-counter-style-classic span.counter-up {
    text-decoration: none;
}
/* Counter Modern Style */
.cea-counter-wrapper.cea-counter-style-modern {
    box-shadow: none;
}
.cea-counter-wrapper.cea-counter-style-modern .counter-value > * {
    -webkit-text-stroke: 0px !important;
} 
/* Cea Carousel Slider */
/* Cea Carousel Default */
.cea-carousel-style-default .owl-stage-outer .owl-slide-item {
    position: relative;
}
.cea-carousel-style-default .owl-stage-outer .owl-slide-item:before {
    content: "";
    width: 62px;
    height: 350px;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    left: 5px;
    top: 5px;
    filter: brightness(0) invert(1);
    z-index: 1;
}
.cea-carousel-style-default .owl-stage-outer .owl-slide-item:after {
    content: "";
    width: 62px;
    height: 350px;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    right: 5px;
    top: 5px;
    filter: brightness(0) invert(1);
    z-index: 1;
}
.cea-carousel-style-default .owl-stage-outer .owl-item:before {
    content: "";
    background-color: #000000;
    z-index: 1;
    position: absolute;
    opacity: 0.3;
    width: 100%;
    height: 0%;
    bottom: 0;
    filter: blur(1px);
    transition: all 0.3s;
}
.cea-carousel-style-default .owl-stage-outer .owl-item:hover:before {
    height: 100%;
    transition: all 0.3s;
}
/* Pricing Layouts */
.pricing-table-wrapper.pricing-style-classic .pricing-inner-wrapper {
    border: none;
}
.pricing-style-classic .pricing-inner-wrapper {
    padding: 0px 0px;
}
.pricing-style-classic .pricing-table-body .list-group .list-group-item:before {
    content: "\f280";
    font-family: 'bootstrap-icons';
    left: -25px;
    position: absolute;
    
}
.pricing-style-classic .pricing-table-body .list-group .list-group-item {
    position: relative;
}
/* Accodrion */
.cea-accordions .card.cea-accordion:last-child .card-header .nav-item {
    border: none;
}
.cea-accordions .card.cea-accordion:last-child .card-body {
    padding: 0;
    border: none;
}
.cea-accordions .card.cea-accordion .card-body {
    padding: 15px 0px;
    border-bottom: 1px solid var(--cus-border-color);
}
/* Cea Popover Trigger Styles */
.cea-popover-trigger.popover-trigger-icon i:before {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-name: shadow-blink;
    -webkit-animation-name: shadow-blink;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.elementor-widget-container.popover-outer-wrapper.active .popover-content {
    opacity: 1;
    visibility: visible;   
    border: none;
}
.popover-wrapper.popover-active .popover-content,
.popover-wrapper.popover-top .popover-content {
    font-weight: 400;
}
/* Tabs Layouts */
/* Tabs Styles Two */
.cea-tab-elementor-widget.tab-style-2 .cea-tabs > a.active .cea-tab-title {
    color: var(--cus-light-txt-clr) !important;
}
.cea-tab-elementor-widget.tab-style-2.cea-vertical-tab a.nav-item.nav-link {
    margin-bottom: 30px;
}

/* slider-carousel   */

.slider-carousel .cea-carousel-style-default .owl-item {
    -webkit-text-stroke: 2px var(--cus-light-color);
    text-stroke: 2px var(--cus-light-color);
}
.slider-carousel .cea-carousel-style-default .owl-item.active.center {
    transition: 10s all ease;
    color: var(--cus-light-color);
}
.slider-carousel .cea-carousel-style-default .owl-item .owl-slide-item:before,
.slider-carousel .cea-carousel-style-default .owl-item .owl-slide-item:after, 
.slider-carousel .cea-carousel-style-default .owl-item:before {
    content: unset;
}
.slider-carousel .content-carousel-wrapper .owl-carousel .owl-nav .owl-prev, .slider-carousel .content-carousel-wrapper .owl-carousel .owl-nav .owl-next {
    line-height: 1 !important;
    background-color: var(--cus-light-color);
    border-color: var(--cus-light-color) !important;
}
.slider-contact .elementor-widget-container a,
.slider-contact .elementor-widget-container a > i {
    color: var(--cus-light-color);
} 

/* btn-border-left */
.btn-border-left:before {
    content: "";
    width: 1px;
    height: 50px;
    position: absolute;
    background-color: #eaeaea;
    left: 0;
    top: 5px;
}
/* Feature Box Layouts */

/* Feature Box Default Styles */
.feature-box-wrapper > .media > *:first-child {
    margin-right: 15px;
}
.feature-box-wrapper.feature-box-default > .media > *:first-child {
    margin-right: 0px;
    line-height: 30px;
}
.feature-box-default .fbox-number {
    background-color: #fff;
    border-radius: 50px;
    width: 70px;
    height: 70px;
    text-align: center;
}
.feature-box-default .feature-box-title {
    display: inline-block;
}
.feature-box-default .cea-featured-icon {
    margin-right: 25px;
}
.feature-box-default:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--cus-sec-bg);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.feature-box-default:hover:before {
    opacity: 1;
    visibility: visible;
}
.feature-box-default:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 285px;
    transform: translateX(-50%);
    width: 2px;
    height: 0px;
    background: var(--cus-sec-bg);
    transition: all .5s ease;
    transition-duration: .5s;
}
.feature-box-default:hover .fbox-number {
    background-color: #f6ebe7;
}
.feature-box-default:hover:after{
    height: 50px;
}
.feature-box-default:hover .fbox-number {
    transform: translateY(74px);
    transition: all .5s ease;
}
.feature-box-default .fbox-number {
    transform: translateY(0px);
    transition: all .5s ease;
}
/* Feature Box Modern Styles */
.feature-box-modern:hover .media-icon-part .cea-featured-icon {
    transform: rotateY(360deg);
    transition: all 0.5s;
}
.feature-box-modern .media-icon-part .cea-featured-icon {
    transition: all 0.5s;
}

/* Feature Box Classic Styles */
.elementor-widget-container.feature-box-wrapper.feature-box-classic:before,
.elementor-widget-container.feature-box-wrapper.feature-box-classic:after {
    content: unset;
}
.feature-box-classic.feature-box-wrapper > .media > *:first-child {
    margin-right: 0px;
}
.feature-box-wrapper.feature-box-classic:hover figure.cea-feature-box-img {
    transform: rotate3d(0, 0, 0, 0deg);
}
.feature-box-wrapper.feature-box-classic .media .cea-featured-icon i {
    background-color:var(--cus-sec-bg); 
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
}
.feature-box-wrapper.feature-box-classic .media .cea-featured-icon {
    margin-right: 10px;
}
.feature-box-wrapper.feature-box-classic:hover .media .cea-featured-icon i {
    -webkit-animation: pxl-zoom-out-in-small 0.4s cubic-bezier(0.39, 0.58, 0.57, 1);
    -khtml-animation: pxl-zoom-out-in-small 0.4s cubic-bezier(0.39, 0.58, 0.57, 1);
    -moz-animation: pxl-zoom-out-in-small 0.4s cubic-bezier(0.39, 0.58, 0.57, 1);
    -ms-animation: pxl-zoom-out-in-small 0.4s cubic-bezier(0.39, 0.58, 0.57, 1);
    -o-animation: pxl-zoom-out-in-small 0.4s cubic-bezier(0.39, 0.58, 0.57, 1);
    animation: pxl-zoom-out-in-small 0.4s cubic-bezier(0.39, 0.58, 0.57, 1);
}
@keyframes pxl-zoom-out-in-small
{
    0% {
    transform: scale(1);
    opacity: 1;
}
50% {
    transform: scale(0.5);
    opacity: 0.3;
}
100% {
    transform: scale(1);
    opacity: 1;
}
}
/* Feature Box Classic Pro Styles */
.brands .feature-box-classic-pro .feature-box-inner:hover .cea-feature-box-img img {
    filter: brightness(1);
    transition: opacity .15s ease-out;
}
.brands .feature-box-classic-pro .feature-box-inner .cea-feature-box-img img {
    transition: opacity .15s ease-out;
    filter: brightness(70%);
}
.feature-box-classic-pro .feature-box-inner:hover .cea-feature-box-img img,
.service-style-classic .service-inner:hover .service-icon-img-wrap {
    animation: shake 100ms 2 linear;
}

.menu-item .feature-box-classic-pro .media-icon-part .feature-box-title {
    position: relative;
}
.menu-item .feature-box-classic-pro .media-icon-part .feature-box-title:after {
    content: "";
    bottom: 5px;
    width: 100%;
    position: absolute;
    border-bottom: 1px dashed #55433c7a;
}
/* feature-box-classic  */

.feature-box-classic:hover .cea-feature-box-img {
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -20px;
}
@keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}
@keyframes shake {
    0% {
      transform: translate(3px, 0);
    }
  
    50% {
      transform: translate(-3px, 0);
    }
  
    100% {
      transform: translate(0, 0);
    }
}
/* Feature Box Custom Styles */
/* cus-box-1  */
.cus-border-left .elementor-widget-container,
.cus-border-right .elementor-widget-container {
    position: relative;
}
.cus-box-1 .feature-box-classic-pro .cea-button-link.cea-button:after {
    content: unset;
}

/* cus-box-2 */

.cus-box-2 .feature-box-classic-pro .feature-box-inner .cea-feature-box-img img {
    border-radius: 50%;
}
.cus-box-2 .feature-box-classic-pro .feature-box-inner .cea-feature-box-img:before {
    content: "";
    background-repeat: no-repeat;
    background-size: 100%;
    width: 65px;
    height: 140px;
    position: absolute;
    left: 30px;
}
.cus-box-2 .feature-box-classic-pro .feature-box-inner .cea-feature-box-img:after {
    content: "";
    background-repeat: no-repeat;
    background-size: 100%;
    width: 65px;
    height: 140px;
    position: absolute;
    right: 30px;
    transform: rotateY(180deg);
}


/* Timeline Layouts */
.timeline > li .timeline-panel {
    border: solid 2px var(--cus-border-color);
    transition: all .3s;
}
.timeline > li:hover .timeline-panel {
    border: solid 2px;
    transition: all .3s;
}
.timeline > li {
    margin-bottom: 80px;
}
.timeline > li > .timeline-sep-title {
    font-size: 118px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    color: #b8978014;
    margin-left: 134px;
}
.timeline-sep-title > span {
    display: block;
    line-height: 1;
    margin-top: 0px;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--cus-drk-txt-color);
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.timeline > li > .timeline-badge, .timeline-sep-title {
    top: 50%;
    left: 50%;
    margin-left: -25px;
    transform: translateY(-50%);
}
.timeline > li > .timeline-badge {
    width: 70px;
    line-height: 70px;
    height: 70px;
}
.timeline > li.timeline-inverted > .timeline-sep-title {
    margin-right: 134px;
    margin-left: 0;
}
.timeline:before {
    width: 2px;
    border-right: 2px solid;
    left: 51%;
}
.timeline > li.timeline-inverted > .timeline-panel:after,
.timeline > li > .timeline-panel:after {
    top: 50%;
    transform: translateY(-50%);
}
.timeline > li.timeline-inverted {
    padding-left: 132px;
}
.timeline > li > .timeline-sep-title:before {
    content: "";
    left: -72px;
    width: 60px;
    height: 2px;
    z-index: 999;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.timeline > li.timeline-inverted > .timeline-sep-title:before {
    right: -86px;
    left: auto;
}
.timeline > li > .timeline-panel {
    padding: 38px 40px 38px 40px;
}
.timeline > li > .timeline-panel .timeline-title {
    color: var(--cus-drk-txt-color);
    margin-bottom: 17px;
}
/* WP Search */
.search-no-results .no-search-results-form .input-group {
    width: 100%;
}
.search-no-results .form-inline.search-form .input-group > *.form-control:focus {
    border-radius: var(--cus-border-radius-0);
}
.search-no-results .no-search-results-form .input-group .btn {
    padding: 0px 32px 0 25px;
}
.search-no-results .no-search-results-form .input-group .btn:focus, 
.search-no-results .no-search-results-form .input-group .btn:active {
    box-shadow: none;
}
.site-header .search-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.search-form label {
    width: 100%;
    line-height: 1;
    display: inline-block;
    margin-bottom: 0;
}
.search-form .search-field {
    width: 100%;
}
.full-search-wrapper .search-form .search-field {
    padding-left: 23px;
    background: var(--cus-dark-bg);
    height: 55px;
    margin-right: -6px;
    border-right: none;
    border-radius: 0px;
    color: var(--light-color);
    border-color: rgb(255 255 255 / 34%);
}
.full-search-wrapper .search-form .search-field::placeholder {
    color:var(--light-color);
}
.full-search-wrapper .search-form input.search-submit:hover {
    background-color: var(--cus-drk-bg-color);
    border-color: var(--cus-drk-bg-color);
}
/* Bottom Search */
.bottom-search-wrap.active {
    padding: 20px;
    border-radius: 0 0 0 10px;
}
.bottom-search-toggle {
    display: inline-block;
}
.site-header .header-sticky .textbox-search-toggle {
    border: solid 1px var(--cus-border-color);
}
/* Bottom Box Search */
.bottom-search-wrap .search-form input.search-submit,
.bottom-search-wrap .search-form .search-field {
    height: 50px;
    line-height: 50px;
    padding: 0 19px;
}
.bottom-search-wrap .search-form .search-field {
    padding-left: 23px;
    background-color: var(--cus-transpar-color);
    margin-right: -6px;
    border-right: none;
    border-radius: 10px 0 0 10px;
    border-color: #dbdbdb;
    color: var(--default-text-color)
}
.bottom-search-wrap .search-form .search-field::placeholder {
    color: var(--drk-txt-color);
}
/* Fullbar Search */
.full-bar-search-wrap .search-form .search-field {
    height: 100%;
    padding: 0;
    border: none;
    font-size: 24px;
}
.full-bar-search-wrap .search-form .search-field::placeholder {
    color: var(--default-text-color);
}
.full-bar-search-wrap .search-form {
    padding: 0 85px 0 40px; 
}
.full-bar-search-wrap .search-form .search-submit {
    display: none;
}
.full-search-wrapper .search-form {
    display: flex;
}
/* Mobile Menu Search */
body.mobile-menu-active .mobile-menu-floating .search-form {
    display: flex;
}
.mobile-menu-floating .search-form .search-field::placeholder {
    color: var(--default-text-color);
}
.mobile-menu-floating .search-form .search-field {
    background-color: var(--cus-transpar-color);
    color: var(--cus-default-text-color);
    border-color: var(--cus-border-color);
    padding: 0 17px;
    height: 55px;
}
.mobile-menu-active .mobile-menu-floating *.search-submit {
    color: var(--cus-light-color);
    padding: 0 19px;
}
/* Error 404 Search */
.error404-content .search-form {
    display: flex;
}
.error404-content .search-form .search-field {
    border-radius: var(--cus-border-radius-0);
    border-color: #dbdbdb;
    color: var(--default-text-color);
    height: 55px;
    line-height: 55px;
    padding: 0 19px;
}

/* Widget Search */
.widget.widget_search .search-form {
    display: flex;
}
.widget.widget_search .search-form .search-field {
    height: 55px;
    padding: 5px 22px;
    border-radius: var(--cus-border-radius-0);
    border-color: var(--cus-border-color);
}
    /**! 11. Read More Global Styles **/    
    .post-more {
        position: relative;
    }
    .post-more .read-more:after,
    .post-more a:after {
        content: "";
        width: 100%;
        position: absolute;
        height: 1px;
        left: 0;
        bottom: 0px;
    }
    .post-more .read-more:before,
    .post-more a:before {
        content: "";
        width: 10px;
        height: 1px;
        z-index: 3;
        position: absolute;
        background-color: var(--cus-light-color);
        bottom: 0px;
        animation: linear infinite alternate;
        animation-name: run;
        animation-duration: 5s;
    }
    .glovera-masonry .post-meta .post-more a:hover:before {
        background-color: var(--cus-light-color) !important;
    }


    @keyframes run {
        0% {
          left: 0;
        }
      50%{
          left:50%;
      }
      100%{
          left:100%;
      }
      }
/**! 16. Responsive **/
@media only screen and (max-width: 1440px) {
    .float-parallax img {
        display: none;
    }
}
@media only screen and (max-width: 1400px) {
    .faq-popover-title {
        font-size: 22px;
        line-height: 32px;
    }
    .elements-1 .pull-center {
        margin-left: 30%;
    }
    .row.portfolio-details .col-sm-4 > .portfolio-meta ul.portfolio-meta-list > li >.portfolio-meta-title-wrap {
        width: 50%;
    }
    .glovera-content-wrap aside.content-widgets-outer-wrapper .widget-title, 
    .glovera-content-wrap .widget.widget_block .wp-block-group .wp-block-heading {
        font-size: 30px;
        line-height: 35px;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
    .site-footer .footer-widgets-wrap .widget-content .widget_nav_menu .widgettitle {
        font-size: 22px;
        line-height: 32px;
    }
    .site-footer .footer-widgets-wrap .widget-content .footer-contact .footer-title {
        font-size: 22px;
        line-height: 32px;
    }
    .site-footer .footer-widgets-wrap .widget .widget-content-bx.w-address {
        font-size: 13px;
    }
    .site-footer .site-footer-wrap .widget-content .cus-widget-1 p {
        line-height: 23px;
        font-size: 13px;
    }
    .team-style-classic-pro .team-inner .post-thumb .post-image-link:before { 
        width: 250px;
        height: 250px;
        top: 80px
    }
    .cus-widget-2 .widget_nav_menu ul.menu > li {
        padding-bottom: 15px;
    }
    .widget {
        margin-bottom: 15px;
    }
    .service-style-default .service-inner .post-overlay-active .entry-title {
        padding: 5px 15px;
    }
    .glovera-masonry .entry-title {
        line-height: 50px;
        font-size: 45px;
    }
    body.page .page-title-wrap, body.error404 .page-title-wrap, body.single .page-title-wrap, body.blog .page-title-wrap, body.search .page-title-wrap, body.archive .page-title-wrap {
        text-align: center;
    }
    .page-title-wrap .breadcrumbs-wrap {
        display: inline-block;
    }
    .btn-border-left:before {
        content: unset;
    }
    .glovera-content-wrap aside.content-widgets-outer-wrapper .widget-title, .glovera-content-wrap .widget.widget_block .wp-block-group .wp-block-heading {
        margin-bottom: 15px;
    }
    .service-style-classic .service-inner .bottom-meta {
        position: absolute;
        right: 25px;
        bottom: 170px;
    }
    .footer-widgets-wrap {
        padding-top: 80px;
        padding-bottom: 70px;
    }
    .single-cea-team .glovera-content-wrap.container,
    .single-cea-portfolio .glovera-content-wrap.container,
    .single-cea-event .glovera-content-wrap.container,
    .single-cea-portfolio-archive-content .glovera-content-wrap.container,
    .single-cea-service .glovera-content-wrap.container,
    .single-cea-service-archive-content .glovera-content-wrap.container,
    .single-cea-testimonial .glovera-content-wrap.container,
    .single-custom-archive .glovera-content-wrap.container,
    .single-custom-singular .glovera-content-wrap.container,
    .blog .glovera-content-wrap.container,
    .single-post .glovera-content-wrap.container,
    .archive .glovera-content-wrap.container
     {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .comment-reply-title {
        margin-bottom: 15px;
    }
    .service-style-default .service-inner .post-overlay-active .entry-title {
        transform: translate(70px, -50px);
    }
}
@media only screen and (max-width: 1280px) {
    ul.nav.wp-menu > li {
        padding: 0 10px;
        font-size: 12px;
        letter-spacing: 0.2px;
    }
}
@media only screen and (max-width: 1090px) {
    .header-navbar .header-navigation-wrapper ul.nav.wp-menu > li {
        padding: 0 4px;
    }
    img.site-logo,
    img.sticky-logo {
        max-width: 160px;
    }
}
@media only screen and (max-width: 1024px) {
    body .site-footer .footer-widgets-wrap {
        padding: 60px 15px 60px 15px;
    }
    body.page .page-title-wrap {
        text-align: center;
    }
    body .wp-block-columns.cus-middle-widget-wrap {
        display: block;
    }
    body .wp-block-columns.cus-middle-widget-wrap .wp-block-column {
        margin-bottom: 20px;
    }
    body.page .page-title-wrap, body.error404 .page-title-wrap, body.single .page-title-wrap, body.blog .page-title-wrap, body.search .page-title-wrap, body.archive .page-title-wrap {
        padding: 50px 0px 63px !important;
        text-align: center;
    }
    body.elementor-default .happysmile-content-wrap.container.page {
        max-width: 100%;
        overflow: hidden;
    }
    .single.single-cea-team .glovera-content-wrap .team-content-area {
        display: block;
    }
    .single.single-cea-team .glovera-content-wrap .team-content-area .row.team {
        width: 100%;
        padding: 50px;
    }
    .team-image-wrap img {
        margin-left: auto;
    }
 
    .single-cea-team .team-image-wrap img {
        margin: auto;
        padding: 0;
    }
    body .glovera-content-wrap {
        padding: 50px 15px !important;
    }
    .custom-post-nav .prev-nav-link, .custom-post-nav .next-nav-link {
        width: 100%;
        justify-content: center;
    }
    .glovera-content-wrap.container > .row .col-md-8.order-md-2, .glovera-content-wrap.container > .row .col-md-4.order-md-1, .glovera-content-wrap .happysmile-md-4.order-md-1, .glovera-content-wrap.container > .row .col-md-4.order-md-3 {
        width: 100%;
    }
    .glovera-content-wrap.container > .row .col-md-4.order-md-1{
        order: 2;
    }
    .custom-post-nav .prev-nav-link > a, .custom-post-nav .next-nav-link > a {
        text-align: center;
        margin-bottom: 20px;
        margin-top: 0;
    }
    .custom-post-nav .prev-nav-link, .custom-post-nav .next-nav-link {
        width: 100%;
        justify-content: center;
    }
    .custom-post-nav {
        padding: 30px 25px 0px 15px;
    }
    .single-cea-portfolio .portfolio-single.portfolio-model-2 .portfolio-image-inner img {
        height: auto;
    }
    .portfolio-single .portfolio-format {
        padding-bottom: 40px;
    }
    .footer-widgets-wrap .col-md-4 {
        width: 50% !important; 
    }
    aside.footer-widget-2:last-child {
        padding-right: 15px;
        margin-top: 20px;
    }
    ul.nav.pagination.post-pagination {
        margin-bottom: 20px;
    }
    .portfolio-single .custom-post-nav {
        margin: 0px;
    }
    .row.portfolio-details > .col-sm-8, .row.portfolio-details > .col-sm-4 {
        margin-bottom: 0px;
    }
    li.breadcrumb-wrap .breadcrumb {
        display: block;
    }
    .service-style-default.service-normal-model .service-inner {
        margin-bottom: 35px;
    }
    .team-style-classic-pro .post-details-outer{
        margin: 0 15px;
    }
    .content-widgets-wrapper .widget_block:last-child, .content-widgets-wrapper .content-widgets > .widget:last-child {
        padding-top: 30px;
        padding-bottom: 25px;
    } 
    .portfolio-style-classic .portfolio-inner .post-overlay-items {
        padding: 15px 25px 20px 25px;
    }
    .team-style-classic-pro .team-social-wrap ul.social-icons > li > a {
        margin-bottom: 22px;
    }
    .feature-box-default:before,
    .feature-box-default:after {
        content: unset;
    }
    .feature-box-default:hover .fbox-number {
        transform: translateY(0px);
    }
    .team-style-default .team-inner .team-social-wrap {
        width: 55%;
        margin-top: -61px;
    }
    .blog-style-default .blog-inner .post-thumb.post-overlay-active .post-image-link:before {
        content: unset;
    }
    .blog-style-default .blog-inner .post-category a {
        z-index: 1;
        position: relative;
    }
    .blog-style-default .blog-inner > *:not(.post-thumb, .top-meta) {
        padding: 0px 40px;
    }
    .blog-style-default.blog-normal-model .blog-inner > *:not(.post-thumb, .top-meta) {
        padding: 0px 30px;
    }
    .glovera-page-header::before {
        left: 60px;
        top: 25px;
    }
    .page-title-wrap:before {
        width: 400px;
        height: 280px;
        right: -105px;
        bottom: -65px;
    }
    .team-style-default .team-inner .team-social-wrap:before {
        width: 85px;
        height: 60px;
        right: -70px;
        top: -35px;
    }
    .service-style-classic .service-inner .bottom-meta {
        position: absolute;
        right: auto;
        bottom: 160px;
        left: 48px;
    }
    .portfolio-style-default .portfolio-inner .post-overlay-active .entry-title {
        bottom: 20px;
    }
    .portfolio-style-default .portfolio-inner .post-category a {
        font-size: 70px;
        line-height: 75px;
    }
    .single .row.team .col-sm-7.team-info {
        display: inline-block;
    }
    .single.single-cea-team .team-content-area .team-info .team-social-wrap {
        position: unset;
    }
    .single.single-cea-team .glovera-content-wrap .team-content-area .team-img:after {
        content: unset;
    }
    .glovera-content-wrap.container > .row .col-md-8.order-md-2 {
        order: 1 !important;
    }
    .glovera-content-wrap.container > .row .col-md-4.order-md-3 {
        order: 2 !important;
    }
    .single-cea-team .glovera-content-wrap:before,
    .single-cea-team .glovera-content-wrap:after {
        content: unset;
    }
    .service-style-default .service-inner .post-overlay-active .entry-title {
        position: unset;
        transform: translate(0px, 0px);
    }
    .service-style-default.service-slide-model .service-inner .post-overlay-items {
        text-align: center;
    }
    .team-wrapper.team-style-modern .team-inner .post-overlay-active .post-overlay-items:before {
        left: 135px;
    }
    .blog-style-default.blog-normal-model .blog-inner .post-thumb.post-overlay-active {
        margin-bottom: 22px;
    }
    body .widget_nav_menu .menu-services-menu-container li:last-child {
        margin-bottom: 0px;
    }
    .single.single-cea-team .row.team {
        margin-top: -50px;
    }
    .single .testimonial-info > .testimonial-designation-wrap {
        margin-bottom: 30px;
    }
    .single.single-cea-portfolio .glovera-content-wrap > .row > .col-md-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .blog-style-default .top-meta,.blog-style-default.blog-normal-model .blog-inner .top-meta {
        position: relative;
        margin-top: -60px;
        top: auto;
        left: auto;    
    }
    .service-style-modern.service-slide-model .service-inner {
        margin-bottom: 0px;
    }
    .custom-post-nav {
        margin-top: 0px;
        margin-bottom: 35px;
    }
    .single-cea-service .content-widgets-wrapper .content-widgets > .widget.widget.widget_nav_menu {
        padding: 25px 30px 30px 30px;
    }
    .single-cea-service .content-widgets-wrapper .widget_block, .single-cea-service .content-widgets-wrapper .content-widgets > .widget {
        padding: 25px 30px 20px 30px;
    }
    .gallery-spacing-custom .elementor-image-gallery .gallery {
        margin: 0px !important;
    }
    .team-style-modern .owl-item:before,
    .team-wrapper.team-style-modern .team-inner .post-overlay-active .post-overlay-items:before {
        content: unset;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px){
    .team-style-classic-pro .team-inner .post-thumb .post-image-link:before {
        width: 200px;
        height: 200px;
        top: 35px;
        right: -100px;
    }
    .single-post .comments-wrapper.section-inner input.submit {
        margin-bottom: 25px;
    }
    .blog-style-classic.blog-normal-model .blog-inner .top-meta {
        display: none;
    }
    .pricing-style-classic .pricing-inner-wrapper:before {
        content: unset;
    }
}
@media only screen and (max-width: 991px) { 
.glovera-content-wrap .pagination-single .pagination-single-inner {
    padding: 30px 34px 25px 34px;
}
}
@media only screen and (max-width: 768px) { 
    body .site-footer .footer-widgets-wrap .row,
    .cus-widget-2 .wp-container-core-columns-is-layout-2 {
        display: inline-block;
    }
    
    body .site-footer .footer-widgets-wrap .row .footer-widget-2.col-md-4 {
        width: 100%;
    }
    aside.footer-widget-2:nth-child(2) {
        padding: 25px 15px 0px 15px;
    }
    .site-footer .footer-widgets-wrap:after {
        content: unset;
    }
    .glovera-content-wrap .top-meta-wrap {
        margin: 0px 15px 15px 15px;
        padding: 10px 20px 8px 20px;
    }

    .footer-widgets-wrap .col-md-4 {
        width: 100% !important;     
    }
    aside.footer-widget-2:last-child {
        padding-right: 15px;
        margin-top: 0px;
    }
    .site-footer .footer-widgets-wrap .widget .widget-content-bx.w-address {
        display: block;
    }
    .team-wrapper.team-style-classic-pro [class*="col-"] {
        padding: 0px 15px;
    }
    .team-style-classic-pro.team-light.team-normal-model .post-details-outer {
        margin: 0 15px;
    }
    .service-style-classic .service-inner {
        margin-left: 0px;
    }
    .timeline > li > .timeline-panel {
        width: 100%;
        margin-left: 0;
    }
    .timeline > li.timeline-inverted {
        padding-left: 0;
    }
    .timeline > li.timeline-inverted > .timeline-sep-title {
        margin-right: 0;
        margin-left: 0;        
        padding-left: 0;
        text-align: center;
    }
    .timeline > li > .timeline-sep-title {
        font-size: 80px !important;
        position: relative !important;
        margin-left: 0px !important;
        text-align: center;
        margin-bottom: 20px;
    }
    .timeline > li > .timeline-sep-title:before {
        content: unset;
    }
    .timeline > li {
        margin-bottom: 30px;
    }
    .timeline > li > .timeline-badge {
        position: relative;
        top: auto;
        transform: none;
    }
    h4.timeline-title {
        font-size: 28px;
        line-height: 30px;
    }
    .glovera-page-header::before {
        left: 10px;
    }
    .team-style-default .team-inner .team-social-wrap {
        width: 100%;
    }
    .team-style-default .team-inner .team-social-wrap {
        position: relative;
        left: 0 !important;
        transform: scale(1) rotate(0deg);
    }
    .team-style-default .team-inner .team-social-wrap:before {
        content: unset;
    }
    .team-style-default .team-inner > *:not(.post-thumb, .team-social-wrap) {
        padding: 0px 25px;
    }
    .service-style-classic .service-inner .bottom-meta {
        bottom: 145px;
    }
    .portfolio-style-default .portfolio-inner .post-category a {
        font-size: 40px;
        line-height: 32px;
    }
    .page-title-wrap:before{
        content: unset;
    }
    .service-style-default.service-slide-model .service-inner .post-overlay-items .post-title-head {
        padding: 35px 35px 35px 35px;
        font-size: 40px;
        line-height: 45px;
    }
    .team-wrapper.team-style-modern .team-inner .post-overlay-active .post-overlay-items:before {
        left: 70px;
    }

    .blog-style-default .top-meta { 
        margin-top: -64px;
    }
}

@media only screen and (max-width: 767px) {
    body.page .page-title-wrap, body.error404 .page-title-wrap, body.single .page-title-wrap, body.blog .page-title-wrap, body.search .page-title-wrap, body.archive .page-title-wrap {
        padding: 40px 0px !important;
    }
    .single-cea-team span.team-designation {
        font-size: 24px;
        line-height: 32px;
    }
    .custom-post-nav .prev-nav-link > a, .custom-post-nav .next-nav-link > a {
        display: block;
        float: none;
    }
    .custom-post-nav .prev-nav-link, .custom-post-nav .next-nav-link {
        display: block;
    }
    .glovera-masonry > article {
        padding: 20px;
    }
    .portfolio-inner .post-overlay-items {
        bottom: 0px;
        max-width: calc(100% - 0px);
    }
    .team-wrapper.team-style-classic-pro.team-normal-model .col-lg-4.col-md-4 {
        margin-bottom: 30px;
    }
    .team-style-classic-pro.team-normal-model .row {
        margin-bottom: 0px;
    }
    .timeline > li:not(.timeline-inverted) {
        padding: 0;
    }
    .blog-wrapper .blog-inner:hover .post-overlay-items {
        top: 70%;
    }
    .blog-style-default .blog-inner .post-thumb.post-overlay-active .post-title-head {
        font-size: 29px;
        line-height: 36px;
    }
    .portfolio-style-default .portfolio-inner .post-category a {
        font-size: 60px;
    }
    .single.single-cea-team .glovera-content-wrap .team-content-area .row.team {
        padding: 30px;
    }

    .glovera-page-header::before {
        left: 10px;
        top: 15px;
        width: 70px;
        height: 100px;
    }
    body.blog article.post .media {
		display: block !important;
	}
    body.blog article.post .media figure.featured-media {
        margin: 0;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 0px;
    }
	body.archive article.post .media {
		display: block !important;
	}
    body.archive article.post .media figure.featured-media {
        margin: 0;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 0px;
    }
    .glovera-masonry .media .featured-media-inner.section-inner img{
        object-fit: unset;
        height: auto;
        margin-bottom: 15px;
    }
    .team-style-default .team-inner .team-social-wrap {
        margin-top: 0px;
        width: 100%;
        text-align: center;
    }
    .service-style-classic .service-inner .bottom-meta {
        right: 60px;
        bottom: 40px;
    }
    .portfolio-inner .post-overlay-items a.post-title {
        font-size: 50px;
        line-height: 55px;
    }
    blockquote, .wp-block-quote.is-large, .wp-block-quote.is-style-large, .wp-block-quote.is-style-large:not(.is-style-plain), .wp-block-quote.has-text-align-right, .wp-block-quote {
        padding: 48px 30px 25px 35px;
    }
    .service-style-classic .service-inner .service-icon-img-wrap {
        top: 121px;
        left: 20px;
    }
    .blog-style-default .top-meta { 
        margin-top: -68px;
    }
    .blog-multi-layout-1 .cea-block-primary > *:not(.post-thumb) {
        padding: 0px 40px;
    }
    .cea-carousel-style-default .owl-stage-outer .owl-slide-item:before, 
    .cea-carousel-style-default .owl-stage-outer .owl-slide-item:after {
        content: unset;
    }
    .menu-item .feature-box-classic-pro .media-icon-part .feature-box-title:after {
        content: unset;
    }
    body .site-footer .footer-widgets-wrap {
        padding: 60px 15px 30px 15px;
    }
    .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item {
        width: 100% !important;
        max-width: 100% !important;
    }
    .comment-reply-title {
        margin-bottom: 10px;
    }
    .portfolio-single .row.portfolio-details > div.col-sm-4 {
        margin-top: 20px;
    }
    .service-style-default.service-slide-model .service-inner .post-overlay-items .post-title-head {
        padding: 15px 20px 15px 20px;
    }
    .blog .post-pagination-wrap{
        margin-bottom: 20px;
    }
    .service-style-classic .service-inner:before {
        content: unset;
    }
    .service-style-classic .service-inner .post-thumb img {
        width: 100%;
    }
    .service-style-classic .service-inner .post-thumb {
        position: relative;
    }
} 
@media only screen and (max-width: 640px) {
    .service-style-default.service-slide-model .service-inner .post-overlay-items {
        top: 77% !important;
    }
}

@media only screen and (max-width: 1090px) { 
    .header-navbar .nav.navbar-ul .primary-menu > li {
        font-size: 12px;
    }
    .header-navbar .header-titles-wrapper a.site-link img.site-logo {
        max-width: 200px;
    }
}
@media only screen and (max-width: 480px) { 
    body .site-footer .footer-widgets-wrap {
        padding: 60px 15px 30px 15px;
    }
    .cus-testimonial-default .testimonial-wrapper.testimonial-style-default .testimonial-inner:before {
        content: unset;
    }
    .glovera-content-wrap .glovera-masonry .top-meta-wrap .nav.post-meta.pull-right {
        float: none;
    }
    .team-style-classic-pro .team-inner .post-thumb .post-image-link:before {
        top: 70px;
    }
    .single-post .glovera-content-wrap .post-inner .post-category, 
    .glovera-content-wrap .glovera-masonry .top-meta-wrap .post-category {
        display: none;
    }
    .blog-style-classic .blog-inner .post-overlay-items .top-meta {
        transform: rotate(0deg);
        top: auto;
        bottom: -6px;
    }
    .blog-style-classic .blog-inner .top-meta {
        padding: 5px 32px;
    }
    .blog-style-classic .blog-inner:hover .post-overlay-items .top-meta {
        left: 0;
    }
    .blog-style-classic .owl-carousel-item .blog-inner > *:not(.post-thumb) {
        padding: 0 15px;
    }
    .portfolio-single .row.portfolio-details > div.col-sm-4 {
        margin-top: 0px;
    }
    .portfolio-single .custom-post-nav {
        margin: 0px;
    }
    .row.portfolio-details > .col-sm-8, .row.portfolio-details > .col-sm-4 {
        margin-bottom: 0px;
    }
    .cus-widget-2 .wp-container-core-columns-is-layout-2 .wp-block-column.is-layout-flow {
        margin-bottom: 30px;
    }
    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
        float: left;
    }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        margin-bottom: 25px;
    }
    .site-footer-wrap .wp-container-core-columns-is-layout-1.wp-container-core-columns-is-layout-1 {
        margin-bottom: 0px;
    }
    .testimonial-wrapper.testimonial-style-default .owl-nav button.owl-prev {
        left: -85px;
    }
    .testimonial-wrapper.testimonial-style-default .owl-nav button.owl-next {
        right: 0px;
    }
    .portfolio-inner .post-overlay-items a.post-title {
        font-size: 35px;
        line-height: 45px;
    }
    blockquote .blockquote-titel {
        font-size: 25px;
        line-height: 35px;
        margin: 15px 0px;
    }
    .testimonial-style-modern .owl-carousel-item:before, 
    .testimonial-style-modern .testimonial-inner:before {
        content: unset;
    }
    .service-style-default.service-slide-model .service-inner .post-overlay-items .post-title-head {
        padding: 10px;
        font-size: 25px;
        line-height: 35px;
    }
    .portfolio-style-default .portfolio-inner .post-category {
        top: 40px;
    }
    .service-style-classic .service-inner .bottom-meta {
        right: 25px;
        bottom: 150px;
    }
    .testimonial-wrapper.testimonial-style-modern .testimonial-inner:after {
        right: -15px;
        bottom: 25px;
        top: auto;
    }
    .cea-align-center .section-title-wrapper .section-content {
        max-width: 100%;
    }
    .content-widgets-wrapper .widget_block:last-child, .content-widgets-wrapper .content-widgets > .widget:last-child {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .custom-post-nav, .glovera-content-wrap .pagination-single {
        margin-bottom: 0px;
    }
    .single-post article {
        margin-bottom: 30px;
    }
    .single-post .comments-wrapper.section-inner input.submit {
        margin-top: 10px;
    }
    .portfolio-style-default .portfolio-inner .post-overlay-active .entry-title {
        bottom: 5px;
    }
    .glovera-masonry .entry-title {
        line-height: 42px;
        font-size: 34px;
    }
    .service-style-default.service-slide-model .service-inner .post-overlay-items {
        top: 75% !important;
    }
}
@media only screen and (max-width: 420px){
    .portfolio-style-default .portfolio-inner .post-category {
        display: none;
    }
    .portfolio-style-default .portfolio-inner .post-overlay-active .entry-title {
        bottom: 10px;
    }

}

@media only screen and (max-width: 360px) {  
    .glovera-page-header::before {
        left: 10px;
        top: 10px;
        width: 55px;
        height: 100px;
    }
    .portfolio-style-default .portfolio-inner .post-category a {
        font-size: 30px;
    }
    .portfolio-style-default .portfolio-inner .post-category {
        top: 50px;
    }
    .service-style-classic .service-inner .bottom-meta {
        right: auto;
        bottom: 150px;
        left: 37px;
    }
    .team-wrapper.team-style-modern .team-inner .post-overlay-active .post-overlay-items:before {
        left: 55px;
    }
    .team-style-modern .owl-item:before {
        content: unset;
    }
    .testimonial-wrapper.testimonial-style-modern .testimonial-inner:after {
        font-size: 25px;
        width: 50px;
        height: 50px;
        line-height: 55px;
    }  
    .blog .glovera-content-wrap .top-meta-wrap ul.nav.post-meta > li {
        margin: 2px 0px;
    }
    .blog-style-default .blog-inner > *:not(.post-thumb, .top-meta) {
        padding: 0px 30px;
    }
    .service-style-default.service-slide-model .service-inner .post-overlay-items .post-title-head {
        padding: 10px 10px 10px 10px;
        font-size: 20px;
        line-height: 30px;
    }
    .service-style-default.service-slide-model .service-inner .post-overlay-items {
        top: 72% !important;
    }
    .service-style-default .service-inner .post-overlay-active .entry-title {
        padding: 0px;
    }
    .blog-multi-layout-1 .cea-block-secondary .media .media-body {
        margin-left: 0px !important;
    }
    .blog-layouts-wrapper .cea-block-secondary .post-thumb {
        margin-bottom: 15px !important;
    }
    .blog-layouts-wrapper .cea-block-secondary .media:last-child {
        padding-bottom: 0px !important;
    }
    .blog-multi-layout-1 .cea-block-primary > *:not(.post-thumb) {
        padding: 0px 30px;
    }
    .blog-multi-layout-1 .cea-block-primary {
        padding-bottom: 25px;
    }
    .service-wrapper.service-style-classic.service-normal-model .post-excerpt {
        margin-bottom: 70px;
    }
}

@media only screen and (max-width: 320px) {
    .glovera-page-header::before {
        content: unset;
    }
    .team-wrapper.team-style-modern .team-inner .post-overlay-active .post-overlay-items:before {
        content: unset;
    }
    .service-style-default.service-slide-model .service-inner .post-overlay-items {
        top: 69% !important;
    }
}
/**! 13. RTL **/

.rtl .blog-style-default .blog-inner:hover .post-thumb.post-overlay-active .post-image-link:before {
    transform: translate(170%, -15%);
}
.rtl .blog-style-default .blog-inner .post-thumb.post-overlay-active .post-image-link:before{
    transform: translate(170%, 100%);
}
.rtl footer button.input-group-addon.zozo-mc.btn.btn-default {
    left: 0px;
}
.rtl .back-to-top {
    left: 50px;
    right: auto;
}
.rtl header ul.nav.wp-menu li > ul.sub-menu li a:hover {
    padding-left: 0px;
    transition: all .3s;
    padding-right: 40px;
}
.rtl ul.nav.social-icons > li:last-child > a {
    margin-right: 10px;
}
.rtl ul.nav.social-icons > li:first-child > a {
    margin-right: 0px;
}
.rtl .blog-multi-layout-1 .cea-block-secondary .media .media-body {
    margin-left: 0px !important;
    margin-right: 35px !important;
}