/* Change Selection Text Color When Highlighting */ 
::-moz-selection { background-color: #28394B; 
color: #fff; } 
::selection { background-color: #28394B; 
color: #fff; }

* {
	-webkit-hyphens: auto;
	    -ms-hyphens: auto;
	        hyphens: auto;
}

.gloram-latest-posts a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gloram-default-editor a {
    color: #9aabc0;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.gloram-default-editor a:hover {
    color: #000;
}

.presse-box .gloram-block-image a {
    display: block !important;
}

.press-docs-files a {
    color: #000;
    display: block;
    padding-left: 50px;
    position: relative;
    overflow: none;
    margin-bottom: 30px;
}

.press-docs-files p {
    margin: 0;
}

.press-docs-files a:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 30px;
    -webkit-transform: rotate(0deg) translateX(0px);
    -ms-transform: rotate(0deg) translateX(0px);
    transform: rotate(0deg) translateX(0px);
    background-image: url(/wp-content/uploads/2024/02/blog-btn-arrow.svg);
    background-position: right;
    left: 0px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.press-docs-files a:hover:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 27px;
}

.press-docs-files a.download-btn {
    overflow-x: hidden;
}

.press-docs-files a.download-btn:before {
    -webkit-transform: rotate(90deg) translateX(-10px);
    -ms-transform: rotate(90deg) translateX(-10px);
    transform: rotate(90deg) translateX(-10px);
    width: 30px;
    height: 30px;
}

.press-docs-files a.download-btn:hover {
    overflow: none;
}
.press-docs-files a.download-btn:hover:before {
    -webkit-transform: rotate(90deg) translateX(-5px);
    -ms-transform: rotate(90deg) translateX(-5px);
    transform: rotate(90deg) translateX(-5px);
}

.presse-content .elementor-widget-container ul li {
    font-weight: 300;
    position: relative;
}

.presse-content .elementor-widget-container ul li:not(:last-child) {
    margin-bottom: 30px;
}
.presse-content .elementor-widget-container ul {
    list-style: none;
    padding-left: 60px;
    margin-top: 56px;
    margin-bottom: 20px;
}

.presse-content .elementor-widget-container ul li:before {
    content: '';
    position: absolute;
    width: 22px;
    height: 2px;
    background: #000;
    left: -60px;
    top: 14px;
}

.press-posted-date ul li {
    margin-right: 0 !important;
}

.press-posted-date ul li:not(:first-child) {
    margin-left: 0 !important;
}

.dialog-type-lightbox,
#wpadminbar {
    z-index: 999999999;
}

.gloram-menu
    .elementor-widget-container
    .elementor-nav-menu__container
    .contact-menu
    a {
    font-size: 16px !important;
    line-height: 22px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.gloram-menu
    .elementor-widget-container
    .elementor-nav-menu__container
    .contact-menu
    a {
    padding-right: 0 !important;
}

.gloram-menu
    .elementor-widget-container
    .elementor-nav-menu__container
    .contact-menu
    a:hover {
    color: #9aabc0;
}

/* Sticky header */
.elementor-location-header {
    background: var(--e-global-color-primary);
}
.main-header {
    position: relative;
    z-index: 999999 !important;
}

.single-portfolio .main-header,
.home .main-header {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 9999999;
}

.single-portfolio .main-header img,
.home .main-header img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-animation: visibleLogo 1s ease 2.8s forwards;
    animation: visibleLogo 1s ease 2.8s forwards;
    opacity: 0;
}

/* hide title popup */
.elementor-slideshow__title {
    display: none !important;
}

