﻿body,
html {
    width: 100%;
    position: relative;
    /*overflow-x: hidden;*/
    height: auto;
}

@media(min-width:1330px) {
    .container {
        max-width: 1300px;
    }
}

@media(min-width:1400px) {
    .container {
        max-width: 1300px;
    }
}

@media(min-width:1600px) {
    header.header .container {
        max-width: 1300px;
    }
}

@media(max-width:1600px) {
    .about-home .year-image {
        right: 50px;
    }
}

.btn-blue {
    padding: 14px 14px 14px 14px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    border: none;
    background-color: #29176f;
    width: 200px;
}

    .btn-blue:hover {
        background-color: #616a78;
        color: #ffffff;
    }


body {
    font-family: "Montserrat", sans-serif;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.df {
    display: flex;
}

.db {
    display: block;
}

.di {
    display: inline-block;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.tl {
    text-align: left !important;
}

.o-cl {
    color: #e3672a;
}

.mp {
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
}

.main-button {
    width: 242px;
    height: 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #27166B;
    border-radius: 24px;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
}

.more {
    background: url(../images/more.svg) no-repeat;
    text-indent: -9999em;
    width: 48px;
    height: 48px;
    display: inline-flex;
}

img.img-full {
    width: 100%;
    display: block;
}

.clearfix {
    clear: both;
}

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

.img-content-radius {
    border-radius: 17px;
}

.img-top-left-radius {
    border-radius: 30px 0 0 0;
    margin-right: -40px !important;
}

@media(min-width:1200px) {
    .wrapper {
        padding: 0 200px;
    }
}

@media(max-width:992px) {
    .m-order-2 {
        order: 2;
    }

    .m-order-1 {
        order: 1;
    }
}

h2.title {
    font-weight: 600;
    font-size: 15px;
    color: #27166B;
    margin: 0 0 15px;
    padding: 0;
    text-align: center;
}

.master-title {
    font-weight: 900;
    font-size: 36px;
    color: #29176F;
    line-height: 55px;
    margin: 0;
    padding: 0;
}

.description {
    font-weight: 600;
    font-size: 25px;
    color: #000;
    text-align: center;
    line-height: 37px;
}

.detail {
    width: 149px;
    height: 49px;
    display: inline-flex;
    color: #fff;
    background: #3C4144;
    font-size: 13px;
    font-weight: 700;
    justify-content: center;
    align-items: center;
}

.breadcrumb {
    position: relative;
    background: transparent !important;
    border-radius: 0;
    padding: 30px 0;
    margin-bottom: 0;
}

    .breadcrumb::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.51) 44%, rgba(0, 0, 0, 0.12) 100%);
        opacity: 0.5;
        z-index: -1;
    }

    .breadcrumb h1 {
        display: block;
        width: 100%;
        font-weight: 900;
        font-size: 39px;
        color: #fff;
    }

    .breadcrumb ul {
        display: inline-flex;
        margin: 0;
        padding: 0;
    }

    .breadcrumb .breadcrumb-item {
        display: flex;
        align-items: center;
        height: 30px;
    }

        .breadcrumb .breadcrumb-item a {
            font-size: 16px;
            color: #fff;
        }

        .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
            color: #fff;
        }

/* Navbar */
.navbar-nav .nav-item {
    position: relative;
}

    .navbar-nav .nav-item ul {
        position: absolute;
        display: none;
        background: #fff;
        list-style: none;
        padding: 20px 10px 10px;
        border-radius: 0 0 10px 10px;
        width: 100%;
        min-width: 250px;
    }

        .navbar-nav .nav-item ul li {
            display: block;
            width: 100%;
            margin: 0;
        }

            .navbar-nav .nav-item ul li a {
                padding: 10px 5px !important;
                display: block;
                font-weight: 500 !important;
                border-top: 1px #eee solid;
                font-size: 13px !important;
                margin: 0 !important;
                text-align: center;
            }

            .navbar-nav .nav-item ul li:first-child a {
                border: none !important;
            }

            .navbar-nav .nav-item ul li:last-child a {
                border-radius: 0 0 10px 10px;
            }

    .navbar-nav .nav-item:hover ul {
        display: block;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 15px;
        color: #000;
        font-weight: 500;
        margin: 0 9px;
        padding: 10px 15px;
        -webkit-transition: 0.2s ease-in all;
        -moz-transition: 0.2s ease-in all;
        -ms-transition: 0.2s ease-in all;
        transition: 0.2s ease-in all;
    }

        .navbar-nav .nav-item .nav-link:hover,
        .navbar-nav .nav-item .nav-link.active {
            background: #29176F;
            font-weight: 500;
            color: #fff;
        }

    .navbar-nav .nav-item.active a {
        background: #29176F;
        color: #fff !important;
    }

    .navbar-nav .nav-item:last-child .nav-link {
        margin-right: 0;
    }

.absolute-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

