.search-details-wrapper {
    padding-top: 45px;
}

.search-result {
    font-size: 23px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.09;
    letter-spacing: normal;
    text-align: center;
    color: #7f7f7f;
}

    .search-result span {
        font-family: Gotham-Bold;
        color: var(--jungle-green);
    }

.search-result-list ul li {
    display: flex;
    align-items: center;
    padding: 33px 21px 28px;
    border-top: 1px solid #e1e1e1;
}

    .search-result-list ul li:last-child {
        border-bottom: 1px solid #e1e1e1;
    }

.go-result-detail {
    margin-left: auto;
}

    .go-result-detail span a i {
        font-family: FontAwesome;
        font-size: 33px;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #c9c9c9;
    }

    .go-result-detail span a:hover {
        text-decoration: none !important;
    }

.result-details h2 {
    font-size: 33px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #61a953;
}

.result-details p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #222a33;
    margin-top: 20px;
}

.search-result-list {
    margin-top: 36px;
}

.pagination-select {
    font-size: 19px;
    color: #3d3d3d;
    width: auto;
    height: 44px;
    min-width: 85px;
    padding: 0;
    padding-left: 18px;
    background-position: right 11px center;
}

.search-detail-pagination {
    display: flex;
    margin-top: 34px;
    justify-content: center;
}

.custom-select-tkmb {
    appearance: none;
    padding: 18px;
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #3d3d3d;
    background-color: #fff;
    border: 2px solid #e9eaeb;
    max-height: 60px;
    height: 100%;
    -webkit-appearance: none;
    background: url(../logolar/chevron-down-solid.svg);
    background-position: right 18px center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    transition: all 400ms;
}

    .custom-select-tkmb:focus {
        border-color: #61a953;
    }

select:focus {
    outline: 0px !important;
}



.news-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    right: 0;
    top: 10px;
    bottom: -10px;
    background: #5da655;
    border-radius: 10px;
    z-index: 0;
}

.news-wrapper {
    margin-bottom: 50px;
    position: relative;
    margin-right: 20px;
}

    .news-wrapper .news-image {
        z-index: 2;
        padding-right: 10px;
        position: relative;
    }

        .news-wrapper .news-image img {
            width: 100%;
            border-radius: 10px;
            display: block;
        }

    .news-wrapper .news-slide-socials {
        z-index: 2;
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 10px 20px 10px 10px;
        border-top-left-radius: 10px;
        background: #5da655;
    }

        .news-wrapper .news-slide-socials ul {
            padding: 0;
            margin: 0;
        }

            .news-wrapper .news-slide-socials ul li {
                margin: 0 2px;
            }

                .news-wrapper .news-slide-socials ul li a {
                    color: #fff;
                    display: block;
                    padding: 5px 12px;
                    border-radius: 7px;
                    background: #4a8444;
                    transition: all .3s;
                }

                    .news-wrapper .news-slide-socials ul li a:hover {
                        background: #fff;
                        color: #000;
                    }