@-webkit-keyframes visibleLogo {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes visibleLogo {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.single-portfolio .main-header.headerUpIndex,
.home .main-header.headerUpIndex {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.main-header.sticky {
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    -webkit-box-shadow: 0 0 20px #ffffff12;
    box-shadow: 0 0 20px #ffffff12;
}
body.logged-in .main-header.sticky {
    top: 24px;
}

/* .main-header.sticky:hover {
	-webkit-box-shadow: 0 0 20px #0000003d;
	box-shadow: 0 0 20px #0000003d;
} */
.main-header .gloram-logo a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main-header.sticky .gloram-logo a {
    font-size: 50px !important;
}
.gloram-menu .elementor-menu-toggle {
    padding-top: 2px;
}

/* Banner css  */

.gloram-image-color img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gloram-animated-banner {
    position: relative;
}

.gloram-animated-banner .gloram-animated-icon {
    opacity: 0;
    visibility: hidden;
    left: calc(50% - 112px);
    top: calc(50% - 112px);
    position: fixed;
}

.gloram-animated-banner .gloram-animated-icon.active-icon-animation {
    -webkit-animation: moveRightAndTopLeft 1.7s ease forwards;
    animation: moveRightAndTopLeft 1.7s ease forwards;
}

.gloram-animated-banner .gloram-animated-icon.active-icon-overlay {
    mix-blend-mode: overlay;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gloram-animated-banner.animation-active .gloram-fixed-image {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1023;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
}

.gloram-animated-banner.animation-active
    .gloram-fixed-image.remove-fixed-image {
    -webkit-animation: removingimagePosition 0.8s ease forwards;
    animation: removingimagePosition 0.8s ease forwards;
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
}

.gloram-animated-banner.animation-active
    .gloram-fixed-image.remove-fixed-image.d-none-fixed-image {
    opacity: 0;
    visibility: hidden;
}

.gloram-animated-banner .gloram-fixed-image:after {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(40, 57, 75, 0.8);
    opacity: 0;
    position: absolute;
    content: '';
    visibility: hidden;
    z-index: 1000;
}

.gloram-animated-banner.animation-active .gloram-animate-title h1 {
    -webkit-animation: animateheader 1.3s ease 3.1s forwards;
    animation: animateheader 1.3s ease 3.1s forwards;
    opacity: 0;
}

.gloram-animated-banner.animation-active
    .gloram-fixed-image.remove-bg-with-icon::after {
    -webkit-animation: moveBottomToTop 1.4s ease 0.7s forwards;
    animation: moveBottomToTop 1.4s ease 0.7s forwards;
}

.gloram-animated-banner.animation-active .gloram-animated-icon,
.gloram-animated-banner.animation-active .gloram-fixed-image:after {
    opacity: 1;
    visibility: visible;
}

.gloram-animated-banner .gloram-animated-image img {
    width: 300px;
}

.gloram-animated-banner .gloram-animated-image.enlargeImage img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

@-webkit-keyframes moveRightAndTopLeft {
    0% {
        left: calc(50% - 112px);
        top: calc(50% - 112px);
    }

    50% {
        left: 80%;
        top: 60%;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        top: 0%;
        left: 0%;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes moveRightAndTopLeft {
    0% {
        left: calc(50% - 112px);
        top: calc(50% - 112px);
    }

    50% {
        left: 80%;
        top: 60%;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        top: 0%;
        left: 0%;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@media only screen and (max-width: 768px) {
    @-webkit-keyframes moveRightAndTopLeft {
        0% {
            left: calc(50% - 112px);
            top: calc(50% - 112px);
        }

        50% {
            left: 70%;
            top: 50%;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        100% {
            top: 0%;
            left: 0%;
            -webkit-transform: scale(0);
            transform: scale(0);
        }
    }
    @keyframes moveRightAndTopLeft {
        0% {
            left: calc(50% - 112px);
            top: calc(50% - 112px);
        }

        50% {
            left: 70%;
            top: 50%;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        100% {
            top: 0%;
            left: 0%;
            -webkit-transform: scale(0);
            transform: scale(0);
        }
    }
}

@-webkit-keyframes moveBottomToTop {
    0% {
        height: 100%;
        width: 100%;
    }

    100% {
        height: 0;
        width: 100%;
    }
}

@keyframes moveBottomToTop {
    0% {
        height: 100%;
        width: 100%;
    }

    100% {
        height: 0;
        width: 100%;
    }
}

@-webkit-keyframes animateheader {
    0% {
        -webkit-transform: scale(1.3) translateX(-200px);
        transform: scale(1.3) translateX(-200px);
        color: #28394b;
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.3) translateX(200px);
        transform: scale(1.3) translateX(200px);
        color: #28394b;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0);
        color: #ffffff;
        opacity: 1;
    }
}

@keyframes animateheader {
    0% {
        -webkit-transform: scale(1.3) translateX(-200px);
        transform: scale(1.3) translateX(-200px);
        color: #28394b;
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.3) translateX(200px);
        transform: scale(1.3) translateX(200px);
        color: #28394b;
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0);
        color: #ffffff;
        opacity: 1;
    }
}

@-webkit-keyframes removingimagePosition {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        top: 0;
        left: 0;
        right: 0;
    }

    100% {
        top: var(--banner-animation-top);
        left: var(--banner-animation-left);
        right: var(--banner-animation-right);
        height: var(--banner-staticimg-height);
        width: var(--banner-staticimg-width);
    }
}

@keyframes removingimagePosition {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        top: 0;
        left: 0;
        right: 0;
    }

    100% {
        top: var(--banner-animation-top);
        left: var(--banner-animation-left);
        right: var(--banner-animation-right);
        height: var(--banner-staticimg-height);
        width: var(--banner-staticimg-width);
    }
}

@media only screen and (max-width: 768px) {
}

/* Banner Animation start  */

/* Press page */
.gloram-presse
    .elementor-widget-container
    .elementor-pagination
    .page-numbers:not(:last-child) {
    margin-right: 45px !important;
}

.gloram-presse
    .elementor-widget-container
    .elementor-pagination
    .page-numbers:before {
    top: calc(100% - 55px);
}

.presse-prev-btn
    .elementor-widget-container
    .elementor-button-wrapper
    .elementor-button
    .elementor-button-content-wrapper
    .elementor-button-icon
    svg {
    width: 60px;
    -webkit-transform: rotate(180deg) translateX(-30px);
    -ms-transform: rotate(180deg) translateX(-30px);
    transform: rotate(180deg) translateX(-30px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.presse-prev-btn
    .elementor-widget-container
    .elementor-button-wrapper
    .elementor-button
    .elementor-button-content-wrapper
    .elementor-button-icon {
    height: 26px;
}

.presse-prev-btn
    .elementor-widget-container
    .elementor-button-wrapper
    .elementor-button
    .elementor-button-content-wrapper
    .elementor-button-icon {
    overflow: hidden;
}

.presse-prev-btn:hover
    .elementor-widget-container
    .elementor-button-wrapper
    .elementor-button
    .elementor-button-content-wrapper
    .elementor-button-icon
    svg {
    -webkit-transform: rotate(180deg) translateX(-18px);
    -ms-transform: rotate(180deg) translateX(-18px);
    transform: rotate(180deg) translateX(-18px);
}

.presse-prev-btn
    .elementor-widget-container
    .elementor-button-wrapper
    .elementor-button
    .elementor-button-content-wrapper
    .elementor-button-text {
    overflow: hidden;
    padding-left: 20px;
}

.presse-prev-btn
    .elementor-widget-container
    .elementor-button-wrapper
    .elementor-button
    .elementor-button-content-wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gloram-default-editor a {
    text-decoration: underline !important;
}

.preloader {
    text-align: center;
}

@media only screen and (max-width: 1024px) {
	.main-header.sticky .elementor-nav-menu--dropdown {
		top: 25px !important;
	}
    .gloram-banner.add-banner-before-position .gloram-banner-animation {
        right: calc(var(--banner-right) - 0px);
    }

    .presse-content .elementor-widget-container ul {
        margin-top: 30px;
    }

    .gloram-menu
        .elementor-widget-container
        .elementor-nav-menu__container
        .contact-menu
        a {
        font-size: 22px !important;
        line-height: 30px !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
    .gloram-Portfolio
        .press-posts-wrapper
        .gloram-post-load
        .gloram-blog-box
        .media
        img {
        height: 300px;
        -o-object-fit: cover !important;
        object-fit: cover !important;
        width: 100%;
    }
}

@media only screen and (min-width: 769px) {
    .gloram-Portfolio
        .press-posts-wrapper
        .gloram-post-load
        .gloram-blog-box
        .media
        img {
        height: 430px;
        -o-object-fit: cover !important;
        object-fit: cover !important;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    /* Fix blog page overflow issue */
    .portfolio-page-wrapper .e-con-inner {
        display: block !important;
    }

    .gloram-animated-banner * {
        -webkit-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }

    .gloram-animated-banner .gloram-static-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
        margin-bottom: 20px;
    }

    .gloram-animated-banner .gloram-static-image .elementor-widget-container {
        width: 48%;
    }

    .gloram-animated-banner .gloram-animated-image-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-transform: translateY(var(--transfor-animated-image));
        -ms-transform: translateY(var(--transfor-animated-image));
        transform: translateY(var(--transfor-animated-image));
    }

    .gloram-animated-banner .gloram-animated-image .elementor-widget-container {
        width: 48%;
    }

    .gloram-animated-banner .gloram-animated-image .elementor-widget-container {
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
    }

    .gloram-animated-banner .gloram-animated-image img {
        width: 100%;
    }

    .gloram-animated-banner
        .gloram-animated-image:not(
            .gloram-animated-banner .gloram-animated-image-2
        ) {
        margin-top: -50px;
    }

    .gloram-animated-banner.expend-image
        .gloram-animated-image:not(.gloram-animated-image-2)
        .elementor-widget-container {
        width: 100%;
    }

    .gloram-animated-banner.expend-image .gloram-animated-image-2 {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .gloram-animated-banner.expend-image .gloram-animated-image {
        margin-top: 5px !important;
    }

    .gloram-presse .presse-box .e-con-inner {
        display: -ms-grid;
        display: grid;
    }

    .presse-btn
        .elementor-widget-container
        .elementor-button-wrapper
        .elementor-button
        .elementor-button-content-wrapper {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}

/* Banner Animation end  */

body.gloram-overflow {
    overflow: hidden !important;
}

/* Portfolio Page on Ajax*/
.gloram-Portfolio * {
    font-family: 'Fakt Pro', Sans-serif;
}

.gloram-Portfolio .press-posts-wrapper .gloram-post-load {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 110px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 110px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gloram-Portfolio
    .press-posts-wrapper
    .gloram-post-load
    .gloram-blog-box
    .media {
    display: block;
    margin-bottom: 30px;
}

.gloram-Portfolio
    .press-posts-wrapper
    .gloram-post-load
    .gloram-blog-box
    .post-meta
    .post-date {
    font-size: 20px;
    list-style: 35px;
    font-weight: 300;
}

.gloram-Portfolio
    .press-posts-wrapper
    .gloram-post-load
    .gloram-blog-box
    .post-meta
    .post-title {
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    margin: 20px 0;
    color: #000;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}

.gloram-Portfolio
    .press-posts-wrapper
    .gloram-post-load
    .gloram-blog-box
    .post-meta
    .post-title:hover,
.gloram-Portfolio
    .press-posts-wrapper
    .gloram-post-load
    .gloram-blog-box
    .post-meta
    .post-title:focus {
    color: #000;
}

.gloram-Portfolio
    .press-posts-wrapper
    .gloram-post-load
    .gloram-blog-box
    .post-meta
    .excerpt {
    font-size: 20px;
    list-style: 35px;
    font-weight: 300;
}

.gloram-Portfolio
    .press-posts-wrapper
    .gloram-post-load
    .gloram-blog-box
    .media
    img {
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
}

.gloram-Portfolio
    .press-posts-wrapper
    .gloram-post-load
    .gloram-blog-box
    .media:hover
    img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.gloram-Portfolio
    .press-posts-wrapper
    .gloram-post-load
    .gloram-blog-box
    .post-meta
    .press-read-more {
    font-size: 20px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}

.gloram-Portfolio
    .press-posts-wrapper
    .gloram-post-load
    .gloram-blog-box
    .post-meta
    .press-read-more
    img {
    position: relative;
    left: -50px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gloram-Portfolio
    .press-posts-wrapper
    .gloram-post-load
    .gloram-blog-box
    .post-meta
    .press-read-more
    span {
    background-color: #fff;
    z-index: 2;
    padding-right: 20px;
}

.gloram-Portfolio
    .press-posts-wrapper
    .gloram-post-load
    .gloram-blog-box
    .post-meta
    .press-read-more:hover
    img,
.gloram-Portfolio
    .press-posts-wrapper
    .gloram-post-load
    .gloram-blog-box
    .post-meta
    .press-read-more:focus
    img {
    left: 0;
}

.gloram-Portfolio .press-posts-wrapper .list-years span {
    height: 80px;
    width: 80px;
    border-radius: 500px;
    border: 1px solid transparent;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-right: 5px;
}

.gloram-Portfolio .press-posts-wrapper .list-years span:hover,
.gloram-Portfolio .press-posts-wrapper .list-years span:focus,
.gloram-Portfolio .press-posts-wrapper .list-years span.active {
    border-color: #000;
}

.gloram-Portfolio .press-posts-wrapper .list-years {
    margin-bottom: 15px;
    padding-top: 154px;
    text-align: center;
}

.gloram-Portfolio .press-posts-wrapper .list-years {
    margin-bottom: 15px;
    padding-top: 154px;
}

.portfolio-info .elementor-element.remove-info-element {
    display: none !important;
}

/* .gloram-Portfolio  */
.gloram-Portfolio article {
    overflow: hidden;
}

.gloram-Portfolio article .elementor-post__thumbnail img {
    width: 417px;
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.gloram-Portfolio article a.elementor-post__read-more {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 75px;
    height: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.gloram-Portfolio article a.elementor-post__read-more img {
    position: absolute;
    left: -50px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gloram-Portfolio article:hover a.elementor-post__read-more img {
    position: absolute;
    left: 0;
}

body:not(.rtl)
    .elementor-1579
    .elementor-element.elementor-element-787d5e7
    .elementor-pagination
    .page-numbers:not(:last-child) {
    margin-right: 45px !important;
}

.gloram-Portfolio
    .elementor-widget-container
    .elementor-pagination
    .page-numbers {
    position: relative;
}

.gloram-Portfolio
    .elementor-widget-container
    .elementor-pagination
    .page-numbers:before {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    background: #000;
    border-radius: 100px;
}

.gloram-Portfolio
    .elementor-widget-container
    .elementor-pagination
    .page-numbers:after {
    content: '';
    width: 37px;
    height: 37px;
    position: absolute;
    border: solid 1px #00000000;
    background: #00000000;
    border-radius: 100px;
    bottom: calc(100% - -34px);
    left: calc(100% - 15px);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gloram-Portfolio
    .elementor-widget-container
    .elementor-pagination
    .page-numbers:hover:after {
    border: solid 1px #000;
}
.gloram-Portfolio
    .elementor-widget-container
    .elementor-pagination
    .page-numbers.current:after {
    content: '';
    width: 37px;
    height: 37px;
    position: absolute;
    border: solid 1px #000;
    background: #00000000;
    border-radius: 100px;
    bottom: calc(100% - -34px);
    left: calc(100% - 15px);
}

@media only screen and (max-width: 575px) {
    .elementor-grid-mobile-2 .elementor-grid {
        -ms-grid-columns: (1fr)[1] !important;
        grid-template-columns: repeat(1, 1fr) !important;
    }
}


/* Portfolio home */
@media only screen and (max-width: 768px) {
    .home
        .gloram-Portfolio
        .elementor-posts-container
        .elementor-post__thumbnail {
        padding-bottom: 0 !important;
    }

    .home
        .gloram-Portfolio
        .elementor-posts-container.elementor-has-item-ratio
        .elementor-post__thumbnail
        img {
        position: inherit;
        top: 0;
        left: 0;
        -webkit-transform: scale(1) translate(0, 0);
            -ms-transform: scale(1) translate(0, 0);
                transform: scale(1) translate(0, 0);
    }
}

/* Latest posts */
.e-loop-item:not(:last-child) .gloram-latest-posts .elementor-widget-container {
    border-color: #7e8893;
    border-style: solid;
    border-width: 0 0 2px 0;
}

.gloram-latest-posts a:hover,
.gloram-latest-posts a:focus {
    color: #ffffffb3 !important;
}

/* Presse page btn */
.presse-box:hover
    .e-con-inner
    .presse-btn
    .elementor-widget-container
    .elementor-button-wrapper
    .elementor-button
    .elementor-button-content-wrapper
    .elementor-button-icon
    svg {
    margin-left: 0;
}

.presse-btn
    .elementor-widget-container
    .elementor-button-wrapper
    .elementor-button
    .elementor-button-content-wrapper
    .elementor-button-icon {
    overflow: hidden;
}

.presse-btn
    .elementor-widget-container
    .elementor-button-wrapper
    .elementor-button
    .elementor-button-content-wrapper
    .elementor-button-icon
    svg {
    width: 52px;
    margin-left: -30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media only screen and (min-width: 1025px) {
    /* 	.main-header:hover, .main-header.hover-active {
		background: #fff !important;
	}
	.main-header .gloram-logo svg path{
		-webkit-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
	}
	.main-header:hover .gloram-logo svg path{
		fill: #28394B;
	}
	.main-header .gloram-menu ul li a {
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
	}
	.main-header:hover .gloram-menu ul li a {
		color: #28394B !important;
	} */
    /* 	.main-header .gloram-menu ul li a:hover {
		color: rgba(91, 91, 92, 70%) !important;
	} */

    .gloram-menu .contact-menu {
        padding-left: 50px;
    }
    .banner-title span {
        font-size: 83.5%;
    }
}
@media only screen and (max-width: 1024px) {
    /* Portfolio Page*/
    .gloram-Portfolio
        .elementor-widget-container
        .elementor-pagination
        .page-numbers:before {
        bottom: calc(100% - -48px);
        left: calc(100% - 0.5px);
    }

    .gloram-Portfolio .elementor-widget-container .elementor-pagination {
        margin-bottom: 41px !important;
        padding-top: 146px !important;
    }

    .gloram-Portfolio .press-posts-wrapper .gloram-post-load {
        -ms-grid-columns: 1fr 50px 1fr;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 50px;
    }

    .gloram-Portfolio .press-posts-wrapper .list-years {
        padding-top: 110px;
    }
}

.gloram-milestone-item .gloram-milestone-right {
    position: absolute;
    left: 140px;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.gloram-milestone-item:last-child .gloram-milestone-right,
.gloram-milestone-item:nth-child(6) .gloram-milestone-right,
.gloram-milestone-item:nth-child(7) .gloram-milestone-right {
    top: inherit;
    bottom: 0;
}
.gloram-milestone-left {
    cursor: pointer;
}

.gloram-milestone-item .gloram-milestone-left:hover + .gloram-milestone-right {
    opacity: 1;
    z-index: 1;
}

.gloram-milestone-item .gloram-milestone-right.active {
	opacity: 1;
	z-index: 1;
}

@media only screen and (max-width: 1024px) {
    .gloram-milestone-item
        .gloram-milestone-left.open
        + .gloram-milestone-right {
        opacity: 1;
        z-index: 1;
    }
}
.gloram-milestone-left .elementor-heading-title {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.gloram-milestone-left:hover .elementor-heading-title,
.gloram-milestone-left.open .elementor-heading-title {
    font-size: 50px !important;
    color: #9aabc0 !important;
}

.gloram-milestone-left.active .elementor-widget-wrap .elementor-element .elementor-widget-container h2 {
	font-size: 50px !important;
    color: #9aabc0 !important;
}

.gloram-Strategie-item {
    overflow: hidden;
}
@media only screen and (max-width: 768px) {
    .gloram-banner #gloram-banner-img-left:after,
    .gloram-banner #gloram-banner-img-right:after {
        width: 0;
    }

    .gloram-milestone-item .gloram-milestone-right {
        max-width: 240px;
    }
    .gloram-milestone-item
        .gloram-milestone-right
        .elementor-widget-image-box
        .elementor-image-box-wrapper {
        text-align: left;
    }

    .gloram-Portfolio article .elementor-post__thumbnail img {
        width: 388px;
    }

    .gloram-Portfolio .press-posts-wrapper .gloram-post-load {
        grid-gap: 30px;
    }

    .gloram-Portfolio .press-posts-wrapper .list-years {
        padding-top: 80px;
    }

    .gloram-Portfolio
        .press-posts-wrapper
        .gloram-post-load
        .gloram-blog-box
        .post-meta
        .post-title {
        font-size: 36px;
        line-height: 46px;
    }

    .gloram-Portfolio .press-posts-wrapper .list-years span {
        height: 65px;
        width: 65px;
    }
}
@media only screen and (max-width: 575px) {
    .gloram-milestone-item .gloram-milestone-right {
        left: 120px;
    }

    .gloram-Portfolio .press-posts-wrapper .gloram-post-load {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }

    .gloram-Portfolio .press-posts-wrapper .gloram-post-load .gloram-blog-box {
        margin-bottom: 30px;
    }

    .gloram-Portfolio
        .press-posts-wrapper
        .gloram-post-load
        .gloram-blog-box
        .media {
        margin-bottom: 20px;
    }

    .gloram-Portfolio
        .press-posts-wrapper
        .gloram-post-load
        .gloram-blog-box
        .post-meta
        .press-read-more {
        margin-top: 25px;
    }

    .gloram-Portfolio .press-posts-wrapper .list-years {
        padding-top: 50px;
    }
}

/* Form  */
.gloram-form form p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    row-gap: 8px;
}
.gloram-form span.wpcf7-form-control-wrap {
    width: 60%;
}
.gloram-form input.mail {
    font-size: 18px;
    line-height: 26px;
    padding: 12px 22px;
    color: #28394b;
    border: 1px solid #28394b;
    width: 100%;
    background: transparent;
    border-radius: 0;
}
.gloram-form input.submit-btn {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    background: #28394b;
    border: 1px solid #28394b;
    width: 260px;
    height: 53px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    border-radius: 0;
}
.gloram-form input.submit-btn:hover {
    color: #28394b;
    background: transparent;
}
.gloram-form span.wpcf7-spinner {
    display: none;
}
.gloram-form .wpcf7-response-output {
    color: #dc3232;
}
@media only screen and (max-width: 768px) {
    .gloram-form form p {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .gloram-form form p {
        row-gap: 4px;
    }
    .gloram-form span.wpcf7-form-control-wrap {
        width: 100%;
    }
    .gloram-form input.submit-btn {
        width: 100%;
    }
    .elementor-button {
        width: 100%;
    }
}

@media only screen and (max-width: 429px) {
    .banner-title h1 {
        font-size: 44px !important;
    }
    .about-us-heading h2 {
        font-size: 65px !important;
    }
    .milestone-heading h2 {
        font-size: 50px !important;
    }
    .aktuelles-heading h3 {
        font-size: 55px !important;
    }
}

/* Register-form */
.register-form input.mail {
    color: #fff;
    border-color: #fff;
}
.register-form input.submit-btn {
    color: #28394b;
    background: #fff;
    border-color: #fff;
}
.register-form input.submit-btn:hover {
    color: #fff;
    background: transparent;
}

/* NACHHALTIGKEIT  */
.gloram-nachhaltigkeit-item
    .elementor-widget-icon-box
    p.elementor-icon-box-description {
    width: 620px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
}

.gloram-nachhaltigkeit-item:last-child
    .elementor-widget-icon-box
    p.elementor-icon-box-description {
    width: 100%;
}
.gloram-nachhaltigkeit-item
    .elementor-widget-icon-box
    h3.elementor-icon-box-title {
    cursor: pointer;
    display: inline-block;
}
.gloram-nachhaltigkeit-item
    .elementor-widget-icon-box
    h3.elementor-icon-box-title:hover {
    color: #fff !important;
}
.gloram-nachhaltigkeit-item
    .elementor-widget-icon-box
    h3.elementor-icon-box-title:hover
    + p.elementor-icon-box-description {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/* filterable tabs */
.gloram-tab .e-n-tab-title {
    padding: 0 !important;
    gap: 0 !important;
}

.gloram-tab {
    height: 300px !important;
}


@media only screen and (max-width: 1200px) {
    .gloram-tab {
        height: 240px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .gloram-tab {
        height: 450px !important;
    }
}

@media only screen and (max-width: 922px) {
    .gloram-tab {
        height: 500px !important;
    }
}

@media only screen and (min-width: 1025px) {
    .gloram-tab {
        position: relative;
    }

    .gloram-tab .e-n-tabs-content {
        display: block !important;
    }

    .elementor-widget-n-tabs .e-n-tabs-content>.e-con:not(.e-active) {
        display: block !important;
        opacity: 0;
        position: absolute;
        top: 100px;
		-webkit-transform: translateY(60px);
		    -ms-transform: translateY(60px);
		        transform: translateY(60px);
    }

.gloram-tab .elementor-widget-n-tabs .e-n-tabs .e-n-tabs-content .e-child.e-active {
        opacity: 1;
        top: 50px;
        -webkit-transition: all 0.8s ease;
        -o-transition: all 1.5s ease;
        -webkit-transition: all 1.5s ease;
        transition: all 1.5s ease;
    }

    .gloram-tab .elementor-widget-n-tabs
        .e-n-tabs
        .e-n-tabs-content
        .e-child.e-active
        .e-child {
        opacity: 1;
        top: 0;
    }
}

@media only screen and (max-width: 1024px) {
    .gloram-nachhaltigkeit-item
        .elementor-widget-icon-box
        p.elementor-icon-box-description {
        width: 100%;
    }

    .gloram-nachhaltigkeit-item
        .elementor-widget-icon-box
        h3.elementor-icon-box-title
        + p.elementor-icon-box-description {
        display: none;
    }
    .gloram-nachhaltigkeit-item
        .elementor-widget-icon-box
        h3.elementor-icon-box-title.open
        + p.elementor-icon-box-description {
        display: block;
    }
}

@media only screen and (max-width: 575px) {
    .gloram-animated-banner .gloram-static-image {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 375px) {
    .portfolio-info .elementor-element {
        width: 100%;
    }
}

/* Footer  */
.gloram-footer-logo a img {
    width: 100% !important;
}

/* tabe for team page */
.gloram-clicking-tab .elementor-widget-container .e-n-tabs-content .elementor-element {
	  -ms-flex-wrap: wrap;
	      flex-wrap: wrap;
}


.gloram-clicking-tab .elementor-widget-container .e-n-tabs-content .gloram-tab-content {
    opacity: 0;
	visibility:hidden;
    -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
            transform: translateY(50px);
	display: block !important;
	position: absolute;
	-webkit-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

.gloram-clicking-tab .elementor-widget-container .e-n-tabs-content .gloram-tab-content.e-active {
    opacity: 1 !important;
    -webkit-transform: translateY(0px) !important;
        -ms-transform: translateY(0px) !important;
            transform: translateY(0px) !important;
	visibility: visible;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
}

.gloram-clicking-tab .e-n-tab-title {
    padding: 0 !important;
    gap: 0 !important;
}

.gloram-clicking-tab {
    height: 300px;
}

.gloram-clicking-tab .elementor-widget-container .e-n-tabs .e-n-tabs-heading {
    border-bottom: solid 1px #9AABC0;
}

.gloram-clicking-tab .elementor-widget-container .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] {
    position: relative;
}

.gloram-clicking-tab .elementor-widget-container .e-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]:before {
    width: 100%;
}

.gloram-clicking-tab .elementor-widget-container .e-n-tabs .e-n-tabs-heading .e-n-tab-title:before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: #28394B;
    top: 36px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.gloram-clicking-tab .elementor-widget-container .e-n-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text {
    padding-bottom: 10px;
}



@media only screen and (max-width: 1024px) {
	.gloram-clicking-tab .elementor-widget-container .e-n-tabs-content .gloram-tab-content {
		position: relative;
	}
	
	.gloram-clicking-tab {
    	height: auto !important;
	}
	
	.gloram-clicking-tab .elementor-widget-container .e-n-tabs-content .gloram-tab-content {
		display: none !important;
	}
	
	.gloram-clicking-tab .elementor-widget-container .e-n-tabs-content .gloram-tab-content.e-active {
		display: block !important;
	}
	
	.gloram-clicking-tab .elementor-widget-container .e-n-tabs {
		 min-height: 500px;
	}
	
	.gloram-clicking-tab .elementor-widget-container .e-n-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-title-text {
   		padding-bottom: 23px;
	}
	
	.gloram-clicking-tab .elementor-widget-container .e-n-tabs .e-n-tabs-heading .e-n-tab-title:before {
		top: 49px;
	}

}


/* datenschutz */
.datenschutz-content a {
    text-decoration: underline !important;
	color: #000;
}

.datenschutz-content ul {
    margin-bottom: 20px;
}

.datenschutz-content h3 {
    margin-top: 24px
}

.datenschutz-content .elementor-widget-container {
    overflow-wrap: break-word;
}

/* Contact Form  */

.gloram-contact-form {
    font-family: "Fakt Pro", Sans-serif !important;
}
.gloram-contact-form label {
    width: 100% !important;
    font-size: 14px !important;
    line-height: 25px !important;
    font-weight: 400 !important;
    color: #000 !important;
}
.gloram-contact-form .gloram-form-row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-column-gap: 16px !important;
    -moz-column-gap: 16px !important;
    column-gap: 16px !important;
}
.gloram-contact-form p {
    margin-bottom: 0px !important;
}

.gloram-contact-form p label {
	margin-top: 26px;
}
.gloram-contact-form input, .gloram-contact-form textarea {
    border: 0 !important;
    border-bottom: 1px solid #5B5B5C !important;
    border-radius: 0 !important;
    font-size: 20px !important;
    line-height: 40px !important;
    font-weight: 300 !important;
    color: #000 !important;
    padding: 0 !important;
    outline: 0 !important;
}
.gloram-contact-form textarea {
    height: 200px !important;
}
.gloram-contact-form input::-webkit-input-placeholder,
.gloram-contact-form textarea::-webkit-input-placeholder {
    color: #5B5B5C !important;
}
.gloram-contact-form input::-moz-placeholder,
.gloram-contact-form textarea::-moz-placeholder {
    color: #5B5B5C !important;
}
.gloram-contact-form input:-ms-input-placeholder,
.gloram-contact-form textarea:-ms-input-placeholder {
    color: #5B5B5C !important;
}
.gloram-contact-form input::-ms-input-placeholder,
.gloram-contact-form textarea::-ms-input-placeholder {
    color: #5B5B5C !important;
}
.gloram-contact-form input::-webkit-input-placeholder, .gloram-contact-form textarea::-webkit-input-placeholder {
    color: #5B5B5C !important;
}
.gloram-contact-form input::-moz-placeholder, .gloram-contact-form textarea::-moz-placeholder {
    color: #5B5B5C !important;
}
.gloram-contact-form input:-ms-input-placeholder, .gloram-contact-form textarea:-ms-input-placeholder {
    color: #5B5B5C !important;
}
.gloram-contact-form input::-ms-input-placeholder, .gloram-contact-form textarea::-ms-input-placeholder {
    color: #5B5B5C !important;
}
.gloram-contact-form input::placeholder,
.gloram-contact-form textarea::placeholder {
    color: #5B5B5C !important;
}
.gloram-contact-form .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 300 !important;
    color: #000 !important;
    margin-left: 20px !important;
}
.gloram-contact-form .wpcf7-acceptance .wpcf7-list-item-label a {
    font-weight: 500 !important;
    color: #000 !important;
    -webkit-transition: all .3s ease !important;
    -o-transition: all .3s ease !important;
    transition: all .3s ease !important;
}
.gloram-contact-form .wpcf7-acceptance .wpcf7-list-item-label a:hover {
    font-weight: 500 !important;
    text-decoration: underline !important;
}
.gloram-contact-form .wpcf7-acceptance span.wpcf7-list-item {
    margin: 0 !important;
}
.gloram-contact-form .wpcf7-acceptance span.wpcf7-list-item label {
    line-height: 20px !important;
}
.gloram-contact-form .wpcf7-submit {
    font-size: 18px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    color: #fff !important;
    background: #28394B !important;
    width: 260px !important;
    height: 50px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: 1px solid #28394B !important;
    -webkit-transition: all .3s ease !important;
    -o-transition: all .3s ease !important;
    transition: all .3s ease !important;
    margin-left: auto !important;
	margin-top: 34px !important;
}
.gloram-contact-form .wpcf7-submit:hover {
    background: #fff !important;
    color: #28394B !important;
}
.gloram-contact-form .wpcf7-acceptance input {
    position: relative !important;
    cursor: pointer !important;
}


.gloram-contact-form .wpcf7-acceptance input:after {
    position: absolute !important;
    content: "" !important;
    width: 15px !important;
    height: 15px !important;
    top: 0 !important;
    left: 0 !important;
    border: 2.5px solid #000 !important;
    border-radius: 3px !important;
    background: #fff !important;
}
.gloram-contact-form .wpcf7-acceptance input:before {
    position: absolute !important;
    content: "" !important;
    width: 10px !important;
    height: 5px !important;
    left: 6px !important;
    top: 2px !important;
    background: transparent !important;
    z-index: 1 !important;
    border-style: solid !important;
    border-width: 2.5px !important;
    border-color: transparent !important;
    border-top: 0 !important;
    border-right: 0 !important;
    -webkit-transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    outline-style: solid !important;
    outline-color: transparent !important;
    outline-width: 1.5px !important;
}
.gloram-contact-form .wpcf7-acceptance input:checked:before {
    background: #fff !important;
    border-color: #000 !important;
    outline-color: #fff !important;
}

.gloram-contact-form .wpcf7-acceptance span.wpcf7-list-item label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}

.gloram-contact-form .wpcf7-acceptance span.wpcf7-list-item label input[type="checkbox"] {
	border: none !important;
}

@media screen and (max-width: 1024px) {
    .gloram-contact-form .gloram-form-row {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
}
@media screen and (max-width: 1024px) {
    .gloram-contact-form .wpcf7-submit {
        margin: 34px auto 0 !important;
    }
}
