.pad-l-0 {
    padding-left: 0;
}

.pad-r-0 {
    padding-right: 0;
}

footer {
    /*  margin-top:100px;*/
}

/*#region ------------ İşbirligi Resim - Cover image - İşbirligi Bilgileri --------------------*/

.cooperation-cover-image > img {
    height: 250px;
    width: 100%;
}

.cooperation-info-area {
    background-color: #fff;
    min-height: 160px;
    border: solid 1px #dfe5ee;
}

.cooperation-logo-area {
    margin-top: -75px;
}

.cooperation-company-img {
    width: 170px;
    box-shadow: 0px 0px 9px -7px #000;
    height: 170px;
    border: solid 5px #dfe5ee;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
}

    .cooperation-company-img > img {
        width: 110px;
        height: 110px;
        object-fit: contain;
    }


.cooperation-info {
    padding: 32px 0px 20px 20px;
}


    .cooperation-info > h1 {
        color: #00245d;
        font-weight: bold;
        font-size: 23px;
        display: block;
    }

        .cooperation-info > h1 > i {
            color: #fff;
            background-color: #0fbdff;
            width: 21px;
            height: 21px;
            margin-left: 15px;
            font-size: 11px;
            vertical-align: middle;
            line-height: 2;
            text-align: center;
            position: relative;
        }

            .cooperation-info > h1 > i:after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                Z-INDEX: 0;
                width: 21px;
                background-color: #0fbdff;
                height: 21px;
                transform: rotate(45deg);
            }

            .cooperation-info > h1 > i:before {
                Z-INDEX: 3;
                POSITION: RELATIVE
            }

    .cooperation-info > span {
        font-size: 13px;
        color: #606773;
        display: block;
        margin-bottom: 10px;
    }



    .cooperation-info > a > i {
        margin-right: 5px;
    }

    .cooperation-info > a {
        color: #34c5f3;
        display: inline-block;
        cursor: pointer;
        text-decoration: none;
    }

        .cooperation-info > a > span {
            margin: 0px 3px;
            display: inline-block;
        }


    .cooperation-info > abbr > a {
        padding: 10px 15px;
        display: inline-block;
        margin-right: 10px;
        font-size: 13px;
        color: #34c5f3;
        border: 1px solid #dfe5ee;
    }

        .cooperation-info > abbr > a > i {
            margin-right: 5px;
        }

/*#endregion ------------ İşbirligi Resim - Cover image - İşbirligi Bilgileri --------------------*/

/*#region ------------------------ Left Menu ------------------------------- */
.cooperation-left-menu > ul > li ul.sub-menu a {
    display: none;
}

.cooperation-main-area {
    margin-top: 20px;
}

