/*VERTICAL ALIGN*/
.v-align {
    display: table;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

    .v-align .go {
        display: table-cell;
        vertical-align: middle;
        position: relative;
    }

html, body {
    overflow-x: hidden;
}

body {
    font-family: 'Raleway', sans-serif;
    color: #4d4c49;
}

@media (min-width: 1270px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1240px;
    }
}

@media (min-width: 1400px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1345px;
    }
}

a:hover {
    text-decoration: none;
}

.orange:before,
.orange:after {
    background: #f9a722 !important;
}

.light-blue:before,
.light-blue:after {
    background: #B7EEF0 !important;
}

.red:before,
.red:after {
    background: #e30f21 !important;
}

.violet:before,
.violet:after {
    background: #6f2cec !important;
}


.header {
    background: #FAFAFA;
    position: relative;
    z-index: 999;
}

.main__header a {
    color: #171717;
    font-size: 16px;
    font-weight: 600;
}

    .main__header a.active,
    .main__header a:hover {
        color: #111111;
    }

.header__top .phone {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    margin-right: 30px;
}

    .header__top .phone span {
        color: #111111;
        margin-right: 5px;
        font-size: 25px;
        top: 4px;
        position: relative;
    }

.header__top .contactus {
    width: 225px;
    text-align: center;
    background: #111111;
    border-radius: 0 0 30px 30px;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 0 15px;
}

.contactus-footer {
    width: 100%;
    text-align: center;
    background: #111111;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 15px 0 10px;
    position: fixed;
    bottom: 0;
    box-shadow: 0 0 10px rgba(0,0,0,.8);
    z-index: 999;
}

    .contactus-footer:hover {
        background: #ff2500;
        color: #fff;
    }

body.header-fixed .header__top {
    height: 45px;
}

    body.header-fixed .header__top .contactus {
        position: fixed;
        right: 20px;
        top: calc(50% + 100px);
        transform: rotate(90deg);
        transform-origin: right center;
    }

.header__right {
    text-align: right;
}

.headContact {
    display: flex;
    flex-flow: row;
}

body.master header {
    padding-bottom: 20px;
}

body.header-fixed {
    padding: 135px 0 0;
}

    body.header-fixed header {
        position: fixed;
        width: 100%;
        z-index: 2;
        top: -52px;
        left: 0;
        box-shadow: 0 0 20px rgba(0,0,0,.1);
        background: #fff;
        padding: 0;
    }



#navbarNav {
    justify-content: flex-end;
}

.navbar-expand-lg {
    padding-right: 0;
    padding-left: 0;
}

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .navbar-expand-lg .search {
        margin: 0 0 0 30px;
    }

        .navbar-expand-lg .search .nav-link {
            border: 3px #111111 solid;
            border-radius: 50px;
            color: #111111;
            padding: 5px 20px;
        }

            .navbar-expand-lg .search .nav-link:hover {
                color: #fff;
                background: #111111;
            }


/* Slider */
#slider {
    min-height: 600px;
    background: #FAFAFA;
}

    #slider .swiper-slide {
        position: relative;
        text-align: right;
        padding: 30px 0;
        background: url(/assets/img/slider-map-bg.gif) left center no-repeat #FAFAFA;
    }

        #slider .swiper-slide div.text {
            text-align: left;
            position: absolute;
            width: 100%;
            height: 100%;
        }

            #slider .swiper-slide div.text h2 {
                color: #111111;
                font-size: 56px;
                font-weight: 900;
                margin: 0 0 20px;
            }

                #slider .swiper-slide div.text h2 + p {
                    color: #292929;
                    font-size: 16px;
                    font-weight: 600;
                    line-height: 2;
                }

                    #slider .swiper-slide div.text h2 + p + a {
                        color: #111111;
                        font-size: 16px;
                        font-weight: 600;
                        line-height: 2;
                    }

                        #slider .swiper-slide div.text h2 + p + a > i {
                            color: #929292;
                        }

        #slider .swiper-slide span.img {
            position: relative;
            display: inline-block;
        }

            #slider .swiper-slide span.img:before {
                content: '';
                width: 52px;
                height: 100%;
                position: absolute;
                left: -26px;
                top: 0;
                background: url(/assets/img/slider-item-dot-bg.png) repeat-y;
                z-index: 1;
            }

            #slider .swiper-slide span.img img {
                border-radius: 20px 0 0 20px;
            }


