﻿@charset "UTF-8";
/* Float Elements 
---------------------------------*/
.fl-lt {
    float: left;
}

.fl-rt {
    float: right;
}

.slip-text {
    position: absolute;
    font-size: 8rem;
    font-weight: 900;
    color: #13d69a;
    line-height: 6rem;
    opacity: 0.3;
}

    .slip-text.white {
        color: #ffffff;
    }

    .slip-text.left {
        left: 10px;
    }

    .slip-text.right {
        right: 10px;
    }

    .slip-text.top {
        top: 10px;
    }

    .slip-text.bottom {
        bottom: 10px;
    }
/* Clear Floated Elements
---------------------------------*/
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

.figure {
    margin: 0px;
}

img {
    max-width: 100%;
}

a, a:hover, a:active {
    outline: 0px !important;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

 

/* Primary Styles
---------------------------------*/
body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #0A153E;
    margin-top: 4.6rem;
}

a, a:hover {
    text-decoration: none !important;
}

h2 {
    font-size: 3.6rem;
    font-weight: 500;
    margin: 0 0 2.5rem 0;
    /* text-align: center; */
    line-height: 5rem;
    color: #0a153e;
}

.onboard h2 {
    font-size: 2.4rem;
    font-weight: 600;
    margin: 0;
}

section.onboard {
    padding: 13rem 0;
}

h3 {
    color: #ffffff;
    font-size: 2rem;
    margin: 0 0 5px 0;
    font-weight: 500;
    line-height: 2.8rem;
}

h6 {
    font-size: 16px;
    color: #888888;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0 0 60px 0;
}

p {
    line-height: 24px;
    margin: 0;
}

.bg-page {
    background: #fff;
    padding: 2rem;
}

    .bg-page .bg-subpage {
        background-image: url(../img/subpage-bg.jpeg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 2rem;
        /* position: absolute; */
        width: 100%;
        height: 400px;
        background-color: white;
    }

    .bg-page p {
        padding: 1rem;
    }

    .bg-page .about {
        width: 80%;
        margin: auto;
    }

        .bg-page .about p {
            padding: 3rem 8rem 5rem 8rem;
        }

        .bg-page .about .about-item {
            padding: 2rem 4rem;
            display: flex;
            align-items: center;
        }

.about .about-footer {
    padding: 2rem 0rem 5rem 0rem;
}

.bg-page .about .about-item div {
    margin: 10px 8px;
    padding: 6px;
}

.bg-page .about .about-item .icon {
    width: 80px;
}

.bg-page .about .about-item .text {
    width: calc(100% - 90px);
    text-align: left;
}

.bg-page .about .about-item:nth-child(even) {
    background: #D9F5EC;
}

.bg-page .bg-subpage h1 {
    text-align: center;
    line-height: 150px;
    font-size: 4rem;
    color: #fff;
}

    .bg-page .bg-subpage h1.high {
        line-height: 44px;
        font-size: 3rem;
        padding: 7rem;
    }

.bg-page .inner-page {
    background: #fff;
    padding: 5rem 0;
    margin-top: -170px;
}

/* Menu Styles
---------------------------------*/
.header {
    width: 90%;
    margin: auto;
}

.navbar.navbar-fixed-top.fixed-theme {
    background-color: #222;
    border-color: #080808;
    box-shadow: 0 0 5px rgba(0,0,0,.8);
}

.navbar-brand.fixed-theme {
    font-size: 18px;
}

.navbar-container.fixed-theme {
    padding: 0;
}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container {
    transition: 0.8s;
    -webkit-transition: 0.8s;
}
/* Header Styles
---------------------------------*/
.navbar-nav > li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}

.navbar-nav > li.menu-item a {
    cursor: pointer;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
    color: #f1f1f1;
}

.navbar-nav > li .menu-account {
    padding: 0.9rem 0;
    /* border: 1px solid #ffffff; */
    margin: 1.7rem 0 1.7rem 2rem;
    border-radius: 30rem;
    overflow: hidden;
}

    .navbar-nav > li .menu-account a {
        padding: 1.2rem 4rem;
        border-radius: 30rem;
        font-weight: 600;
        font-size: 1.35rem
    }

        .navbar-nav > li .menu-account a:first-child {
            margin-right: -30px;
        }

            .navbar-nav > li .menu-account a:first-child:hover {
                background: #f1eeee42;
            }

        .navbar-nav > li .menu-account a:last-child:hover {
            background: #fbfbfbde;
        }

        .navbar-nav > li .menu-account a:last-child {
            background: #fff;
            color: #0a153e;
            margin-right: -1px;
        }

.navbar-toggle .icon-bar {
    background: #fff;
    display: block;
    width: 32px;
    height: 3px;
    border-radius: 1px;
    margin: 5px;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 0px;
    padding: 14px 10px;
    margin-top: 10px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: right;
        margin: 0;
    }

        .navbar-nav > li > a {
            padding: 2.8rem 1.5rem;
        }

        .navbar-nav.navbar-right:last-child {
            margin-right: -15px;
        }
}

.logo {
    height: 37px;
}

#header {
    background-image: linear-gradient(to right, #FF8126, #FF117E);
    /*background-image: url("../img/top-bar.png");*/
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    border: unset !important;
    margin: 0 !important;
}

