.hizmet1 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.hizmet1 .cl4 {
    margin-bottom: 35px;
}
.rs-addon-services-style1 {
    position: relative;
    margin: 0px 0px 0px 0px;
    background-color: #ffffff;
    border-radius: 0px;
    box-shadow: none;
}
.rs-addon-services-style1  .services-inner{
    transition-duration: 0.3s;
    border-radius: 6px 6px 6px 6px;
    background-color: #FFFFFF;
    text-align: left;
    display: block;
    overflow: hidden;
}
.rs-addon-services-style1 .services-inner .media_wrap{
    left: 0%;
    right: unset;
    top: 0%;
    bottom: unset;
}
.rs-addon-services-style1 .services-inner .media_wrap {
    overflow: hidden
}
.rs-addon-services-style1 .services-inner .media_wrap img {
    transition: all .3s ease 0s
}

.rs-addon-services-style1 .services-inner:hover .media_wrap img {
    transform: scale(1.05)
}

.rs-addon-services-style1 .content_part{
    padding: 0px 30px 30px 40px;
    border-radius: 0px 0px 4px 4px;
    position: relative;
}
.rs-addon-services-style1 .content_part .services-title {
    margin: 22px 0px 13px 0px;

}
.rs-addon-services-style1 .content_part .desc-text {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
.rs-addon-services-style1 .content_part .services-title .title {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
}
.rs-addon-services-style1 .services-inner .content_part svg.rs_wev_shape {
    position: absolute;
    top: -60px;
    background-size: cover;
    width: auto;
    left: -2px;
    right: 0;
    height: 40px;
    z-index: 0;
}


.hizmet2 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.hizmet2 .cl4 {
    margin-bottom: 35px;
    
}
.rs-addon-services-style6 {
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)

}

.rs-addon-services-style6 .btn-part a:hover {
    border-style: solid;
    border-color: #FFFFFF45;
    color: #FFFFFF !important;
}
.rs-addon-services-style6:hover .feature-image img {
    transform: scale(1.05)
}
.rs-addon-services-style6 .services-inner{
    transition-duration:0.3s;
    padding: 30px 0px 0px 40px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    z-index: 2;

}
.rs-addon-services-style6 .feature-image {
    border-radius: 6px 6px 6px 6px;
    overflow: hidden;
    position: relative;

}
.rs-addon-services-style6 .feature-image::before{
    background-color: transparent;
    background-image: linear-gradient(-40deg, #00204A00 15%, #22508e 100%);
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}
.rs-addon-services-style6 .feature-image img{
    width: 100%;
    height: auto;
    transition: all .3s ease 0s;
    object-fit: cover;

}

.rs-addon-services-style6 .content_part{
    display: block;
}
.rs-addon-services-style6 .content_part .title{
    margin: 0px 0px 20px 0px;
    color: #FFFFFF;
}
.rs-addon-services-style6 .content_part .title a{
    transition: all .3s ease 0s !important;
}
.rs-addon-services-style6 .content_part .btn-part{
    transform: translateY(10px);
    transition: all .3s ease 0s;
    opacity: 0;
    visibility: hidden;
}
.rs-addon-services-style6 .content_part .btn-part a svg path {
    transition-duration: 0.3s;
}
.rs-addon-services-style6 .content_part .btn-part a svg {
    margin-left: 10px;
    margin-right: 0px;
    position: relative;
    transition: .5s;
    top: 0;
    overflow: hidden;
}
.rs-addon-services-style6 .content_part .btn-part a{
    padding: 7px 20px 7px 20px;
    border-radius: 44px 44px 44px 44px;
    color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF47;
    display: inline-flex !important;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}
.rs-addon-services-style6 {
    position: relative
}

.rs-addon-services-style6 .feature-image {
    overflow: hidden;
    position: relative
}

.rs-addon-services-style6 .feature-image img {
    width: 100%;
    height: auto;
    transition: all .3s ease 0s;
    object-fit: cover
}

.rs-addon-services-style6 .feature-image:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none
}

.rs-addon-services-style6 .services-inner {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    z-index: 2
}

.rs-addon-services-style6 .services-inner .btn-part {
    transform: translateY(10px);
    transition: all .3s ease 0s;
    opacity: 0;
    visibility: hidden
}

.rs-addon-services-style6:hover .feature-image img {
    transform: scale(1.05)
}

.rs-addon-services-style6:hover .services-inner .btn-part {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

@media only screen and (max-width: 767px) {
    .rs-addon-services-style1 {
        margin: 12px;
        border-radius: 12px;
    }
    .hizmet1 {
        padding-top: 24px;}
    .hizmet1 .cl4 {
        margin-bottom: 15px;
    }
    .rs-addon-services-style1 .content_part{
        padding: 0px 10px 30px 10px;
        border-radius: 0px 0px 4px 4px;
        position: relative;
    }
    .rs-addon-services .services-inner .media_wrap img {
        width: 100%;
    }
}