.categories {
    background: #FAFAFA;
    margin: 0 0 350px;
    padding: 50px 0 0;
    max-height: 650px;
}


    .categories .tabs {
        display: flex;
        justify-content: space-around;
    }

        .categories .tabs div[data-role=tab] {
            flex: 1 1 0;
            min-width: 0;
            padding: 30px;
            cursor: pointer;
        }

            .categories .tabs div[data-role=tab].active {
                border-radius: 30px 30px 0 0;
                background: #fff;
            }

            .categories .tabs div[data-role=tab] h3 {
                font-size: 25px;
                font-weight: 900;
                display: flex;
                position: relative;
            }

                .categories .tabs div[data-role=tab] h3:before {
                    content: '';
                    width: 15px;
                    border-radius: 50px;
                    background: attr(data-color);
                    margin: 0 15px 0 0;
                    z-index: 1;
                }

                .categories .tabs div[data-role=tab] h3.tab-title-01:before {
                    height: 0;
                    transition: all 1s ease;
                }

                .categories .tabs div[data-role=tab] h3.tab-title-02:before {
                    height: 0;
                    transition: all 2s ease;
                }

                .categories .tabs div[data-role=tab] h3.tab-title-03:before {
                    height: 0;
                    transition: all 3s ease;
                }

                .categories .tabs div[data-role=tab] h3.tab-title-04:before {
                    height: 0;
                    transition: all 3s ease;
                }

                .categories .tabs div[data-role=tab] h3.animated:before {
                    height: 60px;
                }

                .categories .tabs div[data-role=tab] h3 + p {
                    font-size: 14px;
                    font-weight: 400;
                    margin: 20px 0;
                }

                    .categories .tabs div[data-role=tab] h3 + p + a {
                        color: #484848;
                        font-weight: 600;
                        font-size: 17px;
                    }

                        .categories .tabs div[data-role=tab] h3 + p + a > i {
                            color: #929292;
                        }

                .categories .tabs div[data-role=tab] h3:after {
                    content: '';
                    width: 15px;
                    height: 60px;
                    border-radius: 50px;
                    margin: 0 15px 0 0;
                    position: absolute;
                    left: 0;
                    top: 0;
                    background: #e9e9e9 !important;
                    z-index: 0;
                }

        .categories .tabs + .tab-content div[data-role=content] {
            background: #fff;
            display: none;
            border-radius: 30px 30px 0 0;
        }

            .categories .tabs + .tab-content div[data-role=content].active {
                display: block;
            }

            .categories .tabs + .tab-content div[data-role=content].no-top-left-radius {
                border-top-left-radius: 0;
            }

            .categories .tabs + .tab-content div[data-role=content].no-top-right-radius {
                border-top-right-radius: 0;
            }

            .categories .tabs + .tab-content div[data-role=content] .swiper-slide {
                padding: 30px;
            }

                .categories .tabs + .tab-content div[data-role=content] .swiper-slide img {
                    border-radius: 30px;
                    overflow: hidden;
                    transition: all .5s ease;
                }

                .categories .tabs + .tab-content div[data-role=content] .swiper-slide:hover img {
                    filter: brightness(1.5);
                }

                .categories .tabs + .tab-content div[data-role=content] .swiper-slide h4 {
                    height: 60px;
                    display: flex;
                    align-items: center;
                }

                    .categories .tabs + .tab-content div[data-role=content] .swiper-slide h4 a {
                        color: #484848;
                        font-weight: 900;
                        font-size: 16px;
                    }

                .categories .tabs + .tab-content div[data-role=content] .swiper-slide p {
                    color: #434343;
                    font-size: 14px;
                }

                .categories .tabs + .tab-content div[data-role=content] .swiper-slide time {
                    color: #434343;
                    font-size: 14px;
                    font-weight: 600;
                }

                    .categories .tabs + .tab-content div[data-role=content] .swiper-slide time:before {
                        content: '\ec89';
                        font-family: "IcoFont";
                        font-weight: normal;
                        color: #B7EEF0;
                        font-size: 24px;
                        margin: 0 10px 0 0;
                        position: relative;
                        top: 4px;
                    }

            .categories .tabs + .tab-content div[data-role=content] .swiper-pagination {
                position: relative;
                text-align: left;
                padding: 0 25px;
            }

                .categories .tabs + .tab-content div[data-role=content] .swiper-pagination .swiper-pagination-bullet {
                    width: 16px;
                    height: 16px;
                    vertical-align: middle;
                    margin-right: 5px;
                }

                    .categories .tabs + .tab-content div[data-role=content] .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                        width: 21px;
                        height: 21px;
                        background: #B7EEF0;
                    }

            .categories .tabs + .tab-content div[data-role=content] .view-all {
                color: #929292;
                font-weight: 600;
                font-size: 17px;
            }

.calendar {
}

    .calendar .title {
        width: 300px;
    }

        .calendar .title h2 {
            color: #b5b5b5;
            font-size: 41px;
            font-weight: 900;
            margin: 0 0 20px;
        }

        .calendar .title h3 {
            color: #111111;
            font-size: 41px;
            font-weight: 900;
            margin: 0 0 20px;
        }

        .calendar .title a {
            color: #929292;
            font-weight: 600;
            font-size: 17px;
        }

    .calendar .event {
        border-radius: 30px;
        background: #e20149;
        padding: 30px;
        height: 100%;
        color: #fff;
        position: relative;
        opacity: 0;
        top: -100px;
    }

        .calendar .event time {
            color: #fff;
            font-weight: 900;
            font-size: 19px;
            margin-bottom: 20px;
            display: block;
            opacity: .9;
        }

            .calendar .event time span {
                font-size: 75px;
                line-height: 40px;
            }

            .calendar .event time + p > a {
                font-weight: 900;
                font-size: 16px;
                color: #fff;
                height: 50px;
                display: block;
            }

            .calendar .event time + p + a {
                border: 1px #fff solid;
                border-radius: 30px;
                text-align: center;
                display: block;
                color: #fff;
                font-size: 13px;
                font-weight: 600;
                padding: 10px 0;
            }


        .calendar .event:before {
            content: '';
            position: absolute;
            left: calc(50% - 1px);
            bottom: -45px;
            width: 1px;
            height: 7px;
            background: url(/assets/img/event-bottom-dash.png) repeat-y;
            transition: all .5s ease;
        }


        .calendar .event:after {
            content: '';
            height: 24px;
            width: 24px;
            border-radius: 50%;
            background: #e20149;
            position: absolute;
            left: calc(50% - 12px);
            bottom: -94px;
            transition: all .2s ease;
        }

        .calendar .event.purple,
        .calendar .event.purple:after {
            background: #b90f82;
        }

        .calendar .event.lpurple,
        .calendar .event.lpurple:after {
            background: #975ad8;
        }

        .calendar .event.blue,
        .calendar .event.blue:after {
            background: #6f2cec;
        }

        .calendar .event:hover time {
            opacity: 1;
        }

            .calendar .event:hover time + p + a {
                background: #fff;
                color: #999;
            }

        .calendar .event:hover:before {
            bottom: -60px;
            height: 50px;
            animation: dashAnimated 3s linear infinite alternate;
        }

        .calendar .event:hover:after {
            height: 32px;
            width: 32px;
            left: calc(50% - 16px);
            bottom: -98px;
        }

    .calendar:after {
        content: '';
        width: 0;
        display: block;
        height: 4px;
        border-radius: 5px;
        background: rgb(228,0,70);
        background: linear-gradient(90deg, rgba(228,0,70,1) 0%, rgba(109,42,237,1) 100%);
        margin: 80px 0 0;
        transition: width 4s ease;
    }

    .calendar.animated:after {
        width: 100%;
    }

.calendar-list {
    padding: 20px;
    background: #FAFAFA;
    border-radius: 20px;
    margin: 0;
    font-size: 14px;
}

.calendar-table {
    font-size: 13px;
    margin: 0;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

    .calendar-table a {
        color: #000;
        font-weight: 600;
    }

    .calendar-table th {
        background: #111111;
        color: #fff;
    }

@keyframes dashAnimated {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 100%;
    }
}