.overlay:before {
    content: "";
    background-image: linear-gradient(to right, #FF8126, #FF117E);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

/* .overlay.black:before {
    background-image: linear-gradient(to right, rgba(11, 21, 62, 0.7), rgba(66, 80, 75, 0.5));
}

.overlay.green:before {
    background-image: linear-gradient(to right, #10bf8d85, #0a153ead);
}
*/
.slider {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.slider-case {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.slider-center {
    display: table-cell;
    vertical-align: middle;
}

.home {
    text-align: center;
    background-image: linear-gradient(to right, #FF8126, #FF117E);
    /*background-image: url(../img/araclar.png);*/
}

.home-slider {
    text-align: left;
    padding: 0 4rem;
}

    .home-slider a img {
        width: 20rem;
    }

.slider h1 {
    font-size: 7.5rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-align: left;
}

.we-create {
    padding: 0;
    margin: 4rem 0;
}

.phone-video-slider {
    height: 554px;
    width: 278px;
    text-align: left;
    background: url(../img/home-phone.png);
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 20px;
    position: absolute;
    overflow: hidden;
    margin-left: auto;
    margin-top: -32px;
    right: 0;
}


.otopark {
    background-image: url(../img/otopark-bg.png);
}

.otopark-slider {
}

    .otopark-slider .img-slider {
        margin-top: 14%;
    }

    .otopark-slider h1 {
        font-size: 5rem;
    }

    .otopark-slider .we-create {
        padding: 0;
        /* margin: 4rem 0; */
    }


.vale {
    background-image: url(../img/vale-slider.jpg);
}

.vale-slider .img-slider img {
    margin-top: -68px;
}

.vale-slider .img-slider {
    margin-bottom: -120px;
    text-align: right;
}

.vale-slider h1 {
    font-size: 6rem;
}

.vale-slider .we-create {
    padding: 0;
    margin: 4rem 0;
    text-shadow: 0px 0px 10px #0a153e75;
}


.yikama {
    background-image: url(../img/yikama-slider.png);
}

.yikama-slider .img-slider {
    margin-top: 9%;
}

.yikama-slider h1 {
    font-size: 5rem;
}

.yikama-slider .we-create {
    padding: 0;
    margin: 4rem 0;
}

.partner {
    background-image: url(../img/partner.png);
}

.partner-slider {
    text-align: left;
}

    .partner-slider .img-slider {
        margin-top: 6%;
    }

    .partner-slider h1 {
        font-size: 5.5rem;
    }

    .partner-slider .we-create {
        padding: 0;
        margin: 4rem 0;
    }


.wp-pic {
    margin-bottom: 20px;
}

.we-create li {
    display: inline-block;
    font-size: 3rem;
    color: #ffffff;
    font-weight: 400;
    line-height: 42px;
    margin: 0;
}

    .we-create li:first-child {
        background: none;
    }

.phone-video-slider video {
    height: 519px;
    width: 239px;
    background: #18461d;
    border-radius: 2rem;
}

.start-button {
    padding-left: 0px;
}

    .start-button li a {
        color: #fff;
    }

.section4 video {
    width: 90%;
    border-radius: 10px;
}
/* Navigation
---------------------------------*/
.page-nav-outer {
    padding: 0px;
    border-bottom: 1px solid #dddddd;
    box-shadow: 0 4px 5px -3px #ececec;
    position: relative;
    background: #0a153e;
}

.page-nav {
    text-align: center;
    padding: 0;
    list-style: none;
    margin: 0;
}

    .page-nav li {
        display: inline;
        margin: 0 1px;
    }

        .page-nav li a {
            display: inline-block;
            font-weight: 500;
            font-size: 1.7rem;
            color: #ffffff;
            text-decoration: none;
            padding: 2.5rem 2.5% 2.5rem 5%;
            margin: 0 5rem;
            transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            border-bottom: 3px solid transparent;
        }

    .page-nav .page-nav-item:hover a {
        color: #12d69a;
        border-bottom: 3px solid #12d69a;
    }

    .page-nav .page-nav-item.active a {
        color: #ffffff;
        border-bottom: 3px solid #12d69a;
    }

.page-nav-link:before {
    content: "";
    position: absolute;
    margin-left: -50px;
    margin-top: -3px;
    width: 40px;
    height: 30px;
}

.page-nav-link.nav-otopark:before {
    background: url(../img/svg/otopark.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.page-nav-link.nav-vale:before {
    background: url(../img/svg/vale.svg);
    background-position: center;
    background-repeat: no-repeat;
}


.page-nav-link.nav-otoyikama:before {
    background: url(../img/svg/otoyikama.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.page-nav-item.active .page-nav-link.nav-otopark:before,
.page-nav-item:hover .page-nav-link.nav-otopark:before {
    background: url(../img/svg/otopark2.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.page-nav-item.active .page-nav-link.nav-vale:before,
.page-nav-item:hover .page-nav-link.nav-vale:before {
    background: url(../img/svg/vale2.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.page-nav-item.active .page-nav-link.nav-otoyikama:before,
.page-nav-item:hover .page-nav-link.nav-otoyikama:before {
    background: url(../img/svg/otoyikama2.svg);
    background-position: center;
    background-repeat: no-repeat;
}

/* Otopark */
.page-nav-link.nav-Kiosk:before {
    background: url(../img/svg/kiosk.svg);
    background-repeat: no-repeat;
}

.page-nav-item.active .page-nav-link.nav-Kiosk:before,
.page-nav-item:hover .page-nav-link.nav-Kiosk:before {
    background: url(../img/svg/kiosk2.svg);
    background-repeat: no-repeat;
}

.page-nav-link.nav-Kamera:before {
    background: url(../img/svg/camera.svg);
    background-size: 28px;
    background-repeat: no-repeat;
}

.page-nav-item.active .page-nav-link.nav-Kamera:before,
.page-nav-item:hover .page-nav-link.nav-Kamera:before {
    background: url(../img/svg/camera2.svg);
    background-size: 28px;
    background-repeat: no-repeat;
}

.page-nav-link.nav-Bariyer:before {
    background: url(../img/svg/bariyer.svg);
    background-repeat: no-repeat;
    background-size: 42px;
}

.page-nav-item.active .page-nav-link.nav-Bariyer:before,
.page-nav-item:hover .page-nav-link.nav-Bariyer:before {
    background: url(../img/svg/bariyer2.svg);
    background-repeat: no-repeat;
    background-size: 42px;
}
/* Vale */
.page-nav-link.nav-qrBilet:before {
    background: url(../img/svg/qr-bilet.svg);
    background-repeat: no-repeat;
}

.page-nav-item.active .page-nav-link.nav-qrBilet:before,
.page-nav-item:hover .page-nav-link.nav-qrBilet:before {
    background: url(../img/svg/qr-bilet2.svg);
    background-repeat: no-repeat;
}

.page-nav-link.nav-DijitalVale:before {
    background: url(../img/svg/digital-vale.svg);
    background-repeat: no-repeat;
}

.page-nav-item.active .page-nav-link.nav-DijitalVale:before,
.page-nav-item:hover .page-nav-link.nav-DijitalVale:before {
    background: url(../img/svg/digital-vale2.svg);
    background-repeat: no-repeat;
}

.page-nav-link.nav-MobilPTS:before {
    background: url(../img/svg/mobil-pts.svg);
    background-repeat: no-repeat;
}

.page-nav-item.active .page-nav-link.nav-MobilPTS:before,
.page-nav-item:hover .page-nav-link.nav-MobilPTS:before {
    background: url(../img/svg/mobil-pts2.svg);
    background-repeat: no-repeat;
}
/* Yikama */
.page-nav-link.nav-yikamabilgileri:before {
    background: url(../img/svg/yikama-bilgileri.svg);
    background-repeat: no-repeat;
    background-size: 34px;
}

.page-nav-item.active .page-nav-link.nav-yikamabilgileri:before,
.page-nav-item:hover .page-nav-link.nav-yikamabilgileri:before {
    background: url(../img/svg/yikama-bilgileri2.svg);
    background-repeat: no-repeat;
    background-size: 34px;
}

.page-nav-link.nav-ekipyonetimi:before {
    background: url(../img/svg/ekip-yonetimi.svg);
    background-repeat: no-repeat;
    background-size: 38px;
}

.page-nav-item.active .page-nav-link.nav-ekipyonetimi:before,
.page-nav-item:hover .page-nav-link.nav-ekipyonetimi:before {
    background: url(../img/svg/ekip-yonetimi2.svg);
    background-repeat: no-repeat;
    background-size: 38px;
}

.page-nav-link.nav-mobilodeme:before {
    background: url(../img/svg/mobilo-odeme.svg);
    background-repeat: no-repeat;
}

.page-nav-item.active .page-nav-link.nav-mobilodeme:before,
.page-nav-item:hover .page-nav-link.nav-mobilodeme:before {
    background: url(../img/svg/mobilo-odeme2.svg);
    background-repeat: no-repeat;
}

.chat-icon {
    background: #c3edcd;
    width: 74px;
    height: 74px;
    position: absolute;
    right: 40px;
    top: 20px;
    text-align: center;
    border-radius: 50%;
    padding: 1.7rem 0;
}
/* Services
---------------------------------*/

.service-list {
    padding: 0 0 0 0;
    font-size: 14px;
    margin-bottom: 40px;
}

.service-list-col1 {
    float: left;
    width: 60px;
}

    .service-list-col1 i {
        font-style: normal;
        font-size: 38px;
        display: block;
        color: #222;
        font-family: 'FontAwesome';
        line-height: 38px;
    }

.service-list-col2 {
    overflow: hidden;
}

.section1 {
    background: url("../img/otopark-vale-yikama-servisleri.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 55%;
    padding: 8rem 0 14rem 0;
}

#OtoparkSection {
    padding: 11rem 0 11rem 0;
    background: url(../img/Parkjet_Barrier_2.29.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 11rem 0;
}

#ekipyonetimiSection {
    background: url("../img/yikama-section.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8rem 0;
}

    #ekipyonetimiSection figure img {
        width: 100%;
        max-width: 243px;
    }

    #ekipyonetimiSection .featured-work {
        padding: 6rem 0;
    }

    #ekipyonetimiSection .featured-box {
        margin: 1rem 0;
    }

    #ekipyonetimiSection img {
        max-width: 313px;
    }

#yikamabilgileriSection figure img {
    width: 100%;
    max-width: 243px;
}

#yikamabilgileriSection .featured-work {
    padding: 9rem 0;
}

    #yikamabilgileriSection .featured-work h2 {
        margin-bottom: 4rem;
    }

#bariyerSection {
    background: url("../img/Parkjet_Barrier_2.29.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 11rem 0;
}

    #bariyerSection h3 {
        font-size: 16px;
    }

    #bariyerSection .featured-box-col1 {
        width: 60px !important;
        height: 60px;
        padding: 0 !important;
        line-height: 60px;
        text-align: center;
    }

        #bariyerSection
        .featured-box-col1.fa2x img {
            height: auto;
            width: 46px;
        }

    #bariyerSection .featured-box img {
        width: 35px;
        text-align: center;
    }

#OtoYikamaSection {
    background: url("../img/arac-yikama.png");
    background-position: bottom -10% right -2%;
    background-repeat: no-repeat;
    background-size: auto 88%;
    padding: 14rem 0 4rem 0;
}

.section2 {
    background: url("../img/Group-12.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 9rem 0 8rem 0;
}

    .section2 .featured-box {
        margin-bottom: 1.3em;
    }

    .section2 figure img {
        max-width: 286px;
        width: 100%;
    }

.section3 {
    background: url("../img/section3-bg.png");
    background-position: bottom 54% left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10rem 0;
}


.section5 {
    background: url("../img/Bitssmap.png");
    background-position: bottom 54% left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 11rem 0 6rem 0;
    color: #fff;
}

.section7 {
    background: url("../img/Rectangle-3.png");
    background-position: bottom 54% left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8rem 0;
    color: #fff;
}

.section8 .input-group {
    max-width: 470px;
}

.section6 {
    padding: 11rem 0 11rem 0;
}

    .section6 img {
        width: 100%;
        max-width: 1149px;
        margin-top: 14px;
        margin-bottom: -3rem;
    }

.vale-section6 {
    background: #f9f9f9;
}

.price-desktop .table {
    margin-bottom: 7rem;
}

.otopark-section6 {
    background: #f9f9f9;
}

.sub-page {
    padding: 6rem 0 3rem 0;
}

    .sub-page.bg-page {
        padding: 0;
    }

    .sub-page .container {
        /* border-bottom: 1px solid #f7f7f7; */
        padding-bottom: 1rem;
    }

section {
    padding: 9rem 0;
    position: relative;
}

.section14 {
    padding: 8rem 0 22rem 0;
    position: relative;
}

.section15 {
    padding: 4rem 0 26rem 0;
    position: relative;
}

.section16 {
    background: #f1f1f1;
    font-size: 15px;
    text-align: center;
}

    .section16 h3 {
        color: #000;
    }

    .section16 .owl-item .item {
        border: unset;
    }

    .section16 .logo-musteri-yorumlari {
        color: #737373;
        font-size: 2rem;
        text-transform: uppercase;
        height: 40px;
        text-align: center;
        margin: 1rem auto 3rem auto;
    }

        .section16 .logo-musteri-yorumlari img {
            height: 100%;
            width: auto;
            margin: auto;
        }

    .section15 h2, .section14 h2, .section16 h2 {
        font-size: 2.8rem;
        font-weight: 600;
    }

.section10 {
    background: url("../img/qr-section.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 612px auto;
    padding: 11rem 0;
}

.section9 {
    background: url("../img/camera-bg.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 24%;
}


    .section9 h3 {
        color: #000;
        font-size: 14px;
        line-height: 30px;
        padding: 0.6rem 0;
    }

    .section9 .featured-box {
    }

    .section9 .featured-box-col1 {
        width: 44px !important;
        height: 44px !important;
        text-align: center;
        line-height: 65px;
        padding: 0;
    }

        .section9 .featured-box-col1 img {
            width: 36px;
            max-height: 34px;
        }

#MobilPTSSection {
    background: url("../img/plaka-tanima-sistemi.png");
    background-position: left 22% bottom;
    background-repeat: no-repeat;
    background-size: 458px;
    padding: 11rem 0;
}


    #MobilPTSSection h3 {
        color: #000;
        font-size: 14px;
        line-height: 30px;
        padding: 0.6rem 0;
    }

    #MobilPTSSection .featured-box {
    }

    #MobilPTSSection .featured-box-col1 {
        width: 44px !important;
        height: 44px !important;
        text-align: center;
        line-height: 38px;
        padding: 0;
    }

        #MobilPTSSection .featured-box-col1 img {
            width: 26px;
            max-height: 34px;
        }

.section-blank {
    padding: 4rem 0;
}

#mobilodeme h3 {
    color: #716f6f;
    font-size: 14px;
    line-height: 30px;
    padding: 0.6rem 0;
}

