.card-body {
    flex: 1 1 auto;
    padding: 2rem 2rem;
}
.dil ul li {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid #232f4b;
}

.dilanasayfa ul li {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid #fff;
}

    .dilanasayfa ul li a {
        color: #fff;
    }

.dil ul li a {
    color: #232f4b;
}
.address-one__single {
    position: relative;
    display: block;
    text-align: center;
    background: var(--arckytec-white);
    box-shadow: 0px 4px 63px 0px rgba(0, 0, 0, 0.10);
    padding: 40px 0px 60px;
    /* padding: 40px 30px 34px; */
    margin-bottom: 30px;
}
.address-one__icon {
    position: relative;
    display: inline-block;
}
    .address-one__icon span {
        position: relative;
        display: inline-block;
        font-size: 80px;
        color: var(--arckytec-base);
        -webkit-transition: all 500ms linear;
        transition: all 500ms linear;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }


section a {
    color: #181b1d;
}

img.light-shadow {
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.4));
}
.bg-light {
    background-color: #f8f9fa!important;
}
.pt-100 {
    padding-top: 100px;
}
.pb-80 {
    padding-bottom: 80px;
}
.mb-30 {
    margin-bottom: 30px;
}
.section-title-5 .sub-title {
    color: #777777;
    font-size: 16px;
    display: block;
    font-weight: 700;
    margin-bottom: 12px;
}
.section-title-5 .title {
    color: #181b1d;
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 15px;
}
.feature-wrap-4 {
   /* padding: 38px 30px;*/
    text-align: center;
    background: #fff;
   /* padding-bottom: 75px;*/
    position: relative;
}
.mb-50 {
    margin-bottom: 50px;
}
.feature-wrap-4 .icon {
    color: #2d48c3;
    font-size: 50px;
    margin-bottom: 20px;
}
.feature-wrap-4 .read-more {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    text-align: center;
}
.feature-wrap-4 .content h4 {
    font-size: 24px;
    font-weight: 700;
    color: #181b1d;
    margin-bottom: 20px;
}
.feature-wrap-4 .content p {
    font-size: 16px;
    color: #777777;
}
.feature-wrap-4 .read-more a {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 56px;
    border-radius: 50%;
    background: #f9f9f9;
    border: 4px solid #fff;
    color: #616162;
}
.feature-wrap-4:hover .read-more a {
    background: #664440;
    color: #fff;
    border-color: #664440;
}
.icon img {
    width:55%;
    height:auto;
    color:#9a5045;
}

@media (max-width: 480px) {
    .section-title-5 .title {
        color: #181b1d;
        font-size: 44px;
        font-weight: 700;
        line-height: 70px;
        margin-bottom: 15px;
    }


}

.partnerbosluk {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
}