.eael-breadcrumbs__content a {
    text-decoration: none !important;
}

.apartment {
    display: inline-block;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    margin: 0;
}

.apartment h2 {
    line-height: 2.3em !important;
}

.rls-image-carousel .elementor-image-carousel-wrapper .elementor-image-carousel .swiper-slide-image {
    object-fit: none !important;
    padding: 17px !important;
    border: 1px solid #a49ea0 !important;
    border-radius: 100px !important;
    width: 200px !important;
    height: 200px !important;
    background-color: #7d4607;
}

.pulse {
    -webkit-animation: pulse 2.5s ease-in-out infinite;
    animation: pulse 2.5s ease-in-out infinite;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.elementor-icon-list-text a {
    text-decoration: none !important;
    color: #a49ea0;
}

.tls-our-project:hover {
    background-color: #000;
}

.custom-subscribe-box {
    display: flex;
    width: 100%;
    max-width: 520px;
    background-color: #ea840e;
    padding: 0;
    border: 1px solid #ccb299;
    box-sizing: border-box;
}

.custom-subscribe-box input[type="email"] {
    flex: 1;
    padding: 32px;
    border: none;
    font-size: 14px;
    color: #ffffff;
    background-color: #000;
    outline: none;
}

.custom-subscribe-box input::placeholder {
    color: #e5d4c3;
}

.custom-subscribe-box button {
    padding: 10px 0px 10px 0px;
    background-color: #fff;
    color: black;
    border: none !important;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.tls-our-services span span {
    font-size: 52px !important;
    padding-bottom: 20px !important;
    padding-right: 10px !important;
}

.time_num .elementor-divider__text {
    background-color: black;
    padding: 12px 22px 12px 22px;
}

.time_num .elementor-divider__text:hover {
    background-color: #ea840e;
    color: white !important;
}

.rls-image-carousel figure img:hover {
    background-color: #000 !important;
}

.rls-image-carousel .elementor-image-carousel-wrapper .elementor-image-carousel .swiper-slide-image:hover {
    border: 1px solid #6e5c54c2 !important;
}

.hero_right {
    height: 500px;
    width: 500px;
    border-radius: 50%;
}

.border_counter {
    align-items: stretch;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    border: 1px solid #a49ea0;
    padding: 50px;
    height: 200px;
    width: 200px;
    border-radius: 50%;
}

.hero_left {
    height: 300px;
    width: 300px;
    object-fit: cover;
    border-radius: 100% 100% 100% 0;
}

.tls-plan-wrap .elementor-element.elementor-element-ccd5e79.e-grid.e-con-full.e-con.e-child {
    background-color: transparent !important;
}

.hero_left_inner {
    height: 250px;
    width: 250px;
    border-radius: 50%;
}

.tls-how-we-can-help-wrap ul li span b {
    color: #7d4607;
}

.txt-stork {
    color: transparent;
    opacity: 0.2;
    -webkit-text-stroke: 1px #E07425;
    transition: 0.2s 0.1s;
    box-sizing: border-box;
}

@media screen and (min-device-width: 320px) and (max-device-width: 1024px) { 
	.tls-our-services span span {
		font-size: 34px!important;
	}
	.border_counter {
    padding: 30px;
    height: 150px;
    width: 150px;
  }

.apartment h2 {
    line-height: 1.3em !important;
 }
}