#mobilodeme .featured-box-col1 {
    width: 74px !important;
    height: 74px !important;
    text-align: center;
    line-height: 38px;
    padding: 0;
    display: block;
    float: unset;
    margin: auto auto 1rem auto;
}

#mobilodeme .featured-work {
    padding: 3% 0;
}

.mobilodeme figure img {
    width: 100%;
    max-width: 303px;
}

#DijitalValeSection {
    background: url("../img/vale-park.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 11rem 0;
}


    #DijitalValeSection h3 {
        color: #fff;
        font-size: 14px;
        line-height: 30px;
        padding: 0.6rem 0;
    }

    #DijitalValeSection h2 {
        color: #fff;
    }

#MobilPTSSection .featured-box-col1 {
    width: 44px !important;
    height: 44px !important;
    text-align: center;
    line-height: 38px;
    padding: 0;
}

    #MobilPTSSection .featured-box-col1 img {
        width: 26px;
        max-height: 34px;
    }

.section5 figure {
    margin-bottom: -11rem;
    padding-top: 1rem;
}

    .section5 figure img {
        max-width: 322px;
        width: 100%;
    }

.section2 figure {
    margin-bottom: -17rem;
}

#OtoparkSection h2, #OtoparkSection p {
    color: #fff;
}

#OtoparkSection h2 {
}

#OtoparkSection p {
}

#valeSection {
    padding: 4rem 0 0rem 0;
    background: #fff;
}

    #valeSection figure {
        margin-top: -5rem;
    }

#kioskSection .container > .row {
    position: relative;
}

    #kioskSection .container > .row:before {
        background: url("../img/kiosk-section.png");
        background-position: right 11% center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 475px;
        width: 122px;
        position: absolute;
        content: "";
        top: -23px;
        right: 0;
    }

#kioskSection h3 {
    color: #000;
    font-size: 14px;
    margin: 0;
}

#kioskSection .detail {
    color: #7d7d7d;
    font-size: 12px;
}

#kioskSection .featured-box {
    margin-bottom: 1.2em;
}

#kioskSection .featured-box-col1 {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    text-align: center;
    line-height: 38px;
    padding: 0;
}


.js-marquee {
    height: 56px;
    /* overflow: hidden; */
    /* position: relative; */
}

.left-marque, .right-marque {
    height: 56px;
    position: relative;
    overflow: hidden !important;
    margin: 0rem;
    padding: 0px;
}

.marque-case {
    margin: 5rem 0 7rem 0;
    position: relative;
}

    .marque-case:after {
        content: "";
        clear: both;
        display: table;
    }

.left-marque img,
.right-marque img {
    width: auto;
    height: 100%;
    margin: 0 4rem;
    line-height: 50px;
    text-align: center;
    display: inline-block;
}

.section4 .featured-work {
    padding: 6rem 0;
}

.featured-work h2 {
    text-align: left;
}

.section5 h2, .section7 h2 {
    color: #fff;
}

.section5 h2 {
    margin: 3rem 0;
}

.section6 .featured-work h2, .section7 .featured-work h2 {
    text-align: center;
}

#bariyerSection h2, #bariyerSection p {
    color: #fff;
}




.section11 h3 {
    color: #000;
    font-size: 14px;
    margin: 0;
}

.section11 .featured-box {
    margin-bottom: 1.2em;
}

.section11 .featured-box-col2 h3 {
    margin-top: 3px;
    margin-left: 10px;
}

.section11 .featured-box-col1 {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    text-align: center;
    line-height: 38px;
    padding: 0;
    border: 0;
    background: #fff;
    box-shadow: 3px 4px 14px 0px #88888891;
}

.section11 .featured-box img {
    width: 20px;
}

.section11 .featured-work h2, #tabs .section-title {
    font-size: 3rem;
}

.section11 .featured-work .title {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.section11 .featured-work {
    padding: 2rem 0;
}


/* Tabs*/
.tabsection {
    padding: 60px 0;
}

.onboard .tabsection {
    padding: 0 !important;
}

#tabs .section-title {
    text-align: center;
    font-weight: 500;
    margin-bottom: 2rem;
}

#tabs .nav-tabs {
    text-align: center;
    border-bottom: 2px solid #13d69a;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
    color: #13d69a !important;
}

#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    color: #b1b1b1;
    font-size: 17px;
    padding: 1.5rem 5rem;
    position: relative;
    display: inline-block;
    font-weight: 600;
    line-height: 3rem;
}

#nav-tab .otopark-tab:before,
#nav-tab .yikama-tab:before,
#nav-tab .vale-tab:before {
    content: "";
    position: absolute;
    margin-left: -40px;
    margin-top: -3px;
    width: 40px;
    height: 30px;
}

#nav-tab .vale-tab:before {
    background: url(../img/svg/vale.svg);
    background-position: center;
    background-repeat: no-repeat;
}

#nav-tab .otopark-tab:before {
    background: url(../img/svg/otopark.svg);
    background-position: center;
    background-repeat: no-repeat;
}

#nav-tab .yikama-tab:before {
    background: url(../img/svg/otoyikama.svg);
    background-position: center;
    background-repeat: no-repeat;
}

#nav-tab .otopark-tab.active:before,
#nav-tab .otopark-tab:hover:before {
    background: url(../img/svg/otopark2.svg);
    background-position: center;
    background-repeat: no-repeat;
}

#nav-tab .vale-tab.active:before,
#nav-tab .vale-tab:hover:before {
    background: url(../img/svg/vale2.svg);
    background-position: center;
    background-repeat: no-repeat;
}

#nav-tab .yikama-tab.active:before,
#nav-tab .yikama-tab:hover:before {
    background: url(../img/svg/otoyikama2.svg);
    background-position: center;
    background-repeat: no-repeat;
}

/* Price Section
---------------------------------*/
.price-desktop {
    /* margin: auto; */
}

.tab-pane {
    padding: 4rem 0;
}

.onboard .tab-pane {
    padding-top: 4rem;
    padding-bottom: 0;
}

.price-table-heading .title {
    height: 6rem;
    line-height: 6rem;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: 10px 10px 0 0;
    text-overflow: ellipsis;
}

.price-table-heading {
    padding: 0 0.5rem !important;
    margin: 0;
}

.price-desktop .col-1 {
    width: 17%;
}

.price-desktop .col-2, .price-desktop .col-3, .price-desktop .col-4, .price-desktop .col-5, .price-desktop .col-6, .price-desktop .col-7 {
    width: 13%;
}

.price-desktop .col-1, .price-desktop .col-2, .price-desktop .col-3, .price-desktop .col-4, .price-desktop .col-5, .price-desktop .col-6, .price-desktop .col-7 {
    padding: 0rem 0 !important;
    border: unset;
    position: relative;
    vertical-align: middle;
}

.price-desktop .col-7 {
    padding-right: 0 !important;
}