.cooperation-left-menu {
    background-color: #fff;
    padding: 20px 0px 20px 0px;
    border: solid 1px #dfe5ee;
    height: fit-content;
}

    .cooperation-left-menu > a {
        color: #8d939d;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
        display: block;
        pointer-events: none;
        padding-left: 20px;
    }

        .cooperation-left-menu > a > span {
            display: none;
        }

    .cooperation-left-menu > ul {
        padding-left: 20px;
        list-style: none;
        margin: 0;
    }

        .cooperation-left-menu > ul > li {
            display: block;
            margin: 10px 0px;
            position: relative;
        }

            .cooperation-left-menu > ul > li > a {
                font-size: 14px;
                color: #33363d;
                display: block;
                font-weight: 400;
                text-decoration: none;
                transition: color .5s;
                position: relative;
                padding: 5px 0px;
                cursor: pointer !important;
            }

                .cooperation-left-menu > ul > li > a > i {
                    right: 14px;
                    top: 9px;
                    color: #a398a0;
                    float: right;
                    padding: 4px 18px;
                }

                .cooperation-left-menu > ul > li > a:hover {
                    color: #34c5f3;
                }

            .cooperation-left-menu > ul > li:hover > ul.sub-menu {
                display: block;
            }

            .cooperation-left-menu > ul > li > a:hover:before {
                left: -20px;
                width: 5px;
            }

            .cooperation-left-menu > ul > li > a:before {
                content: "";
                position: absolute;
                background-color: #34c5f3;
                left: -20px;
                top: -3px;
                width: 0px;
                height: 40px;
                transition: left .5s,width .1s;
            }



            .cooperation-left-menu > ul > li ul.sub-menu {
                position: absolute;
                background-color: #fff;
                right: -86%;
                top: -10px;
                width: 86%;
                list-style: none;
                padding: 10px 15px;
                z-index: 33;
                border: 1px solid #dfe5ee;
                display: none;
                transition: right .5s;
            }

                .cooperation-left-menu > ul > li ul.sub-menu li {
                    display: block;
                    margin: 10px 0px;
                    position: relative;
                }

                    .cooperation-left-menu > ul > li ul.sub-menu li i {
                        position: absolute;
                        right: 14px;
                        top: 9px;
                        color: #a398a0;
                    }

                    .cooperation-left-menu > ul > li ul.sub-menu li a {
                        font-size: 13px;
                        color: #5e5e5e;
                        display: block;
                        font-weight: 400;
                        text-decoration: none;
                        transition: color .5s;
                        position: relative;
                        padding: 5px 0px;
                        cursor: pointer !important;
                    }

                    .cooperation-left-menu > ul > li ul.sub-menu li:hover > ul.sub-menu {
                        display: block;
                    }

                    .cooperation-left-menu > ul > li ul.sub-menu li a:hover {
                        color: #34c5f3;
                    }

                        .cooperation-left-menu > ul > li ul.sub-menu li a:hover:before {
                            left: -15px;
                            width: 5px;
                        }

                    .cooperation-left-menu > ul > li ul.sub-menu li a:before {
                        content: "";
                        position: absolute;
                        background-color: #34c5f3;
                        left: -15px;
                        top: -3px;
                        width: 0px;
                        height: 40px;
                        transition: left .5s,width .1s;
                    }


/*#endregion --------------------- Left Menu ------------------------------- */

/*#region  ------------------------ Cooperation Index --> About ---------------*/

.cooperation-index-about {
    padding: 20px 20px 20px 20px;
    border: solid 1px #dfe5ee;
    background-color: #fff;
}

    .cooperation-index-about > strong {
        font-size: 16px;
        color: #00245d;
        display: block;
        margin-bottom: 12px;
    }

.about-info-area {
    color: #33363d;
    font-size: 14px;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    min-height: auto;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    max-height: 100%;
}

    .about-info-area > p.MsoNormal:not(:nth-of-type(-n + 2)) {
        display: none;
    }



.companyProfileTextOverflow {
    height: auto !important;
    overflow: initial !important;
}

.aboutus-read-more-area {
    width: 100%;
    padding: 17px;
    background-color: #fff;
    display: block;
    text-align: center;
    border-left: solid 1px #dfe5ee;
    border-right: solid 1px #dfe5ee;
    border-bottom: solid 1px #dfe5ee;
}

    .aboutus-read-more-area > a {
        color: #34c5f3;
        font-size: 12px;
        font-weight: bold;
        cursor: pointer !important;
    }

/*#endregion  ------------------------ Cooperation Index  -->  About --------------*/

/*#region  ------------------------ Cooperation Index --> Company ---------------*/

.cooperation-index-company-area {
    background-color: #fff;
    border: solid 1px #dfe5ee;
    margin-top: 20px;
    padding: 0;
}

.cooperation-index-company {
    padding: 30px 20px 30px 20px;
}

    .cooperation-index-company > strong {
        font-size: 16px;
        color: #00245d;
        display: block;
        margin-bottom: 20px;
        display: block;
        width: 100%;
    }

.cooperation-index-company-list-araa {
    padding: 0px 10px;
}