.featured-overseas {
    margin: 100px 0 0;
}

    .featured-overseas img {
        border-radius: 30px;
    }

    .featured-overseas h3 {
        color: #111111;
        font-size: 28px;
        font-weight: 900;
        margin: 0 0 25px;
    }

    .featured-overseas p {
        color: #292929;
        font-size: 17px;
        font-weight: 600;
        line-height: 1.8;
        margin: 0 0 30px;
    }

    .featured-overseas a {
        border: 2px #111111 solid;
        border-radius: 30px;
        color: #111111;
        display: inline-block;
        font-size: 17px;
        font-weight: 600;
        min-width: 220px;
        padding: 10px 20px;
        text-align: center;
    }

        .featured-overseas a:hover {
            background: #111111;
            color: #fff;
        }

.nettekariyer {
    margin: 100px 0;
    position: relative;
    opacity: 0;
    left: -30px;
}

    .nettekariyer .d-inline-block {
        border-radius: 30px;
        position: relative;
        overflow: hidden;
    }

    .nettekariyer .position-absolute {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .nettekariyer .content {
        width: 45%;
        padding: 0 0 0 100px;
        color: #fff;
    }

        .nettekariyer .content .logo {
            position: relative;
            margin: 0 0 50px;
            opacity: 0;
            left: -200px;
            transition: all 2s ease;
        }

    .nettekariyer.animated .content .logo {
        left: 0;
        opacity: 1;
    }

    .nettekariyer .content h3 {
        font-weight: 900;
        font-size: 32px;
        margin: 0 0 30px;
    }

        .nettekariyer .content h3 + p {
            font-weight: 600;
            font-size: 26px;
            margin: 0 0 30px;
        }

            .nettekariyer .content h3 + p + a {
                display: inline-block;
                background: #00355c;
                color: #fff;
                border-radius: 30px;
                display: inline-block;
                padding: 15px 20px;
                font-size: 21px;
                font-weight: 600;
                min-width: 300px;
                text-align: center;
            }

                .nettekariyer .content h3 + p + a:hover {
                    background: #fff;
                    color: #00355c;
                }

.blocks .block {
    position: relative;
    margin: 0 0 200px;
    opacity: 0;
}

    .blocks .block .text {
        position: absolute;
        bottom: -50px;
        width: 580px;
        background: #111111;
        border-radius: 30px;
        color: #fff;
        text-align: left;
        padding: 60px;
    }

        .news-wrapper h3,
        .blocks .block .text h3 {
            font-size: 28px;
            font-weight: 900;
            margin-bottom: 40px;
            position: relative;
        }

            .news-wrapper h3:after,
            .blocks .block .text h3:after {
                content: '';
                position: absolute;
                background: #B7EEF0;
                width: 0;
                height: 12px;
                right: -130px;
                bottom: -30px;
                border-radius: 30px;
                transition: width 2s ease;
            }

            .news-wrapper h3:after,
            .blocks .block .text.animated h3:after {
                width: 150px;
            }

            .blocks .block .text h3 + p,
            .blocks .block .text h3 + span {
                font-size: 19px;
                font-weight: 600;
                margin-bottom: 50px;
                display: block;
            }

                .blocks .block .text h3 + p + a,
                .blocks .block .text h3 + span + a {
                    display: inline-block;
                    border: 2px #fff solid;
                    color: #fff;
                    border-radius: 30px;
                    display: inline-block;
                    padding: 10px 20px;
                    font-size: 17px;
                    font-weight: 600;
                    min-width: 250px;
                    text-align: center;
                }

                    .blocks .block .text h3 + p + a:hover,
                    .blocks .block .text h3 + span + a:hover {
                        background: #fff;
                        color: #111111;
                    }

    .blocks .block img {
        border-radius: 30px;
    }

    .blocks .block.text-left .text {
        left: auto;
        right: 0;
        top: -50px;
        bottom: auto;
    }

        .blocks .block.text-left .text h3:after {
            left: -130px;
            right: auto;
        }

    .blocks .block.text-right + .block.text-left {
        margin: 0 0 100px;
    }


    .blocks .block.text-right .text {
        right: auto;
        left: 50px;
    }

    .blocks .block.text-left .text {
        left: auto;
        right: 50px;
    }


.references {
    text-align: center;
}

    .references h2 {
        font-size: 36px;
        font-weight: 600;
        color: #b1b2b2;
    }

        .references h2 strong {
            font-weight: 900;
        }

        .references h2 + a {
            color: #929292;
            font-size: 17px;
        }

    .references img {
        margin: 0 15px;
        position: relative;
        opacity: 0;
        top: -50px;
    }

        .references img:first-child {
            margin-left: 0;
        }

        .references img:last-child {
            margin-right: 0;
        }


.news {
    text-align: center;
    margin: 100px 0 0;
}

    .news h2 {
        font-size: 36px;
        font-weight: 600;
        color: #b1b2b2;
    }

        .news h2 strong {
            font-weight: 900;
        }

        .news h2 + a {
            color: #929292;
            font-size: 17px;
        }

    .news .container {
        margin-top: 50px;
    }

        .news .container .row {
            margin: 0 -50px;
        }

            .news .container .row div[class^=col] {
                padding: 0 50px;
            }

    .news .item {
        border-radius: 30px;
        background: #fff;
        box-shadow: 0 0 35px rgba(109,97,87,.35);
        overflow: hidden;
        height: 100%;
    }

        .news .item .bg-blue {
            background: #111111;
            text-align: center;
        }

            .news .item .bg-blue h3 {
                padding: 20px 40px;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                color: #fff;
            }



                .news .item .bg-blue h3 a {
                    font-weight: 600;
                    font-size: 16px;
                    color: #fff;
                }

        .news .item .img {
            position: relative;
            display: inline-block;
            border-radius: 20px;
            overflow: hidden;
            margin: 0 0 -40px;
        }

            .news .item .img a:after {
                content: '';
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                background: rgb(0,73,145);
                background: linear-gradient(120deg, rgba(0,73,145,0.4233894241290266) 0%, rgba(0,73,145,0) 100%);
            }

            .news .item .img time {
                position: absolute;
                left: 15px;
                bottom: 15px;
                color: #fff;
                font-weight: 900;
                line-height: 15px;
                z-index: 1;
            }

                .news .item .img time small {
                    font-weight: 900;
                }

                .news .item .img time strong {
                    font-size: 27px;
                }

        .news .item .bg-blue + p {
            margin: 60px 0 30px;
            padding: 0 60px;
            font-weight: 600;
            font-size: 14px;
            color: #565656;
        }

            .news .item .bg-blue + p + a {
                display: inline-block;
                background: #00355c;
                color: #fff;
                border-radius: 30px;
                display: inline-block;
                padding: 10px 20px;
                font-size: 17px;
                font-weight: 600;
                min-width: 250px;
                text-align: center;
                margin: 0 0 30px;
            }

                .news .item .bg-blue + p + a:hover {
                    opacity: .8;
                }

.newsletter span {
    color: #6d6d6d;
    font-size: 15px;
    font-weight: 600;
}

.newsletter .d-flex {
    margin: 10px 0 0;
    justify-content: space-around;
}

.newsletter input {
    border-radius: 30px;
    background: #f1f1f1;
    color: #888;
    font-size: 15px;
    border: none;
    padding: 5px 15px;
    width: 80%;
    outline: none;
}

    .newsletter input + a {
        background: #00355c;
        display: inline-block;
        border-radius: 30px;
        color: #fff;
        width: calc(20% - 10px);
        text-align: center;
        font-size: 15px;
        line-height: 36px;
        margin: 0 0 0 10px;
    }

        .newsletter input + a:hover {
            opacity: .8;
        }

.social span {
    color: #6d6d6d;
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin: 0 0 10px;
}

.btn-std,
.social a {
    background: #f1f1f1;
    border-radius: 30px;
    text-align: center;
    color: #929292;
    width: 56px;
    height: 36px;
    line-height: 36px;
    margin: 0 0 0 10px;
}

    .social a:first-child {
        margin: 0;
    }

    .btn-std:hover,
    .social a:hover {
        background: #111111;
        color: #fff;
    }

footer {
    margin: 100px 0 0;
}

.main-footer {
    margin: 45px -100px 0;
    padding: 50px;
    background: #111111;
    border-radius: 30px;
}

    .main-footer h3 {
        color: #fff;
        font-weight: 900;
        font-size: 26px;
        margin: 0 0 30px;
    }

    .main-footer a {
        display: block;
        color: #c2ddf7;
        font-size: 14px;
        font-weight: 600;
        line-height: 30px;
    }

        .main-footer a:hover {
            color: #fff;
        }

.foot-bottom {
    margin: 30px 0;
}

    .foot-bottom strong {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 20px;
        color: #828282;
    }

    .foot-bottom small {
        font-size: 11px;
        line-height: 16px;
        display: block;
        color: #828282;
        margin: 10px 0 0;
    }

    .foot-bottom .text-center a {
        font-size: 14px;
        font-weight: 600;
        color: #828282;
        margin: 0 0 0 20px;
    }

        .foot-bottom .text-center a:first-child {
            margin: 0;
        }

        .foot-bottom .text-center a:hover {
            color: #000;
        }

.master-banner {
    background: #001440;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 auto 50px;
    border-radius: 0;
}

    .master-banner .holder {
        z-index: 1;
    }

    .master-banner .wrapper {
        color: #fff;
        margin: -30px 0 0;
        width: 100%;
    }

        .master-banner .wrapper h1 {
            font-weight: 900;
            font-size: 45px;
            position: relative;
            display: block;
        }

            .master-banner .wrapper h1 + p {
                font-size: 20px;
                line-height: 35px;
                margin: 50px 0;
                color: #FAFAFA;
            }

            .master-banner .wrapper h1::after {
                content: '';
                position: absolute;
                background: #B7EEF0;
                width: 0;
                height: 5px;
                right: -90px;
                bottom: -30px;
                border-radius: 30px;
                transition: width 2s ease;
                width: 0;
            }

            .master-banner .wrapper h1.animated::after {
                width: calc(100% + 90px);
            }

    .master-banner nav {
        background: #001440;
        padding: 15px 0;
        font-size: 14px;
        font-weight: 600;
        opacity: .5;
    }

    .master-banner .breadcrumb {
        background: none;
        padding: 0;
        color: #fff;
    }

        .breadcrumb-item + .breadcrumb-item::before,
        .master-banner .breadcrumb-item.active,
        .master-banner .breadcrumb a {
            color: #fff;
        }

.sider {
    position: relative;
    top: -80px;
    margin: 0 0 -80px;
}

.sidemenu {
    display: flex;
    list-style: none;
    margin: 0 auto 40px;
    background: linear-gradient(90deg, rgba(228,0,70,1) 0%, rgba(109,42,237,1) 100%);
    border-radius: 50px;
    padding: 10px;
    z-index: 1;
    position: relative;
    justify-content: center;
    /*overflow: hidden;*/
    max-width: 900px;
}

    .sidemenu li {
        margin: 0 0 0 10px;
    }

        .sidemenu li a {
            color: #fff;
            font-size: 15px;
            font-weight: 600;
            position: relative;
            display: block;
            color: #fff;
            padding: 30px;
            margin: -25px 0;
        }

            .sidemenu li.active a,
            .sidemenu li a:hover {
                background: rgb(223,223,223);
                background: linear-gradient(180deg, rgb(255, 255, 255) 40%, #eee 100%);
                color: #000;
                border-radius: 20px 20px 0 0;
            }

        .sidemenu li:first-child {
            margin: 0;
        }


.mf-content {
    margin: -90px 0 0;
}



    .mf-content .content {
        font-size: 16px;
        font-weight: 500;
        line-height: 32px;
        color: #333;
        /* text-align: justify; */
        max-width: 900px;
        margin: 0 auto 0;
        background: #eee;
        border-radius: 30px;
        padding: 50px 0;
    }


        .mf-content .content .image-left {
            max-width: 45%;
            margin: 0 30px 30px 0;
            border-radius: 30px;
        }

        .mf-content .content h2,
        .mf-content .content h3,
        .mf-content .content h4,
        .mf-content .content h5,
        .mf-content .content h6 {
            color: #333;
            font-weight: 900;
        }

        .mf-content .content h3 {
            margin-bottom: 15px;
            font-size: 24px;
        }

        .mf-content .content p + h3 {
            margin: 50px 0 15px;
        }

    .mf-content .sider + .content {
        padding: 0 0 50px !important;
    }


.place {
    padding: 40px 40px 80px;
    height: 100%;
    background: #FAFAFA;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

    .place h3 {
        font-size: 25px !important;
        margin: 0 0 40px !important;
        border-bottom: 1px #111111 dashed;
        padding: 0 0 30px;
        color: #111111 !important;
    }

    .place p {
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 22px;
        text-align: left;
    }

        .place p a {
            color: #000;
            border-bottom: 1px #000 dashed;
            padding: 0 0 10px;
            display: inline-block;
        }

        .place p strong {
            font-size: 18px;
            color: #000;
            font-weight: 600;
        }

            .place .map i,
            .place p strong i {
                color: #B7EEF0;
            }

    .place .map {
        background: #111111;
        color: #fff;
        display: block;
        text-align: center;
        margin: 0px 20px;
        padding: 10px 70px;
        position: absolute;
        bottom: 20px;
        width: calc(100% - 40px);
        left: 0;
        font-weight: 600;
        border-radius: 40px;
    }

    .place .form-control {
        border: none;
        background: #fff;
        padding: 40px;
        border-radius: 40px;
        border-bottom: 3px #eaeaea solid;
        resize: none;
    }

    .place .button {
        background: #00355c;
        display: inline-block;
        border-radius: 50px;
        color: #fff;
        text-align: center;
        font-size: 15px;
        line-height: 36px;
        margin: 0;
        font-weight: 600;
        padding: 10px;
        display: block;
    }

.calendar-filter {
    border-radius: 30px;
    padding: 15px 15px 15px 30px;
    background: #f9f9f9;
    align-items: center;
}

    .calendar-filter span {
        font-weight: 600;
        color: #929292;
        margin-right: 20px;
    }

    .calendar-filter select {
        padding: 15px 30px;
        width: 100%;
        border-radius: 20px;
        border: none;
        webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
    }

.calendar-list .wrapper {
    background: #f9f9f9;
    border-radius: 30px;
    padding: 30px;
    height: 100%;
}

    .calendar-list .wrapper:hover {
        background: #fff;
        box-shadow: 0 0 40px rgba(0,0,0,.1);
    }

    .calendar-list .wrapper h3,
    .calendar-list .wrapper h3 a {
        font-size: 18px;
        font-weight: 700;
        color: #111111 !important;
    }

    .calendar-list .wrapper p {
        border-top: 1px #999 dashed;
        padding-top: 10px;
        margin: 10px 0 0;
    }

        .calendar-list .wrapper p strong {
            display: block;
            font-weight: 600;
        }

        .calendar-list .wrapper p.first {
            border: none !important;
        }

    .calendar-list .wrapper a.button {
        border: 1px #111111 solid;
        border-radius: 30px;
        text-align: center;
        display: block;
        color: #111111;
        font-size: 14px;
        font-weight: 600;
        padding: 5px 0;
        margin: 30px 0 0;
    }

        .calendar-list .wrapper a.button:hover {
            background: #111111;
            color: #fff;
        }

    .calendar-list .wrapper img {
        border-radius: 20px;
        width: 100px;
        min-height: 100px;
        object-fit: cover;
    }


.product {
    /*background: #f9f9f9;
    border-radius: 30px;
    padding: 30px;*/
    height: 100%;
    margin-bottom: 30px;
}


    .product img {
        border-radius: 20px;
    }

    .product h4 {
        margin: 20px 0;
        position: relative;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #111111;
    }

        .product h4 a {
            color: #111111;
            font-weight: 700;
            font-size: 16px;
        }

        .product h4:after {
            content: '';
            position: absolute;
            background: #B7EEF0;
            width: 20px;
            height: 6px;
            left: 0;
            bottom: -30px;
            border-radius: 30px;
            transition: width 1s ease;
        }

        .product h4 + p {
            height: 60px;
        }

    .product p {
        font-size: 14px;
        line-height: 21px;
        font-weight: 600;
        color: #666;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .product p + time {
            font-size: 14px;
        }

            .product p + time > i {
                color: #B7EEF0;
            }

    .product:hover img {
        box-shadow: 0 0 20px rgba(0,0,0,.2);
    }


    .product:hover h4 a {
        color: #ff2500;
    }

    .product:hover h4:after {
        width: 50%;
    }

.embed-responsive {
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}

.embed-responsive,
.product-detail-carousel {
    margin: 0 0 30px;
    background: #eee;
    padding: 30px;
    border-radius: 30px;
}

    .product-detail-carousel h3 {
        color: #acacac !important;
    }

    .product-detail-carousel img {
        border-radius: 30px;
    }

.p-tab {
    display: none;
}

    .p-tab.active {
        display: block;
    }


blockquote {
    background: #eee;
    padding: 30px 40px;
    border-radius: 20px;
    border-left: 10px rgba(228,0,70,1) solid;
    text-align: center;
    margin: 0 0 30px;
}

    blockquote p {
        margin: 0;
    }

.product-detail-content h3 {
    /*color: #111111 !important;*/
}

.product-detail-content p,
.product-detail-content ul li {
    font-weight: 600;
}

.product-detail-content ul {
    list-style: none;
    padding: 0 0 0 30px;
}

    .product-detail-content ul li {
        padding-left: 0;
    }

        .product-detail-content ul li:before {
            content: "\ea5d";
            font-family: "IcoFont";
            margin-right: 15px;
            color: rgba(228,0,70,1);
        }


.link-button {
    border: 1px #00355c solid;
    background: #fff;
    display: inline-block;
    border-radius: 50px;
    color: #00355c;
    text-align: center;
    font-size: 15px;
    line-height: 36px;
    margin: 15px 0 0;
    font-weight: 600;
    padding: 5px 10px;
    display: block;
}

    .product:hover .link-button,
    .link-button:hover {
        color: #fff;
        border: 1px #ff2500 solid;
        background: #ff2500;
    }


#modal-search input {
    border-radius: 0;
    border: none;
    height: 70px;
    font-weight: 300
}

#modal-search .input-group-append .btn {
    border-radius: 0;
    background: #ff2500;
    border: none;
    width: 100px
}

    #modal-search .input-group-append .btn i {
        position: relative;
        top: 12px
    }