.price-desktop .table tbody tr:last-child {
    background: #fff !important;
}

    .price-desktop .table tbody tr:last-child td.col-2 .price-table-footer,
    .price-desktop .table tbody tr:last-child td.col-3 .price-table-footer,
    .price-desktop .table tbody tr:last-child td.col-4 .price-table-footer,
    .price-desktop .table tbody tr:last-child td.col-5 .price-table-footer,
    .price-desktop .table tbody tr:last-child td.col-6 .price-table-footer,
    .price-desktop .table tbody tr:last-child td.col-7 .price-table-footer {
        height: 5rem;
    }

    .price-desktop .table tbody tr:last-child td.col-2:before,
    .price-desktop .table tbody tr:last-child td.col-3:before,
    .price-desktop .table tbody tr:last-child td.col-4:before,
    .price-desktop .table tbody tr:last-child td.col-5:before,
    .price-desktop .table tbody tr:last-child td.col-6:before,
    .price-desktop .table tbody tr:last-child td.col-7:before {
        height: 5rem;
        border-bottom: 1px solid #e7e2e2;
        border-radius: 0 0 12px 12px;
    }

.price-desktop tbody .col-2:before,
.price-desktop tbody .col-3:before,
.price-desktop tbody .col-4:before,
.price-desktop tbody .col-5:before,
.price-desktop tbody .col-6:before,
.price-desktop tbody .col-7:before {
    background: #fff;
    border-right: 1px solid #e7e2e2;
    border-left: 1px solid #e7e2e2;
    content: "";
    position: absolute;
    width: calc(100% - 10px);
    height: 100%;
    left: 5px;
    top: 0;
    z-index: 0;
    right: 0.2rem;
}

.price-desktop tfooter .col-2:before,
.price-desktop tbody .col-3:before,
.price-desktop tbody .col-4:before,
.price-desktop tbody .col-5:before,
.price-desktop tbody .col-6:before,
.price-desktop tbody .col-7:before {
    background: #fff;
    border-right: 1px solid #e7e2e2;
    border-left: 1px solid #e7e2e2;
    content: "";
    position: absolute;
    width: calc(100% - 10px);
    height: 100%;
    left: 5px;
    top: 0;
    z-index: 0;
    right: 0.2rem;
}

.price-desktop thead .col-2:before,
.price-desktop thead .col-3:before,
.price-desktop thead .col-4:before,
.price-desktop thead .col-5:before,
.price-desktop thead .col-6:before,
.price-desktop thead .col-7:before {
    content: "";
    position: absolute;
    width: calc(100% - 10px);
    height: 100%;
    left: 5px;
    top: 0;
    z-index: 0;
    right: 1px;
    border-radius: 9px 9px 0 0;
}

.price-desktop tbody .col-2 .price-table-item,
.price-desktop tbody .col-3 .price-table-item,
.price-desktop tbody .col-4 .price-table-item,
.price-desktop tbody .col-5 .price-table-item,
.price-desktop tbody .col-6 .price-table-item,
.price-desktop tbody .col-7 .price-table-item {
    padding: 2rem 0.5rem !important;
    z-index: 1;
    position: relative;
}

.price-desktop thead .col-2 .title,
.price-desktop thead .col-3 .title,
.price-desktop thead .col-4 .title,
.price-desktop thead .col-5 .title,
.price-desktop thead .col-6 .title,
.price-desktop thead .col-7 .title {
    z-index: 1;
    position: relative;
}

.owl-stage .owl-item:nth-child(1) .title,
.price-desktop thead .col-2:before {
    background: rgba(18,214,154,0.18);
}

.owl-stage .owl-item:nth-child(2) .title,
.price-desktop thead .col-3:before {
    background: rgba(18,214,154,0.31);
}

.owl-stage .owl-item:nth-child(3) .title,
.price-desktop thead .col-4:before {
    background: rgba(18,214,154,0.45);
}

.owl-stage .owl-item:nth-child(4) .title,
.price-desktop thead .col-5:before {
    background: rgba(18,214,154,0.62);
}

.owl-stage .owl-item:nth-child(5) .title,
.price-desktop thead .col-6:before {
    background: rgba(18,214,154,0.82);
}

.owl-stage .owl-item:nth-child(6) .title,
.price-desktop thead .col-7:before {
    background: #12d69a;
}

.price-desktop tr:nth-child(even) {
    background: rgba(151, 151, 151, 0.09);
}

.price-table-item.price-desc {
    text-align: center;
    width: 100%;
}

.owl-item .price-table-item.price-desc {
    line-height: 3.5rem;
    text-align: center;
}

.owl-next i,
.owl-prev i {
    color: #12d69a;
    font-size: 6rem;
}

.owl-next.disabled i,
.owl-prev.disabled i {
    color: #f6f6f6;
}

.owl-next {
    position: absolute;
    right: -36px;
    top: 50%;
}

.owl-prev {
    position: absolute;
    left: -36px;
    top: 50%;
}

.col-1 .price-table-item.price-desc {
    text-align: right;
    padding-right: 10px;
}

.price-table-item.price-desc .fa {
    color: #12d69a;
    font-size: 2rem;
}

.price-table-item.price-desc .item-desc {
    font-weight: 400;
    color: #6d6b6b;
    font-size: 1.2rem;
    display: inline-block;
    line-height: 1rem;
    margin-left: 0.3rem;
}

.price-table-item.price-desc {
    font-weight: 500;
    color: #0a153d;
    font-size: 1.3rem;
}
/* tabs- owl
---------------------------------*/
.owl-item .price-table-item.price-desc {
    background: #fff;
    line-height: 3rem;
    padding: 1rem 0.5rem !important;
}

.owl-item .price-table-heading {
    padding: 0 !important;
    margin: 0;
}

.owl-item .item {
    border: 1px solid #d4d4d4;
    border-top: unset;
    border-radius: 2rem;
    overflow: hidden;
    width: 100%;
}

.owl-item .price-table-item:nth-child(even) {
    background-color: rgba(204, 198, 198, 0.09);
}

.price-info {
    font-weight: 500;
    color: #0a153d;
    font-size: 1.3rem;
    width: 100%;
    text-align: right;
}

/* Featured Work
---------------------------------*/
.featured-work {
    font-size: 14px;
}

.featured-box {
    margin-bottom: 3em;
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}


#mobilodeme .featured-box {
    display: inline-block;
    margin-bottom: 3em;
}

    #mobilodeme .featured-box .featured-box-col2 {
        float: unset;
        display: block;
        margin: auto;
        text-align: center;
    }

.featured-box .fa2x img {
    width: 40px;
    height: 100%;
}

.featured-box.level-4 {
    margin-left: 5rem;
}

.featured-box.level-3 {
    margin-left: 16rem;
}

.featured-box img {
    height: auto;
    width: 27px;
    margin-top: 0px;
}

.featured-box.level-2 {
    margin-left: 28rem;
}

.featured-box.level-1 {
    margin-left: 41rem;
}

.featured-box h3 {
    margin-bottom: 5px;
}

.featured-box p {
    line-height: 24px;
    padding: 0;
}

.featured-work p.padding-b {
    padding-bottom: 3rem;
    font-size: 1.5rem;
    line-height: 2.6rem;
    font-weight: 500;
}

.featured-box-col1 {
    width: 69px !important;
    height: 69px;
    min-width: 69px;
    min-height: 69px;
    line-height: 66px;
    text-align: center;
    border: 1px solid #12d69a;
    border-radius: 50%;
    float: left;
    overflow: hidden;
    margin-right: 14px;
}

.featured-box-col1, .featured-box-col2 {
    margin: 1rem 0 1rem 1rem;
}

    .featured-box-col1:before {
    }

    .featured-box-col1 i {
        display: block;
        line-height: 69px;
        font-family: 'FontAwesome';
        font-size: 34px;
        color: #12d69a;
        font-style: normal;
    }

.featured-box-col2 {
    overflow: hidden;
    float: left;
}

.featured-box.magic {
    background: url(../img/clear/magic.png) left top no-repeat;
}

.featured-box.packaged {
    background: url(../img/clear/packaged.png) left top no-repeat;
}

.featured-box.seo {
    background: url(../img/clear/seo.png) left top no-repeat;
}

.mat {
    color: #0a153e9e;
}

/* ---------------------------------
    Icon Palet
---------------------------------*/
.o-palet-1, .o-palet-2, .o-palet-3, .o-palet-4, .o-palet-5, .o-palet-6, .o-palet-7, .o-palet-8, .o-palet-9, .o-palet-10, .o-palet-11, .o-palet-12, .o-palet-13, .o-palet-14 {
    background: url("../img/icon-palet/otopark-icon.png");
    background-repeat: no-repeat;
}

.o-palet-2 {
    background-position: top 2px left -283px;
    background-size: 374px;
}

.o-palet-1 {
    background-position: top -251px left -181px;
    background-size: 377px;
}

.o-palet-3 {
    background-position: top 0px left 1px;
    background-size: 276px;
}

.o-palet-4 {
    background-position: top -4px left -68px;
    background-size: 276px;
}

.o-palet-5 {
    background-position: top 1px left -142px;
    background-size: 276px;
}

.o-palet-6 {
    background-position: top -58px left 1px;
    background-size: 276px;
}