.cooperation-index-company-list {
    min-height: 290px;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.08);
    border: solid 1px #dfe5ee;
}


    .cooperation-index-company-list .cooperation-index-company-img {
        width: 105px;
        height: 105px;
        border: solid 1px #dfe5ee;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        border-radius: 50%;
        margin: 15px auto;
    }

        .cooperation-index-company-list .cooperation-index-company-img > img {
            width: 70px;
            height: 70px;
            object-fit: contain;
        }


    .cooperation-index-company-list .cooperation-index-company-name > span {
        color: #00245d;
        font-size: 14px;
        height: 50px;
        overflow: hidden;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        display: block;
        padding: 5px 10px;
        margin-bottom: 20px;
        cursor: pointer !important;
    }

    .cooperation-index-company-list .cooperation-index-company-keyword {
        border-top: solid 1px #dfe5ee;
    }

        .cooperation-index-company-list .cooperation-index-company-keyword > ul {
            margin: 15px 0px;
            padding: 0px;
            list-style: none;
            text-align: center;
        }

            .cooperation-index-company-list .cooperation-index-company-keyword > ul > li {
                display: inline-block;
                margin: 5px 3px;
            }

                .cooperation-index-company-list .cooperation-index-company-keyword > ul > li > a {
                    padding: 6px 11px;
                    background-color: #dfe5ee;
                    color: #354052;
                    cursor: pointer !important;
                    font-size: 12px;
                    border-radius: 50px;
                    text-decoration: none;
                    transition: color .5s, background-color .5s;
                }

                    .cooperation-index-company-list .cooperation-index-company-keyword > ul > li > a:hover {
                        color: #fff;
                        background-color: #0fbdff;
                    }

.all-company-area {
    width: 100%;
    padding: 17px;
    background-color: #fff;
    display: block;
    text-align: center;
    border-top: solid 1px #dfe5ee;
}

    .all-company-area > a {
        color: #34c5f3;
        font-size: 12px;
        cursor: pointer !important;
        font-weight: bold;
    }

/*#endregion  ------------------------ Cooperation Index  -->  Company --------------*/

/*#region  ------------------------ Cooperation Index --> News ---------------*/


.cooperation-index-news {
    padding: 0;
}

    .cooperation-index-news > strong {
        font-size: 16px;
        color: #00245d;
        display: block;
        margin: 25px 0px 15px 1px;
    }



.cooperation-index-news-item {
    background-color: #fff;
    border: 1px solid #dfe5ee;
    padding: 0;
    margin-bottom: 10px;
}

.index-news-item-header {
    padding: 17px 20px;
    min-height: 90px;
    border-bottom: solid 1px #dfe5ee;
}

.news-item-img {
    width: 55px;
    height: 55px;
    border: solid 1px #dfe5ee;
    text-align: center;
    display: inline-block;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
}

    .news-item-img > img {
        width: 35px;
        height: 55px;
        object-fit: contain;
    }

.news-item-info {
    padding: 6px 0px;
}

    .news-item-info > strong {
        display: block;
        font-size: 14px;
        color: #00245d;
    }

    .news-item-info > span {
        font-size: 12px;
        color: #606773;
    }




.index-news-item-main {
    padding: 20px;
}

    .index-news-item-main .index-news-item-title > strong {
        font-size: 14px;
        color: #00245d;
        margin-bottom: 12px;
        display: block;
    }

    .index-news-item-main .index-news-item-content > span {
        font-size: 14px;
        color: #33363d;
        margin-bottom: 20px;
        display: block;
    }

    .index-news-item-main .index-news-item-banner-image > img {
        width: 100%;
    }

.index-news-item-footer {
    padding: 16px 20px;
    text-align: right;
    margin-bottom: 5px;
}

    .index-news-item-footer > a {
        color: #fff;
        padding: 11px 20px;
        font-size: 12px;
        background-color: #ff0006;
        text-decoration: none;
        cursor: pointer;
    }









/*#endregion  ------------------------ Cooperation Index  -->  News --------------*/

/*#region  ------------------------ Cooperation --> AboutUs Page ---------------*/


.cooperation-about-area {
    min-height: 310px;
    background-color: #fff;
    padding: 20px;
    border: solid 1px #dfe5ee;
    margin-bottom: 20px;
}

    .cooperation-about-area > strong {
        font-size: 16px;
        color: #00245d;
        display: block;
        margin-bottom: 12px;
    }

    .cooperation-about-area > p {
        color: #33363d;
        font-size: 14px;
        line-height: 20px;
    }








/*#endregion ----------------------- Cooperation --> AboutUs Page ---------------*/

/*#region  ------------------------ Cooperation --> Contact Page ---------------*/


.cooperation-contact-info-area {
    min-height: 310px;
    background-color: #fff;
    padding: 20px;
    border: solid 1px #dfe5ee;
}

    .cooperation-contact-info-area > strong {
        font-size: 16px;
        color: #00245d;
        display: block;
        margin-bottom: 12px;
    }