#modal-search .modal-content {
    background: none;
    text-align: center;
    border: none;
}

.navbar-toggler {
    border: none;
    background: transparent !important;
}

    .navbar-toggler:focus {
        outline: none;
        background: transparent !important;
    }

    .navbar-toggler .icon-bar {
        background-color: #20213f;
        transform: rotate(0deg) translate(0px, 0px);
        transition: ease all .2s;
    }

    .navbar-toggler .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggler .icon-bar + .icon-bar {
            margin-top: 4px;
        }

        .navbar-toggler .icon-bar:nth-child(2) {
            width: 16px;
            transition: ease all .2s;
        }

    .navbar-toggler:hover > .icon-bar:nth-child(2) {
        width: 22px;
        transition: ease all .2s;
    }

    .navbar-toggler:active > .icon-bar:nth-child(2) {
        width: 22px;
        transition: ease all .2s;
    }

    .navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
        transform: rotate(45deg) translate(5px, 4px);
        transition: ease all .2s;
    }

    .navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
        opacity: 0;
        transition: ease all .2s;
    }

    .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
        transform: rotate(-45deg) translate(4px, -4px);
        transition: ease all .2s;
    }

.galeri img,
.news-list img {
    border-radius: 20px;
    overflow: hidden;
    transition: all .5s ease;
}


    .galeri img:hover,
    .news-list img:hover {
        filter: brightness(1.2);
    }