.o-palet-7 {
    background-position: top -63px left -79px;
    background-size: 296px;
}

.o-palet-8 {
    background-position: top -64px left -154px;
    background-size: 296px;
}

.o-palet-9 {
    background-position: top -133px left 0px;
    background-size: 296px;
}

.o-palet-10 {
    background-position: top -134px left -78px;
    background-size: 296px;
}

.o-palet-11 {
    background-position: top -134px left -156px;
    background-size: 296px;
}

.o-palet-12 {
    background-position: top -203px left -1px;
    background-size: 296px;
}

.o-palet-13 {
    background-position: top -203px left -78px;
    background-size: 296px;
}

.o-palet-14 {
    background-position: top -251px left -181px;
    background-size: 370px;
}

.v-palet-1, .v-palet-2, .v-palet-3, .v-palet-4, .v-palet-5, .v-palet-6, .v-palet-7 {
    background: url("../img/icon-palet/vale-icon.png");
    background-repeat: no-repeat;
}


.v-palet-2 {
    background-position: top 9px left -81px;
    background-size: 320px;
}

.v-palet-1 {
    background-position: top 9px left -180px;
    background-size: 320px;
}

.v-palet-3 {
    background-position: top 14px left -264px;
    background-size: 320px;
}

.v-palet-4 {
    background-position: top -59px left 11px;
    background-size: 282px;
}

.v-palet-5 {
    background-position: top -60px left -148px;
    background-size: 282px;
}

.v-palet-6 {
    background-position: top -62px left -67px;
    background-size: 282px;
}

.v-palet-7 {
    background-position: top 10px left 4px;
    background-size: 352px;
}

.y-palet-1, .y-palet-2, .y-palet-3, .y-palet-4, .y-palet-5, .y-palet-6, .y-palet-7, .y-palet-8, .y-palet-9 {
    background: url("../img/icon-palet/yikama-icon.png");
    background-repeat: no-repeat;
}

.y-palet-2 {
    background-position: top -167px left 8px;
    background-size: 370px;
}

.y-palet-1 {
    background-position: top 22px left -310px;
    background-size: 370px;
}

.y-palet-3 {
    background-position: top -70px left -309px;
    background-size: 370px;
}

.y-palet-4 {
    background-position: top -70px left -143px;
    background-size: 370px;
}

.y-palet-5 {
    background-position: top -72px left 6px;
    background-size: 370px;
}

.y-palet-6 {
    background-position: top -170px left -309px;
    background-size: 370px;
}

.y-palet-7 {
    background-position: top 8px left 6px;
    background-size: 296px;
}

.y-palet-8 {
    background-position: top 16px left -113px;
    background-size: 296px;
}

.y-palet-9 {
    background-position: top -131px left -104px;
    background-size: 296px;
}
/* Portfolio
---------------------------------*/
.Portfolio-nav {
    padding: 0;
    margin: 0 0 45px 0;
    list-style: none;
    text-align: center;
}

    .Portfolio-nav li {
        margin: 0 10px;
        display: inline;
    }

        .Portfolio-nav li a {
            display: inline-block;
            padding: 10px 22px;
            font-size: 12px;
            line-height: 20px;
            color: #222222;
            border-radius: 4px;
            text-transform: uppercase;
            font-family: 'Montserrat', sans-serif;
            background: #f7f7f7;
            margin-bottom: 5px;
            transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
        }

            .Portfolio-nav li a:hover {
                background: #7cc576;
                color: #fff;
                text-decoration: none;
            }

.portfolioContainer {
    margin: 0 auto;
    padding-left: 15px;
}

.Portfolio-box {
    text-align: center;
    margin-bottom: 30px;
    height: 350px;
    width: 350px;
    overflow: hidden;
    float: left;
    padding: 0;
}

    .Portfolio-box img {
        margin-bottom: 25px;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }

        .Portfolio-box img:hover {
            opacity: 0.6;
        }

.Portfolio-nav li a.current {
    background: #7cc576;
    color: #fff;
    text-decoration: none;
}

img {
    max-width: 100%;
}

/* no transition on .isotope container */

.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.main-section.paddind {
    padding-bottom: 60px;
}

/* Clients
---------------------------------*/
.client-part {
    background: url(../img/clear/section-bg1.jpg) center center no-repeat;
    background-size: cover;
    padding: 55px 0;
    text-align: center;
}

.client-part-haead {
    color: #fdfdfd;
    font-size: 28px;
    line-height: 41px;
    margin: 30px 0 10px;
    font-family: ''Open Sans',sans-serif';
    font-style: italic;
}

.client {
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
    text-align: center;
}

    .client li {
        display: inline;
        margin: 0 15px;
    }

        .client li a {
            display: inline-block;
        }

            .client li a img {
                margin-bottom: 15px;
                border-radius: 50%;
            }

            .client li a:hover {
                text-decoration: none;
            }

            .client li a h3 {
                color: #ffffff;
            }

            .client li a span {
                color: #f1f1f1;
            }

.quote-right {
    font-style: normal;
    width: 68px;
    height: 68px;
    margin: 0 auto;
    border: 2px solid #7cc576;
    border-radius: 50%;
    display: block;
    line-height: 68px;
    text-align: center;
    font-size: 27px;
    color: #7cc576;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

    .quote-right:hover {
        color: #fff;
        border: 2px solid #fff;
    }

.c-logo-part {
    background: #7cc576;
    padding: 25px 0;
    filter: alpha(opacity=60);
}

    .c-logo-part ul {
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }

        .c-logo-part ul li {
            display: inline;
            margin: 0 25px;
        }

        .c-logo-part ul a {
            display: inline-block;
            margin: 0 20px;
        }

.main-section.team {
    padding: 85px 0;
}

    .main-section.team h6 {
        margin-bottom: 40px;
    }


/* Team
---------------------------------*/
.team-leader-block {
    max-width: 993px;
    margin: 0 auto;
}

.team-leader-box {
    width: 30.66%;
    margin-right: 3.82979%;
    height: 490px;
    overflow: hidden;
    text-align: center;
    float: left;
}

    .team-leader-box span {
        margin-bottom: 24px;
        display: block;
    }

    .team-leader-box:nth-of-type(3n+0) {
        margin: 0;
    }

.team-leader {
    width: auto;
    height: auto;
    position: relative;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 7px rgba(241,241,241,0.80);
    margin: 7px 7px 25px 7px;
}

.team-leader-shadow {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    border-radius: 50%;
}

    .team-leader-shadow a {
        display: block;
        width: 100%;
        height: 100%;
    }

.team-leader:hover .team-leader-shadow {
    box-shadow: inset 0px 0px 0px 148px rgba(17,17,17,0.80);
}

.team-leader:hover ul {
    display: block;
    opacity: 1
}

.team-leader img {
    display: block;
    border-radius: 50%;
}

.team-leader ul {
    display: block;
    opacity: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: -14px;
    z-index: 15;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

    .team-leader ul li {
        display: inline;
        margin: 0 11px;
    }

        .team-leader ul li a {
            font-family: 'FontAwesome';
            display: inline-block;
            font-size: 28px;
            color: #fff;
            transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
        }

            .team-leader ul li a:hover, .team-leader ul li a:focus {
                text-decoration: none;
            }

            .team-leader ul li a.fa-twitter:hover {
                color: #55acee;
            }

            .team-leader ul li a.fa-facebook:hover {
                color: #3b5998;
            }

            .team-leader ul li a.fa-pinterest:hover {
                color: #cb2026;
            }

            .team-leader ul li a.fa-google-plus:hover {
                color: #dd4b39;
            }

/* Talk Business
---------------------------------*/
.business-talking {
    background: url(../img/clear/section-bg2.jpg) top center no-repeat;
    background-size: cover;
    padding: 60px 0 10px;
    text-align: center;
}

    .business-talking h2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        padding: 0;
        margin: 20px 0 70px;
        text-transform: uppercase;
        font-size: 42px;
        color: #fff;
    }


/* Contact
---------------------------------*/
.main-section.contact {
    text-align: left;
}

.main-section.contact {
    padding: 8rem 0;
}

.contact-info-box {
    font-size: 16px;
    margin: 0 0 2rem 0;
}

    .contact-info-box.address.clearfix {
        margin-top: 3rem;
    }

    .contact-info-box h3 {
        font-size: 15px;
        font-weight: 400;
        float: left;
        width: 26px;
        margin-right: 12px;
        line-height: 28px;
        margin-top: 2px;
    }

        .contact-info-box h3 i {
            font-style: normal;
            font-size: 18px;
            color: #13d69a;
            font-family: 'FontAwesome';
            font-weight: normal;
            margin-right: 7px;
        }

    .contact-info-box span {
        line-height: 28px;
        display: block;
        overflow: hidden;
    }

.social-link {
    display: block;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .social-link li {
        float: left;
        margin-right: 20px;
    }

        .social-link li:last-child {
            margin: 0;
        }

        .social-link li a {
            display: block;
            text-align: center;
            line-height: 50px;
            font-size: 25px;
            color: #d3dee3;
            transition: all 0.3s ease-in-out;
        }

            .social-link li a:hover, .social-link li a:focus {
                text-decoration: none;
            }

.twitter a:hover {
    color: #55acee;
}

.facebook a:hover {
    color: #3b5998;
}

.pinterest a:hover {
    color: #cb2026;
}

.gplus a:hover {
    color: #dd4b39;
}

.dribbble a:hover {
    color: #ea4c89;
}

.contact h2 {
    margin-bottom: 6rem;
}

.input-text {
    padding: 1rem 2rem;
    border: 1px solid #979797;
    width: 100%;
    height: auto;
    display: block;
    font-size: 15px;
    color: #0A153E;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 15px 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 20px;
}

.custom-file {
    width: 100%;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.3rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 1.3rem + 2px);
    margin: 0;
    opacity: 0;
}

    .custom-file-input:focus ~ .custom-file-label {
        box-shadow: none !important;
    }

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #5fccff;
        box-shadow: 0 0 0 0.2rem rgba(88,103,221,.25);
    }