.contact-topics {
    margin: 20px -6px;
    display: flex;
}

    .contact-topics > section {
        display: inline-block;
        margin-right: 5px;
    }

    .contact-topics > strong {
        color: #00245d;
        font-size: 14px;
        font-weight: bold;
        display: inline-block;
        width: 22%;
    }

    .contact-topics > span {
        font-size: 14px;
        color: #33363d;
    }



    .contact-topics > a {
        font-size: 14px;
        color: #34c5f3;
        text-decoration: none;
        cursor: pointer;
    }

.contact-member-firms > a > span {
    margin-right: 5px;
}


.cooperation-location-area {
    margin-top: 15px;
    padding: 0px;
}

    .cooperation-location-area .location-title {
        border: solid 1px #dfe5ee;
        background-color: #fff;
    }

        .cooperation-location-area .location-title > span {
            font-size: 16px;
            font-weight: 900;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #00245d;
            height: 60px;
            display: flex;
            align-items: center;
            margin-left: 20px;
        }




.cooperation-contaxt-information {
    background-color: #fff;
    border: 1px solid #dfe5ee;
    margin-top: 20px;
    padding: 30px 20px;
}



.cooperation-institutional-contact-form > h3 {
    font-size: 16px;
    color: #00245d;
    display: block;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

.cooperation-institutional-contact-form .form-group > label {
    font-size: 14px;
    color: #00245d;
    font-weight: bold;
    margin-bottom: 7px;
    display: block;
    width: 100%;
}

    .cooperation-institutional-contact-form .form-group > label > span {
        color: #34c5f3;
        font-weight: 700;
        font-size: 17px;
        margin: 0 2px;
        display: inline-block;
    }

.cooperation-institutional-contact-form .form-group > input {
    height: 50px;
    border-radius: 0px;
}


.cooperation-institutional-send-message {
    display: block;
    width: 100%;
    text-align: right;
}

    .cooperation-institutional-send-message > button {
        font-size: 14px;
        background-color: #0fbdff;
    }



.contact-web-site > abbr > a {
    color: #33363d;
}





/*#endregion ----------------------- Cooperation --> Contact Page ---------------*/

/*#region  ------------------------ Cooperation --> Company Page ---------------*/


.cooperation-company-area {
    background-color: #fff;
    border: solid 1px #dfe5ee;
    padding: 0;
}

.cooperation-company {
    padding: 20px 10px 30px 10px;
}

    .cooperation-company > strong {
        font-size: 16px;
        color: #00245d;
        display: block;
        margin-bottom: 20px;
        display: block;
        width: 100%;
        padding-left: 15px;
    }


.cooperation-company-list-araa {
    padding: 0px 10px;
    padding-bottom: 20px;
}

.cooperation-company-list {
    min-height: 290px;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.08);
    border: solid 1px #dfe5ee;
}


    .cooperation-company-list .cooperation-company-img {
        width: 105px;
        height: 105px;
        border: solid 1px #dfe5ee;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        border-radius: 50%;
        margin: 15px auto;
    }

        .cooperation-company-list .cooperation-company-img > img {
            width: 70px;
            height: 70px;
            object-fit: contain;
        }


    .cooperation-company-list .cooperation-company-name > span {
        color: #00245d;
        font-size: 14px;
        height: 70px;
        font-weight: bold;
        text-align: center;
        display: block;
        cursor: pointer;
        padding: 5px 10px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-bottom: 20px;
        width: 298px;
        display: -webkit-box;
        overflow: hidden;
    }

    .cooperation-company-list .cooperation-company-keyword {
        border-top: solid 1px #dfe5ee;
    }

        .cooperation-company-list .cooperation-company-keyword > ul {
            margin: 15px 0px;
            padding: 0px;
            list-style: none;
            text-align: center;
        }

            .cooperation-company-list .cooperation-company-keyword > ul > li {
                display: inline-block;
                margin: 5px 3px;
            }

                .cooperation-company-list .cooperation-company-keyword > ul > li > a {
                    padding: 6px 11px;
                    background-color: #dfe5ee;
                    color: #354052;
                    font-size: 12px;
                    cursor: pointer;
                    border-radius: 50px;
                    text-decoration: none;
                    transition: color .5s, background-color .5s;
                }

                    .cooperation-company-list .cooperation-company-keyword > ul > li > a:hover {
                        color: #fff;
                        background-color: #34c5f3;
                    }







