
.service-block {
    background-color: var(--white-color);
    box-shadow: 0px 10px 15px rgba(1, 19, 60, 0.1);
}
.service-block_content {
    padding: 40px;
}
.service-block_img img {
    width: 100%;
    max-height: 230px !important;
    min-height: 230px !important;
}
.service-block_title {
    margin-top: -0.34em;
    margin-bottom: 18px;
    font-size: 23px;
    color: var(--title-color);
}
.service-block_title a {
    color: inherit;
}
.service-block_title a:hover {
    color: var(--theme-color);
}
.service-block_text {
    margin-bottom: 25px;
}


@media (max-width: 1199px) {
    .service-block_content {
        padding: 40px 25px;
    }
}
@media (max-width: 991px) {
    .service-block_content {
        padding: 40px;
    }
}
@media (max-width: 375px) {
    .service-block_content {
        padding: 40px 15px;
    }
}



.service-block:hover .service-block_img{
    background-color: #000000d1 !important;
}
.service-block:hover .service-block_img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.4;
}
.service-block_img img{
    width: 100%;
}

.service-block_img {
    overflow: hidden;
    box-shadow: 0px 10px 30px rgba(1,19,60,0.05);
}
.service-block_img img {
    width: 100%;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}
.service-block:hover .service-block_title{
    color: var(--theme-color);
}


.service-block_img img input[type="radio"]:checked ~ label {
    color: var(--theme-color);
}


.slick-slide:focus,
button:focus,
a:focus,
a:active,
.langauge a.nice-select.open,
a.nice-select.open,
.header-layout7 .langauge a.nice-select.open,
.header-layout8 .header-right .langauge a.nice-select.open,
input,
input:hover,
input:focus,
input:active,
.langauge input.nice-select.open,
input.nice-select.open,
.header-layout7 .langauge input.nice-select.open,
.header-layout8 .header-right .langauge input.nice-select.open,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
.langauge textarea.nice-select.open,
textarea.nice-select.open,
.header-layout7 .langauge textarea.nice-select.open,
.header-layout8 .header-right .langauge textarea.nice-select.open {
    outline: none;
}

.slick-slide img {
    display: inline-block;
}

.service-block a.gauto-btn{
    color:#ec3323 !important;
}


.service-block a.gauto-btn:hover{
    color:#fff !important;
}