.form-group label {
    font-size: 1rem;
    font-weight: 400;
}

.custom-file-label {
    text-align: left;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 1.3rem + 2px);
    padding: .65rem 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #e2e5ec;
    border-radius: 4px;
}

    .custom-file-label:after {
        float: left;
    }

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: calc(1.5em + 1.3rem);
        padding: .65rem 1rem;
        line-height: 1.5;
        color: #495057;
        content: "\f0c6";
        background: unset;
        border: unset;
        display: inline-block;
        font: normal normal normal 18px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 1.8rem;
        color: #a8a8a8;
    }

.register .custom-file-label::after {
    content: "\f0c6";
    background: unset;
    border: unset;
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.8rem;
    color: #a8a8a8;
}

.custom-file-label {
    line-height: 20px !important;
}

.contactForm .input-text {
    background: transparent;
    border: 1px solid #e8e8e8;
    box-shadow: unset;
}

.place-holder::-webkit-input-placeholder {
    color: #0A153E;
    border-radius: 20px;
}

.place-holder:-ms-input-placeholder {
    color: #0A153E;
    border-radius: 20px;
}

.place-holder::placeholder {
    color: #0A153E;
    border-radius: 20px;
}

.input-text:focus {
    border: 1px solid #13d69a;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area {
    height: 165px;
    resize: none;
    overflow: auto;
}

.phone-text {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #fff !important;
    border-radius: 20px 0 0 20px;
}

.play-btn {
    max-width: 180px;
}

.phone-btn {
    background: #fff;
    color: #12d69a;
    padding: 1.5rem 3rem;
    border-radius: 0 20px 20px 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid #fff !important;
}

.location-btn {
    background: #0a153e;
    color: #ffffff;
    padding: 1.5rem 2rem;
    border-radius: 0 20px 20px 0;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #0a153e !important;
}

.verification-btn {
    background: #51E5B8;
    color: #ffffff;
    font-size: 1.2rem;
    border-radius: 0 20px 20px 0;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #52e5b8 !important;
    height: 36px;
}

.newsletter-btn {
    background: #0a153e;
    color: #ffffff;
    padding: 0.8rem 1.5rem !important;
    border-radius: 0 20px 20px 0;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #0a153e !important;
    height: 40px;
}

    .newsletter-btn img {
        width: 21px;
    }

.location-btn img {
    width: 30px;
}

.location-text {
    border: 1px solid #0a153e !important;
    border-radius: 20px 0 0 20px;
}

.section7 .input-group {
    max-width: 700px;
    margin: 0rem auto 3rem auto;
}

.input-btn {
    background: #12d69a;
    padding: 1rem 3rem;
    border-radius: 26px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    border: 0px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

#sozlesme1 .btn.btn-danger, #sozlesme2 .btn.btn-danger {
    border-radius: 26px !important;
    padding: .9rem 3rem;
}

.input-btn:hover {
    background: #02b780;
    color: #fff;
}

.input-group > .form-control, .input-group > .form-control-plaintext {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group-append {
    margin-left: -1px;
    display: flex;
}

.validation {
    color: red;
    display: none;
    line-height: 30px;
    font-weight: 400;
    font-size: 13px;
}

#sendmessage {
    color: #12d69a;
    border: 1px solid #12d69a;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

    #sendmessage.show, #errormessage.show, .show {
        display: block;
    }

/* Footer
---------------------------------*/

.footer {
}

    .footer h2 {
        text-align: left;
        font-size: 18px;
        color: #0a153e5c;
        margin: 0;
        font-weight: bold;
    }

.footer-menu {
    padding: 0;
    margin: 0;
    display: block;
    overflow: hidden;
    list-style: none;
}

.footer .hr-container {
    padding: 5rem 1.5rem;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    margin-bottom: 1rem;
}

.bottom-footer {
    padding: 0 2rem;
    display: flex;
}

.footer-menu .input-text {
    padding: 0.5rem 1.5rem !important;
    font-size: 13px;
    height: 40px;
}

.footer .input-group {
    margin-bottom: 0rem;
}

.footer-menu li {
    padding: 0.5rem 0;
    line-height: 2rem;
}

    .footer-menu li a {
        font-size: 13px;
        font-weight: 500;
    }

.footer a {
    color: #0a153e;
}

    .footer a:hover {
        color: #13d69a;
    }

.footer-logo {
    font-size: 13px;
}

    .footer-logo img {
        width: 38px;
    }

.copyright, .credits {
    color: #08131f;
    font-size: 13px;
    font-weight: 500;
    line-height: 35px;
}

    .copyright a, .credits a {
        color: #12d69a;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }

        .copyright a:hover, .credits a:hover {
            color: #fff;
        }

.res-nav_click {
    line-height: 38px;
    font-family: 'FontAwesome';
    font-size: 38px;
    text-decoration: none !important;
    color: #777777;
    font-style: normal;
    display: none;
    width: 42px;
    height: 27px;
    margin: 20px auto;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

    .res-nav_click:hover, .res-nav_click:active, .res-nav_click:focus {
        color: #FF8126 !important;
    }
/* Account layout
---------------------------------*/
.account {
    padding: 15rem 0;
    max-width: 1500px;
}

.register.account {
    padding: 12rem 0 5rem 0;
    max-width: 1500px;
}

section.register.account .container {
    min-height: 430px;
}

.register.account .register-form:before, .account .login-form:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1rem;
    /* background-image: url(../img/svg/pathbg.svg); */
    height: 100%;
    width: 100%;
    border-radius: 30px 10rem 30px 10rem !important;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    z-index: -1;
    /* background-color: #9FF1D7;*/
    background-image: linear-gradient(to right, #FF8126, #FF117E);
}

.account .login-form {
    padding: 2rem 3rem 6rem 3rem;
}

.register.account .register-form:before {
    /* height: 598px; */
    /* width: 620px; */
    /* background-size: 610px; */
}

.autocation.account .login-form:before {
    content: "";
    position: absolute;
    left: -7px;
    top: -90px;
    /* background-image: url(../img/svg/pathbg.svg); */
    height: 374px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.autocation.account:before {
    display: none !important;
}

.autocation.account .login-form:before {
    height: 388px;
    width: 100%;
    background-size: contain;
    background-position: center;
}

.onboard:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../img/cars_2.png);
    height: 430px;
    width: 40vw;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}

.price-table-section {
    height: 100%;
    margin-top: 50px;
}

.item .price-table-section {
    margin-top: 0;
}

.hidden-p-s .price-table-section {
    display: none;
}

.onboard .wizard > .content > .body .item .kt-radio {
    width: max-content;
    padding: .7rem 2rem .7rem 3.5rem;
}

.onboard hr {
    border-top: 1px solid #12D69A;
    margin: 3rem 0;
}

.login-form {
    padding: 0 7%;
}

.ad-div-wizard {
    color: #0A153E;
    margin: 2rem;
    cursor: pointer;
}

    .ad-div-wizard i {
        background: #F5F8FA;
        width: 38px;
        height: 38px;
        text-align: center;
        border-radius: 50%;
        color: #13d69a;
        line-height: 39px;
        font-size: 1.8rem;
        box-shadow: 2px 1px 6px 0px #88888800;
    }

.register-form, .succeses-account-form {
    padding: 3rem 5rem 5rem 5rem;
    margin-top: -4rem;
}

.account:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    position: absolute;
    height: 230px;
    width: 526px;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 180px;
    z-index: -1;
}

.account h2 {
    font-size: 2.4rem;
    line-height: 3.3rem;
    font-weight: 700;
    text-align: left;
    margin: 0 0 1rem 0;
}

.account .contactForm .input-text {
    background: white;
    border: 1px solid #ffffff;
    margin: 0;
    padding: 0.7rem 2rem;
    height: 38px;
    font-size: 13px;
}

.account hr {
    border-top: 1px solid #061541;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
}

.account .contactForm .btn {
    padding: 0.9rem 3rem;
    width: 100%;
    height: 38px;
    background: #0a153e;
    font-size: 13px;
    margin-bottom: 7px;
}

.account .form-group {
    margin: 0;
}

