/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 06 2025 | 10:25:52 */
.sm-centet-img-txt .elementor-image-box-wrapper {
    padding-bottom: 8px;
}
.sm-centet-img-txt .elementor-image-box-title {
    margin-top: 0;
}
.sm-sevice-menu a.elementor-item:before {
    content: "\f30b";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position:relative;
    left:0;
    opacity: 1 !important;
    color:#256974;
}
.sm-sevice-menu a.elementor-item {
    display: flex;
    gap: 10px;
    align-items: start;
}
.sm-sevice-menu .elementor-item  {
    border-bottom: 1px solid #ddd;
    padding: 0px 0px 10px 0px !important;
    margin-bottom: 10px;
}

/* 
======================
	sm-arrow
======================
*/
/*all mobile*/
@media (max-width: 767px){
  
     body .sm-arrow .elementor-swiper-button-prev {
        left: -15px !important;
    }
    
    body .sm-arrow .elementor-swiper-button-next {
        right: -15px !important;
    }
    body .sm-arrow .elementor-swiper-button {
        padding: 7px !important;
    }
}
 
/*ipad*/
@media (min-width: 768px) and (max-width: 1024px) {
    body .sm-arrow .elementor-swiper-button-prev {
        left: -15px !important;
    }
    
    body .sm-arrow .elementor-swiper-button-next {
        right: -15px !important;
    }
    body .sm-arrow .elementor-swiper-button {
        padding: 7px !important;
    }
}

.sm-arrow .elementor-swiper-button-prev {
    left: -40px !important;
}
.sm-arrow .elementor-swiper-button-next {
    right: -40px !important;
}
.sm-arrow .elementor-swiper-button {
    background-color: #256974;
    border-radius: 100px 100px 100px 100px;
    padding: 11px 11px 11px 11px;
}

.sm-btn-icon:hover .elementor-button-icon svg {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(25%) hue-rotate(63deg) brightness(107%) contrast(100%);
}
.sm-form-shadow textarea,
.sm-form-shadow input {
    box-shadow: 0px 4px 5px rgb(0 0 0 / 3%);
}

.sm-list li.elementor-icon-list-item {
    background: #F5F4F4;
    margin-bottom: 13px;
    padding: 10px;
}

.sm-tab-menu button {
    padding: 6px 27px !important;
    border-radius: 200px !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid #256974 !important;
}
.sm-tab-menu .e-n-tabs-heading {
    background: #fff;
    margin: 0 auto;
    padding: 6px;
    gap: 10px;
    border-radius: 100px;
}
.sm-tab-menu button:hover,
.sm-tab-menu button[aria-selected="true"] {
    background: #256974 !important;
}

.sm-con-box .elementor-icon-box-wrapper .elementor-icon-box-title {
    margin-top: -4px;
}
.sm-con-box {
    background: #ffffff;
    padding: 20px !important;
    border-radius: 12px;
}