/* Slider */
.slider {
    position: relative;
    /*max-height: 800px;*/
    height: calc(100vh - 150px);
}

    .slider .item {
        position: relative;
    }

    .slider .icons {
        display: flex;
        flex-flow: row;
    }

    .slider .icon-item {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        padding: 20px 125px;
    }

        .slider .icon-item:not(:last-child) {
            border-right: 1px solid #fff;
        }

        .slider .icon-item:hover .icon-title {
            order: 2;
        }

        .slider .icon-item:hover .icon-block {
            order: 1;
        }

    .slider .icon-title {
        color: #fff;
        font-weight: 900;
        font-size: 19px;
        display: flex;
    }

    .slider .icon-block {
        display: flex;
        height: 100px;
        align-items: center;
    }

    .slider .swiper-slide img {
        /*min-height: 800px;*/
        /* max-width: none; */
        height: calc(100vh - 150px);
        width: 100%;
        object-fit: cover;
    }

    .slider .gonder {
        background: #29176F;
        border-radius: 26px;
        color: #fff;
        height: 52px;
        width: 250px;
        font-weight: 700;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border: none;
        text-align: center;
        line-height: 50px;
    }

    .slider .absolute-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        text-align: center;
        margin: 0 auto;
    }

        .slider .absolute-content .wrapper {
            margin: 0 auto;
            height: 100%;
            display: flex;
            /*flex-direction: column;*/
            justify-content: center;
            text-align: center;
            justify-items: center;
            background: rgba(0,0,0,.5);
        }

            .slider .absolute-content .wrapper a {
                color: #fff;
                margin: 30px auto 0;
            }

            .slider .absolute-content .wrapper h3 {
                font-weight: 800;
                font-size: 70px;
            }

            .slider .absolute-content .wrapper .holder {
                display: flex;
                flex-direction: column;
                max-width: 40%;
                height: 100%;
                justify-content: center;
            }
/* Services * / */
.services {
    background: #f7f7f7;
    padding: 70px 0 0;
    margin-bottom: 38px;
}

    .services p.services-text {
        margin-bottom: 0;
        font-size: 15px;
        color: #565657;
        text-align: center;
        line-height: 27px;
    }

    .services .tablist {
        margin: 50px -15px 0;
        display: flex;
    }

        .services .tablist a {
            display: inline-flex;
            flex-flow: column;
            text-align: center;
            margin: 0 10px;
            flex: 0 1 calc(20% - 20px);
            height: 247px;
            justify-content: center;
            align-items: center;
            font-weight: 600;
            font-size: 17px;
            color: #565657;
            background: rgba(255,255,255,.5);
            border-radius: 46px;
            position: relative;
        }

            .services .tablist a span {
                display: block;
                color: #29176f;
            }

            .services .tablist a .tab-img-wrap {
                height: 100px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .services .tablist a img {
                display: block;
                filter: invert();
                transition: all .5s ease;
                max-height: 64px;
            }

            .services .tablist a.active img,
            .services .tablist a:hover img {
                transform: scale(1.4);
            }

            .services .tablist a.active {
                background: #fff;
                box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.09);
            }

                .services .tablist a.active::after {
                    content: "";
                    position: absolute;
                    bottom: -20px;
                    width: 0;
                    height: 0;
                    border-style: solid;
                    border-width: 20px 14px 0 14px;
                    border-color: #ffffff transparent transparent transparent;
                }

div[class*=tab-content] {
    margin-top: 40px;
    display: none;
}

    div[class*=tab-content].active {
        display: block;
    }

.left-content-wrapper {
    /*padding: 0 0 0 30px !important;*/
}

    .left-content-wrapper p {
        margin-top: 15px;
        font-size: 15px;
        line-height: 27px;
        color: #565657;
    }

/* Talep Formu */
.talep-formu-wrapper {
    height: 170px;
    padding: 0 35px;
    background: #29176F;
    border-radius: 35px;
}

    .talep-formu-wrapper .form-group {
        margin-bottom: 0;
    }

    .talep-formu-wrapper .tt-title {
        font-weight: 700;
        font-size: 23px;
        color: #FFFFFF;
        line-height: 32px;
        position: relative;
        margin-right: 10px;
    }

    .talep-formu-wrapper .form-control {
        border: 1px solid #fff;
        background: transparent;
        border-radius: 31.5px;
        color: #fff;
        width: 200px;
        height: 63px;
        font-size: 13px;
        font-weight: 700;
        padding-left: 25px;
    }

        .talep-formu-wrapper .form-control::placeholder {
            color: #fff;
        }

    .talep-formu-wrapper .mailicon {
        background: url(../images/mailicon.svg) no-repeat center right 15px;
    }

    .talep-formu-wrapper .telicon {
        background: url(../images/telicon.svg) no-repeat center right 15px;
    }

    .talep-formu-wrapper .nameicon {
        background: url(../images/name.svg) no-repeat center right 15px;
    }

    .talep-formu-wrapper .style-select {
        border: 1px solid #fff;
        border-radius: 31.5px;
        padding: 0 10px;
    }

        .talep-formu-wrapper .style-select select {
            background: transparent;
            min-width: 150px;
            border: none;
            height: 63px;
            width: 100%;
            color: #fff;
        }

    .talep-formu-wrapper .gonder-form {
        background: #fff;
        border-radius: 31.5px;
        height: 63px;
        display: inline-flex;
        width: 140px;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        font-size: 14px;
        color: #29176F;
    }

/* About Home */

.about-home .img-container {
    max-width: 60% !important;
}

.about-home .year-image {
    /*position: absolute;
    top: 50px;*/
    max-width: 200px;
}