.account .wizard-group .kt-radio {
    background: unset !important;
    margin: 0rem 0 !important;
}

    .account .wizard-group .kt-radio span {
        border: 2px solid #071642;
        top: 8px;
        left: 8px;
    }

    .account .wizard-group .kt-radio > span:after {
        background: #071642;
        border-color: #071642;
        top: 0;
        left: 0;
        margin-left: -2px;
        margin-top: -2px;
        width: 17px;
        height: 17px;
    }

.account .padding-b {
    padding-bottom: 1rem;
    line-height: 2.6rem;
    margin: 0 0 10px 0;
    font-weight: 500;
}

.succeses-account-form .check {
    margin: 4rem 0;
}

.account .contactForm .padding-b {
    font-size: 12px;
}

.border-bottom {
    border-bottom: 1px solid #0b163f;
}

.account .social-btn.btn {
    width: 48%;
}

.account .social-btn.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
    color: #fff;
}

.account a {
    color: #0a153e;
    font-size: 12px;
}

.account .social-btn.btn i {
    padding-right: .5rem;
    vertical-align: middle;
    line-height: 0;
}

.account .social-btn.btn-facebook:not(:disabled):not(.disabled).active,
.account .btn-facebook:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #2d4373;
    border-color: #293e6a;
}

.account .social-btn.btn-facebook:hover {
    color: #fff;
    background-color: #30497c;
    border-color: #2d4373;
}

.account .social-btn.btn-google {
    color: #fff;
    background: #dc4e41;
    border-color: #dc4e41;
    color: #fff;
}

    .account .social-btn.btn-google:not(:disabled):not(.disabled).active, .btn-google:not(:disabled):not(.disabled):active, .show > .btn-google.dropdown-toggle {
        color: #fff;
        background-color: #c63224;
        border-color: #bb2f22;
    }

    .account .social-btn.btn-google:hover {
        color: #fff;
        background-color: #d03526;
        border-color: #c63224;
    }

.btn:hover, .btn:focus {
    color: #fff;
}

.phone-btn:hover, .phone-btn:active {
    color: #13d69a;
    background: #efefef;
}

/* Radio button
---------------------------------*/
.kt-radio-list .kt-radio {
    display: block;
    text-align: left;
}

.form-group label {
    font-size: 1rem;
    font-weight: 400;
}

