.elementor-1638 .elementor-element.elementor-element-be1253c{--display:flex;--min-height:100vh;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:-125px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--z-index:10000;}.elementor-1638 .elementor-element.elementor-element-be1253c:not(.elementor-motion-effects-element-type-background), .elementor-1638 .elementor-element.elementor-element-be1253c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-widget-image .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-image .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1638 .elementor-element.elementor-element-3c35be8 img{width:100%;}.elementor-1638 .elementor-element.elementor-element-57e6caa{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}:root{--page-title-display:none;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(min-width:768px){.elementor-1638 .elementor-element.elementor-element-be1253c{--content-width:100%;}.elementor-1638 .elementor-element.elementor-element-57e6caa{--content-width:100%;}}@media(max-width:1024px){.elementor-1638 .elementor-element.elementor-element-57e6caa{--margin-top:104px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1638 .elementor-element.elementor-element-6f54ae8 > .elementor-widget-container{padding:20px 0px 0px 0px;}}@media(max-width:767px){.elementor-1638 .elementor-element.elementor-element-57e6caa{--margin-top:104px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for image, class: .elementor-element-3c35be8 */.img-loader{
    animation: logo 2.5s ease-in-out infinite;
}

@keyframes logo {
    50%{
        scale:1.3;
    }
    100%{
        scale:1;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-be1253c */#loader{
    position: fixed;
    background-size: 20%;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6f54ae8 */*{
    padding: 0;
    border: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: vazir;
}
.all-services-div{
    width: 100%;
    padding-top: 20px;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #D2D2D2;
}
.all-services-div>ul{
    
    list-style-type: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap:40px;
    background-color: #D2D2D2;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 115px;

}
.all-services-div>ul>a>li{
    width: 380px;
    /*max-width: 80%;*/
    /*height: 350px;*/
    background-color: white;
    display: flex;
    align-self: center;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
    align-items: center;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.31);

}

.all-services-div>ul>a>li:hover{
    /*border-radius: 0px;*/
    /*box-shadow: -6px 6px 5px rgba(0, 0, 0, 0.31);*/
    /*scale: 1.01;*/
    cursor: auto;
}



.all-services-div>ul>a>li>img{
    width: 100%;
    height: 233px;
    object-fit: contain !important;
    border-radius: 0.5rem;
    object-fit: cover;
    padding: 7px;
    background-color: rgba(167, 167, 167, 0);
}

.all-services-div>ul>a{
    padding-left: 0px !important;
    margin-left: 20px !important;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}


.all-services-div>ul>a>li>h4{
    color: #4AD0FE;
    font-size: 26px
}



.all-services-div>ul>a>li>button{
    border: solid 1px #FF7A00; 
    font-size: 16px;
    background-color: #FF7A00 !important;
    color: white;
    border-radius: 15px;
}

.all-services-div>ul>a>li>button:hover{
    background-color: #D35D00 !important;
}
.searchBox{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px
    
}
.search {
    outline: none;
    border: none;
    outline: none;
}/* End custom CSS */