.about-wrapper {
    margin: 125px 0 0 0 !important;
    padding-left: 0 !important;
}

    .about-wrapper .description {
        position: relative;
        padding-bottom: 35px;
        margin-bottom: 35px;
    }

        .about-wrapper .description:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 101px;
            height: 3px;
            background: #27166B;
        }

    .about-wrapper p {
        font-size: 15px;
        color: #565657;
        line-height: 32px;
    }

    .about-wrapper .detail {
        display: inline-flex;
        width: 128px;
        height: 48px;
        background: #27166B;
        border-radius: 24px;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

.world-map {
    flex-flow: column;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

    .world-map .first-line {
        font-size: 48px;
        color: #29176F;
    }

    .world-map .red-line {
        font-weight: 900;
        font-size: 32px;
        color: #F6392B;
    }

    .world-map .last-line {
        font-size: 30px;
        color: #29176F;
    }

/* Banners */
.banners {
    margin-top: 35px;
}

    .banners .absolute-content {
        flex-flow: column;
        padding: 0 10%;
        text-align: center;
    }

        .banners .absolute-content.white-content {
            color: #fff;
        }

            .banners .absolute-content.white-content .banners-title {
                color: #fff;
            }

        .banners .absolute-content p {
            font-size: 15px;
            line-height: 21px;
            margin-bottom: 25px;
        }

        .banners .absolute-content .banners-title {
            font-weight: 600;
            font-size: 27px;
            margin-bottom: 15px;
            color: #29176F;
        }

        .banners .absolute-content .second-button {
            background: #F6392B;
            border-radius: 24px;
            font-weight: 700;
            font-size: 15px;
            color: #FFFFFF;
            width: 260px;
            height: 48px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
        }

/* Online Tracking */
.online-tracking {
    background: url(../images/tracking-bg.svg) no-repeat bottom -2px center;
    padding: 65px 0 250px;
}

    .online-tracking h3.title {
        font-weight: 900;
        font-size: 25px;
        color: #29176F;
    }

    .online-tracking p {
        font-size: 15px;
        color: #565657;
        line-height: 32px;
        text-align: center;
        margin: 30px 0 25px;
    }

/* Master Hizmetler */
.master-hizmetler {
    padding: 80px 0 120px;
    position: relative;
    /*min-height: 700px;*/
}

    .master-hizmetler .mh-image {
        margin: 72px 0 0;
    }

    .master-hizmetler .mh-title {
        padding: 33px 0 0 48px;
        position: relative;
    }

        .master-hizmetler .mh-title::after {
            content: "";
            position: absolute;
            z-index: 2;
            top: -25px;
            left: 30px;
            width: 2px;
            height: 110px;
            background: #29176F;
        }

        .master-hizmetler .mh-title a {
            display: block;
            font-weight: 700;
            font-size: 18px;
            color: #565657;
        }

            .master-hizmetler .mh-title a span {
                display: block;
                font-weight: 400;
                font-size: 17px;
                color: #565657;
            }

.max-width-content {
    max-width: 280px;
    margin-top: 40px;
}

/* Master Hizmet Detay */
.master-hizmet-detay {
    margin: 40px 0 120px;
}

.sidebar ul {
    margin: 0 25px 0 0;
    padding: 0;
}

    .sidebar ul li {
        padding-left: 75px;
        position: relative;
        display: flex;
        height: 78px;
        align-items: center;
    }

        .sidebar ul li::after {
            content: "";
            width: 4px;
            height: 28px;
            position: absolute;
            left: 60px;
            background: #F6392B;
        }

        .sidebar ul li.active,
        .sidebar ul li:hover {
            border-radius: 0 33px 33px 0;
            background: #F3F3F3;
        }

            .sidebar ul li.active::after,
            .sidebar ul li:hover::after {
                content: "";
                background: url(../images/lix.svg) no-repeat;
                width: 9px;
                height: 14px;
            }

        .sidebar ul li a {
            font-weight: 500;
            font-size: 15px;
            color: #565657;
        }

.mh-detay {
    overflow: unset;
}

    .mh-detay .content-flex {
        flex-flow: row;
        flex: 1;
        width: 100%;
    }

    .mh-detay .d-flex-content {
        flex: 0 1 75%;
    }

    .mh-detay .mr-4 {
        flex: 0 1 25%;
    }

    .mh-detay p {
        font-size: 15px;
        color: #000;
        line-height: 27px;
        text-align: justify;
        /*margin-bottom: 40px;*/
    }

        .mh-detay p strong {
            color: #29176F;
        }

    .mh-detay h2.title.margin {
        margin-top: 65px !important;
        margin-bottom: 20px;
    }

    .mh-detay ul {
        margin: 0 0 35px;
        padding: 0;
        list-style-type: none;
    }

        .mh-detay ul:not(.list-group) li {
            display: block;
            padding-left: 30px;
            font-size: 13px;
            color: #565657;
            line-height: 27px;
            background: url(../images/li.png) no-repeat left center;
        }

.master-hizmet-detay .sidebar ul li {
    border-radius: 33px;
    padding-left: 45px;
}

    .master-hizmet-detay .sidebar ul li::after {
        left: 30px;
    }

.list-group {
    overflow: hidden;
}

    .list-group .list-group li {
        border-radius: 0;
    }

        .list-group .list-group li a {
            color: #000;
        }

            .list-group .list-group li a:before {
                content: '+';
                margin-right: 10px;
                color: #666;
            }

            .list-group .list-group li a:hover {
                color: #F6392B;
            }

        .list-group .list-group li:first-child {
            border-top: none;
        }

        .list-group .list-group li:last-child {
            border-bottom: none;
        }

.google-maps {
    border: 6px solid #FFFFFF;
    height: 228px;
    margin-left: 0;
    margin-right: 15%;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.14);
}

.contact {
    padding: 55px 0 100px;
}

    .contact .form-group {
        margin-bottom: 25px;
    }

    .contact .form-control {
        height: 58px;
        line-height: 58px;
        border: 1px solid #D9D9D9;
        border-radius: 10px;
        display: block;
        width: 100%;
    }

    .contact textarea.form-control {
        height: 102px;
        line-height: 26px;
        padding: 10px;
    }

.gonder {
    background: #29176F;
    border-radius: 26px;
    color: #fff;
    height: 52px;
    width: 149px;
    font-weight: 700;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
}

    .gonder:hover {
        background: #f6392b;
        color: #fff;
    }

.contact-bar {
    display: flex;
    align-items: center;
    flex-flow: wrap;
    margin-bottom: 35px;
    font-weight: 500;
    font-size: 17px;
    color: #222;
    line-height: 29px;
}

    .contact-bar img {
        margin-right: 35px;
    }

    .contact-bar a {
        font-weight: 500;
        font-size: 17px;
        color: #222;
        line-height: 19px;
    }

div[class^=contact-tab-content] {
    display: none;
}

    div[class^=contact-tab-content].active {
        display: block;
    }

.contact-tab {
    display: flex;
    margin: 60px 0;
}

    .contact-tab a {
        display: inline-flex;
        background: #F9F9F9;
        border-radius: 25px;
        min-width: 107px;
        padding: 0 17px;
        height: 55px;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 14px;
        color: #222222;
        margin-right: 10px;
    }

        .contact-tab a.active {
            color: #fff;
            background: #29176F;
            border-radius: 25px;
        }

.fixedmenu {
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 99999;
}

    .fixedmenu.right {
        left: unset !important;
        right: 0;
        top: 50px;
    }

        .fixedmenu.right .fix-item {
            border-radius: 15px 0 0 15px;
        }

            .fixedmenu.right .fix-item .fix-content a {
                margin-right: 10px;
                margin-left: 0;
                line-height: 1.1;
            }

            .fixedmenu.right .fix-item:hover,
            .fixedmenu.right .fix-item.active {
                background: #F6392B;
            }

    .fixedmenu.main {
        top: 20%;
    }

.fix-item {
    height: 70px;
    width: 103px;
    background: #F6392B;
    border-radius: 0 15px 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    padding: 0 10px;
    transition: 0.3s ease-in all;
    cursor: pointer;
}

    .fix-item .fix-content {
        width: 0;
        opacity: 0;
    }

        .fix-item .fix-content a {
            color: #fff;
            display: block;
            margin-left: 10px;
            font-weight: 700;
            font-size: 13px;
        }

            .fix-item .fix-content a span {
                font-weight: 400;
            }

    .fix-item.active {
        width: 175px;
    }

    .fix-item:hover,
    .fix-item.active {
        background: #29176F;
    }

        .fix-item:hover .fix-content,
        .fix-item.active .fix-content {
            width: auto;
            opacity: 1;
            color: #fff;
        }

    .fix-item:hover {
        width: 203px;
    }

    .fix-item.no-hover:hover {
        width: 110px;
    }

    .fix-item img {
        /*filter: brightness(13);*/
        height: 50px;
    }

.master-hizmetler .fix-item img {
    filter: brightness(0) invert(1);
    /*height: 30px;*/
}
/* Footer Main */
.footer-main {
    padding: 75px 0 45px;
    background: #29176F;
}

    .footer-main .fm-item {
        margin: 0 15px 30px;
        flex: 0 1 30%;
    }

        .footer-main .fm-item:first-child {
            /*margin-left: 0;*/
        }

        .footer-main .fm-item:last-child {
            /*margin-right: 0;*/
        }

    .footer-main .fm-title {
        margin: 0 0 25px;
        padding: 0 0 0 15px;
        border-left: 2px solid #F6392B;
        line-height: 1.5;
        font-weight: 700;
        font-size: 13px;
        color: #FFFFFF;
    }

    .footer-main ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .footer-main ul li {
            position: relative;
            display: flex;
            align-items: baseline;
        }

            .footer-main ul li::before {
                content: "-";
                color: #fff;
            }

            .footer-main ul li a {
                color: #fff;
                font-weight: 300;
                font-size: 14px;
                padding-left: 15px;
                padding-bottom: 0;
            }

    .footer-main .social {
        margin: 0 0 0 10px;
    }

        .footer-main .social a {
            display: inline-flex;
            margin-left: 10px;
        }

.footer-copyright {
    height: 57px;
}

    .footer-copyright p {
        margin: 0;
        font-size: 13px;
        color: #565657;
    }

.footer img.footer-logo,
.footer .social-media img {
    filter: brightness(0) invert(1);
    width: 100%;
}

.footer img + p {
    color: #fff;
    font-size: 13px;
    margin: 20px 0 0;
    padding: 20px 0;
    border-top: 1px rgba(255,255,255,.2) dashed;
    border-bottom: 1px rgba(255,255,255,.2) dashed;
}

.footer .social-media a {
    background: #fff;
    color: #29176F;
    filter: brightness(1) invert(0);
}

    .footer .social-media a img {
        filter: brightness(0.4) invert(0);
    }

.footer .d-flex {
    flex-direction: row;
    flex-wrap: wrap;
}

    .footer .d-flex .fm-item {
    }

.navbar-top {
    text-align: right;
    padding: 10px 15px;
}

a.get-offer {
    background: #f6392b;
    display: inline-block;
    color: #fff;
    padding: 0px 35px;
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 50px;
    margin-left: 10px;
}

a.tracking {
    background: #f6392b;
    display: inline-block;
    color: #fff;
    padding: 0px 35px;
    font-size: 13px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 50px;
}

.navbar-nav {
    padding-bottom: 10px;
    justify-content: end;
}

.navbar-top .select-language {
    display: inline-block;
    margin-right: 30px;
    border-left: 1px solid #d8d8d8;
    padding-left: 20px;
    line-height: 30px;
}

    .navbar-top .select-language a {
        font-size: 13px;
        color: #29176f;
        font-weight: 700;
    }

        .navbar-top .select-language a img {
            height: 18px;
            margin-right: 5px;
        }

        .navbar-top .select-language a svg {
            height: 16px;
            margin-left: 10px;
        }

.social-media {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}

    .social-media a {
        display: inline-block;
        width: 30px;
        height: 30px;
        background-color: #29176f;
        border-radius: 30px;
        margin-left: 5px;
        text-align: center;
    }

        .social-media a img {
            height: 16px;
            transform: translateY(2px);
        }

.navbar-top button.open-search-form {
    display: inline-block;
    border: none;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    background-color: #29176f;
    border-radius: 30px;
    margin-left: 8px;
    transition: .3s all;
    line-height: 11px;
}

    .navbar-top button.open-search-form:hover {
        background: #f6392b;
    }

    .navbar-top button.open-search-form svg {
        height: 12px;
    }

header.header {
    position: relative;
    z-index: 10000;
}

    header.header .form-search {
        position: relative;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        background: #fff;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: .3s all;
        transition: .3s all;
        z-index: 3;
        display: none;
        width: 0;
    }

        header.header .form-search.active {
            visibility: visible;
            opacity: 1;
            display: inline-block;
            width: 165px;
            margin: 0 0 0 15px;
            border: 1px #eee solid;
            border-radius: 35px;
            overflow: hidden;
            /* padding: 10px; */
            vertical-align: middle;
            height: 30px;
            line-height: 30px;
        }

        header.header .form-search input {
            border: none;
            width: 100%;
            /* line-height: 80px; */
            text-align: left;
            font-size: 12px;
            /* margin: 37px 0; */
            outline: 0 !important;
            padding: 0 20px 0 12px;
        }

        header.header .form-search .buttons {
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

            header.header .form-search .buttons a {
                border: none;
                background: transparent;
                color: #999;
                -webkit-transition: .3s all;
                transition: .3s all;
                padding: 0 10px;
            }

                header.header .form-search .buttons a:hover {
                    color: #dc2b1c;
                }

                header.header .form-search .buttons a svg {
                    height: 17px;
                }

                header.header .form-search .buttons a.submit {
                    margin-right: 0;
                }

                    header.header .form-search .buttons a.submit svg {
                        height: 30px;
                    }

section.proposal-form {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    bottom: 0;
    background: rgba(41, 23, 111, 0.6);
    padding: 55px 25px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    max-width: 300px;
}

    section.proposal-form label {
        display: block;
        margin-bottom: 22px;
        position: relative;
    }

    section.proposal-form h3 {
        font-size: 19px;
        font-weight: 600;
        margin-bottom: 25px;
    }

    section.proposal-form label input,
    section.proposal-form label select {
        width: 100%;
        border: none;
        padding: 10px 30px;
        border-radius: 50px;
        outline: 0 !important;
        background: rgba(255, 255, 255, .4);
        font-size: 13px;
        color: #fff;
        font-weight: 600;
        -moz-appearance: none;
        /* Firefox */
        -webkit-appearance: none;
        /* Safari and Chrome */
        appearance: none;
    }

        section.proposal-form label select option {
            color: #000;
        }

        section.proposal-form label input::placeholder {
            color: #fff;
            opacity: 1;
        }

    section.proposal-form label img {
        position: absolute;
        right: 25px;
        top: 50%;
        transform: translateY(-50%);
    }

    section.proposal-form input[type=submit] {
        border: none;
        background: #fff;
        display: block;
        width: 100%;
        line-height: 40px;
        border-radius: 50px;
        color: #29176f;
        outline: 0 !important;
        font-weight: 600;
        transition: .3s all;
    }

    section.proposal-form button:hover {
        color: #fff;
        background: #f6392b
    }

    section.proposal-form a {
        color: #fff;
        text-decoration: underline;
    }

.company-history {
    position: relative;
}

    .company-history .row {
        margin-bottom: 30px;
    }

    .company-history .item img {
        margin-bottom: 10px;
        max-height: 48px;
    }

    .company-history .item .text {
        display: block;
        margin-top: 10px;
        font-size: 17px;
        font-weight: 500;
        line-height: 1.5em;
    }

        .company-history .item .text.text-right p {
            text-align: right;
        }

    .company-history::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 30px;
        bottom: 60px;
        width: 1px;
        background-color: #c6c6c6;
    }

    .company-history .year {
        border: 1px solid #c6c6c6;
        width: 80px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        color: #F6392B;
        font-weight: 700;
        font-size: 18px;
        background-color: #fff;
        position: relative;
        z-index: 1;
        padding: 0 5px;
        box-shadow: 0 0 0 10px #fff;
    }

    .company-history .right-line::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        height: 1px;
        background-color: #c6c6c6;
        width: 50%;
    }

    .company-history .left-line::after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        height: 1px;
        background-color: #c6c6c6;
        width: 50%;
    }