/*#endregion ----------------------- Cooperation --> Company Page ---------------*/

/*#region  ------------------------ Cooperation --> Announcements Page ---------------*/

.news-page-area {
    background-color: #fff;
    border: 1px solid #dfe5ee;
}

.news-page-header-area {
    border-bottom: 1px solid #dfe5ee;
    min-height: 90px;
    padding: 20px !important;
}

.news-pag-item-info {
    padding: 5px 25px;
}

    .news-pag-item-info > strong {
        display: block;
        font-size: 14px;
        color: #00245d;
    }

    .news-pag-item-info > span {
        font-size: 12px;
        color: #485369;
    }

        .news-pag-item-info > span > i {
            color: #c1ccd3;
            font-weight: bold;
            margin-right: 8px;
        }

.news-page-header-right {
    text-align: right;
}

    .news-page-header-right > span {
        font-size: 12px;
        color: #485369;
        font-weight: bold;
    }


    .news-page-header-right > ul {
        display: inline-block;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .news-page-header-right > ul > li {
            display: inline-block;
            margin: 11px 3px;
        }

            .news-page-header-right > ul > li > a {
                background-color: #dfe5ee;
                border-radius: 50px;
                width: 32px;
                height: 32px;
                display: inline-block;
                text-align: center;
                line-height: 2.4;
                transition: background-color .5s;
            }

                .news-page-header-right > ul > li > a > i {
                    font-size: 15px;
                    color: #4c4c4c;
                    transition: color .5s;
                }

                .news-page-header-right > ul > li > a:hover {
                    background-color: #4c4c4c;
                }

                    .news-page-header-right > ul > li > a:hover > i {
                        color: #dfe5ee;
                    }



.news-page-main-area .index-news-item-title > h1 {
    padding: 30px 20px;
    font-size: 23.5px;
    font-weight: bold;
    color: #00245d;
    margin: 0;
}

.news-page-main-area .index-news-item-banner-image > img {
    width: 100%;
}

.news-page-main-area > section {
    padding: 30px 40px;
    font-size: 14px;
}










/*#endregion ----------------------- Cooperation --> Announcements Page ---------------*/

/*#region  ------------------------ Cooperation --> Partners Page ---------------*/

.partners-page-header-area {
    background-color: #fff;
    min-height: 150px;
    border: solid 1px #dfe5ee;
    padding: 32px 0px 31px 0px;
}

.partners-page-header-left > h2 {
    font-size: 18px;
    color: #0c286a;
    font-weight: bold;
    display: block;
    margin-bottom: 9px;
    min-height: 21px;
}

.partners-page-header-left > strong {
    font-size: 14px;
    color: #0c286a;
    display: block;
    min-height: 21px;
    margin-bottom: 13px;
}

.partners-page-header-left > small {
    font-size: 12px;
    color: #606773;
    min-height: 14px;
}

.partners-page-header-right {
    text-align: right;
    margin: 16px 0px;
}

    .partners-page-header-right > a {
        font-size: 14px;
        font-weight: 900;
        display: inline-block;
        padding: 15px 20px;
        background-color: #50b04d;
        color: #fff;
        text-decoration: none;
        transition: background-color .5s;
    }

        .partners-page-header-right > a:hover {
            background-color: #00245d;
        }

        .partners-page-header-right > a > img {
            vertical-align: top;
            margin-right: 5px;
        }




.partners-page-main-area {
    background-color: #fff;
    border: 1px solid #dfe5ee;
    margin-top: 20px !important;
    padding: 10px 10px;
    margin: 0;
}

.partners-list-item {
    padding: 10px;
}

.partners-list-info {
    padding: 30px 0px;
    height: 160px;
    border: 1px solid #dfe5ee;
    text-decoration: none !important;
    transition: box-shadow .5s;
    position:relative;
}

    .partners-list-info:hover {
        box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.08);
    }


    .partners-list-info .partners-img {
        width: 100px;
        height: 99px;
        border: solid 1px #dfe5ee;
        display: inline-block;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        padding: 15px 15px;
        border-radius: 50%;
    }

        .partners-list-info .partners-img > img {
            width: 68px;
            height: 68px;
            object-fit: contain;
        }