@media (max-width: 991px) {
    .news-wrapper .news-slide-socials {
        position: static;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    .news-wrapper:before {
        content: none;
    }

    .news-wrapper {
        margin-right: 0 !important;
    }

        .news-wrapper .news-image {
            padding-right: 0;
        }
}

.news-box:hover {
    transform: scale(1.05);
}

.news-box {
    transition: all 400ms;
    margin-bottom: 15px;
}

.news-wrapper .announcement-slide-socials {
    z-index: 2;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 20px 10px 10px;
    border-top-left-radius: 10px;
}

    .news-wrapper .announcement-slide-socials ul {
        padding: 0;
        margin: 0;
    }

        .news-wrapper .announcement-slide-socials ul li {
            margin: 0 2px;
        }

            .news-wrapper .announcement-slide-socials ul li a {
                color: #fff;
                display: block;
                padding: 5px 12px;
                border-radius: 7px;
                background: #4a8444;
                transition: all .3s;
            }

                .news-wrapper .announcement-slide-socials ul li a:hover {
                    background: #0c5287;
                    color: #fff;
                }

@media (max-width: 991px) {


    .news-wrapper .announcement-slide-socials {
        z-index: 2;
        position: relative;
        bottom: 0;
        right: 0;
        padding: 10px 20px 10px 10px;
        border-top-left-radius: 10px;
        display: flex;
        justify-content: center;
        margin-bottom: -20px;
        margin-top: -20px;
        background: #5da655
    }

        .news-wrapper .announcement-slide-socials ul li a:hover {
            background: #fff;
            color: #000;
        }

    .right-menu {
        display: block;
    }
}

.company-logo {
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 1px 32px rgba(20, 19, 17, 0.13);
    width: 230px;
    padding: 20px;
    transition: all 400ms;
    cursor: pointer;
}

    .company-logo:hover {
        transform: scale(1.05);
    }

    .company-logo img {
        margin-bottom: 20px !important;
    }

.logo-wrapper ul {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 19px;
}

    .logo-wrapper ul li {
        padding-right: 10px;
        padding-left: 10px;
    }


        .logo-wrapper ul li a {
            font-size: 16px;
            line-height: 15px;
            text-align: center;
            text-decoration: none;
            padding: 12px;
        }

@media (max-width: 991px) {


    .company-logo {
        margin: 0 auto;
    }

    .head-logo {
        text-align: center;
    }

    .logo-wrapper ul {
        justify-content: center;
    }

    .main-header-body > ul > li > a {
        font-size: 19px;
    }

    .main-header a.responsive-menu-button {
        width: unset;
        height: unset;
    }

    .main-header-body > ul:not(.main-navbar) li:not(:last-child):after {
        height: 21px;
        background: #b7b5b5;
    }

    .send-btn {
        margin-right: auto;
    }
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.search-message {
    font-size: 28px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #680606;
    margin-bottom: 10px;
    display: none;
    padding-left: 80px;
}

.other-card {
    margin-top: 10px;
}

.aciklama p {
    padding-right: 15px;
}

.form-error-message {
    font-size: 28px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #680606;
    margin-bottom: 10px;
    display: none;
}

.input-validation-error {
    border: 2px solid #680606;
}

.submit-captcha {
    display: flex;
}

.send-btn {
    margin-left: auto;
    padding-right: 10px;
    transition: all 400ms;
}

.mobile-header {
    font-size: 49px !important;
    padding-right: 50px;
}

#contact-form-button:hover {
    color: #5da655;
    background: #fff;
    transition: all 400ms;
    border: 1px solid #5da655;
}

@media (max-width:991px) {
    .mobile-header {
        font-size: 40px !important;
        padding-right: 0px !important;
        padding-left: 20px;
    }
	.sayfayokimg{width:90%}
}

.box-happy {
    min-height: 200px;
}

.custom-body {
    width: 90%;
    height: 20%;
}

.group-companies a {
    display: block;
    position: relative;
}

.group-companies .logo-company {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.group-companies .overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #004c7d;
    opacity: 0.5;
    border-radius: 15px;
}

.group-companies a:hover .overlay {
    display: none;
}

.companies-box {
    transition: all 400ms;
}

    .companies-box:hover {
        transform: scale(1.05);
    }

.custom-font {
    font-size: 22px;
}

.comment-card {
    text-align: left;
    margin-left: -7px;
}

.president-box {
    display: flex;
    position: relative;
    justify-content: center;
}

@media (max-width:768px) {
    .mobile-company {
        width: 250px;
    }

    .mobile-box {
        display: flex;
        justify-content: center !important;
    }
}

#cookie-policy {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 30px;
    background: #7fbd48;
    display: none;
    z-index: 10;
    width: 100%;
}

.cookie-text {
    color: #ffffff;
    font-size: 15px;
    margin-bottom: 0 !important;
    margin-block-end: 0 !important;
}

.cookie-policy-accept {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .cookie-policy-accept a {
        color: #fff;
        text-decoration: underline;
    }

.cookie-accept {
    border-radius: 10px;
    margin: 0 0 0 25px;
    color: #ffffff;
    background: #7fbd48;
    border: 1px solid #fff;
    padding: 12px 12px;
    transition: all 400ms;
}

    .cookie-accept:hover {
        border: 1px solid;
        background: white;
        color: #178a38;
    }

#back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    font-family: Font-Awesome;
    right: 30px;
    z-index: 99;
    font-size: 25px;
	font-weight:bold;
    border: none;
    outline: none;
    background-color: #d00000;
    color: white;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 30px;
    margin-right: 10px;
    margin-bottom: 30px;
    transition: all 400ms;
    border: 1px solid #d00000;
}

    #back-to-top:hover {
        color: #d00000;
        background: #fff;
        transition: all 400ms;
        border: 1px solid #d00000;
    }

.yk-box {
    transition: all 400ms;
    cursor: pointer;
}

    .yk-box:hover {
        transform: scale(1.05);
    }

.person-box {
    transition: all 400ms;
    cursor: pointer;
}

    .person-box:hover {
        transform: scale(1.05);
    }

