a {
    text-decoration: none !important;
}


.elementor-widget-button {
    position: relative;
    display: inline-block;
	z-index: 10;
}

.elementor-widget-button::before {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    right: 6px;
    bottom: 6px;
    border: 1px solid #B1B8A5;
    transition: all 0.5s ease;
    pointer-events: none;
	z-index: -1;
}

.elementor-widget-button:hover::before {
	top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
}

.main_content {
    padding-left: 0;
    padding-right: calc((100% - 1400px) / 2);
}

.main_content2 {
    padding-left: calc((100% - 1400px) / 2);
    padding-right: 0;
}

/* image smooth scale */

.img_box {
	overflow: hidden !important;
}


.services_box img {
    transition: transform 0.7s ease;
}

.services_box .elementor-icon svg {
    transition: transform 0.6s ease;
}

.services_box:hover img {
    transform: scale(1.1);
}

.services_box:hover .elementor-icon svg {
    transform: rotate(39deg) !important;
}

.subscribe-box {
    display: flex;
    align-items: center;
    max-width: 700px;
}

.subscribe-box input[type="email"] {
    flex: 1;
    padding: 18px 20px;
    border: 2px solid #cfd8dc;
    background-color: #78909c;
    color: #fff;
    font-size: 20px;
    outline: none;
}

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

.subscribe-box input[type="submit"] {
    margin-left: 15px;
    padding: 18px 30px;
    border: 2px solid #cfd8dc;
    background: transparent;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}