.partners-list-cooperation-info {
    margin: 24px 0px;
}

    .partners-list-cooperation-info > strong {
        color: #00245d;
        margin-bottom: 8px;
        font-size: 14px;
        display: block;
    }

    .partners-list-cooperation-info > abbr {
        color: #34c5f3;
        font-weight: 600;
        display: block;
        font-size: 13px;
    }

        .partners-list-cooperation-info > abbr > span {
            margin: 0px 7px;
        }







/*#endregion ----------------------- Cooperation --> Partners Page ---------------*/

/*#region  ------------------------ Cooperation --> Partners Page ---------------*/

.dynamic-page-information-area {
    background-color: #fff;
    border: solid 1px #dfe5ee;
    padding: 0;
}

    .dynamic-page-information-area .dynamic-page-information {
        padding: 20px 20px 30px 20px
    }

        .dynamic-page-information-area .dynamic-page-information > h1 {
            font-size: 17px;
            color: #00245d;
            display: block;
            font-weight: bold;
            width: 100%;
            text-transform: capitalize;
            margin-bottom: 20px;
        }

        .dynamic-page-information-area .dynamic-page-information .dynamic-page-information-info {
            font-size: 14px;
            text-align: justify;
        }

/*#endregion ----------------------- Cooperation --> Partners Page ---------------*/

/*#region ----------------------- Cooperation Tüm Medya Boyutları --------------------*/

@media (min-width: 992px) and (max-width: 1200px) {
    .pad-l-0 {
        padding: 0px !important;
    }

    .pad-r-0 {
        padding: 0px !important;
    }

    .news-item-img-area {
        text-align: center;
    }

    .news-pag-item-info {
        padding: 5px 0px;
    }

    /*#region  ------------------------ Cooperation --> Partners Page ---------------*/

    .partners-list-cooperation-img {
        padding: 0px 6px;
    }

    /*#endregion  ------------------------ Cooperation --> Partners Page ---------------*/
}

@media (min-width: 768px) and (max-width: 991px) {
    .pad-l-0 {
        padding: 0px !important;
    }

    .pad-r-0 {
        padding: 0px !important;
    }

    .news-pag-item-info {
        padding: 5px 10px;
    }

    /*#region  ------------------------ Cooperation --> Partners Page ---------------*/

    .partners-list-cooperation-img {
        padding: 0px 6px;
    }

    .partners-list-cooperation-info {
        padding-left: 10px !important;
    }

    /*#endregion  ------------------------ Cooperation --> Partners Page ---------------*/

}

@media (min-width: 576px) and (max-width: 767px) {

    .cooperation-cover-image > img {
        height: auto;
    }

    .cooperation-company-img {
        margin: 0 auto;
    }

    .cooperation-info {
        text-align: center;
    }

    .cooperation-right-area {
        padding: 0px;
        margin-top: 20px;
    }

    .pad-l-0 {
        padding: 0px !important;
    }

    .pad-r-0 {
        padding: 0px !important;
    }

    .news-pag-item-info {
        padding: 5px 5px;
    }

    .news-page-header-right {
        padding-right: 0;
    }

    /*#region  ------------------------ Cooperation --> Partners Page ---------------*/


    .partners-page-header-right > a {
        display: block;
        text-align: center;
    }


    /*#endregion  ------------------------ Cooperation --> Partners Page ---------------*/

    /*#region ------------------------ Left Menu ------------------------------- */
    .cooperation-left-menu {
        position: relative;
    }

        .cooperation-left-menu > ul > li {
            position: static !important;
        }

            .cooperation-left-menu > ul > li ul.sub-menu a {
                display: block;
            }

        .cooperation-left-menu > a {
            pointer-events: all;
        }

            .cooperation-left-menu > a > span {
                display: inline-block;
                z-index: -2;
                float: right;
                margin-right: 20px;
            }

        .cooperation-left-menu > ul {
            display: none;
        }

        .cooperation-left-menu > ul {
            padding: 0;
        }

            .cooperation-left-menu > ul > li > a {
                padding-left: 20px !important;
            }

    .cooperation-left-menu {
        overflow: hidden !important;
    }

        .cooperation-left-menu > ul > li ul.sub-menu {
            right: 0;
            top: 0;
            height: 500px;
            width: 100%;
            -webkit-animation: moveltr 0.5s,nfinite ease-in-out;
            animation: moveltr 0.5s,nfinite ease-in-out;
        }

            .cooperation-left-menu > ul > li ul.sub-menu a {
                color: #8d939d;
                font-size: 14px;
                text-decoration: none !important;
            }

                .cooperation-left-menu > ul > li ul.sub-menu a > i {
                    width: 24px;
                    font-size: 11px;
                    height: 24px;
                    line-height: 2;
                    color: #8d939d;
                    margin-right: 10px;
                    text-align: center;
                    border: solid 1px #dfe5ee;
                    border-radius: 50%;
                    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
                }


    /*#endregion ------------------------ Left Menu ------------------------------- */

}