.master-hizmetler .mh-image img {
    min-height: 330px;
    object-fit: cover;
    cursor: pointer;
    max-width: 100%;
    border-radius: 30px;
}

.master-banner.pr img {
    /*width: 100%;*/
    height: 270px;
    overflow: hidden;
    object-fit: cover;
    object-position: top;
    width: 100%;
}

.master-hizmetler .fixedmenu {
    left: -15px;
}

.master-hizmetler .container {
    max-width: 980px !important;
}

.master-hizmetler .mh-image img {
    min-height: 260px;
}

section.features {
    text-align: center;
    background: #f7f7f7;
    padding: 44px 0;
    margin: 65px 0 40px;
}

    section.features .container {
        max-width: 720px;
    }

    section.features h3 {
        color: #27166B;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
    }

    section.features .item img {
        transform: scale(1);
        transition: transform .5s ease;
    }

    section.features img + h3 {
        margin-bottom: 0;
        margin-top: 20px;
    }

    section.features .item:hover img {
        transform: scale(1.2);
    }

    section.features .item {
        border-right: 1px solid #d9d9d9;
        padding: 22px 0;
        padding-left: 30px;
        padding-right: 30px;
    }

    section.features .col-md-4:last-child .item {
        border-right: none;
    }

section.slider-bottom {
    padding: 60px 0;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    background: url(../images/left-image-1.png) no-repeat;
    background-position: 7% bottom;
    background-size: 43%;
}

    section.slider-bottom .title {
        color: #27166B;
        font-size: 29px;
        font-weight: 600;
    }