.kt-radio {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    text-align: left;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 1rem;
    transition: all .3s ease;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.kt-radio > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.kt-radio > span {
    border: 1px solid #d1d7e2;
}

.kt-radio > span {
    background: 0 0;
    position: absolute;
    top: 10px;
    left: 10px;
    height: 18px;
    width: 18px;
    border-radius: 50% !important;
}

.kt-radio-list .kt-radio {
    display: block;
    text-align: left;
}

.form-group label {
    font-size: 1.2rem;
}

.kt-radio {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    text-align: left;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 1rem;
    transition: all .3s ease;
}

label {
    cursor: default;
}

.kt-radio > input:checked ~ span:after {
    display: block;
}

.kt-radio > span:after {
    border: solid #13d69a;
    background: #13d69a;
}

.kt-radio > span:after {
    content: '';
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    margin-left: -2px;
    margin-top: -2px;
    width: 20px;
    height: 20px;
    border-radius: 100% !important;
}



.datetimepicker {
    width: 265px;
    padding: 10px;
    left: auto;
}

    .datetimepicker.datetimepicker-orient-top {
        margin-top: 8px;
    }

    .datetimepicker table {
        width: 100%;
    }

    .datetimepicker td,
    .datetimepicker th {
        width: 35px;
        height: 35px;
        border-radius: 3px;
        font-weight: normal;
    }

    .datetimepicker thead th i {
        font-size: 1.2rem;
    }

    .datetimepicker thead th.prev, .datetimepicker thead th.switch, .datetimepicker thead th.next {
        color: #a7abc3;
        font-weight: 500;
    }

        .datetimepicker thead th.prev .glyphicon, .datetimepicker thead th.switch .glyphicon, .datetimepicker thead th.next .glyphicon {
            color: #a7abc3;
        }

        .datetimepicker thead th.prev:hover, .datetimepicker thead th.switch:hover, .datetimepicker thead th.next:hover {
            background: #f7f8fa !important;
        }

    .datetimepicker thead th.dow {
        font-weight: 500;
        color: #6c7293;
    }

    .datetimepicker thead th.next > span, .datetimepicker thead th.prev > span {
        display: inline-block;
        font: normal normal normal 16px/1 "LineAwesome";
        font-size: inherit;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
        font-size: 1.2rem;
    }

        .datetimepicker thead th.next > span:before {
            content: "\f112";
        }

        .datetimepicker thead th.prev > span:before {
            content: "\f111";
        }

    .datetimepicker tbody tr > td span {
        color: #6c7293;
    }

    .datetimepicker tbody tr > td.day {
        color: #6c7293;
    }

        .datetimepicker tbody tr > td.day:hover {
            background: #f7f8fa;
        }

        .datetimepicker tbody tr > td.day.old {
            color: #a7abc3;
        }

        .datetimepicker tbody tr > td.day.new {
            color: #6c7293;
        }

        .datetimepicker tbody tr > td.day.selected, .datetimepicker tbody tr > td.day.active {
            background: #5867dd;
            color: #ffffff;
        }

        .datetimepicker tbody tr > td.day.today {
            position: relative;
            background: rgba(34, 185, 255, 0.7) !important;
            color: #ffffff !important;
        }

            .datetimepicker tbody tr > td.day.today:before {
                content: '';
                display: inline-block;
                border: solid transparent;
                border-width: 0 0 7px 7px;
                border-bottom-color: #ffffff;
                border-top-color: #ebedf2;
                position: absolute;
                bottom: 4px;
                right: 4px;
            }

        .datetimepicker tbody tr > td.day.range {
            background: #f7f8fa;
        }

    .datetimepicker tbody tr > td span.year,
    .datetimepicker tbody tr > td span.hour,
    .datetimepicker tbody tr > td span.minute,
    .datetimepicker tbody tr > td span.month {
        color: #6c7293;
    }

        .datetimepicker tbody tr > td span.year.focused, .datetimepicker tbody tr > td span.year:hover,
        .datetimepicker tbody tr > td span.hour.focused,
        .datetimepicker tbody tr > td span.hour:hover,
        .datetimepicker tbody tr > td span.minute.focused,
        .datetimepicker tbody tr > td span.minute:hover,
        .datetimepicker tbody tr > td span.month.focused,
        .datetimepicker tbody tr > td span.month:hover {
            background: #f7f8fa;
        }

        .datetimepicker tbody tr > td span.year.active:hover, .datetimepicker tbody tr > td span.year.active,
        .datetimepicker tbody tr > td span.hour.active:hover,
        .datetimepicker tbody tr > td span.hour.active,
        .datetimepicker tbody tr > td span.minute.active:hover,
        .datetimepicker tbody tr > td span.minute.active,
        .datetimepicker tbody tr > td span.month.active:hover,
        .datetimepicker tbody tr > td span.month.active {
            background: #5867dd;
            color: #ffffff;
        }

    .datetimepicker tfoot tr > th.today, .datetimepicker tfoot tr > th.clear {
        border-radius: 3px;
        font-weight: 500;
    }

        .datetimepicker tfoot tr > th.today:hover, .datetimepicker tfoot tr > th.clear:hover {
            background-color: #f7f8fa;
        }

    .datetimepicker.datetimepicker-inline {
        border: 1px solid #f7f8fa;
    }

.input-daterange .input-group-addon {
    min-width: 44px;
}

.bootstrap-timepicker-widget {
    left: auto;
    width: 175px;
}

    .bootstrap-timepicker-widget .bootstrap-timepicker-hour,
    .bootstrap-timepicker-widget .bootstrap-timepicker-minute,
    .bootstrap-timepicker-widget .bootstrap-timepicker-meridian,
    .bootstrap-timepicker-widget .bootstrap-timepicker-second {
        border: 0;
        background: none;
        outline: none !important;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .bootstrap-timepicker-widget table td > a {
        border: 0;
    }

        .bootstrap-timepicker-widget table td > a i {
            font-size: 1.1rem;
        }

    .bootstrap-timepicker-widget .bootstrap-timepicker-hour,
    .bootstrap-timepicker-widget .bootstrap-timepicker-minute,
    .bootstrap-timepicker-widget .bootstrap-timepicker-meridian,
    .bootstrap-timepicker-widget .bootstrap-timepicker-second {
        color: #6c7293;
    }

    .bootstrap-timepicker-widget table td > a .glyphicon {
        font-size: 1.2rem;
        color: #a7a7a7;
    }

    .bootstrap-timepicker-widget table td > a:hover {
        background: #f7f8fa;
    }

.daterangepicker {
    padding: 0;
    margin: 0;
    width: auto;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    border-radius: 4px;
    border: 0;
    font-family: Poppins;
    z-index: 95;
}

.dropdown-menu {
    border: 0 !important;
    margin: 0;
    border-radius: 0;
    min-width: 14rem;
    padding: 0;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    padding: 1rem 0;
    border-radius: 4px;
    left: 0 /*rtl:ignore*/;
    /*rtl:raw:
    right: auto;
    */
}

    .dropdown-menu.dropdown-menu-fit {
        padding: 0;
    }

    .dropdown-menu.dropdown-menu-fit-bottom {
        padding-bottom: 0;
    }

    .dropdown-menu.dropdown-menu-fit-top {
        padding-top: 0;
    }

    .dropdown-menu.dropdown-menu-fit:not(.dropdown-menu-top-unround) > div:first-of-type {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .dropdown-menu.dropdown-menu-fit:not(.dropdown-menu-top-unround) form {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .dropdown-menu.dropdown-menu-top-unround {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }


    .dropdown-menu > li > a,
    .dropdown-menu > .dropdown-item {
        outline: none !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 0.7rem 1.2rem;
    }

        .dropdown-menu > li > a [class^="la-"],
        .dropdown-menu > li > a [class*=" la-"],
        .dropdown-menu > .dropdown-item [class^="la-"],
        .dropdown-menu > .dropdown-item [class*=" la-"] {
            font-size: 1.4rem;
        }

        .dropdown-menu > li > a [class^="fa-"],
        .dropdown-menu > li > a [class*=" fa-"],
        .dropdown-menu > .dropdown-item [class^="fa-"],
        .dropdown-menu > .dropdown-item [class*=" fa-"] {
            font-size: 1.4rem;
        }

        .dropdown-menu > li > a [class^="flaticon-"],
        .dropdown-menu > li > a [class*=" flaticon-"],
        .dropdown-menu > li > a [class^="flaticon2-"],
        .dropdown-menu > li > a [class*=" flaticon2-"],
        .dropdown-menu > .dropdown-item [class^="flaticon-"],
        .dropdown-menu > .dropdown-item [class*=" flaticon-"],
        .dropdown-menu > .dropdown-item [class^="flaticon2-"],
        .dropdown-menu > .dropdown-item [class*=" flaticon2-"] {
            font-size: 1.3rem;
        }

        .dropdown-menu > li > a > i,
        .dropdown-menu > .dropdown-item > i {
            margin-right: 0.75rem;
            color: #a7abc3;
        }

            .dropdown-menu > li > a > i:before,
            .dropdown-menu > .dropdown-item > i:before {
                line-height: 0;
                vertical-align: middle;
            }

    .dropdown-menu .dropdown-divider {
        border-top: 1px solid #ebedf2;
    }

    .dropdown-menu .dropdown-menu:not(.daterangepicker) {
        /*rtl:raw:
        left: auto !important;
        */
    }

    .dropdown-menu.dropdown-menu-sm {
        width: 240px;
    }

    .dropdown-menu.dropdown-menu-md {
        width: 260px;
    }

    .dropdown-menu.dropdown-menu-lg {
        width: 320px;
    }

    .dropdown-menu.dropdown-menu-xl {
        width: 380px;
    }

.bootstrap-timepicker-widget.dropdown-menu:before {
    border-bottom-color: #ebecef;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
    border-top-color: #ebecef;
}

.dropdown-menu.dropdown-menu-anim {
    -webkit-animation: dropdown-menu-fade-in .3s ease 1, dropdown-menu-move-up .3s ease-out 1;
    animation: dropdown-menu-fade-in .3s ease 1, dropdown-menu-move-up .3s ease-out 1;
}

.dropup .dropdown-menu.dropdown-menu-anim,
.dropdown-menu .dropdown-menu-anim-down.dropdown-menu-anim {
    -webkit-animation: dropdown-menu-fade-in .3s ease 1, dropdown-menu-move-down .3s ease-out 1;
    animation: dropdown-menu-fade-in .3s ease 1, dropdown-menu-move-down .3s ease-out 1;
}

@media (max-width: 768px) {
    .dropdown-menu.dropdown-menu-xl, .dropdown-menu.dropdown-menu-lg, .dropdown-menu.dropdown-menu-md {
        width: 300px;
    }
}

.nav-link.dropdown-toggle:after,
.btn.dropdown-toggle:after {
    text-align: center;
    display: inline;
    border: 0;
    font-size: 0.6rem;
    line-height: 0;
    vertical-align: middle;
    position: relative;
    margin-left: 0.5rem /*rtl:ignore*/;
    opacity: 0.7;
    font-family: Flaticon2;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "";
}

.nav-link.dropdown-toggle.dropdown-toggle-split:after,
.btn.dropdown-toggle.dropdown-toggle-split:after {
    right: 1px;
}

.dropdown.dropdown-inline {
    display: inline-block;
}

.dropup .nav-link.dropdown-toggle:after,
.dropup .btn.dropdown-toggle:after {
    font-family: Flaticon2;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "";
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.setting-page .working-hours th .form-control {
    height: 34px;
}

.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
    opacity: 1;
}

.form-control[readonly] {
    background-color: #ffffff;
}

.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    border-radius: 6px;
}

.main-section .input-group > .form-control {
    border-radius: 20px 0 0 20px;
    height: auto;
}

    .main-section .input-group > .form-control .location-text {
    }

.main-section .form-control {
    border-radius: 20px;
}

.form-control:disabled, .form-control[readonly] {
    /* background-color: #f7f8fa00; */
    opacity: 1;
    cursor: pointer;
}

.form-control {
    border-radius: 6px;
    border: 1px solid #ececec !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice, .form-control {
    font-size: 12px;
    font-weight: 500;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.65rem 1rem;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e2e5ec;
    border-radius: 16px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.wizard .form-control {
    border-radius: 16px;
    box-shadow: unset;
}

.wizard select.form-control {
    margin-bottom: 1rem;
}

.form-control:focus {
    border-color: #13d69a;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 233, 171, 0.36);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 233, 171, 0.22);
}

.input-group-append {
    margin-left: -1px;
}

.input-group-prepend, .input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section13.referanslar .item img {
    max-width: 125px;
    margin: auto;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all .8s;
}

.section13.referanslar .item:hover img {
    -webkit-filter: unset;
    filter: unset;
}

.section13.referanslar .item {
    border: unset;
}

.section13.referanslar {
    padding: 8rem 0 4rem 0;
}

    .section13.referanslar h2 {
        text-align: center;
        margin-bottom: 5rem;
    }

    .section13.referanslar .owl-nav {
        display: none;
    }

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#sozlesme1 .modal-dialog, #sozlesme2 .modal-dialog {
    width: 94%;
    margin: 1rem auto !important;
}

.input-group [class^="fa-"], .input-group [class*=" fa-"] {
    font-size: 1.4rem;
}

.input-group i {
    color: #a7abc3;
    line-height: 0;
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.65rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #a7abc3;
    text-align: center;
    white-space: nowrap;
    background-color: #f7f8fa;
    border: 1px solid #e2e5ec;
    border-radius: 4px;
}

.kt-checkbox {
    padding: 0 22px 0 0;
    margin: 0;
}

.kt-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    text-align: left;
    cursor: pointer;
    font-size: 1rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wizard .kt-checkbox {
    line-height: 3.6rem !important;
    margin-bottom: 0;
}

    .wizard .kt-checkbox > span {
        top: 9px;
    }

.kt-checkbox > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

input[type="radio"], input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.kt-checkbox > span {
    top: 9px;
    right: 0px;
    left: auto;
}

.kt-checkbox > span {
    border: 1px solid #d1d7e2;
}

.kt-checkbox > span {
    border-radius: 3px;
    background: none;
    position: absolute;
    top: 1px;
    left: 0;
    height: 18px;
    width: 18px;
}

.kt-checkbox > input:checked ~ span:after {
    display: block;
}

.kt-checkbox > span:after {
    border: solid #bfc7d7;
}

.kt-checkbox > span:after {
    border: solid #12d69a;
}

.kt-checkbox > span:after {
    content: '';
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -6px;
    width: 5px;
    height: 10px;
    border-width: 0 2px 2px 0 /*rtl:ignore*/ !important;
    -webkit-transform: rotate(45deg) /*rtl:ignore*/;
    transform: rotate(45deg) /*rtl:ignore*/;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
    border-top: 1px solid #f7f8fa;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .owl-theme .owl-dots .owl-dot {
        display: inline-block;
        zoom: 1;
    }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #13d69a;
}

.chat-icon {
    /* display: none; */
}
/* Animation Timers
---------------------------------*/
.delay-02s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}

.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.delay-06s {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

.delay-07s {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}

.delay-08s {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

.delay-09s {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
}

.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

a, button {
    outline: none !important;
}
.delay-1-1s {
    animation-delay: 1.1s;
    -webkit-animation-delay: 1.1s;
}
.delay-1-3s {
    animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
}
.delay-12s {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}

.delay-1-5s {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
}

.delay-1-7s {
    animation-delay: 1.7s;
    -webkit-animation-delay: 1.7s;
}

.delay-2s {
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
}

.loading-popup {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.21);
}
.loading-popup-load {
    position: fixed;
    z-index: 10001;
    background-color: white;
    padding: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100&;
    border-radius: 100%;
}