.galeri img {
    margin-bottom: 30px;
}

.news-wrapper h3 {
    margin-bottom: 80px !important;
}

    .news-wrapper h3:after {
        left: 0;
        right: auto;
    }

.btn-std {
    display: inline-block;
    width: auto;
    padding: 2px 20px 0;
    margin: 0;
    font-weight: 600;
    font-size: 12px;
}

@media screen and (max-width:321px) {
    .header__top .phone {
        font-size: 12px !important;
    }
}


@media screen and (max-width:767px) {

    body, html {
        overflow-x: hidden;
    }

        body.header-fixed {
            padding-bottom: 50px;
        }

    .header {
        display: flex;
        flex-direction: column;
    }

        .header .header__top {
            order: 2;
        }

        .header .main__header {
            order: 1;
        }

    .header__right {
        display: flex;
    }

    .header__top .phone {
        margin: 10px 0;
        width: 100%;
        text-align: left;
        display: block;
        font-size: 15px;
        line-height: 15px;
        /*border-top: 1px #ccc dashed;*/
        /*padding-top: 10px;*/
    }

    .header__top .contactus {
        display: block;
        border-radius: 30px;
        width: 100%;
        margin: 0;
        padding: 7px 0;
        font-size: 15px;
        position: relative !important;
        line-height: 30px;
    }

    .header .navbar-brand img {
        width: 100px;
    }

    .navbar-nav {
        padding: 15px;
        background: #eee;
        border-radius: 15px;
        margin: 15px 0 0;
    }

        .navbar-nav li {
            text-align: center;
            border-top: 1px #cecece dashed;
        }

            .navbar-nav li:first-child {
                border: none;
            }

    .navbar-expand-lg .search {
        margin: 15px 0 0;
    }

    body.header-fixed header {
        top: 0;
    }

    body.header-fixed .header__top {
        display: none;
    }

    body.header-fixed #navbarNav.show {
        margin: 0 0 10px;
    }

    #slider {
        min-height: unset;
    }


        #slider .swiper-slide {
            display: flex;
            flex-direction: column;
        }

            #slider .swiper-slide span.img {
                order: 1;
                border-radius: 20px;
                margin: 0 15px 15px;
                overflow: hidden;
            }

                #slider .swiper-slide span.img img {
                    border-radius: 0;
                }

                #slider .swiper-slide span.img::before {
                    display: none;
                }

            #slider .swiper-slide div.text {
                position: relative;
                order: 2;
                text-align: center;
            }

                #slider .swiper-slide div.text h2 {
                    font-size: 36px;
                }

    .categories {
        display: block;
        max-height: unset;
        padding: 20px 0 !important;
        margin: 0;
    }

        .categories .tabs div[data-role="tab"] h3 + p {
            display: none;
        }

            .categories .tabs div[data-role="tab"] h3 + p + a {
                display: none;
            }

        .categories .tabs {
            display: flex;
        }

            .categories .tabs div[data-role="tab"] {
                border-radius: 10px !important;
                padding: 11px 8px 0px;
                margin-bottom: 15px;
            }

                .categories .tabs div[data-role="tab"] h3 {
                    font-size: 15px;
                }

                    .categories .tabs div[data-role="tab"] h3::before {
                        height: 40px !important;
                    }

                    .categories .tabs div[data-role="tab"] h3::after {
                        height: 40px;
                    }

            /*.categories .tabs div[data-role=tab] h3:before {
                height: 60px !important;
            }*/

            .categories .tabs + .tab-content div[data-role="content"] .swiper-pagination {
                text-align: center;
                padding: 0 25px 25px;
            }

            .categories .tabs + .tab-content div[data-role="content"] {
                border-radius: 30px !important;
            }

            .categories .tabs + .tab-content .text-right {
                display: block;
                text-align: center !important;
                padding: 0 0 30px;
            }

    .calendar {
        padding: 30px;
        text-align: center;
    }

        .calendar .d-flex {
            display: block !important;
        }

        .calendar::after {
            display: none;
        }

        .calendar .title {
            width: 100%;
            margin: 0 0 30px;
        }

            .calendar .title + .row {
                width: auto !important;
                display: block;
            }

        .calendar .event {
            margin: 0 0 20px;
        }

            .calendar .event::before,
            .calendar .event::after {
                display: none;
            }

    .calendar-list {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }

        .calendar-list table {
            width: 880px;
        }

            .calendar-list table tr th:first-child {
                width: 250px;
            }

            .calendar-list table tr td:first-child {
                line-height: 18px;
            }

    .table th, .table td {
        vertical-align: middle;
    }

    .mf-content .content {
        margin: 0 auto;
        background: none;
    }

    .mf-content .sider + .content {
        padding: 100px 0 0 !important;
    }

    .featured-overseas {
        margin: 30px 15px;
        text-align: center;
    }

        .featured-overseas img {
            margin: 0 0 20px;
        }

        .featured-overseas h3 {
            font-size: 24px;
        }

    .nettekariyer {
        margin: 0 15px;
    }

        .nettekariyer img.bg {
            min-height: 300px;
            object-fit: cover;
            object-position: right;
            border-radius: 30px;
        }

        .nettekariyer .content {
            width: 100%;
            padding: 20px;
            color: #fff;
        }

            .nettekariyer .content .logo {
                margin: 0 0 10px;
            }

            .nettekariyer .content h3 {
                font-weight: 600;
                font-size: 23px;
                margin: 20px 0;
                text-align: center;
                color: #666;
            }

                .nettekariyer .content h3 + p {
                    font-size: 17px;
                    margin: 0 0 15px;
                    color: #000;
                    text-align: center;
                }

        .nettekariyer .position-absolute {
            position: relative !important;
        }

    .blocks {
        overflow: hidden;
    }

        .blocks .block {
            display: flex;
            flex-direction: column;
            margin: 0 0 30px;
        }

            .blocks .block .img {
                order: 1;
            }

            .blocks .block .text {
                width: auto;
                position: relative;
                order: 2;
                bottom: -15px;
            }

            .blocks .block.text-left .text {
                top: 15px;
            }

            .blocks .block.text-right + .block.text-left {
                margin: 0 0 30px;
            }

    .references {
        padding: 30px 0 0;
    }

        .references .d-flex {
            display: block !important;
            margin: 15px 0 0 !important;
        }

            .references .d-flex img {
                margin: 0 0 15px;
                width: 150px;
            }

    .news {
        text-align: center;
        margin: 30px 0 0;
    }

    footer {
        margin: 30px 0 0;
        text-align: center;
    }

        footer .social {
            margin: 15px 0 0;
            justify-content: center !important;
        }

    .main-footer {
        margin: 45px 0 0;
    }

        .main-footer h3 {
            margin: 30px 0;
        }

    .foot-bottom .d-flex {
        display: block !important;
        padding: 30px 0;
    }

        .foot-bottom .d-flex a {
            display: block;
            margin: 0;
        }

    .foot-bottom .text-right {
        text-align: center !important;
    }

    .master-banner nav {
        background: none !important;
    }

    .master-banner .wrapper h1 {
        font-size: 25px;
    }

        .master-banner .wrapper h1 + p {
            display: none;
        }

    .master-banner img {
        min-height: 400px;
        object-fit: cover;
        object-position: left;
    }

    .master-banner .align-items-center {
        background: rgba(0,0,0,.4);
    }

    .sidemenu {
        display: flex;
        padding: 0;
        border-radius: 10px;
        overflow: hidden;
        position: fixed;
        top: 0;
        transition: top 1s ease,box-shadow 2s ease;
        box-shadow: 0 0 20px rgba(0, 0,0, 0);
        width: calc(100% - 30px);
    }

    body.header-fixed .sidemenu {
        left: 15px;
        top: 90px;
        box-shadow: 0 0 20px rgba(109,42,237,1);
    }

    .sidemenu li {
        margin: 0;
        width: 33.33%;
        text-align: center;
    }

        .sidemenu li.active a, .sidemenu li a:hover {
            border-radius: 0;
        }

        .sidemenu li a {
            padding: 10px 0;
            margin: 0;
            border-radius: 0;
            font-size: 12px;
        }




    .place {
        padding: 20px 20px 80px;
    }

        .place .form-row {
            display: block;
            width: 100%;
        }

            .place .form-row div {
                width: 100%;
            }

        .place p a {
            display: block;
        }

        .place h3 {
            margin: 0 0 20px !important;
            padding: 0 0 20px;
        }

    .calendar-list .wrapper .d-flex {
        flex-direction: column;
    }

        .calendar-list .wrapper .d-flex img {
            width: 100%;
        }

        .calendar-list .wrapper .d-flex p.first {
            margin-left: 0 !important;
            border-bottom: 1px #999 dashed !important;
        }
}


