
.img-blend{
    mix-blend-mode: screen;
}

.tp-img-100{
    height: 100%!important;
}
.tp-gsap-image-cover {
    height: 100% !important;
}

.mr-z{
    margin-right: 0px !important;
}

.ml-z{
    margin-left: 0px !important;
}

.last-0 > *:last-child {
    margin-bottom: 0!important;
  }

.tp-project-2-content p{
    color: #e5ebea;
  }

.pt-275{
    padding-top: 275px;
}

.tp-header-3-location ul li i{
    color: #fff;
}

.tp-blog-author img{
    border-radius: 100%!important;
}

.tp-breadcrumb-top-space{
    padding-top: 192px;
}

.error404 .tp-breadcrumb-area.tp-custom-breadcrumb-bg{
    display: none;
}

.tp-main-menu nav ul li.has-mega-menu{
    position: inherit!important;
}


.tp-header-top-lang > ul > li > a{
    color: #fff;
}
.tp-header-top-lang ul ul{
    position: absolute;
    top: 120%;
    right: 0;
    background-color: var(--tp-common-white);
    z-index: 11;
    padding: 15px 15px;
    min-width: 115px;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 20px 30px rgba(3, 4, 28, 0.1);
    transition: all 0.2s ease-out 0s;
}

.tp-header-top-lang ul ul li{
    list-style: none;
}

.tp-header-top-lang ul ul li a span{
    display: flex;
}


.tp-header-top-lang ul li:hover ul{
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.tp-defult-header .tp-header-logo.tp-logo img,
.tp-default-offcanvas .tpoffcanvas__logo img {
    width: 168px;
}

.tp-default-breadcrumb {
    background: var(--tp-theme-primary);
}

.tp-footer-3-bottom {
    background: #223635;
    margin-bottom: 20px;
}

#smooth-wrapper #smooth-content .tp-default-breadcrumb {
    margin-top: 130px;
}

#smooth-wrapper #smooth-content .tp-default-footer {
    position: relative;
    height: 230px;
    z-index: 9;
}

.tp-header-height.tp-defult-header {
    position: relative;
    z-index: 9;
}


@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
    .tp-hero-gsap-team-spacing {
        padding-top: 105px;
    }
}