@media (min-width: 320px) and (max-width: 575px) {

    .cooperation-info {
        padding: 20px 0px 20px 0px;
    }

        .cooperation-info > h1 {
            font-size: 20px;
        }

        .cooperation-info > a {
            padding: 5px;
        }

        .cooperation-info > h1 > i {
            display: block;
            margin: 10px auto;
        }

    .cooperation-cover-image > img {
        height: auto;
    }

    .cooperation-company-img {
        margin: 0 auto;
    }

    .cooperation-info {
        text-align: center;
    }

    .cooperation-right-area {
        padding: 0px;
        margin-top: 20px;
    }

    .cooperation-index-company-list-araa {
        padding: 0px;
    }

    .contact-member-firms {
        display: block !important;
    }

    /*#region ------------------------ Left Menu ------------------------------- */
    .cooperation-left-menu {
        position: relative;
    }

        .cooperation-left-menu > ul > li {
            position: static !important;
        }

            .cooperation-left-menu > ul > li ul.sub-menu a {
                display: block;
            }

        .cooperation-left-menu > a {
            pointer-events: all;
        }

            .cooperation-left-menu > a > span {
                display: inline-block;
                z-index: -2;
                float: right;
                margin-right: 20px;
            }

        .cooperation-left-menu > ul {
            display: none;
        }

        .cooperation-left-menu > ul {
            padding: 0;
        }

            .cooperation-left-menu > ul > li > a {
                padding-left: 20px !important;
            }

    .cooperation-left-menu {
        overflow: hidden !important;
    }

        .cooperation-left-menu > ul > li ul.sub-menu {
            right: 0;
            top: 0;
            height: 500px;
            width: 100%;
            -webkit-animation: moveltr 0.5s,nfinite ease-in-out;
            animation: moveltr 0.5s,nfinite ease-in-out;
        }

            .cooperation-left-menu > ul > li ul.sub-menu a {
                color: #8d939d;
                font-size: 14px;
                text-decoration: none !important;
            }

                .cooperation-left-menu > ul > li ul.sub-menu a > i {
                    width: 24px;
                    font-size: 11px;
                    height: 24px;
                    line-height: 2;
                    color: #8d939d;
                    margin-right: 10px;
                    text-align: center;
                    border: solid 1px #dfe5ee;
                    border-radius: 50%;
                    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
                }


    /*#endregion ------------------------ Left Menu ------------------------------- */

    .contact-topics > a {
        /*display: block;*/
    }

    .contact-topics > span {
        display: block;
    }

    .contact-topics > strong {
        width: auto;
    }

    .pad-l-0 {
        padding: 0px !important;
    }

    .pad-r-0 {
        padding: 0px !important;
    }

    .news-pag-item-info {
        padding: 5px 5px;
    }


    .news-page-header-area {
        padding: 20px 10px !important;
    }


    .news-page-header-right {
        text-align: center;
        margin-top: 10px;
        padding-top: 15px;
        border-top: 1px solid #dfe5ee;
    }

        .news-page-header-right > span {
            display: block;
        }

    .news-page-main-area > h1 {
        font-size: 16.5px;
        padding: 30px 10px;
    }

    .contact-web-site > abbr > a {
        display: block;
        max-width: 200px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: pre;
    }

    .news-page-main-area > section {
        padding: 30px 10px;
        font-size: 13px;
    }

    /*#region  ------------------------ Cooperation --> Partners Page ---------------*/


    .partners-page-header-right > a {
        display: block;
        text-align: center;
    }

    .partners-list-info {
        padding: 10px 0px;
        height: auto;
    }

    .partners-list-cooperation-img {
        text-align: center;
    }

    .partners-list-cooperation-info {
        text-align: center;
        margin: 10px 15px;
    }


    /*#endregion  ------------------------ Cooperation --> Partners Page ---------------*/
}
/*#endregion ----------------------- Cooperation Tüm Medya Boyutları --------------------*/