@media screen and (min-width:768px) and (max-width:997px) {

    .header {
        display: flex;
        flex-direction: column;
    }

        .header .header__top {
            padding: 15px 0;
            background: #eee;
        }

    .header__top .contactus {
        font-size: 16px;
    }


    .header__right {
        display: flex;
    }

    .header__top .phone {
        margin: 5px 15px;
        width: 100%;
        /*text-align: left;*/
        display: block;
        /*font-size: 13px;*/
        /*border-top: 1px #ccc dashed;*/
        /*padding-top: 10px;*/
    }

    .header__top .contactus {
        display: block;
        border-radius: 30px;
        width: 100%;
        margin: 0;
        padding: 7px 0;
        font-size: 15px;
    }

    .navbar-nav {
        padding: 15px;
        background: #eee;
        border-radius: 15px;
        margin: 15px 0 0;
    }

        .navbar-nav li {
            text-align: center;
            border-top: 1px #cecece dashed;
        }

            .navbar-nav li:first-child {
                border: none;
            }

    .navbar-expand-lg .search {
        margin: 15px 0 0;
    }

    body.header-fixed header {
        top: 0;
    }

    body.header-fixed .header__top {
        display: none;
    }

    body.header-fixed #navbarNav.show {
        margin: 0 0 10px;
    }



    #slider {
        min-height: unset;
    }


        #slider .swiper-slide {
            display: flex;
            flex-direction: column;
            padding: 0;
        }

            #slider .swiper-slide span.img {
                order: 1;
                border-radius: 20px;
                margin: 0 15px 15px;
                overflow: hidden;
            }

                #slider .swiper-slide span.img img {
                    border-radius: 0;
                }

                #slider .swiper-slide span.img::before {
                    display: none;
                }

            #slider .swiper-slide div.text {
                text-align: center !important;
                position: relative;
                order: 2;
                z-index: 1;
            }

                #slider .swiper-slide div.text h2 {
                    font-size: 36px;
                }

                    #slider .swiper-slide div.text h2 + p {
                        line-height: normal;
                    }

    .categories {
        margin: 0;
        padding: 50px 0 40px;
        max-height: unset;
    }

        .categories .tabs div[data-role="tab"] h3 + p {
            display: none;
        }

            .categories .tabs div[data-role="tab"] h3 + p + a {
                display: none;
            }

        .categories .tabs div[data-role="tab"] {
            padding: 15px 20px 5px;
        }

        .categories .tabs div[data-role=tab] h3:before {
            height: 60px !important;
        }

        .categories .tabs + .tab-content .text-right {
            display: none;
        }

        .categories .tabs + .tab-content div[data-role="content"] {
            border-bottom-left-radius: 30px !important;
            border-bottom-right-radius: 30px !important;
        }

    .calendar {
        padding: 40px 20px;
    }


    .nettekariyer {
        margin: 0 40px;
    }

        .nettekariyer img.bg {
            min-height: 300px;
            object-fit: cover;
            object-position: right;
            border-radius: 30px;
        }

        .nettekariyer .content {
            width: 45%;
            padding: 40px;
        }

            .nettekariyer .content .logo {
                margin: 0 0 10px;
            }

            .nettekariyer .content h3 {
                font-weight: 600;
                font-size: 16px;
                margin: 20px 0;
            }

                .nettekariyer .content h3 + p {
                    font-size: 11px;
                    margin: 0 0 15px;
                }

                    .nettekariyer .content h3 + p + a {
                        padding: 5px 20px;
                        font-size: 16px;
                    }

    .blocks {
        margin: 50px 0 0;
    }

        .blocks .block .text {
            width: 500px;
        }

    .references {
        padding: 30px 0 0;
    }

        .references .d-flex {
            display: block !important;
            margin: 15px 0 0 !important;
        }

            .references .d-flex img {
                margin: 0 0 15px;
                width: 150px;
            }

    .news {
        text-align: center;
        margin: 30px 0 0;
    }

    footer {
        margin: 30px 0 0;
        text-align: center;
    }

    .social a {
        margin: 0;
    }

    .main-footer {
        margin: 45px 0 0;
    }

        .main-footer h3 {
            margin: 30px 0;
        }

    .foot-bottom .d-flex {
        display: block !important;
        padding: 30px 0;
    }

        .foot-bottom .d-flex a {
            display: block;
            margin: 0;
        }

    .foot-bottom .text-right {
        text-align: center !important;
    }

    .master-banner nav {
        background: none !important;
    }

    .master-banner .wrapper h1 {
        font-size: 25px;
    }

    .master-banner img {
        min-height: 400px;
        object-fit: cover;
        object-position: left;
    }

    .sider {
        top: -40px;
        margin: 0 0 -40px;
    }


    .mf-content .content {
        background: none;
    }

    .sidemenu li.active a, .sidemenu li a:hover {
        background: #FFF;
        background: linear-gradient(180deg, #eee 40%,rgb(255, 255, 255) 100%);
        color: #000;
        border-radius: 20px 20px 0 0;
    }


    .place {
        padding: 20px 20px 80px;
    }

        .place p a {
            display: block;
        }

        .place h3 {
            margin: 0 0 20px !important;
            padding: 0 0 20px;
        }

    .calendar-list {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }

        .calendar-list table {
            width: 880px;
        }

            .calendar-list table tr th:first-child {
                width: 250px;
            }

            .calendar-list table tr td:first-child {
                line-height: 18px;
            }

    .table th, .table td {
        vertical-align: middle;
    }

    .calendar-list .alert-info {
        display: block !important;
    }

    .master-banner .wrapper h1 + p {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (min-width:997px) and (max-width:1280px) {

    .navbar-brand img {
        max-width: 100px;
    }

    .main__header a {
        font-size: 13px;
    }

    .navbar-expand-lg .search {
        margin: 0 0 0 10px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    #slider .swiper-slide div.text {
        top: 0;
    }

        #slider .swiper-slide div.text h2 {
            font-size: 46px;
        }

    #slider .swiper-slide span.img img {
        max-width: 50%;
    }

    #slider .swiper-slide div.text h2 + p {
        line-height: normal;
    }

    #slider .swiper-slide span.img::before {
        display: none;
    }

    #slider {
        min-height: unset;
    }


    .calendar .d-flex {
        display: block !important;
        text-align: center;
        width: 100%;
    }

    .calendar .title {
        width: 100%;
        margin: 0 0 20px;
    }

        .calendar .title h3 br {
            display: none;
        }

    .calendar .event time + p > a {
        font-weight: 600;
        font-size: 14px;
    }

    .nettekariyer {
        margin: 100px 30px;
    }

        .nettekariyer .content h3 {
            font-weight: 700;
            font-size: 18px;
            margin: 0 0 30px;
        }

            .nettekariyer .content h3 + p {
                font-weight: 400;
                font-size: 16px;
                margin: 0 0 30px;
            }

    .blocks .block {
        margin: 0 0 150px;
    }

    .references {
        padding: 30px 0 0;
    }

        .references .d-flex {
            display: block !important;
            margin: 15px 0 0 !important;
        }

            .references .d-flex img {
                margin: 0 0 15px;
                width: 120px;
            }

    footer .navbar-brand img {
        max-width: 150px;
    }

    .foot-bottom strong {
        font-size: 12px;
    }

    .main-footer {
        margin: 45px 0px 0;
    }


    .master-banner .wrapper h1 {
        font-size: 25px;
    }

        .master-banner .wrapper h1 + p {
            font-size: 14px;
            line-height: 25px;
            margin: 50px 0;
            color: #FAFAFA;
        }

    .mp-content {
        margin: -50px 0 0 !important;
    }
}