section.features-bottom .container {
    padding: 90px 20px;
    background: url(../images/right-image-1.png) no-repeat;
    background-position: right center;
    background-size: 38%;
}

section.features-bottom span {
    display: block;
    text-align: left;
    font-size: 27px;
    color: #000;
    font-weight: 400;
    line-height: 52px;
}

    section.features-bottom span.blue {
        color: #27166b;
        font-weight: 700;
        font-size: 29px;
    }

.contact-bar span.address {
    display: inline-block;
    max-width: calc(100% - 100px);
}

label.custom-checkbox {
    width: 100%;
    position: relative;
    cursor: pointer;
}

    label.custom-checkbox input {
        display: none;
    }

    label.custom-checkbox span {
        font-size: 11px;
        color: #000;
        font-weight: 500;
        line-height: 20px;
        padding-left: 26px;
    }

        label.custom-checkbox span::before {
            content: '';
            position: absolute;
            width: 20px;
            height: 20px;
            border: 1px solid #dcdcdc;
            border-radius: 20px;
            top: 2px;
            left: 0;
        }

    label.custom-checkbox input:checked + span::before {
        background: url(../images/custom-checkbox.png) no-repeat #fff;
        background-position: center;
    }

.mh-detay h3 {
    font-size: 20px;
    font-weight: 600;
    color: #29176f;
}