.map-infobox {
    border: 1px solid;
    border-radius: 10px;
    padding: 20px;
    margin: auto;
    border-color: #7f7f7f40;
}

path {
    cursor: pointer;
}

    path:hover {
        fill: #5da655 !important;
        transition: all 400ms;
    }


.select-il {
    display: none;
}


.mobile-img {
    display: none !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media (max-width:991px) {
    .select-il {
        display: block;
    }

        .select-il span {
            color: #8dc644;
        }

        .select-il h6 {
            font-size: 14px !important;
        }

    .map-icon {
        display: none !important;
    }

    .mobile-dpn {
        display: none !important;
    }

    .mobile-img {
        display: block !important;
    }

    .desktop-img {
        display: none !important;
    }

    .mobile-p {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.announcement-box {
    min-height: 150px;
}

@media (min-width:1200px) and (max-width:1800px) {
    .slider-ml {
        margin-left: 56%;
    }
}

.section-hght {
    height: 500px;
}


.product-list-1 {
    position: absolute;
    top: 110%;
    left: 25px;
}

.product-list-2 {
    position: absolute;
    top: 100%;
    left: 25px;
}

@media (max-width:991px) {
    .section-hght {
        height: unset;
    }

    .product-list-1 {
        position: unset !important;
        top: unset !important;
        left: unset !important;
    }

    .product-list-2 {
        position: unset !important;
        top: unset !important;
        left: unset !important;
    }

    .svg-turkiye-haritasi + div {
        display: block !important;
    }
}

footer .logo {
    padding: 15px 10px !important;
    width: unset;
	margin-top:3px;
}

footer h5 {
    color: #1c4360 !important;
}

footer ul li a {
    font-size: 14px;
}

.contact-list p {
    font-size: 14px !important;
    font-weight: 400;
}

.main-header-body > ul > li > a {
    color: #1c4360;
}

.slct-dwn {
    position: absolute;
    left: 90%;
    top: 35%;
}

.custom-pos {
    position: relative;
}

.img-radius {
    border-radius: 15px;
}

.data-list-4-body {
    height: 150px;
}

.data-list-4 figure img {
    height: 207px;
}

.news-gallery figure img {
    width: 230px !important;
    height: 180px;
    object-fit: cover;
}

@media (max-width:991px) {
    .news-gallery figure img {
        margin-left: 30px;
    }
}

.data-list-7 > div {
    min-height: 65px !important;
}

    .data-list-7 > div figure img {
        width: 64px;
        height: 58px;
    }

    .data-list-7 > div figure {
        border-radius: unset;
    }

.counter-txt {
    display: flex;
    position: relative;
    justify-content: flex-end;
    margin-top: -31px;
    padding-left: -52px;
    left: -67px;
    top: -11px;
    font-size: 21px;
    color: #fff;
    /* margin-right: 18px; */
    font-family: 'TT Norms Pro Medium';
}

.counter-text {
    font-family: 'TT Norms Pro Medium';
    font-size: 20px;
    color: #fff;
}

.mbottom {
    margin-bottom: 48px !important;
}

ul.slick-dots li {
    margin-top: 3px;
}

.mobile-catoluge {
    display: none !important;
}

@media (max-width:768px) {
    .homepage-slide {
        height: 500px !important;
    }

    ul.slick-dots li {
        margin-top: unset;
    }

    .hero .hero-slide .hero-slide-cover h2 {
        font-size: 40px;
    }

    .my-mobile-recaptcha {
        justify-content: center;
    }

    .mobile-catoluge {
        display: block !important;
    }
}

.data-list-8 {
    height: 390px;
}

.data-list-9 {
    height: 75px;
}

.company-img {
    margin-right: auto;
    margin-left: auto;
}

.aciklama {
    height: 350px !important;
}

.data-list-12 figure img {
    height: 390px;
}

.content-page-header figure img {
    height: 370px;
}

.cstm-mt {
    margin-top: -110px;
}

.tesis-gallery figure img {
    width: 300px !important;
    height: 180px;
    object-fit: cover;
    margin-bottom: 30px;
    border-radius:10px;
}

@media (max-width:768px) {
    .aciklama {
        height: unset !important;
    }

    .content-page-header figure img {
        height: unset;
    }

    .cstm-mt {
        margin-top: -70px;
    }

    .mbl-prdct-img img {
        width: 100%;
    }
    .tesis-gallery figure img {
        margin-left:15px;
    }
    .number-badge{
        margin-right:unset !important;
    }
    .tesis-mobil{
        text-align:center;
    }
}

.cstm-fs {
    font-size: 14px;
}

.data-list-8 figure img {
    height: 100px;
}