@media screen and (min-width:1281px) and (max-width:1400px) {

    .main__header a {
        font-size: 14px;
    }

    #slider {
        min-height: unset;
    }

        #slider .swiper-slide span.img {
            max-width: 49%;
        }

    .nettekariyer {
        margin: 100px 40px;
    }

        .nettekariyer .content h3 {
            font-size: 25px;
        }

            .nettekariyer .content h3 + p {
                font-size: 19px;
            }

    .references .d-flex img {
        width: 120px;
    }

    .main-footer {
        margin: 45px 0px 0;
    }
}

@media screen and (min-width:1401px) and (max-width:1680px) {

    .main__header a {
        font-size: 15px;
    }

    #slider {
        min-height: unset;
    }

        #slider .swiper-slide span.img {
            max-width: 49%;
        }

    .nettekariyer {
        margin: 100px 40px;
    }

        .nettekariyer .content h3 {
            font-size: 25px;
        }

            .nettekariyer .content h3 + p {
                font-size: 19px;
            }

    .references .d-flex img {
        width: 120px;
    }

    .main-footer {
        margin: 45px 0px 0;
    }
}

@media screen and (min-width:1681px) {
    #slider .swiper-slide span.img {
        max-width: 49%;
    }
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000000;
    background: url('/assets/img/preloader.gif') center center no-repeat rgba(0, 64, 185, 0.8);
}