.kvkk {
    color: #666;
    margin-left: 10px;
}


video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.form {
    background: rgba(41, 23, 111, 0.05);
    padding: 40px;
    border-radius: 20px;
}

.photos a {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    margin-top: 15px;
    border: 3px #f9f9f9 solid;
    transition: all .5s ease;
    box-shadow: 0 0 0 rgba(0,0,0,.2);
}

    .photos a img {
        height: 200px;
        object-fit: cover;
        width: 100%;
        background: #fff;
    }

    .photos a:hover {
        border: 3px #ddd solid;
        box-shadow: 0 0 20px rgba(0,0,0,.2);
    }

.gallery-title {
    color: #27166B;
    font-weight: 700;
}

#faqlist button {
    text-decoration: none;
    color: #000;
    text-align: left;
}

/*#faqlist img {
    max-width: 300px;
}*/


#faqlist table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

    #faqlist table th,
    #faqlist table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
        font-size: 11px;
    }

        #faqlist table td p {
            margin: 0;
        }

        #faqlist table td table td {
            border: none;
        }

    #faqlist table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    #faqlist table tbody + tbody {
        border-top: 2px solid #dee2e6;
    }

.pager-buttons.btn-group > .btn {
    border-radius: 50% !important;
    width: 36px;
    height: 36px;
    line-height: 24px;
    margin: 0 5px;
    font-size: 15px;
    background: #343a40 !important;
    border: none;
    opacity: .5 !important;
    font-weight: 600;
}

.pager-buttons.btn-group > span.btn {
    opacity: 1 !important;
    background: #29176F !important;
}


.career-box {
    border: none;
    margin: 12px 0;
    /*border: 1px solid #ebebeb;*/
    height: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

    .career-box .title {
        padding: 10px 25px;
        border-bottom: 1px solid #ebebeb;
        color: #777;
        font-size: 15px;
        font-weight: 600;
    }

    .career-box .body {
        position: relative;
        padding: 25px
    }

    .career-box select {
        padding: 25px;
        border: 0;
        background: rgba(235, 235, 235, .49);
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0
    }

        .career-box select:focus {
            outline: 0;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .career-box select option {
            margin-bottom: 10px
        }

    .career-box .file-upload-container {
        position: relative;
        min-height: 330px;
        display: flex;
        height: 100%;
        align-items: center;
    }

        .career-box .file-upload-container .input-file-container {
            /*position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%*/
            display: block;
        }

            .career-box .file-upload-container .input-file-container label {
                display: block;
                width: 100%;
                cursor: pointer;
            }

#lb_selected {
    font-weight: 600;
}

.career-box .file-upload-container .input-file-trigger {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 50px;
    height: 100%;
    background: url("../images/icon-select-file.png") no-repeat center center;
    cursor: pointer;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    -moz-transition: all 300ms cubic-bezier(.4, 0, .2, 1);
    -o-transition: all 300ms cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: all 300ms cubic-bezier(.4, 0, .2, 1);
    transition: all 300ms cubic-bezier(.4, 0, .2, 1);
    height: 400px;
}

.career-box .file-upload-container .input-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    opacity: 0;
    padding: 14px 0;
    cursor: pointer
}

