.elementor-sticky--effects {
    background: #fcf5df !important;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.07),0 2px 2px 0 rgba(0,0,0,.04)!important;
}

.slider_img .elementor-image-carousel.swiper-wrapper {
    align-items: center;
}
.about_right_img {
    max-width: 720px;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "lust-didone" !important;
}

.case_studies_title a {
    display: block;
    font-family: "lust-didone" !important;
}
.case_studies_title a {
    position: relative;
    z-index: 1;
}
.case_studies_title a:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 0;
    color: #FF6D20;
    font-size: 20px;
    transition: 0.3s ease 0s;
}
.case_studies_title a:hover:after {
    transform: rotate(45deg);
}
.slider_img .swiper-slide {
    transition: all 0.3s ease 0s;
}
.slider_img .swiper-slide img{
    transition: all 0.3s ease 0s;
}
.slider_img .swiper-slide:hover img {
    transform: scale(1.1) !important;
    transition: all 0.3s ease 0s;
}
/* .rotate_title {
    left: 0 !important;
    right: 0 !important;
    margin-left: -25px;
    text-align: left;
    transform: rotate(-90deg) !important;
}
.rotate_title_fifty{
    margin-left: 0px;
} */

.page_title {
    position: absolute;
    z-index: 9;
    writing-mode: vertical-lr;
    transform: scale(-1, -1);
    bottom: 100px;
    right: -42px;
}

/* .rotate_title .elementor-widget-container {
    width: max-content;
} */

@media only screen and (max-width: 1440px) {
    .rotate_title {
        margin-left: -10%;
    }
    .rotate_title_fifty{
        margin-left: 0px;

    }

}

@media only screen and (min-width: 1025px) {
    .menu_btn.menu-item .elementor-item {
        border: 2px solid var( --e-global-color-primary );
        border-radius: 28px;
        color: #000 !important;
        width: 130px;
        display: inline-block;
        text-align: center;
    }
    .menu_btn.menu-item .elementor-item:hover {
        background: var( --e-global-color-primary );
        color: #fff !important;
    }

}
@media only screen and (max-width: 991px) {
    .main_menu nav.elementor-nav-menu--dropdown {
        padding: 10px 10px 20px;
    }    
}