.partners-pagination-area {
    height: 50px;
    background-color: #fff;
    border: 1px solid #dfe5ee;
    margin: 20px 0px 20px 0px;
    border-radius: 0px;
    padding: 7px 17px;
    text-align: center;
}

    .partners-pagination-area > ul {
        margin: 0px;
    }

        .partners-pagination-area > ul > li {
            width: 30px;
            height: 30px;
            display: inline-block;
            margin-right: 10px;
            text-align: center;
            background-color: #f1f5fa !important;
        }

.partners-pagination .page-item.active .page-link {
    background-color: #00245D !important;
    color: #fff !important;
    border-color: #00245D;
}

.partners-pagination .page-link {
    background-color: #f1f5fa !important;
}

.partners-pagination-area > ul > li > a {
    font-size: 12px;
    display: block;
    color: #4c586b;
}


/*#region --------------------- Page Loading ---------------------------*/

.leads-down-pager-loading {
    width: 40px;
    height: 40px;
    background: url('https://cdn.forie.com/storage/images/general/forie-no-image.png');
    background-size: contain;
    margin: 30px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.leads-down-pager-loading-about {
    width: 40px;
    height: 40px;
    background: url('https://cdn.forie.com/storage/images/general/forie-no-image.png');
    background-size: contain;
    margin: 30px auto;
    -webkit-animation: sk-rotateplane-two 1.2s infinite ease-in-out;
    animation: sk-rotateplane-two 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane-two {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane-two {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}


.leads-down-pager-loading-Announcement {
    width: 40px;
    height: 40px;
    background: url('https://cdn.forie.com/storage/images/general/forie-no-image.png');
    background-size: contain;
    margin: 30px auto;
    -webkit-animation: sk-rotateplane-two 1.2s infinite ease-in-out;
    animation: sk-rotateplane-two 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane-two {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane-two {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.patners-lading {
    width: 40px;
    height: 40px;
    background: url('https://cdn.forie.com/storage/images/general/forie-no-image.png');
    background-size: contain;
    margin: 30px auto;
    -webkit-animation: sk-rotateplane-fore 1.2s infinite ease-in-out;
    animation: sk-rotateplane-fore 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane-fore {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane-fore {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

/*#endregion --------------------- Page Loading ---------------------------*/

.announcement-loading {
    background-color: #fff;
    padding: 80px 50px;
    min-height: 200px;
}

.partners-loading-area {
    background-color: #fff;
    padding: 80px 50px;
    width: 100%;
    min-height: 200px;
}

.form-rfq-success-message {
    width: 100% !important;
}

.form-rfq-error-message {
    width: 100% !important;
}


.not-registered-partners {
    filter: blur(2px);
    pointer-events: none;
}


@keyframes moveltr {
    0% {
        right: -538px;
    }

    100% {
        right: 0%;
    }
}

.company-list-item-bg-box {
    position: absolute;
    width: 50%;
    height: 100%;
    display: flex;
    overflow: hidden;
    top: 0;
    right:0;
}

    .company-list-item-bg-box img {
        width: 100%;
        height: 100%;
        display: block;
        background: #E9EAEB;
    }

    .company-list-item-bg-box:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 55.48%);
    }

@media only screen and (max-width: 1199px) {
    .company-list-item-bg-box {
        width: 100%;
    }

    /* .company-list-item-bg-box:after {
            display: none !important
        }*/
}



#form-rfq-success-message {
    display: none;
}

#form-rfq-error-message {
    display: none;
}

.select2-selection__rendered {
    line-height: 50px !important;
}

.select2-container .select2-selection--single {
    height: 50px !important;
}

.select2-selection__arrow {
    height: 50px !important;
}

.select2-container--default .select2-selection--single {
    border: solid 1px #dee5ed !important;
}

#realtime_check {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    font-family: 'Roboto';
}

.cooperation-right-area {
    padding-right: 0;
}