.career-box .form {
    background: none;
    padding: 0;
}

    .career-box .form .form-control {
        height: 58px;
        line-height: 58px;
        border: 1px solid #D9D9D9;
        border-radius: 10px;
        display: block;
        width: 100%;
    }


.career-box label.custom-checkbox {
    width: 100%;
    position: relative;
    cursor: pointer;
    margin-top: 0 !important;
}

    .career-box label.custom-checkbox input {
        display: none;
    }

    .career-box label.custom-checkbox span {
        font-size: 10px;
        color: #000;
        font-weight: 500;
        line-height: 20px;
        padding-left: 26px;
    }

        .career-box label.custom-checkbox span::before {
            content: '';
            position: absolute;
            width: 20px;
            height: 20px;
            border: 1px solid #dcdcdc;
            border-radius: 20px;
            top: 2px;
            left: 0;
        }

    .career-box label.custom-checkbox input:checked + span::before {
        background: url(../images/custom-checkbox.png) no-repeat #fff;
        background-position: center;
    }


.contact-title, .file-title, .certificate-title {
    font-weight: 700;
    font-size: 17px;
    color: #29176F;
    line-height: 43px;
    padding-left: 0;
    margin-bottom: 40px;
}

@media only screen and (min-width: 1400px) {
    .img-top-left-radius {
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 1500px) {
    .slider .absolute-content .wrapper h3 {
        font-size: 50px;
    }

    .slider .absolute-content .wrapper .holder {
        max-width: 50%;
    }
}

@media only screen and (min-width: 998px) and (max-width: 1330px) {
    .master-hizmetler .master-title + .row {
        justify-content: center;
    }

    .master-hizmetler .col-4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    header .container {
        max-width: 100%;
    }

    .img-top-left-radius {
        margin-right: 0 !important;
    }

    section.features {
        margin: 35px 0 40px;
    }

    .left-content-wrapper p {
        padding-right: 20px;
    }

    .about-wrapper {
        margin: 0 !important;
        padding-left: 0 !important;
    }

        .about-wrapper p {
            font-size: 13px;
            line-height: 25px;
        }

    .about-home .img-container {
        max-width: 62% !important;
    }

    .about-home .year-image {
        max-width: 150px;
    }
}

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

    .slider .absolute-content .wrapper .holder {
        max-width: 40%;
    }

    .master-hizmetler .col-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .navbar-nav .nav-item .nav-link {
        padding: 10px 5px;
        font-size: 14px;
    }


    a.tracking {
        font-size: 12px;
        padding: 0px 15px;
    }

    a.get-offer {
        padding: 0px 15px;
        font-size: 12px;
    }

    .navbar-brand img {
        max-width: 200px !important;
    }

    header .container {
        max-width: 100%;
    }

    .slider .absolute-content .wrapper h3 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 1200px) {
    .left-content-wrapper .more {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .contact-tab a {
        min-width: unset;
    }

    .banners img {
        min-height: 390px;
        object-fit: cover;
    }

    .services .container {
        max-width: 100%;
    }

    .services .left-content-wrapper {
        padding: 0 20px !important;
    }

        .services .left-content-wrapper p {
            font-size: 13px;
        }

    .slider .absolute-content .wrapper h3 {
        font-size: 42px;
    }
}

@media only screen and (min-width: 769px) {
    .desktop-hidden {
        display: none !important;
    }
}

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

    .slider .absolute-content {
        display: none;
    }

    .navbar-nav .nav-item .nav-link {
        text-align: center;
        margin-left: 0;
        border-radius: 30px;
    }

    .navbar-nav .nav-item:last-child .nav-link {
        margin-right: auto;
    }

    .slider .item img {
        height: 490px;
        object-fit: cover;
    }

    section.proposal-form {
        display: none;
    }

    section.slider-bottom {
        background-size: 90%;
        background-position: center bottom;
        padding-bottom: 24%;
    }

    .services .tablist {
        flex-wrap: wrap;
        justify-content: center;
    }

        .services .tablist a {
            flex: 0 0 calc(50% - 20px);
        }

    .left-content-wrapper {
        padding: 0 30px;
    }

    .more {
    }

    section.services .img-top-left-radius {
        margin-top: 30px;
    }

    .about-home .year-image {
        position: relative;
        display: block;
        margin: 0 auto 30px;
    }

    section.features .item {
        border-right: none;
        border-bottom: 1px solid #d9d9d9;
        padding: 41px 0;
    }

    section.features .col-md-4:last-child .item {
        border-bottom: none;
    }

    section.features-bottom span {
        text-align: center;
    }

    section.features-bottom .container {
        background: none;
    }

    .banners .absolute-content.white-content {
        padding: 25px 0px;
    }

    .banners img {
        height: 330px;
        object-fit: cover;
    }

    .footer-main {
        text-align: center;
    }

        .footer-main .d-flex {
            flex-wrap: wrap;
        }

        .footer-main ul li {
            justify-content: center;
        }

        .footer-main .fm-title {
            display: inline-block;
        }

        .footer-main .fm-item {
            flex: 0 0 calc(50% - 40px);
            margin-bottom: 35px;
        }

    .navbar-top .social-media {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .navbar-top .select-language {
        display: block;
        border: none;
        text-align: center;
        margin-bottom: 20px;
    }

    a.tracking {
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    a.get-offer {
        display: block;
        text-align: center;
        margin-bottom: 20px;
        margin-left: 0;
    }

    .navbar-top button.open-search-form {
        display: block;
        margin: 0 auto;
    }

    .fixedmenu {
        display: none;
    }

    .slider + .fixedmenu {
        display: block;
    }

    header.header a.navbar-brand img {
        height: 60px;
    }

    .master-banner.pr img {
        height: 303px;
        object-fit: cover;
    }

    .breadcrumb h1 {
        font-size: 24px;
    }

    .breadcrumb ul {
        flex-wrap: wrap;
    }

    .breadcrumb {
        padding: 30px;
        background: rgba(0,0,0,.5) !important;
        bottom: 0;
    }

    .contact-tab {
        flex-wrap: wrap;
    }

        .contact-tab a {
            width: 100%;
            margin-bottom: 20px;
        }

    .contact-tab {
        flex-wrap: wrap;
    }

        .contact-tab a {
            width: 100%;
            margin-bottom: 20px;
        }

    .google-maps {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .contact-bar a {
        font-size: 15px;
    }

    .contact-bar span {
        font-size: 15px;
    }

    .about-wrapper {
        margin: 0;
    }

    .about-home .year-image {
        right: 10px;
    }

    section.features {
        padding: 0;
    }

    section.features-bottom .container {
        padding: 0 20px;
    }

    .banners .absolute-content p {
        font-size: 14px;
        padding: 0 20px;
    }

    .footer-main .fm-item {
        flex: 0 0 100%;
        margin-left: 0;
    }

    .footer-main {
        padding: 35px 0 0;
    }

    .footer-copyright p {
        font-size: 6px;
    }

    .master-hizmet-detay {
        margin: 0;
    }

    .breadcrumb .breadcrumb-item a {
        font-size: 12px;
    }

    .master-hizmetler {
        padding: 40px 0;
    }

        .master-hizmetler .mh-image {
            margin: 40px 0 0;
        }

    .master-title {
        font-size: 29px;
        line-height: normal;
        margin-top: 30px;
    }

    .fixedmenu.main {
        top: 45px;
        /*transform: scale(.5);*/
        transform-origin: left center;
        left: 0;
    }

    .slider {
        max-height: 480px;
    }

        .slider .swiper-slide img {
            min-height: 480px;
        }

    video {
        min-height: 480px;
    }

    .services .tablist a {
        height: 200px;
    }

    .master-hizmetler .col-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .sidebar {
        margin: 20px 0;
    }

        .sidebar ul li {
            height: 48px;
        }

            .sidebar ul li a {
                font-size: 13px;
            }

    .img-top-left-radius {
        margin-right: -20px !important;
    }

    .footer .footer-copyright {
        display: block !important;
        padding: 11px 0px;
        text-align: center;
        height: auto !important;
    }

    .footer-copyright p {
        font-size: 16px;
        text-align: center;
    }

    .footer-copyright .kvkk {
        display: block;
        text-align: center;
        margin: 10px 0;
    }

    .mobile-hidden {
        display: none !important;
    }
}

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

    .about-wrapper {
        margin: 0 !important;
        padding-left: 0 !important;
    }

    .master-hizmetler .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    header.header .form-search .buttons {
        position: relative !important;
        right: 0 !important;
        top: 0 !important;
        -webkit-transform: translateY(0) !important;
        transform: translateY(0) !important;
        text-align: center !important;
    }
}


@media only screen and (max-height: 750px) {
    .fixedmenu.main {
        top: 12%;
    }

    section.proposal-form label {
        margin-bottom: 12px;
    }
}

@media only screen and (min-height: 551px) and (max-height: 600px) {
    .fixedmenu.main {
        top: 10px;
    }
}


@media only screen and (max-height: 550px) {
    .fixedmenu.main,
    section.proposal-form {
        display: none;
    }
}



@media (min-aspect-ratio: 16/9) {
    video {
        margin-left: 0;
    }
}

@media(min-width:997px) and (max-width:1200px) {
    a.tracking {
        padding: 0px 15px;
    }
}

.forms a {
    display: block;
    margin: 0 0 20px 0;
    background: #29176f;
    color: #fff;
    padding: 15px 20px;
    max-width: 500px;
    font-weight: 500;
}

.navbar-nav .nav-item ul li a {
    text-align: left;
}

.career-box a img {
    max-width: 100%;
    max-height: 90px;
}

.career-box a {
    display: block;
    padding: 50px;
}

.career-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    height: auto;
}

div#faqlist {
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    .navbar-nav .nav-item ul {
        z-index: 5;
    }

    .navbar-top button.open-search-form {
        position: relative;
    }

        .navbar-top button.open-search-form svg {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%);
        }

    header.header .form-search.active {
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0;
    }
}

.photos .col-md-3 a img {
    object-fit: contain;
}
